/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2023-02-07 18:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: teddy@recompile.se-20230207185950-ow7bwdc1puy8s3yq
Prefer "pkg-config" over the old "gpgme-config" command.

* Makefile (GPGME_CFLAGS, GPGME_LIBS): First try to use $(PKG_CONFIG),
  and if it fails, fall back to the old "gpgme-config".

Reported-by: Andreas Metzler <ametzler@bebt.de>
Suggested-by: Andreas Metzler <ametzler@bebt.de>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.8.16-1.2) unstable; urgency=medium
2
 
 
3
 
  * Non-maintainer upload.
4
 
  * Install mandos.service again. (Closes: #1069689)
5
 
 
6
 
 -- Helmut Grohne <helmut@subdivi.de>  Mon, 22 Apr 2024 21:13:43 +0200
7
 
 
8
 
mandos (1.8.16-1.1) unstable; urgency=medium
9
 
 
10
 
  * Non-maintainer upload.
11
 
  * Depend only on gnupg instead of transitional gnupg2 (Closes: #1055402).
12
 
  * Build-Depend on systemd-dev instead of systemd (Closes: #1060546).
13
 
  * Build-Depend on pkgconf instead of pkg-config.
14
 
  * (Build-)Depend on current libgnutls.
15
 
 
16
 
 -- Bastian Germann <bage@debian.org>  Fri, 19 Apr 2024 13:08:30 +0200
17
 
 
18
 
mandos (1.8.16-1) unstable; urgency=medium
19
 
 
20
 
  * New upstream release.
21
 
  * debian/rules (override_dh_fixperms-arch): Make sure dh_fixperms also
22
 
    is applied to the directory
23
 
    /usr/share/doc/mandos-client/examples/network-hooks.d (but still not
24
 
    to the files therein).
25
 
  * debian/po/pt_BR.po: Add Brazilian Portuguese translation of the
26
 
    debconf template (Closes: #1026400).
27
 
  * debian/po/fr.po: Add missing whitespace to the id and translation
28
 
    for msgid " key_id = <HEXSTRING>".
29
 
  * debian/control (Standards-Version): Change to "4.6.2".
30
 
 
31
 
 -- Teddy Hogeborn <teddy@recompile.se>  Wed, 08 Feb 2023 00:58:24 +0100
32
 
 
33
1
mandos (1.8.15-1) unstable; urgency=medium
34
2
 
35
3
  * New upstream release.