[Glibc-bsd-commits] r3871 - in trunk: kfreebsd-10/debian kfreebsd-8/debian kfreebsd-9/debian

Robert Millan rmh at alioth.debian.org
Thu Nov 17 20:26:28 UTC 2011


Author: rmh
Date: 2011-11-17 20:26:27 +0000 (Thu, 17 Nov 2011)
New Revision: 3871

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/control.flavor.in
   trunk/kfreebsd-10/debian/control.in
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/control.flavor.in
   trunk/kfreebsd-8/debian/control.in
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/control.flavor.in
   trunk/kfreebsd-9/debian/control.in
Log:
Fix installability problem on non-kfreebsd platforms.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-10/debian/changelog	2011-11-17 20:26:27 UTC (rev 3871)
@@ -2,8 +2,9 @@
 
   * Mark kfreebsd-headers- at version@- at abiname@ as kfreebsd-any.
   * Depend on package providing devd.
+  * Fix installability problem on non-kfreebsd platforms.
 
- -- Robert Millan <rmh at debian.org>  Tue, 08 Nov 2011 21:52:39 +0100
+ -- Robert Millan <rmh at debian.org>  Thu, 17 Nov 2011 21:24:41 +0100
 
 kfreebsd-10 (10.0~svn227111-2) experimental; urgency=low
 

Modified: trunk/kfreebsd-10/debian/control.flavor.in
===================================================================
--- trunk/kfreebsd-10/debian/control.flavor.in	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-10/debian/control.flavor.in	2011-11-17 20:26:27 UTC (rev 3871)
@@ -2,17 +2,17 @@
 Architecture: any- at arch@
 Depends: ${misc:Depends},
  freebsd-utils (>= 8.1-5) [kfreebsd-any], kldutils (>= 7.1) [kfreebsd-any],
- devd | freebsd-utils (<< 8.2+ds2-9),
+ devd [kfreebsd-any] | freebsd-utils (<< 8.2+ds2-9) [kfreebsd-any],
 # Policy-conformant keyboard mappings (see #605777)
- kbdcontrol (>= 8.2+ds2-6),
+ kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any],
 Conflicts: kfreebsd-loader (<< 5.4-1.3)
 # grub-probe versions prior to ada(4) support break postinst
-Breaks: grub-common (<< 1.98+20100804-14+squeeze1),
+Breaks: grub-common (<< 1.98+20100804-14+squeeze1) [kfreebsd-any],
 # AT_* macros break LD_PRELOAD (see #630695)
 # Missing support for RFTSIGZMB (see 007_clone_signals.diff)
- libc0.1 (<< 2.13-11),
+ libc0.1 (<< 2.13-11) [kfreebsd-any],
 # Require ZFS v28 userland
- zfsutils (<< 8.3~),
+ zfsutils (<< 8.3~) [kfreebsd-any],
 Provides: kfreebsd-image- at major@, kfreebsd-image
 Recommends: @recommends@
 Description: kernel of FreeBSD @version@ image

Modified: trunk/kfreebsd-10/debian/control.in
===================================================================
--- trunk/kfreebsd-10/debian/control.in	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-10/debian/control.in	2011-11-17 20:26:27 UTC (rev 3871)
@@ -24,7 +24,7 @@
  a GNU/kFreeBSD system.
 
 Package: kfreebsd-headers- at version@- at abiname@
-Architecture: kfreebsd-any
+Architecture: any
 Depends: ${misc:Depends}
 Description: Common architecture-specific header files for kernel of FreeBSD @version@
  This package provides the architecture-specific common kernel header files for

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-8/debian/changelog	2011-11-17 20:26:27 UTC (rev 3871)
@@ -1,3 +1,9 @@
+kfreebsd-8 (8.2-14) UNRELEASED; urgency=low
+
+  * Fix installability problem on non-kfreebsd platforms.
+
+ -- Robert Millan <rmh at debian.org>  Thu, 17 Nov 2011 21:24:25 +0100
+
 kfreebsd-8 (8.2-13) unstable; urgency=low
 
   * Remove gen-ld-u-options / 020_linker.diff kludge, replace it with

Modified: trunk/kfreebsd-8/debian/control.flavor.in
===================================================================
--- trunk/kfreebsd-8/debian/control.flavor.in	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-8/debian/control.flavor.in	2011-11-17 20:26:27 UTC (rev 3871)
@@ -2,9 +2,9 @@
 Architecture: any- at arch@
 Depends: ${misc:Depends},
  freebsd-utils (>= 8.1-5) [kfreebsd-any], kldutils (>= 7.1) [kfreebsd-any],
- devd | freebsd-utils (<< 8.2+ds2-9),
+ devd [kfreebsd-any] | freebsd-utils (<< 8.2+ds2-9) [kfreebsd-any],
 # Policy-conformant keyboard mappings (see #605777)
- kbdcontrol (>= 8.2+ds2-6),
+ kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any],
 Conflicts: kfreebsd-loader (<< 5.4-1.3)
 Provides: kfreebsd-image- at major@, kfreebsd-image
 Recommends: @recommends@

Modified: trunk/kfreebsd-8/debian/control.in
===================================================================
--- trunk/kfreebsd-8/debian/control.in	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-8/debian/control.in	2011-11-17 20:26:27 UTC (rev 3871)
@@ -23,7 +23,7 @@
  a GNU/kFreeBSD system.
 
 Package: kfreebsd-headers- at version@- at abiname@
-Architecture: kfreebsd-any
+Architecture: any
 Depends: ${misc:Depends}
 Description: Common architecture-specific header files for kernel of FreeBSD @version@
  This package provides the architecture-specific common kernel header files for

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-9/debian/changelog	2011-11-17 20:26:27 UTC (rev 3871)
@@ -3,8 +3,9 @@
   * Rewrite 107_mount_update.diff to fix the new problem with same symptoms
     (this time, a regression introduced by upstream rev 220937).
     (Closes: #646957)
+  * Fix installability problem on non-kfreebsd platforms.
 
- -- Robert Millan <rmh at debian.org>  Thu, 17 Nov 2011 20:32:48 +0100
+ -- Robert Millan <rmh at debian.org>  Thu, 17 Nov 2011 21:24:32 +0100
 
 kfreebsd-9 (9.0~svn227451-1) unstable; urgency=low
 

Modified: trunk/kfreebsd-9/debian/control.flavor.in
===================================================================
--- trunk/kfreebsd-9/debian/control.flavor.in	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-9/debian/control.flavor.in	2011-11-17 20:26:27 UTC (rev 3871)
@@ -2,17 +2,17 @@
 Architecture: any- at arch@
 Depends: ${misc:Depends},
  freebsd-utils (>= 8.1-5) [kfreebsd-any], kldutils (>= 7.1) [kfreebsd-any],
- devd | freebsd-utils (<< 8.2+ds2-9),
+ devd [kfreebsd-any] | freebsd-utils (<< 8.2+ds2-9) [kfreebsd-any],
 # Policy-conformant keyboard mappings (see #605777)
- kbdcontrol (>= 8.2+ds2-6),
+ kbdcontrol (>= 8.2+ds2-6) [kfreebsd-any],
 Conflicts: kfreebsd-loader (<< 5.4-1.3)
 # grub-probe versions prior to ada(4) support break postinst
-Breaks: grub-common (<< 1.98+20100804-14+squeeze1),
+Breaks: grub-common (<< 1.98+20100804-14+squeeze1) [kfreebsd-any],
 # AT_* macros break LD_PRELOAD (see #630695)
 # Missing support for RFTSIGZMB (see 007_clone_signals.diff)
- libc0.1 (<< 2.13-11),
+ libc0.1 (<< 2.13-11) [kfreebsd-any],
 # Require ZFS v28 userland
- zfsutils (<< 8.3~),
+ zfsutils (<< 8.3~) [kfreebsd-any],
 Provides: kfreebsd-image- at major@, kfreebsd-image
 Recommends: @recommends@
 Description: kernel of FreeBSD @version@ image

Modified: trunk/kfreebsd-9/debian/control.in
===================================================================
--- trunk/kfreebsd-9/debian/control.in	2011-11-17 19:33:05 UTC (rev 3870)
+++ trunk/kfreebsd-9/debian/control.in	2011-11-17 20:26:27 UTC (rev 3871)
@@ -23,7 +23,7 @@
  a GNU/kFreeBSD system.
 
 Package: kfreebsd-headers- at version@- at abiname@
-Architecture: kfreebsd-any
+Architecture: any
 Depends: ${misc:Depends}
 Description: Common architecture-specific header files for kernel of FreeBSD @version@
  This package provides the architecture-specific common kernel header files for




More information about the Glibc-bsd-commits mailing list