1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00

Enable building of 'quiz' again.

Closes: #1069729
This commit is contained in:
Dr. Tobias Quathamer 2024-04-24 10:36:02 +02:00
parent 2145d0aaae
commit 5865a26e41
2 changed files with 3 additions and 3 deletions

2
debian/control vendored
View File

@ -27,4 +27,4 @@ Description: collection of classic textual unix games
. .
It includes these programs: adventure, arithmetic, atc, backgammon, It includes these programs: adventure, arithmetic, atc, backgammon,
battlestar, caesar, canfield, cribbage, dab, go-fish, gomoku, hack, hangman, battlestar, caesar, canfield, cribbage, dab, go-fish, gomoku, hack, hangman,
pom, primes, robots, sail, snake, tetris, trek, worm, wtf, wump pom, primes, quiz, robots, sail, snake, tetris, trek, worm, wtf, wump

View File

@ -23,7 +23,7 @@ index 0000000..97d45fb
+bsd_games_cfg_install_prefix=`pwd`/debian/bsdgames +bsd_games_cfg_install_prefix=`pwd`/debian/bsdgames
+ +
+# Do not build or install these games: +# 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 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 rain random wargames worms"
+ +
+# Keep huntd in /usr/sbin as it was in the past. I may +# Keep huntd in /usr/sbin as it was in the past. I may
+# change this later. +# change this later.
@ -35,7 +35,7 @@ index 0000000..97d45fb
+bsd_games_cfg_sharedir=/usr/share/games/bsdgames +bsd_games_cfg_sharedir=/usr/share/games/bsdgames
+bsd_games_cfg_varlibdir=/var/games/bsdgames +bsd_games_cfg_varlibdir=/var/games/bsdgames
+ +
+# Do not do chown now, we arn't running as root. +# Do not do chown now, we aren't running as root.
+bsd_games_cfg_do_chown=n +bsd_games_cfg_do_chown=n
+ +
+# Debian perfers symlinks for manpages. +# Debian perfers symlinks for manpages.