diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 @@ | |||
1 | openssh (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 | |||
1 | openssh (1:6.1p1-4) experimental; urgency=low | 7 | openssh (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 | |||
2 | Section: net | 2 | Section: net |
3 | Priority: standard | 3 | Priority: standard |
4 | Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> | 4 | Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> |
5 | Build-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 | 5 | Build-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 |
6 | Standards-Version: 3.8.4 | 6 | Standards-Version: 3.8.4 |
7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> |
8 | Homepage: http://www.openssh.org/ | 8 | Homepage: 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))' | |||
113 | confflags_udeb += --with-ldflags='-Wl,--as-needed' | 113 | confflags_udeb += --with-ldflags='-Wl,--as-needed' |
114 | 114 | ||
115 | %: | 115 | %: |
116 | dh $@ | 116 | dh $@ --with=autoreconf |
117 | 117 | ||
118 | DISTRIBUTOR_REPLACE := \ | 118 | DISTRIBUTOR_REPLACE := \ |
119 | debian/openssh-server.if-up \ | 119 | debian/openssh-server.if-up \ |