]> git.decadent.org.uk Git - dak.git/commitdiff
Merge branch 'master' of git://git.debian.org/git/users/otavio/dak into small_fixes
authorJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 22:32:42 +0000 (00:32 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 22:32:42 +0000 (00:32 +0200)
* '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

tools/debianqueued-0.9/ChangeLog
tools/debianqueued-0.9/debianqueued

index 77267d99722901eb3b777f6b9e78a69ce46853a7..154ee604551b39176c802ddf56763cd2c2456de4 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-14  Joerg Jaspert  <joerg@debian.org>
+
+       * debianqueued (process_commands): Add a little note that one
+       should use dcut for .commands files
+
 2008-05-10  Stephen Gran   <sgran@debian.org>
        * debianqueued: First pass at a send_mail implementation that 
          sucks less.  This also gives us X-Debian-Package
index fce611e9df1643a76741a6c409de0e56f76f3149..07f378446d3b998e5fe47455d0f345c51314b1da 100755 (executable)
@@ -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;
        }