Merge lp:~bregma/compiz/lp-1156294 into lp:compiz/0.9.12

Proposed by Stephen M. Webb
Status: Merged
Approved by: Christopher Townsend
Approved revision: 3890
Merged at revision: 3899
Proposed branch: lp:~bregma/compiz/lp-1156294
Merge into: lp:compiz/0.9.12
Diff against target: 24 lines (+4/-1)
2 files modified
debian/libcompizconfig0.install (+1/-1)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~bregma/compiz/lp-1156294
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Christopher Townsend (community) Approve
Review via email: mp+240152@code.launchpad.net

Commit message

debian/compizconfig: renamed from debian/config to avoid debconf clashes

Description of the change

A file name "debian/config" can cause problems suring package reconfiguration (it's reserved for use by debconf). This MP renames the original file to avoid that conflict while still installing the file with the correct name at its final destination.

To post a comment you must log in.
Revision history for this message
Christopher Townsend (townsend) wrote :

LGTM

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'debian/config' => 'debian/compizconfig'
2=== modified file 'debian/libcompizconfig0.install'
3--- debian/libcompizconfig0.install 2012-06-19 11:22:48 +0000
4+++ debian/libcompizconfig0.install 2014-10-30 18:10:06 +0000
5@@ -3,4 +3,4 @@
6 debian/tmp/usr/lib/compizconfig/backends/libini.so
7 debian/tmp/usr/share/compiz/ccp.xml
8 debian/tmp/usr/lib/compiz/libccp.so
9-debian/config /etc/compizconfig
10+config /etc/compizconfig
11
12=== modified file 'debian/rules'
13--- debian/rules 2013-04-25 11:01:36 +0000
14+++ debian/rules 2014-10-30 18:10:06 +0000
15@@ -68,6 +68,9 @@
16 mkdir -p debian/tmp/usr/share/gnome-control-center/keybindings
17 find */gtk/gnome -name *.xml | xargs cp -at debian/tmp/usr/share/gnome-control-center/keybindings/
18
19+ # work around having a file with a conflicted special name (#1156294)
20+ cp debian/compizconfig debian/tmp/config
21+
22 dh_install --fail-missing
23
24 # remove the compizconfig dev file from compiz-dev

Subscribers

People subscribed via source and target branches