r46780 - in /packages/gspiceui/trunk/debian: changelog patches/01_makefile.patch patches/03_manpage.patch

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Tue Jul 1 08:06:18 UTC 2014


Author: gudjon-guest
Date: Tue Jul  1 08:06:09 2014
New Revision: 46780

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46780
Log:
* Add patch 01_makefile to fix errors in makefile
* Add patch 02_fix_compilation to fix a source file
* Add patch 03_manpage to fix minor errors in manpage

Added:
    packages/gspiceui/trunk/debian/patches/03_manpage.patch
Modified:
    packages/gspiceui/trunk/debian/changelog
    packages/gspiceui/trunk/debian/patches/01_makefile.patch

Modified: packages/gspiceui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/changelog?rev=46780&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/changelog	(original)
+++ packages/gspiceui/trunk/debian/changelog	Tue Jul  1 08:06:09 2014
@@ -4,7 +4,9 @@
   * Bump standards version to 3.9.5
   * Change wx dependencies to version 3.0
   * Update copyright file, new download site and license changed to GPL-3
-  * Add patches 01_makefile and 02_fix_compilation
+  * Add patch 01_makefile to fix errors in makefile
+  * Add patch 02_fix_compilation to fix a source file
+  * Add patch 03_manpage to fix minor errors in manpage
   * Fix description (Closes: #749860)
   * Remove dependency on gwave, gwave is not available in Debian
   * Make vcs fields canonical

Modified: packages/gspiceui/trunk/debian/patches/01_makefile.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/patches/01_makefile.patch?rev=46780&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/patches/01_makefile.patch	(original)
+++ packages/gspiceui/trunk/debian/patches/01_makefile.patch	Tue Jul  1 08:06:09 2014
@@ -54,7 +54,7 @@
  ifeq ($(GSPICEUI_DBG),0)
    # Options for release (not using -Wall since it's GCC specific)
 -  CXXFLAGS := -Ofast -pipe $(shell $(WXCFG) --cxxflags)
-+  CXXFLAGS += -Ofast -pipe $(shell $(WXCFG) --cxxflags)
++  CXXFLAGS += -pipe $(shell $(WXCFG) --cxxflags)
  else
    # Options for development
    CXXFLAGS := -Wall -g -pipe $(shell $(WXCFG) --cxxflags)

Added: packages/gspiceui/trunk/debian/patches/03_manpage.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/patches/03_manpage.patch?rev=46780&op=file
==============================================================================
--- packages/gspiceui/trunk/debian/patches/03_manpage.patch	(added)
+++ packages/gspiceui/trunk/debian/patches/03_manpage.patch	Tue Jul  1 08:06:09 2014
@@ -0,0 +1,18 @@
+Fixing errors in manpage
+--- a/gspiceui.1
++++ b/gspiceui.1
+@@ -1,4 +1,4 @@
+-.TH "gspiceui" "22" "January 2014" "Mike Waters" "User Commands"
++.TH GSPICEUI 1 "January 22, 2014" "Mike Waters" "User Commands"
+ .SH "NAME"
+ gspiceui \- GUI frontend for various electronic circuit simulation engines
+ 
+@@ -58,7 +58,7 @@
+ the command line.
+ 
+ .TP 12
+-NOTE : Option -s should come before -a if both are specified.
++NOTE : Option \-s should come before \-a if both are specified.
+ 
+ .SH "REPORTING BUGS"
+ Report bugs to <mwaters517_AT_gmail_DOT_com>.




More information about the debian-science-commits mailing list