[Pkg-cli-apps-commits] r4549 - in /packages/beagle/trunk/debian: changelog control patches/00list patches/fix_Beagle.Search.exe.config.dpatch patches/fix_Util.dll.config.dpatch

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Tue Feb 24 02:32:36 UTC 2009


Author: raof-guest
Date: Tue Feb 24 02:32:36 2009
New Revision: 4549

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4549
Log:
* debian/patches/fix_Util.dll.config
  + Update for new upstream
  + Add header, because "no description" irks me.
* debian/patches/fix_Beagle.Search.exe.config:
  + More dllmap madness!
* debian/control:
  + Add explicit libexif-dev build-depends.  Util.dll DllImports this library
    and explicit is better than implicit.
  + libevolution3.0-cil -> libevolution5.0-cil

Added:
    packages/beagle/trunk/debian/patches/fix_Beagle.Search.exe.config.dpatch   (with props)
Modified:
    packages/beagle/trunk/debian/changelog
    packages/beagle/trunk/debian/control
    packages/beagle/trunk/debian/patches/00list
    packages/beagle/trunk/debian/patches/fix_Util.dll.config.dpatch

Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=4549&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Tue Feb 24 02:32:36 2009
@@ -6,6 +6,15 @@
     + Add informative header
   * debian/patches/enhanced_logging_support:
     + Remove.  Upstream now handles --debug passed to daemon
+  * debian/patches/fix_Util.dll.config
+    + Update for new upstream
+    + Add header, because "no description" irks me.
+  * debian/patches/fix_Beagle.Search.exe.config:
+    + More dllmap madness!
+  * debian/control:
+    + Add explicit libexif-dev build-depends.  Util.dll DllImports this library
+      and explicit is better than implicit.
+    + libevolution3.0-cil -> libevolution5.0-cil
 
  -- Christopher James Halse Rogers <raof at ubuntu.com>  Mon, 23 Feb 2009 13:51:57 +1100
 

Modified: packages/beagle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/control?rev=4549&op=diff
==============================================================================
--- packages/beagle/trunk/debian/control (original)
+++ packages/beagle/trunk/debian/control Tue Feb 24 02:32:36 2009
@@ -23,7 +23,7 @@
  libglade2.0-cil,
  libgconf2.0-cil,
  libgmime2.2-cil,
- libevolution3.0-cil (>= 0.13.3),
+ libevolution5.0-cil,
  libgalago1.0-cil (>= 0.5),
  libgtk2.0-dev (>= 2.10),
  libsqlite3-dev,
@@ -41,6 +41,7 @@
  libavahi1.0-cil (>= 0.6.10),
  libtaglib2.0-cil,
  monodoc-base,
+ libexif-dev
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/beagle/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/

Modified: packages/beagle/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/patches/00list?rev=4549&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/00list (original)
+++ packages/beagle/trunk/debian/patches/00list Tue Feb 24 02:32:36 2009
@@ -7,4 +7,5 @@
 fix_Util.dll.config
 fix_beagle-build-index-manpage
 fix_system-scripts
+fix_Beagle.Search.exe.config
 #fix_evolution_namespace

Added: packages/beagle/trunk/debian/patches/fix_Beagle.Search.exe.config.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/patches/fix_Beagle.Search.exe.config.dpatch?rev=4549&op=file
==============================================================================
--- packages/beagle/trunk/debian/patches/fix_Beagle.Search.exe.config.dpatch (added)
+++ packages/beagle/trunk/debian/patches/fix_Beagle.Search.exe.config.dpatch Tue Feb 24 02:32:36 2009
@@ -1,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_Beagle.Search.exe.config.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add dllmaps for Beagle.Search.exe, and fix SONAMEs.
+
+ at DPATCH@
+diff -urNad beagle-0.3.9~/search/Beagle.Search.exe.config beagle-0.3.9/search/Beagle.Search.exe.config
+--- beagle-0.3.9~/search/Beagle.Search.exe.config	2008-07-17 18:59:14.000000000 +1000
++++ beagle-0.3.9/search/Beagle.Search.exe.config	2009-02-24 12:31:39.227452237 +1100
+@@ -1,4 +1,5 @@
+ <configuration>
+-	<dllmap dll="libgnome-desktop-2" target="libgnome-desktop-2.so.2" />
++	<dllmap dll="libgnome-desktop-2" target="libgnome-desktop-2.so.7" />
++	<dllmap dll="libbeagleuiglue.so" target="/usr/lib/beagle/libbeagleuiglue.so"/>
+ </configuration>
+ 

Propchange: packages/beagle/trunk/debian/patches/fix_Beagle.Search.exe.config.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/beagle/trunk/debian/patches/fix_Util.dll.config.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/patches/fix_Util.dll.config.dpatch?rev=4549&op=diff
==============================================================================
--- packages/beagle/trunk/debian/patches/fix_Util.dll.config.dpatch (original)
+++ packages/beagle/trunk/debian/patches/fix_Util.dll.config.dpatch Tue Feb 24 02:32:36 2009
@@ -2,14 +2,16 @@
 ## fix_Util.dll.config.dpatch by Mirco Bauer <meebey at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Add dllmaps for Util.dll
 
 @DPATCH@
-diff -urNad beagle-0.3.7~/Util/Util.dll.config beagle-0.3.7/Util/Util.dll.config
---- beagle-0.3.7~/Util/Util.dll.config	2008-04-14 00:16:47.000000000 +0200
-+++ beagle-0.3.7/Util/Util.dll.config	2008-04-25 00:35:44.000000000 +0200
-@@ -1,2 +1,4 @@
+diff -urNad beagle-0.3.9~/Util/Util.dll.config beagle-0.3.9/Util/Util.dll.config
+--- beagle-0.3.9~/Util/Util.dll.config	2008-04-14 08:16:47.000000000 +1000
++++ beagle-0.3.9/Util/Util.dll.config	2009-02-24 12:16:07.994503413 +1100
+@@ -1,2 +1,6 @@
  <configuration>
 +	<dllmap dll="libc" target="libc.so.6"/>
 +	<dllmap dll="libbeagleglue" target="/usr/lib/beagle/libbeagleglue.so"/>
++	<dllmap dll="libbeagleglue.so" target="/usr/lib/beagle/libbeagleglue.so"/>
++	<dllmap dll="libexif.dll" target="libexif.so.12"/>
  </configuration>




More information about the Pkg-cli-apps-commits mailing list