debian/changelog | 14 ++++++++++++++ debian/control | 10 +++++++++- debian/libxtst6-udeb.install | 1 + debian/rules | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-)
New commits: commit ab768430a7e9abc5f8237e8a654b8cea47a11899 Author: Cyril Brulebois <k...@debian.org> Date: Wed Jul 20 23:10:57 2011 +0200 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 2c52f86..e2dd5ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -libxtst (2:1.2.0-3) UNRELEASED; urgency=low +libxtst (2:1.2.0-3) unstable; urgency=low * Upload to unstable. - -- Cyril Brulebois <k...@debian.org> Wed, 20 Jul 2011 23:10:24 +0200 + -- Cyril Brulebois <k...@debian.org> Wed, 20 Jul 2011 23:10:53 +0200 libxtst (2:1.2.0-2) experimental; urgency=low commit f807e6c24b1238e22e0524708c7ab4c7a6241eb2 Author: Cyril Brulebois <k...@debian.org> Date: Wed Jul 20 23:10:35 2011 +0200 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 1df396f..2c52f86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxtst (2:1.2.0-3) UNRELEASED; urgency=low + + * Upload to unstable. + + -- Cyril Brulebois <k...@debian.org> Wed, 20 Jul 2011 23:10:24 +0200 + libxtst (2:1.2.0-2) experimental; urgency=low * Add libxtst6-udeb, thanks to Thibaut GIRKA (Closes: #592504). This is commit 2d7559cd931ed890aefde283e65bd11068dee995 Author: Cyril Brulebois <k...@debian.org> Date: Thu Feb 24 16:47:51 2011 +0100 Upload to experimental. diff --git a/debian/changelog b/debian/changelog index f38a3b5..1df396f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -libxtst (2:1.2.0-2) UNRELEASED; urgency=low +libxtst (2:1.2.0-2) experimental; urgency=low * Add libxtst6-udeb, thanks to Thibaut GIRKA (Closes: #592504). This is a prerequisite for on-screen keyboard support. * Update Uploaders list. Thanks, David, Andres, and Brice! - -- Cyril Brulebois <k...@debian.org> Thu, 24 Feb 2011 16:10:36 +0100 + -- Cyril Brulebois <k...@debian.org> Thu, 24 Feb 2011 16:47:44 +0100 libxtst (2:1.2.0-1) unstable; urgency=low commit 1fd868003d22a09f84a4d1a73b29e30497a80093 Author: Cyril Brulebois <k...@debian.org> Date: Thu Feb 24 16:47:39 2011 +0100 Update Uploaders list. Thanks, David, Andres, and Brice! diff --git a/debian/changelog b/debian/changelog index a3ef09b..f38a3b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libxtst (2:1.2.0-2) UNRELEASED; urgency=low * Add libxtst6-udeb, thanks to Thibaut GIRKA (Closes: #592504). This is a prerequisite for on-screen keyboard support. + * Update Uploaders list. Thanks, David, Andres, and Brice! -- Cyril Brulebois <k...@debian.org> Thu, 24 Feb 2011 16:10:36 +0100 diff --git a/debian/control b/debian/control index c54a873..9ebf2e0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libxtst Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> -Uploaders: David Nusinow <dnusi...@debian.org>, Andres Salomon <dilin...@debian.org>, Brice Goglin <bgog...@debian.org>, Cyril Brulebois <k...@debian.org> +Uploaders: Cyril Brulebois <k...@debian.org> Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 2:0.99.3), commit a6d9ac291815adbca0e09508d7a839b85473f98c Author: Cyril Brulebois <k...@debian.org> Date: Thu Feb 24 16:17:48 2011 +0100 Add udeb, thanks to Thibaut GIRKA (Closes: #592504). diff --git a/debian/changelog b/debian/changelog index 1b3a49b..a3ef09b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libxtst (2:1.2.0-2) UNRELEASED; urgency=low + + * Add libxtst6-udeb, thanks to Thibaut GIRKA (Closes: #592504). This is + a prerequisite for on-screen keyboard support. + + -- Cyril Brulebois <k...@debian.org> Thu, 24 Feb 2011 16:10:36 +0100 + libxtst (2:1.2.0-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index ffe123e..c54a873 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,14 @@ Description: X11 Testing -- Record extension library This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst +Package: libxtst6-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: X11 Testing -- Record extension library + This is a udeb, or a microdeb, for the debian-installer. + Package: libxtst6-dbg Architecture: any Section: debug diff --git a/debian/libxtst6-udeb.install b/debian/libxtst6-udeb.install new file mode 100644 index 0000000..9f81ac0 --- /dev/null +++ b/debian/libxtst6-udeb.install @@ -0,0 +1 @@ +usr/lib/libXtst.so.6* diff --git a/debian/rules b/debian/rules index 158b72a..8f6467c 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,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 debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1qjeeq-0007vd...@vasks.debian.org