From: joey Date: Tue, 17 Aug 1999 05:11:57 +0000 (+0000) Subject: r187: Initial Import X-Git-Tag: debian_version_0_1~56 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fbc69e71bb51ff59bb048021151fa10cfc6f8366;p=debhelper.git r187: Initial Import --- diff --git a/debian/changelog b/debian/changelog index b30b0f5..58da543 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (1.2.49) unstable; urgency=low + + * dh_fixperms: if called with -X, was attempting to change permissions of + even symlinks. This could have even caused it to follow the symlinks and + modify files on the build system in some cases. Ignores them now. (#35102) + + -- Joey Hess Wed, 24 Mar 1999 13:21:49 -0800 + debhelper (1.2.48) unstable; urgency=low * dh_fixperms.1: improved documentation. (#34968) diff --git a/doc/README b/doc/README index fffa2bc..c292c2b 100644 --- a/doc/README +++ b/doc/README @@ -9,7 +9,7 @@ that use debhelper commands extensively. See /usr/doc/debhelper/examples/ . These files are also useful as they give one good order you can run the various debhelper scripts in (though other variations are possible). -For a more gentle introduction, the maint-guid debian package contains a +For a more gentle introduction, the maint-guide debian package contains a tutorial about making your first package using Debhelper.