blob: f244a8b8f40b403a6dd7c5bd063008125bb406ab [file] [log] [blame]
#!/bin/bash
#
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Builds the .deb package.
# Load common constants. This should be the first executable line.
# The path to common.sh should be relative to your script's location.
COMMON_SH="$(dirname "$0")/../../../scripts/common.sh"
. "$COMMON_SH"
# Remove this file to force configure to be rerun even when dirty
rm -f $(dirname "$0")/config.status
# Make the package
make_pkg_common "upstart" "$@"