[Pkg-ocaml-maint-commits] [planets] 01/04: Depends: replace static dependencies by ${ocaml:Depends}, invoke dh --with ocaml, simplify build-depends
Ralf Treinen
treinen at moszumanska.debian.org
Sat Jan 20 09:48:04 UTC 2018
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch master
in repository planets.
commit 80809d2a0de7d16f12c1f8c80a019db5b8936561
Author: Ralf Treinen <treinen at free.fr>
Date: Sat Jan 20 02:33:06 2018 +0100
Depends: replace static dependencies by ${ocaml:Depends}, invoke dh
--with ocaml, simplify build-depends
---
debian/changelog | 10 ++++++++++
debian/control | 6 +++---
debian/rules | 2 +-
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c97ad1c..7fd5bcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+planets (0.1.13-18) unstable; urgency=medium
+
+ * Depends: use ${ocaml:Depends}, drop static dependency entries
+ * Drop build-dependencyon tk8.5-dev
+ * Merge Build-Depends-Indep into Build-Depends as there is only one
+ binary package.
+ * debian/rules: use dh --with ocaml
+
+ -- Ralf Treinen <treinen at debian.org> Sat, 20 Jan 2018 02:40:08 +0100
+
planets (0.1.13-17) unstable; urgency=medium
* debhelper compat level 10
diff --git a/debian/control b/debian/control
index 0a0d82d..4f2844a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends:
tk-dev,
liblabltk-ocaml-dev,
ocaml (>= 3.11.1-3~),
- ocaml-nox (>= 3.11.1-3~)
-Build-Depends-Indep: tk8.5-dev, camlp4
+ ocaml-nox (>= 3.11.1-3~),
+ camlp4
Standards-Version: 4.1.0
Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/planets.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/planets.git
@@ -20,7 +20,7 @@ Homepage: http://planets.homedns.org/
Package: planets
Architecture: all
-Depends: tk8.5, ocaml-base-nox-${F:OCamlABI}, liblabltk-ocaml, ${misc:Depends}
+Depends: ${misc:Depends}, ${ocaml:Depends}
Suggests: doc-base
Description: Gravitation simulation of planetary bodies
Planets is a simple interactive program for playing with simulations
diff --git a/debian/rules b/debian/rules
index 21b1ef0..d63cc81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/ocaml/ocamlvars.mk
DEB_DESTDIR := $(CURDIR)/debian/planets
%:
- dh $@
+ dh $@ --with ocaml
override_dh_auto_build:
$(MAKE) planets.bc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/planets.git
More information about the Pkg-ocaml-maint-commits
mailing list