[SCM] SETI at home packaging branch, master, updated. debian/6.97_svn1409-1-63-gafaf0ac

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Mon Jun 10 08:29:07 UTC 2013


The following commit has been merged in the master branch:
commit afaf0acb1fd8a714620c0d7759f47c94c5aaea2c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jun 10 10:28:52 2013 +0200

    Fix ftbfs on sid?

diff --git a/debian/changelog b/debian/changelog
index db516d6..e3d5733 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-boinc-app-seti (7.00~svn1854-1) UNRELEASED; urgency=low
+boinc-app-seti (7.00~svn1854-1) unstable; urgency=low
 
   * New upstream release.
     - Makefiles bugs fixed.
@@ -10,7 +10,7 @@ boinc-app-seti (7.00~svn1828-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Enabling hardening flags.
-  * Bumped debian/compat to 8.
+  * Bumped debian/compat to 9.
   * Build-dep updated to boinc 7.0.65+dfsg-2 to avoid FTBFS
   * Removed some build-dep version requirement
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 80a842d..d01557e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
  Guo Yixuan <culu.gyx at gmail.com>
 Standards-Version: 3.9.4
-Build-Depends: debhelper (>= 8),
- automake1.9,
+Build-Depends: debhelper (>= 9),
+ automake,
  dpkg-dev (>= 1.16.1.1),
  boinc-dev (>> 7.0.65+dfsg-1) | libboinc-app-dev (>> 7.0.65+dfsg-1),
  autoconf,
diff --git a/debian/rules b/debian/rules
index 5ec6def..9073078 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ APP_INFO_VERSION = $(subst .,,$(UPSTREAM_VERSION))
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
+	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.

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list