r39101 - in /trunk/libsocialtext-resting-perl/debian: changelog rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Thu Jul 2 02:30:03 UTC 2009
Author: ryan52-guest
Date: Thu Jul 2 02:29:54 2009
New Revision: 39101
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39101
Log:
remove uneeded newline, fixing bashism (Closes: #535398)
Modified:
trunk/libsocialtext-resting-perl/debian/changelog
trunk/libsocialtext-resting-perl/debian/rules
Modified: trunk/libsocialtext-resting-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-perl/debian/changelog?rev=39101&op=diff
==============================================================================
--- trunk/libsocialtext-resting-perl/debian/changelog (original)
+++ trunk/libsocialtext-resting-perl/debian/changelog Thu Jul 2 02:29:54 2009
@@ -1,3 +1,9 @@
+libsocialtext-resting-perl (0.27-3) UNRELEASED; urgency=low
+
+ * remove uneeded newline, fixing bashism (Closes: #535398)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com> Wed, 01 Jul 2009 19:29:37 -0700
+
libsocialtext-resting-perl (0.27-2) unstable; urgency=low
[ Ryan Niebur ]
Modified: trunk/libsocialtext-resting-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-perl/debian/rules?rev=39101&op=diff
==============================================================================
--- trunk/libsocialtext-resting-perl/debian/rules (original)
+++ trunk/libsocialtext-resting-perl/debian/rules Thu Jul 2 02:29:54 2009
@@ -4,4 +4,4 @@
dh $@
override_dh_auto_configure:
- echo "n\n" | perl Makefile.PL INSTALLDIRS=vendor
+ echo "n" | perl Makefile.PL INSTALLDIRS=vendor
More information about the Pkg-perl-cvs-commits
mailing list