[Pkg-pciutils-commits] pciutils packaging: Changes to
'refs/tags/debian-2.2.4-1'
Matt Taggart
taggart at costa.debian.org
Fri Oct 27 10:36:16 UTC 2006
Changes since v2.2.4-pre4:
Martin Mares:
Fixed a silly typo.
Added PCI_CLASS_xxx constants for all classes currently defined in the pci.ids file.
PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
Cleaned up usage of `char' and `byte'.
Clean *.orig, too.
Added .gitignore files.
Added DESTDIR support.
Added support for compressed pci.ids.
Whitespace cleanup of all source files.
Removed -Winline from CFLAGS.
Don't check Linux kernel version.
Moved all system-dependent decisions from Makefile to lib/configure.
Added a `-vmm' mode.
Perform shell escaping in `-m' mode where necessary.
Documented the machine-readable output format.
Updated PCI_LIB_VERSION.
Remind the maintainer about the current API version.
Ignore pci.ids.gz.
Released as 2.2.4.
Matt Taggart:
update changelog and pci.ids for 2.2.4-1 release
Matthew Wilcox:
Merge Debian 2.2.4-pre4-1 with upstream 2.2.4
Add older changelog entries I found for the versions of pciutils in
add pci.ids.old
Update upstream copyright for 2006.
Today's snapshot of pci.ids
gzip udeb's pci.ids; gunzip deb's pci.ids
Only build pcimodules on Linux.
Build-depend on zlib1g-dev
Some files which differ between the git repo and the tarball
Print a better error message if we can't read the standard config space
Update
Mention improved error message
Fuck Debian. Someone else can deal with this bullshit from now on.
---
.gitignore | 9
ChangeLog | 51 ++
Makefile | 58 +-
README | 18
TODO | 1
debian/.gitignore | 5
debian/TODO | 5
debian/changelog | 532 +++++++++++++++++++++
debian/compat | 1
debian/control | 39 +
debian/copyright | 26 +
debian/dirs | 4
debian/docs | 1
debian/pciutils-dev.dirs | 3
debian/pciutils-udeb.dirs | 3
debian/postinst | 23
debian/postrm | 23
debian/preinst | 23
debian/rules | 73 ++
debian/watch | 2
lib/.gitignore | 2
lib/Makefile | 1
lib/access.c | 3
lib/aix-device.c | 2
lib/configure | 57 +-
lib/example.c | 2
lib/fbsd-device.c | 8
lib/header.h | 46 +
lib/i386-io-hurd.h | 8
lib/internal.h | 2
lib/names.c | 93 ++-
lib/nbsd-libpci.c | 4
lib/obsd-device.c | 6
lib/pci.h | 4
lspci.c | 76 +--
lspci.man | 116 ++++
maint/release | 8
maint/release.pm | 2
pci.ids | 1139 ++++++++++++++++++++++++++++++++++++----------
pcimodules.c | 185 +++++++
pcimodules.man | 92 +++
pciutils.lsm | 12
pciutils.spec | 2
update-pciids.sh | 10
win32/config.h | 2
45 files changed, 2390 insertions(+), 392 deletions(-)
---
More information about the Pkg-pciutils-commits
mailing list