r45991 - in /trunk/libdate-calc-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Oct 18 14:42:20 UTC 2009


Author: jawnsy-guest
Date: Sun Oct 18 14:42:14 2009
New Revision: 45991

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45991
Log:
Remove override from rules (examples are gone)

Modified:
    trunk/libdate-calc-perl/debian/changelog
    trunk/libdate-calc-perl/debian/control
    trunk/libdate-calc-perl/debian/rules

Modified: trunk/libdate-calc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/changelog?rev=45991&op=diff
==============================================================================
--- trunk/libdate-calc-perl/debian/changelog (original)
+++ trunk/libdate-calc-perl/debian/changelog Sun Oct 18 14:42:14 2009
@@ -7,6 +7,7 @@
   * Now requires Bit::Vector 7.1
   * Examples have been removed, remove 'examples'
   * Move .docs to libdate-calc-perl.docs
+  * Remove override from rules (examples are gone)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 18 Oct 2009 06:38:48 -0400
 

Modified: trunk/libdate-calc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/control?rev=45991&op=diff
==============================================================================
--- trunk/libdate-calc-perl/debian/control (original)
+++ trunk/libdate-calc-perl/debian/control Sun Oct 18 14:42:14 2009
@@ -1,7 +1,7 @@
 Source: libdate-calc-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), libcarp-clan-perl,
+Build-Depends: debhelper (>= 7), libcarp-clan-perl,
  libbit-vector-perl (>= 7.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Hammers <ch at debian.org>, Martín Ferrari <tincho at debian.org>,

Modified: trunk/libdate-calc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-calc-perl/debian/rules?rev=45991&op=diff
==============================================================================
--- trunk/libdate-calc-perl/debian/rules (original)
+++ trunk/libdate-calc-perl/debian/rules Sun Oct 18 14:42:14 2009
@@ -1,11 +1,4 @@
 #!/usr/bin/make -f
-
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
-
-override_dh_installexamples:
-	dh_installexamples
-	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdate-calc-perl/examples/*




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