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
111
|
uclibc (0.9.11-cvs20020420-1) unstable; urgency=low
* Many of the configs have broken CROSS definitions. Compensate
for that in debian/rules.
-- David Schleef <ds@schleef.org> Sat, 20 Apr 2002 15:40:39 -0700
uclibc (0.9.11-cvs20020419-1) unstable; urgency=low
* new upstream snapshot
- should fix build on sparc and m68kk (Closes: #142708)
* I wanted to have a debian package for the 0.9.11 release, but
that was rather broken on PowerPC.
* Updated kernel source to 2.4.18
-- David Schleef <ds@schleef.org> Fri, 19 Apr 2002 10:15:59 -0700
uclibc (0.9.10-cvs20020406-1) unstable; urgency=low
* new upstream snapshot
- should fix build on mips
* updated shlibs to 0.9.10, since it was broken previously (actually
was done in previous upload)
* create top-level lib/, for safety
-- David Schleef <ds@schleef.org> Sat, 6 Apr 2002 14:34:41 -0800
uclibc (0.9.10-1) unstable; urgency=low
* New upstream release (Closes: #140295)
-- David Schleef <ds@schleef.org> Thu, 28 Mar 2002 11:25:17 -0800
uclibc (0.9.9-cvs20020221-2) unstable; urgency=low
* debian/rules: touch linux/autoconf.h. Should make us buildable
on arm.
* add build-dep on bzip2
-- David Schleef <ds@schleef.org> Sun, 24 Feb 2002 17:26:37 -0800
uclibc (0.9.9-cvs20020221-1) unstable; urgency=low
* New upstream snapshot
* Add subarchitecture symlinks on arm
* Use mips config file on mipsel
-- David Schleef <ds@schleef.org> Thu, 21 Feb 2002 23:11:23 -0800
uclibc (0.9.9-cvs20020210-1) unstable; urgency=low
* New upstream snapshot.
* debian/mksnapshot: updated version and filenames
* debian/control.in: changed dependency from kernel-headers to
kernel-source.
* debian/rules: force HAS_MMU=true
* debian/rules: change mipsel to mips
* debian/rules: untar kernel-source include directory and use
that as kernel source.
* Previous 3 lines should fix autobuildability (Closes: #131373)
-- David Schleef <ds@schleef.org> Sun, 10 Feb 2002 17:11:22 -0800
uclibc (0.9.5-cvs20011117-1) unstable; urgency=low
* New upstream snaphot
* mksnapshot (new): script to generate snapshots from upstream CVS
* control, control.in: limited architectures to those that can
theoretically build. Updated kernel-headers dependency to
-2.4.10 -- this may cause problems with autobuilders.
* fixlinks (new): script to fix up symlinks to comply with policy.
Decreases number of lintian complaints.
* rules: use fixlinks. Fix method of finding kernel headers --
should increase potential autobuildability.
* uclibc-ldd.1, uclibc-readelf.1: Bogus updates to bogus man pages.
These really need to be written.
-- David Schleef <ds@schleef.org> Sat, 17 Nov 2001 18:10:33 -0800
uclibc (0.9.5-cvs20011011-1) unstable; urgency=low
* Closes #104243
-- David Schleef <ds@schleef.org> Thu, 11 Oct 2001 13:29:02 -0700
uclibc (0.9.5-cvs20010702-1) unstable; urgency=low
* Build from CVS
* Can create cross-compiling library (but not cross packages)
-- David Schleef <ds@schleef.org> Mon, 2 Jul 2001 23:16:20 -0700
uclibc (0.9.5-cvs20010630-1) unstable; urgency=low
* No, really. Initial Release. I mean it this time.
* Clean up patch.
-- David Schleef <ds@schleef.org> Sat, 30 Jun 2001 17:12:41 -0700
uclibc (0.9.5-cvs20010626-1) unstable; urgency=low
* No, really. Initial Release.
-- David Schleef <ds@schleef.org> Thu, 28 Jun 2001 16:49:25 -0700
uclibc (0.9.5-cvs20010625-1) unstable; urgency=low
* Initial Release.
-- David Schleef <ds@schleef.org> Mon, 25 Jun 2001 22:13:43 -0700
|