[Pkg-haskell-commits] [SCM] FTP library for Haskell branch, master, updated. debian/1.0.7-1-7-g8047a2a
Joachim Breitner
nomeata at debian.org
Fri May 27 08:03:54 UTC 2011
The following commit has been merged in the master branch:
commit af5d803a4519db1b0688d2b835fb49853661101c
Author: Joachim Breitner <nomeata at debian.org>
Date: Fri May 27 09:55:29 2011 +0200
ghc6 → ghc
diff --git a/debian/changelog b/debian/changelog
index 3750169..8ec459b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ftphs (1.0.7-3) UNRELEASED; urgency=low
+
+ * ghc6 → ghc
+
+ -- Joachim Breitner <nomeata at debian.org> Fri, 27 May 2011 09:55:21 +0200
+
ftphs (1.0.7-2) unstable; urgency=low
* Rename -doc package.
diff --git a/debian/control b/debian/control
index 1644a06..ae2652e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,28 @@ Source: ftphs
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.12), haskell-devscripts (>= 0.7.3), cpphs, libghc6-network-dev, libghc6-mtl-dev, libghc6-missingh-dev (>= 1.0.3.2), libghc6-hslogger-dev (>= 1.0.7.2), libghc6-hunit-dev, cdbs
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.7.3), ghc6 (>= 6.12), cpphs, cdbs
+Build-Depends:
+ debhelper (>= 4.0.0)
+ , haskell-devscripts (>= 0.8)
+ , cpphs
+ , libghc-network-dev
+ , libghc-mtl-dev
+ , libghc-missingh-dev (>= 1.0.3.2)
+ , libghc-hslogger-dev (>= 1.0.7.2)
+ , libghc-hunit-dev
+ , cdbs
+Build-Depends-Indep:
+ ghc-doc
Standards-Version: 3.6.2
Section: devel
Homepage: http://software.complete.org/ftphs
VCS-Git: git://git.debian.org/git/pkg-haskell/ftphs.git
VCS-Browser: http://git.debian.org/?p=pkg-haskell/missingh.git;a=summary
-Package: libghc6-ftphs-dev
+Package: libghc-ftphs-dev
Section: devel
Architecture: any
-Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-hslogger-dev (>= 1.0.5), libghc6-missingh-dev (>= 1.0.1)
+Depends: ${haskell:Depends}, libghc-network-dev, libghc-hslogger-dev (>= 1.0.5), libghc-missingh-dev (>= 1.0.1)
Suggests: ftphs-doc
Description: FTP Client and Server Library for Haskell, GHC package
ftphs provides a Haskell library to implement a FTP client
@@ -44,7 +54,7 @@ Description: FTP Client and Server Library for Haskell, GHC package
# * Server can serve up a real or a virtual filesystem tree
# * Standards compliant
-Package: libghc6-ftphs-doc
+Package: libghc-ftphs-doc
Section: doc
Architecture: all
Provides: ftphs-doc
--
FTP library for Haskell
More information about the Pkg-haskell-commits
mailing list