Bug#554234: New libgpg-error upstream version

2010-11-14 Thread Andreas Metzler
On 2009-11-03 Trafire Arcanegrin trafi...@gmail.com wrote:
 Package: libgpg-error
 Version: 1.6-1
 Severity: wishlist

 Hello,
 Upstream has released 1.7 for about one year.

 Please consider update it. :-)

This blocks us from updating libksba to 1.1.0, it uses
gpg_err_set_errno which is newly added in libgpg-error 1.8.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554234: New libgpg-error upstream version

2010-01-17 Thread Florian Ernst
On Wed, Nov 04, 2009 at 04:30:57AM +0800, Trafire Arcanegrin wrote:
 Package: libgpg-error
 Version: 1.6-1
 Severity: wishlist
 
 Hello,
 Upstream has released 1.7 for about one year.
 
 Please consider update it. :-)

FWIW, debdiff for the debian/ part included.

This new version seems to build just fine:
$ debdiff libgpg-error0_1.6-1_amd64.deb libgpg-error0_1.7-1_amd64.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-
-rw-r--r--  root/root   /usr/lib/libgpg-error.so.0.5.0
-rw-r--r--  root/root   DEBIAN/symbols
lrwxrwxrwx  root/root   /usr/lib/libgpg-error.so.0 - libgpg-error.so.0.5.0

Files in first .deb but not in second
-
-rw-r--r--  root/root   /usr/lib/libgpg-error.so.0.4.0
lrwxrwxrwx  root/root   /usr/lib/libgpg-error.so.0 - libgpg-error.so.0.4.0

Control files: lines which differ (wdiff format)

{+Homepage: http://www.gnupg.org/+}
Installed-Size: [-232-] {+236+}
Priority: [-important-] {+standard+}
Version: [-1.6-1-] {+1.7-1+}
$ debdiff libgpg-error-dev_1.6-1_amd64.deb libgpg-error-dev_1.7-1_amd64.deb
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-
lrwxrwxrwx  root/root   /usr/lib/libgpg-error.so - libgpg-error.so.0.5.0

Files in first .deb but not in second
-
lrwxrwxrwx  root/root   /usr/lib/libgpg-error.so - libgpg-error.so.0.4.0

Control files: lines which differ (wdiff format)

Depends: libgpg-error0 (= [-1.6-1),-] {+1.7-1),+} libc6 (= 2.2.5)
{+Homepage: http://www.gnupg.org/+}
Version: [-1.6-1-] {+1.7-1+}


Using this new version, I successfully built and tested some reverse
dependencies (gpgme1.0, gnupg2 and mutt).

Cheers,
Flo


PS: These are upstream's changes:
+2008-11-26  Werner Koch  w...@g10code.com
+
+   Release 1.7.
+
+   * configure.ac: Set LT version to C5/A5/R0.
+
+2008-11-12  Werner Koch  w...@g10code.com
+
+   * src/err-codes.h.in: Add GPG_ERR_NO_PASSPHRASE and GPG_ERR_NO_PIN.
+
+2008-11-08  Moritz  mor...@gnu.org
+
+   * lang/cl/gpg-error.lisp (gpg_err_code_from_syserror): Fix
+   defcfun: removed (void).
+
+   * lang/cl/gpg-error.lisp (size-t): Wrong call to defctype:
+   function accepts optional, not keyword argument.
+   (gpg-error-t): Likewise.
+
+2008-10-29  Marcus Brinkmann  mar...@g10code.de
+
+   * src/mkstrtable.awk: Make generated code -W clean to silence gcc
+   warnings.
+
+2008-08-06  Werner Koch  w...@g10code.com
+
+   * src/err-codes.h.in (GPG_ERR_NOT_OPERATIONAL): New.
+
+2008-04-01  Werner Koch  w...@g10code.com
+
+   * configure.ac (AC_INIT): Fix m4 quoting.
+
+2007-12-11  Werner Koch  w...@g10code.com
+
+   * Makefile.am (EXTRA_DIST): Add COPYING.

diff -Nru -w libgpg-error-1.6/debian/changelog libgpg-error-1.7/debian/changelog
--- libgpg-error-1.6/debian/changelog   2010-01-17 18:16:15.0 +0100
+++ libgpg-error-1.7/debian/changelog   2010-01-17 18:16:15.0 +0100
@@ -1,3 +1,24 @@
+libgpg-error (1.7-1) unstable; urgency=low
+
+  * New upstream release (Closes: #554234)
+  * debian/copyright: updated
+  * debian/control:
++ add Homepage
++ make libgpg-error0 Priority: standard as given in master Override
+  * make the package lintian clean:
++ debian/libgpg-error0.symbols: added (based on 1.4 as all symbols were
+  already present in oldstable)
++ debian/rules: bump shlibs to = 1.7-1 as safe but strict fallback
++ debian/control:
+  - add ${misc:Depends} to package Depends
+  - don't duplicate section in libgpg-error-dev
+  - package conforms with Standards-Version 3.8.3
++ debian/README.source: added (even though dpatch currently isn't used)
++ debian/watch: added
++ fix manpages 
+
+ -- Florian Ernst flor...@debian.org  Sun, 17 Jan 2010 18:14:57 +0100
+
 libgpg-error (1.6-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru -w libgpg-error-1.6/debian/control libgpg-error-1.7/debian/control
--- libgpg-error-1.6/debian/control 2010-01-17 18:16:15.0 +0100
+++ libgpg-error-1.7/debian/control 2010-01-17 18:16:15.0 +0100
@@ -3,13 +3,13 @@
 Maintainer: Jose Carlos Garcia Sogo js...@debian.org
 Uploaders: Matthias Urlichs sm...@debian.org
 Build-Depends: debhelper (= 7.0.15), dpatch
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
+Homepage: http://www.gnupg.org/
 
 Package: libgpg-error-dev
 Priority: optional
-Section: libdevel
 Architecture: any
-Depends: libgpg-error0 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libgpg-error0 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Description: library for common error values and messages in GnuPG components
  

Bug#554234: New libgpg-error upstream version

2009-11-03 Thread Trafire Arcanegrin
Package: libgpg-error
Version: 1.6-1
Severity: wishlist

Hello,
Upstream has released 1.7 for about one year.

Please consider update it. :-)

Cheers,
Trafire



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org