1999-09-05 05:50:40 +00:00
|
|
|
#!/usr/bin/make -f
|
2008-04-24 02:02:59 -04:00
|
|
|
%:
|
|
|
|
|
dh $@
|
1999-09-05 05:50:40 +00:00
|
|
|
|
2009-02-27 20:20:37 -05:00
|
|
|
override_dh_auto_test:
|
2020-11-01 15:35:34 -03:00
|
|
|
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
2003-05-14 22:14:29 +00:00
|
|
|
./alien.pl -V
|
2020-11-01 15:35:34 -03:00
|
|
|
endif
|
|
|
|
|
|
1999-09-05 05:50:40 +00:00
|
|
|
|
2009-02-27 20:20:37 -05:00
|
|
|
override_dh_auto_clean:
|
|
|
|
|
# distclean moans about MANIFEST, this is quieter
|
|
|
|
|
if [ -e Makefile ]; then $(MAKE) realclean; fi
|
1999-09-05 06:35:38 +00:00
|
|
|
|
2006-03-30 20:15:44 +00:00
|
|
|
# Not intended for use by anyone except the author.
|
|
|
|
|
announcedir:
|
|
|
|
|
@echo ${HOME}/src/joeywiki/code/alien/news
|