[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#94573: marked as done (Missing genchanges.sh script)



Your message dated Fri, 06 Jul 2001 14:58:53 -0400
with message-id <E15IaoX-0000eD-00@auric.debian.org>
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:14:27 +0000
>From dmaze@mit.edu Thu Apr 19 20:14:27 2001
Return-path: <dmaze@mit.edu>
Received: from h00a0249e2ba2.ne.mediaone.net (extant-streetcar-line.sixtyone) [66.30.62.20] (dmaze)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14qPVC-00025O-00; Thu, 19 Apr 2001 20:14:27 -0500
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 <dmaze@mit.edu>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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: <20010420011420.7DAFB1D01E@extant-streetcar-line.sixtyone>
X-BadReturnPath: dmaze@extant-streetcar-line.sixtyone rewritten as dmaze@mit.edu
  using "From" header
Delivered-To: submit@bugs.debian.org

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 troup@auric.debian.org Fri Jul 06 14:29:11 2001
Return-path: <troup@auric.debian.org>
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 <dmaze@debian.org>
To: 94573-close@bugs.debian.org
X-Katie: $Revision: 1.50 $
Subject: Bug#94573: fixed in i2c 2.6.0-1
Message-Id: <E15IaoX-0000eD-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Fri, 06 Jul 2001 14:58:53 -0400
Delivered-To: 94573-close@bugs.debian.org

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 94573@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Z Maze <dmaze@debian.org> (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 ftpmaster@debian.org)


-----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 <dmaze@debian.org>
Changed-By: David Z Maze <dmaze@debian.org>
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-----



Reply to: