[f2j] 10/31: use uscan in get-orig-source target
Andreas Tille
tille at debian.org
Fri Jan 29 15:35:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository f2j.
commit ae51ae61ee3b1d797eb7c3c14b8d0c635d938661
Author: Thorsten Alteholz <alteholz at debian.org>
Date: Thu Feb 16 17:54:09 2012 +0000
use uscan in get-orig-source target
---
debian/changelog | 3 +++
debian/rules | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0921ef1..27319dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,7 @@ f2j (0.8.1-1) UNRELEASED; urgency=low
* Initial release (Closes: #657184)
+ [ Thorsten Alteholz ]
+ * debian/rules: target get-orig-source added
+
-- Olivier Sallou <olivier.sallou at irisa.fr> Tue, 24 Jan 2012 17:34:50 +0100
diff --git a/debian/rules b/debian/rules
index 175e2a2..edf9de1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,7 @@ override_dh_auto_build:
override_dh_clean:
dh_clean
cd doc; make clean
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --destdir=../tarballs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/f2j.git
More information about the pkg-java-commits
mailing list