[boinc-app-seti] 04/04: Tweaked debian rules

Gianfranco Costamagna locutusofborg-guest at alioth.debian.org
Thu Sep 5 07:28:02 UTC 2013


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

locutusofborg-guest pushed a commit to annotated tag debian/7.07_svn1976-1
in repository boinc-app-seti.

commit 35b9ee72d8dd6d08d68604baa74f92486947dfc0
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Sep 4 18:47:32 2013 +0200

    Tweaked debian rules
---
 debian/changelog |    6 ++++--
 debian/control   |    1 +
 debian/rules     |    4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 22852b9..96d2074 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-boinc-app-seti (7.07~svn1976-1) UNRELEASED; urgency=low
+boinc-app-seti (7.07~svn1976-1) unstable; urgency=low
 
-  * New upstream release, patch refresh
+  * New upstream release, patch refresh.
+  * Tweaked debian/rules, now uses _autosetup script.
+  * Added libtool as build-dep.
 
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Wed, 04 Sep 2013 18:43:28 +0200
 
diff --git a/debian/control b/debian/control
index 203ea20..31f5761 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9),
  dpkg-dev (>= 1.16.1.1),
  boinc-dev (>= 7.1.21+dfsg) | libboinc-app-dev (>= 7.1.21+dfsg),
  autoconf,
+ libtool,
  libfftw3-dev,
  libgsl0-dev,
  freeglut3-dev,
diff --git a/debian/rules b/debian/rules
index 2d7df03..c4aaa3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,7 +113,9 @@ CFGFLAGS = \
 	  --with-gnu-ld $(SETIEXTRAFLAGS)
 
 override_dh_auto_configure:
-	aclocal -I m4 && autoheader && automake && autoconf
+	./_autosetup
+	#if [ ! -r ltmain.sh ]; then libtoolize; fi
+	#aclocal -I m4 && autoheader && automake && autoconf
 	# Remember to not configure with --disable-dependency-tracking, because
 	# it breaks some handwritten rules in client/Makefile.am which require
 	# that DEPDIR exists.

-- 
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