Author: alteholz Date: 2013-04-16 17:24:17 +0000 (Tue, 16 Apr 2013) New Revision: 13324
Added: trunk/packages/visionegg/ trunk/packages/visionegg/trunk/ trunk/packages/visionegg/trunk/debian/ trunk/packages/visionegg/trunk/debian/changelog trunk/packages/visionegg/trunk/debian/compat trunk/packages/visionegg/trunk/debian/control trunk/packages/visionegg/trunk/debian/copyright trunk/packages/visionegg/trunk/debian/python-visionegg.install trunk/packages/visionegg/trunk/debian/rules trunk/packages/visionegg/trunk/debian/source/ trunk/packages/visionegg/trunk/debian/source/format trunk/packages/visionegg/trunk/debian/watch Log: initial version of visionegg Property changes on: trunk/packages/visionegg/trunk/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: trunk/packages/visionegg/trunk/debian/changelog =================================================================== --- trunk/packages/visionegg/trunk/debian/changelog (rev 0) +++ trunk/packages/visionegg/trunk/debian/changelog 2013-04-16 17:24:17 UTC (rev 13324) @@ -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 + Added: trunk/packages/visionegg/trunk/debian/compat =================================================================== --- trunk/packages/visionegg/trunk/debian/compat (rev 0) +++ trunk/packages/visionegg/trunk/debian/compat 2013-04-16 17:24:17 UTC (rev 13324) @@ -0,0 +1 @@ +9 Added: trunk/packages/visionegg/trunk/debian/control =================================================================== --- trunk/packages/visionegg/trunk/debian/control (rev 0) +++ trunk/packages/visionegg/trunk/debian/control 2013-04-16 17:24:17 UTC (rev 13324) @@ -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. Added: trunk/packages/visionegg/trunk/debian/copyright =================================================================== --- trunk/packages/visionegg/trunk/debian/copyright (rev 0) +++ trunk/packages/visionegg/trunk/debian/copyright 2013-04-16 17:24:17 UTC (rev 13324) @@ -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 Added: trunk/packages/visionegg/trunk/debian/python-visionegg.install =================================================================== --- trunk/packages/visionegg/trunk/debian/python-visionegg.install (rev 0) +++ trunk/packages/visionegg/trunk/debian/python-visionegg.install 2013-04-16 17:24:17 UTC (rev 13324) @@ -0,0 +1 @@ +demo usr/share/python-visionegg Added: trunk/packages/visionegg/trunk/debian/rules =================================================================== --- trunk/packages/visionegg/trunk/debian/rules (rev 0) +++ trunk/packages/visionegg/trunk/debian/rules 2013-04-16 17:24:17 UTC (rev 13324) @@ -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 + Property changes on: trunk/packages/visionegg/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/visionegg/trunk/debian/source/format =================================================================== --- trunk/packages/visionegg/trunk/debian/source/format (rev 0) +++ trunk/packages/visionegg/trunk/debian/source/format 2013-04-16 17:24:17 UTC (rev 13324) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/visionegg/trunk/debian/watch =================================================================== --- trunk/packages/visionegg/trunk/debian/watch (rev 0) +++ trunk/packages/visionegg/trunk/debian/watch 2013-04-16 17:24:17 UTC (rev 13324) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/visionegg/visionegg-([\d.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
