Author: frank Date: 2005-08-17 17:28:58 +0000 (Wed, 17 Aug 2005) New Revision: 145
Added: tetex-bin/branches/changelog_for_unstable/debian/changelog.Debian.experimental Modified: tetex-bin/branches/changelog_for_unstable/debian/changelog Log: write a changelog for the upload to unstable, and put the stuff that was only in experimental in a separate file Modified: tetex-bin/branches/changelog_for_unstable/debian/changelog =================================================================== --- tetex-bin/branches/changelog_for_unstable/debian/changelog 2005-08-17 16:51:53 UTC (rev 144) +++ tetex-bin/branches/changelog_for_unstable/debian/changelog 2005-08-17 17:28:58 UTC (rev 145) @@ -1,59 +1,63 @@ -tetex-bin (3.0-6) experimental; urgency=low +tetex-bin (3.0-7) unstable; urgency=low - * Now Build-Depends on tex-common for dfs-patch.mk. Common.variables - and common.functions.in are used only from a tex-common source tree, - if available. Also moved the LSRS variable to tex-common [frank] - * Apply patch by Matthias Klose to allow building with xorg (closes: - #310434). [frank] - * Re-libtoolize with newer libtool to allow building for GNU/KFreeBSD, - minimal patch thanks to Aurelien Jarno <[EMAIL PROTECTED]> (closes: - #320141). [frank] - * Update the section in debian/README.Debian that deals with manual - system-wide font installation by administrators (closes: #304294). - [frn] - * Removed build-dependency on obsolete libxaw-dev, instead provide - libxaw8-dev as the first alternative (closes: #241090) - * Make fmtutil recognize if it was called by fmtutil-sys (closes: - #320812). - * Add Suggests: rubber, as has been done in 2.0.2 - * Add Conflicts/Replaces ctie (no point adding provides, as no other - package appears to depend on it) + * Upload new upstream release to unstable. The changelog of the + versions in experimental is available in + changelog.Debian.experimental.gz. - -- Julian Gilbey <[EMAIL PROTECTED]> Sun, 7 Aug 2005 17:45:03 +0100 + Upstream changes: -tetex-bin (3.0-5) experimental; urgency=low + * Lots of bugs are closed by this upload - all bugs listed below have + already been tagged fixed-upstream, and there should be an explanation + in the bug logs at http://bugs.debian.org/<bugnumber>. In some cases + the explanation is only a link to the LaTeX Project bug database, or + it is in the comments of the mail sent to the control server, but it's + always there. + + - bugs of xdvi: (closes: #107637, #111983, #168080, #175560, #277499, + #222398, #243384, #269778, #186209) + + - bugs of dvips: (closes: #277499, #102120, #123763, #53927, #249466, + #287309, #266718) + - miscellaneous bugs: (closes: #83146, #107258, #137823, #175794, + #176526, #197259, #209347, #219630, #225687, #232420, #238627, + #264394, #273596, #273597, #182215, #255101, #285395, #201935) + + * Files are now arranged according to the TeX Directory Structure v. 1.1 + (changes mainly involve font maps and encoding files, and the script + directory). + * texconfig / updmap / fmtutil can now be used to create user-specific + configuration. The debian-specific scripts update-updmap, + update-fmtutil and update-language have been adapted accordingly. + * Other important upstream changes are described shortly in + /usr/share/doc/tetex-bin/NEWS.gz. - * tetex-bin now works together with (and indirectly depends on) - tex-common. This also means that some of the configuration files are - now taken over by tex-common. - * There is now a working mechanism for semi-automated recompilation for - sarge - - -- Frank Küster <[EMAIL PROTECTED]> Tue, 26 Jul 2005 10:54:47 +0200 - -tetex-bin (3.0-4) experimental; urgency=low - - * debian/rules: patch by Florent Rougon to prevent endless - looping, the package now builds even on cutting-edge kernels - like 2.6 ;-). (Closes: #309185) - * Rename the fontmap directory used by update-updmap - * update-updmap can now be used to handle users-specific files, - rewritten by Florent Rougon. - - -- Frank Küster <[EMAIL PROTECTED]> Mon, 27 Jun 2005 17:30:49 +0200 - -tetex-bin (3.0-3) experimental; urgency=low - - * Thanks for testing of the last version go to - Eythan Weg <[EMAIL PROTECTED]>, - Thomas Kosch <[EMAIL PROTECTED]> and - Zack Cerza <[EMAIL PROTECTED]>. - * Remove TEXMFSYSCONFIG from TEXMF, so that TEXMFLOCAL is actually used - (closes: #299809, #299645) - * Fix incomplete patch for texdoc (closes: #299877) - * Add an explanation about our TEXMF trees in README.Debian (closes: - #299942) - * Add again the symlinks for pdftex and etex (closes: #302052) + Debian-specific changes: + + * The packaging has been revised and partly rewritten: + - We now work with a pristine upstream tarball as orig.tar.gz + - Most files needed for creation of the package, as well as the + maintainer scripts, are now generated using ePerl. The configuration + is done, as much as possible, through the files variables, + common.variables, and common.functions + - To synchronise this and the tetex-base package, common.functions and + common.variables from the tex-common package tree are used. + - We also build-depend on tex-common and use a single-file patch + Makefile snippet it provides. + * For details concerning users, see + /usr/share/doc/tetex-bin/README.Debian.gz and + /usr/share/doc/tetex-bin/NEWS.Debian.gz, and - especially for + developers - the Debian TeX Policy draft in the tex-common package. + * We provide infrastructure to allow for easy backporting of teTeX 3.0 + to sarge. + * Dropped build-dependency on xlibs-dev - all necessary libraries are + pulled in by libxaw8-dev or libxaw7-dev (closes: #258256, #241090). + * Reverted error handling in the postinst script. A configured tetex-bin + package now guarantees that the formats have been built. + * We changed the system to behave less strict and accept font map and + enc locations according to the old TeX Directory structure. This will + hopefully be dropped later in the release cycle of etch. + * Some code to support upgrades from pre-woody has been dropped. Most + notably, the TEXMFOLDLOCAL tree is no longer supported * Conflict with jadetex <= 3.13-3, since it does not yet cooperate (closes: #299537, #298884) * Add a patch that allows xdvi to read from file descriptors, instead of @@ -61,99 +65,99 @@ * Add a hunk to patch-texdoctk to allow again to view documentation. * Explain -s option to texdoc in the manpage, and make it really work (closes: #301156, #301115) + * Add Conflicts/Replaces ctie (no point adding provides, as no other + package appears to depend on it) + * Apply patch by Matthias Klose to allow building with xorg (closes: + #310434). [frank] + * Re-libtoolize with newer libtool to allow building for GNU/KFreeBSD, + minimal patch thanks to Aurelien Jarno <[EMAIL PROTECTED]> (closes: + #320141). [frank] + * The following bugs only existed in experimental and were marked as + fixed-in-experimental by uploads to experimental. Some of them might + not have been closed manually, therefore this upload to unstable + finally closes: #304294, #320812, #309185, #299877, #299942, #299809, + #299645, #298257, #298315, #302052. + + * Thanks for testing of the experimental versions go to Eythan Weg + <[EMAIL PROTECTED]>, Thomas Kosch <[EMAIL PROTECTED]> Zack + Cerza <[EMAIL PROTECTED]>, Aurelien Jarno <[EMAIL PROTECTED]>, Ralf + Stubner <[EMAIL PROTECTED]>, Miles Bader + <[EMAIL PROTECTED]>, Martin Fluch + <[EMAIL PROTECTED]>, and of course the whole debian-tetex-maint + list. + + -- Frank Küster <[EMAIL PROTECTED]> Wed, 17 Aug 2005 19:28:07 +0200 + +tetex-bin (2.0.2-31) unstable; urgency=low - -- Frank Küster <[EMAIL PROTECTED]> Wed, 30 Mar 2005 09:48:43 +0200 + * Translations: + - Updated German debconf translation, thanks to Jens Seidel + <[EMAIL PROTECTED]> (closes: #312411) [frank] + - Added Vietnamese debconf translation, thanks to Clytie Siddall + <[EMAIL PROTECTED]> (closes: #310059)[frank] + * Upload to trigger recompilation, needed because of the C++ + transition. -tetex-bin (3.0-2) experimental; urgency=low + -- Frank Küster <[EMAIL PROTECTED]> Thu, 28 Jul 2005 18:08:51 +0200 - * Set TEXMFLOCAL correctly to /usr/local/share/texmf, thanks to Eythan - Weg <[EMAIL PROTECTED]> - * Revert the change from the last version: Do not unset HOME. It's - better to create/update ls-R files in root's or a sudo-user's - $HOME/texmf, than in /texmf. There is currently no way to stop - mktexlsr from doing that, if the directories exist. +tetex-bin (2.0.2-30) unstable; urgency=low - -- Frank Küster <[EMAIL PROTECTED]> Sun, 13 Mar 2005 15:41:39 +0100 + * Restore debian/watch and don't keep the recovered control file in + the package -tetex-bin (3.0-1) experimental; urgency=low + -- Julian Gilbey <[EMAIL PROTECTED]> Fri, 6 May 2005 19:30:16 -0600 - * New upstream release - * Unset HOME before running mktexlsr, thanks to Uwe Zeisberger - <[EMAIL PROTECTED]> (see: #294197) [frank] - * Create a symlink for etex, see #298437. - * Conflict with tetex-extra's 2.0.2 versions (Closes: #298315) - * Rewrite the synchronisation with tetex-common (closes: #298257) +tetex-bin (2.0.2-29) unstable; urgency=low - -- Frank Küster <[EMAIL PROTECTED]> Tue, 8 Mar 2005 14:57:00 +0100 + * No longer conflict with new versions of cweb (closes: #300768, #307816) -tetex-bin (2.99.12.20050203-beta-1) experimental; urgency=low + -- Julian Gilbey <[EMAIL PROTECTED]> Tue, 12 Apr 2005 13:38:16 -0600 - * New upstream release candidate - * Drop support of TEXMFOLDLOCAL. - * Adapt to TEXMFSYSVAR usage +tetex-bin (2.0.2-28) unstable; urgency=low - -- Frank Küster <[EMAIL PROTECTED]> Mon, 7 Feb 2005 13:51:41 +0100 + * The maintainer scripts now will again fail if the format or map file + generation fails. This has been turned into a debconf note in version + 2.0.2-19 as an emergency action, and must be dropped now the packages + proved to be stable. + + This might reveal some bugs that had been hidden so far, and might + help debug #302827. [frank] + * In postinst, fix language.dat if it points to an old french + hyphenation file that we no longer ship, and which only loaded the new + one even in woody, thanks to Sven Koch <[EMAIL PROTECTED]> (closes: + #302286) [frank] -tetex-bin (2.99.9.20050111-beta-2) experimental; urgency=low + -- Frank Küster <[EMAIL PROTECTED]> Mon, 4 Apr 2005 20:41:26 +0200 - * Changed updmap to behave less strict and accept font map locations - according to the old TeX Directory structure. Also patch - texmf.in-teTeX so that .map and .enc files are found with the - resulting texmf.cnf. - * Use a rewritten system for patch management. +tetex-bin (2.0.2-27) unstable; urgency=low - -- Frank Küster <[EMAIL PROTECTED]> Wed, 2 Feb 2005 18:26:24 +0100 + * Unset HOME before running mktexlsr, thanks to Uwe Zeisberger + <[EMAIL PROTECTED]> (see: #294197) [frank] + * Change wording in NEWS.Debian, thanks to Helge Kreutzmann + <[EMAIL PROTECTED]>, and add a remark on (not) setting the + TEXMF environment variable, thanks to Richard Lewis <[EMAIL PROTECTED]> + (closes: #269732, #297284) [frank] + * Check all manpages for dashes that would be displayed as unicode + letters, instead of ASCII dashes, in commandline options, and fixed + many. Thanks to Julien Lamy <[EMAIL PROTECTED]> (closes: + #297524) [frank] + * Fix distorting typos in texconfig, thanks to Andrew Young + <[EMAIL PROTECTED]> (closes: #298479) [frank] + * Describe -s option in texdoc's manual page. (closes: #301115) [frank] -tetex-bin (2.99.9.20050111-beta-1) experimental; urgency=low + -- Frank Küster <[EMAIL PROTECTED]> Wed, 30 Mar 2005 10:04:18 +0200 - * New upstream release candidate - * Most of the files in /etc/texmf/texmf.d/ are created automatically - now, by a script that splits upstreams generated texmf.cnf. +tetex-bin (2.0.2-26) unstable; urgency=high - -- Frank Küster <[EMAIL PROTECTED]> Wed, 12 Jan 2005 12:20:11 +0100 + * SECURITY UPDATE: Added a patch to fix one more buffer overflow in xpdf + code (CAN-2005-0064). The patch was provided by a Red Hat engineer; + thanks to Joey for informing me very fast. + * Correct the syntax error in the patch to xdvizilla, thanks to Giuseppe + Bonacci <[EMAIL PROTECTED]> (closes: #289845) [frank] + * Correctly save and reset $IFS in postinst (closes: #288182) [frank] -tetex-bin (2.99.7.20041226-beta-1) experimental; urgency=low + -- Frank Küster <[EMAIL PROTECTED]> Tue, 18 Jan 2005 18:39:49 +0100 - * New upstream beta release. This is packaged in order to allow the bold - and brave to test, and to check whether it builds on all - architectures. - * BE WARNED, THIS IS NOT FOR TYPESETTING YOUR THESIS - * The packaging has been revised and partly rewritten: - - We now work with a pristine upstream tarball as orig.tar.gz - (symlinks are inexistent in the Debian CVS, but will be restored by - a script if needed) - - Most files needed for creation of the package, as well as the - maintainer scripts, are now generated using ePerl. The configuration - is done, as much as possible, through the files variables, - common.variables, and common.functions - - To synchronise this and the tetex-base package, common.functions and - common.variables from the tetex-common CVS module are used. - * A preliminary version of a Debian-TeX-policy has been added, and the - update-updmap script has new features. - * We provide infrastructure to allow for easy backporting of teTeX 3.0 - to sarge. - * Lots of bugs are closed by this upload - all bugs listed below have - already been tagged fixed-upstream, and there should be an explanation - in the bug logs at http://bugs.debian.org/<bugnumber>. In some cases - the explanation is only a link to the LaTeX Project bug database, or - it is in the comments of the mail sent to the control server, but it's - always there. - - - bugs of xdvi: (closes: #107637, #111983, #168080, #175560, #277499, - #222398, #243384, #269778, #186209) - - - bugs of dvips: (closes: #277499, #102120, #123763, #53927, #249466, - #287309, #266718) - - miscellaneous bugs: (closes: #83146, #107258, #137823, #175794, - #176526, #197259, #209347, #219630, #225687, #232420, #238627, - #264394, #273596, #273597, #182215, #255101, #285395, #201935) - * Dropped build-dependency on xlibs-dev - all necessary libraries are - pulled in by libxaw7-dev (closes: #258256). - * Reverted error handling in the postinst script. A configured tetex-bin - package now guarantees that the formats have been built. - - -- Frank Küster <[EMAIL PROTECTED]> Thu, 30 Dec 2004 18:12:05 +0100 - tetex-bin (2.0.2-25) unstable; urgency=high * SECURITY UPDATE: Added: tetex-bin/branches/changelog_for_unstable/debian/changelog.Debian.experimental =================================================================== --- tetex-bin/branches/changelog_for_unstable/debian/changelog.Debian.experimental 2005-08-17 16:51:53 UTC (rev 144) +++ tetex-bin/branches/changelog_for_unstable/debian/changelog.Debian.experimental 2005-08-17 17:28:58 UTC (rev 145) @@ -0,0 +1,156 @@ +tetex-bin (3.0-6) experimental; urgency=low + + * Now Build-Depends on tex-common for dfs-patch.mk. Common.variables + and common.functions.in are used only from a tex-common source tree, + if available. Also moved the LSRS variable to tex-common [frank] + * Apply patch by Matthias Klose to allow building with xorg (closes: + #310434). [frank] + * Re-libtoolize with newer libtool to allow building for GNU/KFreeBSD, + minimal patch thanks to Aurelien Jarno <[EMAIL PROTECTED]> (closes: + #320141). [frank] + * Update the section in debian/README.Debian that deals with manual + system-wide font installation by administrators (closes: #304294). + [frn] + * Removed build-dependency on obsolete libxaw-dev, instead provide + libxaw8-dev as the first alternative (closes: #241090) + * Make fmtutil recognize if it was called by fmtutil-sys (closes: + #320812). + * Add Suggests: rubber, as has been done in 2.0.2 + * Add Conflicts/Replaces ctie (no point adding provides, as no other + package appears to depend on it) + + -- Julian Gilbey <[EMAIL PROTECTED]> Sun, 7 Aug 2005 17:45:03 +0100 + +tetex-bin (3.0-5) experimental; urgency=low + + * tetex-bin now works together with (and indirectly depends on) + tex-common. This also means that some of the configuration files are + now taken over by tex-common. + * There is now a working mechanism for semi-automated recompilation for + sarge + + -- Frank K�ster <[EMAIL PROTECTED]> Tue, 26 Jul 2005 10:54:47 +0200 + +tetex-bin (3.0-4) experimental; urgency=low + + * debian/rules: patch by Florent Rougon to prevent endless + looping, the package now builds even on cutting-edge kernels + like 2.6 ;-). (Closes: #309185) + * Rename the fontmap directory used by update-updmap + * update-updmap can now be used to handle users-specific files, + rewritten by Florent Rougon. + + -- Frank K�ster <[EMAIL PROTECTED]> Mon, 27 Jun 2005 17:30:49 +0200 + +tetex-bin (3.0-3) experimental; urgency=low + + * Thanks for testing of the last version go to + Eythan Weg <[EMAIL PROTECTED]>, + Thomas Kosch <[EMAIL PROTECTED]> and + Zack Cerza <[EMAIL PROTECTED]>. + * Remove TEXMFSYSCONFIG from TEXMF, so that TEXMFLOCAL is actually used + (closes: #299809, #299645) + * Fix incomplete patch for texdoc (closes: #299877) + * Add an explanation about our TEXMF trees in README.Debian (closes: + #299942) + * Add again the symlinks for pdftex and etex (closes: #302052) + * Conflict with jadetex <= 3.13-3, since it does not yet cooperate + (closes: #299537, #298884) + * Add a patch that allows xdvi to read from file descriptors, instead of + filenames (closes: #300109) + * Add a hunk to patch-texdoctk to allow again to view documentation. + * Explain -s option to texdoc in the manpage, and make it really work + (closes: #301156, #301115) + + -- Frank K�ster <[EMAIL PROTECTED]> Wed, 30 Mar 2005 09:48:43 +0200 + +tetex-bin (3.0-2) experimental; urgency=low + + * Set TEXMFLOCAL correctly to /usr/local/share/texmf, thanks to Eythan + Weg <[EMAIL PROTECTED]> + * Revert the change from the last version: Do not unset HOME. It's + better to create/update ls-R files in root's or a sudo-user's + $HOME/texmf, than in /texmf. There is currently no way to stop + mktexlsr from doing that, if the directories exist. + + -- Frank K�ster <[EMAIL PROTECTED]> Sun, 13 Mar 2005 15:41:39 +0100 + +tetex-bin (3.0-1) experimental; urgency=low + + * New upstream release + * Unset HOME before running mktexlsr, thanks to Uwe Zeisberger + <[EMAIL PROTECTED]> (see: #294197) [frank] + * Create a symlink for etex, see #298437. + * Conflict with tetex-extra's 2.0.2 versions (Closes: #298315) + * Rewrite the synchronisation with tetex-common (closes: #298257) + + -- Frank K�ster <[EMAIL PROTECTED]> Tue, 8 Mar 2005 14:57:00 +0100 + +tetex-bin (2.99.12.20050203-beta-1) experimental; urgency=low + + * New upstream release candidate + * Drop support of TEXMFOLDLOCAL. + * Adapt to TEXMFSYSVAR usage + + -- Frank K�ster <[EMAIL PROTECTED]> Mon, 7 Feb 2005 13:51:41 +0100 + +tetex-bin (2.99.9.20050111-beta-2) experimental; urgency=low + + * Changed updmap to behave less strict and accept font map locations + according to the old TeX Directory structure. Also patch + texmf.in-teTeX so that .map and .enc files are found with the + resulting texmf.cnf. + * Use a rewritten system for patch management. + + -- Frank K�ster <[EMAIL PROTECTED]> Wed, 2 Feb 2005 18:26:24 +0100 + +tetex-bin (2.99.9.20050111-beta-1) experimental; urgency=low + + * New upstream release candidate + * Most of the files in /etc/texmf/texmf.d/ are created automatically + now, by a script that splits upstreams generated texmf.cnf. + + -- Frank K�ster <[EMAIL PROTECTED]> Wed, 12 Jan 2005 12:20:11 +0100 + +tetex-bin (2.99.7.20041226-beta-1) experimental; urgency=low + + * New upstream beta release. This is packaged in order to allow the bold + and brave to test, and to check whether it builds on all + architectures. + * BE WARNED, THIS IS NOT FOR TYPESETTING YOUR THESIS + * The packaging has been revised and partly rewritten: + - We now work with a pristine upstream tarball as orig.tar.gz + (symlinks are inexistent in the Debian CVS, but will be restored by + a script if needed) + - Most files needed for creation of the package, as well as the + maintainer scripts, are now generated using ePerl. The configuration + is done, as much as possible, through the files variables, + common.variables, and common.functions + - To synchronise this and the tetex-base package, common.functions and + common.variables from the tetex-common CVS module are used. + * A preliminary version of a Debian-TeX-policy has been added, and the + update-updmap script has new features. + * We provide infrastructure to allow for easy backporting of teTeX 3.0 + to sarge. + * Lots of bugs are closed by this upload - all bugs listed below have + already been tagged fixed-upstream, and there should be an explanation + in the bug logs at http://bugs.debian.org/<bugnumber>. In some cases + the explanation is only a link to the LaTeX Project bug database, or + it is in the comments of the mail sent to the control server, but it's + always there. + + - bugs of xdvi: (closes: #107637, #111983, #168080, #175560, #277499, + #222398, #243384, #269778, #186209) + + - bugs of dvips: (closes: #277499, #102120, #123763, #53927, #249466, + #287309, #266718) + - miscellaneous bugs: (closes: #83146, #107258, #137823, #175794, + #176526, #197259, #209347, #219630, #225687, #232420, #238627, + #264394, #273596, #273597, #182215, #255101, #285395, #201935) + * Dropped build-dependency on xlibs-dev - all necessary libraries are + pulled in by libxaw7-dev (closes: #258256). + * Reverted error handling in the postinst script. A configured tetex-bin + package now guarantees that the formats have been built. + + -- Frank K�ster <[EMAIL PROTECTED]> Thu, 30 Dec 2004 18:12:05 +0100 + _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

