Your message dated Wed, 22 Jun 2005 12:32:18 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#313652: fixed in devilspie 0.10-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 14 Jun 2005 20:49:32 +0000 >From [EMAIL PROTECTED] Tue Jun 14 13:49:32 2005 Return-path: <[EMAIL PROTECTED]> Received: from osl1smout1.broadpark.no [80.202.4.58] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DiILk-0004Sj-00; Tue, 14 Jun 2005 13:49:32 -0700 Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Tue, 14 Jun 2005 22:49:16 +0200 (CEST) Received: from renaissance.heitech.no ([80.202.208.45]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Tue, 14 Jun 2005 22:52:39 +0200 (CEST) Received: by renaissance.heitech.no (Postfix, from userid 1000) id 524D9B44F; Tue, 14 Jun 2005 22:49:40 +0200 (CEST) Date: Tue, 14 Jun 2005 22:49:40 +0200 From: Heikki Henriksen <[EMAIL PROTECTED]> Subject: devilspie: Uninstallable due to removed libwnck4 and doesn't build with libwnck > 2.10 To: Debian Bug Tracking System <[EMAIL PROTECTED]> Message-id: <[EMAIL PROTECTED]> MIME-version: 1.0 X-Mailer: reportbug 3.12 Content-type: multipart/mixed; boundary="Boundary_(ID_MttdGW/Vaoes4Jc5lDftlw)" Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: This is a multi-part MIME message sent by reportbug. --Boundary_(ID_MttdGW/Vaoes4Jc5lDftlw) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline Package: devilspie Version: 0.8-3 Severity: serious Tags: patch Justification: 2. libwnck4 is removed from the archives, and hence renders devilspie uninstallable. In addition the program needs to be updated to comply with the api-changes in libwnck > 2.10. See attached patch for this. cheers, heikkih -- System Information: Debian Release: testing/unstable APT prefers experimental APT policy: (501, 'experimental'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11 Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8) Versions of packages devilspie depends on: ii libatk1.0-0 1.10.1-2 The ATK accessibility toolkit hi libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libglib2.0-0 2.6.5-1 The GLib library of C routines ii libgtk2.0-0 2.6.7-2 The GTK+ graphical user interface ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio ii libpopt0 1.7-5 lib for parsing cmdline parameters ii libwnck16 2.10.0-2 Window Navigator Construction Kit ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii libxml2 2.6.16-7 GNOME XML library ii sgml-base 1.26 SGML infrastructure and SGML catal ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4 compression library - runtime -- no debconf information --Boundary_(ID_MttdGW/Vaoes4Jc5lDftlw) MIME-version: 1.0 Content-type: text/x-c; NAME=devilspie_new_wnck_api.patch; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=devilspie_new_wnck_api.patch diff -ru devilspie-0.8/debian/control devilspie-0.8.mine/debian/control --- devilspie-0.8/debian/control 2005-06-14 22:46:25.000000000 +0200 +++ devilspie-0.8.mine/debian/control 2005-06-14 22:45:21.000000000 +0200 @@ -2,7 +2,7 @@ Section: gnome Priority: optional Maintainer: Ross Burton <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, intltool, libpopt-dev, libgtk2.0-dev, libwnck-dev (>> 0.17), libglade2-dev, xsltproc +Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, intltool, libpopt-dev, libgtk2.0-dev, libwnck-dev (>= 2.10), libglade2-dev, xsltproc Standards-Version: 3.6.1 Package: devilspie diff -ru devilspie-0.8/src/devilspie-action-resize.gob devilspie-0.8.mine/src/devilspie-action-resize.gob --- devilspie-0.8/src/devilspie-action-resize.gob 2004-10-01 08:56:28.000000000 +0200 +++ devilspie-0.8.mine/src/devilspie-action-resize.gob 2005-06-14 22:46:09.000000000 +0200 @@ -71,7 +71,7 @@ if (a->minimized == TRI_TRUE) wnck_window_minimize(window); else if (a->minimized == TRI_FALSE) - wnck_window_unminimize(window); + wnck_window_unminimize(window, gtk_get_current_event_time ()); /* Handle full screen */ if (a->fullscreen != TRI_UNSET) { g_print("fullscreen\n"); --Boundary_(ID_MttdGW/Vaoes4Jc5lDftlw)-- --------------------------------------- Received: (at 313652-close) by bugs.debian.org; 22 Jun 2005 16:42:07 +0000 >From [EMAIL PROTECTED] Wed Jun 22 09:42:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dl8Ig-0002VX-00; Wed, 22 Jun 2005 09:42:07 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Dl89C-0001h5-00; Wed, 22 Jun 2005 12:32:18 -0400 From: Ross Burton <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#313652: fixed in devilspie 0.10-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 22 Jun 2005 12:32:18 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Source: devilspie Source-Version: 0.10-1 We believe that the bug you reported is fixed in the latest version of devilspie, which is due to be installed in the Debian FTP archive: devilspie_0.10-1.diff.gz to pool/main/d/devilspie/devilspie_0.10-1.diff.gz devilspie_0.10-1.dsc to pool/main/d/devilspie/devilspie_0.10-1.dsc devilspie_0.10-1_i386.deb to pool/main/d/devilspie/devilspie_0.10-1_i386.deb devilspie_0.10.orig.tar.gz to pool/main/d/devilspie/devilspie_0.10.orig.tar.gz 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. Ross Burton <[EMAIL PROTECTED]> (supplier of updated devilspie 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: Wed, 22 Jun 2005 17:08:40 +0100 Source: devilspie Binary: devilspie Architecture: source i386 Version: 0.10-1 Distribution: unstable Urgency: low Maintainer: Ross Burton <[EMAIL PROTECTED]> Changed-By: Ross Burton <[EMAIL PROTECTED]> Description: devilspie - find windows and perform actions on them Closes: 313652 Changes: devilspie (0.10-1) unstable; urgency=low . * New upstream release - builds with G2.10 (closes: #313652) * Depend on libwnck-dev 2.10 to force new API usage. Files: 01d231c971388ed0124f88baf52ec167 671 gnome optional devilspie_0.10-1.dsc 9ba07be2529e3622758f0889b87c7883 177131 gnome optional devilspie_0.10.orig.tar.gz 4f940ddaeac0f8fcde00bbe78cd90fbc 2095 gnome optional devilspie_0.10-1.diff.gz 04de20ef70689e8ef98e1303e840be3f 34080 gnome optional devilspie_0.10-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCuY3OLQnkR9C0M98RAkvdAKCvrRv1K4sdhpwDXU12Ylmxd8SmgACguBp/ xPos58PwSw4Jluk5CkHpIVk= =9+Nm -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]