[Pkg-haskell-commits] darcs: haskell-smtpclient: Many little things.
Giovanni Mascellani
gio at debian.org
Mon May 16 17:48:57 UTC 2011
Mon May 16 17:42:22 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Many little things.
Ignore-this: 92a9e812817fa3ccd54b409bd90f5d38
M ./changelog +7
M ./control -5 +5
M ./copyright -1 +5
R ./libghc-smtpclient-doc.doc-base
Mon May 16 17:42:22 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Many little things.
Ignore-this: 92a9e812817fa3ccd54b409bd90f5d38
diff -rN -u old-haskell-smtpclient/changelog new-haskell-smtpclient/changelog
--- old-haskell-smtpclient/changelog 2011-05-16 17:48:57.226533872 +0000
+++ new-haskell-smtpclient/changelog 2011-05-16 17:48:57.230534084 +0000
@@ -5,6 +5,13 @@
[ Giovanni Mascellani ]
* New upstream release
+ * Removing doc-base files because of team policy.
+ * Description: removing references to GHC 6.
+ * debian/copyright:
+ + copyright years updated;
+ + some new files added;
+ + my email fixed.
+ * Standards-Version bumped to 3.9.2 (no changes required).
-- Giovanni Mascellani <gio at debian.org> Mon, 16 May 2011 19:22:50 +0200
diff -rN -u old-haskell-smtpclient/control new-haskell-smtpclient/control
--- old-haskell-smtpclient/control 2011-05-16 17:48:57.226533872 +0000
+++ new-haskell-smtpclient/control 2011-05-16 17:48:57.230534084 +0000
@@ -21,7 +21,7 @@
libghc-hsemail-dev (>= 1.7),
libghc-hsemail-prof (>= 1.7),
libghc-hsemail-doc (>= 1.7)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/smtpclient
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-smtpclient
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-smtpclient
@@ -35,11 +35,11 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Simple Haskell SMTP client library - GHC 6 libraries
+Description: Simple Haskell SMTP client library - GHC libraries
This Haskell library is a simple SMTP client, making the task of
sending an email as easy as calling a function.
.
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
Package: libghc-smtpclient-prof
Architecture: any
@@ -49,11 +49,11 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Simple Haskell SMTP client library - GHC 6 profiling libraries
+Description: Simple Haskell SMTP client library - GHC profiling libraries
This Haskell library is a simple SMTP client, making the task of
sending an email as easy as calling a function.
.
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
Package: libghc-smtpclient-doc
Section: doc
diff -rN -u old-haskell-smtpclient/copyright new-haskell-smtpclient/copyright
--- old-haskell-smtpclient/copyright 2011-05-16 17:48:57.226533872 +0000
+++ new-haskell-smtpclient/copyright 2011-05-16 17:48:57.230534084 +0000
@@ -30,8 +30,12 @@
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Files: Network/SMTP/Simple.hs
+Copyright: © 2009, Matthew Elder
+License: BSD
+
Files: debian/*
-Copyright: © 2010 Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
+Copyright: © 2010-2011 Giovanni Mascellani <gio at debian.org>
License: GPL-3+
The Debian packaging information is under the GPL, version 3 or later. On
Debian GNU/Linux systems, the complete text of the GNU General Public License
diff -rN -u old-haskell-smtpclient/libghc-smtpclient-doc.doc-base new-haskell-smtpclient/libghc-smtpclient-doc.doc-base
--- old-haskell-smtpclient/libghc-smtpclient-doc.doc-base 2011-05-16 17:48:57.222533661 +0000
+++ new-haskell-smtpclient/libghc-smtpclient-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-smtpclient-api
-Title: Documentation for the haskell smtpclient library
-Author: Stephen Blackheath
-Abstract: smtpclient is a simple Haskell SMTP client library
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc-smtpclient-doc/html/index.html
-Files: /usr/share/doc/libghc-smtpclient-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list