[gummi] branch master updated (80efe8d -> 0bc399e)

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Jan 27 20:24:15 UTC 2016


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

danstender-guest pushed a change to branch master
in repository gummi.

      from  80efe8d   prepare to upload
       new  02aaafc   Imported Upstream version 0.6.6
       new  2ce947e   Merge tag 'upstream/0.6.6'
       new  ce86d11   deb/changelog: new upstream release
       new  8b3ed87   dropped no-predictable-tmpfiles.patch
       new  24bdfea   dropped gummi.desktop.patch
       new  7067a71   dropped upgrade_datadir.patch
       new  3d57358   dropped add-missing-chooser-title.patch
       new  7ff5c8e   dropped libgthread-2.0_link.patch (applied upstream)
       new  4f513e0   dropped automake-subdirs.patch
       new  72d1ef7   deb/copyright: expanded copyright spans
       new  3fe1a3a   updated use-system-synctex.patch
       new  cafef88   deb/copyright: installed Files-Excluded
       new  810367c   Imported Upstream version 0.6.6
       new  87113b2   Merge tag 'upstream/0.6.6'
       new  0bc399e   finalized

The 15 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:
 .gitignore                                     |   24 +
 AUTHORS                                        |   13 +-
 COPYING                                        |    2 +-
 ChangeLog                                      |   14 +
 Makefile.in                                    |  758 ---
 README                                         |    8 -
 README.md                                      |   22 +
 aclocal.m4                                     | 1866 ------
 autogen.sh                                     |   20 +
 config.h.in                                    |  114 -
 configure                                      | 7585 ------------------------
 configure.ac                                   |    7 +-
 data/Makefile.in                               |  581 --
 data/icons/Makefile.in                         |  465 --
 data/icons/gummi.ico                           |  Bin 0 -> 9662 bytes
 data/misc/Makefile.in                          |  530 --
 data/misc/default.tex                          |   10 +-
 data/misc/gummi.1                              |   16 +-
 data/misc/gummi.desktop.in                     |    1 +
 data/snippets/Makefile.in                      |  439 --
 data/snippets/snippets.cfg                     |    2 +-
 data/ui/Makefile.in                            |  439 --
 data/ui/gummi.glade                            |   26 +-
 debian/changelog                               |   17 +
 debian/copyright                               |    6 +-
 debian/patches/add-missing-chooser-title.patch |   19 -
 debian/patches/automake-subdirs.patch          |   20 -
 debian/patches/gummi.desktop.patch             |   14 -
 debian/patches/libgthread-2.0_link.patch       |   16 -
 debian/patches/no-predictable-tmpfiles.patch   |   39 -
 debian/patches/series                          |    6 -
 debian/patches/upgrade_datadir.patch           |   18 -
 debian/patches/use-system-synctex.patch        |   16 +-
 dev/chver.sh                                   |   11 +
 dev/control                                    |   13 +
 dev/pkg-utils                                  |  114 +
 dev/stresstest.py                              |   68 +
 dev/update-po                                  |    9 +
 lib/Makefile.in                                |  453 --
 po/Makefile.in.in                              |    3 +-
 po/POTFILES.in                                 |    2 -
 po/ar.po                                       |  199 +-
 po/ca.po                                       |  230 +-
 po/cs.po                                       |  223 +-
 po/da.po                                       |  216 +-
 po/de.po                                       |  232 +-
 po/el.po                                       |  216 +-
 po/es.po                                       |  554 +-
 po/fr.po                                       |  230 +-
 po/{ar.po => gummi.pot}                        |  581 +-
 po/hu.po                                       |  234 +-
 po/it.po                                       |  217 +-
 po/nl.po                                       |  221 +-
 po/pl.po                                       |  217 +-
 po/pt.po                                       |  232 +-
 po/pt_BR.po                                    |  232 +-
 po/ro.po                                       |  216 +-
 po/ru.po                                       |  452 +-
 po/sv.po                                       |  232 +-
 po/{ar.po => template.pot}                     |  395 +-
 po/zh_CN.po                                    |  230 +-
 po/zh_TW.po                                    |  230 +-
 src/Makefile                                   |   14 +
 src/Makefile.am                                |    7 +-
 src/Makefile.in                                |  816 ---
 src/biblio.c                                   |   47 +-
 src/biblio.h                                   |    6 +-
 src/compile/latexmk.c                          |   18 +-
 src/compile/latexmk.h                          |    6 +-
 src/compile/rubber.c                           |   16 +-
 src/compile/rubber.h                           |    6 +-
 src/compile/texlive.c                          |   44 +-
 src/compile/texlive.h                          |    6 +-
 src/configfile.c                               |   16 +-
 src/configfile.h                               |    6 +-
 src/constants.h                                |    8 +-
 src/editor.c                                   |  113 +-
 src/editor.h                                   |   12 +-
 src/environment.c                              |   18 +-
 src/environment.h                              |   26 +-
 src/external.c                                 |   44 +-
 src/external.h                                 |    4 +-
 src/gui/gui-import.c                           |   28 +-
 src/gui/gui-import.h                           |    4 +-
 src/gui/gui-infoscreen.c                       |   16 +-
 src/gui/gui-infoscreen.h                       |    2 +-
 src/gui/gui-main.c                             |  101 +-
 src/gui/gui-main.h                             |   20 +-
 src/gui/gui-menu.c                             |  156 +-
 src/gui/gui-menu.h                             |    7 +-
 src/gui/gui-prefs.c                            |   92 +-
 src/gui/gui-prefs.h                            |    8 +-
 src/gui/gui-preview.c                          |  310 +-
 src/gui/gui-preview.h                          |   36 +-
 src/gui/gui-project.c                          |   62 +-
 src/gui/gui-project.h                          |    8 +-
 src/gui/gui-search.c                           |    2 +-
 src/gui/gui-search.h                           |    2 +-
 src/gui/gui-snippets.c                         |   16 +-
 src/gui/gui-snippets.h                         |    2 +-
 src/gui/gui-tabmanager.c                       |   48 +-
 src/gui/gui-tabmanager.h                       |    6 +-
 src/importer.c                                 |   20 +-
 src/importer.h                                 |    6 +-
 src/iofunctions.c                              |   50 +-
 src/iofunctions.h                              |    6 +-
 src/latex.c                                    |   52 +-
 src/latex.h                                    |   10 +-
 src/main.c                                     |   18 +-
 src/motion.c                                   |   65 +-
 src/motion.h                                   |   16 +-
 src/porting.h                                  |    6 +-
 src/project.c                                  |   46 +-
 src/project.h                                  |   12 +-
 src/signals.c                                  |    4 +-
 src/signals.h                                  |    4 +-
 src/snippets.c                                 |    6 +-
 src/snippets.h                                 |    6 +-
 src/syncTeX/synctex_parser.c                   | 4249 -------------
 src/syncTeX/synctex_parser.h                   |  346 --
 src/syncTeX/synctex_parser_utils.c             |  479 --
 src/syncTeX/synctex_parser_utils.h             |  141 -
 src/tabmanager.c                               |   45 +-
 src/tabmanager.h                               |    6 +-
 src/template.c                                 |   40 +-
 src/template.h                                 |    6 +-
 src/update.c                                   |  122 -
 src/update.h                                   |   39 -
 src/utils.c                                    |   39 +-
 src/utils.h                                    |    8 +-
 130 files changed, 4011 insertions(+), 23570 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 Makefile.in
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 aclocal.m4
 create mode 100755 autogen.sh
 delete mode 100644 config.h.in
 delete mode 100755 configure
 delete mode 100644 data/Makefile.in
 delete mode 100644 data/icons/Makefile.in
 create mode 100644 data/icons/gummi.ico
 delete mode 100644 data/misc/Makefile.in
 delete mode 100644 data/snippets/Makefile.in
 delete mode 100644 data/ui/Makefile.in
 delete mode 100644 debian/patches/add-missing-chooser-title.patch
 delete mode 100644 debian/patches/automake-subdirs.patch
 delete mode 100644 debian/patches/gummi.desktop.patch
 delete mode 100644 debian/patches/libgthread-2.0_link.patch
 delete mode 100644 debian/patches/no-predictable-tmpfiles.patch
 delete mode 100644 debian/patches/upgrade_datadir.patch
 create mode 100755 dev/chver.sh
 create mode 100644 dev/control
 create mode 100755 dev/pkg-utils
 create mode 100644 dev/stresstest.py
 create mode 100755 dev/update-po
 delete mode 100644 lib/Makefile.in
 copy po/{ar.po => gummi.pot} (76%)
 copy po/{ar.po => template.pot} (84%)
 create mode 100644 src/Makefile
 delete mode 100644 src/Makefile.in
 delete mode 100644 src/syncTeX/synctex_parser.c
 delete mode 100644 src/syncTeX/synctex_parser.h
 delete mode 100644 src/syncTeX/synctex_parser_utils.c
 delete mode 100644 src/syncTeX/synctex_parser_utils.h
 delete mode 100644 src/update.c
 delete mode 100644 src/update.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gummi.git



More information about the debian-science-commits mailing list