[Pkg-clamav-commits] [SCM] packaging for clamav-unoffical-sigs branch, master, updated. debian/3.7.1-3-8-g18fd3c3
Paul Wise
pabs at debian.org
Sat May 25 07:45:04 UTC 2013
The following commit has been merged in the master branch:
commit 18fd3c3c7d9401622c50394844c66a0399b6116a
Author: Paul Wise <pabs at debian.org>
Date: Sat May 25 15:34:17 2013 +0800
Build with dh --parallel
diff --git a/debian/changelog b/debian/changelog
index 593779f..a61859f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ clamav-unofficial-sigs (3.7.1-4) UNRELEASED; urgency=low
* Use the canonical Vcs-* URLs
* Bump Standards-Version, no changes needed
* Suggest apt-get purge instead now that it exists
+ * Build with dh --parallel
-- Paul Wise <pabs at debian.org> Sat, 25 May 2013 15:16:36 +0800
diff --git a/debian/rules b/debian/rules
index a8b8dc2..4c9325b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_build:
sed -e 's_root *root_clamav adm_' \
--
packaging for clamav-unoffical-sigs
More information about the Pkg-clamav-commits
mailing list