r2976 - in /packages/libmail-spf-query-perl/trunk/debian: changelog control rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Jun 16 00:54:37 UTC 2006


Author: gwolf
Date: Fri Jun 16 00:54:36 2006
New Revision: 2976

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2976
Log:
Fixed bug 373787

Modified:
    packages/libmail-spf-query-perl/trunk/debian/changelog
    packages/libmail-spf-query-perl/trunk/debian/control
    packages/libmail-spf-query-perl/trunk/debian/rules

Modified: packages/libmail-spf-query-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-spf-query-perl/trunk/debian/changelog?rev=2976&op=diff
==============================================================================
--- packages/libmail-spf-query-perl/trunk/debian/changelog (original)
+++ packages/libmail-spf-query-perl/trunk/debian/changelog Fri Jun 16 00:54:36 2006
@@ -1,3 +1,13 @@
+libmail-spf-query-perl (1:1.999.1-2) unstable; urgency=low
+
+  * Does not run the test suite anymore, as when building as root (or
+    with fakeroot) will try to drop privileges and su to nobody (Closes:
+    #373787)
+  * No longer ignores the result of "make distclean"
+  * Bumped up standards-version to 3.7.2 - No changes needed
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 15 Jun 2006 19:49:29 -0500
+
 libmail-spf-query-perl (1:1.999.1-1) unstable; urgency=low
 
   Debian:

Modified: packages/libmail-spf-query-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-spf-query-perl/trunk/debian/control?rev=2976&op=diff
==============================================================================
--- packages/libmail-spf-query-perl/trunk/debian/control (original)
+++ packages/libmail-spf-query-perl/trunk/debian/control Fri Jun 16 00:54:36 2006
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 5)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julian Mehnle <julian at mehnle.net>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: libmail-spf-query-perl
 Architecture: all

Modified: packages/libmail-spf-query-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-spf-query-perl/trunk/debian/rules?rev=2976&op=diff
==============================================================================
--- packages/libmail-spf-query-perl/trunk/debian/rules (original)
+++ packages/libmail-spf-query-perl/trunk/debian/rules Fri Jun 16 00:54:36 2006
@@ -20,7 +20,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean build-stamp install-stamp
 
 install: install-stamp
@@ -29,7 +29,10 @@
 	dh_testroot
 	dh_clean -k
 	
-	$(MAKE) test
+	# If run as root (or in fakeroot), 'make test' will try to su to nobody
+	# (see bug #373787). The easy way out is to skip the tests. Of course,
+	# if you can come up with something better... Much better! ;-)
+	#$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP)/
 	
 	# Put spfd in /usr/sbin:




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