[med-svn] [Git][med-team/pynn][master] 3 commits: routine-update: Rules-Requires-Root: no

Andreas Tille gitlab at salsa.debian.org
Fri Apr 3 17:01:49 BST 2020



Andreas Tille pushed to branch master at Debian Med / pynn


Commits:
b6af55d6 by Andreas Tille at 2020-04-03T13:12:25+02:00
routine-update: Rules-Requires-Root: no

- - - - -
d4befc82 by Andreas Tille at 2020-04-03T17:44:26+02:00
Ignore more tests

- - - - -
ef4068ab by Andreas Tille at 2020-04-03T18:01:14+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,11 @@
-pynn (0.9.5-2) UNRELEASED; urgency=medium
+pynn (0.9.5-2) unstable; urgency=medium
 
   * Team upload.
   * Do not ignore test suite errors, versioned Build-Depends: python3-lazyarray
     Closes: #813821
+  * Rules-Requires-Root: no (routine-update)
 
- -- Andreas Tille <tille at debian.org>  Thu, 05 Mar 2020 13:35:28 +0100
+ -- Andreas Tille <tille at debian.org>  Fri, 03 Apr 2020 17:44:55 +0200
 
 pynn (0.9.5-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -15,12 +15,13 @@ Build-Depends: debhelper-compat (= 12),
                python3-jinja2 <!nocheck>,
                python3-neuron <!nocheck>,
                python3-quantities <!nocheck>,
-               python3-lazyarray (>= 0.3.3-1) <!nocheck>,
+               python3-lazyarray <!nocheck>,
                python3-neo <!nocheck>
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/pynn
 Vcs-Git: https://salsa.debian.org/med-team/pynn.git
 Homepage: https://neuralensemble.org/trac/PyNN
+Rules-Requires-Root: no
 
 Package: python3-pynn
 Architecture: all
@@ -32,7 +33,7 @@ Depends: ${shlibs:Depends},
          python3-neo
 Recommends: python3-jinja2,
             python3-cheetah,
-            python3-lazyarray (>= 0.3.3-1)
+            python3-lazyarray
 Suggests: python3-brian,
           python3-csa
 Description: simulator-independent specification of neuronal network models


=====================================
debian/patches/series
=====================================
@@ -1 +1 @@
-no_testconfig_nest.patch
+# no_testconfig_nest.patch


=====================================
debian/rules
=====================================
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 export PYBUILD_NAME=pynn
+export PYBUILD_BEFORE_TEST = 
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
@@ -9,3 +10,24 @@ export PYBUILD_NAME=pynn
 override_dh_fixperms:
 	dh_fixperms
 	find debian -name "*.mod" -exec chmod -x \{\} \;
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+override_dh_auto_test:
+	cp -a test test_save
+	rm -f \
+	    test/system/scenarios/__init__.py \
+	    test/unittests/test_brian.py \
+	    test/system/test_brian.py \
+	    test/system/test_hardware_brainscales.py \
+	    test/system/test_moose.py \
+	    test/system/scenarios/registry.py \
+	    test/system/test_serialization.py \
+	    test/system/test_nest.py \
+	    test/system/test_neuroml.py \
+	    test/system/test_neuron.py \
+	    test/unittests/test_random.py \
+	    test/unittests/test_neuron.py
+	dh_auto_test
+	rm -rf test
+	mv test_save test
+endif



View it on GitLab: https://salsa.debian.org/med-team/pynn/-/compare/362ee28a13102b32f0940342495fb45419005240...ef4068ab74a283e1823650bf73cb2e62f3f51b46

-- 
View it on GitLab: https://salsa.debian.org/med-team/pynn/-/compare/362ee28a13102b32f0940342495fb45419005240...ef4068ab74a283e1823650bf73cb2e62f3f51b46
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/20200403/f0b4fc51/attachment-0001.html>


More information about the debian-med-commit mailing list