[med-svn] r778 - trunk/packages/bioimagesuite/trunk/debian

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sun Nov 11 14:05:28 UTC 2007


Author: hanska-guest
Date: 2007-11-11 14:05:28 +0000 (Sun, 11 Nov 2007)
New Revision: 778

Modified:
   trunk/packages/bioimagesuite/trunk/debian/rules
Log:
Added rule to get the original source


Modified: trunk/packages/bioimagesuite/trunk/debian/rules
===================================================================
--- trunk/packages/bioimagesuite/trunk/debian/rules	2007-11-11 12:55:03 UTC (rev 777)
+++ trunk/packages/bioimagesuite/trunk/debian/rules	2007-11-11 14:05:28 UTC (rev 778)
@@ -65,4 +65,13 @@
 binary-arch: binary-common
 
 binary: binary-indep binary-arch
+
+get-orig-source:
+	# This will download the original source tarball
+	# to ../tarballs
+	[ -d $(CURDIR)/../tarballs ] || mkdir $(CURDIR)/../tarballs
+	wget --user anonymous --password bioimagesuite \
+		http://www.bioimagesuite.org/download/linux_gcc32/bioimagesuite_latest_Linux_g++32.tar.gz \
+		-P $(CURDIR)/../tarballs
+	
 .PHONY: build clean binary-indep binary-arch binary install




More information about the debian-med-commit mailing list