Skip to content
Commits on Source (3)
mate-applets (1.22.1-1) UNRELEASED; urgency=medium
mate-applets (1.22.1-1) unstable; urgency=medium
[ Martin Wimpress ]
* New upstream release.
* debian/copyright:
+ Update copyright attributions.
* debian/control (et al.):
+ Drop Python and mention of the Invest applet (Closes: #927875).
[ Mike Gabriel ]
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
* debian/rules:
+ Drop dbgsym-migration dh_strip override.
* debian/copyright:
+ Update copyright attributions.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Mon, 18 Mar 2019 20:30:23 +0000
-- Mike Gabriel <sunweaver@debian.org> Mon, 22 Jul 2019 00:56:21 +0200
mate-applets (1.20.3-2) unstable; urgency=medium
......
......@@ -3,7 +3,8 @@ Upstream-Name: MATE Applets
Upstream-Contact: Martin Wimpress <martin@mate-desktop.org>
Source: https://git.mate-desktop.org/mate-applets/
Files: .tx/config
Files: .travis.yml
.tx/config
.github/issue_template.md
accessx-status/AUTHORS
accessx-status/Makefile.am
......
......@@ -10,8 +10,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
DEB_DH_STRIP_ARGS_ALL = --dbgsym-migration='mate-applets-dbg (<< 1.14.0-2~)'
# use the NEWS file as upstream ChangeLog...
DEB_DH_INSTALLCHANGELOGS_ARGS = NEWS
DEB_INSTALL_DOCS_ALL = README AUTHORS
......