[pkg-nvidia-devel] r862 - /packages/nvidia-graphics-drivers/trunk/debian/rules
rra at users.alioth.debian.org
rra at users.alioth.debian.org
Sat May 8 04:07:39 UTC 2010
Author: rra
Date: Sat May 8 04:07:35 2010
New Revision: 862
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=862
Log:
Use --pasv for the uscan download
--pasv is required if you have any firewall blocking the back-connection
from the FTP site, and should be harmless otherwise.
Modified:
packages/nvidia-graphics-drivers/trunk/debian/rules
Modified: packages/nvidia-graphics-drivers/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/rules?rev=862&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/rules (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/rules Sat May 8 04:07:35 2010
@@ -145,7 +145,8 @@
get-orig-source:
rm -rf get-orig-source || true
mkdir get-orig-source
- uscan --no-symlink --download-current-version --destdir get-orig-source
+ uscan --no-symlink --download-current-version --pasv \
+ --destdir get-orig-source
@set -e -x ; \
cd get-orig-source ; \
newversion=$$(ls *-x86-*.run | sed -e 's/.*-\([0-9.]*\)-.*/\1/') ; \
More information about the Pkg-nvidia-devel
mailing list