r15135 - in /trunk/libi18n-charset-perl/debian: changelog control patches/ patches/series patches/t_rt33087_number.patch rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Feb 18 21:38:48 UTC 2008


Author: gregoa-guest
Date: Mon Feb 18 21:38:47 2008
New Revision: 15135

URL: http://svn.debian.org/wsvn/?sc=1&rev=15135
Log:
Patches:
  - add quilt framework
  - t_rt33087_number.patch: new, fixes number of tests

Added:
    trunk/libi18n-charset-perl/debian/patches/
    trunk/libi18n-charset-perl/debian/patches/series
    trunk/libi18n-charset-perl/debian/patches/t_rt33087_number.patch
Modified:
    trunk/libi18n-charset-perl/debian/changelog
    trunk/libi18n-charset-perl/debian/control
    trunk/libi18n-charset-perl/debian/rules

Modified: trunk/libi18n-charset-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libi18n-charset-perl/debian/changelog?rev=15135&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/changelog (original)
+++ trunk/libi18n-charset-perl/debian/changelog Mon Feb 18 21:38:47 2008
@@ -21,8 +21,11 @@
   * debian/control:
     - add libjcode-pm-perl to Suggests
     - wrap long lines
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 18 Feb 2008 22:18:57 +0100
+  * Patches:
+    - add quilt framework
+    - t_rt33087_number.patch: new, fixes number of tests
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 18 Feb 2008 22:37:21 +0100
 
 libi18n-charset-perl (1.385-1) unstable; urgency=low
 

Modified: trunk/libi18n-charset-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libi18n-charset-perl/debian/control?rev=15135&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/control (original)
+++ trunk/libi18n-charset-perl/debian/control Mon Feb 18 21:38:47 2008
@@ -10,7 +10,7 @@
 Homepage: http://search.cpan.org/dist/I18N-Charset/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libi18n-charset-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 6), quilt
 Build-Depends-Indep: perl, libio-string-perl, libtest-simple-perl,
  libunicode-map-perl, libunicode-maputf8-perl, libio-capture-perl,
  libtest-pod-perl, libtest-pod-coverage-perl

Added: trunk/libi18n-charset-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libi18n-charset-perl/debian/patches/series?rev=15135&op=file
==============================================================================
--- trunk/libi18n-charset-perl/debian/patches/series (added)
+++ trunk/libi18n-charset-perl/debian/patches/series Mon Feb 18 21:38:47 2008
@@ -1,0 +1,1 @@
+t_rt33087_number.patch

Added: trunk/libi18n-charset-perl/debian/patches/t_rt33087_number.patch
URL: http://svn.debian.org/wsvn/trunk/libi18n-charset-perl/debian/patches/t_rt33087_number.patch?rev=15135&op=file
==============================================================================
--- trunk/libi18n-charset-perl/debian/patches/t_rt33087_number.patch (added)
+++ trunk/libi18n-charset-perl/debian/patches/t_rt33087_number.patch Mon Feb 18 21:38:47 2008
@@ -1,0 +1,11 @@
+--- libi18n-charset-perl.orig/t/rt33087.t
++++ libi18n-charset-perl/t/rt33087.t
+@@ -7,7 +7,7 @@
+   {
+   plan skip_all => 'Unicode::Map8 is not installed';
+   } # unless
+-plan tests => 2;
++plan tests => 3;
+ &use_ok('I18N::Charset', qw( iana_charset_name map8_charset_name ));
+ 
+ is(iana_charset_name("koi8-r"), 'KOI8-R', 'iana literal koi8-r');

Modified: trunk/libi18n-charset-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libi18n-charset-perl/debian/rules?rev=15135&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/rules (original)
+++ trunk/libi18n-charset-perl/debian/rules Mon Feb 18 21:38:47 2008
@@ -4,6 +4,8 @@
 # packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
 # the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
 # be used freely wherever it is useful.
+
+include /usr/share/quilt/quilt.make
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -14,7 +16,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -23,7 +25,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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