From 9dce30a83565f7daf02fb5bdb4503fe4910c2419 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Thu, 24 Jun 2010 04:11:54 +0100 Subject: [PATCH] how we build our debs --- builddeb.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 builddeb.sh diff --git a/builddeb.sh b/builddeb.sh new file mode 100755 index 00000000..88e1477d --- /dev/null +++ b/builddeb.sh @@ -0,0 +1,16 @@ +#!/bin/sh +# Copyright [2010] [Anso Labs, LLC] +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +dpkg-buildpackage -b -rfakeroot -tc -uc -D