[uClibc-cvs] uClibc/debian ldconfig.1, NONE, 1.1 ldd.1, NONE, 1.1 uclibc-dev.files, NONE, 1.1 uclibc.files, NONE, 1.1 uclibc.postinst, NONE, 1.1 uclibc.shlibs, NONE, 1.1 changelog, 1.16, 1.17 config, 1.1, 1.2 control, 1.15, 1.16 copyright, 1.3, 1.4 docs, 1.3, 1.4 rules, 1.26, 1.27 README.Debian, 1.5, NONE control.in, 1.12, NONE fixlinks, 1.2, NONE libuclibc-dev.files, 1.1, NONE libuclibc0.files, 1.1, NONE libuclibc0.postinst, 1.2, NONE libuclibc0.shlibs, 1.5, NONE mksnapshot, 1.13, NONE uclibc-gcc.1, 1.1, NONE uclibc-gcc.dirs, 1.1, NONE uclibc-ldconfig.1, 1.1, NONE uclibc-ldd.1, 1.2, NONE uclibc-readelf.1, 1.1, NONE uclibc-toolchain.files, 1.1, NONE

Erik Andersen andersen at uclibc.org
Thu Nov 13 10:19:03 UTC 2003


Update of /var/cvs/uClibc/debian
In directory winder:/tmp/cvs-serv11595/debian

Modified Files:
	changelog config control copyright docs rules 
Added Files:
	ldconfig.1 ldd.1 uclibc-dev.files uclibc.files uclibc.postinst 
	uclibc.shlibs 
Removed Files:
	README.Debian control.in fixlinks libuclibc-dev.files 
	libuclibc0.files libuclibc0.postinst libuclibc0.shlibs 
	mksnapshot uclibc-gcc.1 uclibc-gcc.dirs uclibc-ldconfig.1 
	uclibc-ldd.1 uclibc-readelf.1 uclibc-toolchain.files 
Log Message:
Update the debian packaging for use in a standalone uClibc
system, rather than being a subordinate lib under a glibc
based system.
 -Erik


Index: control
===================================================================
RCS file: /var/cvs/uClibc/debian/control,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- control	12 Feb 2003 22:07:38 -0000	1.15
+++ control	13 Nov 2003 10:18:58 -0000	1.16
@@ -1,47 +1,31 @@
 Source: uclibc
-Section: devel
-Priority: optional
-Maintainer: David Schleef <ds at schleef.org>
-Build-Depends: debhelper, bzip2, kernel-source-2.4.20
+Section: libs
+Priority: required
+Maintainer: Erik Andersen <andersen at codepoet.org>
+Build-Depends: make (>= 3.78-4), dpkg-dev (>= 1.4.1.5), debianutils (>= 1.13.1), tar (>= 1.13.11), bzip2, texinfo (>= 4.0), kernel-source-2.4.22, gcc-3.3, binutils (>= 2.14.90.0.6), sed (>= 4.0.5-4)
 Standards-Version: 3.5.8
 
-Package: libuclibc-dev
-Section: devel
-Architecture: alpha arm i386 m68k mips mipsel powerpc sh sparc
-Depends: libuclibc0 (= ${Source-Version})
-Description: A small implementation of the C library
- uClibc is an implementation of the standard C library that is
- much smaller than glibc, which makes it useful for embedded
- systems.  This package includes header files and development
- libraries necessary to compile applications that use uClibc.
-
-Package: libuclibc0
-Section: libs
-Architecture: alpha arm i386 m68k mips mipsel powerpc sh sparc
+Package: uclibc
+Architecture: alpha arm i386 m68k mips mipsel powerpc sparc sh3 sh4 sh3eb sh4eb
+Section: base
+Priority: required
 Depends:
-Description: A small implementation of the C library
+Conflicts: libc6
+Description: The uClibc C Library: Shared libraries
  uClibc is an implementation of the standard C library that is
  much smaller than glibc, which makes it useful for embedded
  systems.  This package provides only the run-time libraries.
- .
- The Debian binary packages for uClibc do not provide the necessary
- components for using uClibc as the primary library on a system,
- as might be done for an embedded system.
 
-Package: uclibc-toolchain
+Package: uclibc-dev
+Architecture: alpha arm i386 m68k mips mipsel powerpc sparc sh3 sh4 sh3eb sh4eb
 Section: devel
-Architecture: alpha arm i386 m68k mips mipsel powerpc sh sparc
-Depends: gcc|c-compiler, binutils, ${shlibs:Depends}
-Recommends: libuclibc-dev
-Conflicts: uclibc-gcc
-Replaces: uclibc-gcc
-Description: A compiler wrapper for uClibc
- This package includes utilities that function as a toolchain for
- compiling with uClibc instead of the native libc.  The utilities
- have names such as powerpc-uclibc-gcc (depending on the architecture),
- and should behave identically to the base utilities, except that
- they use headers and libraries provided in the libuclibc-dev
- package.  Most utilities are symbolic links to the correct underlying
- utility, although gcc and ld are implemented as wrapper binaries that
- call gcc and ld with the necessary arguments and command line options.
+Priority: standard
+Depends: uclibc (= ${Source-Version})
+Provides: libc-dev, libc6-dev
+Recommends: c-compiler
+Description: The uClibc C Library: Development Libraries and Header Files
+ uClibc is an implementation of the standard C library that is
+ much smaller than glibc, which makes it useful for embedded
+ systems.  This package includes header files and development
+ libraries necessary to compile applications that use uClibc.
 

--- NEW FILE: uclibc.shlibs ---
libc 0 uclibc (>= 0.9.23-1)
libm 0 uclibc (>= 0.9.23-1)
ld-uClibc 0 uclibc (>= 0.9.23-1)
libdl 0 uclibc (>= 0.9.23-1)
libcrypt 0 uclibc (>= 0.9.23-1)
libutil 0 uclibc (>= 0.9.23-1)
libresolv 0 uclibc (>= 0.9.23-1)
libnsl 0 uclibc (>= 0.9.23-1)
libthread_db 1 libthread_db (>= 0.9.23-1)
libpthread 0 libpthread (>= 0.9.23-1)

--- README.Debian DELETED ---

--- libuclibc0.files DELETED ---

Index: copyright
===================================================================
RCS file: /var/cvs/uClibc/debian/copyright,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- copyright	3 Mar 2003 19:30:35 -0000	1.3
+++ copyright	13 Nov 2003 10:18:58 -0000	1.4
@@ -1,11 +1,7 @@
-This package was debianized by David Schleef <ds at stm.lbl.gov> on
-Mon, 25 Jun 2001 22:13:43 -0700.
-
-The source is a snapshot of the uClibc CVS tree at
-:pserver:anonymous at uclibc.org:/var/cvs.  Password
-is "", module name is uClibc.
+This package was debianized by Erik Andersen <andersee at debian.org> on
+Wed, 12 Nov 2003 19:15:30 -0700
 
-Upstream Maintainer: Erik Andersen <andersee at debian.org>
+Maintainer: Erik Andersen <andersee at debian.org>
 
 Copyright:
 

--- libuclibc-dev.files DELETED ---

--- NEW FILE: uclibc.postinst ---
#!/bin/sh

if [ "$1" = "configure" ]; then
	/sbin/ldconfig
fi

#DEBHELPER#


--- uclibc-gcc.1 DELETED ---

--- uclibc-ldd.1 DELETED ---

--- uclibc-toolchain.files DELETED ---

--- uclibc-ldconfig.1 DELETED ---

--- mksnapshot DELETED ---

--- uclibc-gcc.dirs DELETED ---

Index: config
===================================================================
RCS file: /var/cvs/uClibc/debian/config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config	12 Feb 2003 22:07:38 -0000	1.1
+++ config	13 Nov 2003 10:18:58 -0000	1.2
@@ -1,72 +1,127 @@
 #
 # Automatically generated make config: don't edit
 #
+# TARGET_alpha is not set
+# TARGET_arm is not set
+# TARGET_cris is not set
+# TARGET_e1 is not set
+# TARGET_h8300 is not set
+# TARGET_i386 is not set
+# TARGET_i960 is not set
+# TARGET_m68k is not set
+# TARGET_microblaze is not set
+# TARGET_mips is not set
+# TARGET_powerpc is not set
+# TARGET_sh is not set
+# TARGET_sparc is not set
+# TARGET_v850 is not set
 
 #
 # Target Architecture Features and Options
 #
 HAVE_ELF=y
-CONFIG_386=y
-# CONFIG_486 is not set
-# CONFIG_586 is not set
-# CONFIG_586MMX is not set
-# CONFIG_686 is not set
-# CONFIG_PENTIUMIII is not set
-# CONFIG_PENTIUM4 is not set
-# CONFIG_K6 is not set
-# CONFIG_K7 is not set
-# CONFIG_CRUSOE is not set
-# CONFIG_WINCHIPC6 is not set
-# CONFIG_WINCHIP2 is not set
-# CONFIG_CYRIXIII is not set
-UCLIBC_HAS_MMU=y
+TARGET_ARCH="none"
+# ARCH_LITTLE_ENDIAN is not set
+# ARCH_BIG_ENDIAN is not set
+# ARCH_HAS_NO_MMU is not set
 UCLIBC_HAS_FLOATS=y
-HAS_FPU=y
+# ARCH_HAS_NO_FPU is not set
+# HAS_FPU is not set
 DO_C99_MATH=y
 WARNINGS="-Wall"
 KERNEL_SOURCE="/usr/src/linux"
-C_SYMBOL_PREFIX=""
+HAVE_DOT_CONFIG=y
 
 #
 # General Library Settings
 #
+# HAVE_NO_PIC is not set
 DOPIC=y
 HAVE_SHARED=y
 BUILD_UCLIBC_LDSO=y
 LDSO_LDD_SUPPORT=y
+UCLIBC_CTOR_DTOR=y
+# UCLIBC_PROFILING is not set
 UCLIBC_HAS_THREADS=y
+PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
 MALLOC_930716=y
+MALLOC_GLIBC_COMPAT=y
+UCLIBC_DYNAMIC_ATEXIT=y
 HAS_SHADOW=y
-UCLIBC_HAS_REGEX=y
 UNIX98PTY_ONLY=y
 ASSUME_DEVPTS=y
+UCLIBC_HAS_TM_EXTENSIONS=y
+UCLIBC_HAS_TZ_CACHING=y
+UCLIBC_HAS_TZ_FILE=y
+UCLIBC_HAS_TZ_FILE_READ_MANY=y
+UCLIBC_TZ_FILE_PATH="/etc/TZ"
 
 #
 # Networking Support
 #
-UCLIBC_HAS_IPV6=y
+# UCLIBC_HAS_IPV6 is not set
 UCLIBC_HAS_RPC=y
+# UCLIBC_HAS_FULL_RPC is not set
 
 #
 # String and Stdio Support
 #
+UCLIBC_HAS_CTYPE_TABLES=y
+UCLIBC_HAS_CTYPE_SIGNED=y
+# UCLIBC_HAS_CTYPE_UNSAFE is not set
+UCLIBC_HAS_CTYPE_CHECKED=y
+# UCLIBC_HAS_CTYPE_ENFORCED is not set
 UCLIBC_HAS_WCHAR=y
-# USE_OLD_VFPRINTF is not set
+# UCLIBC_HAS_LOCALE is not set
+UCLIBC_HAS_HEXADECIMAL_FLOATS=y
+UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
+UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
+UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
+# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
+UCLIBC_HAS_STDIO_BUFSIZ_256=y
+# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_4096 is not set
+# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
+UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
+# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
+UCLIBC_HAS_STDIO_GETC_MACRO=y
+UCLIBC_HAS_STDIO_PUTC_MACRO=y
+UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
+# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
+UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
+UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
+UCLIBC_HAS_PRINTF_M_SPEC=y
+UCLIBC_HAS_ERRNO_MESSAGES=y
+# UCLIBC_HAS_SYS_ERRLIST is not set
+UCLIBC_HAS_SIGNUM_MESSAGES=y
+# UCLIBC_HAS_SYS_SIGLIST is not set
+UCLIBC_HAS_GNU_GETOPT=y
+
+#
+# Big and Tall
+#
+UCLIBC_HAS_REGEX=y
+# UCLIBC_HAS_WORDEXP is not set
+UCLIBC_HAS_FTW=y
+UCLIBC_HAS_GLOB=y
 
 #
 # Library Installation Options
 #
-SHARED_LIB_LOADER_PATH="$(DEVEL_PREFIX)/lib"
+SHARED_LIB_LOADER_PREFIX="/lib"
+RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
 DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc"
-SYSTEM_DEVEL_PREFIX="$(DEVEL_PREFIX)"
-DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr"
 
 #
-# uClibc hacking options
+# uClibc development/debugging options
 #
 # DODEBUG is not set
 # DOASSERTS is not set
 # SUPPORT_LD_DEBUG is not set
 # SUPPORT_LD_DEBUG_EARLY is not set
+# UCLIBC_MJN3_ONLY is not set

--- fixlinks DELETED ---

--- uclibc-readelf.1 DELETED ---

Index: rules
===================================================================
RCS file: /var/cvs/uClibc/debian/rules,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- rules	12 Feb 2003 22:07:38 -0000	1.26
+++ rules	13 Nov 2003 10:18:59 -0000	1.27
@@ -13,18 +13,14 @@
 minor=$(shell grep '^MINOR_VERSION' Rules.mak|sed 's/.*=//')
 version:=$(strip $(major)).$(strip $(minor))
 
-kernel_version=2.4.20
+kernel_version=2.4.22
 kernel_source=kernel-source-$(kernel_version)
 
 builddir=$(shell pwd)
 
 target=$(DEB_HOST_GNU_CPU)
-#target=arm
 
 with_shared_libs=y
-#ifeq ($(target),powerpc)
-#with_shared_libs=n
-#endif
 
 ifeq ($(with_shared_libs),y)
 shared_libs_true=true
@@ -42,18 +38,11 @@
 cross_options = --cross=""
 endif
 
-p_dev=libuclibc-dev$(target_suffix)
-p_lib=libuclibc0$(target_suffix)
-p_gcc=uclibc$(target_suffix)-toolchain
-
-debian/control: debian/control.in debian/rules
-	sed -e s/_TARGET_/$(target_suffix)/ \
-	  -e "s/_ARCHS_/alpha arm i386 m68k mips mipsel powerpc sh sparc/" \
-	  -e "s/_KERNEL_/$(kernel_source)/" \
-	  debian/control.in >debian/control
+p_dev=uclibc-dev$(target_suffix)
+p_lib=uclibc$(target_suffix)
 
 build: build-stamp
-build-stamp: debian/control
+build-stamp:
 	dh_testdir
 
 	# Brute force method of getting kernel headers
@@ -80,23 +69,38 @@
 	) >$(kernel_source)/include/linux/version.h
 	
 	cp debian/config .config
-	echo CONFIG_386=y >>.config
-ifeq ($(findstring $(target),alpha m68k sparc),$(target))
-	echo BUILD_UCLIBC_LDSO=n >>.config
-endif
-	echo SHARED_LIB_LOADER_PATH=\"/lib\" >>.config
-	echo KERNEL_SOURCE=\"$(builddir)/$(kernel_source)\" >>.config
-	echo 'DEVEL_TOOL_PREFIX="$$(DEVEL_PREFIX)"' >>.config
-	echo 'SYSTEM_DEVEL_PREFIX="/usr"' >>.config
+
+	sed -ie 's,^.*TARGET_$(target).*,TARGET_$(target)=y,g' \
+		.config
+	sed -ie 's,^TARGET_ARCH.*,TARGET_ARCH=\"$(target)\",g' \
+		.config
+	sed -ie 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE=\"$(builddir)/$(kernel_source)\",g' \
+		.config
+	sed -ie 's,^RUNTIME_PREFIX=.*,RUNTIME_PREFIX=\"/\",g' \
+		.config
+	sed -ie 's,^DEVEL_PREFIX=.*,DEVEL_PREFIX=\"/usr/\",g' \
+		.config
+	sed -ie 's,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX=\"/lib\",g' \
+		.config
+	sed -ie 's,.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=y\nUCLIBC_HAS_LOCALE=n,g' \
+		.config
+#ifeq ($(target),arm)
+		sed -ie 's,.*HAS_FPU.*,HAS_FPU=n\nUCLIBC_HAS_FLOATS=y\nUCLIBC_HAS_SOFT_FLOAT=y,g' .config
+	echo CONFIG_GENERIC_ARM=y >>.config
+#endif
+#ifeq ($(target),i386)
+	echo CONFIG_GENERIC_386=y >>.config
+#endif
 	yes '' | make oldconfig
 
 	mkdir -p lib
 
-	$(MAKE) TARGET_ARCH=$(target)
+	$(MAKE)
+	$(MAKE) utils
 
 	touch build-stamp
 
-clean: debian/control
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -110,7 +114,7 @@
 
 	dh_clean
 
-install: build debian/control
+install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -118,36 +122,16 @@
 
 	-rm debian/tmp
 	-mkdir debian/tmp
-	#ln -s tmp debian/tmp
 
 	# Add here commands to install the package into debian/tmp.
-	$(MAKE) install PREFIX=`pwd`/debian/tmp
-	$(MAKE) install_runtime PREFIX=`pwd`/debian/tmp
+	$(MAKE) install install_utils PREFIX=`pwd`/debian/tmp
 
 	install -d debian/tmp/usr/share/man/man1
-	install -m 644 debian/uclibc-gcc.1 \
-	  debian/tmp/usr/share/man/man1/$(target)-uclibc-gcc.1
-	(cd debian/tmp/usr/share/man/man1; \
-	  ln -sf $(target)-uclibc-gcc.1.gz $(target)-uclibc-cc.1.gz; \
-	  ln -sf $(target)-uclibc-gcc.1.gz $(target)-uclibc-ld.1.gz; \
-	  for x in addr2line ar as cpp nm objcopy objdump ranlib \
-	  size strings strip;do \
-	    ln -sf $$x.1.gz $(target)-uclibc-$$x.1.gz;done)
-	
-	install -d debian/tmp/usr/share/man/man1
-	install -m 644 debian/uclibc-ldd.1 \
-	  debian/tmp/usr/share/man/man1/$(target)-uclibc-ldd.1
-	install -m 644 debian/uclibc-ldconfig.1 \
-	  debian/tmp/usr/share/man/man1/$(target)-uclibc-ldconfig.1
-	install -m 644 debian/uclibc-readelf.1 \
-	  debian/tmp/usr/share/man/man1/$(target)-uclibc-readelf.1
+	install -m 644 debian/ldd.1 \
+	  debian/tmp/usr/share/man/man1/ldd.1
+	install -m 644 debian/ldconfig.1 \
+	  debian/tmp/usr/share/man/man1/ldconfig.1
 	
-	mkdir debian/tmp/lib/
-	cd debian/tmp/lib && ln -sf /usr/$(target)-linux-uclibc/lib/ld-uClibc.so.0 .
-
-	cd debian/tmp && ../fixlinks
-
-	(cd debian/tmp; find . -name '.*' -exec rm -f '{}' ';')
 
 # Build architecture-independent files here.
 binary-indep:
@@ -167,7 +151,7 @@
 #	dh_installpam
 #	dh_installinit
 	dh_installcron
-#	dh_installmanpages -plibuclibc0
+#	dh_installmanpages -puclibc
 	dh_installinfo
 #	dh_undocumented
 	dh_installchangelogs 
@@ -180,11 +164,7 @@
 #	dh_makeshlibs
 	dh_installdeb
 #	dh_perl
-#ifeq ($(target),$(DEB_HOST_GNU_CPU))
-#	dh_shlibdeps --exclude=ld_uclibc -ldebian/$(p_lib)/usr/$(target)-linux-uclibc/lib
-#else
 	dh_shlibdeps --exclude=lib
-#endif
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

Index: docs
===================================================================
RCS file: /var/cvs/uClibc/debian/docs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- docs	9 Aug 2002 23:05:27 -0000	1.3
+++ docs	13 Nov 2003 10:18:58 -0000	1.4
@@ -1,2 +1,5 @@
 README
+INSTALL
 TODO
+Changelog
+Changelog.full

--- NEW FILE: ldd.1 ---
.TH UCLIBC-LDD 1
.SH NAME
uclibc-ldd \- Print shared library dependencies
.SH SYNOPSIS
.B uclibc-ldd
[
.B options
]
.B file...
.SH DESCRIPTION
Prints shared library dependencies.
.SH BUGS
Maybe.

.SH AUTHORS
Erik Andersen <andersen at codepoet.org>
.br
Manual page written by David Schleef <ds at schleef.org>
.SH SEE ALSO
.BR ldd (1)

--- NEW FILE: ldconfig.1 ---
.TH UCLIBC-GCC 1
.SH NAME
uclibc-gcc \- Cross-compiler for uClibc
.SH SYNOPSIS
.B uclibc-gcc
[
.B options
]
.br
.B uclibc-ld
[
.B options
]
.SH DESCRIPTION
These programs are wrappers for
.B gcc
and
.B ld.
.SH BUGS
Probably.

.SH AUTHORS
Manuel Nova
.br
Manual page written by David Schleef <ds at schleef.org>
.SH SEE ALSO
.BR gcc (1),
.BR ld (1)

Index: changelog
===================================================================
RCS file: /var/cvs/uClibc/debian/changelog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- changelog	12 Feb 2003 22:07:37 -0000	1.16
+++ changelog	13 Nov 2003 10:18:58 -0000	1.17
@@ -1,189 +1,6 @@
-uclibc (0.9.18-1) unstable; urgency=low
+uclibc (0.9.23-1) unstable; urgency=low
 
   * New upstream release
-  * Update to kernel-source-2.4.20
-  * Upgrade .shlib dependencies
-  * Enable IPv6 and other options (Closes: #174092)
-  * Remove build directory from ld script (Closes: #161474)
-  * Add/fix /lib/ld-uClibc.so.0 symlink
-
- -- David Schleef <ds at schleef.org>  Wed, 12 Feb 2003 12:40:38 -0800
-
-uclibc (0.9.16-6) unstable; urgency=low
-
-  * Reenable FPU and C99 math support that were accidentally
-    disabled in the move to 0.9.16. (Closes: #171359, #172686)
-  * Fix ${arch}-uclibc-xx installation directory (should be /usr/bin)
-  * Make ldd work with dh_shlibdeps (Closes: #171282, #171287)
-
- -- David Schleef <ds at schleef.org>  Wed, 11 Dec 2002 15:55:52 -0800
-
-uclibc (0.9.16-5) unstable; urgency=low
-
-  * (Attempt #2) Removed some default flags on sparc.
-
- -- David Schleef <ds at schleef.org>  Wed, 27 Nov 2002 13:56:39 -0800
-
-uclibc (0.9.16-4) unstable; urgency=low
-
-  * Removed some default flags on m68k and sparc, since they don't
-    work with the standard gcc.
-  * Stripped quotes around ARCH_CFLAGS
-
- -- David Schleef <ds at schleef.org>  Fri, 22 Nov 2002 15:15:25 -0800
-
-uclibc (0.9.16-3) unstable; urgency=low
-
-  * Got the last change wrong.
-  * Enabled alpha build.
-
- -- David Schleef <ds at schleef.org>  Thu, 21 Nov 2002 16:24:27 -0800
-
-uclibc (0.9.16-2) unstable; urgency=low
-
-  * Disable shared lib loader on m68k and sparc
-
- -- David Schleef <ds at schleef.org>  Wed, 20 Nov 2002 19:45:31 -0800
-
-uclibc (0.9.16-1) unstable; urgency=low
 
-  * New upstream release (Closes: #169650, #169547)
-  * Rewrote much of the installation code to use dh_ more
-  * Removed gasp man page link (Closes: #169648)
-  * Upstream uses new configuration method (Closes: #169513)
-
- -- David Schleef <ds at schleef.org>  Mon, 18 Nov 2002 11:32:43 -0800
-
-uclibc (0.9.12-2) unstable; urgency=low
-
-  * Make sure MAS_MMU=true on m68k
-
- -- David Schleef <ds at schleef.org>  Thu, 27 Jun 2002 15:04:59 -0700
-
-uclibc (0.9.12-1) unstable; urgency=low
-
-  * New upstream release.
-  * Attempt to fix MIPS build again. (Closes: #150313)
-
- -- David Schleef <ds at schleef.org>  Mon, 24 Jun 2002 16:26:18 -0700
-
-uclibc (0.9.11-cvs20020619-1) unstable; urgency=low
-
-  * This is an automatic snapshot of uClibc CVS
-  * new snapshot
-  * MIPS build should have been fixed in the last entry, which
-    was not actually uploaded (Closes: #150313).
-
- -- David Schleef <ds at schleef.org>  Wed, 19 Jun 2002 11:45:59 -0700
-
-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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at schleef.org>  Sat, 17 Nov 2001 18:10:33 -0800
-
-uclibc (0.9.5-cvs20011011-1) unstable; urgency=low
-
-  * Closes #104243
-
- -- David Schleef <ds at 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 at 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 at 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 at schleef.org>  Thu, 28 Jun 2001 16:49:25 -0700
-
-uclibc (0.9.5-cvs20010625-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- David Schleef <ds at schleef.org>  Mon, 25 Jun 2001 22:13:43 -0700
+ -- Erik Andersen <andersen at codepoet.org>  Wed, 12 Nov 2003 18:20:49 -0700
 

--- libuclibc0.shlibs DELETED ---

--- control.in DELETED ---

--- libuclibc0.postinst DELETED ---

--- NEW FILE: uclibc.files ---
lib
usr/share/man
sbin
usr/bin

--- NEW FILE: uclibc-dev.files ---
usr/include
usr/lib




More information about the uClibc-cvs mailing list