[vdr] branch e-tobi updated (d8aa273 -> 489dfb9)

Tobias Grimm tiber-guest at moszumanska.debian.org
Wed Dec 27 13:09:37 UTC 2017


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

tiber-guest pushed a change to branch e-tobi
in repository vdr.

      from  d8aa273   Added power saving patch by Sergey Chernyavskiy
      adds  647cd86   Enabled developer version lookup in debian/watch
      adds  93192da   New upstream version 2.3.2
      adds  0ec0f9d   Merge branch 'upstream' into devel-2.3.x
      adds  e125f8a   New upstream release
      adds  364d521   Dropped rcu plugin from vdr-plugins-examples - this plugin is not shipped with the upstream VDR sources anymore
      adds  c7ba8b0   Dropped vdr-plugin-dvbhddevice and vdr-plugin-dvbsddevice plugin - these plugins are not shipped with the upstream VDR sources anymore and will be provided in new separate source packages
      adds  e02c78d   Droppes systemd.patch - fixed upstream
      adds  6851885   Refreshed patches
      adds  40c7ebe   Made vdr depend on lsb-base (>= 3.0-6), which is required by the init script
      adds  b4cb8b1   Dropped vdr-dbg - migration to automatically created debug symbol package
      adds  6b73beb   Merge branch 'devel-2.3.x' into e-tobi
      adds  bbd7533   Dropped opt-41-x_timer-info.patch
      adds  1664c6e   Dropped opt-50_graphtft.patch
      adds  235fd7a   Updated patches
      adds  8e39331   Updated opt-60_power-saving.patch to the version provided for 2.3.x
      adds  98d61b1   Update changelog for 2.3.2-1 release
      adds  c0742d8   Fixed hint about vdr config in debconf templates
      adds  8a30829   Updated Japanese debconf translation provided by Kosuke Fujimoto
      adds  d56c6cc   Added Vietnamese debconf translation provided by Trần Ngọc Quân
      adds  fc9581f   Added Finnish debconf translation provided by Antti Järvinen
      adds  7b695f5   Updated Russian debconf translation provided by Yuri Kozlov (Closes: #853812)
      adds  b17df95   Updated Spanisch debconf translation provided by Jonatan Porras
      adds  9131d04   Updated Danish debconf translation provided by Joe Dalton (Closes: #854129)
      adds  f34c6af   Updated Italian debconf translation provided by Luca Monducci (Closes: #854190)
      adds  f991ab8   Updated Brazilian debconf translation provided by Adriano Rafael Gomes (Closes: #854356)
      adds  91c771c   Updated Dutch debconf translation provided by Frans Spiesschaert (Closes: #854628)
      adds  10f2b4c   Updated French debconf translation provided by Jean-Pierre Giraud (Closes: #854776)
      adds  2d3882d   New upstream version 2.3.7
      adds  f833e3f   Merge tag 'upstream/2.3.7'
      adds  eba9d6f   Start working on new upstream version
      adds  a5bddd2   Updated patches
      adds  6f9f379   Dropped rcu plugin from vdr-plugins-examples - this plugin is not shipped with the upstream VDR sources anymore
      adds  142e1bf   Dropped vdr-plugin-dvbhddevice and vdr-plugin-dvbsddevice plugin - these plugins are not shipped with the upstream VDR sources anymore and will be provided in new separate source packages
      adds  34b2b87   Made vdr depend on lsb-base (>= 3.0-6), which is required by the init script
      adds  755ff6f   Dropped vdr-dbg - migration to automatically created debug symbol package
      adds  81edf48   Release 2.3.7-1
      adds  db4e002   New upstream version 2.3.8
      adds  bb26b62   Updated version 2.3.8 from 'upstream/2.3.8'
      adds  d514fc9   New upstream release
      adds  e2040a9   New upstream release should fix #853698
      adds  3b74e58   Switch vdr-dev to Architecture: any (closes: #853958)
      adds  e2bd096   Update changelog for 2.3.8-1 release
      adds  b2d0a9a   Merge branch 'master' into e-tobi
      adds  f06ff9c   Updated patches
      adds  c348003   Dropped dh-systemd build dependency - use debhelper >= 9.20160709
      adds  81c8bd1   Merge branch 'master' into e-tobi
      adds  489dfb9   Fixed changelog

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS                                       |  111 ++
 Doxyfile.filter                                    |    2 +-
 HISTORY                                            |  566 ++++++
 INSTALL                                            |   37 +-
 MANUAL                                             |   49 +-
 Make.config.template                               |    8 +-
 Make.global                                        |    2 +-
 Makefile                                           |   37 +-
 PLUGINS.html                                       |   42 +-
 PLUGINS/src/dvbhddevice/COPYING                    |  340 ----
 PLUGINS/src/dvbhddevice/HISTORY                    |  108 --
 PLUGINS/src/dvbhddevice/Makefile                   |  123 --
 PLUGINS/src/dvbhddevice/README                     |   18 -
 PLUGINS/src/dvbhddevice/dvbhddevice.c              |   97 --
 PLUGINS/src/dvbhddevice/dvbhdffdevice.c            | 1104 ------------
 PLUGINS/src/dvbhddevice/dvbhdffdevice.h            |  130 --
 PLUGINS/src/dvbhddevice/hdffcmd.c                  |  401 -----
 PLUGINS/src/dvbhddevice/hdffcmd.h                  |  100 --
 PLUGINS/src/dvbhddevice/hdffosd.c                  |  836 ---------
 PLUGINS/src/dvbhddevice/hdffosd.h                  |   24 -
 PLUGINS/src/dvbhddevice/libhdffcmd/Makefile        |   68 -
 PLUGINS/src/dvbhddevice/libhdffcmd/bitbuffer.c     |   79 -
 PLUGINS/src/dvbhddevice/libhdffcmd/bitbuffer.h     |   43 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd.h       |   42 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_av.c    |  506 ------
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_av.h    |  159 --
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.c  |   45 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.h  |   55 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_defs.h  |  125 --
 .../src/dvbhddevice/libhdffcmd/hdffcmd_generic.c   |  165 --
 .../src/dvbhddevice/libhdffcmd/hdffcmd_generic.h   |   36 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_hdmi.c  |  120 --
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_hdmi.h  |   72 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_mux.c   |   81 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_mux.h   |   56 -
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_osd.c   |  720 --------
 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_osd.h   |  170 --
 .../src/dvbhddevice/libhdffcmd/hdffcmd_remote.c    |   67 -
 .../src/dvbhddevice/libhdffcmd/hdffcmd_remote.h    |   39 -
 PLUGINS/src/dvbhddevice/menu.c                     |   65 -
 PLUGINS/src/dvbhddevice/menu.h                     |   29 -
 PLUGINS/src/dvbhddevice/po/de_DE.po                |  128 --
 PLUGINS/src/dvbhddevice/po/et_EE.po                |  128 --
 PLUGINS/src/dvbhddevice/po/fi_FI.po                |  128 --
 PLUGINS/src/dvbhddevice/po/it_IT.po                |  131 --
 PLUGINS/src/dvbhddevice/po/uk_UA.po                |  129 --
 PLUGINS/src/dvbhddevice/setup.c                    |  476 -----
 PLUGINS/src/dvbhddevice/setup.h                    |   66 -
 PLUGINS/src/dvbsddevice/COPYING                    |  340 ----
 PLUGINS/src/dvbsddevice/HISTORY                    |   65 -
 PLUGINS/src/dvbsddevice/Makefile                   |   94 -
 PLUGINS/src/dvbsddevice/README                     |   20 -
 PLUGINS/src/dvbsddevice/dvbsddevice.c              |   61 -
 PLUGINS/src/dvbsddevice/dvbsdffdevice.c            |  784 ---------
 PLUGINS/src/dvbsddevice/dvbsdffdevice.h            |  115 --
 PLUGINS/src/dvbsddevice/dvbsdffosd.c               |  211 ---
 PLUGINS/src/dvbsddevice/dvbsdffosd.h               |   22 -
 PLUGINS/src/epgtableid0/Makefile                   |    8 +-
 PLUGINS/src/epgtableid0/epgtableid0.c              |    2 +-
 PLUGINS/src/hello/Makefile                         |   17 +-
 PLUGINS/src/hello/hello.c                          |    2 +-
 PLUGINS/src/osddemo/HISTORY                        |    7 +
 PLUGINS/src/osddemo/Makefile                       |    8 +-
 PLUGINS/src/osddemo/osddemo.c                      |   70 +-
 PLUGINS/src/pictures/HISTORY                       |    4 +
 PLUGINS/src/pictures/Makefile                      |   17 +-
 PLUGINS/src/pictures/entry.c                       |    2 +-
 PLUGINS/src/pictures/entry.h                       |    2 +-
 PLUGINS/src/pictures/menu.c                        |    4 +-
 PLUGINS/src/pictures/menu.h                        |    2 +-
 PLUGINS/src/pictures/pic2mpg                       |    2 +-
 PLUGINS/src/pictures/pictures.c                    |    4 +-
 PLUGINS/src/pictures/player.c                      |    2 +-
 PLUGINS/src/pictures/player.h                      |    2 +-
 PLUGINS/src/rcu/COPYING                            |  340 ----
 PLUGINS/src/rcu/HISTORY                            |   30 -
 PLUGINS/src/rcu/Makefile                           |   94 -
 PLUGINS/src/rcu/README                             |   19 -
 PLUGINS/src/rcu/rcu.c                              |  420 -----
 PLUGINS/src/servicedemo/Makefile                   |   11 +-
 PLUGINS/src/servicedemo/svccli.c                   |    2 +-
 PLUGINS/src/servicedemo/svcsvr.c                   |    2 +-
 PLUGINS/src/skincurses/HISTORY                     |    7 +
 PLUGINS/src/skincurses/Makefile                    |   17 +-
 PLUGINS/src/skincurses/skincurses.c                |    8 +-
 PLUGINS/src/status/Makefile                        |    8 +-
 PLUGINS/src/status/status.c                        |    2 +-
 PLUGINS/src/svdrpdemo/Makefile                     |    8 +-
 PLUGINS/src/svdrpdemo/svdrpdemo.c                  |    2 +-
 README                                             |    4 +
 args.c                                             |    2 +-
 args.h                                             |    2 +-
 audio.c                                            |    2 +-
 audio.h                                            |    2 +-
 camresponses.conf                                  |   29 +
 channels.c                                         |  367 ++--
 channels.h                                         |  115 +-
 ci.c                                               | 1087 +++++++++---
 ci.h                                               |  228 ++-
 config.c                                           |   17 +-
 config.h                                           |   21 +-
 cutter.c                                           |   12 +-
 cutter.h                                           |    2 +-
 debian/.vdr-patches                                |   20 +-
 debian/abi-version                                 |    2 +-
 debian/changelog                                   |   31 +-
 debian/control                                     |   70 +-
 debian/dvbhddevice.conf                            |    7 -
 debian/dvbsddevice.conf                            |    7 -
 debian/patches/04_newplugin.patch                  |   12 +-
 debian/patches/06_default_svdrp_port_0.patch       |    8 +-
 debian/patches/12_osdbase-maxitems.patch           |   14 +-
 debian/patches/99_ncursesw-include.patch           |    8 +-
 debian/patches/opt-27_ttxtsubs.patch               |  414 ++---
 debian/patches/opt-37-x_menuorg.patch              |   28 +-
 debian/patches/opt-41-x_timer-info.patch           |  304 ----
 debian/patches/opt-42-x_MainMenuHooks.patch        |   28 +-
 debian/patches/opt-45_yaepg.patch                  |   72 +-
 debian/patches/opt-50_graphtft-liemikuutio.patch   |   16 -
 debian/patches/opt-50_graphtft.patch               |  355 ----
 debian/patches/opt-60_power-saving.patch           |  116 +-
 debian/patches/series                              |    7 -
 debian/patches/systemd.patch                       |   16 +-
 debian/patchinfo                                   |   17 +-
 debian/po/cs.po                                    |   20 +-
 debian/po/da.po                                    |   23 +-
 debian/po/de.po                                    |   13 +-
 debian/po/es.po                                    |   22 +-
 debian/po/fi.po                                    |   73 +
 debian/po/fr.po                                    |   44 +-
 debian/po/gl.po                                    |   14 +-
 debian/po/it.po                                    |   22 +-
 debian/po/ja.po                                    |   20 +-
 debian/po/nl.po                                    |   40 +-
 debian/po/pt.po                                    |   18 +-
 debian/po/pt_BR.po                                 |   21 +-
 debian/po/ru.po                                    |   34 +-
 debian/po/sv.po                                    |   14 +-
 debian/po/templates.pot                            |   13 +-
 debian/po/vi.po                                    |   73 +
 debian/rules                                       |    9 +-
 debian/vdr-plugin-dvbhddevice.docs                 |    1 -
 debian/vdr-plugin-dvbhddevice.install              |    4 -
 debian/vdr-plugin-dvbsddevice.docs                 |    1 -
 debian/vdr-plugin-dvbsddevice.install              |    3 -
 debian/vdr-plugin-examples.install                 |    1 -
 debian/vdr.templates                               |    2 +-
 debian/watch                                       |    2 +-
 device.c                                           |  264 ++-
 device.h                                           |   52 +-
 diseqc.c                                           |   10 +-
 diseqc.h                                           |    6 +-
 dvbci.c                                            |    2 +-
 dvbci.h                                            |    2 +-
 dvbdevice.c                                        |  349 +++-
 dvbdevice.h                                        |    5 +-
 dvbplayer.c                                        |  106 +-
 dvbplayer.h                                        |    8 +-
 dvbspu.c                                           |    2 +-
 dvbspu.h                                           |    2 +-
 dvbsubtitle.c                                      |    5 +-
 dvbsubtitle.h                                      |    4 +-
 eit.c                                              |  128 +-
 eit.h                                              |   13 +-
 eitscan.c                                          |   22 +-
 eitscan.h                                          |    2 +-
 epg.c                                              |  306 ++--
 epg.h                                              |   82 +-
 epg2html                                           |    2 +-
 filter.c                                           |   41 +-
 filter.h                                           |   12 +-
 font.c                                             |   17 +-
 font.h                                             |    8 +-
 i18n.c                                             |    2 +-
 i18n.h                                             |    2 +-
 interface.c                                        |   12 +-
 interface.h                                        |    7 +-
 keys.c                                             |    2 +-
 keys.h                                             |    2 +-
 libsi/Makefile                                     |    8 +-
 libsi/descriptor.c                                 |    2 +-
 libsi/descriptor.h                                 |    2 +-
 libsi/gendescr                                     |    2 +-
 libsi/headers.h                                    |    2 +-
 libsi/section.c                                    |    2 +-
 libsi/section.h                                    |    2 +-
 libsi/si.c                                         |    2 +-
 libsi/si.h                                         |    2 +-
 libsi/util.c                                       |    2 +-
 libsi/util.h                                       |    2 +-
 lirc.c                                             |   21 +-
 lirc.h                                             |    2 +-
 menu.c                                             | 1668 +++++++++++-------
 menu.h                                             |   25 +-
 menuitems.c                                        |   66 +-
 menuitems.h                                        |   14 +-
 mtd.c                                              |  350 ++++
 mtd.h                                              |  191 ++
 newplugin                                          |   18 +-
 nit.c                                              |  178 +-
 nit.h                                              |   16 +-
 osd.c                                              |   17 +-
 osd.h                                              |   33 +-
 osdbase.c                                          |   19 +-
 osdbase.h                                          |    4 +-
 pat.c                                              |   73 +-
 pat.h                                              |    8 +-
 player.c                                           |    2 +-
 player.h                                           |   13 +-
 plugin.c                                           |   36 +-
 plugin.h                                           |    2 +-
 po/ar.po                                           |   59 +-
 po/ca_ES.po                                        |   59 +-
 po/cs_CZ.po                                        |   59 +-
 po/da_DK.po                                        |   59 +-
 po/de_DE.po                                        |   59 +-
 po/el_GR.po                                        |   59 +-
 po/es_ES.po                                        |   59 +-
 po/et_EE.po                                        |  289 +--
 po/fi_FI.po                                        |   59 +-
 po/fr_FR.po                                        |   59 +-
 po/hr_HR.po                                        |   59 +-
 po/hu_HU.po                                        |   59 +-
 po/it_IT.po                                        |   61 +-
 po/lt_LT.po                                        |   59 +-
 po/mk_MK.po                                        |   59 +-
 po/nl_NL.po                                        |   59 +-
 po/nn_NO.po                                        |   59 +-
 po/pl_PL.po                                        |   59 +-
 po/pt_PT.po                                        |   59 +-
 po/ro_RO.po                                        |   59 +-
 po/ru_RU.po                                        | 1063 ++++++------
 po/sk_SK.po                                        |   59 +-
 po/sl_SI.po                                        |   59 +-
 po/sr_RS.po                                        |   59 +-
 po/sv_SE.po                                        |   59 +-
 po/tr_TR.po                                        |   59 +-
 po/uk_UA.po                                        |   59 +-
 po/zh_CN.po                                        |   59 +-
 positioner.c                                       |    2 +-
 positioner.h                                       |    2 +-
 receiver.c                                         |   18 +-
 receiver.h                                         |    9 +-
 recorder.c                                         |   29 +-
 recorder.h                                         |    4 +-
 recording.c                                        |  545 +++---
 recording.h                                        |  135 +-
 remote.c                                           |    2 +-
 remote.h                                           |    2 +-
 remux.c                                            |  207 ++-
 remux.h                                            |   44 +-
 ringbuffer.c                                       |   10 +-
 ringbuffer.h                                       |    8 +-
 runvdr.template                                    |    2 +-
 sdt.c                                              |   61 +-
 sdt.h                                              |    2 +-
 sections.c                                         |    2 +-
 sections.h                                         |    2 +-
 shutdown.c                                         |   29 +-
 shutdown.h                                         |    2 +-
 skinclassic.c                                      |    5 +-
 skinclassic.h                                      |    2 +-
 skinlcars.c                                        |   76 +-
 skinlcars.h                                        |    2 +-
 skins.c                                            |    2 +-
 skins.h                                            |   34 +-
 skinsttng.c                                        |    5 +-
 skinsttng.h                                        |    2 +-
 sourceparams.c                                     |    4 +-
 sourceparams.h                                     |    4 +-
 sources.c                                          |    2 +-
 sources.conf                                       |  142 +-
 sources.h                                          |    2 +-
 spu.c                                              |    2 +-
 spu.h                                              |    2 +-
 status.c                                           |    2 +-
 status.h                                           |   22 +-
 summary2info                                       |    2 +-
 svdrp.c                                            | 1833 ++++++++++++++------
 svdrp.h                                            |  118 +-
 themes.c                                           |    2 +-
 themes.h                                           |    2 +-
 thread.c                                           |  446 ++++-
 thread.h                                           |  127 +-
 timers.c                                           |  432 +++--
 timers.h                                           |  146 +-
 tools.c                                            |  209 ++-
 tools.h                                            |  209 ++-
 transfer.c                                         |    4 +-
 transfer.h                                         |    4 +-
 vdr.1                                              |    6 +-
 vdr.5                                              |   86 +-
 vdr.c                                              |  397 +++--
 videodir.c                                         |   17 +-
 videodir.h                                         |    3 +-
 295 files changed, 12166 insertions(+), 15282 deletions(-)
 delete mode 100644 PLUGINS/src/dvbhddevice/COPYING
 delete mode 100644 PLUGINS/src/dvbhddevice/HISTORY
 delete mode 100644 PLUGINS/src/dvbhddevice/Makefile
 delete mode 100644 PLUGINS/src/dvbhddevice/README
 delete mode 100644 PLUGINS/src/dvbhddevice/dvbhddevice.c
 delete mode 100644 PLUGINS/src/dvbhddevice/dvbhdffdevice.c
 delete mode 100644 PLUGINS/src/dvbhddevice/dvbhdffdevice.h
 delete mode 100644 PLUGINS/src/dvbhddevice/hdffcmd.c
 delete mode 100644 PLUGINS/src/dvbhddevice/hdffcmd.h
 delete mode 100644 PLUGINS/src/dvbhddevice/hdffosd.c
 delete mode 100644 PLUGINS/src/dvbhddevice/hdffosd.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/Makefile
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/bitbuffer.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/bitbuffer.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_av.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_av.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_base.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_defs.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_generic.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_generic.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_hdmi.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_hdmi.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_mux.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_mux.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_osd.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_osd.h
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_remote.c
 delete mode 100644 PLUGINS/src/dvbhddevice/libhdffcmd/hdffcmd_remote.h
 delete mode 100644 PLUGINS/src/dvbhddevice/menu.c
 delete mode 100644 PLUGINS/src/dvbhddevice/menu.h
 delete mode 100644 PLUGINS/src/dvbhddevice/po/de_DE.po
 delete mode 100644 PLUGINS/src/dvbhddevice/po/et_EE.po
 delete mode 100644 PLUGINS/src/dvbhddevice/po/fi_FI.po
 delete mode 100644 PLUGINS/src/dvbhddevice/po/it_IT.po
 delete mode 100644 PLUGINS/src/dvbhddevice/po/uk_UA.po
 delete mode 100644 PLUGINS/src/dvbhddevice/setup.c
 delete mode 100644 PLUGINS/src/dvbhddevice/setup.h
 delete mode 100644 PLUGINS/src/dvbsddevice/COPYING
 delete mode 100644 PLUGINS/src/dvbsddevice/HISTORY
 delete mode 100644 PLUGINS/src/dvbsddevice/Makefile
 delete mode 100644 PLUGINS/src/dvbsddevice/README
 delete mode 100644 PLUGINS/src/dvbsddevice/dvbsddevice.c
 delete mode 100644 PLUGINS/src/dvbsddevice/dvbsdffdevice.c
 delete mode 100644 PLUGINS/src/dvbsddevice/dvbsdffdevice.h
 delete mode 100644 PLUGINS/src/dvbsddevice/dvbsdffosd.c
 delete mode 100644 PLUGINS/src/dvbsddevice/dvbsdffosd.h
 delete mode 100644 PLUGINS/src/rcu/COPYING
 delete mode 100644 PLUGINS/src/rcu/HISTORY
 delete mode 100644 PLUGINS/src/rcu/Makefile
 delete mode 100644 PLUGINS/src/rcu/README
 delete mode 100644 PLUGINS/src/rcu/rcu.c
 create mode 100644 camresponses.conf
 delete mode 100644 debian/dvbhddevice.conf
 delete mode 100644 debian/dvbsddevice.conf
 delete mode 100644 debian/patches/opt-41-x_timer-info.patch
 delete mode 100644 debian/patches/opt-50_graphtft-liemikuutio.patch
 delete mode 100644 debian/patches/opt-50_graphtft.patch
 create mode 100644 debian/po/fi.po
 create mode 100644 debian/po/vi.po
 delete mode 100644 debian/vdr-plugin-dvbhddevice.docs
 delete mode 100644 debian/vdr-plugin-dvbhddevice.install
 delete mode 100644 debian/vdr-plugin-dvbsddevice.docs
 delete mode 100644 debian/vdr-plugin-dvbsddevice.install
 create mode 100644 mtd.c
 create mode 100644 mtd.h

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



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