]> git.decadent.org.uk Git - dak.git/commitdiff
Merge commit 'stew/master' into merge
authorJoerg Jaspert <joerg@debian.org>
Thu, 15 Jan 2009 00:44:38 +0000 (01:44 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 15 Jan 2009 00:44:38 +0000 (01:44 +0100)
* commit 'stew/master':
  make examine_package check dependencies based on suite
  Get rid of non ascii character in source file.
  update dinstall.html for 4 daily dinstall runs
  fix removals rss feed when there are fewer than 16 removals

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/examine_package.py

index f7f3f0d5984225336417f2763cfe4a01e3355fe6..49d18dc685dfabb0668e9b70c76833c39d6dd336 100755 (executable)
@@ -527,9 +527,9 @@ def main ():
                 if f.endswith(".changes"):
                     check_changes(f)
                 elif f.endswith(".deb") or f.endswith(".udeb"):
-                    # default to unstable when we don't have a .changes file 
+                    # default to unstable when we don't have a .changes file
                     # perhaps this should be a command line option?
-                    check_deb('unstable', file) 
+                    check_deb('unstable', file)
                 elif f.endswith(".dsc"):
                     check_dsc('unstable', f)
                 else: