diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/openssh-client.conffiles | 2 | ||||
-rw-r--r-- | debian/openssh-server.conffiles | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
5 files changed, 3 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index c028ab271..52fff1b00 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -17,6 +17,7 @@ openssh (1:4.1p1-4) UNRELEASED; urgency=low | |||
17 | are available. | 17 | are available. |
18 | * Restore /usr/lib/sftp-server temporarily, as a symlink to | 18 | * Restore /usr/lib/sftp-server temporarily, as a symlink to |
19 | /usr/lib/openssh/sftp-server (closes: #312891). | 19 | /usr/lib/openssh/sftp-server (closes: #312891). |
20 | * Switch to debhelper compat level 3, since 2 is deprecated. | ||
20 | * debconf template translations: | 21 | * debconf template translations: |
21 | - Update German (thanks, Jens Seidel; closes: #313949). | 22 | - Update German (thanks, Jens Seidel; closes: #313949). |
22 | 23 | ||
diff --git a/debian/control b/debian/control index bd12f1d6e..ba7447573 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: Matthew Vernon <matthew@debian.org> | 4 | Maintainer: Matthew Vernon <matthew@debian.org> |
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 2), sharutils, libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc] | 5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 3), sharutils, libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc] |
6 | Standards-Version: 3.6.1 | 6 | Standards-Version: 3.6.1 |
7 | Uploaders: Colin Watson <cjwatson@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org> |
8 | 8 | ||
diff --git a/debian/openssh-client.conffiles b/debian/openssh-client.conffiles deleted file mode 100644 index 70b55c8f8..000000000 --- a/debian/openssh-client.conffiles +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | /etc/ssh/ssh_config | ||
2 | /etc/ssh/moduli | ||
diff --git a/debian/openssh-server.conffiles b/debian/openssh-server.conffiles deleted file mode 100644 index c67a8f45a..000000000 --- a/debian/openssh-server.conffiles +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | /etc/init.d/ssh | ||
2 | /etc/pam.d/ssh | ||
3 | /etc/default/ssh | ||
diff --git a/debian/rules b/debian/rules index 67d650ac4..f5365c022 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -4,7 +4,7 @@ | |||
4 | # export DH_VERBOSE=1 | 4 | # export DH_VERBOSE=1 |
5 | 5 | ||
6 | # This is the debhelper compatibility version to use. | 6 | # This is the debhelper compatibility version to use. |
7 | export DH_COMPAT=2 | 7 | export DH_COMPAT=3 |
8 | 8 | ||
9 | # This has to be exported to make some magic below work. | 9 | # This has to be exported to make some magic below work. |
10 | export DH_OPTIONS | 10 | export DH_OPTIONS |