File: changelog

package info (click to toggle)
shasta 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,824 kB
  • sloc: cpp: 67,988; python: 2,265; makefile: 218; sh: 137
file content (192 lines) | stat: -rw-r--r-- 6,015 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
shasta (0.12.0-1) unstable; urgency=medium

  * New upstream version 0.12.0
  * gcc-13.patch: delete: applied upstream.
  * gcc-13-bis.patch: delete: applied upstream.
  * d/control: declare compliance to standards version 4.7.0.

 -- Étienne Mollier <emollier@debian.org>  Sun, 26 May 2024 18:05:55 +0200

shasta (0.11.1-5) unstable; urgency=medium

  * d/rules: meddle with RPATH only after dh_shlibdeps. (Closes: #1069370)

 -- Étienne Mollier <emollier@debian.org>  Wed, 08 May 2024 22:02:57 +0200

shasta (0.11.1-4) unstable; urgency=medium

  * gcc-13-bis.patch: new: fix ftbfs with gcc 13.2.0. (Closes: #1059139)

 -- Étienne Mollier <emollier@debian.org>  Wed, 20 Dec 2023 16:50:12 +0100

shasta (0.11.1-3) unstable; urgency=medium

  * d/t/run-unit-test: use older shasta config.
    The original test shipped with Nanopore-Sep2020 configuration file
    selected by shasta in the autopkgtest script.  This caused shasta to
    reserve 8GiB of RAM on CI test hosts, which is just the limit on the
    arm64 runners.  Dropping to the older Nanopore-Dec2019 configuration
    file causes shasta to reserve memory as needed instead of prefetching
    a huge amount of pages, causing out of memory conditions on runners.
    (Closes: #1053509)

 -- Étienne Mollier <emollier@debian.org>  Mon, 04 Dec 2023 16:48:02 +0100

shasta (0.11.1-2) unstable; urgency=medium

  * gcc-13.patch: new: fix build failures with gcc-13. (Closes: #1042196)
  * d/clean: remove build remnants.
  * d/control: add myself to uploaders.
  * d/control: split python3-dev build dependency.
    This is the first step of many to enable cross compilation.
  * d/control: declare compliance to standards version 4.6.2.
  * d/salsa-ci.yml: fix yaml invalid error caught by salsa.

 -- Étienne Mollier <emollier@debian.org>  Wed, 23 Aug 2023 17:26:58 +0200

shasta (0.11.1-1) unstable; urgency=medium

  * Team upload
  * Upstream repository moved from github.com/chanzuckerberg/shasta
    to github.com/paoloshasta/shasta

 -- Andreas Tille <tille@debian.org>  Mon, 12 Dec 2022 09:50:09 +0100

shasta (0.10.0-2) unstable; urgency=medium

  * Team upload.
  * Fix watch file
  * lintian-override for custom-library-search-path
  * Fix location of file in d/copyright

 -- Andreas Tille <tille@debian.org>  Tue, 06 Dec 2022 07:51:25 +0100

shasta (0.10.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.10.0
  * Bump Standards-Version to 4.6.1 (no changes needed)
  * Update install in acc with upstream renamed executable
  * Drop modify_cmakelists.patch, set needed vars from d/rules
  * Drop upstream patch
  * Refresh patches

 -- Nilesh Patra <nilesh@debian.org>  Sat, 28 May 2022 13:06:01 +0530

shasta (0.8.0-2) unstable; urgency=medium

  * Team Upload.
  * Cherry-pick upstream patch to fix FTBFS (Closes: #1002142)

 -- Nilesh Patra <nilesh@debian.org>  Tue, 04 Jan 2022 01:10:16 +0530

shasta (0.8.0-1) unstable; urgency=medium

  * Team upload.

  [ Steffen Moeller ]
  * Fix watchfile to detect new versions on github (routine-update)

  [ Andreas Tille ]
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)

  [ Nilesh Patra ]
  * d/control: Add libblas-dev,liblapack-dev,gfortran to B-D
  * d/t/run-unit-test: Specify a --config builtin for running test on sample
    data

 -- Andreas Tille <tille@debian.org>  Thu, 14 Oct 2021 08:17:30 +0200

shasta (0.7.0-3) unstable; urgency=medium

  * Team upload.
  * python3-shasta: Remove explicit depends on many libraries,
    ${shlibs:Depends} covers the needful.

 -- Michael R. Crusoe <crusoe@debian.org>  Wed, 13 Jan 2021 10:43:17 +0100

shasta (0.7.0-2) unstable; urgency=medium

  * Team upload.
  * make use of ${sphinxdoc:Built-Using}
  * debian/tests/control: specifically depend on the binary packages
  * debian/control: document why package is amd64/arm64 only

 -- Michael R. Crusoe <crusoe@debian.org>  Tue, 12 Jan 2021 13:08:34 +0100

shasta (0.7.0-1) unstable; urgency=medium

  * Team upload.

  [ Michael R. Crusoe ]
  * debian/patches/libspoa7.0.0: adapt to spoa 4.0.6 (Closes: #979704)
  * Fix some typos.

  [ Juhani Numminen ]
  * Fix binary-indep FTBFS: add suffix -arch in execute_after_dh_python3-arch.

  [ Andreas Tille ]
  * New upstream version
  * Build-Depends: libcpu-features-dev

 -- Michael R. Crusoe <crusoe@debian.org>  Mon, 11 Jan 2021 16:28:10 +0100

shasta (0.6.0-5) unstable; urgency=medium

  * Team upload.
  * Do not explicitly Depend libboost-chrono1.71.0 and use ${shlibs:Depends}
    instead
    Closes: #977308

 -- Andreas Tille <tille@debian.org>  Sat, 19 Dec 2020 20:46:29 +0100

shasta (0.6.0-4) unstable; urgency=medium

  * Team Upload.
  * Modify install paths (Closes: #972921)
  * Fix installmissing

 -- Nilesh Patra <npatra974@gmail.com>  Wed, 09 Dec 2020 12:05:18 +0000

shasta (0.6.0-3) unstable; urgency=medium

  * Team upload.
  * python3-shasta: any-amd64 arm64

 -- Andreas Tille <tille@debian.org>  Mon, 07 Dec 2020 17:49:17 +0100

shasta (0.6.0-2) unstable; urgency=medium

  [ Andreas Tille ]
  * Team upload.
  * Enable binary-all build
    Closes: #972921
  * Architecture: any-amd64 arm64
    Closes: #972922
  * Do not override dh_missing, try to install the files from debian/tmp
    or remove them before dh_missing is called
  * Make sure shared library will fit default Python3 version
  * dh_missing --fail-missing
  * Standards-Version: 5.4.1

  [ Shayan Doust ]
  * build depends python3-dev instead of python3-all-dev
    Closes: #973427

 -- Andreas Tille <tille@debian.org>  Mon, 07 Dec 2020 14:37:49 +0100

shasta (0.6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Move source package lintian overrides to debian/source.

 -- Andreas Tille <tille@debian.org>  Fri, 23 Oct 2020 14:49:17 +0200

shasta (0.5.1-1) unstable; urgency=medium

  * Initial release (Closes: #968716)

 -- Shayan Doust <hello@shayandoust.me>  Thu, 20 Aug 2020 16:47:28 +0000