[med-svn] [probabel] 03/03: use autoreconf to make sure Makefile.am is really processed
Andreas Tille
tille at debian.org
Thu Dec 12 08:00:19 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository probabel.
commit 99d91a532a278f79cea83093c2f4f85d012e68e4
Author: Andreas Tille <tille at debian.org>
Date: Thu Dec 12 08:52:30 2013 +0100
use autoreconf to make sure Makefile.am is really processed
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 98f9ca4..3401a3e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
+ dh-autoreconf,
texlive-latex-base,
texlive-latex-extra,
latex-xcolor,
diff --git a/debian/rules b/debian/rules
index 970e910..4ece2fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ GIT_TAG := $(subst ~,_,$(VERSION))
# a similar manner are welcome.
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
override_dh_installdocs:
dh_installdocs
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git
More information about the debian-med-commit
mailing list