[med-svn] r19716 - in trunk/packages/insighttoolkit/trunk: . debian

Paul Novotny paulnovo-guest at moszumanska.debian.org
Mon Jul 27 00:15:23 UTC 2015


Author: paulnovo-guest
Date: 2015-07-27 00:15:21 +0000 (Mon, 27 Jul 2015)
New Revision: 19716

Removed:
   trunk/packages/insighttoolkit/trunk/data/
Modified:
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Clean up get-orig-source in debian/rules


Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2015-07-26 14:38:15 UTC (rev 19715)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2015-07-27 00:15:21 UTC (rev 19716)
@@ -154,9 +154,9 @@
 	  && rm -f debian/control.tmp && exit 0; \
 	  mv debian/control.tmp debian/control
 
-DESTDIR = "../tarballs"
+TARBALLDIR = "../tarballs"
 get-orig-source:
-	uscan --watchfile debian/data/watch --force-download --no-symlink --destdir $(DESTDIR)
-	uscan --force-download --rename --destdir $(DESTDIR)
-	cd $(DESTDIR) && mv `ls InsightData*.tar.xz` insighttoolkit$(VER_MAJOR)_$(VERSION).orig-data.tar.xz && cd -
+	uscan --watchfile debian/data/watch --force-download --no-symlink --destdir $(TARBALLDIR)
+	uscan --force-download --rename --destdir $(TARBALLDIR)
+	cd $(TARBALLDIR) && mv `ls InsightData-$(VERSION).tar.xz` insighttoolkit$(VER_MAJOR)_$(VERSION).orig-data.tar.xz
 




More information about the debian-med-commit mailing list