diff -Nru ballerburg-1.2.0/debian/ballerburg.desktop ballerburg-1.2.0/debian/ballerburg.desktop --- ballerburg-1.2.0/debian/ballerburg.desktop 2015-04-15 08:34:29.000000000 +0000 +++ ballerburg-1.2.0/debian/ballerburg.desktop 2019-09-05 09:46:13.000000000 +0000 @@ -4,5 +4,5 @@ Categories=Game;BoardGame; Name=Ballerburg Comment=turn-based castle computer game -Icon=ballerburg.xpm +Icon=ballerburg Exec=ballerburg diff -Nru ballerburg-1.2.0/debian/changelog ballerburg-1.2.0/debian/changelog --- ballerburg-1.2.0/debian/changelog 2018-09-12 09:23:31.000000000 +0000 +++ ballerburg-1.2.0/debian/changelog 2019-09-05 09:46:13.000000000 +0000 @@ -1,3 +1,10 @@ +ballerburg (1.2.0-4) unstable; urgency=medium + + * Really install the desktop file. + * Bump standards version to 4.4.0. + + -- Gürkan Myczko Thu, 05 Sep 2019 11:46:13 +0200 + ballerburg (1.2.0-3) unstable; urgency=medium * debian/menu: dropped, install debian/ballerburg.desktop instead. diff -Nru ballerburg-1.2.0/debian/control ballerburg-1.2.0/debian/control --- ballerburg-1.2.0/debian/control 2018-09-12 09:23:31.000000000 +0000 +++ ballerburg-1.2.0/debian/control 2019-09-05 09:46:13.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Games Team Uploaders: Gürkan Myczko Build-Depends: debhelper (>= 11), libsdl-gfx1.2-dev, cmake -Standards-Version: 4.2.1 +Standards-Version: 4.4.0 Vcs-Git: https://salsa.debian.org/games-team/ballerburg.git Vcs-Browser: https://salsa.debian.org/games-team/ballerburg Homepage: http://baller.tuxfamily.org/ diff -Nru ballerburg-1.2.0/debian/install ballerburg-1.2.0/debian/install --- ballerburg-1.2.0/debian/install 2018-09-12 09:23:31.000000000 +0000 +++ ballerburg-1.2.0/debian/install 2019-09-05 09:46:13.000000000 +0000 @@ -1 +1,2 @@ debian/ballerburg.xpm usr/share/pixmaps +debian/ballerburg.desktop /usr/share/applications diff -Nru ballerburg-1.2.0/debian/rules ballerburg-1.2.0/debian/rules --- ballerburg-1.2.0/debian/rules 2018-09-12 09:23:31.000000000 +0000 +++ ballerburg-1.2.0/debian/rules 2019-09-05 09:46:13.000000000 +0000 @@ -1,9 +1,8 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: - dh $@ -Scmake + dh $@ -Scmake override_dh_clean: dh_clean