r4001 - in /packages/libstring-escape-perl/trunk/debian: changelog
rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Sun Oct 1 13:14:12 UTC 2006
Author: gregoa-guest
Date: Sun Oct 1 13:14:12 2006
New Revision: 4001
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4001
Log:
* Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
* Enable tests in debian/rules.
Modified:
packages/libstring-escape-perl/trunk/debian/changelog
packages/libstring-escape-perl/trunk/debian/rules
Modified: packages/libstring-escape-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-escape-perl/trunk/debian/changelog?rev=4001&op=diff
==============================================================================
--- packages/libstring-escape-perl/trunk/debian/changelog (original)
+++ packages/libstring-escape-perl/trunk/debian/changelog Sun Oct 1 13:14:12 2006
@@ -1,3 +1,10 @@
+libstring-escape-perl (2002.001-7) unstable; urgency=low
+
+ * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
+ * Enable tests in debian/rules.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Sun, 1 Oct 2006 14:57:14 +0200
+
libstring-escape-perl (2002.001-6) unstable; urgency=low
* Moved debhelper to Build-Depends.
Modified: packages/libstring-escape-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libstring-escape-perl/trunk/debian/rules?rev=4001&op=diff
==============================================================================
--- packages/libstring-escape-perl/trunk/debian/rules (original)
+++ packages/libstring-escape-perl/trunk/debian/rules Sun Oct 1 13:14:12 2006
@@ -5,7 +5,7 @@
PERL ?= /usr/bin/perl
package := $(firstword $(shell dh_listpackages))
-prefix := $(PWD)/debian/$(package)
+prefix := $(CURDIR)/debian/$(package)
version := $(shell dpkg-parsechangelog | \
sed -ne 's/^Version: *\([0-9]\+:\)*//p')
@@ -32,6 +32,7 @@
dh_clean
dh_installdirs
+ $(MAKE) test
$(MAKE) pure_install DESTDIR=$(prefix)
# As this is a architecture independent package, we are not
More information about the Pkg-perl-cvs-commits
mailing list