summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2019-04-01 11:38:29 -0400
committerJoey Hess2019-04-01 11:38:29 -0400
commit3c3394c84b46e8e65eac010b06279b71758a5712 (patch)
treebba4ea85f05d23c7840087b0dfc82a4fa9f941be /doc
parent5e793353bfffead43e540ff8a9a2636b5bf15fad (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Sbuild_support_for_Buntish.mdwn2
1 files changed, 2 insertions, 0 deletions
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]]