diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | src/appindicator3-0.1.pc.in | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a65d8b2..72c3b15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libappindicator (0.2.96-0ubuntu4) natty; urgency=low + + * src/appindicator3-0.1.pc.in + - Set includedir to the location of the headers provided by + libappindicator-dev (LP: #721562) + * debian/control + - Make libappindicator3-dev depend on libappindicator-dev which + includes the headers (LP: #721562) + + -- Ken VanDine <ken.vandine@canonical.com> Mon, 28 Feb 2011 23:26:35 -0500 + libappindicator (0.2.96-0ubuntu3) natty; urgency=low * debian/patches/update-defs.patch: diff --git a/debian/control b/debian/control index acf6057..142f80d 100644 --- a/debian/control +++ b/debian/control @@ -118,6 +118,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libdbusmenu-glib-dev (>= 0.1.8), libdbus-glib-1-dev (>= 0.76), + libappindicator-dev (= ${binary:Version}), libappindicator3-1 (= ${binary:Version}) Description: Application Indicators A library and indicator to take menus from applications and place them in diff --git a/src/appindicator3-0.1.pc.in b/src/appindicator3-0.1.pc.in index f59ac70..0ffe409 100644 --- a/src/appindicator3-0.1.pc.in +++ b/src/appindicator3-0.1.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -Cflags: -I${includedir}/libappindicator3-0.1 +Cflags: -I${includedir}/libappindicator-0.1 Requires: dbusmenu-glib-0.4 gtk+-3.0 Libs: -L${libdir} -lappindicator3 |