Accepted xfree86 4.1.0-15 (i386 all source)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 2 Apr 2002 14:30:05 -0500
Source: xfree86
Binary: xserver-common xlibs-dev xfs xfree86-common xfonts-pex x-window-system xlibmesa-dev xspecs xlibmesa3 xfonts-cyrillic xlibmesa3-dbg xserver-xfree86 xlibs-dbg libxaw6 libxaw7 xterm xvfb xfonts-scalable xfonts-75dpi xlib6g proxymngr libxaw6-dev xlibs-pic libdps1-dbg xlib6g-dev xfonts-base xutils libxaw7-dev xnest xlibs libxaw6-dbg xmh lbxproxy libxaw7-dbg xfonts-base-transcoded xbase-clients xprt xlibosmesa3 x-window-system-core xlibosmesa-dev twm xfwp xfonts-100dpi-transcoded xlibosmesa3-dbg xfonts-100dpi xdm libdps-dev xfonts-75dpi-transcoded libdps1
Architecture: source all i386
Version: 4.1.0-15
Distribution: unstable
Urgency: high
Maintainer: Branden Robinson <branden@debian.org>
Changed-By: Branden Robinson <branden@debian.org>
Description:
lbxproxy - Low Bandwidth X (LBX) proxy server
libdps-dev - Display PostScript (DPS) client library development files
libdps1 - Display PostScript (DPS) client library
libdps1-dbg - Display PostScript (DPS) client library (unstripped)
libxaw6 - X Athena widget set library (version 6)
libxaw6-dbg - X Athena widget set library (version 6) (unstripped)
libxaw6-dev - X Athena widget set library development files (version 6)
libxaw7 - X Athena widget set library
libxaw7-dbg - X Athena widget set library (unstripped)
libxaw7-dev - X Athena widget set library development files
proxymngr - X proxy services manager
twm - Tab window manager
x-window-system - X Window System
x-window-system-core - X Window System core components
xbase-clients - miscellaneous X clients
xdm - X display manager
xfonts-100dpi - 100 dpi fonts for X
xfonts-100dpi-transcoded - 100 dpi fonts for X (transcoded from ISO 10646-1)
xfonts-75dpi - 75 dpi fonts for X
xfonts-75dpi-transcoded - 75 dpi fonts for X (transcoded from ISO 10646-1)
xfonts-base - standard fonts for X
xfonts-base-transcoded - standard fonts for X (transcoded from ISO 10646-1)
xfonts-cyrillic - Cyrillic fonts for X
xfonts-pex - fonts for minimal PEX support in X
xfonts-scalable - scalable fonts for X
xfree86-common - X Window System (XFree86) infrastructure
xfs - X font server
xfwp - X firewall proxy server
xlib6g - pseudopackage providing X libraries
xlib6g-dev - pseudopackage providing X library development files
xlibmesa-dev - XFree86 version of Mesa 3D graphics library development files
xlibmesa3 - XFree86 version of Mesa 3D graphics library
xlibmesa3-dbg - XFree86 version of Mesa 3D graphics library (unstripped)
xlibosmesa-dev - Mesa/XFree86 off-screen rendering library development files
xlibosmesa3 - Mesa/XFree86 off-screen rendering library
xlibosmesa3-dbg - Mesa/XFree86 off-screen rendering library (unstripped)
xlibs - X Window System client libraries
xlibs-dbg - X Window System client libraries (unstripped)
xlibs-dev - X Window System client library development files
xlibs-pic - X Window System client extension library PIC archives
xmh - X interface to the MH mail system
xnest - nested X server
xprt - X print server
xserver-common - files and utilities common to all X servers
xserver-xfree86 - the XFree86 X server
xspecs - X protocol, extension, and library technical specifications
xterm - X terminal emulator
xutils - X Window System utility programs
xvfb - virtual framebuffer X server
Closes: 127749 131251 131291 131611 133002 133791 134947 135443 135908 135915 135966 136438 137145 137524 137529 137587 137861 137869 139511 140862
Changes:
xfree86 (4.1.0-15) unstable; urgency=high
.
* the "I want super-stable releases every 2 months and CVS HEAD every day"
release
* patch #000_stolen_from_HEAD:
- Alan Hourihane's fix for calculation of DPI when Xinerama is in use
(Closes: #127749)
- SECURITY: Don't abuse the priviledges of the X server to access shared
memory segements in MIT-SHM (Roberto Zunino, Matthieu Herrb).
(Closes: #140862)
- fix erroneous variable reference that could cause Xft to be disabled
when LD_BIND_NOW is used, causing stack poisoning (Keith Packard, Kevin
Puetz) (Thanks, Kevin!) (Closes: #137145)
.
* patch #064: fix in fbdev driver; fbdev wasn't telling shadow layer when
there was no framebuffer available (i.e., when switched away to a
different VT) (patch courtesy of Keith Packard, Roland Schulz, and Michel
Dänzer)
* patch #065: raped again by Herbert Xu and Ben Collins; you're not
"supposed to" Build-Depend on a kernel package and at the same time the
glibc versions of the kernel headers exclude SiS DRM ioctls that we need
#defined to compile properly. Kludge these #defines into sis_alloc.c
because, of course, it's XFree86's job to know what the uderlying kernel's
ioctl numbers are. While we're at it, why don't we just stop using
standardized constants in our C programs altogether? :-P Oh, by the way,
these are the ioctl's for i386 Linux. Talk to Herbert and Ben if this
sucks for you. (Closes: #139511)
* patch #451: fix for page size problems on ia64 (thanks, Bdale Garbee and
Chris Ahna)
* patch #452: workaround for an ATI expansion ROM problem that is fatal on
HP McKinley prototype systems (thanks, Bdale Garbee)
* patch #500: Gerhard Tonn's patches to enable X server code on the s390
architecture; however, the XFree86 X server itself is still not built.
Also affected:
+ debian/MANIFEST.s390
+ debian/control
+ debian/rules
+ debian/scripts/vars.s390
+ debian/xbase-clients.conffiles.s390
+ debian/xbase-clients.files.s390
+ debian/xlibs-dev.files.s390
.
* debian/control:
- xlibs Conflicts: xcontrib (<< 4.0) and xsm (<< 4.0); this should help
apt figure out some upgrade paths
- xvfb Suggests: xbase-clients (Closes: #134947)
- x-window-system-core Depends: ${F:XWSC-Special-Depends} instead of
"xserver-xfree86" (see below, should make this package installable on
s390) (Closes: #137587)
* debian/local/FAQ: added new question; "Why doesn't the X server package
just depend on the xfonts-base package?"
* debian/local/Xsession.d/20xfree86-common_process-args: also test for null
return from "which" run on program specified on command-line
(Closes: #133002)
* debian/local/Xsession.d/50xfree86-common_determine-startup: correct and
quote a variable reference to prevent unintended reads from standard input
(thanks, Robert Bihlmeyer) (Closes: #131291)
* debian/local/Xwrapper.config: correct range of permitted nice values
* debian/local/dexconf: give users more information in comment block of
written X server configuration files (Closes: #136438)
* debian/local/dexlet/main.py:
- update BusID validation code to reject hexadecimal digits, and accept
3-digit bus numbers (thanks, Richard Hirst)
- update BusID validation code to accept XFree86's special "-1" value,
which appears to indicate an ISA bus
- store selection_method template from configlet (thanks, Richard Hirst)
* debian/local/xvfb-run{,.1}: xvfb-run checks for existence of xauth, and
exits with an error message if it cannot be found (thanks, David Schleef)
* debian/local/xserver-wrapper.c: change nice() usage to fit SuSv2
semantics; see Debian Bug #140012
* debian/rules:
- define special substvar F:XWSC-Special-Depends to take care of the fact
that s390 doesn't build xserver-xfree86, and still keep the
x-window-system-core metapackage useful
- ship text version of xterm FAQ again (thanks, Laurent Bonnaud)
(Closes: #137529)
* debian/scripts/vars.*: define XWSC_SPECIAL_DEPENDS for all architectures
except s390
* debian/shlibs.local: resynced with xlibmesa3.shlibs (see below)
* debian/xbase-clients.preinst.in: remove obsolete xconsole alternative if
it exists (Closes: #131251)
* debian/{xdm,xserver-common,xserver-xfree86}.templates.ca: added Catalan
translations (thanks, Ivan Vilata i Balaguer) (Closes: #133791)
* debian/xdm.templates.fr: added French translation (thanks, Jean-Christophe
Dubacq)
* debian/xdm.templates.it: added Italian translation (thanks, Matteo
Dell'Amico) (Closes: #135915)
* debian/xdm.templates.ja: added Japanese translation (thanks, Tomohiro
KUBOTA)
* debian/xfree86-common.doc-base.debian-x-faq: correct typo (thanks, Laurent
Bonnaud) (Closes: #137524)
* debian/xlibmesa3.shlibs: "libgl1" to "xlibmesa3 | libgl1" so that packages
using this library don't get a pure virtual dependency in their control
data (Closes: #135443)
* debian/xserver-common.preinst.in: if /etc/X11/Xserver exists, echo a note
it being obsolete, and move it (thanks, Joey Hess)
* debian/xserver-common.templates.dk: added Danish translation (thanks,
Dennis Haney) (Closes: #131611)
* debian/xserver-common.templates.fr: updated French translation (thanks,
Jean-Christophe Dubacq)
* debian/xserver-common.templates.it: added Italian translation (thanks,
Matteo Dell'Amico) (Closes: #135908)
* debian/xserver-common.templates.ja: updated Japanese translation (thanks,
Tomohiro KUBOTA) (Closes: #137861)
* debian/xserver-xfree86.config:
- big-time changes, mostly to support DEBIAN_FRONTEND=noninteractive
- documented proper syntax for the shell functions used
- changed syntax of exiting validate_* functions so that question priority
is supplied as an argument, and updated all function invocations to
correspond to this
- new functions; validate_bus_id_db_input(),
validate_monitor_frequency_db_input(), and auto_answer(); use these
new validate_* functions when getting bus ID's and monitor data, instead
of inlining the code
- stopped using and eliminated tsl() function; dropped in favor of
auto_answer() instead
- collect information about installed video cards in one pass at the
beginning of the script, and set NSERVERS, NDRIVERS, NCARDS, and MULTIHEAD
accordingly
- MULTIHEAD is now set if NCARDS is greater than one, not NSERVERS
- updated and added some debugging messages
- migrated debconf questions that *MUST* have answers, and do not have
"safe" defaults, to use auto_answer() instead, note that if you do not
pre-answer these questions and configure this package with the
noninteractive frontend, the X server is NOT guaranteed to be configured
in a sane way
- change all autodetect questions to use auto_answer() function, set to
false if the question cannot be asked, and stop setting the seen flag to
false before asking the question (Closes: #137869)
- specify MAY_BE_NULL variable on the same line as the call to
validate_string_db_input, always
- handle case where mdetect returns no output at all; also, break out of
autodetection loop after one iteration if the autodetection question is
not being aksed
- don't do string compares on $?
- pre-answer video card and monitor identifier questions with
locale-specific generic answer when a default cannot be determined with
probing
* debian/xserver-xfree86.templates.fr: updated French translation (thanks,
Jean-Christophe Dubacq)
* debian/xserver-xfree86.templates.it: added Italian translation (thanks,
Matteo Dell'Amico and Emanuele Aina) (Closes: #135966)
* debian/xserver-xfree86.templates.ja: updated Japanese translation (thanks,
Tomohiro KUBOTA)
Files:
9268b7e8b164dfdcb05b9cd57f333cd2 1543 x11 optional xfree86_4.1.0-15.dsc
8c91583092b3b10348d48de2555a85c8 1559792 x11 optional xfree86_4.1.0-15.diff.gz
de1b8441c81ab19cfc3df2eb06d9fa0a 130086 x11 optional lbxproxy_4.1.0-15_i386.deb
d92116b138d1246df2e949426e476c19 166050 libs optional libdps1_4.1.0-15_i386.deb
f79f16f41d1e7900297593d5935c4c23 407104 devel extra libdps1-dbg_4.1.0-15_i386.deb
db1712766c3e797e0b012e7ad087b674 227314 devel optional libdps-dev_4.1.0-15_i386.deb
f640d38bb5fc5b22b6416b414ca5def4 164056 libs optional libxaw6_4.1.0-15_i386.deb
ab33483d524744a07e86c71a0c61fa63 331854 devel extra libxaw6-dbg_4.1.0-15_i386.deb
1e056f0b25ce731b5c2084e8d16ad9ae 290240 devel extra libxaw6-dev_4.1.0-15_i386.deb
12a83ac31d309e4d5a5242360ad509a5 210920 libs optional libxaw7_4.1.0-15_i386.deb
0c2c96a0e2a2ece6fcb44ea453ff463b 431532 devel extra libxaw7-dbg_4.1.0-15_i386.deb
b6ffcf9445a1d482da652d9b2a990d49 290132 devel optional libxaw7-dev_4.1.0-15_i386.deb
088aa4d152afe9b8b9d37ab3c83da8e7 74000 x11 optional proxymngr_4.1.0-15_i386.deb
0ec54c700fc380def46442a6c4cecb5b 149302 x11 optional twm_4.1.0-15_i386.deb
2a3c224d3921eb80bdd65e76412aaf33 1453856 x11 optional xbase-clients_4.1.0-15_i386.deb
09ebe0ad253be228b0dc23c7d3f00937 167706 x11 optional xdm_4.1.0-15_i386.deb
b9d9f8c2dfe04d0d67fe4f6228273a76 273190 x11 optional xfs_4.1.0-15_i386.deb
fba1d4970da3299b4fb01b2792d1848a 78588 x11 optional xfwp_4.1.0-15_i386.deb
d79b3f44c49b7895c03ea7f5c8340655 3420144 libs optional xlibmesa3_4.1.0-15_i386.deb
6965d0f229086647331debf734f1d51a 863530 devel extra xlibmesa3-dbg_4.1.0-15_i386.deb
afeccaea705a808d795e778d091eae47 550242 devel optional xlibmesa-dev_4.1.0-15_i386.deb
ac1805a3e8b0fbf5b8a1817aff679a26 460238 libs optional xlibosmesa3_4.1.0-15_i386.deb
87f3b7309edccb42af3447060df642f6 961848 devel extra xlibosmesa3-dbg_4.1.0-15_i386.deb
25ffa8f5ede44fadecd04d195cdca29d 520170 devel optional xlibosmesa-dev_4.1.0-15_i386.deb
f14e01bb97b53071a0a98abe05e38a1c 1221084 libs optional xlibs_4.1.0-15_i386.deb
5d152ece85ab603cc4ee0ca86a2166bc 2532466 devel extra xlibs-dbg_4.1.0-15_i386.deb
146e1c5bfff1e0eceabc055d482ea925 2721606 devel optional xlibs-dev_4.1.0-15_i386.deb
de13b1a68dedfdc11499ad1745381059 71028 devel optional xlibs-pic_4.1.0-15_i386.deb
565399a164803b94e130b035ff40efb9 122152 mail extra xmh_4.1.0-15_i386.deb
91c09d003cce3568fa47294c2f31246a 1391230 x11 optional xnest_4.1.0-15_i386.deb
87368f387320e364705acd86110e3b35 1120776 x11 optional xprt_4.1.0-15_i386.deb
ebc30bc83e25b3eae8efd1beaa7cc4d3 213528 x11 optional xserver-common_4.1.0-15_i386.deb
8dafa79ab01059a14c18afda4970c2d5 4318750 x11 optional xserver-xfree86_4.1.0-15_i386.deb
120b47ef5f4dfb3e05e150dbcf17bb28 482380 x11 optional xterm_4.1.0-15_i386.deb
b2fa4ed50e597b6d4c28028456e245b8 599478 x11 optional xutils_4.1.0-15_i386.deb
ac0cb58aaf28ba93458eb227d142c7e5 1494208 x11 optional xvfb_4.1.0-15_i386.deb
706f6081e6adb0aeac851edd74b63f4e 4256338 x11 optional xfonts-100dpi_4.1.0-15_all.deb
9364930c3c8ec16fb8dd7f92c1f74c1f 8087392 x11 optional xfonts-100dpi-transcoded_4.1.0-15_all.deb
b6b50b72179f579d0c80d341eeffe72c 3734164 x11 optional xfonts-75dpi_4.1.0-15_all.deb
76dbc335f98f2525aa8c0716b9bb1e68 6964018 x11 optional xfonts-75dpi-transcoded_4.1.0-15_all.deb
54550e9cff08691788f133ec87f3c06d 4977804 x11 optional xfonts-base_4.1.0-15_all.deb
e133d0896a5ec16e15359559ccb31850 1096960 x11 optional xfonts-base-transcoded_4.1.0-15_all.deb
cea3c5de674a4d1da67a4dc0a5b19471 429700 x11 optional xfonts-cyrillic_4.1.0-15_all.deb
33d77e23a24d6bcd08c8e872d9ee969b 66306 x11 optional xfonts-pex_4.1.0-15_all.deb
62bcc060b8940f41a3b8cbb0f795899e 793802 x11 optional xfonts-scalable_4.1.0-15_all.deb
8825c3fec71deaa63b6d5246fb5710c0 542292 x11 optional xfree86-common_4.1.0-15_all.deb
2ff40f7e59362191c13c2f2ee4ab325c 4163022 x11 optional xspecs_4.1.0-15_all.deb
3fb03f760795a0ff76cb09cfaf880cf9 58058 libs optional xlib6g_4.1.0-15_all.deb
9ce056166f45c5989ce2fb115d42021e 57864 devel optional xlib6g-dev_4.1.0-15_all.deb
a406ee578d270c71c7604f7bc5774ec9 58050 x11 optional x-window-system-core_4.1.0-15_all.deb
5887a2b9dd94936697642d23c1eaf8bd 57904 x11 optional x-window-system_4.1.0-15_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAjyqmPkACgkQ6kxmHytGonxIewCgnB6T0pT8LWAZe35ecAMN/8jQ
8d8AniQPquNyKutqyn9zqOC+XiYMN8pH
=t/Ts
-----END PGP SIGNATURE-----
Accepted:
lbxproxy_4.1.0-15_i386.deb
to pool/main/x/xfree86/lbxproxy_4.1.0-15_i386.deb
libdps-dev_4.1.0-15_i386.deb
to pool/main/x/xfree86/libdps-dev_4.1.0-15_i386.deb
libdps1-dbg_4.1.0-15_i386.deb
to pool/main/x/xfree86/libdps1-dbg_4.1.0-15_i386.deb
libdps1_4.1.0-15_i386.deb
to pool/main/x/xfree86/libdps1_4.1.0-15_i386.deb
libxaw6-dbg_4.1.0-15_i386.deb
to pool/main/x/xfree86/libxaw6-dbg_4.1.0-15_i386.deb
libxaw6-dev_4.1.0-15_i386.deb
to pool/main/x/xfree86/libxaw6-dev_4.1.0-15_i386.deb
libxaw6_4.1.0-15_i386.deb
to pool/main/x/xfree86/libxaw6_4.1.0-15_i386.deb
libxaw7-dbg_4.1.0-15_i386.deb
to pool/main/x/xfree86/libxaw7-dbg_4.1.0-15_i386.deb
libxaw7-dev_4.1.0-15_i386.deb
to pool/main/x/xfree86/libxaw7-dev_4.1.0-15_i386.deb
libxaw7_4.1.0-15_i386.deb
to pool/main/x/xfree86/libxaw7_4.1.0-15_i386.deb
proxymngr_4.1.0-15_i386.deb
to pool/main/x/xfree86/proxymngr_4.1.0-15_i386.deb
twm_4.1.0-15_i386.deb
to pool/main/x/xfree86/twm_4.1.0-15_i386.deb
x-window-system-core_4.1.0-15_all.deb
to pool/main/x/xfree86/x-window-system-core_4.1.0-15_all.deb
x-window-system_4.1.0-15_all.deb
to pool/main/x/xfree86/x-window-system_4.1.0-15_all.deb
xbase-clients_4.1.0-15_i386.deb
to pool/main/x/xfree86/xbase-clients_4.1.0-15_i386.deb
xdm_4.1.0-15_i386.deb
to pool/main/x/xfree86/xdm_4.1.0-15_i386.deb
xfonts-100dpi-transcoded_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-100dpi-transcoded_4.1.0-15_all.deb
xfonts-100dpi_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-100dpi_4.1.0-15_all.deb
xfonts-75dpi-transcoded_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-75dpi-transcoded_4.1.0-15_all.deb
xfonts-75dpi_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-75dpi_4.1.0-15_all.deb
xfonts-base-transcoded_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-base-transcoded_4.1.0-15_all.deb
xfonts-base_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-base_4.1.0-15_all.deb
xfonts-cyrillic_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-cyrillic_4.1.0-15_all.deb
xfonts-pex_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-pex_4.1.0-15_all.deb
xfonts-scalable_4.1.0-15_all.deb
to pool/main/x/xfree86/xfonts-scalable_4.1.0-15_all.deb
xfree86-common_4.1.0-15_all.deb
to pool/main/x/xfree86/xfree86-common_4.1.0-15_all.deb
xfree86_4.1.0-15.diff.gz
to pool/main/x/xfree86/xfree86_4.1.0-15.diff.gz
xfree86_4.1.0-15.dsc
to pool/main/x/xfree86/xfree86_4.1.0-15.dsc
xfs_4.1.0-15_i386.deb
to pool/main/x/xfree86/xfs_4.1.0-15_i386.deb
xfwp_4.1.0-15_i386.deb
to pool/main/x/xfree86/xfwp_4.1.0-15_i386.deb
xlib6g-dev_4.1.0-15_all.deb
to pool/main/x/xfree86/xlib6g-dev_4.1.0-15_all.deb
xlib6g_4.1.0-15_all.deb
to pool/main/x/xfree86/xlib6g_4.1.0-15_all.deb
xlibmesa-dev_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibmesa-dev_4.1.0-15_i386.deb
xlibmesa3-dbg_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibmesa3-dbg_4.1.0-15_i386.deb
xlibmesa3_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibmesa3_4.1.0-15_i386.deb
xlibosmesa-dev_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibosmesa-dev_4.1.0-15_i386.deb
xlibosmesa3-dbg_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibosmesa3-dbg_4.1.0-15_i386.deb
xlibosmesa3_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibosmesa3_4.1.0-15_i386.deb
xlibs-dbg_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibs-dbg_4.1.0-15_i386.deb
xlibs-dev_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibs-dev_4.1.0-15_i386.deb
xlibs-pic_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibs-pic_4.1.0-15_i386.deb
xlibs_4.1.0-15_i386.deb
to pool/main/x/xfree86/xlibs_4.1.0-15_i386.deb
xmh_4.1.0-15_i386.deb
to pool/main/x/xfree86/xmh_4.1.0-15_i386.deb
xnest_4.1.0-15_i386.deb
to pool/main/x/xfree86/xnest_4.1.0-15_i386.deb
xprt_4.1.0-15_i386.deb
to pool/main/x/xfree86/xprt_4.1.0-15_i386.deb
xserver-common_4.1.0-15_i386.deb
to pool/main/x/xfree86/xserver-common_4.1.0-15_i386.deb
xserver-xfree86_4.1.0-15_i386.deb
to pool/main/x/xfree86/xserver-xfree86_4.1.0-15_i386.deb
xspecs_4.1.0-15_all.deb
to pool/main/x/xfree86/xspecs_4.1.0-15_all.deb
xterm_4.1.0-15_i386.deb
to pool/main/x/xfree86/xterm_4.1.0-15_i386.deb
xutils_4.1.0-15_i386.deb
to pool/main/x/xfree86/xutils_4.1.0-15_i386.deb
xvfb_4.1.0-15_i386.deb
to pool/main/x/xfree86/xvfb_4.1.0-15_i386.deb
--
To UNSUBSCRIBE, email to debian-devel-changes-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: