Your message dated Mon, 05 Sep 2005 20:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#261939: fixed in laptop-netconf 0.9.6.2
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; 29 Jul 2004 01:15:46 +0000
>From [EMAIL PROTECTED] Wed Jul 28 18:15:46 2004
Return-path: <[EMAIL PROTECTED]>
Received: from zoon.lafn.org [206.117.18.9] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BpzWL-00038z-00; Wed, 28 Jul 2004 18:15:45 -0700
Received: from localhost (host-66-81-25-167.rev.o1.com [66.81.25.167])
        by zoon.lafn.org (8.12.3p3/8.11.3) with ESMTP id i6T1FMwm005756
        for <[EMAIL PROTECTED]>; Wed, 28 Jul 2004 18:15:41 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost with local (Exim 4.32)
        id 1Bpt7A-0000PH-Az
        for [EMAIL PROTECTED]; Wed, 28 Jul 2004 11:25:20 -0700
Date: Wed, 28 Jul 2004 11:25:20 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: conflicting build-dependencies
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="HWvPVVuAAfuRc6SZ"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040523i
Sender: Matt Kraai <[EMAIL PROTECTED]>
X-Virus-Scanned: clamd / ClamAV version devel-20040728, clamav-milter version 
0.75b
        on zoon.lafn.org
X-Virus-Status: Clean
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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--HWvPVVuAAfuRc6SZ
Content-Type: multipart/mixed; boundary="Izn7cH1Com+I3R9J"
Content-Disposition: inline


--Izn7cH1Com+I3R9J
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: laptop-netconf
Version: 0.9.6
Severity: important
Tags: patch

This package fails to build from source:

 ...
  -> Considering  libnet0-dev
    -> Trying libnet0-dev
  -> Considering  libpcap-dev
    -> Trying libpcap-dev
        -> Cannot install libpcap-dev; apt errors follow:
 Reading Package Lists...
 Building Dependency Tree...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
=20
 The following packages have unmet dependencies:
   libnet0-dev: Depends: libpcap0.8-dev but it is not going to be installed
 E: Broken packages
      -> Considering libpcap0.7-dev to satisfy the dependency=20
        -> Cannot install libpcap0.7-dev; apt errors follow:
 Reading Package Lists...
 Building Dependency Tree...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
=20
 The following packages have unmet dependencies:
   libnet0-dev: Depends: libpcap0.8-dev but it is not going to be installed
 E: Broken packages
 E: Could not satisfy build-dependency.
 E: pbuilder-satisfydepends failed.
 ...

libnet0-dev depends on libpcap0.8-dev.  laptop-netconf
build-depends on libpcap-dev, which depends on libpcap0.7-dev.
libpcap0.7-dev and libpcap0.8-dev conflict.

Changing laptop-netconf to build-depend on libpcap0.8-dev fixes
the build.

--=20
Matt Kraai            [EMAIL PROTECTED]            http://ftbfs.org/

--Izn7cH1Com+I3R9J
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

diff -Nru laptop-netconf-0.9.6-old/debian/control laptop-netconf-0.9.6/debi=
an/control
--- laptop-netconf-0.9.6-old/debian/control     2003-01-16 03:58:55.000000000 -=
0800
+++ laptop-netconf-0.9.6/debian/control 2004-07-28 11:09:34.000000000 -0700
@@ -2,7 +2,7 @@
 Section: net
 Priority: extra
 Maintainer: Matt Kern <[EMAIL PROTECTED]>
-Build-Depends: debhelper, libnet0-dev, libpcap-dev
+Build-Depends: debhelper, libnet0-dev, libpcap0.8-dev
 Standards-Version: 3.5.6
=20
 Package: laptop-netconf

--Izn7cH1Com+I3R9J--

--HWvPVVuAAfuRc6SZ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBB++QfNdgYxVXvBARAr2yAJ0V3/Z2PzKIH99V/kxvJd1/bhERaQCdH5d4
p2ayf6f/ZmVsQQED97BPbp8=
=ECYX
-----END PGP SIGNATURE-----

--HWvPVVuAAfuRc6SZ--

---------------------------------------
Received: (at 261939-close) by bugs.debian.org; 6 Sep 2005 03:49:38 +0000
>From [EMAIL PROTECTED] Mon Sep 05 20:49:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ECUQL-0004AO-00; Mon, 05 Sep 2005 20:47:05 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#261939: fixed in laptop-netconf 0.9.6.2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 05 Sep 2005 20: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
X-CrossAssassin-Score: 3

Source: laptop-netconf
Source-Version: 0.9.6.2

We believe that the bug you reported is fixed in the latest version of
laptop-netconf, which is due to be installed in the Debian FTP archive:

laptop-netconf_0.9.6.2.dsc
  to pool/main/l/laptop-netconf/laptop-netconf_0.9.6.2.dsc
laptop-netconf_0.9.6.2.tar.gz
  to pool/main/l/laptop-netconf/laptop-netconf_0.9.6.2.tar.gz
laptop-netconf_0.9.6.2_i386.deb
  to pool/main/l/laptop-netconf/laptop-netconf_0.9.6.2_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.
Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated laptop-netconf 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,  6 Sep 2005 13:08:41 +1000
Source: laptop-netconf
Binary: laptop-netconf
Architecture: source i386
Version: 0.9.6.2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Andrew Pollock <[EMAIL PROTECTED]>
Description: 
 laptop-netconf - network detection and configuration program for laptops
Closes: 94494 104953 250265 261939
Changes: 
 laptop-netconf (0.9.6.2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * Applied patch from Martin Quinson to switch to gettext based debconf
     templates (closes: #250265)
   * Incorporates previous NMUs (closes: #94494, #261939, #104953)
   * debian/rules: raise DH_COMPAT level to 3
   * debian/control: build-depend on libpcap0.8-dev instead of libpcap-dev
   * debian/conffiles: removed, as debhelper made it redundant
   * debian/copyright: mention location of the GPL
   * debian/postinst: removed bashisms
Files: 
 969bbd43b2a7eb3aecd56500f92b7fb9 552 net extra laptop-netconf_0.9.6.2.dsc
 5a92f890512849617f970deb2ca65dc5 11931 net extra laptop-netconf_0.9.6.2.tar.gz
 9ea324604c913fe1a5314eca828b1069 13626 net extra 
laptop-netconf_0.9.6.2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDHQ2BIblXXKfZFgIRAo+wAJ9mrTr43KwQAqdbMy4U5OP0u/dCmACgnEt4
w6N3oPZglJ9OsNGyRrhV3tM=
=sOvY
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to