[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice-dictionaries] 01/01: debian/rules: enable parallel build.



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

mattia pushed a commit to branch master
in repository libreoffice-dictionaries.

commit ceb39f93061c44303e38c611f6166a9146068816
Author: Mattia Rizzolo <mattia@debian.org>
Date:   Mon Feb 29 00:44:27 2016 +0000

    debian/rules: enable parallel build.
    
    This is nice mainly to have dh_builddeb call dpkg-builddeb in parallel, and not
    for a binary a time, which takes forever anyway for 1-hundred-odds binaries.
    
    Gbp-Dch: Short
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9b45905..4b0c21c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_build:
 	for dat in `find dictionaries -type f -name "*.dat"`; do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git


Reply to: