r50968 - in /trunk/libquota-perl/debian: changelog rules
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Thu Jan 14 22:00:46 UTC 2010
Author: jawnsy-guest
Date: Thu Jan 14 22:00:22 2010
New Revision: 50968
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50968
Log:
Add override to fix shebangs
Modified:
trunk/libquota-perl/debian/changelog
trunk/libquota-perl/debian/rules
Modified: trunk/libquota-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/changelog?rev=50968&op=diff
==============================================================================
--- trunk/libquota-perl/debian/changelog (original)
+++ trunk/libquota-perl/debian/changelog Thu Jan 14 22:00:22 2010
@@ -5,11 +5,12 @@
* Add myself to Uploaders
* Standards-Version 3.8.3 (drop perl version dep)
* Rewrite control description
+ * Add override to fix shebangs
[ Ryan Niebur ]
* Update ryan52's email address
- -- Jonathan Yu <jawnsy at cpan.org> Thu, 14 Jan 2010 17:01:41 -0500
+ -- Jonathan Yu <jawnsy at cpan.org> Thu, 14 Jan 2010 17:06:22 -0500
libquota-perl (1.6.3+dfsg-2) unstable; urgency=low
Modified: trunk/libquota-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/rules?rev=50968&op=diff
==============================================================================
--- trunk/libquota-perl/debian/rules (original)
+++ trunk/libquota-perl/debian/rules Thu Jan 14 22:00:22 2010
@@ -1,8 +1,14 @@
#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
%:
dh --with quilt $@
override_dh_auto_test:
- @echo "tests are not ran during package build"
+ # Included tests are interactive and require a tty
+override_dh_installexamples:
+ dh_installexamples
+ sed -i '1s|^#!/usr/drwho/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
More information about the Pkg-perl-cvs-commits
mailing list