[SCM] SETI at home packaging branch, master, updated. debian/5.13+cvs20060510-4-59-g7a2db91
Steffen Moeller
steffen_moeller at gmx.de
Sun May 20 16:28:01 UTC 2012
The following commit has been merged in the master branch:
commit 7a2db910938e9135879f5dd558f0a03bb422373c
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Sun May 20 14:24:41 2012 +0200
addressed (some) lintian errors/warnings.
diff --git a/debian/boinc-app-seti.README.Debian b/debian/boinc-app-seti.README.Debian
index 5db52e7..b0a2808 100644
--- a/debian/boinc-app-seti.README.Debian
+++ b/debian/boinc-app-seti.README.Debian
@@ -26,7 +26,7 @@ just a bit:
* amd64 machines are all presumed to have SSE2 and SSE3, also passed
to the SETI configuration
It is straight forward to self-compile the package. The debian/rules
-file already accomodates for a substitution e.g. of the compiler and
+file already accommodates for a substitution e.g. of the compiler and
extra flags for further improvements.
diff --git a/debian/control b/debian/control
index 9443582..8f8f583 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>,
Fernando C. Estrada <fcestrada at fcestrada.com>
Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 7), quilt, automake1.9 (>= 1.9.3),
+Build-Depends: debhelper (>= 7.0.50~), quilt, automake1.9 (>= 1.9.3),
autoconf (>= 2.59), boinc-dev (>= 5.10.8),
libfftw3-dev
Vcs-Git: git://git.debian.org/git/pkg-boinc/boinc-app-seti.git
diff --git a/debian/rules b/debian/rules
index df73dce..650b3fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,14 +55,12 @@ UPSTREAM_VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | \
cut -d ' ' -f 2 | cut -d '+' -f 1 | cut -d '~' -f 1)
APP_INFO_VERSION = $(subst .,,$(UPSTREAM_VERSION))
-autoreconf-stamp:
- aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
- touch $@
-build: autoreconf-stamp build-stamp
-build-stamp:
- dh build --before configure
-
+%:
+ dh $@ --parallel
+
+override_dh_auto_configure:
+ aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
# Remember to not configure with --disable-dependency-tracking, because
# it breaks some handwritten rules in client/Makefile.am which require
# that DEPDIR exists.
@@ -78,15 +76,8 @@ build-stamp:
--disable-static \
--enable-shared \
--with-gnu-ld
-
- dh build --after configure
- touch $@
-build-arch: build
-build-indep:
- # nothing to do
-
-clean:
+override_dh_auto_clean:
if [ -r Makefile ]; then make clean; fi
find . -name "*.o" -delete
find . -name ".deps" -a -type d | xargs -r rm -r
@@ -97,25 +88,11 @@ clean:
rm -f Makefile Makefile.in aclocal.m4 assimilator/Makefile assimilator/Makefile.in client/Makefile client/Makefile.in config.log config.status configure db/Makefile db/schema_to_class db/tools/Makefile jpeglib/Makefile jpeglib/Makefile.in libtool sah_config.h.in splitter/Makefile splitter/Makefile.in stamp-h1 tools/Makefile tools/Makefile.in validate/Makefile
-install: build install-stamp
-install-stamp:
- dh install --before dh_install
-
+override_dh_install:
cp client/seti_boinc debian/$(PKG)/usr/lib/$(PKG)/setiathome_enhanced
-
cat debian/extra/app_info.xml.in | \
sed -e 's/VERSION/$(APP_INFO_VERSION)/' > debian/extra/app_info.xml
-
- dh install --remaining
- touch $@
-
-binary-indep: install
- dh binary-indep
-
-binary-arch: install
- dh binary-arch
-binary: binary-indep binary-arch
origDir ?= .
@@ -137,5 +114,4 @@ get-orig-source:
); \
rm -f $$DLS
-.PHONY: build clean install binary-indep binary-arch binary \
- get-orig-source
+.PHONY: get-orig-source
--
SETI at home packaging
More information about the pkg-boinc-commits
mailing list