]> git.donarmstrong.com Git - debhelper.git/commit
debhelper modular buildsystems (try 3).
authorModestas Vainius <modestas@vainius.eu>
Wed, 15 Apr 2009 14:39:06 +0000 (17:39 +0300)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 15 Apr 2009 18:10:08 +0000 (14:10 -0400)
commit14d936391e07454c7936a28c512e8b42b26cd05e
tree3cf37c8050adf723f751663260e19afd26a899b6
parentacd3bec058d14c227f1f45c42122caa6d7a09e89
debhelper modular buildsystems (try 3).

* New feature - when listing buildsystems, list their status too
  (auto/specified).
* Dh_Buildsystem_Basic.pm renamed to Dh_Buildsystem.pm
* Addressed a few issues expressed in the comments, answered a few
  comments.
* Cache DEB_BUILD_GNU_TYPE value. Performance hit is noticable when
  listing build systems.
* is_auto_buildable() renamed to check_auto_buildable() (again).
  Since there is is_buildable() now, I didn't want to use is_ for
  that method.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Debian/Debhelper/Buildsystem/autotools.pm
Debian/Debhelper/Buildsystem/cmake.pm
Debian/Debhelper/Buildsystem/makefile.pm
Debian/Debhelper/Buildsystem/perl_build.pm
Debian/Debhelper/Buildsystem/perl_makemaker.pm
Debian/Debhelper/Buildsystem/python_distutils.pm
Debian/Debhelper/Dh_Buildsystem.pm [new file with mode: 0644]
Debian/Debhelper/Dh_Buildsystem_Basic.pm [deleted file]
Debian/Debhelper/Dh_Buildsystems.pm