File: changelog

package info (click to toggle)
kineticstools 0.6.1%2Bgit20200729.e3723e0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,144 kB
  • sloc: python: 3,505; makefile: 207; ansic: 104; sh: 55; xml: 19
file content (143 lines) | stat: -rw-r--r-- 4,977 bytes parent folder | download
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
kineticstools (0.6.1+git20200729.e3723e0+dfsg-1) unstable; urgency=medium

  * Add myself to Uploaders
  * New upstream version
  * Standards-Version: 4.5.1 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Fix resources migration to data package when several python versions are
    provided by Debian.  (Closes: #973058)
  * Declare kineticstools-data Multi-Arch: foreign.

 -- Étienne Mollier <etienne.mollier@mailoo.org>  Wed, 25 Nov 2020 22:03:12 +0100

kineticstools (0.6.1+git20200325.3558942+dfsg-1) unstable; urgency=medium

  [ Etienne Mollier ]
  * minor d/rules update to make commands independent of minor python version

  [ Andreas Tille ]
  * Remove non-free documentation from source tarball
    Closes: #958471
  * Remove outdated README.source

 -- Andreas Tille <tille@debian.org>  Wed, 22 Apr 2020 22:14:02 +0200

kineticstools (0.6.1+git20200325.3558942-1) unstable; urgency=medium

  [ Steffen Moeller ]
  * New upstream version
  * d/control
    - Standards-Version: 4.5.0 (routine-update)
    - debhelper-compat 12 (routine-update)
    - python3-uritools added as build dependency
    - added <!nocheck> flags
    - Transitioned to Python3 (required only update of dependencies)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * debian/copyright: use spaces rather than tabs to start continuation
    lines.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Drop deprecated restriction . See https://salsa.debian.org/ci-
    team/autopkgtest/tree/master/doc/README.package-tests.rst
  * d/rules now cleans .python_cache
  * Transitioned from Python 2 to 3
    Closes: #936797
  * Many thanks go to upstream for reacting quickly to their desynced
    source tree (https://github.com/PacificBiosciences/kineticsTools/issues/72)
  * Reported spelling erors on
    (https://github.com/PacificBiosciences/kineticsTools/pull/73)

  [ Andreas Tille ]
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
    update)
  * Build-Depends: python3-pytest-runner
  * autopkgtest:
     - s/ADTTMP/AUTOPKGTEST_TMP/
     - Fix Test Depends

  [ Etienne Mollier ]
  * Added python3-pytest-xdist to enable parallelization from build test.
    Thanks Michael Crusoe for the tip!
  * Adapted resources coming from usr/lib/python3.8 instead of the former
    version usr/lib/python3.7.
  * Reported alignment issue in the manual.rst to upstream:
    https://github.com/PacificBiosciences/kineticsTools/pull/74

 -- Andreas Tille <tille@debian.org>  Tue, 21 Apr 2020 11:12:01 +0200

kineticstools (0.6.1+git20180425.27a1878-2) unstable; urgency=medium

  * Ignore deprecation warnings breaking test suite
    Closes: #921382
  * Add myself to Uploaders since Afif has removed himself (Thanks for your
    work on this package, Afif)

 -- Andreas Tille <tille@debian.org>  Thu, 14 Feb 2019 13:36:28 +0100

kineticstools (0.6.1+git20180425.27a1878-1) unstable; urgency=medium

  * Team upload.
  * Use Git mode in watch file
  * debhelper 12
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.3.0
  * Secure URI in copyright format
  * Build-Depends: python-pytest

 -- Andreas Tille <tille@debian.org>  Tue, 29 Jan 2019 11:22:34 +0100

kineticstools (0.6.1+20161222-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Add fake watch file to silence uscan

  [ Afif Elghraoui ]
  * New upstream revision (Closes: #848542)
  * Drop Files-Excluded
  * Drop patch applied upstream
  * Add README.source to explain how to get new upstream versions
  * Update patches without undoing their effects
  * autopkgtests: Don't run extra-tests and long-tests
  * Suggest python-pybigwig

  [ Sascha Steinbiss ]
  * Fix man page building
  * Spelling corrections
  * Enable hardening

 -- Afif Elghraoui <afif@debian.org>  Sun, 15 Jan 2017 15:53:34 -0800

kineticstools (0.5.2+dfsg-2) unstable; urgency=low

  * Don't install spurious python package "bin" (Closes: #831218)

 -- Afif Elghraoui <afif@debian.org>  Sat, 16 Jul 2016 17:41:13 -0700

kineticstools (0.5.2+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.5.2+dfsg
    (upstream git 9df3568 - 2016-03-22)
  * Fix detection of compiled extension
  * Refresh patches
  * Bump minimum version of dependencies
  * Bump Standards-Version to 3.9.8
  * Globally use C.UTF-8 locale
  * Enable build-time tests with respected exit code
  * Set up autopkgtest

 -- Afif Elghraoui <afif@debian.org>  Sat, 02 Jul 2016 19:59:45 -0700

kineticstools (0.5.1+20150828+git3aa3d96+dfsg-2) unstable; urgency=low

  * Update Standards-Version
  * Use https for VCS links
  * Separate large data files into an arch-independent binary package

 -- Afif Elghraoui <afif@debian.org>  Wed, 16 Mar 2016 01:56:11 -0700

kineticstools (0.5.1+20150828+git3aa3d96+dfsg-1) unstable; urgency=low

  * Initial release (Closes: #797676)

 -- Afif Elghraoui <afif@ghraoui.name>  Wed, 09 Dec 2015 22:36:33 -0800