From a2fcb1363737fc49b2ecc04bede0a62f5767b8a6 Mon Sep 17 00:00:00 2001 From: Julien Jehannet Date: Tue, 25 May 2010 12:50:46 +0200 Subject: debian: can now retrieve pristine tarball thanks to optional get-orig-source target --- debian/changelog | 7 +++++-- debian/rules | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.1