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
105
106
107
108
109
110
|
2001-04-29 Marcus Brinkmann <marcus@gnu.org>
* changelog: Update to reflect Debian upgrades.
2001-01-09 Marcus Brinkmann <marcus@gnu.org>
* changelog: Update to reflect Debian upgrade.
* rules: Use --disable-profile wih configure instead no_prof=t
with make.
2000-11-27 Marcus Brinkmann <marcus@gnu.org>
* changelog: Update to reflect Debian upgrade.
* rc: New file.
* rules: Install rc.
* control: Add Build-Depends.
2000-07-04 Marcus Brinkmann <marcus@gnu.org>
* changelog: Update to reflect Debian uploads.
* rules: Use install_script to install scripts.
Don't check for shared libraries in scripts.
2000-01-30 Marcus Brinkmann <marcus@gnu.org>
* changelog: Update to reflect Debian uploads.
1999-10-09 Marcus Brinkmann <marcus@gnu.org>
* rules (BUILDARCH): Renamed to DEB_BUILD_GNU_TYPE.
(HOSTARCH): Renamed to DEB_HOST_GNU_TYPE.
(INFODIR): New variable.
(STAMPS_TO_CLEAN): Add stamp-config.
(configure): Depend on configure.in.
(config, stamp-config): New targets.
(stamp-build): Build info documentation.
(clean): Do not clean up build directory, it will be removed.
Clean documentation directory.
(binary-arch): Remove etc/motd.
Expand bash {,} syntax.
Gzip serverboot.
Install additional documentation formats.
Rename libexec/runsystem to libexec/runsystem.gnu.
Install postinst, prerm
(.PHONY): Add config.
* postinst, prerm: New Files.
* shlibs,shlibs.local: Remove libmom.
* changelog: Update to reflect Debian uploads.
1999-06-01 Marcus Brinkmann <brinkmd@debian.org>
* TODO: Remove entry about shared library dependencies (see below).
Remove entry about suid-manager. We don't need to register binaries
which must be suid to operate.
* shlibs: New file. This makes Debian packages which use Hurd
libraries dependant on the Hurd package.
* rules: Add shlibs to the Hurd package.
* changelog: Update to reflect the Debian releases done.
* servers.boot: Remove obsolete $(default-pager) tag.
* control: Add Replaces, Conflicts login, as done with makedev.
* shlibs.local: New file. This is a work around needed for cross
compilation, so dpkg-shlibdeps does not make the Hurd package
dependant on itself.
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
* rules (binary-arch): Don't remove root and etc dirs.
* conffiles: Add /etc/ttys.
1999-04-28 Roland McGrath <roland@baalperazim.frob.com>
* rules (binary-arch): Add etc, etc/login subdirs to chmod cmd.
Use $(addprefix) fn to avoid repetition.
* conffiles: Add /etc/login files .bash_login, .bashrc, .hushlogin,
.profile and README.
Wed Apr 28 02:44:13 1999 Thomas Bushnell, BSG <tb@mit.edu>
* TODO: New item.
All of these because Marcus says so.
1999-04-25 Roland McGrath <roland@baalperazim.frob.com>
* control (Depends): Change shlibs to hurd cause Marcus says so.
1999-04-18 Roland McGrath <roland@baalperazim.frob.com>
* rules (binary-arch): Fix $ -> $$ and \\ -> \.
From Marcus Brinkmann.
1999-04-15 Roland McGrath <roland@baalperazim.frob.com>
* control (Provides): Add login.
(Replaces, Conflicts): New frobs, listing makedev.
1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>
* servers.boot: Clarify the default-pager description, and
add a default `$(default-pager)' line.
* Makefile: New file.
|