[DHG_packages] 04/04: Unixutils: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 15:55:31 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 933bfeb5edb20d0d58b016817847cd8e515e3d98
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 11:54:29 2016 -0400
Unixutils: build with ghc 8 in experimental
---
p/haskell-unixutils/debian/changelog | 8 +++---
p/haskell-unixutils/debian/control | 53 +++++++++++++++++++++++-------------
p/haskell-unixutils/debian/copyright | 2 +-
3 files changed, 39 insertions(+), 24 deletions(-)
diff --git a/p/haskell-unixutils/debian/changelog b/p/haskell-unixutils/debian/changelog
index c68274c..7a7837f 100644
--- a/p/haskell-unixutils/debian/changelog
+++ b/p/haskell-unixutils/debian/changelog
@@ -1,14 +1,14 @@
-haskell-unixutils (1.54.1-3) UNRELEASED; urgency=medium
+haskell-unixutils (1.54.1-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:24 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 11:54:24 -0400
haskell-unixutils (1.54.1-2) unstable; urgency=medium
diff --git a/p/haskell-unixutils/debian/control b/p/haskell-unixutils/debian/control
index 3ea1e25..2d25b47 100644
--- a/p/haskell-unixutils/debian/control
+++ b/p/haskell-unixutils/debian/control
@@ -1,13 +1,16 @@
Source: haskell-unixutils
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
+ Dmitry Bogatov <KAction at gnu.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-exceptions-dev,
libghc-exceptions-prof,
libghc-mtl-dev,
@@ -20,7 +23,8 @@ Build-Depends: debhelper (>= 9),
libghc-regex-tdfa-prof,
libghc-zlib-dev,
libghc-zlib-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
libghc-mtl-doc,
libghc-process-extras-doc,
@@ -29,7 +33,7 @@ Build-Depends-Indep: ghc-doc,
libghc-zlib-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/seereason/haskell-unixutils.git
-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-unixutils
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: interface between Haskell and Unix-like operating systems
Unixutils is a collection of useful and mildly useful functions that
@@ -38,12 +42,16 @@ X-Description: interface between Haskell and Unix-like operating systems
Package: libghc-unixutils-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -51,12 +59,16 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-unixutils-prof
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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -65,10 +77,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-unixutils-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-unixutils/debian/copyright b/p/haskell-unixutils/debian/copyright
index 020a50d..16a9e34 100644
--- a/p/haskell-unixutils/debian/copyright
+++ b/p/haskell-unixutils/debian/copyright
@@ -39,4 +39,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