[Python-modules-commits] [sphinx] 01/01: Move the non-minified JS files to sphinx-common package.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Dec 23 08:35:31 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 433851c821c5363604e6d72e436e252788073a68
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Dec 23 11:26:50 2016 +0300

    Move the non-minified JS files to sphinx-common package.
---
 debian/changelog | 1 +
 debian/rules     | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bb5292a..4b2c641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ sphinx (1.5.1-1) UNRELEASED; urgency=medium
   * Update dh_sphinxdoc for upstream changes to document extensions.
   * Update numbers in debian/jstest/run-tests for the new release.
   * Move the new templates directory to sphinx-common package.
+  * Move the non-minified JS files to sphinx-common package.
   * Add allow-stderr restriction for the sphinx-doc autopkgtest.
   * Clean and do not install the sphinx/locale/.tx/config file.
 
diff --git a/debian/rules b/debian/rules
index b982814..938de30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,8 +101,12 @@ binary binary-indep: build-stamp
 	mkdir -p $(debroot)/usr/share/sphinx/ext/autosummary/
 	cd $(debroot) && mv -t usr/share/sphinx/ext/autosummary/ \
 		.$(py2_libdir)/sphinx/ext/autosummary/templates
+	mkdir -p $(debroot)/usr/share/sphinx/search/
+	cd $(debroot) && mv -t usr/share/sphinx/search/ \
+		.$(py2_libdir)/sphinx/search/non-minified-js
 	cd $(debroot)$(py3_libdir)/sphinx/ && \
-		rm -rf templates/ texinputs/ themes/ ext/autosummary/templates/
+		rm -rf templates/ texinputs/ themes/ ext/autosummary/templates/ \
+			search/non-minified-js/
 	set -e -x; \
 	cd $(debroot) && \
 		for lang in $(locales); \

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