summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2003-07-09 13:27:37 +0000
committerBrendan O'Dea <bod@debian.org>2003-07-09 13:27:37 +0000
commitffeaf9a884994d640c0ef41e6d8f3ddeac176c3d (patch)
tree92e41fa15d4843a4fb9beacee5f5677a5253420d /debian/rules
parentcc50115a32870920df053c96a8b29656bbcf0ac8 (diff)
downloadhelp2man-ffeaf9a884994d640c0ef41e6d8f3ddeac176c3d.tar.gz
Changed to arch=any due to inclusion of the LD_PRELOAD library.v1.31.2
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 4ce9b7f..2f33c65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ install-stamp: build-stamp
touch install-stamp
# Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs
@@ -53,7 +53,7 @@ binary-indep: build install
dh_builddeb
# Build architecture-dependent files here.
-binary-arch: build install
+binary-indep: build install
# We have nothing to do by default.
source diff: