[Reproducible-commits] [dpkg] 16/40: man: Remove spurious = from argless parallel option in dpkg-buildpackage
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat May 30 09:52:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit c65e2c63e0735decb4b0a249f793e30df9848bfe
Author: Guillem Jover <guillem at debian.org>
Date: Sun Feb 1 23:24:38 2015 +0100
man: Remove spurious = from argless parallel option in dpkg-buildpackage
---
debian/changelog | 2 ++
man/dpkg-buildpackage.1 | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4c73c28..d948bac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ dpkg (1.18.1) UNRELEASED; urgency=low
- Do not replace #PACKAGE# in template mode in Dpkg::Shlibs::SymbolFile.
* Documentation:
- Update current default source compressor from gzip to xz.
+ - Remove spurious ‘=’ from parallel DEB_BUILD_OPTIONS without arguments
+ in dpkg-buildpackage(1).
[ Updated programs translations ]
* German (Sven Joachim).
diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1
index baa489c..1415644 100644
--- a/man/dpkg-buildpackage.1
+++ b/man/dpkg-buildpackage.1
@@ -191,9 +191,9 @@ the packaging (and possibly the upstream build system if that uses make)
regardless of their support for parallel builds, which might cause build
failures.
Also adds \fBparallel=\fP\fIjobs\fP or
-\fBparallel=\fP to the \fBDEB_BUILD_OPTIONS\fP environment variable which
+\fBparallel\fP to the \fBDEB_BUILD_OPTIONS\fP environment variable which
allows debian/rules files to use this information for their own purposes.
-The \fB\%parallel=\fP\fIjobs\fP or \fBparallel=\fP option in
+The \fB\%parallel=\fP\fIjobs\fP or \fBparallel\fP option in
\fBDEB_BUILD_OPTIONS\fP environment variable will override the \fB\-j\fP
value if this option is given.
Note that the \fBauto\fP value will get replaced by the actual number of
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list