Import Ubuntu changes

This commit is contained in:
Timo Aaltonen 2011-04-06 13:17:16 +03:00
parent be929fe82e
commit 57531c3522
4 changed files with 61 additions and 1 deletions

44
debian/changelog vendored
View File

@ -1,3 +1,10 @@
x11-xserver-utils (7.5+2ubuntu1) maverick; urgency=low
* Merge from debian unstable. Remaining Ubuntu changes:
- 101_xset_spellfix.patch: Spelling fix in help docs.
-- Robert Hooker <sarvatt@ubuntu.com> Mon, 09 Aug 2010 10:24:12 -0400
x11-xserver-utils (7.5+2) unstable; urgency=low x11-xserver-utils (7.5+2) unstable; urgency=low
[ Julien Cristau ] [ Julien Cristau ]
@ -17,6 +24,21 @@ x11-xserver-utils (7.5+2) unstable; urgency=low
-- Cyril Brulebois <kibi@debian.org> Sat, 24 Jul 2010 16:27:24 +0200 -- Cyril Brulebois <kibi@debian.org> Sat, 24 Jul 2010 16:27:24 +0200
x11-xserver-utils (7.5+1ubuntu2) lucid; urgency=low
* Add 101_xset_spellfix.patch: Spelling fix in help docs
(LP: #426152)
-- Bryce Harrington <bryce@ubuntu.com> Wed, 17 Mar 2010 15:23:57 -0700
x11-xserver-utils (7.5+1ubuntu1) lucid; urgency=low
* Merge from Debian. Remaining Ubuntu changes:
- Add 100_xrandr-output.patch: When using --scale or --transform, verify
a valid output parameter is used; crashes otherwise.
-- Bryce Harrington <bryce@ubuntu.com> Fri, 08 Jan 2010 18:38:47 -0800
x11-xserver-utils (7.5+1) unstable; urgency=low x11-xserver-utils (7.5+1) unstable; urgency=low
[ Julien Cristau ] [ Julien Cristau ]
@ -50,6 +72,28 @@ x11-xserver-utils (7.5+1) unstable; urgency=low
-- Brice Goglin <bgoglin@debian.org> Sun, 06 Dec 2009 20:41:37 +0100 -- Brice Goglin <bgoglin@debian.org> Sun, 06 Dec 2009 20:41:37 +0100
x11-xserver-utils (7.4+2ubuntu3) karmic; urgency=low
* 100_xrandr-output.patch: Refresh patch to apply cleanly, fixing
FTBFS. LP: #432079
-- Michael Terry <michael.terry@canonical.com> Thu, 17 Sep 2009 15:46:30 -0400
x11-xserver-utils (7.4+2ubuntu2) karmic; urgency=low
* 100_xrandr-output.patch: Replace with patch sent upstream.
(LP: #354715)
-- Bryce Harrington <bryce@ubuntu.com> Wed, 02 Sep 2009 02:15:48 -0700
x11-xserver-utils (7.4+2ubuntu1) karmic; urgency=low
* Add 100_xrandr-output.patch: When using --scale or --transform, verify
a valid output parameter is used; crashes otherwise.
(LP: #354715)
-- Bryce Harrington <bryce@ubuntu.com> Wed, 02 Sep 2009 01:18:10 -0700
x11-xserver-utils (7.4+2) unstable; urgency=low x11-xserver-utils (7.4+2) unstable; urgency=low
* xrandr 1.3. * xrandr 1.3.

3
debian/control vendored
View File

@ -1,7 +1,8 @@
Source: x11-xserver-utils Source: x11-xserver-utils
Section: x11 Section: x11
Priority: optional Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>, Cyril Brulebois <kibi@debian.org> Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>, Cyril Brulebois <kibi@debian.org>
Build-Depends: debhelper (>= 5.0.0), pkg-config, libx11-dev (>= 2:1.0.0), Build-Depends: debhelper (>= 5.0.0), pkg-config, libx11-dev (>= 2:1.0.0),
libxaw7-dev (>= 1:1.0.1), libxext-dev (>= 1:1.0.0), libxaw7-dev (>= 1:1.0.1), libxext-dev (>= 1:1.0.0),

14
debian/patches/101_xset_spellfix.patch vendored Normal file
View File

@ -0,0 +1,14 @@
diff -Nurp x11-xserver-utils-7.4+2ubuntu3/xset/xset.c working/xset/xset.c
--- x11-xserver-utils-7.4+2ubuntu3/xset/xset.c 2009-02-01 05:04:01.000000000 -0800
+++ working/xset/xset.c 2010-03-15 19:02:50.000000000 -0700
@@ -1554,8 +1554,8 @@ usage(char *fmt, ...)
#ifdef FONTCACHE
fprintf(stderr, " To control font cache:\n");
fprintf(stderr, "\t fc [hi-mark [low-mark [balance]]]\n");
- fprintf(stderr, "\t both mark values spcecified in KB\n");
- fprintf(stderr, "\t balance value spcecified in percent (10 - 90)\n");
+ fprintf(stderr, "\t both mark values specified in KB\n");
+ fprintf(stderr, "\t balance value specified in percent (10 - 90)\n");
fprintf(stderr, " Show font cache statistics:\n");
fprintf(stderr, "\t fc s\n");
#endif

View File

@ -1 +1,2 @@
01_sessreg_implement_hostname_hashing.diff 01_sessreg_implement_hostname_hashing.diff
101_xset_spellfix.patch