--- sobjectizer-5.8.6.orig/debian/changelog +++ sobjectizer-5.8.6/debian/changelog @@ -0,0 +1,5 @@ +sobjectizer (5.8.6-1) unstable; urgency=medium + + * Initial release (Closes: #1137609) + + -- Amin Bandali Tue, 04 Aug 2026 20:34:27 -0400 --- sobjectizer-5.8.6.orig/debian/control +++ sobjectizer-5.8.6/debian/control @@ -0,0 +1,23 @@ +Source: sobjectizer +Section: libs +Priority: optional +Maintainer: Amin Bandali +Build-Depends: + debhelper-compat (= 13), + cmake +Standards-Version: 4.7.4.1 +Homepage: https://github.com/Stiffstream/sobjectizer +Vcs-Browser: https://salsa.debian.org/debian/sobjectizer +Vcs-Git: https://salsa.debian.org/debian/sobjectizer.git + +Package: libsobjectizer-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends} +Description: C++ implementation of Actor, Publish-Subscribe, and CSP models + SObjectizer is an implementation of Actor, Publish-Subscribe, and CSP + models in one rather small C++ framework. It allows the creation of + a concurrent application as a set of agent-objects that interact with + each other through asynchronous messages. + This package contains a header-only C++17 library. --- sobjectizer-5.8.6.orig/debian/copyright +++ sobjectizer-5.8.6/debian/copyright @@ -0,0 +1,69 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: sobjectizer +Upstream-Contact: info@stiffstream.com +Source: https://github.com/Stiffstream/sobjectizer + +Files: * +Copyright: 2013-2026 The SObjectizer Project + 2002-2013 JSC Intervale +License: BSD-3-Clause + +Files: dev/so_5/3rd_party/timertt/all.hpp +Copyright: 2014-2026 The SObjectizer Project +License: BSD-3-Clause + +Files: dev/test/3rd_party/utest_helper/helper.hpp +Copyright: 2013-2015 The SObjectizer Project + 2010-2013 JSC Intervale +License: BSD-3-Clause + +Files: dev/test/3rd_party/various_helpers/* +Copyright: 2013-2016 The SObjectizer Project +License: BSD-3-Clause + +Files: debian/* +Copyright: 2026 Amin Bandali +License: GPL-3+ + +License: BSD-3-Clause + 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-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + This program 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 . + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in `/usr/share/common-licenses/GPL-3'. --- sobjectizer-5.8.6.orig/debian/docs +++ sobjectizer-5.8.6/debian/docs @@ -0,0 +1 @@ +README.md --- sobjectizer-5.8.6.orig/debian/rules +++ sobjectizer-5.8.6/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +CMAKE_OPTIONS := -DSOBJECTIZER_BUILD_SHARED=OFF +# CMAKE_OPTIONS += -DBUILD_TESTS=ON + +%: + dh $@ --sourcedirectory=dev + +override_dh_auto_configure: + dh_auto_configure --sourcedirectory=dev -- $(CMAKE_OPTIONS) + +override_dh_auto_install: + dh_auto_install + rm -f debian/libsobjectizer-dev/usr/lib/libso_*.a --- sobjectizer-5.8.6.orig/debian/salsa-ci.yml +++ sobjectizer-5.8.6/debian/salsa-ci.yml @@ -0,0 +1,3 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml --- sobjectizer-5.8.6.orig/debian/source/format +++ sobjectizer-5.8.6/debian/source/format @@ -0,0 +1 @@ +1.0 --- sobjectizer-5.8.6.orig/debian/source/options +++ sobjectizer-5.8.6/debian/source/options @@ -0,0 +1 @@ +-sn --- sobjectizer-5.8.6.orig/debian/upstream/metadata +++ sobjectizer-5.8.6/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/Stiffstream/sobjectizer/issues +Bug-Submit: https://github.com/Stiffstream/sobjectizer/issues/new +Repository: https://github.com/Stiffstream/sobjectizer.git +Repository-Browse: https://github.com/Stiffstream/sobjectizer --- sobjectizer-5.8.6.orig/debian/watch +++ sobjectizer-5.8.6/debian/watch @@ -0,0 +1,4 @@ +Version: 5 +Template: Github +Owner: Stiffstream +Project: sobjectizer