Merge lp:~ted/dbus-test-runner/conf-file-move into lp:~ubuntu-desktop/dbus-test-runner/ubuntu

Proposed by Ted Gould
Status: Work in progress
Proposed branch: lp:~ted/dbus-test-runner/conf-file-move
Merge into: lp:~ubuntu-desktop/dbus-test-runner/ubuntu
Diff against target: 52 lines (+18/-5)
5 files modified
debian/changelog (+11/-0)
debian/dbus-test-runner.install (+0/-2)
debian/libdbustest-1-dev.install (+3/-0)
debian/libdbustest1-dev.install (+2/-2)
debian/libdbustest1.install (+2/-1)
To merge this branch: bzr merge lp:~ted/dbus-test-runner/conf-file-move
Reviewer Review Type Date Requested Status
Sebastien Bacher Needs Fixing
Review via email: mp+120575@code.launchpad.net

Description of the change

Fixing a small packaging issue where the conf file is in the wrong package.

To post a comment you must log in.
51. By Ted Gould

Merge bugs

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, there is an issue though, libdbustest1 should not have unversioned files or if you do a libdbustest2 they would conflict by shipping both /usr/share/dbus-test-runner/session.conf, we need to find another way to deal with that (could the lib fallback to a standard hardcoded config if the file is not installed?)

review: Needs Fixing

Unmerged revisions

51. By Ted Gould

Merge bugs

50. By Ted Gould

  for *.so and pkgconfig files.

49. By Ted Gould

debian/libdbustest1-dev.install: Add a * to include architecture dirs.

48. By Ted Gould

debian/libdbustest1.install: Add a * to include architecture dirs.

47. By Ted Gould

debian/dbus-test-runner.install, debian/libdbustest1.install:
Moving the configuration file to the library as it's needed there
and the binary depends on the lib.

46. By Ted Gould

Merging Ubuntu Desktop

45. By Ted Gould

releasing version 0.0.5-0ubuntu1~ppa3

44. By Ted Gould

* Upstream Merge
  * Fixes from Charles and aligning to trunk

43. By Ted Gould

Merging the libdbustest branch

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 2012-07-12 19:04:37 +0000
3+++ debian/changelog 2012-08-21 14:13:21 +0000
4@@ -1,3 +1,14 @@
5+dbus-test-runner (12.10.0-0ubuntu3) UNRELEASED; urgency=low
6+
7+ * debian/dbus-test-runner.install, debian/libdbustest1.install:
8+ Moving the configuration file to the library as it's needed there
9+ and the binary depends on the lib.
10+ * debian/libdbustest1.install: Add a * to include architecture dirs.
11+ * debian/libdbustest1-dev.install: Add a * to include architecture dirs.
12+ for *.so and pkgconfig files.
13+
14+ -- Ted Gould <ted@ubuntu.com> Tue, 21 Aug 2012 08:45:25 -0500
15+
16 dbus-test-runner (12.10.0-0ubuntu2) quantal; urgency=low
17
18 * debian/control:
19
20=== modified file 'debian/dbus-test-runner.install'
21--- debian/dbus-test-runner.install 2012-07-12 17:39:44 +0000
22+++ debian/dbus-test-runner.install 2012-08-21 14:13:21 +0000
23@@ -1,3 +1,1 @@
24 usr/bin
25-usr/share
26-
27
28=== added file 'debian/libdbustest-1-dev.install'
29--- debian/libdbustest-1-dev.install 1970-01-01 00:00:00 +0000
30+++ debian/libdbustest-1-dev.install 2012-08-21 14:13:21 +0000
31@@ -0,0 +1,3 @@
32+usr/lib/*/libdbustest.so
33+usr/include/libdbustest-1/libdbustest/*
34+usr/lib/*/pkgconfig/*
35
36=== modified file 'debian/libdbustest1-dev.install'
37--- debian/libdbustest1-dev.install 2012-07-12 17:39:44 +0000
38+++ debian/libdbustest1-dev.install 2012-08-21 14:13:21 +0000
39@@ -1,3 +1,3 @@
40-debian/tmp/usr/lib/*.so
41-debian/tmp/usr/lib/pkgconfig
42+debian/tmp/usr/lib/*/*.so
43+debian/tmp/usr/lib/*/pkgconfig
44 usr/include/libdbustest-1/*
45
46=== modified file 'debian/libdbustest1.install'
47--- debian/libdbustest1.install 2012-07-12 17:39:44 +0000
48+++ debian/libdbustest1.install 2012-08-21 14:13:21 +0000
49@@ -1,1 +1,2 @@
50-usr/lib/*.so.*
51+usr/lib/*/*.so.*
52+usr/share

Subscribers

People subscribed via source and target branches

to all changes: