From 6d9c1c7b7e3aa8dbc101c2592e5f7bb87abbb3a5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 May 2009 14:52:09 -0400 Subject: Support debian/foo.os files to suppliment previous debian/foo.arch file support. Closes: #494914 (Thanks, Aurelien Jarno) --- debhelper.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'debhelper.pod') diff --git a/debhelper.pod b/debhelper.pod index dad286ee..37f649fd 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -62,9 +62,10 @@ debian/control, debhelper will use debian/foo if no debian/package.foo file can be found. In some rare cases, you may want to have different versions of these files -for different architectures. If files named debian/package.foo.arch -exist, where "arch" is the same as the output of -"dpkg-architecture -qDEB_HOST_ARCH", +for different architectures or OSes. If files named debian/package.foo.arch +or debian/package.foo.os exist, where "arch" and "os" are the same as the +output of "dpkg-architecture -qDEB_HOST_ARCH" / +"dpkg-architecture -qDEB_HOST_ARCH_OS", then they will be used in preference to other, more general files. In many cases, these config files are used to specify various types of -- cgit v1.2.3