blob: 0e8cdd299bfdc8256e67bfb2d7bf51ea8ee1aae6 (
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
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
|
2002-01-27 Junichi Uekawa <dancer@debian.org>
* pbuilder: modified to use umountproc_cleanbuildplace in "trap" for "pbuilder login"
* pbuilder-createbuildenv: added a trap function to cleanbuildplace on exit.
some obsolete and unnecessary cleanbuildplace invocation removed.
* pbuilder-buildpackage: changed abortingfunction -> umountproc_cleanbuildplace (name change)
* pbuilder-modules (umountproc_cleanbuildplace): changed function name.
* pbuilder-updatebuildenv: changed aborting function to umountproc_cleanbuildplace, to unify.
moved the "trap" invocation to a better location, before loadhooks.
2002-01-24 Junichi Uekawa <dancer@debian.org>
* pbuilder-updatebuildenv: Aborting function is performed through
trap * exit. Probably others too need to be done this way.
2002-01-22 Junichi Uekawa <dancer@debian.org>
* pbuilder-updatebuildenv: added a aborting function abortprocess,
so that any upgrade process that fails will clean up.
2002-01-18 Junichi Uekawa <dancer@debian.org>
* pbuilder-checkparams: fixed a typo.
2002-01-18 <dancer@debian.org>
* pbuilder-modules: added documentation for debbuildopts.
* pbuilderrc (DEBBUILDOPTS): added a default value for the new option.
* pbuilder-buildpackage : hand-applied patch from Daniel Kobras
* pbuilder-checkparams: ditto
* pbuilder.1: ditto
* pbuilderrc.5: ditto
* added copyright notice to bottom of ChangeLog
* AUTHORS: added Daniel Kobras to the list. Maybe he should join the "THANKS" file, but I don't know if I should be making another file.
* debian/TODO: updated
2002-01-15 <dancer@debian.org>
* pbuilderrc: quoting some text just for the sake of quoting.
adding some verbose comments.
* pbuilder-checkparams: var emptying at the beginning for DPKG_BUILDPACKAGEOPTS was obsolete, removed.
* debian/README.Debian (Testsuite): added notes on testsuites, and how they are doing.
* pbuilder: Modify $@ to "$@" as pointed out by Daniel Kobras.
2002-01-15 Junichi Uekawa <dancer@debian.org>
* pbuilder-checkparams : added routine to load usr/share/pbuilder/pbuilderrc if it exists.
* Makefile (install): added usr/share/pbuilder/pbuilderrc default config.
This file contains some changelog record for individual files.
More generic info should be found in debian/changelog.
I should probably create NEWS file, but well... it takes some
energy. When pbuilder stabilizes, I will look at doing it.
14 Jan 2002 Junichi Uekawa <dancer@debian.org>
Copyright (c) 2001, 2002 Junichi Uekawa
$Id$
|