[Pkg-net-snmp-commits] [pkg-net-snmp] 06/16: enable parallel build
Hideki Yamane
henrich at moszumanska.debian.org
Sun Aug 28 02:19:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch master
in repository pkg-net-snmp.
commit 8a7f759b693843c7725a854e2ef0bd04e7f3853a
Author: Hideki Yamane <henrich at debian.org>
Date: Mon Feb 1 22:54:14 2016 +0900
enable parallel build
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d6019ca..6616d7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ net-snmp (5.7.3+dfsg-2) UNRELEASED; urgency=medium
* debian/libsnmp-perl.manpages
- fix to install perl modules man pages (Closes: #778539)
Thanks to Guillem Jover <gjover at sipwise.com> for the patch
+ * debian/rules
+ - make it parallel build
-- Hideki Yamane <henrich at debian.org> Thu, 18 Jun 2015 06:43:28 +0900
diff --git a/debian/rules b/debian/rules
index d1da11e..ef7d9ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ MIB_MODULES += host
endif
%:
- dh $@ --with autotools-dev,autoreconf,python2
+ dh $@ --with autotools-dev,autoreconf,python2 --parallel
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-net-snmp/pkg-net-snmp.git
More information about the Pkg-net-snmp-commits
mailing list