From 938522a6cc2f192b68e363771001ea5c4ced1751 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Nov 2005 20:13:46 -0500 Subject: [PATCH] Import Debian changes 1.23-9 dgen (1.23-9) unstable; urgency=low . * Remove an unnecessary build dependency on xlibs-dev. * Switch to xlibmesa-gl-dev build dep. * Debhelper v5. * Fix man warning on dgenrc(5). --- debian/changelog | 9 +++++++++ debian/compat | 2 +- debian/control | 2 +- dgenrc.5 | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 580ca87..77f3755 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dgen (1.23-9) unstable; urgency=low + + * Remove an unnecessary build dependency on xlibs-dev. + * Switch to xlibmesa-gl-dev build dep. + * Debhelper v5. + * Fix man warning on dgenrc(5). + + -- Joey Hess Wed, 30 Nov 2005 20:13:46 -0500 + dgen (1.23-8) unstable; urgency=low * Patch from Andreas Jochens to build with gcc 4.0. Closes: #297272 diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index acea3ee..5fee922 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: dgen Section: non-free/otherosfs Priority: optional -Build-Depends: debhelper (>= 4), libsdl1.2-dev, nasm [i386], xlibmesa-dev, xlibs-dev, dpkg-dev (>= 1.9.0) +Build-Depends: debhelper (>= 5), libsdl1.2-dev, nasm [i386], xlibmesa-gl-dev, dpkg-dev (>= 1.9.0) Maintainer: Joey Hess Standards-Version: 3.6.2 diff --git a/dgenrc.5 b/dgenrc.5 index d6f8817..3f1b7ff 100644 --- a/dgenrc.5 +++ b/dgenrc.5 @@ -170,7 +170,7 @@ A key identifier can have the prefixes "shift-", "ctrl-", "alt-" and "meta-", or any combination thereof, to require that the specified modifier be pressed in combination with the key. For example, the identifier "alt-enter" would correspond to holding down the Alt key while pressing Enter. - +.P The numbers "0" through "9" ("kp_0" through "kp_9" for the numeric keypad), letters "A" through "Z", and function keys "F1" through "F12" map to their key equivalents. -- 2.11.4.GIT