Your message dated Fri, 20 Jul 2007 14:32:14 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297316: fixed in hotkeys 0.5.7.4-0.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: hotkeys
Severity: wishlist
Tags: patch

Please use db4.2 or newer instead of db3. The old db3 has problems on
some newer architectures (e.g. ppc64)

Regards
Andreas Jochens

diff -urN ../tmp-orig/hotkeys-0.5.7.3/debian/control ./debian/control
--- ../tmp-orig/hotkeys-0.5.7.3/debian/control  2004-12-24 16:59:25.000000000 
+0100
+++ ./debian/control    2005-02-28 17:18:36.876060868 +0100
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Alexander Wirt <[EMAIL PROTECTED]> 
-Build-Depends: debhelper (>= 2.1.0), xlibs-dev, libxml2-dev (>= 2.2.8), 
libxosd-dev (>= 2.0.2-1), libdb3-dev (>= 3.2.9), autoconf (>= 2.56), 
libgtk2.0-dev, libglib2.0-dev
+Build-Depends: debhelper (>= 2.1.0), xlibs-dev, libxml2-dev (>= 2.2.8), 
libxosd-dev (>= 2.0.2-1), libdb4.3-dev, autoconf (>= 2.56), libgtk2.0-dev, 
libglib2.0-dev
 Standards-Version: 3.6.1.1
 
 Package: hotkeys
diff -urN ../tmp-orig/hotkeys-0.5.7.3/debian/rules ./debian/rules
--- ../tmp-orig/hotkeys-0.5.7.3/debian/rules    2002-12-08 15:30:36.000000000 
+0100
+++ ./debian/rules      2005-02-28 17:19:15.629580724 +0100
@@ -14,8 +14,8 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
-       ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
-                   --with-xosd --with-gtk
+       LIBS=-ldb ./configure --prefix=/usr --mandir=/usr/share/man 
--sysconfdir=/etc \
+                   --with-xosd --with-gtk --disable-db3test
        
        touch configure-stamp
 
diff -urN ../tmp-orig/hotkeys-0.5.7.3/src/conf.c ./src/conf.c
--- ../tmp-orig/hotkeys-0.5.7.3/src/conf.c      2002-11-27 20:30:08.000000000 
+0100
+++ ./src/conf.c        2005-02-28 17:18:36.876060868 +0100
@@ -249,7 +249,7 @@
         bailout();
     }
 
-    if ( (ret = dbp->open(dbp, NULL, NULL, DB_HASH, DB_CREATE, 0664)) != 0 )
+    if ( (ret = dbp->open(dbp, NULL, NULL, NULL, DB_HASH, DB_CREATE, 0664)) != 
0 )
     {
         uError("Can't create hash table: %d", ret);
         bailout();


--- End Message ---
--- Begin Message ---
Source: hotkeys
Source-Version: 0.5.7.4-0.1

We believe that the bug you reported is fixed in the latest version of
hotkeys, which is due to be installed in the Debian FTP archive:

hotkeys_0.5.7.4-0.1.dsc
  to pool/main/h/hotkeys/hotkeys_0.5.7.4-0.1.dsc
hotkeys_0.5.7.4-0.1.tar.gz
  to pool/main/h/hotkeys/hotkeys_0.5.7.4-0.1.tar.gz
hotkeys_0.5.7.4-0.1_amd64.deb
  to pool/main/h/hotkeys/hotkeys_0.5.7.4-0.1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated hotkeys package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 20 Jul 2007 15:53:57 +0200
Source: hotkeys
Binary: hotkeys
Architecture: source amd64
Version: 0.5.7.4-0.1
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt <[EMAIL PROTECTED]>
Changed-By: Pierre Habouzit <[EMAIL PROTECTED]>
Description: 
 hotkeys    - A hotkeys daemon for your Internet/multimedia keyboard in X
Closes: 297316
Changes: 
 hotkeys (0.5.7.4-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build against libdb4.3-dev (Closes: 297316).
Files: 
 7a85777fd468f4afa05b600697485645 681 x11 optional hotkeys_0.5.7.4-0.1.dsc
 b25291c9863f7c6a0dd032936e181160 245307 x11 optional hotkeys_0.5.7.4-0.1.tar.gz
 929ef1294af851aa1a8473b474d9c86b 147336 x11 optional 
hotkeys_0.5.7.4-0.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGoMNGvGr7W6HudhwRAmCpAJsEID3SIaPmOEw0QdFJemPr7hh4mgCeINxh
ViZpeVrha69HCEUqsNnmIfY=
=+5Np
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to