Merge lp:~laney/libappindicator/cil-pcfile-arch-all into lp:libappindicator/13.04

Proposed by Iain Lane
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 262
Merged at revision: 260
Proposed branch: lp:~laney/libappindicator/cil-pcfile-arch-all
Merge into: lp:libappindicator/13.04
Diff against target: 36 lines (+11/-2)
3 files modified
bindings/mono/appindicator-sharp-0.1.pc.in (+1/-1)
debian/changelog (+9/-0)
debian/libappindicator0.1-cil-dev.install (+1/-1)
To merge this branch: bzr merge lp:~laney/libappindicator/cil-pcfile-arch-all
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+158097@code.launchpad.net

Commit message

Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this is an arch:all package and library. Update the assemblydir variable in this pcfile to refer to the correct location for the library instead of an incorrect multiarch directory.

Description of the change

The pcfile for appindicator-sharp is broken in a couple of related ways

  * It's installed into a Multi-Arch directory in an arch:all package.
  * It references a multiarch libdir when the library isn't installed in one.

Fix both of these by properly using the unversioned locations.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bindings/mono/appindicator-sharp-0.1.pc.in'
--- bindings/mono/appindicator-sharp-0.1.pc.in 2012-02-03 20:37:56 +0000
+++ bindings/mono/appindicator-sharp-0.1.pc.in 2013-04-10 13:05:32 +0000
@@ -1,7 +1,7 @@
1prefix=@prefix@1prefix=@prefix@
2exec_prefix=@exec_prefix@2exec_prefix=@exec_prefix@
3libdir=@libdir@3libdir=@libdir@
4assemblies_dir=${libdir}/cli/appindicator-sharp-0.14assemblies_dir=${prefix}/lib/cli/appindicator-sharp-0.1
55
6Name: appindicator-sharp6Name: appindicator-sharp
7Description: application indicators for .NET7Description: application indicators for .NET
88
=== modified file 'debian/changelog'
--- debian/changelog 2013-04-09 02:02:32 +0000
+++ debian/changelog 2013-04-10 13:05:32 +0000
@@ -1,3 +1,12 @@
1libappindicator (12.10.1daily13.04.09-0ubuntu2) UNRELEASED; urgency=low
2
3 * Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this is
4 an arch:all package and library. Update the assemblydir variable in this
5 pcfile to refer to the correct location for the library instead of an
6 incorrect multiarch directory.
7
8 -- Iain Lane <iain.lane@canonical.com> Wed, 10 Apr 2013 12:57:58 +0100
9
1libappindicator (12.10.1daily13.04.09-0ubuntu1) raring; urgency=low10libappindicator (12.10.1daily13.04.09-0ubuntu1) raring; urgency=low
211
3 * Automatic snapshot from revision 25812 * Automatic snapshot from revision 258
413
=== modified file 'debian/libappindicator0.1-cil-dev.install'
--- debian/libappindicator0.1-cil-dev.install 2012-11-27 02:18:17 +0000
+++ debian/libappindicator0.1-cil-dev.install 2013-04-10 13:05:32 +0000
@@ -1,1 +1,1 @@
1usr/lib/*/pkgconfig/appindicator-sharp-0.1.pc1usr/lib/*/pkgconfig/appindicator-sharp-0.1.pc usr/share/pkgconfig

Subscribers

People subscribed via source and target branches