[coin3] 04/06: Replace autotools by autoreconf.

Anton Gladky gladk at moszumanska.debian.org
Sun May 11 17:50:01 UTC 2014


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

gladk pushed a commit to branch master
in repository coin3.

commit c3b6d7179d216ae76c55d14785209d1c841c4abe
Author: Anton Gladky <gladk at debian.org>
Date:   Sat May 10 22:48:06 2014 +0200

    Replace autotools by autoreconf.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 467f7f2..522c4e9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Uploaders:
  Anton Gladky <gladk at debian.org>
 Priority: optional
 Build-Depends:
- autotools-dev,
  debhelper (>= 9),
+ dh-autoreconf,
  doxygen,
  libgl1-mesa-dev,
  libx11-dev,
diff --git a/debian/rules b/debian/rules
index ce08084..f475a1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autoreconf
 
 DEB_CONFIGURE_EXTRA_FLAGS = --disable-dependency-tracking \
 	--enable-static --enable-shared \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coin3.git



More information about the debian-science-commits mailing list