r3994 - in /packages/libmime-types-perl/trunk/debian: changelog rules

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


Author: gregoa-guest
Date: Sun Oct  1 13:13:10 2006
New Revision: 3994

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

Modified:
    packages/libmime-types-perl/trunk/debian/changelog
    packages/libmime-types-perl/trunk/debian/rules

Modified: packages/libmime-types-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/debian/changelog?rev=3994&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/debian/changelog (original)
+++ packages/libmime-types-perl/trunk/debian/changelog Sun Oct  1 13:13:10 2006
@@ -1,3 +1,10 @@
+libmime-types-perl (1.17-2) 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:31:42 +0200
+
 libmime-types-perl (1.17-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libmime-types-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmime-types-perl/trunk/debian/rules?rev=3994&op=diff
==============================================================================
--- packages/libmime-types-perl/trunk/debian/rules (original)
+++ packages/libmime-types-perl/trunk/debian/rules Sun Oct  1 13:13:10 2006
@@ -5,7 +5,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')
@@ -18,6 +18,7 @@
 
 build:	config build-stamp
 build-stamp:
+	$(MAKE) test
 	$(MAKE)
 	touch $@
 




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