summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Dh_Buildsystems.pm
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-06-21 22:35:30 +0300
committerModestas Vainius <modestas@vainius.eu>2009-06-21 22:35:30 +0300
commit141b5cea6a5ab4efee9d0994b84b88ac2e4c5bf5 (patch)
tree225f1ac43cfb3648605df2e38853fcbad2fd5828 /Debian/Debhelper/Dh_Buildsystems.pm
parent153d40c7259a0b973a53bf8f28cdf839eb2a39e4 (diff)
Terminology change.
I previously used "built-in debhelper build system" or "default debhelper build system" for those shipped with debhelper. Now it is "standard debhelper build system". Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Diffstat (limited to 'Debian/Debhelper/Dh_Buildsystems.pm')
-rw-r--r--Debian/Debhelper/Dh_Buildsystems.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm
index df810208..3b150bd1 100644
--- a/Debian/Debhelper/Dh_Buildsystems.pm
+++ b/Debian/Debhelper/Dh_Buildsystems.pm
@@ -88,9 +88,9 @@ sub load_all_buildsystems {
}
}
- # Push debhelper built-in build systems first
+ # Push standard debhelper build systems first
for my $name (@BUILDSYSTEMS) {
- error("debhelper built-in build system '$name' could not be found/loaded")
+ error("standard debhelper build system '$name' could not be found/loaded")
if not exists $buildsystems{$name};
push @buildsystems, $buildsystems{$name};
delete $buildsystems{$name};