]> git.ozlabs.org Git - bitfield/blobdiff - debian/rules
Makefile cleanups, change initial version to 0.1
[bitfield] / debian / rules
index d81c5cefd6c63012d24796caadf7b6fe8be77b9b..c0f4662b1887292539a72b4ffe23c3dce7a68d98 100644 (file)
@@ -3,11 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
-#DEB_MAKE_CLEAN_TARGET   = clean
-#DEB_MAKE_BUILD_TARGET   = all
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/
-# no check for this software
+DEB_MAKE_INSTALL_TARGET = install prefix=/usr DESTDIR=$(CURDIR)/debian/tmp/
 DEB_MAKE_CHECK_TARGET   =
 
-# example when changing environment variables is necessary
-#DEB_MAKE_ENVVARS        = CFLAGS="-pwet"