haskell-swish (0.9.1.10-1) unstable; urgency=medium [ upstream ] * New release(s). 0.9.1.9: + Update upper bound on HUnit (only affects tests). + Add stack.yaml file. 0.9.1.10: + Update upper bound on time to work with ghc 8.2.1. + Updated stack.yaml to use lts 9.1. -- Jonas Smedegaard Mon, 21 Aug 2017 01:51:45 +0200 haskell-swish (0.9.1.8-1) unstable; urgency=medium [ upstream ] * New release. + Update upper bound on polyparse and directory. + Fix build failure of RDFGraphTest with time >= 1.6. + Update copyright years in README.md. [ Jonas Smedegaard ] * Modernize cdbs: + Do copyright-check in maintainer script (not during build). + Stop build-depend on licensecheck. + Stop explicitly suppress versioned build-dependency on debhelper. + Stop track upstream tarbarll checksum: Use gbp --uscan. * Update copyright info: + Extend coverage for main upstream author. + Extend copyright of packaging to cover current year. + Use https protocol in format string. * Declare compliance with Debian Policy 4.0.0. * Stop override lintian for package-needs-versioned-debhelper-build-depends: Fixed in lintian. * Update package relations: + Drop GHC lower bounds for network-uri: Needed version satisfied even in oldsable. * Modernize git-buildpackage config: Filter any .git* file. * Fix enable use of network-url, as intended since 0.9.1.3-1. Drop patch 1001. * Drop patches 1002 1003: Fixed upstream. * Modernize Vcs-* fields: + Use https protocol. + Consistently use git (not cgit) in paths. -- Jonas Smedegaard Wed, 21 Jun 2017 09:46:37 +0200 haskell-swish (0.9.1.7-4) unstable; urgency=medium * Team upload. * Bump directory bounds. -- Gianfranco Costamagna Wed, 21 Jun 2017 08:16:17 +0200 haskell-swish (0.9.1.7-3) unstable; urgency=medium * Modernize CDBS setup: Build-depend on licensecheck (not devscripts). * Simply doing this rebuild implies rebuilding against ghc 8. Closes: Bug#843404. Thanks to Clint Adams. -- Jonas Smedegaard Thu, 17 Nov 2016 01:18:10 +0100 haskell-swish (0.9.1.7-2) unstable; urgency=medium * Unfuzz patch 1001. * Add patch to relax dependency on polyparse. Relax build-dependency accordingly. Thanks to Sean Whitton. * Declare compliance with Debian Policy 3.9.8. -- Jonas Smedegaard Sun, 29 May 2016 17:35:09 +0200 haskell-swish (0.9.1.7-1) unstable; urgency=medium [ upstream ] * New release(s). [ Jonas Smedegaard ] * Declare compliance with Debian Policy 3.9.7. * Update copyright info: + Extend copyright for main upstream author to cover current year. + Extend copyright of packaging to cover current year. -- Jonas Smedegaard Fri, 05 Feb 2016 13:24:56 +0100 haskell-swish (0.9.1.5-2) unstable; urgency=medium * Fix (re-)drop build-dependency (accidentally reverted in 0.9.1.5-1). -- Jonas Smedegaard Sat, 26 Dec 2015 19:51:40 +0530 haskell-swish (0.9.1.5-1) unstable; urgency=medium [ upstream ] * New release(s). [ Jonas Smedegaard ] * Update copyright info: + Fix source URL. + Extend coverage for main upstream author. + Use License-Grant and License-Reference fields. Thanks to Ben Finney. * Relax inclusion of haskell-devscript snippet: Unneeded for clean target. * Add lintian override regarding license in License-Reference field. See bug#786450. * Add lintian override regarding debhelper 9. * Update package relations: + Relax GHC (build-)dependencies on semigroups. + Temporarily avoid build-depending on libghc-nats-doc (see bug#809032). * Strip hardcoded rpath of swish binary. -- Jonas Smedegaard Sat, 26 Dec 2015 19:16:01 +0530 haskell-swish (0.9.1.3-2) unstable; urgency=medium * Drop build-dependency on libghc-transformers-doc, unnecessary with GHC 7.8. -- Colin Watson Tue, 12 May 2015 01:25:47 +0100 haskell-swish (0.9.1.3-1) unstable; urgency=medium * Move packaging to pkg-haskell Alioth group. * Update copyright info: Extend coverage for myself. * Bump debhelper compatibility level to 9. * Enable use of network-uri. Update package relations: + Tighten GHC (build-)dependencies on network. + Add GHC (build-)dependencies on network-uri. + Relax GHC (build-)dependencies on polyparse and semigroups. -- Jonas Smedegaard Wed, 29 Apr 2015 12:49:13 +0200 haskell-swish (0.9.1.0-1) experimental; urgency=medium [ upstream ] * New release. [ Jonas Smedegaard ] * Update package relations: + Relax GHC (build-)dependencies on text. + Drop lower bounds where no older version exists in Debian. * Update copyright info: + Extend coverage for main upstream author. * Declare compliance with Debian Policy 3.9.6. * Update Vcs-Browser URL to use cgit web frontend. * Fix use canonical Vcs-Git URL. * Set flag to avoid newer network-uri than available in Debian. * Add patch 1001 to avoid bogus dependency on old network-uri. -- Jonas Smedegaard Sun, 21 Dec 2014 14:37:21 +0100 haskell-swish (0.9.0.15-1) unstable; urgency=medium * New upstream version. -- Clint Adams Tue, 16 Sep 2014 15:21:51 -0400 haskell-swish (0.9.0.14-1) unstable; urgency=medium [ Jonas Smedegaard ] * Fix update watch file to use Hackage distro-monitor. [ Clint Adams ] * New upstream version. -- Clint Adams Tue, 29 Apr 2014 22:47:01 -0400 haskell-swish (0.9.0.12-1) unstable; urgency=medium * New upstream version. * Bump to Standards-Version 3.9.5. -- Clint Adams Sun, 20 Apr 2014 10:15:26 -0400 haskell-swish (0.9.0.7-1) unstable; urgency=low [ upstream ] * New release. + Turtle parser: updated to the Candidate Recommendation (19 February 2013) specification; added minor improvements to error messages when given invalid syntax. As part of the upgrade, there is no longer a default namespace set up for the empty prefix and numeric literals are no-longer converted into a canonical form. + Turtle/N3 output: improved string formatting (better handling of string literals with three or more consecutive @\"@ characters); blank node handling has been improved but the output may not be as elegant. + NTriples parser: now accepts upper-case language tags such as @en-UK@ (case is preserved). + @Swish.QName.LName@ names can now contain @#@, @:@ and @/@ characters. + Added tests for the Turtle parser and formatter. + The new @w3ctests@ flag will build the @runw3ctests@ executable, which will run the W3C Turtle tests (if available locally). + Minor fixes and additions to the documentation. [ Jonas Smedegaard ] * Extend copyright coverage for main upstream author. -- Jonas Smedegaard Sun, 15 Sep 2013 20:17:25 +0200 haskell-swish (0.9.0.3-1) unstable; urgency=low * Initial packaging. Closes: bug#718018. -- Jonas Smedegaard Sat, 27 Jul 2013 22:59:10 +0200