debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 0efb049951e7c03a42a1eb83449afbae58dd55d6 Author: Timo Aaltonen <[email protected]> Date: Fri Jan 23 14:17:30 2009 +0200 Add a missing comma to libdrm-dev's Depends... diff --git a/debian/changelog b/debian/changelog index 46ec330..423e24f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libdrm (2.4.4-0ubuntu2) jaunty; urgency=low + + * debian/control: Add a missing comma to libdrm-dev's Depends. + + -- Timo Aaltonen <[email protected]> Fri, 23 Jan 2009 13:45:58 +0200 + libdrm (2.4.4-0ubuntu1) jaunty; urgency=low * Merge with Debian experimental, remaining changes: diff --git a/debian/control b/debian/control index dedb821..a5ad6b0 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Package: libdrm-dev Section: libdevel Architecture: any Depends: libdrm2 (= ${binary:Version}), - libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386] + libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386], linux-libc-dev (>= 2.6.28-5.15) Replaces: linux-libc-dev (<= 2.6.28-3.4) Description: Userspace interface to kernel DRM services -- development files -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

