r55672 - in /trunk/libhttp-oai-perl/debian: changelog control rules

lars at users.alioth.debian.org lars at users.alioth.debian.org
Wed Apr 7 23:15:44 UTC 2010


Author: lars
Date: Wed Apr  7 23:15:32 2010
New Revision: 55672

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55672
Log:
Rename oai_browser.pl to oai_browser, upon installation. Manpage,
too.

Modified:
    trunk/libhttp-oai-perl/debian/changelog
    trunk/libhttp-oai-perl/debian/control
    trunk/libhttp-oai-perl/debian/rules

Modified: trunk/libhttp-oai-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/changelog?rev=55672&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/debian/changelog (original)
+++ trunk/libhttp-oai-perl/debian/changelog Wed Apr  7 23:15:32 2010
@@ -5,5 +5,7 @@
     The actual Perl module needed is version 1, but its parent module
     (and the Debian package) is 0.96. Verified this with Grant McLean,
     the upstream maintainer.
+  * Rename oai_browser.pl to oai_browser, upon installation. Manpage,
+    too.
 
- -- Lars Wirzenius <lars at catalyst.net.nz>  Tue, 6 Apr 2010 12:57:46 +1200
+ -- Lars Wirzenius <lars at catalyst.net.nz>  Thu, 08 Apr 2010 11:15:18 +1200

Modified: trunk/libhttp-oai-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/control?rev=55672&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/debian/control (original)
+++ trunk/libhttp-oai-perl/debian/control Wed Apr  7 23:15:32 2010
@@ -1,7 +1,7 @@
 Source: libhttp-oai-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, liburi-perl, libxml-libxml-perl (>= 1.6),
   libwww-perl, libxml-sax-perl (>= 0.96)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libhttp-oai-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-oai-perl/debian/rules?rev=55672&op=diff
==============================================================================
--- trunk/libhttp-oai-perl/debian/rules (original)
+++ trunk/libhttp-oai-perl/debian/rules Wed Apr  7 23:15:32 2010
@@ -2,3 +2,13 @@
 
 %:
 	dh $@
+
+override_dh_install:
+	dh_install
+	mv debian/libhttp-oai-perl/usr/bin/oai_browser.pl \
+	   debian/libhttp-oai-perl/usr/bin/oai_browser
+
+override_dh_installman:
+	dh_installman
+	mv debian/libhttp-oai-perl/usr/share/man/man1/oai_browser.pl.1p \
+	   debian/libhttp-oai-perl/usr/share/man/man1/oai_browser.1p




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