[pkg-opensc-commit] [opensc] 06/06: debian/rules: Enable parallel builds.

Eric Dorland eric at moszumanska.debian.org
Sun Apr 13 22:47:56 UTC 2014


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

eric pushed a commit to branch master
in repository opensc.

commit 6f0c35b83b30564713214b099e1974730cde95eb
Author: Eric Dorland <eric at debian.org>
Date:   Sun Apr 13 18:29:56 2014 -0400

    debian/rules: Enable parallel builds.
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f50e1d8..492731f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ opensc (0.13.0-5) unstable; urgency=medium
     symlinks. (Closes: #710489)
   * debian/opensc-pkcs11.install: Don't install lib*.so symlinks.
   * debian/control: Fix up Vcs-* URLs.
+  * debian/rules: Enable parallel builds.
 
- --
+ -- Eric Dorland <eric at debian.org>  Sun, 13 Apr 2014 18:29:52 -0400
 
 opensc (0.13.0-4) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 16b30e5..a3e3707 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --sysconfdir=/etc/opensc \

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



More information about the pkg-opensc-commit mailing list