Skip to content
Snippets Groups Projects
Commit c08f8b23 authored by Frederic Danis's avatar Frederic Danis
Browse files

Add debian packaging

parent bebcb500
No related branches found
No related tags found
1 merge request!1Initial support for Apertis hawkBit agent
apertis-hawkbit-agent (0.0.1) unstable; urgency=medium
* Initial Release.
-- Frédéric Danis <frederic.danis@collabora.com> Tue, 08 Oct 2019 08:53:29 +0200
10
Source: apertis-hawkbit-agent
Section: admin
Priority: optional
Maintainer: Frédéric Danis <frederic.danis@collabora.com>
Build-Depends: debhelper (>= 10),
libglib2.0-dev,
libjson-glib-dev,
libsoup2.4-dev,
meson,
pkg-config,
systemd,
libsystemd-dev
Standards-Version: 4.1.2
Package: apertis-hawkbit-agent
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, apertis-update-manager
Description: Apertis hawkBit agent
hawkBit agent for Apertis system to check, download and trigger installation
of system upgrade from hawkBit update server.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: apertis-hawkbit-agent
Files: *
Copyright: 2019 Frédéric Danis <frederic.danis@collabora.com>
License: LGPL-2+
Files: debian/*
Copyright: 2019 Frédéric Danis <frederic.danis@collabora.com>
License: LGPL-2+
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export BUILDDIR=obj-${DEB_HOST_GNU_TYPE}
# Work around for debian #873831
export LC_ALL=C.UTF-8
%:
dh $@
override_dh_auto_configure:
meson --buildtype=plain --prefix=/usr \
--sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/apertis-hawkbit-agent \
${BUILDDIR}
override_dh_auto_build:
ninja -v -C ${BUILDDIR}
override_dh_auto_install:
DESTDIR=${PWD}/debian/apertis-hawkbit-agent ninja install -v -C ${BUILDDIR}
3.0 (native)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment