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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
pbuilder (0.6.0.prerelease.20010930) unstable; urgency=low
* fixing manpage section
* Adding --configfile option, to load random config file.
* Adding --extrapackages option, to load random additional
* Merging some patches from Dale, with some modifications to
fit my taste. his changelog was :
o Wrote pbuilder-runhooks and integrated it into the create and
update scripts.
o Added HOOKDIR to configuration options
o Added --hookdir to command line options
Updated man pages for pbuilder and pbuilderrc
o Added defaulting/error checks of a couple key variables in
pbuilder-checkparams.
o Added /usr/lib/pbuilder/hooks default hook directory to debian/dirs
oo Dale Amon <amon@vnl.com> Wed, 26 Sep 2001 23:49:00 +0001
* when HOOKDIR is not set, scripts won't be ran.
It is a security risk to be able to run any random script as
root, so be aware of this when setting "HOOKDIR".
* debian/control: removed ${shlibs:Depends}, because there is none.
* fixing logic error in updatebuildenv.
* removed pushd and popd from runhooks, just because
I don't think it looks cute.
* temporal upload ...
* logging what's copied in build target, parsing of .dsc
-- Junichi Uekawa <dancer@debian.org> Sun, 30 Sep 2001 01:49:59 +0900
pbuilder (0.6) unstable; urgency=low
* Added a man page for /etc/pbuilderrc configuration file.
Should help people understand what is going on...
* Added a feature of caching the contents of /var/cache/apt/archives
inside the chroot. It's not quite apt-move, but this should do the
trick ?
* pbuilder clean will clean the apt cache.
* REMOVEPACKAGES is a configurable option now.
Please be warned, if you are upgrading, that "lilo" might be left
on your chroot, which could potentially cause nasty damage.
* added /var/cache/pbuilder/aptcache directory
* A bug with .dsc file parser which caused some annoying error messages
has been fixed.
-- Junichi Uekawa <dancer@debian.org> Mon, 24 Sep 2001 00:12:47 +0900
pbuilder (0.5) unstable; urgency=low
* fixed logic error in invocation to apt-cache.
* Parsing of .dsc file is implemented, hoping not to have broken anything.
-- Junichi Uekawa <dancer@debian.org> Thu, 20 Sep 2001 06:37:08 +0900
pbuilder (0.4) unstable; urgency=low
* Updating notes on upstream page
* moving routines around in arch-dep checker... hoping not to have
broken anything.
* Handles provides: in build dependency, parsing apt-cache showpkg
output for reverse-dependency, and randomly installing one of the
available packages.
* Now it seems to be able to build (or satisfy the build dependency of)
glibc, gcc-2.95 et al.
* Handles versioned deps and conflicts.
-- Junichi Uekawa <dancer@debian.org> Tue, 18 Sep 2001 18:56:14 +0900
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 to support potato.
Internal build-dependency checker is used instead of dpkg-checkbuilddeps.
* 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. Build dep checker does not support
a Build depends with an or sign and a machine specification.
Also it ignores the version preference.
* change priority to extra, because it depends on an extra package.
thanks to mechanix.
* added non-us mirror and other mirror options
-- Junichi Uekawa <dancer@debian.org> Fri, 7 Sep 2001 15:27:28 +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
|