Author: beatle
Date: 2006-11-25 21:45:46 -0500 (Sat, 25 Nov 2006)
New Revision: 4077

Modified:
   branches/experimental/lib/libdrm/debian/control
   branches/experimental/lib/libdrm/debian/rules
Log:
Add a debugging package for the libdrm2 library.


Modified: branches/experimental/lib/libdrm/debian/control
===================================================================
--- branches/experimental/lib/libdrm/debian/control     2006-11-26 02:40:01 UTC 
(rev 4076)
+++ branches/experimental/lib/libdrm/debian/control     2006-11-26 02:45:46 UTC 
(rev 4077)
@@ -31,3 +31,17 @@
  OpenGL drivers.
  .
  This package provides the runtime environment for libdrm.
+
+Package: libdrm2-dbg
+Section: libs
+Priority: extra
+Architecture: any
+Description: Userspace interface to 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 Linux to provide hardware-accelerated
+ OpenGL drivers.
+ .
+ This package provides debugging symbols for the libdrm2 package.
+

Modified: branches/experimental/lib/libdrm/debian/rules
===================================================================
--- branches/experimental/lib/libdrm/debian/rules       2006-11-26 02:40:01 UTC 
(rev 4076)
+++ branches/experimental/lib/libdrm/debian/rules       2006-11-26 02:45:46 UTC 
(rev 4077)
@@ -66,8 +66,8 @@
        dh_installdocs
        dh_installexamples
        dh_install --sourcedir=debian/tmp
-#      dh_installman
        dh_link
+       dh_strip -plibdrm2 --dbg-package=libdrm2-dbg
        dh_strip
        dh_compress
        dh_fixperms


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

Reply via email to