diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 14:10:28 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 14:10:28 -0400 |
commit | 855565ec9255c1694d84a36402a7fca03e5ce2f8 (patch) | |
tree | 3eae25e1f16ac5bfdc3ca5e49a86d0a461113d45 | |
parent | ed568d1e0658e50efffde447e97c6593eb32899d (diff) | |
download | ayatana-indicator-messages-855565ec9255c1694d84a36402a7fca03e5ce2f8.tar.gz ayatana-indicator-messages-855565ec9255c1694d84a36402a7fca03e5ce2f8.tar.bz2 ayatana-indicator-messages-855565ec9255c1694d84a36402a7fca03e5ce2f8.zip |
Reverted bad merge
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 32b0ae9..53a3456 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev, - libdbusmenu-glib-dev + libdbusmenu-gtk-dev (>= 0.0.2), + libdbusmenu-glib-dev (>= 0.0.2) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu diff --git a/debian/watch b/debian/watch index 1ee1f10..a744070 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://launchpad.net/indicator-applet/+download .*/indicator-messages-([0-9.]+)\.tar\.gz +http://launchpad.net/indicator-messages/+download .*/indicator-messages-([0-9.]+)\.tar\.gz |