[Pkg-ocaml-maint-commits] [approx] 01/03: use dh support for systemd unit files (closes: #848312)
Eric Cooper
ecc at cmu.edu
Sun Dec 18 00:30:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
ecc-guest pushed a commit to branch master
in repository approx.
commit 69f630273ec0d9cfd732dba97c5809243f6b13f6
Author: Eric Cooper <ecc at cmu.edu>
Date: Sat Dec 17 18:05:32 2016 -0500
use dh support for systemd unit files (closes: #848312)
---
debian/compat | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/rules b/debian/rules
index 94e3b9d..160b1c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with ocaml
+ dh $@ --with ocaml --no-parallel
ifeq ($(wildcard /usr/bin/ocamlopt),)
override_dh_auto_build:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/approx.git
More information about the Pkg-ocaml-maint-commits
mailing list