r3997 - in /packages/libperl6-form-perl/trunk/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 1 13:13:42 UTC 2006


Author: gregoa-guest
Date: Sun Oct  1 13:13:41 2006
New Revision: 3997

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3997
Log:
* Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
* Enable tests in debian/rules.

Modified:
    packages/libperl6-form-perl/trunk/debian/changelog
    packages/libperl6-form-perl/trunk/debian/rules

Modified: packages/libperl6-form-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libperl6-form-perl/trunk/debian/changelog?rev=3997&op=diff
==============================================================================
--- packages/libperl6-form-perl/trunk/debian/changelog (original)
+++ packages/libperl6-form-perl/trunk/debian/changelog Sun Oct  1 13:13:41 2006
@@ -1,3 +1,10 @@
+libperl6-form-perl (0.04-5) 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:44:07 +0200
+
 libperl6-form-perl (0.04-4) unstable; urgency=low
 
   * Moved debhelper to Build-Depends.

Modified: packages/libperl6-form-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libperl6-form-perl/trunk/debian/rules?rev=3997&op=diff
==============================================================================
--- packages/libperl6-form-perl/trunk/debian/rules (original)
+++ packages/libperl6-form-perl/trunk/debian/rules Sun Oct  1 13:13:41 2006
@@ -9,7 +9,7 @@
 PERL    ?= /usr/bin/perl
 
 package := $(firstword $(shell dh_listpackages))
-prefix  := $(PWD)/debian/$(package)/usr
+prefix  := $(CURDIR)/debian/$(package)/usr
 
 version := $(shell dpkg-parsechangelog | \
 		sed -ne 's/^Version: *\([0-9]\+:\)*//p')
@@ -28,6 +28,7 @@
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
+	$(MAKE) test
 	$(MAKE) LD_RUN_PATH=
 
 	touch build-stamp




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