Skip to content

Commit cf113b5

Browse files
committed
changelog - Vcs fields - myself to uploaders - uses pytest for tests - adjusted years, source url
1 parent 26ac0a6 commit cf113b5

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
heudiconv (0.4-1) unstable; urgency=medium
2+
3+
* Recent upstream release
4+
- lots of changes
5+
* debian/control
6+
- Vcs fields
7+
- myself to uploaders
8+
- uses pytest for tests
9+
* debian/copyright
10+
- adjusted years, source url
11+
12+
--
13+
114
heudiconv (0.1+git94-g85a2afb-1) UNRELEASED; urgency=low
215

316
* New upstream snapshot.

debian/control

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Source: heudiconv
22
Maintainer: NeuroDebian Team <[email protected]>
3-
Uploaders: Michael Hanke <[email protected]>
3+
Uploaders: Michael Hanke <[email protected]>, Yaroslav Halchenko <[email protected]>
44
Section: science
55
Priority: optional
66
Build-Depends: debhelper (>= 9),
@@ -9,10 +9,12 @@ Build-Depends: debhelper (>= 9),
99
python-mock,
1010
python-setuptools,
1111
python-six,
12-
python-nose,
12+
python-pytest,
1313
help2man,
14-
Standards-Version: 3.9.8
14+
Standards-Version: 4.1.1
1515
Homepage: https://github.com/nipy/heudiconv
16+
Vcs-Browser: https://github.com/nipy/heudiconv
17+
Vcs-Git: https://github.com/nipy/heudiconv -b debian
1618

1719
Package: heudiconv
1820
Architecture: all
@@ -25,6 +27,7 @@ Depends: ${misc:Depends},
2527
python-nipype,
2628
Recommends: mricron,
2729
dcm2niix,
30+
python-pytest,
2831
Description: DICOM converter with support for structure heuristics
2932
This is a flexible dicom converter for organizing brain imaging data into
3033
structured directory layouts. It allows for flexible directory layouts and

debian/copyright

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: heudiconv
3-
Source: https://github.com/hanke/mridefacer
3+
Source: https://github.com/nipy/heudiconv
44

55
Files: *
66
Copyright: 2014-2015 Satrajit Ghosh <[email protected]>,
7-
2015 Michael Hanke <[email protected]>
7+
2015 Michael Hanke <[email protected]>
8+
2016- Heudiconv Team
89
License: MIT
910

1011
Files: debian/*
1112
Copyright: 2015-2017 Michael Hanke <[email protected]>
13+
2017 Yaroslav Halchenko <[email protected]>
1214
License: MIT
1315

1416
License: MIT

0 commit comments

Comments
 (0)