aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-18 10:59:08 -0600
committerTed Gould <ted@gould.cx>2010-02-18 10:59:08 -0600
commit25b2503db178a1cf397988fc5eb0123893771534 (patch)
tree8607d41147bed9b60417fbf4d8a73769a8837a4d
parent6528ac058ec48080e39fd0d83f2e5f78b5da3111 (diff)
parent2de657413f7d244e92e1fe2efbc2c412ec862f4d (diff)
downloadlibayatana-indicator-25b2503db178a1cf397988fc5eb0123893771534.tar.gz
libayatana-indicator-25b2503db178a1cf397988fc5eb0123893771534.tar.bz2
libayatana-indicator-25b2503db178a1cf397988fc5eb0123893771534.zip
Updating to ubuntu desktop
-rw-r--r--debian/changelog10
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
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)'