summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--doc/todo/Sbuild_support_for_Buntish.mdwn2
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 27496138..73540dfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+propellor (5.7.0) UNRELEASED; urgency=medium
+
+ * Sbuild.built no longer includes Apt.stdSourcesList by default,
+ in order to support non-Debian OS's. (API change)
+ To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built
+ calls which have osDebian.
+ Thanks, Sean Whitton
+
+ -- Joey Hess <id@joeyh.name> Mon, 01 Apr 2019 11:35:15 -0400
+
propellor (5.6.1) unstable; urgency=medium
* fix Libvirt.hs haddock build
diff --git a/doc/todo/Sbuild_support_for_Buntish.mdwn b/doc/todo/Sbuild_support_for_Buntish.mdwn
index 03a4835e..43a5d2d1 100644
--- a/doc/todo/Sbuild_support_for_Buntish.mdwn
+++ b/doc/todo/Sbuild_support_for_Buntish.mdwn
@@ -1,2 +1,4 @@
Property.Sbuild claims to support Buntish Oses, but for me it fails in Apt.stdSourcesList, because that function currently (5.6.1) only supports
Debian. I suppose the right solution is to extend Apt.stdSourcesList, but maybe Property.Sbuild should do it's own thing?
+
+> Patch applied (and it is an API change) [[done]] --[[Joey]]