summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-11-15 10:22:37 -0600
committerAníbal Limón <anibal.limon@linaro.org>2019-11-15 10:47:37 -0600
commit584e8ea87292046db212e8013f0f93d9bc0e9451 (patch)
treeb32dc24c732b9df3dac1308026ca0f3378847f2d
parentfe53d2a810abe0e1ee7cc0bb20fd520dc6605ecb (diff)
debian: Add initial release 0.0+0+fe53d2a-10.0+0+fe53d2a-1
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright40
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/source/format1
6 files changed, 74 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..71834f7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+tqftpserv (0.0+0+fe53d2a-1) buster; urgency=medium
+
+ * Initial Release.
+
+ -- Aníbal Limón <anibal.limon@linaro.org> Fri, 15 Nov 2019 10:09:00 -0600
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e1751f8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: tqftpserv
+Section: utils
+Priority: optional
+Maintainer: Anibal Limón <anibal.limon@linaro.org>
+Build-Depends: cdbs, debhelper (>= 7), libqrtr-dev, libudev-dev, dh-systemd (>= 1.5)
+Standards-Version: 3.9.3
+Homepage: https://github.com/andersson/tqftpserv.git
+Vcs-Git: https://github.com/andersson/tqftpserv.git
+Vcs-Browser: https://github.com/andersson/tqftpserv.git
+
+Package: tqftpserv
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ qrtr
+Description: tqftpserv QMI service
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a5c8a55
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tqftpserv
+Source: https://github.com/andersson/tqftpserv.git
+
+Files: *
+Copyright (c) 2019, Linaro Ltd
+License: BSD-3-clause
+
+Files: debian/*
+Copyright (c) 2019, Linaro Ltd
+License: BSD-3-clause
+
+License: BSD-3-clause
+Copyright (c) 2018, Linaro Ltd
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cdff92b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with=systemd
+
+# disable tests
+override_dh_auto_test:
+
+override_dh_auto_install:
+ dh_auto_install -- prefix=/usr servicedir=/lib/systemd/system
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)