[Pkg-ocaml-maint-commits] [ppx-deriving] 07/10: use dh_missing

Ralf Treinen treinen at moszumanska.debian.org
Tue Mar 20 20:50:39 UTC 2018


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository ppx-deriving.

commit a78fe7813b8f9363f2c56748e1cbc5d8e66938ad
Author: Ralf Treinen <treinen at debian.org>
Date:   Tue Mar 20 21:16:19 2018 +0100

    use dh_missing
---
 debian/changelog     | 5 +++--
 debian/not-installed | 1 +
 debian/rules         | 5 ++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e347415..eeca526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,12 +7,13 @@ ppx-deriving (4.2.1-1) unstable; urgency=medium
     - Dropped patch b6b02c2ba051bde67c2b454724ff0bf36bc11060.patch since
       issue is resolved upstream.
   * Add minimal versions to build-dependencies ocaml-nox, ocaml-findlib,
-    libppx-tools-ocaml-dev according to upstream's opam fil. 
+    libppx-tools-ocaml-dev according to upstream's opam file. 
   * Standards-Version 4.1.3:
     - d/copyright: use https in format specifier.
   * Add dep8-style package test
+  * d/rules: use dh_missing (instead of option to dh_install)
 
- -- Ralf Treinen <treinen at debian.org>  Tue, 20 Mar 2018 21:07:20 +0100
+ -- Ralf Treinen <treinen at debian.org>  Tue, 20 Mar 2018 21:13:51 +0100
 
 ppx-deriving (4.1-1.1) unstable; urgency=medium
 
diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 0000000..d5add13
--- /dev/null
+++ b/debian/not-installed
@@ -0,0 +1 @@
+usr/lib/ocaml/ppx_deriving/LICENSE.txt
diff --git a/debian/rules b/debian/rules
index e764d6b..2a3316c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,7 @@ override_dh_auto_clean:
 	rm -rf _build
 
 override_dh_install:
-	dh_install --fail-missing -XLICENSE.txt
+	dh_install -XLICENSE.txt
+
+override_dh_missing:
+	dh_missing --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ppx-deriving.git



More information about the Pkg-ocaml-maint-commits mailing list