[Pkg-octave-commit] rev 655 - in trunk/packages/octave/debian: . in patches

Rafael Laboissiere rafael at costa.debian.org
Fri Jul 21 11:23:31 UTC 2006


Author: rafael
Date: 2006-07-21 11:23:28 +0000 (Fri, 21 Jul 2006)
New Revision: 655

Added:
   trunk/packages/octave/debian/patches/50_desktop-category-no-space.dpatch
Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.9-00list
Log:
Preparation for release 2.9.6-4.  A duplicated entry in
debian/changelog has been removed.


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-07-21 08:50:52 UTC (rev 654)
+++ trunk/packages/octave/debian/changelog	2006-07-21 11:23:28 UTC (rev 655)
@@ -2,12 +2,12 @@
 
   NOT YET RELEASED!
 
-  [ Thomas Weber ]
-  * Introduce mkoctfile<major> symlink:
-    /usr/bin/mkoctfile<major> -> /usr/bin/mkoctfile-<version>,
-    needed for octave2.X-forge mex binary
+  [ Rafael Laboissiere ]
+  * debian/patches/50_desktop-category-no-space.dpatch: remove extraneous
+    space character in the Categories filed.  This is needed when building
+    the package with desktop-file-utils version 0.11-1.
 
- --
+ -- 
 
 octave2.1 (1:2.1.73-9) unstable; urgency=low
 

Modified: trunk/packages/octave/debian/in/octave2.9-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.9-00list	2006-07-21 08:50:52 UTC (rev 654)
+++ trunk/packages/octave/debian/in/octave2.9-00list	2006-07-21 11:23:28 UTC (rev 655)
@@ -1 +1 @@
- 
+50_desktop-category-no-space 

Added: trunk/packages/octave/debian/patches/50_desktop-category-no-space.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_desktop-category-no-space.dpatch	2006-07-21 08:50:52 UTC (rev 654)
+++ trunk/packages/octave/debian/patches/50_desktop-category-no-space.dpatch	2006-07-21 11:23:28 UTC (rev 655)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_desktop-category-no-space.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Get rid of a space character in the Categories field
+
+ at DPATCH@
+
+--- octave2.9-2.9.6.orig/examples/octave.desktop.in
++++ octave2.9-2.9.6/examples/octave.desktop.in
+@@ -7,5 +7,5 @@
+ Icon=%OCTAVE_IMAGEDIR%/octave-sombrero.png
+ Terminal=true
+ Type=Application
+-Categories=Development; Science;
++Categories=Development;Science;
+ StartupNotify=false


Property changes on: trunk/packages/octave/debian/patches/50_desktop-category-no-space.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list