r1116 - trunk/web/porting
Author: rmh
Date: 2006-01-28 16:43:07 +0000 (Sat, 28 Jan 2006)
New Revision: 1116
Modified:
trunk/web/porting/PORTING
Log:
Add section for debian/control files, using Guillem's new wildcard support.
Modified: trunk/web/porting/PORTING
===================================================================
--- trunk/web/porting/PORTING 2006-01-27 05:37:21 UTC (rev 1115)
+++ trunk/web/porting/PORTING 2006-01-28 16:43:07 UTC (rev 1116)
@@ -49,6 +49,24 @@
[note: see below for more details on this one]
+debian/control files
+--------------------
+
+Example for Linux-specific build-dependency:
+
+ Build-Depends: [...], libselinux1-dev [linux-any], dpkg-dev (>= 1.13.13), [...]
+
+Example for i386-only package:
+
+ Build-Depends: [...], dpkg-dev (>= 1.13.13), [...]
+ Architecture: any-i386
+
+Example for Linux-only package:
+
+ Build-Depends: [...], dpkg-dev (>= 1.13.13), [...]
+ Architecture: linux-any
+
+
Libraries, your beloved enemy
-----------------------------
Reply to: