Your message dated Fri, 31 Mar 2006 14:34:30 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360228: fixed in libusb 2:0.1.12-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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libusb-0.1-4
Version: 2:0.1.11-7
Severity: wishlist
Tags: patch

Hello,

libusb version 0.1.12 is available. According to the web site:
   The current stable version of libusb is 0.1.12. This release fixes a
   variety of bugs, some of which are important. It is highly
   reccomended to use this version.

I guess it is also important to have the bug corrections in Debian.


I also noted some problems with some of your debian/* files.

debian/rules:
=============

You have a "touch $@" for "configure-common" but a
"rm -f configure-common-stamp": note the two different file names.

The problem is that you can't run debuild(1) two times consecutively since
the configure-common rule will not be executed the second time and you
will have the error:
  [...]
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  configure: error: cannot run /bin/sh ./config.sub
since config.sub have been remove by the clean rule but not recreated by
the configure-common rule.

I propose the patch:
--- libusb-0.1.11/debian/rules  2006-03-31 13:46:27.000000000 +0200
+++ libusb-0.1.12/debian/rules  2006-03-31 14:29:59.000000000 +0200
@@ -34,7 +34,8 @@
 
 configure: configure-deb-stamp configure-udeb-stamp
 
-configure-common:
+configure-common: configure-common-stamp
+configure-common-stamp:
        dh_testdir
 
        # make sure this file doesn't exist!
@@ -49,7 +50,7 @@
        
        touch $@
 
-configure-deb-stamp: configure-common
+configure-deb-stamp: configure-common-stamp
        dh_testdir
 
        # make build directory
@@ -66,7 +67,7 @@
 
        touch $@
 
-configure-udeb-stamp: configure-common
+configure-udeb-stamp: configure-common-stamp
        dh_testdir
 
        # make build directory


debian/control:
===============

lintian reports a:
W: libusb-dev: virtual-package-depends-without-real-package-depends
depends: libc-dev
N:
N:   The package declares a depends on a virtual package without listing a
N:   real package as an alternative first.
N:   
N:   A real package should be listed in the first part of the | dependency
N:   in order for the package to be installable by package management
N:   programs that can't or won't guess which alternative to select by
N:   default. In particular, it helps build daemons rebuild the package
N:   without manual overrides.
N:   
N:   Refer to Policy Manual, section 7.4 for details.
N:

This is because you use "libc-dev" instead of "libc6-dev | libc-dev"

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages libusb-0.1-4 depends on:
ii  libc6                         2.3.6-3    GNU C Library: Shared libraries an

libusb-0.1-4 recommends no packages.

-- debconf information:
  libusb-0.1-4/usbdevfs:
  libusb-0.1-4/usbfs-2.4:
  libusb-0.1-4/usbfs-2.6:
  libusb-0.1-4/nousb:
  libusb-0.1-4/usbfs:


--- End Message ---
--- Begin Message ---
Source: libusb
Source-Version: 2:0.1.12-1

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

libusb++-0.1-4c2_0.1.12-1_i386.deb
  to pool/main/libu/libusb/libusb++-0.1-4c2_0.1.12-1_i386.deb
libusb++-dev_0.1.12-1_i386.deb
  to pool/main/libu/libusb/libusb++-dev_0.1.12-1_i386.deb
libusb-0.1-4_0.1.12-1_i386.deb
  to pool/main/libu/libusb/libusb-0.1-4_0.1.12-1_i386.deb
libusb-0.1-udeb_0.1.12-1_i386.udeb
  to pool/main/libu/libusb/libusb-0.1-udeb_0.1.12-1_i386.udeb
libusb-dev_0.1.12-1_i386.deb
  to pool/main/libu/libusb/libusb-dev_0.1.12-1_i386.deb
libusb_0.1.12-1.diff.gz
  to pool/main/libu/libusb/libusb_0.1.12-1.diff.gz
libusb_0.1.12-1.dsc
  to pool/main/libu/libusb/libusb_0.1.12-1.dsc
libusb_0.1.12.orig.tar.gz
  to pool/main/libu/libusb/libusb_0.1.12.orig.tar.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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated libusb 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: Fri, 31 Mar 2006 15:52:12 +0200
Source: libusb
Binary: libusb++-dev libusb-dev libusb-0.1-udeb libusb-0.1-4 libusb++-0.1-4c2
Architecture: source i386
Version: 2:0.1.12-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 libusb++-0.1-4c2 - userspace C++ USB programming library
 libusb++-dev - userspace C++ USB programming library development files
 libusb-0.1-4 - userspace USB programming library
 libusb-0.1-udeb - userspace USB programming library (udeb)
 libusb-dev - userspace USB programming library development files
Closes: 360228
Changes: 
 libusb (2:0.1.12-1) unstable; urgency=low
 .
   * New upstream release (closes: bug#360228).
Files: 
 1df5767bba08ae9fd34c8ad420e155db 695 libs optional libusb_0.1.12-1.dsc
 caf182cbc7565dac0fd72155919672e6 389343 libs optional libusb_0.1.12.orig.tar.gz
 22cb64327a23a4f5ba29a90b34ad7452 113302 libs optional libusb_0.1.12-1.diff.gz
 698c4dad2a3d1991a4089137b62176d9 18892 libs important 
libusb-0.1-4_0.1.12-1_i386.deb
 37a9238e505bb73cbb0775856de92c11 37488 libdevel optional 
libusb-dev_0.1.12-1_i386.deb
 376f5f86f2194db4babeb2dc03e0a150 16006 libs optional 
libusb++-0.1-4c2_0.1.12-1_i386.deb
 d54b8353ba2023bd0485e658b8753076 20442 libdevel optional 
libusb++-dev_0.1.12-1_i386.deb
 30cd7840de61b4b6182937043fac8610 10474 debian-installer optional 
libusb-0.1-udeb_0.1.12-1_i386.udeb
Package-Type: udeb

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

iD8DBQFELTdzw3ao2vG823MRAtojAJ9/idJc4yc669PgnxUXHpqKaeyFmgCfZvp9
jVlzNaNrxd7Ol5HcEm8sqQc=
=iJHP
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to