summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 14:37:09 -0400
committerClint Adams <clint@debian.org>2016-10-14 14:37:09 -0400
commit8cf0722f6b235aa0117b3ef48cb97ae351fb9f8c (patch)
tree967f38f0f599641a2eb6fb1ca21a9e8294bcf661
parent7538897951ffa80f9e623279ce05fd749ac22e7e (diff)
downloadDHG_packages-8cf0722f6b235aa0117b3ef48cb97ae351fb9f8c.tar.gz
utf8-light: build with ghc 8 in experimental
-rw-r--r--p/haskell-utf8-light/debian/changelog8
-rw-r--r--p/haskell-utf8-light/debian/control37
-rw-r--r--p/haskell-utf8-light/debian/copyright2
3 files changed, 22 insertions, 25 deletions
diff --git a/p/haskell-utf8-light/debian/changelog b/p/haskell-utf8-light/debian/changelog
index 8e22cd5f3..09fad6ef4 100644
--- a/p/haskell-utf8-light/debian/changelog
+++ b/p/haskell-utf8-light/debian/changelog
@@ -1,14 +1,14 @@
-haskell-utf8-light (0.4.2-5) UNRELEASED; urgency=medium
+haskell-utf8-light (0.4.2-5) 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:25 +0300
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:36:51 -0400
haskell-utf8-light (0.4.2-4) unstable; urgency=medium
diff --git a/p/haskell-utf8-light/debian/control b/p/haskell-utf8-light/debian/control
index 0caf81c35..35c3e8934 100644
--- a/p/haskell-utf8-light/debian/control
+++ b/p/haskell-utf8-light/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/utf8-light
-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-utf8-light
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-utf8-light-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
@@ -33,11 +32,10 @@ Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
Package: libghc-utf8-light-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
@@ -50,10 +48,9 @@ Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
Package: libghc-utf8-light-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
diff --git a/p/haskell-utf8-light/debian/copyright b/p/haskell-utf8-light/debian/copyright
index b05a73f2e..5d7548989 100644
--- a/p/haskell-utf8-light/debian/copyright
+++ b/p/haskell-utf8-light/debian/copyright
@@ -34,4 +34,4 @@ License: BSD-3-clause
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
+ SUCH DAMAGE.