[vdr] branch e-tobi updated (d51cd4f -> 2155b4d)

Tobias Grimm tiber-guest at moszumanska.debian.org
Wed Mar 25 00:19:22 UTC 2015


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  d51cd4f   release
      adds  c086a12   Install channels.conf.sat as default channels.conf file
      adds  a5feb47   Updated copyright
      adds  3a175f1   Refactored postinst
      adds  b64907f   Migrate config files to /etc/vdr/conf.d
      adds  e15a992   New ABI version 2.2.0-debian
      adds  702c2f5   Dropped order.conf
      adds  4fcc3a9   Install a debhelper addon in vdr-dev which supports the plugin packaging
      adds  bb131d9   Delete /etc/vdr/conf.d on purge
      adds  bd3b6ba   Removed the VDR_CHARSET_OVERRIDE from /etc/default/vdr - replaced with the --chartab command line argument
      adds  720c5e6   Removed dvb-modules reloading code (Closes: #512362)
      adds  46810b7   Removed some now deprecated options from /etc/default/vdr
      adds  e744e20   Fixed postinst scripts
      adds  7ef2975   Updated default plugin templated, dropped dependencies.sh
      adds  ad0e051   renamed postinst/postrm templates
      adds  048c4c2   Minor fix
       new  28e8869   Fixed vdr-dev install
       new  0f6f589   Updated NEWS file
       new  2001301   Make sure we can update from old plugin versions and merge config changes from the previous version to the new conf.d/conf.avaul configs
       new  21e26da   Merge branch 'master' into e-tobi
       new  0a3c16c   merged changes from debian branch to make then debian and e-tobi branches more equal
       new  6b7973c   Fixed postinst plugin config migration
       new  34ebabd   Added bash completion for svdrpesend (taken from yaVDR / Lars Hanisch)
       new  fb9d55a   shutdown-wrapper: use setuid, otherwise smbstatus will fail
       new  514646d   Fixed postinst plugin config migration
       new  69043d1   Merge branch 'master' into e-tobi
       new  f7cd95b   Dropped README.source
       new  eeee654   Updated README and NEWS
       new  fd38382   Merge branch 'master' into e-tobi
       new  64c6d0f   release
       new  b51a24e   Use dpkg-query to check if a plugin config was not yet installed and needs to be symlinked in postinst
       new  779f028   Use dpkg-query to check if a plugin config was not yet installed and needs to be symlinked in postinst
       new  13cf9c3   Merge branch 'master' into e-tobi
       new  6f1cf92   Dropped old backwards compatibility code from preinst
       new  8b5ddbe   added missing bash completion installation
       new  83b9e3e   Minor
       new  2155b4d   Merge branch 'master' into e-tobi

The 21 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:
 debian/00-vdr.conf                                 |  21 +++
 debian/README.Debian                               |  81 +--------
 debian/README.source                               |   7 -
 debian/TODO.Debian                                 |   6 +-
 debian/abi-version                                 |   2 +-
 debian/changelog                                   |  23 ++-
 debian/control                                     |   2 +-
 debian/copyright                                   |   4 +-
 debian/dependencies.sh                             |  21 ---
 debian/dh-addon-vdrplugin/dh_vdrplugin_depends     |  64 ++++++++
 debian/dh-addon-vdrplugin/dh_vdrplugin_enable      | 182 +++++++++++++++++++++
 debian/dh-addon-vdrplugin/dh_vdrplugin_migrate     |  92 +++++++++++
 .../dh-addon-vdrplugin/postinst-vdrplugin-enable   |  22 +++
 .../dh-addon-vdrplugin/postinst-vdrplugin-migrate  |  69 ++++++++
 debian/dh-addon-vdrplugin/postrm-vdrplugin-enable  |  29 ++++
 debian/dh-addon-vdrplugin/postrm-vdrplugin-migrate |  29 ++++
 debian/dh-addon-vdrplugin/preinst-vdrplugin-enable |  25 +++
 .../dh-addon-vdrplugin/preinst-vdrplugin-migrate   |  22 +++
 debian/dh-addon-vdrplugin/vdrplugin.pm             |  11 ++
 debian/dvbhddevice.conf                            |   7 +
 debian/dvbsddevice.conf                            |   7 +
 debian/migrate-old-config.sh                       |  23 +++
 debian/order.conf                                  |  22 ---
 debian/patches/04_newplugin.patch                  |   4 +-
 debian/patches/06_default_svdrp_port_0.patch       |   4 +-
 debian/patches/12_osdbase-maxitems.patch           |   4 +-
 debian/patches/99_ncursesw-include.patch           |   4 +-
 debian/plugin-loader.sh                            | 126 --------------
 debian/plugin-template/rules                       |  15 +-
 debian/po/POTFILES.in                              |   1 +
 debian/po/cs.po                                    |  78 +++++++++
 debian/po/da.po                                    |  71 ++++++++
 debian/po/de.po                                    |  82 ++++++++++
 debian/po/es.po                                    |  98 +++++++++++
 debian/po/fr.po                                    |  82 ++++++++++
 debian/po/gl.po                                    |  71 ++++++++
 debian/po/it.po                                    |  71 ++++++++
 debian/po/ja.po                                    |  69 ++++++++
 debian/po/nl.po                                    |  77 +++++++++
 debian/po/pt.po                                    |  72 ++++++++
 debian/po/ru.po                                    |  73 +++++++++
 debian/po/sv.po                                    |  77 +++++++++
 debian/po/templates.pot                            |  65 ++++++++
 debian/rules                                       |   4 +
 debian/runvdr                                      |  63 -------
 debian/runvdr.8                                    |  27 ---
 debian/vdr-dev.install                             |  11 +-
 debian/vdr-dev.manpages                            |   1 +
 debian/vdr-plugin-dvbhddevice.install              |   4 +-
 debian/vdr-plugin-dvbhddevice.postinst             |  11 ++
 debian/vdr-plugin-dvbsddevice.install              |   2 +
 debian/vdr-plugin-dvbsddevice.postinst             |  11 ++
 debian/vdr.NEWS                                    |  12 +-
 debian/vdr.config                                  |  18 ++
 debian/vdr.default                                 |   8 -
 debian/vdr.init                                    |  27 +--
 debian/vdr.install                                 |  10 +-
 debian/vdr.links                                   |   2 -
 debian/vdr.manpages                                |   1 -
 debian/vdr.postinst                                | 118 +++++++++----
 debian/vdr.postrm                                  |   4 +-
 debian/vdr.preinst                                 |  21 ---
 debian/vdr.templates                               |  16 ++
 debian/vdraptrefresh                               |  14 --
 64 files changed, 1813 insertions(+), 487 deletions(-)
 create mode 100644 debian/00-vdr.conf
 delete mode 100644 debian/README.source
 delete mode 100644 debian/dependencies.sh
 create mode 100755 debian/dh-addon-vdrplugin/dh_vdrplugin_depends
 create mode 100755 debian/dh-addon-vdrplugin/dh_vdrplugin_enable
 create mode 100755 debian/dh-addon-vdrplugin/dh_vdrplugin_migrate
 create mode 100644 debian/dh-addon-vdrplugin/postinst-vdrplugin-enable
 create mode 100644 debian/dh-addon-vdrplugin/postinst-vdrplugin-migrate
 create mode 100644 debian/dh-addon-vdrplugin/postrm-vdrplugin-enable
 create mode 100644 debian/dh-addon-vdrplugin/postrm-vdrplugin-migrate
 create mode 100644 debian/dh-addon-vdrplugin/preinst-vdrplugin-enable
 create mode 100644 debian/dh-addon-vdrplugin/preinst-vdrplugin-migrate
 create mode 100644 debian/dh-addon-vdrplugin/vdrplugin.pm
 create mode 100644 debian/dvbhddevice.conf
 create mode 100644 debian/dvbsddevice.conf
 create mode 100644 debian/migrate-old-config.sh
 delete mode 100644 debian/order.conf
 delete mode 100644 debian/plugin-loader.sh
 create mode 100644 debian/po/POTFILES.in
 create mode 100644 debian/po/cs.po
 create mode 100644 debian/po/da.po
 create mode 100644 debian/po/de.po
 create mode 100644 debian/po/es.po
 create mode 100644 debian/po/fr.po
 create mode 100644 debian/po/gl.po
 create mode 100644 debian/po/it.po
 create mode 100644 debian/po/ja.po
 create mode 100644 debian/po/nl.po
 create mode 100644 debian/po/pt.po
 create mode 100644 debian/po/ru.po
 create mode 100644 debian/po/sv.po
 create mode 100644 debian/po/templates.pot
 mode change 100644 => 100755 debian/runvdr
 delete mode 100644 debian/runvdr.8
 create mode 100644 debian/vdr-plugin-dvbhddevice.postinst
 create mode 100644 debian/vdr-plugin-dvbsddevice.postinst
 create mode 100644 debian/vdr.config
 delete mode 100644 debian/vdr.manpages
 delete mode 100644 debian/vdr.preinst
 create mode 100644 debian/vdr.templates
 delete mode 100644 debian/vdraptrefresh

-- 
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