[DHG_packages] 01/02: smtp-mail: initial packaging draft

Mike Gabriel sunweaver at debian.org
Mon Nov 27 14:43:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository DHG_packages.

commit 775db2457c0cc991304a1f3d3be163761add8422
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Nov 27 15:38:18 2017 +0100

    smtp-mail: initial packaging draft
---
 p/haskell-smtp-mail/debian/changelog     |  5 ++
 p/haskell-smtp-mail/debian/compat        |  1 +
 p/haskell-smtp-mail/debian/control       | 88 ++++++++++++++++++++++++++++++++
 p/haskell-smtp-mail/debian/copyright     | 44 ++++++++++++++++
 p/haskell-smtp-mail/debian/rules         | 11 ++++
 p/haskell-smtp-mail/debian/source/format |  1 +
 p/haskell-smtp-mail/debian/watch         |  2 +
 7 files changed, 152 insertions(+)

diff --git a/p/haskell-smtp-mail/debian/changelog b/p/haskell-smtp-mail/debian/changelog
new file mode 100644
index 0000000..b4f4931
--- /dev/null
+++ b/p/haskell-smtp-mail/debian/changelog
@@ -0,0 +1,5 @@
+haskell-smtp-mail (0.1.4.6-1) UNRELEASED; urgency=low
+
+  * Initial release to Debian. (Closes: #882853).
+
+ -- Mike Gabriel <sunweaver at debian.org>  Mon, 27 Nov 2017 15:17:54 +0100
diff --git a/p/haskell-smtp-mail/debian/compat b/p/haskell-smtp-mail/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-smtp-mail/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-smtp-mail/debian/control b/p/haskell-smtp-mail/debian/control
new file mode 100644
index 0000000..6ff7cb5
--- /dev/null
+++ b/p/haskell-smtp-mail/debian/control
@@ -0,0 +1,88 @@
+Source: haskell-smtp-mail
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <sunweaver at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base16-bytestring-dev,
+ libghc-base16-bytestring-prof,
+ libghc-base64-bytestring-dev,
+ libghc-base64-bytestring-prof,
+ libghc-cryptohash-dev,
+ libghc-cryptohash-prof,
+ libghc-mime-mail-dev,
+ libghc-mime-mail-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base16-bytestring-doc,
+ libghc-base64-bytestring-doc,
+ libghc-cryptohash-doc,
+ libghc-mime-mail-doc,
+ libghc-network-doc,
+ libghc-text-doc,
+Standards-Version: 4.1.1
+Homepage: http://github.com/jhickner/smtp-mail
+X-Description: Simple email sending via SMTP
+
+Package: libghc-smtp-mail-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ Simple SMTP client implementation for Haskell applications.
+ .
+ SMTP with and without authentication are supported, also sending
+ of attachments.
+ .
+ Optionally, mails can also be handed over to sendmail.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-smtp-mail-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ Simple SMTP client implementation for Haskell applications.
+ .
+ SMTP with and without authentication are supported, also sending
+ of attachments.
+ .
+ Optionally, mails can also be handed over to sendmail.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-smtp-mail-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ Simple SMTP client implementation for Haskell applications.
+ .
+ SMTP with and without authentication are supported, also sending
+ of attachments.
+ .
+ Optionally, mails can also be handed over to sendmail.
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-smtp-mail/debian/copyright b/p/haskell-smtp-mail/debian/copyright
new file mode 100644
index 0000000..cf0a65b
--- /dev/null
+++ b/p/haskell-smtp-mail/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: smtp-mail
+Upstream-Contact: parsonsmatt at gmail.com
+Source: https://hackage.haskell.org/package/smtp-mail
+
+Files: *
+Copyright:
+ 2012-2014, Jason Hickner
+ 2016, Matt Parsons
+License: BSD-3-clause
+Comment:
+ Copyright years adapted to upstream Git commit log.
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of Jason Hickner nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/p/haskell-smtp-mail/debian/rules b/p/haskell-smtp-mail/debian/rules
new file mode 100755
index 0000000..499a9b8
--- /dev/null
+++ b/p/haskell-smtp-mail/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = smtp-mail
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
diff --git a/p/haskell-smtp-mail/debian/source/format b/p/haskell-smtp-mail/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-smtp-mail/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-smtp-mail/debian/watch b/p/haskell-smtp-mail/debian/watch
new file mode 100644
index 0000000..1afdc81
--- /dev/null
+++ b/p/haskell-smtp-mail/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/smtp-mail/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list