diff options
| author | Michal Hruby <michal.mhr@gmail.com> | 2014-08-11 12:29:56 +0000 |
|---|---|---|
| committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-08-11 12:29:56 +0000 |
| commit | 9807abc13753cb43e491f8b21cab2b7ffb222dad (patch) | |
| tree | b432dbbca895390d8589045ff82e8a320a003ac2 /debian | |
| parent | 0f7a272bd6d93c1ef02b9a74bf113d5b3dc3136d (diff) | |
| parent | 3c448ea35fbe3374c7f6545d69814ea4b9912aad (diff) | |
Split gsettings schemas into a separate binary package. Added a key for unity8.
Approved by: PS Jenkins bot, Marco Trevisan (TreviƱo) (bzr r3857)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 17 | ||||
| -rw-r--r-- | debian/libunity-core-6.0-9.install | 1 | ||||
| -rw-r--r-- | debian/unity-schemas.install | 1 |
4 files changed, 24 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d44d7ce3f..00b757613 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unity (7.3.1-0ubuntu1) UNRELEASED; urgency=medium + + * Split out dconf schemas into separate package + + -- Michal Hruby <michal.hruby@canonical.com> Wed, 30 Jul 2014 12:17:06 +0100 + unity (7.3.0+14.10.20140731.1-0ubuntu1) utopic; urgency=low [ Ubuntu daily release ] @@ -2204,7 +2210,6 @@ unity (7.0.0daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low unity (7.0.0daily13.05.08ubuntu.unity.next-0ubuntu1) raring; urgency=low * Automatic snapshot from revision 3317 (ubuntu-unity/next) - unity (7.0.0daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low [ Sebastien Bacher ] diff --git a/debian/control b/debian/control index 214cc81dd..fb2652235 100644 --- a/debian/control +++ b/debian/control @@ -121,12 +121,29 @@ Description: Services for the Unity interface . This package contains the D-Bus service used for unity. +Package: unity-schemas +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, +Replaces: libunity-core-6.0-9 (<< 7.3.0), +Breaks: libunity-core-6.0-9 (<< 7.3.0), +Description: Interface designed for efficiency of space and interaction. + Unity is a desktop experience that sings. Designed by Canonical and the Ayatana + community, Unity is all about the combination of familiarity and the future. We + bring together visual design, analysis of user experience testing, modern + graphics technologies and a deep understanding of the free software landscape + to produce what we hope will be the lightest, most elegant and most delightful + way to use your PC. + . + This package contains the configuration schemas used by unity. + Package: libunity-core-6.0-9 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, unity-services (= ${binary:Version}), + unity-schemas (= ${binary:Version}), Conflicts: unity-common, libunity-core-6.0-6, libunity-core-6.0-7, libunity-core-6.0-8 Replaces: unity-common, libunity-core-6.0-6, libunity-core-6.0-7, libunity-core-6.0-8 Provides: unity-common, unity-common-7.0 diff --git a/debian/libunity-core-6.0-9.install b/debian/libunity-core-6.0-9.install index 9c69159d3..3e2b01376 100644 --- a/debian/libunity-core-6.0-9.install +++ b/debian/libunity-core-6.0-9.install @@ -1,7 +1,6 @@ usr/lib/libunity-core*.so.* usr/lib/unity/*.py usr/share/ccsm -usr/share/glib-2.0 usr/share/gnome-control-center/ usr/share/unity debian/unity-crashdb.conf etc/apport/crashdb.conf.d/ diff --git a/debian/unity-schemas.install b/debian/unity-schemas.install new file mode 100644 index 000000000..c38cba419 --- /dev/null +++ b/debian/unity-schemas.install @@ -0,0 +1 @@ +usr/share/glib-2.0 |
