tex-common (1.0.1) unstable; urgency=low * fix a bug in dh_installtex which prohibits --priority to work correctly for command line config files. [NP] * add myself to the list of Uploaders. [NP] -- Norbert Preining Mon, 26 Feb 2007 18:08:22 +0100 tex-common (1.0) unstable; urgency=low * Release as version 1.0, tex-common has been stable for months and deserves a non-zero version number * Debconf translations: [frank] - New Romanian translation, thanks to Eddy Petrișor (closes: #409267) - New Portuguese Brazilian translation, thanks to the Traduz MailingList (closes: #408866) - Updated Catalan translation, thanks to Guillem Jover (closes: #409162) -- Frank Küster Mon, 5 Feb 2007 10:55:26 +0100 tex-common (0.44) unstable; urgency=low * Use full pathname when registering files with ucf (closes: #408263) * New and updated debconf translations: - Galician by Jacobo Tarrio (closes: #408122) -- Frank Küster Fri, 26 Jan 2007 18:10:23 +0100 tex-common (0.43) unstable; urgency=low * Register documentation in section TeX instead of Text (closes: #403086) [frank] * Debconf translations: - add Russian translation, thanks to Yuri Kozlov (closes: #406872) -- Frank Küster Mon, 15 Jan 2007 07:51:34 +0100 tex-common (0.42) unstable; urgency=low * Documentation fixes to update-fontlang.1: - the .TH line was broken, causing an ugly footer in the formatted manpage; - the SYNOPSIS had an incorrect syntax ('-language', '-updmap', and '-fmtutil' aren't optional) and the new way is much easier to read anyway IMO; - always mention the programs in that order: update-updmap, update-language and update-fmtutil (reason is, I think the average user is more likely to need update-updmap than any of the two others); - the arguments to some options were forgotten, as in the update-fontlang usage message ('--help'); - better option formatting (for those with a short and a long form; copied from /usr/share/man/man1/man.1.gz); - the default values for TEXMFCONFIG and TEXMFVAR do *not* end with a slash; - the path to TeX-on-Debian.txt.gz was wrong; - s/updmap.sys/updmap.cfg/; - s/TEMXF/TEXMF/ in a few places; - a package may install *several* files in each /etc/texmf/*.d directory (and list them in the .list files under /var/lib/tex-common). - a bit more details here and there; - more formatting to ease reading (such as italics), punctuation, typographical fixes. [florent] * Fix to update-fontlang: don't forget the arguments to '-c' and '-o' in the usage message ('--help'). [florent] * Minor fixes to postrm-texlsr to avoid having too long lines (greater than 80 characters). [florent] * remove the left-over definition of dhit_check_run_without_errors in postrm-tex, it is included in postrm-texlsr (Closes: #402068). [NP] -- Frank Küster Mon, 11 Dec 2006 19:46:08 +0100 tex-common (0.41) unstable; urgency=low * Install the TDS specification along with the Debian TeX Policy (closes: #401196) [frank] * Register ucf files with ucfr (closes: #395018) [frank] * Refined wording and typography of the documentation documents -- Frank Küster Wed, 6 Dec 2006 19:03:21 +0100 tex-common (0.40) unstable; urgency=low * Register TeX-on-Debian and the policy with doc-base * Change the wording of Policy to indicate more clearly that everything can (and should) be done using dh_installtex. -- Frank Küster Wed, 6 Dec 2006 11:08:26 +0100 tex-common (0.39) unstable; urgency=low * changelog editing: fix wrong bugnumber in last upload [frank] * Add a more verbose explanation to the warning when updmap-sys failed (closes: #397717), and echo errors to stderr. [frank] * Change default priority for dh_installtex to 20, and document in the TeX Policy that 10 is reserved for Basic TeX packages. This would have avoided bug #399447. [frank] -- Frank Küster Tue, 21 Nov 2006 18:32:32 +0100 tex-common (0.38) unstable; urgency=low * install update-fontlang and the three links all into /usr/bin and keep symlinks in /usr/sbin for old packages. Update the man page of update-fontlang. (Closes: #396822) [preining] * Clear up the description about user-specific configuration in TeX-on-Debian, many thanks to Géraud Meyer (closes: #396826) [preining,frank] * Debconf translation updates: [frank] - French, thanks to Christian Perrier (closes: #395844) - Italian, thanks to Luca Monducci (closes: #396101) - German, thanks to Helge Kreutzmann (closes: #396036) - All others except the heavily outdated ca.po where unfuzzied by me, even in Japanese I can change "dpkg-dist" to "ucf-dist" [frank] -- Frank Küster Fri, 3 Nov 2006 14:14:12 +0100 tex-common (0.37) unstable; urgency=low * Fix bashism in postinst, thanks to Michael Biebl (closes: #395274) [frank] -- Frank Küster Thu, 26 Oct 2006 08:14:29 +0200 tex-common (0.36) unstable; urgency=medium * Depend on debconf (>= 1.4.69), which introduced the error template type (closes: #395032). This broke upgrades, hence the urgency [frank] * Fix format extraction regexp in dh_installtex, the format name must now be at the beginning of the line, without any leading whitespace, but hyphens are allowed in the name. Thanks Ralf. [preining] * dh_installtex: Include only the minimal mktexlsr code in case no other installation is done (ie no maps, formats, languages). Also add the ability to specify texmf trees on the command line, and only recreate the ls-R DB for /usr/share/texmf and /var/lib/texmf [preining] (Closes: #392359) * Add engine-specific paths to the TEXFORMATS and TEXFONTMAPS variables, and avoid triple slashes. This is completely backwards-compatible (it only adds path components), and is needed for the planned separate context package. Thanks to Ralf Stubner for the details! [preining,frank] -- Frank Küster Wed, 25 Oct 2006 13:16:13 +0200 tex-common (0.35) unstable; urgency=low * Use local variables in debianize-updmap, so that the right file for enabling font maps will be found (closes: #393920) [frank] -- Frank Küster Wed, 18 Oct 2006 17:58:09 +0200 tex-common (0.34) unstable; urgency=medium * Handle non-writable /usr/local gracefully upon removal, thanks to Sam Hocevar (closes: #392518) [frank] * Change debianize-updmap so that the --syncwithtrees and --edit options do something sensible, and won't break the system. Together with the upload of tetex-bin 3.0-22, this will close #392573 and #334747. [frank] * Add a check for shadowed config files to update-fontlang [preining] * Move and extend the teTeX README.Debian to TeX-on-Debian Documentation [frank, preining] * Move po-debconf from Build-Depends-Indep to Build-Depends, since it's used in the clean target of debian/rules. [florent] * Adjust the TEXMFCNF setting in conf/texmf.d/85Misc.cnf to reflect the change in tetex-bin 3.0-22. [frank, florent] -- Florent Rougon Sat, 14 Oct 2006 18:53:20 +0200 tex-common (0.33) unstable; urgency=medium * Fix syntax error in debianize-updmap (closes: #391976). Also, the logic in the script has been fixed, so that it actually works [frank] * Add an additional check to update-* scripts in case users shadow their generated files with files in TEXMFCONFIG. [preining] -- Frank Küster Tue, 10 Oct 2006 10:21:19 +0200 tex-common (0.32) unstable; urgency=medium * adapted sanity check in update-fontlang to TEXMFSYSCONFIG = /etc/texmf (closes: #391348) [ralf] * Provide a tetex-bin-update script. This allows also texlive to properly rename an old tetex-bin conffile, and add the magic comment, and is therefore needed for a transition from teTeX to TeXlive without upgrading teTeX to the etch version first [frank] * Install debianize-updmap into the scripts dir [frank] * Provide the debianize-updmap functions in /usr/share/tex-common, for usage by all TeX systems in Debian [frank] * Changed the order of trees in TEXMFDIST. If TeXlive and teTeX packages are installed together, files from TeXlive now take precedence. This makes sense because those files are usually newer. [frank] -- Frank Küster Mon, 9 Oct 2006 07:46:31 +0200 tex-common (0.31) unstable; urgency=medium * Document in policy that font cache data have to be cleaned by packages that Build-Depend on TeX, and how to do that (closes: #388399) [frank] * On systems upgraded from woody to sarge, tetex-bin generated a bogus local configuration file with entries that were erroneously detected as locally changed. These entries are now harmful and break texlive, and the file is therefore renamed if it meets our expectations (closes: #391355) [frank] * In 95NonPath.cnf, add a comment about how to redump the format file (closes: #380323) [frank] -- Frank Küster Fri, 6 Oct 2006 17:40:19 +0200 tex-common (0.30) unstable; urgency=high * update-fontlang: If a conffile has a corresponding dpkg-new file, that is, it is from a yet-unconfigured package, drop it any case. Previously, the check was only done when the file had a magic comment, but conffiles in sarge generally do not have this magic. Therefore, upgrades from sarge would have failed if the conffile change is needed for proper configuration (closes: #389550) [frank] * Remove the medium-priority debconf note without replacement; anybody who really runs into the problem will be able to find the information in tetex-bin's README.Debian (closes: #388973) [frank] -- Frank Küster Tue, 26 Sep 2006 17:14:45 +0200 tex-common (0.29) unstable; urgency=medium * Add missing function and variable declarations to preinst, thanks to Hilmar (closes: #385532) [frank] * Do not load debconf manually in postrm, it isn't needed at all, thanks to Bill Allombert (closes: #388156) [frank] -- Frank Küster Tue, 19 Sep 2006 09:17:13 +0200 tex-common (0.28) unstable; urgency=low * Fix spelling of "medium" in the last upload * Remove jadetex settings from texmf.d (closes: #384333) [frank] * Add a paragraph to the Policy how to handle format creation when latex.fmt or other basic formats are needed [frank] -- Frank Küster Wed, 23 Aug 2006 22:09:37 +0200 tex-common (0.27) unstable; urgency=medium * Policy Change: Treat configuration files properly as Debian Policy mandates. The only TeX-specific addition is that we remind maintainers to only treat files for site-wide changes as configuration files, not files intended to change the typeset output on a per-document or per-project basis. Consequently, mktex.cnf is now installed as /etc/texmf/web2c/mktex.cnf. Thanks to Manoj Srivastava! This closes: #379089, a RC bug, hence the medium urgency [frank] * Really install NEWS.Debian about the font cache changes in the last upload [frank] * Update changelog for 0.16. We forgot to close two bugs. [hilmar-guest] * Debconf Translations: [frank] - Update Dutch translation, thanks to Vincent Zweije (closes: #379234) - Update Spanish translation, thanks to Javier Fernández-Sanguino Peña (closes: #382967) -- Frank Küster Wed, 16 Aug 2006 16:58:01 +0200 tex-common (0.26) unstable; urgency=low * Font data are now cached separately for each user, or in /tmp/texfonts when there is no writable home directory. Thus we could get rid of the complicated debconf questions related to that issue (there's still one note left) (closes: #376050, #366805, #368411). Many thanks to Ralf Stubner for his "braindump". This change requires installation of a file in a TEXMF tree; we therefore run mktexlsr if it is available. [frank] * Debconf Translations: [frank] - Updated Czech translation, thanks to Miroslav Kure - Updated Japanese translation, thank to Kenshi Muto (closes: #376632, #377945) - Updated brazilian Portuguese translation, thanks to Felipe Augusto van de Wiel (faw) - Updated Danish translation, thanks to Claus Hindsgaul (closes: #377664) - Updated German translation, thanks to Helge Kreutzmann - Updated italian translation, thanks to Luca Monducci (closes: #377378). - Updated french translation, thanks to Jean-Baka Domelevo-Entfellner (closes: #377388) - Updated Swedish translation, thanks to Daniel Nylander - Updated Lithuanian translation, thanks to Kęstutis Biliūnas * common.functions.in: [florent] + change create_tetex_formats() so that fmtutil-sys is run in a temporary directory; otherwise, it may use files lying in the current directory, which can cause bad surprises. This will close #377581 when propagated to the various packages using this function in their maintainer scripts. + replace `command args ...` with $(command args ...) everywhere in the file. * Updated Maintainer field to use new mailing list [jdg] -- Frank Küster Wed, 19 Jul 2006 16:05:47 +0200 tex-common (0.25) unstable; urgency=low * Translations: - Fix typos in french debconf translation, thanks to Florentin Duneau (closes: #374632) [frank] - Update brazilian Portuguese debconf translation, thanks to Andre Luis Lopes and Felipe Augusto van de Wiel [frank] * scripts/update-fontlang: - don't include ${conffile} in the generated file if ${conffile}.dpkg-new exists ($conffile may not be up-to-date in this case); see http://lists.debian.org/debian-tetex-maint/2006/06/msg00260.html for a discussion of this subject. - cosmetic fixes. [florent] * Update scripts/update-updmap.1 and doc/Debian-TeX-Policy.sgml accordingly. [florent] -- Florent Rougon Mon, 26 Jun 2006 10:37:04 +0200 tex-common (0.24) unstable; urgency=low * Updated debconf translations: - French, thanks to Steve (closes: #369360) [frank] * dhit_check_run_without_errors() in postrm-tex was not completely silent even if called with -silent (outputing 3 ugly lines starting with a space followed by "done."). This is now fixed. [florent] -- Florent Rougon Sun, 18 Jun 2006 23:14:27 +0200 tex-common (0.23) unstable; urgency=low * After the groupname question has been renamed, make sure that the new questions are not shown again when the old one has already been seen, and unregister the old question (closes: #366812) [frank] * Fix bashism in config (closes: #366789) [frank] * Fix our check for a working configuration in texmf.d, and write short information messages to stderr for the noninteractive frontend or for people who don't have a pencil (closes: #366907), thanks Ralf [frank] * Make sure the font cache directory is always world-writeable - we previously missed the case where apt-utils are installed in a buildd chroot (again closes: #354113, #366858) [frank] * Updated debconf translations: [frank] - Czech by Miroslav Kure (closes: #367162) - Danish by Claus Hindsgaul (closes: #367180) - Italian by Luca Monducci (closes: #367183) * Debian TeX Policy: Remove last occurrences of obsolete TEXMFSITE. -- Frank Küster Wed, 17 May 2006 18:56:32 +0200 tex-common (0.22) unstable; urgency=low * Also install FileUtils.pm which is needed by tpm2licenses [frank] * Make running of update-* commands silent in the debhelper postrm helper scripts (Closes: #365070) [preining] * Debconf translations: - updated wording of swedish template, thanks to Daniel Nylander (closes: #365992) [frank] * Change the configuration scheme again a little: Before accepting a group name typed by the user, test whether it really exists. Furthermore, if there is only one user in the "normal user" range in /etc/passwd, suggest their group as the owner of the font cache. And finally, make the wording clearer everywhere. Many thanks to Anthony DeRobertis , James R. Van Zandt" and Helge Hafting (closes: #366107, #366095, #365513) [frank] * Fix lintian warnings and errors: [frank] - Move eperl to Build-Depends-Indep - Fix my name in update-language(8) - Add overrides for the font cache permissions and our debconf note if the postinst script fails. * Bump standards version (no changes needed) [frank] -- Frank Küster Wed, 10 May 2006 13:19:52 +0200 tex-common (0.21) unstable; urgency=low * Syntax error: postinst script silently failed when it should have displayed a debconf warning [frank] * Improve readability of eperl scripts in debian/ as in tetex-bin [jdg] * Adjust priority of the groupname debconf question to be the same as the managecache question (closes: #360127) [frank] * Fix eperl open commands in maintainer scripts to work with -k [jdg] * Made preinst a /bin/sh script [jdg] * Install the tpm2licenses Perl script and the Tpm.pm module into /usr/share/tex-common for more convenient use [frank]. * Add to the source package a ChangeLog file to keep track of the copyright/licensing verification work I'm doing [frank] * Update debconf translations: - Danish by Claus Hindsgaul (closes: #360035) - Czech by Miroslav Kure (closes: #360212) - Spanish by Javier Fernández-Sanguino Peña - Swedish by Daniel Nylander - Turkish by Osman Yuksel - Lithuanian by Kęstutis Biliūnas (closes: #360282) - Italian by Luca Monducci (closes: #360645) - Japanese by Kenshi Muto (closes: #360679) - German by Helge Kreutzmann - French by steve (closes: #362426) Many thanks to all contributors! [frank] -- Frank Küster Fri, 21 Apr 2006 09:49:06 +0200 tex-common (0.20) unstable; urgency=medium * This version fixes a RC bug (#357983) - the version in testing was not affected. But taken together, 0.20 fixes lots of important and annoying bugs that also exist in testing that I'm increasing the urgency. [frank] * Change wording in debconf template and README.Debian to clearly indicate that per default users are not member of the "users" group, (closes: #356960, #357983) [frank] * Install reportbug control script to report with tetex and texlive packages [frank] * update-fontlang: Change the note that is displayed when the output file is a symlink to an error message (displayed also in quiet mode) (closes: #357289) [frank] * Fix typos in update-updmap.1 and update-language.8, thanks to Nicolas François (closes: #357763). [florent] * Translations: - Update french debconf translation, thanks to Steve (does not closes bug #356840, since it is incomplete) [frank] -- Frank Küster Wed, 22 Mar 2006 12:29:54 +0100 tex-common (0.19) unstable; urgency=low * cater for groups without a name when setting the groupname debconf variable (Closes: #354401) [preining] * Use debconf for user interaction if the postinst script detects incompatible settings, thanks to John Goerzen (closes: #353474) [frank] * add --check option to update-fontlang and to the man pages, but state that it should not be used in maintainer scripts (Closes: #354517) [preining] * Fix copying error in dh_installtex that created dvips config files with an additional comma [preining] * Translations: - Update Swedish debconf translation, thanks to Daniel Nylander (closes: #354635) [frank] - Update Danish debconf translation, thanks to Claus Hindsgaul [frank] - Update German debconf translation, thanks to Helge Kreutzmann [frank] - Update Italian debconf translation, thanks to Luca Monducci (closes: #355033) [frank] - Update Turkish debconf translation, thanks to Osman Yüksel (closes: #355061) [frank] - Update Japanese debconf translation, thanks to Kenshi Muto (closes: #355141) [frank] - Update Czech debconf translation, thanks to Miroslav Kure [frank] - Update Lithuanian debconf translation, thanks to Kęstutis Biliūnas (closes: #355453) [frank] - Update Spanish debconf translation, thanks to Javier Fernández-Sanguino Peña [frank] -- Frank Küster Sat, 11 Mar 2006 17:58:38 +0100 tex-common (0.18) unstable; urgency=low * Perform all config checks in the postinst script instead of exiting after the first failure * Call debconf-updatepo in the clean and build targets, thanks to Thomas Huriaux (closes: #354138) [frank] * Remove "set -x" from config.in, a leftover from debugging. Sorry. (closes: #354181) [frank] * Add many more md5sums for obsolete conffiles. And add a script in the source package to check whether we now catch all of them. Many thanks to Andreas Tille! [frank] * Fix the missing dhit_ prefix to the build_format call in postinst-tex autoscript [preining] * Fix spelling error in template, thanks to Matt Krai (closes: #354318) * Replace wrong mode 3755 with 3775 in templates. [florent] * Add myself to the Uploaders field. [florent] * Remove duplicate Build-Depends-Indep on debiandoc-sgml. [florent] -- Florent Rougon Sat, 25 Feb 2006 12:58:27 +0100 tex-common (0.17) unstable; urgency=low * Restore the previous behavior by making the subdirectories of /var/cache/fonts world-writable by default. Since this is unsafe, advice the user in the debconf template, and increase the question's priority to medium. Thanks to Lars Wirzenius, closes: #354113. We do not fix existing systems, since this is mainly targeted at pbuilder environments and similar, where tex-common is only installed on demand. [frank] * fix an error in dh_installtex when grepping for the magic header [ralf] * Add an md5sum for psfonts.ams, thanks to Andreas Tille [frank] -- Frank Küster Thu, 23 Feb 2006 17:36:04 +0100 tex-common (0.16) unstable; urgency=low * Add dh_installtex for public perusal. [preining] - add dh_installtex and man page - replace dh_installtexfonts by a script converting the syntax - give a warning in the dh_installtexfonts man page * common.functions.in: - Add md5sums for tetex-extra's former configuration files (closes: #351649, #352486) [frank] - Also add some forgotten md5sums for tetex-base, and make sure scripts really stop if the md5sum is unknown (closes: #352688) [frank] - remove LaTeX and pdfLaTeX format files before trying to recreate all format (closes: #352391, #346135, #352569) [frank] - use different variable names for /var/lib/texmf as a texmf.cnf variable and as a maintainer script variable [frank] * rework debconf usage (Closes: #352394) [preining,frank] - only care for ls-R file permissions of the font cache from now on - manage the group and permissions of /var/cache/fonts * TeX Policy Draft: - document dh_installtex and some additional checks needed in maintainer scripts [florent] - Clarify that some files from the Basic TeX Packages stay in TEXMFMAIN [frank] -- Frank Küster Wed, 22 Feb 2006 13:43:32 +0100 tex-common (0.15) unstable; urgency=high * Urgency high, because this version adds important checks that should be present when the teTeX packages enter testing * Add more checks for essential entries in texmf.cnf, and bail out with a user-friendly error message if they are missing (closes: #346326) [frank] * Fix functions in common.functions.in, so that old conffiles of teTeX are properly handled, thanks to Ralf Stubner * Drop unneeded paths from TEXFONTMAPS, we now have only 3.0's upstream value plus our backward-compatibility paths; also change the check in the postinst accordingly (although the old one would still work, we do not allow it for simplicity's sake). [frank] * Fix typo in dh_installtexfonts which would echo wrong file names, and add --quiet to the call of update-updmap in the debhelper scripts [preining] * Again fixed extensions of files to purge, and take over correct language.dat handling from tetex-base (see: #321804). [frank] * Move the handling of 00updmap.cfg from postinst to preinst, where it belongs [frank] * Fix typo in manpage for update-language, thanks to Nicolas François (closes: #349723) [frank] -- Frank Küster Thu, 26 Jan 2006 22:24:06 +0100 tex-common (0.14) unstable; urgency=low * Bump standards version to 3.6.2 (no changes needed) * Move debiandoc-sgml from Build-Dep to Build-Dep-Indep * Fix a couple of lintian errors and warnings * Fix dvips config syntax, thanks to Danai SAE-HAN [preining] * Rework the debhelper snippets post(inst|rm)-texfonts [preining] -- Norbert Preining Thu, 22 Dec 2005 16:38:54 +0100 tex-common (0.13) unstable; urgency=low * tex-common now provides the symlink /usr/share/texmf/doc --> ../doc/texmf, because tetex-doc now puts its files into TEXMFDIST [frank]. * Do no longer install teTeX's common.* files and dsf-patch.mk, they are no longer used. * Implement --flavor for dh_installtexfonts, first flavors are only for generating config files for maps [preining]. * Fix brace expansion in pdksh, patch from Robert Luberda (closes: #342781) [preining] * Add fonts/hbf to the search path for T1 fonts, this is needed by cjk-latex. [frank] * Translations: - Update Czech debconf translation, thanks to Miroslav Kure (closes: #341941) [frank] - Fix italian translation file, this really closes: #340031 [frank] -- Frank Küster Sun, 11 Dec 2005 14:53:05 +0100 tex-common (0.12) unstable; urgency=low * change ls_R_magic to include ., ./, and ls-R so that kpathsea does not moan about unusable entry. [preining] * Document TEXMFSYSCONFIG in the Policy Draft, and add some more clarifications to the text [frank] * change TEXMFDIST to include texmf-texlive and texmf-tetex [preining] * Translations: - Update French debconf translation, thanks to Clément Stenac (closes: #341721) [frank] -- Frank Küster Fri, 2 Dec 2005 17:40:04 +0100 tex-common (0.11) unstable; urgency=low * Check for correct setting of TEXFONTMAPS after possible user interaction in postinst, and fail with a clear error message, instead waiting for teTeX's or TeXLive's updmap calls to fail (closes maybe: #338585) [frank] * Add a function clean_texenvironment to common.functions, to be used from TeX package's postinst scripts, and document that in the Policy document. [frank] * Add the md5sum of the postinst-edited 00updmap.cfg to ucf's database. Also fix the logic for taking over changed settings from tetex-base, and create 00updmap.cfg with proper permissions. Special thanks to Junichi Uekawa for insisting (closes: #335682, #338689) [frank] * The Policy draft has been extended [frank] * change TEXMFSYSCONFIG to /etc/texmf and remove the !! before TEXMFCONFIG in TEXMF [preining] * add TEXMFSYSCONFIG to TEXMF and and reshuffle the order [preining] * change TEXMFDBS [preining] * Translations: - add Swedish debconf translation, thanks to Daniel Nylander (closes: #338866) [frank] - update Danish debconf translation, thanks to Claus Hindsgaul (closes: #339354) [frank] - update Italian debconf translation, thanks to Luca Monducci (closes: #340031) [frank] -- Frank Küster Tue, 22 Nov 2005 20:15:41 +0100 tex-common (0.10) unstable; urgency=low * tex-common should only Suggest debhelper, not Depend on it. It would pull in too many dev packages for every normal user. [preining] * Fix the syntax of some eval statements in the config script (closes: #336951) [frank] * In postinst, create nonexistent ls-R files with proper magic content if they are not already present (closes: #337073) [frank] * The config script was not idempotent, and reset the debconf default for group writable ls-R files on a fresh install. [frank] * Remove the ls-R symlink in TEXMFLOCAL, thanks to Lars Wirzenius (closes: #333308). [frank] * Check for leftover .svn directories during build (closes: #327785) [frank] * Add the md5sum of a version with a newer comment to the list of known md5sums for 00updmap.cfg (closes: #336713) [frank] * fix installation of debhelper snippet postrm-texfonts. [preining] * actually allow multiple invocations of dh_installtexfonts and stop with error if a cfg file is installed several times. [preining] -- Frank Küster Wed, 9 Nov 2005 14:45:34 +0100 tex-common (0.9) unstable; urgency=low * Change ls-R file handling to be useful. Don't use debconf as registry. (Closes: #332264) [preining] * install debhelper dh_installtexfonts script (closes: #320147) [preining] * A few changes to update-fontlang, most notably that it will now check, when invoked as update-updmap, whether /usr/share/texmf/web2c/updmap.cfg exists and abort with an explanation in that case. [florent] * Translations: - updated Danish debconf translation, thanks to Claus Hindsgaul (closes: #332699) [frank] - updated French debconf translation, thanks to Clément Stenac (closes: #335776) [frank] - updated Italian debconf translation, thanks to Luca Monducci (closes: #336093) [frank] -- Frank Küster Fri, 28 Oct 2005 11:27:48 +0200 tex-common (0.8) unstable; urgency=low * Change hyph_size to 8191 - according to DEK it should be a prime number. [frank] * Add a (closes:...) to the last version's changelog entry to make tracking history easier, in fact the bug has been closed manually [frank]. * fix update-texmf to not go into an endless loop when called with an unknown option [frank] * Modify postrm.in script to remove TEXMFSYSVAR and /var/cache/fonts (thus also removing left over files at purge time) [preining] * manage ls-R files using debconf [preining]. The translations have been copied over from tetex-bin [frank]. (Closes: #328291) * Let the debconf dependency be created by debhelper, thus allowing debconf-2.0 as an alternative [frank] (closes: #332115) * In fact install the pdf version of the Policy draft, but include it in the tar.gz file. Thus we can drop the Build-dependency on tetex-extra. A working TeX system is only needed on the developer's system if the policy source has been changed. -- Frank Küster Wed, 5 Oct 2005 16:14:46 +0200 tex-common (0.7) unstable; urgency=low * take over installation of /var/cache/fonts/*, /usr/local/share/texmf and the ls-R links from tetex (and texlive). [preining] * increase lambdas main_memory to deal with a lot of languages [preining] * move old config files in /usr/share/texmf/web2c out of the way [preining] * remove old formats in /usr/share/texmf/web2c (closes: #323828) [preining] -- Frank Küster Wed, 24 Aug 2005 17:18:34 +0200 tex-common (0.6) unstable; urgency=low * Refine the updmap transition code * Increase hyph_size to 10000, to make the inclusion of current hyphenation exception files (e.g. dehyphtex.tex) possible * Also build a pdf version of the Policy draft, and Build-Depend on tetex-bin. * Move LSRS variable to common.variables -- Frank Küster Wed, 17 Aug 2005 11:04:33 +0200 tex-common (0.5) unstable; urgency=low * Merge update-fmtutil into update-fontlang (closes: #319651) * Fix installation of manpages * add bibtex/csf to texmf variable BSTINPUTS in 65BibTeX.cnf (closes: #319650) * Many thanks to Norbert Preining for providing patches for these changes. * Increase trie_size in 95NonPath.cnf to 27000, to allow TeX-Live build its formats with all languages installed * Editorial changes to the Policy Draft, thanks to Hilmar Preusse * Add compatibility paths for ENCFONTS and TEXFONTMAP in texmf.d (closes: #321074) -- Frank Küster Wed, 3 Aug 2005 12:04:42 +0200 tex-common (0.4) unstable; urgency=low * Bug fix: "tex-common: generalize TEXFONTMAPS and ENCFONTS", thanks to Norbert Preining and Hans Hagen (Closes: #318872). * language.dat is now a generated file in VARTEXMF, and the actual conffiles are in /etc/texmf/language.d. This allows packages to add hyphenation patterns - many thanks again to Norbert. * Merged update-updmap and update-language into one file, and fixed location of memory files in update-updmap * Install the symlink to texmf.cnf -- Frank Küster Mon, 25 Jul 2005 14:22:36 +0200 tex-common (0.3) unstable; urgency=low * provide an upgrade path for the configuration items taken over from tetex-base * Add a versioned conflict on tetex-base - they would remove our 00updmap.cfg file. -- Frank Küster Wed, 6 Jul 2005 17:36:30 +0200 tex-common (0.2) unstable; urgency=low * Install the configuration files needed by teTeX * Bug fix: "tex-common does not install: conflicts with tetex-bin", thanks to Hans Ulrich Niedermann (Closes: #314948). -- Frank Küster Wed, 29 Jun 2005 20:36:47 +0200 tex-common (0.1) unstable; urgency=low * Initial Release. -- Frank Küster Mon, 13 Jun 2005 18:09:55 +0200 ;; Local Variables: ;; coding: utf-8 ;; End: