Author: adsb
Date: 2009-04-16 21:11:28 +0000 (Thu, 16 Apr 2009)
New Revision: 1859
Modified:
trunk/debian/changelog
trunk/scripts/getbuildlog.sh
Log:
getbuildlog: Add a missing "use lib" to allow the special "last" and
"last-all" versions to work correctly. Thanks, Iustin Pop.
(Closes: #523982)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-04-15 21:19:54 UTC (rev 1858)
+++ trunk/debian/changelog 2009-04-16 21:11:28 UTC (rev 1859)
@@ -1,6 +1,9 @@
devscripts (2.10.49) UNRELEASED; urgency=low
* debchange: Use == for numeric comparison, not eq.
+ * getbuildlog: Add a missing "use lib" to allow the special "last" and
+ "last-all" versions to work correctly. Thanks, Iustin Pop.
+ (Closes: #523982)
* rmadison: Allow a default URL to be specified in the configuration file.
Thanks, Roland Mas. (Closes: #524198)
Modified: trunk/scripts/getbuildlog.sh
===================================================================
--- trunk/scripts/getbuildlog.sh 2009-04-15 21:19:54 UTC (rev 1858)
+++ trunk/scripts/getbuildlog.sh 2009-04-16 21:11:28 UTC (rev 1859)
@@ -107,6 +107,7 @@
ver=${match##*ver=}
echo ${ver%%&*}
done | perl -e '
+ use lib "/usr/share/devscripts";
use Devscripts::Versort;
while (<>) { push @versions, [$_]; }
@versions = Devscripts::Versort::versort(@versions);
--
To unsubscribe, send mail to [email protected].