[Pkg-virtualbox-commits] [kbuild] 02/02: Add autotools support
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Wed Oct 22 15:02:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository kbuild.
commit 8e480910a79f1fa260ea4e04fc980ed4efb0eed0
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Oct 22 16:51:25 2014 +0200
Add autotools support
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 3 ++-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c01049b..e91ef3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ kbuild (1:0.1.9998svn2695+dfsg-3) UNRELEASED; urgency=medium
* Add myself to uploaders.
* Bump Standards-Version to 3.9.6, no changes needed.
+ * Add autotools-dev to help newer architectures.
[ Fernando Seiti Furusato ]
* Added ppc64el to build to fix ftbfs (Closes: #760605).
diff --git a/debian/control b/debian/control
index 183e242..cc59b10 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Michael Meskes <meskes at debian.org>,
Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Build-Depends: debhelper (>= 9),
autoconf,
+ autotools-dev,
automake,
autopoint,
byacc,
diff --git a/debian/rules b/debian/rules
index 55e173d..0099bce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,11 @@ BOOTSTRAP := ASH=/bin/bash ECHO=/bin/echo MKDIR=/bin/mkdir CP=/bin/cp \
SVNROOT := http://svn.netlabs.org/repos/kbuild/trunk
REVISION := $(shell echo $(UPSTREAM_VERSION) | sed -e's,.*svn,,' | sed -e's,+dfsg.*,,')
+# export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
- dh $@
+ dh $@ --with autotools-dev
override_dh_auto_configure:
echo "KBUILD_SVN_URL := $(SVNROOT)" > SvnInfo.kmk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git
More information about the Pkg-virtualbox-commits
mailing list