[Python-apps-commits] r799 - in packages/freevial/trunk/debian (changelog control rules)

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Wed Mar 12 14:01:03 UTC 2008


    Date: Wednesday, March 12, 2008 @ 14:01:01
  Author: rainct-guest
Revision: 799

Remove duplicated font.

Modified:
  packages/freevial/trunk/debian/changelog
  packages/freevial/trunk/debian/control
  packages/freevial/trunk/debian/rules

Modified: packages/freevial/trunk/debian/changelog
===================================================================
--- packages/freevial/trunk/debian/changelog	2008-03-12 13:37:12 UTC (rev 798)
+++ packages/freevial/trunk/debian/changelog	2008-03-12 14:01:01 UTC (rev 799)
@@ -8,6 +8,9 @@
        not the path to it) is provided.
   * debian/control:
      - Update the long description.
+     - Add ttf-freefont dependency.
+  * debian/rules:
+     - Don't install FreeSerif.ttf (provided by KDE4 theme).
 
  -- Siegfried-Angel Gevatter Pujals (RainCT) <rainct at ubuntu.com>  Wed, 12 Mar 2008 14:22:07 +0100
 

Modified: packages/freevial/trunk/debian/control
===================================================================
--- packages/freevial/trunk/debian/control	2008-03-12 13:37:12 UTC (rev 798)
+++ packages/freevial/trunk/debian/control	2008-03-12 14:01:01 UTC (rev 799)
@@ -13,7 +13,7 @@
 
 Package: freevial
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7), python-lxml, ttf-unfonts-core | ttf-unfonts
+Depends: ${misc:Depends}, ${python:Depends}, python-pygame (>= 1.7), python-lxml, ttf-unfonts-core | ttf-unfonts, ttf-freefont
 XB-Python-Version: ${python:Versions}
 Description: trivia platform for community events
  Freevial is a platform for trivia-like games, designed to be used on

Modified: packages/freevial/trunk/debian/rules
===================================================================
--- packages/freevial/trunk/debian/rules	2008-03-12 13:37:12 UTC (rev 798)
+++ packages/freevial/trunk/debian/rules	2008-03-12 14:01:01 UTC (rev 799)
@@ -7,6 +7,7 @@
 
 install/freevial::
 	$(CURDIR)/install.sh $(CURDIR)/debian/freevial
+	rm -f $(CURDIR)/debian/freevial/usr/share/games/freevial/skins/kde4/FreeSerif.ttf
 
 binary-install/freevial::
 	dh_pycentral -pfreevial




More information about the Python-apps-commits mailing list