debian, Makefile: Switch to Debhelper 8, and fix.
[rocl] / Makefile
index 8a8d8a1..a9d76c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 
 ## Compiling and linking.
 CC = gcc
-INCLUDES =
+INCLUDES = -I/usr/include/tcl
 CFLAGS = \
        -O2 -g -Wall -fPIC -funroll-loops -fomit-frame-pointer \
        $(INCLUDES)
@@ -69,7 +69,8 @@ distdir = $(PACKAGE)-$(VERSION)
 DISTFILES = \
        COPYING README Makefile $(SRCFILES) elite.tcl steele.cmdr \
        elite.def vec.def graph.def $(TCLSCRIPTS) auto-version \
-       debian/rules debian/control debian/copyright debian/changelog
+       debian/rules debian/control debian/copyright debian/changelog \
+       debian/compat debian/source/format
 distdir: $(DISTFILES)
        $(RM) -rf $(distdir)
        mkdir $(distdir) $(distdir)/debian