/mandos/trunk

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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2024-09-08 17:17:22 UTC
  • Revision ID: teddy@recompile.se-20240908171722-oqkqtp0zto6ze2m6
Do not hardcode directory names; get them from pkg-config

Similarly to the directory for systemd unit files (output of
"pkg-config systemd --variable=systemdsystemunitdir"), the values of
the "tmpfilesdir" and "sysusersdir" variables should not be hardcoded
in debian/mandos.dirs and debian/mandos-client.dirs.  Fix this the
same way as with systemdsystemunitdir; i.e. remove the directories
from the .dirs files, and instead create the directories in override
rules in debian/rules.

* debian/mandos-client.dirs (usr/lib/sysusers.d): Removed.
* debian/mandos.dirs (usr/lib/tmpfiles.d, usr/lib/sysusers.d):
  Removed.
* debian/rules (override_dh_installdirs-indep): Also create
  directories for the "tmpfilesdir" and "sysusersdir" variables from
  pkg-config.
  (override_dh_installdirs-arch): New; create directory for the
  "sysusersdir" variable from pkg-config.

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
1
mandos (1.8.16-1) unstable; urgency=medium
19
2
 
20
3
  * New upstream release.