diff --git a/debian/control b/debian/control index c3b3513..20b53d3 100644 --- a/debian/control +++ b/debian/control @@ -27,4 +27,4 @@ Description: collection of classic textual unix games . It includes these programs: adventure, arithmetic, atc, backgammon, battlestar, caesar, canfield, cribbage, dab, go-fish, gomoku, hack, hangman, - primes, robots, sail, snake, tetris, trek, worm, wtf, wump + pom, primes, robots, sail, snake, tetris, trek, worm, wtf, wump diff --git a/debian/desktop-files/pom.desktop b/debian/desktop-files/pom.desktop new file mode 100644 index 0000000..08ea7ad --- /dev/null +++ b/debian/desktop-files/pom.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Version=1.5 +Name=Phase of the Moon +Exec=pom +Icon=bsdgames.svg +Terminal=True +Categories=Game;ConsoleOnly diff --git a/debian/patches/0006-Custom-configuration-of-Debian-package-build.patch b/debian/patches/0006-Custom-configuration-of-Debian-package-build.patch index 48ead91..433d6ac 100644 --- a/debian/patches/0006-Custom-configuration-of-Debian-package-build.patch +++ b/debian/patches/0006-Custom-configuration-of-Debian-package-build.patch @@ -23,7 +23,7 @@ index 0000000..97d45fb +bsd_games_cfg_install_prefix=`pwd`/debian/bsdgames + +# Do not build or install these games: -+bsd_games_cfg_no_build_dirs="banner bcd boggle countmail dm factor fortune hunt mille monop morse number phantasia pig pom ppt quiz rain random wargames worms" ++bsd_games_cfg_no_build_dirs="banner bcd boggle countmail dm factor fortune hunt mille monop morse number phantasia pig ppt quiz rain random wargames worms" + +# Keep huntd in /usr/sbin as it was in the past. I may +# change this later.