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

New Debian alpha Packages



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

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

xboing     - Blockout game for X
xboing 2.4-9.1 -> 2.4-12 into dists/slink/main/binary-alpha/games
xboing (2.4-12) unstable; urgency=medium
  * Installed a workaround for a DISPLAY overrun security hole, that could
    get you access to the games group (#26003).


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

alien      - Install Red Hat, Stampede, and Slackware Packages with dpkg.
alien 6.13 -> 6.14 into dists/slink/main/binary-all/admin
alien (6.14) unstable; urgency=low
  * Die early if converting to a .deb and not root. Debhelper command will
    cause it to die later on, anyway. (#25775)


alien      - Install Red Hat, Stampede, and Slackware Packages with dpkg.
alien 6.14 -> 6.15 into dists/slink/main/binary-all/admin
alien (6.15) unstable; urgency=low
  * Fixed a bug converting slp -> rpm, where filenames in the generated
    filelist didn't start with "/".


at         - Delayed job execution and batch processing
at 3.1.8-2.1 -> 3.1.8-2.1.1 into dists/slink/main/binary-alpha/admin
at (3.1.8-2.1.1) unstable; urgency=low
  * Non maintainer upload.
    config.{guess,sub} changed to recognize a Arm architecture.


autoconf   - automatic configure script builder.
autoconf 2.12-8 -> 2.12-9 into dists/slink/main/binary-all/devel
autoconf (2.12-9) unstable; urgency=low
  * updated standard.texi, make-stds.texi, maintain.texi
  * updated config.guess, config.sub


bsdgames-nonfree - collection of text games from BSD systems - nonfree
bsdgames-nonfree 2.1-3 -> 2.3-2 into dists/slink/non-free/binary-alpha/games
bsdgames-nonfree (2.3-2) unstable; urgency=low
  * Fixed == bashism.


bsdgames-nonfree - collection of text games from BSD systems - nonfree
bsdgames-nonfree 2.3-2 -> 2.3-3 into dists/slink/non-free/binary-alpha/games
bsdgames-nonfree (2.3-3) unstable; urgency=low
  * Make NEWS be a symlink to the upstream changelog, so the file name is
    preserved.


bsdgames   - collection of text games from BSD systems
bsdgames 2.1-3 -> 2.3-1 into dists/slink/main/binary-alpha/games
bsdgames (2.3-1) unstable; urgency=low
  * New upstream release, that fixes a file in /tmp security hole in sail
    and also integrates many security fixes from OpenBSD intended to let the
    games run sgid games.
  * Given those fixes, I've re-enabled the sgid games bit on the games
    that need it, and removed the README.Debian about this.
  * Reworked how configure script is run, following the author's new docs in
    PACKAGING.
  * Applied patch from upstream to fix #25933, segfault in number if given a
    negative value.
  * Re-enabled bell in robots, it seems to work ok in an xterm now.


bsdgames   - collection of text games from BSD systems
bsdgames 2.3-1 -> 2.3-2 into dists/slink/main/binary-alpha/games
bsdgames (2.3-2) unstable; urgency=low
  * Make NEWS be a symlink to the upstream changelog, so the file name is
    preserved.


data-dumper - Store and retrieve perl data structures
data-dumper 2.07-1.1 -> 2.09-0 into dists/slink/main/binary-all/base
data-dumper (2.09-0) unstable; urgency=low
  * Non maintainer release of upstream update.


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.10-1.1 into dists/slink/main/binary-alpha/devel
libdb2++-dev 2.4.10-1 -> 2.4.10-1.1 into dists/slink/main/binary-alpha/devel
libdb2++ 2.4.10-1 -> 2.4.10-1.1 into dists/slink/main/binary-alpha/libs
libdb2-dbg 2.4.10-1 -> 2.4.10-1.1 into dists/slink/main/binary-alpha/devel
libdb2-dev 2.4.10-1 -> 2.4.10-1.1 into dists/slink/main/binary-alpha/devel
libdb2 2.4.10-1 -> 2.4.10-1.1 into dists/slink/main/binary-alpha/libs
db (2.4.10-1.1) unstable; urgency=low
  * Non maintainer upload.
    config.{guess,sub} changed to recognize a Arm architecture.


debhelper  - helper programs for debian/rules
debhelper 1.1.9 -> 1.1.10 into dists/slink/main/binary-all/devel
debhelper (1.1.10) unstable; urgency=low
  * It's come to my attention that a few packages use filename globbing in
    debian/{docs,examples,whatever} files and expect that to work. It used
    to work before the perl conversion, but it was never _documented_, or
    intented to work. If you use this in your packages, they are broken and
    need fixing (and will refuse to build with current versions of debhelper).
    I apologize for the inconvenience.
  * dh_clean: fixed a bug, intorduced in version 1.1.8, where it didn't
    remove debian/files properly.
  * dh_shlibdeps, dh_testdir, dh_testroot, dh_testversion: converted to perl.
  * Encode the version of debhelper in a sepererate file, so dh_testversion
    doesn't have to be generated when a new version of debhelper is built.
  * Removed bogus menu file.


debhelper  - helper programs for debian/rules
debhelper 1.1.10 -> 1.1.11 into dists/slink/main/binary-all/devel
debhelper (1.1.11) unstable; urgency=low
  * dh_installchangelogs: added -k flag, that will make it install a symlink
    to the original name of the upstream changelog.


debhelper  - helper programs for debian/rules
debhelper 1.1.8 -> 1.1.9 into dists/slink/main/binary-all/devel
debhelper (1.1.9) unstable; urgency=low
  * dh_fixperms: has been removing the +x bits of all doc/*/examples/* files
    since version 0.97 or so. Fixed.


debianutils - Miscellaneous utilities specific to Debian.
debianutils 1.9 -> 1.10 into dists/slink/main/binary-alpha/base
debianutils (1.10) unstable; urgency=low
  * Corrections to tempfile.1, fixes: #20785, #22347.
  * Corrections to mktemp.1, fixes: #20814.
  * Fix mkboot's lilo.conf when making boot disk, fixes: #22831.
  * Turn set -x off (oops!), fixes: #23114.
  * run-parts: fix error message, fixes: #24232.
  * savelog: don't destroy .0 file timestamps, fixes: #21373.


docbook-stylesheets - Modular DocBook stylesheets, for print and HTML
docbook-stylesheets 1.09-1 -> 1.10-1 into dists/slink/main/binary-all/text
docbook-stylesheets (1.10-1) unstable; urgency=low
  * new upstream version


dpkg-http  - Multiple URL access method for dselect
dpkg-http 0.15 -> 0.18 into dists/slink/main/binary-all/admin
dpkg-http (0.18) unstable; urgency=low
  * README.Debian updated.
  * Proxy authorization patch documented.


emacs20    - The GNU Emacs editor.
emacs20-el - GNU Emacs LISP (.el) files.
emacs20 20.2-7 -> 20.2-8 into dists/slink/main/binary-alpha/editors
emacs20 (20.2-8) unstable; urgency=low
  * Regenerate .elc files for .el files we've modified.  I didn't realize
    that some of the .elc files were in the upstream tar file.  Hope this
    doesn't break anything.  We haven't been using our sendmail and
    message modifications until now.  (Closes: Bug#21079).
  * Fix i386ism in debian scripts use "dpkg --print-architecture"
    instead. (Closes: Bug#20548).
  * Fixed reference in README.add-on-package-maintainers
    (Closes: Bug#23445)
  * Fix some alpha problems (Closes: Bug#21834).
  * Had to add Replaces: emacs20 to emacs20-el to fix problem with
    copyright files being in the wrong package (Closes: Bug#21531).


gltt-bin   - sample programs using gltt
gltt2      - library to read and draw TrueType fonts in OpenGL programs
gltt2-dev  - development kit for gltt
gltt-bin 1.7-3 -> 2.0-2 into dists/slink/main/binary-alpha/libs
gltt2-dev 2.0-2 into dists/slink/main/binary-alpha/devel
gltt2 2.0-2 into dists/slink/main/binary-alpha/libs
gltt (2.0-2) unstable; urgency=low
  * Fixed == bashism.


gnome-core - Common files for Gnome core apps and help browser
gnome-desktop - The Gnome desktop customization utilities
gnome-panel - Launch and/or dock Gnome applications
gnome-session - The Gnome Session Manager
gnome-terminal - The Gnome terminal emulator application
gnome-core 0.20-1 -> 0.28-1 into dists/slink/main/binary-alpha/x11
gnome-desktop 0.20-1 -> 0.28-1 into dists/slink/main/binary-alpha/x11
gnome-panel 0.20-1 -> 0.28-1 into dists/slink/main/binary-alpha/x11
gnome-session 0.20-1 -> 0.28-1 into dists/slink/main/binary-alpha/x11
gnome-terminal 0.20-1 -> 0.28-1 into dists/slink/main/binary-alpha/x11
gnome-core (0.28-1) unstable; urgency=low
  * New upstream release.


gnome-card-games - Gnome card games - Solitaire games (FreeCell, Klondike, Spider, e
gnome-gnobots - Gnome version of text based robots game for BSD games collection
gnome-gnomine - Classic find the mines in the minefield game (from Gnome)
gnome-gnothello - Gnome version of Othello (Reversi) board game
gnome-gyahtzee - Gnome version of Yahtzee Dice Game
gnome-mahjongg - Classic Chinese Tile Game (from Gnome)
gnome-same-gnome - The "Same Game" puzzle (from Gnome)
gnome-scottfree - A Scott Adams game player (from Gnome)
gnome-card-games 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/games
gnome-gnobots 0.27-1 into dists/slink/main/binary-alpha/games
gnome-gnomine 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/games
gnome-gnothello 0.27-1 into dists/slink/main/binary-alpha/games
gnome-gyahtzee 0.27-1 into dists/slink/main/binary-alpha/games
gnome-mahjongg 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/games
gnome-same-gnome 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/games
gnome-scottfree 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/games
gnome-games (0.27-1) unstable; urgency=low
  * New upstream version.


gnome-guile - Guile-Gtk scheme interpreter (part of Gnome)
libguilegtk-dev - Dev libraries for Guile-Gtk scheme interpreter (part of Gnome)
libguilegtk0 - Libraries for Guile-Gtk scheme interpreter (part of Gnome)
gnome-guile 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/interpreters
libguilegtk-dev 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libguilegtk0 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/libs
gnome-guile (0.27-1) unstable; urgency=low
  * New usptream release.


gnome-hello - The Gnome "Hello World" examples
libgnome-dev - The Gnome libraries -- development package
libgnome0  - The Gnome libraries
libgtktty-dev - The Gnome gtktty (Terminal) widget -- development package
libgtktty0 - The Gnome gtktty (Terminal) widget
libgtkxmhtml-dev - The Gnome gtkxmhtml (HTML) widget -- development package
libgtkxmhtml0 - The Gnome gtkxmhtml (HTML) widget
libzvt-dev - The Gnome zvt (zterm) widget -- development package
libzvt0    - The Gnome zvt (zterm) widget
gnome-hello 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libgnome-dev 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libgnome0 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libgtktty-dev 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libgtktty0 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libgtkxmhtml-dev 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libgtkxmhtml0 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libzvt-dev 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libzvt0 0.26-1 -> 0.27-1 into dists/slink/main/binary-alpha/libs
gnome-libs (0.27-1) unstable; urgency=low
  * New upstream release.


gnome-hello - The Gnome "Hello World" examples
libgnome-dev - The Gnome libraries -- development package
libgnome0  - The Gnome libraries
libgtktty-dev - The Gnome gtktty (Terminal) widget -- development package
libgtktty0 - The Gnome gtktty (Terminal) widget
libgtkxmhtml-dev - The Gnome gtkxmhtml (HTML) widget -- development package
libgtkxmhtml0 - The Gnome gtkxmhtml (HTML) widget
libzvt-dev - The Gnome zvt (zterm) widget -- development package
libzvt0    - The Gnome zvt (zterm) widget
gnome-hello 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libgnome-dev 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libgnome0 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libgtktty-dev 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libgtktty0 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libgtkxmhtml-dev 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libgtkxmhtml0 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libzvt-dev 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/devel
libzvt0 0.27-1 -> 0.27-2 into dists/slink/main/binary-alpha/libs
gnome-libs (0.27-2) unstable; urgency=low
  * Patched to fix argp handling problem which caused programs running
    under gnome-session to dump core.


gnome-media - Gnome Media Utilities (gmix, gtcd)
gnome-media 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/sound
gnome-media (0.27-1) unstable; urgency=low
  * New upstream release.


libobgnome-dev - Objective-C - Gnome bindings -- development package
libobgnome0 - Objective-C - Gnome bindings
libobgtk-dev - Objective-C - Gtk bindings -- development package
libobgtk1  - Objective-C - Gtk bindings
libobgnome-dev 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libobgnome0 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/libs
libobgtk-dev 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/devel
libobgtk1 0.20-1 -> 0.27-1 into dists/slink/main/binary-alpha/libs
gnome-objc (0.27-1) unstable; urgency=low
  * New upstream release.


gnome-utils - Gnome Utilities (gtop, gtt, gedit, ghex, gnomecal, and more)
gnome-utils 0.20-1 -> 0.28-1 into dists/slink/main/binary-alpha/utils
gnome-utils (0.28-1) unstable; urgency=low
  * New upstream release.


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.11-2 into dists/slink/main/binary-alpha/devel
libgtkmm 0.9.2-1 -> 0.9.11-2 into dists/slink/main/binary-alpha/libs
gtkmm (0.9.11-2) unstable; urgency=low
  * Bug fix (src/build_sources/gtk--sigproxy.h.m4):
    Added CS_SIGNAL_PROXY_IMP([$1],cb,).
    Reported by NAGY Andras <nagya@telnet.hu>.


ipac       - IP accounting configuration and statistics tool
ipac 0.97-2 -> 0.99-1 into dists/slink/main/binary-all/net
ipac (0.99-1) unstable; urgency=low
  * New upstream release


lg-base    - Shared files for the Linux Gazette.
lg-base 31-1 -> 31-2 into dists/slink/main/binary-all/doc
lg-base (31-2) unstable; urgency=low
  * re-upload to use pristine source


lha        - lzh archiver
lha 1.00-6 -> 1.14c-0 into dists/slink/non-free/binary-alpha/utils
lha (1.14c-0) unstable; urgency=low
  * New upstream release. Thanks to Atsushi KAMOSHIDA <kamop@debian.or.jp> for pointing this out.


libpcap-dev - Development library for libpcap.
libpcap0   - System interface for user-level packet capture.
libpcap-dev 0.4a6-2 -> 0.4a6-2.1 into dists/slink/main/binary-alpha/devel
libpcap0 0.4a6-2 -> 0.4a6-2.1 into dists/slink/main/binary-alpha/libs
libpcap (0.4a6-2.1) unstable; urgency=low
  * Non maintainer upload.
    config.{guess,sub} changed to recognize a Arm architecture.


libtool    - Generic library support script.
libtool 1.0h-5 -> 1.2-1 into dists/slink/main/binary-all/devel
libtool (1.2-1) unstable; urgency=low
  * new upstream release.


lilypond   - The GNU Project music typesetter.
lilypond 0.1.42-1 -> 1.0.2-1 into dists/slink/main/binary-alpha/tex
lilypond (1.0.2-1) unstable; urgency=low
  * New upstream release.


megahal    - a conversation simulator that can learn as you talk to it
megahal 8.6-4 -> 8.6-5 into dists/slink/main/binary-alpha/misc
megahal (8.6-5) unstable; urgency=low
  * Tried to fix bug #25729, a problem with non-static initializers.


mime-support - MIME files 'mime.types' & 'mailcap', and support programs
mime-support 2.17-1 -> 3.0-1 into dists/slink/main/binary-all/net
mime-support (3.0-1) unstable; urgency=low
  * complete redesign (#25516, #22377, #7860)
  * added new mime types (#24151, #25036)
  * moved run-mailcap man page (#25130)


modutils   - Linux module utilities.
modutils 2.1.85-11 -> 2.1.85-16 into dists/slink/main/binary-alpha/base
modutils (2.1.85-16) unstable; urgency=low
  * Resynced my home and work sources:
    - add video to the list of modules-directories
    - add alias for binfmt-java module
    - Use our own kerneld.h when compiling
    - Actually install kerneld.h
    - Fix preinst to divert correctly
  * Fix typo in update-modules.8
  * Fix (hopefully last) bit of m68k architecture-support
  * Added some aliases for network protocols
  * Fix test for noauto in /etc/modules in postinst


nethack    - Text-based/X11 overhead view D&D-style adventure game
nethack 3.2.2-11 -> 3.2.2-12 into dists/slink/main/binary-alpha/games
nethack (3.2.2-12) unstable; urgency=low
  * Made postinst really anal on checks for upgrades from old versions,
    to make all permissions correct. (Fixes: #25881, #19588)
  * Converted debian/rules to debhelper. (Fixes: #14492)
  * /var/lib/games/nethack/{record,logfile,perm} are no longer conffiles,
    and the management of them has moved to the postinst/postrm scripts.
  * Enabled tiles by default when running with X enhancements.
  * Created xnethack script to run the X-based nethack.
  * Disabled the mail daemon mail-check in X-based nethack, as it
    could cause nethack to freeze if run from the menu entry (as
    opposed to from within an xterm).


nmh        - A set of electronic mail handling programs.
nmh 0.24-6 -> 0.27-0.28-pre3-1 into dists/slink/main/binary-alpha/mail
nmh (0.27-0.28-pre3-1) unstable; urgency=low
  * New upstream release.


picon-domains - Picon (Personal Images) database of for Internet domain logos.
picon-domains 1998.08.05-1 -> 1998.08.21-1 into dists/slink/contrib/binary-all/graphics
picon-domains (1998.08.21-1) unstable; urgency=low
  * New upstream release.


picon-misc - Picon (Personal Images) database of common accounts and misc.
picon-misc 1998.06.13-1 -> 1998.08.19-1 into dists/slink/contrib/binary-all/graphics
picon-misc (1998.08.19-1) unstable; urgency=low
  * New upstream release.


picon-news - Picon (Personal Images) db of Usenet newsgroups and hierarchies
picon-news 1998.07.24-1 -> 1998.08.19-1 into dists/slink/contrib/binary-all/graphics
picon-news (1998.08.19-1) unstable; urgency=low
  * New upstream release.


picon-unknown - Picon (Personal Images) database for very high-level domains
picon-unknown 1998.06.13-1 -> 1998.08.19-1 into dists/slink/contrib/binary-all/graphics
picon-unknown (1998.08.19-1) unstable; urgency=low
  * New upstream release.


pstotext   - Extract text from PostScript and PDF files.
pstotext 1.6-6 -> 1.7-3 into dists/slink/main/binary-alpha/text
pstotext (1.7-3) unstable; urgency=low
  * Updated for the new mime-support.
  * Fixed Barrie's surname in the changelog.


librpm1    - RPM shared library
librpm1-dev - RPM shared library, development kit
rpm        - Red Hat Package Manager
librpm1-dev 2.5.1-2 -> 2.5.1-3 into dists/slink/main/binary-alpha/admin
librpm1 2.5.1-2 -> 2.5.1-3 into dists/slink/main/binary-alpha/admin
rpm 2.5.1-2 -> 2.5.1-3 into dists/slink/main/binary-alpha/admin
rpm (2.5.1-3) unstable; urgency=low
  * config.{guess|sub} changed to recognize a Arm architecture, patch from
    Turbo Fredriksson <turbo@tripnet.se>


librpm1    - RPM shared library
librpm1-dev - RPM shared library, development kit
rpm        - Red Hat Package Manager
librpm1-dev 2.5.1-3 -> 2.5.1-4 into dists/slink/main/binary-alpha/admin
librpm1 2.5.1-3 -> 2.5.1-4 into dists/slink/main/binary-alpha/admin
rpm 2.5.1-3 -> 2.5.1-4 into dists/slink/main/binary-alpha/admin
rpm (2.5.1-4) unstable; urgency=low
  * Fixed == bashism.


sed        - The GNU sed stream editor.
sed 3.01-3 -> 3.02-1 into dists/slink/main/binary-alpha/base
sed (3.02-1) unstable; urgency=low
  * New upstream version, incorporating the character-class fixes


login      - Sign on to the system.
passwd     - Change and administer password and group data.
secure-su  - su with more security options
login 980403-0.3 -> 980403-0.3.1 into dists/slink/main/binary-alpha/base
passwd 980403-0.3 -> 980403-0.3.1 into dists/slink/main/binary-alpha/base
secure-su 980403-0.3 -> 980403-0.3.1 into dists/slink/main/binary-alpha/admin
shadow (980403-0.3.1) frozen unstable; urgency=low
  * Non maintainer upload.
    changes.{guess,sub} changed to recognize a Arm architecture.


libsnmp3.5 - CMU SNMP (Simple Network Management Protocol) Library.
libsnmp3.5-dev - CMU SNMP (Simple Network Management Protocol) Development Files.
snmp       - CMU SNMP (Simple Network Management Protocol) Agent and Apps.
libsnmp3.5-dev 3.5-3 -> 3.5-4 into dists/slink/main/binary-alpha/devel
libsnmp3.5 3.5-3 -> 3.5-4 into dists/slink/main/binary-alpha/libs
snmp 3.5-3 -> 3.5-4 into dists/slink/main/binary-alpha/net
snmp (3.5-4) unstable; urgency=low
  * Install mib.h header file (Bug#25777).


thrust     - a port of the classic Commodore 64 game
thrust 0.83c-7 -> 0.89-1 into dists/slink/main/binary-alpha/games
thrust (0.89-1) unstable; urgency=low
  * New upstream release.


thrust     - a port of the classic Commodore 64 game
thrust 0.89-1 -> 0.89-2 into dists/slink/main/binary-alpha/games
thrust (0.89-2) unstable; urgency=low
  * Fixed == bashism.


vim        - Vi IMproved - enhanced vi editor
vim 5.1-0.4 -> 5.1-1 into dists/slink/main/binary-alpha/editors
vim (5.1-1) unstable; urgency=low
  * New maintainer
  * Fix ex alternative (Bug# 23675)
  * Fix copyright (Bug# 24984)
  * Don't install sample macros twice
  * Clean debian/rules some more
  * Move tools to the examples-subdirectory
  * Fix location of perl in examples
  * Fix some filemodes of examples


libwings-dev - WindowMaker's little widget set
libwmaker0 - Shared libraries for WindowMaker aware applications.
libwmaker0-dev - Static libraries and headers for WindowMaker applications.
libwraster1 - Shared libraries of WindowMaker rasterizer.
libwraster1-dev - Static libraries and headers of WindowMaker rasterizer.
wmaker     - Yet another window manager. This the next step after AfterStep.
libwings-dev 0.17.5-4 into dists/slink/main/binary-alpha/devel
libwmaker0-dev 0.14.1-7 -> 0.17.5-4 into dists/slink/main/binary-alpha/devel
libwmaker0 0.14.1-7 -> 0.17.5-4 into dists/slink/main/binary-alpha/libs
libwraster1-dev 0.17.5-4 into dists/slink/main/binary-alpha/devel
libwraster1 0.17.5-4 into dists/slink/main/binary-alpha/libs
wmaker 0.14.1-7 -> 0.17.5-4 into dists/slink/main/binary-alpha/x11
wmaker (0.17.5-4) unstable; urgency=low
  * Moved headers in -dev packages from /usr/X11R6/include/X11 to
    /usr/X11R6/include.


xaw-wrappers - allow use of programs with xaw replacements
xaw-wrappers 0.21 -> 0.22 into dists/slink/main/binary-all/x11
xaw-wrappers (0.22) unstable; urgency=low
  * Fixed == bashism.


xbooks     - general X Window System documentation
xbooks 3.3.2.3-1 -> 3.3.2.3a-1 into dists/slink/main/binary-all/x11
xbooks (3.3.2.3a-1) unstable; urgency=low
  * created new source package xbooks, split from xfree86 source package


xtrojka    - Fast paced columns-like game
xtrojka 123-9 -> 123-11 into dists/slink/non-free/binary-alpha/games
xtrojka (123-11) unstable; urgency=low
  * Fixed == bashism.


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

amcl       - A Simple Mu{d,ck,sh,se} Client
amcl 0.3-1 into dists/slink/main/binary-alpha/net


gnome-admin - Gnome Admin Utilities (gulp and logview)
gnome-gxsnmp - A network management tool that uses SNMP
gnome-admin 0.27-1 into dists/slink/main/binary-alpha/admin
gnome-gxsnmp 0.27-1 into dists/slink/main/binary-alpha/admin


lg-issue30 - Issue 30 of the Linux Gazette.
lg-issue30 1-1 into dists/slink/main/binary-all/doc


lg-issue31 - Issue 31 of the Linux Gazette.
lg-issue31 1-1 into dists/slink/main/binary-all/doc


libstringlist-dev - Header files for StringList development.
libstringlist0 - StringList - library for handling misc Enlightenment functions
libstringlist-dev 0.1-2 into dists/slink/main/binary-alpha/devel
libstringlist0 0.1-2 into dists/slink/main/binary-alpha/libs


yodl       - Yet oneOther Document Language.
yodl 1.31.0-1 into dists/slink/main/binary-alpha/text



Reply to: