File: changelog

package info (click to toggle)
haskell-intern 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: haskell: 958; sh: 5; makefile: 2
file content (141 lines) | stat: -rw-r--r-- 4,720 bytes parent folder | download
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
haskell-intern (0.9.3-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * drop patch cherry-picked upstream now applied

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 11 Oct 2020 03:29:16 +0200

haskell-intern (0.9.2-5) unstable; urgency=medium

  * add patch cherry-picked upstream to allow hashable-1.3.*
  * use debhelper compatibility level 10 (not 9)
  * relax build-dependency on libghc-hashable-dev
  * declare compliance with Debian Policy 4.5.0

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 05 Jun 2020 15:03:42 +0200

haskell-intern (0.9.2-4) unstable; urgency=medium

  * Fix doc-base metadata.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 18 Nov 2018 12:07:33 +0100

haskell-intern (0.9.2-3) unstable; urgency=medium

  * Simplify rules: Stop resolve build-dependencies in rules file.
  * Stop build-depend on dh-buildinfo.
  * Wrap and sort control file.
  * Build-depend on recent ghc/ghc-prof/ghc-doc,
    favored over GHC for text.
  * Declare compliance with Debian Policy 4.2.1.
  * Declare installation of examples in debhelper snippet.
  * Drop license boilerplate from rules file
    (treat debian/* Files section as authoritative).
  * Set Rules-Requires-Root: no.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 18 Nov 2018 11:24:47 +0100

haskell-intern (0.9.2-2) unstable; urgency=medium

  * Simple rebuild.
    Closes: Bug#896973.
  * Update watch file: Fix typo in usage comment.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 08 May 2018 09:21:57 +0200

haskell-intern (0.9.2-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Update contro file:
    + Update Vcs-* fields: Source moved to Salsa.
    + Update homepage URL: Use https protocol. Strip trailing /.
    + Use priority optional (not deprecated extra).
    + Update Maintainer email address.
    + Declare compliance with Debian Policy 4.1.4.
  * Drop CDBS get-orig-source target: Use "gbp import-orig --uscan"
    instead.
  * Update watch file:
    + Add usage comment.
    + Bump to version 4.
    + Use substitution variables.
  * Update copyright info:
    + Extend coverage for myself.
    + Update copyright info: Rewrap using semantic newlines.
  * Tighten lintian overrides regarding License-Reference.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 27 Apr 2018 21:12:00 +0200

haskell-intern (0.9.1.4-3) unstable; urgency=medium

  * Modernize cdbs:
    + Stop suppress versioned build-dependency on debhelper.
    + Do copyright-check in maintainer script (not during build).
  * Update copyright info:
    + Extend copyright of packaging to cover current year.
    + Use https protocol in format string.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
  * Declare compliance with Debian Policy 4.0.0.
  * Modernize Vcs-* fields:
    + Use https protocol.
    + Use git (not cgit) in path.
  * Add lintian overrides regarding license in License-Reference field.
    See bug#786450.
  * Modernize git-buildpackage config:
    + Filter any .git* file.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 21 Jun 2017 10:11:25 +0200

haskell-intern (0.9.1.4-2) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8.
  * Update copyright info: Extend coverage of packaging to include this
    year.
  * Relax inclusion of hlibrary.mk, to ease bootstrap of build (i.e. not
    need to install Haskell development environment outside build
    chroot).
  * Modernize CDBS setup: Build-depend on licensecheck (not devscripts).
  * Simply doing this rebuild implies rebuilding against ghc 8.
    Closes: Bug#843405. Thanks to Clint Adams.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 17 Nov 2016 00:24:53 +0100

haskell-intern (0.9.1.4-1) unstable; urgency=medium

  * Bump debhelper compatibility level to 9.
  * Move packaging to pkg-haskell Alioth group.
  * Declare compliance with Debian Policy 3.9.6.
  * Update copyright info:
    + Extend coverage for myself.
    + Fix reference upstream URL for GPL license.
  * Update package relations: Relax GHC (build-)dependencies for text.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 29 Apr 2015 08:28:29 +0200

haskell-intern (0.9.1.3-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Fix update watch file to use Hackage distro-monitor.
  * Update package relations:
    + Relax GHC (build-)dependencies on text.
  * Update copyright file:
    + Extend coverage for main author.
  * Bump standards-version to 3.9.5.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 23 Apr 2014 19:28:23 +0200

haskell-intern (0.9.1.1-1) unstable; urgency=low

  * Initial packaging.
    Closes: bug#718017.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 27 Jul 2013 22:51:53 +0200