r38193 - /packages/ng-spice-rework/trunk/debian/rules
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Thu Mar 17 20:56:57 UTC 2011
Author: gudjon-guest
Date: Thu Mar 17 20:56:55 2011
New Revision: 38193
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38193
Log:
Minor changes to 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=38193&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules (original)
+++ packages/ng-spice-rework/trunk/debian/rules Thu Mar 17 20:56:55 2011
@@ -175,7 +175,7 @@
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 @@
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 {} \; ;\
More information about the debian-science-commits
mailing list