r14622 - in /trunk/libtime-piece-perl/debian: changelog compat control patches/ patches/manpage_fix_chars.patch patches/series rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Feb 8 01:33:51 UTC 2008


Author: gregoa-guest
Date: Fri Feb  8 01:33:50 2008
New Revision: 14622

URL: http://svn.debian.org/wsvn/?sc=1&rev=14622
Log:
  - remove build-stamp and install-stamp with dh_clean
* Add patch manpage_fix_chars.patch to fix non-ascii chars in manpage,
  thanks to Adam Borowski (closes: #464619). Add quilt framework.
* Set debhelper compatibility level to 6.

Added:
    trunk/libtime-piece-perl/debian/patches/
    trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch
    trunk/libtime-piece-perl/debian/patches/series
Modified:
    trunk/libtime-piece-perl/debian/changelog
    trunk/libtime-piece-perl/debian/compat
    trunk/libtime-piece-perl/debian/control
    trunk/libtime-piece-perl/debian/rules

Modified: trunk/libtime-piece-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtime-piece-perl/debian/changelog?rev=14622&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/changelog (original)
+++ trunk/libtime-piece-perl/debian/changelog Fri Feb  8 01:33:50 2008
@@ -17,13 +17,17 @@
     - use PREFIX and DESTDIR for $(MAKE) install
     - let install-stamp depend on build-stamp
     - don't install empty /usr/share/perl5 directory
+    - remove build-stamp and install-stamp with dh_clean
   * debian/copyright:
     - add upstream URL
     - clarify referenced perl license terms
     - be more verbose on listing authors
   * debian/rules: delete /usr/share/perl5 only if it exists.
+  * Add patch manpage_fix_chars.patch to fix non-ascii chars in manpage,
+    thanks to Adam Borowski (closes: #464619). Add quilt framework.
+  * Set debhelper compatibility level to 6.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Dec 2007 17:06:36 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 08 Feb 2008 02:28:48 +0100
 
 libtime-piece-perl (1.11-2) unstable; urgency=medium
 

Modified: trunk/libtime-piece-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtime-piece-perl/debian/compat?rev=14622&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/compat (original)
+++ trunk/libtime-piece-perl/debian/compat Fri Feb  8 01:33:50 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libtime-piece-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtime-piece-perl/debian/control?rev=14622&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/control (original)
+++ trunk/libtime-piece-perl/debian/control Fri Feb  8 01:33:50 2008
@@ -7,7 +7,7 @@
 Homepage: http://search.cpan.org/dist/Time-Piece/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-piece-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-piece-perl/
-Build-Depends: debhelper (>= 5.0), perl (>= 5.8)
+Build-Depends: debhelper (>= 6), perl (>= 5.8), quilt
 
 Package: libtime-piece-perl
 Section: perl

Added: trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch
URL: http://svn.debian.org/wsvn/trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch?rev=14622&op=file
==============================================================================
--- trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch (added)
+++ trunk/libtime-piece-perl/debian/patches/manpage_fix_chars.patch Fri Feb  8 01:33:50 2008
@@ -1,0 +1,11 @@
+--- libtime-piece-perl.orig/Seconds.pm
++++ libtime-piece-perl/Seconds.pm
+@@ -216,7 +216,7 @@
+ 
+ Tobias Brox, tobiasb at tobiasb.funcom.com
+ 
+-Bal�zs Szab� (dLux), dlux at kapu.hu
++Balázs Szabó (dLux), dlux at kapu.hu
+ 
+ =head1 LICENSE
+ 

Added: trunk/libtime-piece-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libtime-piece-perl/debian/patches/series?rev=14622&op=file
==============================================================================
--- trunk/libtime-piece-perl/debian/patches/series (added)
+++ trunk/libtime-piece-perl/debian/patches/series Fri Feb  8 01:33:50 2008
@@ -1,0 +1,1 @@
+manpage_fix_chars.patch

Modified: trunk/libtime-piece-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtime-piece-perl/debian/rules?rev=14622&op=diff
==============================================================================
--- trunk/libtime-piece-perl/debian/rules (original)
+++ trunk/libtime-piece-perl/debian/rules Fri Feb  8 01:33:50 2008
@@ -7,6 +7,8 @@
 ## uncomment this to turn on verbose mode
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 ## ----------------------------------------------------------------------
 PACKAGE		= $(shell dh_listpackages)
 TMP_DIR		= $(CURDIR)/debian/$(PACKAGE)
@@ -14,15 +16,14 @@
 ## ----------------------------------------------------------------------
 ## targets
 
-clean:
+clean:	unpatch
 		dh_testdir
 		dh_testroot
-		dh_clean
+		dh_clean build-stamp install-stamp
 		[ ! -f Makefile ] || $(MAKE) realclean
-		rm -f build-stamp install-stamp
 
 build:		build-stamp
-build-stamp:
+build-stamp:	$(QUILT_STAMPFN)
 		dh_testdir
 		perl Makefile.PL INSTALLDIRS=vendor
 		$(MAKE) OPTIMIZE="-O2 -g -Wall"




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