From ee91363e6620c0bdc9dcb31c02266905fca09b49 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:30:57 +0200 Subject: Adding debian version 1:3.11.1-1. Signed-off-by: Daniel Baumann --- debian/changelog | 1464 ++++++++++++++++++++++++++++++++++++++ debian/control | 92 +++ debian/copyright | 49 ++ debian/libpci-dev.examples | 1 + debian/libpci-dev.install | 3 + debian/libpci3-udeb.install | 2 + debian/libpci3.install | 2 + debian/libpci3.lintian-overrides | 1 + debian/libpci3.symbols | 60 ++ debian/pciutils-udeb.dirs | 1 + debian/pciutils-udeb.install | 2 + debian/pciutils.docs | 1 + debian/pciutils.install | 7 + debian/pciutils.postinst | 23 + debian/pciutils.postrm | 23 + debian/pciutils.preinst | 23 + debian/rules | 56 ++ debian/source/format | 1 + debian/source/lintian-overrides | 2 + debian/tests/control | 9 + debian/tests/test-libpci | 39 + debian/upstream/metadata | 4 + debian/upstream/signing-key.asc | 71 ++ debian/watch | 3 + 24 files changed, 1939 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libpci-dev.examples create mode 100644 debian/libpci-dev.install create mode 100644 debian/libpci3-udeb.install create mode 100644 debian/libpci3.install create mode 100644 debian/libpci3.lintian-overrides create mode 100644 debian/libpci3.symbols create mode 100644 debian/pciutils-udeb.dirs create mode 100644 debian/pciutils-udeb.install create mode 100644 debian/pciutils.docs create mode 100644 debian/pciutils.install create mode 100644 debian/pciutils.postinst create mode 100644 debian/pciutils.postrm create mode 100644 debian/pciutils.preinst create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/lintian-overrides create mode 100644 debian/tests/control create mode 100755 debian/tests/test-libpci create mode 100644 debian/upstream/metadata create mode 100644 debian/upstream/signing-key.asc create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ffa0206 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,1464 @@ +pciutils (1:3.11.1-1) unstable; urgency=medium + + * New upstream release. + - Remove patch that was taken from upstream. + - Update copyright years. + - Install new pcilmr tool. + * Wrap fields in debian/tests/control. + * Take DPKG_ROOT into account in maintainer scripts. + * Replace pkg-config with pkgconf in debian/tests/control. + * Switch from future=+lfs to abi=+lfs build flags feature, and Build-Depends + on dpkg-dev >= 1.22.0. + * Fix indentation in debian/tests/test-libpci. + + -- Guillem Jover Thu, 07 Mar 2024 06:49:13 +0100 + +pciutils (1:3.10.0-2) unstable; urgency=medium + + * Upload to unstable. + + -- Guillem Jover Mon, 12 Jun 2023 23:26:42 +0200 + +pciutils (1:3.10.0-1) experimental; urgency=medium + + * New upstream release. + - Remove patch that was taken from upstream. + - Cherry-pick patch from upstream to fix strip usage on cross-compilation. + - Update copyright years. + + -- Guillem Jover Sun, 07 May 2023 01:57:42 +0200 + +pciutils (1:3.9.0-4) unstable; urgency=medium + + * Do not trim debian/changelog. + * Add debian/patches metadata. + * Add pkgconf as a preferred alternative to pkg-config in Build-Depends. + * Make globs in debhelper fragment files more specific. + + -- Guillem Jover Wed, 18 Jan 2023 00:50:53 +0100 + +pciutils (1:3.9.0-3) unstable; urgency=medium + + * Use new upstream change for symbol aliases disappearance fix instead of + reverting the original commit. + * Switch to Standards-Version 4.6.2 (no changes needed). + * Update copyright years. + + -- Guillem Jover Sat, 07 Jan 2023 22:58:21 +0100 + +pciutils (1:3.9.0-2) unstable; urgency=medium + + * Enable LFS build options. This should be ABI safe for the shared library + as it does not expose any problematic type. + * Update lintian overrides. + + -- Guillem Jover Sat, 03 Dec 2022 14:13:08 +0100 + +pciutils (1:3.9.0-1) unstable; urgency=medium + + * New upstream release. + - Revert an upstream commit that makes some symbol aliases disappear, + breaking the ABI. + + -- Guillem Jover Thu, 24 Nov 2022 03:47:18 +0100 + +pciutils (1:3.8.0-1) unstable; urgency=medium + + * New upstream release. + - Remove all patches, merged upstream. + - Add new symbols to symbols file. + - Replace upstream signing key, it had expired. + - Do not ship current upstream tarball signatures, as these were made + with the expired signing key. This was reported upstream when the + release happened, but no new signatures have appeared yet. + - Update copyright years. + * Change Suggests from obsolete lynx-cur to lynx. + * Switch to Standards-Version 4.6.1 (no changes needed). + * Update lintian override to use new square bracket syntax. + + -- Guillem Jover Sun, 17 Jul 2022 02:35:09 +0200 + +pciutils (1:3.7.0-6) unstable; urgency=medium + + * Add support for the noudeb build profile. Closes: #983322 + Based on a patch by Matthias Klose . + + -- Guillem Jover Mon, 30 Aug 2021 04:45:58 +0200 + +pciutils (1:3.7.0-5) unstable; urgency=medium + + * Switch to Standards-Version 4.5.1 (no changes needed). + * Add new debian/upstream/metadata file. + + -- Guillem Jover Thu, 24 Dec 2020 18:49:27 +0100 + +pciutils (1:3.7.0-4) unstable; urgency=medium + + * Remove fortify.patch unnecessary since 3.6.4 where this was fixed upstream + in a different way. + * Update patches meta-information: + - Add Forwarded meta-fields. + - Switch a literal Debian bug URL into a Bug-Debian meta-field. + * Force update-pciids to generate a non-compressed pci.ids database. + Closes: #970762 + + -- Guillem Jover Mon, 05 Oct 2020 01:42:19 +0200 + +pciutils (1:3.7.0-3) unstable; urgency=medium + + * Force the hardlink for the backup pci.ids database in update-pciids. + Closes: #950812, #970762 + + -- Guillem Jover Wed, 23 Sep 2020 03:00:51 +0200 + +pciutils (1:3.7.0-2) unstable; urgency=medium + + * Fix build failure on Hurd, by taking a patch from upstream git. + + -- Guillem Jover Sat, 27 Jun 2020 03:39:28 +0200 + +pciutils (1:3.7.0-1) unstable; urgency=medium + + * New upstream release. + * Switch to debhelper compatibility level 13. + - Stop passing --add-udeb to dh_makeshlibs. + - Stop passing ChangeLog to dh_installchangelogs. + * Adapt to renamed lintian tag exit-in-shared-library. + * Remove unneeded update-pciids.sh patched changes, due to the + simplifications on the previous release. + * Pass OPT to make via the conffiles environment variable instead of + explicitly passing it prefixed to the command. + * Do not build a static library anymore. This does not work on Linux + systems anyway as libudev-dev does not provide a static library, and + providing one for non-Linux systems would make handling this inconsistent + in depending packages. In addition newer glibc generate a link-time + warning on code using getpwuid() calls, requesting to use the dynamic + library version. + * Split the License text into its own License stanza in debian/copyright. + * Add a superficial test case. Closes: #960441 + Based on a patch by Simon McVittie . + * Install pci.ids(5) in pciutils. + * List /usr/share/misc/pci.ids.gz explicitly in pciutils-udeb.install + so that dh_missing knows about it. + * Switch to the dh sequencer. + + -- Guillem Jover Tue, 16 Jun 2020 00:59:33 +0200 + +pciutils (1:3.6.4-1) unstable; urgency=medium + + * New upstream release. + - Refresh patches. + - Completely rewrite and simplify 04-update-pciids.sh.patch. + - Remove 10-hurd-pci-arbiter.patch, merged upstream. + * Do not ship empty /usr/share/misc directory in pciutils. + * Switch to Standards-Version 4.5.0 (no changes needed). + * Remove debian/TODO file. + + -- Guillem Jover Sun, 26 Jan 2020 01:21:26 +0100 + +pciutils (1:3.6.2-6) unstable; urgency=medium + + * Move pci.ids dependency from pciutils to libpci3. The library is the + one actually accessing the database. + + -- Guillem Jover Tue, 03 Dec 2019 01:24:00 +0100 + +pciutils (1:3.6.2-5) unstable; urgency=medium + + * Restore assumption that pci.ids is installed uncompressed. This was + introduced due to a confused reading of the udeb case which does + compress it. + + -- Guillem Jover Sun, 10 Nov 2019 23:33:44 +0100 + +pciutils (1:3.6.2-4) unstable; urgency=medium + + * Switch to use pci.ids package instead of embedded database: + - Add a Build-Depends on pci.ids to inject the file into pciutils-udeb. + - Add a Depends on pci.ids to pciutils instead of shipping it. + - Remove patch updating the pci.ids. + - Remove now unnecessary update-ids target from debian/rules. + + -- Guillem Jover Sun, 10 Nov 2019 15:04:55 +0100 + +pciutils (1:3.6.2-3) unstable; urgency=medium + + * Update source download URL to current primary site (with https now). + * Switch to Standards-Version 4.4.1 (no changes needed). + * Merge GNU/Hurd patches from the ports archive to add support for the + new PCI arbiter. Thanks to Joan Lledó , + Damien Zammit and + Samuel Thibault . + + -- Guillem Jover Sat, 09 Nov 2019 14:20:17 +0100 + +pciutils (1:3.6.2-2) unstable; urgency=medium + + * Switch from debian/compat to debhelper-compat in Build-Depends. + * Switch to Standards-Version 4.4.0. + * Update pci.ids file to latest version 2019.06.30. + + -- Guillem Jover Mon, 08 Jul 2019 00:15:14 +0200 + +pciutils (1:3.6.2-1) experimental; urgency=medium + + * New upstream release. Closes: #895425 + - Refresh patches. + - Remove 03-pci.ids.patch, the pci.ids is now up-to-date. + * Namespace debhelper fragment files with binary package name. + * Update debian/control: + - Remove obsolete dependencies on pciutils-dev and libpci2. + - Remove duplicate or inflated Priority fields. + - Line-wrap and sort fields. + - Remove Build-Depends on dpkg-dev satisfied in oldstable. + - Set Rules-Requires-Root to no. + - Replace pathname for static library with just a reference to it in the + packages description. + - Switch to Standards-Version 4.3.0. + * Switch to debhelper compatibility level 12. + * Remove pcimodules program, superseded by «lspci -k». + Closes: #599335, #893966 + * Remove trailing whitespace. + * Update debian/rules: + - Remove obsolete source and diff targets. + - Do not set DH_VERBOSE by default. + - Refactor all build system flags into a confflags variable. + - Run debhelper commands for all packages. + - Fix targets and dependencies. + - Line wrap long rules command. + - Enable hardening flags. + * Install example.c in libpci-dev instead of pciutils. + * Switch pciutils-udeb to link dynamically against libpci3-udeb. + * Fix upstream build system to install the static library with install-lib. + * Switch to use the upstream build system and debhelper fragment files to + install the packaged files into their correct place: + - Make the upstream build system install programs, header and libraries. + - Move ad-hoc installation from debian/rules into debhelper install + fragment files. + - Remove unused debhelper dirs fragment files. + * Reformat maintainer scripts. + - Use two-space indentation. + - Remove space in shebang. + - Do not use old-style quotes. + * Add new symbols file for the shared library. + * Add a lintian override for shlib-calls-exit, as the library does call + exit(3) by default, but makes it possible for the caller to setup a + different error handler. + * Fix typos in man pages. + * Fix fortify compiler warnings. + * Make the libpci-dev package Multi-Arch same. Closes: #721270 + * Add metadata to patch files. + + -- Guillem Jover Wed, 10 Apr 2019 03:20:09 +0200 + +pciutils (1:3.5.2-5) unstable; urgency=medium + + * Modify the upstream build system to recognize GNU style system names. + This way we can upstream these changes, and avoid unwieldy mappings. + + -- Guillem Jover Tue, 09 Apr 2019 05:02:49 +0200 + +pciutils (1:3.5.2-4) unstable; urgency=medium + + * Use expected system name for HOST variable. + - Switch to use DEB_HOST_GNU_SYSTEM instead of DEB_HOST_ARCH_OS. + This fixes the build failure on GNU/Hurd. + - Map GNU/k*BSD OS names to their non k-prefixed names. + This fixes the build failure on GNU/kFreeBSD. + + -- Guillem Jover Mon, 08 Apr 2019 02:31:08 +0200 + +pciutils (1:3.5.2-3) unstable; urgency=medium + + * Pass HOST as a make variable instead of through the environment as the + Makefile sets a default empty value. This makes the build reproducible. + + -- Guillem Jover Sun, 07 Apr 2019 20:47:46 +0200 + +pciutils (1:3.5.2-2) unstable; urgency=medium + + * Salvage package. Closes: #923799, #925097 + Thanks to the previous maintainers for all their past work. + * Add Vcs-Browser and Vcs-Git fields. + * Update Homepage field URL. Closes: #893965 + * Update debian/copyright: + - Remove original packaging information, present in the changelog. + - Stop claiming the Linux kernel uses GPL-2+. Closes: #688680 + - Switch to machine parseable format 1.0. + - Update copyright statements. + * Add upstream signing key. + * Update debian/watch: + - Switch to format version 4. + - Switch to the main upstream site, which provides usable signatures. + - Enable signature checks. + * Improve package descriptions. + * Use https in update-pciids. Closes: #805328 + * Update pci.ids file to latest version 2019.04.04. + * Make build reproducible, by unconditionally setting HOST. + Thanks to Chris Lamb for the initial investigation. + Closes: #849968 + + -- Guillem Jover Fri, 05 Apr 2019 06:18:47 +0200 + +pciutils (1:3.5.2-1) unstable; urgency=medium + + [ Anibal Monsalve Salazar ] + * New upstream version 3.5.2 + * Update pci.ids with version 2016.11.21 + * Refresh patches + * Standards-Version: 3.9.8 + + [ Helmut Grohne ] + * Fix FTCBFS (Closes: 834794) + - export cross $PKG_CONFIG + - export cross $HOST + + -- Anibal Monsalve Salazar Wed, 30 Nov 2016 06:53:07 +0000 + +pciutils (1:3.3.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix linking on non-linux architectures by cleaning link rules. + (Closes: #815669) + + -- Samuel Thibault Tue, 22 Nov 2016 19:57:46 +0100 + +pciutils (1:3.3.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Enable libkmod support on linux architectures (Closes: #807043) + * Enable udev hwdb support on linux architectures + + -- Laurent Bigonville Wed, 13 Jan 2016 20:18:06 +0100 + +pciutils (1:3.3.1-1) unstable; urgency=medium + + * New upstream version 3.3.1 + Closes: #773165 + * Update pci.ids with version 2015.07.31 + * Merged upstream: + 05-674708-setpci.man.patch + 06-675087-update-pciids.man.patch + * Refresh patches. + * Debian policy version is 3.9.6 + * Make the build reproducible + Patch by Reiner Herrmann + Closes: #783144 + * Fix wrong option for modprobe in man page of pcimodules + Patch by Maximiliano Curia + Closes: #613626 + + -- Anibal Monsalve Salazar Tue, 11 Aug 2015 13:03:50 +0100 + +pciutils (1:3.2.1-3) unstable; urgency=medium + + * Update pci.ids with version 2014.09.09. + * Use default compression for binary packages. + * Refresh patches. + + -- Anibal Monsalve Salazar Tue, 09 Sep 2014 03:44:50 +0100 + +pciutils (1:3.2.1-2) unstable; urgency=medium + + * Update pci.ids with version 2014.02.14 + + -- Anibal Monsalve Salazar Sun, 16 Feb 2014 13:13:27 +1100 + +pciutils (1:3.2.1-1) unstable; urgency=medium + + * New upstream version 3.2.1 + - CardBus bridge capabilities are displayed. + - PCIe L1 PM substates are decoded. + - Various bugs were fixed in decoding of PCIe capabilities. + - The sysfs back-end does not spit out unnecessary warnings when + slots report only a partial device address. This actually + on IBM pSeries. + * Update 01-Makefile.patch + * Update pci.ids with version 2013.12.27 + * Debian policy version is 3.9.5 + * Suggests package lynx-cur + Closes: #710580 + + -- Anibal Monsalve Salazar Sat, 28 Dec 2013 10:47:09 +1100 + +pciutils (1:3.2.0-3) unstable; urgency=low + + * Update pci.ids with version 2013.07.01 + * Update package description + Patch by Justin B Rye + Closes: #708363 + * libpci.pc: add -lresolv and -lz for static linking + Add 07-697383-libpci.pc.in.patch + Closes: #697383 + + -- Anibal Monsalve Salazar Tue, 02 Jul 2013 11:17:29 +1000 + +pciutils (1:3.2.0-2) unstable; urgency=low + + * Update pci.ids with version 2013.06.06 + + -- Anibal Monsalve Salazar Thu, 06 Jun 2013 13:07:10 +1000 + +pciutils (1:3.2.0-1) unstable; urgency=low + + * New upstream version 3.2.0 + - 3.2.0 + On newer Linux systems, we use libkmod to look up kernel modules + (modules.pcimap no longer exists.) To facilitate this, libpci + is able to look up module aliases in sysfs. + - 3.1.10 + Decoding of LTR/OBFF in PCIe capabilities. + * Debian policy version is 3.9.4 + * Update pci.ids with version 2013.05.22 + * update-pciids is in /usr/sbin + Closes: #708361 + * Update + 01-Makefile.patch + 04-update-pciids.sh.patch + * Fix various issues in setpci.man update-pciids.man + Patches by Bjarni Ingi Gislason + Add 05-674708-setpci.man.patch + Add 06-675087-update-pciids.man.patch + Closes: #674708, #675087 + + [ Colin Watson ] + * Set CROSS_COMPILE rather than CC when cross-building, so that we use the + correct ar and ranlib too. + Closes: #694903 + * Tell the upstream build system not to strip binaries when installing + them; dh_strip will handle that, using the correct strip program and + honouring DEB_BUILD_OPTIONS=nostrip. + Closes: #694903 + + -- Anibal Monsalve Salazar Thu, 23 May 2013 11:57:46 +1000 + +pciutils (1:3.1.9-6) unstable; urgency=low + + * Update pci.ids with version 2012.11.19 + + -- Anibal Monsalve Salazar Tue, 20 Nov 2012 09:43:33 +1100 + +pciutils (1:3.1.9-5) unstable; urgency=medium + + * Update pci.ids with version 2012.06.25 + + -- Anibal Monsalve Salazar Sat, 30 Jun 2012 13:33:01 +1000 + +pciutils (1:3.1.9-4) unstable; urgency=low + + * Enable hardened build flags + * DH compatibility level is 9 + + -- Anibal Monsalve Salazar Thu, 14 Jun 2012 11:49:37 +1000 + +pciutils (1:3.1.9-3) unstable; urgency=medium + + * Update pci.ids with version 2012.05.07 + + -- Anibal Monsalve Salazar Tue, 08 May 2012 13:05:10 +1000 + +pciutils (1:3.1.9-2) unstable; urgency=medium + + * Update pci.ids with version 2012.04.09 + + -- Anibal Monsalve Salazar Wed, 11 Apr 2012 20:04:52 +1000 + +pciutils (1:3.1.9-1) unstable; urgency=low + + * New upstream version 3.1.9 + - Decode PCIe Gen 3 speeds and link status fields + - Fix "non-informative text for VIA VT6415" + Closes: 589674 + - Fix "libpci3: lspci -i x crashes" + Closes: 624202 + * Merge 1:3.1.8-2ubuntu5 + - Remove Multi-Arch: same from libpci-dev; /usr/include/pci/config.h is + not identical across architectures + Closes: 658766 + - Add libpci3-udeb, for future use by biosdevname-udeb + - Don't put -dev files in /lib; these still belong under /usr/lib + - Set single-debian-patch in debian/source/options, so that future pci.ids + updates don't result in umpteen debian-changes-$version patches + * Update the pciutils Uploaders list + Closes: 572503 + * Update pci.ids with version 2012.02.27 + + -- Anibal Monsalve Salazar Fri, 30 Mar 2012 17:02:27 +1100 + +pciutils (1:3.1.8-2ubuntu5) precise; urgency=low + + * Remove Multi-Arch: same from libpci-dev; /usr/include/pci/config.h is + not identical across architectures (LP: #948205). + + -- Colin Watson Fri, 09 Mar 2012 12:03:25 +0000 + +pciutils (1:3.1.8-2ubuntu4) precise; urgency=low + + * Downloaded daily snapshot dated 2012-02-27 03:15:01 + + -- Tim Gardner Mon, 05 Mar 2012 06:43:17 -0700 + +pciutils (1:3.1.8-2ubuntu3) precise; urgency=low + + * Downloaded daily snapshot dated 2012-01-18 03:15:02 + + -- Tim Gardner Tue, 31 Jan 2012 07:46:21 -0700 + +pciutils (1:3.1.8-2ubuntu2) precise; urgency=low + + * Explicitly call dh_builddeb -plibpci3-udeb, since debian/rules is now + enumerating all the packages in order to enable bzip2 compression on the + .debs. + * Fix the ldconfig link target in the udeb. + + -- Steve Langasek Mon, 19 Dec 2011 20:42:25 +0000 + +pciutils (1:3.1.8-2ubuntu1) precise; urgency=low + + * Merge from Debian testing, remaining changes: + - Add libpci3-udeb, for future use by biosdevname-udeb. + - Move libpci3 to /lib for biosdevname (LP: #813710). + * Don't put -dev files in /lib; these still belong under /usr/lib. + * Set single-debian-patch in debian/source/options, so that future pci.ids + updates don't result in umpteen debian-changes-$version patches. + + -- Steve Langasek Mon, 19 Dec 2011 11:40:54 -0800 + +pciutils (1:3.1.8-2) unstable; urgency=low + + * Add multi-arch support + Patch by Riku Voipio + Closes: 641269 + + -- Anibal Monsalve Salazar Wed, 30 Nov 2011 09:01:37 +1100 + +pciutils (1:3.1.8-1) unstable; urgency=low + + * New upstream version 3.1.8 + + * More capabilities: Transaction Processing Hints, Latency Tolerance + Reporting. Thanks to Jesse Barnes. + + * Added BeOS and Haiku ports. Contributed by Francois Revol. + + * pciutils.pc now uses Libs.private properly. + + * When we format a name and it does not fit in the buffer, we truncate + it instead of returning "buffer too small" instead. This works on all + platforms with sane (i.e., C99-compatible) snprintf(). + + * Various minor bug fixes. + + * Update pci.ids with version 2011.11.09 + + -- Anibal Monsalve Salazar Mon, 28 Nov 2011 19:25:53 +1100 + +pciutils (1:3.1.7-12) unstable; urgency=high + + * pciutils-udeb: Don't pass "-Zbzip2 -z9" to dpkg-deb + Refer to Bug#634865 + + -- Anibal Monsalve Salazar Wed, 27 Jul 2011 12:22:42 +1000 + +pciutils (1:3.1.7-11) unstable; urgency=medium + + * Update pci.ids with version 2011.07.14 + + -- Anibal Monsalve Salazar Sun, 17 Jul 2011 13:45:04 +1000 + +pciutils (1:3.1.7-10) unstable; urgency=medium + + * Update pci.ids with version 2011.06.23 + * Fix debian-rules-missing-recommended-target + + -- Anibal Monsalve Salazar Sat, 25 Jun 2011 15:11:49 +1000 + +pciutils (1:3.1.7-9) unstable; urgency=medium + + * Update pci.ids with version 2011.04.04 + * Debian policy version is 3.9.2 + + -- Anibal Monsalve Salazar Wed, 13 Apr 2011 13:14:51 +1000 + +pciutils (1:3.1.7-8) unstable; urgency=medium + + * Update pci.ids with version 2011.03.12 + + -- Anibal Monsalve Salazar Wed, 23 Mar 2011 18:12:47 +1100 + +pciutils (1:3.1.7-7) unstable; urgency=low + + * Update pci.ids with version 2011-02-06 + + -- Anibal Monsalve Salazar Fri, 11 Feb 2011 21:18:09 +1100 + +pciutils (1:3.1.7-6) unstable; urgency=medium + + * Update pci.ids with version 2010.11.24 + * Pass parameters -Zbzip2 and -z9 to dpkg-deb via dh_builddeb + + -- Anibal Monsalve Salazar Fri, 26 Nov 2010 16:19:45 +1100 + +pciutils (1:3.1.7-5) unstable; urgency=medium + + * Update pci.ids with version 2010.08.23 + * Fix out-of-date-standards-version + * Fix xc-package-type-in-debian-control + + -- Anibal Monsalve Salazar Tue, 24 Aug 2010 19:10:27 +1000 + +pciutils (1:3.1.7-4ubuntu11) oneiric; urgency=low + + * Move libpci3 to /lib for biosdevname (LP: #813710). + + -- Evan Dandrea Tue, 20 Sep 2011 16:02:28 +0100 + +pciutils (1:3.1.7-4ubuntu10) oneiric; urgency=low + + * Downloaded daily snapshot dated 2011-09-08 03:15:04 + + -- Tim Gardner Mon, 12 Sep 2011 08:12:08 -0600 + +pciutils (1:3.1.7-4ubuntu9) oneiric; urgency=low + + * Downloaded daily snapshot dated 2011-07-14 03:15:06 + + -- Tim Gardner Tue, 26 Jul 2011 08:58:28 -0600 + +pciutils (1:3.1.7-4ubuntu8) oneiric; urgency=low + + * Downloaded daily snapshot dated 2011-05-25 03:15:03 + + -- Tim Gardner Thu, 26 May 2011 09:39:23 -0600 + +pciutils (1:3.1.7-4ubuntu7) natty; urgency=low + + * Downloaded daily snapshot dated 2011-03-12 03:15:02 + + -- Tim Gardner Thu, 17 Mar 2011 07:19:44 -0600 + +pciutils (1:3.1.7-4ubuntu6) natty; urgency=low + + * Add libpci3-udeb, for future use by biosdevname-udeb. + + -- Colin Watson Wed, 23 Feb 2011 16:06:23 +0000 + +pciutils (1:3.1.7-4ubuntu5) natty; urgency=low + + * Downloaded daily snapshot dated 2011-01-22 03:15:03 + + -- Tim Gardner Tue, 25 Jan 2011 11:01:22 -0700 + +pciutils (1:3.1.7-4ubuntu4) natty; urgency=low + + * Downloaded daily snapshot dated 2010-11-24 03:15:02 + + -- Tim Gardner Mon, 29 Nov 2010 09:15:14 -0700 + +pciutils (1:3.1.7-4ubuntu3) natty; urgency=low + + * Downloaded daily snapshot dated 2010-10-20 + + -- Tim Gardner Wed, 20 Oct 2010 11:37:52 -0600 + +pciutils (1:3.1.7-4ubuntu2) maverick; urgency=low + + * Downloaded daily snapshot dated 2010-08-25 03:15:04 + + -- Tim Gardner Thu, 26 Aug 2010 12:41:33 -0600 + +pciutils (1:3.1.7-4ubuntu1) maverick; urgency=low + + * Downloaded daily snapshot dated 2010-07-14 03:15:03 + + -- Tim Gardner Tue, 27 Jul 2010 14:23:46 +0100 + +pciutils (1:3.1.7-4) unstable; urgency=low + + * Update pci.ids with snapshot dated 2010-06-12 + + -- Anibal Monsalve Salazar Sat, 26 Jun 2010 14:17:57 +1000 + +pciutils (1:3.1.7-3) unstable; urgency=medium + + * Update pci.ids with snapshot dated 2010-04-09 03:15:02 + + -- Anibal Monsalve Salazar Sun, 11 Apr 2010 07:50:00 +1000 + +pciutils (1:3.1.7-2) unstable; urgency=medium + + * Update pci.ids with snapshot dated 2010-03-01 03:15:01 + + -- Anibal Monsalve Salazar Sun, 14 Mar 2010 12:17:33 +1100 + +pciutils (1:3.1.7-1) unstable; urgency=low + + * New upstream version + * Update pci.ids with snapshot dated 2010-02-11 03:15:02 + * Fix out-of-date-standards-version + + -- Anibal Monsalve Salazar Fri, 12 Feb 2010 17:54:56 +1100 + +pciutils (1:3.1.6-1) unstable; urgency=low + + * New upstream version + * Debian source format is 3.0 (quilt) + * Don't define GZIP in update-pciids + Closes: 566311 + + -- Anibal Monsalve Salazar Wed, 27 Jan 2010 14:32:37 +1100 + +pciutils (1:3.1.4-5) unstable; urgency=low + + * Update pci.ids with snapshot dated 2010-01-11 03:15:02 + * Fix debhelper-but-no-misc-depends + + -- Anibal Monsalve Salazar Sat, 16 Jan 2010 17:44:24 +1100 + +pciutils (1:3.1.4-4) unstable; urgency=low + + * Update pci.ids with snapshot dated 2009-11-23 03:15:02 + + -- Anibal Monsalve Salazar Tue, 24 Nov 2009 14:58:29 +1100 + +pciutils (1:3.1.4-3) unstable; urgency=low + + * Update pci.ids with snapshot dated 2009-10-22 03:15:02 + * Build twice in a row successfully + Closes: 544011 + * Ship libpci.a in libpci-dev + Closes: 545877 + + -- Anibal Monsalve Salazar Sat, 07 Nov 2009 20:06:09 +1100 + +pciutils (1:3.1.4-2) unstable; urgency=medium + + * Update pci.ids with snapshot dated 2009-09-18 03:15:01 + + -- Anibal Monsalve Salazar Fri, 09 Oct 2009 12:28:51 +1100 + +pciutils (1:3.1.4-1) unstable; urgency=low + + * New upstream version + * Fix out-of-date-standards-version + * Update pci.ids with snapshot dated 2009-08-18 03:15:02 + + -- Anibal Monsalve Salazar Thu, 20 Aug 2009 15:41:13 +1000 + +pciutils (1:3.1.3-2) unstable; urgency=high + + [ Julien Cristau ] + * update-pciids: make sure the new pci.ids file has the same + owner/permissions as the old one. Closes: 540664 + + [ Anibal Monsalve Salazar ] + * Fix shlibs dependency + Closes: 516848, 519608, 529032 + * Fix priority disparity + * Update pci.ids with snapshot dated 2009-07-27 03:15:01 + + -- Anibal Monsalve Salazar Sun, 09 Aug 2009 16:20:14 +0200 + +pciutils (1:3.1.3-1) unstable; urgency=low + + * New upstream version + * DH level compatibility is 7 + * Fix out-of-date-standards-version + * Fix dh-clean-k-is-deprecated + + -- Anibal Monsalve Salazar Mon, 06 Jul 2009 08:50:14 +1000 + +pciutils (1:3.1.2-5) unstable; urgency=medium + + * Update pci.ids with snapshot dated 2009-06-02 03:15:01 + + -- Anibal Monsalve Salazar Fri, 12 Jun 2009 15:17:01 +1000 + +pciutils (1:3.1.2-4) unstable; urgency=low + + * Update pci.ids with snapshot dated 2009-05-19 03:15:01 + * Fix typo in setpci manpage; closes: #525258 + + -- Anibal Monsalve Salazar Fri, 22 May 2009 12:28:39 +1000 + +pciutils (1:3.1.2-3) unstable; urgency=medium + + * Update pci.ids with snapshot dated 2009-03-29 03:15:02 + * Fix shlibs; closes: #521176 + + -- Anibal Monsalve Salazar Mon, 30 Mar 2009 13:31:08 +1100 + +pciutils (1:3.1.2-2) unstable; urgency=low + + * Update pci.ids with snapshot dated 2009-03-19 03:15:02 + * Fix "FTBFS on GNU/kFreeBSD"; patch by Petr Salinger; closes: #520343 + * Standards version is 3.8.1 + + -- Anibal Monsalve Salazar Sun, 22 Mar 2009 16:42:57 +1100 + +pciutils (1:3.1.2-1) unstable; urgency=low + + * New upstream version + * Update pci.ids with snapshot dated 2009-02-20 03:15:01 + + -- Anibal Monsalve Salazar Tue, 03 Mar 2009 13:46:34 +1100 + +pciutils (1:3.0.3-2) unstable; urgency=low + + * Upload to unstable + * Put back Matthew Wilcox in uploaders + * Update pci.ids with snapshot dated 2009-02-14 03:15:02 + + -- Anibal Monsalve Salazar Mon, 16 Feb 2009 12:49:19 +1100 + +pciutils (1:3.0.3-1) experimental; urgency=low + + * New upstream version + * Update pci.ids with snapshot dated 2008-11-14 03:15:02 + * Support cross-building; patch by Neil Williams; closes: #481672 + * Fix libpci3 long description; closes: #481313 + + -- Anibal Monsalve Salazar Sun, 16 Nov 2008 18:54:07 +1100 + +pciutils (1:3.0.2-2) experimental; urgency=low + + * New pci.ids header format; closes: #501612 + * Update pci.ids with snapshot dated 2008-10-27 03:15:01 + + -- Anibal Monsalve Salazar Sun, 02 Nov 2008 09:16:00 +1100 + +pciutils (1:3.0.0-6) unstable; urgency=low + + * New pci.ids header format; closes: #501612 + * Update pci.ids with snapshot dated 2008-10-07 11:49:28 + + -- Anibal Monsalve Salazar Thu, 09 Oct 2008 22:00:53 +1100 + +pciutils (1:3.0.2-1) experimental; urgency=low + + * New upstream version + * Update pci.ids with snapshot dated Sat 2008-10-04 01:05:02 + + -- Anibal Monsalve Salazar Sat, 04 Oct 2008 11:05:39 +1000 + +pciutils (1:3.0.0-5) unstable; urgency=low + + * Do not strip pci.ids in the pciutils binary package; closes: #496655 + * Fix libpci3 long description; closes: #481313 + * Update pci.ids with snapshot dated Wed 2008-10-01 01:05:01 + - Fix typo in pci.ids; patch by Antony Gelberg; closes: #497861 + * Standards-Version is 3.8.0 + + -- Anibal Monsalve Salazar Wed, 01 Oct 2008 12:42:52 +1000 + +pciutils (1:3.0.0-4) unstable; urgency=low + + * Uncompress pci.ids.gz in debian/rules. Closes: #479766 + * Don't compress pci.ids in update-pciids.sh. Closes: #454453 + * pci.ids: updated with daily snapshot dated Sun 2008-05-11 01:05:02 + + -- Anibal Monsalve Salazar Mon, 12 May 2008 09:54:02 +1000 + +pciutils (1:3.0.0-3) unstable; urgency=low + + * libpci-dev conflicts with pciutils-dev. Closes: #478290 + + -- Anibal Monsalve Salazar Tue, 29 Apr 2008 16:23:38 +1000 + +pciutils (1:3.0.0-2) unstable; urgency=low + + * libpci-dev is priority standard + * Compile the udeb lspci with libpci.a + * Don't uncompress pci.ids.gz + * update-pciids works as expected. Closes: #411314, #452008 + * pci.ids: updated with daily snapshot dated 2008-04-27 01:05:01 + + -- Anibal Monsalve Salazar Fri, 25 Apr 2008 09:50:37 +1000 + +pciutils (1:3.0.0-1) experimental; urgency=low + + * New upstream version + * pci.ids: updated with daily snapshot dated Sat 2008-04-12 01:05:01 + + -- Anibal Monsalve Salazar Sat, 12 Apr 2008 21:19:53 +1000 + +pciutils (1:2.2.10-2) unstable; urgency=low + + * pci.ids: updated with daily snapshot dated Sat 2008-04-12 01:05:01 + + -- Anibal Monsalve Salazar Sat, 12 Apr 2008 20:35:57 +1000 + +pciutils (1:2.2.10-1) unstable; urgency=low + + * New upstream version + * Install the pkgconfig file in the pciutils-dev package. + Patch by Nicolas Boullis . + Closes: #403181 + * pci.ids: updated with daily snapshot dated Wed 2008-02-20 02:05:01 + + -- Anibal Monsalve Salazar Wed, 20 Feb 2008 19:29:55 +1100 + +pciutils (1:2.2.9-2) unstable; urgency=low + + * pciutils-udeb is priority standard. Closes: #420227 + + -- Anibal Monsalve Salazar Wed, 23 Jan 2008 22:16:47 +1100 + +pciutils (1:2.2.9-1) unstable; urgency=medium + + * New upstream version + * Acknowledged NMU. Closes: #425639 + * pci.ids: updated with daily snapshot dated Wed 2008-01-23 02:05:02 + Closes: #422713 + * pciutils and pciutils-udeb depend on ${misc:Depends} + * pciutils-dev depends on zlib1g-dev. Closes: 396640, #413462 + * pciutils-dev depends on pciutils (= ${binary:Version}) + * Bumped debhelper compat to 5 + * Bumped Standards-Version to 3.7.3 + * Put myself as maintainer + * Set homepage control header + * pciutils is priority standard + * Removed empty lib directory from pciutils-udeb + * Replaced "-$(MAKE)" with "[ ! -f Makefile ] || $(MAKE)" in debian/rules + + -- Anibal Monsalve Salazar Wed, 23 Jan 2008 17:36:12 +1100 + +pciutils (1:2.2.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Removed obsolete dependency libpci2. Closes: #425639 + + -- Arnaud Hocevar Sat, 29 Sep 2007 21:25:06 +0000 + +pciutils (1:2.2.4-1) unstable; urgency=low + + [ Matthew Wilcox ] + * New upstream version. + * Get rid of build-* rules in debian/rules, don't call build from + binary-indep and don't touch build-* files. + * gzip the udeb's stripped pci.ids, but gunzip the deb's pci.ids so + that programs linked against earlier versions of libpci continue + to work. Also modify update-pciids so that it'll install an + uncompressed version of pci.ids. + * Change Makefile to not build pcimodules for HURD. Closes: #380032 + * Improve the error message if we can't read the standard header + * Remove myself as an Uploader + [ Matt Taggart ] + * update pci.ids to 2006-10-27 01:05:01 + + -- Matt Taggart Fri, 27 Oct 2006 02:55:47 -0700 + +pciutils (1:2.2.4~pre4-1) unstable; urgency=low + + [ Matthew Wilcox ] + * New upstream version + - Adds -nn option. Closes: #268031 + - Adds deviceclass field. Closes: #335665 + - Fixes I/O port access on Hurd. Closes: #379407 + + -- Matthew Wilcox Fri, 11 Aug 2006 07:34:06 -0400 + +pciutils (1:2.2.1-2) unstable; urgency=low + + * Fix Maintainer email address + + -- Matthew Wilcox Wed, 07 Jun 2006 11:09:11 -0400 + +pciutils (1:2.2.1-1) unstable; urgency=low + + [ Matthew Wilcox ] + * New upstream version. Closes: #329370 + - Builds on HURD. Closes: #349239 + - Debian GNU/kFreeBSD should now build. Closes: #292324 + - Uses correct header type for PCI-X. Closes: #265745 + - u64 is now defined in include/pci/types.h. Closes: #265771 + - Subsystem vendors now printed correctly. Closes: #304576 + - Error message corrected. Closes: #347872 + - nv40 replaced with NV40. Closes: #343222 + - Memory window size now reported correctly. Closes: #256607 + - The manpage now explains why capabilties are available only to root. + Closes: #173274 + - Domains are properly supported. Closes: #369751 + * New debian maintainers. Thanks to Remco for his years of service. + * Added option to use curl (instead of wget or lynx) to retrieve pci.ids + * Revert patch to change -m format from #250737. Closes: #347877 + * Move /var/lib/pciutils/pci.ids back to /usr/share/misc/pci.ids. + Closes: #336331 + * Fix typos in pcimodules manpages. Closes: #356129, #302142 + * Remove libpci.so.2; depend on libpci2 to provide this for compatibility + with sarge. + * Build libpci.a with -fPIC for packages which need to build shared + libraries. + * Remove -X option as upstream has vetoed it. It wasn't actually being + used anyway. + * Add -D option (which will be in the next upstream release) to always + show domains. + * Stop installing the pciutils.lsm file. + + [ Matt Taggart ] + * update debian/copyright date and author email address + * Make the pci.ids update a separate debian/rules target that's not + invoked in a default build + * minor cleanups in debian/rules + * get rid of README.debian, it's redundant with upstream info + + -- Matthew Wilcox Thu, 20 Apr 2006 21:01:24 -0400 + +pciutils (1:2.1.11-16) unstable; urgency=low + + * New maintainer, closes: #359915. + * ACK NMUs, closes: #261536, #271226, #278479, #281411, #281413, + #284110, #326274. + * Set Standards-Version to 3.6.2. + * Added homepage to package descriptions. + * Added debian watch file. + + -- Anibal Monsalve Salazar Thu, 30 Mar 2006 08:06:49 +1100 + +pciutils (1:2.1.11-15.3) unstable; urgency=low + + [ Christian Perrier ] + * Non-maintainer upload to add a udeb providing lspci for d-i purposes + Closes: #284110 + + [ Colin Watson ] + * Changes merged from Ubuntu patches: + - Add pciutils-udeb, for use in the installer. Contains only lspci, + libpci.so.2, and pci.ids. + - Reduce pciutils-udeb's copy of pci.ids by over 100KB by removing + subsystem ids, which I don't think we need in the installer, and + comments. + - Move pciutils-udeb's copy of libpci.so.2 to /lib; it seems to confuse + mklibs less that way. + + -- Christian Perrier Sat, 3 Dec 2005 08:16:54 +0100 + +pciutils (1:2.1.11-15.1) unstable; urgency=low + + * NMU durring BSP + * remove unneeded wget build-dependancy + * Store pci.ids under /var for better FHS complicance (closes: #278479) + patch by Sam Morris + * Remove pci.ids.old etc when purging the package (closes: #281413) + patch by Sam Morris + * fix lspci -F for new or old lspci -x format (closes: #261536) + based on patch by Ben Pfaff + * update pci.ids (closes: #281411, hopefully closes: #326274) + + -- Blars Blarson Sat, 3 Sep 2005 22:07:20 +0000 + +pciutils (1:2.1.11-15) unstable; urgency=low + + * Updated pci.ids + * Closes: #259990: pciutils{, -dev}: package description shouldn't + contain "(for 2.*.* kernels)" + * Install example.c in package (closes: #228660) + + -- Remco van de Meent Sun, 18 Jul 2004 10:16:57 +0200 + +pciutils (1:2.1.11-14) unstable; urgency=medium + + * Added Conflicts with older alsa-utils version (closes: #259661) + * Updated pci.ids + + -- Remco van de Meent Fri, 16 Jul 2004 18:38:05 +0200 + +pciutils (1:2.1.11-13) unstable; urgency=low + + * Updated pci.ids + * Add pcimodules utility (closes: #253020) + * Add -X option for output suitable for use in XFree86Config (closes: + #251828) + * Fix problem with lspci displaying wrong bar size (closes: #256352) + * Make machine-readable output better machine-readable (closes: + #250737) + + -- Remco van de Meent Fri, 9 Jul 2004 16:13:52 +0200 + +pciutils (1:2.1.11-12) unstable; urgency=low + + * Oops now with correct replaces versioning + + -- Remco van de Meent Tue, 20 Apr 2004 23:53:16 +0200 + +pciutils (1:2.1.11-11) unstable; urgency=low + + * Revert to just the pciutils and pciutils-dev packages (no changes to + base system allowed currently), hence replaces: libpci2 (closes: + #244583, #241360, #225512) + * Fix warning on lack of sysfs support on 2.4 kernels (closes: #242239, + #244249, #242892) + * Conflicts on packages that need the old output of lspci, or the old + libpci.so.1, namely hardinfo, kudzu and sndconfig. + * Updated pci.ids + + -- Remco van de Meent Tue, 20 Apr 2004 11:31:10 +0200 + +pciutils (1:2.1.11-10) unstable; urgency=low + + * Sysfs support enabled again. libpci1 -> libpci2. + * Old shared lib in separate (source) package: libpci1 + * Temporary dependency on libpci1 package, for transition purposes. + + -- Remco van de Meent Thu, 8 Apr 2004 21:07:51 +0200 + +pciutils (1:2.1.11-9) unstable; urgency=low + + * Revert sysfs patch, so that ABI is back in original state. Shared + library split off from main package (libpci1). Later version will + include sysfs patch again. + * Update pci.ids + + -- Remco van de Meent Thu, 8 Apr 2004 19:30:15 +0200 + +pciutils (1:2.1.11-8) unstable; urgency=low + + * Updated pci.ids file + * Applied sysfs patch from + http://ftp.linux.org.uk/pub/linux/willy/patches/pciutils-sysfs.diff. + pciutils now can make use of /sys if available (linux 2.6), and also + works under 2.4 on sparc64 (closes: #225027, #227547) + * update-pciids.sh now preserves permission of pci.ids (closes: + #223740) + * Changed wrong acronym Mhz into MHz in lspci.c (closes: #230594) + + -- Remco van de Meent Sun, 28 Mar 2004 15:17:30 +0200 + +pciutils (1:2.1.11-7) unstable; urgency=low + + * Tiny change to lib/configure + * Updated pci.ids + * Removed build-depends on libc6-dev (closes: #225345) + + -- Remco van de Meent Mon, 29 Dec 2003 19:07:55 +0100 + +pciutils (1:2.1.11-6) unstable; urgency=low + + * Updated pci.ids + * Slighly updated description in debian/control + + -- Remco van de Meent Mon, 8 Dec 2003 20:38:49 +0100 + +pciutils (1:2.1.11-5) unstable; urgency=low + + * Introduce versioning in shared library: libpci.so -> libpci.so.1 + (closes: #215181) + * Provide libpci.so -> libpci.so.1 symlink to prevent other packages + breaking + + -- Remco van de Meent Sat, 11 Oct 2003 12:44:19 +0200 + +pciutils (1:2.1.11-4) unstable; urgency=low + + * Provide symlink /bin/lspci -> /usr/bin/lspci, and similar for + setpci. /usr/bin is the new location of these binaries as they are + no longer essential, but other packages may currently rely on these + binaries to be in /bin. (closes: #215002) + * Fix Makefile so that setpci is built correctly (closes: #214785) + + -- Remco van de Meent Fri, 10 Oct 2003 09:46:17 +0200 + +pciutils (1:2.1.11-3) unstable; urgency=low + + * Upgraded to Standards-Version: 3.6.1 + * Applied patch from Iustin Pop to have pciutils provide a shared + library (closes: #212246) + * Formatting problem for PCI-X capabilities fixed, thanks to Matthew + Wilcox (closes: #191468) + * Formatting problem for cache line size fixed, thanks to Grant + Grundler (closes: #207446, #207450) + * Applied patch from Matthieu Lochegnies to fix PCI configuration read + (closes: #200340) + * Applied patch from Matthew Wilcox to fix PCI-X capability reporting + (closes: #191573) + * Put lspci and setpci in /usr/bin + * Updated pci.ids file + + -- Remco van de Meent Tue, 7 Oct 2003 13:29:12 +0200 + +pciutils (1:2.1.11-2) unstable; urgency=low + + * Upgrade standards-version + * Upgrade pci.ids + + -- Remco van de Meent Mon, 3 Mar 2003 15:31:58 +0100 + +pciutils (1:2.1.11-1) unstable; urgency=low + + * New upstream release + * pci.ids retrieved at built time from official place (closes: #112878) + + -- Remco van de Meent Sat, 22 Feb 2003 19:27:09 +0100 + +pciutils (1:2.1.10-4) unstable; urgency=low + + * Change README: no requirement for specific kernel versions anymore + * Update pci.ids file (closes: #172190, #101706) + * Provide directions for updating pci.ids file by hand + + -- Remco van de Meent Thu, 2 Jan 2003 12:21:25 +0000 + +pciutils (1:2.1.10-3) unstable; urgency=low + + * Removed auto-update of pci.ids feature + + -- Remco van de Meent Sat, 25 May 2002 11:48:33 +0200 + +pciutils (1:2.1.10-2) unstable; urgency=low + + * Make update-ids target failsafe in case of networking problems + (closes: #147996) + + -- Remco van de Meent Fri, 24 May 2002 11:23:36 +0200 + +pciutils (1:2.1.10-1) unstable; urgency=low + + * New upstream release (closes: #147221) + * Mention 2.5 kernels in package description + * Automatically update pci.ids file during build. Add wget and bzip2 + build depends (closes: #147220) + * Upstream location is now at ftp.kernel.org. Changed copyright file. + (closes: #147219) + + -- Remco van de Meent Fri, 17 May 2002 13:11:50 +0200 + +pciutils (1:2.1.9-4) unstable; urgency=low + + * Change sbin/lspci from hardlink to symlink, closes: #137779 + + -- Remco van de Meent Mon, 11 Mar 2002 13:26:04 +0100 + +pciutils (1:2.1.9-3) unstable; urgency=low + + * Move lspci to /bin, closes: #134814 + + -- Remco van de Meent Wed, 6 Mar 2002 14:26:15 +0100 + +pciutils (1:2.1.9-2) unstable; urgency=low + + * priority changed to optional + * Fixed build depends, closes: #88388 + * Upgraded standards-version to 3.5.6 + * Use upstream provided pci.ids again + * Linksys Network Everywhere Fast Ethernet 10/100 card is in the + database now, closes: #88213 + * Netgear FA311 ethernet card is in the database now, closes: #83415 + * debian/rules cleanup + + -- Remco van de Meent Mon, 5 Nov 2001 10:20:31 +0100 + +pciutils (1:2.1.9-1) unstable; urgency=low + + * New upstream release + + -- Remco van de Meent Sun, 4 Nov 2001 20:04:35 +0100 + +pciutils (1:2.1.8-4.1) unstable; urgency=low + + * Reupload to circumvent problems with a corrupt .orig.tar.gz file + (closes: #88388, #83415, #88213) + + -- Remco van de Meent Mon, 2 Apr 2001 16:10:06 +0200 + +pciutils (1:2.1.8-4) unstable; urgency=low + + * Added Build-Depends for debhelper (closes: #88388) + * Added information for a Netgear FA311 ethernet card (closes: #83415) + * Added information for a Compex FreedomLine ethernet card + * Added information for a Linksys Network Everywhere FE 10/100 ethernet + card (closes: #88213) + + -- Remco van de Meent Sun, 11 Mar 2001 18:46:43 +0100 + +pciutils (1:2.1.8-3) unstable; urgency=low + + * Added some new entries to pci.ids + * Some packaging cleanup + * Put linux kernel version 2.4 in package description + + -- Remco van de Meent Fri, 5 Jan 2001 15:28:20 +0100 + +pciutils (1:2.1.8-2) unstable; urgency=low + + * Updated to pci.ids 1.62 from kernel 2.4.0-test8 + * Included information about Voodoo5 cards, closes: Bug#70929 + + -- Remco van de Meent Sat, 7 Oct 2000 15:37:33 +0200 + +pciutils (1:2.1.8-1) unstable; urgency=low + + * New upstream release + + -- Remco van de Meent Sun, 21 May 2000 15:09:37 +0200 + +pciutils (1:2.1.7-1) unstable; urgency=low + + * New upstream release + + -- Remco van de Meent Sat, 29 Apr 2000 20:01:05 +0100 + +pciutils (1:2.1.6-1) unstable; urgency=low + + * New upstream release (never released as Debian package) + + -- Remco van de Meent Sat, 29 Apr 2000 19:59:01 +0100 + +pciutils (1:2.1.5-1) unstable; urgency=low + + * New upstream release + + -- Remco van de Meent Mon, 6 Mar 2000 12:20:01 +0100 + +pciutils (1:2.1.4-1) unstable; urgency=low + + * New upstream release + + -- Remco van de Meent Tue, 25 Jan 2000 00:20:47 +0100 + +pciutils (1:2.1.2-2) unstable; urgency=low + + * Changed priority to standard. It's called during system startup. + * Recompile on 2.2.14 kernel + + -- Remco van de Meent Fri, 7 Jan 2000 13:20:07 +0100 + +pciutils (1:2.1.2-1) unstable; urgency=low + + * New upstream release + + -- Remco van de Meent Thu, 30 Dec 1999 14:02:03 +0100 + +pciutils (1:2.1.1-1) unstable; urgency=low + + * New upstream release + * Updated to Standards-Version: 3.1.1 + + -- Remco van de Meent Sat, 4 Dec 1999 15:16:05 +0100 + +pciutils (1:2.1-3) unstable; urgency=low + + * No more -Werror on the gcc option line, this should fix building on + alpha architecture, closes: Bug#49315 + * Upgraded to Standards-Version: 3.1.0 + + -- Remco van de Meent Mon, 8 Nov 1999 16:39:39 +0100 + +pciutils (1:2.1-2) unstable; urgency=low + + * Oops, error in lspci, it now looks for pci.ids in /usr/share/misc again, + closes: Bug#48967 + * Fixed Standards-Version + + -- Remco van de Meent Tue, 2 Nov 1999 08:28:53 +0100 + +pciutils (1:2.1-1) unstable; urgency=low + + * New upstream release + * Cleanups + + -- Remco van de Meent Mon, 1 Nov 1999 10:57:02 +0100 + +pciutils (2.0999-2.1pre8-1) unstable; urgency=low + + * New upstream release + + -- Remco van de Meent Wed, 27 Oct 1999 19:22:37 +0200 + +pciutils (2.0-5) unstable; urgency=low + + * Cosmetic cleanups. + + -- Remco van de Meent Tue, 26 Oct 1999 20:13:12 +0200 + +pciutils (2.0-4) unstable; urgency=low + + * Updated pci.ids file with upstream pci.ids from pciutils-2.1pre8 + * Upgraded to Standards-Version: 3.0.1.1 + * Added a new pciutils-dev package, closes: Bug#47002 + + -- Remco van de Meent Tue, 26 Oct 1999 18:22:35 +0200 + +pciutils (2.0-3) unstable; urgency=low + + * Updated pci.ids file with upstream pci.ids from pciutils-2.1pre5 + * Minor fixes + + -- Remco van de Meent Fri, 3 Sep 1999 13:41:51 +0200 + +pciutils (2.0-2) unstable; urgency=low + + * Updated pci.ids file with upstream pci.ids from pciutils-2.1pre4 + * Updated Standards-Version: 2.5.0.0 + + -- Remco van de Meent Sun, 18 Jul 1999 17:06:10 +0200 + +pciutils (2.0-1) unstable; urgency=low + + * New upstream release + * Renamed package to pciutils + + -- Remco van de Meent Sun, 18 Jul 1999 17:04:57 +0200 + +pciutils-experimental (1.99.5-1) experimental; urgency=low + + * New upstream release + * Fixed locatation of pci.ids + * Added new information to pci.ids + + -- Remco van de Meent Mon, 19 Apr 1999 14:30:52 +0200 + +pciutils-experimental (1.99.4-2) experimental; urgency=low + + * Removed the 2nd instance of the changelog in /usr/doc/pciutils- + experimental/ + + -- Remco van de Meent Sat, 6 Feb 1999 20:21:01 +0100 + +pciutils-experimental (1.99.4-1) experimental; urgency=low + + * Initial Release. This is an experimental package, of the not yet + released pciutils-2.x.x upstream version, and should be used with care. + + -- Remco van de Meent Sat, 6 Feb 1999 15:10:15 +0100 + +pciutils (1.10-1) frozen unstable; urgency=low + + * New upstream bugfix release. + + -- Joel Klecker Tue, 19 Jan 1999 21:11:51 -0800 + +pciutils (1.09-1) frozen unstable; urgency=low + + * New upstream bugfix release. + + -- Joel Klecker Sun, 22 Nov 1998 18:58:26 -0800 + +pciutils (1.08-1) frozen unstable; urgency=low + + * New upstream bugfix release. + + -- Joel Klecker Tue, 20 Oct 1998 07:54:04 -0700 + +pciutils (1.02-1) unstable; urgency=low + + * New upstream release + + -- Christoph Lameter Sun, 15 Feb 1998 13:22:50 -0800 + +pciutils (1.01-1) unstable; urgency=low + + * New upstream release + + -- Christoph Lameter Mon, 9 Feb 1998 18:52:02 -0800 + +pciutils (1.0-1) unstable; urgency=low + + * New upstream release adds manpage and upstream changelog + + -- Christoph Lameter Sun, 8 Feb 1998 07:43:35 -0800 + +pciutils (0.91-1) unstable; urgency=low + + * Initial Release. + + -- Christoph Lameter Tue, 27 Jan 1998 20:37:16 -0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..074db89 --- /dev/null +++ b/debian/control @@ -0,0 +1,92 @@ +Source: pciutils +Section: admin +Priority: optional +Maintainer: Guillem Jover +Build-Depends: + debhelper-compat (= 13), + debhelper (>= 13.10), + dpkg-dev (>= 1.22.0), + pci.ids (>= 0.0~2019.11.10-2) , + pkgconf | pkg-config, + libkmod-dev [linux-any], + libudev-dev (>= 196) [linux-any], + zlib1g-dev, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://mj.ucw.cz/sw/pciutils/ +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/pciutils.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/pciutils.git + +Package: pciutils +Priority: standard +Architecture: any +Multi-Arch: foreign +Depends: + ${misc:Depends}, + ${shlibs:Depends}, + libpci3 (= ${binary:Version}), +Suggests: + bzip2, + wget | curl | lynx, +Description: PCI utilities + This package contains various utilities for inspecting and setting of + devices connected to the PCI bus. + +Package: libpci-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + libpci3 (= ${binary:Version}), + libudev-dev (>= 196) [linux-any], + zlib1g-dev, +Description: PCI utilities (development files) + This package contains the , and + header files, as well as the libpci static library. + +Package: libpci3 +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, + pci.ids (>= 0.0~2019.11.10-2), +Description: PCI utilities (shared library) + This package contains the libpci shared library files. + . + The libpci library provides portable access to configuration + registers of devices connected to the PCI bus. + +Package: pciutils-udeb +Package-Type: udeb +Build-Profiles: +Section: debian-installer +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: PCI Utilities (udeb) + This package contains various utilities for inspecting and setting of + devices connected to the PCI bus. + . + This is a minimal version for use in debian-installer. + +Package: libpci3-udeb +Package-Type: udeb +Build-Profiles: +Section: debian-installer +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: PCI Utilities (udeb shared library) + This package contains the libpci shared library files. + . + The libpci library provides portable access to configuration + registers of devices connected to the PCI bus. + . + This is a minimal version for use in debian-installer. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cada4bd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Martin Mares + +Files: + * +Copyright: + Copyright © 1997-2024 Martin Mares + Copyright © 1999 Jari Kirma + Copyright © 2002 Quentin Garnier + Copyright © 2003 Bill Moore + Copyright © 2003 Marco Gerards + Copyright © 2003 Matthew Wilcox + Copyright © 2004 Alexander Stock + Copyright © 2006 Samuel Thibault + Copyright © 2007 Thomas Schwinge + Copyright © 2008 Solarflare Communications + Copyright © 2009 Francois Revol + Copyright © 2010, 2017 Rudolf Marek + Copyright © 2013 Apple, Inc. + Copyright © 2013-2014 Tom Gundersen + Copyright © 2014 Gerd Hoffmann + Copyright © 2017 Joan Lledó + Copyright © 2018 YuJian Gong + Copyright © 2023 Pali Rohár +License: GPL-2+ + +Files: + debian/* +Copyright: + Copyright © 2020-2024 Guillem Jover + Copyright © 2020 Collabora Ltd. +License: GPL-2+ + +License: GPL-2+ + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . +Comment: + On Debian systems, the full text of the GNU General Public License + can be found in '/usr/share/common-licenses/GPL-2'. diff --git a/debian/libpci-dev.examples b/debian/libpci-dev.examples new file mode 100644 index 0000000..c63142f --- /dev/null +++ b/debian/libpci-dev.examples @@ -0,0 +1 @@ +example.c diff --git a/debian/libpci-dev.install b/debian/libpci-dev.install new file mode 100644 index 0000000..46c3d26 --- /dev/null +++ b/debian/libpci-dev.install @@ -0,0 +1,3 @@ +usr/include/*/pci/ +usr/lib/*/libpci.so +usr/lib/*/pkgconfig/*.pc diff --git a/debian/libpci3-udeb.install b/debian/libpci3-udeb.install new file mode 100644 index 0000000..ba8f2a4 --- /dev/null +++ b/debian/libpci3-udeb.install @@ -0,0 +1,2 @@ +usr/lib/*/libpci.so.3 +usr/lib/*/libpci.so.3.* diff --git a/debian/libpci3.install b/debian/libpci3.install new file mode 100644 index 0000000..ba8f2a4 --- /dev/null +++ b/debian/libpci3.install @@ -0,0 +1,2 @@ +usr/lib/*/libpci.so.3 +usr/lib/*/libpci.so.3.* diff --git a/debian/libpci3.lintian-overrides b/debian/libpci3.lintian-overrides new file mode 100644 index 0000000..fed9570 --- /dev/null +++ b/debian/libpci3.lintian-overrides @@ -0,0 +1 @@ +libpci3: exit-in-shared-library [usr/lib/*] diff --git a/debian/libpci3.symbols b/debian/libpci3.symbols new file mode 100644 index 0000000..3ad86ef --- /dev/null +++ b/debian/libpci3.symbols @@ -0,0 +1,60 @@ +libpci.so.3 libpci3 #MINVER# +* Build-Depends-Package: libpci-dev + LIBPCI_3.0@LIBPCI_3.0 1:3.0.0 + LIBPCI_3.1@LIBPCI_3.1 1:3.1.0 + LIBPCI_3.2@LIBPCI_3.2 1:3.2.1 + LIBPCI_3.3@LIBPCI_3.3 1:3.3.0 + LIBPCI_3.4@LIBPCI_3.4 1:3.4.0 + LIBPCI_3.5@LIBPCI_3.5 1:3.5.0 + LIBPCI_3.6@LIBPCI_3.6 1:3.6.0 + LIBPCI_3.7@LIBPCI_3.7 1:3.6.2 + LIBPCI_3.8@LIBPCI_3.8 1:3.8.0 + pci_alloc@LIBPCI_3.0 1:3.0.0. + pci_cleanup@LIBPCI_3.0 1:3.0.0 + pci_fill_info@LIBPCI_3.0 1:3.0.0 + pci_fill_info@LIBPCI_3.1 1:3.1.0 + pci_fill_info@LIBPCI_3.2 1:3.2.1 + pci_fill_info@LIBPCI_3.3 1:3.3.0 + pci_fill_info@LIBPCI_3.4 1:3.4.0 + pci_fill_info@LIBPCI_3.5 1:3.5.0 + pci_fill_info@LIBPCI_3.8 1:3.8.0 + pci_filter_init@LIBPCI_3.0 1:3.0.0 + pci_filter_init@LIBPCI_3.3 1:3.3.0 + pci_filter_init@LIBPCI_3.8 1:3.8.0 + pci_filter_match@LIBPCI_3.0 1:3.0.0 + pci_filter_match@LIBPCI_3.3 1:3.3.0 + pci_filter_match@LIBPCI_3.8 1:3.8.0 + pci_filter_parse_id@LIBPCI_3.0 1:3.0.0 + pci_filter_parse_id@LIBPCI_3.3 1:3.3.0 + pci_filter_parse_id@LIBPCI_3.8 1:3.8.0 + pci_filter_parse_slot@LIBPCI_3.0 1:3.0.0 + pci_filter_parse_slot@LIBPCI_3.3 1:3.3.0 + pci_filter_parse_slot@LIBPCI_3.8 1:3.8.0 + pci_find_cap@LIBPCI_3.1 1:3.1.0 + pci_find_cap_nr@LIBPCI_3.7 1:3.6.3 + pci_free_dev@LIBPCI_3.0 1:3.0.0 + pci_free_name_list@LIBPCI_3.0 1:3.0.0 + pci_get_dev@LIBPCI_3.0 1:3.0.0 + pci_get_method_name@LIBPCI_3.0 1:3.0.0 + pci_get_param@LIBPCI_3.0 1:3.0.0 + pci_get_string_property@LIBPCI_3.6 1:3.6.0 + pci_id_cache_flush@LIBPCI_3.0 1:3.0.0 + pci_init@LIBPCI_3.0 1:3.0.0 + pci_init@LIBPCI_3.5 1:3.5.1 + pci_load_name_list@LIBPCI_3.0 1:3.0.0 + pci_lookup_method@LIBPCI_3.0 1:3.0.0 + pci_lookup_name@LIBPCI_3.0 1:3.0.0 + pci_read_block@LIBPCI_3.0 1:3.0.0 + pci_read_byte@LIBPCI_3.0 1:3.0.0 + pci_read_long@LIBPCI_3.0 1:3.0.0 + pci_read_vpd@LIBPCI_3.1 1:3.1.0 + pci_read_word@LIBPCI_3.0 1:3.0.0 + pci_scan_bus@LIBPCI_3.0 1:3.0.0 + pci_set_name_list_path@LIBPCI_3.0 1:3.0.0 + pci_set_param@LIBPCI_3.0 1:3.0.0 + pci_setup_cache@LIBPCI_3.0 1:3.0.0 + pci_walk_params@LIBPCI_3.0 1:3.0.0 + pci_write_block@LIBPCI_3.0 1:3.0.0 + pci_write_byte@LIBPCI_3.0 1:3.0.0 + pci_write_long@LIBPCI_3.0 1:3.0.0 + pci_write_word@LIBPCI_3.0 1:3.0.0 diff --git a/debian/pciutils-udeb.dirs b/debian/pciutils-udeb.dirs new file mode 100644 index 0000000..0ae5c0e --- /dev/null +++ b/debian/pciutils-udeb.dirs @@ -0,0 +1 @@ +usr/share/misc diff --git a/debian/pciutils-udeb.install b/debian/pciutils-udeb.install new file mode 100644 index 0000000..bde29e4 --- /dev/null +++ b/debian/pciutils-udeb.install @@ -0,0 +1,2 @@ +usr/bin/lspci +usr/share/misc/pci.ids.gz diff --git a/debian/pciutils.docs b/debian/pciutils.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/pciutils.docs @@ -0,0 +1 @@ +README diff --git a/debian/pciutils.install b/debian/pciutils.install new file mode 100644 index 0000000..6338fd2 --- /dev/null +++ b/debian/pciutils.install @@ -0,0 +1,7 @@ +usr/bin/update-pciids usr/sbin +usr/bin/lspci +usr/bin/pcilmr +usr/bin/setpci +usr/share/man/man5/ +usr/share/man/man7/ +usr/share/man/man8/ diff --git a/debian/pciutils.postinst b/debian/pciutils.postinst new file mode 100644 index 0000000..99f7143 --- /dev/null +++ b/debian/pciutils.postinst @@ -0,0 +1,23 @@ +#!/bin/sh +# postinst script for pciutils + +set -e + +case "$1" in +configure) + for ext in new neww old + do + rm -f $DPKG_ROOT/usr/share/misc/pci.ids.$ext + done + ;; +abort-upgrade|abort-remove|abort-deconfigure) + ;; +*) + echo "postinst called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/pciutils.postrm b/debian/pciutils.postrm new file mode 100644 index 0000000..1961bc8 --- /dev/null +++ b/debian/pciutils.postrm @@ -0,0 +1,23 @@ +#!/bin/sh +# postrm script for pciutils + +set -e + +case "$1" in +purge) + for ext in new neww old + do + rm -f $DPKG_ROOT/usr/share/misc/pci.ids.$ext + done + ;; +remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; +*) + echo "postrm called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/pciutils.preinst b/debian/pciutils.preinst new file mode 100644 index 0000000..c72f2b5 --- /dev/null +++ b/debian/pciutils.preinst @@ -0,0 +1,23 @@ +#!/bin/sh +# preinst script for pciutils + +set -e + +case "$1" in +install|upgrade) + for ext in new neww old + do + rm -f $DPKG_ROOT/var/lib/pciutils/pci.ids.$ext + done + ;; +abort-upgrade) + ;; +*) + echo "preinst called with unknown argument '$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1e3db02 --- /dev/null +++ b/debian/rules @@ -0,0 +1,56 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all abi=+lfs + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk +include /usr/share/dpkg/architecture.mk + +confflags = +confflags += OPT="$(CFLAGS)" +confflags += SHARED=yes +confflags += HOST=$(DEB_HOST_GNU_CPU)-$(DEB_HOST_GNU_SYSTEM) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +export PKG_CONFIG = $(DEB_HOST_GNU_TYPE)-pkg-config +confflags += CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- +endif +ifeq ($(DEB_HOST_ARCH_OS),linux) +confflags += LIBKMOD=yes +confflags += HWDB=yes +endif +confflags += PREFIX=/usr +confflags += LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) +confflags += INCDIR=/usr/include/$(DEB_HOST_MULTIARCH) +confflags += SBINDIR=/usr/bin +confflags += IDSDIR=/usr/share/misc + +# These two are supposed to override only the update-pciids generator to force +# a non compressed database. +buildflags = +buildflags += PCI_COMPRESSED_IDS=0 +buildflags += PCI_IDS=pci.ids + +%: + dh $@ + +override_dh_auto_build: + dh_auto_build -- $(confflags) $(buildflags) + +override_dh_auto_install: + dh_auto_install -- $(confflags) install-lib + +ifeq (,$(filter noudeb,$(DEB_BUILD_PROFILES))) + # pciutils-udeb + # Reduce by removing subsystem ids and comments. + cat /usr/share/misc/pci.ids | \ + perl -ne 'print unless /^(\s*#|\s*$|\t\t)/' | \ + gzip -9n >debian/pciutils-udeb/usr/share/misc/pci.ids.gz +endif + +override_dh_makeshlibs: + dh_makeshlibs -a -V 'libpci3 (>= 1:3.5.2-1)' + +override_dh_installchangelogs: + dh_installchangelogs --no-trim diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..c0df221 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +# Yes, lintian, we know. +superficial-tests [debian/tests/control] diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..f836fa7 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,9 @@ +Tests: + test-libpci +Restrictions: + allow-stderr + superficial +Depends: + build-essential, + libpci-dev, + pkgconf, diff --git a/debian/tests/test-libpci b/debian/tests/test-libpci new file mode 100755 index 0000000..1951e66 --- /dev/null +++ b/debian/tests/test-libpci @@ -0,0 +1,39 @@ +#!/bin/sh +# Copyright © 2020 Collabora Ltd. +# Copyright © 2020 Guillem Jover +# SPDX-License-Identifier: GPL-2.0-or-later + +set -e +set -u +set -x + +if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then + CC="$DEB_HOST_GNU_TYPE-gcc" + PKG_CONFIG="$DEB_HOST_GNU_TYPE-pkg-config" +else + CC=gcc + PKG_CONFIG=pkg-config +fi + +CFLAGS="-Wall -g -O2 -D_GNU_SOURCE" +LIBS=$($PKG_CONFIG --cflags --libs libpci) + +cd "$AUTOPKGTEST_TMP" + +cat <test-libpci.c +#include + +int main(void) +{ + struct pci_access *a; + a = pci_alloc(); + pci_init(a); + pci_cleanup(a); + return 0; +} +EOF + +# Test building minimal code against the installed library. +$CC $CFLAGS -o test-dynamic test-libpci.c $LIBS +test -x ./test-dynamic +./test-dynamic diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..e40c75e --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Repository: https://github.com/pciutils/pciutils.git +Repository-Browse: https://github.com/pciutils/pciutils +Bug-Database: https://github.com/pciutils/pciutils/issues +Bug-Submit: https://github.com/pciutils/pciutils/issues/new diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc new file mode 100644 index 0000000..5ed2d58 --- /dev/null +++ b/debian/upstream/signing-key.asc @@ -0,0 +1,71 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +H1jnPZE= +=Ghtn +-----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..284ab25 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=pgpsigurlmangle=s/$/.sign/ \ +https://mj.ucw.cz/download/linux/pci/pciutils-([\d\.]+).tar.(?:xz|gz|bz2) debian uupdate -- cgit v1.2.3