diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-12-23 22:26:07 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-12-23 22:26:07 +0900 |
commit | cab0795a1416c8ead4f950aad0b353f5da610cbe (patch) | |
tree | 24e7b4dcc958e4f1ba96f2d05f7b77a19283e544 /debian | |
parent | 346b5dfa4ca4735e80e486a492f550b2a3b2ffe5 (diff) | |
download | pbuilder-cab0795a1416c8ead4f950aad0b353f5da610cbe.tar pbuilder-cab0795a1416c8ead4f950aad0b353f5da610cbe.tar.gz |
add dpkg-dev to pbuilder dependency (closes: 623623)
There's a missing dependency: 'dpkg-architecture' is in dpkg-dev and
pbuilder now depends on it.
Sort the dependency in alpha order on the way.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index b4742a4..503e2ed 100644 --- a/debian/control +++ b/debian/control @@ -20,10 +20,11 @@ Vcs-Browser: http://git.debian.org/?p=pbuilder/pbuilder.git Package: pbuilder Architecture: all -Depends: debootstrap | cdebootstrap, - wget, +Depends: coreutils (>= 4.5.8-1), + debootstrap | cdebootstrap, + dpkg-dev, debianutils (>= 1.13.1), - coreutils (>= 4.5.8-1), + wget, ${misc:Depends} Recommends: fakeroot, sudo, |