Your message dated Wed, 07 Sep 2005 16:47:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324057: fixed in swt-gtk 3.0+3.1M4-5 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; 20 Aug 2005 01:14:20 +0000 >From [EMAIL PROTECTED] Fri Aug 19 18:14:19 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E6HwB-0000di-00; Fri, 19 Aug 2005 18:14:19 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7K1EI68046414 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 18:14:19 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E6BDq-00015B-8b for [EMAIL PROTECTED]; Fri, 19 Aug 2005 11:04:06 -0700 Date: Fri, 19 Aug 2005 11:04:06 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Control directory is setgid Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Md/poaVZ8hnGTzuv" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1034/Thu Aug 18 13:07:58 2005 on zoot.lafn.org X-Virus-Status: Clean 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-Level: X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --Md/poaVZ8hnGTzuv Content-Type: multipart/mixed; boundary="U+BazGySraz5kW0T" Content-Disposition: inline --U+BazGySraz5kW0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: swt-gtk Version: 3.0+3.1M4-4 Severity: serious Tags: patch swt-gtk fails to build because the control directory is setgid, which is inherited from the top-level directory: > dh_builddeb -i > dpkg-deb: control directory has bad permissions 2755 (must be >=3D0755 an= d <=3D0775) > dpkg-deb: building package `libswt-gtk-dev' in `../libswt-gtk-dev_3.0+3.1= M4-4_all.deb'. > dh_builddeb: command returned error code 512 The attached patch fixes this by removing all setgid bits in the clean target. Alternatively, you could use a tarball in which the top-level directory is not setgid. --=20 Matt --U+BazGySraz5kW0T Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -u swt-gtk-3.0+3.1M4/debian/rules swt-gtk-3.0+3.1M4/debian/rules --- swt-gtk-3.0+3.1M4/debian/rules +++ swt-gtk-3.0+3.1M4/debian/rules @@ -11,6 +11,8 @@ dh_clean -k =20 clean: + # Remove the setgid bid + chmod -R g-s . rm -f build-stamp dh_clean -$(MAKE) distclean --U+BazGySraz5kW0T-- --Md/poaVZ8hnGTzuv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDBh8VfNdgYxVXvBARAmtOAJ9s7RijNHCC5yr69HMgMPBH/uvqDwCfVFEV P8cc5xcME/2D6Z4JgJ5hWgQ= =bGmG -----END PGP SIGNATURE----- --Md/poaVZ8hnGTzuv-- --------------------------------------- Received: (at 324057-close) by bugs.debian.org; 7 Sep 2005 23:49:11 +0000 >From [EMAIL PROTECTED] Wed Sep 07 16:49:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ED9dB-00083g-00; Wed, 07 Sep 2005 16:47:05 -0700 From: Shaun Jackman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324057: fixed in swt-gtk 3.0+3.1M4-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 07 Sep 2005 16:47:05 -0700 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-Level: 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 Source: swt-gtk Source-Version: 3.0+3.1M4-5 We believe that the bug you reported is fixed in the latest version of swt-gtk, which is due to be installed in the Debian FTP archive: libswt-gtk-3.1-java_3.0+3.1M4-5_all.deb to pool/main/s/swt-gtk/libswt-gtk-3.1-java_3.0+3.1M4-5_all.deb libswt-gtk-3.1-jni_3.0+3.1M4-5_i386.deb to pool/main/s/swt-gtk/libswt-gtk-3.1-jni_3.0+3.1M4-5_i386.deb libswt-gtk-3.1_3.0+3.1M4-5_i386.deb to pool/main/s/swt-gtk/libswt-gtk-3.1_3.0+3.1M4-5_i386.deb libswt-gtk-dev_3.0+3.1M4-5_all.deb to pool/main/s/swt-gtk/libswt-gtk-dev_3.0+3.1M4-5_all.deb libswt-mozilla-gtk-3.1-java_3.0+3.1M4-5_all.deb to pool/main/s/swt-gtk/libswt-mozilla-gtk-3.1-java_3.0+3.1M4-5_all.deb libswt-mozilla-gtk-3.1-jni_3.0+3.1M4-5_i386.deb to pool/main/s/swt-gtk/libswt-mozilla-gtk-3.1-jni_3.0+3.1M4-5_i386.deb libswt-mozilla-gtk-3.1_3.0+3.1M4-5_i386.deb to pool/main/s/swt-gtk/libswt-mozilla-gtk-3.1_3.0+3.1M4-5_i386.deb libswt-mozilla-gtk-dev_3.0+3.1M4-5_all.deb to pool/main/s/swt-gtk/libswt-mozilla-gtk-dev_3.0+3.1M4-5_all.deb swt-gtk_3.0+3.1M4-5.diff.gz to pool/main/s/swt-gtk/swt-gtk_3.0+3.1M4-5.diff.gz swt-gtk_3.0+3.1M4-5.dsc to pool/main/s/swt-gtk/swt-gtk_3.0+3.1M4-5.dsc 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. Shaun Jackman <[EMAIL PROTECTED]> (supplier of updated swt-gtk 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, 7 Sep 2005 16:45:20 -0600 Source: swt-gtk Binary: libswt-mozilla-gtk-dev libswt-gtk-3.1-jni libswt-gtk-3.1-java libswt-mozilla-gtk-3.1-java libswt-gtk-3.1 libswt-mozilla-gtk-3.1 libswt-gtk-dev libswt-mozilla-gtk-3.1-jni Architecture: source all i386 Version: 3.0+3.1M4-5 Distribution: unstable Urgency: low Maintainer: Shaun Jackman <[EMAIL PROTECTED]> Changed-By: Shaun Jackman <[EMAIL PROTECTED]> Description: libswt-gtk-3.1 - Standard Widget Toolkit for GTK native library libswt-gtk-3.1-java - Standard Widget Toolkit for GTK Java library libswt-gtk-3.1-jni - Standard Widget Toolkit for GTK JNI library libswt-gtk-dev - Standard Widget Toolkit for GTK development libswt-mozilla-gtk-3.1 - Standard Widget Toolkit for GTK Mozilla Java library libswt-mozilla-gtk-3.1-java - Standard Widget Toolkit for GTK Mozilla Java library libswt-mozilla-gtk-3.1-jni - Standard Widget Toolkit for GTK Mozilla JNI library libswt-mozilla-gtk-dev - Standard Widget Toolkit for GTK Mozilla JNI library Closes: 324057 Changes: swt-gtk (3.0+3.1M4-5) unstable; urgency=low . * Remove the setgid bit. Closes: #324057. Thanks to Matt Kraai. * Update the Debian policy version to 3.6.2.1. Files: 495c4a35a33142135233f3944aeacb62 832 libs optional swt-gtk_3.0+3.1M4-5.dsc 757817efd1928b0c4d6fc2c2f31cf122 23899 libs optional swt-gtk_3.0+3.1M4-5.diff.gz c7458d2c0d10e7b4398836e1acd87675 15146 libdevel optional libswt-gtk-dev_3.0+3.1M4-5_all.deb 5eea29a9ab2bc322f5ea5e56974a4575 828854 libs optional libswt-gtk-3.1-java_3.0+3.1M4-5_all.deb 6563fc407e2447346f70dd699b178360 14904 libdevel optional libswt-mozilla-gtk-dev_3.0+3.1M4-5_all.deb 15716a068686daeff74cbeff3b51ec46 117446 libs optional libswt-mozilla-gtk-3.1-java_3.0+3.1M4-5_all.deb d83c4b7841d32eb21f0962c0b9f0fc92 1203914 libs optional libswt-gtk-3.1_3.0+3.1M4-5_i386.deb fbdec3d85b7644477d32b7f96246d298 132856 libs optional libswt-gtk-3.1-jni_3.0+3.1M4-5_i386.deb 61a390dad1b2a4e2e806eb2e63eb7a84 171734 libs optional libswt-mozilla-gtk-3.1_3.0+3.1M4-5_i386.deb 152fd1fb828fcf92f4e2f7ddf3e667d2 22602 libs optional libswt-mozilla-gtk-3.1-jni_3.0+3.1M4-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDH3hZvFdYF1IwUUoRApXLAJ4xXjD/s8h+G2lCsrlRy3Enwk/zCwCgw+Gx 6i0KzQEL0vx25El0J4qu8nM= =N+W9 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]