From ea489dee069dc3f61ceff4a7d71cd7550fa8c0dd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 6 Mar 2007 18:37:15 +0000 Subject: Remove debian directory at the request of Simon Richter. (The debian developers prefer to maintain their own debian subdir as a patch.) --- debian/changelog | 42 ----------- debian/config | 169 ------------------------------------------ debian/control | 31 -------- debian/copyright | 22 ------ debian/dirs | 4 - debian/docs | 4 - debian/rules | 180 --------------------------------------------- debian/uclibc-dev.files | 2 - debian/uclibc-dev.postinst | 22 ------ debian/uclibc-dev.prerm | 4 - debian/uclibc.files | 4 - debian/uclibc.postinst | 9 --- debian/uclibc.prerm | 5 -- debian/uclibc.shlibs | 11 --- 14 files changed, 509 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/config delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/docs delete mode 100755 debian/rules delete mode 100644 debian/uclibc-dev.files delete mode 100644 debian/uclibc-dev.postinst delete mode 100644 debian/uclibc-dev.prerm delete mode 100644 debian/uclibc.files delete mode 100644 debian/uclibc.postinst delete mode 100644 debian/uclibc.prerm delete mode 100644 debian/uclibc.shlibs diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index efff186d8..000000000 --- a/debian/changelog +++ /dev/null @@ -1,42 +0,0 @@ -uclibc (0.9.28-1) unstable; urgency=low - - * New upstream release. - - -- Erik Andersen Sun, 14 Aug 2005 23:15:03 -0600 - -uclibc (0.9.26-3) unstable; urgency=low - - * minor updates - - -- Erik Andersen Thu, 15 Jul 2004 02:57:24 -0600 - -uclibc (0.9.26-2) unstable; urgency=low - - * Fix some minor header file problems - - -- Erik Andersen Fri, 30 Apr 2004 16:34:24 -0600 - -uclibc (0.9.26-1) unstable; urgency=low - - * New upstream release - - -- Erik Andersen Sun, 4 Jan 2004 02:29:23 -0700 - -uclibc (0.9.25-1) unstable; urgency=low - - * New upstream release - - -- Erik Andersen Fri, 2 Jan 2004 16:17:53 -0700 - -uclibc (0.9.24-1) unstable; urgency=low - - * New upstream release - - -- Erik Andersen Mon, 22 Dec 2003 01:42:33 -0700 - -uclibc (0.9.23-1) unstable; urgency=low - - * New upstream release - - -- Erik Andersen Wed, 12 Nov 2003 18:20:49 -0700 - diff --git a/debian/config b/debian/config deleted file mode 100644 index 8362238d8..000000000 --- a/debian/config +++ /dev/null @@ -1,169 +0,0 @@ -# -# Automatically generated make config: don't edit -# -# TARGET_alpha is not set -# TARGET_arm is not set -# TARGET_bfin is not set -# TARGET_cris is not set -# TARGET_e1 is not set -# TARGET_frv 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_nios is not set -# TARGET_nios2 is not set -# TARGET_powerpc is not set -# TARGET_sh is not set -# TARGET_sh64 is not set -# TARGET_sparc is not set -# TARGET_v850 is not set -# TARGET_x86_64 is not set - -# -# Target Architecture Features and Options -# -# ARCH_SUPPORTS_LITTLE_ENDIAN is not set -TARGET_ARCH="none" -# ARCH_LITTLE_ENDIAN is not set -# CONFIG_GENERIC_386 is not set -# CONFIG_386 is not set -# CONFIG_486 is not set -# CONFIG_586 is not set -# CONFIG_586MMX is not set -# CONFIG_686 is not set -# CONFIG_PENTIUMII is not set -# CONFIG_PENTIUMIII is not set -# CONFIG_PENTIUM4 is not set -# CONFIG_K6 is not set -# CONFIG_K7 is not set -# CONFIG_ELAN is not set -# CONFIG_CRUSOE is not set -# CONFIG_WINCHIPC6 is not set -# CONFIG_WINCHIP2 is not set -# CONFIG_CYRIXIII is not set -# CONFIG_NEHEMIAH is not set -# ARCH_BIG_ENDIAN is not set -# ARCH_HAS_NO_MMU is not set -ARCH_HAS_MMU=y -UCLIBC_HAS_FLOATS=y -HAS_FPU=y -DO_C99_MATH=y -KERNEL_SOURCE="/usr/src/linux" -HAVE_DOT_CONFIG=y - -# -# General Library Settings -# -# HAVE_NO_PIC is not set -DOPIC=y -# HAVE_NO_SHARED is not set -HAVE_SHARED=y -# ARCH_HAS_NO_LDSO is not set -# FORCE_SHAREABLE_TEXT_SEGMENTS is not set -LDSO_LDD_SUPPORT=y -LDSO_CACHE_SUPPORT=y -# LDSO_PRELOAD_FILE_SUPPORT is not set -LDSO_BASE_FILENAME="ld.so" -LDSO_RUNPATH=y -# DL_FINI_CRT_COMPAT is not set -UCLIBC_CTOR_DTOR=y -# HAS_NO_THREADS is not set -UCLIBC_HAS_THREADS=y -PTHREADS_DEBUG_SUPPORT=y -UCLIBC_HAS_LFS=y -# UCLIBC_STATIC_LDCONFIG is not set -# MALLOC is not set -# MALLOC_SIMPLE is not set -MALLOC_STANDARD=y -MALLOC_GLIBC_COMPAT=y -UCLIBC_DYNAMIC_ATEXIT=y -UCLIBC_HAS_SHADOW=y -# UNIX98PTY_ONLY is not set -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_RPC=y -UCLIBC_HAS_FULL_RPC=y - -# -# String and Stdio Support -# -UCLIBC_HAS_STRING_GENERIC_OPT=y -UCLIBC_HAS_STRING_ARCH_OPT=y -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 -# 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 is not set -# 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=y -# 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_SHUTDOWN_ON_ABORT 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=y -UCLIBC_HAS_SIGNUM_MESSAGES=y -UCLIBC_HAS_SYS_SIGLIST=y -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_PREFIX="/lib" -RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" -DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" - -# -# uClibc security related options -# -# UCLIBC_SECURITY is not set - -# -# uClibc development/debugging options -# -CROSS_COMPILER_PREFIX="" -# DODEBUG is not set -# DODEBUG_PT is not set -# DOASSERTS is not set -# SUPPORT_LD_DEBUG is not set -# SUPPORT_LD_DEBUG_EARLY is not set -WARNINGS="-Wall" -# UCLIBC_MJN3_ONLY is not set diff --git a/debian/control b/debian/control deleted file mode 100644 index 53fb7510a..000000000 --- a/debian/control +++ /dev/null @@ -1,31 +0,0 @@ -Source: uclibc -Section: libs -Priority: required -Maintainer: Erik Andersen -Build-Depends: debhelper (>= 3), bzip2, texinfo, kernel-source-2.4.27, sed (>= 4.0.5-4) -Standards-Version: 3.6.1.1 - -Package: uclibc -Architecture: alpha arm i386 m68k mips mipsel powerpc sparc -Section: base -Priority: required -Depends: -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. - -Package: uclibc-dev -Architecture: alpha arm i386 m68k mips mipsel powerpc sparc -Section: devel -Priority: standard -Depends: uclibc (= ${Source-Version}) -Provides: libc-dev, libc6-dev -Recommends: gcc | 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. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index c6b554cf0..000000000 --- a/debian/copyright +++ /dev/null @@ -1,22 +0,0 @@ -This package was debianized by Erik Andersen on -Wed, 12 Nov 2003 19:15:30 -0700 - -Maintainer: Erik Andersen - -Copyright: -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -The full text of the LGPL can be found in -/usr/share/common-licenses/LGPL diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index 4313c4a24..000000000 --- a/debian/dirs +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib -usr/share/doc -usr/share/man/man1 -usr/bin diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 80e90b0dd..000000000 --- a/debian/docs +++ /dev/null @@ -1,4 +0,0 @@ -README -TODO -Changelog -Changelog.full diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 73c69945a..000000000 --- a/debian/rules +++ /dev/null @@ -1,180 +0,0 @@ -#!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This is the debhelper compatability version to use. -export DH_COMPAT=3 - -#include version -major=$(shell grep '^MAJOR_VERSION' Rules.mak|sed 's/.*=//') -minor=$(shell grep '^MINOR_VERSION' Rules.mak|sed 's/.*=//') -version:=$(strip $(major)).$(strip $(minor)) - -kernel_version=2.4.31 -kernel_source=kernel-source-$(kernel_version) -kernel_source_dir=$(kernel_source) - -builddir=$(shell pwd) - -target=$(DEB_HOST_GNU_CPU) - -with_shared_libs=y - -ifeq ($(with_shared_libs),y) -shared_libs_true=true -else -shared_libs_true=false -endif - -ifneq ($(target),$(DEB_HOST_GNU_CPU)) -target_suffix=-$(target) -endif - -ifneq ($(target),$(DEB_HOST_GNU_CPU)) -cross_options = --cross="$(target)-linux-" -else -cross_options = --cross="" -endif - -p_dev=uclibc-dev$(target_suffix) -p_lib=uclibc$(target_suffix) - -build: build-stamp -build-stamp: - dh_testdir - - # Brute force method of getting kernel headers - if [ ! -f /usr/src/$(kernel_source).tar.bz2 ] ; then \ - wget http://uclibc.org/downloads/toolchain/$(kernel_source).tar.bz2 \ - -O /usr/src/$(kernel_source).tar.bz2; \ - fi; - tar --bzip2 -xf /usr/src/$(kernel_source).tar.bz2 - - - # Hack to get include/asm-arm/arch directory. This should - # stay here, and not move to the top-level Makefile, since - # it adds a link _in the kernel source_, which is almost - # certainly wrong in most situations. -#ifeq ($(target),arm) - ln -s arch-sa1100 $(kernel_source_dir)/include/asm-arm/arch - ln -s proc-armo $(kernel_source_dir)/include/asm-arm/proc -#endif - - touch $(kernel_source_dir)/include/linux/autoconf.h - - # Various stupid programs use linux/version.h to find the - # Linux version. - ( \ - echo '#define UTS_RELEASE "$(kernel_version)"'; \ - echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; \ - echo '#define LINUX_VERSION_CODE KERNEL_VERSION($(shell echo $(kernel_version) | sed s/\\./,/g))'; \ - ) >$(kernel_source_dir)/include/linux/version.h - - cp debian/config .config - - sed -i -e 's,^.*TARGET_$(target).*,TARGET_$(target)=y,g' \ - .config - sed -i -e 's,^TARGET_ARCH.*,TARGET_ARCH=\"$(target)\",g' \ - .config - sed -i -e 's,^KERNEL_SOURCE=.*,KERNEL_SOURCE=\"$(builddir)/$(kernel_source_dir)\",g' \ - .config - sed -i -e 's,^RUNTIME_PREFIX=.*,RUNTIME_PREFIX=\"/\",g' \ - .config - sed -i -e 's,^DEVEL_PREFIX=.*,DEVEL_PREFIX=\"/usr/\",g' \ - .config - sed -i -e 's,^SHARED_LIB_LOADER_PREFIX=.*,SHARED_LIB_LOADER_PREFIX=\"/lib\",g' \ - .config - sed -i -e 's,.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=y\nUCLIBC_HAS_LOCALE=n,g' \ - .config - -ifeq ($(target),arm) - sed -i -e '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) - $(MAKE) utils - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - rm -rf $(kernel_source_dir) - - # Add here commands to clean up after the build process. - -$(MAKE) distclean - - -rm -f Config - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - -rm debian/tmp - -mkdir debian/tmp - - # Add here commands to install the package into debian/tmp. - $(MAKE) install install_utils PREFIX=`pwd`/debian/tmp - - install -d debian/tmp/usr/share/man/man1 - install -m 644 docs/man/ldd.1 \ - debian/tmp/usr/share/man/man1/ldd.1 - install -d debian/tmp/usr/share/man/man8 - install -m 644 docs/man/ldconfig.8 \ - debian/tmp/usr/share/man/man8/ldconfig.8 - - -# Build architecture-independent files here. -binary-indep: - -# Build architecture-dependent files here. -binary-arch: build install -# dh_testversion - dh_testdir - dh_testroot - - dh_movefiles -# dh_installdebconf - dh_installdocs - dh_installexamples - dh_installmenu -# dh_installemacsen -# dh_installpam -# dh_installinit - dh_installcron -# dh_installmanpages -puclibc - dh_installinfo -# dh_undocumented - dh_installchangelogs - dh_link - dh_strip - dh_compress - dh_fixperms -Xld-uClibc - # You may want to make some executables suid here. -# dh_suidregister -# dh_makeshlibs - dh_installdeb -# dh_perl - dh_shlibdeps --exclude=lib - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/uclibc-dev.files b/debian/uclibc-dev.files deleted file mode 100644 index da07fddd0..000000000 --- a/debian/uclibc-dev.files +++ /dev/null @@ -1,2 +0,0 @@ -usr/include -usr/lib diff --git a/debian/uclibc-dev.postinst b/debian/uclibc-dev.postinst deleted file mode 100644 index dd559a32a..000000000 --- a/debian/uclibc-dev.postinst +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -set -e - -ldconfig - -if [ "$1" = "configure" ]; then - if [ -f /usr/lib/libintl.so.1 ] ; then - rm -f /usr/lib/libc.so - cat > /usr/lib/libc.so << EOF -/* GNU ld script - Use the shared library, but some functions are only in - the static library, so try that secondarily. */ -OUTPUT_FORMAT(elf32-i386) -GROUP ( /lib/libc.so.0 /usr/lib/libintl.so.1 ) -EOF - chown root.root /usr/lib/libc.so - chmod 0644 /usr/lib/libc.so - fi -fi - -#DEBHELPER# diff --git a/debian/uclibc-dev.prerm b/debian/uclibc-dev.prerm deleted file mode 100644 index 6060c4fb6..000000000 --- a/debian/uclibc-dev.prerm +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -e - -#DEBHELPER# diff --git a/debian/uclibc.files b/debian/uclibc.files deleted file mode 100644 index 7b3e51c5d..000000000 --- a/debian/uclibc.files +++ /dev/null @@ -1,4 +0,0 @@ -lib -usr/share/man -sbin -usr/bin diff --git a/debian/uclibc.postinst b/debian/uclibc.postinst deleted file mode 100644 index 85f538506..000000000 --- a/debian/uclibc.postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - /sbin/ldconfig -fi - -#DEBHELPER# diff --git a/debian/uclibc.prerm b/debian/uclibc.prerm deleted file mode 100644 index c1fc8b91f..000000000 --- a/debian/uclibc.prerm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -set -e - -#DEBHELPER# diff --git a/debian/uclibc.shlibs b/debian/uclibc.shlibs deleted file mode 100644 index 7bfbad208..000000000 --- a/debian/uclibc.shlibs +++ /dev/null @@ -1,11 +0,0 @@ -libc 0 uclibc (>= 0.9.28-1) -libm 0 uclibc (>= 0.9.28-1) -ld-uClibc 0 uclibc (>= 0.9.28-1) -libdl 0 uclibc (>= 0.9.28-1) -libcrypt 0 uclibc (>= 0.9.28-1) -libutil 0 uclibc (>= 0.9.28-1) -libresolv 0 uclibc (>= 0.9.28-1) -libnsl 0 uclibc (>= 0.9.28-1) -libthread_db 1 uclibc (>= 0.9.28-1) -libpthread 0 uclibc (>= 0.9.28-1) -librt 0 uclibc (>= 0.9.28-1) -- cgit v1.2.3