r16743 - in /trunk/libconvert-binhex-perl: debian/changelog debian/control debian/patches/ debian/patches/series debian/patches/use_exporter.patch debian/rules t/Checker.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Mar 7 18:40:54 UTC 2008


Author: gregoa-guest
Date: Fri Mar  7 18:40:53 2008
New Revision: 16743

URL: http://svn.debian.org/wsvn/?sc=1&rev=16743
Log:
Add patch use_exporter.patchinstead of changing t/Checker.pm directly;
  add quilt framework.

Added:
    trunk/libconvert-binhex-perl/debian/patches/
    trunk/libconvert-binhex-perl/debian/patches/series
    trunk/libconvert-binhex-perl/debian/patches/use_exporter.patch
Modified:
    trunk/libconvert-binhex-perl/debian/changelog
    trunk/libconvert-binhex-perl/debian/control
    trunk/libconvert-binhex-perl/debian/rules
    trunk/libconvert-binhex-perl/t/Checker.pm

Modified: trunk/libconvert-binhex-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconvert-binhex-perl/debian/changelog?rev=16743&op=diff
==============================================================================
--- trunk/libconvert-binhex-perl/debian/changelog (original)
+++ trunk/libconvert-binhex-perl/debian/changelog Fri Mar  7 18:40:53 2008
@@ -11,8 +11,10 @@
   * debian/rules:
     - update with the help of dh-make-perl's templates
     - don't compress examples
+  * Add patch use_exporter.patchinstead of changing t/Checker.pm directly;
+    add quilt framework.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 07 Mar 2008 19:32:14 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 07 Mar 2008 19:38:23 +0100
 
 libconvert-binhex-perl (1.119+pristine-2) unstable; urgency=low
 

Modified: trunk/libconvert-binhex-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libconvert-binhex-perl/debian/control?rev=16743&op=diff
==============================================================================
--- trunk/libconvert-binhex-perl/debian/control (original)
+++ trunk/libconvert-binhex-perl/debian/control Fri Mar  7 18:40:53 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>, Alexis Sukrieh <sukria at debian.org>, Joey Hess <joeyh at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl (>= 5.6.0-16)
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Convert-BinHex/

Added: trunk/libconvert-binhex-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libconvert-binhex-perl/debian/patches/series?rev=16743&op=file
==============================================================================
--- trunk/libconvert-binhex-perl/debian/patches/series (added)
+++ trunk/libconvert-binhex-perl/debian/patches/series Fri Mar  7 18:40:53 2008
@@ -1,0 +1,1 @@
+use_exporter.patch

Added: trunk/libconvert-binhex-perl/debian/patches/use_exporter.patch
URL: http://svn.debian.org/wsvn/trunk/libconvert-binhex-perl/debian/patches/use_exporter.patch?rev=16743&op=file
==============================================================================
--- trunk/libconvert-binhex-perl/debian/patches/use_exporter.patch (added)
+++ trunk/libconvert-binhex-perl/debian/patches/use_exporter.patch Fri Mar  7 18:40:53 2008
@@ -1,0 +1,10 @@
+--- libconvert-binhex-perl.orig/t/Checker.pm
++++ libconvert-binhex-perl/t/Checker.pm
+@@ -1,5 +1,7 @@
+ package Checker;
+ 
++use Exporter;
++
+ @ISA = qw(Exporter);
+ @EXPORT = qw($CHECK okay_if note check filter_warnings);
+ 

Modified: trunk/libconvert-binhex-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconvert-binhex-perl/debian/rules?rev=16743&op=diff
==============================================================================
--- trunk/libconvert-binhex-perl/debian/rules (original)
+++ trunk/libconvert-binhex-perl/debian/rules Fri Mar  7 18:40:53 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/libconvert-binhex-perl/t/Checker.pm
URL: http://svn.debian.org/wsvn/trunk/libconvert-binhex-perl/t/Checker.pm?rev=16743&op=diff
==============================================================================
--- trunk/libconvert-binhex-perl/t/Checker.pm (original)
+++ trunk/libconvert-binhex-perl/t/Checker.pm Fri Mar  7 18:40:53 2008
@@ -1,6 +1,4 @@
 package Checker;
-
-use Exporter;
 
 @ISA = qw(Exporter);
 @EXPORT = qw($CHECK okay_if note check filter_warnings);




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