[med-svn] [Git][med-team/visionegg][master] 8 commits: Point Vcs fields to salsa.debian.org
Andreas Tille
gitlab at salsa.debian.org
Tue Oct 30 13:50:38 GMT 2018
Andreas Tille pushed to branch master at Debian Med / visionegg
Commits:
924a4974 by Andreas Tille at 2018-10-30T13:38:10Z
Point Vcs fields to salsa.debian.org
- - - - -
a6ce0960 by Andreas Tille at 2018-10-30T13:38:10Z
Standards-Version: 4.2.1
- - - - -
888d716b by Andreas Tille at 2018-10-30T13:38:10Z
Testsuite: autopkgtest-pkg-python
- - - - -
349e650b by Andreas Tille at 2018-10-30T13:38:10Z
Drop useless get-orig-source target
- - - - -
5362adb7 by Andreas Tille at 2018-10-30T13:38:11Z
Remove trailing whitespace in debian/control
- - - - -
67158a80 by Andreas Tille at 2018-10-30T13:38:11Z
Remove trailing whitespace in debian/copyright
- - - - -
e79a4fe9 by Andreas Tille at 2018-10-30T13:47:30Z
Lintian-override for false positive
- - - - -
be4fb0e2 by Andreas Tille at 2018-10-30T13:50:16Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+visionegg (1.2.1-5) unstable; urgency=medium
+
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.2.1
+ * Testsuite: autopkgtest-pkg-python
+ * Drop useless get-orig-source target
+ * Remove trailing whitespace in debian/control
+ * Remove trailing whitespace in debian/copyright
+ * Lintian-override for false positive
+
+ -- Andreas Tille <tille at debian.org> Tue, 30 Oct 2018 14:47:36 +0100
+
visionegg (1.2.1-4) unstable; urgency=medium
* Build-Depends: s/python-imaging/python-pil/
=====================================
debian/control
=====================================
@@ -3,6 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Thorsten Alteholz <debian at alteholz.de>,
Andreas Tille <tille at debian.org>
Section: python
+Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
python-all-dev,
@@ -13,9 +14,9 @@ Build-Depends: debhelper (>= 11~),
python-pygame,
mesa-common-dev,
libgl1-mesa-dev
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/visionegg.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/visionegg.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/visionegg
+Vcs-Git: https://salsa.debian.org/med-team/visionegg.git
Homepage: http://www.visionegg.org
Package: python-visionegg
@@ -25,6 +26,6 @@ Depends: ${shlibs: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
+ The Vision Egg is a programming library that uses standard, inexpensive
+ computer graphics cards to produce visual stimuli for vision research
experiments.
=====================================
debian/copyright
=====================================
@@ -10,8 +10,8 @@ License: LGPL-2.1+
Files: VisionEgg/DaqKeyboard.py
VisionEgg/ResponseControl.py
demo/demo_fixationpoint.py
- demo/demo_keyboardresponse.py
- demo/demo_keyboardtrigger.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+
@@ -33,7 +33,7 @@ Copyright: 2001 Pete Shinners
2003 Andrew Straw
License: LGPL-2.1+
-Files: VisionEgg/PyroApps/AST_ext.py
+Files: VisionEgg/PyroApps/AST_ext.py
VisionEgg/PyroApps/DropinGUI.py
VisionEgg/PyroApps/DropinServer.py
VisionEgg/PyroApps/EPhysGUI.py
@@ -43,19 +43,19 @@ Copyright: 2004 Imran S. Ali, Lachlan Dowd
License: LGPL-2.1+
Files: VisionEgg/win32_vretrace_orig.h
-Copyright: Thiadmer Riemersma
+Copyright: Thiadmer Riemersma
License: CC-BY-SA-3.0
- 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
+ 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
+ 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:
+ The complete license can be found at:
http://creativecommons.org/licenses/by-sa/3.0/legalcode
Files: debian/*
=====================================
debian/rules
=====================================
@@ -15,7 +15,4 @@ 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
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False positive. There is no compressed JS code in this html file
+visionegg source: source-is-missing doc/reference/html/redirect.html line length is 9220 characters (>512)
View it on GitLab: https://salsa.debian.org/med-team/visionegg/compare/ffaa91ac224b0309fc4890d406d8c5000d23425a...be4fb0e2726531d2ba39a91d8a908ddc938cfd3b
--
View it on GitLab: https://salsa.debian.org/med-team/visionegg/compare/ffaa91ac224b0309fc4890d406d8c5000d23425a...be4fb0e2726531d2ba39a91d8a908ddc938cfd3b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181030/64cfeb6e/attachment-0001.html>
More information about the debian-med-commit
mailing list