diff options
author | dancer <dancer> | 2003-04-10 15:11:37 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-04-10 15:11:37 +0000 |
commit | cbfc459b6dac0cf00498169283d4c912c04d8f8c (patch) | |
tree | 4bd6828cc8da1df89c831b46c7f47b74fc8b33cc /debian | |
parent | 0dc3f0f47121860d1dc1c03b972b5a4390a22f5b (diff) | |
download | pbuilder-cbfc459b6dac0cf00498169283d4c912c04d8f8c.tar pbuilder-cbfc459b6dac0cf00498169283d4c912c04d8f8c.tar.gz |
up
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ffe8832..e6b7f3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pbuilder (0.72) unstable; urgency=low + + * UML: support new format for root hostfs for 2.4.20-3um-1 + - bump dependency for user-mode-linux version. + + -- Junichi Uekawa <dancer@debian.org> Wed, 9 Apr 2003 00:04:20 +0900 + pbuilder (0.71) unstable; urgency=low * UML: Do not try to umount, it's going to kernel-panic anyway. diff --git a/debian/control b/debian/control index 0e658c1..2156df3 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Description: personal package builder for Debian packages Package: pbuilder-uml Architecture: i386 -Depends: rootstrap, user-mode-linux, pbuilder (= ${Source-Version}) +Depends: rootstrap, user-mode-linux (>= 2.4.20-3um-1), pbuilder (= ${Source-Version}) 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 |