r2708 - in /packages/libcurses-ui-perl/trunk/debian: changelog rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sun May 7 20:46:13 UTC 2006


Author: rra
Date: Sun May  7 20:46:12 2006
New Revision: 2708

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2708
Log:
* Don't compress the example scripts.
* Make examples/demo-buttonbox executable.

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

Modified: packages/libcurses-ui-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-ui-perl/trunk/debian/changelog?rev=2708&op=diff
==============================================================================
--- packages/libcurses-ui-perl/trunk/debian/changelog (original)
+++ packages/libcurses-ui-perl/trunk/debian/changelog Sun May  7 20:46:12 2006
@@ -1,6 +1,8 @@
 libcurses-ui-perl (0.95-5) unstable; urgency=low
 
   * Change maintainers to the Debian Perl Group.
+  * Don't compress the example scripts.
+  * Make examples/demo-buttonbox executable.
   * Update standards version to 3.7.2 (no changes required).
 
  --

Modified: packages/libcurses-ui-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-ui-perl/trunk/debian/rules?rev=2708&op=diff
==============================================================================
--- packages/libcurses-ui-perl/trunk/debian/rules (original)
+++ packages/libcurses-ui-perl/trunk/debian/rules Sun May  7 20:46:12 2006
@@ -21,6 +21,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	chmod 755 examples/demo-buttonbox
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	touch build-stamp
@@ -53,7 +54,7 @@
 	dh_perl
 	dh_link
 	dh_strip
-	dh_compress
+	dh_compress -Xexamples
 	dh_fixperms
 	dh_installdeb
 	dh_gencontrol




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