diff options
| author | Ted Gould <ted@gould.cx> | 2016-07-19 20:03:04 +0200 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2016-07-19 20:03:04 +0200 |
| commit | dfdd29db63ac065d168fb44b407961f2f27450e5 (patch) | |
| tree | c3e124b54db0ecb3601fbe9db3be8a8c1435eb14 /debian | |
| parent | c1f5463c91a7528ae013182ad0bc8b832d934fa6 (diff) | |
Grabbed the stuff in the debian directory
(bzr r4153.9.1)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/libunity-core-6.0-9.install | 2 | ||||
| -rw-r--r-- | debian/unity-services.install | 1 | ||||
| -rw-r--r-- | debian/unity7.override | 1 | ||||
| -rw-r--r-- | debian/unity7.service | 11 |
5 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ffea1b014..438a52e6c 100644 --- a/debian/control +++ b/debian/control @@ -52,6 +52,7 @@ Build-Depends: cmake, python3 (>= 3.4), python-setuptools, quilt, + systemd, xserver-xorg-video-dummy, xsltproc, Standards-Version: 3.9.5 @@ -127,6 +128,7 @@ Package: unity-schemas Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, + indicator-common, 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. diff --git a/debian/libunity-core-6.0-9.install b/debian/libunity-core-6.0-9.install index be488a661..b2c179cd7 100644 --- a/debian/libunity-core-6.0-9.install +++ b/debian/libunity-core-6.0-9.install @@ -6,4 +6,6 @@ usr/share/unity debian/unity-crashdb.conf etc/apport/crashdb.conf.d/ debian/source_unity.py usr/share/apport/package-hooks debian/unity7.conf usr/share/upstart/sessions +debian/unity7.service usr/lib/systemd/user +debian/unity7.override usr/share/upstart/systemd-session/upstart tools/convert-files/* usr/lib/compiz/migration/ diff --git a/debian/unity-services.install b/debian/unity-services.install index 4f0e67ca8..10f4b0ddd 100644 --- a/debian/unity-services.install +++ b/debian/unity-services.install @@ -1,3 +1,4 @@ usr/lib/*/unity/*service usr/share/upstart +usr/lib/systemd usr/share/man/*/unity-panel-service.1 diff --git a/debian/unity7.override b/debian/unity7.override new file mode 100644 index 000000000..2905494b6 --- /dev/null +++ b/debian/unity7.override @@ -0,0 +1 @@ +manual diff --git a/debian/unity7.service b/debian/unity7.service new file mode 100644 index 000000000..a7f71b9b5 --- /dev/null +++ b/debian/unity7.service @@ -0,0 +1,11 @@ +[Unit] +Description=Unity Shell v7 +Requires=unity-settings-daemon.service unity-panel-service.service bamfdaemon.service +Wants=unity-gtk-module.service +After=unity-settings-daemon.service +PartOf=graphical-session.target + +[Service] +Environment=COMPIZ_CONFIG_PROFILE=ubuntu +ExecStart=/usr/bin/compiz +Restart=on-failure |
