[Pkg-ocaml-maint-commits] [calendar] branch master updated (63a71ea -> 10b5d3b)

Stéphane Glondu glondu at moszumanska.debian.org
Wed May 20 17:36:37 UTC 2015


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

glondu pushed a change to branch master
in repository calendar.

      from  63a71ea   Update changelog and prepare upload to unstable
       new  737cc9b   Update debian/watch
       new  90ee23c   Imported Upstream version 2.04
       new  9f5dc29   Merge tag 'upstream/2.04'
       new  589203e   New upstream release
       new  b05ae5f   Remove patch
       new  b26089b   Bump debhelper compat level to 9
       new  42052b4   Switch to dh
       new  3413be9   Make short descriptions different
       new  e009816   Bump Standards-Version to 3.9.6
       new  4323683   Add BUILD_DATE variable to Makefile (for reproducible builds)
       new  0ff33c8   Use last changelog entry for build date (for reproducibility)
       new  10b5d3b   Update changelog and prepare upload to unstable

The 12 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:
 .depend                                            | 126 +++++++++++----------
 CHANGES                                            |   8 ++
 Makefile.in                                        |  15 ++-
 config.status                                      |   4 +-
 debian/changelog                                   |  10 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  13 +--
 ...ATE-variable-to-Makefile-for-reproducible.patch |  30 +++++
 debian/patches/0001-Fix-install-target.patch       |  27 -----
 debian/patches/series                              |   2 +-
 debian/rules                                       |  24 ++--
 debian/watch                                       |   3 +-
 doc/Calendar.Precise.html                          |  63 ++++++-----
 doc/Calendar.html                                  |  13 ++-
 doc/Calendar_builder.Make.html                     |  65 +++++------
 doc/Calendar_builder.Make_Precise.html             |  65 +++++------
 doc/Calendar_builder.html                          |  13 ++-
 doc/Calendar_sig.S.Date.html                       |  73 ++++++------
 doc/Calendar_sig.S.Period.html                     |  21 ++--
 doc/Calendar_sig.S.Time.html                       |  33 +++---
 doc/Calendar_sig.S.html                            |  63 ++++++-----
 doc/Calendar_sig.html                              |  13 ++-
 doc/Date.html                                      |  13 ++-
 doc/Date_sig.S.Period.html                         |  15 +--
 doc/Date_sig.S.html                                |  71 ++++++------
 doc/Date_sig.html                                  |  13 ++-
 doc/Fcalendar.Precise.html                         |  63 ++++++-----
 doc/Fcalendar.html                                 |  13 ++-
 doc/Ftime.html                                     |  13 ++-
 doc/Period.S.html                                  |  13 ++-
 doc/Period.html                                    |  13 ++-
 doc/Printer.Calendar.html                          |  15 +--
 doc/Printer.CalendarPrinter.html                   |  15 +--
 doc/Printer.Date.html                              |  13 ++-
 doc/Printer.DatePrinter.html                       |  15 +--
 doc/Printer.Fcalendar.html                         |  13 ++-
 doc/Printer.Ftime.html                             |  15 +--
 doc/Printer.Precise_Calendar.html                  |  15 +--
 doc/Printer.Precise_Fcalendar.html                 |  15 +--
 doc/Printer.S.html                                 |  11 +-
 doc/Printer.Time.html                              |  15 +--
 doc/Printer.TimePrinter.html                       |  15 +--
 doc/Printer.html                                   |  25 ++--
 doc/Time.html                                      |  13 ++-
 doc/Time_Zone.html                                 |  21 ++--
 doc/Time_sig.S.Period.html                         |  17 +--
 doc/Time_sig.S.Second.html                         |  11 +-
 doc/Time_sig.S.html                                |  31 ++---
 doc/Time_sig.Second.html                           |  11 +-
 doc/Time_sig.html                                  |  13 ++-
 doc/Utils.Comparable.html                          |   9 +-
 doc/Utils.Float.html                               |  11 +-
 doc/Utils.Int.html                                 |  11 +-
 doc/Utils.html                                     |  11 +-
 doc/Version.html                                   |  11 +-
 doc/index.html                                     |  42 +++----
 doc/index_attributes.html                          |   6 +-
 doc/index_class_types.html                         |   6 +-
 doc/index_classes.html                             |   6 +-
 doc/index_exceptions.html                          |   6 +-
 doc/index_methods.html                             |   6 +-
 doc/index_module_types.html                        |   6 +-
 doc/index_modules.html                             |  12 +-
 doc/index_types.html                               |   6 +-
 doc/index_values.html                              |  14 ++-
 doc/style.css                                      |  37 +++---
 src/printer.ml                                     |  49 ++++++--
 tests/gen_test.ml                                  |   2 +-
 tests/gen_test.mli                                 |   2 +-
 tests/test.ml                                      |   2 +-
 tests/test_fcalendar.ml                            |   2 +-
 tests/test_fpcalendar.ml                           |   2 +-
 tests/test_ftime.ml                                |   2 +-
 tests/test_pcalendar.ml                            |   2 +-
 tests/test_printer.ml                              |   8 +-
 tests/test_time.ml                                 |   2 +-
 tests/test_timezone.ml                             |   2 +-
 utils/example.ml.3                                 |   2 +-
 utils/example.ml.4                                 |   2 +-
 79 files changed, 811 insertions(+), 680 deletions(-)
 create mode 100644 debian/patches/0001-Add-BUILD_DATE-variable-to-Makefile-for-reproducible.patch
 delete mode 100644 debian/patches/0001-Fix-install-target.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/calendar.git



More information about the Pkg-ocaml-maint-commits mailing list