aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0bc0579..e8026b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbusmenu (0.2.0~dev-0ubuntu1~ppa5) UNRELEASED; urgency=low
+
+ * debian/control: Switching the breaks to be ~dev as those
+ versions are not yet released.
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 18 Dec 2009 21:17:31 -0600
+
libdbusmenu (0.2.0~dev-0ubuntu1~ppa4) karmic; urgency=low
* Updating trunk
diff --git a/debian/control b/debian/control
index c392b34..7e307d3 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,8 @@ Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Breaks: indicator-messages (<< 0.3.0),
- indicator-session (<< 0.2.0)
+Breaks: indicator-messages (<< 0.3.0~dev),
+ indicator-session (<< 0.2.0~dev)
Description: Menus over DBus shared library for glib
This package contains shared libraries to be used by applications.