summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
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.