summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-12-29 00:43:51 +0000
committerColin Watson <cjwatson@debian.org>2021-12-29 00:43:51 +0000
commit421f844d486dcb55973ad3690308b5a22198cfa1 (patch)
tree3ea9b4537d78d5a887b1ba48eb6c8f88d3b8f9a7 /debian
parent52dfe4017d9abbc2acee5b9fba0b94ae27654103 (diff)
Simplify some debhelper overrides slightly
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules10
2 files changed, 9 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index e3f334d0..8b1dcc86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+man-db (2.9.4-5) UNRELEASED; urgency=medium
+
+ * Simplify some debhelper overrides slightly.
+
+ -- Colin Watson <cjwatson@debian.org> Wed, 29 Dec 2021 00:32:06 +0000
+
man-db (2.9.4-4) unstable; urgency=medium
* debian/watch: Upgrade to version 4.
diff --git a/debian/rules b/debian/rules
index bd5f6a60..d7289015 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,18 +29,14 @@ override_dh_auto_configure:
override_dh_auto_test:
VERBOSE=1 dh_auto_test
-override_dh_auto_install:
- dh_auto_install
+execute_after_dh_auto_install:
rm -f $(dtmp)/usr/lib/man-db/*.la
-override_dh_install:
- dh_install
+execute_after_dh_install:
dh_apparmor --profile-name=usr.bin.man
-override_dh_fixperms:
- dh_fixperms
+execute_after_dh_fixperms:
chown man:man $(dtmp)/var/cache/man
# Our shared libraries are private.
override_dh_makeshlibs:
- :