[Pkg-haskell-commits] darcs: haskell-process-extras: New upstream release
KAction at gnu.org
KAction at gnu.org
Mon Apr 6 17:46:48 UTC 2015
Mon Apr 6 17:45:22 UTC 2015 KAction at gnu.org
* New upstream release
M ./changelog +7
M ./control -2 +8
M ./copyright -3 +3
Mon Apr 6 17:45:22 UTC 2015 KAction at gnu.org
* New upstream release
diff -rN -u old-haskell-process-extras/changelog new-haskell-process-extras/changelog
--- old-haskell-process-extras/changelog 2015-04-06 17:46:48.672726798 +0000
+++ new-haskell-process-extras/changelog 2015-04-06 17:46:48.676726798 +0000
@@ -1,3 +1,10 @@
+haskell-process-extras (0.3.3.4-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * Specify license name in debian/copyright
+
+ -- Dmitry Bogatov <KAction at gnu.org> Mon, 06 Apr 2015 09:03:15 +0300
+
haskell-process-extras (0.2.0-3) experimental; urgency=low
* Adjust watch file to new hackage layout
diff -rN -u old-haskell-process-extras/control new-haskell-process-extras/control
--- old-haskell-process-extras/control 2015-04-06 17:46:48.672726798 +0000
+++ new-haskell-process-extras/control 2015-04-06 17:46:48.676726798 +0000
@@ -2,7 +2,7 @@
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>, Dmitry Bogatov <KAction at gnu.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.9)
@@ -10,12 +10,18 @@
, ghc-prof
, libghc-text-dev
, libghc-text-prof
+ , libghc-listlike-dev (>= 4)
+ , libghc-listlike-prof
Build-Depends-Indep: ghc-doc
, libghc-text-doc
-Standards-Version: 3.9.4
+ , libghc-listlike-doc
+Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/process-extras
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-process-extras
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-process-extras
+X-Description: Extra functionality for the Process library
+ This libraries provides variants of the System.Process module, based on lazy
+ and strict ByteStrings resp. lazy and strict Text.
Package: libghc-process-extras-dev
Architecture: any
diff -rN -u old-haskell-process-extras/copyright new-haskell-process-extras/copyright
--- old-haskell-process-extras/copyright 2015-04-06 17:46:48.668726797 +0000
+++ new-haskell-process-extras/copyright 2015-04-06 17:46:48.676726798 +0000
@@ -5,13 +5,13 @@
Files: *
Copyright: 2012 David Lazar <lazar6 at illinois.edu>
-License: process-extras license
+License: MIT
Files: debian/*
Copyright: 2012 Joachim Breitner
-License: process-extras license
+License: MIT
-License: process-extras license
+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
More information about the Pkg-haskell-commits
mailing list