[Pkg-haskell-commits] darcs: haskell-happstack-state: General housekeeping.
Giovanni Mascellani
gio at debian.org
Mon May 16 21:09:04 UTC 2011
Mon May 16 20:40:49 UTC 2011 Giovanni Mascellani <gio at debian.org>
* General housekeeping.
Ignore-this: 42b409ca7823fe543bfa95069423acb
M ./changelog +4
M ./control -17 +17
M ./copyright -1 +1
Mon May 16 20:40:49 UTC 2011 Giovanni Mascellani <gio at debian.org>
* General housekeeping.
Ignore-this: 42b409ca7823fe543bfa95069423acb
diff -rN -u old-haskell-happstack-state/changelog new-haskell-happstack-state/changelog
--- old-haskell-happstack-state/changelog 2011-05-16 21:09:04.157001401 +0000
+++ new-haskell-happstack-state/changelog 2011-05-16 21:09:04.161001612 +0000
@@ -5,6 +5,10 @@
[ Giovanni Mascellani ]
* New upstream release
+ * Description: removing references to GHC 6.
+ * debian/copyright: copyright years updated.
+ * Standards-Version bumped to 3.9.2 (no changes required).
+ * Dependencies fixed.
-- Giovanni Mascellani <gio at debian.org> Mon, 16 May 2011 21:25:26 +0200
diff -rN -u old-haskell-happstack-state/control new-haskell-happstack-state/control
--- old-haskell-happstack-state/control 2011-05-16 21:09:04.157001401 +0000
+++ new-haskell-happstack-state/control 2011-05-16 21:09:04.161001612 +0000
@@ -11,25 +11,25 @@
ghc-prof,
libghc-binary-dev,
libghc-binary-prof,
- libghc-hslogger-dev,
- libghc-hslogger-prof,
- libghc-happstack-util-dev,
- libghc-happstack-util-prof,
- libghc-happstack-data-dev,
- libghc-happstack-data-prof,
- libghc-mtl-dev,
- libghc-mtl-prof,
+ libghc-hslogger-dev (>= 1.0.2),
+ libghc-hslogger-prof (>= 1.0.2),
+ libghc-happstack-util-dev (>= 6.0),
+ libghc-happstack-util-prof (>= 6.0),
+ libghc-happstack-data-dev (>= 6.0),
+ libghc-happstack-data-prof (>= 6.0),
+ libghc-mtl-dev (>= 1.1),
+ libghc-mtl-prof (>= 1.1),
libghc-stm-dev,
libghc-stm-prof
Build-Depends-Indep:
ghc-doc,
libghc-binary-doc,
- libghc-hslogger-doc,
- libghc-happstack-util-doc,
- libghc-happstack-data-doc,
- libghc-mtl-doc,
+ libghc-hslogger-doc (>= 1.0.2),
+ libghc-happstack-util-doc (>= 6.0),
+ libghc-happstack-data-doc (>= 6.0),
+ libghc-mtl-doc (>= 1.1),
libghc-stm-doc
-Standards-Version: 3.9.0
+Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/happstack-state
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack-state
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-state
@@ -43,7 +43,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Happstack web framework, distributed state layer - GHC 6 libraries
+Description: Happstack web framework, distributed state layer - GHC libraries
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
@@ -58,7 +58,7 @@
Happstack-state is a distributed event-based state layer provided by
Happstack to the web application.
.
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
Package: libghc-happstack-state-prof
Architecture: any
@@ -68,7 +68,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Happstack web framework, distributed state layer - GHC 6 profiling libraries
+Description: Happstack web framework, distributed state layer - GHC profiling libraries
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
@@ -83,7 +83,7 @@
Happstack-state is a distributed event-based state layer provided by
Happstack to the web application.
.
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
Package: libghc-happstack-state-doc
Section: doc
diff -rN -u old-haskell-happstack-state/copyright new-haskell-happstack-state/copyright
--- old-haskell-happstack-state/copyright 2011-05-16 21:09:04.157001401 +0000
+++ new-haskell-happstack-state/copyright 2011-05-16 21:09:04.161001612 +0000
@@ -78,7 +78,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
-Copyright: © 2010 Giovanni Mascellani <gio at debian.org>
+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
More information about the Pkg-haskell-commits
mailing list