Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debian/rules: Drop dbgsym-migration dh_strip override.
· 07467397
Mike Gabriel
authored
Jul 11, 2019
07467397
debian/copyright: Update copyright attributions.
· 08ff4773
Mike Gabriel
authored
Jul 11, 2019
08ff4773
upload to unstable (debian/1.22.0-1)
· 6ae21f95
Mike Gabriel
authored
Jul 11, 2019
6ae21f95
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6ae21f95
mate-polkit (1.22.0-1) UNRELEASED; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Mon, 18 Mar 2019 20:30:22 +0000
[ 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
-- Mike Gabriel <sunweaver@debian.org> Thu, 11 Jul 2019 12:22:03 +0200
mate-polkit (1.20.2-1) unstable; urgency=medium
...
...
debian/copyright
View file @
6ae21f95
...
...
@@ -14,6 +14,7 @@ Copyright: 2009, Red Hat, Inc
License: LGPL-2+
Files: .github/issue_template.md
.travis.yml
.tx/config
AUTHORS
COPYING
...
...
debian/rules
View file @
6ae21f95
...
...
@@ -9,8 +9,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='libpolkit-gtk-mate-1-0-dbg (<< 1.14.0-2~)'
DEB_BUILD_PARALLEL = 1
# use the NEWS file as upstream ChangeLog...
...
...