diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e58d984..461d173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ libindicator (0.3.17-0ubuntu1~ppa1) UNRELEASED; urgency=low -- Ted Gould <ted@ubuntu.com> Fri, 14 Jan 2011 11:03:58 -0600 -libindicator (0.3.16-0ubuntu1~ppa1) natty; urgency=low +libindicator (0.3.16-0ubuntu1) natty; urgency=low * New upstream release. * GDBus Port @@ -15,6 +15,10 @@ libindicator (0.3.16-0ubuntu1~ppa1) natty; urgency=low * debian/libindicator3-dev: Adding in the include files for this version of the library. + [ Ken VanDine ] + * debian/control: + - libindicator2 Breaks libindicator1 + -- Ted Gould <ted@ubuntu.com> Thu, 13 Jan 2011 12:49:25 -0600 libindicator (0.3.15-0ubuntu2) natty; urgency=low diff --git a/debian/control b/debian/control index 17855cf..4d0932f 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: libindicator1 Description: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. |