aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules3
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 66a78c3..e69298b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libindicator (0.3.13-0ubuntu1~ppa3) UNRELEASED; urgency=low
+
+ * debian/rules:
+ * Dropping the simple patch system
+ * Changing the shlibs to libindicator1
+
+ -- Ted Gould <ted@ubuntu.com> Sun, 19 Sep 2010 14:41:46 -0500
+
libindicator (0.3.13-0ubuntu1~ppa2) maverick; urgency=low
* Upstream Merge
diff --git a/debian/rules b/debian/rules
index 095f53b..9099854 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,9 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
-DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.6)'
+DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.13)'