[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:

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

adduser    - Add users and groups to the system.
adduser 3.7 -> 3.8 into hamm/hamm/binary-all/base
adduser (3.8) unstable; urgency=low
  * Depend on perl-base instead of perl (16008).
  * Allow single letter names (16200).


ae         - Anthony's Editor -- a tiny full-screen editor
ae 962-11 -> 962-16 into hamm/hamm/binary-sparc/base
ae (962-16) unstable; urgency=low
  * added update alternatives for /usr/bin/editor : bug #13287
  * install /bin/vi with execute permission : bug #14082
  * fixed copyright gzip problem : bug #14371


analog     - Analyzes logfiles from www servers
analog 2.11-5 -> 2.11-6 into hamm/hamm/binary-sparc/web
analog (2.11-6) unstable; urgency=low
  * Got rid of "1" file in diff for once and for all.


auctex     - An integrated environment for writing TeX/LaTeX documents.
auctex 9.7n-2 -> 9.8i-1 into hamm/hamm/binary-all/tex
auctex (9.8i-1) unstable; urgency=low
  * control: auctex matches standards version 2.3.0.1.
  * control: Extended descriptions improved.
  * tex-site.el: Auto generated files are now created under /var instead
    of /usr.
  * auctex-auto-load: Remove auto generated *.el files after *.elc have
    been generated.
  * auctex.cron: Added test to prevent execution in config-files status.
  * postinst: Warn the user upgrading from old version about the new
    location of tex-site.el (#12111); changed old version upgrade test
    (#12111); run_auto_generate is now correctly called.
  * preinst: Warn the user before trying to remove old AucTeX directory
    (#12111).
  * rules: Heavily rewritten; don't compress copyright anymore, fixes bug
    (#14395).
  * New upstream version.
  * New maintainer.


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.0-3 -> 2.01-5 into hamm/hamm/binary-sparc/utils
bash 2.0-3 -> 2.01-5 into hamm/hamm/binary-sparc/base
libreadline2-altdev 2.1-7 into hamm/hamm/binary-sparc/oldlibs
libreadline2 2.1-2 -> 2.1-7 into hamm/hamm/binary-sparc/oldlibs
libreadlineg2-dbg 2.1-7 into hamm/hamm/binary-sparc/devel
libreadlineg2-dev 2.1-7 into hamm/hamm/binary-sparc/devel
libreadlineg2 2.1-7 into hamm/hamm/binary-sparc/base
bash (2.01-5) unstable; urgency=low
  * libreadline 2.1-7
  * libreadline tries INPUTRC if it's set, else _both_ /etc/inputrc and
    ~/.inputrc
  * A better /etc/inputrc.


debhelper  - helper programs for debian/rules
debhelper 0.37 -> 0.50 into hamm/hamm/binary-all/utils
debhelper (0.50) unstable; urgency=low
  * dh_makeshlibs: added -m parameter, which can force the major number
    of the shared library if it is guessed incorrectly.
  * Added dh_testversion to let your package depend on a certian version of
    debhelper to build.
  * dh_{installdirs,installdocs,installexamples,suidregieter,undocumented}:
    behavior modification - any files/directories specified on the command
    line now apply to the first package acted on. This may not be the
    first package listed in debian/control, if you use -p to make it act on
    a given package, or -i or -a.
  * If you take advantage of the above new behavior, I suggest you add
    "dh_testversion 0.50" to your debian/rules.
  * Display a warning message in cases where the above behavior is triggered,
    and debhelper's behavior has altered.
  * I have grepped debian's source packages, and I'm quite sure this
    is not going to affect any packages currently in debian.
  * dh_lib: isnative() now caches its return value, which should optimize
    away several more calls to dpkg-parsechangelog.
  * README: explain a way to embed debhelper generated shell script into a
    perl script.
  * dh_installinit: A hack to work around the problem in getopt(1) that
    led to bug report #16229: Any text specified on the command line that is
    not a flag will be presumed to be part of the -u flag. Yuck.


debhelper  - helper programs for debian/rules
debhelper 0.50 -> 0.51 into hamm/hamm/binary-all/utils
debhelper (0.51) unstable; urgency=low
  * dh_fixperms: make shared libraries non-executable, in accordance with
    policy. (#16644)
  * dh_makeshlibs: introduced a -V flag, which allows you to specify explicit
    version requirements in the shlibs file.
  * dh_{installdirs,installdocs,installexamples,suidregister,undocumented}:
    Added a -A flag, which makes any files/directories specified on the
    command line apply to ALL packages acted on.
  * Updated Standards-Version to latest.


debhelper  - helper programs for debian/rules
debhelper 0.51 -> 0.52 into hamm/hamm/binary-all/utils
debhelper (0.52) unstable; urgency=low
  * dh_compress: compress file belongs in debian/. It was looking in ./
    This has been broken since version 0.30.


debhelper  - helper programs for debian/rules
debhelper 0.52 -> 0.53 into hamm/hamm/binary-all/utils
debhelper (0.53) unstable; urgency=low
  * dh_installmanpages: ignore all man pages installed into debian/tmp
    type directories. (#16933)
  * dh_*: set up alternative name for files like debian/dirs; you may now
    use debian/<mainpackage>.dirs too, for consistency. (#16934)
  * dh_installdocs: if a debian/package.copyright file exists, use it in
    preference to debian/copyright, so subpackages with varying copyrights
    are supported. (#16935)
  * Added dh_movefiles, which moves files out of debian/tmp into subpackages.
    (#16932)


debhelper  - helper programs for debian/rules
debhelper 0.53 -> 0.54 into hamm/hamm/binary-all/utils
debhelper (0.54) unstable; urgency=low
  * dh_lib: no longer call getopt(1) to parse options. I wrote my own
    argument processor in perl.
  * Added long versions of all arguments. TODO: document them.
  * All parameters may now be passed values that include whitespace (ie,
    dh_installinit -u"defaults 10")
  * Now depends on perl (needs Getopt::Long).


diff       - File comparison utilities
diff 2.7-14 -> 2.7-15 into hamm/hamm/binary-sparc/base
diff (2.7-15) unstable; urgency=low
  * general clean up of rules file
  * removed gzip from copyright file : bug#14433


doc-iana   - Internet protocol parameter registry
doc-iana 1997.12-2 -> 1998.01-1 into hamm/hamm/binary-all/doc
doc-iana (1998.01-1) unstable; urgency=low
  * Docs as of 1998-01-10


doc-linux-de - Linux HOWTOs in German
doc-linux-de 97.11-1 -> 98.01-1 into hamm/hamm/binary-all/doc
doc-linux-de (98.01-1) unstable; urgency=low
  * DOS nach Linux HOWTO (v1.3)
  * Distribution HOWTO (v1.8)
  * RPM HOWTO (v2.0.1)
  * dhelp 0.2 support


doc-linux-ja - Linux HOWTOs in Japanese
doc-linux-ja 97.12-1 -> 97.12-2 into hamm/hamm/binary-all/doc
doc-linux-ja (97.12-2) unstable; urgency=low
  * dhelp 0.2 support


doc-linux-sv - Linux HOWTOs in Swedish language
doc-linux-sv 97.12-1 -> 97.12-2 into hamm/hamm/binary-all/doc
doc-linux-sv (97.12-2) unstable; urgency=low
  * dhelp 0.2 support


doc-linux-zh - Linux HOWTOs in Chinese
doc-linux-zh 97.12-1 -> 97.12-2 into hamm/hamm/binary-all/doc
doc-linux-zh (97.12-2) unstable; urgency=low
  * dhelp 0.2 support


doc-linux  - Linux FAQ and mini-HOWTOs.
doc-linux-html - Linux HOWTOs in html format
doc-linux-text - Linux HOWTOs in plain text format
doc-linux-html 97.12-1 -> 98.01-1 into hamm/hamm/binary-all/doc
doc-linux-text 97.12-1 -> 98.01-1 into hamm/hamm/binary-all/doc
doc-linux 97.12-1 -> 98.01-1 into hamm/hamm/binary-all/doc
doc-linux (98.01-1) unstable; urgency=low
  * Changed debian/control so that doc-linux-text no longer
    'Recommends: www-browser' (fixes #16351)
  * New Linux-FAQs as of $Date: 1998/01/06 06:16:26 $
  * HOWTOs that are new or updated since the last release on December 23:
    CD-Writing Commercial Consultants DNS Emacspeak HOWTO-INDEX INDEX
    Optical-Disk Parallel-Processing Reading-List Tips User-Group VAR
  * mini-HOWTOs that are new or updated since the last release on December 23:
    Battery-Powered BogoMips Bridge+Firewall Cable-Modem DHCPcd
    DPT-Hardware-RAID INDEX IO-Port-Programming LBX Leased-Line
    News-Leafsite Pre-Installation-Checklist Public-Web-Browser
    Software-Building Software-RAID Update Xterm-Title


doc-rfc    - Important RFCs
doc-rfc 1997.12-2 -> 1998.01-1 into hamm/hamm/binary-all/doc
doc-rfc (1998.01-1) unstable; urgency=low
  * Docs as of 1998-01-10
  * README added. Generator revamped.


docbook-doc - Documentation for the DocBook DTD.
docbook-doc 30d10-1 -> 30d10-2 into hamm/hamm/binary-all/text
docbook-doc (30d10-2) unstable; urgency=low
  * rebuild HTML pages with docbook-stylesheets 1.01


docbook-stylesheets - Stylesheets for printing and converting DocBook documents.
docbook-stylesheets 0.96-1 -> 1.01-1 into hamm/hamm/binary-all/text
docbook-stylesheets (1.01-1) unstable; urgency=low
  * new upstream version


idutch     - The dutch dictionary for ispell, in new (August 1996) spelling.
wdutch     - List of Dutch words in new (August 1996) spelling.
idutch 0.1c-1 -> 0.1e-1 into hamm/hamm/binary-i386/text
wdutch 0.1c-1 -> 0.1e-1 into hamm/hamm/binary-all/text
dutch (1:0.1e-1) unstable; urgency=low
  * New upstream version.
  * Dropped all patches outside debian/ directory.
    (Fixed in upstream version)
  * Corrected count:Roots entry in substvars.
  * Hm, previous changelog date was wrong, should be 1 Dec.


exmh       - An X user interface for MH mail.
exmh 2.0zeta-3 -> 2.0-1 into hamm/hamm/binary-all/mail
exmh (1:2.0-1) unstable; urgency=low
  * New upstream release


faqomatic  - Online interactive FAQ cgi
faqomatic 2.402-3 -> 2.402-4 into hamm/hamm/binary-all/web
faqomatic (2.402-4) unstable; urgency=low, closes=16645
  * Updated dependancies since CGI.pm was provided by the CGI-modules
    package before perl 5.004 (Bug #16645)


findutils  - utilities for finding files--find, xargs, and locate
findutils 4.1-12 -> 4.1-25.1 into hamm/hamm/binary-sparc/base
findutils (4.1-25.1) unstable; urgency=low
  * removed strdup & strstr prototype declarations to be able to compile
    for glibc-2.1 [sparc]


grep       - GNU grep, egrep and fgrep.
grep 2.1-3 -> 2.1-4 into hamm/hamm/binary-sparc/base
grep (2.1-4) unstable; urgency=low
  * Hardlink [ef]grep to grep binary again


gzip       - The GNU compression utility.
gzip 1.2.4-14 -> 1.2.4-19 into hamm/hamm/binary-sparc/base
gzip (1.2.4-19) unstable; urgency=low
  * change dependency to Pre-Depends, to keep dpkg from getting hosed during
    libc6 upgrades.  Closes 15091.
  * switch from debmake to debhelper.  In the process, closes 15412.


ldso       - The Linux dynamic linker, library and utilities.
libdl1-altdev - The Linux dynamic linker library (alternative dev files).
ldso 1.9.6-2 -> 1.9.6-2.0.1 into hamm/hamm/binary-sparc/base
libdl1-altdev 1.9.6-2 -> 1.9.6-2.0.1 into hamm/hamm/binary-sparc/oldlibs
ld.so (1.9.6-2.0.1) unstable; urgency=low
  * Non-maintainer Sparc-specific release
  * Corrected (I hope) problems when doing ldd with libc5-compiled
    binaries on Sparc


lg-base    - Shared files for the Linux Gazette.
lg-base 23-2 -> 23-3 into hamm/hamm/binary-all/doc
lg-base (23-3) unstable; urgency=low
  * remove build-stamp file from /usr/doc/lg
  * don't leave backup foo~ files floating around (thanks Chris)


lg-base    - Shared files for the Linux Gazette.
lg-base 23-3 -> 24-1 into hamm/hamm/binary-all/doc
lg-base (24-1) unstable; urgency=low
  * new upstream release
  * make fixlinks executable - it was lost in the diff (fixes 16818, 16833)


lg-issue12 - Issue 12 of the Linux Gazette.
lg-issue12 1-4 -> 1-5 into hamm/hamm/binary-all/doc
lg-issue12 (1-5) unstable; urgency=low
  * Fixed postrm


lg-issue13 - Issue 13 of the Linux Gazette.
lg-issue13 1-3 -> 1-4 into hamm/hamm/binary-all/doc
lg-issue13 (1-4) unstable; urgency=low
  * Fixed postrm


lg-issue14 - Issue 14 of the Linux Gazette.
lg-issue14 1-5 -> 1-6 into hamm/hamm/binary-all/doc
lg-issue14 (1-6) unstable; urgency=low
  * Fixed postrm


lg-issue15 - Issue 15 of the Linux Gazette.
lg-issue15 1-5 -> 1-6 into hamm/hamm/binary-all/doc
lg-issue15 (1-6) unstable; urgency=low
  * Fixed postrm


lg-issue22 - Issue 22 of the Linux Gazette.
lg-issue22 1-1 -> 2-1 into hamm/hamm/binary-all/doc
lg-issue22 (2-1) unstable; urgency=low
  * New upstream release (removes duplicated file)


libc5      - The Linux C library version 5 (run-time libraries).
libc5-altdev - The Linux C library version 5 (alternative dev files).
libc5-altdbg - The Linux C library version 5 (alternative debug files).
libc5-altdbg 5.3.12-1a.1 -> 5.3.12-1a.2 into hamm/hamm/binary-sparc/oldlibs
libc5-altdev 5.3.12-1a.1 -> 5.3.12-1a.2 into hamm/hamm/binary-sparc/oldlibs
libc5 5.3.12-1a.1 -> 5.3.12-1a.2 into hamm/hamm/binary-sparc/base
libc5 (5.3.12-1a.2) unstable; urgency=low
  * Added `/usr/lib/libc5-compat' and `/lib/libc5-compat'
    to /etc/ld.so.conf


libgdbm1   - GNU dbm database routines (runtime version). [libc5 compat]
libgdbm1-altdev - GNU dbm database routines (development files) [libc5 compat]
libgdbm1-altdev 1.7.3-22 into hamm/hamm/binary-sparc/devel
libgdbm1 1.7.3-19 -> 1.7.3-22 into hamm/hamm/binary-sparc/base
libgdbm (1.7.3-22) unstable; urgency=low
  * debian/control: libgdbm1-altdev should depend on libc5-altdev, *not*
    libc5-dev.
  * debian/rules: put links for .so files in i486-linuxlibc1/lib so the
    compiler finds them, as well as the linker.


libtool    - Generic library support script.
libtool 1.0c-1 -> 1.0h-1 into hamm/hamm/binary-all/devel
libtool (1.0h-1) unstable; urgency=low, closes=15938 14187 15592
  * new upstream release (closes Bug#15938 Bug#14187).
  * do a make install instead of installing by hand (closes Bug#15592)


lynx       - Text-mode WWW Browser
lynx 2.7.1-1 -> 2.7.1-3.1 into hamm/hamm/binary-sparc/web
lynx (2.7.1-3.1) unstable; urgency=low
  * Non-maintainer release.
  * Fix security hole in postinst. (#11771)
  * Libc6 compile.


makedev    - Creates special device files in /dev.
makedev 1.5-4 -> 1.6-28 into hamm/hamm/binary-sparc/base
makedev (1.6-28) unstable; urgency=low
  * new maintainer


procmail-lib - A library of useful procmail recipes.
procmail-lib 1995.08.28-2 -> 1995.08.28-3 into hamm/hamm/binary-all/mail
procmail-lib (1:1995.08.28-3) unstable; urgency=low
  * Update standards version.  Fixes bug #16759


screen     - A screen manager with VT100/ANSI terminal emulation.
screen 3.7.4-3 -> 3.7.4-4 into hamm/hamm/binary-i386/misc
screen 3.7.4-4 into hamm/hamm/binary-sparc/misc
screen (3.7.4-4) unstable; urgency=low
  * Changed upstream changelog name (ChangeLog.gz -> changelog.gz)
  * Changed sockets from /tmp to /var/run (closes:Bug#6487)
  * New Standards-Version: 2.3.0.1
  * Changed behaviour of backspace key (now sends `DEL' == 0177)


shellutils - The GNU shell programming utilities.
shellutils 1.16-1 -> 1.16-6 into hamm/hamm/binary-sparc/base
shellutils (1.16-6) unstable; urgency=low
  * Fixed typo in german translation (#12670)
  * Added "cewt" and "cest" timezones to lib/getdate.y
  * Moved /usr/bin/sleep to /bin/sleep to match POSIX


signify    - Automatic, semi-random ".signature" rotator/generator
signify 1.03-1 -> 1.03-2 into hamm/hamm/binary-all/mail
signify (1.03-2) unstable; urgency=low
  * Added changelog.Debian file (Bug#16266)
  * Compressed examples


tkirc      - Tcl/Tk based client to the Internet Relay Chat
tkirc 1.137-1 -> 1.151-1 into hamm/hamm/binary-all/net
tkirc (1.151-1) unstable; urgency=low, closes=16492
  * New upstream release
  * Changed position of menu file (Bug#16492)


tkirc      - Tcl/Tk based client to the Internet Relay Chat
tkirc 1.151-1 -> 1.151-2 into hamm/hamm/binary-all/net
tkirc (1.151-2) unstable; urgency=low, closes=16765
  * Corrected Standards-Version to 2.3.0.1 (Bug#16765)
  * Updated menu file
  * Updated example scripts from atte's homepage


tkps       - An X-based process management tool which generates output using
tkps 1.9 -> 1.12 into hamm/hamm/binary-all/utils
tkps (1.12) unstable; urgency=LOW
  * Add current time/date indicator to menu bar
  * Add process sort options


update     - daemon to periodically flush filesystem buffers.
update 1.2-1 -> 1.3-2 into hamm/hamm/binary-sparc/base
update (1.3-2) unstable; urgency=low
  * Use $(STRIP) instead of strip, needed for dpkg-cross (#12001)


xaw-wrappers - allow use of programs with xaw replacements
xaw-wrappers 0.13 -> 0.14 into hamm/hamm/binary-all/x11
xaw-wrappers (0.14) unstable; urgency=low
  * I accidentially uploaded 2 version 0.13's, so this is a reupload to
    merge the two.
  * Now if /etc/xaw-wrappers.conf contains a line of the form
    "filename,NONE", any previous lines referencing this file will be
    ignored. (Useful if you install something locally and don't want the
    wrapper to be created, or if you just don't want something wrapped.)


zlib1      - compression library - runtime (for libc5)
zlib1-altdev - compression library - development (for libc5)
zlib1g     - compression library - runtime
zlib1g-dev - compression library - development
zlib1-altdev 1.0.4-7.1 into hamm/hamm/binary-sparc/oldlibs
zlib1 1.0.4-7 -> 1.0.4-7.1 into hamm/hamm/binary-sparc/libs
zlib1g-dev 1.0.4-7.1 into hamm/hamm/binary-sparc/devel
zlib1g 1.0.4-7.1 into hamm/hamm/binary-sparc/libs
zlib (1:1.0.4-7.1) unstable; urgency=low
  * Updated for libc6
  * Compiled with -D_REENTRANT.
  * Non mantainer release.


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

binstats   - Statistics tool for installed programs
binstats 1.00-2 into hamm/hamm/binary-sparc/utils


cdwrite    - CD writing tool for Orange Book CD-R drives
cdwrite 2.0-2 into hamm/hamm/binary-sparc/otherosfs


cvs        - Concurrent Versions System -- an RCS extension
cvs-pcl    - Concurrent Versions System Emacs extension (pcl-cvs)
cvs 1.9.10+openbsd-2 into hamm/hamm/binary-sparc/devel


devscripts - Scripts to make the life of a Debian Package maintainer easier.
devscripts 1.1 into hamm/hamm/binary-sparc/utils


dosfstools - Utilities to create and check MS-DOS FAT filesystems
dosfstools 1.0-9.1 into hamm/hamm/binary-sparc/otherosfs


eject      - ejects CDs and operates CD-Changers under Linux
eject 1.5-5 into hamm/hamm/binary-sparc/misc


electric-fence - A malloc(3) debugger
electric-fence 2.0.5-4 into hamm/hamm/binary-sparc/devel


emacs      - The GNU Emacs editor.
emacs-el   - GNU Emacs LISP (.el) files.
emacs 19.34-13 into hamm/hamm/binary-sparc/editors


epic4      - EPIC is the Enhanced Programmable IRC-II Client.
epic4 pre1.040-1 into hamm/hamm/binary-sparc/net


fmirror    - memory efficient ftp mirror program
fmirror 0.8.2-1 into hamm/hamm/binary-sparc/net


gmp2       - Multiprecision arithmetic library
gmp2-dev   - Multiprecision arithmetic library developers tools.
gmp2-dev 2.0.2-4 into hamm/hamm/binary-sparc/devel
gmp2 2.0.2-4 into hamm/hamm/binary-sparc/libs


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-1 into hamm/hamm/binary-sparc/misc
libgpm1-altdev 1.13-1 into hamm/hamm/binary-sparc/devel
libgpm1 1.13-1 into hamm/hamm/binary-sparc/libs
libgpmg1-dev 1.13-1 into hamm/hamm/binary-sparc/devel
libgpmg1 1.13-1 into hamm/hamm/binary-sparc/libs


hextype    - Hexdump according to the old DOS Debug output format
hextype 3.0-5 into hamm/hamm/binary-sparc/utils


hfsutils   - Tools for reading and writing Macintosh volumes.
hfsutils 3.1-1 into hamm/hamm/binary-sparc/otherosfs


intercal   - ick - Compiler for the Intercal language
intercal 0.16-1 into hamm/hamm/binary-sparc/interpreters


ircd       - Undernet IRC Server
ircd 2.10.01-2 into hamm/hamm/binary-sparc/net


lg-issue24 - Issue 24 of the Linux Gazette.
lg-issue24 1-1 into hamm/hamm/binary-all/doc


libgdbmg1  - GNU dbm database routines (runtime version). [libc6 version]
libgdbmg1-dev - GNU dbm database routines (development files) [libc6 version]
libgdbmg1-dev 1.7.3-21 into hamm/hamm/binary-sparc/devel
libgdbmg1 1.7.3-21 into hamm/hamm/binary-sparc/devel


lxtools    - Allows file management on HP100/200LX palmtops.
lxtools 1.1-3 into hamm/hamm/binary-sparc/otherosfs


macutils   - Set of tools to deal with specially encoded Macintosh files
macutils 2.0b3-4 into hamm/hamm/binary-sparc/otherosfs


mkisofs    - CD-ROM authoring tool. Creates CD-ROM filesystem images.
mkisofs 1.11-2 into hamm/hamm/binary-sparc/otherosfs


ncsa       - Small featureless NCSA Webserver
ncsa 1.4.2-7 into hamm/hamm/binary-sparc/web


netcat     - netcat TCP/IP swiss army knife
netcat 1.10-3.1 into hamm/hamm/binary-sparc/net


pax        - Portable Archive Interchange
pax 1.5-1 into hamm/hamm/binary-sparc/utils


ppp        - Point-to-Point Protocol (PPP) daemon.
ppp 2.3.2-1 into hamm/hamm/binary-sparc/net


rcs        - The GNU Revision Control System
rcs 5.7-7 into hamm/hamm/binary-sparc/devel


redir      - redir tcp port redirection
redir 0.7-3.1 into hamm/hamm/binary-sparc/net


rsync      - fast remote file copy program (like rcp)
rsync 1.6.8-2 into hamm/hamm/binary-sparc/net


sendfile   - Simple Asynchronous File Transfer
sendfile 1.6-2 into hamm/hamm/binary-sparc/net


sgml-tools - SGML tools
sgml-tools 0.99.7-3.1 into hamm/hamm/binary-sparc/text


sirc       - The full-featured Perl IRC client
sirc 2.210-1 into hamm/hamm/binary-sparc/net


snmp       - CMU SNMP (Simple Network Management Protocol) Agent and Apps.
snmp 3.4-2 into hamm/hamm/binary-sparc/net


spamfilter - Filter spam from incoming mail
spamfilter 0.3.0-1 into project/experimental


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-1 into hamm/hamm/binary-sparc/devel
tcl8.0 8.0p2-1 into hamm/hamm/binary-sparc/libs


time       - The GNU time command.
time 1.7-1 into hamm/hamm/binary-sparc/utils


tinyirc    - A _Tiny_ IRC Client
tinyirc 1.1-2 into hamm/hamm/binary-sparc/net


tmpreaper  - Cleans up files in directories based on their age
tmpreaper 1.4.1-3 into hamm/hamm/binary-sparc/admin


tree       - displays directory tree, in color
tree 1.2-4 into hamm/hamm/binary-sparc/utils



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-changes-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: