From 95f0a0968c30a6737c3f321f305985b3fd33a63e Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Mon, 15 Jun 2009 16:20:11 +0300 Subject: Some cosmetic changes in the comments and strings. * buildsystem -> build system * dh_auto build system -> debhelper build system * plugin -> class * a few rewording changes in the comments. * Enhance python_distutils::DESCRIPTION(). --- Debian/Debhelper/Buildsystem/python_distutils.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm') diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 2641173..d05e381 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -1,5 +1,5 @@ -# A buildsystem plugin for building Python Distutils based -# projects. +# A debhelper build system class for building Python Distutils based +# projects. It prefers out of source tree building. # # Copyright: © 2008 Joey Hess # © 2008-2009 Modestas Vainius @@ -13,7 +13,7 @@ use Debian::Debhelper::Dh_Lib qw(error); use base 'Debian::Debhelper::Buildsystem'; sub DESCRIPTION { - "Python distutils" + "Python Distutils (setup.py)" } sub DEFAULT_BUILD_DIRECTORY { -- cgit v1.2.1