summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 11:54:29 -0400
committerClint Adams <clint@debian.org>2016-10-17 11:54:29 -0400
commit933bfeb5edb20d0d58b016817847cd8e515e3d98 (patch)
treef85aeabd1d0697252dfdb795506de5fb4885468d
parentedc70abe008ef621f658517cd688f8c9c6a9b3bc (diff)
downloadDHG_packages-933bfeb5edb20d0d58b016817847cd8e515e3d98.tar.gz
Unixutils: build with ghc 8 in experimental
-rw-r--r--p/haskell-unixutils/debian/changelog8
-rw-r--r--p/haskell-unixutils/debian/control53
-rw-r--r--p/haskell-unixutils/debian/copyright2
3 files changed, 39 insertions, 24 deletions
diff --git a/p/haskell-unixutils/debian/changelog b/p/haskell-unixutils/debian/changelog
index c68274cc0..7a7837f46 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@gnu.org> Tue, 10 May 2016 09:36:24 +0300
+ -- Clint Adams <clint@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 3ea1e2524..2d25b473f 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@lists.alioth.debian.org>
-Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>, Dmitry Bogatov <KAction@gnu.org>
+Uploaders:
+ Erik de Castro Lopo <erikd@mega-nerd.com>,
+ Dmitry Bogatov <KAction@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 020a50d1b..16a9e34a8 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.