[Pkg-ocaml-maint-commits] [dose3] 02/02: drop build-dependency on auto{make, conf}, don't run aclocal+autoconf in debian/rules

Ralf Treinen treinen at moszumanska.debian.org
Thu May 1 08:03:11 UTC 2014


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

treinen pushed a commit to branch experimental/master
in repository dose3.

commit 160232a1068b6351d5ed994070635092c87347e3
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Apr 30 20:06:36 2014 +0200

    drop build-dependency on auto{make,conf}, don't run aclocal+autoconf in debian/rules
---
 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 6532cd9..403e0f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ dose3 (3.2~rc1-1) experimental; urgency=low
     - libocamlgraph-ocaml-dev: >= 1.8.5 (closes: #745307)		
     - replace libpcre-ocaml-dev by libre-ocaml-dev
     - bump libcudf to >= 0.7
+    - drop automake, autoconf
+  * debian/rules: don't run aclocal & autoconf
   * Drop debian patches that have become obsolete:
     - pod2man-5.18
     - configure-dynlink
diff --git a/debian/control b/debian/control
index af9d5ec..2fc7bb2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Stefano Zacchiroli <zack at debian.org>,
  Ralf Treinen <treinen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~),
 # use the following line only when autoconf stuff has been patched:
- automake, autoconf,
+# automake, autoconf,
  ocaml-nox (>= 3.11.1-3~), camlp4,
  libre-ocaml-dev,
  libextlib-ocaml-dev,
diff --git a/debian/rules b/debian/rules
index fcb7db6..38f251e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ RELEASE = $(shell dpkg-parsechangelog | grep ^Version: | cut -f 2 -d' ')
 override_dh_auto_configure:
 	rm -f doc/debcheck.primer/version.tex
 	# use the following line when autoconf stuff is patched
-	aclocal -I m4 && autoconf
+	# aclocal -I m4 && autoconf
 	./configure --with-ocamlgraph --with-zip --with-bz2 --with-rpm4
 
 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