libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.6-2'

2009-08-08 Thread Julien Cristau
Tag 'libpciaccess-0.10.6-2' created by Julien Cristau jcris...@debian.org at 
2009-08-08 16:51 +

Tagging upload of libpciaccess 0.10.6-2 to unstable.

Changes since libpciaccess-0.10.6-1:
Julien Cristau (8):
  Add hurd hack
  debian/rules: clean out libtool m4 files.
  Make glob in debian/libpciaccess0.install more strict.
  Add README.source pointing at the quilt package.
  Bump Standards-Version to 3.8.2.
  Version debhelper build-dep to silence lintian.
  Update upstream changelog
  Prepare changelog for upload

---
 ChangeLog   |  189 
 debian/README.source|7 
 debian/changelog|   12 
 debian/control  |5 
 debian/libpciaccess0.install|2 
 debian/patches/pciaccess-hurd-hack.diff |  742 
 debian/patches/series   |1 
 debian/rules|7 
 8 files changed, 957 insertions(+), 8 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.6-1'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.6-1' created by David Nusinow dnusi...@debian.org at 
2009-04-28 01:56 +

Tagging upload of libpciaccess-0.10.6-1 to unstable.

Changes since libpciaccess-0.10.6:
Brice Goglin (1):
  Misc fixes to debian/control and debian/copyright

David Nusinow (9):
  * Debian stores its pci.ids list in /usr/share/misc. Use that for the
  Merge branch 'upstream-experimental' into debian-experimental
  * New upstream git pull
  Autoreconf
  * Add myself to uploaders
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release
  Add versioned xutils-dev to build-dep, as the macros are now required
  Update standards version to 3.8.1.0. No changes necessary.

Julien Cristau (34):
  Initial packaging.
  Add missing line.
  Prepare changelog for upload.
  Merge branch 'master' of 
git://anongit.freedesktop.org/git/xorg/lib/libpciaccess into debian-experimental
  New upstream snapshot
  Make configure executable in debian/rules clean.
  Prepare changelog for upload.
  * Add a symbols file for libpciaccess.so.0.
  Bump shlibs to = 0.8.0+git20071002
  Bump Standards-Version to 3.7.3.
  Merge branch 'upstream-unstable' into debian-unstable
  autoreconf
  Bump version for new snapshot
  Use byteswap.h when using glibc, not just on linux
  Prepare changelog for upload.
  Merge tag 'libpciaccess-0.10' of 
git.freedesktop.org:/git/xorg/lib/libpciaccess into debian-unstable
  autoreconf
  Update debian/changelog, add and install the upstream ChangeLog
  Prepare changelog for upload
  Add watch file.
  Merge tag 'libpciaccess-0.10.3' into debian-unstable
  autoreconf and update changelogs for new upstream
  Bump shlibs and update symbols file.
  Suggest pciutils, which provides the pci.ids list.
  Prepare changelog for upload
  Merge tag 'libpciaccess-0.10.5' into debian-experimental
  Delete generated files
  Run autoreconf at build time, cleanup generated files in clean.
  Allow reading compressed pci.ids file (closes: #478696).
  Add bug closer
  Prepare changelog for upload
  update upstream changelog
  Prepare changelog for upload
  Prepare changelog for upload

---
 ChangeLog   |  787 
 INSTALL |  236 ---
 debian/changelog|   85 
 debian/compat   |1 
 debian/control  |   33 +
 debian/copyright|  113 +
 debian/libpciaccess-dev.install |4 
 debian/libpciaccess0.install|1 
 debian/libpciaccess0.shlibs |1 
 debian/libpciaccess0.symbols|   36 +
 debian/rules|   94 
 debian/watch|2 
 12 files changed, 1157 insertions(+), 236 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.6'

2009-04-27 Thread David Nusinow
Tag 'libpciaccess-0.10.6' created by Alan Coopersmith 
alan.coopersm...@sun.com at 2009-04-24 23:32 +

libpciaccess 0.10.6

Changes since libpciaccess-0.10.5:
Alan Coopersmith (12):
  Fill in byte swapping routines for big-endian Solaris machines
  Don't open/gzopen pci.ids if we're not going to read it
  Add AC_SYS_LARGEFILE to configure.ac
  Solaris: Use bus-range properties to limit busses scanned on each node
  Add README with pointers to mailing list, bugzilla  git repos
  Fix const mismatch compiler warnings in Solaris backend
  Sun bug 6811468: pci_device_solx_devfs_probe accesses freed memory
  Move included m4 to a subdir so we can more easily update from upstream
  Fix $CWARNFLAGS addition
  Fix unused variable warnings in Solaris code
  Resync COPYING file with code copyright notices
  Version bump: 0.10.6

Darren Smith (1):
  Be more paranoid about reading bridge info (#20786)

Mark Kettenis (1):
  Make libpciaccess on OpenBSD domain-aware.

Matthieu Herrb (3):
  Fix a logic error in pci_device_openbsd_write().
  Sync with OpenBSD code.
  Fix a logic error in pci_device_netbsd_write()

Owain Ainsworth (1):
  openbsd_pci.c: use the correct size when mapping the legacy vga rom.

Paulo Cesar Pereira de Andrade (1):
  Janitor: Correct make distcheck and compiler warnings.

Robert Noland (1):
  FreeBSD: Incorporate several fixes that have accumulated.

edward shu (1):
  Sun bug 6785726: libpciaccess needs to use the correct BAR index on 
solaris

---
 .gitignore   |9 +
 COPYING  |   28 
 Makefile.am  |9 -
 README   |   35 +
 configure.ac |   56 ++---
 m4/ac_define_dir.m4  |   49 
 src/Makefile.am  |2 
 src/common_bridge.c  |   20 ++-
 src/common_device_name.c |   17 +-
 src/common_interface.c   |   18 ++-
 src/freebsd_pci.c|  183 +++---
 src/netbsd_pci.c |2 
 src/openbsd_pci.c|  282 ---
 src/scanpci.c|1 
 src/solx_devfs.c |  171 
 15 files changed, 665 insertions(+), 217 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org