[Python-modules-commits] r6077 - in packages/tagpy/trunk/debian (changelog rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Thu Jul 31 09:42:47 UTC 2008


    Date: Thursday, July 31, 2008 @ 09:42:44
  Author: nijel
Revision: 6077

Include examples in binary package.

Modified:
  packages/tagpy/trunk/debian/changelog
  packages/tagpy/trunk/debian/rules

Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog	2008-07-31 00:33:49 UTC (rev 6076)
+++ packages/tagpy/trunk/debian/changelog	2008-07-31 09:42:44 UTC (rev 6077)
@@ -1,8 +1,8 @@
-tagpy (0.94.5-2) UNRELEASED; urgency=low
+tagpy (0.94.5-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Include examples in binary package.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 28 May 2008 14:30:58 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 31 Jul 2008 11:42:36 +0200
 
 tagpy (0.94.5-1) unstable; urgency=low
 

Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules	2008-07-31 00:33:49 UTC (rev 6076)
+++ packages/tagpy/trunk/debian/rules	2008-07-31 09:42:44 UTC (rev 6077)
@@ -31,6 +31,7 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
+	dh_installexamples test/*
 	set -e; \
 	for v in $(PYVERSIONS) ; do \
 		PYTHON=python$$v ; \
@@ -50,7 +51,8 @@
 	dh_installdocs
 	dh_pycentral
 	dh_strip
-	dh_compress
+	# Examples are either small scripts or compressed audio data
+	dh_compress -X examples
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps




More information about the Python-modules-commits mailing list