[Pkg-haskell-commits] darcs: haskell-mime-mail-ses: Initial Check-In
Christopher Reichert
creichert07 at gmail.com
Sun Nov 23 06:07:10 UTC 2014
Sun Nov 23 05:36:02 UTC 2014 Christopher Reichert <creichert07 at gmail.com>
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Sun Nov 23 05:36:02 UTC 2014 Christopher Reichert <creichert07 at gmail.com>
* Initial Check-In
diff -rN -u old-haskell-mime-mail-ses/changelog new-haskell-mime-mail-ses/changelog
--- old-haskell-mime-mail-ses/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-mail-ses/changelog 2014-11-23 06:07:10.784029113 +0000
@@ -0,0 +1,5 @@
+haskell-mime-mail-ses (0.3.2-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Christopher Reichert <creichert07 at gmail.com> Sat, 22 Nov 2014 10:00:00 -0600
diff -rN -u old-haskell-mime-mail-ses/compat new-haskell-mime-mail-ses/compat
--- old-haskell-mime-mail-ses/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-mail-ses/compat 2014-11-23 06:07:10.788029114 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-mime-mail-ses/control new-haskell-mime-mail-ses/control
--- old-haskell-mime-mail-ses/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-mail-ses/control 2014-11-23 06:07:10.788029114 +0000
@@ -0,0 +1,93 @@
+Source: haskell-mime-mail-ses
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-base64-bytestring-dev (>= 0.1)
+ , libghc-base64-bytestring-prof
+ , libghc-old-locale-dev
+ , libghc-old-locale-prof
+ , libghc-http-client-dev (>= 0.2.2.2)
+ , libghc-http-client-prof
+ , libghc-http-conduit-dev (>= 2.1)
+ , libghc-http-conduit-prof
+ , libghc-mime-mail-dev (>= 0.3)
+ , libghc-mime-mail-prof
+ , libghc-transformers-dev (>= 0.2)
+ , libghc-transformers-prof
+ , libghc-http-types-dev (>= 0.6.8)
+ , libghc-http-types-prof
+ , libghc-xml-conduit-dev
+ , libghc-xml-conduit-prof
+ , libghc-xml-types-dev
+ , libghc-xml-types-prof
+ , libghc-text-dev
+ , libghc-text-prof
+ , libghc-conduit-dev
+ , libghc-conduit-prof
+ , libghc-cryptohash-dev (>= 0.7.3)
+ , libghc-cryptohash-prof
+ , libghc-byteable-dev
+ , libghc-byteable-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-conduit-doc
+ , libghc-base64-bytestring-doc
+ , libghc-old-locale-doc
+ , libghc-http-client-doc
+ , libghc-http-conduit-doc
+ , libghc-mime-mail-doc
+ , libghc-transformers-doc
+ , libghc-http-types-doc
+ , libghc-xml-conduit-doc
+ , libghc-xml-types-doc
+ , libghc-text-doc
+ , libghc-conduit-doc
+ , libghc-cryptohash-doc
+ , libghc-byteable-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/mime-mail-ses
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mime-mail-ses
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mime-mail-ses
+X-Description: Send mime-mail messages via Amazon SES
+ Amazon SES support for mime-mail messages.
+
+Package: libghc-mime-mail-ses-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-mime-mail-ses-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-mime-mail-ses-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-mime-mail-ses/copyright new-haskell-mime-mail-ses/copyright
--- old-haskell-mime-mail-ses/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-mail-ses/copyright 2014-11-23 06:07:10.788029114 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mime-mail-ses
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/mime-mail-ses
+
+Files: *
+Copyright: 2012-2014 Michael Snoyman
+License: MIT
+
+Files: debian/*
+Copyright: 2014 Christopher Reichert
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-mime-mail-ses/rules new-haskell-mime-mail-ses/rules
--- old-haskell-mime-mail-ses/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-mail-ses/rules 2014-11-23 06:07:10.788029114 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+#DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-mime-mail-ses/source/format new-haskell-mime-mail-ses/source/format
--- old-haskell-mime-mail-ses/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-mail-ses/source/format 2014-11-23 06:07:10.788029114 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-mime-mail-ses/watch new-haskell-mime-mail-ses/watch
--- old-haskell-mime-mail-ses/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mime-mail-ses/watch 2014-11-23 06:07:10.788029114 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/mime-mail-ses/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list