summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2019-10-26 22:13:01 -0400
committerAaron M. Ucko <ucko@debian.org>2019-10-26 22:20:16 -0400
commit05832aef2a2dcc4fa20f96b54ded064460a288f5 (patch)
tree31b60742d894f5e4f00e0db96a0dca6e68e396ff
parentf8db5c029190716a973908cdc09dd7657d0bb7ec (diff)
debian/rules: Stop explicitly running dh_makeshlibs -V.
Redundant as of DH 12.
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c1dcb4..9d2f7ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ fltk1.3 (1.3.4-10) UNRELEASED; urgency=medium
explicitly (re)installing fltk.pdf.
- Explicitly ignore usr/include/Fl (deliberately dropped, even in
libfltk1.3-compat-headers) to address one last dh_missing complaint.
+ - Stop explicitly running dh_makeshlibs -V, redundant as of DH 12.
* documentation/make_pdf: Loosen caption de-hyperlinking to
accommodate (but not require) interposed mboxes, as produced by Doxygen
1.8.16 (currently in experimental).
@@ -29,7 +30,7 @@ fltk1.3 (1.3.4-10) UNRELEASED; urgency=medium
* test/Makefile: Link FLTK libraries dynamically, notably for games.
(Done years ago for 1.1, but accidentally missed for 1.3.)
- -- Aaron M. Ucko <ucko@debian.org> Sat, 26 Oct 2019 22:08:16 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Sat, 26 Oct 2019 22:13:00 -0400
fltk1.3 (1.3.4-9) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 3bdd92b..856222a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,9 +117,6 @@ override_dh_install-arch:
override_dh_installdocs:
dh_installdocs -A CREDITS README
-override_dh_makeshlibs:
- dh_makeshlibs -V
-
override_dh_installchangelogs:
dh_installchangelogs CHANGES
for x in debian/*/usr/share/doc/*/changelog; do \