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