r46801 - in /packages/gspiceui/trunk/debian: README.Debian changelog patches/05_manual_path.patch patches/series

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu Jul 10 09:30:24 UTC 2014


Author: gudjon-guest
Date: Thu Jul 10 09:30:24 2014
New Revision: 46801

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46801
Log:
* Add more information on how to download sources to README.Debian
* Add patch 05_manual_path to fix path to html manual

Added:
    packages/gspiceui/trunk/debian/patches/05_manual_path.patch
Modified:
    packages/gspiceui/trunk/debian/README.Debian
    packages/gspiceui/trunk/debian/changelog
    packages/gspiceui/trunk/debian/patches/series

Modified: packages/gspiceui/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/README.Debian?rev=46801&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/README.Debian	(original)
+++ packages/gspiceui/trunk/debian/README.Debian	Thu Jul 10 09:30:24 2014
@@ -1,7 +1,20 @@
 gspiceui for Debian
 -------------------
 
-The models have been removed to comply with the Debian Free Software 
-Guidelines.
+The models (the lib directory) have been removed to comply with the 
+Debian Free Software Guidelines.
+The licenses are missing but this may be leagal documents to distribute.
+The lib directory is needed for many of the examples to work.
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 04 Nov 2007 17:21:59 +0100
+A release version can be downloaded by the get-orig-source target in the
+rules file.
+
+An svn version is downloaded by the following commands:
+svn checkout svn://svn.code.sf.net/p/gspiceui/code/trunk gspiceui-<version>
+cd gspiceui-<version>
+rm -rf lib
+rm -f sch/aem-6000/aem-6000-amp.pdf
+cd ..
+tar czf gspiceui_<version>.orig.tar.gz gspiceui-<version>
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 10 Jul 2014 08:53:25 +0000

Modified: packages/gspiceui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/changelog?rev=46801&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/changelog	(original)
+++ packages/gspiceui/trunk/debian/changelog	Thu Jul 10 09:30:24 2014
@@ -13,8 +13,10 @@
   * 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
+  * Add more information on how to download sources to README.Debian
+  * Add patch 05_manual_path to fix path to html manual
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 10 Jul 2014 07:51:25 +0000
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 10 Jul 2014 09:04:25 +0000
 
 gspiceui (1.0.00+dfsg-1) unstable; urgency=low
 

Added: packages/gspiceui/trunk/debian/patches/05_manual_path.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/patches/05_manual_path.patch?rev=46801&op=file
==============================================================================
--- packages/gspiceui/trunk/debian/patches/05_manual_path.patch	(added)
+++ packages/gspiceui/trunk/debian/patches/05_manual_path.patch	Thu Jul 10 09:30:24 2014
@@ -0,0 +1,12 @@
+Fix path to html manual
+--- a/src/main/HelpTasks.cpp
++++ b/src/main/HelpTasks.cpp
+@@ -212,7 +212,7 @@
+     // Specify the two locations to search
+     os1 = rosGetInstallPath( );
+     if( os1.IsEmpty( ) ) return;
+-    ofn1 = os1 + wxT("/share/gspiceui/html/User-Manual.html");
++    ofn1 = os1 + wxT("/share/doc/gspiceui/html/User-Manual.html");
+     ofn2 = os1 + wxT("/html/User-Manual.html");
+ 
+     // Search for the manual

Modified: packages/gspiceui/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/gspiceui/trunk/debian/patches/series?rev=46801&op=diff
==============================================================================
--- packages/gspiceui/trunk/debian/patches/series	(original)
+++ packages/gspiceui/trunk/debian/patches/series	Thu Jul 10 09:30:24 2014
@@ -2,3 +2,4 @@
 01_makefile.patch
 02_fix_compilation.patch
 03_manpage.patch
+05_manual_path.patch




More information about the debian-science-commits mailing list