[Pkg-tcltk-commits] r512 - tclreadline/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Sat Feb 9 08:10:13 UTC 2008


Author: sgolovan-guest
Date: 2008-02-09 08:10:13 +0000 (Sat, 09 Feb 2008)
New Revision: 512

Added:
   tclreadline/trunk/debian/watch
Modified:
   tclreadline/trunk/debian/changelog
   tclreadline/trunk/debian/control
   tclreadline/trunk/debian/rules
Log:
[tclreadline]
  * Added uscan control file debian/watch.
  * Removed empty directory /usr/bin from the binary package.
  * Bumped standards version to 3.7.3.


Modified: tclreadline/trunk/debian/changelog
===================================================================
--- tclreadline/trunk/debian/changelog	2008-02-08 22:43:14 UTC (rev 511)
+++ tclreadline/trunk/debian/changelog	2008-02-09 08:10:13 UTC (rev 512)
@@ -1,8 +1,10 @@
-tclreadline (2.1.0-5) UNRELEASED; urgency=low
+tclreadline (2.1.0-5) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Added uscan control file debian/watch.
+  * Removed empty directory /usr/bin from the binary package.
+  * Bumped standards version to 3.7.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 15 Nov 2007 19:33:38 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 09 Feb 2008 10:59:07 +0300
 
 tclreadline (2.1.0-4) unstable; urgency=low
 

Modified: tclreadline/trunk/debian/control
===================================================================
--- tclreadline/trunk/debian/control	2008-02-08 22:43:14 UTC (rev 511)
+++ tclreadline/trunk/debian/control	2008-02-09 08:10:13 UTC (rev 512)
@@ -4,7 +4,7 @@
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Chris Waters <xtifr at debian.org>, Anselm Lingnau <lingnau at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), tcl-dev, libreadline5-dev, autotools-dev, quilt
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://tclreadline.sourceforge.net/
 
 Package: tclreadline

Modified: tclreadline/trunk/debian/rules
===================================================================
--- tclreadline/trunk/debian/rules	2008-02-08 22:43:14 UTC (rev 511)
+++ tclreadline/trunk/debian/rules	2008-02-09 08:10:13 UTC (rev 512)
@@ -71,13 +71,14 @@
 	dh_installdirs
 
 	$(MAKE) DESTDIR=$(DESTDIR) install
-# fix up library permissions (so we can strip)
-#	find $(DESTDIR)/usr/lib -name '*.so.*' -print | xargs chmod 755
+
 # Fix up the manpages.
 	mv $(DESTDIR)/usr/share/man/mann $(DESTDIR)/usr/share/man/man3
 	cd $(DESTDIR)/usr/share/man/man3 && mv tclreadline.n tclreadline.3tcl
 
-#	dh_movefiles
+# Remove empty directories
+	find $(DESTDIR) -empty -prune -exec rmdir \{\} \;
+
 	touch install-stamp
 
 # Build architecture-independent files here.

Added: tclreadline/trunk/debian/watch
===================================================================
--- tclreadline/trunk/debian/watch	                        (rev 0)
+++ tclreadline/trunk/debian/watch	2008-02-09 08:10:13 UTC (rev 512)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/tclreadline/tclreadline-?_?([\d+\.]+|\d+)\.(?:tar.*|tgz|zip|gz|bz2|)




More information about the Pkg-tcltk-commits mailing list