This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository visionegg.
commit 5f74527569e254f8b8d4c4742722a7329a1a0db1 Author: Thorsten Alteholz <[email protected]> Date: Tue Apr 16 17:24:17 2013 +0000 initial version of visionegg --- debian/changelog | 6 +++ debian/compat | 1 + debian/control | 26 +++++++++++++ debian/copyright | 85 +++++++++++++++++++++++++++++++++++++++++ debian/python-visionegg.install | 1 + debian/rules | 19 +++++++++ debian/source/format | 1 + debian/watch | 2 + 8 files changed, 141 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..245bdbc --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +visionegg (1.2.1-1) unstable; urgency=low + + * initial version (Closes: #365856) + + -- Thorsten Alteholz <[email protected]> Tue, 16 Apr 2013 18:00:07 +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..ea95213 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: visionegg +Section: python +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Thorsten Alteholz <[email protected]> +Build-Depends: debhelper (>= 9), + python-all-dev (>=2.6), + python-setuptools, + python-numpy, + python-imaging, + python-opengl, + python-pygame, + mesa-common-dev, + libgl1-mesa-dev +Standards-Version: 3.9.4 +Homepage: http://www.visionegg.org +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/visionegg/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/visionegg/trunk/ + +Package: python-visionegg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libgl1-mesa-glx +Description: Python library for 2D/3D visual stimulus generation + The Vision Egg is a programming library that uses standard, inexpensive + computer graphics cards to produce visual stimuli for vision research + experiments. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..68f2076 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,85 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: visionegg +Source: http://www.visionegg.org + +Files: * +Copyright: 2001-2003 Andrew Straw + 2004-2008 California Institute of Technology +License: LGPL 2.1 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2". + +Files: VisionEgg/DaqKeyboard.py + VisionEgg/ResponseControl.py + demo/demo_fixationpoint.py + demo/demo_keyboardresponse.py + demo/demo_keyboardtrigger.py +Copyright: 2005 Hubertus Becker, Hertie Institute for Clinical Brain Research, + Department of Cognitive Neurology, University of Tuebingen +License: LGPL 2.1 + see above + +Files: VisoinEgg/MoreStimuli.py +Copyright: 2001-2003 Andrew Straw. + 2005 by Hertie Institute for Clinical Brain Research, + Department of Cognitive Neurology, University of Tuebingen + 2005,2008 California Institute of Technology + 2006 Peter Jurica and Gijs Plomp +License: LGPL 2.1 + see above + +Files: VisoinEgg/WrappedText.py +Copyright: 2007 Eamon Caddigan, University of Illinois +License: LGPL 2.1 + see above + +Files: doc/flames_pygames.py +Copyright: 2001 Pete Shinners + 2003 Andrew Straw +License: LGPL 2.1 + see above + +Files: VisionEgg/PyroApps/AST_ext.py + VisionEgg/PyroApps/DropinGUI.py + VisionEgg/PyroApps/DropinServer.py + VisionEgg/PyroApps/EPhysGUI.py + VisionEgg/PyroApps/EPhysServer.py + VisionEgg/PyroApps/VarTypes.py +Copyright: 2004 Imran S. Ali, Lachlan Dowd +License: LGPL 2.1 + see above + +Files: VisionEgg/win32_vretrace_orig.h +Copyright: Thiadmer Riemersma +License: Creative Commons Attribution-Share Alike 3.0 Unported + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE + COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY + COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS + AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + . + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE + TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY + BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED + HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + . + The complete license can be found at: + http://creativecommons.org/licenses/by-sa/3.0/legalcode + +Files: debian/* +Copyright: 2013 Thorsten Alteholz <[email protected]> +License: LGPL 2.1 + see above diff --git a/debian/python-visionegg.install b/debian/python-visionegg.install new file mode 100644 index 0000000..253041b --- /dev/null +++ b/debian/python-visionegg.install @@ -0,0 +1 @@ +demo usr/share/python-visionegg diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9243d17 --- /dev/null +++ b/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +# DH_VERBOSE := 1 + +%: + dh $@ --with python2 + +override_dh_auto_install: + dh_auto_install + dh_numpy + +override_dh_auto_build: + chmod 644 VisionEgg/data/spiral.png + dh_auto_build + +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs + 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..df022d9 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/visionegg/visionegg-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/visionegg.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
