summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2021-10-15 05:37:20 +0000
committerDebian Janitor <janitor@jelmer.uk>2021-10-15 05:37:20 +0000
commitec46dc44830bc2426be35e08db9f3d4fe5b0a9b6 (patch)
tree71358a35fb60d7b578c7a29c529060f707eb702f
parent2c003178e7d54911f6498ec715512f8721ca9376 (diff)
Bump debhelper from old 12 to 13.
+ Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules5
2 files changed, 1 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 3939438..4e79a7e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Mehdi Dogguy <mehdi@debian.org>,
Stéphane Glondu <glondu@debian.org>
Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
ocaml-nox,
ocaml-findlib,
ocamlbuild,
diff --git a/debian/rules b/debian/rules
index d233985..f86087f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,13 +14,8 @@ override_dh_auto_build:
ocaml pkg/pkg.ml build --with-cmdliner true --tests true
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ocaml pkg/pkg.ml test
-endif
override_dh_auto_install:
opam-installer --prefix=$(DESTDIR) --libdir=.$(OCAML_STDLIB_DIR) uutf.install
rm -f $(DESTDIR)/doc/uutf/LICENSE.md
-
-override_dh_missing:
- dh_missing --fail-missing