r37181 - in /trunk/libtest-file-perl/debian: changelog control patches/ patches/fix-manpage-name patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 1 15:07:58 UTC 2009


Author: ryan52-guest
Date: Mon Jun  1 15:07:52 2009
New Revision: 37181

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37181
Log:
patch to fix the manpage name

Added:
    trunk/libtest-file-perl/debian/patches/
    trunk/libtest-file-perl/debian/patches/fix-manpage-name
    trunk/libtest-file-perl/debian/patches/series
Modified:
    trunk/libtest-file-perl/debian/changelog
    trunk/libtest-file-perl/debian/control
    trunk/libtest-file-perl/debian/rules

Modified: trunk/libtest-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/changelog?rev=37181&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/changelog (original)
+++ trunk/libtest-file-perl/debian/changelog Mon Jun  1 15:07:52 2009
@@ -1,28 +1,15 @@
 libtest-file-perl (1.28-1) UNRELEASED; urgency=low
-
-  TODO:
-  it's nice that upstream doesn't provide a "wrong" extension for the manpage
-  anymore but now we end up with /usr/share/man/man3/File.3pm.gz instead
-  of /usr/share/man/man3/Test::File.3pm.gz ...
-  https://rt.cpan.org/Ticket/Display.html?id=45977
-
-  jawnsy's see also:
-  https://rt.cpan.org/Ticket/Display.html?id=46327
-  I recommend closure of the first bug report, too, as it has been effectively
-  fixed, even if it broke something else in the process :-)
 
   [ Ryan Niebur ]
   * New upstream release
   * remove quilt patching, man pages are gone
+  * patch to fix the manpage name
 
   [ gregor herrmann ]
   * New upstream release.
   * Add /me to Uploaders.
 
-  [ Ryan Niebur ]
-  * New upstream release
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 31 May 2009 23:57:22 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 08:07:17 -0700
 
 libtest-file-perl (1.25-1) unstable; urgency=low
 

Modified: trunk/libtest-file-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/control?rev=37181&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/control (original)
+++ trunk/libtest-file-perl/debian/control Mon Jun  1 15:07:52 2009
@@ -1,7 +1,7 @@
 Source: libtest-file-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.0-12), libtest-manifest-perl (>= 1.14), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,

Added: trunk/libtest-file-perl/debian/patches/fix-manpage-name
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/patches/fix-manpage-name?rev=37181&op=file
==============================================================================
--- trunk/libtest-file-perl/debian/patches/fix-manpage-name (added)
+++ trunk/libtest-file-perl/debian/patches/fix-manpage-name Mon Jun  1 15:07:52 2009
@@ -1,0 +1,13 @@
+name it Test::File, not File.
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -26,7 +26,7 @@
+ 		},
+ 
+ 	'MAN3PODS'  => {
+-		'lib/File.pm'     => '$(INST_MAN3DIR)/File.$(MAN3EXT)',
++		'lib/File.pm'     => '$(INST_MAN3DIR)/Test::File.$(MAN3EXT)',
+ 		},
+ 
+ 	clean  => { FILES    => q|Test-File-* test_files| },

Added: trunk/libtest-file-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/patches/series?rev=37181&op=file
==============================================================================
--- trunk/libtest-file-perl/debian/patches/series (added)
+++ trunk/libtest-file-perl/debian/patches/series Mon Jun  1 15:07:52 2009
@@ -1,0 +1,1 @@
+fix-manpage-name

Modified: trunk/libtest-file-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/rules?rev=37181&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/rules (original)
+++ trunk/libtest-file-perl/debian/rules Mon Jun  1 15:07:52 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-	find debian/libtest-file-perl -type f -name .packlist | xargs rm -f
-
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@




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