blob: 6e48b0995dc1acebb284ca10d9306b3d5cdf0315 (
plain) (
tree)
|
|
#!/usr/bin/make -f
DEB_CONFIGURE_EXTRA_FLAGS := \
--bindir=/usr/games
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
override_dh_strip:
dh_strip -a --dbg-package=manaplus-dbg
override_dh_install:
dh_install
rm -f $(CURDIR)/debian/manaplus-data/usr/share/manaplus/data/themes/jewelry/LICENSE.txt
rm -f $(CURDIR)/debian/manaplus-data/usr/share/manaplus/data/themes/golden-delicious/LICENSE.txt
%:
dh $@ --parallel --with autoreconf
|