Bug#684576: unblock: libssh2/1.4.2-1.1

2012-08-19 Thread Dmitry Smirnov
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.

Thank you.

Cheers,
Dmitry.


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201208201405.33525.only...@member.fsf.org



Bug#684576: unblock: libssh2/1.4.2-1.1

2012-08-12 Thread Adam D. Barratt
On Sat, 2012-08-11 at 21:56 +1000, Dmitry Smirnov wrote:
 On Sat, 11 Aug 2012 21:36:56 Adam D. Barratt wrote:
   1.4.2-1.1 fixes two bugs:
  and appears not to be in the archive?
 
 Correct, at the moment it's on Mentors:
 
   http://mentors.debian.net/package/libssh2

Okay, then you should have made that clear in the mail.  Unblock
implies that the package is already in unstable.

 Bart Martens advised to get your approvall first, then I hope someone will 
 sponsor.

It looks okay at first glance; the bug report suggests there was already
an offer of sponsorship though?

Given that there's an upstream bug linked from the patch, why hasn't it
been sent there as well?

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1344806330.2978.88.ca...@jacala.jungle.funky-badger.org



Bug#684576: unblock: libssh2/1.4.2-1.1

2012-08-12 Thread Dmitry Smirnov
On Mon, 13 Aug 2012 07:18:50 Adam D. Barratt wrote:
  Correct, at the moment it's on Mentors:
http://mentors.debian.net/package/libssh2
 
 Okay, then you should have made that clear in the mail.  Unblock
 implies that the package is already in unstable.

My apologies - I didn't know that. It's my very first 'unblock' request...


 It looks okay at first glance; the bug report suggests there was already
 an offer of sponsorship though?

So far that person didn't reply... 
In worst case I might need to file a sponsorship-requests...


 Given that there's an upstream bug linked from the patch, why hasn't it
 been sent there as well?

I sent the patch upstream over the weekend. 
However linssh2 bug tracker is pre-moderated so if patch is still not publicly 
visible the only reason I can think of is that nobody pre-approved new posts 
to bug tracker yet.

Thank you.

Regards,
Dmitry.


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201208131047.02443.only...@member.fsf.org



Bug#684576: unblock: libssh2/1.4.2-1.1

2012-08-11 Thread Dmitry Smirnov
Package: release.debian.org
Severity: normal
User: release.debian@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.0 +1000
+++ libssh2-1.4.2-1.1/debian/changelog	2012-08-06 18:29:39.0 +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 only...@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.0 +1000
+++ libssh2-1.4.2-1.1/debian/control	2012-08-04 19:20:15.0 +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.0 +1000
+++ libssh2-1.4.2-1.1/debian/patches/series	2012-08-04 19:17:46.0 +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.0 +1000
+++ libssh2-1.4.2-1.1/debian/patches/with-libgcrypt.patch	2012-08-11 21:01:22.0 +1000
@@ -0,0 +1,20 @@
+Last-Update: 2012-08-04
+Author: Dmitry Smirnov only...@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.0 +1000
+++ libssh2-1.4.2-1.1/debian/rules	2012-08-04 19:38:39.0 +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 presence


signature.asc
Description: This is a digitally signed message part.


Bug#684576: unblock: libssh2/1.4.2-1.1

2012-08-11 Thread Adam D. Barratt
Control: tags -1 + moreinfo

On Sat, 2012-08-11 at 21:21 +1000, Dmitry Smirnov wrote:
 Please unblock package libssh2
 
 1.4.2-1.1 fixes two bugs:

and appears not to be in the archive?

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1344685016.2978.39.ca...@jacala.jungle.funky-badger.org



Processed: Re: Bug#684576: unblock: libssh2/1.4.2-1.1

2012-08-11 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + moreinfo
Bug #684576 [release.debian.org] unblock: libssh2/1.4.2-1.1
Added tag(s) moreinfo.

-- 
684576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684576
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b684576.134468510322196.transcr...@bugs.debian.org



Bug#684576: unblock: libssh2/1.4.2-1.1

2012-08-11 Thread Dmitry Smirnov
On Sat, 11 Aug 2012 21:36:56 Adam D. Barratt wrote:
  1.4.2-1.1 fixes two bugs:
 and appears not to be in the archive?

Correct, at the moment it's on Mentors:

  http://mentors.debian.net/package/libssh2

Bart Martens advised to get your approvall first, then I hope someone will 
sponsor.

Thanks.

Cheers,
Dmitry.


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201208112156.46750.only...@member.fsf.org