2024-01-31 11:55:13 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
|
|
|
|
#export LDFLAGS
|
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@ --with quilt,autoreconf
|
|
|
|
|
|
|
|
override_dh_auto_configure:
|
|
|
|
chmod +x $(CURDIR)/debian/configure.sh
|
2024-01-31 12:07:12 +00:00
|
|
|
$(CURDIR)/debian/configure.sh $(CURDIR) /usr
|
2024-01-31 11:55:13 +00:00
|
|
|
|
|
|
|
override_dh_auto_build:
|
|
|
|
chmod +x $(CURDIR)/debian/build.sh
|
|
|
|
$(CURDIR)/debian/build.sh $(CURDIR)
|
|
|
|
|
|
|
|
override_dh_auto_install:
|
|
|
|
chmod +x $(CURDIR)/debian/install.sh
|
2024-01-31 12:12:27 +00:00
|
|
|
$(CURDIR)/debian/install.sh $(CURDIR) /usr $(CURDIR)/debian/desmume
|
2024-01-31 11:55:13 +00:00
|
|
|
|
|
|
|
override_dh_installdocs:
|
|
|
|
echo "no doc"
|