Comment 79 for bug 201962

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

mn-fit (5.13-6) unstable; urgency=low

  * Require libgfortran libraries (instead of -lg2c) in gfortran dpatch #40.
    (Has no effect at the moment since ROOT is not yet in Sid to link against)
  * New dpatch 45-fix-bashisms to work around the fact that dash's built-in
    echo interprets backslashes as escape sequences (and has no way to turn
    this off) in scripts/mn_tutorial_tex.  (closes: #459092)
  * Do not ignore failure of "make clean" or "make cleantut" in debian/rules,
    in order to fix Lintian warning.  (Therefore, work around command in
    "make clean" rule that fails if manual/mn_fit_html directory doesn't
    already exist.)
  * Change "Apps/Science" -> "Science/Data Analysis" in doc-base files.
  * s/Root/ROOT/g in man page and README.Debian.
  * Upload to unstable for g77 -> gfortran transition.

mn-fit (5.13-5) experimental; urgency=low

  * Change Build-Depends for gfortran and TeX Live transitions.
  * New dpatch 40-gfortran-transition to change g77 to gfortran in Makefiles.
  * Bump Standards-Version to 3.7.3.
  * Menu policy transition: Apps/Science -> Applications/Science/Data Analysis.
  * Add Homepage field to control file.
  * Mention in debian/copyright where GPL v2 can be found as well as the
    current GPL version (Mn_Fit is licensed with the "version 2 or later,
    at your option" phrasing).
  * Set $(TEXMFVAR) to $(CURDIR)/.texmf-var in debian/rules as requested by
    Debian TeX maintainers.  Take care of creating and removing this
    directory in the appropriate targets.