r34962 - in /trunk/libwww-search-perl/debian: changelog make-module.sh
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Fri May 8 07:53:51 UTC 2009
Author: ryan52-guest
Date: Fri May 8 07:53:46 2009
New Revision: 34962
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34962
Log:
DEB_BUILD_OPTIONS is space separated, not comma separated. fix make-
modules.sh. thanks to Peter Pentchev for tell me.
Modified:
trunk/libwww-search-perl/debian/changelog
trunk/libwww-search-perl/debian/make-module.sh
Modified: trunk/libwww-search-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-search-perl/debian/changelog?rev=34962&op=diff
==============================================================================
--- trunk/libwww-search-perl/debian/changelog (original)
+++ trunk/libwww-search-perl/debian/changelog Fri May 8 07:53:46 2009
@@ -4,8 +4,10 @@
* updated copyright
* remove lintian override, no longer the latest
* fix to the test system
+ * DEB_BUILD_OPTIONS is space separated, not comma separated. fix make-
+ modules.sh. thanks to Peter Pentchev for tell me.
- -- Ryan Niebur <ryanryan52 at gmail.com> Sat, 02 May 2009 20:52:29 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com> Fri, 08 May 2009 00:53:40 -0700
libwww-search-perl (2.50.70.debian.1) unstable; urgency=low
Modified: trunk/libwww-search-perl/debian/make-module.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-search-perl/debian/make-module.sh?rev=34962&op=diff
==============================================================================
--- trunk/libwww-search-perl/debian/make-module.sh (original)
+++ trunk/libwww-search-perl/debian/make-module.sh Fri May 8 07:53:46 2009
@@ -45,7 +45,7 @@
if [ -z "$DEB_BUILD_OPTIONS" ]; then
DEB_BUILD_OPTIONS=nocheck
else
- DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS,nocheck"
+ DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nocheck"
fi
export DEB_BUILD_OPTIONS
fi
More information about the Pkg-perl-cvs-commits
mailing list