r38183 - in /packages/ng-spice-rework/trunk/debian/patches: ./ 01_fix_manpages.patch 02_fix_spelling.patch series

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu Mar 17 08:51:49 UTC 2011


Author: gudjon-guest
Date: Thu Mar 17 08:51:42 2011
New Revision: 38183

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38183
Log:
Added patches to svn

Added:
    packages/ng-spice-rework/trunk/debian/patches/
    packages/ng-spice-rework/trunk/debian/patches/01_fix_manpages.patch
    packages/ng-spice-rework/trunk/debian/patches/02_fix_spelling.patch
    packages/ng-spice-rework/trunk/debian/patches/series

Added: packages/ng-spice-rework/trunk/debian/patches/01_fix_manpages.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/patches/01_fix_manpages.patch?rev=38183&op=file
==============================================================================
--- packages/ng-spice-rework/trunk/debian/patches/01_fix_manpages.patch (added)
+++ packages/ng-spice-rework/trunk/debian/patches/01_fix_manpages.patch Thu Mar 17 08:51:42 2011
@@ -1,0 +1,38 @@
+Fix minor spelling errors in manpages
+--- a/man/man1/ngnutmeg.1
++++ b/man/man1/ngnutmeg.1
+@@ -5,14 +5,14 @@
+ 
+ (woman-find-file buffer-file-name)
+ 
+-(let* ((man-args (concat "-l " buffer-file-name))
++(let* ((man-args (concat "\-l " buffer-file-name))
+        (bufname (concat "*Man " man-args "*")))
+   (when (get-buffer bufname)
+     (kill-buffer bufname))
+   (man man-args))
+ 
+ (compile
+-  (concat "groff -t -e -man -Tps "
++  (concat "groff \-t \-e \-man \-Tps "
+           buffer-file-name
+           " > /tmp/tmp.ps &&  gv /tmp/tmp.ps"))
+ 
+--- a/man/man1/ngspice.1
++++ b/man/man1/ngspice.1
+@@ -5,13 +5,13 @@
+ 
+ (woman-find-file buffer-file-name)
+ 
+-(let* ((man-args (concat "-l " buffer-file-name))
++(let* ((man-args (concat "\-l " buffer-file-name))
+        (bufname (concat "*Man " man-args "*")))
+   (when (get-buffer bufname)
+     (kill-buffer bufname))
+   (man man-args))
+ 
+-(compile (concat "groff -t -e -man -Tps "
++(compile (concat "groff \-t \-e \-man \-Tps "
+         buffer-file-name
+         " > /tmp/tmp.ps &&  gv /tmp/tmp.ps"))
+ 

Added: packages/ng-spice-rework/trunk/debian/patches/02_fix_spelling.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/patches/02_fix_spelling.patch?rev=38183&op=file
==============================================================================
--- packages/ng-spice-rework/trunk/debian/patches/02_fix_spelling.patch (added)
+++ packages/ng-spice-rework/trunk/debian/patches/02_fix_spelling.patch Thu Mar 17 08:51:42 2011
@@ -1,0 +1,34 @@
+Fix minor spelling errors in program
+--- a/src/frontend/outitf.c
++++ b/src/frontend/outitf.c
+@@ -291,7 +291,7 @@
+                   };
+                   if (parseSpecial(tmpname, namebuf, parambuf, depbuf)) {
+                     if (*depbuf) { fprintf( stderr,
+-                    "Warning : unexpected dependant variable on %s\n", tmpname);
++                    "Warning : unexpected dependent variable on %s\n", tmpname);
+                     } else {
+                       addSpecialDesc(run, tmpname, namebuf, parambuf, depind);
+                     }
+--- a/src/spicelib/analysis/cktpzstr.c
++++ b/src/spicelib/analysis/cktpzstr.c
+@@ -396,7 +396,7 @@
+ 	break;
+ 
+     default:
+-	MERROR(E_PANIC, "Step type unkown");
++	MERROR(E_PANIC, "Step type unknown");
+ 	break;
+     }
+ 
+--- a/src/spicelib/devices/hisim/hsm1eval1_1.c
++++ b/src/spicelib/devices/hisim/hsm1eval1_1.c
+@@ -1231,7 +1231,7 @@
+ * - Psa : Analytical solution of 
+ *             Cox( Vgp - Psa ) = cnst0 * Qacc
+ *         where Qacc is the 3-dgree series of (fdep)^{1/2}.
+-*         The unkown is transformed to Chi=beta(Ps0-Vbs).
++*         The unknown is transformed to Chi=beta(Ps0-Vbs).
+ * - Ps0_min : |Ps0_min| when Vbs=0.
+ *-----------------*/
+  

Added: 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=38183&op=file
==============================================================================
--- packages/ng-spice-rework/trunk/debian/patches/series (added)
+++ packages/ng-spice-rework/trunk/debian/patches/series Thu Mar 17 08:51:42 2011
@@ -1,0 +1,2 @@
+01_fix_manpages.patch
+02_fix_spelling.patch




More information about the debian-science-commits mailing list