r15005 - in /trunk/libdata-dump-streamer-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Fri Feb 15 20:55:19 UTC 2008


Author: ntyni
Date: Fri Feb 15 20:55:19 2008
New Revision: 15005

URL: http://svn.debian.org/wsvn/?sc=1&rev=15005
Log:
* Unset 'username' when running Makefile.PL because there's a special case
  inside for the upstream author.

Modified:
    trunk/libdata-dump-streamer-perl/debian/changelog
    trunk/libdata-dump-streamer-perl/debian/rules

Modified: trunk/libdata-dump-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdata-dump-streamer-perl/debian/changelog?rev=15005&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Fri Feb 15 20:55:19 2008
@@ -5,6 +5,8 @@
 
   [ Niko Tyni ]
   * Fix intertarget dependencies for parallel builds.
+  * Unset 'username' when running Makefile.PL because there's a special case
+    inside for the upstream author.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:17:11 +0100
 

Modified: trunk/libdata-dump-streamer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdata-dump-streamer-perl/debian/rules?rev=15005&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/rules (original)
+++ trunk/libdata-dump-streamer-perl/debian/rules Fri Feb 15 20:55:19 2008
@@ -32,8 +32,9 @@
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL NODDS INSTALLDIRS=vendor
+	# explicitly unset 'username' because Makefile.PL has
+	# a special case for the upstream author.
+	username= $(PERL) Makefile.PL NODDS INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 




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