From aa47d277de21012c44c8e51328c83c5f64b37393 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Wed, 6 Mar 2013 12:06:21 +0100 Subject: debian: initial packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/rules | 16 ++++++++++++++++ debian/source/format | 1 + debian/source/options | 1 + 6 files changed, 41 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..eae1292 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +uqmi (0.0.2-1) UNRELEASED; urgency=low + + * Initial version + + -- Bjørn Mork Mon, 22 Aug 2016 14:34:25 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..735ffe4 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: uqmi +Section: devel +Priority: optional +Maintainer: Bjørn Mork +Uploaders: Bjørn Mork +Build-Depends: debhelper (>= 8.1.3), libubox, libjson-c-dev +Standards-Version: 3.9.2 + +Package: uqmi +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: uqmi + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1f01bb9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# Copyright © 2002,2003 Colin Walters +# Copyright © 2003 Daniel Stone +# Copyright © 2006 Sjoerd Simons +# Copyright © 2011 Michael Biebl + +DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +%: + dh $@ + +override_dh_auto_configure: + cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr + +override_dh_auto_clean: override_dh_auto_configure + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..b8789ae --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "(^|/)(doc/reference/html|doc/reference/tmpl|doc/reference/version.xml|dbus/examples/statemachine/sm-marshal\.c|INSTALL)" -- cgit v1.2.3