summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/cmake.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-20 15:00:55 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-20 15:00:55 -0400
commitecd107bbec3336d9fa2c4cedfc2f7ce86af66bb8 (patch)
tree511006e8b8990910d1553798782e81410c536b02 /Debian/Debhelper/Buildsystem/cmake.pm
parent0ccb397a6c52894c8756b3611121b4e1bbe11e5e (diff)
reword descriptions
Shorten, remove duplicate verbiage, and list the characteristic file of the build system.
Diffstat (limited to 'Debian/Debhelper/Buildsystem/cmake.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/cmake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/cmake.pm b/Debian/Debhelper/Buildsystem/cmake.pm
index fe91503c..8bdbabbb 100644
--- a/Debian/Debhelper/Buildsystem/cmake.pm
+++ b/Debian/Debhelper/Buildsystem/cmake.pm
@@ -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 {