diff options
author | dancer <dancer> | 2001-08-28 10:21:51 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-08-28 10:21:51 +0000 |
commit | 6686d17c17cbd0d436b1ff82935a7424ba63930e (patch) | |
tree | f417246fc8feaaeea044d9c0757e90aff4559453 /debian | |
parent | 8c8fb5b93321fb32de2820dcfccd27c7fda43cba (diff) | |
download | pbuilder-6686d17c17cbd0d436b1ff82935a7424ba63930e.tar pbuilder-6686d17c17cbd0d436b1ff82935a7424ba63930e.tar.gz |
fixed the --mirror option to work
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 015e393..d389896 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ pbuilder (0.2) unstable; urgency=low * Initial upload to Debian archive. (closes: #110388) * Add a versioned depends on debootstrap, because that version is the only version I tested on ... 0.1.15.2 + * --mirror option is fixed. it works now. - -- Junichi Uekawa <dancer@debian.org> Tue, 28 Aug 2001 19:07:29 +0900 + -- Junichi Uekawa <dancer@debian.org> Tue, 28 Aug 2001 19:16:41 +0900 pbuilder (0.1) unstable; urgency=low diff --git a/debian/control b/debian/control index 861be91..0383b0a 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.6 Package: pbuilder Architecture: all -Depends: debootstrap (>= 0.1.15.2), tar, shellutils, debianutils, ${shlibs:Depends} +Depends: debootstrap (>= 0.1.15.2), ${shlibs:Depends} Description: personal package builder for Debian packages Constructs a chroot system, and builds a package inside the chroot. |