aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-10 13:39:37 -0600
committerTed Gould <ted@gould.cx>2009-12-10 13:39:37 -0600
commite44eaf4d1203569cb3995a9a71d2c8c4f6c8407f (patch)
treede3cece359bf88465a4adbf89dec654dfadda8f1
parent7dcc7852250039ac4911f230bb4a5e80140b6963 (diff)
parent2227fe0427f22c10ba8bda49827cf242aa8d86c6 (diff)
downloadayatana-indicator-application-e44eaf4d1203569cb3995a9a71d2c8c4f6c8407f.tar.gz
ayatana-indicator-application-e44eaf4d1203569cb3995a9a71d2c8c4f6c8407f.tar.bz2
ayatana-indicator-application-e44eaf4d1203569cb3995a9a71d2c8c4f6c8407f.zip
Merging in Ken's updates
-rw-r--r--debian/changelog9
-rw-r--r--debian/control35
-rw-r--r--debian/watch2
3 files changed, 35 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 171c719..6573574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,15 @@ indicator-application (0.0.3-0ubuntu1~ppa1) karmic; urgency=low
-- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 13:34:40 -0600
+indicator-application (0.0.2-0~ppa3) karmic; urgency=low
+
+ * debian/watch:
+ - Updated url to point to the LP project
+ * debian/control
+ - Updated Vcs-Bzr, project urls and description
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 10 Dec 2009 09:00:06 -0500
+
indicator-application (0.0.2-0ubuntu1~ppa1) karmic; urgency=low
* Upstream release 0.0.2
diff --git a/debian/control b/debian/control
index 9065244..bd84152 100644
--- a/debian/control
+++ b/debian/control
@@ -12,28 +12,30 @@ Build-Depends: debhelper (>= 5.0),
intltool,
libindicate-dev (>= 0.2.0),
libindicate-gtk-dev (>= 0.2.0),
- libindicator-dev (>= 0.2.0~bzr301),
+ libindicator-dev (>= 0.3.0),
libdbusmenu-gtk-dev (>= 0.1.8),
libdbusmenu-glib-dev (>= 0.1.8)
Standards-Version: 3.8.0
-Homepage: https://launchpad.net/cape-girardeau
-Vcs-Bzr: http://bazaar.launchpa.net/~canonical-dx-team/cape-girardeau/karmic
+Homepage: https://launchpad.net/indicator-application
+Vcs-Bzr: http://bazaar.launchpa.net/~indicator-applet-developers/indicator-application/karmic
Package: indicator-application
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: cape-girardeau project
- .
- This package is the cape-girardeau project
+Description: Application Indicators
+ A library and indicator to take menus from applications and place them in
+ the panel.
Package: libappindicator0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Description: cape-girardeau project
+Description: Application Indicators
+ A library and indicator to take menus from applications and place them in
+ the panel.
.
- This package is the cape-girardeau project
+ This package contains shared libraries to be used by applications.
Package: libappindicator-dev
Section: libdevel
@@ -41,7 +43,20 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libdbus-glib-1-dev (>= 0.76)
-Description: cape-girardeau project
+Description: Application Indicators
+ A library and indicator to take menus from applications and place them in
+ the panel.
.
- This package is the cape-girardeau project
+ This package contains files that are needed to build applications.
+Package: libappindicator-doc
+Section: doc
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libappindicator0 (= ${binary:Version})
+Description: Application Indicators
+ A library and indicator to take menus from applications and place them in
+ the panel.
+ .
+ This package contains development documentation.
diff --git a/debian/watch b/debian/watch
index 4d56068..ffb0b21 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://launchpad.net/cape-girardeau/+download .*/indicator-application-([0-9.]+)\.tar\.gz
+http://launchpad.net/indicator-application/+download .*/indicator-application-([0-9.]+)\.tar\.gz