source: debian/rules @ ea8f760

debian
Last change on this file since ea8f760 was ea8f760, checked in by Sam Hartman <hartmans@mit.edu>, 15 years ago
Depend on zephyr3 and remove cdbs * Depend on zephyr3 * Abolish cdbs in favor of debhelper 7
  • Property mode set to 100755
File size: 170 bytes
Line 
1#!/usr/bin/make -f
2
3CFLAGS += -DOWL_VERSION_STRING=\"\\\"$(shell dpkg-parsechangelog | sed -ne 's/Version: //p')\\\"\" -D_FORTIFY_SOURCE=2
4
5%:
6        dh $@  -Xautom4te.cache
7
Note: See TracBrowser for help on using the repository browser.