[Piuparts-commits] [piuparts] 01/06: p: add --fake-essential-packages option (rewording, documentation)
Holger Levsen
holger at moszumanska.debian.org
Mon Aug 10 08:43:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit ed06430da50fab74df451edcce7a4b2737861a1e
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat Jul 25 14:52:23 2015 +0200
p: add --fake-essential-packages option (rewording, documentation)
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
piuparts.1.txt | 7 +++++++
piuparts.py | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/piuparts.1.txt b/piuparts.1.txt
index c9eb995..3b0f6e7 100644
--- a/piuparts.1.txt
+++ b/piuparts.1.txt
@@ -104,6 +104,13 @@ The tarball can be created with the '-s' option, or you can use one that *pbuild
Useful for e.g. backports, security or local repositories that cannot be
handled by '--mirror'. May be repeated to add more than one line.
+*--fake-essential-packages*='pkg1[,pkg2]...'::
+ Install additional packages in the base chroot that are not removed after
+ the test. These are available during purge and for checking against
+ mistreatment.
+ Takes a comma separated list of package names and can be given multiple
+ times.
+
*-i* 'filename', *--ignore*='filename'::
Add a filename to the list of filenames to be ignored when comparing changes before and after installation. By default, piuparts ignores files that always change during a package installation and uninstallation, such as *dpkg* status files. The filename should be relative to the root of the chroot (e.g., _var/lib/dpkg/status_). This option can be used as many times as necessary.
diff --git a/piuparts.py b/piuparts.py
index d8dd3cd..923763d 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2811,10 +2811,10 @@ def parse_command_line():
parser.add_option("--fake-essential-packages",
action="append", default=[],
- help="Install these additional packages in the base chroot. They won't be purged after the test. " +
+ help="Install additional packages in the base chroot that are not removed after the test. " +
"Takes a comma separated list of package names and can be given multiple times. " +
"Useful for packages that can be used during purge of the package to be tested " +
- "or to test if the package to be tested mishandles this package.")
+ "or to test whether the package to be tested mishandles these packages.")
parser.add_option("--extra-old-packages",
action="append", default=[],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list