From: Joey Hess Date: Wed, 1 Jul 2009 23:51:51 +0000 (-0400) Subject: mention configure X-Git-Tag: 7.3.1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=83066659cc06d097057dd08d09d674cdcdac8b52;hp=f7ec962f604a8ca44550a44aa2ecc50c20d65467;p=debhelper.git mention configure --- diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 450511e..4e7ea46 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -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.