[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[asymptote] 08/16: Switch to debhelper 10.



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

preining pushed a commit to branch master
in repository asymptote.

commit e6fd9cf6be461609dd86e162477bea87dd1f36b8
Author: Nicolas Boulenguez <nicolas@debian.org>
Date:   Tue Oct 31 03:22:49 2017 +0100

    Switch to debhelper 10.
---
 debian/compat  | 2 +-
 debian/control | 6 ++----
 debian/rules   | 4 ++--
 3 files changed, 5 insertions(+), 7 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 bffc652..185ad40 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,8 @@ Uploaders: Hubert Chathi <uhoreg@debian.org>,
            Norbert Preining <preining@debian.org>
 Section: tex
 Priority: optional
-Build-Depends: autotools-dev,
-               bison,
-               debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: bison,
+               debhelper (>= 10),
                dpkg-dev (>= 1.16.1),
                flex,
                freeglut3-dev,
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
index 8e0741b..5b38a62
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,10 @@ include /usr/share/dpkg/buildflags.mk
 include /usr/share/dpkg/pkg-info.mk
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --prefix=/usr --enable-gc=system	\
+	dh_auto_configure -- --enable-gc=system	\
 		--with-latex=/usr/share/texmf/tex/latex		\
 		--with-context=/usr/share/texmf/tex/context/third \
 		$(foreach v,CFLAGS CPPFLAGS CXXFLAGS LDFLAGS,'$(v)=$($(v))')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/asymptote.git


Reply to: