Your message dated Fri, 06 Jul 2001 14:58:53 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#94573: fixed in i2c 2.6.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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 20 Apr 2001 01:18:19 +0000 >From [EMAIL PROTECTED] Thu Apr 19 20:18:19 2001 Return-path: <[EMAIL PROTECTED]> Received: from fort-point-station.mit.edu [18.72.0.53] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14qPYw-00028Y-00; Thu, 19 Apr 2001 20:18:18 -0500 Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id VAA06185 for <[EMAIL PROTECTED]>; Thu, 19 Apr 2001 21:18:12 -0400 (EDT) Received: from melbourne-city-street.mit.edu (MELBOURNE-CITY-STREET.MIT.EDU [18.7.21.86]) by grand-central-station.mit.edu (8.9.2/8.9.2) with ESMTP id VAA07548; Thu, 19 Apr 2001 21:18:07 -0400 (EDT) Received: from indiana.mit.edu (INDIANA.MIT.EDU [18.18.1.138]) by melbourne-city-street.mit.edu (8.9.2/8.9.2) with ESMTP id VAA29514; Thu, 19 Apr 2001 21:18:07 -0400 (EDT) Resent-Message-Id: <[EMAIL PROTECTED]> Resent-To: [EMAIL PROTECTED], [EMAIL PROTECTED] Resent-From: David Z Maze <[EMAIL PROTECTED]> Resent-Date: 19 Apr 2001 21:18:06 -0400 Received: by extant-streetcar-line.sixtyone (Postfix, from userid 1000) id 7DAFB1D01E; Thu, 19 Apr 2001 21:14:20 -0400 (EDT) From: David Z Maze <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Missing genchanges.sh script X-Reportbug-Version: 1.15 X-Mailer: reportbug 1.15 Date: Thu, 19 Apr 2001 21:14:20 -0400 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: i2c-source Version: 2.5.4-3 Severity: normal /usr/src/modules/i2c/debian/rules has: kdist: clean binary-modules # Build a .changes file. KVERS="$(KVERS)" KSRC="$(KSRC)" KMAINT="$(KMAINT)" \ REV="$(REV)" KEMAIL="$(KEMAIL)" \ sh -v debian/genchanges.sh debian/rules clean However, there's no genchanges.sh script, so 'debian/rules kdist', which is invoked by 'make-kpkg modules', fails. There's a similar script in the lm-sensors-source package; it's probably easiest to grab and adapt it. -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux extant-streetcar-line.sixtyone 2.2.18 #1 Tue Dec 12 10:18:50 EST 2000 i686 Versions of packages i2c-source depends on: ii debhelper 3.0.15 helper programs for debian/rules --------------------------------------- Received: (at 94573-close) by bugs.debian.org; 6 Jul 2001 19:29:11 +0000 >From [EMAIL PROTECTED] Fri Jul 06 14:29:11 2001 Return-path: <[EMAIL PROTECTED]> Received: from klecker.debian.org [::ffff:198.186.203.20] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15IbHq-0005yN-00; Fri, 06 Jul 2001 14:29:10 -0500 Received: from auric.debian.org [206.246.226.45] (mail) by klecker.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15IbHq-0005cU-00; Fri, 06 Jul 2001 12:29:10 -0700 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 15IaoX-0000eD-00; Fri, 06 Jul 2001 14:58:53 -0400 From: David Z Maze <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.50 $ Subject: Bug#94573: fixed in i2c 2.6.0-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Fri, 06 Jul 2001 14:58:53 -0400 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of i2c, which has been installed in the Debian FTP archive: i2c-source_2.6.0-1_i386.deb to pool/main/i/i2c/i2c-source_2.6.0-1_i386.deb i2c_2.6.0-1.dsc to pool/main/i/i2c/i2c_2.6.0-1.dsc i2c_2.6.0.orig.tar.gz to pool/main/i/i2c/i2c_2.6.0.orig.tar.gz i2c_2.6.0-1.diff.gz to pool/main/i/i2c/i2c_2.6.0-1.diff.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. David Z Maze <[EMAIL PROTECTED]> (supplier of updated i2c 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: Tue, 26 Jun 2001 20:30:19 -0400 Source: i2c Binary: i2c-source Architecture: source i386 Version: 2.6.0-1 Distribution: unstable Urgency: low Maintainer: David Z Maze <[EMAIL PROTECTED]> Changed-By: David Z Maze <[EMAIL PROTECTED]> Description: i2c-source - sources for drivers for the i2c bus Closes: 94573 94792 96189 102372 Changes: i2c (2.6.0-1) unstable; urgency=low . * New upstream release. * New maintainer. (Closes: #102372) * Copied genchanges.sh script from lm-sensors. (Closes: #94573) * Explicitly specify MODDIR at module build time to use correct $(KVERS) value. (Closes: #94792) * Specify LINUX=$(KSRC) on 'make clean', too. (Closes: #96189) Files: bef54e20f7f24d9983f95e18a3d09066 584 misc extra i2c_2.6.0-1.dsc 8d3c44c333a2fefd3e3ae197c6476b98 97681 misc extra i2c_2.6.0.orig.tar.gz ed97ab5210a3f150a2a8eda63fccd3bf 5264 misc extra i2c_2.6.0-1.diff.gz 98364ed47e342384a0dfd7049a4b7a21 109846 misc extra i2c-source_2.6.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7RdlQp3U1z1PHTekRAhi5AJ9TO3AgU9iTXbibCd3MqJaJQAc92gCdHyT7 ceKbS+BORxhDCkYpgOg0pQw= =IJXF -----END PGP SIGNATURE-----