aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-02-18 17:33:16 +0100
committerSebastien Bacher <seb128@ubuntu.com>2010-02-18 17:33:16 +0100
commit2de657413f7d244e92e1fe2efbc2c412ec862f4d (patch)
tree8607d41147bed9b60417fbf4d8a73769a8837a4d /debian
parent050ef48d22ce3f4626eb11867fea14f0e8a0854e (diff)
parent6528ac058ec48080e39fd0d83f2e5f78b5da3111 (diff)
downloadlibayatana-indicator-2de657413f7d244e92e1fe2efbc2c412ec862f4d.tar.gz
libayatana-indicator-2de657413f7d244e92e1fe2efbc2c412ec862f4d.tar.bz2
libayatana-indicator-2de657413f7d244e92e1fe2efbc2c412ec862f4d.zip
releasing version 0.3.3-0ubuntu10.3.3-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
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)'