r21857 - in /trunk/libtext-csv-xs-perl/debian: changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jun 18 17:40:19 UTC 2008


Author: gregoa
Date: Wed Jun 18 17:40:18 2008
New Revision: 21857

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21857
Log:
Drop patch 03_pod.patch (adding a section about 'binary' and UTF-8 to the
POD), the upstream changelog states: "Allow UTF8 even without binary => 1";
remove quilt framework.

Removed:
    trunk/libtext-csv-xs-perl/debian/patches/
Modified:
    trunk/libtext-csv-xs-perl/debian/changelog
    trunk/libtext-csv-xs-perl/debian/control
    trunk/libtext-csv-xs-perl/debian/rules

Modified: trunk/libtext-csv-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/changelog?rev=21857&op=diff
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/changelog (original)
+++ trunk/libtext-csv-xs-perl/debian/changelog Wed Jun 18 17:40:18 2008
@@ -1,6 +1,9 @@
 libtext-csv-xs-perl (0.51-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Drop patch 03_pod.patch (adding a section about 'binary' and UTF-8 to the
+    POD), the upstream changelog states: "Allow UTF8 even without binary => 1";
+    remove quilt framework.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 18 Jun 2008 19:32:59 +0200
 

Modified: trunk/libtext-csv-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/control?rev=21857&op=diff
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/control (original)
+++ trunk/libtext-csv-xs-perl/debian/control Wed Jun 18 17:40:18 2008
@@ -9,8 +9,8 @@
 Homepage: http://search.cpan.org/dist/Text-CSV_XS/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-csv-xs-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/
-Build-Depends: debhelper (>= 5), perl (>> 5.8.1), quilt (>= 0.40),
- libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 5), perl (>> 5.8.1), libtest-pod-perl,
+ libtest-pod-coverage-perl
 
 Package: libtext-csv-xs-perl
 Architecture: any

Modified: trunk/libtext-csv-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-xs-perl/debian/rules?rev=21857&op=diff
==============================================================================
--- trunk/libtext-csv-xs-perl/debian/rules (original)
+++ trunk/libtext-csv-xs-perl/debian/rules Wed Jun 18 17:40:18 2008
@@ -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.
@@ -27,14 +25,14 @@
 endif
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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