r36732 - /packages/ng-spice-rework/trunk/debian/rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sat Jul 10 15:27:04 UTC 2010


Author: gudjon-guest
Date: Sat Jul 10 15:26:57 2010
New Revision: 36732

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36732
Log:
Switch to dpkg-source 3.0 (quilt) format. Minor fix get-orig-source target

Modified:
    packages/ng-spice-rework/trunk/debian/rules

Modified: packages/ng-spice-rework/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/rules?rev=36732&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules (original)
+++ packages/ng-spice-rework/trunk/debian/rules Sat Jul 10 15:26:57 2010
@@ -181,11 +181,10 @@
 	rm -f $$BASENAME-$$VER.tar.gz; \
 	rm -rf $$BASENAME-$$VER; \
 	wget -q http://sourceforge.net/projects/ngspice/files/$$BASENAME/$$VER/ngspice-doc-$$VER.tar.gz/download; \
-	mkdir $BASENAME-$$VER; \
 	tar xz --exclude=pdf -f ngspice-doc-$$VER.tar.gz; \
-	mv ngspice-doc-$$VER $BASENAME-$$VER/doc; \
-	tar czf ng-spice-rework_$$VER.orig-doc.tar.gz $BASENAME-$$VER; \
-	rm -f ngspice-doc-$$VER.tar.gz
+	tar czf ng-spice-rework_$$VER.orig-doc.tar.gz ngspice-doc-$$VER; \
+	rm -f ngspice-doc-$$VER.tar.gz; \
+	rm -rf ngspice-doc-$$VER
 # 	find ${DIRNAME} -name .cvsignore -exec rm -f {} \; ;\
 
 .PHONY: build clean binary-indep binary-arch binary install 




More information about the debian-science-commits mailing list