Your message dated Tue, 6 Dec 2005 21:23:49 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in vorbis-tools 1.0.1-1.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; 8 Jan 2005 10:43:59 +0000
>From [EMAIL PROTECTED] Sat Jan 08 02:43:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.o2w.nl [213.227.141.209] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CnE4V-0004VN-00; Sat, 08 Jan 2005 02:43:51 -0800
Received: from zensunni.xinara.org (node-072-048.dsl.active24.nl [217.22.72.48])
        (using TLSv1 with cipher RC4-SHA (128/128 bits))
        (Client did not present a certificate)
        by mail.o2w.nl (Postfix) with ESMTP id AD493359CB
        for <[EMAIL PROTECTED]>; Sat,  8 Jan 2005 11:43:49 +0100 (CET)
Received: from ray by zensunni.xinara.org with local (Exim 4.34)
        id 1CnE4L-0004tW-EU; Sat, 08 Jan 2005 11:43:41 +0100
Date: Sat, 8 Jan 2005 11:43:41 +0100
From: "J.H.M. Dassen (Ray)" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: No longer installable
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.5
Organization: Ray at home
X-System: Debian GNU/Linux 3.1, kernel 2.4.29-pre3
User-Agent: Mutt/1.5.6+20040907i
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: vorbis-tools
Version: 1.0.1-1.1
Severity: grave
Tags: sid patch

vorbis-tools is no longer installable in sid: in a clean pbuilder sid
chroot, I get
        [EMAIL PROTECTED]:/# apt-get install vorbis-tools
        Reading Package Lists... Done
        Building Dependency Tree... Done
        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.

        Since you only requested a single operation it is extremely likely that
        the package is simply not installable and a bug report against
        that package should be filed.
        The following information may help to resolve the situation:

        The following packages have unmet dependencies:
          vorbis-tools: Depends: liboggflac1 but it is not going to be installed
        E: Broken packages

This is because of the following:
        vorbis-tools Depends: libflac4, liboggflac1 
        liboggflac1 Depends: libflac6
        libflac4 Conflicts: libflac4 (= 1.1.1-1) [current version in sid]
                (see #288876 for background)

This can be fixed by bumping the liboggflac-dev build dependency to >=
1.1.1-3 and rebuilding.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.29-pre3
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
-- 
Obsig: developing a new sig

---------------------------------------
Received: (at 289313-done) by bugs.debian.org; 6 Dec 2005 20:23:51 +0000
>From [EMAIL PROTECTED] Tue Dec 06 12:23:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 84-120-66-144.onocable.ono.com ([84.120.66.144] 
helo=chistera.yi.org)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EjjLq-0000Gr-QI; Tue, 06 Dec 2005 12:23:51 -0800
Received: from userid 1000 by chistera.yi.org with local (Exim 4.60) 
          id 1EjjLp-00052j-S0; Tue, 06 Dec 2005 21:23:49 +0100
Date: Tue, 6 Dec 2005 21:23:49 +0100
From: Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Fixed in vorbis-tools 1.0.1-1.2
Message-ID: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-No-CC: Please respect my Mail-Followup-To header
User-Agent: Mutt/1.5.11
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: vorbis-tools
Source-Version: 1.0.1-1.2

vorbis-tools (1.0.1-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * [debian/control] Versioned build dependency on liboggflac-dev so as to
    guarantee the binary packages no longer depend on libflac4 and are thus
    installable again in sid. (Closes: #289291, #289313)

 -- J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>  Sun,  9 Jan 2005 12:20:44 +0100

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
                  Listening to: María del Monte - Amores son como flores


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

Reply via email to