[Pkg-sdl-commits] [libsdl-sge] 02/05: Enable parallel compilation with dh
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Sat Aug 1 10:09:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to branch master
in repository libsdl-sge.
commit 3712fd926ed4412e220b40dcc48bc572e6e23208
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Sat Aug 1 10:28:10 2015 +0100
Enable parallel compilation with dh
---
debian/changelog | 1 +
debian/rules | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4269984..fe90db2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libsdl-sge (030809dfsg-5) UNRELEASED; urgency=medium
* Bump Policy Standars-Version to 3.9.6 (no changes needed)
+ * Enable parallel compilation with dh
-- Manuel A. Fernandez Montecelo <mafm at debian.org> Sat, 08 Mar 2014 19:22:25 +0000
diff --git a/debian/rules b/debian/rules
index 8813050..26b62d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,7 @@ ALL_CUSTOM_LDFLAGS := $(DEB_LDFLAGS_MAINT) $(DEB_LDFLAGS_MAINT_APPEND)
%:
-# dh $@ --parallel
- dh $@
+ dh $@ --parallel
override_dh_auto_build:
# Build the static library and make a backup
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl-sge.git
More information about the pkg-sdl-commits
mailing list