summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-22 02:12:41 +0100
committerColin Watson <cjwatson@debian.org>2013-05-22 02:12:41 +0100
commitbd30c5709db5d357f2d4f67648a1dc2bb241ebb2 (patch)
tree91d12c3a24f2f2714ae7a0032f5100ac64948d7e
parentb6e18c553fbbdc087b806a5839a516dfba0054a8 (diff)
Fix dh_builddeb invocation so that we really use xz compression for
binary packages, as intended since 1:6.1p1-2.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 27290431d..9a41ac550 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,8 @@ openssh (1:6.2p2-2) UNRELEASED; urgency=low
38 #677440, LP: #1067779). 38 #677440, LP: #1067779).
39 * Bracket our session stack with calls to pam_selinux close/open (thanks, 39 * Bracket our session stack with calls to pam_selinux close/open (thanks,
40 Laurent Bigonville; closes: #679458). 40 Laurent Bigonville; closes: #679458).
41 * Fix dh_builddeb invocation so that we really use xz compression for
42 binary packages, as intended since 1:6.1p1-2.
41 43
42 -- Colin Watson <cjwatson@debian.org> Tue, 21 May 2013 17:49:35 +0100 44 -- Colin Watson <cjwatson@debian.org> Tue, 21 May 2013 17:49:35 +0100
43 45
diff --git a/debian/rules b/debian/rules
index 32cda5bc3..7db1e3c4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -201,7 +201,7 @@ override_dh_gencontrol:
201 dh_gencontrol -- -V'openssh-server:Recommends=$(server_recommends)' 201 dh_gencontrol -- -V'openssh-server:Recommends=$(server_recommends)'
202 202
203override_dh_builddeb: 203override_dh_builddeb:
204 dh_builddeb -Zxz 204 dh_builddeb -- -Zxz
205 205
206debian/faq.html: 206debian/faq.html:
207 wget -O - http://www.openssh.org/faq.html | \ 207 wget -O - http://www.openssh.org/faq.html | \