[Pkg-ocaml-maint-commits] [why] 08/21: d/rules:drop invocation of autoconf

Ralf Treinen treinen at moszumanska.debian.org
Tue Oct 4 19:16:34 UTC 2016


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

treinen pushed a commit to branch master
in repository why.

commit 4851239bce867db7befef777c49e2a19b345d28f
Author: Ralf Treinen <treinen at free.fr>
Date:   Tue Sep 20 21:07:14 2016 +0200

    d/rules:drop invocation of autoconf
---
 debian/changelog | 3 ++-
 debian/control   | 1 -
 debian/rules     | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e654f9..192341f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ why (2.36-1) UNRELEASED; urgency=medium
     - get link to newest version from the krakatoa home page (instead of
       trying to read the download/ directory).
   * Bump build-dependency on frama-c to magnesium.
+  * drop autoconf from d/rules and from build-dependencies
 
- -- Ralf Treinen <treinen at debian.org>  Tue, 20 Sep 2016 20:58:47 +0200
+ -- Ralf Treinen <treinen at debian.org>  Tue, 20 Sep 2016 21:29:35 +0200
 
 why (2.34-4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 0bf6ab0..8ec7117 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders: Samuel Mimram <smimram at debian.org>,
 Build-Depends:
   debhelper (>= 7.0.50~),
   autotools-dev,
-  autoconf,
   dh-ocaml (>= 0.9~),
   ocaml-nox (>= 3.11.1-3~),
   ocaml-best-compilers,
diff --git a/debian/rules b/debian/rules
index 9cfe3a6..5e53497 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,6 @@ VERSION   = $(shell cat Version | grep ^VERSION | cut -d= -f 2)
 export OCAMLINIT_SED += -e 's/@VERSION@/$(VERSION)/g'
 
 override_dh_auto_configure:
-	autoconf
 	./configure \
 	    --host=$(DEB_HOST_GNU_TYPE) \
 	    --build=$(DEB_BUILD_GNU_TYPE) \

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



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