[pkg-d-commits] [diet-ng] 01/01: Enable parallel dh

Matthias Klumpp mak at moszumanska.debian.org
Wed Aug 30 15:36:07 UTC 2017


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

mak pushed a commit to branch master
in repository diet-ng.

commit 20003ba93bcf05880b02213cc152e1291cb31a06
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed Aug 30 17:34:19 2017 +0200

    Enable parallel dh
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index cc53418..2380fee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,10 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
-export DFLAGS=-O -release -g
+export DFLAGS=-O -g -release
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_missing:
 	dh_missing --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/diet-ng.git



More information about the pkg-d-commits mailing list