summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-06 03:34:00 -0700
committerColin Watson <cjwatson@debian.org>2013-05-06 03:34:00 -0700
commitf5efcd3450bbf8261915e0c4a6f851229dddaa79 (patch)
treef3da448ff700a6d972ec8390ae145251521aef63 /debian/rules
parent1498f06edf186d7a1fee2f5e7c811f37044cad7a (diff)
Use dh-autoreconf.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 1acbdbd8d..db7f81f49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,7 +113,7 @@ confflags += --with-ldflags='$(strip -Wl,--as-needed $(default_ldflags))'
113confflags_udeb += --with-ldflags='-Wl,--as-needed' 113confflags_udeb += --with-ldflags='-Wl,--as-needed'
114 114
115%: 115%:
116 dh $@ 116 dh $@ --with=autoreconf
117 117
118DISTRIBUTOR_REPLACE := \ 118DISTRIBUTOR_REPLACE := \
119 debian/openssh-server.if-up \ 119 debian/openssh-server.if-up \