mn-fit (5.13-6ubuntu1) hardy; urgency=low * Change Build-Depends on gfortran to (>= 4:4.2.3) to fix FTBFS (LP: #201962) Once gfortran (>= 4:4.3) is available in Ubuntu this can be dropped. * Modify Maintainer value to match the DebianMaintainerField specification. -- Cesare Tirabassi Tue, 01 Apr 2008 12:43:11 +0200 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. -- Kevin B. McCarty Wed, 27 Feb 2008 11:39:45 -0800 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. -- Kevin B. McCarty Wed, 30 Jan 2008 21:14:16 -0800 mn-fit (5.13-4) unstable; urgency=low * Patch 05-fix-Makefile: Turn $(DEBUG) on so that the build doesn't delete intermediate *.f files generated by the preprocessor. * Patch 30-fix-for-64-bit: Call CSEXT() with functions MYERF instead of ERF, etc., where MYERF is a wrapper around ERF. Shared library functions (ERF and friends are in libg2c.so) are outside the range expected by COMIS on ia64. (This shouldn't affect anything seen by the user since we still tell CSEXT() that the functions are named ERF, etc.) _Really_ closes: #301509. * New patch 35-pictures-output: Send mn_fit_pictures.mnf output to stdout rather than to a logfile that is inaccessible to me on the buildds. -- Kevin B. McCarty Wed, 20 Sep 2006 17:45:47 -0400 mn-fit (5.13-3) unstable; urgency=low * New patch 30-fix-for-64-bit: Put variables used by COMIS in Pawlib into a COMMON block so they are in the data segment of memory. This allows COMIS to see them correctly on 64-bit machines. * debian/control: {Build-,}Depend on libpawlib2-dev (>= 1:2.14.04-4), libpacklib1-dev (>= 2005.dfsg-4) and libkernlib1-dev (>= 2005.dfsg-2) to ensure that recent 64-bit fixes to Cern libraries from Harald Vogt are included in mn-fit binaries statically linked to Cern libraries on 64-bit arches. I hope this closes: #301509. * debian/control: Bump Standards-Version to 3.7.2 (no changes). * debian/control: Change deprecated ${Source-Version} to ${binary:Version}, and change dependency of mn-fit on mn-fit-common to mn-fit-common (= ${source:Version}). Hence Build-Depend upon dpkg-dev (>= 1.13.19). * debian/README.Debian: Update the pointer to information about how to reconfigure the X server after modifying its config file (the file /usr/share/doc/x11-common/FAQ.xhtml no longer exists). -- Kevin B. McCarty Tue, 19 Sep 2006 17:55:57 -0400 mn-fit (5.13-2) unstable; urgency=low * debian/watch: Update to syntax version 3. * debian/safe-tempdir.sh: Use #!/bin/sh instead of bash since the script contains nothing POSIX sh-incompatible. * debian/control: Tighten versioned dependency of mn-fit-dev on mn-fit, and (for bin-NMUs) loosen versioned dependency of mn-fit on mn-fit-common. * debian/README.Debian, debian/mn_fit.1: Minor changes. -- Kevin B. McCarty Thu, 26 Jan 2006 11:12:57 -0500 mn-fit (5.13-1) unstable; urgency=low * New upstream release. - Fix patch 10 to apply against new version of Makefile.user. - Add patch 20 to permit supplying an absolute path to the command "mn_fit -u /mn_user" (a feature which worked only by accident in previous releases). - Resync other patches. - Install the new xmnusr[12].{fpp,mnf} example files in the mn-fit-dev package, and update debian/mn-fit-dev.README.debian accordingly. * Update reference to X FAQ about Debconf configuration of X config files with altered md5sums. * Update maintainer email. -- Kevin B. McCarty Tue, 22 Nov 2005 19:46:35 +0000 mn-fit (5.12-1) unstable; urgency=low * New upstream release. - debian/rules: Following upstream, move the tutorial directory from /usr/share/mn-fit/tutorial to /usr/share/mn-fit/help/tutorial. - Patch 09 edited to set the new tutorial path in the tutorial macros. - Patch 06 edited to copy, not symlink, data files from tutorial into help directories. * debian/copyright: Update FSF address. -- Kevin B. McCarty Wed, 14 Sep 2005 11:50:05 -0400 mn-fit (5.11-1) UNRELEASED; urgency=low * New upstream release. - The only upstream changes are fixes to build issues with the documentation, which were already worked around in the 5.10-1 Debian release. Hence, no reason to upload this version to the Debian archive. - Re-sync patch 06 with upstream changes. - Remove patches 07, 08; no longer needed. - Clean build dir info from *.ps, not *.ps.gz (upstream no longer gzips PostScript files of the manual). -- Kevin B. McCarty Mon, 22 Aug 2005 19:05:10 +0000 mn-fit (5.10-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.6.2 (no related changes necessary). * Fix Lintian override for new menu files location /usr/share/menu. * Add Linda override for the same issue (x-terminal-emulator not in package). * Add patch 06 to fix a symlink in new version. * Add new tutorial in mn-fit-doc package. - patches 07, 08: fix Makefile compilation issues and LaTeX problems. - patch 09: fix tutorial macros to fetch data from the installed location. - debian/control: add tetex-extra Build-Depends-Indep for fancybox.sty. -- Kevin B. McCarty Fri, 19 Aug 2005 12:07:12 -0400 mn-fit (5.06-1) unstable; urgency=low * New upstream release. - Fix patch 05 to apply to new upstream Makefile. - Fix patch 10 so that it works correctly with upstream's new library structure. - Note in mn_fit.1 and README.Debian that upstream's new Root interface is not supported in Debian packages, since Root cannot currently be officially packaged for Debian. * Modify Build-Depends to compile against new Cernlib 2005.05.09-1 packages. * Add very brief descriptions of Mn_Fit in the other three binary package descriptions (closes: #303012). * debian/watch: Use the fix given at http://lists.debian.org/debian-devel/2005/04/msg00188.html to change '_' to '.' in upstream version numbers. -- Kevin B. McCarty Tue, 14 Jun 2005 16:52:15 -0400 mn-fit (5.05-2) unstable; urgency=low * debian/rules, patch 10: Compile mn_fit and build helper programs statically linked against Cernlib on 64-bit arches. Maybe (although it's a long shot) this will fix the FTBFS noted in #301509. If not, I'll give up and request it to be added in Packages-arch-specific for now. * Install mn_main_k.fpp, not mn_main_k.o, to work around Linda errors, and adjust Makefile.user appropriately. -- Kevin B. McCarty Mon, 28 Mar 2005 10:36:46 -0500 mn-fit (5.05-1) unstable; urgency=low * New upstream release. * Upstream has applied patches 05, 10, 15, 30; deleted from patch set. * Patch 20: no longer relevant; deleted from patch set. * debian/control: New package mn-fit-dev to allow the creation of a user-customized version of Mn_Fit. * debian/control: Depend on "less" for use as help pager. Add gs-common as Build-Depends-Indep (upstream now creates PDFs with ps2pdf). * debian/rules: Switch to using Cernlib 2004 include files. * debian/mn-fit-doc.{doc-base,dirs,install}: Put PS and PDF files into separate directories. * New patches: - patch 05: Add to, don't destroy, value of $FFLAGS. - patch 10: Modify Makefile.user for use in Debian. - patch 15: Save value of thffil between calls to MN_HLP. -- Kevin B. McCarty Fri, 18 Mar 2005 17:32:46 -0500 mn-fit (5.03-3) unstable; urgency=low * debian/README.debian: Mention that making the suggested change to XF86Config-4 will cause Debconf not to update that file, and refer to the relevant entry in the X Strike Force FAQ. * debian/rules: Fix so that dpkg-buildpackage succeeds using -B option. -- Kevin B. McCarty Thu, 10 Mar 2005 14:36:31 +0100 mn-fit (5.03-2) unstable; urgency=low * debian/rules: Remove information leak (build directory written into files) from installed EPS and PS files. * debian/control: Build-Depend on sed (>= 4.1-4) for use of "sed -i". * debian/rules, debian/mn-fit-doc.install, debian/mn-fit-doc.dirs: Install manual in mn-fit-doc package into /usr/share/doc/mn-fit/manual/, not /usr/share/doc/mn-fit-doc/. * debian/rules: Use "$(MN_ARCH)" (set at top of file) instead of `uname -s`. -- Kevin B. McCarty Sun, 6 Feb 2005 14:59:21 -0500 mn-fit (5.03-1) unstable; urgency=low * Initial Release. * closes: #288959 (ITP). -- Kevin B. McCarty Sun, 16 Jan 2005 09:09:07 -0500