[DHG_packages] 02/05: filestore: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 04:50:04 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 085a1533fb45a8c23780649cd1972ce19528c27b
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 00:46:58 2016 -0400
filestore: build with ghc 8 in experimental
---
p/haskell-filestore/debian/changelog | 6 +++
p/haskell-filestore/debian/control | 73 +++++++++++++++++++++++-------------
p/haskell-filestore/debian/copyright | 2 +-
3 files changed, 53 insertions(+), 28 deletions(-)
diff --git a/p/haskell-filestore/debian/changelog b/p/haskell-filestore/debian/changelog
index 67e9af7..5d75112 100644
--- a/p/haskell-filestore/debian/changelog
+++ b/p/haskell-filestore/debian/changelog
@@ -1,3 +1,9 @@
+haskell-filestore (0.6.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 00:46:42 -0400
+
haskell-filestore (0.6.2-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-filestore/debian/control b/p/haskell-filestore/debian/control
index 4567676..1fe342a 100644
--- a/p/haskell-filestore/debian/control
+++ b/p/haskell-filestore/debian/control
@@ -1,32 +1,37 @@
Source: haskell-filestore
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>, Louis Bettens <louis at bettens.info>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
+ Clint Adams <clint at debian.org>,
+ Louis Bettens <louis at bettens.info>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-diff-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
libghc-diff-dev (<< 0.4),
+ libghc-diff-dev (>= 0.2),
libghc-diff-prof,
- libghc-old-locale-dev (>= 1.0),
libghc-old-locale-dev (<< 1.1),
+ libghc-old-locale-dev (>= 1.0),
libghc-old-locale-prof,
- libghc-parsec3-dev (>= 2),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 2),
libghc-parsec3-prof,
- libghc-split-dev (>= 0.1),
libghc-split-dev (<< 0.3),
+ libghc-split-dev (>= 0.1),
libghc-split-prof,
- libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-prof,
- libghc-xml-dev (>= 1.3),
libghc-xml-dev (<< 1.4),
+ libghc-xml-dev (>= 1.3),
libghc-xml-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-diff-doc,
libghc-old-locale-doc,
libghc-parsec3-doc,
@@ -35,19 +40,23 @@ Build-Depends-Indep: ghc-doc,
libghc-xml-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/filestore
-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-filestore
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-filestore-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ libghc-filestore-data (= ${source:Version}),
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
- libghc-filestore-data (= ${source:Version}),
-Recommends: ${haskell:Recommends},
+Recommends:
git-core | darcs (>= 2.3.0) | mercurial,
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,
@@ -57,11 +66,15 @@ Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
Package: libghc-filestore-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 interface for versioning file stores${haskell:ShortBlurb}
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,
@@ -72,10 +85,13 @@ Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
Package: libghc-filestore-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,
@@ -85,10 +101,13 @@ Description: Haskell interface for versioning file stores${haskell:ShortBlurb}
Package: libghc-filestore-data
Architecture: all
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell interface for versioning file stores - common files
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,
diff --git a/p/haskell-filestore/debian/copyright b/p/haskell-filestore/debian/copyright
index 5f92c1c..bf29a5a 100644
--- a/p/haskell-filestore/debian/copyright
+++ b/p/haskell-filestore/debian/copyright
@@ -42,4 +42,4 @@ License: BSD-3-clause
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ POSSIBILITY OF SUCH DAMAGE.
--
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