Merge lp:~mitya57/indicator-applet/remove-transitional-packages into lp:indicator-applet

Proposed by Dmitry Shachnev
Status: Merged
Approved by: Dmitry Shachnev
Approved revision: 450
Merged at revision: 449
Proposed branch: lp:~mitya57/indicator-applet/remove-transitional-packages
Merge into: lp:indicator-applet
Diff against target: 51 lines (+1/-28)
3 files modified
debian/control (+0/-24)
debian/indicator-applet.install (+0/-3)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~mitya57/indicator-applet/remove-transitional-packages
Reviewer Review Type Date Requested Status
Alberts Muktupāvels Approve
Review via email: mp+389687@code.launchpad.net

Commit message

Remove transitional packages.

Description of the change

The transitional packages are not needed anymore because they were already transitional in the current LTS release (Focal).

debian/indicator-applet.install is simplified and debian/rules is updated: there is only one binary package now, so upstream files are installed directly there, without using debian/tmp.

To post a comment you must log in.
Revision history for this message
Alberts Muktupāvels (muktupavels) :
review: Approve
450. By Dmitry Shachnev

Update debian/rules for single package install layout.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2020-03-22 12:39:10 +0000
+++ debian/control 2020-08-22 08:42:29 +0000
@@ -43,27 +43,3 @@
43 .43 .
44 Currently this includes support for messaging applications in the44 Currently this includes support for messaging applications in the
45 indicator-messages package.45 indicator-messages package.
46
47Package: indicator-applet-session
48Architecture: any
49Depends: indicator-applet,
50 ${misc:Depends},
51Section: oldlibs
52Description: transitional package
53 This is a transitional package. It can safely be removed.
54
55Package: indicator-applet-complete
56Architecture: any
57Depends: indicator-applet,
58 ${misc:Depends},
59Section: oldlibs
60Description: transitional package
61 This is a transitional package. It can safely be removed.
62
63Package: indicator-applet-appmenu
64Architecture: any
65Depends: indicator-applet,
66 ${misc:Depends},
67Section: oldlibs
68Description: transitional package
69 This is a transitional package. It can safely be removed.
7046
=== modified file 'debian/indicator-applet.install'
--- debian/indicator-applet.install 2020-03-22 12:39:10 +0000
+++ debian/indicator-applet.install 2020-08-22 08:42:29 +0000
@@ -1,4 +1,1 @@
1usr/lib/gnome-panel/modules/org.ayatana.indicator-applet.so
2usr/share/icons
3usr/share/locale
4debian/indicator-applet-crashdb.conf /etc/apport/crashdb.conf.d/1debian/indicator-applet-crashdb.conf /etc/apport/crashdb.conf.d/
52
=== modified file 'debian/rules'
--- debian/rules 2020-03-21 22:10:27 +0000
+++ debian/rules 2020-08-22 08:42:29 +0000
@@ -11,5 +11,5 @@
11 NOCONFIGURE=1 dh_autoreconf ./autogen.sh11 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
1212
13override_dh_install:13override_dh_install:
14 find debian/tmp -name \*.la -delete
15 dh_install --fail-missing14 dh_install --fail-missing
15 find debian/indicator-applet -name \*.la -delete

Subscribers

People subscribed via source and target branches