diff options
author | dancer <dancer> | 2003-04-15 10:22:24 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-04-15 10:22:24 +0000 |
commit | 04805ea1a11ab426cf3a5f889bcbb37fed427bae (patch) | |
tree | 4222c327a95bb391ef620280a5bbf35635643140 | |
parent | e518369e24b2571d868200a4f6dfc6460e6f20ab (diff) | |
download | pbuilder-04805ea1a11ab426cf3a5f889bcbb37fed427bae.tar pbuilder-04805ea1a11ab426cf3a5f889bcbb37fed427bae.tar.gz |
update rootstrap depends.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | pbuilder-checkparams | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e6b7f3e..aeb5ab8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pbuilder (0.73) UNRELEASED; urgency=low + + * versioned dependency on rootstrap 0.3.9-1 which handles newer + user-mode-linux. + + -- Junichi Uekawa <dancer@debian.org> Tue, 15 Apr 2003 19:20:11 +0900 + pbuilder (0.72) unstable; urgency=low * UML: support new format for root hostfs for 2.4.20-3um-1 diff --git a/debian/control b/debian/control index 2156df3..a210c3a 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 (>= 2.4.20-3um-1), pbuilder (= ${Source-Version}) +Depends: rootstrap (>= 0.3.9-1), 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 diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 31a99ee..4fdbf24 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -165,8 +165,8 @@ while [ -n "$1" ]; do shift; ;; - --) # this is an empty option, to no longer process. - shift; + --) # end of processing for this + shift; break; ;; --*) |