diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fd1e0eb..12f819d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +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 + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Feb 2010 17:32:08 +0100 + libindicator (0.3.2-0ubuntu1) lucid; urgency=low * Upstream release 0.3.2 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)' |