summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-10-20 23:26:56 +0100
committerColin Watson <cjwatson@debian.org>2018-10-20 23:26:59 +0100
commit0ed79b83282d048dae91bbe2a631b0e9b00d1709 (patch)
treededdd146c8866cc6ae91cffa21a6750ba9bcba26
parentd80ebbf028196b2478beebf5a290b97f35e1eed9 (diff)
Remove dh_builddeb override to use xz compression
This has been the default since dpkg 1.17.0.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 68fb28bb3..ca9f40844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,8 @@ openssh (1:7.9p1-1) UNRELEASED; urgency=medium
52 (closes: #828475). 52 (closes: #828475).
53 - sshd(8): allow the futex(2) syscall in the Linux seccomp sandbox; 53 - sshd(8): allow the futex(2) syscall in the Linux seccomp sandbox;
54 apparently required by some glibc/OpenSSL combinations. 54 apparently required by some glibc/OpenSSL combinations.
55 * Remove dh_builddeb override to use xz compression; this has been the
56 default since dpkg 1.17.0.
55 57
56 -- Colin Watson <cjwatson@debian.org> Fri, 19 Oct 2018 21:34:47 +0100 58 -- Colin Watson <cjwatson@debian.org> Fri, 19 Oct 2018 21:34:47 +0100
57 59
diff --git a/debian/rules b/debian/rules
index 225655612..c44afccff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -237,9 +237,6 @@ override_dh_shlibdeps:
237override_dh_gencontrol: 237override_dh_gencontrol:
238 dh_gencontrol -- -V'openssh-server:Recommends=$(server_recommends)' 238 dh_gencontrol -- -V'openssh-server:Recommends=$(server_recommends)'
239 239
240override_dh_builddeb:
241 dh_builddeb -- -Zxz
242
243debian/faq.html: 240debian/faq.html:
244 wget -O - http://www.openssh.com/faq.html | \ 241 wget -O - http://www.openssh.com/faq.html | \
245 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.com/\2,g' \ 242 sed 's,\(href="\)\(txt/\|[^":]*\.html\),\1http://www.openssh.com/\2,g' \