[Pkg-ocaml-maint-commits] [dose3] 07/08: run dh-autoreconf to make sure that everything can truly be built from source

Johannes Schauer josch at moszumanska.debian.org
Thu Aug 27 08:08:23 UTC 2015


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

josch pushed a commit to branch master
in repository dose3.

commit 1523a302a9bc65ecbe6167fca9c983b0012a5bbf
Author: Johannes Schauer <josch at debian.org>
Date:   Thu Aug 27 09:10:07 2015 +0200

    run dh-autoreconf to make sure that everything can truly be built from source
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index be1a4ce..d70cedd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ dose3 (4.0-1) unstable; urgency=medium
   * bump d/compat to 9. It has been in stable since wheezy and even
     old-old-stable has debhelper (>= 9) in backports.
   * simplify override_dh_auto_configure target
+  * run dh-autoreconf to make sure that everything can truly be built from
+    source
 
  -- Ralf Treinen <treinen at debian.org>  Wed, 26 Aug 2015 21:36:52 +0200
 
diff --git a/debian/control b/debian/control
index 4152bf6..839876a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>,
  Ralf Treinen <treinen at debian.org>,
  Johannes Schauer <josch at debian.org>
-Build-Depends: debhelper (>= 9), dh-ocaml (>= 0.9~),
+Build-Depends: debhelper (>= 9), dh-ocaml (>= 0.9~), dh-autoreconf,
 # use the following line only when autoconf stuff has been patched:
 # automake, autoconf,
  ocaml-nox (>= 3.11.1-3~), cppo,
diff --git a/debian/rules b/debian/rules
index e817a0e..b2377b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 RELEASE = $(shell dpkg-parsechangelog | grep ^Version: | cut -f 2 -d' ')
 %:
-	dh $@ --with ocaml
+	dh $@ --with ocaml --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-ocamlgraph --with-zip --with-bz2 --with-rpm4

-- 
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