[ngspice] 21/61: Minor changes to get-orig-source target.

Andreas Tille tille at debian.org
Tue Dec 12 14:08:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository ngspice.

commit 4c368d2fad78d1393ec99d27704eb86f6d0636e1
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date:   Thu Mar 17 20:56:55 2011 +0000

    Minor changes to get-orig-source target.
---
 debian/rules | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index d3be1d7..52a2833 100755
--- a/debian/rules
+++ b/debian/rules
@@ -175,7 +175,7 @@ get-orig-source:
 	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-+~]+).*,\1,p'); \
 	set -e;\
 	wget -q http://sourceforge.net/projects/ngspice/files/ng-spice-rework/$$VER/ngspice-$$VER.tar.gz; \
-	tar xzf ngspice-$$VER.tar.gz --exclude=CVS; \
+	tar xzf ngspice-$$VER.tar.gz --exclude=CVS --exclude=xgraph; \
 	rm -f ngspice-$$VER/config.sub ;\
  	rm -f ngspice-$$VER/config.guess ;\
 	tar czf ngspice_$$VER.orig.tar.gz ngspice-$$VER; \
@@ -183,9 +183,8 @@ get-orig-source:
 	rm -rf ngspice-$$VER; \
 	wget -q http://sourceforge.net/projects/ngspice/files/ng-spice-rework/$$VER/ngspice-doc-$$VER.tar.gz; \
 	tar xzf ngspice-doc-$$VER.tar.gz --exclude=\*.pdf; \
-	mkdir ngspice-$$VER; \
-	mv ngspice-doc-$$VER ngspice-$$VER/manual; \
-	tar czf ngspice_$$VER.orig-manual.tar.gz ngspice-$$VER/manual; \
+	mv ngspice-doc-$$VER ngspice-$$VER; \
+	tar czf ngspice_$$VER.orig-manual.tar.gz ngspice-$$VER; \
 	rm -f ngspice-doc-$$VER.tar.gz; \
 	rm -rf ngspice-$$VER
 # 	find ${DIRNAME} -name .cvsignore -exec rm -f {} \; ;\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ngspice.git



More information about the debian-science-commits mailing list