You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2010/10/18 23:36:14 UTC

svn commit: r1024015 - in /tcl/rivet/trunk: ChangeLog debian/README.Debian debian/control debian/rules debian/watch rivet/packages/tclrivet/parse.tcl

Author: mxmanghi
Date: Mon Oct 18 21:36:14 2010
New Revision: 1024015

URL: http://svn.apache.org/viewvc?rev=1024015&view=rev
Log:
    * rivet/packages/tclrivet/parse.tcl: add svn:executable property as per suggested by the debian consistency script
    * debian/*: more changes to remove unnecessary files from the binary packages of Debian


Removed:
    tcl/rivet/trunk/debian/README.Debian
Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/debian/control
    tcl/rivet/trunk/debian/rules
    tcl/rivet/trunk/debian/watch
    tcl/rivet/trunk/rivet/packages/tclrivet/parse.tcl   (props changed)

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1024015&r1=1024014&r2=1024015&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Mon Oct 18 21:36:14 2010
@@ -1,3 +1,7 @@
+2010-10-18 Massimo Manghi <mx...@apache.org>
+    * rivet/packages/tclrivet/parse.tcl: add svn:executable property as per suggested by the debian consistency script
+    * debian/*: more changes to remove unnecessary files from the binary packages of Debian
+
 2010-10-14 Massimo Manghi <mx...@apache.org>
     * debian/: more adjustments in the way of getting a working setup for Debian. Some information was moved to make
     it 'package specific'. More tweaking on debian/control and /debian/changelog

Modified: tcl/rivet/trunk/debian/control
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/control?rev=1024015&r1=1024014&r2=1024015&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/control (original)
+++ tcl/rivet/trunk/debian/control Mon Oct 18 21:36:14 2010
@@ -3,6 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Massimo Manghi <mx...@apache.org>
 Build-Depends: tcl8.5-dev, apache2-prefork-dev, debhelper (>= 7.0.50~)
+Build-Depends-Indep: xsltproc, docbook, docbook-utils, docbook-xsl, docbook-xml
 Standards-Version: 3.9.1
 Homepage: http://tcl.apache.org/rivet/
 

Modified: tcl/rivet/trunk/debian/rules
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/rules?rev=1024015&r1=1024014&r2=1024015&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/rules (original)
+++ tcl/rivet/trunk/debian/rules Mon Oct 18 21:36:14 2010
@@ -21,6 +21,7 @@ build: configure build-stamp
 build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
+	( cd doc; $(MAKE) docs )
 	touch build-stamp
 
 configure: configure-stamp

Modified: tcl/rivet/trunk/debian/watch
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/debian/watch?rev=1024015&r1=1024014&r2=1024015&view=diff
==============================================================================
--- tcl/rivet/trunk/debian/watch (original)
+++ tcl/rivet/trunk/debian/watch Mon Oct 18 21:36:14 2010
@@ -1,23 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php libapache2-mod-rivet-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/libapache2-mod-rivet-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/libapache2-mod-rivet-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
-# http://sf.net/libapache2-mod-rivet/libapache2-mod-rivet-(.*)\.tar\.gz
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html libapache2-mod-rivet-(.*)\.tar\.gz
+http://www.apache.org/dist/tcl/rivet/rivet-(\d.*)\.tar\.gz

Propchange: tcl/rivet/trunk/rivet/packages/tclrivet/parse.tcl
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org