diff options
author | joey <joey> | 2001-01-10 22:21:55 +0000 |
---|---|---|
committer | joey <joey> | 2001-01-10 22:21:55 +0000 |
commit | 0f67d07da233d81970617f552f5c83176b048fd2 (patch) | |
tree | 8f3a718ef38cdabeef2c784fb90e5270eff62d71 /examples | |
parent | e4b1e959c35acf5b49f4c4950c33cdb71f4f8613 (diff) | |
download | debhelper-0f67d07da233d81970617f552f5c83176b048fd2.tar.gz |
r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
packages that contain suid binaries should include the binaries suid in
the .deb, and dpkg-statoverride can override this. If this is done
to a program that previously used suidmanager, though, you need to
conflict with suidmanager (<< 0.50).
* Made dh_suidmanager check to see if it would have done anything before.
If so, it states that it is obsolete, and refer users to the man
page, which now explains the situation, and then aborts the build.
If it would have done nothing before, it just outputs a warning that
it is an obsolete program.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rules | 2 | ||||
-rwxr-xr-x | examples/rules.indep | 2 | ||||
-rwxr-xr-x | examples/rules.multi | 4 | ||||
-rwxr-xr-x | examples/rules.multi2 | 2 |
4 files changed, 0 insertions, 10 deletions
diff --git a/examples/rules b/examples/rules index 19b5777a..7eef799e 100755 --- a/examples/rules +++ b/examples/rules @@ -64,8 +64,6 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - # You may want to make some executables suid here. - dh_suidregister # dh_makeshlibs dh_installdeb # dh_perl diff --git a/examples/rules.indep b/examples/rules.indep index 0c3e6e15..71e0a52d 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -61,8 +61,6 @@ binary-indep: build install dh_link dh_compress dh_fixperms - # You may want to make some executables suid here. - dh_suidregister dh_installdeb # dh_perl dh_gencontrol diff --git a/examples/rules.multi b/examples/rules.multi index 6ba2bc88..0dc703fc 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -66,8 +66,6 @@ binary-indep: build install dh_link -i dh_compress -i dh_fixperms -i - # You may want to make some executables suid here. - dh_suidregister -i dh_installdeb -i # dh_perl -i dh_gencontrol -i @@ -97,8 +95,6 @@ binary-arch: build install dh_link -a dh_compress -a dh_fixperms -a - # You may want to make some executables suid here. - dh_suidregister -a # dh_makeshlibs -a dh_installdeb -a # dh_perl -a diff --git a/examples/rules.multi2 b/examples/rules.multi2 index 0af60eea..0684ca6f 100755 --- a/examples/rules.multi2 +++ b/examples/rules.multi2 @@ -70,8 +70,6 @@ binary-common: dh_link dh_compress dh_fixperms - # You may want to make some executables suid here. - dh_suidregister # dh_makeshlibs dh_installdeb # dh_perl |