diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-10-08 03:29:47 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-10-08 03:29:47 -0700 |
commit | 2184891ca53f6c14cd0545a8ed3f6baaa6539a3f (patch) | |
tree | b8ad3d271f2e42cb1448063232648f2398fc9e6f /debian/libxcb-xf86dri0-dev.install | |
parent | 5d7d548d05c28594fecb53894e5c386ed771eb89 (diff) |
Update Debian packaging for 1.0 RC2 release.debian-0.9.92-1
* New upstream version.
[ Josh Triplett ]
* No longer installs files to /usr/include/X11, so remove Pre-Depends on
x11-common.
* Update to Standards-Version 3.7.2 (no changes required).
* Point specifically to http://xcb.freedesktop.org/dist in copyright file,
rather than http://xcb.freedesktop.org .
* Add debian/watch file.
* Install pkgconfig files to /usr/share/pkgconfig.
* Version Build-Depends on xcb-proto as (>= 0.9.92)
* Change libxcb0{,-dev,-dbg} to libxcb1{,-dev,-dbg} to match soname bump, and
update Depends of other library -dev packages.
* Add debian/control stanzas and debhelper install files for new library
libxcb-xlib0.
* Change libxcb${ext}0{,-dev,-dbg} to libxcb-${ext}0{,-dev,-dbg}, to match
the sonames of the libraries.
* cdbs >= 0.4.40 now builds -dbg packages for each library package, without
requiring DEB_DBG_PACKAGE_libxcb* for each one. Remove assignments to
these variables in debian/rules, and version cdbs Build-Depends accordingly.
* Change -dbg package priorities from optional to extra.
Authors: Josh Triplett <josh@freedesktop.org>, Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'debian/libxcb-xf86dri0-dev.install')
-rw-r--r-- | debian/libxcb-xf86dri0-dev.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/libxcb-xf86dri0-dev.install b/debian/libxcb-xf86dri0-dev.install new file mode 100644 index 0000000..66d6f30 --- /dev/null +++ b/debian/libxcb-xf86dri0-dev.install @@ -0,0 +1,4 @@ +usr/include/xcb/xf86dri.h +usr/lib/libxcb-xf86dri.a +usr/lib/libxcb-xf86dri.so +usr/lib/pkgconfig/xcb-xf86dri.pc usr/share/pkgconfig |