[DHG_packages] 01/06: lhs2tex: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:49:17 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 f025d8333e6bc2aa3e57a053302cb86f4d5996a5
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:42:32 2016 -0400
lhs2tex: build with ghc 8 in experimental
---
p/lhs2tex/debian/changelog | 8 ++++----
p/lhs2tex/debian/control | 16 +++++++++-------
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/p/lhs2tex/debian/changelog b/p/lhs2tex/debian/changelog
index 70f99bc..e28c50a 100644
--- a/p/lhs2tex/debian/changelog
+++ b/p/lhs2tex/debian/changelog
@@ -1,14 +1,14 @@
-lhs2tex (1.19-3) UNRELEASED; urgency=medium
+lhs2tex (1.19-3) 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:40 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:42:26 -0400
lhs2tex (1.19-2) unstable; urgency=medium
diff --git a/p/lhs2tex/debian/control b/p/lhs2tex/debian/control
index b80b656..8e21f6f 100644
--- a/p/lhs2tex/debian/control
+++ b/p/lhs2tex/debian/control
@@ -1,27 +1,29 @@
Source: lhs2tex
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Arjan Oosting <arjan at debian.org>, Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders:
+ Arjan Oosting <arjan at debian.org>,
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
Priority: optional
Section: haskell
-Build-Depends: autotools-dev,
+Build-Depends:
+ autotools-dev,
debhelper (>= 9),
ghc (>= 7.6),
libghc-regex-compat-dev,
tex-common,
Standards-Version: 3.9.8
Homepage: http://people.cs.uu.nl/andres/lhs2tex/
-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/lhs2tex
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: lhs2tex
Architecture: any
Multi-Arch: foreign
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- texlive-latex-base,
- texlive-latex-base,
+Depends:
texlive-latex-base,
texlive-math-extra,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Generates LaTeX code from literate Haskell sources
lhs2TeX includes the following features:
.
--
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