summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ea6266584..092837792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1openssh (1:6.1p1-5) UNRELEASED; urgency=low
2
3 * Use dh-autoreconf.
4
5 -- Colin Watson <cjwatson@debian.org> Mon, 06 May 2013 10:47:33 +0100
6
1openssh (1:6.1p1-4) experimental; urgency=low 7openssh (1:6.1p1-4) experimental; urgency=low
2 8
3 [ Gunnar Hjalmarsson ] 9 [ Gunnar Hjalmarsson ]
diff --git a/debian/control b/debian/control
index 3359c8b39..1714bf246 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: openssh
2Section: net 2Section: net
3Priority: standard 3Priority: standard
4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> 4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
5Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3-1), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 7.4.2~), libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg (>= 1.16.1~), libck-connector-dev 5Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3-1), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 7.4.2~), libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg (>= 1.16.1~), libck-connector-dev, dh-autoreconf
6Standards-Version: 3.8.4 6Standards-Version: 3.8.4
7Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> 7Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org>
8Homepage: http://www.openssh.org/ 8Homepage: http://www.openssh.org/
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 \