[Python-modules-commits] r29193 - in packages/pygame/trunk/debian (changelog rules)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Tue Jun 3 07:36:46 UTC 2014
Date: Tuesday, June 3, 2014 @ 07:36:46
Author: vcheng
Revision: 29193
Stop symlinking fonts into deprecated /usr/share/pyshared/ directory
Modified:
packages/pygame/trunk/debian/changelog
packages/pygame/trunk/debian/rules
Modified: packages/pygame/trunk/debian/changelog
===================================================================
--- packages/pygame/trunk/debian/changelog 2014-06-03 07:35:40 UTC (rev 29192)
+++ packages/pygame/trunk/debian/changelog 2014-06-03 07:36:46 UTC (rev 29193)
@@ -1,3 +1,10 @@
+pygame (1.9.2~pre~r3348-2) UNRELEASED; urgency=medium
+
+ * Stop symlinking fonts into deprecated /usr/share/pyshared/ directory;
+ fixes FTBFS. (Closes: #750315)
+
+ -- Vincent Cheng <vcheng at debian.org> Tue, 03 Jun 2014 00:33:16 -0700
+
pygame (1.9.2~pre~r3348-1) experimental; urgency=medium
[ Vincent Cheng ]
Modified: packages/pygame/trunk/debian/rules
===================================================================
--- packages/pygame/trunk/debian/rules 2014-06-03 07:35:40 UTC (rev 29192)
+++ packages/pygame/trunk/debian/rules 2014-06-03 07:36:46 UTC (rev 29193)
@@ -63,8 +63,6 @@
override_dh_link:
# Replace embedded font with system copy
- ln -sf /usr/share/fonts/truetype/freefont/FreeSansBold.ttf \
- $(CURDIR)/debian/python-pygame/usr/share/pyshared/pygame/freesansbold.ttf
set -e; for pyvers in $(shell pyversions -vr); do \
ln -sf /usr/share/fonts/truetype/freefont/FreeSansBold.ttf \
$(CURDIR)/debian/python-pygame/usr/lib/python$$pyvers/dist-packages/pygame/freesansbold.ttf; \
More information about the Python-modules-commits
mailing list