signing-party (2.11-1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/2.11-1 tag
- Git: https://salsa.debian.org/signing-party-team/signing-party.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 294912
- Browser: https://salsa.debian.org/signing-party-team/signing-party
- Last scan: 2024-11-20 21:58:04+00
- Next scan: 2024-11-27 23:04:00+00
- Merge requests: 2
- Debian changelog in Git:
signing-party (2.11-1) unstable; urgency=medium
[ Guilhem Moulin ]
* d/control, d/install: Apply wrap-and-sort(1).
* d/control: Remove useless Build-Depends: python.
* d/control, d/rules: Replace dh_python2 with dh_python3. This has AFAICT
no impact on the binary packages which have been ported to python3 in
2.8-1. (Closes: #938480.)
* Set Rules-Requires-Root: no.
* Trim trailing whitespace.
* Move source package lintian overrides to debian/source.
* Rename debian/NEWS.Debian to debian/NEWS.
* Update standards version to 4.5.0, no changes needed.
* Bump debhelper from 9 to 13. Remove now useless Build-Depends:
autotools-dev.
* Set debhelper-compat version in Build-Depends.
* Use the dh sequencer in debian/rules.
[ Max Harmathy ]
* New script gpgparticipants-filter.
-- Guilhem Moulin <guilhem@debian.org> Wed, 08 Jul 2020 18:43:59 +0200
- This branch is 2 commits ahead of tag debian/2.11-1
- Git log:
commit 0196577f44de9bb04a9661eff1e575f770d09163
Author: Guilhem Moulin <guilhem@debian.org>
Date: Thu Aug 19 21:18:52 2021 +0200
d/rules: Use execute_after_dh_* from Debhelper compatibility level 13 when relevant.
Instead of override_dh_*.
commit 3f6abbcd2a855f034a7b75b43764ca1089e5f812
Author: Guilhem Moulin <guilhem@debian.org>
Date: Thu Aug 19 21:18:26 2021 +0200
d/rules: Replace DEB_BUILD_MAINT_OPTIONS:=hardening=+bindnow,+pie with hardening=+all.
This currently doesn't change the options passed to GCC, but is more future proof.