[ngspice] 34/61: Minor fixes executable modes to files in examples.

Andreas Tille tille at debian.org
Tue Dec 12 14:08:41 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 6e149c425e9f9fed6fd87ae16fa686da4d297937
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date:   Fri May 18 09:49:45 2012 +0000

    Minor fixes executable modes to files in examples.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index b06f448..d333c5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -116,9 +116,9 @@ endif
 		$(CURDIR)/debian/tmp/usr/share/doc/ngspice-doc/ngspice.ps
 	# Removing /usr/share/info directory
 	rm -rf $(CURDIR)/debian/tmp/usr/share/info
+	chmod a-x $(CURDIR)/build/tclspice/examples/tclspice/*/*.tcl
 	chmod a+x $(CURDIR)/build/tclspice/examples/tclspice/tcl-testbench*/tcl-testbench*.tcl \
 		$(CURDIR)/build/tclspice/examples/tclspice/tcl/test_vectoblt.tcl
-	chmod a+x $(CURDIR)/build/tclspice/examples/tclspice/*/*.tcl
 	mkdir -p build/ngspice/examples/xspice1/
 	cp -a src/xspice/examples/* build/ngspice/examples/xspice1/
 	find build/ngspice/examples/xspice1/ -type f -exec chmod a-x {} \;
@@ -146,14 +146,14 @@ binary-arch: build install
 	dh_installchangelogs ChangeLog -a
 	dh_installdocs -pngspice contrib -XCOPYING -a
 	dh_installdocs
-	dh_installexamples -ptclspice examples/tclspice/* -a
+	dh_installexamples -ptclspice build/tclspice/examples/tclspice/* -a
 	dh_install --sourcedir=debian/tmp -a
 	sed -i "/dependency_libs/ s/'.*'/''/" \
 		"$(CURDIR)/debian/tclspice/usr/lib/tcltk/libspice.la"
 	dh_installman -a
 	dh_link -a
 	dh_strip -a
-	dh_compress -a
+	dh_compress -a --exclude=.tcl --exclude=.cir
 	dh_fixperms -a
 	dh_installdeb -a
 	dh_shlibdeps -a

-- 
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