diff options
author | Ted Gould <ted@gould.cx> | 2013-08-27 16:53:10 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-08-27 16:53:10 +0000 |
commit | d6a968612906df8ee666434922797ed113672d06 (patch) | |
tree | c19c1d373d2008333b0964f288ffa9729c25d544 | |
parent | 0226c53034275ff88a3acf6eb30aee2de936595b (diff) | |
parent | def2cbb6aa5c0eb834fedcb8701d90f64960d449 (diff) | |
download | ayatana-indicator-datetime-d6a968612906df8ee666434922797ed113672d06.tar.gz ayatana-indicator-datetime-d6a968612906df8ee666434922797ed113672d06.tar.bz2 ayatana-indicator-datetime-d6a968612906df8ee666434922797ed113672d06.zip |
Split out control center modules into its own package.
Approved by Sebastien Bacher, PS Jenkins bot.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 16 | ||||
-rw-r--r-- | debian/gnome-control-center-datetime.install | 3 | ||||
-rw-r--r-- | debian/indicator-datetime.install | 5 |
5 files changed, 31 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5c131aa..c165a3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([indicator-datetime], - [12.10.2], + [13.10.0], [http://bugs.launchpad.net/indicator-datetime], [indicator-datetime], [http://launchpad.net/indicator-datetime]) diff --git a/debian/changelog b/debian/changelog index 96e9ebf..81abd59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (13.10.0-0ubuntu1) UNRELEASED; urgency=low + + * Updating version to make the Conflicts/Replace nicer + * Split out gnome-control-center panel into it's own package + + -- Ted Gould <ted@ubuntu.com> Tue, 27 Aug 2013 10:26:47 -0500 + indicator-datetime (12.10.3+13.10.20130822.1-0ubuntu1) saucy; urgency=low [ Ubuntu daily release ] diff --git a/debian/control b/debian/control index 221bd22..ae07129 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,21 @@ Depends: ${shlibs:Depends}, systemd-shim, Recommends: indicator-applet | indicator-renderer, evolution-data-server, - ubuntu-system-settings | gnome-control-center, + gnome-control-center-datetime | ubuntu-system-settings, +Conflicts: indicator-datetime (<< 13.10.0) +Replaces: indicator-datetime (<< 13.10.0) Description: Simple clock A simple clock appearing in the indicator bar +Package: gnome-control-center-datetime +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-datetime (=${binary:Version}), + gnome-control-center, +Conflicts: indicator-datetime (<< 13.10.0) +Replaces: indicator-datetime (<< 13.10.0) +Description: Clock settings in the GNOME Control Center + A module to get date time and clock settings in the GNOME control + center. + diff --git a/debian/gnome-control-center-datetime.install b/debian/gnome-control-center-datetime.install new file mode 100644 index 0000000..52a8c70 --- /dev/null +++ b/debian/gnome-control-center-datetime.install @@ -0,0 +1,3 @@ +usr/lib/*/control-center-1/panels/* +usr/share/indicator-datetime/* +usr/share/applications/* diff --git a/debian/indicator-datetime.install b/debian/indicator-datetime.install new file mode 100644 index 0000000..13d21f2 --- /dev/null +++ b/debian/indicator-datetime.install @@ -0,0 +1,5 @@ +usr/share/glib-2.0/schemas/* +usr/share/dbus-1/services/* +usr/share/unity/indicators/* +usr/lib/*/indicator-datetime-service +usr/share/locale/* |