Bug#602677: use gpg2 if available

2010-11-06 Thread nobled
Package: python-gnupginterface Version: 0.3.2-9.1 It should be possible to use gnupginterface with gpg2, since it's backwards-compatible with gpg1. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#602677: [PATCH] use gpg2 if available

2010-11-06 Thread nobled
diff -u gnupginterface-0.3.2/debian/control gnupginterface-0.3.2/debian/control --- gnupginterface-0.3.2/debian/control +++ gnupginterface-0.3.2/debian/control @@ -9,7 +9,7 @@ Package: python-gnupginterface Architecture: all -Depends: ${python:Depends}, gnupg (= 1.2.1) +Depends:

Bug#599001: Package plugin-api.h in unstable

2010-10-03 Thread nobled
Package: binutils-dev Version: 2.20.1-15 plugin-api.h is in the 2.20.1 tarball, but only the binutils in Ubuntu and experimental packages it (since 2.20.51.20100222-1) - unstable hasn't been updated with the same fix. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#598738: Package libclang libs and headers

2010-10-01 Thread nobled
Source: clang Version: 2.7-6 The clang build installs a bunch of static libraries (libclang*.a) and include headers (clang/, clang-c/) that aren't used right now -- it would be good to have those packaged as clang-$VER-dev or something. -- To UNSUBSCRIBE, email to

Bug#585618: [PATCH 1/6] pipe: Detect FreeBSD better

2010-06-23 Thread nobled
Taking advice from the Debian BSD porting guide: http://glibc-bsd.alioth.debian.org/porting/PORTING This should help fix Debian bug #585618 (gallium build failure). ---  src/gallium/include/pipe/p_config.h |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Bug#585618: [PATCH 2/6] pipe: Add PIPE_OS_HURD

2010-06-23 Thread nobled
One tiny step toward porting Gallium to the GNU/Hurd kernel (and fixing Debian bug #585618). --- src/gallium/include/pipe/p_config.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index

Bug#586968: Missing tuxguitar-community plugin

2010-06-23 Thread nobled
Source: tuxguitar Version: 1.2-4 1.2 added a new plugin called 'community', which based on googling for 'tuxguitar community' I *think* is supposed to integrate with this website: http://community.tuxguitar.com.ar/ 'tuxguitar-community.jar' doesn't seem to be in any of the Debian packaging

Bug#561540: use update-alternatives to provide /usr/bin/gpg

2010-03-24 Thread nobled
On Tuesday 02 March 2010 22:13:10 Daniel Leidert wrote: Am Sonntag, den 28.02.2010, 23:20 -0500 schrieb Eric Dorland: gnupg2 depends on libcurl, which is of priority:optional (see our solution with gnupg). Ditto for several other dependencies: libpth20, libksba8 and also Gtk+ and its

Bug#569999: Doesn't build tuxguitar-jack plugin

2010-02-15 Thread nobled
Source: tuxguitar Version: 1.2-1.1 Hi, The upstream ChangeLog file mentions that tuxguitar 1.2 added a jack sound plugin, but it's currently missing in Debian. Please consider packaging it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#570001: Missing tuxguitar-gervill plugin

2010-02-15 Thread nobled
Source: tuxguitar Version: 1.2-1.1 The README.Debian file says TuxGuitar-gervill sound plugin is not compiled yet since it depends on non free jvm, but that file is dated March 2008, and I thought Gervill had been in OpenJDK for a while now? Is there still a reason not to package it? -- To

Bug#568669: libassuan: New upstream release (2.0)

2010-02-06 Thread nobled
Package: libassuan Version: 1.0.5-1 Please consider packaging the new upstream version of libassuan. 2.0 was just released in January with a stable API (release notes: [1]), and it's now a dependency for GpgME 1.3 (also released [2]) and the next version of GnuPG. [1]

Bug#561954: Redundant dependency on gnupg

2009-12-21 Thread nobled
Package: seahorse Version: 2.28.1-1 Seahorse doesn't use gpg directly; it goes through libgpgme11, which already depends on gnupg. Seahorse doesn't seem to need its own Depends on it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#561540: use update-alternatives to provide /usr/bin/gpg

2009-12-17 Thread nobled
Package: gnupg Version: 1.4.10-2 There hasn't been much activity on bug #483724 - doesn't it require gnupg 1.x to convert to update-alternatives first? Is that still on the todo list? I attached a patch; it builds and upgrades just fine. diff -u gnupg-1.4.10/debian/rules

Bug#501085: patch to add Key-Usage lines

2009-09-08 Thread nobled
I attached a patch that adds the missing Key-Usage: and Subkey-Usage: lines that --batch needs. Also submitted this upstream on Gnome bug 555205. diff --git a/pgp/seahorse-gpgme-key-op.c b/pgp/seahorse-gpgme-key-op.c --- a/pgp/seahorse-gpgme-key-op.c +++ b/pgp/seahorse-gpgme-key-op.c @@ -135,15