]> git.ozlabs.org Git - bitfield/blobdiff - debian/rules
Debianize
[bitfield] / debian / rules
diff --git a/debian/rules b/debian/rules
new file mode 100644 (file)
index 0000000..d81c5ce
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+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_CHECK_TARGET   =
+
+# example when changing environment variables is necessary
+#DEB_MAKE_ENVVARS        = CFLAGS="-pwet"