debian/changelog | 10 ++++++++++ debian/control | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-)
New commits: commit 6026139d1d62afb3534adeaacddfcfdb7d574390 Author: Bryce Harrington <br...@bryceharrington.org> Date: Wed Mar 18 19:08:08 2009 -0700 update changelog for release diff --git a/debian/changelog b/debian/changelog index 317b844..d0fce02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -libdrm (2.4.5-0ubuntu2) UNRELEASED; urgency=low +libdrm (2.4.5-0ubuntu2) jaunty; urgency=low + * debian/control: nouveau package description should refer to it, not + intel. (LP: #341294) * debian/libdrm-dev.install: Also install r300_reg.h, via_3d_reg.h, and xgi_drm.h. * debian/rules: Enforce --fail-missing again - -- Bryce Harrington <br...@ubuntu.com> Tue, 10 Mar 2009 10:54:31 -0700 + -- Bryce Harrington <br...@ubuntu.com> Wed, 18 Mar 2009 18:50:31 -0700 libdrm (2.4.5-0ubuntu1) jaunty; urgency=low commit 4a3d9e78f6be9d6b2f0473a7588a7d82feabcc6e Author: Bryce Harrington <br...@bryceharrington.org> Date: Wed Mar 18 18:49:19 2009 -0700 s/intel/nouveau/ for the nouveau-specific packages. diff --git a/debian/changelog b/debian/changelog index 50ace8b..317b844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libdrm (2.4.5-0ubuntu2) UNRELEASED; urgency=low + + * debian/libdrm-dev.install: Also install r300_reg.h, via_3d_reg.h, and + xgi_drm.h. + * debian/rules: Enforce --fail-missing again + + -- Bryce Harrington <br...@ubuntu.com> Tue, 10 Mar 2009 10:54:31 -0700 + libdrm (2.4.5-0ubuntu1) jaunty; urgency=low [Bryce Harrington] diff --git a/debian/control b/debian/control index b3a8d96..2494cef 100644 --- a/debian/control +++ b/debian/control @@ -80,8 +80,8 @@ Package: libdrm-nouveau1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Userspace interface to intel-specific kernel DRM services -- runtime - This library implements the userspace interface to the intel-specific kernel +Description: Userspace interface to nouveau-specific kernel DRM services -- runtime + This library implements the userspace interface to the nouveau-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. @@ -91,7 +91,7 @@ Section: libdevel Priority: extra Architecture: any Depends: libdrm-nouveau1 (= ${binary:Version}), ${misc:Depends} -Description: Userspace interface to intel-specific kernel DRM services -- debugging symbols +Description: Userspace interface to nouveau-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org