[Bug 1803804] Re: Recommends: ssh-import-id missing in openssh 1:7.9p1-1

Jeremy Bicha jeremy at bicha.net
Sat Nov 17 11:28:56 UTC 2018


This bug was fixed in the package openssh - 1:7.9p1-4

---------------
openssh (1:7.9p1-4) unstable; urgency=medium

  * Fix Ubuntu detection in debian/rules, since the documentation comment
    for dpkg_vendor_derives_from is wrong (thanks, Jeremy Bicha; see
    #913816).

 -- Colin Watson <cjwatson at debian.org>  Fri, 16 Nov 2018 11:27:28 +0000

openssh (1:7.9p1-3) unstable; urgency=medium

  * Be more specific about what files to install in openssh-tests, to avoid
    installing a symlink into the build tree.
  * Re-export debian/upstream/signing-key.asc without extra signatures.
  * Restore direct test dependencies on openssl, putty-tools, and
    python-twisted-conch; these are really only indirect dependencies via
    openssh-tests, but including them means that this package will be
    retested when they change.

 -- Colin Watson <cjwatson at debian.org>  Thu, 15 Nov 2018 01:30:56 +0000

openssh (1:7.9p1-2) unstable; urgency=medium

  * Add GitLab CI configuration.
  * Make the autopkgtest create /run/sshd if it doesn't already exist.
  * Drop "set -x" verbosity from the autopkgtest; I think we can do without
    this in most cases nowadays.
  * Add an openssh-tests binary package containing enough files to run the
    upstream regression tests.  This allows autopkgtest to run more
    efficiently, as it doesn't have to build part of the source tree again.

 -- Colin Watson <cjwatson at debian.org>  Wed, 14 Nov 2018 15:55:48 +0000

** Changed in: openssh (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1803804

Title:
  Recommends: ssh-import-id missing in openssh 1:7.9p1-1

Status in openssh package in Ubuntu:
  Fix Released

Bug description:
  ssh-import-id shows on http://people.canonical.com/~ubuntu-archive
  /component-mismatches as wanting demotion to universe.  This is
  because openssh-server in disco has dropped its Recommends on this
  package, which appears to be a misbuild.

  From the build log, I see:

  dh_gencontrol -- -V'openssh-server:Recommends='

  (https://launchpad.net/ubuntu/+source/openssh/1:7.9p1-1/+build/15632765)

  But debian/rules has:

  ifeq ($(UBUNTU),yes)
  server_recommends := ssh-import-id
  else
  server_recommends :=
  endif

  [...]
  override_dh_gencontrol:
          dh_gencontrol -- -V'openssh-server:Recommends=$(server_recommends)'

  So this is supposed to be set but isn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1803804/+subscriptions



More information about the foundations-bugs mailing list