blob: 356d2622fa91507cd1a2a225304987cdbd9480e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
pbuilder (0.3) unstable; urgency=low
* note that --mirror only affects when --distribution is there.
* fixed a typo in regexp. Could not handle NMU packages, for builder. It did not accept a "period" in the debian version number. strange.
* depend on debootstrap 0.1.15 or greater. Because it has been tested on 0.1.15
* includes an internal checkbuilddep (crude hack) to support potato.
Internal build-dependency checker is used when dpkg-checkbuilddeps is not available.
This really needs to be fixed.
* does no longer copy the /etc/apt directory into the chroot. It should be non-necessary.
* added a clean target to pbuilder program to clean up cruft.
* removed the debian-changelog-mode thing at the bottom of the changelog.
* added login target to pbuilder, to allow for easy debugging.
* fixed typo in apt-line generation
* added an or-sign for build-dependency internal checker, and moving
over fully to the internal checker.
* change priority to extra, because it depends on an extra package.
thanks to mechanix.
-- Junichi Uekawa <dancer@debian.org> Fri, 7 Sep 2001 01:55:23 +0900
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.
* proc is not mounted when debootstrap is running in create, should fix problems.
-- Junichi Uekawa <dancer@debian.org> Tue, 28 Aug 2001 19:44:34 +0900
pbuilder (0.1) unstable; urgency=low
* Initial Release.
-- Junichi Uekawa <dancer@debian.org> Mon, 27 Aug 2001 18:50:06 +0900
|