r51393 - in /trunk/libparse-recdescent-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 24 04:59:29 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 24 04:59:21 2010
New Revision: 51393

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51393
Log:
builds clean, looks good, dch -r

Modified:
    trunk/libparse-recdescent-perl/debian/changelog
    trunk/libparse-recdescent-perl/debian/control
    trunk/libparse-recdescent-perl/debian/rules

Modified: trunk/libparse-recdescent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-recdescent-perl/debian/changelog?rev=51393&op=diff
==============================================================================
--- trunk/libparse-recdescent-perl/debian/changelog (original)
+++ trunk/libparse-recdescent-perl/debian/changelog Sun Jan 24 04:59:21 2010
@@ -1,4 +1,4 @@
-libparse-recdescent-perl (1.963+dfsg-1) UNRELEASED; urgency=low
+libparse-recdescent-perl (1.963+dfsg-1) unstable; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
@@ -12,7 +12,7 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 23 Jan 2010 23:49:45 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 24 Jan 2010 00:07:39 -0500
 
 libparse-recdescent-perl (1.962.2+dfsg-1) unstable; urgency=low
 

Modified: trunk/libparse-recdescent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-recdescent-perl/debian/control?rev=51393&op=diff
==============================================================================
--- trunk/libparse-recdescent-perl/debian/control (original)
+++ trunk/libparse-recdescent-perl/debian/control Sun Jan 24 04:59:21 2010
@@ -28,4 +28,4 @@
    * The ability to commit to, uncommit to, or reject particular productions
      during a parse
    * Incremental extension of the parsing grammar (even during a parse)
-   * The ability to retrieve the generated parsing code.
+   * The ability to retrieve the generated parsing code

Modified: trunk/libparse-recdescent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-recdescent-perl/debian/rules?rev=51393&op=diff
==============================================================================
--- trunk/libparse-recdescent-perl/debian/rules (original)
+++ trunk/libparse-recdescent-perl/debian/rules Sun Jan 24 04:59:21 2010
@@ -9,6 +9,7 @@
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!\s*/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
+	sed -i '1s|^#!\s*/opt/local/bin/perl5.10.0|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
 
 override_dh_fixperms:
 	dh_fixperms




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