1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
lasagne (0.1+git20181019.a61b76f-1) unstable; urgency=medium
* New upstream git version.
* debian/control:
+ change python-sphinx-rtd-theme to python3-sphinx-rtd-theme.
+ add python3-numpydoc (Closes: #906373).
+ fix misplaced period in python-lasagne description.
+ update Standards-Version to 4.3.0 (no changes needed).
+ remove X-Python-Version and X-Python3-Version to fix
ancient-python-version-field.
+ change python{3}-all BD for python{3}-dev with <!nocheck>.
+ add <!nodoc> switches to BD that are only needed for docs.
+ add <!nocheck> for python*-pytest and python*-mock.
* debian/rules:
+ support DEB_BUILD_OPTIONS=nodoc.
+ support nodoc and nocheck in DEB_BUILD_PROFILES.
+ add DH_VERBOSE=1 per policy 4.2.0.
* debian/clean:
+ add .pytest_cache.
* debian/copyright:
+ extend span to 2019.
* debian/gitlab-ci.yml:
+ add salsa gitlab ci file.
-- Stephen Sinclair <radarsat1@gmail.com> Wed, 16 Jan 2019 12:02:00 +0100
lasagne (0.1+git20180322.37ca134-1) unstable; urgency=medium
* debian/tests:
+ add autopkgtests
* debian/control:
+ update Vcs-Git and Vcs-Browser to salsa.debian.org
+ update Standards-Version to 4.1.3 (no changes needed)
+ update debhelper to 11
+ add python3-distutils to Depends
* debian/compat:
+ update to 11
* debian/copyright:
+ update years to 2018
* debian/patches:
+ remove remove-deprecated.patch
-- Stephen Sinclair <radarsat1@gmail.com> Fri, 23 Mar 2018 16:08:34 -0300
lasagne (0.1+git20160728.8b66737-4) unstable; urgency=medium
* Team upload.
* deb/control: update Vcs fields (package moved to Debian Science).
* deb/copyright: expand a copyright span.
[ Stephen Sinclair ]
* deb/control:
+ change Maintainer to Debian Science.
+ add myself to Uploaders (Closes: #852134).
+ change standards level to 4.1.1.
+ remove whitespace in package description.
+ build with Python -all packages instead of -dev (fixes build-depends
-on-python-dev-with-no-arch-any).
+ build with python3-sphinx (fixes build-depends-on-python-sphinx-only).
* deb/copyright:
+ use HTTPS in Format field.
+ add myself to copyright holders of debian/.
-- Daniel Stender <stender@debian.org> Fri, 03 Nov 2017 15:18:06 +0100
lasagne (0.1+git20160728.8b66737-3) unstable; urgency=medium
* deb/control: fix b-deps [Michael Hudson-Doyle] (Closes: #865947).
-- Daniel Stender <stender@debian.org> Mon, 26 Jun 2017 07:22:25 +0200
lasagne (0.1+git20160728.8b66737-2) unstable; urgency=medium
* Use inspect.signature instead of inspect.getargspec if possible
(Closes: #834910) [Ole Streicher].
-- Daniel Stender <stender@debian.org> Thu, 09 Feb 2017 12:25:30 +0100
lasagne (0.1+git20160728.8b66737-1) unstable; urgency=medium
* Initial release (Closes: #818641).
-- Daniel Stender <stender@debian.org> Fri, 19 Aug 2016 18:46:45 +0200
|