projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f6565
)
Debug packages should not go to NEW even for binary-only uploads
author
Ansgar Burchardt
<ansgar@debian.org>
Sat, 19 Dec 2015 23:32:44 +0000
(
00:32
+0100)
committer
Ansgar Burchardt
<ansgar@debian.org>
Sat, 19 Dec 2015 23:32:44 +0000
(
00:32
+0100)
daklib/archive.py
patch
|
blob
|
history
diff --git
a/daklib/archive.py
b/daklib/archive.py
index 50a568a5b650cc5c85baa230fcdb3dbaf642da9f..010fbf7eba5814f914b525abd5b7788d97096415 100644
(file)
--- a/
daklib/archive.py
+++ b/
daklib/archive.py
@@
-788,6
+788,8
@@
class ArchiveUpload(object):
binaries = [ entry for entry in packages ]
for b in binaries:
+ if utils.is_in_debug_section(b.control) and suite.debug_suite is not None:
+ continue
override = self._binary_override(suite, b)
if override is None:
self.warnings.append('binary:{0} is NEW.'.format(b.name))