[boinc-app-seti] 01/02: Switch to dh-autoreconf

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Mar 5 09:08:08 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-app-seti.

commit 622dcd7ca690ca097086ef920f949926fef382e0
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Mar 5 09:41:59 2014 +0100

    Switch to dh-autoreconf
---
 debian/changelog | 9 +++++++++
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60baefb..3b1d24e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+boinc-app-seti (7.19~svn2051-2) unstable; urgency=medium
+
+  * Upload to unstable.
+  * Switch to dh-autoreconf.
+  * Tweak app-info.xml file after upstream suggestion,
+    thanks Claggy!
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Wed, 05 Mar 2014 09:40:55 +0100
+
 boinc-app-seti (7.19~svn2051-1) experimental; urgency=low
 
   * Re-imported the old version with no changes, just for bumping
diff --git a/debian/control b/debian/control
index f612f38..1385068 100644
--- a/debian/control
+++ b/debian/control
@@ -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), autotools-dev,
+Build-Depends: debhelper (>= 9), dh-autoreconf,
  automake,
  dpkg-dev (>= 1.16.1.1),
  boinc-dev (>= 7.1.21+dfsg) | libboinc-app-dev (>= 7.1.21+dfsg),
diff --git a/debian/rules b/debian/rules
index 8877430..61b43cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,7 +101,7 @@ APP_INFO_VERSION = $(subst .,,$(UPSTREAM_VERSION))
 
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autoreconf
 
 CFGFLAGS = \
 	  --disable-static-client \
@@ -113,7 +113,7 @@ CFGFLAGS = \
 	  --with-gnu-ld $(SETIEXTRAFLAGS)
 
 override_dh_auto_configure:
-	./_autosetup
+	#./_autosetup
 	#if [ ! -r ltmain.sh ]; then libtoolize; fi
 	#aclocal -I m4 && autoheader && automake && autoconf
 	# Remember to not configure with --disable-dependency-tracking, because

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc-app-seti.git



More information about the pkg-boinc-commits mailing list