diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d0aed1c..12f819d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ -libindicator (0.3.3-0ubuntu1~ppa1) lucid; urgency=low +libindicator (0.3.3-0ubuntu1) lucid; urgency=low + * debian/control: + - build-depends on libglib2.0-dev + * debian/rules: + - updated shlibs version + + [ Ted Gould ] * Upstream release 0.3.3 * Adding new object for parsing desktop files for Shortcuts - -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 10:11:21 -0600 + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Feb 2010 17:32:08 +0100 libindicator (0.3.2-0ubuntu1) lucid; urgency=low diff --git a/debian/control b/debian/control index aa6d787..52a36ed 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), + libglib2.0-dev (>= 2.23), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev, libtool, diff --git a/debian/rules b/debian/rules index 744b984..5ee8f88 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.3)' |