r46800 - in /packages/gspiceui/trunk/debian: changelog control patches/04_gwave.patch patches/series

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu Jul 10 08:10:22 UTC 2014


Author: gudjon-guest
Date: Thu Jul 10 08:10:22 2014
New Revision: 46800

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46800
Log:
* Change dependency on gwave to suggests
* Add patch to change gwave2 to gwave

Added:
    packages/gspiceui/trunk/debian/patches/04_gwave.patch
Modified:
    packages/gspiceui/trunk/debian/changelog
    packages/gspiceui/trunk/debian/control
    packages/gspiceui/trunk/debian/patches/series

Modified: packages/gspiceui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/changelog?rev=46800&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/changelog	(original)
+++ packages/gspiceui/trunk/debian/changelog	Thu Jul 10 08:10:22 2014
@@ -8,12 +8,13 @@
   * 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
+  * Change dependency on gwave to suggests
   * Make vcs fields canonical
   * Update hardening wrappers to dpkg-buildflags. It doesn't compile
     so they are commented out in this release.
+  * Add patch to change gwave2 to gwave
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Tue, 24 Jun 2014 08:29:19 +0000
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 10 Jul 2014 07:51:25 +0000
 
 gspiceui (1.0.00+dfsg-1) unstable; urgency=low
 

Modified: packages/gspiceui/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/control?rev=46800&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/control	(original)
+++ packages/gspiceui/trunk/debian/control	Thu Jul 10 08:10:22 2014
@@ -13,7 +13,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, geda-gschem, geda-gnetlist
 Recommends: gnucap
-Suggests: ngspice
+Suggests: ngspice, gwave
 Description: Graphical user interface for gnucap and ngspice
  Gspiceui is a graphichal user interface for the two freely available
  electronic circuit engines: GNU-Cap and Ng-Spice.

Added: packages/gspiceui/trunk/debian/patches/04_gwave.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/patches/04_gwave.patch?rev=46800&op=file
==============================================================================
--- packages/gspiceui/trunk/debian/patches/04_gwave.patch	(added)
+++ packages/gspiceui/trunk/debian/patches/04_gwave.patch	Thu Jul 10 08:10:22 2014
@@ -0,0 +1,12 @@
+Change program name from gwave2 to gwave
+--- a/src/TypeDefs.hpp
++++ b/src/TypeDefs.hpp
+@@ -67,7 +67,7 @@
+ 
+ #define BIN_GNETLIST  wxT("gnetlist")
+ #define BIN_GSCHEM    wxT("gschem")
+-#define BIN_GWAVE     wxT("gwave2")
++#define BIN_GWAVE     wxT("gwave")
+ #define BIN_GAW       wxT("gaw")
+ #define BIN_GNUCAP    wxT("gnucap")
+ #define BIN_NGSPICE   wxT("ngspice")

Modified: packages/gspiceui/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/patches/series?rev=46800&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/patches/series	(original)
+++ packages/gspiceui/trunk/debian/patches/series	Thu Jul 10 08:10:22 2014
@@ -1,3 +1,4 @@
+04_gwave.patch
 01_makefile.patch
 02_fix_compilation.patch
 03_manpage.patch




More information about the debian-science-commits mailing list