Skip to content

Add support for non-free-firmware.

Cyril Brulebois requested to merge non-free-firmware into debian-master

The Debian Policy side is pending at the moment (#1029211).


The patch was manually crafted on picconi (touching files directly given the git status wasn't clean), also updating the config.sh file accordingly, and that seems to do the trick.

I'm not sure how things are supposed to work regarding branches, and regarding local checkout. The git diff is a bit huge…

pkg_user@picconi:~$ git diff --stat
 bin/parse-sources                    |    1 +
 config.sh.sed.in                     |    2 +-
 cron.d/100syncarchive                |    4 +
 cron.d/100syncarchive_installer      |    4 +
 cron.d/120synctrans                  |    4 +
 po/debtags.bg.po                     |   84 ++-
 po/debtags.de.po                     |  217 ++++---
 po/debtags.fi.po                     |   85 ++-
 po/debtags.fr.po                     |  201 +++++--
 po/debtags.hu.po                     |   84 ++-
 po/debtags.ja.po                     |  209 +++++--
 po/debtags.nl.po                     |  109 +++-
 po/debtags.pl.po                     | 5591 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------
 po/debtags.pot                       |   70 +++
 po/debtags.ru.po                     |  171 ++++--
 po/debtags.sk.po                     | 2044 +++++++++++++++++++++++++++++++++--------------------------------
 po/debtags.sv.po                     |  212 ++++---
 po/debtags.tr.po                     | 6046 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------------------
 po/debtags.uk.po                     |   84 ++-
 po/debtags.zh-cn.po                  |  144 +++--
 po/debtags.zh-tw.po                  |  135 ++++-
 po/sections.bg.po                    |  192 ++++---
 po/sections.de.po                    |  198 ++++---
 po/sections.fi.po                    |  192 ++++---
 po/sections.fr.po                    |  192 ++++---
 po/sections.hu.po                    |  192 ++++---
 po/sections.ja.po                    |  192 ++++---
 po/sections.nl.po                    |  192 ++++---
 po/sections.pl.po                    |  192 ++++---
 po/sections.pot                      |  188 +++---
 po/sections.ru.po                    |  192 ++++---
 po/sections.sk.po                    |  192 ++++---
 po/sections.sv.po                    |  192 ++++---
 po/sections.tr.po                    |  192 ++++---
 po/sections.uk.po                    |  192 ++++---
 po/sections.zh-cn.po                 |  198 ++++---
 po/sections.zh-tw.po                 |  192 ++++---
 po/templates.bg.po                   |  100 ++--
 po/templates.de.po                   |  107 ++--
 po/templates.fi.po                   |   97 ++--
 po/templates.fr.po                   |  100 ++--
 po/templates.hu.po                   |   92 +--
 po/templates.ja.po                   |  103 ++--
 po/templates.nl.po                   |   96 ++--
 po/templates.pl.po                   |  101 ++--
 po/templates.pot                     |   96 ++--
 po/templates.ru.po                   |  100 ++--
 po/templates.sk.po                   |   94 +--
 po/templates.sv.po                   |  103 ++--
 po/templates.tr.po                   |   99 ++--
 po/templates.uk.po                   |  100 ++--
 po/templates.zh-cn.po                |   98 ++--
 po/templates.zh-tw.po                |   98 ++--
 templates/config/archive_layout.tmpl |    2 +
 templates/html/homepage.tmpl         |    2 +-
 55 files changed, 11229 insertions(+), 8940 deletions(-)

This patch touches config.sh.sed.in and both templates/* files, but it looks to me po/* should be committed in some fashion? Ditto for bin/parse-sources, and cron.d/*? Not sure about the untracked files (like bin/push_update that's called via SSH forced command).

Merge request reports

Loading