Your message dated Wed, 16 Feb 2005 15:26:17 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#248774: fixed in python-osd 0.2.12-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; 13 May 2004 00:41:32 +0000 >From [EMAIL PROTECTED] Wed May 12 17:41:32 2004 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BO4I0-0006J0-00; Wed, 12 May 2004 17:41:32 -0700 Received: from localhost (host-66-81-197-123.rev.o1.com [66.81.197.123]) by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i4D0fRCg096977 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for <[EMAIL PROTECTED]>; Wed, 12 May 2004 17:41:30 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost with local (Exim 4.32) id 1BNxJr-00008K-NR for [EMAIL PROTECTED]; Wed, 12 May 2004 10:14:59 -0700 Date: Wed, 12 May 2004 10:14:59 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: setgid control directory Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: Matt Kraai <[EMAIL PROTECTED]> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12, HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: python-osd Version: 0.2.6-1 Severity: serious Tags: patch This package fails to build from source: ... dpkg --build 'debian/install/dummy' .. dpkg-deb: control directory has bad permissions 2755 (must be >=0755 and <=0775) dpkg-deb: building package `python-osd' in `../python-osd_0.2.6-1_all.deb'. make: *** [binary-indep-dummy] Error 2 pbuilder: Failed autobuilding of package ... The setgid bit is inherited from the top level directory in the tarball. The attached patch fixes the build by removing the setgid bits. -- Matt Kraai [EMAIL PROTECTED] http://ftbfs.org/ --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch diff -Nru python-osd-0.2.6-old/debian/rules python-osd-0.2.6/debian/rules --- python-osd-0.2.6-old/debian/rules 2004-05-12 07:53:45.000000000 -0700 +++ python-osd-0.2.6/debian/rules 2004-05-12 07:54:16.000000000 -0700 @@ -16,6 +16,7 @@ find . -type f -name '*.pyc' -print0 \ | xargs -0 --no-run-if-empty rm -- rm -rf debian/substvars debian/files + chmod -R g-s . DUMMY_INSTDIR:=debian/install/dummy --1yeeQ81UyVL57Vl7-- --------------------------------------- Received: (at 248774-close) by bugs.debian.org; 16 Feb 2005 20:38:09 +0000 >From [EMAIL PROTECTED] Wed Feb 16 12:38:09 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 1D1Vw1-0004yt-00; Wed, 16 Feb 2005 12:38:09 -0800 Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1D1VkX-0003WS-00; Wed, 16 Feb 2005 15:26:17 -0500 From: Tommi Virtanen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#248774: fixed in python-osd 0.2.12-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 16 Feb 2005 15:26:17 -0500 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: X-CrossAssassin-Score: 2 Source: python-osd Source-Version: 0.2.12-1 We believe that the bug you reported is fixed in the latest version of python-osd, which is due to be installed in the Debian FTP archive: python-osd_0.2.12-1.diff.gz to pool/main/p/python-osd/python-osd_0.2.12-1.diff.gz python-osd_0.2.12-1.dsc to pool/main/p/python-osd/python-osd_0.2.12-1.dsc python-osd_0.2.12-1_all.deb to pool/main/p/python-osd/python-osd_0.2.12-1_all.deb python-osd_0.2.12.orig.tar.gz to pool/main/p/python-osd/python-osd_0.2.12.orig.tar.gz python2.3-osd_0.2.12-1_i386.deb to pool/main/p/python-osd/python2.3-osd_0.2.12-1_i386.deb python2.4-osd_0.2.12-1_i386.deb to pool/main/p/python-osd/python2.4-osd_0.2.12-1_i386.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. Tommi Virtanen <[EMAIL PROTECTED]> (supplier of updated python-osd 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----- Format: 1.7 Date: Fri, 28 Jan 2005 02:06:39 +0200 Source: python-osd Binary: python2.4-osd python-osd python2.3-osd Architecture: source all i386 Version: 0.2.12-1 Distribution: unstable Urgency: low Maintainer: Tommi Virtanen <[EMAIL PROTECTED]> Changed-By: Tommi Virtanen <[EMAIL PROTECTED]> Description: python-osd - Python bindings for X On-Screen Display library python2.3-osd - Python bindings for X On-Screen Display library python2.4-osd - Python bindings for X On-Screen Display library Closes: 240549 248774 266435 290724 Changes: python-osd (0.2.12-1) unstable; urgency=low . * New upstream release. Closes: #290724. * Thanks for the NMU. Closes: #240549, #248774. * Bump the standards version to 3.6.1. * Dropping python 2.1 and 2.2, adding 2.4. Closes: #266435. * Set section to python to make linda happy. Files: b7252cbefa2a7baaa780d3599a34b565 741 python optional python-osd_0.2.12-1.dsc 6a88296a7194c2f76cc8aaa0f2d35331 19337 python optional python-osd_0.2.12.orig.tar.gz 07901c4d1100d623eb541658484f17f2 2614 python optional python-osd_0.2.12-1.diff.gz f3c8a42c373ccfe6f567f575773243c7 2578 python optional python-osd_0.2.12-1_all.deb 10a5b8655cbcb539d85f7764e91a4cd1 20408 python optional python2.3-osd_0.2.12-1_i386.deb bff5eafa2fd59447efa049dee3c9db68 20362 python optional python2.4-osd_0.2.12-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iQCVAwUBQfmHJ4AGLnzk1H7BAQHrOgQAqy7Jx0i8ztJtl0r2i5k+QJ22WZz8ZEHO 06ozXlbBQgPcDVhsDPSCGPuHJA3b+1Y158JWT8D5KvqTyiLZH9MpmMkzgkH40cBw wR4snSg47qMB5NHqUqGdUrzUD2oxuP6YHU5bNGCvmIx67tBG5q7NA7UWZ5RD/RNA ub+JkOP4WnI= =0qzk -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]