[Pkg-ocaml-maint-commits] [dose3] 01/01: build-indep depends on configure

Ralf Treinen treinen at moszumanska.debian.org
Fri Jul 15 20:58:34 UTC 2016


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

treinen pushed a commit to branch master
in repository dose3.

commit ef141dac3ec1a8e2ff938c9e3823f048f67b36d3
Author: Ralf Treinen <treinen at free.fr>
Date:   Fri Jul 15 22:55:59 2016 +0200

    build-indep depends on configure
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8bc5fd2..2c2f266 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dose3 (5.0-3) unstable; urgency=medium
+
+  * d/rules: make build-indep depend on configure-stamp
+
+ -- Ralf Treinen <treinen at debian.org>  Fri, 15 Jul 2016 22:55:36 +0200
+
 dose3 (5.0-2) unstable; urgency=medium
 
   * patch distcheck-fg-bg: fix calculation of the list of packages to check
diff --git a/debian/rules b/debian/rules
index 80e7e99..4767e51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ build-stamp-arch: configure-stamp
 		debian/update-cudf-solvers > debian/update-cudf-solvers.8
 	touch build-stamp-arch
 
-build-indep:
+build-indep: configure-stamp
 	$(MAKE) doc
 
 override_dh_auto_install:

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



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