Your message dated Thu, 31 Jul 2014 16:00:09 +0000
with message-id <[email protected]>
and subject line Bug#753306: fixed in libvirt 1.2.6-1
has caused the Debian Bug report #753306,
regarding libvirt0: libvirt builds should include packager information
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.)


-- 
753306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753306
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvirt0
Version: 0.9.12.3-1
Severity: normal

Dear Maintainer,
The libvirt configure script has a special feature especially for distro
vendors to use when building binary packages which lets them encode a bit of
information about the builds, which then ends up in log files. This does not
appear to be used in Ubuntu builds which makes it impossible to determine
exactly which particular build of libvirt was used by the bug reporter

For example, on Debian currently if you turn on libvirt logging you'll see a
message like this:

  2014-06-27 15:12:33.274+0000: 20830: info : libvirt version: 0.9.12.3

By comparison on Fedora / RHEL systems you'd see something like this:

  2014-06-27 16:30:33.837+0000: 2454: info : libvirt version: 1.2.2,
package: 1.fc20 (Unknown, 2014-06-27-15:41:14, mustard.redhat.com)

In particular notice that it includes the precise RPM release number, so
that you can figure out exactly which binary package the bug reporter used.
eg on Debian this would any part of the version which Debian appends after
the main upstream version number

Debian packages could set this doing something like this

  when=`date +"%%F-%%T"`
  where=`hostname`
  who="Unknown" (or name of the person or entity doing the build)
  what="1" (or whatever current build is)

  ./configure --with-packager="$who $when $where" \
                         --with-packager-version="$what" \
                        ...other args to configure...

And then check that this has then propagated to the log messages
 
Also reported to Ubuntu maintainer as

  https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1335221


-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.33-kvm-i386-20111128-dirty (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libvirt0 depends on:
ii  libavahi-client3    0.6.31-2
ii  libavahi-common3    0.6.31-2
ii  libc6               2.13-38+deb7u1
ii  libcap-ng0          0.6.6-2
ii  libdbus-1-3         1.6.8-1+deb7u1
ii  libdevmapper1.02.1  2:1.02.74-8
ii  libgcrypt11         1.5.0-5+deb7u1
ii  libgnutls26         2.12.20-8+deb7u2
ii  libnetcf1           0.1.9-2
ii  libnl1              1.1-7
ii  libnuma1            2.0.8~rc4-1
ii  libpcap0.8          1.3.0-1
ii  libsasl2-2          2.1.25.dfsg1-6+deb7u1
ii  libxenstore3.0      4.1.4-3+deb7u1
ii  libxml2             2.8.0+dfsg1-7+nmu3
ii  libyajl2            2.0.4-2

Versions of packages libvirt0 recommends:
ii  lvm2  2.02.95-8

libvirt0 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 1.2.6-1

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

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.
Guido Günther <[email protected]> (supplier of updated libvirt 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: SHA256

Format: 1.8
Date: Tue, 22 Jul 2014 22:33:51 +0200
Source: libvirt
Binary: libvirt-bin libvirt-clients libvirt-daemon libvirt-daemon-system 
libvirt0 libvirt0-dbg libvirt-doc libvirt-dev libvirt-sanlock
Architecture: source amd64 all
Version: 1.2.6-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Libvirt Maintainers 
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Description:
 libvirt-bin - programs for the libvirt library
 libvirt-clients - programs for the libvirt library
 libvirt-daemon - programs for the libvirt library
 libvirt-daemon-system - Libvirt daemon configuration files
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - library for interfacing with different virtualization systems
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
Closes: 594444 679074 710195 730604 748720 753121 753306 753713
Changes:
 libvirt (1.2.6-1) experimental; urgency=medium
 .
   [ Laurent Bigonville ]
   * [4c4977e,87fc2db] Rename libvirt-bin.service back to libvirtd.service
     and use symlink or Alias= instead. This is what upstream uses.
     (Closes: #730604)
 .
   [ Guido Günther ]
   * Upload to experimental
   * [9321997] Drop build-dep on hal-dev too (Closes: #710195)
   * [899c1d3] New upstream version 1.2.5
   * [34d54b9] Refresh patches.
     Dropped, fixed upstream:
        LSN-2014-0003-Don-t-expand-entities-when-parsing-XML.patch
   * [12e5468] Update symbols file
   * [8ae2cf5] Depend on gnutls/gcrypt explicitly (Closes: #753121)
   * [8881fe5] Recommend iproute2 instead of iproute (Closes: #753713)
   * [ab710a4] New upstream version 1.2.6
   * [a23d7fc] Rediff patches
   * [e6c037b] Bump symbol versions
   * [7ca6a8a] Split out daemon configuration (Closes: #679074)
   * [60ec538] Cleanup old conffile (Closes: #748720)
   * [cc59dd4] Provide build and packager information (Closes: #753306)
   * [74baa7e] Use sensible-editor as fallback.
     Based on a patch by Dmitry Smirnov (Closes: #594444)
Checksums-Sha1:
 6355171a334e15e6671e1c0f77b2233294acf327 3541 libvirt_1.2.6-1.dsc
 f8a26fe2856435aca142dfdaf2172e08dc59d369 29346718 libvirt_1.2.6.orig.tar.gz
 82c446dd116d0a55cc266499939bc9d3ab8ffd88 40816 libvirt_1.2.6-1.debian.tar.xz
 ba307d43efd06f91dd4a219a656d1914d5ae73bc 1939352 libvirt-bin_1.2.6-1_amd64.deb
 52ccaafd9d302ed8872682ec6c3a2d3d27849b23 2412292 
libvirt-clients_1.2.6-1_amd64.deb
 f202d6183b16fe8699b8960d8f61d9d878bda926 3711244 
libvirt-daemon_1.2.6-1_amd64.deb
 412797821d1cf976fce463a504488fd7ae9c6e44 2044382 
libvirt-daemon-system_1.2.6-1_amd64.deb
 eeae2630d27cd4e90e0b619d500b60f4ab9904e4 2849162 libvirt0_1.2.6-1_amd64.deb
 c9031b23b5363bad7114af05fd9feb42ec1b2211 6833448 libvirt0-dbg_1.2.6-1_amd64.deb
 8763339c9694d9e30272aa9a2f052129c0d18309 3058244 libvirt-doc_1.2.6-1_all.deb
 26840c6596a9e0738ccc431450913f0ca0db8d69 2042124 libvirt-dev_1.2.6-1_amd64.deb
 925f6397c2fa999d9e28192457f69f27b08ff6b3 1972444 
libvirt-sanlock_1.2.6-1_amd64.deb
Checksums-Sha256:
 927c2429530d19c1bde5c4b1f8e029bf54ab37ae165e5cbf9f7ecb4258570f93 3541 
libvirt_1.2.6-1.dsc
 38a224559a1d04e5d4163c5c1b810df1f29804ebbb1f057d4abcb41a9e5d5dea 29346718 
libvirt_1.2.6.orig.tar.gz
 eec1e7db61bc456c39c7b4e591b726c2cc2d6569c88a362e80302d1d0ad21c6a 40816 
libvirt_1.2.6-1.debian.tar.xz
 f9e0a700903f9e58770bb878cffed86ade277dd1079bafea0f01cc2f32422528 1939352 
libvirt-bin_1.2.6-1_amd64.deb
 ebad561784f4d0daa9fdabd460715b07f0c9171cbeedab338b2931de84821674 2412292 
libvirt-clients_1.2.6-1_amd64.deb
 5e83460cfc5e00e78c91ac0eed2aa01389ebf6406625108f5a72faf75dc4eaca 3711244 
libvirt-daemon_1.2.6-1_amd64.deb
 121d36b0aaf74a2addf90d118a0a74fcc813eea88e509e7e7c94878232e27dbb 2044382 
libvirt-daemon-system_1.2.6-1_amd64.deb
 39000398c159ee978c5919c3120774731cc32de9b6e7a7c13cc16843fce051d9 2849162 
libvirt0_1.2.6-1_amd64.deb
 2a68a1a5c65f5e61f99bcc2dce95875deb630d5707acb9b78aded1fe1ad16cfd 6833448 
libvirt0-dbg_1.2.6-1_amd64.deb
 7e600c3b3752932f379d153a61a939fd483808e009988bcc5fea34f77a47b9f6 3058244 
libvirt-doc_1.2.6-1_all.deb
 6806ca1f4907e07bb374804ceed9976372f2d8e15a5d8ea56aaa445f93232dc1 2042124 
libvirt-dev_1.2.6-1_amd64.deb
 68e123345e38b034f9c6d5b1508f5226aaa9cea70bfe46cabd0a1fc13b310c3c 1972444 
libvirt-sanlock_1.2.6-1_amd64.deb
Files:
 5331b1626fb6a15f003b41a57c65d1cf 1939352 oldlibs extra 
libvirt-bin_1.2.6-1_amd64.deb
 4b0e8409824fed8b92215d7f31ef6dae 2412292 admin optional 
libvirt-clients_1.2.6-1_amd64.deb
 dfa11a2d1c92551ce45dbe9bb643974c 3711244 admin optional 
libvirt-daemon_1.2.6-1_amd64.deb
 0073694f11ca3816f82b87e85ba39bcc 2044382 admin optional 
libvirt-daemon-system_1.2.6-1_amd64.deb
 8dbb0d4a6df234546067a45d096ce1e0 2849162 libs optional 
libvirt0_1.2.6-1_amd64.deb
 f283486bdddd8422f7ae561302219d59 6833448 debug extra 
libvirt0-dbg_1.2.6-1_amd64.deb
 d66267318722beffd1b7da6ac1874fea 3058244 doc optional 
libvirt-doc_1.2.6-1_all.deb
 ba515d4d6f17a718376cbc85191354cb 2042124 libdevel optional 
libvirt-dev_1.2.6-1_amd64.deb
 efa2eac498fa01d84052fa60c8806e79 1972444 libs extra 
libvirt-sanlock_1.2.6-1_amd64.deb
 3b6a333daa98be4b27cd3576253bf59b 3541 libs optional libvirt_1.2.6-1.dsc
 ac1c3edbafb38f7978debe9507e5515c 29346718 libs optional 
libvirt_1.2.6.orig.tar.gz
 ceb9c84cdd8f3d37c7b8df2c351bc606 40816 libs optional 
libvirt_1.2.6-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBU87Qrwe4t7DqmBILAQij4BAApT/MONQjP1t13p9dLedh0bp1g+eMZYn1
7v/1Nj+C3wbimBZPfXMnz3I0Oe48av1zP+Z4h12VKaC8CPTCz6PtfYq44+3O9ZPw
U+SA+7yXxGh8q0dzZJIr1sbKMX/phNEXfqSFWSXXftm26tJU2iRLVI3YnqETffJJ
W5RLJ9hFAq3Lur4/9SKomgpOIb9KBwzStVheWdNchqLNG4naU3nfRGddmZjEDRzB
52XNe8zgWZrqI+++gNfALd3RQpjvChkm3ZtHFRM1eIhRdkN2TKlR0/xWL8SRGU8m
RRMokuThBjJgV9WhsZRObRUsneI/lTQlZJwrROyaHZ6LcKjKVMh9/r8TJiW0tdOM
MpgoIIfHgcqVVojYqImbqSXK9mIslf+RDDEyY10WTTpB25PtnfnOFBBKzizRKxdL
BDLAYQmx90cWmlB06PEbYretscMui45c/ENk6Oh9szBPJW9pTQuyjmxbFQNq32+Q
XPnOPVvrBNU1eqg1IeoYGKxJkVTrNwrC39Gb7FvY0Kdw9Kg/ZlPciqEApUdvAc7x
YRwLsOHSYZ2fDEaZZcN/i8FHAiJKzxcTXjKTLls7VqEqrJSi6WWXhrvX/mNN7SNZ
l3/Zq5eGLPsGarYnoyEdpim+YItQWPrU/YXHvIcJCCsZEyi7Je9u/grW3ZYrzLAc
AIRD6KqC/hc=
=qkjQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to