Merge lp:~rodrigo-moya/ubuntu/maverick/tomboy/fix-dllmap into lp:~ubuntu-desktop/tomboy/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 56
Proposed branch: lp:~rodrigo-moya/ubuntu/maverick/tomboy/fix-dllmap
Merge into: lp:~ubuntu-desktop/tomboy/ubuntu
Diff against target: 73 lines (+32/-3)
3 files modified
debian/changelog (+9/-0)
debian/control (+1/-2)
debian/patches/06_use_ubuntu_sso.patch (+22/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/maverick/tomboy/fix-dllmap
Reviewer Review Type Date Requested Status
Ken VanDine Pending
Sebastien Bacher Pending
Ubuntu Development Team Pending
Review via email: mp+34848@code.launchpad.net

Description of the change

Remove explicit dependency on libsyndaemon-1.0, and replace it with correct dllmap'ing

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-09-02 14:02:11 +0000
3+++ debian/changelog 2010-09-08 11:15:52 +0000
4@@ -1,3 +1,12 @@
5+tomboy (1.3.2-1ubuntu4) maverick; urgency=low
6+
7+ * debian/patches/06_use_ubuntu_sso.patch:
8+ - Add .config file to do the correct ddlmap'ing
9+ * debian/control:
10+ - Remove explicit dependency on libsyncdaemon-1.0-1
11+
12+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Wed, 08 Sep 2010 12:03:27 +0200
13+
14 tomboy (1.3.2-1ubuntu3) maverick; urgency=low
15
16 * debian/control:
17
18=== modified file 'debian/control'
19--- debian/control 2010-09-02 14:02:11 +0000
20+++ debian/control 2010-09-08 11:15:52 +0000
21@@ -39,8 +39,7 @@
22 Architecture: any
23 Depends: ${cli:Depends},
24 ${misc:Depends},
25- ${shlibs:Depends},
26- libsyncdaemon-1.0-1
27+ ${shlibs:Depends}
28 Suggests: evolution,
29 tasque
30 Description: desktop note taking program using Wiki style links
31
32=== modified file 'debian/patches/06_use_ubuntu_sso.patch'
33--- debian/patches/06_use_ubuntu_sso.patch 2010-08-18 11:29:38 +0000
34+++ debian/patches/06_use_ubuntu_sso.patch 2010-09-08 11:15:52 +0000
35@@ -1,5 +1,5 @@
36 diff --git a/Tomboy/Addins/WebSyncService/Makefile.am b/Tomboy/Addins/WebSyncService/Makefile.am
37-index d50eadb..2699865 100644
38+index d50eadb..8abc3d4 100644
39 --- a/Tomboy/Addins/WebSyncService/Makefile.am
40 +++ b/Tomboy/Addins/WebSyncService/Makefile.am
41 @@ -27,6 +27,8 @@ CSFILES = \
42@@ -11,6 +11,16 @@
43 $(srcdir)/Tests/*.cs \
44 $(srcdir)/Api/*.cs \
45 $(srcdir)/Api/Tests/*.cs \
46+@@ -47,7 +49,8 @@ $(TARGET): $(CSFILES) $(TOMBOY_EXE_PATH)
47+ addinsdir = $(pkglibdir)/addins
48+ addins_DATA = \
49+ $(TARGET) \
50+- $(TARGET).mdb
51++ $(TARGET).mdb \
52++ WebSyncServiceAddin.dll.config
53+
54+ EXTRA_DIST = \
55+ $(CSFILES) \
56 diff --git a/Tomboy/Addins/WebSyncService/U1SyncPreferencesWidget.cs b/Tomboy/Addins/WebSyncService/U1SyncPreferencesWidget.cs
57 new file mode 100644
58 index 0000000..0c88ec1
59@@ -556,3 +566,14 @@
60 + <SyncServiceAddin type="Tomboy.WebSync.U1SyncServiceAddin" />
61 + </Extension>
62 </Addin>
63+diff --git a/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.dll.config b/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.dll.config
64+new file mode 100644
65+index 0000000..91fc201
66+--- /dev/null
67++++ b/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.dll.config
68+@@ -0,0 +1,5 @@
69++<configuration>
70++ <dllmap dll="gobject-2.0" target="libgobject-2.0.so.0"/>
71++ <dllmap dll="syncdaemon-1.0" target="libsyncdaemon-1.0.so.1"/>
72++ <dllmap dll="proxy" target="libproxy.so.0"/>
73++</configuration>

Subscribers

People subscribed via source and target branches

to all changes: