r3999 - in /packages/libroman-perl/trunk/debian: changelog rules

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


Author: gregoa-guest
Date: Sun Oct  1 13:13:56 2006
New Revision: 3999

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

Modified:
    packages/libroman-perl/trunk/debian/changelog
    packages/libroman-perl/trunk/debian/rules

Modified: packages/libroman-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libroman-perl/trunk/debian/changelog?rev=3999&op=diff
==============================================================================
--- packages/libroman-perl/trunk/debian/changelog (original)
+++ packages/libroman-perl/trunk/debian/changelog Sun Oct  1 13:13:56 2006
@@ -1,3 +1,10 @@
+libroman-perl (1.1-21) unstable; urgency=low
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
+  * Comment out $(MAKE) test in debian/rules -- there are no tests ...
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  1 Oct 2006 14:48:00 +0200
+
 libroman-perl (1.1-20) unstable; urgency=low
 
   * Moved debhelper to Build-Depends.

Modified: packages/libroman-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libroman-perl/trunk/debian/rules?rev=3999&op=diff
==============================================================================
--- packages/libroman-perl/trunk/debian/rules (original)
+++ packages/libroman-perl/trunk/debian/rules Sun Oct  1 13:13:56 2006
@@ -25,7 +25,8 @@
 		dh_testdir
 		perl Makefile.PL INSTALLDIRS=vendor
 		$(MAKE) OPTIMIZE="-O2 -g -Wall"
-		$(MAKE) test
+		# there are no tests ...
+		# $(MAKE) test
 		touch build-stamp
 
 install:	install-stamp
@@ -34,7 +35,7 @@
 		dh_testroot
 		dh_clean -k
 		dh_installdirs
-		$(MAKE) install PREFIX=$(PWD)/$(TMP_DIR)/usr
+		$(MAKE) install PREFIX=$(CURDIR)/$(TMP_DIR)/usr
 		touch install-stamp
 
 binary-indep:	build install




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