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
|
hdevtools (0.1.6.0-1) unstable; urgency=medium
* New upstream release
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 03 Sep 2017 14:27:25 -0700
hdevtools (0.1.5.0-1) unstable; urgency=medium
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 18 Jun 2017 02:40:56 -0400
hdevtools (0.1.4.1-2) unstable; urgency=medium
* Apply upstream patch that fixes ghc library directory lookup
via stack for system installed ghc (Closes: #846023).
* Remove duplicate entries from build-depends field.
* Remove Joey Hess as an uploader (he has left Debian), and add myself.
-- Ilias Tsitsimpis <i.tsitsimpis@gmail.com> Mon, 28 Nov 2016 13:24:15 +0200
hdevtools (0.1.4.1-1) unstable; urgency=medium
* New upstream version.
* Update Vcs-* fields to reflect repository move.
-- Clint Adams <clint@debian.org> Sat, 29 Oct 2016 13:29:42 -0400
hdevtools (0.1.3.1-2) unstable; urgency=medium
* Update Vcs-* fields.
-- Clint Adams <clint@debian.org> Sat, 29 Oct 2016 12:12:28 -0400
hdevtools (0.1.3.1-1) unstable; urgency=medium
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Sun, 12 Jun 2016 14:04:41 +0200
hdevtools (0.1.2.2-1) unstable; urgency=medium
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Wed, 17 Feb 2016 10:56:08 +0100
hdevtools (0.1.2.1-1) unstable; urgency=medium
* New upstream release (Closes: #808550)
* Add the usual rpath lintian override
* Build using haskell-devscripts, to get the benefit of
${haskell:ghc-version}. We need to depend on that, as hdevtools is very
much tied to the GHC version (cf. ghc-mod, same situation).
-- Joachim Breitner <nomeata@debian.org> Sun, 20 Dec 2015 22:42:17 +0100
hdevtools (0.1.1.9-1) unstable; urgency=medium
* New upstream release
Requires ghc-7.10, due to updated dependency on process
-- Joachim Breitner <nomeata@debian.org> Wed, 29 Jul 2015 15:34:17 +0200
hdevtools (0.1.0.9-1) unstable; urgency=medium
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Mon, 01 Jun 2015 21:25:04 +0200
hdevtools (0.1.0.8-2) experimental; urgency=medium
* Remove debian/docs, not shipped by upstream any more
-- Joachim Breitner <nomeata@debian.org> Tue, 14 Apr 2015 13:43:50 +0200
hdevtools (0.1.0.8-1) experimental; urgency=medium
* New upstream release
* Fix watchfile
* Switch to 3.0 (quilt)
* Add debian/source/options to ignore files from upstream git that are not
in the released tarball.
-- Joachim Breitner <nomeata@debian.org> Tue, 14 Apr 2015 12:48:36 +0200
hdevtools (0.1.0.5-3) unstable; urgency=low
[ Colin Watson ]
* Build-depend on ghc-ghci, as Info.getIdentifierInfo relies on
interpreter-specific functions.
[ Joey Hess ]
* Rebuilt against current version of libghc-ghc-paths-dev,
which is necessary for it to be able to load modules built with ghc
7.6.3.
-- Joey Hess <joeyh@debian.org> Sat, 27 Jul 2013 13:01:31 -0400
hdevtools (0.1.0.5-2) unstable; urgency=low
* Correct debian/copyright file.
-- Joey Hess <joeyh@debian.org> Sun, 07 Apr 2013 17:02:19 -0400
hdevtools (0.1.0.5-1) unstable; urgency=low
* Initial release.
-- Joey Hess <joeyh@debian.org> Sun, 07 Apr 2013 14:48:20 -0400
|