Your message dated Wed, 28 Jun 2006 18:26:26 +0100
with message-id <[EMAIL PROTECTED]>
and subject line This was fixed a while ago
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: courier
Version: N/A; reported 2002-08-19
Severity: serious
Justification: Policy 5.2

Policy 5.2 says wrt to debian/rules:
|clean
| This must undo any effects that the build and binary targets may have
| had, except that it should leave alone any output files created in the
| parent directory by a run of a binary target. This target must be
| non-interactive. 

The courier package does not do that.
Script started on Mon Aug 19 12:06:23 2002
[1/[EMAIL PROTECTED]:~$ umask 022
[2/[EMAIL PROTECTED]:~$ apt-get source courier
Need to get 3578kB of source archives.
Get:1 http://debian.toplink-plannet.de sid/main courier 0.39.1-1 (dsc) [1028B]
Get:2 http://debian.toplink-plannet.de sid/main courier 0.39.1-1 (tar) [3543kB]
Get:3 http://debian.toplink-plannet.de sid/main courier 0.39.1-1 (diff) [34.4kB]
dpkg-source: extracting courier in courier-0.39.1
[3/[EMAIL PROTECTED]:~$ cp -a courier-0.39.1/ courier-0.39.1.unbuilt
[4/[EMAIL PROTECTED]:~$ cd courier-0.39.1
/home/haber/courier-0.39.1
[5/[EMAIL PROTECTED]:~/courier-0.39.1$ ime fakeroot debian/rules binary
dh_testdir
chmod +x debian/fixlinks
autoconf
CFLAGS=-lcrypt ./configure --prefix=/usr --mandir=\${prefix}/share/man 
--with-piddir=/var/run/courier --sysconfdir=/etc/courier 
--libexecdir=\${prefix}/lib/courier --datadir=\${prefix}/lib/courier 
--localstatedir=/var/lib/courier --sbindir=\${prefix}/sbin 
--with-mailuser=daemon --with-mailgroup=daemon --without-socks 
--enable-workarounds-for-imap-client-bugs --with-authpam --without-authpwd 
--with-authmysql --with-mysql-includes=/usr/include/mysql 
--with-mysql-libs=/usr/lib --without-authshadow --without-authvchkpw 
--with-authdaemonvar=/var/run/courier/authdaemon --with-authldap 
--with-authcram --with-db=gdbm --without-fcgi 
--with-htmllibdir=/usr/share/sqwebmail --with-ispell=/usr/bin/ispell 
--enable-imageurl=/sqwebmail --with-mailer="/usr/sbin/sendmail" 
--enable-sendmail="/usr/sbin/sendmail" --with-cachedir=/var/cache/sqwebmail 
--with-calendardir=/var/run/courier/calendar 
--with-webadmindir=/usr/share/courier/webadmin --enable-userdb 
--enable-syslog=1 --disable-root-check --without-certdb --without-authpgsql 
creating cache ./config.cache

<snippage, 6500 lines>

dh_gencontrol -Ncourier-imap -- -VRELUP="0.39.1"
dh_gencontrol -pcourier-imap -- -VRELUP="0.39.1" -v1.5.1-1
dh_md5sums
dh_builddeb
dpkg-deb: building package `courier-base' in 
`../courier-base_0.39.1-1_i386.deb'.
warning, conffile `' is not a plain file
warning, conffile `' is not a plain file
dpkg-deb: ignoring 2 warnings about the control file(s)
dpkg-deb: building package `courier-maildrop' in 
`../courier-maildrop_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-mlm' in `../courier-mlm_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-mta' in `../courier-mta_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-faxmail' in 
`../courier-faxmail_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-webadmin' in 
`../courier-webadmin_0.39.1-1_i386.deb'.
dpkg-deb: building package `sqwebmail' in `../sqwebmail_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-pcp' in `../courier-pcp_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-pop' in `../courier-pop_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-imap' in `../courier-imap_1.5.1-1_i386.deb'.
dpkg-deb: building package `courier-ldap' in 
`../courier-ldap_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-authdaemon' in 
`../courier-authdaemon_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-authmysql' in 
`../courier-authmysql_0.39.1-1_i386.deb'.
dpkg-deb: building package `courier-doc' in `../courier-doc_0.39.1-1_all.deb'.
dpkg-deb: building package `courier-debug' in 
`../courier-debug_0.39.1-1_i386.deb'.

real    6m58.995s
user    3m58.050s
sys     1m15.340s
[6/[EMAIL PROTECTED]:~/courier-0.39.1$ fakeroot debian/rules clean
dh_testdir
chmod +x debian/fixlinks
dh_testroot
rm -f build-stamp 
/usr/bin/make distclean

<snippage, 650 lines>

rm -f authlib/authdaemon authlib/authdaemond.plain \
        authlib/authdaemond.ldap authlib/authdaemond.mysql
rm -f webmail/html/en
for name in Makefile config.h config.log config.status stamp-h; do \
        find -name $name | xargs -r rm; \
done
dh_clean
[8/[EMAIL PROTECTED]:~/courier-0.39.1$ cd ..
[10/[EMAIL PROTECTED]:~$ diff -urN courier-0.39.1.unbuilt/ courier-0.39.1 > diff
[11/[EMAIL PROTECTED]:~$ ls -al diff 
m-rw-r--r--    1 haber    haber        1.6M Aug 19 12:15 diff
[12/[EMAIL PROTECTED]:~$ 
Script done on Mon Aug 19 12:15:40 2002

debian/rules clean is supposed to undo any effects of the preceding
debian/rules binary. It doesn't, unfortunately, leaving an 1.6M diff.

This makes it quite hard to manage the courier package in a CVS
repository.

Greetings
Marc

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux paola 2.4.19-paola #1 Wed Aug 7 08:54:32 UTC 2002 i686
Locale: LANG=C, LC_CTYPE=de_DE



--- End Message ---
--- Begin Message ---
Version: 0.40.2-4


--- End Message ---

Reply via email to