From: Bdale Garbee Date: Tue, 7 Sep 2010 17:35:42 +0000 (-0600) Subject: one more bug fixed X-Git-Tag: debian/1.7.4p4-1~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7774ea185b896156eb5ad9fcfc2f1a39231623b6;p=debian%2Fsudo one more bug fixed --- diff --git a/debian/changelog b/debian/changelog index afc0c83..66169c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ sudo (1.7.4p4-1) UNRELEASED; urgency=low re-lecturing existing users, and to clean up after ourselves on upgrade, and remove the RAMRUN section from README.Debian since the new state dir should fix the original problem, closes: #585514 + * deliver README.Debian to both package flavors, closes: #593579 - -- Bdale Garbee Tue, 07 Sep 2010 10:11:02 -0600 + -- Bdale Garbee Tue, 07 Sep 2010 11:35:22 -0600 sudo (1.7.2p7-1) unstable; urgency=high diff --git a/debian/rules b/debian/rules index cf1318d..19362de 100755 --- a/debian/rules +++ b/debian/rules @@ -119,10 +119,10 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installdocs + dh_installdocs -A dh_installexamples -A sample.sudoers dh_installinit -psudo -psudo-ldap --name=sudo - dh_installman + dh_installman -A dh_installinfo -A dh_installchangelogs ChangeLog dh_strip