summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-07-12 10:38:48 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-07-12 10:38:48 +0200
commitf5fe7db16aa1d258b91cc72ada3c49120889a7c5 (patch)
treecf742e22ff578609673e7617e6576a896248fcd1
parent967a3005f2e88394a8786ab4a20cc18dc7113c8c (diff)
debian/rules: Remove obsolete dh_install --fail-missing
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 12eb668..6427bf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libonig (6.9.2-1) UNRELEASED; urgency=medium
* Migrate to debhelper 12:
- Change debian/compat to 12.
- Bump minimum debhelper version in debian/control to >= 12.
+ - debian/rules: Remove obsolete dh_install --fail-missing.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Jul 2019 09:15:25 +0200
diff --git a/debian/rules b/debian/rules
index aa976c6..ee95689 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-
override_dh_install:
$(RM) debian/tmp/usr/bin/onig-config
- dh_install --fail-missing -X.la -X.a
+ dh_install -X.la -X.a
override_dh_makeshlibs:
dh_makeshlibs