Package: haskell-network Version: 2.2.0.1-4 Severity: normal Tags: patch Hi Kari,
On advice from Erik de Castro Lopo, I've prepared an NMU for haskell-network (versioned as 2.2.0.1-4.1) as it currently appears to be uninstallable on sid. It can be found at http://packages.vergenet.net/sid/pool/main/haskell-network/ Please let me know if it is ok to upload this. Thanks
diff -u haskell-network-2.2.0.1/debian/changelog haskell-network-2.2.0.1/debian/changelog --- haskell-network-2.2.0.1/debian/changelog +++ haskell-network-2.2.0.1/debian/changelog @@ -1,3 +1,12 @@ +haskell-network (2.2.0.1-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Depend and build-depend on libghc6-parsec3-* instead of libghc6-parsec-* + * Bump versioned build-dependency on ghc6 from >= 6.10.1+dfsg1-13 to >= 6.10.3 + * Bump versioned build^dependancy on haddock from >= 2.4.1-2 to >= 2.4.2 + + -- Simon Horman <ho...@debian.org> Wed, 03 Jun 2009 23:08:08 +0000 + haskell-network (2.2.0.1-4) unstable; urgency=low * Use hlibrary.mk from haskell-devscripts and remove the local copy. diff -u haskell-network-2.2.0.1/debian/control haskell-network-2.2.0.1/debian/control --- haskell-network-2.2.0.1/debian/control +++ haskell-network-2.2.0.1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Kari Pahula <k...@debian.org> Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 5), haddock (>= 2.4.1-4), hscolour, haskell-devscripts (>= 0.6.15+nmu5), ghc6 (>= 6.10.1+dfsg1-13), ghc6-prof, ghc6-doc, libghc6-parsec-dev (>= 3.0.0-4), libghc6-parsec-prof, libghc6-parsec-doc, libghc6-mtl-doc, cdbs +Build-Depends: debhelper (>= 5), haddock (>= 2.4.2), hscolour, haskell-devscripts (>= 0.6.15+nmu5), ghc6 (>= 6.10.3), ghc6-prof, ghc6-doc, libghc6-parsec3-dev (>= 3.0.0-4), libghc6-parsec3-prof, libghc6-parsec3-doc, libghc6-mtl-doc, cdbs Package: libghc6-network-dev Section: libdevel @@ -32,7 +32,7 @@ Section: doc Architecture: all Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: ghc6-doc, libghc6-parsec-doc +Recommends: ghc6-doc, libghc6-parsec3-doc Suggests: libghc6-network-dev, libghc6-network-prof Description: Haskell network library for GHC; documentation This package provides the documentation for a library for the Haskell