r37736 - in /trunk/libnet-amazon-perl/debian: changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 7 01:06:08 UTC 2009


Author: gregoa
Date: Sun Jun  7 01:05:09 2009
New Revision: 37736

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37736
Log:
resurrect (1) removal of incomplete manpages in debian/rules (2) patch + quilt framework

Added:
    trunk/libnet-amazon-perl/debian/patches/
      - copied from r37734, trunk/libnet-amazon-perl/debian/patches/
Modified:
    trunk/libnet-amazon-perl/debian/changelog
    trunk/libnet-amazon-perl/debian/control
    trunk/libnet-amazon-perl/debian/rules

Modified: trunk/libnet-amazon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-perl/debian/changelog?rev=37736&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/changelog (original)
+++ trunk/libnet-amazon-perl/debian/changelog Sun Jun  7 01:05:09 2009
@@ -1,8 +1,4 @@
 libnet-amazon-perl (0.51-1) UNRELEASED; urgency=low
-
-  TODO:
-  * There are many manpage-has-bad-whatis-entry warnings from lintian that
-    should probably be fixed upstream if possible. [rt.cpan.org #46708]
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -22,14 +18,10 @@
   * debian/rules:
     - Update to remove unnecessary parts and to use standard debian/rules
       template for perl modules
-    - Do not use quilt
   * debian/copyright:
     - Update to new layout
   * debian/libnet-amazon-perl.examples:
     - List example files here instead of in debian/rules
-  * debian/patches/*:
-    - Remove as patch is incomplete. Issue will hopefully be fixed upstream
-    [rt.cpan.org #46708]
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sun, 07 Jun 2009 00:28:36 +0000
 

Modified: trunk/libnet-amazon-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-perl/debian/control?rev=37736&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/control (original)
+++ trunk/libnet-amazon-perl/debian/control Sun Jun  7 01:05:09 2009
@@ -1,7 +1,7 @@
 Source: libnet-amazon-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, liburi-perl, 
  libxml-simple-perl, liblog-log4perl-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libnet-amazon-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-perl/debian/rules?rev=37736&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/rules (original)
+++ trunk/libnet-amazon-perl/debian/rules Sun Jun  7 01:05:09 2009
@@ -1,16 +1,20 @@
 #!/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
 install-stamp: build-stamp
 	dh install
+	# remove incomplete manpages [rt.cpan.org #46708]
+	rm $(CURDIR)/debian/libnet-amazon-perl/usr/share/man/man3/Net::Amazon::Validate::ItemSearch::*
 	touch $@
 
 binary-arch:




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