[Pkg-tcltk-commits] r661 - xotcl/trunk/debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Mon Jun 30 00:20:43 UTC 2008


Author: ssoberni-guest
Date: 2008-06-30 00:20:43 +0000 (Mon, 30 Jun 2008)
New Revision: 661

Modified:
   xotcl/trunk/debian/rules
Log:
Providing get-orig-source target

Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules	2008-06-30 00:13:23 UTC (rev 660)
+++ xotcl/trunk/debian/rules	2008-06-30 00:20:43 UTC (rev 661)
@@ -231,5 +231,10 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
+get-orig-source:
+	wget -O xotcl_1.6.1.orig.tar.gz \
+	     http://media.wu-wien.ac.at/download/xotcl-1.6.1.tar.gz
+
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
\ No newline at end of file
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source
\ No newline at end of file




More information about the Pkg-tcltk-commits mailing list