Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
only generate version tracking .debinfo for uploads including binaries
· a980e832
Ansgar
authored
May 29, 2018
There is no need to create empty files for source-only uploads.
a980e832
Merge branch 'master' into deploy
· ae426db5
Ansgar
authored
May 29, 2018
ae426db5
Show whitespace changes
Inline
Side-by-side
daklib/archive.py
View file @
ae426db5
...
...
@@ -1291,6 +1291,7 @@ class ArchiveUpload(object):
versions
.
close
()
# binary -> source mapping
if
self
.
changes
.
binaries
:
debinfo
=
fs
.
create
(
"
{0}.debinfo
"
.
format
(
base
),
mode
=
0o644
)
for
binary
in
self
.
changes
.
binaries
:
control
=
binary
.
control
...
...