Files
alien/debian/rules

18 lines
356 B
Plaintext
Raw Permalink Normal View History

1999-09-05 05:50:40 +00:00
#!/usr/bin/make -f
%:
dh $@
1999-09-05 05:50:40 +00:00
2009-02-27 20:20:37 -05:00
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
./alien.pl -V
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
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