]> git.tuebingen.mpg.de Git - tfortune.git/blob - debian/rules
03a9279753a10aa9360c8da3f7a714d9d53861f5
[tfortune.git] / debian / rules
1 #!/usr/bin/make -f
2
3 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4 %:
5         dh "$@"
6
7 # plain dh_auto_configure uses options which configure does not understand
8 override_dh_auto_configure:
9         ./configure --prefix=/usr --bindir=/usr/games \
10                 --datadir=/usr/share/games
11 # needed because dh_autoreconf overwrites our configure wrapper
12 override_dh_autoreconf:
13         $(MAKE) configure.sh