libpciaccess: Changes to 'debian-experimental'

2011-08-29 Thread Christopher Halse Rogers
 .gitignore|   65 ++
 COPYING   |   57 -
 ChangeLog | 1114 +-
 Makefile.am   |   18 
 README|   35 +
 configure.ac  |   86 +-
 debian/README.source  |7 
 debian/changelog  |   95 +++
 debian/compat |2 
 debian/control|   22 
 debian/copyright  |   51 +
 debian/libpciaccess-dev.install   |6 
 debian/libpciaccess0-udeb.install |1 
 debian/libpciaccess0.install  |2 
 debian/libpciaccess0.shlibs   |1 
 debian/libpciaccess0.symbols  |   20 
 debian/rules  |   86 --
 debian/source.lintian-overrides   |1 
 debian/watch  |1 
 include/Makefile.am   |1 
 include/pciaccess.h   |   79 ++
 m4/ax_define_dir.m4   |   49 +
 man/Makefile.am   |   34 +
 man/scanpci.man   |   44 +
 scanpci/.gitignore|1 
 scanpci/Makefile.am   |   29 
 scanpci/scanpci.c |  215 +++
 src/.gitignore|8 
 src/Makefile.am   |   34 -
 src/common_bridge.c   |   60 +-
 src/common_capability.c   |   12 
 src/common_device_name.c  |   19 
 src/common_init.c |3 
 src/common_interface.c|   51 +
 src/common_io.c   |  252 
 src/common_vgaarb.c   |  339 +++
 src/common_vgaarb_stub.c  |   79 ++
 src/freebsd_pci.c |  183 +-
 src/linux_sysfs.c |  234 ++-
 src/netbsd_pci.c  |2 
 src/openbsd_pci.c |  282 ++---
 src/pci_tools.h   |   44 -
 src/pciaccess_private.h   |   29 
 src/scanpci.c |  214 ---
 src/scanpci.man   |   44 -
 src/solx_devfs.c  |  198 --
 src/x86_pci.c |  669 ++
 47 files changed, 4156 insertions(+), 722 deletions(-)

New commits:
commit 8d5d28a71feb352574a22598487ef47ba7906ebf
Author: Christopher James Halse Rogers r...@ubuntu.com
Date:   Mon Aug 8 15:40:09 2011 +1000

Switch to compat 9 for easy multiarch

diff --git a/debian/changelog b/debian/changelog
index b00d1e9..eec320e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libpciaccess (0.12.1-2) UNRELEASED; urgency=low
 
-  * Switch to dh and compat 7.
+  * Switch to dh.
+  * Switch to debhelper compat 9 and build multiarch libraries.
+  * Add lintian override for not-yet-finalised debhelper compat level.
   * Bump standards version to 3.9.2 (no changes).
 
  -- Christopher James Halse Rogers r...@ubuntu.com  Mon, 08 Aug 2011 
12:41:42 +1000
diff --git a/debian/compat b/debian/compat
index c793025..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
\ No newline at end of file
+9
diff --git a/debian/control b/debian/control
index 7c30152..2a5367c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
- debhelper (= 7.0.50~),
+ debhelper (= 8.1.3),
  libtool,
  automake,
  zlib1g-dev,
@@ -20,6 +20,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: pciutils
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: Generic PCI access library for X
  Provides functionality for X to access the PCI bus and devices
  in a platform-independant way.
diff --git a/debian/libpciaccess-dev.install b/debian/libpciaccess-dev.install
index 4797855..304f643 100644
--- a/debian/libpciaccess-dev.install
+++ b/debian/libpciaccess-dev.install
@@ -1,4 +1,4 @@
-usr/lib/pkgconfig
-usr/lib/lib*.a
-usr/lib/lib*.so
+usr/lib/*/pkgconfig
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
 usr/include
diff --git a/debian/libpciaccess0-udeb.install 
b/debian/libpciaccess0-udeb.install
index 413fe77..16d2f19 100644
--- a/debian/libpciaccess0-udeb.install
+++ b/debian/libpciaccess0-udeb.install
@@ -1 +1 @@
-usr/lib/libpciaccess.so.0*
+usr/lib/*/libpciaccess.so.0* usr/lib
diff --git a/debian/libpciaccess0.install b/debian/libpciaccess0.install
index 413fe77..782ff72 100644
--- a/debian/libpciaccess0.install
+++ b/debian/libpciaccess0.install
@@ -1 +1 @@
-usr/lib/libpciaccess.so.0*
+usr/lib/*/libpciaccess.so.0*
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 000..b27fbac
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1 @@
+source: package-needs-versioned-debhelper-build-depends 9

commit 0b100bef8fccb4ce362f6b1a29c2789b775c41a0
Author: Christopher James Halse Rogers r...@ubuntu.com

libpciaccess: Changes to 'debian-experimental'

2011-08-29 Thread Christopher Halse Rogers
 debian/control |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 396f12467d2b6f9db6046109f654a6eb0ebf6a0f
Author: Christopher James Halse Rogers r...@ubuntu.com
Date:   Mon Aug 29 18:16:13 2011 +1000

Mark libpciacces-dev as Multi-Arch: same also

diff --git a/debian/control b/debian/control
index 2a5367c..f9ae560 100644
--- a/debian/control
+++ b/debian/control
@@ -38,6 +38,8 @@ Description: Generic PCI access library for X
 Package: libpciaccess-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Depends: libpciaccess0 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Description: Generic PCI access library for X - development files
  Provides functionality for X to access the PCI bus and devices


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qxx1u-0001cv...@vasks.debian.org



libpciaccess: Changes to 'debian-experimental'

2008-11-12 Thread Julien Cristau
 COPYING  |   49 
 ChangeLog|  666 +
 INSTALL  |  236 
 Makefile.am  |   12 
 Makefile.in  |  689 -
 aclocal.m4   | 7546 ---
 config.guess | 1516 ---
 config.h.in  |   70 
 config.sub   | 1622 ---
 configure|21009 ---
 configure.ac |   46 
 debian/changelog |   41 
 debian/control   |   13 
 debian/copyright |8 
 debian/libpciaccess0.shlibs  |1 
 debian/libpciaccess0.symbols |   36 
 debian/rules |   37 
 debian/watch |2 
 depcomp  |  530 -
 include/pciaccess.h  |   26 
 install-sh   |  323 
 ltmain.sh| 6871 --
 missing  |  360 
 src/Makefile.am  |   12 
 src/Makefile.in  |  579 -
 src/common_capability.c  |2 
 src/common_device_name.c |   44 
 src/common_init.c|   17 
 src/common_interface.c   |   39 
 src/common_iterator.c|3 
 src/common_map.c |3 
 src/freebsd_pci.c|   65 
 src/linux_devmem.c   |7 
 src/linux_sysfs.c|  111 
 src/netbsd_pci.c |  409 
 src/openbsd_pci.c|  411 
 src/pci_tools.h  |   47 
 src/pciaccess_private.h  |   12 
 src/scanpci.c|   24 
 src/scanpci.man  |   44 
 src/solx_devfs.c | 1340 +-
 41 files changed, 2711 insertions(+), 42167 deletions(-)

New commits:
commit 42d69a35e66f9ffd7e4cb9c81b3b54afb7056956
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Nov 12 20:13:19 2008 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index b8aaba3..e43db14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libpciaccess (0.10.5-1) UNRELEASED; urgency=low
+libpciaccess (0.10.5-1) experimental; urgency=low
 
   * New upstream release
 + Fixes PCI domain support on kfreebsd (closes: #501333)
   * Run autoreconf at build time, cleanup generated files in clean.
   * Allow reading compressed pci.ids file (closes: #478696).
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Nov 2008 20:04:21 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Nov 2008 20:13:13 +0100
 
 libpciaccess (0.10.3-1) unstable; urgency=low
 

commit 7b6d6d7db54d44c9796540168ad443132955964c
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Nov 12 20:11:18 2008 +0100

Add bug closer

diff --git a/debian/changelog b/debian/changelog
index 5f42a49..b8aaba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libpciaccess (0.10.5-1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  * New upstream release
++ Fixes PCI domain support on kfreebsd (closes: #501333)
   * Run autoreconf at build time, cleanup generated files in clean.
   * Allow reading compressed pci.ids file (closes: #478696).
 

commit 74f9bdec07ae6a4b391d45726beb78e18e64e43a
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Nov 12 20:10:45 2008 +0100

Allow reading compressed pci.ids file (closes: #478696).

diff --git a/debian/changelog b/debian/changelog
index e4ea47b..5f42a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libpciaccess (0.10.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Run autoreconf at build time, cleanup generated files in clean.
+  * Allow reading compressed pci.ids file (closes: #478696).
 
  -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Nov 2008 20:04:21 +0100
 
diff --git a/debian/control b/debian/control
index 1e80885..4420725 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Julien Cristau [EMAIL PROTECTED], David Nusinow 
[EMAIL PROTECTED]
 Build-Depends:
  debhelper,
  libtool,
- automake
+ automake,
+ zlib1g-dev
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libpciaccess
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libpciaccess.git
diff --git a/debian/rules b/debian/rules
index 2bc8f0e..c21ce2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
  --mandir=\$${prefix}/share/man \
  --infodir=\$${prefix}/share/info \
  --with-pciids-path=\$${prefix}/share/misc \
+ --with-zlib \
  $(confflags) \
  CFLAGS=$(CFLAGS) 
 

commit 08d12beb6e34fc7cca17361725202ef4f26c82cd
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Nov 12 20:05:01 2008 +0100

Run autoreconf at build time, cleanup generated files in clean.

diff --git a/debian/changelog b/debian/changelog
index 0a72f6e..e4ea47b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libpciaccess (0.10.5-1) UNRELEASED; urgency=low
+
+  * New upstream 

libpciaccess: Changes to 'debian-experimental'

2007-10-02 Thread David Nusinow
 .cvsignore  |   19 
 .gitignore  |1 
 Makefile.in |  137 ++---
 aclocal.m4  |  674 ++-
 config.h.in |3 
 configure   | 1174 ++--
 configure.ac|9 
 debian/changelog|6 
 debian/control  |2 
 include/pciaccess.h |   60 ++
 src/.cvsignore  |6 
 src/Makefile.am |5 
 src/Makefile.in |  142 +++--
 src/common_interface.c  |  225 ++---
 src/common_map.c|   54 ++
 src/freebsd_pci.c   |  151 --
 src/linux_sysfs.c   |  164 --
 src/pciaccess_private.h |   30 +
 src/scanpci.c   |   10 
 src/solx_devfs.c|   67 +-
 20 files changed, 1911 insertions(+), 1028 deletions(-)

New commits:
commit 5d7dad219c420ecbeee1e65f78345096c26f54f9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Oct 2 21:40:46 2007 -0400

* Add myself to uploaders

diff --git a/debian/changelog b/debian/changelog
index 3d9053e..d4ead44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ libpciaccess (0.8.0+git20071002-1) experimental; urgency=low
 --with-pciids-path configure option so the library can fill in certain
 values correctly
   * New upstream git pull
+  * Add myself to uploaders
 
- -- David Nusinow [EMAIL PROTECTED]  Tue, 02 Oct 2007 21:36:00 -0400
+ -- David Nusinow [EMAIL PROTECTED]  Tue, 02 Oct 2007 21:40:38 -0400
 
 libpciaccess (0.8.0+git20070628-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index c9652b9..7e2701a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libpciaccess
 Section: devel
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: Julien Cristau [EMAIL PROTECTED]
+Uploaders: Julien Cristau [EMAIL PROTECTED], David Nusinow [EMAIL 
PROTECTED]
 Build-Depends: debhelper
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libpciaccess

commit 7d658e195135a587e5aca62a04f63e46eea78302
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Oct 2 21:38:19 2007 -0400

Autoreconf

diff --git a/Makefile.in b/Makefile.in
index 5acdf7f..d11e05f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -37,15 +37,11 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 # DEALINGS IN THE SOFTWARE.
 
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
 am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -59,18 +55,18 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/pciaccess.pc.in $(top_srcdir)/configure AUTHORS \
COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
install-sh ltmain.sh missing
-subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = pciaccess.pc
@@ -78,10 +74,11 @@ SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
-   install-exec-recursive install-info-recursive \
-   install-recursive installcheck-recursive installdirs-recursive \
-   pdf-recursive ps-recursive uninstall-info-recursive \
-   uninstall-recursive
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
 am__vpath_adj_setup = srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`;
 am__vpath_adj = case $$p 

libpciaccess: Changes to 'debian-experimental'

2007-09-20 Thread David Nusinow
 debian/changelog |8 
 debian/rules |1 +
 2 files changed, 9 insertions(+)

New commits:
commit 8c5ba9a09e8a0473a257ba570ca17eae3d06f5a2
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Sep 20 21:11:10 2007 -0400

* Debian stores its pci.ids list in /usr/share/misc. Use that for the
  --with-pciids-path configure option so the library can fill in certain
  values correctly

diff --git a/debian/changelog b/debian/changelog
index 95938d9..6f064b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpciaccess (0.8.0+git20070628-2) UNRELEASED; urgency=low
+
+  * Debian stores its pci.ids list in /usr/share/misc. Use that for the
+--with-pciids-path configure option so the library can fill in certain
+values correctly
+
+ -- David Nusinow [EMAIL PROTECTED]  Thu, 20 Sep 2007 21:10:07 -0400
+
 libpciaccess (0.8.0+git20070628-1) experimental; urgency=low
 
   * New upstream snapshot.
diff --git a/debian/rules b/debian/rules
index 5fa343e..b23d09b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ build-stamp:
cd obj-$(DEB_BUILD_GNU_TYPE)  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info $(confflags) \
+   --with-pciids-path=\$${prefix}/share/misc \
CFLAGS=$(CFLAGS) 
cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



libpciaccess: Changes to 'debian-experimental'

2007-06-28 Thread Julien Cristau
 debian/changelog|8 ++
 debian/rules|2 
 src/Makefile.am |2 
 src/Makefile.in |8 +-
 src/linux_devmem.c  |  155 
 src/linux_devmem.h  |   34 ++
 src/linux_sysfs.c   |7 +-
 src/pciaccess_private.h |5 +
 8 files changed, 216 insertions(+), 5 deletions(-)

New commits:
commit f1a2926e34989172fd28426c1163391662b5d308
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Jun 29 01:02:34 2007 +0100

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index bb4ca18..95938d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libpciaccess (0.8.0+git20070628-1) UNRELEASED; urgency=low
+libpciaccess (0.8.0+git20070628-1) experimental; urgency=low
 
   * New upstream snapshot.
   * Make configure executable in debian/rules clean (closes: #430932); thanks,
 Frank Lichtenheld!
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 29 Jun 2007 00:59:38 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 29 Jun 2007 01:02:18 +0100
 
 libpciaccess (0.8.0+git20070613-1) experimental; urgency=low
 

commit d68fd45e62393f7903be0ef933a199e19d4773ff
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Jun 29 01:02:00 2007 +0100

Make configure executable in debian/rules clean.

diff --git a/debian/changelog b/debian/changelog
index 43042e5..bb4ca18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 libpciaccess (0.8.0+git20070628-1) UNRELEASED; urgency=low
 
   * New upstream snapshot.
+  * Make configure executable in debian/rules clean (closes: #430932); thanks,
+Frank Lichtenheld!
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 29 Jun 2007 00:56:26 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 29 Jun 2007 00:59:38 +0100
 
 libpciaccess (0.8.0+git20070613-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a5ba294..5fa343e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,8 @@ clean:
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf obj-*
+   # needed while we use git snapshots
+   chmod +x configure

dh_clean
 

commit 9b0ce77d27bd85e006db946f8c0745a016bd725b
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Jun 29 00:57:26 2007 +0100

New upstream snapshot

diff --git a/debian/changelog b/debian/changelog
index 3da43b4..43042e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libpciaccess (0.8.0+git20070628-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 29 Jun 2007 00:56:26 +0100
+
 libpciaccess (0.8.0+git20070613-1) experimental; urgency=low
 
   * Initial upload (closes: #428776).
diff --git a/src/Makefile.in b/src/Makefile.in
index 563df3e..8f27b59 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -86,10 +86,11 @@ libpciaccess_la_DEPENDENCIES =
 am__libpciaccess_la_SOURCES_DIST = common_bridge.c common_iterator.c \
common_init.c common_interface.c common_capability.c \
common_device_name.c pciaccess_private.h freebsd_pci.c \
-   linux_sysfs.c solx_devfs.c
+   linux_sysfs.c linux_devmem.c solx_devfs.c
 @FREEBSD_FALSE@@LINUX_FALSE@@[EMAIL PROTECTED] =  \
 @FREEBSD_FALSE@@LINUX_FALSE@@SOLARIS_TRUE@ solx_devfs.lo
[EMAIL PROTECTED]@@[EMAIL PROTECTED] = linux_sysfs.lo
[EMAIL PROTECTED]@@[EMAIL PROTECTED] = linux_sysfs.lo \
[EMAIL PROTECTED]@@LINUX_TRUE@  linux_devmem.lo
 @[EMAIL PROTECTED] = freebsd_pci.lo
 am_libpciaccess_la_OBJECTS = common_bridge.lo common_iterator.lo \
common_init.lo common_interface.lo common_capability.lo \
@@ -234,7 +235,7 @@ target_alias = @target_alias@
 AM_CFLAGS = @PCIACCESS_CFLAGS@
 lib_LTLIBRARIES = libpciaccess.la
 @[EMAIL PROTECTED] = freebsd_pci.c
[EMAIL PROTECTED]@OS_SUPPORT = linux_sysfs.c
[EMAIL PROTECTED]@OS_SUPPORT = linux_sysfs.c linux_devmem.c
 @[EMAIL PROTECTED] = solx_devfs.c
 libpciaccess_la_SOURCES = common_bridge.c \
common_iterator.c \
@@ -341,6 +342,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
 @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
 @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
 @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
 @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
 @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@

commit a7faac3d2dc49a2130906fbeea3298f32bb9349f
Author: Ian Romanick [EMAIL PROTECTED]
Date:   Mon Jun 18 12:56:40 2007 -0700

Initial support for reading expansion ROM via VGA BIOS address.

diff --git a/src/Makefile.am b/src/Makefile.am
index c6554ba..760711c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ AM_CFLAGS = 

libpciaccess: Changes to 'debian-experimental'

2007-06-14 Thread Julien Cristau
 debian/changelog |6 +++---
 debian/control   |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 5cc3cc41db8e86bacae6619bd10ed8bfaa371e57
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Jun 14 23:11:02 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 7bcb8ce..3da43b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libpciaccess (0.8.0+git20070613-1) UNRELEASED; urgency=low
+libpciaccess (0.8.0+git20070613-1) experimental; urgency=low
 
-  * Initial release.
+  * Initial upload (closes: #428776).
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 13 Jun 2007 16:29:54 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 14 Jun 2007 23:09:50 +0200

commit 41593e6dd7113bf054f456ce520c56cf04f741a2
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Jun 14 01:53:44 2007 +0200

Add missing line.

diff --git a/debian/control b/debian/control
index 7b9a9cc..c9652b9 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Description: Generic PCI access library for X
  Provides functionality for X to access the PCI bus and devices
  in a platform-independant way.
 
+Package: libpciaccess-dev
 Section: libdevel
 Architecture: any
 Depends: libpciaccess0 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



libpciaccess: Changes to 'debian-experimental'

2007-06-13 Thread Julien Cristau
New branch 'debian-experimental' available with the following commits:
commit b052936065278db5ce966c6de14a94ceb790f7e4
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jun 13 17:27:56 2007 +0200

Initial packaging.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]