]> git.donarmstrong.com Git - debhelper.git/commitdiff
reword descriptions
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 20 Apr 2009 19:00:55 +0000 (15:00 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 20 Apr 2009 19:00:55 +0000 (15:00 -0400)
Shorten, remove duplicate verbiage, and list the characteristic file
of the build system.

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

index edebd98dacc83316deff605190e532a14c9478dc..3bbd274079358268339c5a0647dc5cdcbe26c56d 100644 (file)
@@ -12,7 +12,7 @@ use Debian::Debhelper::Dh_Lib;
 use base 'Debian::Debhelper::Buildsystem::makefile';
 
 sub DESCRIPTION {
-       "support for building GNU Autotools based packages"
+       "GNU Autotools (configure)"
 }
 
 sub check_auto_buildable {
index fe91503cf9d1fdb133d97888f8732c768d89edeb..8bdbabbbb1d514e9af5776db0f15b39778937e97 100644 (file)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 use base 'Debian::Debhelper::Buildsystem::makefile';
 
 sub DESCRIPTION {
-       "support for building CMake based packages (outside-source tree only)"
+       "CMake (CMakeLists.txt)"
 }
 
 sub check_auto_buildable {
index db244526fd068cfb60ebf670b2624fc783209a66..244ef30d7c062ff95385e6b65780b0438ccc1b04 100644 (file)
@@ -43,7 +43,7 @@ sub make_first_existing_target {
 }
 
 sub DESCRIPTION {
-       "support for building Makefile based packages (make && make install)"
+       "simple Makefile"
 }
 
 sub new {
index e00a7eb0bf93721b926d3f5f9af3f1b1725f6fb9..ce69f4ce55c2fdb87a02633c667eadd1702709b3 100644 (file)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 use base 'Debian::Debhelper::Buildsystem';
 
 sub DESCRIPTION {
-       "support for building Perl Build.PL based packages (in-source only)"
+       "Perl Module::Build (Build.PL)"
 }
 
 sub check_auto_buildable {
index 1d08dd662fa6b616a0dd2a8d4c401aff8e624a87..eaaee537d256750adc20afc71fd82a420b210d65 100644 (file)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 use base 'Debian::Debhelper::Buildsystem::makefile';
 
 sub DESCRIPTION {
-       "support for building Perl MakeMaker based packages (in-source only)"
+       "Perl ExtUtils::MakeMaker (Makefile.PL)"
 }
 
 sub check_auto_buildable {
index 1013c4bd95095898d14e31307178addbdefb7231..01a8c14ea28d2c21df796c3a2b99416ac2e5a020 100644 (file)
@@ -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 {