diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index a229be7..0000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -opensesame-plugin-parallel-port-trigger (3.0.0-1) unstable; urgency=medium - - * code cleanup - - -- Bob Rosbag Fri, 10 Mar 2023 11:13:37 +0100 - -opensesame-plugin-parallel-port-trigger (2.3.0-1) unstable; urgency=medium - - * new plugin code style - - -- Bob Rosbag Fri, 25 Nov 2022 21:12:46 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index be9b17f..0000000 --- a/debian/control +++ /dev/null @@ -1,17 +0,0 @@ -Source: opensesame-plugin-parallel-port-trigger -Maintainer: Bob Rosbag -Section: python -Priority: optional -Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9) -Standards-Version: 3.9.6 -Homepage: https://github.com/dev-jam/opensesame-plugin-parallel_port_trigger - -Package: python3-opensesame-plugin-parallel-port-trigger -Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, - python3-opensesame -Description: An OpenSesame plug-in for sending stimulus synchronization triggers through the parallel port to data acquisition systems - In EEG/ERP studies it is common to send triggers to mark the timestamp for significant events (e.g., the onset of a trial, - presentation of a particular stimulus, etc.). Triggers are typically bytes that are sent via the parallel port to data - acquisition systems. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 7539239..0000000 --- a/debian/copyright +++ /dev/null @@ -1,23 +0,0 @@ -Files: * -Copyright: 2022 Bob Rosbag -License: GPL-3.0+ - -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 . - . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index b43bf86..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -README.md diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 7e3a038..0000000 --- a/debian/rules +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/make -f - -export PYBUILD_NAME=opensesame-plugin-parallel-port-trigger -export DEB_BUILD_OPTIONS=nocheck - -%: - dh $@ --with python3 --buildsystem=pybuild - diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b3fe784 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[bdist_wheel] +universal = 1 + +[sdist_dsc] +with-python2=false +with-python3=true diff --git a/stdeb.cfg b/stdeb.cfg new file mode 100644 index 0000000..9be1bf7 --- /dev/null +++ b/stdeb.cfg @@ -0,0 +1,7 @@ +[DEFAULT] +Copyright-File: LICENSE.md +Source=opensesame-plugin-parallel-port-trigger +Package=python-opensesame-plugin-parallel-port-trigger +Debian-version=1 +Suite=unstable +Depends3=python3-parallel