[Pkg-haskell-commits] darcs: haskell-platform: New platform version

Joachim Breitner mail at joachim-breitner.de
Sat May 1 15:32:25 UTC 2010


Sat May  1 15:24:19 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * New platform version
  Ignore-this: c201c1cc356df0b9c192eff8cb44a045
  * Fix version numbers in dependencies, to make sure there is no mix-up in
    stable, i.e. there is always exactly one complete haskell-platform in
    stable.
  * Annotate divergences from upstream platform in debian/control

    M ./debian/changelog -1 +6
    M ./debian/control -35 +58

Sat May  1 15:24:19 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * New platform version
  Ignore-this: c201c1cc356df0b9c192eff8cb44a045
  * Fix version numbers in dependencies, to make sure there is no mix-up in
    stable, i.e. there is always exactly one complete haskell-platform in
    stable.
  * Annotate divergences from upstream platform in debian/control
diff -rN -u old-haskell-platform/debian/changelog new-haskell-platform/debian/changelog
--- old-haskell-platform/debian/changelog	2010-05-01 15:32:25.891509893 +0000
+++ new-haskell-platform/debian/changelog	2010-05-01 15:32:25.891509893 +0000
@@ -1,8 +1,13 @@
-haskell-platform (2009.2.0.2.2) UNRELEASED; urgency=low
+haskell-platform (2010.1.0.0.1) unstable; urgency=low
 
+  * New platform version
   * Suggest haskell-platform-doc, so that users are more likely to find this
     package. 
   * Add a README.Debian file. 
+  * Fix version numbers in dependencies, to make sure there is no mix-up in
+    stable, i.e. there is always exactly one complete haskell-platform in
+    stable.
+  * Annotate divergences from upstream platform in debian/control
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 01 Nov 2009 12:56:13 +0100
 
diff -rN -u old-haskell-platform/debian/control new-haskell-platform/debian/control
--- old-haskell-platform/debian/control	2010-05-01 15:32:25.891509893 +0000
+++ new-haskell-platform/debian/control	2010-05-01 15:32:25.891509893 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Build-Depends: cdbs, debhelper (>= 7)
 Homepage: http://hackage.haskell.org/platform/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-platform
@@ -11,31 +11,54 @@
 Package: haskell-platform
 Architecture: all
 Depends:
-  ghc6,
-  libghc6-cgi-dev,
-  libghc6-fgl-dev,
-  libghc6-editline-dev,
-  libghc6-glut-dev,
-  libghc6-haskell-src-dev,
-  libghc6-html-dev,
-  libghc6-hunit-dev,
-  libghc6-mtl-dev,
-  libghc6-network-dev,
-  libghc6-opengl-dev,
-  libghc6-parallel-dev,
-  libghc6-parsec-dev,
-  libghc6-quickcheck1-dev,
-  libghc6-regex-base-dev,
-  libghc6-regex-compat-dev,
-  libghc6-regex-posix-dev,
-  libghc6-stm-dev,
-  libghc6-time-dev,
-  libghc6-xhtml-dev,
-  libghc6-zlib-dev,
-  libghc6-http-dev,
+  ghc6 (>= 6.12.1),
+  ghc6 (<< 6.12.1+),
+  libghc6-cgi-dev (>=  3001.1.7.2),
+  libghc6-cgi-dev (<<  3001.1.7.2+),
+  libghc6-fgl-dev (>=  5.4.2.2),
+  libghc6-fgl-dev (<<  5.4.2.2+),
+  libghc6-glut-dev (>=  2.1.2.1),
+  libghc6-glut-dev (<<  2.1.2.1+),
+  libghc6-haskell-src-dev (>=  1.0.1.3),
+  libghc6-haskell-src-dev (<<  1.0.1.3+),
+  libghc6-html-dev (>=  1.0.1.2),
+  libghc6-html-dev (<<  1.0.1.2+),
+  libghc6-hunit-dev (>=  1.2.2.1),
+  libghc6-hunit-dev (<<  1.2.2.1+),
+  libghc6-mtl-dev (>=  1.1.0.2),
+  libghc6-mtl-dev (<<  1.1.0.2+),
+  libghc6-network-dev (>=  2.2.1.7),
+  libghc6-network-dev (<<  2.2.1.7+),
+  libghc6-opengl-dev (>=  2.2.3.0),
+  libghc6-opengl-dev (<<  2.2.3.0+),
+  libghc6-parallel-dev (>=  2.2.0.1),
+  libghc6-parallel-dev (<<  2.2.0.1+),
+  libghc6-parsec2-dev (>=  2.1.0.1),
+  libghc6-parsec2-dev (<<  2.1.0.1+),
+  libghc6-quickcheck2-dev (>=  2.1.0.3),
+  libghc6-quickcheck2-dev (<<  2.1.0.3+),
+  libghc6-regex-base-dev (>=  0.93.1),
+  libghc6-regex-base-dev (<<  0.93.1+),
+  libghc6-regex-compat-dev (>=  0.92),
+  libghc6-regex-compat-dev (<<  0.92+),
+  libghc6-regex-posix-dev (>= 0.94.1),
+  libghc6-regex-posix-dev (<< 0.94.1+),
+  libghc6-stm-dev (>= 2.1.1.2),
+  libghc6-stm-dev (<< 2.1.1.2+),
+  libghc6-xhtml-dev (>= 3000.2.0.1),
+  libghc6-xhtml-dev (<< 3000.2.0.1+),
+  libghc6-zlib-dev (>= 0.5.2.0),
+  libghc6-zlib-dev (<< 0.5.2.0+),
+  libghc6-http-dev (>= 40000009),
+  libghc6-http-dev (<< 40000009+),
+  libghc6-deepseq-dev (>= 1.1.0.0),
+  libghc6-deepseq-dev (<< 1.1.0.0+),
   cabal-install,
-  alex,
-  happy,
+# platform says 2.3.2:
+  alex (>= 2.3.3),
+  alex (<< 2.3.3+),
+  happy (>= 1.18.4-2),
+  happy (<< 1.18.4-2+),
   haddock,
   ${misc:Depends}
 Suggests:
@@ -45,8 +68,8 @@
  important and best supported components. It is meant to be a starting point
  for Haskell developers who are looking for libraries to use.
  .
- Installing this package will also install the Debian packages containing the
- libraries and tools as specified in the official Haskell Platform, in the
+ Installing this meta package will also install the Debian packages containing
+ the libraries and tools as specified in the official Haskell Platform, in the
  version available in Debian. This may not be the version specified in the
  platform. If this is of relevance to you, please check them on the official
  Haskell Platform homepage.
@@ -60,13 +83,12 @@
  important and best supported components. It is meant to be a starting point
  for Haskell developers who are looking for libraries to use.
  .
- Installing this package will install the documentation for the 
+ Installing this meta package will install the documentation for the 
  libraries as specified in the official Haskell Platform.
 Depends:
   ghc6-doc,
   libghc6-cgi-doc,
   libghc6-fgl-doc,
-  libghc6-editline-doc,
   libghc6-glut-doc,
   libghc6-haskell-src-doc,
   libghc6-html-doc,
@@ -75,14 +97,15 @@
   libghc6-network-doc,
   libghc6-opengl-doc,
   libghc6-parallel-doc,
-  libghc6-parsec-doc,
-  libghc6-quickcheck1-doc,
-  haskell-regex-base-doc,
-  haskell-regex-compat-doc,
-  haskell-regex-posix-doc,
+  libghc6-parsec2-doc,
+  libghc6-quickcheck2-doc,
+  libghc6-regex-base-doc,
+  libghc6-regex-compat-doc,
+  libghc6-regex-posix-doc,
   libghc6-stm-doc,
   libghc6-time-doc,
   libghc6-xhtml-doc,
   libghc6-zlib-doc,
-  haskell-http-doc,
+  libghc6-http-doc,
+  libghc6-deepseq-doc,
   ${misc:Depends}





More information about the Pkg-haskell-commits mailing list