[Python-modules-commits] r29730 - in packages/pycxx/trunk/debian (changelog tests/buildtest)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Sat Jul 12 16:11:26 UTC 2014
Date: Saturday, July 12, 2014 @ 16:11:25
Author: kitterman
Revision: 29730
* Team upload
* Dereference symlinks when copying the examples into the test directory, so
that they exist when the autopkgtest tries to run them.
* Rebuild to drop python3.3 support
Modified:
packages/pycxx/trunk/debian/changelog
packages/pycxx/trunk/debian/tests/buildtest
Modified: packages/pycxx/trunk/debian/changelog
===================================================================
--- packages/pycxx/trunk/debian/changelog 2014-07-12 03:05:33 UTC (rev 29729)
+++ packages/pycxx/trunk/debian/changelog 2014-07-12 16:11:25 UTC (rev 29730)
@@ -1,3 +1,16 @@
+pycxx (6.2.5-2) unstable; urgency=medium
+
+ * Team upload
+
+ [ Iain Lane ]
+ * Dereference symlinks when copying the examples into the test directory, so
+ that they exist when the autopkgtest tries to run them.
+
+ [ Scott Kitterman ]
+ * Rebuild to drop python3.3 support
+
+ -- Scott Kitterman <scott at kitterman.com> Sat, 12 Jul 2014 12:04:15 -0400
+
pycxx (6.2.5-1) unstable; urgency=medium
* New upstream release (Closes: #739879)
Modified: packages/pycxx/trunk/debian/tests/buildtest
===================================================================
--- packages/pycxx/trunk/debian/tests/buildtest 2014-07-12 03:05:33 UTC (rev 29729)
+++ packages/pycxx/trunk/debian/tests/buildtest 2014-07-12 16:11:25 UTC (rev 29730)
@@ -6,7 +6,7 @@
cd $ADTTMP
-cp -r /usr/share/doc/python-cxx-dev/examples/ .
+cp -Lr /usr/share/doc/python-cxx-dev/examples/ .
cd examples
for py in $pys; do
@@ -31,7 +31,7 @@
done
cd ..
-cp -r /usr/share/doc/python3-cxx-dev/examples/ .
+cp -Lr /usr/share/doc/python3-cxx-dev/examples/ .
cd examples
for py in $py3s; do
More information about the Python-modules-commits
mailing list