diff options
author | Colin Watson <cjwatson@debian.org> | 2018-11-15 00:58:43 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-11-15 00:58:43 +0000 |
commit | b35f8f113d1fb2a2e18487593b53e548f75f93d3 (patch) | |
tree | b791f69a71abac9a982ea7a38480d8eecac51196 /debian | |
parent | 0dc02b822350dc072979ac89c9fd32a385512c31 (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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/openssh-tests.install | 8 |
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 @@ | |||
1 | openssh (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 | |||
1 | openssh (1:7.9p1-2) unstable; urgency=medium | 8 | openssh (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 @@ | |||
1 | regress /usr/lib/openssh | 1 | regress /usr/lib/openssh |
2 | debian/build-deb/regress /usr/lib/openssh | 2 | debian/build-deb/regress/check-perm /usr/lib/openssh/regress |
3 | debian/build-deb/regress/misc /usr/lib/openssh/regress | ||
4 | debian/build-deb/regress/mkdtemp /usr/lib/openssh/regress | ||
5 | debian/build-deb/regress/modpipe /usr/lib/openssh/regress | ||
6 | debian/build-deb/regress/netcat /usr/lib/openssh/regress | ||
7 | debian/build-deb/regress/setuid-allowed /usr/lib/openssh/regress | ||
8 | debian/build-deb/regress/unittests /usr/lib/openssh/regress | ||
3 | 9 | ||
4 | debian/build-deb/config.h /usr/lib/openssh/regress | 10 | debian/build-deb/config.h /usr/lib/openssh/regress |
5 | debian/run-tests /usr/lib/openssh/regress | 11 | debian/run-tests /usr/lib/openssh/regress |