r16978 - in /trunk/libmath-numbercruncher-perl: debian/changelog debian/control debian/patches/ debian/patches/series debian/patches/test_non_sleeping.patch debian/rules test.pl

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 8 22:17:47 UTC 2008


Author: gregoa-guest
Date: Sat Mar  8 22:17:47 2008
New Revision: 16978

URL: http://svn.debian.org/wsvn/?sc=1&rev=16978
Log:
Split out changes to test.pl into test_non_sleeping.patch; add quilt
  framework.

Added:
    trunk/libmath-numbercruncher-perl/debian/patches/
    trunk/libmath-numbercruncher-perl/debian/patches/series
    trunk/libmath-numbercruncher-perl/debian/patches/test_non_sleeping.patch
Modified:
    trunk/libmath-numbercruncher-perl/debian/changelog
    trunk/libmath-numbercruncher-perl/debian/control
    trunk/libmath-numbercruncher-perl/debian/rules
    trunk/libmath-numbercruncher-perl/test.pl

Modified: trunk/libmath-numbercruncher-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/changelog?rev=16978&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/changelog (original)
+++ trunk/libmath-numbercruncher-perl/debian/changelog Sat Mar  8 22:17:47 2008
@@ -13,8 +13,10 @@
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
   * debian/copyright: add generic upstream URL and update year of copyright.
+  * Split out changes to test.pl into test_non_sleeping.patch; add quilt
+    framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 08 Mar 2008 23:10:52 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 08 Mar 2008 23:16:08 +0100
 
 libmath-numbercruncher-perl (5.00-7) unstable; urgency=low
 

Modified: trunk/libmath-numbercruncher-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/control?rev=16978&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/control (original)
+++ trunk/libmath-numbercruncher-perl/debian/control Sat Mar  8 22:17:47 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Build-Depends-Indep: perl, perl (>= 5.8) | libmath-bigint-perl (>= 1.49)
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Math-NumberCruncher/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-numbercruncher-perl/

Added: trunk/libmath-numbercruncher-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/patches/series?rev=16978&op=file
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/patches/series (added)
+++ trunk/libmath-numbercruncher-perl/debian/patches/series Sat Mar  8 22:17:47 2008
@@ -1,0 +1,1 @@
+test_non_sleeping.patch

Added: trunk/libmath-numbercruncher-perl/debian/patches/test_non_sleeping.patch
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/patches/test_non_sleeping.patch?rev=16978&op=file
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/patches/test_non_sleeping.patch (added)
+++ trunk/libmath-numbercruncher-perl/debian/patches/test_non_sleeping.patch Sat Mar  8 22:17:47 2008
@@ -1,0 +1,13 @@
+--- libmath-numbercruncher-perl.orig/test.pl
++++ libmath-numbercruncher-perl/test.pl
+@@ -25,9 +25,8 @@
+ possible. Be certain to test scripts written
+ using versions < 5.00 very thoroughly.
+ 
+-(sleeping 3 seconds)
+ END
+-sleep(3);
++#sleep(3);
+ 
+ $loaded = 1;
+ $count  = 1;

Modified: trunk/libmath-numbercruncher-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/debian/rules?rev=16978&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/debian/rules (original)
+++ trunk/libmath-numbercruncher-perl/debian/rules Sat Mar  8 22:17:47 2008
@@ -6,6 +6,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.
@@ -20,7 +22,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -29,7 +31,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 

Modified: trunk/libmath-numbercruncher-perl/test.pl
URL: http://svn.debian.org/wsvn/trunk/libmath-numbercruncher-perl/test.pl?rev=16978&op=diff
==============================================================================
--- trunk/libmath-numbercruncher-perl/test.pl (original)
+++ trunk/libmath-numbercruncher-perl/test.pl Sat Mar  8 22:17:47 2008
@@ -25,8 +25,9 @@
 possible. Be certain to test scripts written
 using versions < 5.00 very thoroughly.
 
+(sleeping 3 seconds)
 END
-#sleep(3);
+sleep(3);
 
 $loaded = 1;
 $count  = 1;




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