[Python-modules-commits] r33944 - in packages/python-llfuse/trunk/debian (4 files)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Fri Aug 21 16:19:22 UTC 2015
Date: Friday, August 21, 2015 @ 16:19:21
Author: nikratio-guest
Revision: 33944
* New upstream release.
* Use Python 3 versions of Cython and Sphinx.
* Dropped build dependency on cython3-dbg (fixed upstream).
Modified:
packages/python-llfuse/trunk/debian/changelog
packages/python-llfuse/trunk/debian/control
packages/python-llfuse/trunk/debian/python.inv
packages/python-llfuse/trunk/debian/rules
Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog 2015-08-21 11:59:14 UTC (rev 33943)
+++ packages/python-llfuse/trunk/debian/changelog 2015-08-21 16:19:21 UTC (rev 33944)
@@ -1,3 +1,11 @@
+python-llfuse (0.41+dfsg-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Use Python 3 versions of Cython and Sphinx.
+ * Dropped build dependency on cython3-dbg (fixed upstream).
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Fri, 21 Aug 2015 08:52:21 -0700
+
python-llfuse (0.40+dfsg-2) unstable; urgency=medium
* Correctly handle symlink-to-directory transition of
Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control 2015-08-21 11:59:14 UTC (rev 33943)
+++ packages/python-llfuse/trunk/debian/control 2015-08-21 16:19:21 UTC (rev 33944)
@@ -13,13 +13,11 @@
python-all-dbg,
python3-all-dev,
python3-all-dbg,
- python-sphinx (>= 1.0.7+dfsg),
+ python3-sphinx (>= 1.0.7+dfsg),
pkg-config,
python-distribute,
python3-setuptools,
- cython3 (>= 0.16),
- cython-dbg (>= 0.16),
- cython3-dbg (>= 0.16)
+ cython3 (>= 0.16)
Standards-Version: 3.9.6
Homepage: https://bitbucket.org/nikratio/python-llfuse/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-llfuse/trunk/
Modified: packages/python-llfuse/trunk/debian/python.inv
===================================================================
(Binary files differ)
Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules 2015-08-21 11:59:14 UTC (rev 33943)
+++ packages/python-llfuse/trunk/debian/rules 2015-08-21 16:19:21 UTC (rev 33944)
@@ -14,13 +14,13 @@
build_cython:
dh_testdir
- python setup.py build_cython
+ python3 setup.py build_cython
touch $@
build_sphinx:
dh_testdir
- python setup.py build_ext --inplace
- python setup.py build_sphinx
+ python3 setup.py build_ext --inplace
+ python3 setup.py build_sphinx
touch $@
override_dh_strip:
More information about the Python-modules-commits
mailing list