Debdiff attached now Le 02/07/2020 à 12:42, Debian Bug Tracking System a écrit : > Thank you for filing a new Bug report with Debian. > > You can follow progress on this Bug here: 964134: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964134. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > Laurent Bigonville <[email protected]> > > If you wish to submit further information on this problem, please > send it to [email protected]. > > Please do not send mail to [email protected] unless you wish > to report a problem with the Bug-tracking system. >
diff -Nru libssh-0.9.4/debian/changelog libssh-0.9.4/debian/changelog --- libssh-0.9.4/debian/changelog 2020-04-09 22:27:02.000000000 +0200 +++ libssh-0.9.4/debian/changelog 2020-07-02 12:32:26.000000000 +0200 @@ -1,3 +1,11 @@ +libssh (0.9.4-2) unstable; urgency=medium + + * debian/control: + - don't build with nacl, it's not needed when building openssl, + see https://bugs.libssh.org/T235 (CLoses: #964134) + + -- Sebastien Bacher <[email protected]> Thu, 02 Jul 2020 12:32:26 +0200 + libssh (0.9.4-1) unstable; urgency=medium * New upstream release diff -Nru libssh-0.9.4/debian/control libssh-0.9.4/debian/control --- libssh-0.9.4/debian/control 2020-04-09 22:27:02.000000000 +0200 +++ libssh-0.9.4/debian/control 2020-07-02 12:32:26.000000000 +0200 @@ -8,7 +8,6 @@ libcmocka-dev, libgcrypt-dev, libkrb5-dev | heimdal-dev, - libnacl-dev, libssl-dev, libz-dev, openssh-client, @@ -28,7 +27,6 @@ x2goclient (<< 4.1.2.1-1+) Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same -Built-Using: ${Built-Using} Description: tiny C SSH library (OpenSSL flavor) The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client diff -Nru libssh-0.9.4/debian/rules libssh-0.9.4/debian/rules --- libssh-0.9.4/debian/rules 2020-04-09 22:27:02.000000000 +0200 +++ libssh-0.9.4/debian/rules 2020-07-02 12:32:26.000000000 +0200 @@ -2,8 +2,6 @@ DEB_CMAKE_EXTRA_FLAGS := -DBUILD_STATIC_LIB=ON -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) -DUNIT_TESTING=ON -DWITH_GSSAPI=ON -BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W "libnacl-dev") - export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed export DEB_BUILD_MAINT_OPTIONS = hardening=+all @@ -56,6 +54,3 @@ override_dh_strip: dh_strip --dbgsym-migration='libssh-dbg (<< 0.7.3-1~)' - -override_dh_gencontrol: - dh_gencontrol -- -VBuilt-Using="$(BUILT_USING)"

