Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debian/rules: Drop dbgsym-migration dh_strip override.
· bd890e78
Mike Gabriel
authored
Jul 31, 2019
bd890e78
debian/copyright: Update copyright attributions.
· 3fac9de2
Mike Gabriel
authored
Jul 31, 2019
3fac9de2
debian/control: Drop empty line at EOF.
· 2eb1d16b
Mike Gabriel
authored
Jul 31, 2019
2eb1d16b
debian/mate-terminal.postinst: Drop direct upgrade support from mate-terminal 1.8.1+dfsg1-3.
· 01fb0352
Mike Gabriel
authored
Jul 31, 2019
01fb0352
upload to unstable (debian/1.22.1-1)
· 593b6bc8
Mike Gabriel
authored
Jul 31, 2019
593b6bc8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
593b6bc8
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.
-- M
artin Wimpress <martin.wimpress@ubuntu.com> Mon, 18 Mar
2019
2
0:
30:23
+0
0
00
-- M
ike Gabriel <sunweaver@debian.org> Wed, 31 Jul
2019
0
0:
09:16
+0
2
00
mate-terminal (1.20.2-2) unstable; urgency=medium
...
...
debian/control
View file @
593b6bc8
...
...
@@ -60,4 +60,3 @@ Description: MATE terminal emulator application (common files)
window (tabs) and profiles support.
.
This package contains the architecture independent files.
debian/copyright
View file @
593b6bc8
...
...
@@ -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
...
...
debian/mate-terminal.postinst
View file @
593b6bc8
...
...
@@ -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
\
...
...
debian/rules
View file @
593b6bc8
...
...
@@ -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=..