Your message dated Sat, 21 May 2005 11:17:16 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#299626: fixed in dak 1.0-8
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Mar 2005 13:46:08 +0000
>From [EMAIL PROTECTED] Tue Mar 15 05:46:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from postfix4-2.free.fr [213.228.0.176]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DBCN6-0002jL-00; Tue, 15 Mar 2005 05:46:08 -0800
Received: from localhost.localdomain (lns-vlq-39f-81-56-144-162.adsl.proxad.net
[81.56.144.162])
by postfix4-2.free.fr (Postfix) with ESMTP id EC1BE2EC679
for <[EMAIL PROTECTED]>; Tue, 15 Mar 2005 14:46:05 +0100 (CET)
Received: from lehobey by localhost.localdomain with local (Exim 4.50)
id 1DBCLs-0000UG-P0
for [EMAIL PROTECTED]; Tue, 15 Mar 2005 14:44:52 +0100
Content-Type: multipart/mixed; boundary="===============1360328567=="
MIME-Version: 1.0
From: Frederic LEHOBEY <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dak: A small typo
X-Mailer: reportbug 3.8
Date: Tue, 15 Mar 2005 14:44:52 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1360328567==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: dak
Version: 1.0-7
Severity: minor
Tags: patch
Hi,
I am currently digging into dak. Thanks for your work on its packaging.
On my (quit tough) way, I have found a small mis-spelling that does not
affect its usability at all, but I have put the patch below.
I hope to send you later more relevant feedback.
Best regards,
Frederic Lehobey
-------------------------------8<-------------------------------------
Common subdirectories: /tmp/dak-1.0/contrib and dak-1.0/contrib
Common subdirectories: /tmp/dak-1.0/debian and dak-1.0/debian
Common subdirectories: /tmp/dak-1.0/docs and dak-1.0/docs
Common subdirectories: /tmp/dak-1.0/examples and dak-1.0/examples
Common subdirectories: /tmp/dak-1.0/templates and dak-1.0/templates
Common subdirectories: /tmp/dak-1.0/test and dak-1.0/test
diff -u -p /tmp/dak-1.0/utils.py dak-1.0/utils.py
--- /tmp/dak-1.0/utils.py 2005-03-08 15:34:25.000000000 +0100
+++ dak-1.0/utils.py 2005-03-15 13:59:47.000000000 +0100
@@ -397,7 +397,7 @@ def send_mail (message, filename=""):
for item in value.split(","):
(rfc822_maint, rfc2047_maint, name, email) =
fix_maintainer(item.strip())
if email not in whitelist:
- print "Skiping %s since it's not in %s" % (item,
Cnf["Dinstall::MailWhiteList"])
+ print "Skipping %s since it's not in %s" % (item,
Cnf["Dinstall::MailWhiteList"])
continue
match.append(item)
# Doesn't have any mail in whitelist so remove the header
Common subdirectories: /tmp/dak-1.0/wanna-build and dak-1.0/wanna-build
-------------------------------8<-------------------------------------
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: sparc (sparc64)
Kernel: Linux 2.4.27-2-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages dak depends on:
ii apt [libapt-pkg-libc6.3-5-3 0.5.28.5 Advanced front-end for dpkg
ii apt-utils 0.5.28.5 APT utility programs
ii bzip2 1.0.2-5 high-quality block-sorting file co
ii debconf 1.4.46 Debian configuration management sy
ii dpkg-dev 1.10.27 Package building tools for Debian
ii exim4-daemon-light [mail-tr 4.50-4 lightweight exim MTA (v4) daemon
ii gnupg 1.4.0-3 GNU privacy guard - a free PGP rep
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-9 GCC support library
ii libstdc++5 1:3.3.5-9 The GNU Standard C++ Library v3
ii python 2.3.5-1 An interactive high-level object-o
ii python-apt 0.5.10 Python interface to libapt-pkg
ii python-ldap 2.0.4-1 A LDAP interface module for Python
ii python-pygresql 1:3.6.1-1 PostgreSQL module for Python
ii ucf 1.14 Update Configuration File: preserv
-- debconf information excluded
--===============1360328567==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dak-patch.txt"
Common subdirectories: /tmp/dak-1.0/contrib and dak-1.0/contrib
Common subdirectories: /tmp/dak-1.0/debian and dak-1.0/debian
Common subdirectories: /tmp/dak-1.0/docs and dak-1.0/docs
Common subdirectories: /tmp/dak-1.0/examples and dak-1.0/examples
Common subdirectories: /tmp/dak-1.0/templates and dak-1.0/templates
Common subdirectories: /tmp/dak-1.0/test and dak-1.0/test
diff -u -p /tmp/dak-1.0/utils.py dak-1.0/utils.py
--- /tmp/dak-1.0/utils.py 2005-03-08 15:34:25.000000000 +0100
+++ dak-1.0/utils.py 2005-03-15 13:59:47.000000000 +0100
@@ -397,7 +397,7 @@ def send_mail (message, filename=""):
for item in value.split(","):
(rfc822_maint, rfc2047_maint, name, email) =
fix_maintainer(item.strip())
if email not in whitelist:
- print "Skiping %s since it's not in %s" % (item,
Cnf["Dinstall::MailWhiteList"])
+ print "Skipping %s since it's not in %s" % (item,
Cnf["Dinstall::MailWhiteList"])
continue
match.append(item)
# Doesn't have any mail in whitelist so remove the header
Common subdirectories: /tmp/dak-1.0/wanna-build and dak-1.0/wanna-build
--===============1360328567==--
---------------------------------------
Received: (at 299626-close) by bugs.debian.org; 21 May 2005 15:20:30 +0000
>From [EMAIL PROTECTED] Sat May 21 08:20:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DZVm9-0002WK-00; Sat, 21 May 2005 08:20:29 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DZVj2-0005Lf-00; Sat, 21 May 2005 11:17:16 -0400
From: Joerg Jaspert <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#299626: fixed in dak 1.0-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 21 May 2005 11:17:16 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.1 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
REMOVE_REMOVAL_2WORD autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: dak
Source-Version: 1.0-8
We believe that the bug you reported is fixed in the latest version of
dak, which is due to be installed in the Debian FTP archive:
dak_1.0-8.diff.gz
to pool/main/d/dak/dak_1.0-8.diff.gz
dak_1.0-8.dsc
to pool/main/d/dak/dak_1.0-8.dsc
dak_1.0-8_i386.deb
to pool/main/d/dak/dak_1.0-8_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.
Joerg Jaspert <[EMAIL PROTECTED]> (supplier of updated dak 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: Sat, 21 May 2005 16:44:40 +0200
Source: dak
Binary: dak
Architecture: source i386
Version: 1.0-8
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert <[EMAIL PROTECTED]>
Changed-By: Joerg Jaspert <[EMAIL PROTECTED]>
Description:
dak - Debian's archive maintenance scripts
Closes: 299626 299937 299938 302482 308041
Changes:
dak (1.0-8) unstable; urgency=low
.
* Bug fix: "dak: uma does not work with gnupg 1.4.0 that is in
unstable" (Closes: #299937).
* Bug fix: "dak: A small typo", thanks to Frederic LEHOBEY (Closes:
#299626).
* Bug fix: "dak: add a recommendation for sudo", thanks to Frederic
LEHOBEY (Closes: #299938).
* Bug fix: "dak: [INTL:ja] Initial Japanese debconf translation", thanks
to Kenshi Muto (Closes: #302482).
* dak: French debconf templates translation
* Bug fix: "[l10n] Czech translation for dak", thanks to Martin Šín
(Closes: #308041).
* Step back to a jennifer which actually runs on Debian hosts too, thus
removing removing a small function to check debs a bit more.
Files:
b1e0649fcc2def1e42fe13d013ccc3b1 738 misc optional dak_1.0-8.dsc
95ba7a19770178df511ba949a29b97c3 34164 misc optional dak_1.0-8.diff.gz
126897fd0fdac5ef73519bfe898a8da5 249482 misc optional dak_1.0-8_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Joerg Jaspert <[EMAIL PROTECTED]> -- Debian Developer
iD8DBQFCj06UcV7WoH57iskRAm+LAKCbK5xxNUqIDxQzeaSeH6NpfJE9vgCfRsTR
vWS1KJdsVjfSjdHvSRedcTA=
=pLPc
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]