[Git][haskell-team/DHG_packages][master] libmpd: Upgrading from 0.9.0.9 to 0.9.1.0

Clint Adams gitlab at salsa.debian.org
Tue Jun 9 03:12:21 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c856925b by Clint Adams at 2020-06-08T22:12:01-04:00
libmpd: Upgrading from 0.9.0.9 to 0.9.1.0

- - - - -


4 changed files:

- p/haskell-libmpd/debian/changelog
- p/haskell-libmpd/debian/control
- − p/haskell-libmpd/debian/patches/newer-quickcheck
- − p/haskell-libmpd/debian/patches/series


Changes:

=====================================
p/haskell-libmpd/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-libmpd (0.9.1.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 08 Jun 2020 22:10:55 -0400
+
 haskell-libmpd (0.9.0.9-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-libmpd/debian/control
=====================================
@@ -15,35 +15,36 @@ Build-Depends: debhelper (>= 10),
  libghc-attoparsec-prof (<< 1),
  libghc-data-default-class-dev (>= 0.0.1),
  libghc-data-default-class-dev (<< 1),
- libghc-data-default-class-prof (>= 0.0.1),
- libghc-data-default-class-prof (<< 1),
- libghc-network-dev (>= 2.1),
- libghc-network-dev (<< 3),
- libghc-network-prof (>= 2.1),
- libghc-network-prof (<< 3),
+ libghc-data-default-class-prof,
+ libghc-network-dev (>= 2.6.3.5),
+ libghc-network-prof,
  libghc-old-locale-dev (>= 1),
  libghc-old-locale-dev (<< 2),
- libghc-old-locale-prof (>= 1),
- libghc-old-locale-prof (<< 2),
+ libghc-old-locale-prof,
+ libghc-safe-exceptions-dev (>= 0.1),
+ libghc-safe-exceptions-dev (<< 0.2),
+ libghc-safe-exceptions-prof,
  libghc-utf8-string-dev (>= 0.3.1),
  libghc-utf8-string-dev (<< 1.1),
- libghc-utf8-string-prof (>= 0.3.1),
- libghc-utf8-string-prof (<< 1.1),
- libghc-quickcheck2-dev (>= 2.1),
+ libghc-utf8-string-prof,
+ libghc-quickcheck2-dev (>= 2.10),
+ libghc-quickcheck2-prof,
  libghc-attoparsec-dev,
  libghc-data-default-class-dev,
  libghc-hspec-dev (>= 1.3),
  libghc-network-dev,
  libghc-old-locale-dev,
+ libghc-safe-exceptions-dev,
  libghc-utf8-string-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-attoparsec-doc,
  libghc-data-default-class-doc,
  libghc-network-doc,
  libghc-old-locale-doc,
+ libghc-safe-exceptions-doc,
  libghc-utf8-string-doc,
-Standards-Version: 4.1.4
-Homepage: http://github.com/vimus/libmpd-haskell#readme
+Standards-Version: 4.5.0
+Homepage: https://github.com/vimus/libmpd-haskell#readme
 X-Description: MPD client library
  A client library for MPD, the Music Player Daemon.
 


=====================================
p/haskell-libmpd/debian/patches/newer-quickcheck deleted
=====================================
@@ -1,11 +0,0 @@
---- a/tests/Arbitrary.hs
-+++ b/tests/Arbitrary.hs
-@@ -46,7 +46,7 @@
- 
- -- MPD fields can't contain newlines and the parser skips initial spaces.
- field :: Gen String
--field = (filter (/= '\n') . dropWhile isSpace) <$> arbitrary
-+field = (filter (/= '\n') . dropWhile isSpace) . getPrintableString <$> (arbitrary :: Gen PrintableString)
- 
- fieldBS :: Gen ByteString
- fieldBS = UTF8.fromString <$> field


=====================================
p/haskell-libmpd/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-quickcheck



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c856925bd2bacfdd2ca3ba552b7ae400b7e5130c

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c856925bd2bacfdd2ca3ba552b7ae400b7e5130c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200609/320f1e74/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list