[primesieve] branch master updated (d415e63 -> 601e14f)

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Nov 15 03:04:15 UTC 2016


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

calculus-guest pushed a change to branch master
in repository primesieve.

      from  d415e63   Debian patch 5.7.1+ds-1
       new  170ba3b   Imported Debian pre-patch 5.7.2+ds-0
      adds  c66b1aa   Imported Upstream version 5.7.2
       new  0fee175   Merge tag 'upstream/5.7.2'
      adds  a07141c   Imported Upstream version 5.7.2+ds
       new  a401f65   Merge tag 'upstream/5.7.2+ds'
       new  601e14f   Imported Debian patch 5.7.2+ds-1

The 4 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:
 ChangeLog                                          |  10 ++
 Makefile.am                                        | 146 ++++++++++++---------
 README.md                                          |  49 ++++---
 HACKING.md => RELEASE.md                           |  25 ++--
 configure.ac                                       |  29 +++-
 debian/adhoc/Makefile                              |  20 ---
 debian/changelog                                   |  15 +++
 debian/copyright                                   |   1 +
 debian/patches/debianization.patch                 |  15 ++-
 debian/patches/series                              |   2 +-
 .../upstream-autotoolization-manpages.patch        | 104 +++++++++++++++
 debian/patches/upstream-source-CPP2help2man.patch  |  39 ------
 debian/primesieve-bin.manpages                     |   2 +-
 debian/rules                                       |   1 -
 doc/README.md                                      |  15 ++-
 doc/mainpage.dox                                   |  16 +--
 examples/README.md                                 |  28 ++--
 examples/c/previous_prime.c                        |   4 +-
 examples/cpp/previous_prime.cpp                    |   9 +-
 examples/cpp/primesieve_iterator.cpp               |   8 +-
 include/primesieve.h                               |   4 +-
 include/primesieve.hpp                             |   4 +-
 include/primesieve/WheelFactorization.hpp          |   0
 scripts/update_version.sh                          |  98 ++++++++++++++
 src/apps/console/help.cpp                          |  26 ++--
 src/primesieve/ParallelPrimeSieve.cpp              |   0
 src/primesieve/SieveOfEratosthenes.cpp             |   0
 27 files changed, 449 insertions(+), 221 deletions(-)
 rename HACKING.md => RELEASE.md (69%)
 create mode 100644 debian/patches/upstream-autotoolization-manpages.patch
 delete mode 100644 debian/patches/upstream-source-CPP2help2man.patch
 mode change 100755 => 100644 include/primesieve/WheelFactorization.hpp
 create mode 100755 scripts/update_version.sh
 mode change 100755 => 100644 src/primesieve/ParallelPrimeSieve.cpp
 mode change 100755 => 100644 src/primesieve/SieveOfEratosthenes.cpp

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



More information about the debian-science-commits mailing list