]> git.donarmstrong.com Git - debhelper.git/blobdiff - doc/PROGRAMMING
Merge branch 'master' into buildsystems
[debhelper.git] / doc / PROGRAMMING
index 450511e3885509cce8551827a5a72e07f2a85f7c..4e7ea463dfed10678a65e62bba35998c501d4b85 100644 (file)
@@ -274,7 +274,7 @@ and are derived from Debian::Debhelper::Buildsystem, or other, related
 classes.
 
 A buildsystem class needs to inherit or define these methods: DESCRIPTION,
-check_auto_buildable, build, test, install, clean. See the comments
+check_auto_buildable, configure, build, test, install, clean. See the comments
 inside Debian::Debhelper::Buildsystem for details. Note that this interface
 is still subject to change.