[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ftpmaster-dak r1068: Merge from Thomas



------------------------------------------------------------
revno: 1068
committer: Joerg Jaspert <joerg@debian.org>
branch nick: upstream
timestamp: Fri 2008-05-02 17:56:42 +0200
message:
  Merge from Thomas
modified:
  ChangeLog
  dak/process_unchecked.py
    ------------------------------------------------------------
    revno: 1067.1.1
    committer: Thomas Viehmann <tv@beamnet.de>
    branch nick: tiny-fix
    timestamp: Fri 2008-05-02 15:49:25 +0000
    message:
      fix typo in checksum reject
    modified:
      ChangeLog
      dak/process_unchecked.py
=== modified file 'ChangeLog'
--- a/ChangeLog	2008-05-02 15:32:57 +0000
+++ b/ChangeLog	2008-05-02 15:49:25 +0000
@@ -1,3 +1,8 @@
+2008-05-02  Thomas Viehmann  <tv@beamnet.de>
+
+	* dak/process_unchecked.py (check_hashes): fix typo in
+	  checksum reject message.
+
 2008-05-02  Joerg Jaspert  <joerg@debian.org>
 
 	* config/debian/extensions.py: used reindent.py from the python

=== modified file 'dak/process_unchecked.py'
--- a/dak/process_unchecked.py	2008-05-02 15:21:35 +0000
+++ b/dak/process_unchecked.py	2008-05-02 15:49:25 +0000
@@ -946,7 +946,7 @@
             fs = daklib.utils.build_file_list(changes, 0, "checksums-%s" % h, h)
             check_hash(".changes %s" % (h), fs, h, f, files)
         except daklib.utils.no_files_exc:
-            reject("No Checksums-%s: field in .changes file" % (h))
+            reject("No Checksums-%s: field in .changes" % (h))
 
         if "source" not in changes["architecture"]: continue
 
@@ -954,7 +954,7 @@
             fs = daklib.utils.build_file_list(dsc, 1, "checksums-%s" % h, h)
             check_hash(".dsc %s" % (h), fs, h, f, dsc_files)
         except daklib.utils.no_files_exc:
-            reject("No Checksums-%s: field in .changes file" % (h))
+            reject("No Checksums-%s: field in .dsc" % (h))
 
 ################################################################################
 


Reply to: