gplugin/gplugin

use a static build dir and add it to the clean file
feature/debian-meson
2017-06-09, Gary Kramlich
8fad00e7d989
Parents 7de3767d820d
Children 256b88564fab
use a static build dir and add it to the clean file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/packaging/debian/clean Fri Jun 09 21:30:02 2017 -0500
@@ -0,0 +1,1 @@
+build
--- a/packaging/debian/rules Fri Jun 09 20:56:15 2017 -0500
+++ b/packaging/debian/rules Fri Jun 09 21:30:02 2017 -0500
@@ -3,9 +3,7 @@
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-BUILD_DIR := build
-
-#debian/build-$(shell dpkg-parsechangelog --show-field distribution)-$(shell dpkg --print-architecture)
+BUILD_DIR := debian/build
%:
dh $@ --with gir