From 3632a07142dca7422c3343e98de33f2abec629aa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Nov 2019 15:44:12 -0400 Subject: Changed the ChrootBootstrapper type class's buildchroot method to take a Info parameter, instead of Maybe System. The System can be extracted from the Info; this also allows the chroot's Info to be introspected for eg, the apt mirror. (API change) --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3031d05a..da528717 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ propellor (5.10.1) UNRELEASED; urgency=medium * Localdir.hasOriginUrl: Type changed from UnixLike to DebianLike because Git.installed is not implemented for other unixes. (API change) + * Changed the ChrootBootstrapper type class's buildchroot method + to take a Info parameter, instead of Maybe System. + (The System can be extracted from the Info.) + (API change) -- Joey Hess Thu, 08 Aug 2019 11:33:37 -0400 -- cgit v1.2.3 From 67449c0c197bdea5d6aa488b74023e93400dbb6f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 12 Nov 2019 14:55:44 -0700 Subject: update changelog Signed-off-by: Sean Whitton --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index da528717..4b79f8ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ propellor (5.10.1) UNRELEASED; urgency=medium + [ Joey Hess ] * Localdir.hasOriginUrl: Depend on Git.installed. * Localdir.hasOriginUrl: Type changed from UnixLike to DebianLike because Git.installed is not implemented for other unixes. @@ -9,6 +10,11 @@ propellor (5.10.1) UNRELEASED; urgency=medium (The System can be extracted from the Info.) (API change) + [ Sean Whitton ] + * Chroot.{de,}bootstrapped uses the chroot's configured apt proxy and + mirror, if these exist, when debootstrapping the chroot. + * Rename Sbuild.useHostProxy -> Chroot.useHostProxy. (API change) + -- Joey Hess Thu, 08 Aug 2019 11:33:37 -0400 propellor (5.9.1) unstable; urgency=medium -- cgit v1.2.3 From 569e3afff6198edb06d9f17778b5725ebce18543 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 15 Nov 2019 13:26:57 -0400 Subject: releasing package propellor version 5.10.1 --- debian/changelog | 4 ++-- propellor.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 4b79f8ab..6d52685a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (5.10.1) UNRELEASED; urgency=medium +propellor (5.10.1) unstable; urgency=medium [ Joey Hess ] * Localdir.hasOriginUrl: Depend on Git.installed. @@ -15,7 +15,7 @@ propellor (5.10.1) UNRELEASED; urgency=medium mirror, if these exist, when debootstrapping the chroot. * Rename Sbuild.useHostProxy -> Chroot.useHostProxy. (API change) - -- Joey Hess Thu, 08 Aug 2019 11:33:37 -0400 + -- Joey Hess Fri, 15 Nov 2019 13:26:19 -0400 propellor (5.9.1) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 17b9510b..152c59da 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 5.9.1 +Version: 5.10.1 Cabal-Version: 1.20 License: BSD2 Maintainer: Joey Hess -- cgit v1.2.3 From 04eaacf5f670c6d308b6085382ac5eff2cc442d6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 16 Feb 2020 12:37:34 -0400 Subject: changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 6d52685a..ae7502dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (5.10.2) UNRELEASED; urgency=medium + + * Bootstrap: Fix typo in Arch Linux dependencies. + Thanks, Robin Munn + + -- Joey Hess Sun, 16 Feb 2020 12:37:10 -0400 + propellor (5.10.1) unstable; urgency=medium [ Joey Hess ] -- cgit v1.2.3 From c6d1482a2b6552a21903d3d4e3dccc39131a17e8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Feb 2020 17:08:52 -0400 Subject: changelog --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ae7502dc..31826ca6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ propellor (5.10.2) UNRELEASED; urgency=medium + * Fix build with ghc 8.6.3. + Thanks, Robin Munn * Bootstrap: Fix typo in Arch Linux dependencies. Thanks, Robin Munn -- cgit v1.2.3 From cc3289f70f09d2fa061cc21e47ea44d4b374dadd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Mar 2020 00:15:38 -0400 Subject: changelog --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 31826ca6..22987327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ propellor (5.10.2) UNRELEASED; urgency=medium Thanks, Robin Munn * Bootstrap: Fix typo in Arch Linux dependencies. Thanks, Robin Munn + * Bootstrap: Add haskell-type-errors package on Arch Linux. + Thanks, Robin Munn -- Joey Hess Sun, 16 Feb 2020 12:37:10 -0400 -- cgit v1.2.3