summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:22:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:22:01 +0000
commite2da802fcfbc10e9df1e6060ab59e6047c330a14 (patch)
tree75208a00de49ef9a477c5249d489846be9ad1381
parentAdding debian version 2.12.1-1. (diff)
downloadman-db-debian.tar.xz
man-db-debian.zip
Adding debian version 2.12.1-2.debian/2.12.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog12
-rw-r--r--debian/control3
-rw-r--r--debian/debputy.manifest8
-rwxr-xr-xdebian/rules5
4 files changed, 23 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 141a68c..adeba8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+man-db (2.12.1-2) unstable; urgency=medium
+
+ [ Colin Watson ]
+ * Configure with --disable-setuid to reduce the need for chown at package
+ build time. (The man-db/install-setuid debconf question still works as
+ before.)
+
+ [ Niels Thykier ]
+ * Migrate to debputy to avoid needing fakeroot.
+
+ -- Colin Watson <cjwatson@debian.org> Wed, 05 Jun 2024 14:51:41 +0100
+
man-db (2.12.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index eb8b644..dc5aec5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: autopoint,
bsdextrautils | bsdmainutils (<< 12.1.1~),
debhelper-compat (= 13),
dh-apparmor,
+ dh-sequence-zz-debputy-rrr (>= 0.1.23~),
flex,
gnulib,
groff,
@@ -20,7 +21,7 @@ Build-Depends: autopoint,
Homepage: https://man-db.gitlab.io/man-db/
Vcs-Git: https://salsa.debian.org/debian/man-db.git
Vcs-Browser: https://salsa.debian.org/debian/man-db
-Rules-Requires-Root: binary-targets
+Rules-Requires-Root: no
Package: man-db
Architecture: any
diff --git a/debian/debputy.manifest b/debian/debputy.manifest
new file mode 100644
index 0000000..db31319
--- /dev/null
+++ b/debian/debputy.manifest
@@ -0,0 +1,8 @@
+manifest-version: '0.1'
+packages:
+ man-db:
+ transformations:
+ - create-directories:
+ path: var/cache/man
+ owner: man
+ group: man
diff --git a/debian/rules b/debian/rules
index bcbd753..70c691d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_autoreconf:
override_dh_auto_configure:
dh_auto_configure -- \
--libdir=\$${prefix}/lib \
- --enable-setuid \
+ --disable-setuid \
--with-device=latin1 --enable-mb-groff \
--with-config-file=/etc/manpath.config \
--with-browser=www-browser --with-pager=pager \
@@ -39,8 +39,5 @@ execute_after_dh_auto_install:
execute_after_dh_install:
dh_apparmor --profile-name=usr.bin.man
-execute_after_dh_fixperms:
- chown man:man $(dtmp)/var/cache/man
-
# Our shared libraries are private.
override_dh_makeshlibs: