r44728 - in /packages/ng-spice-rework/trunk/debian: changelog control patches/ patches/01_fix_manpages.patch patches/series
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Sun Apr 22 21:22:41 UTC 2012
Author: gudjon-guest
Date: Sun Apr 22 21:22:41 2012
New Revision: 44728
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44728
Log:
Remove patch 02_fix_spelling.patch. Fixed in upstream
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/series
Modified:
packages/ng-spice-rework/trunk/debian/changelog
packages/ng-spice-rework/trunk/debian/control
Modified: packages/ng-spice-rework/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/changelog?rev=44728&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/changelog (original)
+++ packages/ng-spice-rework/trunk/debian/changelog Sun Apr 22 21:22:41 2012
@@ -8,9 +8,9 @@
* Move install of tclspice prior to ngspice, both will install spinit but
the one from ngspice is the correct.
* Add tclspice binary dependency on ngspice
- * Remove all patches. Fixed in upstream.
+ * Remove patch 02_fix_spelling.patch. Fixed in upstream
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 22 Apr 2012 22:11:07 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 22 Apr 2012 23:22:17 +0200
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=44728&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/control (original)
+++ packages/ng-spice-rework/trunk/debian/control Sun Apr 22 21:22:41 2012
@@ -8,7 +8,7 @@
bison, gfortran, libeditline-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
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://ngspice.sourceforge.net
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ng-spice-rework/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/ng-spice-rework/trunk
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=44728&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 Sun Apr 22 21:22:41 2012
@@ -1,0 +1,89 @@
+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"))
+
+@@ -20,17 +20,17 @@
+ .ds = \-\^\-
+ .ds ngspice \s-2NGSPICE\s+2
+ .SH "NAME"
+-ngspice \- circuit simulator derived from \*[spice]\&3f5
++ngspice \- circuit simulator derived from spice\&3f5
+ .SH "SYNOPSIS"
+ \fBngspice\fP [\fIoptions\fP] [\fIfile\fP ...]
+ .SH "DESCRIPTION"
+ This man page is just a small overview.
+-The primary documentation of ngspice is in the \*[ngspice] User's Manual,
++The primary documentation of ngspice is in the ngspice User's Manual,
+ which is available as a pdf file.
+ .SH "OPTIONS"
+ .TP
+ \fB\-n\fP or \fB\*=no\-spiceinit\fP
+-Don't try to source the file ".spiceinit" upon startup. Normally \*[ngspice]
++Don't try to source the file ".spiceinit" upon startup. Normally ngspice
+ tries to find the file in the current directory, and if it is not found then
+ in the user's home directory.
+ .TP
+@@ -41,9 +41,9 @@
+ The program is being run on a terminal with \fBmfb\fP name \fIterm\fP.
+ .TP
+ \fB\-b\fP or \fB\*=batch\fP
+-Run in batch mode. \*[ngspice] will read the standard input or the specified
++Run in batch mode. ngspice will read the standard input or the specified
+ input file and do the simulation. Note that if the standard input
+-is not a terminal, \*[ngspice] will default to batch mode, unless the
++is not a terminal, ngspice will default to batch mode, unless the
+ \-i flag is given.
+ .TP
+ \fB\-s\fP or \fB\*=server\fP
+@@ -81,7 +81,7 @@
+ ngspice through a pipe. Thus ngspice will assume that the pipe
+ is a tty and allows to run in interactive mode.
+ .PP
+-Further arguments are taken to be \*[spice] input decks, which are read
++Further arguments are taken to be spice input decks, which are read
+ and saved. (If batch mode is requested then they are run immediately.)
+ .SH "ENVIRONMENT"
+ .TP
+@@ -131,7 +131,7 @@
+ .SH "SEE ALSO"
+ sconvert(1), ngnutmeg(1), mfb(3), writedata(3), and
+ .br
+-\*[ngspice] User's Manual at \fBhttp://ngspice.sourceforge.net/docs.html\fP
++ngspice User's Manual at \fBhttp://ngspice.sourceforge.net/docs.html\fP
+ .SH "BUGS"
+ Please report bugs to the ngspice project via
+ .br
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=44728&op=file
==============================================================================
--- packages/ng-spice-rework/trunk/debian/patches/series (added)
+++ packages/ng-spice-rework/trunk/debian/patches/series Sun Apr 22 21:22:41 2012
@@ -1,0 +1,1 @@
+01_fix_manpages.patch
More information about the debian-science-commits
mailing list