[Python-modules-commits] [sphinx] 01/01: Remove useless FIXME comment from debian/rules.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Aug 5 18:40:40 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository sphinx.

commit 570c8e642cce0c7eb8f2a723d8bbf3f194f73d9f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 5 21:40:32 2017 +0300

    Remove useless FIXME comment from debian/rules.
---
 debian/changelog | 1 +
 debian/rules     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2634595..be2c859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ sphinx (1.6.3-1) UNRELEASED; urgency=medium
   * Update debian/copyright from upstream LICENSE and AUTHORS files.
   * Skip running websupport tests during build, to avoid build-dependency
     loop with sphinxcontrib-websupport.
+  * Remove useless FIXME comment from debian/rules.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 09 Jul 2017 12:12:43 +0300
 
diff --git a/debian/rules b/debian/rules
index a51a531..950a99b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,6 @@ build-stamp: sphinx-build.py build/javascript-stamp
 	python3 setup.py build --build-lib build/py3/
 	python setup.py compile_catalog
 ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
-	# FIXME: https://github.com/sphinx-doc/sphinx/issues/703
 	export LC_ALL=C.UTF-8 && \
 	set -ex; for py in $(shell pyversions -r) $(shell py3versions -r); do \
 		if [ "$$py" \< "python3.5" ]; then \

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