r12536 - in /trunk/libwebservice-cia-perl: Build.PL debian/changelog debian/control debian/patches/ debian/patches/build-internet.diff debian/patches/series debian/rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jan 11 01:58:52 UTC 2008


Author: gregoa-guest
Date: Fri Jan 11 01:58:52 2008
New Revision: 12536

URL: http://svn.debian.org/wsvn/?sc=1&rev=12536
Log:
Split out changes to Build.PL to a proper patch and add quilt framework.

Added:
    trunk/libwebservice-cia-perl/debian/patches/
    trunk/libwebservice-cia-perl/debian/patches/build-internet.diff
    trunk/libwebservice-cia-perl/debian/patches/series
Modified:
    trunk/libwebservice-cia-perl/Build.PL
    trunk/libwebservice-cia-perl/debian/changelog
    trunk/libwebservice-cia-perl/debian/control
    trunk/libwebservice-cia-perl/debian/rules

Modified: trunk/libwebservice-cia-perl/Build.PL
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/Build.PL?rev=12536&op=diff
==============================================================================
--- trunk/libwebservice-cia-perl/Build.PL (original)
+++ trunk/libwebservice-cia-perl/Build.PL Fri Jan 11 01:58:52 2008
@@ -20,6 +20,6 @@
 );
 
 print "Some tests require an internet connection\n";
-$build->notes('internet' => ($build->y_n("Run internet-based tests?", "n")?"yes":"no"));
+$build->notes('internet' => ($build->y_n("Run internet-based tests?", "y")?"yes":"no"));
 
 $build->create_build_script;

Modified: trunk/libwebservice-cia-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/debian/changelog?rev=12536&op=diff
==============================================================================
--- trunk/libwebservice-cia-perl/debian/changelog (original)
+++ trunk/libwebservice-cia-perl/debian/changelog Fri Jan 11 01:58:52 2008
@@ -18,7 +18,10 @@
   * Update to debhelper compatibility level 6.
   * Prevent installation of .packlist.
 
- -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 10 Jan 2008 20:21:44 -0500
+  [ gregor herrmann ]
+  * Split out changes to Build.PL to a proper patch and add quilt framework.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 11 Jan 2008 02:57:20 +0100
 
 libwebservice-cia-perl (1.2-1) unstable; urgency=low
 

Modified: trunk/libwebservice-cia-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/debian/control?rev=12536&op=diff
==============================================================================
--- trunk/libwebservice-cia-perl/debian/control (original)
+++ trunk/libwebservice-cia-perl/debian/control Fri Jan 11 01:58:52 2008
@@ -1,7 +1,7 @@
 Source: libwebservice-cia-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), libmodule-build-perl
+Build-Depends: debhelper (>= 6), libmodule-build-perl, quilt
 Build-Depends-Indep: perl (>= 5.8.8-7), libcrypt-ssleay-perl, libmldbm-perl, libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>

Added: trunk/libwebservice-cia-perl/debian/patches/build-internet.diff
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/debian/patches/build-internet.diff?rev=12536&op=file
==============================================================================
--- trunk/libwebservice-cia-perl/debian/patches/build-internet.diff (added)
+++ trunk/libwebservice-cia-perl/debian/patches/build-internet.diff Fri Jan 11 01:58:52 2008
@@ -1,0 +1,10 @@
+--- libwebservice-cia-perl.orig/Build.PL
++++ libwebservice-cia-perl/Build.PL
+@@ -20,6 +20,6 @@
+ );
+ 
+ print "Some tests require an internet connection\n";
+-$build->notes('internet' => ($build->y_n("Run internet-based tests?", "y")?"yes":"no"));
++$build->notes('internet' => ($build->y_n("Run internet-based tests?", "n")?"yes":"no"));
+ 
+ $build->create_build_script;

Added: trunk/libwebservice-cia-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/debian/patches/series?rev=12536&op=file
==============================================================================
--- trunk/libwebservice-cia-perl/debian/patches/series (added)
+++ trunk/libwebservice-cia-perl/debian/patches/series Fri Jan 11 01:58:52 2008
@@ -1,0 +1,1 @@
+build-internet.diff

Modified: trunk/libwebservice-cia-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwebservice-cia-perl/debian/rules?rev=12536&op=diff
==============================================================================
--- trunk/libwebservice-cia-perl/debian/rules (original)
+++ trunk/libwebservice-cia-perl/debian/rules Fri Jan 11 01:58:52 2008
@@ -12,6 +12,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -25,7 +27,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -34,7 +36,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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