Your message dated Thu, 20 Mar 2008 14:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470958: fixed in libqglviewer 2.2.6-3-2
has caused the Debian Bug report #470958,
regarding libqglviewer-dev: Depend on xlibmesa-gl-dev should be on libgl-dev
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
470958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470958
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libqglviewer-dev
Version: 2.2.6-3-1
Severity: important
Tags: patch

Creating a BTS entry as requested (see below).

Cheers,

-Pascal

On Fri, Mar 14, 2008 at 2:48 PM, Artur R. Czechowski <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 14, 2008 at 01:20:01PM -0400, Pascal Giard wrote:
>  > Hello Artur,
>  >  shouldn't libqglviewer-dev depend on libgl-dev instead of xlibmesa-gl-dev 
> ?
>  > This prevents me from using qglviewer with nvidia-glx-legacy-96xx-dev.
>  Probably you're right. Please submit a but to BTS so I wont forget about it.
>  Thank you for a note.
>
>  Best regards
>         Artur
>  --
>  http://www.last.fm/user/arturcz/
>

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_CA, LC_CTYPE=fr_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libqglviewer-dev depends on:
ii  libqglviewer2                2.2.6-3-1.1 an OpenGL 3D viewer library based
ii  libqt3-mt-dev                3:3.3.8b-5  Qt development files (Threaded)
ii  libx11-dev                   2:1.0.3-7   X11 client-side library (developme
ii  libxext-dev                  2:1.0.4-1   X11 miscellaneous extensions libra
ii  libxmu-dev                   2:1.0.4-1   X11 miscellaneous utility library
(*** The one below is wrong, i've made modif to the package and
installed it as 2.2.6-3-1.1)
ii  nvidia-glx-legacy-96xx-dev [ 96.43.01-2  NVIDIA Xorg driver development fil

libqglviewer-dev recommends no packages.

-- no debconf information
-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
LACIME: École de technologie supérieure (http://lacime.etsmtl.ca)
--- libqglviewer-2.2.6-3/debian/control	2008-03-14 15:02:45.000000000 -0400
+++ libqglviewer-2.2.6-3/debian/control.new	2008-03-14 15:04:36.000000000 -0400
@@ -8,7 +8,7 @@
 Package: libqglviewer-dev
 Section: libdevel
 Architecture: any
-Depends: libqglviewer2 (= ${binary:Version}), libqt3-mt-dev, libx11-dev, libxext-dev, libxmu-dev, xlibmesa-gl-dev
+Depends: libqglviewer2 (= ${binary:Version}), libqt3-mt-dev, libx11-dev, libxext-dev, libxmu-dev, libgl1-mesa-dev | libgl-dev
 Description: an OpenGL 3D viewer library based on Qt - development files
  libqglviewer (also known as libQGLViewer) is a free C++ library based on Qt
  that enables the quick creation of OpenGL 3D viewers. It features a powerful

--- End Message ---
--- Begin Message ---
Source: libqglviewer
Source-Version: 2.2.6-3-2

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

libqglviewer-dev_2.2.6-3-2_i386.deb
  to pool/main/libq/libqglviewer/libqglviewer-dev_2.2.6-3-2_i386.deb
libqglviewer2_2.2.6-3-2_i386.deb
  to pool/main/libq/libqglviewer/libqglviewer2_2.2.6-3-2_i386.deb
libqglviewer_2.2.6-3-2.diff.gz
  to pool/main/libq/libqglviewer/libqglviewer_2.2.6-3-2.diff.gz
libqglviewer_2.2.6-3-2.dsc
  to pool/main/libq/libqglviewer/libqglviewer_2.2.6-3-2.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.
Artur R. Czechowski <[EMAIL PROTECTED]> (supplier of updated libqglviewer 
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: Sun, 16 Mar 2008 11:27:28 +0100
Source: libqglviewer
Binary: libqglviewer-dev libqglviewer2
Architecture: source i386
Version: 2.2.6-3-2
Distribution: unstable
Urgency: low
Maintainer: Artur R. Czechowski <[EMAIL PROTECTED]>
Changed-By: Artur R. Czechowski <[EMAIL PROTECTED]>
Description: 
 libqglviewer-dev - an OpenGL 3D viewer library based on Qt - development files
 libqglviewer2 - an OpenGL 3D viewer library based on Qt - runtime library
Closes: 456065 470958
Changes: 
 libqglviewer (2.2.6-3-2) unstable; urgency=low
 .
   * Using dpatch to manage patches, adding dpatch to Build-depends.
   * Move old changes to dpatch:
     - 01lower-case-name
     - 02staticlib-install
   * New patches:
     - 03fix-compilation-with-gcc-4.3 (Closes: #456065)
   * Fixed dependencies in libqglviewer-dev to allow to use non-standard
     GL libraries, depends on libgl1-mesa-dev | libgl-dev instead of
     xlibmesa-gl-dev (Closes: #470958)
   * debian/rules: remove libqglviewer.prl in clean rule too
   * Add proper line to debian/copyright to cool off the lintian
   * Fixed section on doc-base file
   * Update Standards-Version to 3.7.3, no changes required
Files: 
 25a074f774968473a7f9b14b035ba652 649 libs optional libqglviewer_2.2.6-3-2.dsc
 e1ffbe7bce389e7637e8fcb0209b9f10 4400 libs optional 
libqglviewer_2.2.6-3-2.diff.gz
 a261e9a731ec0f63fa6e6a5532cb4731 839734 libdevel optional 
libqglviewer-dev_2.2.6-3-2_i386.deb
 05c375dbce985f7ceed36c7ec398ce31 245860 libs optional 
libqglviewer2_2.2.6-3-2_i386.deb

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

iD8DBQFH4nNihQui3hP+/EARAivfAJ9DbQgwNhPpPGlE65niKJnV76oDigCfW3zz
D43QJTT2Pkp//vOom0QapRQ=
=6qKk
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to