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

New Debian sparc Packages



These sparc packages were installed into the Debian hierarchy in the
last week:

----- !!! HIGH URGENCY PACKAGES !!! -----

bc         - An arbitrary precision calculator language.
dc         - An arbitrary precision reverse-polish calculator.
bc 1.05a-1 -> 1.05a-3 into dists/potato/main/binary-sparc/math
dc 1.05a-1 -> 1.05a-3 into dists/potato/main/binary-sparc/math
bc (1.05a-3) frozen unstable; urgency=high
  * bc/scan.l (rl_len): int not char, to allow input > 128 characters in
    length without crashing.  Reported by Wakko Warner
    <wakko@ani.animx.ml.org>, Jeff Noxon <jeff@planetfall.com> and Camm
    Maguire <camm@enhanced.com>.  [#23304, #24113, #27731]


cron       - management of regular background processing
cron 3.0pl1-45 -> 3.0pl1-47 into dists/potato/main/binary-sparc/admin
cron (3.0pl1-47) frozen unstable; urgency=high
  * Removed close of {stdin,stdout,stderr}, as it appears that
  some cron users expect it.


gawk       - GNU awk, a pattern scanning and processing language
gawk 3.0.3-0.1.1 -> 3.0.3-1 into dists/potato/main/binary-sparc/interpreters
gawk (3.0.3-1) frozen unstable; urgency=high
  * debian/control (Maintainer): New maintainer.  However, I'm just an
    interim real maintainer, the package will go back to Chris as soon as
    he's ready.
  * debian/control (Standards-Version): Upgraded to 2.4.1.0.
  * debian/control (Depends): Made a Pre-Depends. [#20600]
  * debian/rules (binary-arch): Recompress everything but copyright under
    /usr/doc/gawk/, I'm afraid I agree with Scott and I don't subscribe to
    the debstd-style view of not compressing ``small'' files.
  * Restore Chris's debian/rules, as it was butchered by a non-maintainer
    upload.  Does no one listen to the "Maintainers other than the usual
    package maintainer should make as few changes to the package as
    possible" in policy?
  * debian/rules (binary-arch): don't install gawk-3.0.3.
  * debian/rules (binary-arch): don't install igawk.sh into
    /usr/doc/gawk/examples/ as we have igawk in /usr/bin/.
  * debian/rules (binary-arch): install architecture independent files
    from awklib in /usr/share/awk/ and architecture dependant files in
    /usr/lib/awk/. (3.0.3-0.{2,3} were confused about this)
  * awklib/eg/prog/igawk.sh: SECURITY: use mktemp to create temporary
    files instead of using gratuitously insecure /tmp/ig.[se].$$.
    3.0.3-0.3 altered the wrong file, fixing nothing and failed to exit if
    mktemp/tempfile failed. [*really* fixes #19713]
  * debian/control (Depends): depend on debianutils >= 1.7 (for mktemp).
  * debian/rules (clean): remove emacs backup files (*~).
  * pc/awklib/igawk: restore original.
  * Bugs fixed in 3.0.3-0.2 by Santiago Vila <sanvila@ctv.es> but
    described by nothing more than a bug report number are :-
  * debian/rules (binary-arch): pass correct values for datadir and
    libexecdir to make to avoid installing files in random places during
    make install. [#11339, #11435]
  * debian/rule (binary-arch): don't install a gawk-3.0.3 manpage
    symlink. [#13893, #17279]
  * debian/rules (binary-arch): install examples in
    /usr/doc/gawk/examples, not /usr/doc/gawk/awlib/eg/ [#16610 1/6].
    install pwcat and grcat uncompressed and stripped into /usr/lib/awk/
    [#16610 2/6].  Don't install the Makefile* from awklib [#1660 3/6],
    don't install the C source for pwcat and grcat [#16610 4/6], don't
    install the source for group.awk and passwd.awk [#16610 5/6] and
    install awklib/lib/* in /usr/lib/awk [#16610 5/6].
  * Bugs fixed in 3.0.3-0.1 by Martin Mitchell <martin@debian.org>, not by
    Santiago as he claims :-
  * New upstream version. [#10228]
  * New upstream version fixes memory leak [#12308] and problems with "awk
    'END { getline < "/dev/user" ; print }' /dev/null". [#13131]


libjpeg-progs - Programs for manipulating jpeg files
libjpeg62  - The Independent JPEG Group's JPEG runtime library [libc6]
libjpeg62-dev - Development files for the IJG JPEG library [libc6]
libjpeg-progs 6b-1 -> 6b-1.2 into dists/potato/main/binary-sparc/graphics
libjpeg62-dev 6b-1.2 into dists/potato/main/binary-sparc/graphics
libjpeg62 6b-1.2 into dists/potato/main/binary-sparc/libs
libjpeg6b (6b-1.2) frozen unstable; urgency=low (HIGH for m68k)
  * Non-maintainer release.
  * Recompile for m68k since existing djpeg binary claims all jpegs I have
    are invalid (yet hamm djpeg has no problem with them).
    Specifically, added "-O2 -g -Wall" to CFLAGS -- possible gcc bug?


ncurses3.0 - Old libc5 curses - shared libraries
ncurses3.0-altdev - Old libc5 curses - Developer's libraries
ncurses3.0-altdev 1.9.9e-2.1 into dists/potato/main/binary-sparc/oldlibs
ncurses3.0 1.9.9e-1 -> 1.9.9e-2.1 into dists/potato/main/binary-sparc/oldlibs
oldncurses (1.9.9e-2.1) frozen unstable; urgency=high
  * Non-maintainer release.
  * aclocal.m4: add "-lc" to MK_SHARED_LIB for Linux. [#20706].
  * aclocal.m4: use "$CC" not "gcc" in MK_SHARED_LIB to avoid producing
    libraries linked against libc6.
  * configure: autoconf run so as to match changes in aclocal.m4.
  * debian/postinst: only run ldconfig iff $1 is configure.
  * debian/rules (clean): remove debian/{files,substvars}*.
  * debian/rules (binary-arch): chmod 644 the shared libraries.
  * debian/rules (binary-arch): install the debian changelog as
    changelog.Debian.gz not changelog.
  * debian/rules (binary-arch): don't use cp, use install.  Don't use {,}.
  * debian/rules (binary-arch): make symlinks back to /lib from
    /usr/$(arch)-linuxlibc1/lib/ absolute.
  * debian/rules (binary-arch): strip the static libraries with
    --strip-debug.
  * debian/rules (binary-arch): remove bogus -T argument to
    dpkg-gencontrol so ncurses3.0 picks up it's dependency on libc5.


sysvinit   - System-V like init.
sysvinit 2.75-4 -> 2.76-1 into dists/potato/main/binary-sparc/base
sysvinit (2.76-1) frozen unstable; urgency=high
  * Fix bug in check_pipe() which crashes init on the Alpha.
  * Re-upload since this should go into frozen too, ofcourse.
  * Changed the version number to 2.76, even though it's a minor
    upgrade. I want to release this version outside Debian too.


sysvinit   - System-V like init.
sysvinit 2.76-1 -> 2.76-2 into dists/potato/main/binary-sparc/base
sysvinit (2.76-2) frozen unstable; urgency=high
  * Minor fix in debian/rules for dependency problem on the Alpha.


tetex-bin  - teTeX binary files
tetex-dev  - kpathsea.a and include files for teTeX
tetex-bin 0.9-5 -> 0.9.981031-2 into dists/potato/main/binary-sparc/tex
tetex-dev 0.9-5 -> 0.9.981031-2 into dists/potato/main/binary-sparc/tex
tetex-bin (0.9.981031-2) frozen unstable; urgency=high
  * linked against libstdc++2.9 (bug #29060)
  * put support for modes 360 and 720 into mktexpk (bug #29021)


----- MEDIUM Urgency Packages -----------

debmake    - Debianizing Tool and automated binary generation
debmake 3.5.15 -> 3.5.16 into dists/slink/main/binary-all/devel
debmake 3.5.15 -> 3.5.16 into dists/potato/main/binary-all/devel
debmake (3.5.16) frozen unstable; urgency=medium
  * debstd: According to policy, do not make postinst or postrm scripts to
    tweak any configuration files in /etc.
  * debstd(1): Document the change.


dialog     - Displays user-friendly dialog boxes from shell scripts
dialog 0.9a-13 -> 0.9a-14 into dists/potato/main/binary-sparc/libs
dialog (0.9a-14) frozen unstable; urgency=medium
  * Replaced scroll(foo) by wscrl(foo, 1) in checklist.c and menubox.c,
    since scroll is a variable. Reported by Colin Smith.
  * Removed hardcoded -I/usr/include/ncurses from CFLAGS in Makefile.
  * Rebuilt using libncurses4.


kernel-headers-2.1.125 - Header files related to a specific Linux kernel.
kernel-image-2.1.125 - Linux kernel binary image.
kernel-headers-2.1.125 2.1.125-1 into dists/potato/main/binary-sparc/devel
kernel-image-2.1.125 2.1.125-1 into dists/potato/main/binary-sparc/base


make       - The GNU version of the "make" utility.
make 3.77-2 -> 3.77-4 into dists/potato/main/binary-sparc/devel
make (3.77-4) frozen unstable; urgency=medium
  * Somehow, aclocal.m4 got unpatched, and created a dependency on
    libelf. Reapplied patch. This should now not create a spurious
    dependency on libelfg0 even if the gremlins cause automake to be run
    to recreate configure. closes: BUG#29135


ncurses3.4 - Video terminal manipulation - shared libraries
ncurses3.4 1.9.9g-8.11 into dists/potato/main/binary-sparc/oldlibs


nvi        - 4.4BSD re-implementation of vi.
nvi 1.79-5.1 -> 1.79-7 into dists/potato/main/binary-sparc/editors
nvi (1.79-7) frozen unstable; urgency=medium
  * Link to ncurses4.


raidtools  - Utilities to support RAID disks
raidtools 0.42-15 into dists/potato/main/binary-sparc/admin


rpncalc    - a RPN calculator trying to emulate an HP28S
rpncalc 1.20-2 -> 1.20-4 into dists/potato/main/binary-sparc/math
rpncalc (1.20-4) frozen unstable; urgency=medium
  * Recompile against ncurses4.2; re-upload for Debian 2.1


tcsh       - TENEX C Shell, an enhanced version of Berkeley csh.
tcsh 6.07.06-6 -> 6.08.01-2.2 into dists/potato/main/binary-sparc/shells
tcsh (6.08.01-2.2) frozen unstable; urgency=medium
  * Reupload into frozen because the distribution was changed suddenly
    *after* the last upload so it went into the wrong one.


----- Low Urgency Packages --------------

aalib-bin  - sample programs using aalib
aalib1     - ascii art library
aalib1-dev - ascii art library, development kit
aalib-bin 1.2-1 -> 1.2-7 into dists/potato/main/binary-sparc/libs
aalib1-dev 1.2-1 -> 1.2-7 into dists/potato/main/binary-sparc/libs
aalib1 1.2-1 -> 1.2-7 into dists/potato/main/binary-sparc/libs
aalib (1.2-7) frozen unstable; urgency=low
  * Reupload to frozen. We need this so that other programs linked with
    aalib can be recompiled for ncurses 4. It was waiting in queue for slink
    when slink froze, and got installed into potato instead. :-(


ae         - Anthony's Editor -- a tiny full-screen editor
ae 962-21 -> 962-21.1.1 into dists/potato/main/binary-sparc/base
ae (962-21.1.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * apply glibc2.1 patch which is already in BTS


alien      - Install Red Hat, Stampede, and Slackware Packages with dpkg.
alien 6.19 -> 6.20 into dists/potato/main/binary-all/admin
alien (6.20) unstable; urgency=low
  * Convert tar.Z files too.


alien      - Install Red Hat, Stampede, and Slackware Packages with dpkg.
alien 6.20 -> 6.21 into dists/potato/main/binary-all/admin
alien (6.21) unstable; urgency=low
  * Exclude .Z files from compression by dh_compress when converting to .deb
    package.


altgcc     - Alternate gcc package for the libc5 environment.
altgcc 2.7.2.3-0.1 -> 2.7.2.2-3.4.1 into dists/potato/main/binary-sparc/oldlibs
altgcc (1:2.7.2.2-3.4.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * recompile with glibc2.0.99
  * use epoch to get in line with other architectures
  * added sparc patches from 2.7.2.3 and some files from glibc


at         - Delayed job execution and batch processing
at 3.1.8-2.1 -> 3.1.8-4 into dists/potato/main/binary-sparc/admin
at (3.1.8-4) frozen unstable; urgency=low, closes=27414 19272 24943 11633 17131 27872 26917 25227 23141 21528 18181
  * Applied OpenBSD/buflen patch provided by Topi Miettinen
    <tom@medialab.sonera.net> (closes: Bug#27414)
  * Corrected at_allow(5) manpage (closes: Bug#24943)
  * Moved /bin/sh warning in front of input stream (closes: Bug#11633)
  * Added prototype for yylex() and yyerror() (closes: Bug#17131)
  * Corrected recognition of weekdays (closes: Bug#27872, Bug#26917, Bug#18181)
  * Reformatted some "SEE ALSO" section.
  * Adjusted Usage output of atq according to code and manpage.  `-v' is
    not supported anymore. (closes: Bug#25227, Bug#21528)
  * Re-added support for atq displaying the owner of the atjob.  I dunno
    if the author would accept it if he would appear again, though.
    (closes: Bug#23141)
  * Removed preinst
  * Documented problem with NFS-mounted spool directories (Bug#13603 and
    Bug#13605)


bash       - The GNU Bourne Again SHell
bash-builtins - Bash loadable builtins - headers & examples
libreadline2 - GNU readline and history libraries, run-time libraries. [libc5]
libreadline2-altdev - GNU readline and history libraries, development files. [libc5]
libreadlineg2 - GNU readline and history libraries, run-time libraries. [libc6]
libreadlineg2-dbg - GNU readline and history libraries, debugging libraries. [libc6]
libreadlineg2-dev - GNU readline and history libraries, development files. [libc6]
bash-builtins 2.01.1-4 -> 2.01.1-4.1 into dists/potato/main/binary-sparc/utils
bash 2.01.1-4 -> 2.01.1-4.1 into dists/potato/main/binary-sparc/base
libreadline2-altdev 2.1-11 -> 2.1-12 into dists/potato/main/binary-sparc/oldlibs
libreadline2 2.1-11 -> 2.1-12 into dists/potato/main/binary-sparc/oldlibs
libreadlineg2-dbg 2.1-11 -> 2.1-12 into dists/potato/main/binary-sparc/devel
libreadlineg2-dev 2.1-11 -> 2.1-12 into dists/potato/main/binary-sparc/devel
libreadlineg2 2.1-11 -> 2.1-12 into dists/potato/main/binary-sparc/base
bash (2.01.1-4.1) frozen unstable; urgency=low
  * Non-maintainer upload.
  * libreadline 2.1-12
  * Rebuild with ncurses4.0 to avoid packages linked with libreadline
    depending on two versions of ncurses; reported by Martin Mitchell
    <martin@debian.org>. [#27762]
  * debian/rl.shlibs: bump versioned dependency to >= 2.1-12.
  * debian/rules (build): add --with-curses to avoid ever linking with
    termcap; reported by, ehm, Guy Maor <maor@debian.org>. [#25118]


bind       - An Internet domain name server
dnsutils   - Utilities for querying the DNS
bind 8.1.2-1 -> 8.1.2-4.1 into dists/potato/main/binary-sparc/net
dnsutils 8.1.2-1 -> 8.1.2-4.1 into dists/potato/main/binary-sparc/net
bind (1:8.1.2-4.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * compile with _GNU_SOURCE on glibc2.1


binutils   - The GNU assembler, linker and binary utilities.
binutils-dev - The GNU binary utilities (BFD development files)
binutils-multiarch - Binary utilities that support multi-arch targets.
binutils-dev 2.9.1-0.2 -> 2.9.1.0.15-3 into dists/potato/main/binary-sparc/devel
binutils-multiarch 2.9.1.0.15-3 into dists/potato/main/binary-sparc/devel
binutils 2.9.1-0.2 -> 2.9.1.0.15-3 into dists/potato/main/binary-sparc/devel
binutils (2.9.1.0.15-3) unstable frozen; urgency=low
  * Made Roman's changes "official" (thanks Roman).


c2man      - Graham Stoney's mechanized man page generator
c2man 2.41-9 -> 2.41-10 into dists/potato/main/binary-sparc/devel
c2man (2.41-10) frozen unstable; urgency=low
  * Regenerated Configure from the latest dist package so that configure
    does not requires a tty stdin when the -d and -E/e options are in
    effect. closes: BUG#25042


calamaris  - This Perl script produces nice statistics from squid log files.
calamaris 2.8-1 -> 2.8-2 into dists/slink/main/binary-all/utils
calamaris 2.8-1 -> 2.8-2 into dists/potato/main/binary-all/utils
calamaris (2.8-2) frozen unstable; urgency=low
  * Added self-written man page. Sent to upstream author too.


cpio       - GNU cpio -- a program to manage archives of files.
cpio 2.4.2-19 -> 2.4.2-22 into dists/potato/main/binary-sparc/utils
cpio (2.4.2-22) unstable frozen; urgency=low
  * Fixed "Lwhence\noffset\n" error in rmt manual page.  (Fixes:
    Bug#28960)


cruft      - Find any cruft built up on your system
cruft 0.9.4.1 -> 0.9.5 into dists/potato/main/binary-sparc/admin
cruft (0.9.5) frozen unstable; urgency=low
  * Fix bashism in postinst (Closes #27541)
  * No longer reports one letter file names as cruft (Closes #23773)
  * Merge NMU's (Closes #23523)
  * Made manpage match actual options. (Closes #21730)
  * Don't report alternative targets as missing
  * Added some extra information to /usr/doc/README (as requested in,
    but not closing, #21987)
  * Changed home_ftp explanation to check for an ftp user in
    /etc/passwd, and to do nothing if no ftp directory was found (thanks
    to David Frey for /etc/passwd bit) (Closes #24339)
  * Fix bashism (avoid ash bug?) in cruft ([ ""$FOO = "" ] doesn't
    work as expected) (Closes #28593)


data-dumper - Store and retrieve perl data structures
data-dumper 2.09-0 -> 2.09-1.1 into dists/potato/main/binary-sparc/base
data-dumper (2.09-1.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * don't fail on find in debian/rules, patch forwarded to BTS


libdb2     - The Berkeley database routines (run-time files).
libdb2++   - The Berkeley database routines (c++ run-time files).
libdb2++-dbg - The Berkeley database routines (debugging c++ library).
libdb2++-dev - The Berkeley database routines (c++ development files).
libdb2-dbg - The Berkeley database routines (debugging library).
libdb2-dev - The Berkeley database routines (development files).
libdb2++-dbg 2.4.10-1 -> 2.4.14-1 into dists/potato/main/binary-sparc/devel
libdb2++-dev 2.4.10-1 -> 2.4.14-1 into dists/potato/main/binary-sparc/devel
libdb2++ 2.4.10-1 -> 2.4.14-1 into dists/potato/main/binary-sparc/libs
libdb2-dbg 2.4.10-1 -> 2.4.14-1 into dists/potato/main/binary-sparc/devel
libdb2-dev 2.4.10-1 -> 2.4.14-1 into dists/potato/main/binary-sparc/devel
libdb2 2.4.10-1 -> 2.4.14-1 into dists/potato/main/binary-sparc/libs
db (2.4.14-1) frozen unstable; urgency=low
  * New upstream release.


debhelper  - helper programs for debian/rules
debhelper 1.2.9 -> 1.2.10 into dists/potato/main/binary-all/devel
debhelper (1.2.10) unstable; urgency=low
  * examples/*: added dh_link calls to example rules files.


debhelper  - helper programs for debian/rules
debhelper 1.2.10 -> 1.2.11 into dists/potato/main/binary-all/devel
debhelper (1.2.11) unstable; urgency=low
  * dh_movefiles: if given absolute filenames to move (note that that is
    *wrong*), it will move relative files anyway. Related to bug #29761.
  * dh_link: made relative links work right. (I hope!)


debhelper  - helper programs for debian/rules
debhelper 1.2.11 -> 1.2.12 into dists/potato/main/binary-all/devel
debhelper (1.2.12) unstable; urgency=low
  * examples/*: moved dh_makeshlibs call to before dh_installdeb call.
    (#29762). This is just so if you replace dh_makeshlibs with something
    that generates debian/shlibs, it still gets installed properly.
  * dh_suidregister: use names instead of uid's and gid's, at request of
    suidregister maintainer (#29802).


debhelper  - helper programs for debian/rules
debhelper 1.2.5 -> 1.2.6 into dists/potato/main/binary-all/devel
debhelper (1.2.6) unstable; urgency=low
  * dh_movefiles: fixed non-integer comparison (#29476)


debhelper  - helper programs for debian/rules
debhelper 1.2.6 -> 1.2.7 into dists/potato/main/binary-all/devel
debhelper (1.2.7) unstable; urgency=low
  * dh_movefiles: Fixed another bug.


debhelper  - helper programs for debian/rules
debhelper 1.2.7 -> 1.2.8 into dists/potato/main/binary-all/devel
debhelper (1.2.8) unstable; urgency=low
  * Suggest dh-make (#29376).


debhelper  - helper programs for debian/rules
debhelper 1.2.8 -> 1.2.9 into dists/potato/main/binary-all/devel
debhelper (1.2.9) unstable; urgency=low
  * Added dh_link, which generates policy complient symlinks in binary
    packages, painlessly.


debiandoc-sgml - Documentation formatting for Debian manuals
debiandoc-sgml 1.1.6 -> 1.1.7 into dists/potato/main/binary-all/text
debiandoc-sgml (1.1.7) unstable; urgency=low
  * Added <appendix> tag
  * spec/*: moved even more common code to the common module
  * spec/*,i18n/*: cleaned-up i18n data
  * spec/texinfo: fixed incomplete <qref> handling
  * spec/html: code clean-up
  * spec/html: improved look&feel of generated HTML code and layout
  * spec/html: removed font change in handling <var>
    (fixing bug #29336 and becoming weblint free)
  * spec/text*: improved layout of document end
  * spec/*: made title of "Copyright Notice" and such consistent
  * dtd/debiandoc.dtd: allow multiple <copyrightsummary>s
  * spec/*: handle multiple <copyrightsummary>s
  * spec/html: improved handling <list> to be weblint free
    (except for the COMPACT attribute)


developers-reference - Debian Developer's Reference
developers-reference 2.4.1.5 -> 2.5.0 into dists/slink/main/binary-all/doc
developers-reference 2.4.1.5 -> 2.5.0 into dists/potato/main/binary-all/doc
developers-reference (2.5.0) frozen unstable; urgency=low
  * move to 3-level version number:
    top-level version number probably won't change for a whil, it is the
    "major", the second-level number means significant content changes,
    and the third-level change means corrections and minor improvements.
    Since this version has significant content changes, we are now 2.5.0.
    Since I'm going to put porter instructions in the next major rev, that
    will be 2.6.0...
  * use new <package> tag where appropriate (Ardo, you rock)
  * replace 'm86k' with 'm68k'
  * rename 'Whirlwind Tour of ...' section to 'Overview of ...' (suggested
    by James Troup)
  * typos and "red-pen" corrections, fix cosmetic problems in PostScript
    version
  * remove the one case I use an URL fragment identifier, since
    debiandoc-sgml doesn't like it (bug filed against debiandoc-sgml)
  * debian/rules: cosmetic cleanups, loosen check for root
  * debian/rules: build PostScript version during build, since it's nice
    to have all my debiandoc2* scripts together
  * debian/control: policy compliant to 2.5.0
  * advise against uploading when a package has lintian problems of
    severity 'E'
  * "Mailing Lists and Servers":
    - "The master server": mention how master is the home of the BTS;
      mention how users need to take care with their accounts on master
    - "The WWW servers": fill in www.debian.org, first pass, and discuss
      how to put up your own web pages on va or master
    - "The CVS server": new section added
    - "Mirrors of Debian servers": new section added; point to info about
       how to mirror
  * "Applying to Become a Maintainer": do not advise resending initial
    application; instead, simply mail a followup asking new maintainers
    whether they go the initial application (closes Bug #28739); mention
    that calls usually come in the evening; mention that if you use PGP
    v5, you need to generate an RSA key (right?); clarify our intentions
    with respect to GPG.
  * "Release code names": Debian 2.2 is 'potato'
  * "Distribution directories": give concrete examples, hopefully making
    it clearer where to look in Debian archives for specific stuff;
    mention that old distributions are moved to archive servers (is there
    a canonical location?)
  * "The override file": new section, added under "Notification that a new
    package has been installed"; fill it out quite a bit
  * "Uploading to *": reiterate thrice not to upload export
    controlled-software to master, or the European queues on erlangen and
    chiark
  * "Picking a distribution": section broken out from "Generating the
    changes file"
  * "Uploading to frozen": new section, almost straight from Brian White
    (hope you don't mind!) -- isn't that topical?
  * "Interim releases": if you NMU a new upstream version (0.1), run
    'dpkg-buildpackage -sa'


dpkg       - Package maintenance system for Debian Linux
dpkg 1.4.0.30 -> 1.4.0.31 into dists/potato/main/binary-sparc/base
dpkg (1.4.0.31) frozen unstable; urgency=low
  * dpkg/processarc.c: Make newfileslist static like the other arguments
    for register_cleanup's cu_* functions.
  * N-th fix for controllib.pl (simulate old behavior by trying stdin,
    stdout, and stderr for getlogin()).
  * Enable --force-overwrite for slink release, and comment where to do
    so (dpkg/main.c).
  * Recompile against ncurses4.


comerr-dev - The Common Error Description library - headers and static librari
e2fslibs-dev - The headers and static libraries for ext2fs-aware tools-developme
e2fsprogs  - The EXT2 file system utilities and libraries.
ss-dev     - "Sub-System" library for simple command-line interface parsing - 
comerr-dev 2.0-1.12-2 -> 2.0-1.12-4 into dists/potato/main/binary-sparc/devel
e2fslibs-dev 1.12-2 -> 1.12-4 into dists/potato/main/binary-sparc/devel
e2fsprogs 1.12-2 -> 1.12-4 into dists/potato/main/binary-sparc/base
ss-dev 2.0-1.12-2 -> 2.0-1.12-4 into dists/potato/main/binary-sparc/devel
e2fsprogs (1.12-4) frozen unstable; urgency=low
  * Ship flushb(8) and extend(8) were missing in all 1.12 packages
    (Fixes: Bug#28771).
  * Add extend.8 link to undocumented.7.
  * Replaced my (ad-hoc) fix for Bug#25684 with (really better) one
    from upstream.


ed         - The classic unix line editor
ed 0.2-16 -> 0.2-17 into dists/potato/main/binary-sparc/editors
ed (0.2-17) frozen unstable; urgency=low
  * debian/control (Standards-Version): updated to 2.4.1.0.
  * debian/control (Maintainer): new address.
  * debian/copyright: ditto.
  * debian/rules: force definition of HAVE_SIGSETJMP in config.h to work
    around the problem of autoconf not detecting it (due to it being a
    macro).
  * Makefile.in: don't compile in libed.a as it's redundant old code
    superseded by code in glibc.  This reduces the ed binary by 23k.
    Thanks to Topi Miettinen <Topi.Miettinen@ml.tele.fi> for the
    suggestion.
  * glbl.c (exec_global), io.c (read_stream, get_stream_line), main.c
    (main, exec_command, get_matching_node_addr, strip_escapes), re.c
    (get_compiled_pattern), sub.c (extract_subst_template,
    substitute_matching_text): parentheses to quiet -Wall.


egcc       - The GNU (egcs) C compiler.
g++        - The GNU (egcs) C++ compiler.
g77        - The GNU (egcs) Fortran compiler.
gobjc      - The GNU (egcs) Objective-C compiler.
gpc        - The GNU (egcs) Pascal compiler.
libg++2.8.2 - The GNU C++ extension library - runtime version.
libg++2.8.2-dev - The GNU C++ extension library - development files.
libstdc++2.9 - The GNU stdc++ library (egcs version)
libstdc++2.9-dev - The GNU stdc++ library (development files)
egcc 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/devel
g++ 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/devel
g77 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/devel
gobjc 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/devel
gpc 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/devel
libg++2.8.2-dev 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/devel
libg++2.8.2 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/libs
libstdc++2.9-dev 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/devel
libstdc++2.9 2.91.57-3.1 -> 2.91.58-3.1 into dists/potato/main/binary-sparc/base
egcs (1.1.0.91.58-3.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * make files in debian/patches executable


elk        - The Extension Language Kit, an Scheme implementation
elk 3.0-4 -> 3.0-6 into dists/potato/main/binary-sparc/devel
elk (3.0-6) frozen; urgency=low
  * Don't strip modules. Bug#23772 wasn't fixed by the previous upload.
    (Closes Bug#23772).


elm-me+    - MIME & PGP-aware interactive mail reader [enhanced]
elm-me+ 2.4pl25ME+43-1.1 -> 2.4pl25ME+48-2.1 into dists/potato/main/binary-sparc/mail
elm-me+ (2.4pl25ME+48-2.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * correct patch for bug 27715 which is already closed ;-)


elvis-tiny - Tiny vi compatible editor for the base system.
elvis-tiny 1.4-6 -> 1.4-7 into dists/potato/main/binary-sparc/base
elvis-tiny (1.4-7) frozen unstable; urgency=low
  * Link with ncurses4


fetchmail  - POP2/3, APOP, IMAP mail gatherer/forwarder
fetchmail 4.5.5-1 -> 4.6.4-1 into dists/potato/main/binary-sparc/mail
fetchmail (4.6.4-1) frozen unstable; urgency=low
  * new upstream version


flex       - A fast lexical analyzer generator.
flex 2.5.4a-2 -> 2.5.4a-3 into dists/potato/main/binary-sparc/devel
flex (2.5.4a-3) frozen unstable; urgency=low
  * Added HTML docs, in a separate package.


flim       - Library to provide basic features about message
flim 1.12.1-1 -> 1.12.2-1 into dists/potato/main/binary-all/mail
flim (1:1.12.2-1) unstable; urgency=low
  * New upstream release
    (Development release Version)


freetype1  - The FREE TrueType Font Engine, shared library files.
freetype1-dev - FreeType development files (static library and headers).
freetype1-dev 1.0.0.1998-03-22-1 -> 1.0.0.1998-03-22-3 into dists/potato/main/binary-sparc/devel
freetype1 1.0.0.1998-03-22-1 -> 1.0.0.1998-03-22-3 into dists/potato/main/binary-sparc/libs
freetype1 (1.0.0.1998-03-22-3) frozen unstable; urgency=low
  * Re-uploading, hoping it will stay in slink binary-i386 this time.  :-)


g2         - simple to use 2D graphics library
g2 0.23-1 -> 0.23-3 into dists/potato/main/binary-sparc/math
g2 (0.23-3) frozen unstable; urgency=low
  * Add shared library
  * Fix dependency line


libgdbm1   - GNU dbm database routines (runtime version). [libc5 compat]
libgdbm1-altdev - GNU dbm database routines (development files) [libc5 compat]
libgdbmg1  - GNU dbm database routines (runtime version). [libc6 version]
libgdbmg1-dev - GNU dbm database routines (development files) [libc6 version]
libgdbm1-altdev 1.7.3-25.1 -> 1.7.3-26 into dists/potato/main/binary-sparc/oldlibs
libgdbm1 1.7.3-25.1 -> 1.7.3-26 into dists/potato/main/binary-sparc/oldlibs
libgdbmg1-dev 1.7.3-25.1 -> 1.7.3-26 into dists/potato/main/binary-sparc/devel
libgdbmg1 1.7.3-25.1 -> 1.7.3-26 into dists/potato/main/binary-sparc/base
gdbm (1.7.3-26) frozen unstable; urgency=low
  * debian/control (Maintainer): new address.
  * debian/copyright: ditto.
  * debian/control (Standards-Version): updated to 2.5.0.0.
  * debian/MIGRATE: Mark no longer maintains gdbm. [#27095 (1/2)]
  * debian/MIGRATE: correct information on how to migrate (-ldb is needed,
    the db functions are not in libc itself); reported by
    <beitamos@inter.net.il>. [#27095 (2/2)]
  * debian/rules (COMPAT_ARCHS): added sparc at the request of Christian
    Meder <chris@isr.uni-stuttgart.de>. [#27702 (1/2)]
  * debian/rules (build-libc5): don't force definition of CPP, as
    configure does the Right thing anyway and cpp loses over *gcc -E.
    Patch from Christian Meder <chris@isr.uni-stuttgart.de>. [#27702
    (2/2)]
  * debian/rules: conditional on a glibc2.1-based architecture, install
    ndbm.h as ndbm.h rather than gdbm-ndbm.h as it's installed as on
    glibc2.0-based architectures; Suggested by Dan Jacobowitz
    <drow@drow.res.cmu.edu>. [#26668]
  * debian/rules (binary-libgdbmg-dev): install `ChangeLog' as
    `changelog'.
  * debian/control: make -*dev packages depend on exact version of nondev
    versions.


gettext    - GNU Internationalization utilities
gettext 0.10.35-3 -> 0.10.35-4.1 into dists/potato/main/binary-sparc/devel
gettext (0.10.35-4.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * use egcc for compilation because gcc fails on sparc
    with gettext


glibc-pre2.1-doc - The GNU C library version 2 (documentation files)
libc6      - The GNU C library version 2 (run-time files).
libc6-dbg  - The GNU C library version 2 (debugging/profiling files).
libc6-dev  - The GNU C library version 2 (development files).
libc6-pic  - The GNU C library version 2 (PIC library)
locales    - Locale data files and utilities.
timezones  - Time zone data files and utilities.
glibc-pre2.1-doc 2.0.100-2 -> 2.0.100-2.1 into dists/potato/main/binary-all/doc
libc6-dbg 2.0.95-980825-0.3 -> 2.0.100-2.1 into dists/potato/main/binary-sparc/devel
libc6-dev 2.0.95-980825-0.3 -> 2.0.100-2.1 into dists/potato/main/binary-sparc/devel
libc6-pic 2.0.95-980825-0.3 -> 2.0.100-2.1 into dists/potato/main/binary-sparc/devel
libc6 2.0.95-980825-0.3 -> 2.0.100-2.1 into dists/potato/main/binary-sparc/base
locales 2.0.95-980825-0.3 -> 2.0.100-2.1 into dists/potato/main/binary-sparc/admin
timezones 2.0.95-980825-0.3 -> 2.0.100-2.1 into dists/potato/main/binary-sparc/base
glibc-pre2.1 (2.0.100-2.1) unstable; urgency=low
  * port maintainer upload
  * add another sparc patch (failsafe on getcwd in ld.so)
  * fix sigaction not to return -1 when oact isn't given
    (sparc specific)


gnuplot    - A command-line driven interactive plotting program.
gnuplot 3.5beta6.340-6 -> 3.5beta6.347-2 into dists/potato/main/binary-sparc/math
gnuplot (3.5beta6.347-2) frozen unstable; urgency=low
  * Changed dependency from svgalibg1 to svgalibg1 | svgalib-dummyg1
    (fixes bug #27252)
  * Changed debian/rules to use debhelper


gperf      - Perfect hash function generator.
gperf 2.7-1.1 -> 2.7-2 into dists/potato/main/binary-sparc/devel
gperf (2.7-2) frozen unstable; urgency=low
  * Improved the manpage with information from the Texinfo documentation and
    the --help output.
  * Install c++.gperf, c-parse.gperf and c.gperf as example files.
  * Recompiled with libstdc++2.9 .


gpm        - General Purpose Mouse Interface
libgpm1    - General Purpose Mouse Library [libc5]
libgpm1-altdev - General Purpose Mouse Library, development files [libc5]
libgpmg1   - General Purpose Mouse Library [libc6]
libgpmg1-dev - General Purpose Mouse Library, development files [libc6]
gpm 1.13-4 -> 1.14-3.1 into dists/potato/main/binary-sparc/misc
libgpm1-altdev 1.13-1 -> 1.14-3.1 into dists/potato/main/binary-sparc/oldlibs
libgpm1 1.13-1 -> 1.14-3.1 into dists/potato/main/binary-sparc/oldlibs
libgpmg1-dev 1.13-4 -> 1.14-3.1 into dists/potato/main/binary-sparc/devel
libgpmg1 1.13-4 -> 1.14-3.1 into dists/potato/main/binary-sparc/libs
gpm (1.14-3.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * another one which needs sparc libc5 compat ;-)


groff      - GNU troff text-formatting system.
groff 1.11a-4.1 -> 1.11a-7 into dists/potato/main/binary-sparc/text
groff (1.11a-7) frozen unstable; urgency=low
  * Applied patch to add include path search to groff e gsoelim, provided by
    Peter Miller <millerp@canb.auug.org.au> needed by aegis.


libgtk-dbg - Debugging static libraries for the GIMP Toolkit
libgtk-dev - Header files and static libraries for the GIMP Toolkit
libgtk1    - The GIMP Toolkit set of widgets for X
libgtk-dbg 1.0.6-2 into dists/potato/main/binary-sparc/devel
libgtk-dev 1.0.1-1 -> 1.0.6-2 into dists/potato/main/binary-sparc/devel
libgtk1 1.0.1-1 -> 1.0.6-2 into dists/potato/main/binary-sparc/libs
gtk+ (1:1.0.6-2) frozen unstable; urgency=low
  * Argh. Building with a broken debhelper made me think that calling the
    normal clean target from the libgtk-dbg target was okay; that called
    dh_clean, which should have removed debian/files, but didn't with
    the broken debhelper. Rebuild with a new clean-dbg debian/rules target
    that properly calls dh_clean -k.


libgtkmm   - shared library of gtk--, a C++ wrapper for Gtk
libgtkmm-dev - static library and header files of gtk--, a C++ wrapper for Gtk
libgtkmm-dev 0.9.2-1 -> 0.9.15-1 into dists/potato/main/binary-sparc/devel
libgtkmm 0.9.2-1 -> 0.9.15-1 into dists/potato/main/binary-sparc/libs
gtkmm (0.9.15-1) frozen unstable; urgency=low
  * New upstream release.
  * Added gensig to libgtkmm-dev.


hello      - The classic greeting, and a good example
hello 1.3-14.2 -> 1.3-14.3 into dists/potato/main/binary-sparc/devel
hello (1.3-14.3) frozen unstable; urgency=low
  * YANMU.
  * This release has no lintian errors, so that the slink release
    won't be delayed.  :)
  * Added man page(written by rcw@irc.debian.org#debian).
    (Fixes Bug#4341)
  * Removed spurious 'source/diff' message from debian/rules, as it
    was confusing to new developers, and is a historical anomaly.
    (Fixes Bug#14602)
  * Removed bashims from debian/rules.  (Fixes Bug#14603)
  * Acknowledge the nmu in 14876.  (Fixes Bug#14876)
  * Removes  || $(MAKE) -f Makefile.in distclean from debian/rules.
    (Fixes Bug#20998)


hp48cc     - C-like compiler which produces HP48 RPN
hp48cc 1.0-2 -> 1.0-4.1 into dists/potato/main/binary-sparc/devel
hp48cc (1.0-4.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * fix initializer element not constant bug with glibc2.1


hyperlatex - Creating HTML using LaTeX documents.
hyperlatex 2.3.1-1 -> 2.3.1-2 into dists/slink/main/binary-all/tex
hyperlatex 2.3.1-1 -> 2.3.1-2 into dists/potato/main/binary-all/tex
hyperlatex (2.3.1-2) frozen unstable; urgency=low
  * Replaced all /usr/local occurrences with /usr.
  * Moved configuration file siteinit.hlx to /etx/hyperlatex/.


ical       - An X11/Tk Calendar application
ical 2.1-4 -> 2.2-2 into dists/potato/main/binary-sparc/misc
ical (2.2-2) frozen unstable; urgency=low
  * Rebuilt without fakeroot to work around duplicate dependency
    problem.


c-client-dev - UW c-client library for mail protocols
imap       - remote mail folder access server for Pine and others
ipopd      - POP2 and POP3 servers from UW
c-client-dev 4.4-4 into dists/potato/main/binary-sparc/devel
imap 4.4-2 -> 4.4-4 into dists/potato/main/binary-sparc/mail
ipopd 4.4-2 -> 4.4-4 into dists/potato/main/binary-sparc/mail
imap (4.4-4) frozen unstable; urgency=low
  * Missing some extra header files in c-client-dev


ipmasq     - Initializes IP Masquerade firewalling/forwarding
ipmasq 3.2.4 -> 3.2.5 into dists/slink/main/binary-all/net
ipmasq 3.2.4 -> 3.2.5 into dists/potato/main/binary-all/net
ipmasq (3.2.5) frozen unstable; urgency=low
  * Fix ip/netmask caching of aliased interfaces (#29250)


karpski    - ethernet analyzer and sniffer
karpski 0.96-2 -> 0.101-1 into dists/potato/main/binary-sparc/admin
karpski (0.101-1) frozen unstable; urgency=low
  * New upstream version.


kbd        - Linux console font and keytable utilities.
kbd 0.96a-6 -> 0.96a-7 into dists/potato/main/binary-sparc/base
kbd (0.96a-7) unstable frozen; urgency=low
  * Moved UTF examples into utf/ subdir (Fixes: Bug#27305, Bug#27898).
  * Went to ftp://ftp.uni-erlangen.de/pub/Linux/680x0/bin/system/keymaps/
    (Fixes: Bug#27354):
  ** Updated amiga-de.map.
  ** Added amiga-{es,fr,it,se,sg}.map.
  ** Added atari-de-emacs.map.
  * Fixed amiga-de and amiga-us keymaps for Backspace/Delete issues -
    patch by Andre Heynatz (Fixes: Bug#26867).
  * Added pc-dvorak-latin1.map from Vincent Renardias (Fixes:
    Bug#26676).


kbd        - Linux console font and keytable utilities.
kbd 0.96a-7 -> 0.96a-8 into dists/potato/main/binary-sparc/base
kbd (0.96a-8) unstable frozen; urgency=low
  * Have init.d script save kernel keymap in /var/lib/kbd/ before
    loading, so that kbdconfig can restore a proper keymap on archs
    other than i386 and sparc (Fixes: Bug#27998).  This saved keymap
    is deleted on reboot/halt to cope with changes in the builtin
    keymap.  Documented this behavour in README.Debian.
  * Added lat2u-16.psf and lat2u.uni from Szalay Attila (Fixes:
    Bug#29012).
  * Do not install obsolete atari-uk-falcon.map, which changed its
    name.


kernel-image-2.0.35 - Linux kernel binary image.
kernel-patch-2.0.35 - Diffs to the kernel source for sparclinux
kernel-image-2.0.35 2.0.35-1 -> 2.0.35-2 into dists/potato/main/binary-sparc/base
kernel-patch-2.0.35 2.0.35-1 -> 2.0.35-2 into dists/potato/main/binary-sparc/devel
kernel-patch-2.0.35-sparc (2.0.35-2) unstable; urgency=low
  * get ready for glibc2.0.99 and ignore another unimplemented syscall
    (most annoying ;-)
  * sync with kernel-source-2.0.35_2.0.35-2


less       - A file pager program, similar to more(1)
less 332-4 -> 332-4.1 into dists/potato/main/binary-sparc/text
less (332-4.1) frozen unstable; urgency=low
  * Non-maintainer upload
  * Compiled with ncurses4


lesstif    - libc5 backward compatibility lesstif libraries.
lesstif-altdbg - Libc5 compatibility static LessTif library for debugging.
lesstif-altdev - Libc5 compatibility LessTif development library and headers.
lesstif-bin - User binaries for LessTif.
lesstifg   - OSF/Motif implementation released under LGPL.
lesstifg-dbg - Static library with debugging symbols for LessTif.
lesstifg-dev - Development library and header files for LessTif.
lesstif-altdbg 0.86.9-2.1 into dists/potato/main/binary-sparc/oldlibs
lesstif-altdev 0.86.9-2.1 into dists/potato/main/binary-sparc/oldlibs
lesstif-bin 0.83-7 -> 0.86.9-2.1 into dists/potato/main/binary-sparc/devel
lesstif 0.86.9-2.1 into dists/potato/main/binary-sparc/oldlibs
lesstifg-dbg 0.83-7 -> 0.86.9-2.1 into dists/potato/main/binary-sparc/devel
lesstifg-dev 0.83-7 -> 0.86.9-2.1 into dists/potato/main/binary-sparc/devel
lesstifg 0.83-7 -> 0.86.9-2.1 into dists/potato/main/binary-sparc/libs
lesstif (1:0.86.9-2.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * sparc has libc5 compat support


compface   - Compress/decompress images for mailheaders, user tools
libcompface1 - Compress/decompress images for mailheaders, libc5 runtime
libcompface1-altdev - Compress/decompress images for mailheaders, libc5 devel
libcompfaceg1 - Compress/decompress images for mailheaders, libc6 runtime
libcompfaceg1-dev - Compress/decompress images for mailheaders, libc6 devel
compface 1989.11.11-15 -> 1989.11.11-16 into dists/potato/main/binary-sparc/mail
libcompface1-altdev 1989.11.11-15 -> 1989.11.11-16 into dists/potato/main/binary-sparc/oldlibs
libcompface1 1989.11.11-15 -> 1989.11.11-16 into dists/potato/main/binary-sparc/oldlibs
libcompfaceg1-dev 1989.11.11-15 -> 1989.11.11-16 into dists/potato/main/binary-sparc/mail
libcompfaceg1 1989.11.11-15 -> 1989.11.11-16 into dists/potato/main/binary-sparc/libs
libcompface (1989.11.11-16) frozen unstable; urgency=low
  * Added some info in README.debian
  * changelog.Debian now included in all packages
  * compface should get right dependencis even if not installed (Bug ##17063)


libdatecalc-perl - Perl library for accessing dates
libdatecalc-perl 3.2-2 -> 4.2-3 into dists/potato/main/binary-sparc/interpreters
libdatecalc-perl (4.2-3) frozen unstable; urgency=low, closes=27216
  * Added authors email address in copyright file
  * Removed files that were left over from former releases (closes:
    Bug#27216)


libdb1     - The Berkeley database routines (runtime version
libdb1-dev - The Berkeley database routines (development files).
libdb1-dev 1.85.4-4 into dists/potato/main/binary-sparc/oldlibs
libdb1 1.85.4-3 -> 1.85.4-4 into dists/potato/main/binary-sparc/oldlibs
libdb (1.85.4-4) stable; urgency=low
  * PORT/linux/Makefile: SECURITY FIX: don't build broken snprintf, which
    ignores the bounds check, making programs which just *happen* to use
    libdb vulnerable...
  * debian/rules: argh, dpkg-gencontrol syntax changed, using libdb1.files
    instead of libdb1/files. Sigh.


libdnd1    - OffiX drag and drop protocol.
libdnd1-dev - OffiX drag and drop protocol (development files).
libdnd1-dev 1.0-9 -> 1.0-10 into dists/potato/main/binary-sparc/devel
libdnd1 1.0-9 -> 1.0-10 into dists/potato/main/binary-sparc/libs
libdnd (1.0-10) frozen unstable; urgency=low
  * Added postinst running ldconfig (bug #27078)


libgsm-bin - User binaries for a GSM speech compressor.
libgsm1    - Shared libraries for GSM speech compressor.
libgsm1-dev - Development libraries for a GSM speech compressor.
libgsm-bin 1.0.10-6 -> 1.0.10-9 into dists/potato/main/binary-sparc/devel
libgsm1-dev 1.0.10-6 -> 1.0.10-9 into dists/potato/main/binary-sparc/devel
libgsm1 1.0.10-6 -> 1.0.10-9 into dists/potato/main/binary-sparc/libs
libgsm (1.0.10-9) frozen unstable; urgency=low
  * Ignore errors on chown in makefile to fix powerpc compilation.


liblockfile-dev - Development library for liblockfile.
liblockfile0 - Shared library with NFS-safe locking functions.
libnfslock - Preload library that overrides open() to make O_EXCL work over NF
liblockfile-dev 0.1-4 -> 0.1-5 into dists/potato/main/binary-sparc/devel
liblockfile0 0.1-4 -> 0.1-5 into dists/potato/main/binary-sparc/libs
libnfslock 0.1-4 -> 0.1-5 into dists/potato/main/binary-sparc/admin
liblockfile (0.1-5) frozen unstable; urgency=low
  * Added L_MANLOCK define for compatibility , it's not actually used.
  * Fixes bugs:
    #21925 liblockfile man page is inaccurate
    #27275 liblockfile0: wishlist "user" argument for mailunlock and touchlock.


libpng2    - PNG library - runtime
libpng2-dev - PNG library - development
libpng2-dev 1.0.1-0.2 -> 1.0.2-1 into dists/potato/main/binary-sparc/graphics
libpng2 1.0.1-0.2 -> 1.0.2-1 into dists/potato/main/binary-sparc/libs
libpng (1.0.2-1) frozen unstable; urgency=low
  * Maintainer release (to change a bit).
  * Pristine sources.
  * Libpng2-dev includes example.c (fixes bug #10315).
  * Changed control file to reflect difference with libpng0g (fixes #23795).
  * Recompiled (should fix the zlib1g missing symbol, bug #24450).
  * Added -D_REENTRANT also to static library.
  * Added a dependency upon zlib1g >= 1.1.2 (otherwise we get a missing
    symbol) (fixes bug #24450).


libproplist0 - PropList closely mimics the property lists found in *Step.
libproplist0-dev - C headers, static libraries and documentation for libPropList
libproplist0-dev 0.7.2-2 -> 0.8.2-1 into dists/potato/main/binary-sparc/devel
libproplist0 0.7.2-2 -> 0.8.2-1 into dists/potato/main/binary-sparc/libs
libproplist (0.8.2-1) frozen unstable; urgency=low
  * New upstream version taken from Window Maker 0.20.2 sources. The
    version number was bumped up to get in sync with what GNOME is
    using. This version fixes a bug in the unescaping code.
  * Makefile.am: shared library version now 0.0.5
  * debian/control: Removed a verison to version 0.7.1 from long
    description.
  * debian/README.Debian: s/efis.ucr.ac.cr/debian.org/, my email address
    for everything related to Debian is mmagallo@debian.org
  * debian/copyright: ditto.
  * debian/README.Debian: Added a note Re: shared libraries.


libterm-readkey-perl - Change terminal modes, and perform non-blocking reads
libterm-readkey-perl 2.12-1 -> 2.12-2 into dists/potato/main/binary-sparc/libs
libterm-readkey-perl (2.12-2) frozen unstable; urgency=low
  * Debian changelog was missing


lpr        - BSD lpr/lpd line printer spooling system
lpr 5.9-30 -> 5.9-33 into dists/potato/main/binary-sparc/net
lpr (5.9-33) frozen unstable; urgency=low
  * Added patches for the Alpha from Paul Slootman (closes: Bug#28549)
  * This patch also cleans up the code here and there (thanks!)


lynx       - Text-mode WWW Browser
lynx 2.8-1 -> 2.8-4.1 into dists/potato/main/binary-sparc/web
lynx (2.8-4.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * set CC to egcc (gcc dies with internal compiler
    error on sparc)


liblzo-dev - Development support files for the lzo library.
liblzo1    - A real-time data compression library.
liblzo-dev 1.03-1 -> 1.04-2 into dists/potato/main/binary-sparc/devel
liblzo1 1.03-1 -> 1.04-2 into dists/potato/main/binary-sparc/libs
lzo (1.04-2) frozen unstable; urgency=low
  * Fix overlapping of liblzo.la (Bug#28533).


m4         - a macro processing language
m4 1.4-8 -> 1.4-9 into dists/potato/main/binary-sparc/interpreters
m4 (1.4-9) frozen unstable; urgency=low
  * Added HTML docs, in a separate package.


man-db     - Display the on-line manual.
man-db 2.3.10-67 -> 2.3.10-68 into dists/potato/main/binary-sparc/doc
man-db (2.3.10-68) frozen unstable; urgency=low
  * Removed correction of return code, which made man ignore symlinks.
    (closes: #26351 thanx to Branden Robinson <branden@purdue.edu> )


manpages-de - German manpages
manpages-de-dev - German manpages
manpages-de-dev 0.1-10 -> 0.1-11 into dists/slink/main/binary-all/doc
manpages-de-dev 0.1-10 -> 0.1-11 into dists/potato/main/binary-all/doc
manpages-de 0.1-10 -> 0.1-11 into dists/slink/main/binary-all/doc
manpages-de 0.1-10 -> 0.1-11 into dists/potato/main/binary-all/doc
manpages-de (0.1-11) frozen unstable; urgency=low, closes=27375
  * Added fgetc(3)
  * Added newline for getsid(2) and strcpy(3)
  * Changed location of manpages from /usr/man/de_DE to
    /usr/man/de. (closes: Bug#27375)


metamail   - An implementation of MIME.
metamail 2.7-24 -> 2.7-31 into dists/potato/main/binary-sparc/mail
metamail (2.7-31) frozen unstable; urgency=low
  * Uploaded to slink.


mew        - Messaging in the Emacs World
mew 1.93b33-1 -> 1.93-1 into dists/potato/main/binary-sparc/mail
mew (1:1.93-1) frozen unstable; urgency=low
  * New upstream version (Official Release version)
  * Checked with lintian v0.8.1


modconf    - Device Driver Configuration
modconf 0.2.19 -> 0.2.20 into dists/slink/main/binary-all/base
modconf 0.2.19 -> 0.2.20 into dists/potato/main/binary-all/base
modconf (0.2.20) frozen unstable; urgency=low
  * Really changed description for ne module (closes: Bug#21519).
  * Patched eval_de (patch from Harmut Koptein).
  * Added Spanish messages by Pedro Gracia <pedro@id-agora.com>.
  * Maintainer release (closes: Bug#28886).


modutils   - Linux module utilities.
modutils 2.1.121-5 -> 2.1.121-8 into dists/potato/main/binary-sparc/base
modutils (2.1.121-8) frozen unstable; urgency=low
  * Rebuild so it will make frozen.


mount      - Tools for mounting and manipulating filesystems.
mount 2.8a-1 -> 2.8a-1.1 into dists/potato/main/binary-sparc/base
mount (2.8a-1.1) frozen unstable; urgency=low
  * Non-maintainer upload with permision by Vincent
  * Fixed wrong while loop that caused too many lines to be ignored.  The
    code for the whole condition is generated with all variables replaced
    by their values as they were when the condition was entered.  This
    means that if one uses variable assignments, the variable to which a
    new value was assigned still contains the old value later in the same
    condition.  Thanks to Peter Moulder <reiter@netspace.net.au (fixes:
    Bug#27421)
  * Applied patch by James Troup <james@nocrew.org> that prevents mount
    from crashing when an empty argument list is used with `-t'.  (fixes:
    Bug#27130)


mtr        - Full screen ncurses or X11 traceroute tool
mtr 0.14-3 -> 0.28-0.2 into dists/potato/main/binary-sparc/net
mtr (0.28-0.2) frozen unstable; urgency=low
  * Rebuilt with libgtk1 (1.0.6) to circumvent problems due to
    incompatibilities between the frozen and unstable versions of libgtk1.1 .
    (Fixes #29160, #29221, #29332).


libncurses4 - Shared libraries for terminal handling
libncurses4-dbg - Debugging/profiling libraries for ncurses
libncurses4-dev - Developer's libraries and docs for ncurses
ncurses-base - Descriptions of common terminal types
ncurses-bin - Terminal-related programs and man pages
ncurses-term - Additional terminal type definitions
libncurses4-dbg 4.2-1 -> 4.2-2 into dists/potato/main/binary-sparc/devel
libncurses4-dev 4.2-1 -> 4.2-2 into dists/potato/main/binary-sparc/devel
libncurses4 4.2-1 -> 4.2-2 into dists/potato/main/binary-sparc/base
ncurses-bin 4.2-1 -> 4.2-2 into dists/potato/main/binary-sparc/base
ncurses (4.2-2) frozen unstable; urgency=low
  * Add screen entries to ncurses-base conffiles list
  * Restore examples directory to libncurses4-dev
  * If TERMINFO_DIRS ends with a colon, search default paths (#27605, #25248)
    (it was always supposed to do that, but now it actually works)
  * Debian rxvt now clears screen on rmcup (#22289)
  * ncurses-term: Added xterm-color symlink to color_xterm (#16804 et al)


talk       - Talk to another user.
talkd      - Remote user communication server.
talk 0.10-1 -> 0.10-2 into dists/potato/main/binary-sparc/net
talkd 0.10-1 -> 0.10-2 into dists/potato/main/binary-sparc/net
netkit-ntalk (0.10-2) frozen unstable; urgency=low
  * Be more liberal to what to remove (fixes #28027).
  * Applied Sun compatibility patch from Juan-Mariano de Goyeneche
    <jmseyas@dit.upm.es> (fixes #26641).


telnet     - The telnet client.
telnetd    - The telnet server.
telnet 0.12-1 -> 0.12-2 into dists/potato/main/binary-sparc/net
telnetd 0.12-1 -> 0.12-2 into dists/potato/main/binary-sparc/net
netkit-telnet (0.12-2) frozen unstable; urgency=low
  * Rebuilt with libstdc++2.9 (fixes #27789).


netstd     - Networking binaries and daemons for Linux
netstd 3.07-4.1 -> 3.07-7.1 into dists/potato/main/binary-sparc/net
netstd (3.07-7.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * use D_GNU_SOURCE for routed to allow fds_bits
    with glibc2.1, patch forwarded to BTS


open       - start a program on a new virtual terminal (VT)
open 1.4-9 -> 1.4-10 into dists/potato/main/binary-sparc/admin
open (1.4-10) frozen unstable; urgency=low
  * Print an error message if it can't open the new tty.


libpam-doc - Documentation of PAM
libpam0g   - Pluggable Authentication Modules library
libpam0g-dbg - Static library with debugging symbols for libpam
libpam0g-dev - Development files for PAM
libpam0g-util - Authentication modules and system binaries for libpam
libpam0g-dbg 0.65-0.3 -> 0.65-0.6.1 into dists/potato/main/binary-sparc/devel
libpam0g-dev 0.65-0.3 -> 0.65-0.6.1 into dists/potato/main/binary-sparc/devel
libpam0g-util 0.65-0.3 -> 0.65-0.6.1 into dists/potato/main/binary-sparc/admin
libpam0g 0.65-0.3 -> 0.65-0.6.1 into dists/potato/main/binary-sparc/libs
pam (0.65-0.6.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * fix string function declaration for glibc2.1


picon-users - Picon (Personal Images) database of individual Internet accounts
picon-users 1998.11.13-1 -> 1998.11.16-1 into dists/potato/contrib/binary-all/graphics
picon-users (1998.11.16-1) unstable; urgency=low
  * New upstream release.


picon-users - Picon (Personal Images) database of individual Internet accounts
picon-users 1998.11.16-1 -> 1998.11.18-1 into dists/potato/contrib/binary-all/graphics
picon-users (1998.11.18-1) unstable; urgency=low
  * New upstream release.


plotutils  - The GNU plotutils (plotting utilities) package.
plotutils 2.1.4-1 -> 2.1.6-1 into dists/potato/main/binary-sparc/math
plotutils (2.1.6-1) frozen unstable; urgency=low
  * New upstream release.  See /usr/doc/plotutils/NEWS.gz.


popt       - C library for parsing command line parameters
popt 1.0-4 -> 1.1.1-3 into dists/potato/main/binary-sparc/devel
popt (1.1.1-3) frozen unstable; urgency=low
  * Now popt builds properly from clean sources. Fixes: 25581, 26277.


libproc-dev - library for accessing process information from /proc
procps     - The /proc file system utilities.
xproc      - some tools to display process information on X
libproc-dev 1.2.7-2 -> 1.2.9-3 into dists/potato/main/binary-sparc/devel
procps 1.2.7-2 -> 1.2.9-3 into dists/potato/main/binary-sparc/base
xproc 1.2.7-2 -> 1.2.9-3 into dists/potato/main/binary-sparc/utils
procps (1:1.2.9-3) frozen unstable; urgency=low
  * Linked to ncurses4


publib-dev - C function library
publib-dev 0.27 -> 0.28.1 into dists/potato/main/binary-sparc/devel
publib (0.28.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * fix string function declarations for glibc2.1


rcs        - The GNU Revision Control System
rcs 5.7-10 -> 5.7-11 into dists/potato/main/binary-sparc/devel
rcs (5.7-11) frozen unstable; urgency=low
  * Fixed temp file security hole in rcsfreeze script (#27845)


semi       - SEMI is a library to provide MIME feature for GNU Emacs.
semi 1.10.2-1 -> 1.11.0-1 into dists/potato/main/binary-all/mail
semi (1.11.0-1) unstable; urgency=low
  * New upstream release


sharutils  - shar, unshar, uuencode, uudecode
sharutils 4.2-7 -> 4.2-8 into dists/potato/main/binary-sparc/utils
sharutils (1:4.2-8) frozen unstable; urgency=low
  * Moved japanese messages to /usr/share/locale/ja (Bug #25680).
  * Added HTML docs, in a separate package.


slang1     - The S-Lang programming library - runtime version.
slang1-dev - The S-Lang programming library, development version.
slang1-pic - The S-Lang programming library, shared library subset kit.
slang1-dev 1.2.2-0.1 -> 1.2.2-2 into dists/potato/main/binary-sparc/devel
slang1-pic 1.2.2-0.1 -> 1.2.2-2 into dists/potato/main/binary-sparc/devel
slang1 1.2.2-0.1 -> 1.2.2-2 into dists/potato/main/binary-sparc/base
slang (1.2.2-2) frozen unstable; urgency=low
  * Added define SLANG_HAS_KANJI_SUPPORT to enable Japanese compliance
  * Added changes from J.H.M. Dassen in 0.3 that I missed.  They are:
  * Fixed conflict with slang altdev (Fixes #26677).
  * libslang.(a|so) are now in /usr/lib (Fixes #24078).
  * Installed docs and examples in the -dev package. (Fixes #24220).


slsc       - S-Language port of the classic SC spreadsheet
slsc 0.2.3-3 -> 0.2.3-4 into dists/potato/main/binary-sparc/math
slsc (0.2.3-4) frozen unstable; urgency=low
  * Recompiled with slang1 (fixes a lintian error)
  * Added a manual page vprint.1 (fixes a lintian error)
  * Corrected all lintian errors and warnings
      E: slsc: binary-without-manpage vprint
      E: slsc: depends-on-obsolete-package depends: slang0.99.38
      W: slsc source: ancient-standards-version 2.1.1.0
  * Converted to debhelper


ssmtp      - Extremely simple MTA to get mail off the system to a Mailhub
ssmtp 2.29-1 -> 2.30-1 into dists/potato/main/binary-sparc/mail
ssmtp (2.30-1) frozen unstable; urgency=low
  * New upstream version:
    . fixes a bug in argument parsing
    . supports -f, -F and -r options


sudo       - Provides limited super user privileges to specific users.
sudo 1.5.4-4 -> 1.5.6p2-2 into dists/potato/main/binary-sparc/admin
sudo (1.5.6p2-2) frozen unstable; urgency=low
  * update copyright file, closes 24136
  * review and close forwarded bugs believed fixed in this upstream version,
    closes 17606, 15786.


swig       - Generate scripting interfaces to C/C++ code.
swig 1.1p5-1 -> 1.1p5-2 into dists/potato/main/binary-sparc/interpreters
swig (1.1p5-2) frozen unstable; urgency=low
  * debian/rules: Build runtime library for Tcl 8.x (closes Bug#22075).
    Thanks to Jacob de Bree <J.deBree@radth.med.uu.nl> for the fix!
  * debian/{control,rules}: swig-examples is "Architecture: all".
  * Rebuilt with libstdc++2.9.


sysklogd   - Kernel and system logging daemons
sysklogd 1.3-26 -> 1.3-30 into dists/potato/main/binary-sparc/base
sysklogd (1.3-30) frozen unstable; urgency=low, closes=28128 28122 24893
  * Contains more patches from Topi Miettinen.
  * Fixed two mistakes from the most recent version
  * Fixed fd leak problem.  Thanks to Topi for detecting it
  * Ouch!  Looks like the released package again is broken.  It worked
    locally.


tcl8.0     - The Tool Command Language (TCL) v8.0 - Run-Time Package.
tcl8.0-dev - The Tool Command Language (TCL) v8.0 - Development Package.
tcl8.0-dev 8.0p2-3 -> 8.0.3-3 into dists/potato/main/binary-sparc/devel
tcl8.0 8.0p2-3 -> 8.0.3-3 into dists/potato/main/binary-sparc/libs
tcl8.0 (8.0.3-3) frozen unstable; urgency=low
  * Fixed duplicate EOPNOTSUPP problem on non-x86 architectures.


tk8.0      - The Tk toolkit for TCL and X11 v8.0 - Run-Time Package.
tk8.0-dev  - The Tk toolkit for TCL and X11 v8.0 - Development Package.
tk8.0-dev 8.0p2-4 -> 8.0.3-2 into dists/potato/main/binary-sparc/devel
tk8.0 8.0p2-4 -> 8.0.3-2 into dists/potato/main/binary-sparc/libs
tk8.0 (8.0.3-2) frozen unstable; urgency=low
  * Applied Philippe Troin's modifications to compile standalone
    and allow depending packages to compile standalone.


tkirc      - Tcl/Tk based client to the Internet Relay Chat
tkirc 1.202-2 -> 1.202-3 into dists/potato/main/binary-all/net
tkirc (1.202-3) unstable; urgency=low
  * Added manpage provided by Roland Rosenfeld <roland@spinnaker.rhein.de>


tm         - MIME viewer/editor for emacs news and mail.
tm 7.106.0-1.2 -> 7.106.0-2 into dists/potato/main/binary-sparc/mail
tm (7.106.0-2) frozen unstable; urgency=low
  * Finally officially taking over this package.
  * Fixed mailcrypt support to be more robust about mailcrypt not
    being installed (Fixes: Bug#27288, Bug#24496, Bug#25251,
    Bug#25395, Bug#25655, Bug#26951).
  * Have the sign/crypt function display explicit errors when invoked
    with no mailcrypt installed.
  * Corrected a typo "... will (not) be encrypt." should have been
    "... encrypted".
  * Changed dependancy from "emacsen" to "emacs19 | emacs20"
  * Passed lintian 0.8.3.


tmpreaper  - Cleans up files in directories based on their age
tmpreaper 1.4.7 -> 1.4.8 into dists/potato/main/binary-sparc/admin
tmpreaper (1.4.8) frozen unstable; urgency=low
  * New maintainer.
  * Updated Standards-Version to 2.4.1.4.
  * Changed priority to extra, as you really only need this package if you
    have specialised requirements (i.e. a system with untrusted users).
  * Nothing significant changed, a couple of messages fixed to be more
    similar to the rest.
  * Converted C++ - style comments to plain C comments, as this isn't C++
    source.


tob        - Small yet powerful program for tape oriented backups.
tob 0.14-11 -> 0.14-12 into dists/slink/main/binary-all/utils
tob 0.14-11 -> 0.14-12 into dists/potato/main/binary-all/utils
tob (0.14-12) frozen unstable; urgency=low, Closes=29314
  * Applied patch to tob.8 by Jim Van Zandt <jrv@vanzandt.mv.com> which
    corrects some wording, some formating and one factual error (fixes #29314)
  * Added a contribution by Frank Miles <fpm@u.washington.edu> (and
    further modified it) to add a new option '-verify <vol>' to
    check an archive written with afio
  * Modified tob.8 further to reflect the new option


truc       - transfer big files through e-mail
truc 1.0.7-1 -> 1.0.7-2 into dists/potato/main/binary-all/mail
truc (1.0.7-2) unstable; urgency=low
  * Minor fixups
  * Wrote some manual pages


update     - daemon to periodically flush filesystem buffers.
update 1.3-2 -> 1.3-2.1 into dists/potato/main/binary-sparc/base
update (1.3-2.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * recompile with newer glibc to get rid of bus error


wemi       - Branch of SEMI kernel package using widget.
wemi 1.10.2-1 -> 1.11.0-1 into dists/potato/main/binary-all/mail
wemi (1.11.0-1) unstable; urgency=low
  * New upstream release


wget       - utility to retrieve files from the WWW via HTTP and FTP
wget 1.4.5-0.1 -> 1.5.3-1 into dists/potato/main/binary-sparc/web
wget (1.5.3-1) frozen unstable; urgency=low
  * Uses src/ChangeLog as upstream changelog.
  * Added `SHELL=/bin/bash' to debian/rules.
  * Changed references to /usr/local/etc/wgetrc to /etc/wgetrc.
  * New upstream release, fixes bug #26989.


xbuffy     - Monitor mailboxes and/or newsgroups
xbuffy 3.3.bl.3-3 -> 3.3.bl.3-7 into dists/potato/main/binary-sparc/mail
xbuffy (3.3.bl.3-7) frozen unstable; urgency=low
  * Changed a flag to test in xbuffyconfig.
  * Rebuilt to get a call to update-menus in postrm.


rstart     - X remote start client
rstartd    - X remote start daemon
twm        - Tab window manager
xbase-clients - basic X clients
xdm        - X display manager
xfs        - X font server
xlib6      - shared libraries required by libc5 X clients
xlib6-altdev - include files and libraries for libc5 X client development
xlib6-static - statically linked versions of the libraries in xlib6
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
xmodmap    - utility for modifying X keymaps and pointer button mappings
xnest      - nested X server
xproxy     - X proxy services
xprt       - X print server
xserver-common - files and utilities common to all X servers
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
xsun-utils - X server-related utilities
xterm      - X terminal emulator
xvfb       - virtual framebuffer X server
rstart 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
rstartd 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
twm 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xbase-clients 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xdm 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xfs 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xlib6-altdev 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/oldlibs
xlib6-static 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/oldlibs
xlib6 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/oldlibs
xlib6g-dev 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xlib6g-static 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xlib6g 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xmh 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/mail
xmodmap 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xnest 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xproxy 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xprt 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xserver-common 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xserver-xsun-mono 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xserver-xsun24 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xserver-xsun 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xsm 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xsun-utils 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xterm 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xvfb 3.3.2.2-4.1 -> 3.3.2.3a-8.1 into dists/potato/main/binary-sparc/x11
xfree86 (3.3.2.3a-8.1) frozen unstable; urgency=low
  * non maintainer, sparc only upload
  * modified and applied Xsun patches
  * added libc5 compat support


xmame      - Multiple Arcade Machine Emulator
xmame-gl   - GL binaries for Multiple Arcade Machine Emulator
xmame-svga - SVGALIB binaries for Multiple Arcade Machine Emulator
xmame-x    - X binaries for Multiple Arcade Machine Emulator
xmame-gl 0.34b6.1-1 -> 0.34b7.1-1 into dists/potato/non-free/binary-i386/games
xmame-svga 0.34b6.1-1 -> 0.34b7.1-1 into dists/potato/non-free/binary-i386/games
xmame-x 0.34b6.1-1 -> 0.34b7.1-1 into dists/potato/non-free/binary-i386/games
xmame 0.34b6.1-1 -> 0.34b7.1-1 into dists/potato/non-free/binary-all/games
xmame (0.34b7.1-1) unstable; urgency=low
  * New upstream release.


yabasic    - Yet Another BASIC interpreter
yabasic 2.16-1 -> 2.20-1 into dists/potato/main/binary-sparc/interpreters
yabasic (2.20-1) frozen unstable; urgency=low
  * New upstream release.


zircon     - Powerful X Internet Relay Chat client
zircon 1.18.193-1 -> 1.18.200-1 into dists/potato/main/binary-all/net
zircon (1.18.200-1) unstable; urgency=low
  * New upstream release


----- New Packages ----------------------

abacus     - an X11-based Spreadsheet
abacus 0.9.13-3 into dists/potato/main/binary-sparc/math


admesh     - processing triangulated solid meshes
admesh 0.95-1 into dists/potato/main/binary-sparc/math


apcalc     - Arbitrary precision calculator (original name: calc)
apcalc-dev - Library for arbitrary precision arithmetic
apcalc-dev 2.10.3t5.46-1 into dists/potato/main/binary-sparc/math
apcalc 2.10.3t5.46-1 into dists/potato/main/binary-sparc/math


aribas     - interpreter for arithmetic
aribas 1.08b-5 into dists/potato/main/binary-sparc/math


libaudiofile-dev - The Audiofile Library (Header files for development)
libaudiofile0 - The Audiofile Library
libaudiofile-dev 0.1.5-1 into dists/potato/main/binary-sparc/devel
libaudiofile0 0.1.5-1 into dists/potato/main/binary-sparc/libs


blt8.0     - Shared libraries for blt (v2.4f)
blt8.0-dev - Development in blt (v2.4f)
blt8.0-dev 2.4f-3 into dists/potato/main/binary-sparc/devel
blt8.0 2.4f-3 into dists/potato/main/binary-sparc/libs


bugsx      - evolve biomorphs using genetic algorithms
bugsx 1.08-2 into dists/potato/main/binary-sparc/math


cfengine   - Tool for configuring and maintaining network machines
cfengine 1.4.9-2.1 into dists/potato/main/binary-sparc/admin


cons       - A Perl replacement for Make
cons 1.1-3 into dists/potato/main/binary-all/devel


cutils     - C source code utilities
cutils 1.5.2-3.1 into dists/potato/main/binary-sparc/devel


drawmap    - draw customized maps, using raw USGS data files
drawmap 1.3-2 into dists/potato/main/binary-sparc/math


dstooltk   - dynamical systems investigation tk verson
dstooltk 2.0-1 into dists/potato/main/binary-sparc/math


exim       - Exim Mailer
eximon     - X-windows monitor for the exim mail transport agent.
exim 2.05-1 into dists/potato/main/binary-sparc/mail
eximon 2.05-1 into dists/potato/main/binary-sparc/mail


fbset2     - Framebuffer device maintenance program.
fbset2 1998.07.13-1 into dists/potato/main/binary-sparc/admin


fftw-dev   - library for computing Fast Fourier Transforms
fftw2      - library for computing Fast Fourier Transforms
fftw-dev 2.0.1-1 into dists/potato/main/binary-sparc/math
fftw2 2.0.1-1 into dists/potato/main/binary-sparc/math


geg        - a GTK+ Equation Grapher
geg 0.15.0-1 into dists/potato/main/binary-sparc/math


guile1.3   - Scheme interpreter, and shared libraries for guile.
libguile3  - `libguile.so.3' shared libraries for Guile1.3.
libguile3-dev - Development headers and static library for libguile3.
guile1.3 1.3-4 into dists/potato/main/binary-sparc/interpreters
libguile3-dev 1.3-4 into dists/potato/main/binary-sparc/devel
libguile3 1.3-4 into dists/potato/main/binary-sparc/libs


hello-debhelper - The classic greeting, and a good example
hello-debhelper 1.3-14.3 into dists/potato/main/binary-sparc/devel


iceconf    - Configuration tool for icewm
iceconf 0.1.6-3 into dists/slink/main/binary-all/x11
iceconf 0.1.6-3 into dists/potato/main/binary-all/x11


itcl3.0    - [Incr Tcl] OOP Extension for TCL - Run-Time Package.
itcl3.0-dev - [Incr Tcl] OOP Extension for TCL - Development Package.
itcl3.0-dev 3.0-1 into dists/potato/main/binary-sparc/devel
itcl3.0 3.0-1 into dists/potato/main/binary-sparc/libs


junkfilter - A junk-email filtering program for procmail
junkfilter 19980901-1 into dists/potato/main/binary-sparc/mail


lapack     - a comprehensive set of linear algebra routines - Run-time Package
lapack-dev - a comprehensive set of linear algebra routines - Devel. Package.
lapack-dev 2.0.1-2.1 into dists/potato/main/binary-sparc/devel
lapack 2.0.1-2.1 into dists/potato/main/binary-sparc/libs


libdbi-perl - The Perl5 Database Interface by Tim Bunce
libdbi-perl 1.02-1 into dists/potato/main/binary-sparc/interpreters


libdevel-symdump-perl - Perl module for inspecting perl's symbol table
libdevel-symdump-perl 2.00-2 into dists/potato/main/binary-sparc/interpreters


libfile-sync-perl - Perl interface to sync() and fsync()
libfile-sync-perl 0.06-2 into dists/potato/main/binary-sparc/interpreters


liblockdev0-perl - perl extension library for locking devices.
liblockdev0g - Run-time shared library (libc6) for locking devices.
liblockdev0g-dbg - Debugging library (libc6) for locking devices.
liblockdev0g-dev - Development library (libc6) for locking devices.
liblockdev0-perl 0.9a into dists/potato/main/binary-sparc/interpreters
liblockdev0g-dbg 0.9a into dists/potato/main/binary-sparc/devel
liblockdev0g-dev 0.9a into dists/potato/main/binary-sparc/devel
liblockdev0g 0.9a into dists/potato/main/binary-sparc/libs


libmsgcat-perl - Locale::Msgcat perl module
libmsgcat-perl 1.0-1 into dists/potato/main/binary-sparc/interpreters


libsql-statement-perl - perl SQL::Statement - SQL parsing and processing engine
libsql-statement-perl 0.1007-2 into dists/potato/main/binary-sparc/interpreters


libstorable-perl - Storable extension for Perl5
libstorable-perl 0.6.3-1 into dists/potato/main/binary-sparc/interpreters


libtext-csv-perl - Perl Module: Text::CSV
libtext-csv-perl 0.15-3 into dists/potato/main/binary-sparc/interpreters


libwn-dev  - Many numerical and memory management functions
libwn6     - Many numerical and memory management functions
libwn-dev 6.0-1 into dists/potato/main/binary-sparc/devel
libwn6 6.0-1 into dists/potato/main/binary-sparc/libs


lockfile-progs - Programs for locking and unlocking files and mailboxes.
lockfile-progs 0.1.1 into dists/potato/main/binary-sparc/misc


m2c        - Modula-2 translator (compiler)
m2c 0.6-1.1 into dists/potato/main/binary-sparc/devel


maildrop   - mail delivery agent with filtering abilities
maildrop 0.54a-2 into dists/potato/main/binary-sparc/mail


megahal    - a conversation simulator that can learn as you talk to it
megahal 8.6-5 into dists/potato/main/binary-sparc/misc


menu       - provides update-menus functions for some applications
menu 1.5-17.1 into dists/potato/main/binary-sparc/admin


mesag-dev  - Development library for Mesa [libc6].
mesag3     - A 3-D graphics library which uses the OpenGL API [libc6].
mesag-dev 3.0-1 into dists/potato/main/binary-sparc/devel
mesag3 3.0-1 into dists/potato/main/binary-sparc/libs


mpich      - Parallel computing system
mpich 1.1.0-3.1 into dists/potato/main/binary-sparc/devel


mutt       - Text-based mailreader supporting MIME, GPG, PGP and threading.
mutt 0.94.17-1 into dists/potato/main/binary-sparc/mail


libjs0     - The NGS JavaScript interpreter - shared library
libjs0-dev - The NGS JavaScript interpreter - development files
ngs-js     - The NGS JavaScript interpreter
libjs0-dev 0.2.4-1 into dists/potato/main/binary-sparc/devel
libjs0 0.2.4-1 into dists/potato/main/binary-sparc/libs
ngs-js 0.2.4-1 into dists/potato/main/binary-sparc/interpreters


opt        - Options Parsing Tool shared library
opt 3.5-1 into dists/potato/main/binary-sparc/devel


libpcre1   - Philip Hazel's Perl Compatible Regular Expression library
libpcre1-dev - Development stuff for libpcre
pgrep      - grep utility that uses perl compatible regexes.
libpcre1-dev 1.09-2 into dists/potato/main/binary-sparc/devel
libpcre1 1.09-2 into dists/potato/main/binary-sparc/libs
pgrep 1.09-2 into dists/potato/main/binary-sparc/utils


pgapack    - A general-purpose genetic algorithm library
pgapack 1.0-9 into dists/potato/main/binary-sparc/math


post-faq   - Post periodic FAQs to Usenet newsgroups.
post-faq 0.10-1 into dists/potato/main/binary-all/news


postilion  - An X Mail User Agent which handles MIME, PGP and Spelling.
postilion 0.8.9-1 into dists/potato/main/binary-sparc/mail


prcs       - The Project Revision Control System
prcs 1.2.11-2 into dists/potato/main/binary-sparc/devel


quota      - An implementation of the diskquota system.
quota 1.65-2.5 into dists/potato/main/binary-sparc/admin


atfs       - The Attributed File System (AtFS).
atfs-dev   - The Attributed File System (AtFS development libaries).
shapetools - Configuration and Release management using AtFS.
atfs-dev 1.4pl6-2 into dists/potato/main/binary-sparc/devel
atfs 1.4pl6-2 into dists/potato/main/binary-sparc/libs
shapetools 1.4pl6-2 into dists/potato/main/binary-sparc/admin


sipp       - create and render 3-d scenes
sipp-dev   - development library for sipp
sipp-dev 3.1-2 into dists/potato/main/binary-sparc/devel
sipp 3.1-2 into dists/potato/main/binary-sparc/libs


libstringlist-dev - Header files for StringList development.
libstringlist0 - StringList - library for handling misc Enlightenment functions
libstringlist-dev 0.2.1-1 into dists/potato/main/binary-sparc/devel
libstringlist0 0.2.1-1 into dists/potato/main/binary-sparc/libs


libtcp4u3  - The tcp4u portable networking API -- runtime package
libtcp4u3-dev - The tcp4u portable networking API -- development package
libtcp4u3-dev 3.3.1-2 into dists/potato/main/binary-sparc/devel
libtcp4u3 3.3.1-2 into dists/potato/main/binary-sparc/libs


tktable    - Table extension for Tcl/Tk
tktable-dev - Development files for tkTable
tktable-dev 2.3-1 into dists/potato/main/binary-sparc/interpreters
tktable 2.3-1 into dists/potato/main/binary-sparc/interpreters


uqwk       - Offline mail and news reader.
uqwk 1.8-2.1 into dists/potato/main/binary-sparc/comm


vis5d      - Visualizes data made by numerical weather models and similar sour
vis5d-doc  - Documentation for the Vis5D visualization system
vis5d 4.3-2 into dists/potato/main/binary-sparc/math


wvdial     - PPP dialer with built-in intelligence.
wvdial 1.20 into dists/potato/main/binary-sparc/comm


xlogmaster - A programm to monitor logfiles
xlogmaster 1.4.3-1 into dists/potato/main/binary-sparc/admin



Reply to: