[Pkg-voip-commits] r2014 - openser/trunk/debian

Mikael Magnusson mikma-guest at costa.debian.org
Tue Jul 4 13:38:22 UTC 2006


Author: mikma-guest
Date: 2006-07-04 13:38:19 +0000 (Tue, 04 Jul 2006)
New Revision: 2014

Modified:
   openser/trunk/debian/rules
Log:
Use pristine source, don't repack.

Modified: openser/trunk/debian/rules
===================================================================
--- openser/trunk/debian/rules	2006-07-04 06:53:01 UTC (rev 2013)
+++ openser/trunk/debian/rules	2006-07-04 13:38:19 UTC (rev 2014)
@@ -199,14 +199,7 @@
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(UPFILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
-	@@echo Repacking orig tarball ...
-	@@mkdir -p ../tarballs/openser-$(UPVERSION).tmp/;cd ../tarballs/openser-$(UPVERSION).tmp && \
-	tar xfz ../$(UPFILENAME) && \
-	mv openser-$(UPVERSION)-tls openser-$(UPVERSION) && \
-	tar cfz ../$(FILENAME) *
-	@@echo Cleaning up...
-	@@$(RM) -rf ../tarballs/openser-$(UPVERSION).tmp
+	@@echo Downloading $(FILENAME) from $(URL) ...
+	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
 .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch real-clean




More information about the Pkg-voip-commits mailing list