[Pkg-cli-apps-commits] r3757 - in /packages/tomboy/branches/0.9/debian: changelog patches/01_dllmaps.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Fri Feb 29 07:29:07 UTC 2008
Author: slomo
Date: Fri Feb 29 07:29:07 2008
New Revision: 3757
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3757
Log:
+ debian/patches/01_dllmaps.patch:
- Fix dllmap to point to the correct path.
Added:
packages/tomboy/branches/0.9/debian/patches/01_dllmaps.patch
Modified:
packages/tomboy/branches/0.9/debian/changelog
Modified: packages/tomboy/branches/0.9/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/branches/0.9/debian/changelog?rev=3757&op=diff
==============================================================================
--- packages/tomboy/branches/0.9/debian/changelog (original)
+++ packages/tomboy/branches/0.9/debian/changelog Fri Feb 29 07:29:07 2008
@@ -7,6 +7,8 @@
- Dropped, merged upstream.
+ debian/watch:
- Updated for the new release series.
+ + debian/patches/01_dllmaps.patch:
+ - Fix dllmap to point to the correct path.
* debian/rules,
debian/patches/99_ltmain_as-needed.patch:
+ Link the native libraries with --as-needed to get fewer dependencies.
Added: packages/tomboy/branches/0.9/debian/patches/01_dllmaps.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/branches/0.9/debian/patches/01_dllmaps.patch?rev=3757&op=file
==============================================================================
--- packages/tomboy/branches/0.9/debian/patches/01_dllmaps.patch (added)
+++ packages/tomboy/branches/0.9/debian/patches/01_dllmaps.patch Fri Feb 29 07:29:07 2008
@@ -1,0 +1,10 @@
+--- Tomboy/Tomboy.exe.config.in.old 2008-02-29 08:26:11.000000000 +0100
++++ Tomboy/Tomboy.exe.config.in 2008-02-29 08:26:18.000000000 +0100
+@@ -2,6 +2,6 @@
+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
+ <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
+ <dllmap dll="libgtkspell" target="libgtkspell.so.0"/>
+- <dllmap dll="libtomboy" target="libtomboy.so"/>
++ <dllmap dll="libtomboy" target="/usr/lib/tomboy/libtomboy.so"/>
+ <dllmap dll="panel-applet-2" target="libpanel-applet-2.so.0"/>
+ </configuration>
More information about the Pkg-cli-apps-commits
mailing list