summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulien Jehannet <julien.jehannet@logilab.fr>2010-05-25 12:50:46 +0200
committerJulien Jehannet <julien.jehannet@logilab.fr>2010-05-25 12:50:46 +0200
commita2fcb1363737fc49b2ecc04bede0a62f5767b8a6 (patch)
tree5b1718f58150c78c3d6444b53547221991258771 /debian
parentac26c4837312e34164d4d3ff03c848b5278dce53 (diff)
downloadpylint-a2fcb1363737fc49b2ecc04bede0a62f5767b8a6.tar.gz
debian: can now retrieve pristine tarball thanks to optional get-orig-source target
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2ba0dad..6a41574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-pylint (0.21.0-2) unstable; urgency=low
+pylint (0.21.0-2) UNRELEASED; urgency=low
+
+ [ Julien Jehannet ]
+ * can now retrieve pristine tarball thanks to optional get-orig-source target
[ Sylvain Thénault ]
* update man-page according to 0.21 usage (Closes: #582494)
- --
+ -- Julien Jehannet <julien.jehannet@logilab.fr> Tue, 25 May 2010 12:49:44 +0200
pylint (0.21.0-1) unstable; urgency=low
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