Lintian Fixes - sendemail

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 78a82ed..c3c5d88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+sendemail (1.56-6) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Use secure URI in Vcs control header Vcs-Git.
+  * Fix day-of-week for changelog entries 1.56-4, 1.56-3, 1.56-1.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 01 Mar 2022 19:57:14 -0000
+
 sendemail (1.56-5) unstable; urgency=low
 
   * Add local-sendmail.patch. Thanks to Olivier Mehani <shtrom@ssji.net>.
@@ -6,14 +17,14 @@ sendemail (1.56-5) unstable; urgency=low
 
 sendemail (1.56-4) unstable; urgency=low
 
-  * Upload to unstable 
+  * Upload to unstable
 
- -- Alejandro Garrido Mota <alejandro@debian.org>  Fri, 23 May 2013 10:10:06 -0430
+ -- Alejandro Garrido Mota <alejandro@debian.org>  Thu, 23 May 2013 10:10:06 -0430
 
 sendemail (1.56-3) experimental; urgency=low
 
   * Add patch to fix fails when tls is enabled (Closes: #679911).
-  * d/control: 
+  * d/control:
      - Update Standards-Version field to 3.9.4.
      - Add Vcs-Git and Vcs-Browser field.
      - Replace debhelper version in B-D
@@ -23,13 +34,13 @@ sendemail (1.56-3) experimental; urgency=low
      - Update copyright dates.
   * Update d/compat file to dh9.
 
- -- Alejandro Garrido Mota <alejandro@debian.org>  Thu, 03 Mar 2013 11:00:23 -0430
+ -- Alejandro Garrido Mota <alejandro@debian.org>  Sun, 03 Mar 2013 11:00:23 -0430
 
 sendemail (1.56-2) unstable; urgency=low
 
   * Remove DH_VERBOSE in d/rules
   * Add IPV6 support (Closes: #591920)
-  * Update Standards-Version field  
+  * Update Standards-Version field
   * Fix d/watch file
   * Update d/copyright to dep5
   * Update debhelper version to '(>= 7.0.50~)' in Build-Depends field
@@ -44,13 +55,13 @@ sendemail (1.56-1) unstable; urgency=low
 
   * New upstream release (Closes: #521894)
   * Update Standards-Version to 3.8.3
-  * Add watch file 
+  * Add watch file
   * Implemented dh7
   * Rename "docs" file to "sendemail.docs"
   * Add ${misc:Depends} in Depends field
   * Add sendemail.links, sendemail.manpages and sendemail.install
-  
- -- Alejandro Garrido Mota <garridomota@gmail.com>  Sun, 3 Oct 2009 14:18:52 -0430
+
+ -- Alejandro Garrido Mota <garridomota@gmail.com>  Sat, 03 Oct 2009 14:18:52 -0430
 
 sendemail (1.55-3) unstable; urgency=low
 
@@ -78,7 +89,7 @@ sendemail (1.55-2) unstable; urgency=low
  -- Alejandro Garrido Mota <garridomota@gmail.com>  Sun, 14 Dec 2008 23:00:42 -0430
 
 sendemail (1.55-1) unstable; urgency=low
-   
+
   * new upstream version
   * A new mantainer (Closes: #391413)
 
@@ -110,4 +121,3 @@ sendemail (1.52-1) unstable; urgency=low
   * Initial Release (Closes: #295288).
 
  -- David Moreno Garza <damog@damog.net>  Mon, 28 Feb 2005 16:11:57 -0600
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 9fae67b..e8500cd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: sendemail
 Section: mail
 Priority: optional
 Maintainer: Alejandro Garrido Mota <alejandro@debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 3.9.4
 Homepage: http://www.caspian.dotconf.net/menu/Software/SendEmail/
-Vcs-Git: git://github.com/mogaal/sendemail.git
+Vcs-Git: https://github.com/mogaal/sendemail.git
 Vcs-Browser: https://github.com/mogaal/sendemail
 
 Package: sendemail
@@ -15,7 +15,7 @@ Suggests: libio-socket-ssl-perl, libnet-ssleay-perl
 Description: lightweight, command line SMTP email client
  SendEmail is a lightweight, completely command line based, SMTP email
  agent. It was designed to be used in bash scripts, Perl programs, and
- web sites, but it is also quite useful in many other contexts. 
+ web sites, but it is also quite useful in many other contexts.
  .
  SendEmail is written in Perl and is unique in that it
  requires no special modules. It has a straight forward interface,
diff --git a/debian/copyright b/debian/copyright
index 80eb260..a1efb30 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Brandon Zehm <caspian@dotconf.net>
 Source: http://caspian.dotconf.net/menu/Software/SendEmail/
 Upstream-Name: sendemail
diff --git a/debian/rules b/debian/rules
index 65028fd..4067ba0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh  $@
+	dh $@ 

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details