From f724c18fda41d9a29d0cf80bb7a4adea4f209ade Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 10:27:01 +0200 Subject: * debian/control: - bump Standards-Version to latest --- debian/changelog | 7 ++++++- debian/control | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f736b8..15c3b00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low + [ Ted Gould ] * New upstream release. * Copyright fixes * Adding translations * Fix translation domain - -- Ted Gould Thu, 03 Jun 2010 12:40:49 -0500 + [ Didier Roche ] + * debian/control: + - bump Standards-Version to latest + + -- Didier Roche 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..0a4d2f7 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: cdbs, libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1) -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-applet-developers Package: indicator-datetime -- cgit v1.2.3 From a40dac6068f31dfca2bcdf5ff6610029556c5b74 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 10:27:26 +0200 Subject: fix homepage url --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 15c3b00..193a75f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low [ Didier Roche ] * debian/control: - bump Standards-Version to latest + - fix homepage url -- Didier Roche Mon, 07 Jun 2010 10:24:51 +0200 diff --git a/debian/control b/debian/control index 0a4d2f7..d7d5f92 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: cdbs, libdbusmenu-glib-dev (>= 0.1.1), libdbusmenu-gtk-dev (>= 0.1.1) Standards-Version: 3.8.4 -Homepage: https://launchpad.net/indicator-applet-developers +Homepage: https://launchpad.net/indicator-datetime Package: indicator-datetime Architecture: any -- cgit v1.2.3 From d55ceb3b97e8e904ef02f24ea105c1ef387af845 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 10:29:54 +0200 Subject: remove uneeded pkg-config build-dep --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 193a75f..7fd83bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low * debian/control: - bump Standards-Version to latest - fix homepage url + - remove uneeded pkg-config build-dep -- Didier Roche Mon, 07 Jun 2010 10:24:51 +0200 diff --git a/debian/control b/debian/control index d7d5f92..9dff62e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Ubuntu Desktop Team Build-Depends: cdbs, debhelper (>= 5), - pkg-config, intltool (>= 0.35.0), libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1), -- cgit v1.2.3 From a80ffd8de1dd3304c2a195cece53d53571aaf75d Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 7 Jun 2010 13:19:48 +0200 Subject: Recommends: indicator-applet | indicator-renderer --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7fd83bd..21707dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low - bump Standards-Version to latest - fix homepage url - remove uneeded pkg-config build-dep + - Recommends: indicator-applet | indicator-renderer -- Didier Roche Mon, 07 Jun 2010 10:24:51 +0200 diff --git a/debian/control b/debian/control index 9dff62e..40c540b 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ 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 -- cgit v1.2.3 From f0e88ea41b38f7b1590e728b30a8f43a9a5980fd Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Tue, 8 Jun 2010 12:17:15 +0200 Subject: releasing version 0.0.3-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 21707dd..9d82a81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low +indicator-datetime (0.0.3-0ubuntu1) maverick; urgency=low [ Ted Gould ] * New upstream release. -- cgit v1.2.3