summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-06-17 13:28:12 +0000
committerColin Watson <cjwatson@debian.org>2005-06-17 13:28:12 +0000
commitefddc441b026221adf024aecb76883a2e9cbb7ca (patch)
tree80999c9d7a8898e2489c97fab419ffca10e64bea /debian
parentd9976f466bbc06dd8c8aa6b91df4c2c89ec904b8 (diff)
Switch to debhelper compat level 3, since 2 is deprecated.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--debian/openssh-client.conffiles2
-rw-r--r--debian/openssh-server.conffiles3
-rwxr-xr-xdebian/rules2
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
2Section: net 2Section: net
3Priority: standard 3Priority: standard
4Maintainer: Matthew Vernon <matthew@debian.org> 4Maintainer: Matthew Vernon <matthew@debian.org>
5Build-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] 5Build-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]
6Standards-Version: 3.6.1 6Standards-Version: 3.6.1
7Uploaders: Colin Watson <cjwatson@debian.org> 7Uploaders: 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.
7export DH_COMPAT=2 7export 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.
10export DH_OPTIONS 10export DH_OPTIONS