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
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