debian/changelog | 11 +++++++++-- debian/control | 28 +++++++++++++++++++++++----- debian/libxau6-udeb.install | 1 + debian/rules | 2 +- 4 files changed, 34 insertions(+), 8 deletions(-)
New commits: commit b4d838ab761b10a6a1eb7a129d96ab6e16a3b28a Author: Cyril Brulebois <[email protected]> Date: Tue Mar 9 02:21:41 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 0d97338..b1121f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libxau (1:1.0.5-2) UNRELEASED; urgency=low +libxau (1:1.0.5-2) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -11,7 +11,7 @@ libxau (1:1.0.5-2) UNRELEASED; urgency=low * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). * Add ${misc:Depends} to non-udeb binaries, and wrap Depends. - -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:35 +0000 + -- Cyril Brulebois <[email protected]> Tue, 09 Mar 2010 02:21:32 +0100 libxau (1:1.0.5-1) unstable; urgency=low commit e924014a4ac31482ded0b74e5bb1d743415877dc Author: Cyril Brulebois <[email protected]> Date: Tue Mar 9 02:21:22 2010 +0100 Add ${misc:Depends} to non-udeb binaries, and wrap Depends. diff --git a/debian/changelog b/debian/changelog index 917e669..0d97338 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ libxau (1:1.0.5-2) UNRELEASED; urgency=low * Add udeb needed for the graphical installer: libxau6-udeb. * Add myself to Uploaders. * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). + * Add ${misc:Depends} to non-udeb binaries, and wrap Depends. -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:35 +0000 diff --git a/debian/control b/debian/control index 8effbb4..b4381c2 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxau.git Package: libxau6 Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends}, Description: X11 authorisation library This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and @@ -30,7 +32,8 @@ Package: libxau6-udeb XC-Package-Type: udeb Section: debian-installer Architecture: any -Depends: ${shlibs:Depends} +Depends: + ${shlibs:Depends}, Description: X11 authorisation library This is a udeb, or a microdeb, for the debian-installer. @@ -38,7 +41,10 @@ Package: libxau6-dbg Section: debug Architecture: any Priority: extra -Depends: ${shlibs:Depends}, libxau6 (= ${binary:Version}) +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libxau6 (= ${binary:Version}), Description: X11 authorisation library (debug package) This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and @@ -58,7 +64,11 @@ Description: X11 authorisation library (debug package) Package: libxau-dev Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, libxau6 (= ${binary:Version}), x11proto-core-dev +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libxau6 (= ${binary:Version}), + x11proto-core-dev, Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 authorisation library (development headers) This package provides the main interface to the X11 authorisation handling, commit 7f931fc963d9b77a927bc9794ab3352cb091b0bc Author: Cyril Brulebois <[email protected]> Date: Tue Mar 9 02:15:26 2010 +0100 Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). diff --git a/debian/changelog b/debian/changelog index e462209..917e669 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libxau (1:1.0.5-2) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add udeb needed for the graphical installer: libxau6-udeb. * Add myself to Uploaders. + * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:35 +0000 diff --git a/debian/control b/debian/control index 04c7b0f..8effbb4 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[email protected]>, Cyril Brulebois <[email protected]> Build-Depends: debhelper (>= 5.0.0), pkg-config, x11proto-core-dev, quilt, autoconf, automake, libtool, xutils-dev -Standards-Version: 3.8.3.0 +Standards-Version: 3.8.4 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxau Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxau.git commit d69c6a227e4919a487d86585c89e72a41e057419 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 9 02:15:00 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index dcdd0c4..e462209 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libxau (1:1.0.5-2) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add udeb needed for the graphical installer: libxau6-udeb. + * Add myself to Uploaders. -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:35 +0000 diff --git a/debian/control b/debian/control index a30dca0..04c7b0f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libxau Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: David Nusinow <[email protected]> +Uploaders: David Nusinow <[email protected]>, Cyril Brulebois <[email protected]> Build-Depends: debhelper (>= 5.0.0), pkg-config, x11proto-core-dev, quilt, autoconf, automake, libtool, xutils-dev Standards-Version: 3.8.3.0 commit 38d69845d4e0f167bdb3da5db594db3c49b9d640 Author: Cyril Brulebois <[email protected]> Date: Tue Mar 9 02:14:14 2010 +0100 Add udeb needed for the graphical installer: libxau6-udeb. diff --git a/debian/changelog b/debian/changelog index c97502d..dcdd0c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ libxau (1:1.0.5-2) UNRELEASED; urgency=low + [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good reason. Thanks, Colin Watson! * Remove myself from Uploaders + [ Cyril Brulebois ] + * Add udeb needed for the graphical installer: libxau6-udeb. + -- Julien Cristau <[email protected]> Sat, 16 Jan 2010 16:47:35 +0000 libxau (1:1.0.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 5ec5cca..a30dca0 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,14 @@ Description: X11 authorisation library This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau +Package: libxau6-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends} +Description: X11 authorisation library + This is a udeb, or a microdeb, for the debian-installer. + Package: libxau6-dbg Section: debug Architecture: any diff --git a/debian/libxau6-udeb.install b/debian/libxau6-udeb.install new file mode 100644 index 0000000..6398da5 --- /dev/null +++ b/debian/libxau6-udeb.install @@ -0,0 +1 @@ +usr/lib/libXau.so.6* diff --git a/debian/rules b/debian/rules index 029cf26..d3a6350 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,7 @@ binary-arch: build install dh_strip --dbg-package=$(PACKAGE)-dbg dh_compress dh_fixperms - dh_makeshlibs + dh_makeshlibs --add-udeb=$(PACKAGE)-udeb dh_shlibdeps dh_installdeb dh_gencontrol -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

