[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Uploaded xfree86-1 3.3.4-1 (sparc) to master



-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.6
Date: Wed, 25 Aug 1999 21:16:27 -0500
Source: xfree86-1
Binary: xfree86-common xserver-i128 xserver-common xlib6 xext xserver-xsun xserver-svga xmh xprt xserver-8514 xterm xbase xserver-p9000 xsm xserver-tga twm xlib6g-dev xlib6-static xserver-agx xf86setup xserver-mach64 rstart xserver-vga16 xlib6g-static xserver-s3 xserver-fbdev rstartd xdm xlib6g xserver-mach8 xserver-xsun24 xserver-xsun-mono xfs xnest xlib6-altdev xbase-clients xserver-3dlabs xserver-mono xvfb xserver-w32 xserver-s3v xserver-mach32 xproxy
Architecture: sparc
Version: 3.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian SPARC Build Daemon <buildd@marcus.seva.net>
Description: 
 rstart     - remote start client
 rstartd    - remote start daemon
 twm        - Tab window manager
 xbase-clients - miscellaneous X clients
 xdm        - X display manager
 xext       - extensions to X servers
 xfs        - X font server
 xlib6g     - shared libraries required by X clients
 xlib6g-dev - include files and libraries for X client development
 xlib6g-static - statically linked versions of the libraries in xlib6g
 xmh        - X interface to MH mail system
 xnest      - nested X server
 xproxy     - X proxy services
 xprt       - X print server
 xserver-common - files and utilities common to all X servers
 xserver-mach64 - X server for ATI Mach64-based graphics cards
 xserver-xsun - X server for 8-bit Sun framebuffers
 xserver-xsun-mono - X server for monochrome Sun framebuffers
 xserver-xsun24 - X server for 24-bit Sun framebuffers
 xsm        - X session manager
 xterm      - X terminal emulator
 xvfb       - virtual framebuffer X server
Closes: 7112 16350 28582 33129 41229 41375 42536 42606
Changes: 
 xfree86-1 (3.3.4-1) unstable; urgency=low
 .
   * New upstream version.
   * Upstream moved the X library manpages to the second source tarball, so
     this source package no longer builds the xmanpages package.
   * patches #000,000a,001,004,005,006,007,013,014 regenerated against new
     upstream source (000-007 thanks to Adam Heath)
   * old patches #002,003,012,016,017,018,019 are now upstream; deleted
   * old patch #011 now unneeded (xterm now setgid utmp)
   * old patch #015 dropped; upstream now recognizes ru_SU locale as
     obsolete; not sure if ru_SU should really be an alias for ru_RU.KOI8-R
     anyway
   * old patch #018a dropped due to changes in upstream mach64im.c
   * patch #000a: explicitly turn off 77C32 accelerated framebuffer support
     for m68k
   * patch #000b: do not attempt to build in the doc/ or fonts/ directories
   * patch #001a: started to split non-server SPARC Linux support patches off
   * patch #008: re-generated against new upstream source; dropped patches
     to mach64im.c; endianness awareness is now present upstream, though
     implemented differently
   * patch #009: Tom Dickey's xterm patch #113
   * patch #011: changed Imakefiles to work around alleged egcs optimization
     breakage of netscape (Adam Heath)
   * patch #012: more careful handling of xauth cookies (Closes: #16350)
   * patch #015: renumbered from 018b
   * patch #016: renumbered from 020
   * patch #017: renumbered from 021 and un-preprocessed
   * patch #018: renumbered from 022
   * patch #019: renumebred from 023
   * patch #020: renumebred from 024
   * patch #021: patch from Ryuichi Arafune to xc/lib/X11/imDefIm.c
   * patch #022: patch from Changwoo Ryu to xc/nls/XLC_LOCALE/ko
   * patch #023: correct paths to utmp and wtmp files in xterm manpage
     (Closes: #41229)
   * debian/control:
     - removed xmanpages control data
     - bumped all dependencies on xserver-common to (>= 3.3.4)
     - twm Provides: x-window-manager (Closes: #28582)
     - xbase-clients Depends: cpp (xrdb needs it) (Closes: #42606)
     - xbase-clients Conflicts: xaw-wrappers (<< 0.90) per Joey Hess
       (Closes: #41375)
     - updated xext extended description with new supported XInput devices
     - xfree86-common Replaces: xmanpages (<< 3.3.4-1)
     - xterm Provides: x-terminal-emulator (Closes: #33129)
   * debian/copyright:
     - updated to version 3.3.4
     - All changes to XFree86 are copyright Software in the Public Interest,
       Inc., and licensed under MIT terms unless otherwise noted.
   * debian/create-indep-xfree86-common:
     - install X, XConsortium, XStandards, and Xsecurity manpages borrowed
       from xfree86-2 source package
     - get rid of X.1x manpage; it's fine as X.3x
   * debian/create-indep-xmanpages: deleted
   * debian/libc5.{Imakefile,site.def,xfree86.cf}.diff: new files; new way
     of handling build changes for libc5 compatibility packages
   * debian/libc5.site.def.diff: #define BaseShLibReqs -lc even though the
     comments in config/cf/lnxLib.rules say not to; the omission is actually
     for pathological cases like people trying to use X clients with shared
     profiling versions of libc5; since that is really damn unlikely on
     potato Debian boxen, and since we need the linker to find the right C
     Library in our multiple-libc environment, we go where angels fear to
     tread and switch on -lc for the libc5-compatibility X libraries.
     Besides, turning on -lc is Policy.
   * debian/rules:
     - s/\$\(dpkg/$(shell dpkg/ ARCH handling has been busted for ages because
       of this (Adam Heath)
     - New DEB_BUILD_* cross-compiling setup was messing up the tests for
       building libc5.  Fixed in debian/scripts/archmap.  archmap is only
       used to simplify the tests in the rules file for libc5 builds.  Also,
       for unknown hysterical reasons, DEB_BUILD_* uses i386, but we need
       /usr/i486-linuxlibc1/bin, and archmap takes care of this. (Adam Heath)
     - conditionalized some copying of xterm stuff so it doesn't presume Thomas
       Dickey's patches have been applied
     - stampdir targets should only depend on other stampdir targets (Adam
       Heath)
     - copy and patch files that need to change for the libc5 build, instead
       of the old way of having old files lying around in debian/
   * debian/setperms: removed reference to create-indep-xmanpages
   * debian/shlibs.local: bumped up to 3.3.4-1
   * debian/scripts/*: some cosmetic and very minor functional changes
   * debian/twm/postinst: add update-alternatives for x-window-manager
   * debian/twm/prerm: new file; add update-alternatives for x-window-manager
   * debian/xbase-clients/prerm: new file; moved update-alternatives call
     from postrm to here
   * debian/xdm/README.Debian: updated to reflect Xaccess change
   * debian/xdm/Xaccess: turned off all remote XDMCP access by default, for
     paranoid security reasons; this will not affect people running xdm and
     the X server on the same physical host
   * debian/xfree86-common/FAQ:
     - updated Project Athena info, thanks to Kevin Theobald
     - added question about X servers that can't find the "fixed" font
   * debian/xfree86-common/XFree86-FAQ.html: updated to latest version
   * debian/xfree86-common/{X,XConsortium,XStandards,Xsecurity}.3x: manpages
     borrowed from xfree86-2 source package
   * debian/xfree86-common/Xsession: updated to use new alternatives
     /usr/bin/x-window-manager and /usr/bin/x-terminal-emulator
   * debian/xfree86-common/Xsession.5: update to reflect new Xsession
     behavior
   * debian/{xlib6,xlib6g}/shlibs: bumped up to 3.3.4-1
   * debian/xserver-common/xserver-configure: fixed failure to actually
     prompt whether the X server worked or not (thanks, Darren Stadler)
     (Closes: #42536)
   * debian/xterm/postinst:
     - for systems with utmp group, install xterm setgid utmp, otherwise
       setuid root (Closes: #7112,12261)
     - add update-alternatives for x-terminal-emulator
   * debian/xterm/prerm: add update-alternatives for x-terminal-emulator
Files: 
 3a63d71bd7c4317b2c53d3b070789cba 40492 x11 optional rstart_3.3.4-1_sparc.deb
 11413c5be305ac0a9791f2ded6c1b283 54126 x11 optional rstartd_3.3.4-1_sparc.deb
 63327f46b71f644be2fd5d6257fa7d02 130570 x11 optional twm_3.3.4-1_sparc.deb
 4551973222ea2aee1824e5585c4ca0f1 1085574 x11 optional xbase-clients_3.3.4-1_sparc.deb
 806d686b845543c84d34b01ff9031f5b 114206 x11 optional xdm_3.3.4-1_sparc.deb
 6bf98cc784a43cba48bdf5cff51c4281 480408 x11 optional xext_3.3.4-1_sparc.deb
 792a91eecae6f917bcb355a178d21682 209842 x11 optional xfs_3.3.4-1_sparc.deb
 ba2c78596a080cf0587a006e62e1c8e0 1016532 x11 standard xlib6g_3.3.4-1_sparc.deb
 6ca8f8de94e4c710be8fe79acfb261f9 669858 x11 optional xlib6g-dev_3.3.4-1_sparc.deb
 a30479c9ed2ed55a78cf7a947f3736ba 972854 x11 optional xlib6g-static_3.3.4-1_sparc.deb
 74f64771b1ee7a7a83e72e3d11169e64 108176 mail extra xmh_3.3.4-1_sparc.deb
 043d6180aafc735361b165472f8e619f 542220 x11 optional xnest_3.3.4-1_sparc.deb
 569e086653705a9b84521be9028381a4 140826 x11 optional xproxy_3.3.4-1_sparc.deb
 83ff8306dbc4b04dd9d961a94af0be47 1155234 x11 optional xprt_3.3.4-1_sparc.deb
 44f2636e277f188c35ebb9cb330bf917 291610 x11 optional xserver-common_3.3.4-1_sparc.deb
 ccb8d13a8086f915cd3636bb33055510 1092690 x11 optional xserver-xsun_3.3.4-1_sparc.deb
 c9b0e1f197915613d23adf4b63d5884a 842292 x11 optional xserver-xsun-mono_3.3.4-1_sparc.deb
 1b917b4a2c321cf533c52f39a1aeee1d 1212558 x11 optional xserver-xsun24_3.3.4-1_sparc.deb
 af3d20eb4a975a38e3dfcd458d53e4dc 902498 x11 optional xserver-mach64_3.3.4-1_sparc.deb
 04b31b0d5954b9cc5a154ae4d22e302e 91514 x11 optional xsm_3.3.4-1_sparc.deb
 a5a0800e4d7fa50d04cd62a3ba3885d9 311232 x11 optional xterm_3.3.4-1_sparc.deb
 55604a1be6e4eb926f3e7029beeab0a5 1138632 x11 optional xvfb_3.3.4-1_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3a
Charset: noconv

iQCVAwUBN8hy+So9WkFm9rsJAQESiAQAjzU1OQlbXIiiJMuho1VP+1vTxTvKo9m5
NXvOX0i+EVV3HHfKuk0eWKPNHNc4Rba4ZnWTR8/GypKGfuTH0DTht4DZKDA+/8Be
vP3ykEeM81lZhfsTbtEZxsAv9Le8JoUDLvNrQQTE22/BeSp8yS34/XirututAhUN
jpVBBFrnn8k=
=wqsw
-----END PGP SIGNATURE-----


Reply to: