mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
check-mir: correctly parse dependencies with architecture specifications
This commit is contained in:
parent
349ba9ef90
commit
c1e3ca14dc
@ -106,7 +106,7 @@ def check_binary_dependencies(apt_cache, control):
|
||||
for field in ('Depends', 'Pre-Depends', 'Recommends'):
|
||||
if field not in control.section:
|
||||
continue
|
||||
for or_group in apt.apt_pkg.parse_depends(control.section[field]):
|
||||
for or_group in apt.apt_pkg.parse_src_depends(control.section[field]):
|
||||
pkgname = or_group[0][0]
|
||||
if pkgname.startswith('$'):
|
||||
continue
|
||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,9 +1,14 @@
|
||||
ubuntu-dev-tools (0.153) UNRELEASED; urgency=medium
|
||||
|
||||
[ Stefano Rivera ]
|
||||
* Thanks for the NMU, Paul.
|
||||
* Explicitly use xz compression when building source packages, rather than
|
||||
relying on dpkg >= 1.16.5 behavior.
|
||||
|
||||
[ Robie Basak ]
|
||||
* check-mir: correctly parse dependencies with architecture specifications
|
||||
(LP: #1149679).
|
||||
|
||||
-- Stefano Rivera <stefanor@debian.org> Tue, 25 Feb 2014 22:45:05 +0200
|
||||
|
||||
ubuntu-dev-tools (0.152+nmu1) unstable; urgency=medium
|
||||
|
Loading…
x
Reference in New Issue
Block a user