[Debian-islamic-commits] [libitl] branch upstream updated (e36340a -> dab42ae)

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Wed Oct 25 01:34:32 UTC 2017


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

aelmahmoudy-guest pushed a change to branch upstream
in repository libitl.

      from  e36340a   Imported Upstream version 0.7.0
       new  dab42ae   Imported Upstream version 0.8.0

The 1 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:
 .gitignore                                         |    2 +
 .travis.yml                                        |    8 +
 AUTHORS                                            |   22 +-
 CMakeLists.txt                                     |   37 +
 Makefile.in                                        |  162 -
 NEWS                                               |   36 -
 README                                             |   68 -
 README.md                                          |   27 +
 aclocal.m4                                         | 6389 --------------------
 autogen.sh                                         |   26 -
 build.sh                                           |   10 +
 build/config.mk.in                                 |   15 -
 configure                                          | 5992 ------------------
 configure.in                                       |   28 -
 configure.in.libtool                               |   28 -
 hijri/Makefile                                     |   24 -
 hijri/README                                       |   29 -
 hijri/README.md                                    |    4 +
 hijri/{src => }/demo_hijri.c                       |   29 +-
 hijri/{src => }/hijri.c                            |   40 +-
 hijri/{src => }/hijri.h                            |   23 +-
 hijri/src/Makefile                                 |   35 -
 hijri/{src => }/umm_alqura.c                       |   24 +-
 install-sh                                         |  251 -
 new_method/CMakeLists.txt                          |   36 +
 new_method/LICENSE                                 |   24 +
 new_method/README.md                               |   38 +
 new_method/build.sh                                |   12 +
 .../references/Approximate Solar Coordinates.pdf   |  Bin 0 -> 108998 bytes
 new_method/references/Salat.pdf                    |  Bin 0 -> 39919 bytes
 new_method/references/qibla.pdf                    |  Bin 0 -> 767584 bytes
 ...salaattimes - North Wales Islamic Societies.pdf |  Bin 0 -> 323841 bytes
 new_method/src/config.c                            |  261 +
 new_method/src/config.h                            |   52 +
 new_method/src/defs.h                              |   93 +
 new_method/src/main.c                              |   80 +
 new_method/src/prayer.c                            |  482 ++
 new_method/src/prayer.h                            |   36 +
 new_method/tests/locations/NL/NL-Eindhoven.conf    |    9 +
 new_method/tests/locations/README.md               |    3 +
 new_method/tests/locations/SA/SA-Mecca.conf        |    9 +
 .../tests/reference_times/SA-Mecca-20141129.json   |   15 +
 new_method/tests/run_tests.py                      |   71 +
 prayertime/INSTALL                                 |   17 -
 prayertime/Makefile                                |   24 -
 prayertime/README                                  |   96 -
 prayertime/README.md                               |   42 +
 prayertime/{src => }/astro.c                       |  251 +-
 prayertime/{src => }/astro.h                       |   22 +-
 prayertime/{src => }/demo_prayer.c                 |   88 +-
 prayertime/doc/method-info.md                      |  198 +
 prayertime/doc/method-info.txt                     |  229 -
 prayertime/{src => }/prayer.c                      |  390 +-
 prayertime/{src => }/prayer.h                      |  123 +-
 prayertime/src/Makefile                            |   34 -
 swig/Makefile                                      |   14 -
 swig/README                                        |    6 -
 swig/libitl.i                                      |   51 -
 swig/perl-demo.pl                                  |   77 -
 59 files changed, 2032 insertions(+), 14160 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 CMakeLists.txt
 delete mode 100644 Makefile.in
 delete mode 100644 NEWS
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 aclocal.m4
 delete mode 100755 autogen.sh
 create mode 100755 build.sh
 delete mode 100644 build/config.mk.in
 delete mode 100755 configure
 delete mode 100644 configure.in
 delete mode 100644 configure.in.libtool
 delete mode 100644 hijri/Makefile
 delete mode 100644 hijri/README
 create mode 100644 hijri/README.md
 rename hijri/{src => }/demo_hijri.c (84%)
 rename hijri/{src => }/hijri.c (92%)
 rename hijri/{src => }/hijri.h (84%)
 delete mode 100644 hijri/src/Makefile
 rename hijri/{src => }/umm_alqura.c (97%)
 delete mode 100755 install-sh
 create mode 100644 new_method/CMakeLists.txt
 create mode 100644 new_method/LICENSE
 create mode 100644 new_method/README.md
 create mode 100755 new_method/build.sh
 create mode 100644 new_method/references/Approximate Solar Coordinates.pdf
 create mode 100644 new_method/references/Salat.pdf
 create mode 100644 new_method/references/qibla.pdf
 create mode 100644 new_method/references/salaattimes - North Wales Islamic Societies.pdf
 create mode 100644 new_method/src/config.c
 create mode 100644 new_method/src/config.h
 create mode 100644 new_method/src/defs.h
 create mode 100644 new_method/src/main.c
 create mode 100644 new_method/src/prayer.c
 create mode 100644 new_method/src/prayer.h
 create mode 100644 new_method/tests/locations/NL/NL-Eindhoven.conf
 create mode 100644 new_method/tests/locations/README.md
 create mode 100644 new_method/tests/locations/SA/SA-Mecca.conf
 create mode 100644 new_method/tests/reference_times/SA-Mecca-20141129.json
 create mode 100755 new_method/tests/run_tests.py
 delete mode 100644 prayertime/INSTALL
 delete mode 100644 prayertime/Makefile
 delete mode 100644 prayertime/README
 create mode 100644 prayertime/README.md
 rename prayertime/{src => }/astro.c (82%)
 rename prayertime/{src => }/astro.h (81%)
 rename prayertime/{src => }/demo_prayer.c (55%)
 create mode 100644 prayertime/doc/method-info.md
 delete mode 100644 prayertime/doc/method-info.txt
 rename prayertime/{src => }/prayer.c (71%)
 rename prayertime/{src => }/prayer.h (73%)
 delete mode 100644 prayertime/src/Makefile
 delete mode 100644 swig/Makefile
 delete mode 100644 swig/README
 delete mode 100644 swig/libitl.i
 delete mode 100755 swig/perl-demo.pl

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



More information about the Debian-islamic-commits mailing list