[Python-modules-commits] r19449 - in packages/sphinx/branches/1.1/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sat Nov 26 14:26:56 UTC 2011
Date: Saturday, November 26, 2011 @ 14:26:55
Author: jwilk
Revision: 19449
Merge 1.0 -> 1.1.
Modified:
packages/sphinx/branches/1.1/debian/changelog
packages/sphinx/branches/1.1/debian/rules
Modified: packages/sphinx/branches/1.1/debian/changelog
===================================================================
--- packages/sphinx/branches/1.1/debian/changelog 2011-11-26 14:22:00 UTC (rev 19448)
+++ packages/sphinx/branches/1.1/debian/changelog 2011-11-26 14:26:55 UTC (rev 19449)
@@ -4,8 +4,9 @@
âsphinxcontribâ. This allows python-sphinxcontrib.* packages, both those
using dh_python2 and those using python-support, to be co-importable.
* Add various texlive-* and libjs-mathjax to Suggests.
+ * Don't install SOURCES.txt into binary packages.
- -- Jakub Wilk <jwilk at debian.org> Mon, 21 Nov 2011 14:01:06 +0100
+ -- Jakub Wilk <jwilk at debian.org> Sat, 26 Nov 2011 15:24:48 +0100
sphinx (1.1.2+dfsg-1) experimental; urgency=low
Modified: packages/sphinx/branches/1.1/debian/rules
===================================================================
--- packages/sphinx/branches/1.1/debian/rules 2011-11-26 14:22:00 UTC (rev 19448)
+++ packages/sphinx/branches/1.1/debian/rules 2011-11-26 14:26:55 UTC (rev 19449)
@@ -60,6 +60,7 @@
python3 setup.py \
build --build-lib build/py3/ \
install --no-compile --install-layout=deb --root $(debroot)
+ rm $(debroot)/usr/lib/python*/*-packages/Sphinx-*.egg-info/SOURCES.txt
# move static files outside {site,dist}-packages
sed -i -e "s!^package_dir = .*!package_dir = '/usr/share/sphinx'!" \
$(debroot)$(site_packages)/sphinx/__init__.py \
More information about the Python-modules-commits
mailing list