Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 21 additions & 10 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 20 Oct 2022 09:46:16 -0000

sendemail (1.56-5) unstable; urgency=low

* Add local-sendmail.patch. Thanks to Olivier Mehani <[email protected]>.
Expand All @@ -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 <[email protected]> Fri, 23 May 2013 10:10:06 -0430
-- Alejandro Garrido Mota <[email protected]> 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
Expand All @@ -23,13 +35,13 @@ sendemail (1.56-3) experimental; urgency=low
- Update copyright dates.
* Update d/compat file to dh9.

-- Alejandro Garrido Mota <[email protected]> Thu, 03 Mar 2013 11:00:23 -0430
-- Alejandro Garrido Mota <[email protected]> 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
Expand All @@ -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 <[email protected]> Sun, 3 Oct 2009 14:18:52 -0430

-- Alejandro Garrido Mota <[email protected]> Sat, 03 Oct 2009 14:18:52 -0430

sendemail (1.55-3) unstable; urgency=low

Expand Down Expand Up @@ -78,7 +90,7 @@ sendemail (1.55-2) unstable; urgency=low
-- Alejandro Garrido Mota <[email protected]> Sun, 14 Dec 2008 23:00:42 -0430

sendemail (1.55-1) unstable; urgency=low

* new upstream version
* A new mantainer (Closes: #391413)

Expand Down Expand Up @@ -110,4 +122,3 @@ sendemail (1.52-1) unstable; urgency=low
* Initial Release (Closes: #295288).

-- David Moreno Garza <[email protected]> Mon, 28 Feb 2005 16:11:57 -0600

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Source: sendemail
Section: mail
Priority: optional
Maintainer: Alejandro Garrido Mota <[email protected]>
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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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 <[email protected]>
Source: http://caspian.dotconf.net/menu/Software/SendEmail/
Upstream-Name: sendemail

Files: *
Copyright: 2000, Brandon Zehm <[email protected]>
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/*
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/make -f

%:
dh $@
dh $@