[Python-apps-commits] r2296 - in packages/sabnzbdplus/trunk/debian (rules)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Fri Feb 6 22:24:56 UTC 2009


    Date: Friday, February 6, 2009 @ 22:24:55
  Author: jcfp-guest
Revision: 2296

removed redundant get-orig-source

Modified:
  packages/sabnzbdplus/trunk/debian/rules

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2009-02-05 22:00:37 UTC (rev 2295)
+++ packages/sabnzbdplus/trunk/debian/rules	2009-02-06 22:24:55 UTC (rev 2296)
@@ -61,15 +61,4 @@
 
 binary: binary-indep binary-arch
 
-# current debian package version number
-VERSION   = $(shell sed -n -e 's/.*(\(.*\)-.*).*/\1/p' debian/changelog | head -n1)
-FILENAME  = SABnzbd-$(VERSION)-src.tar.gz
-# sf.net mirrors
-MIRRORS   = surfnet ovh switch heanet jaist belnet easynews internap kent mesh nchc optusnet puzzle umn
-
-get-orig-source:
-	for mirror in $(MIRRORS); do \
-		wget --output-file=/dev/null --timeout=10 --tries=1 --output-document=../sabnzbdplus_$(VERSION).orig.tar.gz http://$$mirror.dl.sourceforge.net/sabnzbdplus/$(FILENAME) && break; \
-	done
-
 .PHONY: clean binary-indep binary-arch binary install get-orig-source




More information about the Python-apps-commits mailing list