Skip to content
Commits on Source (5)
mate-terminal (1.22.1-1) UNRELEASED; urgency=medium
mate-terminal (1.22.1-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/control:
+ Updated for MATE Desktop 1.22
+ Add B-D: libxml2-utils.
* debian/mate-terminal-common.install:
+ Do not install /usr/share/mate-terminal, mate-terminal now uses
gresources.
* debian/copyright:
+ Update copyright attributions.
* debian/rules:
+ Updated for MATE Desktop 1.22
* debian/mate-terminal-common.install:
+ Correct order.
* debian/patches:
+ Drop 1002_xterm-256color.patch. Applied upstream.
[ Mike Gabriel ]
* debian/{compat,control}:
+ Use debhelper-compat notation. Bump to DH compat level version 12.
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
+ Drop empty line at EOF.
* debian/rules:
+ Drop dbgsym-migration dh_strip override.
* debian/mate-terminal.postinst:
+ Drop direct upgrade support from mate-terminal 1.8.1+dfsg1-3.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Mon, 18 Mar 2019 20:30:23 +0000
-- Mike Gabriel <sunweaver@debian.org> Wed, 31 Jul 2019 00:09:16 +0200
mate-terminal (1.20.2-2) unstable; urgency=medium
......
......@@ -60,4 +60,3 @@ Description: MATE terminal emulator application (common files)
window (tabs) and profiles support.
.
This package contains the architecture independent files.
......@@ -173,7 +173,8 @@ Comment:
.
Assuming license as found in COPYING file.
Files: .tx/config
Files: .travis.yml
.tx/config
.github/issue_template.md
help/Makefile.am
help/mate-terminal.omf.in
......
......@@ -4,13 +4,6 @@ set -e
#DEBHELPER#
# We erroneously ignored the mate-terminal.wrapper as x-terminal-emulator before 1.8.1+dfsg1-3
# and used mate-terminal directly (which does not provide the correct command line options
# natively, see Debain bug #773431).
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le "1.8.1+dfsg1-3"; then
update-alternatives --remove x-terminal-emulator /usr/bin/mate-terminal
fi
# use mate-terminal.wrapper as alternative for x-terminal-emulator
if [ "$1" = "configure" ]; then
update-alternatives --install /usr/bin/x-terminal-emulator \
......
......@@ -25,8 +25,5 @@ override_dh_auto_configure:
--disable-silent-rules \
--disable-static
override_dh_strip:
dh_strip --dbgsym-migration='mate-terminal-dbg (<< 1.14.0-2~)'
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..