Skip to content
Commits on Source (24)
mate-menus (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Mike Gabriel <sunweaver@debian.org> Sun, 22 Jul 2018 22:19:30 +0200
mate-menus (1.20.1-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
+ Bump Standards-Version: to 4.1.4. No changes needed.
+ Drop pkg-mate-team Alioth mailing list from Uploaders: field.
* debian/copyright:
+ Make Upstream-Name: field's value more human readable.
+ Update Upstream-Contact: field.
+ Update Source: field. Use secure URLs.
+ Update copyright attributions.
* debian/upstream/metadata:
+ Add file. Be compliant with DEP-12 proposal.
+ Use Martin's address as Contact: address.
-- Mike Gabriel <sunweaver@debian.org> Thu, 05 Jul 2018 17:08:01 +0200
mate-menus (1.20.0-2) unstable; urgency=medium
[ Mike Gabriel ]
* debian/copyright:
+ Use secure URI for copyright format.
[ Martin Wimpress ]
* debian/rules:
+ Add --max-parallel=1 to DHFLAGS, build-parallelization can cause
localization errors. (LP: #1752063)
-- Mike Gabriel <sunweaver@debian.org> Thu, 05 Apr 2018 22:55:04 +0200
mate-menus (1.20.0-1) unstable; urgency=medium
[ Martin Wimpress ]
* debian/copyright (already in 1.19.0-0ubuntu1):
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Tue, 13 Feb 2018 16:23:30 +0100
mate-menus (1.20.0-0ubuntu1) bionic; urgency=medium
* New upstream release.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Wed, 07 Feb 2018 14:03:56 +0000
mate-menus (1.19.0-0ubuntu1) bionic; urgency=medium
* New upstream release.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Tue, 23 Jan 2018 23:18:19 +0000
mate-menus (1.18.1-2~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -6,7 +6,6 @@ Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Stefano Karapetsas <stefano@karapetsas.com>,
Mike Gabriel <sunweaver@debian.org>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>,
Build-Depends: debhelper (>= 11~),
dh-python,
dpkg-dev (>= 1.16.1.1),
......@@ -16,10 +15,10 @@ Build-Depends: debhelper (>= 11~),
libglib2.0-dev,
mate-common (>= 1.18),
python-all-dev (>= 2.7),
Standards-Version: 4.1.3
Standards-Version: 4.1.4
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-mate/mate-menus.git
Vcs-Git: https://anonscm.debian.org/git/pkg-mate/mate-menus.git
Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-menus
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-menus.git
X-Python-Version: >= 2.7
Package: mate-menus
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mate-menus
Upstream-Contact: Stefano Karapetsas <stefano@karapetsas.com>
Source: http://git.mate-desktop.org/mate-menus/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: MATE Menus
Upstream-Contact: Martin Wimpress <martin@mate-desktop.org>
Source: https://git.mate-desktop.org/mate-menus/
Files: libmenu/desktop-entries.c
libmenu/desktop-entries.h
......@@ -40,7 +40,8 @@ Copyright: 2005, Red Hat, Inc
2011, Perberos
License: LGPL-2+
Files: po/*
Files: mate-menus.pot
po/*
Copyright:
2004-2010, THE PACKAGE'S COPYRIGHT HOLDER
2010, Mate Foundation
......@@ -252,6 +253,7 @@ Comment:
Same license(s) as the mate-menus package.
Files: autogen.sh
.github/issue_template.md
.tx/config
AUTHORS
COPYING
......@@ -259,6 +261,7 @@ Files: autogen.sh
ChangeLog
NEWS
README
makepot
py-compile
Makefile.am
configure.ac
......
......@@ -5,7 +5,7 @@ export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
DHFLAGS=--parallel
DHFLAGS=--parallel --max-parallel=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
......
Name: MATE Menus
Bug-Database: https://github.com/mate-desktop/mate-menus/issues
Bug-Submit: https://github.com/mate-desktop/mate-menus/issues/new
Contact: martin@mate-desktop.org
Donation: http://mate-desktop.org/donate/
Repository: https://github.com/mate-desktop/mate-menus
Repository-Browse: https://github.com/mate-desktop/mate-menus
Security-Contact: security@mate-desktop.org