Skip to content

Changelog paw (1:2.14.04.dfsg.2-9.1build4)

2020

paw (1:2.14.04.dfsg.2-9.1build4) focal; urgency=medium

   * No-change rebuild for libgcc-s1 package name change.

2019

paw (1:2.14.04.dfsg.2-9.1build3) disco; urgency=medium

   * No-change rebuild against fixed cernlib, see #922453

2018

paw (1:2.14.04.dfsg.2-9.1build2) cosmic; urgency=medium

   * No-change rebuild for libgfortran soname change.

2017

paw (1:2.14.04.dfsg.2-9.1build1) artful; urgency=medium

   * No-change rebuild for libgfortran soname change.

paw (1:2.14.04.dfsg.2-9.1) unstable; urgency=medium

   * Non-maintainer upload
   * debian/add-ons/Makefile: build pawX11 and paw++ with -no-pie
     (closes: #862222)

2013

paw (1:2.14.04.dfsg.2-9) unstable; urgency=low

   * debian/control:
     - remove obsolete dpatch from build-dep.
     - remove obsolete DM-Upload-Allowed field.
     - transition from lesstif2 to motif. (Closes: #717640)
     - canonical VCS-* fields.
     - bump Standards-Version to 3.9.4.
   * Remove unused lintian-overrides.
   * Support multiarch.

2012

paw (1:2.14.04.dfsg.2-8) unstable; urgency=low

   * Team upload
   * debian/rules: set locale to C before including CERN makefile snippet
     (closes: #660246)
   * rename debian/debhelper to debian/dh, as indicated by maintainer.
     (closes: #640572)

2011

paw (1:2.14.04.dfsg.2-7) unstable; urgency=low

   * New maintainer. Thanks Kevin B. McCarty for contributing to the HEP
     free software community over the years. (Closes: #619393)
   * Bump Standards-Version to 3.9.1
     - debian/copyright: specify current version of GPL.
     - Add ${misc:Depends} to debian/control Depends for all binary
       packages.
     - debian/control.d/libpawlib{2,-lesstif3}-dev.control: change
       "Conflicts" to "Breaks".
   * Fix FTBFS #552905, thanks Steve Langasek <vorlon@debian.org>.
   * Remove duplicated section field from control files:
     - debian/control.d/debian/control.d/paw++.control
     - debian/control.d/paw-common.control
     - debian/control.d/paw-demos.control
     - debian/control.d/paw.control
   * debian/source/format: set source format to 1.0.
   * Add typo fixing patches 131 and 132.
   * Update patch 119: include stdlib.h to declare 'free' function.
   * Update patch 211: eliminate warning on incompatible pointers.
   * debian/rules: remove obsolete dh_desktop.
   * debian/control.d/0base.control: add Vcs-{Git,Browser} fields.
   * debian/lintian/paw: remove override menu-command-not-in-package.
   * debian/lintian/{libpawlib-lesstif3,libpawlib2-gfortran}: override
     no-symbols-control-file.
 
   [ Sylvestre Ledru ]
   * Switch to dpkg-source 3.0 (quilt) format

2008

paw (1:2.14.04.dfsg.2-6) unstable; urgency=low

   * Patch 302: minor fixes to paw script to allow it to properly call binaries
     in $CERNLIB/$CERN_LEVEL/bin if those environment variables are set.
   * Patch 804: fix Debian-specific bug that caused PAW to abort if the
     difference between two pointers used by COMIS was in the range given by
     INT_MAX < diff <= UINT_MAX.  Thanks to Giuseppe Tagliente
     <Pino.Tagliente@ba.infn.it> for the bug report (by private email).

paw (1:2.14.04.dfsg.2-5) unstable; urgency=low

   * Patch 804: omit "extern" from common block declaration since the "extern"
     is included in the cfortran.h COMMON_BLOCK_DEF macro as of cfortran.h
     version 4.4-12.
   * Build-Depend on cfortran (>= 4.4-12) for this change.
   * Patch 307: refresh internal copy of cfortran.h to 4.4-12 (although we do
     not use this internal copy in the build, it's best to be consistent).

paw (1:2.14.04.dfsg.2-4) unstable; urgency=low

   * Create symlinks from /usr/share/icons/hicolor/{32x32,48x48}/apps/paw.xpm
     to /usr/share/pixmaps/paw{32x32,48x48}.xpm in paw-common package.
   * Apply patch to Paw++ desktop file from Patrice Dumas.
   * Run dh_icons in debian/rules binary-indep target.
   * Build-Depend on debhelper (>= 6.0.12) since we need fix for #448094.

paw (1:2.14.04.dfsg.2-3) unstable; urgency=low

   * Fix unescaped hyphens in paw.1 man page.
   * Remove deprecated Encoding field from Paw++ desktop entry.
   * Upload to unstable.

paw (1:2.14.04.dfsg.2-2) experimental; urgency=low

   * Transition to gfortran:
     - Re-do build dependencies (require minimum of 2006.dfsg.2-7 for CERNLIB
       dependencies and 4.4-10 for cfortran) and append "-gfortran" suffix to
       runtime library package names.  Explicitly Build-Depend on new
       libblas-dev and liblapack-dev packages and gfortran (>= 4:4.3).
     - Patch 320: Add -DgFortran to the build flags in a few additional places.
     - Depend on gfortran rather than g77 as FORTRAN compiler (closes: #440755).
     - Update README.64-bit and other files to mention gfortran in place of g77.
 
   * Bump Standards-Version to 3.7.3:
     - Menu policy update: Apps/Science -> Applications/Science/Data Analysis.
 
   * Miscellaneous small changes:
     - Remove mention of no-longer-used "keepbuild" $DEB_BUILD_OPTION in
       README.source.
     - Make sure all patches have a "## DP:" comment header.
     - Add Homepage field in control file.
     - Mention the (somewhat ambiguous) switch to GPL v3 in copyright file.
     - Uniformly capitalize CERNLIB, COMIS, PAW and Paw++ properly in Debian
       packaging files (except old changelog entries).
     - Minor updates / improvements to README.64-bit and paw{,++}.README.debian.
     - Reference kuesvr man page now in section 7 instead of 1.
     - Do not assume that $LD_LIBRARY_PATH is empty in debian/rules (fixes
       error messages from fakeroot).
     - Increase left bar of Paw++ GUI from 80 to 100 pixels width in Paw++
       app-defaults file, to make the appearance of an annoying horizontal
       scroll-bar less likely.

2007

paw (1:2.14.04.dfsg.2-1) unstable; urgency=low

   * Repackage orig.tar.gz.  Necessary due to bug caused by #416008.
   * Bump soversion of libpawlib-lesstif to 3, due to removal of old embedded
     code.  This is mainly for purposes of paranoia, since all my tests using
     code previously built against the soversion-2 library worked OK without
     the soname change.  Should have been done in 1:2.14.04.dfsg-1, but better
     late than never.
   * Since I have the opportunity, change libpawlib-lesstif package naming
     scheme from libpawlibN-lesstif{,-dev} to libpawlib-lesstifN{,-dev}
     (N being the soversion) to fix Lintian warning about misnamed packages.
   * Add debian/README.Debian-source file.
   * Update package long descriptions and README.64-bit file (statically
     linked COMIS should work on ia64 and alpha as well as amd64 now).
   * Upload to unstable to join other parts of Cernlib 2006 in Sid.
     Build-dependencies are now consistent with linker flags output by
     "cernlib" dependency script, fixing FTBFS.  (Closes: #421985)

paw (1:2.14.04.dfsg-1) experimental; urgency=low

   * New upstream release (Cernlib 2006).
     - Upstream has not changed the PAW version number, so add ".dfsg" to it
       in the new orig.tar.gz (which I should have done in the first place
       anyway).
     - Resync patches 207, 601, 801 to deal with upstream fixes.
     - Remove patch 315 (Mac OSX support); it appears to be superseded upstream.
     - s/2005/2006/ in library filenames in debian/debhelper/lib*.install.
   * Deal with upstream decision to ship one massive tarball of Cernlib 2006:
     - Update debian/README.source and debian/copyright.in.
     - Use remove-deadpool and gmake scripts now shipped in cernlib-base-dev;
       remove no-longer-needed copies from debian/add-ons/bin, and
       Build-Depend upon cernlib-base-dev.
   * New patch 120: Fix syntax error in file src/pawlib/paw/cdf/mlpcdf.cdf
     (missing ">Guidance" keyword before help text for TPAT menu).
   * New patch 121: Call gfortran, not g77, from cscrexec.F in the case when
     gfortran is the selected Fortran compiler, on Linux and Mac OS X.
   * New patch 706: No longer build old embedded libXbae and libXaw code in
     pawlib/paw/tree and pawlib/paw/xbae.  Hence also Build-Depend and have
     the libpawlib2-lesstif-dev package Depend on libxbae-dev, libxaw7-dev,
     and cernlib-base-dev, which has an appropriately modified "cernlib"
     library dependency script.  Also update debian/add-ons/INSTALL and
     debian/copyright.in.
   * debian/add-ons/paw/*, debian/debhelper/libpawlib2-lesstif-dev.install:
     Provide dummy versions of tree.h and converter.h (the Xaw-related headers)
     for backwards API compatibility (in case any third parties were actually
     using those files, which I highly doubt).
     - debian/add-ons/Makefile: Stop hacking tree.h.
     - debian/rules: Delete the real copies of these files from libpawlib2-dev
       rather than moving them into libpawlib2-lesstif-dev.
     - Patch 119: No longer patch converter.h.
     - Patch 317: Remove; all it did was move converter.h around.
   * Remove old dummy transition packages "paw-static" and "paw++-static".
     Binaries in the paw and paw++ packages are (and have been since pre-Etch)
     dynamically linked on 32-bit and statically linked (only against CERN
     libraries) on 64-bit arches.
   * Change debhelper flags -a to -s.

paw (1:2.14.04-7) unstable; urgency=medium

   * debian/add-ons/app-defaults/Paw++: Two categories of fixes to the
     app-defaults shipped in /etc/X11/app-defaults/Paw++.
     - Add some colors to improve the appearance of icons in the browser.
     - Add geometry constraints on certain widgets, fixing an important GUI
       bug (not filed in the BTS) that was causing parts of the Paw++ UI not
       to be displayed.  Hence urgency set to medium.

2006

paw (1:2.14.04-6) unstable; urgency=low

   * debian/add-ons/misc/comis-64bit-example.F: Add COMIS example code
     (illustrating some pitfalls of using COMIS on 64-bit machines)
     to the libpawlib2-dev package.  Update README.64-bit to mention it.
   * debian/control.d/lib*-dev.control: Re-order dependencies of lib*-dev
     packages such that the corresponding lib* package comes last.
   * debian/control.d/0base.control: Bump libpacklib1-dev build dependency
     to >= 2005.dfsg-5.

paw (1:2.14.04-5) unstable; urgency=low

   * debian/control.d/*: Substitute deprecated ${Source-Version} with
     ${binary:Version} for lib*-dev packages depending on lib* packages.
     Hence Build-Depend upon dpkg-dev (>= 1.13.19).
   * debian/control.d/0base.control: Bump build dep on libpacklib1-dev to
     (>= 2005.dfsg-4) as it includes new Harald Vogt 64-bit fixes.
   * debian/debhelper/paw{,++}.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).

paw (1:2.14.04-4) unstable; urgency=low

   * Patches 119, 211: Fix a number of additional minor C compiler warnings.
   * debian/rules: Use $(CURDIR) instead of $(PWD) when testing dynamically
     linked PAW.  This test should no longer fail due to $LD_LIBRARY_PATH
     being set incorrectly on buildds using sudo instead of fakeroot
     (i.e., alpha, mips, mipsel).
   * debian/README.64-bit: New version, copied from Cernlib source package.
   * debian/README.source: Mention new gfortran option to $DEB_BUILD_OPTIONS.

paw (1:2.14.04-3) unstable; urgency=low

   * New patch 320 against csinit.F to ensure that if we are using
     ifort or gfortran, PAW compiles code using the right compiler.
   * New patch 119, to fix various compiler warnings, from Harald Vogt
     <hvogt@ifh.de>.
   * Patch 211: Merge in updated 64-bit patches from Harald Vogt dated
     2006-07-20.  Try, however, to be more general in cscal_lp64.h in
     terms of architectures accepted and whether variables on the stack
     can be used.
   * Bump Build-Depends on cernlib packages to >= 2005.dfsg-3 to take
     advantage of related Harald Vogt patches in them for statically linked
     binaries.
   * Remove unused optional patches 901 and 902 that were left over from
     before the cernlib source package split.
   * Add trivial program "addresstest.c" to diff.gz and run it at build
     time to see what the memory segmentation looks like on each arch.
     Print out PAW errors to build log if dynamically linked PAW is broken.

paw (1:2.14.04-2) unstable; urgency=low

   * patch 211: Include patch for cfortran/hbook.h from cernlib source package.
     (The build looks for hbook.h there in preference to /usr/include/cfortran/)
     Fixes FTBFS on 64-bit arches.

paw (1:2.14.04-1) unstable; urgency=low

   * Split off PAW and Paw++ into a separate source package.  Use the version
     numbering embedded in source instead of the date of release.
 
   * For previous changelog entries (versions 2005.05.09.dfsg-9 and earlier),
     please see the changelog.Debian in the cernlib-base binary package or
     the cernlib source package.