[DHG_packages] 03/05: GLUT: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 06:25:54 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 13072a0dd655642f7b1bc9777a6529333bed9ced
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 02:23:20 2016 -0400
GLUT: build with ghc 8 in experimental
---
p/haskell-glut/debian/changelog | 6 ++---
p/haskell-glut/debian/control | 60 ++++++++++++++++++++++++-----------------
p/haskell-glut/debian/copyright | 2 +-
3 files changed, 40 insertions(+), 28 deletions(-)
diff --git a/p/haskell-glut/debian/changelog b/p/haskell-glut/debian/changelog
index a3620e3..ff0d4ed 100644
--- a/p/haskell-glut/debian/changelog
+++ b/p/haskell-glut/debian/changelog
@@ -1,8 +1,8 @@
-haskell-glut (2.7.0.10-2) UNRELEASED; urgency=medium
+haskell-glut (2.7.0.10-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:33 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 02:23:11 -0400
haskell-glut (2.7.0.10-1) unstable; urgency=medium
diff --git a/p/haskell-glut/debian/control b/p/haskell-glut/debian/control
index 04786b7..2404dc5 100644
--- a/p/haskell-glut/debian/control
+++ b/p/haskell-glut/debian/control
@@ -1,29 +1,33 @@
Source: haskell-glut
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ freeglut3-dev,
+ ghc (>= 8),
ghc-prof,
- libghc-opengl-dev (>= 2.12),
+ haskell-devscripts (>= 0.10),
libghc-opengl-dev (<< 3.1),
+ libghc-opengl-dev (>= 2.12),
libghc-opengl-prof,
- freeglut3-dev,
+ libghc-openglraw-dev (<< 3.3),
+ libghc-openglraw-dev (>= 1.0),
+ libghc-random-dev (<< 1.2),
+ libghc-random-dev (>= 1.0),
+ libghc-statevar-dev (<< 1.2),
+ libghc-statevar-dev (>= 1.1),
+ libghc-statevar-prof,
libice-dev,
libsm-dev,
libxi-dev,
libxmu-dev,
- libghc-statevar-dev (>= 1.1),
- libghc-statevar-dev (<< 1.2),
- libghc-statevar-prof,
- libghc-openglraw-dev (>= 1.0),
- libghc-openglraw-dev (<< 3.3),
- libghc-random-dev (>= 1.0),
- libghc-random-dev (<< 1.2),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-opengl-doc,
libghc-statevar-doc,
Standards-Version: 3.9.8
@@ -33,16 +37,19 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-glut-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
freeglut3-dev,
libice-dev,
libsm-dev,
libxi-dev,
libxmu-dev,
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell GLUT binding for GHC
This package provides a library for the Haskell programming language.
.
@@ -53,9 +60,11 @@ Description: Haskell GLUT binding for GHC
Package: libghc-glut-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
Description: Haskell GLUT binding for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
@@ -68,10 +77,13 @@ Description: Haskell GLUT binding for GHC; profiling libraries
Package: libghc-glut-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 GLUT binding for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
diff --git a/p/haskell-glut/debian/copyright b/p/haskell-glut/debian/copyright
index 0996a44..fbb7cea 100644
--- a/p/haskell-glut/debian/copyright
+++ b/p/haskell-glut/debian/copyright
@@ -40,4 +40,4 @@ License: BSD-3-clause
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
+ 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