From: Joerg Jaspert Date: Sat, 14 Jun 2008 22:32:42 +0000 (+0200) Subject: Merge branch 'master' of git://git.debian.org/git/users/otavio/dak into small_fixes X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=ff1ba021edbdd9028e44ae4f853ac3ffc56249af;hp=5762ea83fa6716d39551ed0d16660b2afd901f5c;p=dak.git Merge branch 'master' of git://git.debian.org/git/users/otavio/dak into small_fixes * 'master' of git://git.debian.org/git/users/otavio/dak: docs/manpages/clean-suites.1.sgml: Minor typo fix dak/import_archive.py: Add support to udeb packages dak/control_suite.py (main): Handle SystemError exception in case of a incompatible commandline parameter dak/check_overrides.py (main): Use case-insensitive comparing for codename --- diff --git a/tools/debianqueued-0.9/ChangeLog b/tools/debianqueued-0.9/ChangeLog index 77267d99..154ee604 100644 --- a/tools/debianqueued-0.9/ChangeLog +++ b/tools/debianqueued-0.9/ChangeLog @@ -1,3 +1,8 @@ +2008-06-14 Joerg Jaspert + + * debianqueued (process_commands): Add a little note that one + should use dcut for .commands files + 2008-05-10 Stephen Gran * debianqueued: First pass at a send_mail implementation that sucks less. This also gives us X-Debian-Package diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index fce611e9..07f37844 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -1169,6 +1169,8 @@ sub process_commands($) { if ($pgplines < 3) { msg( "log,mail", "$commands isn't signed with PGP/GnuPG\n" ); + msg( "mail", "or the uploaded file is broken. Make sure to transfer in binary mode\n" ); + msg( "mail", "or better yet - use dcut for commands files\n"); goto remove; }