[vdr-plugin-epg2vdr] branch master updated (6a7f91c -> a58cc70)

Tobias Grimm tiber-guest at moszumanska.debian.org
Sun Feb 4 14:53:20 UTC 2018


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

tiber-guest pushed a change to branch master
in repository vdr-plugin-epg2vdr.

      from  6a7f91c   Update changelog for 1.1.19-1 release
       new  018add7   Added debian/watch file
       new  b536b3b   New upstream version 1.1.81
       new  8d30d7b   Updated version 1.1.81 from 'upstream/1.1.81'
       new  b630f68   Added libtinyxml2-dev build dependency
       new  4376763   Standards-Version: 4.1.2
       new  72c13b5   Replaced priority extra with optional
       new  bbf5ce2   Dropped vdr-plugin-epg2vdr-dbg - migration to automatically created debug symbol package
       new  a58cc70   Update changelog for 1.1.81-1 release

The 8 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:
 HISTORY.h                                          | 202 ++++++++-
 Make.config                                        |  35 +-
 Makefile                                           |  37 +-
 README                                             |   3 +-
 TODO                                               |   3 +-
 configs/epg.dat                                    |  25 +-
 debian/changelog                                   |  11 +
 debian/control                                     |  20 +-
 debian/rules                                       |   4 +-
 debian/watch                                       |   2 +
 epg2vdr.c                                          | 225 ++++++++--
 epg2vdr.h                                          |  21 +-
 handler.h                                          | 329 ++++++++------
 lib/Makefile                                       |  32 +-
 lib/common.c                                       |   4 +-
 lib/common.h                                       |   3 +-
 lib/db.c                                           |  22 +-
 lib/db.h                                           |  11 +-
 lib/demo.c                                         |  94 ++--
 lib/epgservice.c                                   |   1 +
 lib/epgservice.h                                   |  18 +-
 lib/python.c                                       |  40 +-
 lib/python.h                                       |   6 +-
 lib/searchtimer.c                                  |  76 ++--
 lib/searchtimer.h                                  |  14 +-
 lib/test.c                                         | 148 +++---
 lib/vdrlocks.h                                     |  78 ++++
 lib/xml.c                                          |  99 +++++
 lib/xml.h                                          |  56 +++
 menu.c                                             | 128 +++++-
 menu.h                                             |  77 +++-
 menudone.c                                         |  14 +-
 menusched.c                                        | 331 +++++++++-----
 menusearchtimer.c                                  |  69 ++-
 menutimers.c                                       |  37 +-
 parameters.c                                       |  13 +-
 ...re-vdr-2.1.x--epghandler-segment-transfer.patch |  65 ---
 patches/vdr-1.7.27-to-epghandler-of-1.7.31.patch   | 219 ---------
 patches/vdr-1.7.28-epghandledexternally.diff       | 118 -----
 patches/vdr-1.7.29-epgIsUpdate.diff                |  52 ---
 patches/vdr-2.2.0-aux.patch                        |  79 ++++
 patches/vdr-2.3.2-aux.patch                        |  79 ++++
 patches/vdr-2.3.2.patch                            |  56 +++
 plgconfig.c                                        |   5 +-
 plgconfig.h                                        |   5 +-
 po/de_DE.po                                        |  14 +-
 po/it_IT.po                                        |  14 +-
 recinfofile.c                                      | 109 +++--
 recording.c                                        |  87 ++--
 service.c                                          |  30 +-
 service.h                                          | 101 ++---
 status.c                                           | 232 +++++-----
 svdrpclient.c                                      |   8 +-
 svdrpclient.h                                      |   7 +-
 timer.c                                            |  94 ++--
 ttools.c                                           |  53 ++-
 update.c                                           | 494 +++++++++++++++------
 update.h                                           |  35 +-
 58 files changed, 2692 insertions(+), 1552 deletions(-)
 create mode 100644 debian/watch
 create mode 100644 lib/vdrlocks.h
 create mode 100644 lib/xml.c
 create mode 100644 lib/xml.h
 delete mode 100644 patches/pre-vdr-2.1.x--epghandler-segment-transfer.patch
 delete mode 100644 patches/vdr-1.7.27-to-epghandler-of-1.7.31.patch
 delete mode 100644 patches/vdr-1.7.28-epghandledexternally.diff
 delete mode 100644 patches/vdr-1.7.29-epgIsUpdate.diff
 create mode 100644 patches/vdr-2.2.0-aux.patch
 create mode 100644 patches/vdr-2.3.2-aux.patch
 create mode 100644 patches/vdr-2.3.2.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epg2vdr.git



More information about the pkg-vdr-dvb-changes mailing list