summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-20 16:13:28 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-20 16:13:28 -0400
commitb2eea9742fb1089d56d853996d4374f92739c51e (patch)
tree195db4ab2c9ed05804476ea4d4eb11186bf15249 /doc
parentbf9a20e757e561690c21b7b666fbdf2cfb14e959 (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index f1bc7a0d..bd79628c 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -279,4 +279,7 @@ A buildsystem class needs to inherit or define these methods: DESCRIPTION,
check_auto_buildable, build, test, install, clean. See the comments
inside Debian::Debhelper::Buildsystem for details.
+Note that third-party buildsystems will not automatically be used by default,
+but can be forced to be used via the --buildsystem parameter.
+
-- Joey Hess <joeyh@debian.org>