summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-29 15:35:18 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-29 15:35:18 -0400
commitfe3bf5cfa5e99cec28e0289508faaf9e68efec25 (patch)
tree6960790853004a956fb2dfa94925c1a498139d67 /doc
parentd6661136b167b05bb55afab08e8ee53e919a89c1 (diff)
misc minor changes
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index f338b577..450511e3 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -275,7 +275,8 @@ classes.
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.
+inside Debian::Debhelper::Buildsystem for details. Note that this interface
+is still subject to change.
Note that third-party buildsystems will not automatically be used by default,
but can be forced to be used via the --buildsystem parameter.