summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-12 14:57:06 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-12 14:57:06 -0400
commitf2d18ce6c66b6d45b90b13cbd07b61977fbd123c (patch)
treef3366c6a6d6de8c458829053c7922a101adb5830 /debhelper.pod
parent6d9c1c7b7e3aa8dbc101c2592e5f7bb87abbb3a5 (diff)
releasing version 7.2.11
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 37f649fd..388453c3 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -62,8 +62,8 @@ 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 or OSes. If files named debian/package.foo.arch
-or debian/package.foo.os exist, where "arch" and "os" are the same as the
+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.