diff -Nru brutalchess-0.5.2+dfsg/debian/brutalchess.install brutalchess-0.5.2+dfsg/debian/brutalchess.install --- brutalchess-0.5.2+dfsg/debian/brutalchess.install 2015-12-20 23:45:58.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/brutalchess.install 2018-10-20 16:57:34.000000000 +0000 @@ -1,2 +1,3 @@ debian/brutalchess.desktop /usr/share/applications debian/brutalchess.xpm /usr/share/pixmaps +debian/brutalchess.png /usr/share/icons/hicolor/32x32/apps Binary files /tmp/tmpskEyeZ/5MPyigF6Dg/brutalchess-0.5.2+dfsg/debian/brutalchess.png and /tmp/tmpskEyeZ/N9t7Nf0RAw/brutalchess-0.5.2+dfsg/debian/brutalchess.png differ diff -Nru brutalchess-0.5.2+dfsg/debian/changelog brutalchess-0.5.2+dfsg/debian/changelog --- brutalchess-0.5.2+dfsg/debian/changelog 2015-12-20 23:45:58.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/changelog 2018-10-20 16:57:34.000000000 +0000 @@ -1,3 +1,17 @@ +brutalchess (0.5.2+dfsg-8) unstable; urgency=medium + + * Team upload. + * Switch to compat level 11. + * Declare compliance with Debian Policy 4.2.1. + * Improve find delete command in debina/rules. + * Remove deprecated menu file. + * Install brutalchess.png into 32x32 hicolor icon directory. + * Move the package to salsa.debian.org. + * Use pkg-config instead of freetype-config. + Thanks to Reiner Herrmann for the patch. (Closes: #892337) + + -- Markus Koschany Sat, 20 Oct 2018 18:57:34 +0200 + brutalchess (0.5.2+dfsg-7) unstable; urgency=medium * Team upload. diff -Nru brutalchess-0.5.2+dfsg/debian/compat brutalchess-0.5.2+dfsg/debian/compat --- brutalchess-0.5.2+dfsg/debian/compat 2015-12-20 23:45:58.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/compat 2018-10-20 16:57:34.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru brutalchess-0.5.2+dfsg/debian/control brutalchess-0.5.2+dfsg/debian/control --- brutalchess-0.5.2+dfsg/debian/control 2015-12-20 23:45:58.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/control 2018-10-20 16:57:34.000000000 +0000 @@ -6,18 +6,18 @@ Barry deFreese , Vincent Legout Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 11), libfreetype6-dev, libgl1-mesa-dev, libsdl-image1.2-dev, libxi-dev, libxmu-dev, + pkg-config, sharutils -Standards-Version: 3.9.6 +Standards-Version: 4.2.1 Homepage: http://brutalchess.sf.net/ -Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/brutalchess/ -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/brutalchess/ +Vcs-Git: https://salsa.debian.org/games-team/brutalchess.git +Vcs-Browser: https://salsa.debian.org/games-team/brutalchess Package: brutalchess Architecture: any diff -Nru brutalchess-0.5.2+dfsg/debian/menu brutalchess-0.5.2+dfsg/debian/menu --- brutalchess-0.5.2+dfsg/debian/menu 2015-12-20 23:45:58.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/menu 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -?package(brutalchess):needs="X11" section="Games/Board"\ - title="Brutal Chess" command="/usr/games/brutalchess" \ - icon="/usr/share/pixmaps/brutalchess.xpm" diff -Nru brutalchess-0.5.2+dfsg/debian/patches/series brutalchess-0.5.2+dfsg/debian/patches/series --- brutalchess-0.5.2+dfsg/debian/patches/series 2015-12-20 23:45:58.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/patches/series 2018-10-20 16:57:34.000000000 +0000 @@ -5,3 +5,4 @@ 05_use_our_fonts.diff 06_gcc-4.7.patch disable-quake-pieces.patch +use-pkg-config.patch diff -Nru brutalchess-0.5.2+dfsg/debian/patches/use-pkg-config.patch brutalchess-0.5.2+dfsg/debian/patches/use-pkg-config.patch --- brutalchess-0.5.2+dfsg/debian/patches/use-pkg-config.patch 1970-01-01 00:00:00.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/patches/use-pkg-config.patch 2018-10-20 16:57:34.000000000 +0000 @@ -0,0 +1,15 @@ +Author: Reiner Herrmann +Description: Use pkg-config instead of freetype-config for finding freetype2 +Bug-Debian: https://bugs.debian.org/892337 + +--- a/configure.ac ++++ b/configure.ac +@@ -54,7 +54,7 @@ + CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" + LIBS="$LIBS $SDL_LIBS" + +-AC_CHECK_FT2 ++PKG_CHECK_MODULES([FT2], [freetype2]) + CFLAGS="$CFLAGS $FT2_CFLAGS" + CXXFLAGS="$CXXFLAGS $FT2_CFLAGS" + LIBS="$LIBS $FT2_LIBS" diff -Nru brutalchess-0.5.2+dfsg/debian/rules brutalchess-0.5.2+dfsg/debian/rules --- brutalchess-0.5.2+dfsg/debian/rules 2015-12-20 23:45:58.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/rules 2018-10-20 16:57:34.000000000 +0000 @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --bindir=/usr/games --datadir=/usr/share/games @@ -12,5 +12,5 @@ dh_auto_install uudecode debian/black.png.in > $(CURDIR)/debian/brutalchess/usr/share/games/brutalchess/art/marblehugeblack.png uudecode debian/white.png.in > $(CURDIR)/debian/brutalchess/usr/share/games/brutalchess/art/marblehugewhite.png - find . -name "*view" -exec rm -f {} \; + find . -name "*view" -delete rm -rf $(CURDIR)/debian/brutalchess/usr/lib diff -Nru brutalchess-0.5.2+dfsg/debian/source/include-binaries brutalchess-0.5.2+dfsg/debian/source/include-binaries --- brutalchess-0.5.2+dfsg/debian/source/include-binaries 1970-01-01 00:00:00.000000000 +0000 +++ brutalchess-0.5.2+dfsg/debian/source/include-binaries 2018-10-20 16:57:34.000000000 +0000 @@ -0,0 +1 @@ +debian/brutalchess.png