diff options
author | Ted Gould <ted@canonical.com> | 2009-08-18 17:03:53 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-18 17:03:53 -0500 |
commit | 480e4e5a8d81a6fdd985bb03a508d10b87b4c6c8 (patch) | |
tree | 1590885c9b5097afd17faefc0e2c67f0e62b1251 /debian | |
parent | 949c62d21e5ec5b8f37707ed287b0eea99190720 (diff) | |
download | ayatana-indicator-session-480e4e5a8d81a6fdd985bb03a508d10b87b4c6c8.tar.gz ayatana-indicator-session-480e4e5a8d81a6fdd985bb03a508d10b87b4c6c8.tar.bz2 ayatana-indicator-session-480e4e5a8d81a6fdd985bb03a508d10b87b4c6c8.zip |
* debian/control: Switching to indicator-session and conflicting
and replacing indicator-sus
* debian/watch: Switching to indicator-session*
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 10 | ||||
-rw-r--r-- | debian/watch | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index e369ad5..20edcbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ indicator-session (0.1~bzr17-0ubuntu1~ppa1) UNRELEASED; urgency=low * Merging in trunk with rename from 'sus' to 'session' + * debian/control: Switching to indicator-session and conflicting + and replacing indicator-sus + * debian/watch: Switching to indicator-session* -- Ted Gould <ted@ubuntu.com> Tue, 18 Aug 2009 16:59:58 -0500 diff --git a/debian/control b/debian/control index 223f82e..4c76aa7 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: indicator-sus +Source: indicator-session Section: gnome Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> @@ -18,9 +18,9 @@ Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: lp:~ubuntu-core-dev/indicator-applet/sus-ubuntu Vcs-Bzr-Browser: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/sus-ubuntu -Package: indicator-sus +Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), devicekit-power, gdm -Conflicts: gdm (<= 2.27.4-0ubuntu9) -Description: Applet for the GNOME panel providing various indicators for - display to users. +Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus +Replaces: indicator-sus +Description: An indicator providing session management, status control and user switching. diff --git a/debian/watch b/debian/watch index 1e009a4..22a7bca 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://launchpad.net/indicator-applet/+download .*/indicator-sus-([0-9.]+)\.tar\.gz +https://launchpad.net/indicator-applet/+download .*/indicator-session-([0-9.]+)\.tar\.gz |