Bug#943354: New upstream release

2019-10-23 Thread Jonny Lamb
Package: openconnect
Version: 8.02-1
Severity: wishlist

8.0.4 was released a few months ago, and has support for Pulse Connect Secure, 
which is something my company's VPN now requires. It'd be great for the package 
to be updated to at least that version.

Thanks,
-- 
Jonny Lamb



Bug#920267: POST with Negotiation sending no content

2019-01-23 Thread Jonny Lamb
Package: libcurl4
Version: 7.63.0-1
Severity: important
Tags: patch

7.63.0-1 broke POST requests with Negotiation (Content-Length is
always 0). 7.62.0-1 is fine, so I bisected and found the offending
commit[0]. This commit has already been reverted upstream[1] so please
could you either include this revert or ask for a .1 point release and
upload that. I've attached a patch for the first option -- feel free
not to use it.

Thanks,

0. https://github.com/curl/curl/commit/07ebaf8378
1. https://github.com/curl/curl/pull/3275

-- 
Jonny Lamb>From 8438ce5840116f3e1b3128abe6edb568a1e84001 Mon Sep 17 00:00:00 2001
From: Jonny Lamb 
Date: Wed, 23 Jan 2019 11:47:32 +
Subject: [PATCH] Add 12_revert_http_negotiate.patch from upstream which
 reverts changes which breaks HTTP Negotiate POST requests.

---
 debian/changelog  |  7 +++
 debian/patches/12_revert_http_negotiate.patch | 87 +++
 debian/patches/series |  1 +
 3 files changed, 95 insertions(+)
 create mode 100644 debian/patches/12_revert_http_negotiate.patch

diff --git a/debian/changelog b/debian/changelog
index 60ce1ff..3816865 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+curl (7.63.0-2) UNRELEASED; urgency=medium
+
+  * Add 12_revert_http_negotiate.patch from upstream which reverts changes
+which breaks HTTP Negotiate POST requests.
+
+ -- Jonny Lamb   Wed, 23 Jan 2019 11:32:20 +
+
 curl (7.63.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/patches/12_revert_http_negotiate.patch 
b/debian/patches/12_revert_http_negotiate.patch
new file mode 100644
index 000..646067e
--- /dev/null
+++ b/debian/patches/12_revert_http_negotiate.patch
@@ -0,0 +1,87 @@
+From ebe658c1e5a6577178981a7f406794699305be5c Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Fri, 4 Jan 2019 23:34:50 +0100
+Subject: [PATCH] Revert "http_negotiate: do not close connection until
+ negotiation is completed"
+
+This reverts commit 07ebaf837843124ee670e5b8c218b80b92e06e47.
+
+This also reopens PR #3275 which brought the change now reverted.
+
+Fixes #3384
+Closes #3439
+---
+ lib/http.c   |  3 ++-
+ lib/http_negotiate.c | 10 +-
+ 2 files changed, 3 insertions(+), 10 deletions(-)
+
+diff --git a/lib/http.c b/lib/http.c
+index 8866fdf0a7..303535af6b 100644
+--- a/lib/http.c
 b/lib/http.c
+@@ -5,7 +5,7 @@
+  *| (__| |_| |  _ <| |___
+  * \___|\___/|_| \_\_|
+  *
+- * Copyright (C) 1998 - 2018, Daniel Stenberg, , et al.
++ * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al.
+  *
+  * This software is licensed as described in the file COPYING, which
+  * you should have received as part of this distribution. The terms
+@@ -616,6 +616,7 @@ output_auth_headers(struct connectdata *conn,
+ result = Curl_output_negotiate(conn, proxy);
+ if(result)
+   return result;
++authstatus->done = TRUE;
+ negdata->state = GSS_AUTHSENT;
+   }
+   else
+diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c
+index 444265d11f..4713d1bd5c 100644
+--- a/lib/http_negotiate.c
 b/lib/http_negotiate.c
+@@ -5,7 +5,7 @@
+  *| (__| |_| |  _ <| |___
+  * \___|\___/|_| \_\_|
+  *
+- * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al.
++ * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al.
+  *
+  * This software is licensed as described in the file COPYING, which
+  * you should have received as part of this distribution. The terms
+@@ -49,7 +49,6 @@ CURLcode Curl_input_negotiate(struct connectdata *conn, bool 
proxy,
+ 
+   /* Point to the correct struct with this */
+   struct negotiatedata *neg_ctx;
+-  struct auth *authp;
+ 
+   if(proxy) {
+ userp = conn->http_proxy.user;
+@@ -58,7 +57,6 @@ CURLcode Curl_input_negotiate(struct connectdata *conn, bool 
proxy,
+   data->set.str[STRING_PROXY_SERVICE_NAME] : "HTTP";
+ host = conn->http_proxy.host.name;
+ neg_ctx = >state.proxyneg;
+-authp = >data->state.authproxy;
+   }
+   else {
+ userp = conn->user;
+@@ -67,7 +65,6 @@ CURLcode Curl_input_negotiate(struct connectdata *conn, bool 
proxy,
+   data->set.str[STRING_SERVICE_NAME] : "HTTP";
+ host = conn->host.name;
+ neg_ctx = >state.negotiate;
+-authp = >data->state.authhost;
+   }
+ 
+   /* Not set means empty */
+@@ -98,11 +95,6 @@ CURLcode Curl_input_negotiate(struct connectdata *conn, 
bool proxy,
+ 
+   if(result)
+ Curl_auth_spnego_cleanup(neg_ctx);
+-  else
+-/* If the status is different than 0 and we encountered no errors
+-it means we have to continue. 0 is the OK value for both GSSAPI
+-(GSS_S_COMPLETE) and SSPI (SEC_E_OK) */
+-authp->done = !neg_ctx->status;
+ 
+   return result;
+ }
diff --git a/debian/patches/series b/debian/patche

Bug#827362: RM: librtfcomp -- RoM; unmaintained

2016-06-15 Thread Jonny Lamb

Package: ftp.debian.org
Severity: normal

Hi,

This used to be useful but all the SynCE parts that used it have been 
removed from the archive so let's get rid of this too.


Thanks,
--
Jonny Lamb



Bug#827360: RM: synce-serial -- RoM; unmaintained

2016-06-15 Thread Jonny Lamb

Package: ftp.debian.org
Severity: normal

Hi,

synce-serial stopped being useful for real-world devices many years ago. 
Its replacement, synce-hal, was removed from the archive a while ago 
too. Let's get rid of this one finally.


Thanks,

--
Jonny Lamb



Bug#827269: finally remove refdbg variant

2016-06-14 Thread Jonny Lamb

Source: glib2.0
Version: 2.48.1-1
Severity: normal
Tags: patch

Hi,

I just filed for the removal of refdbg itself (#827268) so let's get rid 
of this variant finally too. I've attached an untested patch to do 
exactly that.


Cheerio,
--
Jonny Lamb
Index: debian/clean
===
--- debian/clean(revision 49072)
+++ debian/clean(working copy)
@@ -1,6 +1,5 @@
 debian/libgio-fam.install
 debian/libglib2.0-0.install
-debian/libglib2.0-0-refdbg.install
 debian/libglib2.0-0-dbg.install
 debian/libglib2.0-dev.install
 debian/libglib2.0-udeb.install
Index: debian/control
===
--- debian/control  (revision 49072)
+++ debian/control  (working copy)
@@ -173,20 +173,3 @@
 Description: GLib Input, Output and Streaming Library (fam module)
  GIO is the input, output and streaming API of GLib. This package
  provides a fam file and directory monitoring backend for it.
-
-Package: libglib2.0-0-refdbg
-Section: devel
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- libglib2.0-0 (= ${binary:Version})
-Multi-Arch: same
-Description: GLib library of C routines - refdbg library
- GLib is a library containing many useful C routines for things such
- as trees, hashes, lists, and strings.  It is a useful general-purpose
- C library used by projects such as GTK+, GIMP, and GNOME.
- .
- This package contains the shared library built with
- --disable-Bsymbolic so that it can be used with refdbg, a GObject
- refcount debugger.
Index: debian/control.in
===
--- debian/control.in   (revision 49072)
+++ debian/control.in   (working copy)
@@ -173,20 +173,3 @@
 Description: GLib Input, Output and Streaming Library (fam module)
  GIO is the input, output and streaming API of GLib. This package
  provides a fam file and directory monitoring backend for it.
-
-Package: @REFDBG_PKG@
-Section: devel
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- @SHARED_PKG@ (= ${binary:Version})
-Multi-Arch: same
-Description: GLib library of C routines - refdbg library
- GLib is a library containing many useful C routines for things such
- as trees, hashes, lists, and strings.  It is a useful general-purpose
- C library used by projects such as GTK+, GIMP, and GNOME.
- .
- This package contains the shared library built with
- --disable-Bsymbolic so that it can be used with refdbg, a GObject
- refcount debugger.
Index: debian/libglib2.0-0-refdbg.install.in
===
--- debian/libglib2.0-0-refdbg.install.in   (revision 49072)
+++ debian/libglib2.0-0-refdbg.install.in   (nonexistent)
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libgobject*.so* 
usr/lib/${DEB_HOST_MULTIARCH}/refdbg
Index: debian/libglib2.0-0-refdbg.lintian-overrides
===
--- debian/libglib2.0-0-refdbg.lintian-overrides(revision 49072)
+++ debian/libglib2.0-0-refdbg.lintian-overrides(nonexistent)
@@ -1 +0,0 @@
-libglib2.0-0-refdbg binary: unstripped-binary-or-object
Index: debian/rules
===
--- debian/rules(revision 49072)
+++ debian/rules(working copy)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_BUILDDIR = debian/build
-DEB_MAKE_FLAVORS = deb udeb refdbg
+DEB_MAKE_FLAVORS = deb udeb
 DISABLE_UPDATE_UPLOADERS := 1
 
 include /usr/share/cdbs/1/rules/autoreconf.mk
@@ -39,7 +39,6 @@
 UDEB_PKG := libglib$(APIVER)-udeb
 DOC_PKG := libglib$(APIVER)-doc
 DEBUG_PKG := $(SHARED_PKG)-dbg
-REFDBG_PKG := libglib$(APIVER)-$(SONAME)-refdbg
 
 DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/install/@FLAVOR@
 
@@ -48,11 +47,8 @@
 DEB_DH_INSTALL_ARGS += --sourcedir=debian/install/deb
 DEB_DH_INSTALL_ARGS_$(TEST_PKG) += --sourcedir=debian/install/deb -X.la
 DEB_DH_INSTALL_ARGS_$(UDEB_PKG) += --sourcedir=debian/install/udeb
-DEB_DH_INSTALL_ARGS_$(REFDBG_PKG) += --sourcedir=debian/install/refdbg
 
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V --add-udeb=$(UDEB_PKG) -- -c4
-DEB_DH_MAKESHLIBS_ARGS_$(REFDBG_PKG) = --no-act
-DEB_DH_STRIP_ARGS_$(REFDBG_PKG) = --no-act --no-ddebs
 # Don't put the symbols in the -dbg package
 DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
 
@@ -101,10 +97,6 @@
 DEB_CONFIGURE_FLAGS_udeb := \
--disable-selinux
 
-DEB_CONFIGURE_FLAGS_refdbg := \
-   --disable-Bsymbolic \
-   --enable-debug=yes
-
 pre-build::
mkdir -p debian/stamp-makefile-check \
 debian/tmp-xdg-runtime-dir
@@ -122,7 +114,7 @@
 
 common-install-arch::
set -e; for file in libgio-fam.install libglib2.0-0.install \
-   libglib2.0-0-refdbg.install libglib2.0-0-dbg.install \
+   libglib2.0-0

Bug#827268: RM: refdbg -- RoM; old version; never part of unstable

2016-06-14 Thread Jonny Lamb

Package: ftp.debian.org
Severity: normal

Hi,

refdbg was always a bit of a pain, never really got used, never got into 
unstable, and there are better ways to conduct this kind of debugging 
nowadays. Let's get rid of it!


Thanks,
--
Jonny Lamb



Bug#824034: $ignore_services breaks on close parentheses

2016-05-11 Thread Jonny Lamb

Package: logwatch
Version: 7.4.3-1
Severity: normal
Tags: patch

The "secure" script's $ignore_services option is space separated but 
uses \b to match items, which breaks when a service name ends in a close 
parenthesis (such as "wordpress(example.com)").


Here's a patch that fixes the problem here. Use a different approach if 
you fancy.


Cheerio,
--
Jonny Lamb
diff --git a/scripts/services/secure b/scripts/services/secure
index 31f7ba6..387f5fd 100755
--- a/scripts/services/secure
+++ b/scripts/services/secure
@@ -190,7 +190,7 @@ while (defined($ThisLine = )) {
$ThisLine =~ s/\[ID [0-9]+ [a-z]+\.[a-z]+\] //;
my $temp = $ThisLine;
$temp =~ s/^([^[:]+).*/$1/;
-   if ($Ignore =~ /\b\Q$temp\E\b/i) { next; }
+   if ($Ignore =~ /(\s|^)\Q$temp\E(\s|$)/i) { next; }
 
#current sarge
if ($ThisLine =~ /^[^ :]*:( [0-9:\[\]\.]+|) \(pam_(unix|securetty)\)/i ) 
{next; }


Bug#704511: include a debug package

2013-04-02 Thread Jonny Lamb
Source: grilo
Version: 0.2.5-1
Severity: wishlist

I've added a debug package to grilo. See attached.

Cheerio,
-- 
Jonny Lamb
diff -Nruad -Nruad grilo-0.2.5.orig/debian/changelog 
grilo-0.2.5/debian/changelog
--- grilo-0.2.5.orig/debian/changelog   2013-03-20 22:52:09.0 +0100
+++ grilo-0.2.5/debian/changelog2013-04-02 10:05:31.0 +0200
@@ -1,3 +1,9 @@
+grilo (0.2.5-2) UNRELEASED; urgency=low
+
+  * Add libgrilo-0.2-1-dbg debug package.
+
+ -- Jonny Lamb jo...@debian.org  Tue, 02 Apr 2013 10:01:08 +0200
+
 grilo (0.2.5-1) experimental; urgency=low
 
   * New upstream release.
diff -Nruad -Nruad grilo-0.2.5.orig/debian/control grilo-0.2.5/debian/control
--- grilo-0.2.5.orig/debian/control 2013-03-20 22:52:09.0 +0100
+++ grilo-0.2.5/debian/control  2013-04-02 09:59:19.0 +0200
@@ -107,6 +107,30 @@
  .
  This package contains the documentation.
 
+Package: libgrilo-0.2-1-dbg
+Section: debug
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libgrilo-0.2-1 (= ${binary:Version}),
+ ${misc:Depends}
+Recommends: grilo-plugins-0.2-dbg
+Description: Framework for discovering and browsing media - debugging symbols
+ Grilo is a framework focused on making media discovery and browsing
+ easy for application developers.
+ .
+ More precisely, Grilo provides:
+   * A single, high-level API that abstracts the differences among
+ various media content providers, allowing application developers
+ to integrate content from various services and sources easily.
+   * A collection of plugins for accessing content from various media
+ providers. Developers can share efforts and code by writing
+ plugins for the framework that are application agnostic.
+   * A flexible API that allows plugin developers to write plugins of
+ various kinds.
+ .
+ This package contains the debugging symbols for Grilo.
+
 Package: gir1.2-grilo-0.2
 Section: introspection
 Architecture: any
diff -Nruad -Nruad grilo-0.2.5.orig/debian/rules grilo-0.2.5/debian/rules
--- grilo-0.2.5.orig/debian/rules   2013-03-20 22:52:09.0 +0100
+++ grilo-0.2.5/debian/rules2013-04-02 09:59:23.0 +0200
@@ -19,3 +19,6 @@
 override_dh_shlibdeps:
dh_shlibdeps
dh_girepository
+
+override_dh_strip:
+   dh_strip --dbg-package=libgrilo-0.2-1-dbg


Bug#704512: include a debug package

2013-04-02 Thread Jonny Lamb
Source: grilo-plugins
Version: 0.2.6-1
Severity: wishlist

I've added a debug package to grilo-plugins. See attached.

Cheerio,
-- 
Jonny Lamb
diff -Nruad -Nruad grilo-plugins-0.2.6.orig/debian/changelog 
grilo-plugins-0.2.6/debian/changelog
--- grilo-plugins-0.2.6.orig/debian/changelog   2013-03-21 09:46:59.0 
+0100
+++ grilo-plugins-0.2.6/debian/changelog2013-04-02 10:06:09.0 
+0200
@@ -1,3 +1,9 @@
+grilo-plugins (0.2.6-2) UNRELEASED; urgency=low
+
+  * Add grilo-plugins-0.2-dbg debug package.
+
+ -- Jonny Lamb jo...@debian.org  Tue, 02 Apr 2013 10:05:43 +0200
+
 grilo-plugins (0.2.6-1) experimental; urgency=low
 
   * New upstream release.
diff -Nruad -Nruad grilo-plugins-0.2.6.orig/debian/control 
grilo-plugins-0.2.6/debian/control
--- grilo-plugins-0.2.6.orig/debian/control 2013-03-21 09:46:59.0 
+0100
+++ grilo-plugins-0.2.6/debian/control  2013-04-02 10:00:17.0 +0200
@@ -68,3 +68,26 @@
* UPnP
* Vimeo
* Youtube
+
+Package: grilo-plugins-0.2-dbg
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: grilo-plugins-0.2 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Framework for discovering and browsing media - Plugin debugging 
symbols
+ Grilo is a framework focused on making media discovery and browsing
+ easy for application developers.
+ .
+ More precisely, Grilo provides:
+   * A single, high-level API that abstracts the differences among
+ various media content providers, allowing application developers
+ to integrate content from various services and sources easily.
+   * A collection of plugins for accessing content from various media
+ providers. Developers can share efforts and code by writing
+ plugins for the framework that are application agnostic.
+   * A flexible API that allows plugin developers to write plugins of
+ various kinds.
+ .
+ This package contains the debugging symbols for the Grilo plugins in
+ grilo-plugins-0.2.
diff -Nruad -Nruad grilo-plugins-0.2.6.orig/debian/rules 
grilo-plugins-0.2.6/debian/rules
--- grilo-plugins-0.2.6.orig/debian/rules   2013-03-21 09:46:59.0 
+0100
+++ grilo-plugins-0.2.6/debian/rules2013-04-02 10:00:14.0 +0200
@@ -7,3 +7,6 @@
dh_auto_install --destdir=debian/tmp
 
 override_dh_makeshlibs:
+
+override_dh_strip:
+   dh_strip --dbg-package=grilo-plugins-0.2-dbg


Bug#701874: [Pkg-telepathy-maintainers] Bug#701874: RFP: telepathy-logger 0.8.0

2013-02-28 Thread Jonny Lamb
Il giorno gio, 28/02/2013 alle 11.12 +0100, Daniele E. Domenichelli ha
scritto:
 I have a git clone here[1] with the updated version packaged, feel
 free to pull from it.
 
 [1]https://gitorious.org/drdanz-debian/telepathy-logger/commits/debian-experimental

Cool, thanks. This looks good apart from:

E: libtelepathy-logger3-dbg:
arch-dependent-file-not-in-arch-specific-directory
usr/lib/debug/usr/lib/telepathy/telepathy-logger
N: 
N:This package is Multi-Arch same, but it installs an ELF binary
in the
N:directory that is not architecture-specific.
N:
N:Refer to https://wiki.ubuntu.com/MultiarchSpec for details.
N:
N:Severity: serious, Certainty: possible
N:
N:Check: binaries, Type: binary, udeb
N: 

-- 
Jonny Lamb


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



Bug#698834: should have a versioned dep on libtrilead-putty-extension-java

2013-01-24 Thread Jonny Lamb
Package: jenkins
Version: 1.480.2+dfsg-1~exp1
Severity: minor

jenkins has a Build-Depends-Indep on libtrilead-putty-extension-java but
it should be versioned to (= 1.2-1~) I reckon. It failed to build
without:

Missing:
--
1) org.jvnet.hudson:trilead-ssh2:jar:debian

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.jvnet.hudson
-DartifactId=trilead-ssh2 -Dversion=debian -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there: 
  mvn deploy:deploy-file -DgroupId=org.jvnet.hudson
-DartifactId=trilead-ssh2 -Dversion=debian -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.jenkins-ci.main:jenkins-core:jar:1.480.2
2) org.kohsuke:trilead-putty-extension:jar:debian
3) org.jvnet.hudson:trilead-ssh2:jar:debian

-- 
Jonny Lamb


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



Bug#698835: should depend on net-tools and psutils

2013-01-24 Thread Jonny Lamb
Package: jenkins
Version: 1.480.2+dfsg-1~exp1
Severity: normal

jenkins' init script uses both 'ps' and 'netstat' executables but the
package doesn't depend on net-tools or psutils.

For example:

% sudo /etc/init.d/jenkins start
[] Starting Jenkins Continuous Integration Server:
jenkins/etc/init.d/jenkins: line 71: netstat: command not found
. ok 

-- 
Jonny Lamb


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



Bug#698835: correction

2013-01-24 Thread Jonny Lamb
retitle 698835 should depend on net-tools and procps
kthxbye

Sorry, I meant procps, not psutils.

-- 
Jonny Lamb


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



Bug#622605: Moar info

2011-04-20 Thread Jonny Lamb
forwarded 622605 https://bugs.freedesktop.org/show_bug.cgi?id=36413
kthxbye

I wrote,
 Any ideas?

Turns out I'm not so hot on C precedence bugs in the evening. It
didn't take long this morning to find the real cause of this
problem. I made a patch for upstream and filed a bug (see forwarded
address).

Looking at the other rotting patches in the PackageKit bug tracker, I
wouldn't wait for it to be included upstream; you should include this
patch in the Debian package. Let me know if you need a sponsor.

Cheers,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#622605: Backtrace and patch

2011-04-19 Thread Jonny Lamb
reassign 622605 packagekit
notfound 622605 2.32.0-2
found 622605 0.6.12-2
tags 622605 + patch
kthxbye

Here's a backtrace. I built my own package hence the presence of the
actual line of pk-client.c, and never actually installed.

Program received signal SIGSEGV, Segmentation fault.
0x77752cf7 in pk_client_create_helper_argv_envp (state=0x7b5270, 
argv=0x7fffe248, envp=0x7fffe240) at pk-client.c:1878
1878*envp[envpi++] = g_strdup_printf (DISPLAY=%s, 
display);
(gdb) bt
#0  0x77752cf7 in pk_client_create_helper_argv_envp (state=0x7b5270, 
argv=0x7fffe248, envp=0x7fffe240) at pk-client.c:1878
#1  0x77752e26 in pk_client_create_helper_socket (state=0x7b5270) at 
pk-client.c:1917
#2  0x7775328d in pk_client_get_tid_cb (object=0x6cb830, res=0x811300, 
state=0x7b5270) at pk-client.c:2017
#3  0x74ebffc9 in complete_in_idle_cb (data=0x72ad0e40)
at 
/build/buildd-glib2.0_2.28.1-1+b1-amd64-6erLbp/glib2.0-2.28.1/./gio/gsimpleasyncresult.c:757
#4  0x72e532e2 in g_main_dispatch (context=0x66af10) at 
/build/buildd-glib2.0_2.28.1-1+b1-amd64-6erLbp/glib2.0-2.28.1/./glib/gmain.c:2440
#5  g_main_context_dispatch (context=0x66af10) at 
/build/buildd-glib2.0_2.28.1-1+b1-amd64-6erLbp/glib2.0-2.28.1/./glib/gmain.c:3013
#6  0x72e579a8 in g_main_context_iterate (context=0x66af10, 
block=value optimized out, dispatch=value optimized out, self=value 
optimized out)
at 
/build/buildd-glib2.0_2.28.1-1+b1-amd64-6erLbp/glib2.0-2.28.1/./glib/gmain.c:3091
#7  0x72e57eb5 in g_main_loop_run (loop=0x824e00) at 
/build/buildd-glib2.0_2.28.1-1+b1-amd64-6erLbp/glib2.0-2.28.1/./glib/gmain.c:3299
#8  0x7578f5f7 in IA__gtk_main () at 
/tmp/buildd/gtk+2.0-2.24.1/gtk/gtkmain.c:1255
#9  0x0040ab01 in ?? ()
#10 0x72792c4d in __libc_start_main (main=value optimized out, 
argc=value optimized out, ubp_av=value optimized out, 
init=value optimized out, fini=value optimized out, rtld_fini=value 
optimized out, stack_end=0x7fffe678) at libc-start.c:228
#11 0x0040a839 in ?? ()
#12 0x7fffe678 in ?? ()
#13 0x001c in ?? ()
#14 0x0001 in ?? ()
#15 0x7fffe96c in ?? ()
#16 0x in ?? ()

So I looked into this and I'm really confused as to why this
segfaults. I also don't know how the attached patch fixes this for me.

Any ideas?

-- 
Jonny Lamb, UK
jo...@debian.org
--- packagekit-0.6.12.orig/lib/packagekit-glib2/pk-client.c 2011-04-19 
19:58:40.33793 +0100
+++ packagekit-0.6.12/lib/packagekit-glib2/pk-client.c  2011-04-19 
19:58:56.249900251 +0100
@@ -1841,13 +1841,14 @@
 static gboolean
 pk_client_create_helper_argv_envp (PkClientState *state,
   gchar ***argv,
-  gchar ***envp)
+  gchar ***envp_out)
 {
const gchar *dialog = NULL;
const gchar *display;
const gchar *term;
gboolean ret;
guint envpi = 0;
+   gchar **envp;
 
/* check we have the right file */
ret = g_file_test (/usr/bin/debconf-communicate,
@@ -1859,23 +1860,24 @@
*argv = g_new0 (gchar *, 2);
*argv[0] = g_strdup (/usr/bin/debconf-communicate);
 
-   *envp = g_new0 (gchar *, 8);
-   *envp[envpi++] = g_strdup (DEBCONF_DB_REPLACE=configdb);
-   *envp[envpi++] = g_strdup (DEBCONF_DB_OVERRIDE=Pipe{infd:none 
outfd:none});
+   *envp_out = g_new0 (gchar *, 8);
+   envp = *envp_out;
+   envp[envpi++] = g_strdup (DEBCONF_DB_REPLACE=configdb);
+   envp[envpi++] = g_strdup (DEBCONF_DB_OVERRIDE=Pipe{infd:none 
outfd:none});
if (pk_debug_is_verbose ())
-   *envp[envpi++] = g_strdup (DEBCONF_DEBUG=.);
+   envp[envpi++] = g_strdup (DEBCONF_DEBUG=.);
 
/* do we have an available terminal to use */
term = g_getenv (TERM);
if (term != NULL) {
-   *envp[envpi++] = g_strdup_printf (TERM=%s, term);
+   envp[envpi++] = g_strdup_printf (TERM=%s, term);
dialog = dialog;
}
 
/* do we have access to the display */
display = g_getenv (DISPLAY);
if (display != NULL) {
-   *envp[envpi++] = g_strdup_printf (DISPLAY=%s, display);
+   envp[envpi++] = g_strdup_printf (DISPLAY=%s, display);
if (g_strcmp0 (g_getenv (KDE_FULL_SESSION), true) == 0)
  dialog = kde;
else
@@ -1884,7 +1886,7 @@
 
/* indicate a prefered frontend */
if (dialog != NULL) {
-   *envp[envpi++] = g_strdup_printf (DEBIAN_FRONTEND=%s, dialog);
+   envp[envpi++] = g_strdup_printf (DEBIAN_FRONTEND=%s, dialog);
g_debug (using frontend %s, dialog);
}
 out:


Bug#618894: Possible fix

2011-03-21 Thread Jonny Lamb
On Mon, Mar 21, 19:21:14 +0100, Lubomír Sedlář wrote:
 The problem seems to be caused by missing dependency on
 gsettings-desktop-schemas. After installing the package, gitg
 started to work again.

Good to hear, I'll add that as a dependency.

 However, it still complains about 'memory' backend and does not save
 the settings.

Do you have dconf installed?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#617313: [Pkg-telepathy-maintainers] Bug#617313: empathy: Empathy becomes inaccessible without a tray dock

2011-03-08 Thread Jonny Lamb
On Tue, Mar 08, 01:28:31 +0100, Fredrik Tolf wrote:
 When running a window manager that does not include a
 system tray/dock/notification area, the Empathy window becomes
 inaccessible if closed. It closes the window, assuming the user
 to be able to reaccess it via the non-existing tray, and also
 enters that state automatically upon startup, so there's really
 no way at all of bringing it back other than starting a temporary
 tray program like stalonetray or trayer.

Actually there is. If you try to run empathy again from the command
line or from some application menu, it will pop up the main window
again due to the single-instance nature of the application. Empathy
should also start as visible as it was left on the last execution.

Empathy is a GNOME application. GNOME has a system tray area. I'm
tempted to wontfix this bug.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#602990: [Pkg-telepathy-maintainers] Bug#602990: empathy: Starting Empathy - won't connect to Gtalk (have to re-enter account info to connect)

2010-11-10 Thread Jonny Lamb
On Tue, Nov 09, 19:45:05 -0800, Nerius Landys wrote:
 I close Empathy again.  Reopen.  Same problem, not connecting to Gtalk.

Looking at both your Empathy and Pidgin screenshots it appears both
clients are refusing to connect because they think you are not
connected to the internet. I cannot speak for Pidgin, but Empathy uses
Network Manager to detect whether an internet connection is present.

If for whatever reason, you want to force it always to try and connect
regardless of the connectivity Network Manager reports (which is odd,
and why it is the default), then run the following:

   gconftool-2 --set --type=boolean /apps/empathy/use_conn false

(Also note that more recent versions of Empathy use GSettings instead
of GConf, so this will only work with earlier versions of Empathy.)

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#576403: [Pkg-telepathy-maintainers] Bug#576403: empathy: Incomplete previous conversation history

2010-08-06 Thread Jonny Lamb
reassign 576403 telepathy-gabble
forwarded 576403 https://bugs.freedesktop.org/show_bug.cgi?id=27913
kthxbye

On Sun, Apr 04, 10:31:41 +0200, Julien Valroff wrote:
 Hi again,  All my apologies for flooding the BTS, this report should be the
 last...  When joining a chat room, empathy only displays parts of the previous
 conversations whereas other Jabber clients do display them completely.  It
 seems the missing parts are received as 'private messages' as the empathy 
 icons
 blinks, but nothing is displayed when I click on it.  I do not know if this is
 linked to the server or not, but I have noticed it when using 
 chat.jabberfr.org
 (I haven't tested other servers).  Cheers, Julien

This is actually a gabble bug...

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#591639: libhildon: FTBFS: **Error**: autoconf failed.

2010-08-05 Thread Jonny Lamb
reassign 591639 pkg-config
forcemerge 591547 591639
kthxbye

On Wed, Aug 04, 08:20:49 -0400, Cyril Brulebois wrote:
 | configure:11137: error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl
 |   If this token and others are legitimate, please use m4_pattern_allow.
 |   See the Autoconf documentation.
 | **Error**: autoconf failed.

buh boh, thanks pkg-config!

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#591810: sapwood: FTBFS: configure:11498: error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl

2010-08-05 Thread Jonny Lamb
reassign 591810 pkg-config
forcemerge 591547 591810
kthxbye

On Thu, Aug 05, 19:26:55 +0200, Philipp Kern wrote:
  configure:11498: error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
  autoreconf: /usr/bin/autoconf failed with exit status: 1

buh boh, thanks pkg-config!

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#589378: [Pkg-telepathy-maintainers] Bug#589378: empathy: Does not allow me to change status via the contact list window

2010-08-05 Thread Jonny Lamb
tags 589378 + moreinfo
kthxbye

On Sat, Jul 17, 07:41:56 -0400, Deniz Akcal wrote:
 I cannot change the status via the contact list window when using the MSN
 instant messaging protocol (have not tested other instant messaging
 protocols). I cannot even change it from the GNOME panel! If more information
 is needed, do not hesitate to contact me.

I'm confused.

Here is the first result for a Google image search for empathy
contact list:

http://people.collabora.co.uk/~cassidy/blog/empathy-contact-list-error.jpg

The Available text is editable because it's a GtkComboBoxEntry
widget. Can't you just edit that and set a status there? It works
here.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#588187: [Pkg-telepathy-maintainers] Bug#588187: empathy: fails to connect to Google Talk service

2010-08-05 Thread Jonny Lamb
tags 588187 + moreinfo
kthxbye

On Mon, Jul 05, 20:33:48 -0300, Ernesto Domato wrote:
 Please let me know what else I can do to help you with this bug report.

We need a debug log. Please follow the following instructions and
attach a debug log to this bug for the gabble connection manager:

http://live.gnome.org/Empathy/Debugging

Cheers,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#588318: [Pkg-telepathy-maintainers] Bug#588318: Bug#588318: empathy sometimes crashes with xorg error

2010-08-05 Thread Jonny Lamb
forwarded 588318 https://bugzilla.gnome.org/show_bug.cgi?id=590692
kthxbye

On Wed, Jul 14, 15:50:24 +0200, Gianluca Francesco Signorotto wrote:
 I tried to do this and in fact the program crashes.

Yeah, it's far too easy to reproduce this. Here's the forwarded bug,
although the libchamplain guys think it's fixed. I should probably
reassign it here too.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#576267: Please package Hildon 2.2 for Debian

2010-08-01 Thread Jonny Lamb
On Fri, Apr 02, 12:54:14 +0200, Thomas Perl wrote:
 Hildon 2.2 has been available for several months. The current version
 can be downloaded from:
 
   http://repository.maemo.org/pool/fremantle/free/libh/libhildon/
 
 As of today, the latest version is 2.2.15-1+0m5 which can be downloaded
 from the above link.

So I started looking at this today. Unfortunately it totally depends
on maemo's GTK+, which has loads of changes. I started moving these
changes from said GTK+ to libhildon (like Riku did with HildonSizeType
already) but it's not so easy (addition to widgets' private structs,
etc.).

Not sure what to do yet.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#590914: [Pkg-telepathy-maintainers] Bug#590914: telepathy-idle: does not identify with NickServ

2010-08-01 Thread Jonny Lamb
retitle 590914 Add NickServ password support
forward 590914 https://bugs.freedesktop.org/show_bug.cgi?id=16177
severity 590914 wishlist
kthxbye

On Sat, Jul 31, 01:57:36 -0400, Luca Capello wrote:
 ** (telepathy-idle:4438): DEBUG: msg_queue_timeout_cb: called
 ** (telepathy-idle:4438): DEBUG: iface_send_impl: sent PASS $PASSWORD^M
  to IOChannel 0x12afae0
 ** (telepathy-idle:4438): DEBUG: msg_queue_timeout_cb: called
 ** (telepathy-idle:4438): DEBUG: iface_send_impl: sent NICK gismo^M
  to IOChannel 0x12afae0
 ** (telepathy-idle:4438): DEBUG: msg_queue_timeout_cb: called
 ** (telepathy-idle:4438): DEBUG: iface_send_impl: sent USER gismo \
  8 * :Luca Capello^M
  to IOChannel 0x12afae0
 ** (telepathy-idle:4438): DEBUG: _parse_message: parsing \
  :charm.oftc.net 001 gismo :Welcome to the OFTC Internet Relay \
  Chat Network gismo

So I don't know much about the IRC protocol other than it's a bit
crap. It turns out that if you send PASS foo then after successful
connection, some servers will use this password when the NickServ pops
up. Freenode does this, which is why I was confused when it worked
fine for me. OFTC does not do this, which of course is why you saw it.

So there you go. We've all learned something new. This is actually a
wishlist bug for adding a nickserv-password connection parameter to
idle. There's already a bug about this upstream. Maybe I'll do that
now.

Cheers,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#590914: [Pkg-telepathy-maintainers] Bug#590914: telepathy-idle: does not identify with NickServ

2010-07-30 Thread Jonny Lamb
On Thu, Jul 29, 23:02:49 -0400, Luca Capello wrote:
 Hi there!

Hello!

 Well, the subject says all.  The information I have in the IRC account are
 correct (username and password), but upon connection I always get the 
 following
 NickServ message:
 
   This nickname is registered and protected.  If it is your nickname, you may
   authenticate yourself to services with the IDENTIFY command.  You are 
 getting
   this message because you are not on the access list for the gismo nickname.

Odd, I assume you're using Empathy? I just tried it here and it worked
fine.

 And sending the identify $PASSWORD message just after works without any
 problem.  Trying to debug what happening as explained at [1] did not produce
 any useful output except:
 
   (telepathy-idle:9839): tp-glib-DEBUG: started version 0.1.6 (telepathy-glib
 version 0.11.10)

Did you add IDLE_DEBUG=all when you started telepathy-idle manually?

Also, are you sure it's an idle account you've created? Is the
telepathy-haze process running? You can see other connection managers
by seeing which telepathy-* processes are up, or much prettier,
loading the debug dialog in Empathy (Help-Debug) and seeing which one
is whirring! You cn also, look in your
.mission-control/accounts/accounts.cfg and see if you a idle/irc/...
key, or if not, what else do you have with irc in the name.

Oh so many things to try! Failing that, I'll come and have a look at
it myself during DebConf (I assume by your timezone you're there)!

Cheers,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#584952: gitg: memory error / assertion failed

2010-06-08 Thread Jonny Lamb
On Mon, Jun 07, 21:14:30 -0400, Eric Cooper wrote:
 Do you know if there is a simple way to build the debugging version
 with pbuilder?  I prefer to use that so I don't need all the -dev and -dbg
 packages installed in my main system.

I guess if you remove the call to dh_strip in debian/rules and build
that it should build gitg with debugging symbols.

You will still need to have glib (et al.) dbg packages installed
though.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#584952: gitg: memory error / assertion failed

2010-06-08 Thread Jonny Lamb
Please don't forget to CC the bug (584...@bdo) when replying to my
emails.

On Tue, Jun 08, 07:32:17 -0400, Eric Cooper wrote:
 I have it running under gdb now and will let you know what I find.

Great, thanks!

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#584952: gitg: memory error / assertion failed

2010-06-07 Thread Jonny Lamb
On Mon, Jun 07, 15:13:43 -0400, Eric Cooper wrote:
 I got this crash:
 
 ***MEMORY-ERROR***: gitg[9783]: GSlice: assertion failed: 
 sinfo-n_allocated  0
 [1]+  Aborted gitg
 
 I had been using a gitg window with view all branches, and had
 recently typed control-R to refresh the view after a commit.  The same
 crash happened in an earlier session, but it doesn't happen every
 time.

Please could you get a backtrace to see where this happens? You will
have to build gitg from source and run the binary and make sure you
have the GLib dbg package installed, then simply run gitg in gdb and
ask for a backtrace when it aborts.

Cheers,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#525937: refdbg: changing back from ITP to RFP

2010-05-29 Thread Jonny Lamb
retitle 525937 ITP: refdbg -- GObject Refcount Debugger
owner 525937 !
kthxbye

On Tue, May 25, 17:06:42 +, Lucas Nussbaum wrote:
 This is an automatic email to change the status of refdbg back from ITP
 (Intent to Package) to RFP (Request for Package), because this bug hasn't seen
 any activity during the last 12 months.

Yeah, sorry about that. I actually made packages for this ages ago[0]
but hit some spurious problems which I never solved. Hopefully I can
get around this sometime soon.

0. http://people.debian.org/~jonny/refdbg/

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#581605: gitg: Aborted on gtktextview assertion

2010-05-14 Thread Jonny Lamb
tags 581605 + moreinfo
kthxbye

On Fri, May 14, 11:07:55 +0200, Matijs van Zuijlen wrote:
 After clicking several times on different parts the timeline, gitg
 dumped core.

Timeline? Which widget are you referring to exactly?

 I have not been able to repeat this behavior.

Hmm, me neither with some testing just now.

 Backtrace attached.

Unfortunately, I don't currently understand the inner workings of
GtkTextView. This is likely to be a GTK+ bug if gitg isn't doing
anything silly with the text view.

Cheers,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#581605: gitg: Aborted on gtktextview assertion

2010-05-14 Thread Jonny Lamb
tags 581605 + unreproducible
kthxbye

On Fri, May 14, 12:34:19 +0200, Matijs van Zuijlen wrote:
 Indeed: The line before the assert is triggered has the following comment:
 
   /* This can have the odd side effect of triggering a scroll, which should
* flip onscreen_validated back to FALSE, but should also get us
* back into this function to turn it on again.
*/
 
 That's a lot of 'should's, and apparently one of them failed.

Heh, sounds like GTK+!

Well, let me know if you can give any more information about this, or
can reliably reproduce it. I'm not sure what else I can do now.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#581493: RM: pywbxml -- ROM; low popcon; no rdepends

2010-05-13 Thread Jonny Lamb
Package: ftp.debian.org
Severity: wishlist

No-one uses pywbxml anymore. Let's get rid of it.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#579856: patch

2010-05-13 Thread Jonny Lamb
FWIW, here's the patch.

-- 
Jonny Lamb, UK
jo...@debian.org
From 6b95357e183d3d2b15e5a5a66f8027d828af1e4c Mon Sep 17 00:00:00 2001
From: Jonny Lamb jo...@debian.org
Date: Wed, 12 May 2010 15:38:58 +0100
Subject: [PATCH] Use gtk_show_uri instead of trying to spawn nautilus.

Signed-off-by: Jonny Lamb jo...@debian.org
---
 src/synce-trayicon.c |   17 ++---
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/src/synce-trayicon.c b/src/synce-trayicon.c
index af66f21..fa940d1 100644
--- a/src/synce-trayicon.c
+++ b/src/synce-trayicon.c
@@ -798,25 +798,20 @@ static void
 menu_explore (GtkWidget *menu_item, SynceTrayIcon *self)
 {
   const gchar *name = NULL;
-  gchar *arg_str = NULL;
+  gchar *uri = NULL;
   GError *error = NULL;
 
   GtkWidget *device_menu = gtk_widget_get_parent(menu_item);
   name = gtk_menu_get_title(GTK_MENU(device_menu));
 
-  arg_str = g_strdup_printf(synce://%s/, name);
-  
-  char *argv[4] = {
-  nautilus, -n, arg_str, NULL
-  };
-  
-  if (!g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, error)) {
-  g_warning(%s: failed to explore '%s': %s, G_STRFUNC, arg_str, error-message);
+  uri = g_strdup_printf(synce://%s/, name);
+
+  if (!gtk_show_uri(gtk_widget_get_screen(menu_item), uri, gtk_get_current_event_time (), error)) {
+  g_warning(%s: failed to explore '%s': %s, G_STRFUNC, uri, error-message);
   g_error_free(error);
-  return;
   }
 
-  g_free(arg_str);
+  g_free(uri);
 }
 
 static void
-- 
1.7.0.4



Bug#579856: synce-trayicon: missing dependency on nautilus

2010-05-12 Thread Jonny Lamb
On Sat, May 01, 19:25:03 +0200, JCF Ploemen wrote:
 Synce-trayicon uses nautilus for its Explore with Filemanager function,
 but doesn't have a corresponding dependency. As a result, trying to use
 this functionality fails (silenty) on any system that doesn't already
 happen to have nautilus installed, which is commonly the case for any
 non-gnome desktop. As soon as the 'nautilus' package is installed,
 everything works as expected.

Haha, this is pretty funny:

  ...
  char *argv[4] = {
  nautilus, -n, arg_str, NULL
  };

  if (!g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, 
error)) {
  ...

I've written a patch to use gtk_show_uri() instead, so nautilus is no
longer a requirement. I'll probably add nautilus to Recommands still
though.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#579856: synce-trayicon: missing dependency on nautilus

2010-05-12 Thread Jonny Lamb
Actually, this still won't work as we haven't got synce-gvfs in the
archive, I think.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#572833: odccm: Uses deprecated libgnet

2010-05-12 Thread Jonny Lamb
reassign 572833 ftp.debian.org
retitle 572833 RM: odccm -- RoM; superseded by synce-hal
severity 572833 wishlist
kthxbye

On Sat, Mar 06, 23:07:15 +0100, Emilio Pozuelo Monfort wrote:
 You told me back in August that odccm should probably be removed. You may want
 to do so now :)

Great idea!

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#571667: gitg: tagging insists on filling in a message

2010-02-28 Thread Jonny Lamb
forwarded 571667 https://bugzilla.gnome.org/show_bug.cgi?id=611434
kthxbye

On Fri, Feb 26, 23:02:43 +0100, Gerfried Fuchs wrote:
  When one wants to tag a commit gitg insists on filling in a message for
 the tag, even if one unchecks the signing of the tag. Given that
 messages only are contained in signed tags this somehow makes no sense
 and is a bit inconvenient. :)

I wrote a patch for this and filed a bug upstream with the patch. I'll
make a new upload once it goes into upstream's git.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#570224: [Pkg-telepathy-maintainers] Bug#570224: empathy: fails to reconnect when network connection is lost, and remade

2010-02-17 Thread Jonny Lamb
On Wed, Feb 17, 10:56:54 -0200, Gustavo Noronha Silva wrote:
 Few weeks ago, when my wireless disconnected for some reason, and
 reconnected, Empathy would automatically reconnect. Now it just stays
 there, with a green icon, but not really connected. The only way I
 could find to get it to reconnect is to exit the program, and start it
 over.

Can you get some empathy logs please?

http://live.gnome.org/Empathy/Debugging

-- 
Jonny Lamb, UK
jo...@debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100217160553.ga20...@geminiani.jonnylamb.com



Bug#567039: Shouldn't this be filed upstream?

2010-02-04 Thread Jonny Lamb
On Thu, Feb 04, 11:22:49 -0500, The Anarcat wrote:
 Has the upstream maintainer been contacted so that everyone benefits
 from the security fix?

No, it was a Debian-specific problem.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#567039: trac-git: Arbitrary command execution

2010-02-03 Thread Jonny Lamb
Hi.

On Tue, Jan 26, 21:49:42 +0100, Stefan Göbel wrote:
 The trac-git package in Debian Lenny - if enabled in Trac - allows a
 remote attacker to execute arbitrary commands on the system with the
 rights of the user running Trac. The attacker must have the rights to
 browse the repository in order to exploit this issue, other parts of
 Trac are most likely not affected.
 
 The attached patch fixes the problem, it is not thoroughly tested,
 though, but seems to work fine on my test system with a few Git
 repositories.

Sorry for the delay in responding, I've been away from my emails for a
few days, but I'm back now.

Anyway, thanks for this and the patch. I just wanted to note that I'd
not ignored this and I'll try and get something out today.

Cheerio,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#566847: AttributeError: 'NoneType' object has no attribute 'virtual_device_type'

2010-01-25 Thread Jonny Lamb
Package: virt-manager
Version: 0.8.2-2
Severity: normal

I tried creating a new virtual machine today. I reached the end of the
process and then when it was about to install, it failed with the
following traceback:

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/create.py, line 1435, in do_install
dom = guest.start_install(False, meter = meter)
  File /usr/lib/pymodules/python2.5/virtinst/Guest.py, line 658, in 
start_install
self._prepare_install(meter)
  File /usr/lib/pymodules/python2.5/virtinst/Guest.py, line 717, in 
_prepare_install
self._set_defaults()
  File /usr/lib/pymodules/python2.5/virtinst/FullVirtGuest.py, line 122, in 
_set_defaults
for net in self._get_install_devs(VirtualDevice.VIRTUAL_DEV_NET):
  File /usr/lib/pymodules/python2.5/virtinst/Guest.py, line 520, in 
_get_install_devs
return self._dev_build_list(devtype, self._install_devices)
  File /usr/lib/pymodules/python2.5/virtinst/Guest.py, line 442, in 
_dev_build_list
if i.virtual_device_type == devtype:
AttributeError: 'NoneType' object has no attribute 'virtual_device_type'

If you need any more information, let me know.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#566847: AttributeError: 'NoneType' object has no attribute 'virtual_device_type'

2010-01-25 Thread Jonny Lamb
tags 566847 + fixed-upstream
kthxbye

On Mon, Jan 25, 10:07:30 -0500, Cole Robinson wrote:
 Fixed upstream now:
 
 http://hg.fedorahosted.org/hg/virt-manager/rev/0ade95843eba

Great, thanks for the fast update. I guess this bug can close once a
new release is packaged.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#566882: libvirtError: cannot create bridge 'virbr0': File exists

2010-01-25 Thread Jonny Lamb
Package: virt-manager
Version: 0.8.2-2
Severity: normal

I tried to create a network, but it failed with the following items
appearing in the log.

I guess the XML shows you what I was trying to do exactly.

[Mon, 25 Jan 2010 19:18:00 virt-manager 24880] DEBUG (createnet:347) About to 
create network network  namenetwork1/name
  forward mode='nat'/
  ip address='192.168.100.1' netmask='255.255.255.0'
dhcp
  range start='192.168.100.128' end='192.168.100.254'/
/dhcp
  /ip
/network

[Mon, 25 Jan 2010 19:18:00 virt-manager 24880] DEBUG (error:79) Uncaught Error: 
Error creating virtual network: cannot create bridge 'virbr0': File exists : 
Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/createnet.py, line 350, in finish
self.conn.create_network(xml)
  File /usr/share/virt-manager/virtManager/connection.py, line 644, in 
create_network
net.create()
  File /usr/lib/python2.5/site-packages/libvirt.py, line 686, in create
if ret == -1: raise libvirtError ('virNetworkCreate() failed', net=self)
libvirtError: cannot create bridge 'virbr0': File exists

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#520362: RFA: bongoproject -- Integrated mail and calendar system

2009-11-29 Thread Jonny Lamb
retitle 520362 RM: bongoproject -- ROM; RoQA; NPOASR; RC buggy; only 2 users
reassign 520362 ftp.debian.org
severity 520362 normal
kthxbye

On Fri, Oct 02, 22:00:23 +0200, Sandro Tosi wrote:
 do you think we can remove this package?

Sure.

 or would you prefer to have it orphaned (and a QA upload to sid
 would be really nice in this case)?

An upload to sid would be a mistake, IMO.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#551121: Acknowledgement (synce-sync-engine: Synchronisation fails when pocketmirror ist installed on wm6 device)

2009-11-29 Thread Jonny Lamb
On Mon, Oct 26, 23:12:25 +0100, Andreas Mück wrote:
 Possible solutions are:
 2. Modify constants.py to include the new types. This seemed to work for
 me.

This solution doesn't sound too bad to me. Could you possibly submit a
unified diff with your changes pleas? (Google has lots of example of
how to create patches, if you do not currently know how to.)

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#554178: hostip API has changed

2009-11-03 Thread Jonny Lamb
Package: geoclue-hostip
Version: 0.11.1-5+b1
Severity: serious
Justification: renders package unusable

The hostip XML API has changed. freedesktop bug #24058[0] has been
opened with a patch to fix this. At the time of writing, upstream
appear very quiet in responding and pushing this fix, which is a
shame. It'd be nice to get this into Debian though.

I've attached the patch here for your convenience.

Thanks,

0. https://bugs.freedesktop.org/show_bug.cgi?id=24058

-- 
Jonny Lamb, UK
jo...@debian.org
From: Danielle Madeley danielle.made...@collabora.co.uk
Date: Mon, 21 Sep 2009 03:52:06 + (+1000)
Subject: Fix HostIP provider to work with latest web API
X-Git-Url: 
http://git.collabora.co.uk/?p=user%2Fdanni%2Fgeoclue.git;a=commitdiff_plain;h=031705068aeb82f5dad378c36757d5679d125432

Fix HostIP provider to work with latest web API

The web API from api.hostip.info has removed the 'hostip' namespace. All of
the XPath queries required updating to remove the hostip namespace, otherwise
they don't match anything.
---

diff --git a/providers/hostip/geoclue-hostip.c 
b/providers/hostip/geoclue-hostip.c
index f9eda08..7419c83 100644
--- a/providers/hostip/geoclue-hostip.c
+++ b/providers/hostip/geoclue-hostip.c
@@ -42,13 +42,11 @@
 
 #define HOSTIP_NS_GML_NAME gml
 #define HOSTIP_NS_GML_URI http://www.opengis.net/gml;
-#define HOSTIP_NS_HOSTIP_NAME hostip
-#define HOSTIP_NS_HOSTIP_URI http://www.hostip.info/api;
 
-#define HOSTIP_COUNTRY_XPATH 
//gml:featureMember/hostip:Hostip/hostip:countryName
-#define HOSTIP_COUNTRYCODE_XPATH 
//gml:featureMember/hostip:Hostip/hostip:countryAbbrev
-#define HOSTIP_LOCALITY_XPATH //gml:featureMember/hostip:Hostip/gml:name
-#define HOSTIP_LATLON_XPATH 
//gml:featureMember/hostip:Hostip//gml:coordinates
+#define HOSTIP_COUNTRY_XPATH //gml:featureMember/Hostip/countryName
+#define HOSTIP_COUNTRYCODE_XPATH //gml:featureMember/Hostip/countryAbbrev
+#define HOSTIP_LOCALITY_XPATH //gml:featureMember/Hostip/gml:name
+#define HOSTIP_LATLON_XPATH //gml:featureMember/Hostip//gml:coordinates
 
 static void geoclue_hostip_init (GeoclueHostip *obj);
 static void geoclue_hostip_position_init (GcIfacePositionClass  *iface);
@@ -101,7 +99,6 @@ geoclue_hostip_get_position (GcIfacePosition*iface,
return FALSE;
}

-   
if (gc_web_service_get_string (obj-web_service, 
coord_str, HOSTIP_LATLON_XPATH)) {
if (sscanf (coord_str, %lf,%lf, longitude , latitude) == 2) {
@@ -240,8 +237,6 @@ geoclue_hostip_init (GeoclueHostip *obj)
gc_web_service_set_base_url (obj-web_service, HOSTIP_URL);
gc_web_service_add_namespace (obj-web_service,
  HOSTIP_NS_GML_NAME, HOSTIP_NS_GML_URI);
-   gc_web_service_add_namespace (obj-web_service,
- HOSTIP_NS_HOSTIP_NAME, 
HOSTIP_NS_HOSTIP_URI);
 }
 
 static void


Bug#551265: [Pkg-telepathy-maintainers] Bug#551265: empathy: Segfaults when trying to add new account

2009-10-20 Thread Jonny Lamb
On Sat, Oct 17, 15:48:50 +0200, Julien Valroff wrote:
 No, everything seems to work as expected with 0.9.0-1

Interesting. This might be the same as [0] which was fixed in Empathy
2.28.1. I uploaded it to unstable a few hours ago. Could you give it a
try and see if it fixes this bug please?

0. https://bugzilla.gnome.org/show_bug.cgi?id=594654

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#551265: [Pkg-telepathy-maintainers] Bug#551265: empathy: Segfaults when trying to add new account

2009-10-17 Thread Jonny Lamb
tags 551265 + moreinfo
kthxbye

On Fri, Oct 16, 20:25:03 +0200, Julien Valroff wrote:
 empathy segfaults when trying to add a new account.
 
 Steps to reproduce:
 - In the menu, choose Edit  Accounts
 - Click onto the Add... button
 - empathy segfaults
 
 I am aware you do need more information, but I am not sure what I can provide
 as there is to empathy-debug package available.

I just uploaded a new empathy with three -dbg packages. However, it's
stuck in NEW. I uploaded amd64 packages here for you to try:

http://people.debian.org/~jonny/empathy/

Could you get these packages and try to reproduce the crash. If you
can reproduce it, please attach a full backtrace.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#551265: [Pkg-telepathy-maintainers] Bug#551265: empathy: Segfaults when trying to add new account

2009-10-17 Thread Jonny Lamb
On Sat, Oct 17, 15:02:00 +0200, Julien Valroff wrote:
 Program received signal SIGSEGV, Segmentation fault.
 0x7605fcc9 in tp_connection_manager_protocol_get_param () from 
 /usr/lib/libtelepathy-glib.so.

Hmm, odd. What version of libtelepathy-glib0 have you got installed?
Also, could you give a full backtrace again but with the
libtelepathy-glib0-dbg package instead please?

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#551265: [Pkg-telepathy-maintainers] Bug#551265: empathy: Segfaults when trying to add new account

2009-10-17 Thread Jonny Lamb
On Sat, Oct 17, 15:23:04 +0200, Julien Valroff wrote:
 Le samedi 17 octobre 2009 à 14:17 +0100, Jonny Lamb a écrit :
  Hmm, odd. What version of libtelepathy-glib0 have you got installed?
 
 0.9.1-1

Does this still happen with an earlier version of libtelepathy-glib0?
Let's say 0.9.0-1 from testing?

 Program received signal SIGSEGV, Segmentation fault.
 0x7605fcc9 in tp_connection_manager_protocol_get_param 
 (protocol=0xe9ac40, param=0x760ab2d3 register) at 
 connection-manager.c:2231
 2231  connection-manager.c: No such file or directory.
   in connection-manager.c
 (gdb) thread apply all bt full

At this point could you type print protocol and print *protocol
and paste the output please?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#534034: hildon-theme-plankton: FTBFS: make[3]: *** [slice.stamp] Segmentation fault

2009-10-14 Thread Jonny Lamb
On Sun, Jun 21, 16:38:53 +0200, Lucas Nussbaum wrote:
  make[3]: Entering directory 
  `/build/user-hildon-theme-plankton_4.14.5.debian.1-1-amd64-MCNYOa/hildon-theme-plankton-4.14.5.debian.1/template'
  hildon-theme-slicer /usr/share/hildon-theme-layout-4//layout.txt 
  ./../template/template.png
  make[3]: *** [slice.stamp] Segmentation fault
  make[3]: Leaving directory 
  `/build/user-hildon-theme-plankton_4.14.5.debian.1-1-amd64-MCNYOa/hildon-theme-plankton-4.14.5.debian.1/template'
  make[2]: *** [all-recursive] Error 1

I can't reproduce this at all on any of my machines, but it appears
you can (looking at your newest build logs). I'm not sure how to
proceed with it.

I guess if I could get a backtrace it might be useful, but other than
asking you for it I'm not sure how to get one...

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#506969: [Pkg-telepathy-maintainers] Bug#506969: searching or joining jabber rooms doesn't work

2009-10-10 Thread Jonny Lamb
On Sat, Oct 10, 01:22:42 +0200, Paul Brossier wrote:
 Just to confirm this bug is still around. I can't find a way to
 create/join/list any rooms here, whereas joining works in Pidgin.

When you're connected, click on the Room menu, under the Join item? I
can join existing rooms, create new rooms and list rooms on a
conference server, using this dialog.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#549205: vtestream-file.h:30:_xread: assertion failed: (fd || !len)

2009-10-01 Thread Jonny Lamb
/glib2.0-2.22.0/glib/gmain.c:2591
#32 0xb7888aea in IA__g_main_loop_run (loop=0x8094490) at 
/build/buildd-glib2.0_2.22.0-1-i386-YCLGRR/glib2.0-2.22.0/glib/gmain.c:2799
#33 0xb7ca8e19 in IA__gtk_main () at 
/build/buildd-gtk+2.0_2.18.0-1-i386-4GyCIA/gtk+2.0-2.18.0/gtk/gtkmain.c:1205
#34 0x0805ae5b in ?? ()
#35 0xb76f17a5 in __libc_start_main (main=0x805a5b0 gete...@plt+13584, 
argc=1, ubp_av=0xb774, init=0x807bb80 gete...@plt+150240, fini=0x807bb70 
gete...@plt+150224, rtld_fini=0xb7ff06e0 _dl_fini, stack_end=0xb76c) at 
libc-start.c:222
#36 0x080570d1 in ?? ()

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#548780: binNMU for gupnp

2009-09-28 Thread Jonny Lamb
Package: release.debian.org
User: debian-rele...@lists.debian.org
Usertags: binnmu

gupnp was uploaded which replaced libgupnp-1.0-2 with
libgupnp-1.0-3. The following packages, at least (I might have missed
something), need binNMUs with appropriate dep-waits:

 * gupnp-ui
 * gupnp-igd
 * farsight2
 * gupnp-tools
 * bickley

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#548273: [Pkg-telepathy-maintainers] Bug#548273: empathy: Non-XMPP services don't appear.

2009-09-25 Thread Jonny Lamb
tags 548273 + moreinfo
kthxbye

On Thu, Sep 24, 23:07:46 -0400, Philipp Weis wrote:
 I just installed empathy to play around a bit with it. I also
 installed telepathy-butterfly, telepathy-haze and telepathy-idle. But
 when I add an account, only XMPP and Google Talk show up as available
 protocols.

If you restart your bus daemon or send it the HUP signal (kill -HUP
$pid) then does it then work?

I think this is a bug in dbus where its inotify helper doesn't work
properly, leading to it not noticing new activatable services.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#548280: [Pkg-telepathy-maintainers] Bug#548280: telepathy-gabble: no longer connects

2009-09-25 Thread Jonny Lamb
tags 548280 + moreinfo
kthxbye

On Fri, Sep 25, 08:53:18 +0200, Johannes Berg wrote:
 Downgrading just telepathy-gabble to 0.8.3-1 fixes this problem,
 but I can only connect with oldssl, when using TLS it says
 network error, which goes away when disabling certificate
 validation.

Firstly, what jabberd are you using? We had a bug where it couldn't
connect to my old jabberd 1.4 server, but that has been resolved in
git. As a result, it'd be useful if you could grab gabble git and try
that. It should be easy to build:

git clone git://git.collabora.co.uk/git/telepathy-gabble.git
cd telepathy-gabble
./autogen.sh
make
GABBLE_DEBUG=all GABBLE_PERSIST=1 src/telepathy-gabble

Secondly, can you get logs from telepathy-gabble with 0.8.3, and with
0.9.0 please? You can find information about getting these logs at:

http://telepathy.freedesktop.org/wiki/Debugging

If you could get these logs and attach them to this bug we'll probably
be able to fix this soonish.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#548280: [Pkg-telepathy-maintainers] Bug#548280: Bug#548280: telepathy-gabble: no longer connects

2009-09-25 Thread Jonny Lamb
tags 548280 - moreinfo
tags 548280 + fixed-upstream
kthxbye

On Fri, Sep 25, 13:50:50 +0200, Johannes Berg wrote:
 Thanks, that was quick. I'm indeed using jabberd 1.4 as well, and git
 (0.9.0.1, commit 271fd01cd5) connects fine with oldssl. Still no luck
 with TLS though, but that's ok for me for now and should be a separate
 bug report anyway.

Great, thanks for testing that. We should be making a new release
soon, and that'll get uploaded as soon as that happens.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#548376: [Pkg-telepathy-maintainers] Bug#548376: telepathy-haze: Cannot connect to Yahoo.

2009-09-25 Thread Jonny Lamb
tags 548376 + moreinfo
kthxbye

On Fri, Sep 25, 17:07:32 -0400, Philipp Weis wrote:
 I just started using empathy, and managed to set up my AIM, ICQ and
 Google accounts. However, I cannot connect to Yahoo. I set up an
 account, but when I try to connect, the Yahoo Symbol blinks in the
 account list, and it just doesn't connect. I don't get an error
 message, it just keeps blinking.

Could you get some debug logs from haze please? Read the following
link for information regarding obtaining these logs:

   http://live.gnome.org/Empathy/Debugging

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#533363: [Pkg-telepathy-maintainers] Bug#533363: empathy from experimental, of course...

2009-09-22 Thread Jonny Lamb
On Mon, Aug 31, 21:49:46 +0200, Jan Beyer wrote:
 s/unstable/experimental/g

My apologies for another please upgrade email, but I just uploaded
2.28.0 to unstable. It contains fixes for not only joining favourite
rooms, but also autoconnecting to favourite chat rooms you
specify. When I implemented/fixed these features, I used F5 many times
and there was no assertion. Therefore, could you possibly try once
more with 2.28.0 please?

Thanks for your patience.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#547657: [Pkg-telepathy-maintainers] Bug#547657: empathy doesn't respect font sizes

2009-09-21 Thread Jonny Lamb
On Mon, Sep 21, 14:03:12 +0200, Yves-Alexis Perez wrote:
 But the font it definitely not Sans 8 in empathy chat windows, it's more like
 Sans 10. In contact list it seems to be Sans 8, though.

What theme are you using?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#542675: python-soaplib: possible switch to forked LXML version

2009-09-20 Thread Jonny Lamb
On Sun, Sep 20, 02:05:17 +0200, Leo 'costela' Antunes wrote:
 Yup, that's ok by me. I'll prepare an upload with the new version and
 set myself as the new maintainer (probably not in the next few days, but
 shouldn't take that long either).

Great, thanks! Have fun with it.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#542675: python-soaplib: possible switch to forked LXML version

2009-09-19 Thread Jonny Lamb
Hi.

Sorry for the delay in getting back to you on this subject.

On Thu, Aug 20, 21:01:40 +0200, Leo 'costela' Antunes wrote:
 I still haven't contacted the forked version's upstream to ask about
 this status, but wanted to know what you'd think about switching to this
 new version?
 
 If you're in contact with either upstream and think keeping the old
 version might be a good idea, I'd probably package the new one as
 python-soaplib-lxml, but if you're ok with the switch, I'd propose
 co-maintaining python-soaplib, if it's OK with you.

I've no problem with moving to this forked version of soaplib in this
package. However, I'm not a great user of soaplib anymore, so if you
wish to adopt this package then I would be very happy.

Does that sound alright to you?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#545340: hildon-desktop: no icons in panel even after installing hildon-icons and hildon-theme-plankton

2009-09-18 Thread Jonny Lamb
tags 545340 + moreinfo
kthxbye

On Sun, Sep 06, 17:57:53 +0200, Ivan Vučica wrote:
 Additionally, the panel is initially located docked on the left side of the
 screen and is completely blacked. Not only that, the system tray is also
 docked on the left side, and blocks a portion of the panel. This happens
 after launching hildon-desktop from Gnome environment. I do not believe that
 icons missing should be related to this, but location of systray and panel,
 and blackness of panel might be -- please advise if I am launching this
 incorrectly.

So as you're running hildon-desktop from GNOME, your chosen icon theme
might not be plankton, the only one in Debian that provides these said
icons.

hildon-desktop isn't really designed to be run from GNOME. Use
/usr/bin/start-hildon to start the hildon-desktop session.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#533363: [Pkg-telepathy-maintainers] Bug#533363: Bug#533363: empathy: crashes on Join Favorites (F5)

2009-08-30 Thread Jonny Lamb
On Mon, Aug 03, 21:47:39 +0200, Jan Beyer wrote:
[snip]

Empathy has gone through a big change recently. Could you possibly try
the version in experimental and see if your bug still exists.

Sorry for the delay in responding.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#539890: xsltproc's -o argument is ambiguous

2009-08-04 Thread Jonny Lamb
Package: xsltproc
Version: 1.1.24-2
Severity: minor
Tags: patch

If there is no output to xsltproc's invocation, it does not create the
file specified in the -o argument. Therefore, these two calls are
different:

xsltproc -o foo [...]

xsltproc [...]  foo

because in the case of xsltproc having no output, the former will not
even create the file foo, whereas of course the latter will create
an empty file.

The man page does not mention this behaviour. I have attached a patch
to add mention of it to the manpage. I'm welcome for my wording and/or
nroff to be fixed as you see fit.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org
diff -Nruad -Nruad libxslt-1.1.24.orig/doc/xsltproc.1 
libxslt-1.1.24/doc/xsltproc.1
--- libxslt-1.1.24.orig/doc/xsltproc.1  2009-08-04 10:18:17.0 +0100
+++ libxslt-1.1.24/doc/xsltproc.1   2009-08-04 10:21:20.0 +0100
@@ -161,6 +161,17 @@
 will maybe not work, but
 \fB\-o directory/\fR
 will\.
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+Also note
+If there is no output to xsltproc,
+\fIFILE\fR
+will not be created at all\. An empty file will
+\fBnot\fR
+be created.
 .RE
 .PP
 \fB\-\-encoding \fR\fB\fIENCODING\fR\fR


Bug#533363: [Pkg-telepathy-maintainers] Bug#533363: Bug#533363: empathy: crashes on Join Favorites (F5)

2009-08-02 Thread Jonny Lamb
On Wed, Jul 29, 22:32:17 +0200, Jan Beyer wrote:
 Please tell me, how to install the correct debugging symbols.

Hmm, I didn't realise we hadn't uploaded debug packages for Empathy.

Please could you download the Git version of Empathy, build it and run
it from the source tree. You should be able to find information on
downloading and building from the following page:

  http://live.gnome.org/Empathy

(I can't get online right now to check, but I seem to remember this is
correct, or at least it should link to appropriate information.)

 Again - no idea, what the latter means (searching for it on Google gives
 zero results).

Run empathy with one argument: --g-fatal-warnings. This means it will
treat all application warnings as fatal and exit the program, giving a
backtrace as to where g_warning was called.

 Sorry for the german output (forgot LANG=C)... But you probably understand,
 that it means file or directory not found. So maybe this has actually not
 much to do with empathy?

That just means that you haven't got the libc source available on your
computer in the correct location (nobody except the package builder
does, so ignore this).

 Please tell me, how to get empathy's debugging symbols, so that I can help
 you better.

Could you also install glib's symbols, in the libglib2.0-dbg package.

 Should I rebuild empathy package with appropriate tweaking of debian/rules?
 There's probably a simpler way, which I do not see ATM.

If you know about Debian packages, you could modify empathy's Debian
package to add a debug package -- in the simplest case, just add an
empathy-dbg package to debian/control and CDBS /should/ deal with the
rest for you.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#506969: [Pkg-telepathy-maintainers] Bug#506969: empathy: searching or joining jabber rooms doesn't work

2009-07-28 Thread Jonny Lamb
tags 506969 + moreinfo
kthxbye

On Wed, Nov 26, 15:48:44 +, marcos.mar...@sonae.com wrote:
 Version: 0.23.3-3

Please could you try with the most recent versions of Empathy and
telepathy-gabble from experimental and unstable respectively and see
whether you still have this problem.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#511596: [Pkg-telepathy-maintainers] Bug#511596: Acknowledgement (empathy: won't connect to (at least) gtalk)

2009-07-28 Thread Jonny Lamb
On Tue, Jul 28, 11:38:43 +0200, Michael Banck wrote:
 AIUI, there's some sort of manual please connect function, that is if
 the status is offline and user sets it to online explicitely; empathy
 then spins and appears trying to connect but just won't in case NM is
 used but reports the machine as offline.

Hmm, connection managers are not aware of any connectivity. Empathy is
the only one to talk to NM. If NM is not used (thanks to the gconf
key, or not running), then AFAIK Empathy will just tell its connection
managers to connect. If the spinner spins, but doesn't actually work,
then it's an actual problem with your connectivity.

Or am I misunderstanding you?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#496581: [Pkg-telepathy-maintainers] Bug#496581: telepathy-haze: unable to connect any more

2009-07-27 Thread Jonny Lamb
Hi,

On Mon, Aug 25, 21:52:30 +0200, Jose Carlos Garcia Sogo wrote:
 From some time empathy is unable to join MSN network using telepathy-haze. I 
 have not changed anything and it works with the other MSN method (I guess 
 libpurple one)

Do you still get the MSN network error? If so, could you give a
debug log of the connection manager failing please? You can find
information on how to debug a connection manager here:

http://telepathy.freedesktop.org/wiki/Debugging

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#509302: [Pkg-telepathy-maintainers] Bug#509302: empathy: Failed to add icq contact to my contact list

2009-07-27 Thread Jonny Lamb
On Sun, Dec 21, 03:16:40 +0300, Konstantin Klimentov aka Rilium wrote:
 I installed telepathy-haze package, then added icq account, icq account were 
 fresh registred, without any contacts in it.
 I clicked Chat menu item, than Add contact..., entered icq uin of my 
 friend, entered as alias his nickname and accepted this.
 I expected to see his account in my contact list, but it didn't, also my 
 network status changed to Offline, i tryied it several time. result is same.
 After he write me message, i have succeded to add he to my contact list.
 Also here is output that i saw in terminal:
[...]
 After few experiments with this, i'm failed to just change my status to 
 Availible, it writes that there is Network problem, but there is no 
 network problems with access to server that i configured(login.icq.com):

Do you still get this problem with the most recent versions of Empathy
and telepathy-haze? If so, please could you provide a full debug log
of both Empathy and telepathy-haze. You can find information on how to
obtain this information from:

http://live.gnome.org/Empathy/Debugging

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#530840: [Pkg-telepathy-maintainers] Bug#530840: telepathy-gabble: Vioce/Video does not work.

2009-07-27 Thread Jonny Lamb
On Thu, May 28, 09:43:03 +0200, Mateusz Kaduk wrote:
 When I call friend I can hear him, but he cant hear me.
 When he tries to call his OSx gtalk client says that my client does not 
 support this service.
 I have public IP and I am not behind SNAT.

Do you still get the same problem with the most recent Empathy and
telepathy-gabble packages? If so, please provide more information
about your sound setup (pulseaudio, etc.) and give logs from Empathy
and telepathy-gabble. You can obtain these logs by reading:

http://live.gnome.org/Empathy/Debugging

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#525408: [Pkg-telepathy-maintainers] Bug#525408: empathy: Not saving password makes account disappear

2009-07-27 Thread Jonny Lamb
forwarded 525408 http://bugzilla.gnome.org/show_bug.cgi?id=586562
kthxbye

On Fri, Apr 24, 12:53:22 +0200, Ivan Vilata i Balaguer wrote:
 A possibly related effect is Empathy not importing Pidgin accounts that don't
 have a stored password.  The account appears in the importable account list,
 but the account doesn't get imported.

This is actually fixed as of commit 48236b65f upstream, which is in
Empathy 2.27.3.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#526137: [Pkg-telepathy-maintainers] Bug#526137: Sound notifications are not reproduced

2009-07-27 Thread Jonny Lamb
tags 526137 + moreinfo
kthxbye

On Wed, Apr 29, 16:00:34 +0200, Andrea De Iacovo wrote:
 Even if they are enabled in preferences dialogue, sound notifications are not 
 reproduced by empathy.

Do you have a sound theme installed?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#500899: [Pkg-telepathy-maintainers] Bug#500899: telepathy-idle: can't register against nickserv anymore

2009-07-27 Thread Jonny Lamb
tags 500899 + moreinfo
kthxbye

On Thu, Oct 02, 14:47:17 +0200, Xavier Bestel wrote:
 since a few versions, empathy can't register against nickerv on freenode.
 It just fails, telling that the nick is already registered.

Are you sure the nick isn't, um, registered? You could check with
another IRC client (such as irssi or xchat) to make sure.

If it is indeed not registered, then please could you provide logs
from telepathy-idle. You can obtain these logs from reading:

http://telepathy.freedesktop.org/wiki/Debugging

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#533363: [Pkg-telepathy-maintainers] Bug#533363: empathy: crashes on Join Favorites (F5)

2009-07-27 Thread Jonny Lamb
tags 533363 + moreinfo
kthxbye

On Tue, Jun 16, 22:32:51 +0200, Jan Beyer wrote:
 After starting empathy and trying to join my favorite IRC-rooms, empathy dies 
 with the following message:
 
 ERROR:empathy-dispatcher.c:451:dispatcher_start_dispatching: assertion 
 failed: (g_hash_table_lookup (cd-outstanding_channels, object_path) == NULL)

Please could you install Empathy's debugging symbols and provide a
backtrace of the crash please. Using --g-fatal-warnings might be
appropriate here.

You can get more information on debugging Empathy (and Telepathy) at
http://live.gnome.org/Empathy/Debugging.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#537142: synce-sync-engine: Please provide opensync-plugin-synce-legacy

2009-07-26 Thread Jonny Lamb
On Wed, Jul 15, 15:05:26 +0200, Marco van Zwetselaar wrote:
 After a lot of struggle to get an old Dell Axim PDA synchronised using
 msyntool / synce, I discovered that Windows Mobile and Pocket PCs can't
 be synchronised using the opensync synce plugin.
 However a legacy plugin is available that will synchronise Windows
 Mobile 2003 devices.  I installed the one provided by Ubuntu and it
 works fine.  It would be great if you could package and distribute this
 with Debian.

Doesn't the synce-multisync-plugin package provide the appropriate
package for you?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#536288: Typo in notify_get_server_info

2009-07-08 Thread Jonny Lamb
Package: libnotify1
Version: 0.4.5-1
Severity: important

If you pass NULL as the fourth argument to notify_get_server_info it
segfaults. Patch attached, which describes the bug pretty clearly.

-- 
Jonny Lamb, UK
jo...@debian.org
diff -Nruad -Nruad libnotify-0.4.5.orig/libnotify/notify.c libnotify-0.4.5/libnotify/notify.c
--- libnotify-0.4.5.orig/libnotify/notify.c	2009-07-08 21:26:30.0 +0100
+++ libnotify-0.4.5/libnotify/notify.c	2009-07-08 21:29:21.0 +0100
@@ -252,7 +252,7 @@
 	if (ret_version != NULL)
 		*ret_version = version;
 
-	if (spec_version != NULL)
+	if (ret_spec_version != NULL)
 		*ret_spec_version = spec_version;
 
 	return TRUE;


Bug#523322: hmm

2009-07-07 Thread Jonny Lamb
The forwarded bug at GNOME bugzilla is a completely different bug from
the one I am hitting. Additionally, #524018 is not this bug, in my
opinion.

The regression, for me, is because gnome-keyring sets its environment
variables using gnome-session's Setenv(s,s) D-Bus method[0]. In the
gnome-session world, the window manager and all other daemons are
children of gnome-session.

gnome-keyring-daemon prints the variables it wants to set to stdout so
one can add the following to one's xsession for a workaround:

export `gnome-keyring-daemon --daemonize --start`

0. http://git.gnome.org/cgit/gnome-keyring/tree/daemon/gkr-daemon-dbus.c#n201

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#528516: fixed-upstream

2009-07-06 Thread Jonny Lamb
tags 528516 + fixed-upstream
kthxbye

I just tested NM git (on commit 6029288ffb184 -- I don't want to mess
with the new gudev stuff) and it works.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#528516: Backtrace

2009-07-05 Thread Jonny Lamb
/lt-NetworkManager(main+0x78c)
 [0x8071cdc]
Jul  5 20:25:04 geminiani lt-NetworkManager: Frame 39: 
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7b0e775]
Jul  5 20:25:04 geminiani lt-NetworkManager: Frame 40: 
/home/jonny/tmp/nm/network-manager-0.7.1/src/.libs/lt-NetworkManager [0x8057d11]
Jul  5 20:25:04 geminiani lt-NetworkManager: *** END 
**

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#528512: gnome-panel can't tell which tags have content

2009-05-13 Thread Jonny Lamb
Package: awesome
Version: 3.3~rc1-1
Severity: wishlist

If you run gnome-panel with awesome, everything appears to work fine
with tags: for example, it knows how many tags I have, and which one I
am on at the correct time. However, gnome-panel appears to think that
all my tags are empty until I actually go on one with a window in it
and then it pops up with my window layout. It then promptly forgets
this layout after I switch away from the tag.

xmonad doesn't suffer from the same problem which is why I filed this
bug against awesome.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#528516: network-manager crashes after resuming if killswitch is on

2009-05-13 Thread Jonny Lamb
Package: network-manager
Version: 0.7.1-1
Severity: important

If I resume from suspend with the killswitch enabled[0] then NM
crashes. With the killswitch disabled, NM works fine after
resuming. Enabling and disabling the killswitch during normal
operation also works fine. After NM crashes, I can easily restart it
and it acts as if nothing has happened. The machine in question is a
ThinkPad X60s.

I've attached a full syslog,from the point I suspended to the point
after resuming where NM crashes.

I can't seem to find any NM dbg packages, so the backtrace isn't
particularly useful. Am I just not looking in the right place?
(apt-cache search network-manager dbg didn't produce anything).

Thanks,

0. For clarity: killswitch enabled means that all wireless
   connections are disabled.

-- 
Jonny Lamb, UK
jo...@debian.org
May 13 12:31:08 geminiani NetworkManager: info  Sleeping...
May 13 12:31:08 geminiani NetworkManager: info  (eth0): now unmanaged
May 13 12:31:08 geminiani NetworkManager: info  (eth0): device state change: 
2 - 1
May 13 12:31:08 geminiani NetworkManager: info  (eth0): cleaning up...
May 13 12:31:08 geminiani NetworkManager: info  (eth0): taking down device.
May 13 12:31:08 geminiani NetworkManager: info  (wlan0): now unmanaged
May 13 12:31:08 geminiani NetworkManager: info  (wlan0): device state change: 
2 - 1
May 13 12:31:08 geminiani nm-system-settings:SCPlugin-Ifupdown: devices 
removed (udi: /org/freedesktop/Hal/devices/net_00_19_d2_84_ca_05_0)
May 13 12:31:08 geminiani kernel: [84097.933434] iwl3945 :03:00.0: PCI INT 
A disabled
May 13 12:31:09 geminiani kernel: [84099.176694] [drm:i915_get_vblank_counter] 
*ERROR* trying to get vblank count for disabled pipe 0
May 13 12:31:21 geminiani kernel: [84099.178325] PM: Syncing filesystems ... 
done.
May 13 12:31:21 geminiani kernel: [84099.190847] Freezing user space processes 
... (elapsed 0.04 seconds) done.
May 13 12:31:21 geminiani kernel: [84099.231101] Freezing remaining freezable 
tasks ... (elapsed 0.00 seconds) done.
May 13 12:31:21 geminiani kernel: [84099.231410] Suspending console(s) (use 
no_console_suspend to debug)
May 13 12:31:21 geminiani kernel: [84099.244293] pci :00:02.0: power state 
changed by ACPI to D3
May 13 12:31:21 geminiani kernel: [84099.247187] sd 0:0:0:0: [sda] 
Synchronizing SCSI cache
May 13 12:31:21 geminiani kernel: [84099.258564] sd 0:0:0:0: [sda] Stopping disk
May 13 12:31:21 geminiani kernel: [84100.385660] ACPI handle has no context!
May 13 12:31:21 geminiani kernel: [84100.385672] sdhci-pci :15:00.2: PME# 
disabled
May 13 12:31:21 geminiani kernel: [84100.385683] sdhci-pci :15:00.2: PCI 
INT C disabled
May 13 12:31:21 geminiani kernel: [84100.385692] ACPI handle has no context!
May 13 12:31:21 geminiani kernel: [84100.408171] ACPI handle has no context!
May 13 12:31:21 geminiani kernel: [84100.424630] e1000e :02:00.0: PCI INT A 
disabled
May 13 12:31:21 geminiani kernel: [84100.424644] e1000e :02:00.0: PME# 
enabled
May 13 12:31:21 geminiani kernel: [84100.440529] ata_piix :00:1f.2: PCI INT 
B disabled
May 13 12:31:21 geminiani kernel: [84100.456128] ehci_hcd :00:1d.7: PCI INT 
D disabled
May 13 12:31:21 geminiani kernel: [84100.456188] ehci_hcd :00:1d.7: PME# 
disabled
May 13 12:31:21 geminiani kernel: [84100.472977] ehci_hcd :00:1d.7: power 
state changed by ACPI to D3
May 13 12:31:21 geminiani kernel: [84100.473001] uhci_hcd :00:1d.3: PCI INT 
D disabled
May 13 12:31:21 geminiani kernel: [84100.473047] uhci_hcd :00:1d.2: PCI INT 
C disabled
May 13 12:31:21 geminiani kernel: [84100.473092] uhci_hcd :00:1d.1: PCI INT 
B disabled
May 13 12:31:21 geminiani kernel: [84100.473137] uhci_hcd :00:1d.0: PCI INT 
A disabled
May 13 12:31:21 geminiani kernel: [84100.488145] HDA Intel :00:1b.0: PCI 
INT B disabled
May 13 12:31:21 geminiani kernel: [84100.504160] pci :00:02.0: PCI INT A 
disabled
May 13 12:31:21 geminiani kernel: [84100.648131] ACPI: Preparing to enter 
system sleep state S3
May 13 12:31:21 geminiani kernel: [84101.272394] Disabling non-boot CPUs ...
May 13 12:31:21 geminiani kernel: [84101.376022] CPU 1 is now offline
May 13 12:31:21 geminiani kernel: [84101.376027] SMP alternatives: switching to 
UP code
May 13 12:31:21 geminiani kernel: [84101.382862] CPU0 attaching NULL 
sched-domain.
May 13 12:31:21 geminiani kernel: [84101.382868] CPU1 attaching NULL 
sched-domain.
May 13 12:31:21 geminiani kernel: [84101.382879] CPU0 attaching NULL 
sched-domain.
May 13 12:31:21 geminiani kernel: [84101.383137] CPU1 is down
May 13 12:31:21 geminiani kernel: [84101.383213] Extended CMOS year: 2000
May 13 12:31:21 geminiani kernel: [84101.383213] Intel machine check 
architecture supported.
May 13 12:31:21 geminiani kernel: [84101.383213] Intel machine check reporting 
enabled on CPU#0.
May 13 12:31:21 geminiani kernel: [84101.383213] Back to C!
May 13 12:31:21 geminiani kernel: [84101.383213] Extended CMOS year: 2000
May 13 12:31:21

Bug#527292: *** glibc detected *** deepgrep: free(): invalid pointer: 0x0992d0f8 ***

2009-05-06 Thread Jonny Lamb
-b7ac6000 rw-p 00013000 fe:01 540996 /usr/lib/libz.so.1.2.3.3
b7ac6000-b7aea000 r-xp  fe:01 516341 /lib/i686/cmov/libm-2.9.so
b7aea000-b7aeb000 r--p 00023000 fe:01 516341 /lib/i686/cmov/libm-2.9.so
b7aeb000-b7aec000 rw-p 00024000 fe:01 516341 /lib/i686/cmov/libm-2.9.so
b7aec000-b7aed000 rw-p  00:00 0 
b7aed000-b7aef000 r-xp  fe:01 516653 /lib/i686/cmov/libdl-2.9.so
b7aef000-b7af r--p 1000 fe:01 516653 /lib/i686/cmov/libdl-2.9.so
b7af-b7af1000 rw-p 2000 fe:01 516653 /lib/i686/cmov/libdl-2.9.so
b7af1000-b7c25000 r-xp  fe:01 249842 /usr/lib/libxml2.so.2.7.3
b7c25000-b7c2a000 rw-p 00134000 fe:01 249842 /usr/lib/libxml2.so.2.7.3
b7c2a000-b7c2b000 rw-p  00:00 0 
b7c2b000-b7c65000 r-xp  fe:01 543012 /usr/lib/libstreams.so.0.6.5
b7c65000-b7c66000 rw-p 0003a000 fe:01 543012 /usr/lib/libstreams.so.0.6.5
b7c66000-b7c91000 r-xp  fe:01 510946 /lib/libgcc_s.so.1
b7c91000-b7c92000 rw-p 0002a000 fe:01 510946 /lib/libgcc_s.so.1
b7c92000-b7dec000 r-xp  fe:01 516312 /lib/i686/cmov/libc-2.9.so
b7dec000-b7dee000 r--p 0015a000 fe:01 516312 /lib/i686/cmov/libc-2.9.so
b7dee000-b7def000 rw-p 0015c000 fe:01 516312 /lib/i686/cmov/libc-2.9.so
b7def000-b7df2000 rw-p  00:00 0 
b7df2000-b7ed7000 r-xp  fe:01 246193 /usr/lib/libstdc++.so.6.0.11
b7ed7000-b7edb000 r--p 000e4000 fe:01 246193 /usr/lib/libstdc++.so.6.0.11
b7edb000-b7edc000 rw-p 000e8000 fe:01 246193 /usr/lib/libstdc++.so.6.0.11
b7edc000-b7ee4000 rw-p  00:00 0 
b7ee4000-b7ef9000 r-xp  fe:01 516641 
/lib/i686/cmov/libpthread-2.9.so
b7ef9000-b7efa000 r--p 00014000 fe:01 516641 
/lib/i686/cmov/libpthread-2.9.so
b7efa000-b7efb000 rw-p 00015000 fe:01 516641 
/lib/i686/cmov/libpthread-2.9.so
b7efb000-b7efd000 rw-p  00:00 0 
b7efd000-b7f69000 r-xp  fe:01 543014 
/usr/lib/libstreamanalyzer.so.0.6.5
b7f69000-b7f6b000 rw-p 0006c000 fe:01 543014 
/usr/lib/libstreamanalyzer.so.0.6.5
b7f6b000-b7f6c000 r-xp  fe:01 706791 /usr/lib/strigi/strigita_wav.so
b7f6c000-b7f6d000 rw-p  fe:01 706791 /usr/lib/strigi/strigita_wav.so
b7f6d000-b7f6f000 r-xp  fe:01 706785 /usr/lib/strigi/strigita_xbm.so
b7f6f000-b7f7 rw-p 2000 fe:01 706785 /usr/lib/strigi/strigita_xbm.so
b7f7-b7f73000 r-xp  fe:01 706796 /usr/lib/strigi/strigita_rgb.so
b7f73000-b7f74000 rw-p 2000 fe:01 706796 /usr/lib/strigi/strigita_rgb.so
b7f74000-b7f76000 r-xp  fe:01 706789 /usr/lib/strigi/strigila_txt.so
b7f76000-b7f77000 rw-p 2000 fe:01 706789 /usr/lib/strigi/strigila_txt.so
b7f77000-b7f7a000 r-xp  fe:01 706781 /usr/lib/strigi/strigita_sid.so
b7f7a000-b7f7b000 rw-p 2000 fe:01 706781 /usr/lib/strigi/strigita_sid.so
b7f7b000-b7f7e000 r-xp  fe:01 706793 /usr/lib/strigi/strigila_cpp.so
b7f7e000-b7f7f000 rw-p 2000 fe:01 706793 /usr/lib/strigi/strigila_cpp.so
b7f7f000-b7f81000 rw-p  00:00 0 
b7f81000-b7f82000 r-xp  00:00 0  [vdso]
b7f82000-b7f9e000 r-xp  fe:01 508530 /lib/ld-2.9.so
b7f9e000-b7f9f000 r--p 0001b000 fe:01 508530 /lib/ld-2.9.so
b7f9f000-b7fa rw-p 0001c000 fe:01 508530 /lib/ld-2.9.so
bfb8a000-bfb9f000 rw-p  00:00 0  [stack]
zsh: abort  deepgrep test .

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#523341: Download status icon doesn't disappear from tray after download

2009-05-05 Thread Jonny Lamb
This now occurs on a machine it previously didn't occur on.

Here's an example:

http://jdl.ducs.org.uk/misc/epiphany-statusbar.png

If I close epiphany, all those gaps disappear.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#527128: focus doesn't respect which tag is showing when changed quickly

2009-05-05 Thread Jonny Lamb
Package: awesome
Version: 3.3~rc1-1
Severity: normal

If I change tag quickly then the focus doesn't respect which tag is
actually showing. I've recorded my display showing this problem:

http://people.debian.org/~jonny/awesome-focus-problem.ogv

Specifically in this example, epiphany seems to steal focus if I
switch to its tag, but back off it quickly. This might sound like an
epiphany bug, but it's not just epiphany which it happens to (although
I can't remember which other apps do it -- I'll comment on this bug
when I remember/come across more).

Hopefully the screencast will display what I mean clearly. The reason
the epiphany windows keep popping up is because I keep pressing Ctrl+N
which as I say, should go down a line in emacs.

This is pretty annoying. It's probably only a matter of time before I
type a passphrase into IRC or something.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#523322: Bug #523322: 2.26 gnome-keyring doesn't act as an SSH agent anymore

2009-05-05 Thread Jonny Lamb
I also experience this. Downgrading to 2.24.1-2 also fixes the problem
for me. I just tried looking at a diff of 2.24.1-2 and 2.26.0-4 but
it's huge:

603 files changed, 119903 insertions(+), 67373 deletions(-)

gnome-keyring is started and even sets some environment
variables. Here are all the SSH-relevant variables (I'm not sure which
are the most important for this case):

GNOME_KEYRING_SOCKET=/tmp/keyring-CGKIAe/socket
GNOME_KEYRING_PID=3844
SSH_AGENT_PID=3976
SSH_AUTH_SOCK=/tmp/ssh-pyYETv3857/agent.3857

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#502779: Sync accounts in order of general.accounts option

2009-05-05 Thread Jonny Lamb
On Tue, Apr 21, 11:19:00 -0500, John Goerzen wrote:
 I think the one loss of functionality we have here is that it doesn't
 check if a given account has already been listed before adding to the
 list.  Should be a simple tweak.  If you could tweak that and test, I'd
 apply a new patch.

Good catch. I attach an updated patch which I've tested and it appears
to work fine, including not syncing two accounts twice.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org
From 7f348ee116bba64f7330e28d4e7b2c015910a890 Mon Sep 17 00:00:00 2001
From: Jonny Lamb jo...@debian.org
Date: Tue, 05 May 2009 20:45:17 +0100
Subject: [PATCH] Respect order of general.accounts config setting.

This makes the order of account synchronisation the same as the order of
the general.accounts setting by using a list instead of a dict, which
was actually pointless as the value of each dict item was never even
looked at.

Signed-off-by: Jonny Lamb jo...@debian.org
---
 offlineimap/init.py |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/offlineimap/init.py b/offlineimap/init.py
index 526478c..8d888b4 100644
--- a/offlineimap/init.py
+++ b/offlineimap/init.py
@@ -158,7 +158,7 @@ def startup(versionno):
 activeaccounts = activeaccounts.split(,)
 allaccounts = accounts.AccountHashGenerator(config)
 
-syncaccounts = {}
+syncaccounts = []
 for account in activeaccounts:
 if account not in allaccounts:
 if len(allaccounts) == 0:
@@ -168,7 +168,8 @@ def startup(versionno):
 for name in allaccounts.keys():
 errormsg += '\n%s'%name
 ui.terminate(1, errortitle = 'Unknown Account %s'%account, errormsg = errormsg)
-syncaccounts[account] = allaccounts[account]
+if account not in syncaccounts:
+syncaccounts.append(account)
 
 server = None
 remoterepos = None
-- 
1.6.2.4



Bug#526685: OverflowError: argument number 7: value -9223372036854775807 is less than 'int' minimum -2147483648

2009-05-02 Thread Jonny Lamb
Package: prover9-mace4
Version: 0.5.dfsg-1
Severity: important

prover9-mace4 fails to start for me on amd64. It works fine on i386:

% prover9-mace4
Traceback (most recent call last):
  File /usr/bin/prover9-mace4, line 658, in module
app = My_app(redirect=False)
  File
  /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py,
  line 7700, in __init__
self._BootstrapApp()
  File
  /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py,
  line 7352, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File /usr/bin/prover9-mace4, line 633, in OnInit
frame = Main_frame(None, 'Prover9/Mace4', size, pos)
  File /usr/bin/prover9-mace4, line 412, in __init__
self.setup = Setup_tabs(self)
  File /usr/share/prover9-mace4/lib/my_setup.py, line 400, in
  __init__
self.p9_options = P9_options_panel(self)
  File /usr/share/prover9-mace4/lib/my_setup.py, line 242, in
  __init__
self.panels = P9_options(self.panel2)  # dictionary indexed by
sets
  File /usr/share/prover9-mace4/lib/options.py, line 784, in
  __init__
panels[name] = Options_panel(parent, name, None, options)
  File /usr/share/prover9-mace4/lib/options.py, line 231, in
  __init__
x = wx.SpinCtrl(self,id,min=min,max=max,size=(75,-1))
  File
  /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_controls.py,
  line 2334, in __init__
newobj = _controls_.new_SpinCtrl(*args, **kwargs)
OverflowError: argument number 7: value -9223372036854775807 is less
than 'int' minimum -2147483648

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#525915: Patch

2009-04-28 Thread Jonny Lamb
On Tue, Apr 28, 09:35:15 +0200, Emilio Pozuelo Monfort wrote:
 Jonny Lamb wrote:
 I think you should rather file a bug on lintian, as that seems to be the
 standard location for refdbg and won't be exclusive to GLib

There is no standard location for refdbg. /usr/lib/refdbg was
created for exactly this problem. Perhaps reading the refdbg README[0]
will give more of an idea of what I'm trying to achieve here. In
short, this will be exclusive to GLib. I can even say that this will
be exclusive to gobject.

0. http://refdbg.sourceforge.net/README

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#525915: libglib2.0-0: please support a --disable-visibility flavour

2009-04-27 Thread Jonny Lamb
Package: libglib2.0-0
Version: 2.20.1-1
Severity: wishlist

refdbg[0] fails to work with the library in libglib2.0-0 as it was
built with --enable-visibility. This is clearly what GLib apps should
be using, but it would be cool if another refdbg-specific package was
made available which was built with --disable-visibility.

I asked about this on #gnome-debian:

21:18  jonnylamb So, refdbg is rather annoying to use because you
have to build your own glib. Might the glib maintainers consider
building glib twice: once with --disable-visibility so it can be used
with refdbg with the help of LD_PRELOAD?
21:23 @Np237 jonnylamb: that requires a new flavor and a new binary
package
21:23  jonnylamb Yes.
21:24 @Np237 feasible, but it would be nice if you could provide a
patch
21:24 @Np237 as you seem better suited to be able to test it
21:24  jonnylamb Right. I'm willing to write a patch if there's a
possibility of it getting accepted.
21:25 @Np237 if it’s just a new flavor that ships files in a special
directory for LD_PRELOAD, in a special package, I’m fine with that
21:26 @Np237 that could even be used as a dependency for a refdbg
package which would use it automatically
21:26  jonnylamb Right. Just what I had in mind.
21:27 @Np237 you can ask lool or slomo to see if they have any
objections, but I doubt that
21:27  jonnylamb lool: ^

I'm working on a patch.

0. http://refdbg.sourceforge.net/

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#525937: ITP: refdbg -- GObject Refcount Debugger

2009-04-27 Thread Jonny Lamb
Package: wnpp
Severity: wishlist
Owner: Jonny Lamb jo...@debian.org
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: refdbg
  Version : 1.2
  Upstream Author : Josh Green jgr...@users.sourceforge.net
* URL : http://refdbg.sourceforge.net/
* License : GPLv2
  Description : GObject Refcount Debugger

RefDbg is a GObject reference count debugger. GObject is part of the
GLib library (not to be confused with glibc) which forms the basis of
GTK+ (the Gimp ToolKit), GNOME, GStreamer and many other projects. The
GObject library adds object oriented stuff to C which by itself lacks
object oriented features.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#525915: Patch

2009-04-27 Thread Jonny Lamb
tags 525915 + patch
kthxbye

So, I've attached an initial patch to add this package. The patch adds
the following lintian error:

E: libglib2.0-0-refdbg: unstripped-binary-or-object
./usr/lib/refdbg/libgobject-2.0.so.0.2000.1

I guess we should override it, right?

The other thing I'm not sure about is the package name. Perhaps it
shouldn't be tied to refdbg so much, and be called visibility, or
something like that?

refdbg 0.12 out of the box with the addition of
LD_LIBRARY_PATH=/usr/lib/refdbg:$LD_LIBRARY_PATH works fine with
this package. I've ITPd refdbg in #525937.

Comments?

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#525915: Actual patch

2009-04-27 Thread Jonny Lamb
Patch attached, for real this time.

-- 
Jonny Lamb, UK
jo...@debian.org
Index: debian/control
===
--- debian/control  (revision 19792)
+++ debian/control  (working copy)
@@ -127,4 +127,17 @@
 Description: GLib Input, Output and Streaming Library (fam module)
  GIO is the input, output and streaming API of GLib. This package
  provides a fam file and directory monitoring backend for it.
- 
+
+Package: libglib2.0-0-refdbg
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ libglib2.0-0 (= ${binary:Version})
+Description: The GLib library of C routines - refdbg library
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the shared library built with
+ --disable-visibility so that it can be used with refdbg, a GObject
+ refcount debugger.
Index: debian/control.in
===
--- debian/control.in   (revision 19792)
+++ debian/control.in   (working copy)
@@ -127,4 +127,17 @@
 Description: GLib Input, Output and Streaming Library (fam module)
  GIO is the input, output and streaming API of GLib. This package
  provides a fam file and directory monitoring backend for it.
- 
+
+Package: @REFDBG_PKG@
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ @SHARED_PKG@ (= ${binary:Version})
+Description: The GLib library of C routines - refdbg library
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the shared library built with
+ --disable-visibility so that it can be used with refdbg, a GObject
+ refcount debugger.
Index: debian/changelog
===
--- debian/changelog(revision 19792)
+++ debian/changelog(working copy)
@@ -1,3 +1,9 @@
+glib2.0 (2.20.1-2) UNRELEASED; urgency=low
+
+  * Add refdbg package: libglib2.0-0-refdbg. (Closes: #525915)
+
+ -- Jonny Lamb jo...@debian.org  Mon, 27 Apr 2009 21:56:32 +0100
+
 glib2.0 (2.20.1-1) unstable; urgency=low
 
   * New upstream bugfix release: 
Index: debian/rules
===
--- debian/rules(revision 19792)
+++ debian/rules(working copy)
@@ -47,11 +47,12 @@
 UDEB_PKG := libglib$(APIVER)-udeb
 DOC_PKG := libglib$(APIVER)-doc
 DEBUG_PKG := $(SHARED_PKG)-dbg
+REFDBG_PKG := libglib$(APIVER)-$(SONAME)-refdbg
 
 # list of flavors we build; each gets a builddir, a configure pass (configure
 # args are defined below), a build pass, and an install pass (in two steps)
 # Note: the deb flavor is required
-FLAVORS := deb udeb
+FLAVORS := deb udeb refdbg
 
 # list of flavors to run the test suite on
 CHECK_FLAVORS := $(filter deb, $(FLAVORS))
@@ -92,6 +93,9 @@
--enable-static
 udeb_configure_flags := $(common_configure_flags) \
--disable-selinux
+refdbg_configure_flags := $(common_configure_flags) \
+   --disable-visibility \
+   --enable-debug=yes
 
 $(STAMP_DIR)/patch-stamp:
dh_testdir
@@ -165,6 +169,7 @@
-e s...@doc_pkg@#$(DOC_PKG)#g \
-e s...@debug_pkg@#$(DEBUG_PKG)#g \
-e s...@gnome_team@#$(UPLOADERS)#g \
+   -e s...@refdbg_pkg@#$(REFDBG_PKG)#g \
$...@.in $@
 
 clean: debian/control
@@ -214,7 +219,7 @@
ChangeLog
dh_installdocs -s -N$(DEV_PKG) -N$(DEBUG_PKG) NEWS README
dh_link -s
-   dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG)
+   dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG) -N$(REFDBG_PKG)
dh_strip -p$(UDEB_PKG)
dh_compress -s -X.sgml -X.devhelp
dh_fixperms -s
Index: debian/libglib2.0-0-refdbg.install
===
--- debian/libglib2.0-0-refdbg.install  (revision 0)
+++ debian/libglib2.0-0-refdbg.install  (revision 0)
@@ -0,0 +1 @@
+debian/install/refdbg/usr/lib/libgobject*.so* usr/lib/refdbg


Bug#525456: epiphany-browser: doesn't load downloads in correct application

2009-04-24 Thread Jonny Lamb
Package: epiphany-browser
Version: 2.24.3-2
Severity: normal

When I click on a link for a PDF, I am prompted whether I want to open
the file or save it. If I click open, epiphany downloads the PDF and
then opens it in GIMP, despite having set up evince as the preferred
application for PDFs. Additionally, when prompted with what I want to do
with the PDF, it asks whether I want to open in Document Viewer (=
evince).

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#504177: update

2009-04-21 Thread Jonny Lamb
tags 504177 - pending
kthxbye

I just uploaded a new libtinymail that fixes all the other bugs apart
from this one. The reason is that the tinymail python bindings currently
don't appear to build. I had a quick look and it looked like the def
files were out of date. I tried updating them as per the instructions
and the scripts just segfaulted on me, sigh.

I'll try and get it fixed and uploaded soon.

Thanks,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#524476: [debcommit] Support adding Signed-off-by to commit messages

2009-04-17 Thread Jonny Lamb
Package: devscripts
Version: 2.10.48
Severity: wishlist

I've got into the habit of always using Signed-off-by in git commits. It
would be cool if debcommit was able to add -s to git commit to add
this Signed-off-by line to commit messages.

I started to implement this a while ago, but forgot about it and I just
found my working copy. I'll hopefully update this soonish.

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#524197: New upstream release

2009-04-15 Thread Jonny Lamb
Package: ircd-ircu
Severity: wishlist

ircu 2.10.12.12 was released in December 2007 and fixes many bugs that
are in 2.10.12.10. I'd like to use ircd-ircu in a network where other
ircds are using 2.10.12.12 and it would be great to have the same
version.

Regards,

-- 
Jonny Lamb, UK
jo...@debian.org



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



Bug#524289: Include symbols files

2009-04-15 Thread Jonny Lamb
Package: src:libtinymail
Severity: wishlist
Version: 0.0.9+svn3897-1

I: libtinymail-1.0-0: no-symbols-control-file usr/lib/libtinymail-1.0.so.0.0.0
I: libtinymail-camel-1.0-0: no-symbols-control-file 
usr/lib/libtinymail-camel-1.0.so.0.0.0
I: libtinymail-camel-1.0-0: no-symbols-control-file 
usr/lib/libcamel-lite-1.2.so.0.0.0
I: libtinymail-gnome-1.0-0: no-symbols-control-file 
usr/lib/libtinymail-gnome-desktop-1.0.so.0.0.0
I: libtinymail-gnomevfs-1.0-0: no-symbols-control-file 
usr/lib/libtinymail-gnomevfs-1.0.so.0.0.0
I: libtinymail-tp-1.0-0: no-symbols-control-file 
usr/lib/libtinymail-tp-1.0.so.0.0.0
I: libtinymailui-1.0-0: no-symbols-control-file 
usr/lib/libtinymailui-1.0.so.0.0.0
I: libtinymailui-gtk-1.0-0: no-symbols-control-file 
usr/lib/libtinymailui-gtk-1.0.so.0.0.0
I: libtinymailui-gtkhtml-1.0-0: no-symbols-control-file 
usr/lib/libtinymailui-gtkhtml-1.0.so.0.0.0

-- 
Jonny Lamb, UK
jo...@debian.org



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



  1   2   3   >