debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-)
New commits: commit be2ecbba0a5733e49ff68ac9a65f55ee8c32607c Author: Julien Cristau <[EMAIL PROTECTED]> Date: Fri Feb 2 17:00:12 2007 +0100 * Use dh_installman in debian/rules to replace ".so" links with symlinks. diff --git a/debian/changelog b/debian/changelog index c7f6a2e..9bdc72c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,9 @@ libx11 (2:1.1.1-1) UNRELEASED; urgency=l * Install upstream ChangeLog. * libx11-dev doesn't seem to need to depend on libxext-dev (closes: #366676). + * Use dh_installman in debian/rules to replace ".so" links with symlinks. - -- Julien Cristau <[EMAIL PROTECTED]> Thu, 1 Feb 2007 01:19:25 +0100 + -- Julien Cristau <[EMAIL PROTECTED]> Fri, 2 Feb 2007 16:59:38 +0100 libx11 (2:1.1-2) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 5ef8253..d8bec51 100755 --- a/debian/rules +++ b/debian/rules @@ -95,6 +95,7 @@ binary-arch: build install --exclude=usr/share/man/man3/XSetEventQueueOwner.3 dh_install --sourcedir=debian/tmp -Nlibx11-dev -s dh_installchangelogs -s ChangeLog + dh_installman -s dh_link -s dh_strip -plibx11-6 --dbg-package=libx11-6-dbg dh_strip -plibx11-xcb1 --dbg-package=libx11-xcb1-dbg @@ -116,6 +117,7 @@ binary-indep: build install dh_installchangelogs -i ChangeLog dh_install --sourcedir=debian/tmp $(dhinstallindepflags) --list-missing dh_link -i + dh_installman -i dh_compress -i dh_fixperms -i dh_installdeb -i commit bde2755bf41436f75bde1fb461248f21cc6f0a73 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Thu Feb 1 12:56:16 2007 +0100 libx11-dev doesn't need to depend on libxext-dev. diff --git a/debian/changelog b/debian/changelog index 20c70ad..c7f6a2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,10 @@ libx11 (2:1.1.1-1) UNRELEASED; urgency=l Compose file uses the "include" directive. * New upstream release. * Install upstream ChangeLog. + * libx11-dev doesn't seem to need to depend on libxext-dev + (closes: #366676). - -- Julien Cristau <[EMAIL PROTECTED]> Wed, 31 Jan 2007 00:56:29 +0100 + -- Julien Cristau <[EMAIL PROTECTED]> Thu, 1 Feb 2007 01:19:25 +0100 libx11 (2:1.1-2) experimental; urgency=low diff --git a/debian/control b/debian/control index 8982c73..b2e991e 100644 --- a/debian/control +++ b/debian/control @@ -54,7 +54,7 @@ Package: libx11-dev Section: libdevel Architecture: any Pre-Depends: x11-common (>= 1:7.0.0) -Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), libxext-dev, x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb-xlib0-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${Source-Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb-xlib0-dev Description: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]