[coin3] 41/58: Use compat level 10

Anton Gladky gladk at moszumanska.debian.org
Tue Dec 26 23:52:52 UTC 2017


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

gladk pushed a commit to branch experimental
in repository coin3.

commit 698caf3cea324ba3026385adc878e24502c11c2d
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Dec 20 21:14:03 2017 +0100

    Use compat level 10
---
 debian/compat  | 2 +-
 debian/control | 3 ++-
 debian/rules   | 9 ++++++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 7413b99..4ba5858 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ Uploaders: Anton Gladky <gladk at debian.org>
 Section: graphics
 Testsuite: autopkgtest
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                autotools-dev,
                doxygen,
                libgl1-mesa-dev,
                libx11-dev,
+               libexpat-dev,
                libxext-dev,
                libxi-dev,
                libxmu-dev,
diff --git a/debian/rules b/debian/rules
index 9d38de5..712de63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,17 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autotools_dev --without autoreconf
 
-DEB_CONFIGURE_EXTRA_FLAGS = --disable-dependency-tracking \
-	--enable-static --enable-shared \
+DEB_CONFIGURE_EXTRA_FLAGS = \
+	--disable-dependency-tracking \
+	--enable-static \
+	--enable-shared \
 	--disable-maintainer-mode \
 	--enable-html htmldir=/usr/share/doc/libcoin80-doc/html \
 	--without-mesa \
 	--enable-threadsafe \
+	--enable-system-expat
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)

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