r44956 - in /packages/ng-spice-rework/trunk/debian: changelog control rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Tue Jun 5 07:32:53 UTC 2012


Author: gudjon-guest
Date: Tue Jun  5 07:32:52 2012
New Revision: 44956

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44956
Log:
* Add install-indep/arch stansas to rules file
* Add dependency on texlive-generic-recommended
* Add Build-Depends-Indep to control file

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

Modified: packages/ng-spice-rework/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/changelog?rev=44956&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/changelog (original)
+++ packages/ng-spice-rework/trunk/debian/changelog Tue Jun  5 07:32:52 2012
@@ -23,8 +23,11 @@
   * Add manpage for cmpp, ngmakeidx and  ngproc2mod
   * Remove examples/TransImpedanceAmp and exampless/tclspice\tcl-testbench3
     because of incompatiple licenses
+  * Add install-indep/arch stansas to rules file
+  * Add dependency on texlive-generic-recommended
+  * Add Build-Depends-Indep to control file
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Wed, 16 May 2012 05:48:17 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Mon, 04 Jun 2012 22:34:18 +0000
 
 ngspice (23-1) unstable; urgency=low
 

Modified: packages/ng-spice-rework/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/control?rev=44956&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/control (original)
+++ packages/ng-spice-rework/trunk/debian/control Tue Jun  5 07:32:52 2012
@@ -6,8 +6,9 @@
  Andreas Tille <tille at debian.org>
 Build-Depends: debhelper (>= 8), automake, libtool, libxaw7-dev, flex,
  bison, gfortran, libedit-dev, libncurses5-dev,
- lyx, elyxer, texinfo, texlive, texlive-latex-extra, texlive-lang-greek, imagemagick,
- tcl8.4-dev, tcl8.4, tk8.4-dev, tk8.4, blt-dev
+ texinfo, tcl8.4-dev, tcl8.4, tk8.4-dev, tk8.4, blt-dev
+Build-Depends-Indep: lyx, elyxer, texlive, texlive-latex-extra, texlive-lang-greek,
+ texlive-generic-recommended, imagemagick
 Standards-Version: 3.9.3
 Homepage: http://ngspice.sourceforge.net
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ng-spice-rework/trunk/

Modified: packages/ng-spice-rework/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/rules?rev=44956&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules (original)
+++ packages/ng-spice-rework/trunk/debian/rules Tue Jun  5 07:32:52 2012
@@ -67,13 +67,13 @@
 	dh_testdir
 	cd build/ngspice && $(MAKE)
 	cd build/tclspice && $(MAKE)
+	touch $@
 
 build-indep: config.status
 	# Build documentation
 	dh_testdir
 	cd build/manual && lyx --export ps manual.lyx 
 	cd build/manual && lyx --export html manual.lyx 
-
 	touch $@
 
 clean:
@@ -86,9 +86,10 @@
 	rm -f src/frontend/parse-bison.h
 	rm -f config.guess
 	rm -f config.sub
+	rm -f *-indep *-arch
 	dh_clean 
 
-install: build
+install-arch: build-arch
 	dh_testdir
 	dh_testroot
 	dh_prep
@@ -107,7 +108,9 @@
 
 	# Remove empty dirs:
 	find $(CURDIR)/debian/tclspice -type d -empty -delete
+	touch $@
 
+install-indep: build-indep
 	# Documentation for ngspice, the same as for tclspice
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/ngspice-doc/html
 	cp -a build/manual/manual.html.LyXconv/* \
@@ -123,9 +126,10 @@
 	cp -a src/xspice/examples/* build/ngspice/examples/xspice1/
 	find build/ngspice/examples/xspice1/ -name Makefile -exec rm -f {} \;
 	find build/ngspice/examples/xspice1/ -type f -exec chmod a-x {} \;
+	touch $@
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-indep: install-indep
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdocs -i
@@ -141,7 +145,7 @@
 	dh_builddeb -i
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: install-arch
 	dh_testdir -a
 	dh_testroot -a
 	dh_installchangelogs ChangeLog -a




More information about the debian-science-commits mailing list