[Python-modules-commits] r28043 - in packages/markupsafe/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Mar 6 22:12:58 UTC 2014
Date: Thursday, March 6, 2014 @ 22:12:57
Author: piotr
Revision: 28043
* New upstream release
--with-speedups removed from debian/rules (it's enabled by default now)
* Standards-Version bumped to 3.9.5 (no changes needed)
Modified:
packages/markupsafe/trunk/debian/changelog
packages/markupsafe/trunk/debian/control
packages/markupsafe/trunk/debian/rules
Modified: packages/markupsafe/trunk/debian/changelog
===================================================================
--- packages/markupsafe/trunk/debian/changelog 2014-03-06 20:37:33 UTC (rev 28042)
+++ packages/markupsafe/trunk/debian/changelog 2014-03-06 22:12:57 UTC (rev 28043)
@@ -1,3 +1,11 @@
+markupsafe (0.19-1) unstable; urgency=medium
+
+ * New upstream release
+ --with-speedups removed from debian/rules (it's enabled by default now)
+ * Standards-Version bumped to 3.9.5 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 06 Mar 2014 22:57:52 +0100
+
markupsafe (0.18-1) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/markupsafe/trunk/debian/control
===================================================================
--- packages/markupsafe/trunk/debian/control 2014-03-06 20:37:33 UTC (rev 28042)
+++ packages/markupsafe/trunk/debian/control 2014-03-06 22:12:57 UTC (rev 28043)
@@ -7,7 +7,7 @@
python-all-dev (>= 2.6.5-2), python3-all-dev (>= 3.3.0-3~),
python-all-dbg, python3-all-dbg,
python-setuptools, python3-setuptools
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://pypi.python.org/pypi/MarkupSafe
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/markupsafe/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/markupsafe/trunk/
Modified: packages/markupsafe/trunk/debian/rules
===================================================================
--- packages/markupsafe/trunk/debian/rules 2014-03-06 20:37:33 UTC (rev 28042)
+++ packages/markupsafe/trunk/debian/rules 2014-03-06 22:12:57 UTC (rev 28043)
@@ -26,11 +26,11 @@
touch $@
build-python%:
- python$* setup.py --with-speedups build
+ python$* setup.py build
touch $@
build-debug-python%:
- python$*-dbg setup.py --with-speedups build
+ python$*-dbg setup.py build
touch $@
install: install-stamp
@@ -39,7 +39,7 @@
touch $@
install-python%: build
- python$* setup.py --with-speedups install \
+ python$* setup.py install \
--install-layout=deb --skip-build \
--single-version-externally-managed \
--root $(call pkgdir,$*)
@@ -47,7 +47,7 @@
touch $@
install-debug-python%: build
- python$*-dbg setup.py --with-speedups install \
+ python$*-dbg setup.py install \
--install-layout=deb --skip-build \
--single-version-externally-managed \
--root $(call pkgdir,$*)-dbg/
More information about the Python-modules-commits
mailing list