[cminpack] branch master updated (50f615a -> 5a076c0)

Ole Streicher olebole at moszumanska.debian.org
Mon Feb 27 14:37:21 UTC 2017


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

olebole pushed a change to branch master
in repository cminpack.

      from  50f615a   set Multi-Arch: same/foreign as suggested by the MultiArch hinter
       new  3aef32c   Rediff patches for use with gbp
      adds  cf3cdc1   New upstream version 1.3.6
       new  4a5e72a   Merge tag 'upstream/1.3.6'
       new  5a076c0   Update for new upstream version 1.3.6

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .cproject                                          | 268 ++++++++++-----------
 .travis-coverity-scan-build.sh                     | 111 +++++++++
 .travis.yml                                        |  48 +++-
 CMakeLists.txt                                     |  54 +++--
 Makefile                                           |  16 +-
 README.md                                          |  11 +-
 chkder_.c                                          |   2 +-
 cmake/CMakeLists.txt                               |  10 +-
 cmake/{FindCMinpack.cmake => CMinpackConfig.cmake} |   1 +
 cmake/cminpack.pc.in                               |   5 +-
 cminpack.h                                         |   9 +
 .../project.xcworkspace/contents.xcworkspacedata   |   7 +
 cminpackP.h                                        |   6 +-
 covar.c                                            |   1 +
 covar1.c                                           |   1 +
 covar_.c                                           |   3 +-
 debian/changelog                                   |   3 +-
 debian/patches/Link-to-math-lib.patch              |  34 +++
 ...ed-environment-when-building-the-test-su.patch} |  14 +-
 debian/patches/addlibmath.patch                    |  15 --
 debian/patches/series                              |   4 +-
 debian/rules                                       |   2 +-
 doc/index.html                                     |  56 +++--
 dogleg_.c                                          |   5 +-
 dpmpar.c                                           |  16 +-
 dpmpar_.c                                          |  19 +-
 enorm.c                                            |   6 +-
 enorm_.c                                           |  12 +-
 examples/Makefile                                  |  81 ++++---
 examples/README                                    |  38 +++
 examples/fcn.mpl                                   |  18 --
 examples/hybdrv.c                                  |   1 +
 examples/lmfdrv.c                                  |   1 +
 examples/{hybipt.c => neqipt.c}                    |   0
 examples/{hybipt.f => neqipt.f}                    |   0
 examples/ref/hybdrv.ref                            |  16 +-
 examples/ref/hyjdrv.ref                            |   8 +-
 examples/ref/lmddrv.ref                            |  12 +-
 examples/ref/lmfdrv.ref                            |  44 ++--
 examples/ref/lmsdrv.ref                            |  18 +-
 examples/{lmdipt.c => ssqipt.c}                    |   0
 examples/{lmdipt.f => ssqipt.f}                    |   0
 examples/tchkder.f                                 |  91 -------
 examples/tchkder_.c                                |  76 +++---
 examples/tchkderc.c                                |  96 ++++----
 examples/tenorm_.c                                 |  35 ++-
 examples/tenormc.c                                 |  30 ++-
 examples/testdata/README                           |  19 ++
 examples/testdata/{hybrd.data => neq.data}         |   0
 examples/testdata/{lm.data => ssq.data}            |   0
 examples/testdata/um.data                          |  19 ++
 examples/tfdjac2_.c                                |  74 +++---
 examples/tfdjac2c.c                                |  67 +++---
 examples/thybrd.f                                  |  87 -------
 examples/thybrd1.f                                 |  65 -----
 examples/thybrd1_.c                                |  45 ++--
 examples/thybrd1c.c                                |  43 ++--
 examples/thybrd_.c                                 |  53 ++--
 examples/thybrdc.c                                 |  53 ++--
 examples/thybrj.f                                  |  97 --------
 examples/thybrj1.f                                 |  78 ------
 examples/thybrj1_.c                                |  68 +++---
 examples/thybrj1c.c                                |  68 +++---
 examples/thybrj_.c                                 |  87 ++++---
 examples/thybrjc.c                                 |  95 ++++----
 examples/tlmder.f                                  | 102 --------
 examples/tlmder1.f                                 |  86 -------
 examples/tlmder1_.c                                |  60 +++--
 examples/tlmder1c.c                                |  54 +++--
 examples/tlmder_.c                                 |  70 +++---
 examples/tlmderc.c                                 |  69 +++---
 examples/tlmdif.f                                  |  88 -------
 examples/tlmdif1.f                                 |  71 ------
 examples/tlmdif1_.c                                |  32 ++-
 examples/tlmdif_.c                                 |  39 +--
 examples/tlmdifc.c                                 |  34 +--
 examples/tlmstr.f                                  | 102 --------
 examples/tlmstr1.f                                 |  86 -------
 examples/tlmstr1_.c                                |  51 ++--
 examples/tlmstr1c.c                                |  43 ++--
 examples/tlmstr_.c                                 |  73 +++---
 examples/tlmstrc.c                                 |  60 ++---
 examples/{ocpipt.f => umipt.f}                     |   0
 fdjac1.c                                           |  11 +-
 fdjac1_.c                                          |   8 +-
 fdjac2.c                                           |   7 +-
 fdjac2_.c                                          |   4 +-
 hybrd1_.c                                          |   2 +-
 hybrd_.c                                           |   9 +-
 hybrj1_.c                                          |   3 +-
 hybrj_.c                                           |   8 +-
 lmder1_.c                                          |   3 +-
 lmder_.c                                           |  11 +-
 lmdif1_.c                                          |   3 +-
 lmdif_.c                                           |  11 +-
 lmpar_.c                                           |   6 +-
 lmstr1_.c                                          |   3 +-
 lmstr_.c                                           |   9 +-
 minpack.h                                          |   5 +
 minpackP.h                                         |  50 ++++
 qform_.c                                           |   3 +-
 qrfac_.c                                           |   4 +-
 qrsolv_.c                                          |   3 +-
 r1mpyq_.c                                          |  17 +-
 r1updt_.c                                          |   6 +-
 rwupdt_.c                                          |   3 +-
 106 files changed, 1631 insertions(+), 2000 deletions(-)
 create mode 100755 .travis-coverity-scan-build.sh
 rename cmake/{FindCMinpack.cmake => CMinpackConfig.cmake} (98%)
 create mode 100644 cminpack.xcodeproj/project.xcworkspace/contents.xcworkspacedata
 create mode 100644 debian/patches/Link-to-math-lib.patch
 rename debian/patches/{fix_tests.patch => Use-system-provided-environment-when-building-the-test-su.patch} (50%)
 delete mode 100644 debian/patches/addlibmath.patch
 create mode 100644 examples/README
 delete mode 100644 examples/fcn.mpl
 rename examples/{hybipt.c => neqipt.c} (100%)
 rename examples/{hybipt.f => neqipt.f} (100%)
 rename examples/{lmdipt.c => ssqipt.c} (100%)
 rename examples/{lmdipt.f => ssqipt.f} (100%)
 delete mode 100644 examples/tchkder.f
 create mode 100644 examples/testdata/README
 rename examples/testdata/{hybrd.data => neq.data} (100%)
 rename examples/testdata/{lm.data => ssq.data} (100%)
 create mode 100644 examples/testdata/um.data
 delete mode 100644 examples/thybrd.f
 delete mode 100644 examples/thybrd1.f
 delete mode 100644 examples/thybrj.f
 delete mode 100644 examples/thybrj1.f
 delete mode 100644 examples/tlmder.f
 delete mode 100644 examples/tlmder1.f
 delete mode 100644 examples/tlmdif.f
 delete mode 100644 examples/tlmdif1.f
 delete mode 100644 examples/tlmstr.f
 delete mode 100644 examples/tlmstr1.f
 rename examples/{ocpipt.f => umipt.f} (100%)
 create mode 100644 minpackP.h

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



More information about the debian-science-commits mailing list