[Python-modules-commits] [sphinx] 01/01: Clean and do not install the sphinx/locale/.tx/config file.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Dec 21 10:37:24 UTC 2016


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

mitya57 pushed a commit to branch master
in repository sphinx.

commit a70fcc051f5520be257dfbd4b054d8753ab4ed40
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Dec 21 13:36:53 2016 +0300

    Clean and do not install the sphinx/locale/.tx/config file.
---
 debian/changelog         | 1 +
 debian/rules             | 1 +
 sphinx/locale/.tx/config | 8 --------
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c27a53..bb5292a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ sphinx (1.5.1-1) UNRELEASED; urgency=medium
   * Update numbers in debian/jstest/run-tests for the new release.
   * Move the new templates directory to sphinx-common package.
   * Add allow-stderr restriction for the sphinx-doc autopkgtest.
+  * Clean and do not install the sphinx/locale/.tx/config file.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 15 Dec 2016 11:52:28 +0300
 
diff --git a/debian/rules b/debian/rules
index 830cc82..b982814 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ clean:
 	rm -f sphinx/pycode/Grammar*.pickle
 	rm -f sphinx/locale/*/LC_MESSAGES/sphinx.js
 	rm -f sphinx/locale/.DS_Store
+	rm -rf sphinx/locale/.tx
 	rm -f Sphinx.egg-info/SOURCES.txt
 	rm -f sphinx/texinputs/needspace.sty
 
diff --git a/sphinx/locale/.tx/config b/sphinx/locale/.tx/config
deleted file mode 100644
index 06c5142..0000000
--- a/sphinx/locale/.tx/config
+++ /dev/null
@@ -1,8 +0,0 @@
-[main]
-host = https://www.transifex.com
-
-[sphinx-1.sphinx-pot]
-file_filter = <lang>/LC_MESSAGES/sphinx.po
-source_file = sphinx.pot
-source_lang = en
-

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