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