r11934 - in /trunk/libparent-perl/debian: changelog control patches/ patches/01-fix_manpage.patch patches/series rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Wed Jan 2 23:23:41 UTC 2008


Author: hanska-guest
Date: Wed Jan  2 23:23:41 2008
New Revision: 11934

URL: http://svn.debian.org/wsvn/?sc=1&rev=11934
Log:
* debian/patches:
  - 01-fix_manpage.patch added to avoid "manpage-has-errors-from-man"
* debian/rules - now handles quilt patch system
* debian/control:
  - updated to depend on quilt
  - Standards-Version to 3.7.3.0

Added:
    trunk/libparent-perl/debian/patches/
    trunk/libparent-perl/debian/patches/01-fix_manpage.patch
    trunk/libparent-perl/debian/patches/series
Modified:
    trunk/libparent-perl/debian/changelog
    trunk/libparent-perl/debian/control
    trunk/libparent-perl/debian/rules

Modified: trunk/libparent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparent-perl/debian/changelog?rev=11934&op=diff
==============================================================================
--- trunk/libparent-perl/debian/changelog (original)
+++ trunk/libparent-perl/debian/changelog Wed Jan  2 23:23:41 2008
@@ -1,3 +1,14 @@
+libparent-perl (0.219-2) unstable; urgency=low
+
+  * debian/patches:
+    - 01-fix_manpage.patch added to avoid "manpage-has-errors-from-man"
+  * debian/rules - now handles quilt patch system
+  * debian/control:
+    - updated to depend on quilt
+    - Standards-Version to 3.7.3.0
+
+ -- David Paleino <d.paleino at gmail.com>  Thu, 03 Jan 2008 00:20:38 +0100
+
 libparent-perl (0.219-1) unstable; urgency=low
 
   * Initial Release. Required by libhtml-display-perl, which is required by

Modified: trunk/libparent-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libparent-perl/debian/control?rev=11934&op=diff
==============================================================================
--- trunk/libparent-perl/debian/control (original)
+++ trunk/libparent-perl/debian/control Wed Jan  2 23:23:41 2008
@@ -1,11 +1,11 @@
 Source: libparent-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.8-11.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: David Paleino <d.paleino at gmail.com>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3.0
 Homepage: http://search.cpan.org/dist/parent/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparent-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/

Added: trunk/libparent-perl/debian/patches/01-fix_manpage.patch
URL: http://svn.debian.org/wsvn/trunk/libparent-perl/debian/patches/01-fix_manpage.patch?rev=11934&op=file
==============================================================================
--- trunk/libparent-perl/debian/patches/01-fix_manpage.patch (added)
+++ trunk/libparent-perl/debian/patches/01-fix_manpage.patch Wed Jan  2 23:23:41 2008
@@ -1,0 +1,11 @@
+--- libparent-perl.orig/lib/parent.pm
++++ libparent-perl/lib/parent.pm
+@@ -126,7 +126,7 @@
+ 
+ =head1 AUTHORS AND CONTRIBUTORS
+ 
+-Rafaël Garcia-Suarez, Bart Lateur, Max Maischein, Anno Siegel, Michael Schwern
++Rafaël Garcia-Suarez, Bart Lateur, Max Maischein, Anno Siegel, Michael Schwern
+ 
+ =head1 MAINTAINER
+ 

Added: trunk/libparent-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libparent-perl/debian/patches/series?rev=11934&op=file
==============================================================================
--- trunk/libparent-perl/debian/patches/series (added)
+++ trunk/libparent-perl/debian/patches/series Wed Jan  2 23:23:41 2008
@@ -1,0 +1,1 @@
+01-fix_manpage.patch

Modified: trunk/libparent-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparent-perl/debian/rules?rev=11934&op=diff
==============================================================================
--- trunk/libparent-perl/debian/rules (original)
+++ trunk/libparent-perl/debian/rules Wed Jan  2 23:23:41 2008
@@ -19,8 +19,10 @@
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: patch
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor \
@@ -31,7 +33,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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