Your message dated Mon, 20 Aug 2012 06:19:41 +0100 with message-id <1345439981.31960.149.camel@jacala.jungle.funky-badger.org> and subject line Re: Bug#684576: unblock: libssh2/1.4.2-1.1 has caused the Debian Bug report #684576, regarding unblock: libssh2/1.4.2-1.1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 684576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684576 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: libssh2/1.4.2-1.1
- From: Dmitry Smirnov <onlyjob@member.fsf.org>
- Date: Sat, 11 Aug 2012 21:21:11 +1000
- Message-id: <[🔎] 201208112121.15720.onlyjob@member.fsf.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package libssh2 1.4.2-1.1 fixes two bugs: #675785 - FTBFS in packages linking with libssh2. #675782 - safe cosmetic fix bundled with the important change above. Maintainer of libssh2 advised to proceed with NMU which was reviewed by Bart Martens who advised to file unblock request. Changelog entry: * Non-maintainer upload. * Added patch to fix pkg-config/libgcrypt dependency (Closes: #675785). * Install upstream ChangeLog (Closes: #675782). * debian/control: + libssh2-1-dev to depend on libgcrypt11-dev. + added Homepage field. See all the changes in the attached diff. unblock libssh2/1.4.2-1.1 Thank you. Regards, Dmitry.diff -U2 -Nr libssh2-1.4.2-1/debian/changelog libssh2-1.4.2-1.1/debian/changelog --- libssh2-1.4.2-1/debian/changelog 2012-05-29 01:42:24.000000000 +1000 +++ libssh2-1.4.2-1.1/debian/changelog 2012-08-06 18:29:39.000000000 +1000 @@ -1,2 +1,13 @@ +libssh2 (1.4.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Added patch to fix pkg-config/libgcrypt dependency (Closes: #675785). + * Install upstream ChangeLog (Closes: #675782). + * debian/control: + + libssh2-1-dev to depend on libgcrypt11-dev. + + added Homepage field. + + -- Dmitry Smirnov <onlyjob@member.fsf.org> Sat, 04 Aug 2012 19:13:21 +1000 + libssh2 (1.4.2-1) unstable; urgency=low diff -U2 -Nr libssh2-1.4.2-1/debian/control libssh2-1.4.2-1.1/debian/control --- libssh2-1.4.2-1/debian/control 2012-05-29 01:42:24.000000000 +1000 +++ libssh2-1.4.2-1.1/debian/control 2012-08-04 19:20:15.000000000 +1000 @@ -5,4 +5,5 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, libgcrypt11-dev, zlib1g-dev, chrpath Standards-Version: 3.9.3 +Homepage: http://libssh2.org/ Package: libssh2-1 @@ -21,5 +22,5 @@ Section: libdevel Architecture: any -Depends: libssh2-1 (= ${binary:Version}), ${misc:Depends} +Depends: libssh2-1 (= ${binary:Version}), ${misc:Depends}, libgcrypt11-dev Description: SSH2 client-side library (development headers) libssh2 is a client-side C library implementing the SSH2 protocol. diff -U2 -Nr libssh2-1.4.2-1/debian/patches/series libssh2-1.4.2-1.1/debian/patches/series --- libssh2-1.4.2-1/debian/patches/series 1970-01-01 10:00:00.000000000 +1000 +++ libssh2-1.4.2-1.1/debian/patches/series 2012-08-04 19:17:46.000000000 +1000 @@ -0,0 +1 @@ +with-libgcrypt.patch diff -U2 -Nr libssh2-1.4.2-1/debian/patches/with-libgcrypt.patch libssh2-1.4.2-1.1/debian/patches/with-libgcrypt.patch --- libssh2-1.4.2-1/debian/patches/with-libgcrypt.patch 1970-01-01 10:00:00.000000000 +1000 +++ libssh2-1.4.2-1.1/debian/patches/with-libgcrypt.patch 2012-08-11 21:01:22.000000000 +1000 @@ -0,0 +1,20 @@ +Last-Update: 2012-08-04 +Author: Dmitry Smirnov <onlyjob@member.fsf.org> +Forwarded: 2012-08-11 +Bug-Debian: http://bugs.debian.org/675785 +Bug-Libssh2: http://trac.libssh2.org/ticket/225 +Description: Fixes pkg-config in libssh2-1-dev + This patch addresses the problem causing FTBFS + in packages linking with libssh2. + +--- a/configure.ac ++++ b/configure.ac +@@ -102,7 +102,7 @@ + # Look for libgcrypt + if test "$ac_cv_libssl" != "yes" && test "$use_libgcrypt" != "no"; then + AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>]) +- LIBSREQUIRED=libgcrypt ++ LIBS="$LIBS -lgcrypt" + fi + + AC_SUBST(LIBSREQUIRED) diff -U2 -Nr libssh2-1.4.2-1/debian/rules libssh2-1.4.2-1.1/debian/rules --- libssh2-1.4.2-1/debian/rules 2012-05-29 01:42:24.000000000 +1000 +++ libssh2-1.4.2-1.1/debian/rules 2012-08-04 19:38:39.000000000 +1000 @@ -16,4 +16,7 @@ dh_installexamples -a -X .deps -X Makefile -X .gitignore +override_dh_installchangelogs: + dh_installchangelogs NEWS + # # mansyntax.sh test duplicates functionality of debhelper and requires presenceAttachment: signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
- To: Dmitry Smirnov <onlyjob@member.fsf.org>
- Cc: 684576-done@bugs.debian.org
- Subject: Re: Bug#684576: unblock: libssh2/1.4.2-1.1
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Mon, 20 Aug 2012 06:19:41 +0100
- Message-id: <1345439981.31960.149.camel@jacala.jungle.funky-badger.org>
- In-reply-to: <[🔎] 201208201405.33525.onlyjob@member.fsf.org>
- References: <[🔎] 201208112121.15720.onlyjob@member.fsf.org> <[🔎] 201208112156.46750.onlyjob@member.fsf.org> <[🔎] 1344806330.2978.88.camel@jacala.jungle.funky-badger.org> <[🔎] 201208201405.33525.onlyjob@member.fsf.org>
On Mon, 2012-08-20 at 14:05 +1000, Dmitry Smirnov wrote: > Dear Adam, > > I'm happy to report that 'libssh2/1.4.2-1.1' has been uploaded and now after 5 > days in 'unstable' it is ready for migration. Unblocked; thanks. Regards, Adam
--- End Message ---