summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index cea9035..b521b54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,6 +54,9 @@ install: build
# install tests
#(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 .
+
# Build architecture-independent files here.
binary-indep: build install
dh_testdir