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
|
dh-haskell (0.3.1) unstable; urgency=medium
* Take advantage of ${perl:Depends} variable, provided by dh_perl(1).
(Closes: #839020) (Thanks: Niko Tyni <ntyni@debian.org>)
-- Dmitry Bogatov <KAction@gnu.org> Wed, 28 Sep 2016 19:27:54 +0300
dh-haskell (0.3) unstable; urgency=medium
* Avoid push on scalar, which in now forbidden (Closes: #838888)
(Thanks: Chris Lamb <lamby@debian.org>)
* Replace git:// with https:// link in Vcs-Git
-- Dmitry Bogatov <KAction@gnu.org> Mon, 26 Sep 2016 10:44:07 +0300
dh-haskell (0.2) unstable; urgency=medium
* Correctly handle packages without library. (Closes: #820406)
Patch is inspired by one, provided by Neil Mayhew.
* Fix handling of multiple flags, returned by `dpkg-buildflags'.
(Closes: #822947) Patch provided by Colin Watson (cjwatson@ubuntu.com).
* Bump standards version to 3.9.8 (no changes needed)
* Fix debian/copyright syntax
* Use secure uri in Vcs-Git field
* Fix spelling errors
* Fix wrong links in debian/control
-- Dmitry Bogatov <KAction@gnu.org> Fri, 08 Apr 2016 12:47:00 +0300
dh-haskell (0.1) unstable; urgency=low
* Initial release
-- Dmitry Bogatov <KAction@gnu.org> Thu, 09 Jul 2015 23:27:17 +0300
|