[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1011 - in glibc-package/trunk/debian: . sysdeps



Author: gotom
Date: 2005-08-22 08:47:26 +0000 (Mon, 22 Aug 2005)
New Revision: 1011

Added:
   glibc-package/trunk/debian/sysdeps/hurd.mk
Removed:
   glibc-package/trunk/debian/sysdeps/gnu.mk
Modified:
   glibc-package/trunk/debian/changelog
Log:
    * Support Hurd again.  (Closes: #324165)
      - debian/sysdeps/gnu.mk: Rename to...
      - debian/sysdeps/hurd.mk: ... this.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-22 08:40:39 UTC (rev 1010)
+++ glibc-package/trunk/debian/changelog	2005-08-22 08:47:26 UTC (rev 1011)
@@ -6,9 +6,14 @@
       DEB_INDEP_REGULAR_PACKAGES.  It causes binary-indep is unexpectedly
       included.  (Closes: #233390, #233391, #233392)
 
-    * debian/control.in/sparc64: Add the correct new line.  (Closes: #324450)
-      debian/control: Update.
+    * Add the correct new line.  (Closes: #324450)
+      - debian/control.in/sparc64: Likewise.
+      - debian/control: Update.
 
+    * Support Hurd again.  (Closes: #324165)
+      - debian/sysdeps/gnu.mk: Rename to...
+      - debian/sysdeps/hurd.mk: ... this.
+
  -- GOTO Masanori <gotom@debian.org>  Sun, 21 Aug 2005 12:33:42 +0900
 
 glibc (2.3.5-4) unstable; urgency=low

Deleted: glibc-package/trunk/debian/sysdeps/gnu.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/gnu.mk	2005-08-22 08:40:39 UTC (rev 1010)
+++ glibc-package/trunk/debian/sysdeps/gnu.mk	2005-08-22 08:47:26 UTC (rev 1011)
@@ -1,24 +0,0 @@
-# This is for the GNU OS.  Commonly known as the Hurd.
-
-# FIXME: Have to do both nptl and linuxthreads for now, because of the
-# patch system.  Shouldn't need either of these.
-GLIBC_OVERLAYS ?= $(shell ls nptl* glibc-linuxthreads* glibc-ports* glibc-libidn*)
-
-threads = no
-libc = libc0.3
-slibdir = /lib
-
-# Glibc should really do this for us.
-define libc_extra_install
-mkdir -p debian/tmp-$(curpass)/lib
-ln -s ld.so.1 debian/tmp-$(curpass)/lib/ld.so
-endef
-
-# Do not care about kernel versions for now.
-define kernel_check
-true
-endef
-
-# TLS is broken currently and results in Mach panicing
-libc_extra_config_options := $(extra_config_options) --without-tls
-

Copied: glibc-package/trunk/debian/sysdeps/hurd.mk (from rev 993, glibc-package/trunk/debian/sysdeps/gnu.mk)



Reply to: