diff options
author | Ted Gould <ted@gould.cx> | 2010-06-25 14:53:13 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-25 14:53:13 -0500 |
commit | dbcc98fc883c5e5d71d560dd8761018614e38f60 (patch) | |
tree | d4fb9f94b354040863a1d3bba1c4dcc6ffab3b34 /debian | |
parent | a5560024e057586b6d19aed6049c7fff52bcfdb1 (diff) | |
parent | f0e88ea41b38f7b1590e728b30a8f43a9a5980fd (diff) | |
download | ayatana-indicator-datetime-dbcc98fc883c5e5d71d560dd8761018614e38f60.tar.gz ayatana-indicator-datetime-dbcc98fc883c5e5d71d560dd8761018614e38f60.tar.bz2 ayatana-indicator-datetime-dbcc98fc883c5e5d71d560dd8761018614e38f60.zip |
Sync to Ubuntu Desktop
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 9f736b8..9d82a81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,19 @@ -indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low +indicator-datetime (0.0.3-0ubuntu1) maverick; urgency=low + [ Ted Gould ] * New upstream release. * Copyright fixes * Adding translations * Fix translation domain - -- Ted Gould <ted@ubuntu.com> Thu, 03 Jun 2010 12:40:49 -0500 + [ Didier Roche ] + * debian/control: + - bump Standards-Version to latest + - fix homepage url + - remove uneeded pkg-config build-dep + - Recommends: indicator-applet | indicator-renderer + + -- Didier Roche <didrocks@ubuntu.com> Mon, 07 Jun 2010 10:24:51 +0200 indicator-datetime (0.0.2-0ubuntu1) maverick; urgency=low diff --git a/debian/control b/debian/control index da100b2..40c540b 100644 --- a/debian/control +++ b/debian/control @@ -4,18 +4,18 @@ Priority: optional Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> Build-Depends: cdbs, debhelper (>= 5), - pkg-config, intltool (>= 0.35.0), libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1) -Standards-Version: 3.8.3 -Homepage: https://launchpad.net/indicator-applet-developers +Standards-Version: 3.8.4 +Homepage: https://launchpad.net/indicator-datetime Package: indicator-datetime Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: indicator-applet | indicator-renderer Description: A very, very simple clock A simple clock appearing in the indicator bar |