Merge lp:~gilir/synapse-project/packaging into lp:synapse-project

Proposed by Julien Lavergne
Status: Merged
Merged at revision: 281
Proposed branch: lp:~gilir/synapse-project/packaging
Merge into: lp:synapse-project
Diff against target: 49 lines (+16/-0)
3 files modified
debian/changelog (+2/-0)
debian/control (+12/-0)
debian/rules (+2/-0)
To merge this branch: bzr merge lp:~gilir/synapse-project/packaging
Reviewer Review Type Date Requested Status
Synapse core team Pending
Review via email: mp+43362@code.launchpad.net

Description of the change

Add a dbg package

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-12-05 14:37:45 +0000
3+++ debian/changelog 2010-12-10 15:33:43 +0000
4@@ -6,6 +6,7 @@
5 - Update Vcs-*.
6 - Build-depends on pkg-config.
7 - Build-depends on libappindicator-dev.
8+ - Add a debug binary.
9 * debian/docs:
10 - Add upstream documentation.
11 * debian/watch
12@@ -14,6 +15,7 @@
13 - Update copyright holders and licenses.
14 * debian/rules:
15 - Pass --enable-indicator=auto to configure.
16+ - Call dh_strip for the dbg package.
17
18 -- Julien Lavergne <gilir@ubuntu.com> Tue, 30 Nov 2010 21:55:53 +0100
19
20
21=== modified file 'debian/control'
22--- debian/control 2010-12-05 16:26:43 +0000
23+++ debian/control 2010-12-10 15:33:43 +0000
24@@ -36,3 +36,15 @@
25 Synapse is a graphical launcher enabling you to start applications and also
26 to quickly find and access relevant documents and files (by making use of the
27 Zeitgeist engine).
28+
29+Package: synapse-dbg
30+Architecture: any
31+Depends: synapse (= ${binary:Version})
32+ ${shlibs:Depends},
33+ ${misc:Depends}
34+Description: semantic file launcher - debug package
35+ Synapse is a graphical launcher enabling you to start applications and also
36+ to quickly find and access relevant documents and files (by making use of the
37+ Zeitgeist engine).
38+ .
39+ This package contains the debug symbols.
40
41=== modified file 'debian/rules'
42--- debian/rules 2010-12-04 12:13:23 +0000
43+++ debian/rules 2010-12-10 15:33:43 +0000
44@@ -7,3 +7,5 @@
45 ./autogen.sh
46 dh_auto_configure -- --enable-indicator=auto
47
48+override_dh_strip:
49+ dh_strip --dbg-package=synapse-dbg