[gap-io] branch master updated (c692ab7 -> 390976c)

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Nov 25 13:15:59 UTC 2017


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

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

      from  c692ab7   Debianization: bump to GAP 4r8
       new  df0e92a   Imported Debian pre-patch 4.5.0+ds-0
      adds  406acd3   New upstream version 4.5.0
       new  c1ee0b8   Merge tag 'upstream/4.5.0'
      adds  944f97e   New upstream version 4.5.0+ds
       new  b425710   Merge tag 'upstream/4.5.0+ds'
       new  390976c   Imported Debian patch 4.5.0+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:
 CHANGES                            |  12 ++
 PackageInfo.g                      |   8 +-
 README => README.md                |  47 +++--
 VERSION                            |   2 +-
 debian/changelog                   |  25 +++
 debian/clean                       |   6 +-
 debian/compat                      |   2 +-
 debian/control                     |   8 +-
 debian/copyright                   |  11 +-
 debian/makedoc.g                   |   2 +-
 debian/patches/debianization.patch |  19 +-
 debian/rules                       |   4 +-
 debian/tests/control               |   5 +
 debian/tests/makecheck.tst         |   8 +
 debian/watch                       |   4 +-
 doc/{io.xml => IO.xml}             |   0
 doc/clean                          |   3 +-
 doc/main.xml                       |  46 +++--
 doc/title.xml                      |   4 +-
 example/fork.g                     |   1 -
 gap/background.gi                  |   1 -
 gap/forkparallel.g                 |   1 -
 gap/io.gi                          |  24 +--
 gap/pickle.gd                      |   2 +
 gap/pickle.gi                      | 163 ++++++++++++++++-
 m4/ac_find_gap.m4                  |   2 +-
 run_tests.sh                       |  41 -----
 scripts/build_pkg.sh               |  29 +++
 scripts/gather-coverage.sh         |  26 +++
 scripts/run_tests.sh               |   7 +
 src/io.c                           | 352 ++++++++++++++++++++-----------------
 tst/bugfix.tst                     |   7 +
 tst/children.tst                   |  36 ++++
 tst/exitcheck.g                    |  26 ++-
 tst/pickle.g                       |  29 +++
 tst/platform.g                     |   2 +-
 tst/sendstringbackground.tst       |   5 +
 tst/sleep.sh                       |  13 ++
 tst/testall.g                      |   5 +-
 tst/testgap.g                      |  15 --
 tst/testgap.tst                    |  81 +++++++++
 41 files changed, 757 insertions(+), 327 deletions(-)
 rename README => README.md (60%)
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/makecheck.tst
 rename doc/{io.xml => IO.xml} (100%)
 delete mode 100755 run_tests.sh
 create mode 100755 scripts/build_pkg.sh
 create mode 100755 scripts/gather-coverage.sh
 create mode 100755 scripts/run_tests.sh
 create mode 100644 tst/children.tst
 create mode 100644 tst/sendstringbackground.tst
 create mode 100755 tst/sleep.sh
 delete mode 100644 tst/testgap.g
 create mode 100644 tst/testgap.tst

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



More information about the debian-science-commits mailing list