Run of lintian-fixes for chntpw

Merge these changes:

git pull https://janitor.debian.net/git/chntpw lintian-fixes/main
Full worker log

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 12977d4..147b750 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chntpw (140201-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 12:44:48 -0000
+
 chntpw (140201-1) unstable; urgency=medium
 
   [ Fabio Fantoni ]
@@ -21,7 +28,7 @@ chntpw (140201-1) unstable; urgency=medium
   * Apply patch to enable sampasswd writing to the HIVE file (Closes: 803888)
   * Apply patch to make it possible to read files when the filesystem is
     read-only (Closes: 762508)
-  * Add samunlock tool developed by Adrian Gibanel Lopez and published in 
+  * Add samunlock tool developed by Adrian Gibanel Lopez and published in
     https://github.com/rescatux/chntpw
 
  -- Javier Fernández-Sanguino Peña <jfs@debian.org>  Thu, 20 Jan 2022 22:35:49 +0100
@@ -45,7 +52,7 @@ chntpw (1.0-1) unstable; urgency=low
     for all of the other programs built and included now in the package
   * debian/chntpw.8: Update the manpage contents based on the program's
      current -h output.
-  * debian/patches/01_port_to_gcrypt.patch: 
+  * debian/patches/01_port_to_gcrypt.patch:
         Update patch since in this release upstream author uses a new define
         (DOCRYPTO) that enables cryptographic code.  This code, that enabled
         users to change the password, is not enabled by default anymore since
@@ -57,7 +64,7 @@ chntpw (1.0-1) unstable; urgency=low
   * debian/changelog: Fix typo and add reference to Ubuntu closed bug
   * debian/control:
       - Require debhelp version 5, as per debian/compat
-  * debian/rules: 
+  * debian/rules:
       - Update definitions to adapt to this version and upstream's numbering
         (140201)
   * Lintian fixes:
@@ -67,12 +74,12 @@ chntpw (1.0-1) unstable; urgency=low
         versions (Fixes: copyright-refers-to-versionless-license-file)
       - debian/chntpw.8: Fix manpage error (Fixes:
         manpage-has-errors-from-man)
-      - debian/rules: 
+      - debian/rules:
             + Added missing targets build-indep and build-arch (fixes:
             debian-rules-missing-recommended-target)
             + Include buildflags.mk provided by dpkg-dev (fixes:
             hardening-no-relro)
-      - debian/control: 
+      - debian/control:
           + Added  ${misc:Depends} (fixes: debhelper-but-no-misc-depends)
           + Use UTF-8 version of maintainer's second surname (i.e. 'ñ' instead
           of 'n~') this prevents tools from thinking the uploads are a NMU
@@ -103,7 +110,7 @@ chntpw (0.99.6.110511-1) unstable; urgency=medium
 
 chntpw (0.99.6-2) unstable; urgency=low
 
-  * Add patches provided by Fedora to fix regex -x crahses, see 
+  * Add patches provided by Fedora to fix regex -x crahses, see
       https://bugzilla.redhat.com/show_bug.cgi?id=504580
       http://cvs.fedoraproject.org/viewvc/devel/chntpw/
     The patches included are:
@@ -236,7 +243,7 @@ chntpw (0.99.1-030126-1) unstable; urgency=low
 
 chntpw (0.98.2-010107-2) unstable; urgency=low
 
-  * Fixed lintian warning 
+  * Fixed lintian warning
 
  -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Tue, 22 Apr 2003 01:17:29 +0200
 
@@ -245,5 +252,3 @@ chntpw (0.98.2-010107-1) unstable; urgency=low
   * Initial Release.
 
  -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu, 30 May 2002 00:27:47 +0200
-
-
diff --git a/debian/control b/debian/control
index d34972a..c4a7391 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: optional
 Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
 Build-Depends: debhelper-compat (= 13), libgcrypt20-dev | libgcrypt-dev, sharutils, quilt, dpkg-dev ( >= 1.16.1~)
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Homepage: http://pogostick.net/~pnh/ntpasswd/
 Vcs-Git: https://salsa.debian.org/debian/chntpw.git
 Vcs-Browser: https://salsa.debian.org/debian/chntpw
@@ -15,7 +15,7 @@ Description: NT SAM password recovery utility
  This little program provides a way to view information and
  change user passwords in a Windows NT/2000 user database file.
  Old passwords need not be known since they are overwritten.
- In addition it also contains a simple registry editor 
+ In addition it also contains a simple registry editor
  (same size data writes) and an hex-editor which enables you to
  fiddle around with bits and bytes in the file as you wish.
  .
diff --git a/debian/rules b/debian/rules
index c662e5b..199f892 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,4 +62,3 @@ override_dh_installman:
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY.txt
-

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package chntpw

No differences were encountered between the control files of package chntpw-dbgsym

Publish History

  • 2023-01-11T12:52: Failed to push: missing-build-diff-control ( Missing binary diff; requesting control run. )
  • 2023-01-11T12:50: Failed to push: missing-build-diff-control ( Missing binary diff; requesting control run. )

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes chntpw-dbgsymapt install -t lintian-fixes chntpw

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved