r39105 - in /trunk/libpoe-component-server-simplehttp-perl/debian: changelog rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Jul 2 02:45:08 UTC 2009


Author: ryan52-guest
Date: Thu Jul  2 02:45:03 2009
New Revision: 39105

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39105
Log:
use 'yes' instead of 'echo y\ny\ny\n' to fix bashism (Closes:
#535400)

Modified:
    trunk/libpoe-component-server-simplehttp-perl/debian/changelog
    trunk/libpoe-component-server-simplehttp-perl/debian/rules

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/changelog?rev=39105&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/changelog (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/changelog Thu Jul  2 02:45:03 2009
@@ -1,8 +1,13 @@
 libpoe-component-server-simplehttp-perl (1.58-2) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:01 +0000
+  [ Ryan Niebur ]
+  * use 'yes' instead of 'echo y\ny\ny\n' to fix bashism (Closes:
+    #535400)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 01 Jul 2009 19:44:54 -0700
 
 libpoe-component-server-simplehttp-perl (1.58-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/rules?rev=39105&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/rules (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/rules Thu Jul  2 02:45:03 2009
@@ -7,7 +7,7 @@
 	# We want to include support and test everything, but that's not the
 	# default
 	dh build --before dh_auto_configure
-	echo -e 'y\ny\ny\n' | \
+	yes | \
 		$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 




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