[Python-modules-commits] r6827 - in packages/pyyaml/trunk/debian (changelog control rules)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Tue Nov 4 03:22:40 UTC 2008
Date: Tuesday, November 4, 2008 @ 03:22:36
Author: kitterma-guest
Revision: 6827
Update for 3.06.
Modified:
packages/pyyaml/trunk/debian/changelog
packages/pyyaml/trunk/debian/control
packages/pyyaml/trunk/debian/rules
Modified: packages/pyyaml/trunk/debian/changelog
===================================================================
--- packages/pyyaml/trunk/debian/changelog 2008-11-03 21:28:46 UTC (rev 6826)
+++ packages/pyyaml/trunk/debian/changelog 2008-11-04 03:22:36 UTC (rev 6827)
@@ -1,10 +1,18 @@
-pyyaml (3.05-3) UNRELEASED; urgency=low
+pyyaml (3.06-1) unstable; urgency=low
+ [ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:16:17 +0100
+ [ Scott Kitterman ]
+ * New upstream release
+ - Dropped build-dep on python-pyrex (no longer used)
+ - Update debian/rules to build with the new libyaml integration scheme
+ * Comment out simple-patchsys.mk in debian/rules since it's not currently
+ needed
+ -- Scott Kitterman <scott at kitterman.com> Mon, 03 Nov 2008 21:17:42 -0500
+
pyyaml (3.05-2) unstable; urgency=low
[ Piotr Ożarowski ]
Modified: packages/pyyaml/trunk/debian/control
===================================================================
--- packages/pyyaml/trunk/debian/control 2008-11-03 21:28:46 UTC (rev 6826)
+++ packages/pyyaml/trunk/debian/control 2008-11-04 03:22:36 UTC (rev 6827)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott at kitterman.com>
-Build-Depends: debhelper (>= 5), cdbs (>=0.4.48), python-all-dev (>=2.3.5-11), python-all-dbg, python-central (>= 0.6), python-pyrex, libyaml-dev
+Build-Depends: debhelper (>= 5), cdbs (>=0.4.48), python-all-dev (>=2.3.5-11), python-all-dbg, python-central (>= 0.6), libyaml-dev
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyyaml/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyyaml/trunk/
Modified: packages/pyyaml/trunk/debian/rules
===================================================================
--- packages/pyyaml/trunk/debian/rules 2008-11-03 21:28:46 UTC (rev 6826)
+++ packages/pyyaml/trunk/debian/rules 2008-11-04 03:22:36 UTC (rev 6827)
@@ -5,16 +5,16 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
install/python-yaml::
for i in $(cdbs_python_build_versions); do \
- python$$i ./setup_with_libyaml.py install --root $(CURDIR)/debian/python-yaml; \
+ python$$i ./setup.py install --root $(CURDIR)/debian/python-yaml; \
done
install/python-yaml-dbg::
for i in $(cdbs_python_build_versions); do \
- python$$i-dbg ./setup_with_libyaml.py install --root $(CURDIR)/debian/python-yaml-dbg; \
+ python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python-yaml-dbg; \
done
find debian/python-yaml-dbg \
! -type d ! -name '*_d.so' | xargs rm -f
More information about the Python-modules-commits
mailing list