[Python-modules-commits] [sphinx] branch master updated (9ebb38a -> 4ae52f7)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 14 16:26:24 UTC 2016


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

mitya57 pushed a change to branch master
in repository sphinx.

      from  9ebb38a   merge patched into master
       new  034fa8b   Start a changelog entry for 1.3.4.
       new  4ae52f7   Clean and ignore auto-generated files.

The 2 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                                |  20 +
 Sphinx.egg-info/SOURCES.txt               | 791 ------------------------------
 debian/changelog                          |   7 +
 debian/rules                              |   2 +
 sphinx/locale/bn/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/ca/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/cs/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/da/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/de/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/es/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/et/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/eu/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/fa/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/fi/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/fr/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/he/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/hr/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/hu/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/id/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/it/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/ja/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/ko/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/lt/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/lv/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/mk/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js |   1 -
 sphinx/locale/ne/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/nl/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/pl/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js |   1 -
 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js |   1 -
 sphinx/locale/ru/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/si/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/sk/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/sl/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/sv/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/tr/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js |   1 -
 sphinx/locale/vi/LC_MESSAGES/sphinx.js    |   1 -
 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js |   1 -
 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js |   1 -
 sphinx/themes/basic/static/jquery.js      |   4 -
 sphinx/themes/basic/static/underscore.js  |  31 --
 43 files changed, 29 insertions(+), 863 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 Sphinx.egg-info/SOURCES.txt
 delete mode 100644 sphinx/locale/bn/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/ca/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/cs/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/da/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/de/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/es/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/et/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/eu/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/fa/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/fi/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/fr/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/he/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/hr/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/hu/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/id/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/it/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/ja/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/ko/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/lt/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/lv/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/mk/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/ne/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/nl/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/pl/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/ru/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/si/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/sk/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/sl/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/sv/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/tr/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/vi/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js
 delete mode 100644 sphinx/themes/basic/static/jquery.js
 delete mode 100644 sphinx/themes/basic/static/underscore.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list