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

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Fri May 18 09:49:46 UTC 2012


Author: gudjon-guest
Date: Fri May 18 09:49:45 2012
New Revision: 44818

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44818
Log:
Minor fixes executable modes to files in examples.

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=44818&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules (original)
+++ packages/ng-spice-rework/trunk/debian/rules Fri May 18 09:49:45 2012
@@ -116,9 +116,9 @@
 		$(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 @@
 	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




More information about the debian-science-commits mailing list