[lhapdf] 02/06: Import Debian changes 5.9.1-1

Mattia Rizzolo mattia at debian.org
Thu Apr 6 12:24:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository lhapdf.

commit ee4b4dc4e96d61b57cd4b8dfa4d08713eacd630f
Merge: 35dc520 c110c2d
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sat Dec 14 20:14:13 2013 +0800

    Import Debian changes 5.9.1-1
    
    lhapdf (5.9.1-1) unstable; urgency=low
    
      * New upstream release.
      * Canonical VCS-* fields.
      * Bump Standards-Version to 3.9.4.
      * Remove obsolte DM-Upload-Allowed field.
      * Build depends on automake1.11.

 ChangeLog                                          |   47 +
 PDFsets.index                                      | 1433 ++++++++++++++++++++
 configure                                          |   20 +-
 configure.ac                                       |    2 +-
 debian/changelog                                   |   10 +
 debian/control                                     |   10 +-
 debian/patches/fix-typo.patch                      |    2 +-
 examples/Example1.f                                |    6 +-
 examples/Example4.f                                |    2 +-
 src/LHpdflib.F                                     |    1 +
 src/Makefile.am                                    |    4 +-
 src/Makefile.in                                    |   20 +-
 src/lhaglue.f                                      |   86 +-
 src/uncertainties.f                                |    4 +-
 src/wrapNNPDF20grid-lite.f                         |   20 +-
 src/wrapNNPDF20grid.f                              |   16 +-
 ...NPDF20grid-lite.f => wrapNNPDF20qedgrid-lite.f} |   92 +-
 src/{wrapNNPDF20grid.f => wrapNNPDF20qedgrid.f}    |   74 +-
 src/wrapNNPDFgrid-lite.f                           |    2 +-
 src/wrapa02m-lite.f                                |    2 +-
 src/wrapabkm09-lite.f                              |    2 +-
 src/wrapabm11-lite.f                               |    2 +-
 src/wrapcteq6-lite.f                               |    2 +-
 src/wrapcteq65-lite.f                              |    2 +-
 src/wrapevolve.F                                   |   20 +-
 src/wrapgjr-lite.f                                 |    2 +-
 src/wraph1-lite.f                                  |    2 +-
 src/wrapheragrid-lite.f                            |    4 +-
 src/wrapheragrid.f                                 |    6 +-
 src/wraphkn-lite.f                                 |    2 +-
 src/wrapmrst-lite.f                                |   48 +-
 src/wrapmrst.f                                     |   46 +-
 src/wrapmrst2006-lite.f                            |    2 +-
 src/wrapmrstqed-lite.f                             |    2 +-
 src/wrapmstw-lite.f                                |    2 +-
 src/wrapmstw.f                                     |    2 +-
 36 files changed, 1814 insertions(+), 185 deletions(-)

diff --cc debian/changelog
index a382197,0000000..9f4a3a2
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,48 -1,0 +1,58 @@@
++lhapdf (5.9.1-1) unstable; urgency=low
++
++  * New upstream release.
++  * Canonical VCS-* fields.
++  * Bump Standards-Version to 3.9.4.
++  * Remove obsolte DM-Upload-Allowed field.
++  * Build depends on automake1.11.
++
++ -- Lifeng Sun <lifongsun at gmail.com>  Sat, 14 Dec 2013 20:14:13 +0800
++
 +lhapdf (5.8.9-1) unstable; urgency=low
 +
 +  * Upload to sid.
 +
 + -- Lifeng Sun <lifongsun at gmail.com>  Mon, 06 May 2013 12:21:31 +0800
 +
 +lhapdf (5.8.9-1~exp1) experimental; urgency=low
 +
 +  * New upstream release.
 +
 + -- Lifeng Sun <lifongsun at gmail.com>  Mon, 18 Mar 2013 23:48:14 +0800
 +
 +lhapdf (5.8.8-1~exp1) experimental; urgency=low
 +
 +  * New upstream release.
 +  * debian/rules: change to tiny-style.
 +  * Move lhapdf-getdata script from lhapdf-pdfsets-minimal to
 +    python-lhapdf.
 +
 + -- Lifeng Sun <lifongsun at gmail.com>  Fri, 13 Jul 2012 21:58:38 +0800
 +
 +lhapdf (5.8.7+repack-1) unstable; urgency=low
 +
 +  * Disable test-suite on hurd-i386, mips, mipsel and s390. It requires
 +    RAM > 2GB to pass the test-suite, while buildds of these arches have
 +    no enough RAM.
 +  * Ship new pdfsets (cteq6ll.LHpdf, GRV98nlo.LHgrid and
 +    MRST2001nlo.LHgrid) to make test-suite of ThePEG happy, so repack
 +    source tarball.
 +  * octave-lhapdf: it depends on extra packages, so set priority to extra.
 +  * debian/copyright: fix licence version.
 +  * debian/control
 +    - move doxygen-latex and ghostscript to Build-Depends-Indep field.
 +    - replace automake and autoconf with dh-autoreconf.
 +
 + -- Lifeng Sun <lifongsun at gmail.com>  Mon, 18 Jun 2012 10:07:12 +0800
 +
 +lhapdf (5.8.7-2) unstable; urgency=low
 +
 +  * Define PATH_MAX to fix FTBFS on hurd-i386.
 +
 + -- Lifeng Sun <lifongsun at gmail.com>  Sun, 03 Jun 2012 00:07:33 +0800
 +
 +lhapdf (5.8.7-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #636978)
 +
 + -- Lifeng Sun <lifongsun at gmail.com>  Mon, 21 May 2012 12:03:10 +0800
diff --cc debian/control
index 89072fd,0000000..6c16d1e
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,113 -1,0 +1,113 @@@
 +Source: lhapdf
 +Section: science
 +Priority: optional
 +Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 +Uploaders: Lifeng Sun <lifongsun at gmail.com>
- DM-Upload-Allowed: yes
- Build-Depends: debhelper (>= 8), dh-autoreconf, gfortran, swig, python-dev, python-support, octave-pkg-dev, gnuplot
++Build-Depends: debhelper (>= 8), dh-autoreconf, automake1.11, gfortran, swig, python-dev, python-support, octave-pkg-dev, gnuplot
 +Build-Depends-Indep: doxygen-latex, ghostscript
- Standards-Version: 3.9.3
++Build-Conflicts: automake
++Standards-Version: 3.9.4
 +Homepage: http://projects.hepforge.org/lhapdf/
- Vcs-Git: git://git.debian.org/git/debian-science/packages/lhapdf.git
- Vcs-Browser: http://git.debian.org/?p=debian-science/packages/lhapdf.git;a=summary
++Vcs-Git: git://anonscm.debian.org/debian-science/packages/lhapdf.git
++Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/lhapdf.git;a=summary
 +
 +Package: liblhapdf0
 +Section: libs
 +Architecture: any
 +Multi-Arch: same
 +Pre-Depends: ${misc:Pre-Depends}
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Recommends: lhapdf-pdfsets-minimal
 +Description: [Physics] Les Houches Accord PDF Interface
 + LHAPDF provides a unified and easy to use interface to modern PDF sets. It is
 + designed to work not only with individual PDF sets but also with the more
 + recent multiple "error" sets. It can be viewed as the successor to PDFLIB,
 + incorporating many of the older sets found in the latter, including pion and
 + photon PDFs. In LHAPDF the computer code and input parameters/grids are
 + separated thus allowing more easy updating and no limit to the expansion
 + possibilities.
 +
 +Package: liblhapdf-dev
 +Section: libdevel
 +Architecture: any
 +Depends: liblhapdf0 (= ${binary:Version}), ${misc:Depends}
 +Recommends: lhapdf-pdfsets-minimal
 +Suggests: lhapdf-ccwrap-doc
 +Description: [Physics] Les Houches Accord PDF Interface - development files
 + LHAPDF provides a unified and easy to use interface to modern PDF sets. It is
 + designed to work not only with individual PDF sets but also with the more
 + recent multiple "error" sets. It can be viewed as the successor to PDFLIB,
 + incorporating many of the older sets found in the latter, including pion and
 + photon PDFs. In LHAPDF the computer code and input parameters/grids are
 + separated thus allowing more easy updating and no limit to the expansion
 + possibilities.
 + .
 + This package provides development files of LHAPDF, including C++ bindings.
 +
 +Package: python-lhapdf
 +Section: python
 +Architecture: any
 +Depends: lhapdf-pdfsets-minimal (= ${source:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 +Breaks: lhapdf-pdfsets-minimal (<< 5.8.8)
 +Description: Python Bindings for LHAPDF
 + LHAPDF provides a unified and easy to use interface to modern PDF sets. It is
 + designed to work not only with individual PDF sets but also with the more
 + recent multiple "error" sets. It can be viewed as the successor to PDFLIB,
 + incorporating many of the older sets found in the latter, including pion and
 + photon PDFs. In LHAPDF the computer code and input parameters/grids are
 + separated thus allowing more easy updating and no limit to the expansion
 + possibilities.
 + .
 + This package provides Python bindings for LHAPDF.
 +
 +Package: octave-lhapdf
 +Priority: extra
 +Architecture: any
 +Multi-Arch: same
 +Pre-Depends: ${misc:Pre-Depends}
 +Depends: octave, liblhapdf0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 +Recommends: lhapdf-pdfsets-minimal
 +Description: Octave Bindings for LHAPDF
 + LHAPDF provides a unified and easy to use interface to modern PDF sets. It is
 + designed to work not only with individual PDF sets but also with the more
 + recent multiple "error" sets. It can be viewed as the successor to PDFLIB,
 + incorporating many of the older sets found in the latter, including pion and
 + photon PDFs. In LHAPDF the computer code and input parameters/grids are
 + separated thus allowing more easy updating and no limit to the expansion
 + possibilities.
 + .
 + This package provides Octave bindings for LHAPDF.
 +
 +Package: lhapdf-pdfsets-minimal
 +Architecture: all
 +Depends: ${misc:Depends}
 +Recommends: python-lhapdf
 +Description: Minimal PDF Sets of LHAPDF
 + LHAPDF provides a unified and easy to use interface to modern PDF sets. It is
 + designed to work not only with individual PDF sets but also with the more
 + recent multiple "error" sets. It can be viewed as the successor to PDFLIB,
 + incorporating many of the older sets found in the latter, including pion and
 + photon PDFs. In LHAPDF the computer code and input parameters/grids are
 + separated thus allowing more easy updating and no limit to the expansion
 + possibilities.
 + .
 + This package provides a minimal PDF sets required by the test suites of
 + LHAPDF and ThePEG.
 + .
 + Note: the python-lhapdf package provides lhapdf-getdata script to download
 + other PDF sets.
 +
 +Package: lhapdf-ccwrap-doc
 +Section: doc
 +Architecture: all
 +Depends: ${misc:Depends}
 +Description: C++ Bindings for LHAPDF - documentation
 + LHAPDF provides a unified and easy to use interface to modern PDF sets. It is
 + designed to work not only with individual PDF sets but also with the more
 + recent multiple "error" sets. It can be viewed as the successor to PDFLIB,
 + incorporating many of the older sets found in the latter, including pion and
 + photon PDFs. In LHAPDF the computer code and input parameters/grids are
 + separated thus allowing more easy updating and no limit to the expansion
 + possibilities.
 + .
 + This package provides documentation of C++ bindings for LHAPDF.
diff --cc debian/patches/fix-typo.patch
index 8b7f454,0000000..995ba59
mode 100644,000000..100644
--- a/debian/patches/fix-typo.patch
+++ b/debian/patches/fix-typo.patch
@@@ -1,13 -1,0 +1,13 @@@
 +Fix typo: AVAIABLE->AVAILABLE.
 +
 +--- a/src/wrapevolve.F
 ++++ b/src/wrapevolve.F
- @@ -325,7 +325,7 @@
++@@ -335,7 +335,7 @@
 +       if(index(setpath,'NNPDF').gt.0) then
 +           if(nset.gt.1) then
 +               if((index(setpath,'1000.').gt.0.and.nnpdf.gt.0).or.(index(setpath,'100.').gt.0.and.nnpdf1000.gt.0)) then
 +-                  print *,'LHAPDF ERROR: MULTISET-INITIALIZATION with NNPDF 1000 sets IS NOT AVAIABLE (AT THE MOMENT)!'
 ++                  print *,'LHAPDF ERROR: MULTISET-INITIALIZATION with NNPDF 1000 sets IS NOT AVAILABLE (AT THE MOMENT)!'
 +                   STOP
 +               endif
 +           endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lhapdf.git



More information about the debian-science-commits mailing list