r37680 - in /trunk/libacme-bleach-perl/debian: changelog control copyright rules

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sat Jun 6 14:37:27 UTC 2009


Author: nhandler-guest
Date: Sat Jun  6 14:37:22 2009
New Revision: 37680

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37680
Log:
debian/changelog: close an ITP bug in the Debian BTS
debian/copyright: add year of upstream copyright
install demo/* as examples
Add quilt + patch to fix 3 lintian errors about pod2man 


Modified:
    trunk/libacme-bleach-perl/debian/changelog
    trunk/libacme-bleach-perl/debian/control
    trunk/libacme-bleach-perl/debian/copyright
    trunk/libacme-bleach-perl/debian/rules

Modified: trunk/libacme-bleach-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/changelog?rev=37680&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/changelog (original)
+++ trunk/libacme-bleach-perl/debian/changelog Sat Jun  6 14:37:22 2009
@@ -1,14 +1,9 @@
 libacme-bleach-perl (1.12-1) UNRELEASED; urgency=low
 
   TODO:
-  - debian/changelog: close an ITP bug in the Debian BTS
-  - debian/copyright: add year of upstream copyright
-  - maybe install demo/* as examples? not sure if it's worth and into which
-    binary package(s)
-  - lintian: 3x manpage-has-errors-from-pod2man
   - general question: is it useful to have 3 binary packages which each
     contain 1 .pm and 1 manpage?
 
-  * Initial Release. (LP: #303968)
+  * Initial Release. (closes: #532034) (LP: #303968)
 
- -- Nathan Handler <nhandler at ubuntu.com>  Fri, 05 Jun 2009 04:17:18 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 02:47:50 +0000

Modified: trunk/libacme-bleach-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/control?rev=37680&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/control (original)
+++ trunk/libacme-bleach-perl/debian/control Sat Jun  6 14:37:22 2009
@@ -1,7 +1,7 @@
 Source: libacme-bleach-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nathan Handler <nhandler at ubuntu.com>

Modified: trunk/libacme-bleach-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/copyright?rev=37680&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/copyright (original)
+++ trunk/libacme-bleach-perl/debian/copyright Sat Jun  6 14:37:22 2009
@@ -5,7 +5,7 @@
 Upstream-Name: Acme-Bleach
 
 Files: *
-Copyright: Damian Conway
+Copyright: 2001, Damian Conway
 License: Artistic
 
 Files: debian/*

Modified: trunk/libacme-bleach-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/rules?rev=37680&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/rules (original)
+++ trunk/libacme-bleach-perl/debian/rules Sat Jun  6 14:37:22 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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