Back to cernlib PTS page

Accepted cernlib 2006.dfsg.2-6 (source all i386)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 11 Jan 2008 10:03:47 -0800
Source: cernlib
Binary: cernlib-core zftp libkernlib1-dev cernlib libgraflib1-gfortran libgraflib1-dev libpacklib1-gfortran libpacklib-lesstif1-gfortran libmathlib2-gfortran cernlib-extras kuipc libpacklib-lesstif1-dev libgrafx11-1-dev libkernlib1-gfortran libpacklib1-dev libgrafx11-1-gfortran cernlib-core-dev cernlib-base-dev cernlib-base kxterm pawserv dzedit libmathlib2-dev
Architecture: source all i386
Version: 2006.dfsg.2-6
Distribution: experimental
Urgency: low
Maintainer: Kevin B. McCarty <kmccarty@debian.org>
Changed-By: Kevin B. McCarty <kmccarty@debian.org>
Description: 
 cernlib    - CERNLIB data analysis suite - general use metapackage
 cernlib-base - CERNLIB data analysis suite - common files
 cernlib-base-dev - CERNLIB data analysis suite - dependencies checking script
 cernlib-core - CERNLIB data analysis suite - main libraries and programs
 cernlib-core-dev - CERNLIB data analysis suite - core development files
 cernlib-extras - CERNLIB data analysis suite - extra programs
 dzedit     - CERNLIB data analysis suite - ZEBRA documentation editor
 kuipc      - CERNLIB data analysis suite - KUIP compiler
 kxterm     - CERNLIB data analysis suite - KUIP terminal emulator
 libgraflib1-dev - CERNLIB data analysis suite - graphical library (development file
 libgraflib1-gfortran - CERNLIB data analysis suite - graphical library
 libgrafx11-1-dev - CERNLIB data analysis suite - interface to X11 and PostScript (de
 libgrafx11-1-gfortran - CERNLIB data analysis suite - interface to X11 and PostScript
 libkernlib1-dev - CERNLIB data analysis suite - core library of basic functions (de
 libkernlib1-gfortran - CERNLIB data analysis suite - core library of basic functions
 libmathlib2-dev - CERNLIB data analysis suite - core mathematical library (developm
 libmathlib2-gfortran - CERNLIB data analysis suite - core mathematical library
 libpacklib-lesstif1-dev - CERNLIB data analysis suite - core GUI library (development files
 libpacklib-lesstif1-gfortran - CERNLIB data analysis suite - core GUI library
 libpacklib1-dev - CERNLIB data analysis suite - core library (development files)
 libpacklib1-gfortran - CERNLIB data analysis suite - core library
 pawserv    - CERNLIB data analysis suite - distributed PAW and file transfer s
 zftp       - CERNLIB data analysis suite - file transfer program
Closes: 434232 454572 455775 455776 455794 455962 456552 457302 457682 457798 457829 458597
Changes: 
 cernlib (2006.dfsg.2-6) experimental; urgency=low
 .
   * Experimental upload implementing gfortran transition:
     - debian/add-ons/cernlib.mk: Make gfortran the default compiler.
     - debian/add-ons/cernlib.mk: Add "_gfortran" string into sonames to keep
       binary compatibility with Fedora gfortran-compiled CERNLIB packages.
     - debian/add-ons/bin/cernlib.in: s/-lg2c/-lgfortran/g
     - debian/NEWS: Warn that recompilation of user programs will be required.
     - debian/README.amd64: Remove this file as it applies only to g77.
     - debian/control.d/*, debian/debhelper/*, debian/copyright*, debian/rules:
       Rename library packages for gfortran transition.  While renaming
       things, rename libpacklib1-lesstif{,-dev} to
       libpacklib-lesstif1-{gfortran,dev} to get the soversion in the right
       place in the package name.  Add Conflicts and Replaces on old library
       packages.  Bump Build-Depends and Depends of devel packages to the first
       versions of dependent packages built with gfortran.
 .
   * gfortran-related source code patch updates and revisions:
     - Patch 102: Build gamma64.F with no compiler optimization; it fails
       the mathlib test suite (GEN test #66, for E408) at -O3 in gfortran-4.2.
       (Note, even when compiled optimized, the "failure" is caused by an
       error in the 16th significant base-10 digit of a calculation involving
       results returned from the DGAMMA function; I suspect mathlib authors
       were overly optimistic about the precision of "double" variables.)
     - Patch 215: Removed; hope the g77 compiler bug on ia64 that prompted this
       patch isn't also present and needing to be worked around in gfortran.
     - New patch 216: Force use of CERNLIB gamma function within mathlib, not
       glibc's gamma function, which may be insufficiently precise; see, e.g.,
       the thread started at http://gcc.gnu.org/ml/fortran/2007-10/msg00096.html
       (This is not an issue now, but may be in the future when gfortran-4.3
       becomes the default compiler.)
     - Patch 304: Make sure that gfortran is passed the -fno-automatic flag.
     - Patch 321: Rename MYGETARG to KERNLIBGETARG, and comment out GETARG
       itself, to make name clashes much less likely.  Use KERNLIBGETARG
       instead of _gfortran_getarg_i4 in kfor.h in case gfortran name mangling
       changes in the future.
 .
   * Support ppc64 architecture:
     - Patch 211: No change needed; Patrice Dumas finds that like amd64, ppc64
       puts static variables and local functions in memory under the 32-bit
       barrier.
     - Patch 304: Update Imake.cf to the version from xutils-dev 1:7.2.ds2-1
       (but keeping the local change of darwin.cf -> MacOSX.cf).  Revise
       linux.cf to match, supplying -DCERNLIB_QMLXIA64 flag in the event
       of Ppc64Architecture being defined.
 .
   * debian/cernlib-debian.mk: Remove section that would by default delete
     the build tree of object files after stampdir/cernlib-{arch,indep}-stamp
     were created.  This could have caused a race condition when used with
     parallel make.  Conserving disk space on buildds is no longer as
     important with CERN libs split into four separate source packages.
   * debian/README.source: Remove mention of the now-useless "keepbuild"
     $DEB_BUILD_OPTIONS flag.
 .
   * More lintian fixes:
     - debian/control.d/0base.control: Bump Standards-Version to 3.7.3.
     - debian/patches/*: Make sure all patches have a "## DP:" comment header.
     - debian/rules: Add lintian override for 'cernlib' metapackage lintian
       error in short description "description-starts-with-package-name".
 .
   * Miscellaneous minor tweaks:
     - debian/cernlib-debian.mk: Define CERNLIB_VERBOSE to get more output
       from some test suite programs.
     - debian/control.d/0base.control: Add Homepage field.
     - debian/copyright*: Mention the switch to GPL v3.
     - debian/debhelper/kxterm.menu: Deleted; it is not useful to have kxterm
       in the menu without an application to drive it.
     - debian/debhelper/cernlib-base.README.debian: Explain how to turn on
       Vim syntax highlighting for KUIPC and kumacs files, now that it is
       no longer automatic.
     - debian/*: Uniformly capitalize CERNLIB and CERN, following usage on
       upstream's web page (but without editing old changelog or NEWS entries).
 .
   * debian/rules: Add rule to call debconf-updatepo explicitly from
     debian/rules clean target.
   * debian/control.d/*: debian/control reviewed by the debian-l10n-english
     team as part of the Smith Review Project.  (Partly closes: #454572)
     A few additional tweaks made.
   * debian/pawserv.templates: Debconf template reviewed by the debian-l10n-
     english team as part of the Smith Review Project.  (closes the rest of
     #454572)
   * New or updated debconf translations following the template update:
     - Updated cs.po, thanks to Miroslav Kure <kurem@debian.cz>
       (closes: #457682)
     - Updated de.po, thanks to Erik Schanze <eriks@debian.org>
       (closes: #457798)
     - Updated fr.po, thanks to Christian Perrier <bubulle@debian.org>
       (closes: #455775)
     - Updated gl.po, thanks to Jacobo Tarrio <jtarrio@debian.org>
       (closes: #455776)
     - Updated pt.po, thanks to Miguel Figueiredo <elmig@debianpt.org>
       (closes: #458597)
     - Updated vi.po, thanks to Clytie Siddall <clytie@riverland.net.au>
       (closes: #457302)
     - New eu.po, thanks to Aitor Ibañez <aitiba@gmail.com>
       (closes: #457829)
     - New fi.po, thanks to Esko Arajärvi <edu@iki.fi>
       (closes: #455962)
     - New it.po, thanks to Luca Monducci <luca.mo@tiscali.it>
       (closes: #456552)
     - New nb.po, thanks to Bjørn Steensrud <bjornst@skogkatt.homelinux.org>
       (closes: #455794)
     - New ru.po, thanks to Yuri Kozlov <kozlov.y@gmail.com>
       (closes: #434232)
Files: 
 d864dd47ca4cdad3b123182cfda64082 1266 science optional cernlib_2006.dfsg.2-6.dsc
 9ee6ad9c139f8c8e190b8dca7f078cc7 183883 science optional cernlib_2006.dfsg.2-6.diff.gz
 4de968102ce85f379fbfa6af2b3e7b1e 73504 devel optional cernlib-base-dev_2006.dfsg.2-6_all.deb
 4ca3b0d6b7957107cab3d5d0f1ad915d 59360 devel optional cernlib-base_2006.dfsg.2-6_all.deb
 8f0d787110944ca73bb9ef16aa9e68ac 1066 devel optional cernlib-core-dev_2006.dfsg.2-6_all.deb
 3f4b9a34e3da2c795d0424e116631921 1068 science optional cernlib-core_2006.dfsg.2-6_all.deb
 0a955d32b9b1477467db8f209ba96640 1102 science extra cernlib-extras_2006.dfsg.2-6_all.deb
 1f0e3df17583bd28b5b18ce6b8bbb57c 1154 science optional cernlib_2006.dfsg.2-6_all.deb
 d53781237628d16d4d7d208686cdfc9f 52124 devel optional dzedit_2006.dfsg.2-6_i386.deb
 c7a307bf22cacc0e0f0d875050821567 54952 devel optional kuipc_2006.dfsg.2-6_i386.deb
 bb82d85c2964abf09dd2880b8a17186d 59100 science optional kxterm_2006.dfsg.2-6_i386.deb
 7ae8248e5154541d70aaaef300197641 410754 libdevel optional libgraflib1-dev_2006.dfsg.2-6_i386.deb
 d4bdb07da05c9ac5ba479bee5752f94d 291618 libs optional libgraflib1-gfortran_2006.dfsg.2-6_i386.deb
 4b301383d0db2377206d86dd06bfceda 599974 libdevel optional libgrafx11-1-dev_2006.dfsg.2-6_i386.deb
 b8062c4c847f1d13cea4b0240aa01470 404160 libs optional libgrafx11-1-gfortran_2006.dfsg.2-6_i386.deb
 1e1861bbe92ba721cc4121af50e6731e 347140 libdevel optional libkernlib1-dev_2006.dfsg.2-6_i386.deb
 e5b9a5cb5773a7d3352ce7ab31e685a9 260062 libs optional libkernlib1-gfortran_2006.dfsg.2-6_i386.deb
 6df34e52674e51333d5ba1ad5a63e9af 896152 libdevel optional libmathlib2-dev_2006.dfsg.2-6_i386.deb
 96f0752a53eec5ae48a3663efa4dfc9d 675742 libs optional libmathlib2-gfortran_2006.dfsg.2-6_i386.deb
 ffceacf8a4ab437cfa32d1403670d12c 164052 libdevel optional libpacklib-lesstif1-dev_2006.dfsg.2-6_i386.deb
 20e1e2258bdb50d491b0666813890096 141480 libs optional libpacklib-lesstif1-gfortran_2006.dfsg.2-6_i386.deb
 0cc7c91cde002613889b50ccddcad5bb 2553470 libdevel optional libpacklib1-dev_2006.dfsg.2-6_i386.deb
 18c1b429f34e2b27ea2fb3d7f4986be6 1634386 libs optional libpacklib1-gfortran_2006.dfsg.2-6_i386.deb
 f3ed1febf1c529dde02148a2daed568f 56776 net extra pawserv_2006.dfsg.2-6_i386.deb
 ab310b08b42c32dc3e37d64070b443d8 48020 net extra zftp_2006.dfsg.2-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHh8QufYxAIk+Dx1ERAuk/AJsErJtcEyJOQY3ma68MEA6amdsV+gCgr3iV
01E8Aagov0nWQQ/YGXb3juA=
=kxWR
-----END PGP SIGNATURE-----


Accepted:
cernlib-base-dev_2006.dfsg.2-6_all.deb
  to pool/main/c/cernlib/cernlib-base-dev_2006.dfsg.2-6_all.deb
cernlib-base_2006.dfsg.2-6_all.deb
  to pool/main/c/cernlib/cernlib-base_2006.dfsg.2-6_all.deb
cernlib-core-dev_2006.dfsg.2-6_all.deb
  to pool/main/c/cernlib/cernlib-core-dev_2006.dfsg.2-6_all.deb
cernlib-core_2006.dfsg.2-6_all.deb
  to pool/main/c/cernlib/cernlib-core_2006.dfsg.2-6_all.deb
cernlib-extras_2006.dfsg.2-6_all.deb
  to pool/main/c/cernlib/cernlib-extras_2006.dfsg.2-6_all.deb
cernlib_2006.dfsg.2-6.diff.gz
  to pool/main/c/cernlib/cernlib_2006.dfsg.2-6.diff.gz
cernlib_2006.dfsg.2-6.dsc
  to pool/main/c/cernlib/cernlib_2006.dfsg.2-6.dsc
cernlib_2006.dfsg.2-6_all.deb
  to pool/main/c/cernlib/cernlib_2006.dfsg.2-6_all.deb
dzedit_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/dzedit_2006.dfsg.2-6_i386.deb
kuipc_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/kuipc_2006.dfsg.2-6_i386.deb
kxterm_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/kxterm_2006.dfsg.2-6_i386.deb
libgraflib1-dev_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libgraflib1-dev_2006.dfsg.2-6_i386.deb
libgraflib1-gfortran_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libgraflib1-gfortran_2006.dfsg.2-6_i386.deb
libgrafx11-1-dev_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libgrafx11-1-dev_2006.dfsg.2-6_i386.deb
libgrafx11-1-gfortran_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libgrafx11-1-gfortran_2006.dfsg.2-6_i386.deb
libkernlib1-dev_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libkernlib1-dev_2006.dfsg.2-6_i386.deb
libkernlib1-gfortran_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libkernlib1-gfortran_2006.dfsg.2-6_i386.deb
libmathlib2-dev_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libmathlib2-dev_2006.dfsg.2-6_i386.deb
libmathlib2-gfortran_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libmathlib2-gfortran_2006.dfsg.2-6_i386.deb
libpacklib-lesstif1-dev_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libpacklib-lesstif1-dev_2006.dfsg.2-6_i386.deb
libpacklib-lesstif1-gfortran_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libpacklib-lesstif1-gfortran_2006.dfsg.2-6_i386.deb
libpacklib1-dev_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libpacklib1-dev_2006.dfsg.2-6_i386.deb
libpacklib1-gfortran_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/libpacklib1-gfortran_2006.dfsg.2-6_i386.deb
pawserv_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/pawserv_2006.dfsg.2-6_i386.deb
zftp_2006.dfsg.2-6_i386.deb
  to pool/main/c/cernlib/zftp_2006.dfsg.2-6_i386.deb