diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7a97c79..edb0f02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-datetime (12.10.3-0ubuntu1) UNRELEASED; urgency=low + + * debian/control: + - Update to follow style like other indicator packages: use trailing commas + at the end of lists. + + -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 16 Nov 2012 15:17:20 -0500 + indicator-datetime (12.10.2-0ubuntu4) raring; urgency=low * Backported r192 and r193, fix: diff --git a/debian/control b/debian/control index e578a9c..bec336b 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: cdbs, libgconf2-dev (>= 2.31), libgnome-control-center-dev, dh-autoreconf, - libtimezonemap1-dev + libtimezonemap1-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-datetime Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-datetime/ubuntu @@ -33,8 +33,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-control-center, - geoclue-ubuntu-geoip | geoclue-provider -Recommends: indicator-applet | indicator-renderer, evolution-data-server + geoclue-ubuntu-geoip | geoclue-provider, +Recommends: indicator-applet | indicator-renderer, + evolution-data-server, Description: Simple clock A simple clock appearing in the indicator bar |