r55015 - in /trunk/libgetopt-declare-perl/debian: changelog control copyright libgetopt-declare-perl.docs libgetopt-declare-perl.examples rules

franck at users.alioth.debian.org franck at users.alioth.debian.org
Mon Mar 29 17:30:38 UTC 2010


Author: franck
Date: Mon Mar 29 17:30:18 2010
New Revision: 55015

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55015
Log:
* Refreshed libgetopt-declare-perl.examples to point to the new demos
  directory.
* Fixed interpreter shebang lines in the examples files:
  + Added override_dh_installexamples in d.rules.
  + Set debhelper versionned dependency to (7.0.50).
* Removed libgetopt-declare-perl.docs which contains only a README file
  (duplicate information with the manpage).

Removed:
    trunk/libgetopt-declare-perl/debian/libgetopt-declare-perl.docs
Modified:
    trunk/libgetopt-declare-perl/debian/changelog
    trunk/libgetopt-declare-perl/debian/control
    trunk/libgetopt-declare-perl/debian/copyright
    trunk/libgetopt-declare-perl/debian/libgetopt-declare-perl.examples
    trunk/libgetopt-declare-perl/debian/rules

Modified: trunk/libgetopt-declare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/changelog?rev=55015&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/changelog (original)
+++ trunk/libgetopt-declare-perl/debian/changelog Mon Mar 29 17:30:18 2010
@@ -1,5 +1,6 @@
 libgetopt-declare-perl (1.13-1) unstable; urgency=low
 
+  [ Nathan Handler ]
   * New upstream release
   * debian/rules:
     - Drop --with-quilt
@@ -17,6 +18,15 @@
     - Add myself to debian/* copyright
   * debian/patches/*:
     - Remove since 01_pod_err.diff was applied upstream
+
+  [ Franck Joncourt ]
+  * Refreshed libgetopt-declare-perl.examples to point to the new demos
+    directory.
+  * Fixed interpreter shebang lines in the examples files:
+    + Added override_dh_installexamples in d.rules.
+    + Set debhelper versionned dependency to (7.0.50).
+  * Removed libgetopt-declare-perl.docs which contains only a README file
+    (duplicate information with the manpage).
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sun, 28 Mar 2010 21:57:46 -0500
 

Modified: trunk/libgetopt-declare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/control?rev=55015&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/control (original)
+++ trunk/libgetopt-declare-perl/debian/control Mon Mar 29 17:30:18 2010
@@ -1,7 +1,7 @@
 Source: libgetopt-declare-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Bart Martens <bartm-perl at knars.be>, Jonathan Yu <jawnsy at cpan.org>,

Modified: trunk/libgetopt-declare-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/copyright?rev=55015&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/copyright (original)
+++ trunk/libgetopt-declare-perl/debian/copyright Mon Mar 29 17:30:18 2010
@@ -8,7 +8,8 @@
 License: Artistic
 
 Files: debian/*
-Copyright: 2010, Nathan Handler <nhandler at ubuntu.com>
+Copyright: 2010, Franck Joncourt <franck at debian.org>
+ 2010, Nathan Handler <nhandler at ubuntu.com>
  2009, Jonathan Yu <jawnsy at cpan.org>
  2006-2009, Bart Martens <bartm-perl at knars.be>
  2006, Stephen Quinney <sjq at debian.org>
@@ -18,7 +19,8 @@
  the same terms as upstream.
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'

Modified: trunk/libgetopt-declare-perl/debian/libgetopt-declare-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/libgetopt-declare-perl.examples?rev=55015&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/libgetopt-declare-perl.examples (original)
+++ trunk/libgetopt-declare-perl/debian/libgetopt-declare-perl.examples Mon Mar 29 17:30:18 2010
@@ -1,1 +1,1 @@
-demo_*
+demos/*

Modified: trunk/libgetopt-declare-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-declare-perl/debian/rules?rev=55015&op=diff
==============================================================================
--- trunk/libgetopt-declare-perl/debian/rules (original)
+++ trunk/libgetopt-declare-perl/debian/rules Mon Mar 29 17:30:18 2010
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_installexamples:
+		dh_installexamples
+		find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
+			xargs -r0 sed -i -e '1s|^#!\s*/usr/local/bin/perl|#!/usr/bin/perl|'




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