[Glibc-bsd-commits] r1722 - trunk/web/porting

Aurelien Jarno aurel32 at alioth.debian.org
Tue Nov 14 18:49:39 CET 2006


Author: aurel32
Date: 2006-11-14 18:49:39 +0100 (Tue, 14 Nov 2006)
New Revision: 1722

Modified:
   trunk/web/porting/PORTING
Log:
Remove architecture aliases (linux-any, any-i386, ...) from the porting document


Modified: trunk/web/porting/PORTING
===================================================================
--- trunk/web/porting/PORTING	2006-11-14 17:47:41 UTC (rev 1721)
+++ trunk/web/porting/PORTING	2006-11-14 17:49:39 UTC (rev 1722)
@@ -54,17 +54,17 @@
 
 Example for Linux-specific build-dependency:
 
-  Build-Depends: [...], libselinux1-dev [linux-any], dpkg-dev (>= 1.13.13), [...]
+  Build-Depends: [...], libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], dpkg-dev (>= 1.13.13), [...]
 
 Example for i386-only package:
 
   Build-Depends: [...], dpkg-dev (>= 1.13.13), [...]
-  Architecture: any-i386
+  Architecture: i386 kfreebsd-i386 hurd-i386
 
 Example for Linux-only package:
 
   Build-Depends: [...], dpkg-dev (>= 1.13.13), [...]
-  Architecture: linux-any
+  Architecture: i386 ia64 alpha amd64 arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
 
 WARNING: please note that this functionality is still not supported by debhelper
 




More information about the Glibc-bsd-commits mailing list