diff options
author | Colin Watson <cjwatson@debian.org> | 2016-01-04 13:27:54 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-01-04 13:27:54 +0000 |
commit | 51c7fec51ac4936f82187c517f2dd152563828f4 (patch) | |
tree | 901bf5467de042064a97a95d197b17bc2a2f87d7 | |
parent | ce470e3bc0e39e71be0dbb809e29621466ac2bac (diff) |
Remove explicit "XS-Testsuite: autopkgtest" from debian/control; dpkg-source now figures that out automatically based on the existence of debian/tests/control.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index acbef0b0d..fc4b8e6c8 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,11 @@ | |||
1 | openssh (1:7.1p1-6) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Remove explicit "XS-Testsuite: autopkgtest" from debian/control; | ||
4 | dpkg-source now figures that out automatically based on the existence of | ||
5 | debian/tests/control. | ||
6 | |||
7 | -- Colin Watson <cjwatson@debian.org> Mon, 04 Jan 2016 13:27:44 +0000 | ||
8 | |||
1 | openssh (1:7.1p1-5) unstable; urgency=medium | 9 | openssh (1:7.1p1-5) unstable; urgency=medium |
2 | 10 | ||
3 | [ Michael Biebl ] | 11 | [ Michael Biebl ] |
diff --git a/debian/control b/debian/control index fc705b3d8..c04d5b9eb 100644 --- a/debian/control +++ b/debian/control | |||
@@ -3,7 +3,6 @@ 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), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 9~), dh-exec, libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg-dev (>= 1.16.1~), dh-autoreconf, autotools-dev, dh-systemd (>= 1.4), libaudit-dev [linux-any], libsystemd-dev [linux-any] | 5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 9~), dh-exec, libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg-dev (>= 1.16.1~), dh-autoreconf, autotools-dev, dh-systemd (>= 1.4), libaudit-dev [linux-any], libsystemd-dev [linux-any] |
6 | XS-Testsuite: autopkgtest | ||
7 | Standards-Version: 3.9.6 | 6 | Standards-Version: 3.9.6 |
8 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> |
9 | Homepage: http://www.openssh.org/ | 8 | Homepage: http://www.openssh.org/ |