r47218 - in /packages/ng-spice-rework/trunk/debian: changelog control copyright patches/03_fix_spelling.patch patches/series rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Fri Apr 1 18:21:36 UTC 2016


Author: gudjon-guest
Date: Fri Apr  1 18:21:36 2016
New Revision: 47218

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47218
Log:
* Change userdir for lyx (Closes: #813119)
* Change standards version to 3.9.7, no changes needed
* Add hardening +all
* Change vcs browser field from http to https
* Fix copyright file
* Add patch 03_fix_spelling

Added:
    packages/ng-spice-rework/trunk/debian/patches/03_fix_spelling.patch
Modified:
    packages/ng-spice-rework/trunk/debian/changelog
    packages/ng-spice-rework/trunk/debian/control
    packages/ng-spice-rework/trunk/debian/copyright
    packages/ng-spice-rework/trunk/debian/patches/series
    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=47218&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/changelog	(original)
+++ packages/ng-spice-rework/trunk/debian/changelog	Fri Apr  1 18:21:36 2016
@@ -1,3 +1,14 @@
+ngspice (26-2) UNRELEASED; urgency=medium
+
+  * Change userdir for lyx (Closes: #813119)
+  * Change standards version to 3.9.7, no changes needed
+  * Add hardening +all
+  * Change vcs browser field from http to https
+  * Fix copyright file
+  * Add patch 03_fix_spelling
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Mon, 28 Mar 2016 20:54:04 +0200
+
 ngspice (26-1) unstable; urgency=low
 
   * New upstream release (Closes: #706821)

Modified: packages/ng-spice-rework/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/control?rev=47218&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/control	(original)
+++ packages/ng-spice-rework/trunk/debian/control	Fri Apr  1 18:21:36 2016
@@ -9,10 +9,10 @@
  texinfo, tcl8.6-dev, tcl8.6, tk8.6-dev, tk8.6, blt-dev
 Build-Depends-Indep: lyx, elyxer, texlive, texlive-latex-extra, texlive-lang-greek,
  texlive-generic-recommended, imagemagick
-Standards-Version: 3.9.5
+Standards-Version: 3.9.7
 Homepage: http://ngspice.sourceforge.net
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/ng-spice-rework/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/ng-spice-rework/trunk/
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/ng-spice-rework/trunk/
 XS-Autobuild: yes
 
 Package: ngspice

Modified: packages/ng-spice-rework/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/copyright?rev=47218&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/copyright	(original)
+++ packages/ng-spice-rework/trunk/debian/copyright	Fri Apr  1 18:21:36 2016
@@ -82,16 +82,6 @@
 Copyright: 2011 Noovela - Author Laurent Lemaitre
 License: GPL-2+
 
-Files: src/spicelib/devices/adms/admst/prengspice.xml
-       src/spicelib/devices/adms/admst/ngspice.xml
-Copyright: 2011 Noovela - Author Laurent Lemaitre
-License: NOOVELA
- This code IS to be used for non-commercial usage ONLY.
- Note: publishing technical papers with the affiliation of a commercial company
- which results are produced by the tool are typical commercial usage of the tool. 
- Commercial usage are subject to special fees.
- Contact: r29173 at noovela.com or www.noovela.com
-
 Files: src/spicelib/devices/adms/psp102/*
 Copyright: 2007, All Rights Reserved, NXP Semiconductors
 License: None

Added: packages/ng-spice-rework/trunk/debian/patches/03_fix_spelling.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/patches/03_fix_spelling.patch?rev=47218&op=file
==============================================================================
--- packages/ng-spice-rework/trunk/debian/patches/03_fix_spelling.patch	(added)
+++ packages/ng-spice-rework/trunk/debian/patches/03_fix_spelling.patch	Fri Apr  1 18:21:36 2016
@@ -0,0 +1,20 @@
+Fix minor spelling mistakes
+--- a/src/spicelib/parser/inpdomod.c
++++ b/src/spicelib/parser/inpdomod.c
+@@ -162,14 +162,14 @@
+ 					type = INPtypelook("MESA");
+ 					if (type < 0)
+ 					{
+-						err = INPmkTemp("Device type MESA not availabe\n");
++						err = INPmkTemp("Device type MESA not available\n");
+ 					}
+ 					break;
+ 				case 3:
+ 					type = INPtypelook("MESA");
+ 					if (type < 0)
+ 					{
+-						err = INPmkTemp("Device type MESA not availabe\n");
++						err = INPmkTemp("Device type MESA not available\n");
+ 					}
+ 					break;
+ 				case 4:

Modified: packages/ng-spice-rework/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/patches/series?rev=47218&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/patches/series	(original)
+++ packages/ng-spice-rework/trunk/debian/patches/series	Fri Apr  1 18:21:36 2016
@@ -1,2 +1,3 @@
 01_fix_manpages.patch
 02_fix_tcl_examples.patch
+03_fix_spelling.patch

Modified: packages/ng-spice-rework/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/rules?rev=47218&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules	(original)
+++ packages/ng-spice-rework/trunk/debian/rules	Fri Apr  1 18:21:36 2016
@@ -3,6 +3,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
 export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
@@ -77,9 +79,10 @@
 build-indep: config.status
 	# Build documentation
 	dh_testdir
-	#cd build/manual && lyx --export ps manual.lyx 
-	cd build/manual && lyx --export pdf2 manual.lyx 
-	cd build/manual && lyx --export html manual.lyx 
+	#cd build/manual && lyx --export ps manual.lyx
+	mkdir -p build/manual/.lyx 
+	cd build/manual && lyx -userdir ./.lyx --export pdf2 manual.lyx 
+	cd build/manual && lyx -userdir ./.lyx --export html manual.lyx 
 	touch $@
 
 clean:
@@ -186,6 +189,8 @@
 	rm -f ngspice-$$VER/config.guess ;\
 	rm -rf ngspice-$$VER/examples/TransImpedanceAmp ;\
 	rm -rf ngspice-$$VER/examples/tclspice\tcl-testbench3 ;\
+	rm -rf ngspice-$$VER/examples/adms
+	rm -rf ngspice-$$VER/src/spicelib/devices/adms
 	tar czf ngspice_$$VER.orig.tar.gz ngspice-$$VER; \
 	rm -f ngspice-$$VER.tar.gz; \
 	rm -rf ngspice-$$VER; \




More information about the debian-science-commits mailing list