summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulien Jehannet <julien.jehannet@logilab.fr>2010-05-26 19:20:42 +0200
committerJulien Jehannet <julien.jehannet@logilab.fr>2010-05-26 19:20:42 +0200
commitd06bfc74aafffe8af86122813bcb9826274661e1 (patch)
treefec1720ce87332431664d3ed2190880b45e246e9 /debian
parenta2fcb1363737fc49b2ecc04bede0a62f5767b8a6 (diff)
downloadpylint-d06bfc74aafffe8af86122813bcb9826274661e1.tar.gz
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.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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