summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-11-15 00:58:43 +0000
committerColin Watson <cjwatson@debian.org>2018-11-15 00:58:43 +0000
commitb35f8f113d1fb2a2e18487593b53e548f75f93d3 (patch)
treeb791f69a71abac9a982ea7a38480d8eecac51196
parent0dc02b822350dc072979ac89c9fd32a385512c31 (diff)
Avoid incorrect Makefile symlink in openssh-tests
Be more specific about what files to install in openssh-tests, to avoid installing a symlink into the build tree.
-rw-r--r--debian/changelog7
-rw-r--r--debian/openssh-tests.install8
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 054d8500d..3042f0bea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1openssh (1:7.9p1-3) UNRELEASED; urgency=medium
2
3 * Be more specific about what files to install in openssh-tests, to avoid
4 installing a symlink into the build tree.
5
6 -- Colin Watson <cjwatson@debian.org> Thu, 15 Nov 2018 00:47:48 +0000
7
1openssh (1:7.9p1-2) unstable; urgency=medium 8openssh (1:7.9p1-2) unstable; urgency=medium
2 9
3 * Add GitLab CI configuration. 10 * Add GitLab CI configuration.
diff --git a/debian/openssh-tests.install b/debian/openssh-tests.install
index 7c24e558f..941704595 100644
--- a/debian/openssh-tests.install
+++ b/debian/openssh-tests.install
@@ -1,5 +1,11 @@
1regress /usr/lib/openssh 1regress /usr/lib/openssh
2debian/build-deb/regress /usr/lib/openssh 2debian/build-deb/regress/check-perm /usr/lib/openssh/regress
3debian/build-deb/regress/misc /usr/lib/openssh/regress
4debian/build-deb/regress/mkdtemp /usr/lib/openssh/regress
5debian/build-deb/regress/modpipe /usr/lib/openssh/regress
6debian/build-deb/regress/netcat /usr/lib/openssh/regress
7debian/build-deb/regress/setuid-allowed /usr/lib/openssh/regress
8debian/build-deb/regress/unittests /usr/lib/openssh/regress
3 9
4debian/build-deb/config.h /usr/lib/openssh/regress 10debian/build-deb/config.h /usr/lib/openssh/regress
5debian/run-tests /usr/lib/openssh/regress 11debian/run-tests /usr/lib/openssh/regress