debian/0000755000000000000000000000000012256070603007167 5ustar debian/watch0000644000000000000000000000007311562757362010235 0ustar version=3 http://sf.net/biosig/sigviewer-(.*)-src\.tar\.gz debian/README.source0000644000000000000000000000041611562757362011364 0ustar biosig4c++ for Debian --------------------- Source package is generated from git repository directly, thus do not expect tarballs to match using md5sum against the ones released upstream. -- Yaroslav Halchenko , Thu, 10 Jun 2010 23:36:02 -0400 debian/rules0000755000000000000000000000042111562757362010261 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ # qmake builder was introduced only in dh 7.4.12. For the sake of # easy backporting (whenever we get libqt4-dev>=4.5.0), lets manually # invoke qmake-qt4 override_dh_auto_configure: qmake-qt4 QMAKE_STRIP=: PREFIX=/usr debian/install0000644000000000000000000000022611562757362010575 0ustar ./deb_building_stuff/sigviewer.desktop usr/share/applications ./deb_building_stuff/sigviewer128.png usr/share/pixmaps ./bin/release/sigviewer usr/bin debian/copyright0000644000000000000000000000511111562757362011135 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: sigviewer Upstream-Contact: Christoph Eibel Source: https://sigviewer.svn.sourceforge.net/svnroot/sigviewer/trunk Files: * Authors: Thomas Brunner Clemens Brunner Christoph Eibel Alois Schloegl Oliver Terbu Copyright: 2004-2009, Alois Schloegl 2006,2007, Thomas Brunner 2006-2011, Clemens Brunner 2007-2011, Christoph Eibel 2008, Oliver Terbu 2010, BCI Lab, Institute for Knowledge Discovery, TU Graz, Austria 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 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 . . On Debian GNU/Linux systems, the complete text of the GPL-3 License can be found in /usr/share/common-licenses/GPL-3. Files: src/signal_processing/FFTReal.* Copyright: 1999, Laurent de Soras License: Source code may be freely used for any purpose, including commercial applications. Programs must display in their "About" dialog-box (or documentation) a text telling they use these routines by Laurent de Soras. Modified source code can be distributed, but modifications must be clearly indicated. Files: src/signal_processing/SPUC/* Copyright: 1993-2005, Tony Kirke License: GPL-2+ 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 2, 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. . On Debian GNU/Linux systems, the complete text of the GPL-3 License can be found in /usr/share/common-licenses/GPL-2. Files: debian/* Copyright: 2011, Yaroslav Halchenko License: GPL-3+ debian/docs0000644000000000000000000000002511562757362010054 0ustar Changelog.txt README debian/source/0000755000000000000000000000000011562757362010504 5ustar debian/source/format0000644000000000000000000000001411562757362011712 0ustar 3.0 (quilt) debian/blends0000644000000000000000000000025211562757362010375 0ustar Format: extended Tasks: debian-med/imaging, debian-science/electrophysiology Depends: sigviewer Pkg-URL: http://neuro.debian.net/pkgs/%(Pkg-Name)s.html Language: C++ debian/patches/0000755000000000000000000000000011604000657010614 5ustar debian/patches/up_include-system-wide-biosig0000644000000000000000000000233711562757362016434 0ustar From 71b4524be848a7c479849f8f31810145a6204640 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 8 Jun 2010 17:47:43 -0400 Subject: [PATCH] BF: include system-wide biosig.h --- src/base/signal_channel.h | 2 +- src/file_handling_impl/biosig_basic_header.h | 2 +- src/file_handling_impl/biosig_reader.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/src/base/signal_channel.h +++ b/src/base/signal_channel.h @@ -29,7 +29,7 @@ #define SIGNAL_CHANNEL_H #include "user_types.h" -#include "../../extern/biosig.h" +#include #include #include --- a/src/file_handling_impl/biosig_basic_header.h +++ b/src/file_handling_impl/biosig_basic_header.h @@ -2,7 +2,7 @@ #define BIOSIG_BASIC_HEADER_H #include "../file_handling/basic_header.h" -#include "../../extern/biosig.h" +#include namespace BioSig_ { --- a/src/file_handling_impl/biosig_reader.cpp +++ b/src/file_handling_impl/biosig_reader.cpp @@ -29,7 +29,7 @@ #include "../file_handling/file_signal_reader_factory.h" #include "../gui/progress_bar.h" -#include "../../extern/biosig.h" +#include #include #include debian/patches/series0000644000000000000000000000003111604000626012017 0ustar deb_link_against_cholmod debian/patches/deb_link_against_cholmod0000644000000000000000000000047011604000657015522 0ustar --- sigviewer-0.5.1+svn556.orig/src/src.pro +++ sigviewer-0.5.1+svn556/src/src.pro @@ -33,7 +33,7 @@ INCLUDEPATH += $$_PRO_FILE_PWD_/../extern/include \ $$_PRO_FILE_PWD_/. LIBS += -L$$_PRO_FILE_PWD_/../extern/lib \ - -lbiosig# \ + -lbiosig -lcholmod# \ #-lGDF RESOURCES = src.qrc debian/compat0000644000000000000000000000000211562757362010402 0ustar 7 debian/control0000644000000000000000000000244211604000711010561 0ustar Source: sigviewer Section: science Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: NeuroDebian Team Uploaders: Yaroslav Halchenko , Michael Hanke Build-Depends: debhelper (>= 7.0.50~), libqt4-dev, libfftw3-dev, libboost-dev, libbiosig-dev, libsuitesparse-dev Standards-Version: 3.9.2 Homepage: http://sigviewer.sourceforge.net Vcs-Git: git://git.debian.org/pkg-exppsy/sigviewer.git Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/sigviewer.git;a=summary Package: sigviewer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GUI viewer for biosignals such as EEG, EMG, and ECG SigViewer is a viewing and scoring software for biomedical signal data. It relies on biosig4c++ library which supports a number of data formats (including EDF, BDF, GDF, BrainVision, BCI2000, CFWB, HL7aECG, SCP_ECG (EN1064), MFER, ACQ, CNT(Neuroscan), DEMG, EGI, EEG1100, FAMOS, SigmaPLpro, TMS32). The complete list of supported file formats is available at http://pub.ist.ac.at/~schloegl/biosig/TESTED . . Besides displaying biosignals, SigViewer supports creating annotations to select artifacts or specific events. debian/gbp.conf0000644000000000000000000000103611562757362010623 0ustar [DEFAULT] # the default branch for upstream sources: upstream-branch = master # the default branch for the debian patch: debian-branch = debian-release # the default tag formats used: upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s # Options only affecting git-buildpackage [git-buildpackage] # ignore some any non-gitted files ignore-new = True # uncomment this to automatically GPG sign tags sign-tags = True # use this for more svn-buildpackage like bahaviour: export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/changelog0000644000000000000000000000277212256070603011051 0ustar sigviewer (0.5.1+svn556-1ubuntu3) trusty; urgency=medium * Rebuild for suitesparse 4.2.1. -- Colin Watson Mon, 23 Dec 2013 17:23:15 +0000 sigviewer (0.5.1+svn556-1ubuntu2) quantal; urgency=low * No change rebuild for libbiosig1 -- Micah Gersten Sun, 10 Jun 2012 17:30:34 -0500 sigviewer (0.5.1+svn556-1ubuntu1) oneiric; urgency=low * Refresh and re-add patch deb_link_against_cholmod (LP: #803196). -- Ilya Barygin Sun, 03 Jul 2011 09:46:10 +0400 sigviewer (0.5.1+svn556-1) unstable; urgency=low * Initial release (Closes: #585535) * Fresh upstream release * [dc19268] Updated URL to the supported formats * [90053f2] Removed build-dependency on libgdf (temporarily disabled upstream) * [982244c] Boosted policy compliance to 3.9.2 (no changes) * [1ee3ce0] Updated debian/copyright: years, dep5@174 compliance -- Yaroslav Halchenko Thu, 12 May 2011 09:17:39 -0400 sigviewer (0.4.3+svn511-1) UNRELEASED; urgency=low * Fresh snapshot post upstream release * (Build-)Depends on libgdf, libboost-dev now -- Yaroslav Halchenko Fri, 29 Oct 2010 00:22:47 -0400 sigviewer (0.4.2-1~pre0) UNRELEASED; urgency=low * Fresh upstream release -- Yaroslav Halchenko Mon, 30 Aug 2010 13:14:00 -0400 sigviewer (0.3.0+svn362-1~pre1) UNRELEASED; urgency=low * Initial packaging -- Yaroslav Halchenko Fri, 11 Jun 2010 01:19:21 -0400 debian/dirs0000644000000000000000000000006111562757362010065 0ustar usr/share/applications usr/share/pixmaps usr/bin