Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Debian packages v2 #9

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions deb/libsoletta/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
libsoletta for Debian
------------------

Initial package. alldefconfig. Without duktape.

-- Anselmo L. S. Melo <anselmo.melo@intel.com> Thu, 20 Aug 2015 18:17:12 -0400
Empty file added deb/libsoletta/README.Debian
Empty file.
Empty file added deb/libsoletta/README.source
Empty file.
23 changes: 23 additions & 0 deletions deb/libsoletta/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
libsoletta (1beta4-1ppa2) trusty; urgency=low

* Install schemas

-- Anselmo L. S. Melo <anselmo.melo@intel.com> Fri, 14 Sep 2015 15:33:12 -0300

libsoletta (1beta4-1ppa1) trusty; urgency=low

* Update to 1beta4

-- Anselmo L. S. Melo <anselmo.melo@intel.com> Fri, 14 Sep 2015 14:33:12 -0300

libsoletta (1beta3-1ppa2) trusty; urgency=low

* Fix packaging issues

-- Anselmo L. S. Melo <anselmo.melo@intel.com> Fri, 04 Sep 2015 16:33:12 -0300

libsoletta (1beta3-1ppa1) trusty; urgency=low

* Initial release

-- Anselmo L. S. Melo <anselmo.melo@intel.com> Tue, 01 Sep 2015 16:33:12 -0300
1 change: 1 addition & 0 deletions deb/libsoletta/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
34 changes: 34 additions & 0 deletions deb/libsoletta/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Source: libsoletta
Priority: optional
Maintainer: Anselmo L. S. Melo <anselmo.melo@intel.com>
Build-Depends: debhelper (>= 8.0.0), cdbs, python3 (>=3.4), python3-jsonschema, libudev-dev, libpcre3-dev, libicu-dev, libcurl4-openssl-dev
Standards-Version: 3.9.4
Section: libs
Homepage: http://github.com/solettaproject/soletta

Package: libsoletta-dev
Section: libdevel
Architecture: any
Depends: libsoletta (= ${binary:Version}), python3 (>=3.4), python3-jsonschema
Description: Soletta Project is a framework for making IoT devices.
With Soletta Project's libraries developers can easily write software
for devices that control actuators/sensors and communicate using stanard
technologies. It enables adding smartness even on the smallest edge devices.

Package: libsoletta-bin
Section: libdevel
Architecture: any
Depends: libsoletta (= ${binary:Version}), libsoletta-dev
Description: Soletta Project is a framework for making IoT devices.
With Soletta Project's libraries developers can easily write software
for devices that control actuators/sensors and communicate using stanard
technologies. It enables adding smartness even on the smallest edge devices.

Package: libsoletta
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Soletta Project is a framework for making IoT devices.
With Soletta Project's libraries developers can easily write software
for devices that control actuators/sensors and communicate using stanard

53 changes: 53 additions & 0 deletions deb/libsoletta/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: soletta
Source: http://github.com/solettaproject/soletta

Files: *
Copyright: 2015 Intel Corporation. All rights reserved.
License: BSD-3-Clause
Copyright (C) 2015 Intel Corporation. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of Intel Corporation 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
OWNER 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.

Files: debian/*
Copyright: 2015 Anselmo L. S. Melo <anselmo.melo@intel.com>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
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 program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
2 changes: 2 additions & 0 deletions deb/libsoletta/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
README.kconfig
README.md
3 changes: 3 additions & 0 deletions deb/libsoletta/libsoletta-bin.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/build/soletta_sysroot/usr/bin/sol-fbp-runner usr/bin/
/build/soletta_sysroot/usr/bin/sol-fbp-generator usr/bin/
/build/soletta_sysroot/usr/bin/sol-fbp-to-dot usr/bin/
7 changes: 7 additions & 0 deletions deb/libsoletta/libsoletta-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/build/soletta_sysroot/usr/include/soletta/*.h usr/include/soletta/
/build/soletta_sysroot/usr/lib/pkgconfig/soletta.pc usr/lib/pkgconfig/
/build/soletta_sysroot/usr/bin/sol-flow-node-type-gen.py usr/bin/
/build/soletta_sysroot/usr/bin/sol-flow-node-type-validate.py usr/bin/
/data/schemas/config.schema usr/share/soletta/flow/schemas/
/data/schemas/node-type-genspec.schema usr/share/soletta/flow/schemas/
/data/schemas/uncrustify.schema usr/share/soletta/flow/schemas/
3 changes: 3 additions & 0 deletions deb/libsoletta/libsoletta.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/build/soletta_sysroot/usr/share/soletta/flow/descriptions/*.json usr/share/soletta/flow/descriptions/
/build/soletta_sysroot/usr/lib/soletta/modules/* usr/lib/soletta/modules/
/build/soletta_sysroot/usr/lib/libsoletta.so* usr/lib/
Empty file added deb/libsoletta/patches/series
Empty file.
14 changes: 14 additions & 0 deletions deb/libsoletta/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
dh $@

override_dh_auto_configure:
make alldefconfig
cp config .config

override_dh_auto_test:
echo "Skip dh_auto_test"
1 change: 1 addition & 0 deletions deb/libsoletta/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)