summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-08-21 15:43:26 -0500
committerAníbal Limón <anibal.limon@linaro.org>2019-08-21 16:55:50 -0500
commitddd312ceb62e3a8f021095f3997a732e9f8bd500 (patch)
treef634508ecca7961498cd411d937581be5b413909
parent741c1415df731503b3aea8b754223a871081d2f3 (diff)
debian: Add initial package 0.0+741c1415df-1HEADdebian/0.0+741c1415df-1master
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright55
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
6 files changed, 81 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5fe09c7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libadsprpc (0.0+741c1415df-1) buster; urgency=medium
+
+ * debian: Add initial version from upstream rev 741c1415df.
+
+ -- Aníbal Limón <anibal.limon@linaro.org> Wed, 21 Aug 2019 15:36:01 -0500
+
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..0c1dc53
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: libadsprpc
+Section: utils
+Priority: optional
+Maintainer: Aníbal Limón <anibal.limon@linaro.org>
+Build-Depends: cdbs, debhelper (>= 7)
+Standards-Version: 3.9.3
+Homepage: https://git.linaro.org/landing-teams/working/qualcomm/pkg/libadsprpc.git
+Vcs-Git: https://git.linaro.org/landing-teams/working/qualcomm/pkg/libadsprpc.git
+Vcs-Browser: https://git.linaro.org/landing-teams/working/qualcomm/pkg/libadsprpc.git
+
+Package: adsprpc
+Architecture: any
+Description: Qualcomm ADSPRPC applications and library
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a20f3a0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,55 @@
+adsprpc package.
+
+Authors:
+ Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
+
+Copyright:
+
+ Copyright (c) 2017, The Linux Foundation. All rights reserved.
+ 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.
+
+License:
+
+ GPL-2 (GNU GPL Version 2),
+
+ This package 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 package 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dd9063b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with autoreconf
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)