Author: frank Date: 2005-10-25 13:22:56 +0000 (Tue, 25 Oct 2005) New Revision: 299
Modified: tetex-bin/trunk/debian/changelog tetex-bin/trunk/debian/control tetex-bin/trunk/debian/postinst.in Log: * Remove old alternatives for oxdvi, which is now integrated in xdvi (closes: #335477) [frank] * Add Florent to the list of uploaders to prevent future technical NMUs, and acknowledge the last one with thanks (closes: #335055) Modified: tetex-bin/trunk/debian/changelog =================================================================== --- tetex-bin/trunk/debian/changelog 2005-10-24 11:29:36 UTC (rev 298) +++ tetex-bin/trunk/debian/changelog 2005-10-25 13:22:56 UTC (rev 299) @@ -1,3 +1,13 @@ +tetex-bin (3.0-11) UNRELEASED; urgency=low + + * Remove old alternatives for oxdvi, which is now integrated in xdvi + (closes: #335477) [frank] + * Add Florent to the list of uploaders to prevent future technical NMUs, + and acknowledge the last one with thanks (closes: #335055) + [frank] + + -- Frank Küster <[EMAIL PROTECTED]> Tue, 25 Oct 2005 15:21:43 +0200 + tetex-bin (3.0-10.1) unstable; urgency=low * Non-maintainer upload (well, technically; because all the changes were Modified: tetex-bin/trunk/debian/control =================================================================== --- tetex-bin/trunk/debian/control 2005-10-24 11:29:36 UTC (rev 298) +++ tetex-bin/trunk/debian/control 2005-10-25 13:22:56 UTC (rev 299) @@ -2,7 +2,7 @@ Section: tex Priority: optional Maintainer: teTeX maintainers <[email protected]> -Uploaders: Julian Gilbey <[EMAIL PROTECTED]>, C.M. Connelly <[EMAIL PROTECTED]>, Atsuhito KOHDA <[EMAIL PROTECTED]>, Frank Küster <[EMAIL PROTECTED]> +Uploaders: Julian Gilbey <[EMAIL PROTECTED]>, C.M. Connelly <[EMAIL PROTECTED]>, Atsuhito KOHDA <[EMAIL PROTECTED]>, Frank Küster <[EMAIL PROTECTED]>, Florent Rougon <[EMAIL PROTECTED]> Standards-Version: 3.5.6.0 Build-Depends-Indep: Build-Depends: debhelper (>= 4.1.16), ed, libpng12-dev, zlib1g-dev, libxaw8-dev | libxaw7-dev, flex, bison, tetex-base (>= 2.95), libt1-dev (>= 5.0.0-3), po-debconf, autotools-dev, libpaper-dev, texinfo, eperl, debiandoc-sgml, quilt Modified: tetex-bin/trunk/debian/postinst.in =================================================================== --- tetex-bin/trunk/debian/postinst.in 2005-10-24 11:29:36 UTC (rev 298) +++ tetex-bin/trunk/debian/postinst.in 2005-10-25 13:22:56 UTC (rev 299) @@ -147,15 +147,10 @@ # xdvi.bin is also provided by other packages # upgrade from woody - # if /etc/alternatives/(o)xdvi.bin points to a nonexisting file (obsolete - # location /usr/X11R6/bin), remove the manual setting. - for program in xdvi.bin oxdvi.bin; do - dest=`readlink_alternatives $program` - if [ -x $dest ]; then - update-alternatives --auto $program - fi - done + # since oxdvi is now integrated into xdvi, remove the symlinks + update-alternatives --remove-all oxdvi.bin + # upgrade from sarge # deregister unused debconf questions. We depend on tex-common, therefore it will # be configured first, and since old 3.0 versions are only in experimental, we don't _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

