r8812 - in /trunk/libmime-types-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Nov 4 02:38:30 UTC 2007


Author: gregoa-guest
Date: Sun Nov  4 02:38:29 2007
New Revision: 8812

URL: http://svn.debian.org/wsvn/?sc=1&rev=8812
Log:
Add patch tests.patch; make tests pass also on 'normal' systems.

Modified:
    trunk/libmime-types-perl/debian/changelog
    trunk/libmime-types-perl/debian/control
    trunk/libmime-types-perl/debian/rules

Modified: trunk/libmime-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmime-types-perl/debian/changelog?rev=8812&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/changelog (original)
+++ trunk/libmime-types-perl/debian/changelog Sun Nov  4 02:38:29 2007
@@ -4,12 +4,13 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Add patch tests.patch; make tests pass also on 'normal' systems.
 
   [ Frank Lichtenheld ]
   * debian/rules: Fix target dependencies to allow building with
     dpkg-buildpackage -j. Found by Daniel Schepler.
 
- -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 17:56:11 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 04 Nov 2007 03:35:01 +0100
 
 libmime-types-perl (1.21-1) unstable; urgency=low
 

Modified: trunk/libmime-types-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmime-types-perl/debian/control?rev=8812&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/control (original)
+++ trunk/libmime-types-perl/debian/control Sun Nov  4 02:38:29 2007
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/MIME-Types/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmime-types-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-types-perl/
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>> 5.8.1), libtest-pod-perl
 
 Package: libmime-types-perl

Modified: trunk/libmime-types-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmime-types-perl/debian/rules?rev=8812&op=diff
==============================================================================
--- trunk/libmime-types-perl/debian/rules (original)
+++ trunk/libmime-types-perl/debian/rules Sun Nov  4 02:38:29 2007
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
 # debian/rules file for libmime-types-perl
+
+include /usr/share/quilt/quilt.make
 
 PERL	?= /usr/bin/perl
 
@@ -11,7 +13,7 @@
 			sed -ne 's/^Version: *\([0-9]\+:\)*//p')
 
 config:	config-stamp
-config-stamp:
+config-stamp: patch
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
 	touch $@
@@ -22,7 +24,7 @@
 	$(MAKE)
 	touch $@
 
-clean:	checkroot
+clean:	unpatch checkroot
 	rm -f *-stamp
 	dh_clean
 	[ ! -f Makefile ] || $(MAKE) distclean




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