r29030 - in /trunk/libcurses-ui-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 17:35:52 UTC 2009


Author: gregoa
Date: Thu Jan  1 17:35:49 2009
New Revision: 29030

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29030
Log:
Don't compress examples.

Modified:
    trunk/libcurses-ui-perl/debian/changelog
    trunk/libcurses-ui-perl/debian/rules

Modified: trunk/libcurses-ui-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/changelog?rev=29030&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/changelog (original)
+++ trunk/libcurses-ui-perl/debian/changelog Thu Jan  1 17:35:49 2009
@@ -7,6 +7,7 @@
   * Set debhelper compatibility level to 7; adapt
     debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
+  * Don't compress examples.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:41:08 +0100
 

Modified: trunk/libcurses-ui-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/rules?rev=29030&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/rules (original)
+++ trunk/libcurses-ui-perl/debian/rules Thu Jan  1 17:35:49 2009
@@ -10,7 +10,9 @@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh install
+	dh install --before dh_compress
+	dh_compress -Xexamples
+	dh install --after dh_compress
 	touch $@
 
 binary-arch:




More information about the Pkg-perl-cvs-commits mailing list