[DHG_packages] 03/05: haskelldb: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:21:05 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 80d1a83619541e55dbe5a4716658e017ff396771
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:18:54 2016 -0400
haskelldb: build with ghc 8 in experimental
---
p/haskelldb/debian/changelog | 8 +++---
p/haskelldb/debian/control | 68 ++++++++++++++++++++++++++++----------------
p/haskelldb/debian/copyright | 2 +-
3 files changed, 48 insertions(+), 30 deletions(-)
diff --git a/p/haskelldb/debian/changelog b/p/haskelldb/debian/changelog
index 8728cac..404e076 100644
--- a/p/haskelldb/debian/changelog
+++ b/p/haskelldb/debian/changelog
@@ -1,14 +1,14 @@
-haskelldb (2.2.4-5) UNRELEASED; urgency=medium
+haskelldb (2.2.4-5) 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:36:37 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:18:46 -0400
haskelldb (2.2.4-4) unstable; urgency=medium
diff --git a/p/haskelldb/debian/control b/p/haskelldb/debian/control
index 5ae93db..4888efd 100644
--- a/p/haskelldb/debian/control
+++ b/p/haskelldb/debian/control
@@ -1,39 +1,46 @@
Source: haskelldb
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: haskell-devscripts (>= 0.10),
- debhelper (>= 9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-mtl-dev (>= 1.1),
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev (<< 3),
+ libghc-mtl-dev (>= 1.1),
libghc-mtl-prof,
- libghc-old-locale-dev (>= 1),
libghc-old-locale-dev (<< 2),
+ libghc-old-locale-dev (>= 1),
libghc-old-locale-prof,
- libghc-old-time-dev (>= 1),
libghc-old-time-dev (<< 2),
+ libghc-old-time-dev (>= 1),
libghc-old-time-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-old-locale-doc,
libghc-old-time-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/m4dc4p/haskelldb
-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/haskelldb
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-haskelldb-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 library for expressing database queries
HaskellDB is library for expressing database queries and operations
in a type safe and declarative way. This package contains the library
@@ -45,11 +52,15 @@ Description: Haskell library for expressing database queries
Package: libghc-haskelldb-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 library for expressing database queries; profiling libraries
HaskellDB is library for expressing database queries and operations
in a type safe and declarative way. This package contains the library
@@ -62,7 +73,8 @@ Description: Haskell library for expressing database queries; profiling librarie
Package: haskelldb-doc
Architecture: all
Section: doc
-Depends: haskell-haskelldb-doc,
+Depends:
+ haskell-haskelldb-doc,
${misc:Depends},
Description: transitional dummy package
This package is a dummy package and is used to easy the upgrade from
@@ -73,14 +85,20 @@ Description: transitional dummy package
Package: libghc-haskelldb-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-haskelldb-doc (<< 0.12-6),
-Provides: haskell-haskelldb-doc,
-Replaces: haskelldb-doc (<< 0.10-1),
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-haskelldb-doc (<< 0.12-6),
+Provides:
+ haskell-haskelldb-doc,
+Replaces:
haskell-haskelldb-doc (<< 0.12-6),
+ haskelldb-doc (<< 0.10-1),
Description: API documentation of haskelldb
The API documentation of HaskellDB, a Haskell library for expressing
database queries and operations in a type safe and declarative way.
diff --git a/p/haskelldb/debian/copyright b/p/haskelldb/debian/copyright
index 2f60535..b623caa 100644
--- a/p/haskelldb/debian/copyright
+++ b/p/haskelldb/debian/copyright
@@ -41,4 +41,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 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
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE 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