Package: xcowsay
Version: 1.1.1-1
Severity: normal

I just installed xcowsay, and was delighted to see a "--daemon" mode
mentioned in the manpage, which purports to expose a D-Bus service at
uk.me.doof.Cowsay which you can instruct to ShowCow.

However, xcowsay was packaged without D-Bus support. I attach a patch
to enable it in the package.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xcowsay depends on:
ii  libatk1.0-0                   1.28.0-1   The ATK accessibility toolkit
ii  libc6                         2.10.1-3   GNU C Library: Shared libraries
ii  libcairo2                     1.8.8-2    The Cairo 2D vector graphics libra
ii  libfontconfig1                2.6.0-4    generic font configuration library
ii  libfreetype6                  2.3.11-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0                  2.22.2-2   The GLib library of C routines
ii  libgtk2.0-0                   2.18.3-1   The GTK+ graphical user interface 
ii  libpango1.0-0                 1.26.0-1   Layout and rendering of internatio

xcowsay recommends no packages.

xcowsay suggests no packages.

-- no debconf information
--- debian/rules.orig   2009-11-17 10:39:10.000000000 +0000
+++ debian/rules        2009-11-17 10:39:23.000000000 +0000
@@ -4,5 +4,5 @@
        dh $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --bindir='$${prefix}/games'
+       dh_auto_configure -- --bindir='$${prefix}/games' --enable-dbus
 
--- debian/control.orig 2009-11-17 10:38:27.000000000 +0000
+++ debian/control      2009-11-17 10:38:49.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Enrico Zini <enr...@debian.org>
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev,
-               libgtk2.0-dev, libglib2.0-dev
+               libgtk2.0-dev, libglib2.0-dev, libdbus-glib-1-dev
 Standards-Version: 3.8.3
 Homepage: http://www.doof.me.uk/xcowsay/
 Vcs-Git: git://git.debian.org/git/collab-maint/xcowsay.git
@@ -11,7 +11,8 @@
 
 Package: xcowsay
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0, libglib2.0-0
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0, libglib2.0-0,
+         libdbus-glib-1-2
 Description: Graphical configurable talking cow
  A graphical configurable talking cow. It's a GTK+ version of the 
  classic cowsay Perl script. It displays a cute pop-up cow on your 

Reply via email to