r8843 - in /trunk/libdigest-crc-perl/debian: changelog control patches/ rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Nov 4 17:15:57 UTC 2007


Author: gregoa-guest
Date: Sun Nov  4 17:15:57 2007
New Revision: 8843

URL: http://svn.debian.org/wsvn/?sc=1&rev=8843
Log:
Remove patch test.diff, tests are fixed in the new release.

Removed:
    trunk/libdigest-crc-perl/debian/patches/
Modified:
    trunk/libdigest-crc-perl/debian/changelog
    trunk/libdigest-crc-perl/debian/control
    trunk/libdigest-crc-perl/debian/rules

Modified: trunk/libdigest-crc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdigest-crc-perl/debian/changelog?rev=8843&op=diff
==============================================================================
--- trunk/libdigest-crc-perl/debian/changelog (original)
+++ trunk/libdigest-crc-perl/debian/changelog Sun Nov  4 17:15:57 2007
@@ -1,8 +1,9 @@
 libdigest-crc-perl (0.13-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Remove patch test.diff, tests are fixed in the new release.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 04 Nov 2007 18:10:49 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 04 Nov 2007 18:12:49 +0100
 
 libdigest-crc-perl (0.12-1) unstable; urgency=low
 

Modified: trunk/libdigest-crc-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdigest-crc-perl/debian/control?rev=8843&op=diff
==============================================================================
--- trunk/libdigest-crc-perl/debian/control (original)
+++ trunk/libdigest-crc-perl/debian/control Sun Nov  4 17:15:57 2007
@@ -8,7 +8,7 @@
 Homepage: http://search.cpan.org/dist/Digest-CRC/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdigest-crc-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-crc-perl/
-Build-Depends: debhelper (>= 5), perl (>= 5.8), quilt
+Build-Depends: debhelper (>= 5), perl (>= 5.8)
 
 Package: libdigest-crc-perl
 Architecture: any

Modified: trunk/libdigest-crc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdigest-crc-perl/debian/rules?rev=8843&op=diff
==============================================================================
--- trunk/libdigest-crc-perl/debian/rules (original)
+++ trunk/libdigest-crc-perl/debian/rules Sun Nov  4 17:15:57 2007
@@ -6,8 +6,6 @@
 
 # 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.
@@ -31,7 +29,7 @@
 endif
 
 build: build-stamp
-build-stamp: patch
+build-stamp:
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -40,7 +38,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 




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