Package: pristine-tar
Version: 1.37
Severity: normal
Tags: patch

Hi,
'pristine-tar verify' is not documented in the manpage. Attached patch
fixes this. Thanks for adding this feature!
Cheers,
 -- Guido


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-rc8-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pristine-tar depends on:
ii  libbz2-1.0  1.0.6-8
ii  libc6       2.24-8
ii  perl        5.24.1~rc4-1
ii  tar         1.29b-1.1
ii  xdelta      1.1.3-9.1
ii  xdelta3     3.0.11-dfsg-1
ii  zlib1g      1:1.2.8.dfsg-4

Versions of packages pristine-tar recommends:
ii  bzip2     1.0.6-8
ii  pbzip2    1.1.9-1
ii  xz-utils  5.2.2-1.2

pristine-tar suggests no packages.

-- no debconf information
>From bcf8aee42cfea8e17f34e85dc56aed97f376dc59 Mon Sep 17 00:00:00 2001
Message-Id: <bcf8aee42cfea8e17f34e85dc56aed97f376dc59.1484909243.git....@sigxcpu.org>
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org>
Date: Fri, 20 Jan 2017 11:34:10 +0100
Subject: [PATCH] Document --verify

---
 pristine-tar | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pristine-tar b/pristine-tar
index fa73fcf..c895182 100755
--- a/pristine-tar
+++ b/pristine-tar
@@ -14,6 +14,8 @@ B<pristine-tar> [-vdk] [-m message] commit I<tarball> [I<upstream>]
 
 B<pristine-tar> [-vdk] checkout I<tarball>
 
+B<pristine-tar> [-vdk] verify I<tarball>
+
 B<pristine-tar> [-vdk] list
 
 =head1 DESCRIPTION
@@ -78,6 +80,11 @@ not match a hash of the tarball that has been committed to version control.
 This regenerates a copy of the specified I<tarball> using information
 previously saved in version control by B<pristine-tar commit>.
 
+=item pristine-tar verify I<tarball>
+
+Verify that the given tarball matches the one that would be created
+from the information saved in version control by B<pristine-tar commit>.
+
 =item pristine-tar list
 
 This lists tarballs that pristine-tar is able to checkout from version
-- 
2.11.0

Reply via email to