1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
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 <dr@jones.dk> 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 <dr@jones.dk> 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 <dr@jones.dk> 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 <dr@jones.dk> 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 <dr@jones.dk> 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 <cjwatson@debian.org> 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 <dr@jones.dk> 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 <dr@jones.dk> Sun, 21 Dec 2014 14:37:21 +0100
haskell-swish (0.9.0.15-1) unstable; urgency=medium
* New upstream version.
-- Clint Adams <clint@debian.org> 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 <clint@debian.org> 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 <clint@debian.org> 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 <dr@jones.dk> 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 <dr@jones.dk> Sat, 27 Jul 2013 22:59:10 +0200
|