[DHG_packages] 01/05: X11: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:01:43 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 5b1f7e3335b36a8a5164a5ed5c27552cb773ecc7
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 00:56:11 2016 -0400
X11: build with ghc 8 in experimental
---
p/haskell-x11/debian/changelog | 8 +++----
p/haskell-x11/debian/control | 50 ++++++++++++++++++++++++++----------------
p/haskell-x11/debian/copyright | 2 +-
3 files changed, 36 insertions(+), 24 deletions(-)
diff --git a/p/haskell-x11/debian/changelog b/p/haskell-x11/debian/changelog
index 416f7e8..60a7a32 100644
--- a/p/haskell-x11/debian/changelog
+++ b/p/haskell-x11/debian/changelog
@@ -1,14 +1,14 @@
-haskell-x11 (1.6.1.2-6) UNRELEASED; urgency=medium
+haskell-x11 (1.6.1.2-6) 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:32 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 00:56:03 -0400
haskell-x11 (1.6.1.2-5) unstable; urgency=medium
diff --git a/p/haskell-x11/debian/control b/p/haskell-x11/debian/control
index 85ee66f..6093db3 100644
--- a/p/haskell-x11/debian/control
+++ b/p/haskell-x11/debian/control
@@ -1,38 +1,45 @@
Source: haskell-x11
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Ryan Kavanagh <rak at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Ryan Kavanagh <rak at debian.org>,
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-data-default-dev,
libghc-data-default-prof,
libx11-dev,
- libxt-dev,
+ libxext-dev,
libxinerama-dev,
libxrandr-dev,
- libxext-dev,
-Build-Depends-Indep: ghc-doc,
+ libxt-dev,
+Build-Depends-Indep:
+ ghc-doc,
libghc-data-default-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/haskell-pkg-janitors/X11
-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-x11
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-x11-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
libx11-dev,
- libxt-dev,
libxinerama-dev,
libxrandr-dev,
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ libxt-dev,
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell X11 binding for GHC${haskell:ShortBlurb}
This library is a binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
@@ -43,9 +50,11 @@ Description: Haskell X11 binding for GHC${haskell:ShortBlurb}
Package: libghc-x11-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
Description: Haskell X11 binding for GHC${haskell:ShortBlurb}
This library is a binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
@@ -57,10 +66,13 @@ Description: Haskell X11 binding for GHC${haskell:ShortBlurb}
Package: libghc-x11-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 X11 binding for GHC${haskell:ShortBlurb}
This library is a binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
diff --git a/p/haskell-x11/debian/copyright b/p/haskell-x11/debian/copyright
index e0fb818..ac82f15 100644
--- a/p/haskell-x11/debian/copyright
+++ b/p/haskell-x11/debian/copyright
@@ -36,4 +36,4 @@ License: BSD-2-clause
OF USE, 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
+ USE 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