From 4ae0d5b843703175405eaabb084c5d5e985abbd7 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 26 Oct 2016 17:24:15 -0400 Subject: Build debs with pbuilder (#18165) * Build debs with pbuilder * Update README in packaging/debian * Add Dockerfile for building debs * Add local_deb makefile target - Allows users to build debs using locally installed dependencies. This was the `deb` target before moving to pbuilder. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3dbd0190ef..4ebacf429a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ docsite/htmlout docs-api/rst/ docs-api/_build/ # deb building stuff... -debian/ +/debian/ deb-build # Vim swap files *.swp -- cgit v1.2.1