]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/python_distutils.pm
code review, added comments
[debhelper.git] / Debian / Debhelper / Buildsystem / python_distutils.pm
index 2a6df37b0a1ce933bd87072fcfab0ef31a63cbe6..2e7eacbb30eae5a9e3225e49d6b512f6ebd608e7 100644 (file)
@@ -28,6 +28,8 @@ sub get_builddir_option {
        return;
 }
 
+# XXX JEH the default for all these methods is to do nothing successfully.
+# So either this, or those default stubs, need to be removed.
 sub configure_impl {
        # Do nothing
        1;
@@ -38,6 +40,7 @@ sub build_impl {
        doit("python", "setup.py", "build", @_);
 }
 
+# XXX JEH see anove comment
 sub test_impl {
        1;
 }