diff -Nru pciutils-3.7.0/debian/changelog pciutils-3.7.0/debian/changelog --- pciutils-3.7.0/debian/changelog 2021-10-07 10:22:13.000000000 +0000 +++ pciutils-3.7.0/debian/changelog 2021-08-30 02:45:58.000000000 +0000 @@ -1,20 +1,9 @@ -pciutils (1:3.7.0-5ubuntu3) impish; urgency=medium +pciutils (1:3.7.0-6) unstable; urgency=medium - * No-change rebuild to build packages with zstd compression. + * Add support for the noudeb build profile. Closes: #983322 + Based on a patch by Matthias Klose . - -- Matthias Klose Thu, 07 Oct 2021 12:22:13 +0200 - -pciutils (1:3.7.0-5ubuntu2) hirsute; urgency=medium - - * Also don't build the pciutils udeb. - - -- Matthias Klose Thu, 25 Feb 2021 06:10:52 +0100 - -pciutils (1:3.7.0-5ubuntu1) hirsute; urgency=medium - - * Allow building without the udeb on request. - - -- Matthias Klose Mon, 22 Feb 2021 11:46:34 +0100 + -- Guillem Jover Mon, 30 Aug 2021 04:45:58 +0200 pciutils (1:3.7.0-5) unstable; urgency=medium diff -Nru pciutils-3.7.0/debian/control pciutils-3.7.0/debian/control --- pciutils-3.7.0/debian/control 2021-02-25 05:10:32.000000000 +0000 +++ pciutils-3.7.0/debian/control 2021-08-30 02:36:45.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Guillem Jover Build-Depends: debhelper-compat (= 13), - pci.ids (>= 0.0~2019.11.10-2), + pci.ids (>= 0.0~2019.11.10-2) , pkg-config, libkmod-dev [linux-any], libudev-dev (>= 196) [linux-any], diff -Nru pciutils-3.7.0/debian/rules pciutils-3.7.0/debian/rules --- pciutils-3.7.0/debian/rules 2021-02-25 05:10:47.000000000 +0000 +++ pciutils-3.7.0/debian/rules 2021-08-30 02:39:40.000000000 +0000 @@ -8,10 +8,6 @@ include /usr/share/dpkg/buildflags.mk include /usr/share/dpkg/architecture.mk -ifeq (,$(filter noudeb, $(DEB_BUILD_PROFILES))) - with_udeb = yes -endif - confflags = confflags += OPT="$(CFLAGS)" confflags += SHARED=yes @@ -45,7 +41,7 @@ override_dh_auto_install: dh_auto_install -- $(confflags) install-lib -ifeq ($(with_udeb),yes) +ifeq (,$(filter noudeb,$(DEB_BUILD_PROFILES))) # pciutils-udeb # Reduce by removing subsystem ids and comments. cat /usr/share/misc/pci.ids | \