Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debian/rules: Drop dbgsym-migration dh_strip override.
· 5a353be3
Mike Gabriel
authored
Jul 22, 2019
5a353be3
debian/copyright: Update copyright attributions.
· 72da037b
Mike Gabriel
authored
Jul 22, 2019
72da037b
upload to unstable (debian/1.22.1-1)
· 51d52f52
Mike Gabriel
authored
Jul 22, 2019
51d52f52
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
51d52f52
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.
-- M
artin Wimpress <martin.wimpress@ubuntu.com
> Mon,
18 Mar
2019
20:30
:2
3
+0
0
00
-- M
ike Gabriel <sunweaver@debian.org
> Mon,
22 Jul
2019
00:56
:2
1
+0
2
00
mate-applets (1.20.3-2) unstable; urgency=medium
...
...
debian/copyright
View file @
51d52f52
...
...
@@ -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
...
...
debian/rules
View file @
51d52f52
...
...
@@ -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
...
...