[DHG_packages] 03/06: torrent: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:45:08 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 da2dbf8925cd97fe00037c17b1e83fea29566d0a
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:40:24 2016 -0400
torrent: build with ghc 8 in experimental
---
p/haskell-torrent/debian/changelog | 8 +++---
p/haskell-torrent/debian/control | 53 ++++++++++++++++++++++++--------------
2 files changed, 37 insertions(+), 24 deletions(-)
diff --git a/p/haskell-torrent/debian/changelog b/p/haskell-torrent/debian/changelog
index e8c71a8..5be9d53 100644
--- a/p/haskell-torrent/debian/changelog
+++ b/p/haskell-torrent/debian/changelog
@@ -1,13 +1,13 @@
-haskell-torrent (10000.0.0-7) UNRELEASED; urgency=medium
+haskell-torrent (10000.0.0-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)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:23 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:40:20 -0400
haskell-torrent (10000.0.0-6) unstable; urgency=medium
diff --git a/p/haskell-torrent/debian/control b/p/haskell-torrent/debian/control
index 305dfa2..06b682d 100644
--- a/p/haskell-torrent/debian/control
+++ b/p/haskell-torrent/debian/control
@@ -1,36 +1,42 @@
Source: haskell-torrent
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Uploaders:
+ Christopher Reichert <creichert07 at gmail.com>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-bencode-dev (>= 0.2),
libghc-bencode-prof,
libghc-syb-dev,
libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-bencode-doc,
libghc-syb-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/torrent
-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/haskell-torrent
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: BitTorrent file parser and generator
- .
- BitTorrent file parser and generator.
+ BitTorrent file parser and generator.
Package: libghc-torrent-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}
.
@@ -38,11 +44,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-torrent-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}
.
@@ -51,10 +61,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-torrent-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}
.
--
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