[Pkg-pciutils-commits] pciutils packaging: Changes to 'debian-2.2.4-pre4'

Matthew Wilcox willy at costa.debian.org
Fri Sep 8 02:49:02 UTC 2006


 .gitignore        |    7 +++++++
 debian/.gitignore |    5 +++++
 debian/changelog  |   10 ++++++++++
 debian/rules      |   16 ++--------------
 lib/.gitignore    |    2 ++
 lib/names.c       |   18 +++++++++---------
 lspci.c           |   16 ++++++++--------
 7 files changed, 43 insertions(+), 31 deletions(-)

New commits:
commit 9196ad561307c31954a87090d5ee69506ac57a74
Author: Matthew Wilcox <matthew at wil.cx>
Date:   Thu Sep 7 22:43:47 2006 -0400

    Eliminate pointer target signedness warnings
    
    Change the type of some variables from byte * to char * so gcc doesn't
    warn about pointer target signedness

commit 42fe75883fec98c026c4272412d86d4f5d66b7d1
Author: Matthew Wilcox <matthew at wil.cx>
Date:   Thu Sep 7 22:39:28 2006 -0400

    debian/rules minor cleanup
    
    Make debian/rules executable, get rid of build-* rules, don't call build
    from binary-indep and don't touch build-* files.

commit dfbc7e3710d3933f5b93bef85c7fd7be0ad4897f
Author: Matthew Wilcox <matthew at wil.cx>
Date:   Thu Sep 7 22:34:18 2006 -0400

    Ignore the extra files that Debian generates

commit aaba79d0680ae5296536695fd2bb7689df9c349f
Author: Matthew Wilcox <matthew at wil.cx>
Date:   Thu Sep 7 22:33:29 2006 -0400

    Ignore the generated files




More information about the Pkg-pciutils-commits mailing list