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

[asymptote] 01/01: autoconf needs to be called, run with dh_autoreconf



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

preining pushed a commit to branch master
in repository asymptote.

commit d2a6920b1b524b5f07408d436bba42cbbd0a6f4a
Author: Norbert Preining <norbert@preining.info>
Date:   Thu Feb 4 15:38:42 2016 +0900

    autoconf needs to be called, run with dh_autoreconf
---
 debian/changelog | 4 +++-
 debian/control   | 1 +
 debian/rules     | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 153232f..ee79a45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ asymptote (2.37-1) unstable; urgency=medium
     Big thanks to Julian Gilbey for tracking this down together with
     upstream!!!
   * update patches for new release
+  * add dh-autoreconf to build-deps, and run autoreconf as configure
+    is not shipped in the source tarball
 
- -- Norbert Preining <preining@debian.org>  Thu, 04 Feb 2016 15:03:35 +0900
+ -- Norbert Preining <preining@debian.org>  Thu, 04 Feb 2016 15:38:06 +0900
 
 asymptote (2.35-4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index cb5c7fc..bb4aa29 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Priority: optional
 Build-Depends: autotools-dev,
                bison,
                debhelper (>= 9),
+               dh-autoreconf,
                flex,
                freeglut3-dev,
                libosmesa6-dev,
diff --git a/debian/rules b/debian/rules
index 4d76659..5741c5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 PKG=asymptote
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --enable-gc=system	\

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


Reply to: