[Pkg-pciutils-commits] pciutils packaging: Changes to 'master'

Matthew Wilcox willy at costa.debian.org
Sat Sep 9 15:18:29 UTC 2006


 .gitignore        |    7 +++
 ChangeLog         |   47 +++++++++++++++++++++
 Makefile          |   50 +++++++++--------------
 README            |   16 ++++++-
 TODO              |    1 
 lib/.gitignore    |    2 
 lib/access.c      |    3 -
 lib/aix-device.c  |    2 
 lib/configure     |   57 ++++++++++++++++----------
 lib/fbsd-device.c |    8 +--
 lib/header.h      |   46 ++++++++++++++++++++-
 lib/internal.h    |    2 
 lib/names.c       |   93 +++++++++++++++++++++++++++++++++----------
 lib/nbsd-libpci.c |    4 -
 lib/obsd-device.c |    6 +-
 lib/pci.h         |    4 +
 lspci.c           |   70 ++++++++++++++++++--------------
 lspci.man         |  116 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 maint/release     |    8 +++
 maint/release.pm  |    2 
 update-pciids.sh  |   10 +++-
 21 files changed, 425 insertions(+), 129 deletions(-)

New commits:
commit fb2606539c8f2fdc070ac292d4749b7c2e14b8fd
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 14:57:12 2006 +0200

    Released as 2.2.4.

commit a7295a0483197e8aeb397a80a7e2ab4bc567a24a
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 14:55:26 2006 +0200

    Ignore pci.ids.gz.

commit 1865e2dd6b4723e099ba79f9e6269822987ba281
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 14:52:34 2006 +0200

    Remind the maintainer about the current API version.

commit 028dffb2fc1007b8cffe53d6419466e507a17fde
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 14:46:47 2006 +0200

    Updated PCI_LIB_VERSION.

commit 6d896960c86af9189f948557c8f250c6ee01fa7d
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 14:36:01 2006 +0200

    Documented the machine-readable output format.

commit 13081e57866100c504b399c2b0862b50726addfe
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 14:34:05 2006 +0200

    Perform shell escaping in `-m' mode where necessary.

commit 3fd6b4d2e2fda814047664ffc67448ac782a8089
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 14:28:40 2006 +0200

    Added a `-vmm' mode.

commit 840d09ae0da82976c799e56fb82702cfa2870382
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 13:08:12 2006 +0200

    Moved all system-dependent decisions from Makefile to lib/configure.

commit 2100f7108a51d20d659810381ecc8e88d0dabc91
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 13:01:46 2006 +0200

    Don't check Linux kernel version.

commit 3e9c7a18d630e303d45f4907f83634ddea9049f7
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 12:55:13 2006 +0200

    Removed -Winline from CFLAGS.

commit 94db5c82212761573cc656df77c727001f554591
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 12:54:10 2006 +0200

    Whitespace cleanup of all source files.

commit cc062b4ade94481589af2b6dc94e280caab94498
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 12:51:31 2006 +0200

    Added support for compressed pci.ids.

commit f4ddb8d3010b998a485992fc210a2a16bbc3a5e8
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 11:52:24 2006 +0200

    Added DESTDIR support.

commit 16e37012f76edd2d37ab1b0557078079be0c2895
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 11:48:20 2006 +0200

    Added .gitignore files.

commit c7f5314d4e2ada38005adcad8dacd931cb478db6
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 11:46:17 2006 +0200

    Clean *.orig, too.

commit afebde01eb1871c2b2b3da3a8b21ce49865b42bb
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 11:44:46 2006 +0200

    Cleaned up usage of `char' and `byte'.

commit fd54ccebe5382e11a377aa4ca6497d23a0a21fd7
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 10:54:07 2006 +0200

    PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.

commit b20553132366c57671d1473e94d85bb27c2c0a75
Author: Martin Mares <mj at ucw.cz>
Date:   Sat Sep 9 10:52:19 2006 +0200

    Added PCI_CLASS_xxx constants for all classes currently defined in the pci.ids file.




More information about the Pkg-pciutils-commits mailing list