X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_suidregister;h=7f6cd40fb96f66511fb922e91e4d7284a5fd0d5a;hb=ce2b461ee2784fd5fbaae991d6846c7f1d69c73a;hp=64c98b73a87cbdc001cbab478f9daa513c3aa9a5;hpb=7d8cbb20a8cfe12fd50cc82b0e52c1ac10b8993b;p=debhelper.git diff --git a/dh_suidregister b/dh_suidregister index 64c98b7..7f6cd40 100755 --- a/dh_suidregister +++ b/dh_suidregister @@ -2,24 +2,24 @@ =head1 NAME -dh_suidregister - obsolete suid registration program +dh_suidregister - suid registration program (deprecated) =head1 SYNOPSIS - Do not run +Do not run! =head1 DESCRIPTION This program used to register suid and sgid files with L, but with the introduction of L, registration of files -in this way is unnecessary, and even harmful, so this program should not be -used. +in this way is unnecessary, and even harmful, so this program is deprecated +and should not be used. =head1 CONVERTING TO STATOVERRIDE Converting a package that uses this program to use the new statoverride -mechanism is easy. Just remove the call to dh_suidregister from -debian/rules, and add a versioned conflicts into your control file, as +mechanism is easy. Just remove the call to B from +F, and add a versioned conflicts into your F file, as follows: Conflicts: suidmanager (<< 0.50) @@ -104,7 +104,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } if (@files) { - # So we would have registered some files before. warning("This program should no longer be used. Please read the dh_suidregister(1) man page."); $notused=0; } @@ -117,7 +116,7 @@ if ($notused) { =head1 SEE ALSO -L +L This program is a part of debhelper.