r15565 - in packages/trunk/brutalchess/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Fri Oct 30 16:45:19 UTC 2015


Author: apo-guest
Date: 2015-10-30 16:45:19 +0000 (Fri, 30 Oct 2015)
New Revision: 15565

Modified:
   packages/trunk/brutalchess/debian/brutalchess.install
   packages/trunk/brutalchess/debian/changelog
   packages/trunk/brutalchess/debian/control
   packages/trunk/brutalchess/debian/patches/05_use_our_fonts.diff
Log:
Fix the path to Dejavu fonts

Partly fix for #791671


Modified: packages/trunk/brutalchess/debian/brutalchess.install
===================================================================
--- packages/trunk/brutalchess/debian/brutalchess.install	2015-10-30 13:55:48 UTC (rev 15564)
+++ packages/trunk/brutalchess/debian/brutalchess.install	2015-10-30 16:45:19 UTC (rev 15565)
@@ -1,2 +1,2 @@
+debian/brutalchess.desktop /usr/share/applications
 debian/brutalchess.xpm /usr/share/pixmaps
-debian/brutalchess.desktop /usr/share/applications

Modified: packages/trunk/brutalchess/debian/changelog
===================================================================
--- packages/trunk/brutalchess/debian/changelog	2015-10-30 13:55:48 UTC (rev 15564)
+++ packages/trunk/brutalchess/debian/changelog	2015-10-30 16:45:19 UTC (rev 15565)
@@ -1,3 +1,13 @@
+brutalchess (0.5.2+dfsg-6) unstable; urgency=medium
+
+  * Vcs-Browser: Use https.
+  * Update 05_use_our_fonts.diff: Use the correct path to DejaVuSans.ttf.
+    Thanks to Chris Leick for the report. See also #791671.
+  * Declare compliance with Debian Policy 3.9.6.
+  * wrap-and-sort -sa.
+
+ -- Markus Koschany <apo at debian.org>  Fri, 30 Oct 2015 17:41:17 +0100
+
 brutalchess (0.5.2+dfsg-5) unstable; urgency=medium
 
   [ Markus Koschany ]

Modified: packages/trunk/brutalchess/debian/control
===================================================================
--- packages/trunk/brutalchess/debian/control	2015-10-30 13:55:48 UTC (rev 15564)
+++ packages/trunk/brutalchess/debian/control	2015-10-30 16:45:19 UTC (rev 15565)
@@ -2,18 +2,29 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Barry deFreese <bddebian at comcast.net>, Vincent Legout <vlegout at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf,
- libsdl-image1.2-dev, libfreetype6-dev, libxmu-dev, libxi-dev, libgl1-mesa-dev,
+Uploaders:
+ Barry deFreese <bddebian at comcast.net>,
+ Vincent Legout <vlegout at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf,
+ libfreetype6-dev,
+ libgl1-mesa-dev,
+ libsdl-image1.2-dev,
+ libxi-dev,
+ libxmu-dev,
  sharutils
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://brutalchess.sf.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/brutalchess/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/brutalchess/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/brutalchess/
 
 Package: brutalchess
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, fonts-dejavu
+Depends:
+ fonts-dejavu,
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: 3D chess game with reflection of the chessmen
  Brutal Chess features full 3D graphics, an advanced particle engine, and
  several different levels of intelligent AI, inspired by the once popular

Modified: packages/trunk/brutalchess/debian/patches/05_use_our_fonts.diff
===================================================================
--- packages/trunk/brutalchess/debian/patches/05_use_our_fonts.diff	2015-10-30 13:55:48 UTC (rev 15564)
+++ packages/trunk/brutalchess/debian/patches/05_use_our_fonts.diff	2015-10-30 16:45:19 UTC (rev 15565)
@@ -4,8 +4,8 @@
  		// add debugging
  	} else if(FontLoader::loadFont("sans", FONTS_DIR + string("ZEROES__.TTF"), 32)) {
  		// add debugging
-+	} else if(FontLoader::loadFont("sans", string("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"), 32)) {
-+		cout << "Load font: " << string("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf") << endl;
++	} else if(FontLoader::loadFont("sans", string("/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"), 32)) {
++		cout << "Load font: " << string("/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf") << endl;
  	} else {
  		cerr << "Failed to load fonts." << endl;
  		return false;




More information about the Pkg-games-commits mailing list