diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ae3db50..a6372f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1~ppa24) intrepid; urgency=low + + * Adding a conflicts and a replaces to get rid of errors. + + -- Ted Gould <ted@ubuntu.com> Wed, 04 Feb 2009 14:14:25 +0100 + indicator-applet (0.1~ppa23) intrepid; urgency=low * Removing border diff --git a/debian/control b/debian/control index 9d04325..7cacf57 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,8 @@ Description: Applet for the GNOME panel providing various indicators for Package: libindicate0 Section: libs +Conflicts: libindicate +Replaces: libindicate Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} |