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

r1006 - in glibc-package/trunk/debian: . control.in



Author: gotom
Date: 2005-08-19 05:45:23 +0000 (Fri, 19 Aug 2005)
New Revision: 1006

Added:
   glibc-package/trunk/debian/control.in/ppc64
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/s390x
   glibc-package/trunk/debian/control.in/sparc64
Log:
    * Add Depends: lib64gcc1 and provide lib64c-dev for 64bit -dev packages.  
      Suggested by Matthias Klose <doko@cs.tu-berlin.de>.  (Closes: #323552)
      - debian/control.in/sparc64: Likewise.
      - debian/control.in/ppc64: Likewise.
      - debian/control.in/s390x: Likewise.
      - debian/control: Update.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-19 04:48:00 UTC (rev 1005)
+++ glibc-package/trunk/debian/changelog	2005-08-19 05:45:23 UTC (rev 1006)
@@ -28,8 +28,16 @@
       (Closes: #321719)
 
     * debian/patches/00list: Drop glibc234-hppa-remove-mallocdef.dpatch.
-      It's replaced by Carlos' new patches.
+      It's replaced by Carlos' new patches.  Reported by LaMont Jones
+      <lamont@debian.org>.
 
+    * Add Depends: lib64gcc1 and provide lib64c-dev for 64bit -dev packages.  
+      Suggested by Matthias Klose <doko@cs.tu-berlin.de>.  (Closes: #323552)
+      - debian/control.in/sparc64: Likewise.
+      - debian/control.in/ppc64: Likewise.
+      - debian/control.in/s390x: Likewise.
+      - debian/control: Update.
+
     * Roland Stigge <stigge@antcom.de>:
       - debian/debhelper.in/glibc-doc.install: Install HTML documents
         correctly.  (Closes: #321740)

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2005-08-19 04:48:00 UTC (rev 1005)
+++ glibc-package/trunk/debian/control	2005-08-19 05:45:23 UTC (rev 1006)
@@ -352,7 +352,8 @@
 Architecture: sparc
 Section: libdevel
 Priority: standard
-Depends: libc6-sparc64 (= ${Source-Version}), libc6-dev (= ${Source-Version})
+Provides: lib64c-dev
+Depends: libc6-sparc64 (= ${Source-Version}), libc6-dev (= ${Source-Version}), lib64gcc1
 Description: GNU C Library: 64bit Development Libraries for UltraSPARC
  Contains the symlinks and object files needed to compile and link programs
  which use the standard C library. This is the 64bit version of the
@@ -371,7 +372,8 @@
 Architecture: s390
 Section: libdevel
 Priority: standard
-Depends: libc6-s390x (= ${Source-Version}), libc6-dev (= ${Source-Version})
+Provides: lib64c-dev
+Depends: libc6-s390x (= ${Source-Version}), libc6-dev (= ${Source-Version}), lib64gcc1
 Description: GNU C Library: 64bit Development Libraries for IBM zSeries
  Contains the symlinks and object files needed to compile and link programs
  which use the standard C library. This is the 64bit version of the
@@ -391,7 +393,8 @@
 Architecture: powerpc
 Section: libdevel
 Priority: standard
-Depends: libc6-ppc64 (= ${Source-Version}), libc6-dev (= ${Source-Version})
+Provides: lib64c-dev
+Depends: libc6-ppc64 (= ${Source-Version}), libc6-dev (= ${Source-Version}), lib64gcc1
 Description: GNU C Library: 64bit Development Libraries for PowerPC64
  Contains the symlinks and object files needed to compile and link programs
  which use the standard C library. This is the 64bit version of the

Added: glibc-package/trunk/debian/control.in/ppc64
===================================================================
--- glibc-package/trunk/debian/control.in/ppc64	2005-08-19 04:48:00 UTC (rev 1005)
+++ glibc-package/trunk/debian/control.in/ppc64	2005-08-19 05:45:23 UTC (rev 1006)
@@ -0,0 +1,21 @@
+Package: libc6-ppc64
+Architecture: powerpc
+Section: base
+Priority: required
+Depends: libc6 (= ${Source-Version})
+Description: GNU C Library: 64bit Shared libraries for PowerPC64
+ This package includes shared versions of the standard C library and the
+ standard math library, as well as many others. This is the 64bit version
+ of the library, meant for PowerPC64 systems.
+
+Package: libc6-dev-ppc64
+Architecture: powerpc
+Section: libdevel
+Priority: standard
+Provides: lib64c-dev
+Depends: libc6-ppc64 (= ${Source-Version}), libc6-dev (= ${Source-Version}), lib64gcc1
+Description: GNU C Library: 64bit Development Libraries for PowerPC64
+ Contains the symlinks and object files needed to compile and link programs
+ which use the standard C library. This is the 64bit version of the
+ library, meant for PowerPC64 systems.
+

Modified: glibc-package/trunk/debian/control.in/s390x
===================================================================
--- glibc-package/trunk/debian/control.in/s390x	2005-08-19 04:48:00 UTC (rev 1005)
+++ glibc-package/trunk/debian/control.in/s390x	2005-08-19 05:45:23 UTC (rev 1006)
@@ -12,7 +12,8 @@
 Architecture: s390
 Section: libdevel
 Priority: standard
-Depends: libc6-s390x (= ${Source-Version}), libc6-dev (= ${Source-Version})
+Provides: lib64c-dev
+Depends: libc6-s390x (= ${Source-Version}), libc6-dev (= ${Source-Version}), lib64gcc1
 Description: GNU C Library: 64bit Development Libraries for IBM zSeries
  Contains the symlinks and object files needed to compile and link programs
  which use the standard C library. This is the 64bit version of the

Modified: glibc-package/trunk/debian/control.in/sparc64
===================================================================
--- glibc-package/trunk/debian/control.in/sparc64	2005-08-19 04:48:00 UTC (rev 1005)
+++ glibc-package/trunk/debian/control.in/sparc64	2005-08-19 05:45:23 UTC (rev 1006)
@@ -13,7 +13,8 @@
 Architecture: sparc
 Section: libdevel
 Priority: standard
-Depends: libc6-sparc64 (= ${Source-Version}), libc6-dev (= ${Source-Version})
+Provides: lib64c-dev
+Depends: libc6-sparc64 (= ${Source-Version}), libc6-dev (= ${Source-Version}), lib64gcc1
 Description: GNU C Library: 64bit Development Libraries for UltraSPARC
  Contains the symlinks and object files needed to compile and link programs
  which use the standard C library. This is the 64bit version of the



Reply to: