diff --git a/debian/changelog b/debian/changelog index 78a82ed..168a988 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 field name typo in debian/copyright (X-Comment => Comment). + * Fix day-of-week for changelog entries 1.56-4, 1.56-3, 1.56-1. + + -- Debian Janitor Thu, 20 Oct 2022 09:46:16 -0000 + sendemail (1.56-5) unstable; urgency=low * Add local-sendmail.patch. Thanks to Olivier Mehani . @@ -6,14 +18,14 @@ sendemail (1.56-5) unstable; urgency=low sendemail (1.56-4) unstable; urgency=low - * Upload to unstable + * Upload to unstable - -- Alejandro Garrido Mota Fri, 23 May 2013 10:10:06 -0430 + -- Alejandro Garrido Mota 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 +35,13 @@ sendemail (1.56-3) experimental; urgency=low - Update copyright dates. * Update d/compat file to dh9. - -- Alejandro Garrido Mota Thu, 03 Mar 2013 11:00:23 -0430 + -- Alejandro Garrido Mota 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 +56,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 Sun, 3 Oct 2009 14:18:52 -0430 + + -- Alejandro Garrido Mota Sat, 03 Oct 2009 14:18:52 -0430 sendemail (1.55-3) unstable; urgency=low @@ -78,7 +90,7 @@ sendemail (1.55-2) unstable; urgency=low -- Alejandro Garrido Mota 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 +122,3 @@ sendemail (1.52-1) unstable; urgency=low * Initial Release (Closes: #295288). -- David Moreno Garza 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 -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..5ff5613 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 Source: http://caspian.dotconf.net/menu/Software/SendEmail/ Upstream-Name: sendemail @@ -6,7 +6,7 @@ Upstream-Name: sendemail Files: * Copyright: 2000, Brandon Zehm License: GPL-2+ -X-Comment: Per the Berne Convention, the author is assumed to be the copyright +Comment: Per the Berne Convention, the author is assumed to be the copyright holder. Years of copyright are deduced from the CHANGELOG file. Files: debian/* 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 $@