r41146 - /scripts/fix-missing-upstream

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Aug 3 07:39:09 UTC 2009


Author: ryan52-guest
Date: Mon Aug  3 07:39:03 2009
New Revision: 41146

URL: http://svn.debian.org/wsvn/?sc=1&rev=41146
Log:
meant --download-version

Modified:
    scripts/fix-missing-upstream

Modified: scripts/fix-missing-upstream
URL: http://svn.debian.org/wsvn/scripts/fix-missing-upstream?rev=41146&op=diff
==============================================================================
--- scripts/fix-missing-upstream (original)
+++ scripts/fix-missing-upstream Mon Aug  3 07:39:03 2009
@@ -26,7 +26,7 @@
 apt-get source --download-only $DOWNLOAD_STRING
 if [ ! -f $TARBALL ]; then
     cd $ORIGDIR
-    uscan --force-download --destdir $TEMPD --rename --upstream-version $UPSTREAM_VERSION
+    uscan --force-download --destdir $TEMPD --rename --download-version $UPSTREAM_VERSION
     if [ ! -f $TEMPD/$TARBALL ]; then
         if [ -f ../$TARBALL ]; then
             cp $(readlink -f ../$TARBALL) $TEMPD/$TARBALL




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