r13188 - packages/trunk/freecol/debian

Vincent Fourmond fourmond at alioth.debian.org
Mon Jan 30 23:40:36 UTC 2012


Author: fourmond
Date: 2012-01-30 23:40:36 +0000 (Mon, 30 Jan 2012)
New Revision: 13188

Modified:
   packages/trunk/freecol/debian/changelog
   packages/trunk/freecol/debian/control
   packages/trunk/freecol/debian/rules
Log:
[freecol] (very) old version that should have been committed ages ago

Modified: packages/trunk/freecol/debian/changelog
===================================================================
--- packages/trunk/freecol/debian/changelog	2012-01-30 20:46:28 UTC (rev 13187)
+++ packages/trunk/freecol/debian/changelog	2012-01-30 23:40:36 UTC (rev 13188)
@@ -1,3 +1,10 @@
+freecol (0.10.0+dfsg-4) unstable; urgency=low
+
+  * Handle the rename of ttf-liberation to fonts-liberation (and the
+    corresponding file rename)
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 24 Oct 2011 19:28:57 +0200
+
 freecol (0.10.0+dfsg-3) unstable; urgency=low
 
   * Fix FTBS with recent openjdk-6 (closes: #642788)

Modified: packages/trunk/freecol/debian/control
===================================================================
--- packages/trunk/freecol/debian/control	2012-01-30 20:46:28 UTC (rev 13187)
+++ packages/trunk/freecol/debian/control	2012-01-30 23:40:36 UTC (rev 13188)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: libwoodstox-java,
  tex4ht, texlive-binaries | texlive-base-bin, ant-optional,
  texlive-latex-recommended, libcommons-cli-java, libmiglayout-java,
- libcortado-java, javahelper, ttf-liberation
+ libcortado-java, javahelper
 Standards-Version: 3.9.2
 Homepage: http://www.freecol.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/freecol
@@ -16,7 +16,8 @@
 Package: freecol
 Architecture: all
 Depends: openjdk-6-jre | java6-runtime,
- java-wrappers (>= 0.1.13), ${misc:Depends}, ${java:Depends}
+ java-wrappers (>= 0.1.13), ${misc:Depends}, ${java:Depends},
+ fonts-liberation (>= 1.07.0-2~)
 Description: open source remake of the old Colonization
  freecol is a game in the spirit of Civilization but taking place in a
  colonial background. Colonize the new world, build towns, trade or

Modified: packages/trunk/freecol/debian/rules
===================================================================
--- packages/trunk/freecol/debian/rules	2012-01-30 20:46:28 UTC (rev 13187)
+++ packages/trunk/freecol/debian/rules	2012-01-30 23:40:36 UTC (rev 13188)
@@ -35,4 +35,4 @@
 # Refrain from installing those files
 DEB_DH_INSTALL_ARGS  = $(patsubst %,-X%, $(LIBERATION_FONTS)) 
 
-DEB_DH_LINK_freecol  = $(foreach file, $(LIBERATION_FONTS), usr/share/fonts/truetype/ttf-liberation/$(file) usr/share/games/freecol/base/resources/fonts/$(file))
+DEB_DH_LINK_freecol  = $(foreach file, $(LIBERATION_FONTS), usr/share/fonts/truetype/liberation/$(file) usr/share/games/freecol/base/resources/fonts/$(file))




More information about the Pkg-games-commits mailing list