Merge lp:~cosmos-door/byobu/lp1845485 into lp:byobu

Proposed by Mitsuya Shibata
Status: Needs review
Proposed branch: lp:~cosmos-door/byobu/lp1845485
Merge into: lp:byobu
Prerequisite: lp:~cosmos-door/byobu/lp1843729
Diff against target: 40 lines (+6/-2)
3 files modified
debian/changelog (+4/-0)
debian/postinst (+1/-1)
usr/share/byobu/desktop/byobu.desktop (+1/-1)
To merge this branch: bzr merge lp:~cosmos-door/byobu/lp1845485
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+373378@code.launchpad.net

Commit message

* debian/postinst:
  - update gnome-terminal-server path for libexec migration: LP: #1845845
* usr/share/byobu/desktop/byobu.desktop:
  - use '--' instead of deprecated option '-e'.

To post a comment you must log in.
Revision history for this message
pdecat (pdecat) :
Revision history for this message
Mitsuya Shibata (cosmos-door) :
lp:~cosmos-door/byobu/lp1845485 updated
2627. By Mitsuya Shibata

* debian/postinst:
  - support the old path for backward compatibility (thanks pdecat)

Unmerged revisions

2627. By Mitsuya Shibata

* debian/postinst:
  - support the old path for backward compatibility (thanks pdecat)

2626. By Mitsuya Shibata

* usr/share/byobu/desktop/byobu.desktop:
  - use '--' instead of deprecated option '-e'.

2625. By Mitsuya Shibata

* debian/postinst:
  - update gnome-terminal-server path for libexec migration: LP: #1845845

2624. By Mitsuya Shibata

* debian/rules
  - use autoreconf addon to make call dh_auto_configure.
* usr/lib/byobu/include/config.py.in,
  usr/lib/byobu/include/select-session.py:
  - fix ftbfs: LP: #1843729
  - during pep8 verification due to the newly
    introduced E117 - ie. hard tab as over-indented spaces.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2019-10-06 07:09:24 +0000
+++ debian/changelog 2019-10-06 07:09:25 +0000
@@ -10,6 +10,10 @@
10 - fix ftbfs: LP: #184372910 - fix ftbfs: LP: #1843729
11 - during pep8 verification due to the newly11 - during pep8 verification due to the newly
12 introduced E117 - ie. hard tab as over-indented spaces.12 introduced E117 - ie. hard tab as over-indented spaces.
13 * debian/postinst:
14 - update gnome-terminal-server path for libexec migration: LP: #1845845
15 * usr/share/byobu/desktop/byobu.desktop:
16 - use '--' instead of deprecated option '-e'.
1317
14 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 12 Jun 2019 18:41:09 -050018 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 12 Jun 2019 18:41:09 -0500
1519
1620
=== modified file 'debian/postinst'
--- debian/postinst 2015-12-02 19:35:05 +0000
+++ debian/postinst 2019-10-06 07:09:25 +0000
@@ -13,7 +13,7 @@
13fi13fi
1414
15# Install correct .desktop file15# Install correct .desktop file
16if [ -x /usr/lib/gnome-terminal/gnome-terminal-server ]; then16if [ -x /usr/lib/gnome-terminal/gnome-terminal-server -o -x /usr/libexec/gnome-terminal-server ]; then
17 ln -sf /usr/share/$PKG/desktop/$PKG.desktop /usr/share/applications/$PKG.desktop17 ln -sf /usr/share/$PKG/desktop/$PKG.desktop /usr/share/applications/$PKG.desktop
18else18else
19 ln -sf /usr/share/$PKG/desktop/$PKG.desktop.old /usr/share/applications/$PKG.desktop19 ln -sf /usr/share/$PKG/desktop/$PKG.desktop.old /usr/share/applications/$PKG.desktop
2020
=== modified file 'usr/share/byobu/desktop/byobu.desktop'
--- usr/share/byobu/desktop/byobu.desktop 2018-08-12 14:10:27 +0000
+++ usr/share/byobu/desktop/byobu.desktop 2019-10-06 07:09:25 +0000
@@ -2,7 +2,7 @@
2Name=Byobu Terminal2Name=Byobu Terminal
3Comment=Advanced Command Line and Text Window Manager3Comment=Advanced Command Line and Text Window Manager
4Icon=byobu4Icon=byobu
5Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -e byobu5Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -- byobu
6Type=Application6Type=Application
7Categories=GNOME;GTK;System;Utility;TerminalEmulator;7Categories=GNOME;GTK;System;Utility;TerminalEmulator;
8StartupWMClass=us.kirkland.terminals.byobu8StartupWMClass=us.kirkland.terminals.byobu

Subscribers

People subscribed via source and target branches