Package: pciutils
Version: 1:3.2.1-3
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

[This is basically #774062 =~ s/usb/pci/g]

update-pciids downloads a new /usr/share/misc/pci.ids file with probably
a different content and therefore a different md5sum, causing debsums to
fail on the pciutils package (see the bottom of this message).

While something like #544503 for pciutils (putting {pci,usb}.ids into a
(separate?) package in volatile) would be the better long-term solution
(as in: not downloading some random file from a random host without any
cryptographic verification and putting it into /usr/share) I'm proposing
to remove pci.ids from md5sums generation altogether for now.

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pciutils depends on:
ii  libc6    2.19-11
ii  libpci3  1:3.2.1-3

pciutils recommends no packages.

Versions of packages pciutils suggests:
ii  bzip2     1.0.6-7
ii  curl      7.38.0-2
ii  lynx-cur  2.8.9dev1-2
ii  wget      1.15-1+b1

- -- no debconf information

- -- debsums errors found:
debsums: changed file /usr/share/misc/pci.ids (from pciutils package)

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

iQIVAwUBVJ/U+vhx3EthBlqjAQgKsxAApuL89QAwh353dpYiRMkZZete+BK1v+L6
Y80xko1QiKmavLCaee1uL7V+guADgbi9Wxt31dACHEo3SuSIbLtM/urWTB58p1Ar
bwRTGnK3Zm9l2MLM5aLq1EOOyIJsBlVvl33DZEyfzkS9VCfw6RYY1V1B1Gxh1J/0
4BBp0Pvnd+s/M1NRUbZr3twXVYZQ7SRKUqBcbNNSp/C6f/PEuTkGgB24UIt1ekX4
OhXunXALymXUHoWewLwycE8apc+FwNvb6lOXn3dT0YliKWTmnaGsg15JCr5OwdGv
nWkR591YaUvNdaU4E05oL3FkNC4jsAo7SUVmnBUzy5HV/m4FKKP4xeqDF7ewWZo6
XlK72Nn4C8Ue1zeZZ9wcxZ6M8p8RFzvWUpecRcoT+UyZAiDBSMD7UKIMFe2+A7zm
E2haNxuOW+8yWrzalvuHsbkdby/pp+bqRYYZ3HI9WYPFFJyAc7wZatqkgAAFeugi
qa989ioCEgnajPAu6r/E2lVv9BUqokt/UHpAoFfaKats6HSRBrm+PZA9fwmjhJ2u
dom83Gyi72d0eKjFoDyEuEZsAIuS1ZNbTy2LrcU7HCkNJieZdThmyQca80TjQzrb
Ue4WGw1jh6YevzwiketyBFrjSrcE2YZWOZgYo8LlOCfa/xidnnhcKjf32QidD6rJ
5vnCygE2lRQ=
=xTdp
-----END PGP SIGNATURE-----
>From aaafcce705c600f1e06a6ff4fc470ebeab538560 Mon Sep 17 00:00:00 2001
From: Sebastian Schmidt <y...@yath.de>
Date: Sun, 28 Dec 2014 10:50:27 +0100
Subject: [PATCH] Don't generate md5sum for pci.ids

pci.ids may be updated by update-pciids, causing a wrong md5sum for
/usr/share/misc/pci.ids.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1b239ff..6f60d19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ binary-arch: build
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_gencontrol -a
-	dh_md5sums -a
+	dh_md5sums -a -Xpci.ids
 	dh_builddeb -a
 
 source diff:                                                                  
-- 
2.1.1

Reply via email to