r5417 - in /packages/libsvn-notify-mirror-perl/trunk: Build.PL debian/changelog debian/control debian/rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue May 15 19:31:35 UTC 2007


Author: ntyni-guest
Date: Tue May 15 19:31:35 2007
New Revision: 5417

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5417
Log:
fix testing issues with pbuilder

Modified:
    packages/libsvn-notify-mirror-perl/trunk/Build.PL
    packages/libsvn-notify-mirror-perl/trunk/debian/changelog
    packages/libsvn-notify-mirror-perl/trunk/debian/control
    packages/libsvn-notify-mirror-perl/trunk/debian/rules

Modified: packages/libsvn-notify-mirror-perl/trunk/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/Build.PL?rev=5417&op=diff
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/Build.PL (original)
+++ packages/libsvn-notify-mirror-perl/trunk/Build.PL Tue May 15 19:31:35 2007
@@ -54,7 +54,7 @@
 }
 
 if ( $mb->feature('rsync_support') ) {
-    $mb->notes( rsynctests => 0 );
+    $mb->notes( rsynctests => 1 ) if
     	$mb->y_n(
     "Do you want to run the rsync tests?\n".
     "(see the README for details)",'N');

Modified: packages/libsvn-notify-mirror-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/changelog?rev=5417&op=diff
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/changelog (original)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/changelog Tue May 15 19:31:35 2007
@@ -1,9 +1,11 @@
 libsvn-notify-mirror-perl (0.03602-3) unstable; urgency=low
 
-  * Added build-depends-indep on ssmtp | mail-transport-agent, libfile-rsync-perl 
-    and libnet-ssh-perl to Build-Depends-Indep.
+  * Make sure there's no prompting when running Build.PL from debian/rules.
+  * Fix the Debian-specific rsync prompt, it wasn't working at all.
+  * Fake SENDMAIL=/dev/null when running the tests to keep SVN::Notify 
+    happy without mail-transport-agent.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 14 May 2007 17:15:24 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 15 May 2007 22:26:52 +0300
 
 libsvn-notify-mirror-perl (0.03602-2) unstable; urgency=low
 

Modified: packages/libsvn-notify-mirror-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/control?rev=5417&op=diff
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/control (original)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/control Tue May 15 19:31:35 2007
@@ -2,10 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7), libsvn-notify-perl, libmodule-build-perl, libfile-rsync-perl, libnet-ssh-perl, ssmtp | mail-transport-agent
+Build-Depends-Indep: perl (>= 5.8.8-7), libsvn-notify-perl, libmodule-build-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.2
-Uploaders: Micah Anderson <micah at debian.org>, Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: Micah Anderson <micah at debian.org>, Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/
 
 Package: libsvn-notify-mirror-perl

Modified: packages/libsvn-notify-mirror-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/rules?rev=5417&op=diff
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/rules (original)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/rules Tue May 15 19:31:35 2007
@@ -26,8 +26,8 @@
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
+	# redirect STDIN to avoid any prompting
+	$(PERL) Build.PL installdirs=vendor < /dev/null
 	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
 
 	touch build-stamp
@@ -48,7 +48,7 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build test
+	SENDMAIL=/dev/null $(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
 	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty




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