[med-svn] r9684 - trunk/packages/f2j/trunk/debian
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Thu Feb 16 17:54:09 UTC 2012
Author: alteholz-guest
Date: 2012-02-16 17:54:09 +0000 (Thu, 16 Feb 2012)
New Revision: 9684
Modified:
trunk/packages/f2j/trunk/debian/changelog
trunk/packages/f2j/trunk/debian/rules
Log:
use uscan in get-orig-source target
Modified: trunk/packages/f2j/trunk/debian/changelog
===================================================================
--- trunk/packages/f2j/trunk/debian/changelog 2012-02-16 17:53:57 UTC (rev 9683)
+++ trunk/packages/f2j/trunk/debian/changelog 2012-02-16 17:54:09 UTC (rev 9684)
@@ -2,4 +2,7 @@
* 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
Modified: trunk/packages/f2j/trunk/debian/rules
===================================================================
--- trunk/packages/f2j/trunk/debian/rules 2012-02-16 17:53:57 UTC (rev 9683)
+++ trunk/packages/f2j/trunk/debian/rules 2012-02-16 17:54:09 UTC (rev 9684)
@@ -20,3 +20,7 @@
override_dh_clean:
dh_clean
cd doc; make clean
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --destdir=../tarballs
More information about the debian-med-commit
mailing list