diff options
| -rw-r--r-- | data/unity7.service.in | 2 | ||||
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rw-r--r-- | debian/unity.links | 2 |
4 files changed, 14 insertions, 2 deletions
diff --git a/data/unity7.service.in b/data/unity7.service.in index 7745d6bb2..5760e8231 100644 --- a/data/unity7.service.in +++ b/data/unity7.service.in @@ -11,4 +11,4 @@ ExecStart=/usr/bin/compiz Restart=on-failure [Install] -RequiredBy=ubuntu-session.target +RequiredBy=unity-session.target diff --git a/debian/changelog b/debian/changelog index 07c439dfb..3fe843c7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +unity (7.5.0+17.10.20170609-0ubuntu2) UNRELEASED; urgency=medium + + * Rename ubuntu-session systemd target to unity-session to inline with + new session name: + - modify data/unity7.service.in and debian/unity.links to reflect new + systemd target. + - Breaks against older version of ubuntu-session, now that unity-session + provides that new systemd target name. + + -- Didier Roche <didrocks@ubuntu.com> Mon, 19 Jun 2017 10:50:58 +0200 + unity (7.5.0+17.10.20170609-0ubuntu1) artful; urgency=medium * Use g_mkdir_with_parents instead of mkdir. diff --git a/debian/control b/debian/control index 6ef9ba25c..2565b86be 100644 --- a/debian/control +++ b/debian/control @@ -92,6 +92,7 @@ Breaks: unity-lens-applications (<< 5.12.0-0ubuntu2), unity-lens-files (<< 5.10.0-0ubuntu2), unity-lens-music (<< 6.0.0), unity-lens-video (<< 0.3.6-0ubuntu2), + ubuntu-session (<< 3.24.1-0ubuntu3~), 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 diff --git a/debian/unity.links b/debian/unity.links index 7aa586e8f..74c9e6d42 100644 --- a/debian/unity.links +++ b/debian/unity.links @@ -1 +1 @@ -/usr/lib/systemd/user/unity7.service /usr/lib/systemd/user/ubuntu-session.target.requires/unity7.service +/usr/lib/systemd/user/unity7.service /usr/lib/systemd/user/unity-session.target.requires/unity7.service |
