debian/changelog | 6 +++++- debian/control | 10 ++++++++++ debian/libdrm2-udeb.install | 1 + debian/rules | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-)
New commits: commit fad0ec6ef31b2a29b55d0eb65eec9a8d9e3479e6 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 c1fbd3a..0042f82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,11 @@ libdrm (2.4.38-1) UNRELEASED; urgency=low * Bump libdrm-intel1's and libdrm-nouveau2's shlibs due to new symbols. * Hardcode the version for libdrm-omap1's shlibs. - -- Maarten Lankhorst <maarten.lankho...@canonical.com> Tue, 03 Jul 2012 10:34:04 +0200 + [ Christopher James Halse Rogers ] + * 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:05:52 +1000 libdrm (2.4.33-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 21ce5bf..96826f3 100644 --- a/debian/control +++ b/debian/control @@ -56,6 +56,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/e1t3hmz-0007rg...@vasks.debian.org