diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-20 15:00:55 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-20 15:00:55 -0400 |
commit | ecd107bbec3336d9fa2c4cedfc2f7ce86af66bb8 (patch) | |
tree | 511006e8b8990910d1553798782e81410c536b02 /Debian/Debhelper/Buildsystem/python_distutils.pm | |
parent | 0ccb397a6c52894c8756b3611121b4e1bbe11e5e (diff) |
reword descriptions
Shorten, remove duplicate verbiage, and list the characteristic file
of the build system.
Diffstat (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm')
-rw-r--r-- | Debian/Debhelper/Buildsystem/python_distutils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 1013c4b..01a8c14 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -12,7 +12,7 @@ use Debian::Debhelper::Dh_Lib; use base 'Debian::Debhelper::Buildsystem'; sub DESCRIPTION { - "support for building Python distutils based packages" + "Python distutils" } sub check_auto_buildable { |