[Python-modules-commits] r29192 - in packages/pygame/branches/sid/debian (changelog rules)
vcheng at users.alioth.debian.org
vcheng at users.alioth.debian.org
Tue Jun 3 07:35:41 UTC 2014
Date: Tuesday, June 3, 2014 @ 07:35:40
Author: vcheng
Revision: 29192
Stop symlinking fonts into deprecated /usr/share/pyshared/ directory
Modified:
packages/pygame/branches/sid/debian/changelog
packages/pygame/branches/sid/debian/rules
Modified: packages/pygame/branches/sid/debian/changelog
===================================================================
--- packages/pygame/branches/sid/debian/changelog 2014-06-02 14:10:49 UTC (rev 29191)
+++ packages/pygame/branches/sid/debian/changelog 2014-06-03 07:35:40 UTC (rev 29192)
@@ -1,3 +1,10 @@
+pygame (1.9.1release+dfsg-10) unstable; 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.1release+dfsg-9) unstable; urgency=medium
[ Vincent Cheng ]
Modified: packages/pygame/branches/sid/debian/rules
===================================================================
--- packages/pygame/branches/sid/debian/rules 2014-06-02 14:10:49 UTC (rev 29191)
+++ packages/pygame/branches/sid/debian/rules 2014-06-03 07:35:40 UTC (rev 29192)
@@ -47,8 +47,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 python in $(PYVERS); \
do ln -sf /usr/share/fonts/truetype/freefont/FreeSansBold.ttf \
$(CURDIR)/debian/python-pygame/usr/lib/$$python/dist-packages/pygame/freesansbold.ttf; \
More information about the Python-modules-commits
mailing list