Your message dated Wed, 04 Apr 2007 04:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#382122: fixed in sudo 1.6.8p12-5
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: sudo
Version: 1.6.8p12-4
Severity: minor
Tags: patch
The 'clean' target in debian/rules removes the sudoers.man.in and
sudo.man.in files, but they are not recreated. This means running
'debuild' twice causes the second to fail due to the two ".in" files not
existing.
There is a comment about ensuring "pod changes get picked up" so I'm not
sure if the attached patch means that's no longer the case, but it
_does_ allow sudo to be rebuilt multiple times from the same source
directory.
-Ted
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-1-686
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Versions of packages sudo depends on:
ii libc6 2.3.6-18 GNU C Library: Shared libraries
ii libpam-modules 0.79-3.1 Pluggable Authentication Modules f
ii libpam0g 0.79-3.1 Pluggable Authentication Modules l
sudo recommends no packages.
-- no debconf information
diff -ruN sudo-1.6.8p12/debian/rules sudo-1.6.8p12-new/debian/rules
--- sudo-1.6.8p12/debian/rules 2006-08-08 17:39:21.000000000 +1000
+++ sudo-1.6.8p12-new/debian/rules 2006-08-08 17:44:32.000000000 +1000
@@ -48,8 +48,7 @@
dh_testdir
# ensure our pod changes get picked up
- -rm -f sudoers.man.in sudoers.man sudo.man.in sudo.man
- -$(MAKE) sudoers.man.in sudo.man.in
+ -rm -f sudoers.man sudo.man
-$(MAKE) -C build-simple
-$(MAKE) -C build-ldap
--- End Message ---
--- Begin Message ---
Source: sudo
Source-Version: 1.6.8p12-5
We believe that the bug you reported is fixed in the latest version of
sudo, which is due to be installed in the Debian FTP archive:
sudo-ldap_1.6.8p12-5_i386.deb
to pool/main/s/sudo/sudo-ldap_1.6.8p12-5_i386.deb
sudo_1.6.8p12-5.diff.gz
to pool/main/s/sudo/sudo_1.6.8p12-5.diff.gz
sudo_1.6.8p12-5.dsc
to pool/main/s/sudo/sudo_1.6.8p12-5.dsc
sudo_1.6.8p12-5_i386.deb
to pool/main/s/sudo/sudo_1.6.8p12-5_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated sudo package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 3 Apr 2007 21:48:45 -0600
Source: sudo
Binary: sudo-ldap sudo
Architecture: source i386
Version: 1.6.8p12-5
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description:
sudo - Provide limited super user privileges to specific users
sudo-ldap - Provide limited super user privileges to specific users
Closes: 296605 316249 368746 374509 382122 401366
Changes:
sudo (1.6.8p12-5) unstable; urgency=low
.
* update debian/copyright to reflect new upstream URL, closes: #368746
* add sandwich cartoon URL to the README.Debian
* don't remove sudoers on purge. can cause problems when moving between
sudo and sudo-ldap. leaving sudoers around on purge seems like the least
evil choice for now, closes: #401366
* also preserve XAPPLRESDIR, XFILESEARCHPATH, and XUSERFILESEARCHPATH,
closes: #374509
* accept patch that improves debian/rules from Ted Percival, closes: #382122
* no longer build with --with-exempt=sudo, provide an example entry in the
default sudoers file instead, closes: #296605
* add --with-devel to configure and augment build dependencies so that flex
and yacc files get re-generated on every build, closes: #316249
Files:
ee074ce5e26d3f5ee5da0a84429af3cd 617 admin optional sudo_1.6.8p12-5.dsc
202eaa5b5f5a32c5e8d0ce37893aee15 34206 admin optional sudo_1.6.8p12-5.diff.gz
44389e0934adabbd7a7813b9c047d1a0 162746 admin optional sudo_1.6.8p12-5_i386.deb
f336d97176c963a72a11ee3bfd41be6c 174290 admin optional
sudo-ldap_1.6.8p12-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGEyIYZKfAp/LPAagRAjuLAJ9xMCEho/UHRc+9d4tumvNnZ7OL7gCeMjIS
erWZwwh1+h/5AeJJbY9qn+8=
=mieN
-----END PGP SIGNATURE-----
--- End Message ---