[med-svn] r2828 - trunk/packages/gwyddion/trunk/debian

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Sun Dec 21 22:07:57 UTC 2008


Author: smoe-guest
Date: 2008-12-21 22:07:57 +0000 (Sun, 21 Dec 2008)
New Revision: 2828

Modified:
   trunk/packages/gwyddion/trunk/debian/rules
Log:
Added get-orig-source, thought this to be a nice feature,
even though it only wraps uscan.


Modified: trunk/packages/gwyddion/trunk/debian/rules
===================================================================
--- trunk/packages/gwyddion/trunk/debian/rules	2008-12-21 13:07:42 UTC (rev 2827)
+++ trunk/packages/gwyddion/trunk/debian/rules	2008-12-21 22:07:57 UTC (rev 2828)
@@ -17,3 +17,12 @@
 
 clean::
 	rm -f config.log
+
+get-orig-source::
+	if [ -x /usr/bin/uscan ]; then \
+		/usr/bin/uscan --force-download --verbose; \
+	else \
+		echo "Could not find /usr/bin/uscan to download source."; \
+		echo " Please install the devscripts package."; \
+	fi
+




More information about the debian-med-commit mailing list