debian/changelog | 7 +++++++ debian/control | 10 ++++++++++ debian/libdrm2-udeb.install | 1 + debian/rules | 2 +- 4 files changed, 19 insertions(+), 1 deletion(-)
New commits: commit 53a27a9f8e553e93c201be87959a5fba04299a1e Author: Christopher James Halse Rogers <ch...@cooperteam.net> Date: Tue Aug 21 14:13:39 2012 +1000 Add a libdrm2-udeb for Xserver 1.13 diff --git a/debian/changelog b/debian/changelog index 06f0613..1bb6798 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libdrm (2.4.38-0ubuntu2) quantal; urgency=low + + * Add libdrm2-udeb; Xserver 1.13 wants libdrm for hotplug config, so + will be needed for the 1.13 xserver-xorg-core-udeb. + + -- Christopher James Halse Rogers <r...@ubuntu.com> Tue, 21 Aug 2012 14:15:30 +1000 + libdrm (2.4.38-0ubuntu1) quantal; urgency=low * Sync from unreleased debian git branch. diff --git a/debian/control b/debian/control index fef4a23..75c1a07 100644 --- a/debian/control +++ b/debian/control @@ -57,6 +57,16 @@ Description: Userspace interface to kernel DRM services -- runtime . This package provides the runtime environment for libdrm. +Package: libdrm2-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Description: Userspace interface to kernel DRM services -- runtime + This is a udeb, or a microdeb, for the debian-installer. + Package: libdrm2-dbg Section: debug Priority: extra diff --git a/debian/libdrm2-udeb.install b/debian/libdrm2-udeb.install new file mode 100644 index 0000000..6e2fd9b --- /dev/null +++ b/debian/libdrm2-udeb.install @@ -0,0 +1 @@ +usr/lib/*/libdrm.so.2* diff --git a/debian/rules b/debian/rules index bcda3a7..95e94d6 100755 --- a/debian/rules +++ b/debian/rules @@ -95,7 +95,7 @@ endif dh_strip -s --remaining-packages override_dh_makeshlibs: - dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.31)' -- -c4 + dh_makeshlibs -plibdrm2 -V'libdrm2 (>= 2.4.31)' --add-udeb=libdrm2-udeb -- -c4 ifeq ($(INTEL), yes) dh_makeshlibs -plibdrm-intel1 -V'libdrm-intel1 (>= 2.4.38)' -- -c4 endif -- 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/e1t3hma-0007ru...@vasks.debian.org