[boinc] 10/12: Use autoreconf
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Wed Aug 13 20:30:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository boinc.
commit f482ec853d96e8d210e8d1402f54d2d33ccda29d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Aug 12 20:24:21 2014 +0200
Use autoreconf
---
debian/changelog | 1 +
debian/control.in | 2 +-
debian/rules | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1283d68..79d003f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ boinc (7.4.14+dfsg-1) unstable; urgency=medium
* Disable dynamic_libboinc.patch, it was not needed and moreover
it causes the dependency chain to be deleted
* Remove parallel-build.patch, not needed anymore.
+ * Simplify debian/rules, many workarounds are not needed.
-- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Tue, 12 Aug 2014 11:10:29 +0200
diff --git a/debian/control.in b/debian/control.in
index 80c0f2f..3fe1b71 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
Guo Yixuan (郭溢譞) <culu.gyx at gmail.com>,
Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), po-debconf, pkg-config,
+Build-Depends: debhelper (>= 9), dh-autoreconf, po-debconf, pkg-config,
dpkg-dev (>= 1.16.1.1),
libtool, autoconf, autotools-dev, automake, gettext,
docbook2x, docbook-xml, libxml2-utils,
diff --git a/debian/rules b/debian/rules
index e58c07e..41ecfe6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -177,7 +177,7 @@ CFGFLAGS_boinc-client = \
%:
- dh $@ --with python2 --parallel
+ dh $@ --with python2,autoreconf --parallel
override_dh_clean:
dh_clean
@@ -210,7 +210,7 @@ override_dh_auto_test:
# touch $@
override_dh_auto_configure:
- ./_autosetup
+ #./_autosetup
#if [ ! -r ltmain.sh ]; then libtoolize; fi
#aclocal -I m4 && autoheader && automake --add-missing && autoconf
@echo
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git
More information about the pkg-boinc-commits
mailing list