File: changelog

package info (click to toggle)
routine-update 0.2.4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 92 kB
  • sloc: sh: 869; makefile: 3
file content (318 lines) | stat: -rw-r--r-- 10,594 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
routine-update (0.2.4) unstable; urgency=medium

  [ Barak A. Pearlmutter ]
  * simplify logic for git root check

  [ Andreas Tille ]
  * Make sure Build-Depends automake, autoconf and libtool are matched
    exactly
  * Do not eat Build-Depends when just replacing debhelper by debhelper-compat
  * Fix typo
  * Update manpage
  * Enable obtaining fallback for Standards-Version when being offline
  * Rename Maintainer from pkg-go to Debian Go Packaging Team
  * Section: s/devel/golang/ for golang-* packages

  [ Charles Plessy ]
  * New option to restrict to little-endian architectures.
  * Add a new --auto mode for mass uploads
  * When importing a new upstream version import also upstream-signatures
  * s/git pull/gbp pull/ when more accurate.
  * Also check that /usr/bin/debputy is available

  [ Niels Thykier ]
  * Run `debputy reformat` to preserve maintainer requested style
    (via `X-Style` or by having wrap-and-sort parameters in their
    salsa-ci pipeline).  (Closes: #1091922)
  * Use `dh_assistant` to detect current compat level
  * Avoid flagging packages using Build-Driver without debhelper as problematic
  * Remove assumption that `debian/rules` exist
  * Run `debputy lint --auto-fix`.  (Closes: #1091923)

 -- Andreas Tille <tille@debian.org>  Wed, 10 Sep 2025 18:22:56 +0200

routine-update (0.2.3) unstable; urgency=medium

  * Use git plumbing commands instead of checking existing .git dir
    Closes: #1092286

 -- Andreas Tille <tille@debian.org>  Thu, 09 Jan 2025 09:28:59 +0100

routine-update (0.2.2) unstable; urgency=medium

  [ Andreas Tille ]
  * Make sure Vcs-Fields are set
  * Replace transitional package pkg-config by pkgconf in Build-Depends
  * Make the quilt push/pop trick introduced below dependand from the
    existence of debian/patches/series
  * Ask maintainer for manual intervention when
     - using dh-buildinfo (should be removed (see #1068809)
     - Build-Depending: automake, autoconf[^-], libtool (unneeded)
  * Call licenserecon
  * Do not add 'Rules-Requires-Root: no' to d/control any more
    Closes: #1091928
  * NeuroDebian wants backports to oldoldstable which has debhelper
    12 now
    Closes: #1091926
  * Move packaging to debian/ team (leave Debian Science team as Maintainer
    to have some team and not a person as maintainer)

  [ Charles Plessy ]
  * Add a --64 option to restrict build to 64-bit architectures.

  [ Michael R. Crusoe ]
  * Added GBP_BUILDPACKAGE_EXTRA environment variable to pass extra
    arguments to 'gbp buildpackage'.
  * simplify usage of rmadison

 -- Andreas Tille <tille@debian.org>  Sun, 05 Jan 2025 17:00:33 +0100

routine-update (0.2.1) unstable; urgency=medium

  [ Andreas Tille ]
  * Deal with other packaging branches than master even if debian/gbp.conf
    is missing
  * Make sure changelog will be updated

  [ Edward Betts ]
  * Correct some spelling mistakes using codespell.

  [ Charles Plessy ]
  * Mention gbp-clone aliases in the documentation.
  * Add a --show-patch option
  * Run apt-listbugs if available.
  * Suggest a dput command

  [ Ananthu C V ]
  * Use rmadison to always get the latest debian-policy version
  * Add ability to drop {XS,XB}-Ruby-Versions fields from debian/control
  * Bump standards version to 4.7.0
  * Check if debian/tests/run-unit-test exists before running grep

  [ Andreas Tille ]
  * Seems rmadison might answer with two lines (buildd-unstable in addition to
    unstable) - just make sure we fetch a single line to get Standards-Version

  [ Michael R. Crusoe ]
  * Push all patches before running dh-update-R (and pop them off at the end).
  * Use debcommit from devscripts

 -- Andreas Tille <tille@debian.org>  Sat, 14 Sep 2024 16:40:11 +0200

routine-update (0.2) unstable; urgency=medium

  * Drop options -uc -us --git-pbuilder-options="--source-only-changes"
    from gbp buildpackage call since it might break sbuild configurations
    (Requested by Charles Plessy)
  * Add debian/salsa-ci.yml only if team is in positive list
    Closes: #1040500

 -- Andreas Tille <tille@debian.org>  Fri, 09 Feb 2024 16:35:11 +0100

routine-update (0.1.5) unstable; urgency=medium

  * Do not blindly replace python-sphinx - for instance
    python-sphinxcontrib.bibtex-doc should keep its name
  * Refresh debian/control from debian/control.in if this exists

 -- Andreas Tille <tille@debian.org>  Tue, 30 Jan 2024 08:17:08 +0100

routine-update (0.1.4) unstable; urgency=medium

  * Do not mess up d/rules when replacing `--with python3,something`
  * Drop only X-Python-Version but not X-Python3-Version

 -- Andreas Tille <tille@debian.org>  Sat, 30 Dec 2023 21:42:42 +0100

routine-update (0.1.3) unstable; urgency=medium

  [ Charles Plessy ]
  * Team upload.
  * Handle the case of empty DEBFULLNAME.

 -- Charles Plessy <plessy@debian.org>  Fri, 24 Nov 2023 08:49:03 +0100

routine-update (0.1.2) unstable; urgency=medium

  [ Andreas Tille ]
  * Simplify salsa-ci.yml
  * Add --experimental option to control target distribution for
    instance for r-bioc-* transitions
  * Fix default input

  [ Michael R. Crusoe ]
  * Use the --branch override value more consistently
  * Apply shellcheck recommendations
  * For Section: python packages, don't overwrite 'Testsuite:
    autopkgtest-pkg-python'.

 -- Andreas Tille <tille@debian.org>  Wed, 01 Nov 2023 08:17:34 +0100

routine-update (0.1.1) unstable; urgency=medium

  * Another fix to detect new upstream version

 -- Andreas Tille <tille@debian.org>  Wed, 01 Mar 2023 11:48:59 +0100

routine-update (0.1) unstable; urgency=medium

  * Fix detection of new upstream version

 -- Andreas Tille <tille@debian.org>  Sun, 26 Feb 2023 10:28:08 +0100

routine-update (0.0.13) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * Reduce piuparts noise in BioConductor transitions
  * Enable specifying branch where update should happen

  [ Étienne Mollier ]
  * Implement -t to avoid automatic tagging.
  * d/copyright: update copyright years.
  * Standards-Version: 4.6.2 (routine-update)

 -- Étienne Mollier <emollier@debian.org>  Fri, 13 Jan 2023 22:28:20 +0100

routine-update (0.0.12) unstable; urgency=medium

  * Team upload.

  [ Dylan Aïssi ]
  * Replace dh-python by dh-sequence-python3

  [ Andreas Tille ]
  * Deal better with re-ordered control files by cme

  [ Mohammed Bilal ]
  * drop -i flag while using dch with --team

 -- Mohammed Bilal <mdbilal@disroot.org>  Tue, 24 May 2022 16:08:03 +0530

routine-update (0.0.11) unstable; urgency=medium

  * New option -u|--no-uscan to just update packaging stuff without scanning
    for new upstream version
  * Do not create debian/salsa-ci.yaml if debian/.gitlab-ci.yaml exists
  * If Vcs is contained in diff this is now usually due to reordering of
    fields by cme

 -- Andreas Tille <tille@debian.org>  Tue, 29 Mar 2022 18:35:07 +0200

routine-update (0.0.10) unstable; urgency=medium

  [ Andreas Tille ]
  * Bump Standards-Version
  * even tolerate uscan errors if FORCE is set
  * No need to add manual dh_auto_test skipping any more since this is
    automatic with dh compat level >= 13 which we enforce anyway
  * Fix Maintainer name of Debian Science team

  [ Steffen Möller ]
  * Check for cme preconditions

 -- Andreas Tille <tille@debian.org>  Thu, 11 Nov 2021 17:42:33 +0100

routine-update (0.0.9) unstable; urgency=medium

  * Add "Team upload" properly after fixing watch file

 -- Andreas Tille <tille@debian.org>  Fri, 01 Oct 2021 16:32:11 +0200

routine-update (0.0.8) unstable; urgency=medium

  * Fix parsing results of dh-update-R

 -- Andreas Tille <tille@debian.org>  Fri, 17 Sep 2021 11:51:27 +0200

routine-update (0.0.7) unstable; urgency=medium

  [ Andreas Tille ]
  * Add info about potentially breaking changes
  * Call apply-multiarch-hints
  * Attempt to fix invalid watch files for github
  * No idea why updates of dh-update-R are not caught as before.  Try
    hard to do proper commits anyway

  [ Nilesh Patra ]
  * Minor fixes: Typos and case

  [ Étienne Mollier ]
  * add -d|--debug flag to enable debug output at run time
  * reinforce filtering of uscan output, to avoid injecting too many options
    to `gbp import-orig` (Closes: #992725)

 -- Andreas Tille <tille@debian.org>  Tue, 31 Aug 2021 15:46:38 +0200

routine-update (0.0.6) unstable; urgency=medium

  [ Steffen Moeller ]
  * Cleaning after build before tagging if repository not clean.
  * Avoiding error messages by grep on non-existing file, extra -q

  [ Andrease Tille ]
  * rename debian/NEWS.Debian debian/NEWS
  * No tab in license text
  * Move test whether quilt patches might apply to end of the script
  * Care for watch file standard 4

  [ Michael R. Crusoe ]
  * Standards-Version: 4.5.1 (routine-update)

 -- Michael R. Crusoe <crusoe@debian.org>  Sat, 23 Jan 2021 20:28:59 +0100

routine-update (0.0.5) unstable; urgency=medium

  * Team Upload.
  [ Dylan Aïssi ]
  * Some R packages have a "Testsuite: autopkgtest-pkg-r" disabled by #.
    Don't try to add a second line for the testsuite.

  [ Nilesh Patra ]
  * Add --no-build option for preventing the build to happen post rest of
    routine-update operations
  * Update manpage with --no-build option

 -- Nilesh Patra <npatra974@gmail.com>  Fri, 04 Sep 2020 14:02:50 +0000

routine-update (0.0.4) unstable; urgency=medium

  * Change debhelper compat version to 13
  * d/control: debhelper-compat version 13
  * Do not let #PACKAGENAME# boilerplate pass in autopkgtest script
  * Do not call `debian/rules clean` in the end.  It might fail due to
    not applied quilt patches and should not be needed since we build
    in a chroot anyway
  * Use `gbp tag` as last command

 -- Andreas Tille <tille@debian.org>  Wed, 17 Jun 2020 08:37:18 +0200

routine-update (0.0.3) unstable; urgency=medium

  [ Dylan Aïssi ]
  * Always add the testsuite "autopkgtest-pkg-r" for R packages

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Fri, 22 May 2020 20:58:49 +0200

routine-update (0.0.2) unstable; urgency=medium

  [ Steffen Möller ]
  * Added build-dep on quilt
  * Don't require user to have QUILT_PATCHES set

  [ Andreas Tille ]
  * Do not fail if final clean target fails (which might happen due to
    not applied quilt patches)

  [ Michael R. Crusoe ]
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Thu, 09 Apr 2020 15:31:10 +0200

routine-update (0.0.1) unstable; urgency=medium

  * Initial release (Closes: #950992)

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Sun, 09 Feb 2020 11:47:35 +0100