diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-12-03 01:15:14 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-12-03 01:15:14 +0400 |
| commit | b63b07c5b73eb1baa3fd33bad61e2af8574ef47b (patch) | |
| tree | 89755b2c8c7781220d10721ab9e1770077354adb /p/haskell-leksah-server | |
| parent | b561896453b20d6ed3b0427bf87deebc4186dfcc (diff) | |
| download | DHG_packages-b63b07c5b73eb1baa3fd33bad61e2af8574ef47b.tar.gz | |
haskell-leksah-server: New upstream release
Diffstat (limited to 'p/haskell-leksah-server')
| -rw-r--r-- | p/haskell-leksah-server/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-leksah-server/debian/control | 31 |
2 files changed, 24 insertions, 12 deletions
diff --git a/p/haskell-leksah-server/debian/changelog b/p/haskell-leksah-server/debian/changelog index 399e6fd96..e07e2a2e9 100644 --- a/p/haskell-leksah-server/debian/changelog +++ b/p/haskell-leksah-server/debian/changelog @@ -1,10 +1,11 @@ -haskell-leksah-server (0.12.0.4-4) UNRELEASED; urgency=low +haskell-leksah-server (0.12.1.2-1) UNRELEASED; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change + * New upstream release - -- Joachim Breitner <nomeata@debian.org> Sat, 13 Oct 2012 14:11:07 +0200 + -- Joachim Breitner <nomeata@debian.org> Sun, 02 Dec 2012 22:11:29 +0100 haskell-leksah-server (0.12.0.4-3) unstable; urgency=low diff --git a/p/haskell-leksah-server/debian/control b/p/haskell-leksah-server/debian/control index 584846239..e0cfc1384 100644 --- a/p/haskell-leksah-server/debian/control +++ b/p/haskell-leksah-server/debian/control @@ -6,33 +6,43 @@ Uploaders: Joachim Breitner <nomeata@debian.org> Build-Depends: debhelper (>= 7) , cdbs , haskell-devscripts (>= 0.8.13) - , ghc (>= 7.2) - , libghc-binary-shared-dev (>= 0.8) + , ghc + , libghc-binary-dev (>= 0.5.0.0) + , libghc-binary-dev (<< 0.6) + , libghc-binary-prof + , libghc-binary-shared-dev (>= 0.8.2) , libghc-binary-shared-dev (<< 0.9) , libghc-binary-shared-prof - , libghc-ltk-dev (>= 0.12) + , libghc-ltk-dev (>= 0.12.1.0) , libghc-ltk-dev (<< 0.13) , libghc-parsec3-dev (<< 3.2) - , libghc-network-dev (>= 2.2) - , libghc-network-dev (<< 3) - , libghc-haddock-dev (>= 2.7.2) - , libghc-haddock-dev (<< 2.11) + , libghc-deepseq-dev (>= 1.1) + , libghc-deepseq-dev (<< 1.4) + , libghc-deepseq-prof , libghc-hslogger-dev (>= 1.0.7) , libghc-hslogger-dev (<< 1.2) + , libghc-hslogger-dev (<< 1.2) + , libghc-network-dev (>= 2.2) + , libghc-network-dev (<< 3) , libghc-enumerator-dev (>= 0.4.14) , libghc-enumerator-dev (<< 0.5) - , libghc-attoparsec-dev (>= 0.10.0.3) - , libghc-attoparsec-dev (<< 0.11) , libghc-attoparsec-enumerator-dev (>= 0.3) , libghc-attoparsec-enumerator-dev (<< 0.4) + , libghc-attoparsec-dev (>= 0.10.0.3) + , libghc-attoparsec-dev (<< 0.11) , libghc-transformers-dev (>= 0.2.2.0) , libghc-transformers-dev (<< 0.4) - , libghc-hslogger-dev (<< 1.2) + , libghc-strict-dev (>= 0.3.2) + , libghc-strict-dev (<< 0.4) + , libghc-haddock-dev (>= 2.7.2) + , libghc-haddock-dev (<< 2.11) , dpkg (>= 1.14.27) Build-Depends-Indep: ghc-doc + , libghc-binary-doc , libghc-binary-shared-doc , libghc-ltk-doc , libghc-parsec3-doc + , libghc-deepseq-doc , libghc-network-doc , libghc-haddock-doc , libghc-enumerator-doc @@ -40,6 +50,7 @@ Build-Depends-Indep: ghc-doc , libghc-attoparsec-enumerator-doc , libghc-transformers-doc , libghc-hslogger-doc + , libghc-strict-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/leksah-server Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-leksah-server |
