diff options
author | Matt Kraai <kraai@ftbfs.org> | 2009-11-08 20:40:17 -0800 |
---|---|---|
committer | Matt Kraai <kraai@ftbfs.org> | 2009-11-08 20:40:17 -0800 |
commit | 115ad49bd91ed7b228600a3392ec02c2c0304a00 (patch) | |
tree | d58670995449452263c62084adfe7a4bad7624ba /debian/control | |
parent | 4ed3b8a658e3c7a614addf6f52b566772b8b5a60 (diff) | |
download | pbuilder-115ad49bd91ed7b228600a3392ec02c2c0304a00.tar pbuilder-115ad49bd91ed7b228600a3392ec02c2c0304a00.tar.gz |
Add ${misc:Depends} to pbuilder-uml's Depends line
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d784b82..047418c 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,8 @@ Package: pbuilder-uml Architecture: i386 amd64 Depends: rootstrap (>= 0.3.9-1), user-mode-linux, - pbuilder (= ${source:Version}) + pbuilder (= ${source:Version}), + ${misc:Depends} Description: user-mode-linux version of pbuilder pbuilder-uml uses a User-mode-linux system, and builds Debian packages inside the UML image. It is an ideal system to use to check |