[critterding] 05/24: Add parallel building support.
Gabriele Giacone
gg0-guest at moszumanska.debian.org
Sat Aug 2 22:43:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
gg0-guest pushed a commit to branch master
in repository critterding.
commit e278eadee3277edd5e4cfdf32e6a4b0bb2558aea
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Fri Nov 8 13:57:25 2013 +0100
Add parallel building support.
---
debian/changelog | 1 +
debian/rules | 6 +-----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 186a809..f51d24b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ critterding (1.0-beta12.1-2) UNRELEASED; urgency=low
* Add cmake, libqt4-opengl-dev, libboost-{thread,filesystem,iostreams}-dev,
libsdl-image1.2-dev to B-D.
* Remove DMUA flag.
+ * Add parallel building support.
-- Gabriele Giacone <1o5g4r8o at gmail.com> Fri, 08 Nov 2013 12:57:29 +0100
diff --git a/debian/rules b/debian/rules
index 889dd7d..b71b87b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,7 @@
VERSION := $(shell dpkg-parsechangelog|sed -n '/^Version/{s/Version: \(.*\)-[0-9]*$$/\1/;s/+dfsg//p}')
%:
- dh $@
-
-override_dh_auto_build:
- autoreconf -fi
- ./configure --prefix=/usr
+ dh $@ --parallel
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/critterding.git
More information about the debian-science-commits
mailing list