[uClibc-cvs] uClibc/debian uclibc-dev.postinst, NONE, 1.1 uclibc-dev.prerm, NONE, 1.1 uclibc.prerm, NONE, 1.1 .cvsignore, 1.1, 1.2 uclibc.postinst, 1.1, 1.2 uclibc.shlibs, 1.1, 1.2

Erik Andersen andersen at uclibc.org
Thu Jan 22 01:44:28 UTC 2004


Update of /var/cvs/uClibc/debian
In directory nail:/tmp/cvs-serv31927

Modified Files:
	.cvsignore uclibc.postinst uclibc.shlibs 
Added Files:
	uclibc-dev.postinst uclibc-dev.prerm uclibc.prerm 
Log Message:
Some minor debian junk I had sitting in my tree


Index: .cvsignore
===================================================================
RCS file: /var/cvs/uClibc/debian/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore	11 Aug 2001 03:21:21 -0000	1.1
+++ .cvsignore	22 Jan 2004 01:44:25 -0000	1.2
@@ -1,13 +1,8 @@
-uclibc-toolchain.substvars
-uclibc-toolchain.prerm.debhelper
-uclibc-toolchain.postinst.debhelper
-uclibc-toolchain
-uclibc-gcc
 tmp
-prerm.debhelper
-postinst.debhelper
-libuclibc0.substvars
-libuclibc0.prerm.debhelper
-libuclibc0.postinst.debhelper
-libuclibc0
 files
+uclibc
+uclibc-dev
+uclibc-dev.postinst.debhelper
+uclibc-dev.prerm.debhelper
+uclibc.postinst.debhelper
+uclibc.prerm.debhelper

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

set -e

#DEBHELPER#

--- NEW FILE: uclibc-dev.prerm ---
#!/bin/sh
set -e

#DEBHELPER#

Index: uclibc.postinst
===================================================================
RCS file: /var/cvs/uClibc/debian/uclibc.postinst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- uclibc.postinst	13 Nov 2003 10:18:59 -0000	1.1
+++ uclibc.postinst	22 Jan 2004 01:44:25 -0000	1.2
@@ -1,8 +1,9 @@
 #!/bin/sh
 
+set -e
+
 if [ "$1" = "configure" ]; then
 	/sbin/ldconfig
 fi
 
 #DEBHELPER#
-

--- NEW FILE: uclibc-dev.postinst ---
#!/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#

Index: uclibc.shlibs
===================================================================
RCS file: /var/cvs/uClibc/debian/uclibc.shlibs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- uclibc.shlibs	13 Nov 2003 10:18:59 -0000	1.1
+++ uclibc.shlibs	22 Jan 2004 01:44:25 -0000	1.2
@@ -1,10 +1,10 @@
-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)
+libc 0 uclibc (>= 0.9.26-1)
+libm 0 uclibc (>= 0.9.26-1)
+ld-uClibc 0 uclibc (>= 0.9.26-1)
+libdl 0 uclibc (>= 0.9.26-1)
+libcrypt 0 uclibc (>= 0.9.26-1)
+libutil 0 uclibc (>= 0.9.26-1)
+libresolv 0 uclibc (>= 0.9.26-1)
+libnsl 0 uclibc (>= 0.9.26-1)
+libthread_db 1 uclibc (>= 0.9.26-1)
+libpthread 0 uclibc (>= 0.9.26-1)




More information about the uClibc-cvs mailing list