[DHG_packages] 04/06: ftphs: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:49:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit a7df6d92295234d35632030267b72fc6fc953220
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:45:10 2016 -0400

    ftphs: build with ghc 8 in experimental
---
 p/ftphs/debian/changelog |  8 +++---
 p/ftphs/debian/control   | 64 ++++++++++++++++++++++++++++++------------------
 p/ftphs/debian/copyright |  2 +-
 3 files changed, 45 insertions(+), 29 deletions(-)

diff --git a/p/ftphs/debian/changelog b/p/ftphs/debian/changelog
index fb99e5a..3e011eb 100644
--- a/p/ftphs/debian/changelog
+++ b/p/ftphs/debian/changelog
@@ -1,14 +1,14 @@
-ftphs (1.0.9.1-7) UNRELEASED; urgency=medium
+ftphs (1.0.9.1-7) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:42 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:45:00 -0400
 
 ftphs (1.0.9.1-6) unstable; urgency=medium
 
diff --git a/p/ftphs/debian/control b/p/ftphs/debian/control
index 97fe9c5..81e5d50 100644
--- a/p/ftphs/debian/control
+++ b/p/ftphs/debian/control
@@ -1,31 +1,36 @@
 Source: ftphs
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: John Goerzen <jgoerzen at complete.org>, Louis Bettens <louis at bettens.info>
+Uploaders:
+ John Goerzen <jgoerzen at complete.org>,
+ Louis Bettens <louis at bettens.info>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
+ cdbs,
  cpphs,
- libghc-mtl-dev,
- libghc-mtl-prof,
- libghc-missingh-dev (>= 1.0.3.2),
- libghc-missingh-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
+ haskell-devscripts (>= 0.10),
  libghc-hslogger-dev (>= 1.0.7.2),
  libghc-hslogger-prof,
  libghc-hunit-dev,
  libghc-hunit-prof,
+ libghc-missingh-dev (>= 1.0.3.2),
+ libghc-missingh-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
  libghc-regex-compat-dev,
  libghc-regex-compat-prof,
- cdbs,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-missingh-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hslogger-doc,
  libghc-hunit-doc,
+ libghc-missingh-doc,
+ libghc-mtl-doc,
  libghc-regex-compat-doc,
 Standards-Version: 3.9.8
 Homepage: http://software.complete.org/ftphs
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/ftphs
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: FTP Client and Server Library for Haskell
  ftphs provides a Haskell library to implement a FTP client
@@ -41,12 +46,16 @@ X-Description: FTP Client and Server Library for Haskell
 
 Package: libghc-ftphs-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -54,11 +63,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-ftphs-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -67,10 +80,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-ftphs-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
diff --git a/p/ftphs/debian/copyright b/p/ftphs/debian/copyright
index f7e9031..ee28d9f 100644
--- a/p/ftphs/debian/copyright
+++ b/p/ftphs/debian/copyright
@@ -26,4 +26,4 @@ License: LGPL-2.1+
  License along with this library. If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian system, copy of GNU Lesser General Public License version 2.1
- is also located at `/usr/share/common-licenses/GPL-2.1'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-2.1'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list