[Pkg-privacy-commits] [mat] branch upstream updated (9c0f0fb -> d84d5f3)

Sascha Steinbiss sascha at steinbiss.name
Sun Jan 3 12:32:45 UTC 2016


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

sascha-guest pushed a change to branch upstream
in repository mat.

      from  9c0f0fb   Imported Upstream version 0.5.3
      adds  fb55067   Remove the pillow stuff, because it was a bad idea.
      adds  78b84a9   Set editable MetadataPopup content field
      adds  dbcc9ea   Set resizable MetadataPopup name column
      adds  6a7ec82   ExiftoolStripper: white-list the "File Type Extension" and "Megapixels" fields.
      adds  85e6279   Add python packages dependencies to setup.py
      adds  6ba3e3f   _MASSIVE_ pep8 revamp
      adds  d397ab9   Distance MAT a bit more from hachoir
      adds  d8331c6   archive: explicitly treat text we got from tarfile as encoded UTF-8 (Closes: MAT#9831).
      adds  6b3043a   archive: use correct epoch time.
      adds  fcd5bdf   Merge remote-tracking branch 'intrigeri/bugfix/9827-fix-buggy-epoch-in-archive'
      adds  5d139d7   Improves the way MAT deals with ZipTimestamps
      adds  13c05f3   Revert the ZIP_EPOCH date to 1980-01-01 00:00:00
      adds  7b8ec9e   Minor code simplification
      adds  7b959d3   MAT 0.5.4
       new  beeb5f3   The keywords section should end with a semicolon.
       new  5b9c600   Tests can now target system-wide or global MAT
       new  f5a39ac   Some minors pep8 modifications
       new  d87711e   Add support for TIFF file
       new  bbdaaea   Minor refactorisation of `get_datafile_path()`
       new  c9465c4   SImplification and documentation of `create_class_file()`
       new  ba615c2   Add more type hint
       new  627c6f4   Fix some mistakes found thanks to the previous commit
       new  d054e31   Improves a bit portability
       new  eb86ee0   Fix tests borken by the absence of exiftool
       new  b285d72   Add hachoir_core and hachoir_parser as `requires` in setup.py
       new  b7755bb   Add forgotten tests for the command-line
       new  7146c25   Add a forgotten test-file
       new  355a1b4   Add a .travis.yml file, thanks to Raphaël Vinot
       new  363d35a   Import (lib|cli)test.py in the test module to ease its usage
       new  4de7342   `python setup.py test` will now run the testsuite
       new  a71bbca   The README file now has a `.md` extension.
       new  9ea3c2c   Improves the way tests are handled with `python setup.py test`
       new  2212039   Make the logging more pep-282 compliant
       new  4b56ff2   Remove two useless variables
       new  0d1fe25   Clean up a bit the nautilus-extensio code
       new  7d281be   Remove a superfluous `pass` instruction
       new  6e0888e   Remove a useless rant in a comment
       new  83831de   Simplify a bit the hachoir-powered image parser
       new  aafff90   Improves the travis-ci configuration
       new  0be0ce3   Add fancy badges
       new  d5a896d   Add some missing docstrings
       new  bd1917d   `--local` is now the default when running the testsuite
       new  cca26ec   Add pip caching for travis-ci
       new  3cf80e8   Update a bit the README.md file
       new  80ece30   Remove hachoir from MAT.
       new  8b181c6   Improves the way torrents are handled
       new  5d14fff   Add some pragma to avoid testing some functions
       new  67f8319   Remove two useless methods from the archive stripper
       new  f80612a   Document and simplify a bit the nautilus extension code
       new  0d3ef2e   Misc pep8 conformity
       new  70ef290   Add some file-attribute related tests
       new  43804de   Fix mutagen's behaviour on file without metadata block
       new  81bf419   Silence exiftool's stderr
       new  1be8f43   Add some resources about why we're using python-pdfrw
       new  228ac6e   added check for readaccess to file
       new  aa32b3d   Improves mat's cli behaviour on faulty options
       new  a13203d   Add tests for the help command
       new  80244ec   Add a PDF-specific test
       new  1ab3dd3   Fix a typo in --low-pdf-quality handling
       new  65c6966   Add the same kind of test than in 80244ec
       new  7983af2   refined argument exceptions
       new  fff8533   Various minor refactorizations
       new  a027c0b   Fix the gui's metadata popup
       new  e962b56   Update localization file
       new  bf5d24a   Document the fact that MAT now supports .tiff files
       new  ca83fc0   Fix the GUI for good
       new  31e1037   Enhance CLI's error display by tweaking log level
       new  27746e4   The GUI proposes to add supported files only by default
       new  e51ae6b   Add `gi.require_version('Poppler', '0.18')` to silence warnings
       new  7314441   Improves the previous commit thanks to intrigeri
       new  07057bc   Correct wording for absent dependencies
       new  b9d66ed   Fix some typoes pointed by intrigeri
       new  3ac3f35   Hopefully make test suite work once copied out of the build tree
       new  3696b59   Fix some pep8-related issues
       new  f14c810   Update translations
       new  25c3d47   Improves a bit the release process
       new  d351851   Import translations
       new  158b14b   MAT 0.6
       new  d84d5f3   Imported Upstream version 0.6

The 65 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:
 .travis.yml                          |  37 ++++
 CHANGELOG                            |  17 ++
 MANIFEST.in                          |   2 +-
 README => README.md                  |  38 ++--
 RELEASE                              |   6 +-
 data/FORMATS                         |  15 +-
 data/mat.glade                       | 104 ++++++-----
 libmat/__init__.py                   |   1 -
 libmat/archive.py                    | 199 +++++++++++---------
 libmat/audio.py                      |  53 ------
 libmat/bencode/__init__.py           |   1 -
 libmat/bencode/bencode.py            |  33 ++--
 libmat/exceptions.py                 |  13 +-
 libmat/exiftool.py                   |  86 +++++----
 libmat/hachoir_editor/__init__.py    |   8 -
 libmat/hachoir_editor/field.py       |  69 -------
 libmat/hachoir_editor/fieldset.py    | 352 -----------------------------------
 libmat/hachoir_editor/typed_field.py | 253 -------------------------
 libmat/images.py                     |  64 -------
 libmat/mat.py                        | 132 ++++++-------
 libmat/misc.py                       |  52 +++---
 libmat/mutagenstripper.py            |  84 ++++++++-
 libmat/office.py                     |  86 +++++----
 libmat/parser.py                     | 109 ++---------
 libmat/pillow.py                     |  27 ---
 libmat/strippers.py                  |  34 ++--
 mat                                  |  82 ++++----
 mat-gui                              | 134 +++++++------
 mat.1                                |   2 +-
 mat.desktop                          |   2 +-
 nautilus/nautilus-mat.py             |  52 ++++--
 po/README                            |   1 +
 po/{mat-gui.pot => ach.po}           | 132 ++++++-------
 po/{mat-gui.pot => ady.po}           | 132 ++++++-------
 po/{mat-gui.pot => af.po}            | 136 +++++++-------
 po/{mat-gui.pot => af_ZA.po}         | 122 ++++++------
 po/{mat-gui.pot => ak.po}            | 134 ++++++-------
 po/{mat-gui.pot => am.po}            | 136 +++++++-------
 po/{mat-gui.pot => am_ET.po}         | 135 +++++++-------
 po/ar.po                             | 124 ++++++------
 po/{mat-gui.pot => ar_AA.po}         | 132 ++++++-------
 po/{mat-gui.pot => arn.po}           | 134 ++++++-------
 po/{mat-gui.pot => ast.po}           | 134 ++++++-------
 po/az.po                             | 126 +++++++------
 po/{mat-gui.pot => ba.po}            | 132 ++++++-------
 po/{mat-gui.pot => bal.po}           | 132 ++++++-------
 po/{mat-gui.pot => be.po}            | 136 +++++++-------
 po/bg.po                             | 124 ++++++------
 po/{mat-gui.pot => bg_BG.po}         | 121 ++++++------
 po/{mat-gui.pot => bn.po}            | 147 ++++++++-------
 po/{mat-gui.pot => bn_BD.po}         | 132 ++++++-------
 po/{mat-gui.pot => bn_IN.po}         | 134 ++++++-------
 po/{mat-gui.pot => bo.po}            | 134 ++++++-------
 po/{mat-gui.pot => br.po}            | 134 ++++++-------
 po/{mat-gui.pot => brx.po}           | 132 ++++++-------
 po/{mat-gui.pot => bs.po}            | 136 +++++++-------
 po/ca.po                             | 127 +++++++------
 po/{sl.po => ca at valencia.po}         |  87 +++++----
 po/{mat-gui.pot => ca_ES.po}         | 121 ++++++------
 po/{mat-gui.pot => ceb.po}           | 132 ++++++-------
 po/{mat-gui.pot => co.po}            | 132 ++++++-------
 po/cs.po                             | 124 ++++++------
 po/{mat-gui.pot => cs_CZ.po}         | 132 ++++++-------
 po/{mat-gui.pot => csb.po}           | 134 ++++++-------
 po/{mat-gui.pot => cv.po}            | 132 ++++++-------
 po/cy.po                             | 188 +++++++++++++++++++
 po/{mat-gui.pot => cy_GB.po}         | 132 ++++++-------
 po/da.po                             | 124 ++++++------
 po/{mat-gui.pot => da_DK.po}         | 132 ++++++-------
 po/de.po                             | 124 ++++++------
 po/{mat-gui.pot => dz.po}            | 134 ++++++-------
 po/el.po                             | 124 ++++++------
 po/{mat-gui.pot => el_GR.po}         | 121 ++++++------
 po/en_GB.po                          | 124 ++++++------
 po/{mat-gui.pot => eo.po}            | 138 +++++++-------
 po/es.po                             | 124 ++++++------
 po/es_AR.po                          | 189 +++++++++++++++++++
 po/{mat-gui.pot => es_CL.po}         | 135 +++++++-------
 po/{mat-gui.pot => es_CO.po}         | 141 +++++++-------
 po/{mat-gui.pot => es_MX.po}         | 135 +++++++-------
 po/{mat-gui.pot => es_NI.po}         | 122 ++++++------
 po/et.po                             | 188 +++++++++++++++++++
 po/eu.po                             | 124 ++++++------
 po/fa.po                             | 124 ++++++------
 po/fi.po                             | 124 ++++++------
 po/fil.po                            | 124 ++++++------
 po/fo.po                             | 124 ++++++------
 po/fr.po                             | 124 ++++++------
 po/fr_CA.po                          | 126 +++++++------
 po/{mat-gui.pot => fur.po}           | 134 ++++++-------
 po/{mat-gui.pot => fy.po}            | 157 ++++++++--------
 po/ga.po                             | 188 +++++++++++++++++++
 po/{mat-gui.pot => gd.po}            | 132 ++++++-------
 po/gl.po                             | 256 +++++++++++++------------
 po/{mat-gui.pot => gu.po}            | 136 +++++++-------
 po/{mat-gui.pot => gu_IN.po}         | 132 ++++++-------
 po/{mat-gui.pot => gun.po}           | 134 ++++++-------
 po/{mat-gui.pot => ha.po}            | 134 ++++++-------
 po/he.po                             | 129 +++++++------
 po/hi.po                             | 189 +++++++++++++++++++
 po/{mat-gui.pot => hr.po}            | 155 +++++++--------
 po/hr_HR.po                          | 124 ++++++------
 po/{mat-gui.pot => ht.po}            | 134 ++++++-------
 po/hu.po                             | 127 +++++++------
 po/{mat-gui.pot => hy.po}            | 134 ++++++-------
 po/hy_AM.po                          | 188 +++++++++++++++++++
 po/{mat-gui.pot => ia.po}            | 136 +++++++-------
 po/id.po                             | 193 +++++++++++++++++++
 po/is.po                             | 188 +++++++++++++++++++
 po/it.po                             | 124 ++++++------
 po/ja.po                             | 126 +++++++------
 po/{mat-gui.pot => jbo.po}           | 132 ++++++-------
 po/{mat-gui.pot => jv.po}            | 134 ++++++-------
 po/ka.po                             | 188 +++++++++++++++++++
 po/{mat-gui.pot => kk.po}            | 132 ++++++-------
 po/km.po                             | 124 ++++++------
 po/{mat-gui.pot => kn.po}            | 134 ++++++-------
 po/ko.po                             | 124 ++++++------
 po/{mat-gui.pot => ko_KR.po}         | 136 +++++++-------
 po/{mat-gui.pot => ku.po}            | 134 ++++++-------
 po/{mat-gui.pot => ku_IQ.po}         | 134 ++++++-------
 po/{mat-gui.pot => kw.po}            | 134 ++++++-------
 po/{mat-gui.pot => ky.po}            | 136 +++++++-------
 po/{mat-gui.pot => la.po}            | 132 ++++++-------
 po/{mat-gui.pot => lb.po}            | 137 +++++++-------
 po/{mat-gui.pot => lg.po}            | 134 ++++++-------
 po/{mat-gui.pot => ln.po}            | 134 ++++++-------
 po/{mat-gui.pot => lo.po}            | 137 +++++++-------
 po/lt.po                             | 188 +++++++++++++++++++
 po/lv.po                             | 126 +++++++------
 po/mat-gui.pot                       | 118 ++++++------
 po/{mat-gui.pot => mg.po}            | 134 ++++++-------
 po/{mat-gui.pot => mi.po}            | 134 ++++++-------
 po/{mat-gui.pot => mk.po}            | 134 ++++++-------
 po/{mat-gui.pot => ml.po}            | 136 +++++++-------
 po/{mat-gui.pot => mn.po}            | 134 ++++++-------
 po/{mat-gui.pot => mr.po}            | 136 +++++++-------
 po/{sl.po => ms.po}                  |  87 +++++----
 po/ms_MY.po                          | 124 ++++++------
 po/{mat-gui.pot => mt.po}            | 134 ++++++-------
 po/{mat-gui.pot => my.po}            | 136 +++++++-------
 po/{mat-gui.pot => nah.po}           | 134 ++++++-------
 po/{mat-gui.pot => nap.po}           | 134 ++++++-------
 po/nb.po                             | 125 +++++++------
 po/{mat-gui.pot => nds.po}           | 132 ++++++-------
 po/{mat-gui.pot => ne.po}            | 134 ++++++-------
 po/nl.po                             | 125 +++++++------
 po/{nl.po => nl_BE.po}               | 163 ++++++++--------
 po/nn.po                             | 124 ++++++------
 po/{mat-gui.pot => nso.po}           | 134 ++++++-------
 po/{mat-gui.pot => oc.po}            | 134 ++++++-------
 po/{mat-gui.pot => or.po}            | 134 ++++++-------
 po/pa.po                             | 188 +++++++++++++++++++
 po/{mat-gui.pot => pap.po}           | 134 ++++++-------
 po/pl.po                             | 124 ++++++------
 po/{sl.po => pl_PL.po}               |  87 +++++----
 po/{mat-gui.pot => pms.po}           | 134 ++++++-------
 po/{mat-gui.pot => ps.po}            | 134 ++++++-------
 po/pt.po                             | 135 +++++++-------
 po/pt_BR.po                          | 142 +++++++-------
 po/ro.po                             | 124 ++++++------
 po/ru.po                             | 126 +++++++------
 po/ru at petr1708.po                    | 126 +++++++------
 po/{mat-gui.pot => sa.po}            | 132 ++++++-------
 po/{mat-gui.pot => scn.po}           | 132 ++++++-------
 po/{mat-gui.pot => sco.po}           | 134 ++++++-------
 po/{mat-gui.pot => si.po}            | 132 ++++++-------
 po/si_LK.po                          | 254 +++++++++++++------------
 po/sk.po                             | 124 ++++++------
 po/sk_SK.po                          | 189 +++++++++++++++++++
 po/sl.po                             | 156 +++++++++-------
 po/sl_SI.po                          | 124 ++++++------
 po/{mat-gui.pot => sn.po}            | 132 ++++++-------
 po/{mat-gui.pot => so.po}            | 134 ++++++-------
 po/{mat-gui.pot => son.po}           | 134 ++++++-------
 po/sq.po                             | 124 ++++++------
 po/{mat-gui.pot => sq_AL.po}         | 132 ++++++-------
 po/sr.po                             | 124 ++++++------
 po/{mat-gui.pot => sr at latin.po}      | 132 ++++++-------
 po/{mat-gui.pot => st.po}            | 134 ++++++-------
 po/{mat-gui.pot => su.po}            | 134 ++++++-------
 po/sv.po                             | 124 ++++++------
 po/{sl.po => sv_SE.po}               |  89 +++++----
 po/{mat-gui.pot => sw.po}            | 134 ++++++-------
 po/{mat-gui.pot => szl.po}           | 132 ++++++-------
 po/ta.po                             | 188 +++++++++++++++++++
 po/{mat-gui.pot => te.po}            | 134 ++++++-------
 po/{mat-gui.pot => te_IN.po}         | 132 ++++++-------
 po/{mat-gui.pot => tg.po}            | 143 +++++++-------
 po/th.po                             | 124 ++++++------
 po/{mat-gui.pot => ti.po}            | 134 ++++++-------
 po/{mat-gui.pot => tk.po}            | 134 ++++++-------
 po/{mat-gui.pot => tl_PH.po}         | 132 ++++++-------
 po/tr.po                             | 154 +++++++--------
 po/{mat-gui.pot => ug at Arab.po}       | 132 ++++++-------
 po/uk.po                             | 124 ++++++------
 po/{mat-gui.pot => ur.po}            | 139 +++++++-------
 po/{mat-gui.pot => ur_PK.po}         | 143 +++++++-------
 po/{mat-gui.pot => uz.po}            | 134 ++++++-------
 po/{mat-gui.pot => ve.po}            | 134 ++++++-------
 po/vi.po                             | 189 +++++++++++++++++++
 po/{mat-gui.pot => wa.po}            | 134 ++++++-------
 po/{mat-gui.pot => wo.po}            | 134 ++++++-------
 po/{mat-gui.pot => yo.po}            | 132 ++++++-------
 po/{mat-gui.pot => zh.po}            | 121 ++++++------
 po/{mat-gui.pot => zh_CN.GB2312.po}  | 121 ++++++------
 po/zh_CN.po                          | 128 +++++++------
 po/zh_HK.po                          | 188 +++++++++++++++++++
 po/zh_TW.po                          | 124 ++++++------
 po/{mat-gui.pot => zu.po}            | 134 ++++++-------
 setup.py                             |  66 ++++---
 test/__init__.py                     |   1 +
 "test/clean \303\251.docx"           | Bin 6520 -> 2300 bytes
 "test/clean \303\251.odt"            | Bin 33140 -> 10907 bytes
 "test/clean \303\251.tar"            | Bin 10240 -> 10240 bytes
 "test/clean \303\251.tar.bz2"        | Bin 5976 -> 10240 bytes
 "test/clean \303\251.tar.gz"         | Bin 5656 -> 10240 bytes
 "test/clean \303\251.tif"            | Bin 0 -> 921912 bytes
 "test/clean \303\251.zip"            | Bin 5885 -> 5747 bytes
 test/clitest.py                      | 146 ++++++++++-----
 "test/dirty \303\251.tif"            | Bin 0 -> 936524 bytes
 test/libtest.py                      | 107 +++++++----
 test/{__init__.py => not_writtable}  |   0
 test/test.py                         |  75 ++++++--
 224 files changed, 14977 insertions(+), 11939 deletions(-)
 create mode 100644 .travis.yml
 rename README => README.md (71%)
 delete mode 100644 libmat/audio.py
 delete mode 100644 libmat/hachoir_editor/__init__.py
 delete mode 100644 libmat/hachoir_editor/field.py
 delete mode 100644 libmat/hachoir_editor/fieldset.py
 delete mode 100644 libmat/hachoir_editor/typed_field.py
 delete mode 100644 libmat/images.py
 delete mode 100644 libmat/pillow.py
 create mode 100644 po/README
 copy po/{mat-gui.pot => ach.po} (57%)
 copy po/{mat-gui.pot => ady.po} (57%)
 copy po/{mat-gui.pot => af.po} (56%)
 copy po/{mat-gui.pot => af_ZA.po} (56%)
 copy po/{mat-gui.pot => ak.po} (57%)
 copy po/{mat-gui.pot => am.po} (56%)
 copy po/{mat-gui.pot => am_ET.po} (56%)
 copy po/{mat-gui.pot => ar_AA.po} (55%)
 copy po/{mat-gui.pot => arn.po} (57%)
 copy po/{mat-gui.pot => ast.po} (57%)
 copy po/{mat-gui.pot => ba.po} (57%)
 copy po/{mat-gui.pot => bal.po} (57%)
 copy po/{mat-gui.pot => be.po} (54%)
 copy po/{mat-gui.pot => bg_BG.po} (56%)
 copy po/{mat-gui.pot => bn.po} (51%)
 copy po/{mat-gui.pot => bn_BD.po} (57%)
 copy po/{mat-gui.pot => bn_IN.po} (57%)
 copy po/{mat-gui.pot => bo.po} (57%)
 copy po/{mat-gui.pot => br.po} (57%)
 copy po/{mat-gui.pot => brx.po} (57%)
 copy po/{mat-gui.pot => bs.po} (55%)
 copy po/{sl.po => ca at valencia.po} (62%)
 copy po/{mat-gui.pot => ca_ES.po} (57%)
 copy po/{mat-gui.pot => ceb.po} (57%)
 copy po/{mat-gui.pot => co.po} (57%)
 copy po/{mat-gui.pot => cs_CZ.po} (56%)
 copy po/{mat-gui.pot => csb.po} (56%)
 copy po/{mat-gui.pot => cv.po} (57%)
 create mode 100644 po/cy.po
 copy po/{mat-gui.pot => cy_GB.po} (56%)
 copy po/{mat-gui.pot => da_DK.po} (57%)
 copy po/{mat-gui.pot => dz.po} (57%)
 copy po/{mat-gui.pot => el_GR.po} (57%)
 copy po/{mat-gui.pot => eo.po} (56%)
 create mode 100644 po/es_AR.po
 copy po/{mat-gui.pot => es_CL.po} (56%)
 copy po/{mat-gui.pot => es_CO.po} (54%)
 copy po/{mat-gui.pot => es_MX.po} (56%)
 copy po/{mat-gui.pot => es_NI.po} (56%)
 create mode 100644 po/et.po
 copy po/{mat-gui.pot => fur.po} (57%)
 copy po/{mat-gui.pot => fy.po} (50%)
 create mode 100644 po/ga.po
 copy po/{mat-gui.pot => gd.po} (56%)
 copy po/{mat-gui.pot => gu.po} (56%)
 copy po/{mat-gui.pot => gu_IN.po} (57%)
 copy po/{mat-gui.pot => gun.po} (57%)
 copy po/{mat-gui.pot => ha.po} (57%)
 create mode 100644 po/hi.po
 copy po/{mat-gui.pot => hr.po} (50%)
 copy po/{mat-gui.pot => ht.po} (57%)
 copy po/{mat-gui.pot => hy.po} (57%)
 create mode 100644 po/hy_AM.po
 copy po/{mat-gui.pot => ia.po} (56%)
 create mode 100644 po/id.po
 create mode 100644 po/is.po
 copy po/{mat-gui.pot => jbo.po} (57%)
 copy po/{mat-gui.pot => jv.po} (57%)
 create mode 100644 po/ka.po
 copy po/{mat-gui.pot => kk.po} (57%)
 copy po/{mat-gui.pot => kn.po} (57%)
 copy po/{mat-gui.pot => ko_KR.po} (56%)
 copy po/{mat-gui.pot => ku.po} (57%)
 copy po/{mat-gui.pot => ku_IQ.po} (57%)
 copy po/{mat-gui.pot => kw.po} (56%)
 copy po/{mat-gui.pot => ky.po} (57%)
 copy po/{mat-gui.pot => la.po} (57%)
 copy po/{mat-gui.pot => lb.po} (56%)
 copy po/{mat-gui.pot => lg.po} (57%)
 copy po/{mat-gui.pot => ln.po} (57%)
 copy po/{mat-gui.pot => lo.po} (56%)
 create mode 100644 po/lt.po
 copy po/{mat-gui.pot => mg.po} (57%)
 copy po/{mat-gui.pot => mi.po} (57%)
 copy po/{mat-gui.pot => mk.po} (56%)
 copy po/{mat-gui.pot => ml.po} (56%)
 copy po/{mat-gui.pot => mn.po} (57%)
 copy po/{mat-gui.pot => mr.po} (56%)
 copy po/{sl.po => ms.po} (62%)
 copy po/{mat-gui.pot => mt.po} (56%)
 copy po/{mat-gui.pot => my.po} (56%)
 copy po/{mat-gui.pot => nah.po} (57%)
 copy po/{mat-gui.pot => nap.po} (57%)
 copy po/{mat-gui.pot => nds.po} (57%)
 copy po/{mat-gui.pot => ne.po} (57%)
 copy po/{nl.po => nl_BE.po} (50%)
 copy po/{mat-gui.pot => nso.po} (57%)
 copy po/{mat-gui.pot => oc.po} (57%)
 copy po/{mat-gui.pot => or.po} (57%)
 create mode 100644 po/pa.po
 copy po/{mat-gui.pot => pap.po} (57%)
 copy po/{sl.po => pl_PL.po} (62%)
 copy po/{mat-gui.pot => pms.po} (57%)
 copy po/{mat-gui.pot => ps.po} (57%)
 copy po/{mat-gui.pot => sa.po} (57%)
 copy po/{mat-gui.pot => scn.po} (57%)
 copy po/{mat-gui.pot => sco.po} (57%)
 copy po/{mat-gui.pot => si.po} (57%)
 create mode 100644 po/sk_SK.po
 copy po/{mat-gui.pot => sn.po} (57%)
 copy po/{mat-gui.pot => so.po} (57%)
 copy po/{mat-gui.pot => son.po} (57%)
 copy po/{mat-gui.pot => sq_AL.po} (57%)
 copy po/{mat-gui.pot => sr at latin.po} (55%)
 copy po/{mat-gui.pot => st.po} (57%)
 copy po/{mat-gui.pot => su.po} (57%)
 copy po/{sl.po => sv_SE.po} (60%)
 copy po/{mat-gui.pot => sw.po} (57%)
 copy po/{mat-gui.pot => szl.po} (56%)
 create mode 100644 po/ta.po
 copy po/{mat-gui.pot => te.po} (57%)
 copy po/{mat-gui.pot => te_IN.po} (57%)
 copy po/{mat-gui.pot => tg.po} (52%)
 copy po/{mat-gui.pot => ti.po} (57%)
 copy po/{mat-gui.pot => tk.po} (57%)
 copy po/{mat-gui.pot => tl_PH.po} (57%)
 copy po/{mat-gui.pot => ug at Arab.po} (57%)
 copy po/{mat-gui.pot => ur.po} (55%)
 copy po/{mat-gui.pot => ur_PK.po} (54%)
 copy po/{mat-gui.pot => uz.po} (57%)
 copy po/{mat-gui.pot => ve.po} (57%)
 create mode 100644 po/vi.po
 copy po/{mat-gui.pot => wa.po} (57%)
 copy po/{mat-gui.pot => wo.po} (57%)
 copy po/{mat-gui.pot => yo.po} (57%)
 copy po/{mat-gui.pot => zh.po} (57%)
 copy po/{mat-gui.pot => zh_CN.GB2312.po} (56%)
 create mode 100644 po/zh_HK.po
 copy po/{mat-gui.pot => zu.po} (57%)
 create mode 100644 "test/clean \303\251.tif"
 create mode 100644 "test/dirty \303\251.tif"
 copy test/{__init__.py => not_writtable} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git



More information about the Pkg-privacy-commits mailing list