This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsitplus.
commit 4bef7ae8db280c88b538234dc60cdc610b3f1958 Author: Andreas Tille <[email protected]> Date: Wed Aug 27 08:41:22 2014 +0200 libsitplus whas split by upstream from sitplus ... but somehow the packaging history belongs also to this package --- debian/changelog | 128 +++++++ debian/compat | 1 + debian/control | 69 ++++ debian/copyright | 72 ++++ debian/gbp.conf | 2 + ...e-workaround-for-older-libconfig-versions.patch | 34 ++ debian/patches/as-needed.patch | 42 +++ debian/patches/libs_underlinkage.patch | 19 + debian/patches/remove-deprecated-controls.patch | 37 ++ debian/patches/series | 6 + debian/patches/sitplus-opencv2.4.patch | 15 + debian/patches/spelling.diff | 17 + debian/rules | 30 ++ debian/sitplus-32x32.xpm | 395 +++++++++++++++++++++ debian/sitplus-data.dirs | 1 + debian/sitplus-data.install | 1 + debian/sitplus.1 | 15 + debian/sitplus.desktop | 12 + debian/sitplus.dirs | 7 + debian/sitplus.install | 5 + debian/sitplus.manpages | 1 + debian/sitplus.menu | 2 + debian/source/format | 1 + debian/watch | 3 + 24 files changed, 915 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1a3dc2c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,128 @@ +sitplus (1.1.0-1) UNRELEASED; urgency=medium + + * New upstream version + TODO: Clarify whether libsitplus or sitplus would be the successor of this + package (see #750910) + * Fixed watch file + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Wed, 25 Jun 2014 14:25:18 +0200 + +sitplus (1.0.3-4) unstable; urgency=low + + * Team upload. + * Remove deprecated V4L2_CID_[HV]CENTER controls. + * Use boost::TIME_UTC_. (Closes: #710645) + * Added missing libs to link, fixing FTBFS on ubuntu. + + -- Dmitrijs Ledkovs <[email protected]> Mon, 01 Jul 2013 11:54:14 +0100 + +sitplus (1.0.3-3) unstable; urgency=low + + * debian/patches/sitplus-opencv2.4.patch: Build with recent opencv 2.4 + (Thanks for the patch to Nobuhiro Iwamatsu <[email protected]>) + Closes: #678226 + + -- Andreas Tille <[email protected]> Wed, 20 Jun 2012 09:07:20 +0200 + +sitplus (1.0.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: Replace Build-Depends on libcv-dev and + libcvaux-dev with libopencv-dev. (Closes: #675183) + + -- Tim Retout <[email protected]> Thu, 07 Jun 2012 08:33:27 +0100 + +sitplus (1.0.3-2) unstable; urgency=low + + * Work around build failure with GCC 4.7. (Thanks for the patch to + Matthias Klose <[email protected]> + Closes: #672033. + * Debhelper 9 (control+compat) + + -- Andreas Tille <[email protected]> Fri, 11 May 2012 08:03:06 +0200 + +sitplus (1.0.3-1) unstable; urgency=low + + [ Andreas Tille ] + * New upstream version. + * Removed "lib_location_fix.diff" patch, no longer needed. + * Removed "packager.diff" patch, no longer needed. + + [ Luis Rivas Vañó ] + * Adding new dependencies (doxygen, libxtst-dev) + * Adding Jonathan McCrohan patch for new libconfig compatibility. + * Overriding dh_makeshlibs in rules files to avoid the + execution of ldconfig in postinst and postrm scripts. + * Now dh_installmenu takes care of adding update-menus to + the postinst and postrm scripts. + * Overriding dh_installchangelogs: now we install the upstream + changelog. + + -- Luis Rivas Vañó <[email protected]> Mon, 05 Mar 2012 12:58:42 +0100 + +sitplus (1.0.1-4) unstable; urgency=low + + * debian/patches/libconfig_workaround.patch: Do not try wrong + workarounds for FTBFS with libconfig according to advise given + by upstream + Closes: #661403 + * Standards-Version: 3.9.3 (no changes needed) + * debian/copyright: + - check via `cme fix dpkg-copyright' + - Final format definition + - Added Upstream-Contact + + -- Andreas Tille <[email protected]> Tue, 28 Feb 2012 21:25:22 +0100 + +sitplus (1.0.1-3) unstable; urgency=low + + * debian/control: Build-Depends: libcv-dev (>= 2.3.1-7) + * debian/rules: + - Apply patch kindly provided by Nobuhiro Iwamatsu + <[email protected]> (thanks) + Closes: #653799 + - Add "-lopencv_core -lopencv_highgui" to linker flags because + cmake seems to fail adding these + + -- Andreas Tille <[email protected]> Mon, 09 Jan 2012 10:10:13 +0100 + +sitplus (1.0.1-2) unstable; urgency=low + + * debian/patches/as-needed.patch: Fix FTBFS with --as-needed linker option. + (Thanks to Ilya Barygin <[email protected]> for the patch) + Closes: #647401 + * debian/control: Added myself to uploaders + * Debhelper 8 (control+compat) + * debian/copyright: Some DEP5 related reformating + + -- Andreas Tille <[email protected]> Fri, 04 Nov 2011 09:24:12 +0100 + +sitplus (1.0.1-1) unstable; urgency=low + + * Initial release (Closes: #635597) + * Changed license for graphics/pictures which enables dirstribution + in Debian + * doc_location_fix patch no longer needed: fixed in upstream. + * Fixing patches descriptions. + + -- Luis Rivas Vañó <[email protected]> Mon, 22 Aug 2011 14:20:38 +0200 + +sitplus (1.0.0-2) UNRELEASED; urgency=low + + * Minor changes in debian directory organization. + * Added a manpage for sitplus package. + * Changed the maintainer and added myself as an uploader. + * Updated Vcs fields in control file. + * Fixing copyright file: BY-NC-SA version from 2.5 to 3.0. + * Added descriptions to quilt patches. + * Added a new quilt patch for fixing spelling error in source code. + * Removed templates from debian/rules + + -- Luis Rivas Vañó <[email protected]> Wed, 17 Aug 2011 15:46:11 +0200 + +sitplus (1.0.0-1) UNRELEASED; urgency=low + + * First packaging effort + + -- Luis Rivas Vañó <[email protected]> Wed, 27 Jul 2011 14:22:14 +0200 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..776e046 --- /dev/null +++ b/debian/control @@ -0,0 +1,69 @@ +Source: sitplus +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Luis Rivas Vañó <[email protected]>, + Andreas Tille <[email protected]> +Section: misc +Priority: optional +Build-Depends: debhelper (>= 9), + cmake, + libpoco-dev, + libboost-dev, + libboost-program-options-dev, + libboost-thread-dev, + libboost-system-dev, + wx2.8-headers, + libwxbase2.8-dev, + libbluetooth-dev, + libconfig-dev, + libsdl1.2-dev, + libopencv-dev, + libhighgui-dev, + libv4l-dev, + libportmidi-dev, + libboost-filesystem-dev, + asciidoc, + libsdl-gfx1.2-dev, + libsdl-image1.2-dev, + libwxgtk2.8-dev, + doxygen, + libxtst-dev +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/sitplus.git +Vcs-Git: git://anonscm.debian.org/debian-med/sitplus.git +Homepage: http://sitplus.crea-si.com + +Package: sitplus +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + sitplus-data, + pd-cyclone, + pd-freeverb, + pd-iemnet, + puredata, + pd-libdir, + pd-list-abs +Description: Free software framework for ludic-therapeutic activities + SITPLUS is a free software (GNU GPL) framework whose main goal is to provide + ludic-therapeutic activities for people with disabilities. It offers new forms + of interaction based on computer vision, voice and other peripherals to + produce a result in the form of image and sound. Inspired by the cause and + effect applications, SITPLUS provides a tool for continuous and remote + interaction, attainable to the majority of people with cognitive, sensory and + physical disabilities. + +Package: sitplus-data +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends} +Recommends: sitplus +Description: Data files for Sitplus, a framework for ludic-therapeutic activities + SITPLUS is a free software (GNU GPL) framework whose main goal is to provide + ludic-therapeutic activities for people with disabilities. It offers new forms + of interaction based on computer vision, voice and other peripherals to + produce a result in the form of image and sound. Inspired by the cause and + effect applications, SITPLUS provides a tool for continuous and remote + interaction, attainable to the majority of people with cognitive, sensory and + physical disabilities. + . + This package provides the data for sitplus. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ab21bc3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,72 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: sitplus +Upstream-Contact: Cesar Mauri <[email protected]> +Source: http://sourceforge.net/projects/sitplus/files/ + +Files: * +Copyright: 2011 Cesar Mauri Loba <[email protected]> +License: GPL-3.0+ + 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 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 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: src/mod_collage +Copyright: 2011 Jaume Singla Valls <[email protected]> +License: GPL-3.0+ + 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 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 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: graphics/pictures +Copyright: 2011 Jordi Martorell Palliso & Lidia Porcar Tabernero +License: CC-BY-SA + This software is released under a Creative Commons license: + . + "Attribution-ShareAlike 3.0" + . + You are free: + . + * To copy, distribute, display, and perform the work + * To make derivative works Under the following conditions: + * Attribution. You must give the original author (Gabriele Magurno) credit. + * Share Alike. If you alter, transform, or build upon this work, you may + distribute the resulting work only under a licence identical to this one. + * For any reuse or distribution, you must make clear to others the licence terms + of this work. + * Any of these conditions can be waived if you get permission from the copyright + holder. + . + Your fair use and other rights are in no way affected by the above. + . + Full license (legal code) can be found at: + http://creativecommons.org/licenses/by-sa/3.0/legalcode + +Files: debian/* +Copyright: 2011 Luis Rivas Vañó <[email protected]> +License: GPL-3.0+ + Same as sitplus itself. + diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..c47806e --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +cleaner=debuild -d clean diff --git a/debian/patches/0001-remove-workaround-for-older-libconfig-versions.patch b/debian/patches/0001-remove-workaround-for-older-libconfig-versions.patch new file mode 100644 index 0000000..80cb515 --- /dev/null +++ b/debian/patches/0001-remove-workaround-for-older-libconfig-versions.patch @@ -0,0 +1,34 @@ +From 5df79711071356262088e9a191b6abe0e0d209a9 Mon Sep 17 00:00:00 2001 +From: Jonathan McCrohan <[email protected]> +Bug-Closed: http://bugs.debian.org/661403 +Date: Thu, 1 Mar 2012 01:09:46 +0000 +Subject: [PATCH] Remove workaround for older libconfig versions. + +--- + src/spcore/configurationimpl.h | 9 --------- + 1 files changed, 0 insertions(+), 9 deletions(-) + +diff --git a/src/spcore/configurationimpl.h b/src/spcore/configurationimpl.h +index 4c8eb2d..bfd315d 100755 +--- a/src/spcore/configurationimpl.h ++++ b/src/spcore/configurationimpl.h +@@ -141,16 +141,7 @@ public: + virtual bool ReadInt (const char* path, int* i) const { + std::string epath; + if (!GetEffectivePathTranslate(path, epath)) return false; +- // Workaround for older versions of libconfig +-#ifdef WIN32 + return (config_lookup_int (&m_config, epath.c_str(), i)== CONFIG_TRUE); +-#else +- long tmp; +- int retval= config_lookup_int (&m_config, epath.c_str(), &tmp); +- if (retval!= CONFIG_TRUE) return false; +- *i= (int) tmp; +- return true; +-#endif + } + + virtual bool ReadInt64 (const char* path, long long* i) const { +-- +1.7.9 + diff --git a/debian/patches/as-needed.patch b/debian/patches/as-needed.patch new file mode 100644 index 0000000..2e6f46f --- /dev/null +++ b/debian/patches/as-needed.patch @@ -0,0 +1,42 @@ +Description: Upstream changes introduced in version 1.0.3-1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + sitplus (1.0.3-1) unstable; urgency=low + . + * New upstream version. + * Removed "lib_location_fix.diff" patch, no longer needed. + * Removed "packager.diff" patch, no longer needed. + * Removed "as-needed.patch" patch, no longer needed. + . + The person named in the Author field signed this changelog entry. +Author: Luis Rivas Vañó <[email protected]> + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: <vendor|upstream|other>, <url of original patch> +Bug: <url in upstream bugtracker> +Bug-Debian: http://bugs.debian.org/<bugnumber> +Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> +Forwarded: <no|not-needed|url proving that it has been forwarded> +Reviewed-By: <name and email of someone who approved the patch> +Last-Update: <YYYY-MM-DD> + +--- sitplus-1.0.3.orig/CMakeLists.txt ++++ sitplus-1.0.3/CMakeLists.txt +@@ -151,9 +151,11 @@ set(Boost_USE_MULTITHREAD ON) + + find_package(Boost COMPONENTS thread REQUIRED) + find_package(Boost COMPONENTS program_options REQUIRED) ++find_package(Boost COMPONENTS system REQUIRED) + message(STATUS "Boost_INCLUDE_DIR : ${Boost_INCLUDE_DIR}") + message(STATUS "Boost_THREAD_LIBRARY : ${Boost_THREAD_LIBRARY}") + message(STATUS "Boost_PROGRAM_OPTIONS_LIBRARY : ${Boost_PROGRAM_OPTIONS_LIBRARY}") ++message(STATUS "Boost_SYSTEM_LIBRARY : ${Boost_SYSTEM_LIBRARY}") + + # Boost version 1.39 or greater required + # Lower versions fail to compile with g++ 4.4 diff --git a/debian/patches/libs_underlinkage.patch b/debian/patches/libs_underlinkage.patch new file mode 100644 index 0000000..479f1e3 --- /dev/null +++ b/debian/patches/libs_underlinkage.patch @@ -0,0 +1,19 @@ +Index: sitplus-1.0.3/src/sitplus/CMakeLists.txt +=================================================================== +--- sitplus-1.0.3.orig/src/sitplus/CMakeLists.txt 2012-01-19 13:54:56.000000000 -0500 ++++ sitplus-1.0.3/src/sitplus/CMakeLists.txt 2013-04-16 00:28:33.197732288 -0400 +@@ -28,6 +28,7 @@ + target_link_libraries(sitplus nvwa) + target_link_libraries(sitplus testcommon) + target_link_libraries(sitplus ${wxWidgets_LIBRARIES}) ++target_link_libraries(sitplus X11) + + INSTALL (TARGETS sitplus RUNTIME DESTINATION ${BINDIR}) + +@@ -37,4 +38,4 @@ + endif(MSVC) + install(FILES "${wxWidgets_ROOT_DIR}/lib/vc_dll/wxmsw28ud_html_vc_custom.dll" DESTINATION "${BINDIR}" CONFIGURATIONS Debug) + install(FILES "${wxWidgets_ROOT_DIR}/lib/vc_dll/wxmsw28u_html_vc_custom.dll" DESTINATION "${BINDIR}" CONFIGURATIONS Release RelWithDebInfo) +-endif(WIN32) +\ No newline at end of file ++endif(WIN32) diff --git a/debian/patches/remove-deprecated-controls.patch b/debian/patches/remove-deprecated-controls.patch new file mode 100644 index 0000000..28eda34 --- /dev/null +++ b/debian/patches/remove-deprecated-controls.patch @@ -0,0 +1,37 @@ +Description: remove deprecated controls + https://linuxtv.org/patch/10794/ +Author: Dmitrijs Ledkovs <[email protected]> + +--- a/src/libwebcam/libwebcam.c ++++ b/src/libwebcam/libwebcam.c +@@ -1754,8 +1754,6 @@ + case V4L2_CID_GAIN: return CC_GAIN; + case V4L2_CID_HFLIP: break; // not supported by libwebcam + case V4L2_CID_VFLIP: break; // not supported by libwebcam +- case V4L2_CID_HCENTER: break; // deprecated +- case V4L2_CID_VCENTER: break; // deprecated + #ifdef V4L2_CID_POWER_LINE_FREQUENCY + case V4L2_CID_POWER_LINE_FREQUENCY: return CC_POWER_LINE_FREQUENCY; + #endif +--- a/src/mod_camera/mod_camera.h ++++ b/src/mod_camera/mod_camera.h +@@ -174,7 +174,7 @@ + static void sleep_miliseconds( unsigned int ms ) + { + boost::xtime xt; +- boost::xtime_get(&xt, boost::TIME_UTC); ++ boost::xtime_get(&xt, boost::TIME_UTC_); + xt.nsec+= ms * 1000000; + boost::thread::sleep(xt); + } +--- a/src/mod_wiimotes/mod_wiimotes.cpp ++++ b/src/mod_wiimotes/mod_wiimotes.cpp +@@ -40,7 +40,7 @@ + static void sleep_miliseconds( unsigned int ms ) + { + boost::xtime xt; +- boost::xtime_get(&xt, boost::TIME_UTC); ++ boost::xtime_get(&xt, boost::TIME_UTC_); + xt.nsec+= ms * 1000000; + boost::thread::sleep(xt); + } diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e76c8d2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,6 @@ +spelling.diff +as-needed.patch +0001-remove-workaround-for-older-libconfig-versions.patch +sitplus-opencv2.4.patch +libs_underlinkage.patch +remove-deprecated-controls.patch diff --git a/debian/patches/sitplus-opencv2.4.patch b/debian/patches/sitplus-opencv2.4.patch new file mode 100644 index 0000000..69bd433 --- /dev/null +++ b/debian/patches/sitplus-opencv2.4.patch @@ -0,0 +1,15 @@ +Description: Enable building with recent with opencv 2.4 +Author: : Nobuhiro Iwamatsu <[email protected]> +Date: Wed, 20 Jun 2012 02:42:02 UTC +Bug-Debian: http://bugs.debian.org/678226 + +--- sitplus.orig/src/creavision/crvimage.h ++++ sitplus/src/creavision/crvimage.h +@@ -24,6 +24,7 @@ + + #include <assert.h> + #include <cv.h> ++#include <opencv2/legacy/legacy.hpp> + + class CIplImage + { diff --git a/debian/patches/spelling.diff b/debian/patches/spelling.diff new file mode 100644 index 0000000..93f6e50 --- /dev/null +++ b/debian/patches/spelling.diff @@ -0,0 +1,17 @@ +Author: Luis Rivas Vañó <[email protected]> +Description: This patch fixes a spelling error in source code + +* sitplus/src/spcore/commoncomponents.h: Changed error message "childs component" to "children component" + +Forwarded: no +--- sitplus.orig/src/spcore/commoncomponents.h ++++ sitplus/src/spcore/commoncomponents.h +@@ -71,7 +71,7 @@ + if (i>= argc) throw std::runtime_error("Missing value for parameter -o"); + + if (!StrToInt(argv[i], &output_count) || output_count< 1 || output_count> 100) +- throw std::runtime_error("childs component: invalid value for parameter -o"); ++ throw std::runtime_error("children component: invalid value for parameter -o"); + } + } + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6921534 --- /dev/null +++ b/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for sitplus +# Author: Luis Rivas Vañó <[email protected]> +# License: GPL-3.0+ + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive + +override_dh_auto_configure: + CXXFLAGS="$(CXXFLAGS)" dh_auto_configure -- \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_RPATH=/usr/lib/sitplus \ + -DCMAKE_EXE_LINKER_FLAGS="-lboost_system -lopencv_core -lopencv_highgui" \ + -DOpenCV_DIR=/usr/share/OpenCV/ + +override_dh_auto_install: + dh_auto_install + rm -f ${CURDIR}/debian/tmp/usr/share/sitplus/graphics/pictures/License.txt + +override_dh_makeshlibs: + dh_makeshlibs -n + +override_dh_installchangelogs: + dh_installchangelogs ${CURDIR}/NEWS + +%: + dh $@ diff --git a/debian/sitplus-32x32.xpm b/debian/sitplus-32x32.xpm new file mode 100644 index 0000000..b63ee07 --- /dev/null +++ b/debian/sitplus-32x32.xpm @@ -0,0 +1,395 @@ +/* XPM */ +static char * sitplus_32x32_xpm[] = { +"32 32 360 2", +" c None", +". c #003365", +"+ c #003364", +"@ c #003264", +"# c #003B6D", +"$ c #005285", +"% c #0070A3", +"& c #0080B2", +"* c #007FB2", +"= c #0070A2", +"- c #005184", +"; c #003F71", +"> c #006396", +", c #009BCC", +"' c #00C8FB", +") c #00D7FF", +"! c #00D3FF", +"~ c #00D2FF", +"{ c #00D4FF", +"] c #00C7FA", +"^ c #009ACC", +"/ c #003668", +"( c #006A9D", +"_ c #00B4E7", +": c #00CCFD", +"< c #00CEFF", +"[ c #00CBFE", +"} c #00CBFF", +"| c #00CDFF", +"1 c #00699B", +"2 c #003567", +"3 c #004375", +"4 c #0090C3", +"5 c #00CFFF", +"6 c #00CCFF", +"7 c #00CAFE", +"8 c #0090C2", +"9 c #004274", +"0 c #004779", +"a c #01A8DA", +"b c #14D2FF", +"c c #02CBFE", +"d c #00A5D8", +"e c #004678", +"f c #00A7DA", +"g c #1FD7FF", +"h c #D2F5FE", +"i c #35D5FF", +"j c #00CAFF", +"k c #04CBFF", +"l c #00D1FF", +"m c #00A4D7", +"n c #0091C3", +"o c #25D3FD", +"p c #F3FCFE", +"q c #75E3FE", +"r c #28D3FE", +"s c #55DDFE", +"t c #1CD0FE", +"u c #04CCFF", +"v c #02CBFF", +"w c #50DBFF", +"x c #3FD8FF", +"y c #85E5FF", +"z c #04CBFE", +"A c #008DC0", +"B c #003568", +"C c #01699C", +"D c #0CD0FF", +"E c #21D2FF", +"F c #EDFBFE", +"G c #BDF0FE", +"H c #9FEBFE", +"I c #EEFBFE", +"J c #31D5FE", +"K c #D3F5FF", +"L c #36D6FE", +"M c #84E7FF", +"N c #FDFDFE", +"O c #DDF8FE", +"P c #DEF8FE", +"Q c #0DCCFF", +"R c #006799", +"S c #003F72", +"T c #1ABAE7", +"U c #CCF6FF", +"V c #70E2FF", +"W c #33D6FF", +"X c #E1F6FC", +"Y c #E8F8FC", +"Z c #DFF6FC", +"` c #E9F7FC", +" . c #B2EFFE", +".. c #FFFEFE", +"+. c #69E1FE", +"@. c #51DBFE", +"#. c #E2F5FA", +"$. c #F1F9FC", +"%. c #F3F9FC", +"&. c #CEF5FF", +"*. c #0CCCFE", +"=. c #00B3E6", +"-. c #003E70", +";. c #006496", +">. c #08CEFD", +",. c #BBF1FE", +"'. c #FBFBFD", +"). c #D9F6FD", +"!. c #DBF2F8", +"~. c #D7EEF6", +"{. c #C3E7F2", +"]. c #A3DAEC", +"^. c #FFFFFF", +"/. c #B5E0EF", +"(. c #C6F2FD", +"_. c #E3F7FD", +":. c #56BADB", +"<. c #F8FCFD", +"[. c #A0D8EB", +"}. c #D7F8FF", +"|. c #08CBFF", +"1. c #00CBFC", +"2. c #006194", +"3. c #009ACD", +"4. c #32D5FF", +"5. c #EAF7FC", +"6. c #8ED1E7", +"7. c #73C7E2", +"8. c #51B9DB", +"9. c #48B5D9", +"0. c #40B2D7", +"a. c #E9F6F9", +"b. c #37AED6", +"c. c #FDFEFE", +"d. c #7FCCE4", +"e. c #0098CA", +"f. c #4DB7DA", +"g. c #F7FFFF", +"h. c #7AE4FF", +"i. c #76E4FF", +"j. c #76E3FF", +"k. c #77E4FF", +"l. c #64DFFF", +"m. c #0ACDFE", +"n. c #0097C8", +"o. c #01CBFE", +"p. c #88E7FF", +"q. c #C5E5F0", +"r. c #099BCC", +"s. c #0097CA", +"t. c #0399CB", +"u. c #15A1CF", +"v. c #0199CA", +"w. c #28AAD3", +"x. c #039ACB", +"y. c #0096C9", +"z. c #16A2CF", +"A. c #C5E7F3", +"B. c #C6E7F3", +"C. c #F9FAFB", +"D. c #46DAFF", +"E. c #00CCFE", +"F. c #00C6F8", +"G. c #003A6D", +"H. c #0FCEFE", +"I. c #C0F1FE", +"J. c #70C4E0", +"K. c #0094C8", +"L. c #0097C9", +"M. c #049BCC", +"N. c #049ACB", +"O. c #0E9BCC", +"P. c #C8E6F0", +"Q. c #61DFFF", +"R. c #004E81", +"S. c #0071A3", +"T. c #00C9FE", +"U. c #59DEFF", +"V. c #BCE4F1", +"W. c #0699CB", +"X. c #0099CB", +"Y. c #0298CA", +"Z. c #22A4D1", +"`. c #27A7D2", +" + c #0D9BCB", +".+ c #0598CA", +"++ c #B2DDEC", +"@+ c #78E5FF", +"#+ c #006B9D", +"$+ c #007DAF", +"%+ c #00C9FF", +"&+ c #49DBFF", +"*+ c #BDE5F1", +"=+ c #069ACB", +"-+ c #86CEE5", +";+ c #D7EDF5", +">+ c #8BD0E7", +",+ c #069BCB", +"'+ c #079BCB", +")+ c #9ED7EB", +"!+ c #EFF9FC", +"~+ c #EBF9FD", +"{+ c #C7E7F3", +"]+ c #17A2CF", +"^+ c #0197C9", +"/+ c #9DD6E7", +"(+ c #94EBFF", +"_+ c #007DB0", +":+ c #007CAF", +"<+ c #4ADBFF", +"[+ c #0299CB", +"}+ c #78C8E2", +"|+ c #E0F9FF", +"1+ c #71DDF9", +"2+ c #E2F9FF", +"3+ c #56BADC", +"4+ c #DCF8FF", +"5+ c #1FCDF9", +"6+ c #03CBFD", +"7+ c #C1F2FD", +"8+ c #61BFDD", +"9+ c #0092C7", +"0+ c #8CCEE5", +"a+ c #ADEFFF", +"b+ c #059BCC", +"c+ c #B3DCEC", +"d+ c #7ED9E4", +"e+ c #00789E", +"f+ c #ABEFFF", +"g+ c #6FC5E1", +"h+ c #C2E7F3", +"i+ c #007B9E", +"j+ c #20C4E3", +"k+ c #DCF4FB", +"l+ c #35AED5", +"m+ c #75C6E1", +"n+ c #BEF2FF", +"o+ c #05CCFF", +"p+ c #005385", +"q+ c #0299CA", +"r+ c #64C1DF", +"s+ c #E5F9FE", +"t+ c #ABF7FF", +"u+ c #E3F5FA", +"v+ c #32ACD4", +"w+ c #D5EFF7", +"x+ c #4BDBFF", +"y+ c #13D9FF", +"z+ c #B0F2FF", +"A+ c #B0DDEC", +"B+ c #0798CA", +"C+ c #61BDDC", +"D+ c #CBF4FE", +"E+ c #09CDFF", +"F+ c #004F81", +"G+ c #003C6D", +"H+ c #00C6F9", +"I+ c #0297CA", +"J+ c #69C1DF", +"K+ c #25A7D1", +"L+ c #E6F9FD", +"M+ c #DBF6FD", +"N+ c #B8E2F0", +"O+ c #129FCD", +"P+ c #4FB7D9", +"Q+ c #D5F6FD", +"R+ c #11CEFF", +"S+ c #00C4F6", +"T+ c #003A6C", +"U+ c #0098C9", +"V+ c #43B2D8", +"W+ c #54B9DB", +"X+ c #3EB0D6", +"Y+ c #DAF4FC", +"Z+ c #1AD1FF", +"`+ c #0096C8", +" @ c #006395", +".@ c #00CCFC", +"+@ c #0098CB", +"@@ c #0095C8", +"#@ c #0095C9", +"$@ c #22A5D1", +"%@ c #D6F2F9", +"&@ c #21D2FE", +"*@ c #006093", +"=@ c #BCE4F2", +"-@ c #0498CA", +";@ c #0698CA", +">@ c #0799CA", +",@ c #0999CB", +"'@ c #0A99CB", +")@ c #0C9ACB", +"!@ c #0D9ACB", +"~@ c #119ECD", +"{@ c #16A1CF", +"]@ c #1DA3D0", +"^@ c #21A5D1", +"/@ c #27A7D1", +"(@ c #2AA9D2", +"_@ c #3FB1D6", +":@ c #DDF2F8", +"<@ c #2FD7FF", +"[@ c #00B1E5", +"}@ c #4ADAFF", +"|@ c #E2F1F7", +"1@ c #83CCE4", +"2@ c #89CEE4", +"3@ c #93D1E6", +"4@ c #A2D7E9", +"5@ c #AEDCEC", +"6@ c #B8E0ED", +"7@ c #BFE3F0", +"8@ c #C8E6F1", +"9@ c #CDE9F3", +"0@ c #D1EBF4", +"a@ c #D4EDF6", +"b@ c #D8F0F8", +"c@ c #D9F1F8", +"d@ c #DAF2F9", +"e@ c #D8F3FA", +"f@ c #D5F2FA", +"g@ c #D1F2FA", +"h@ c #CCF2FB", +"i@ c #BCF1FE", +"j@ c #20D5FF", +"k@ c #006598", +"l@ c #1ED1FD", +"m@ c #9FECFF", +"n@ c #AEF0FF", +"o@ c #A2EEFF", +"p@ c #87E9FF", +"q@ c #80E7FF", +"r@ c #66E1FF", +"s@ c #5BDEFF", +"t@ c #50DCFF", +"u@ c #47DAFF", +"v@ c #3DD8FF", +"w@ c #38D6FF", +"x@ c #33D5FF", +"y@ c #2DD4FF", +"z@ c #27D3FE", +"A@ c #1ED1FE", +"B@ c #16CFFE", +"C@ c #08CFFF", +"D@ c #008CBF", +"E@ c #05CBFE", +"F@ c #06CBFF", +"G@ c #04CAFE", +"H@ c #00A3D6", +"I@ c #004173", +"J@ c #004677", +"K@ c #004275", +"L@ c #00B3E5", +"M@ c #00C4F7", +"N@ c #0095C7", +"O@ c #006193", +"P@ c #003E71", +"Q@ c #004F82", +"R@ c #006A9C", +"S@ c #00396C", +" . + @ @ . . ", +" @ @ @ # $ % & * = - # @ @ @ ", +" @ . ; > , ' ) ! ~ ~ { ) ] ^ > ; . @ ", +" @ / ( _ : < [ } [ } } [ } [ | : _ 1 2 @ ", +" @ 3 4 5 6 7 [ 6 [ 6 6 6 6 [ 6 [ 7 | 5 8 9 @ ", +" @ 0 a b c [ 6 6 6 6 6 } 6 6 6 6 6 6 [ [ < d e @ ", +" @ 3 f g h i j j } } } 6 } j } k } 6 6 [ 6 7 l m 9 @ ", +" . 2 n | o p q r s j t u } v w x y z 6 6 6 [ [ 7 | A B @ ", +" . C D 7 E F G H I J K L 7 M N O P Q 6 6 6 6 [ 6 [ 5 R . ", +" @ S T U V W X Y Z ` ...+.@.#.$.%.&.*.6 6 6 6 6 [ [ | =.-.@ ", +" @ ;.>.,.'.).!.~.{.].^./.(._.:.<.[.}.|.j j j j j 7 } [ 1.2.@ ", +" @ 3.| 4.5.6.7.8.9.0.a.b.c.d.e.9.f.g.h.i.j.j.j.k.l.m.[ < n.@ ", +" # ] [ o.p.q.r.s.s.t.u.v.w.x.e.y.z.{.A.A.A.A.A.B.C.D.j E.F.G. ", +". $ ) } 7 H.I.J.K.e.s.L.s.L.L.e.e.e.t.M.N.N.M.M.O.P.Q.j } ) R.. ", +". S.! [ } T.U.V.t.e.L.W.L.e.X.X.X.e.L.Y.Z.`. +s..+++@+[ [ { #+. ", +"@ $+~ } E.%+&+*+=+s.-+;+>+,+e.X.X.e.'+)+!+~+{+]+^+/+(+v 6 ~ _+@ ", +"@ :+~ } 6 %+<+*+[+}+|+1+2+f.L.e.e.s.3+4+5+6+7+8+9+0+a+u 6 ~ $+@ ", +". % ! [ 6 %+<+*+b+c+d+e+f+g+y.e.e.L.h+U.i+j+k+l+K.m+n+o+[ { #+. ", +". p+) } E.%+<+*+q+r+s+t+u+v+L.e.e.y.w+x+y+z+A+B+y.C+D+E+} ) F+. ", +" G+H+E.6 %+<+*+=+I+b.J+K+s.e.X.e.s.r+L+M+N+O+e.y.P+Q+R+[ S+T+ ", +" @ X.| [ %+<+*+=+e.L.K.e.e.e.X.X.e.U+V+W+v.s.X.L.X+Y+Z+| `+@ ", +" @ @.@7 %+<+*+=+e.X.X.X.X.X.X.X.+@U+y.@@L.s.L.#@$@%@&@1.*@@ ", +" @ -._ | T.<[email protected]@;@>@,@'@)@!@O.~@{@]@^@/@(@_@:@<@[@-.@ ", +" . 1 5 7 }@|@1@2@3@4@5@6@7@8@9@0@a@b@c@d@e@f@g@h@i@j@k@. ", +" @ 2 8 | l@m@n@o@(+p@q@@+V r@s@t@u@v@w@x@y@z@A@B@C@D@2 ", +" @ 9 d ~ E@F@G@c [ } j j j j j j j } } [ } 7 l H@I@@ ", +" @ 0 d < [ [ 6 6 6 6 6 6 6 6 6 6 6 6 [ [ < H@J@@ ", +" @ K@A < | 7 [ 6 [ 6 6 6 6 [ 6 [ 7 | < D@9 @ ", +" @ 2 k@L@.@| E.} [ } } [ } E.< .@[@k@2 @ ", +" . ; 2.`+M@) { ~ ~ { ) M@N@O@P@. ", +" @ @ @ T+Q@R@:+$+#+F+S@. @ @ ", +" . . @ @ . . "}; diff --git a/debian/sitplus-data.dirs b/debian/sitplus-data.dirs new file mode 100644 index 0000000..9fd3d1b --- /dev/null +++ b/debian/sitplus-data.dirs @@ -0,0 +1 @@ +usr/share/sitplus diff --git a/debian/sitplus-data.install b/debian/sitplus-data.install new file mode 100644 index 0000000..af046aa --- /dev/null +++ b/debian/sitplus-data.install @@ -0,0 +1 @@ +debian/tmp/usr/share/sitplus usr/share diff --git a/debian/sitplus.1 b/debian/sitplus.1 new file mode 100644 index 0000000..5bd52a7 --- /dev/null +++ b/debian/sitplus.1 @@ -0,0 +1,15 @@ +.TH SITPLUS 1 "Last change: August 2011" Linux "User's Manuals" +.SH NAME +sitplus \- Free software framework for ludic-therapeutic activities +.SH SYNOPSIS +.B sitplus [-h] [--verbose] +.SH DESCRIPTION +.B Sitplus +is a free software (GNU GPL) framework whose main goal is to provide ludic-therapeutic activities for people with disabilities. It offers new forms of interaction based on computer vision, voice and other peripherals to produce a result in the form of image and sound. Inspired by the cause and effect applications, SITPLUS provides a tool for continuous and remote interaction, attainable to the majority of people with cognitive, sensory and physical disabilities. +.SH OPTIONS +.IP "-h, --help" +Show a help message +.IP "--verbose" +Generate verbose log messages +.SH AUTHOR +Cesar Mauri Loba <[email protected]> diff --git a/debian/sitplus.desktop b/debian/sitplus.desktop new file mode 100644 index 0000000..cf80792 --- /dev/null +++ b/debian/sitplus.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Sitplus +GenericName=Sitplus ludic-therapeutic software +Comment=Framework for ludic-therapeutic activities +Name[es]=Sitplus +GenericName[es]=Software lúdico-terapéutico Sitplus +Comment[es]=Entorno de trabajo para actividades lúdico-terapéuticas +Exec=sitplus +Terminal=false +Type=Application +Categories=GNOME;GTK;Utility;Accessibility; +Icon=/usr/share/pixmaps/sitplus-32x32.xpm diff --git a/debian/sitplus.dirs b/debian/sitplus.dirs new file mode 100644 index 0000000..feafffa --- /dev/null +++ b/debian/sitplus.dirs @@ -0,0 +1,7 @@ +usr/bin +usr/lib +usr/share/menu +usr/share/applications +usr/share/doc +usr/share/pixmaps +usr/share/locale diff --git a/debian/sitplus.install b/debian/sitplus.install new file mode 100644 index 0000000..86ba6ca --- /dev/null +++ b/debian/sitplus.install @@ -0,0 +1,5 @@ +debian/sitplus-32x32.xpm usr/share/pixmaps +debian/sitplus.desktop usr/share/applications +debian/tmp/usr/bin usr +debian/tmp/usr/lib usr +debian/tmp/usr/share/locale usr/share diff --git a/debian/sitplus.manpages b/debian/sitplus.manpages new file mode 100644 index 0000000..30e393c --- /dev/null +++ b/debian/sitplus.manpages @@ -0,0 +1 @@ +debian/sitplus.1 diff --git a/debian/sitplus.menu b/debian/sitplus.menu new file mode 100644 index 0000000..693d393 --- /dev/null +++ b/debian/sitplus.menu @@ -0,0 +1,2 @@ +?package(sitplus):needs="X11" section="Applications/Accessibility"\ + title="Sitplus" command="/usr/bin/sitplus" icon="/usr/share/pixmaps/sitplus-32x32.xpm" 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/watch b/debian/watch new file mode 100644 index 0000000..3508f9f --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/sitplus/sitplus-[src_]*([.\d]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsitplus.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
