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
=== modified file 'debian/changelog'
--- debian/changelog 2010-09-02 14:02:11 +0000
+++ debian/changelog 2010-09-08 11:15:52 +0000
@@ -1,3 +1,12 @@
1tomboy (1.3.2-1ubuntu4) maverick; urgency=low
2
3 * debian/patches/06_use_ubuntu_sso.patch:
4 - Add .config file to do the correct ddlmap'ing
5 * debian/control:
6 - Remove explicit dependency on libsyncdaemon-1.0-1
7
8 -- Rodrigo Moya <rodrigo.moya@canonical.com> Wed, 08 Sep 2010 12:03:27 +0200
9
1tomboy (1.3.2-1ubuntu3) maverick; urgency=low10tomboy (1.3.2-1ubuntu3) maverick; urgency=low
211
3 * debian/control:12 * debian/control:
413
=== modified file 'debian/control'
--- debian/control 2010-09-02 14:02:11 +0000
+++ debian/control 2010-09-08 11:15:52 +0000
@@ -39,8 +39,7 @@
39Architecture: any39Architecture: any
40Depends: ${cli:Depends}, 40Depends: ${cli:Depends},
41 ${misc:Depends},41 ${misc:Depends},
42 ${shlibs:Depends},42 ${shlibs:Depends}
43 libsyncdaemon-1.0-1
44Suggests: evolution,43Suggests: evolution,
45 tasque44 tasque
46Description: desktop note taking program using Wiki style links45Description: desktop note taking program using Wiki style links
4746
=== modified file 'debian/patches/06_use_ubuntu_sso.patch'
--- debian/patches/06_use_ubuntu_sso.patch 2010-08-18 11:29:38 +0000
+++ debian/patches/06_use_ubuntu_sso.patch 2010-09-08 11:15:52 +0000
@@ -1,5 +1,5 @@
1diff --git a/Tomboy/Addins/WebSyncService/Makefile.am b/Tomboy/Addins/WebSyncService/Makefile.am1diff --git a/Tomboy/Addins/WebSyncService/Makefile.am b/Tomboy/Addins/WebSyncService/Makefile.am
2index d50eadb..2699865 1006442index d50eadb..8abc3d4 100644
3--- a/Tomboy/Addins/WebSyncService/Makefile.am3--- a/Tomboy/Addins/WebSyncService/Makefile.am
4+++ b/Tomboy/Addins/WebSyncService/Makefile.am4+++ b/Tomboy/Addins/WebSyncService/Makefile.am
5@@ -27,6 +27,8 @@ CSFILES = \5@@ -27,6 +27,8 @@ CSFILES = \
@@ -11,6 +11,16 @@
11 $(srcdir)/Tests/*.cs \11 $(srcdir)/Tests/*.cs \
12 $(srcdir)/Api/*.cs \12 $(srcdir)/Api/*.cs \
13 $(srcdir)/Api/Tests/*.cs \13 $(srcdir)/Api/Tests/*.cs \
14@@ -47,7 +49,8 @@ $(TARGET): $(CSFILES) $(TOMBOY_EXE_PATH)
15 addinsdir = $(pkglibdir)/addins
16 addins_DATA = \
17 $(TARGET) \
18- $(TARGET).mdb
19+ $(TARGET).mdb \
20+ WebSyncServiceAddin.dll.config
21
22 EXTRA_DIST = \
23 $(CSFILES) \
14diff --git a/Tomboy/Addins/WebSyncService/U1SyncPreferencesWidget.cs b/Tomboy/Addins/WebSyncService/U1SyncPreferencesWidget.cs24diff --git a/Tomboy/Addins/WebSyncService/U1SyncPreferencesWidget.cs b/Tomboy/Addins/WebSyncService/U1SyncPreferencesWidget.cs
15new file mode 10064425new file mode 100644
16index 0000000..0c88ec126index 0000000..0c88ec1
@@ -556,3 +566,14 @@
556+ <SyncServiceAddin type="Tomboy.WebSync.U1SyncServiceAddin" />566+ <SyncServiceAddin type="Tomboy.WebSync.U1SyncServiceAddin" />
557+ </Extension>567+ </Extension>
558 </Addin>568 </Addin>
569diff --git a/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.dll.config b/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.dll.config
570new file mode 100644
571index 0000000..91fc201
572--- /dev/null
573+++ b/Tomboy/Addins/WebSyncService/WebSyncServiceAddin.dll.config
574@@ -0,0 +1,5 @@
575+<configuration>
576+ <dllmap dll="gobject-2.0" target="libgobject-2.0.so.0"/>
577+ <dllmap dll="syncdaemon-1.0" target="libsyncdaemon-1.0.so.1"/>
578+ <dllmap dll="proxy" target="libproxy.so.0"/>
579+</configuration>

Subscribers

People subscribed via source and target branches

to all changes: