From d06bfc74aafffe8af86122813bcb9826274661e1 Mon Sep 17 00:00:00 2001 From: Julien Jehannet Date: Wed, 26 May 2010 19:20:42 +0200 Subject: debian: permit symlink creation by get-orig-source target in debian/rules This behaviour is expected by dpkg-source utility. Lgp will check Debian orig.tar.gz names only for now. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index b521b54..e68116e 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ install: build #(cd test && find . -type f -not \( -path '*/CVS/*' -or -name '*.pyc' \) -exec install -D --mode=644 {} ../debian/pylint/usr/share/doc/pylint/test/{} \;) get-orig-source: - uscan --verbose --force-download --no-symlink --destdir . + uscan --verbose --force-download --destdir . # Build architecture-independent files here. binary-indep: build install -- cgit v1.2.1