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
|
stylish-haskell (0.12.2.0-1) unstable; urgency=medium
* New upstream release.
* Update build-dep src-exts -> ghc-lib-parser.
* Update other build-dep bounds.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 17 Jan 2021 11:24:44 -0700
stylish-haskell (0.11.0.0-1) unstable; urgency=medium
* New upstream release.
* Updates now that stylish-haskell.1.adoc has been merged upstream:
- add self to Files: * d/copyright stanza
- update debian/{clean,manpages,rules}
- drop debian/ copy of the manpage.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 26 Jul 2020 20:11:16 -0700
stylish-haskell (0.9.4.4-1) unstable; urgency=medium
* New upstream release.
-- Sean Whitton <spwhitton@spwhitton.name> Wed, 15 Jan 2020 06:59:45 -0700
stylish-haskell (0.9.4.3-1) unstable; urgency=medium
* New upstream version.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 01 Nov 2019 20:19:27 -0700
stylish-haskell (0.9.2.2-3) unstable; urgency=medium
* Add new changelog entry, source upload to unstable
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 09 Sep 2019 10:31:15 +0200
stylish-haskell (0.9.2.2-2) unstable; urgency=medium
* Update semigroup dependency
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 09 Sep 2019 10:19:47 +0200
stylish-haskell (0.9.2.2-1) unstable; urgency=medium
* New upstream release.
* Update build-dep bounds.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 14 Jul 2019 15:35:52 +0100
stylish-haskell (0.9.2.1-1) unstable; urgency=medium
* New upstream release.
* Update build-dep bounds.
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 12 Jan 2019 09:53:02 -0700
stylish-haskell (0.9.2.0-1) unstable; urgency=medium
* New upstream release (Closes: #898524).
- New build-deps on libghc-file-embed-{dev,prof}
* Stop installing default config to /usr/share/stylish-haskell
Now embedded in the executable.
- Drop FILES section from manpage.
* Update d/copyright:
- Bump years
- Add stanza for scripts/*
(Not installed in our binary packages.)
- Replace 'BSD3' with 'BSD-3-clause'.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 13 May 2018 11:06:57 -0700
stylish-haskell (0.8.1.0-1) unstable; urgency=medium
* New upstream release (Closes: #881821).
* Declare compliance with Debian Policy version 4.1.1.
- Update Priority: 'extra' -> 'optional'
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 17 Nov 2017 13:56:04 -0700
stylish-haskell (0.7.1.0-1) unstable; urgency=medium
* New upstream release (Closes: #867193).
- Bump build-deps for aeson, src-exts, optparse-applicative and hunit.
* Drop override_dh_compress stanza.
Policy does not actually require us to compress a file that small.
* Update Vcs-Browser.
* Switch to dgit-maint-merge(7) workflow.
- Add d/source/options
- Add d/source/patch-header
* Bump debhelper compat to 10.
* Bump standards version to 4.0.0 (no changes required).
-- Sean Whitton <spwhitton@spwhitton.name> Wed, 05 Jul 2017 08:19:33 +0100
stylish-haskell (0.6.1.0-1) unstable; urgency=medium
* New upstream release.
* Refresh patch to README.
* Add new options to manpage:
- --no-utf8
- --version
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 30 Jul 2016 21:14:51 -0700
stylish-haskell (0.5.17.0-2) unstable; urgency=low
* General manpage with asciidoctor instead of ronn.
Second attempt at making it reproducible.
* Remove non-existent -V & --version options from manpage.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 24 Jun 2016 15:34:29 +0900
stylish-haskell (0.5.17.0-1) unstable; urgency=medium
* New upstream release.
- Dependency change: cmdargs -> optparse-applicative
* Drop 0002-move-CHANGELOG-entry-from-README.patch
Merged upstream.
* Pass changelog timestamp to ronn so manpage builds reproducibly.
* Add debian/stylish-haskell.1 to d/clean.
-- Sean Whitton <spwhitton@spwhitton.name> Tue, 21 Jun 2016 14:56:59 +0900
stylish-haskell (0.5.16.0-1) unstable; urgency=medium
* Initial release (Closes: #821196)
-- Sean Whitton <spwhitton@spwhitton.name> Sat, 16 Apr 2016 15:00:39 -0700
|