]> git.donarmstrong.com Git - debhelper.git/commitdiff
Terminology change.
authorModestas Vainius <modestas@vainius.eu>
Sun, 21 Jun 2009 19:35:30 +0000 (22:35 +0300)
committerModestas Vainius <modestas@vainius.eu>
Sun, 21 Jun 2009 19:35:30 +0000 (22:35 +0300)
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>
Debian/Debhelper/Dh_Buildsystems.pm
dh_auto.pod

index df810208e22222c2315bebbc720f1cda8be57b0d..3b150bd11062bbf8b325ef3bf362c24a8c691815 100644 (file)
@@ -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};
index 6eb244fb74271292939ea8ff985ac3fc63244ab6..c8398b5e07542ee1875d694e82bd0ad3315210db 100644 (file)
@@ -118,7 +118,7 @@ in the external package. The only limitation is that support for it can only be
 enabled manually (via "Manual build system selection"). Their auto-selection is
 not allowed in order to keep the process stable under various system
 configurations (i.e. when different sets of third party debhelper build systems
-are installed). However, the user can always discover all default and third
+are installed). However, the user can always discover all standard and third
 party debhelper build systems supported on the system by passing the L<--list>
 option to any dh_auto program.
 
@@ -186,7 +186,7 @@ directory path.
 =item B<--list>, B<-l>
 
 List all debhelper build systems available on this system and exit. The list
-includes both default (listed first in the auto-selection order) and third
+includes both standard (listed first in the auto-selection order) and third
 party build systems (clearly marked as such). The list is concluded with the
 information about which build system would be auto-selected to complete the
 building step or which one is manually specified with the I<--buildsystem>
@@ -216,7 +216,7 @@ L<debhelper(7)>
 
 =over 2
 
-=item B<Default debhelper build systems>
+=item B<Standard debhelper build systems>
 
 #BUILD SYSTEM MAN LIST#