File: changelog

package info (click to toggle)
debomatic 0.40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 1,904; sh: 192; makefile: 37
file content (576 lines) | stat: -rw-r--r-- 19,498 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
debomatic (0.40-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Compliant with Debian Policy 4.7.2.
    - Update dependencies to comply with mmdebstrap.
  * debian/copyright:
    - Update copyright years.
  * debian/links:
    - Install symlink under /usr/bin.
  * debian/patches/ro_po.patch:
    - Removed, merged upstream.
  * debian/tests/debomatictest.sh:
    - Adjust test configuration to comply with mmdebstrap.

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 03 Apr 2025 07:01:45 +0200

debomatic (0.26-4) unstable; urgency=medium

  * debian/control:
    - Build-Depends on python3-setuptools (Closes: #1080578).
    - Compliant with Debian Policy 4.7.0.
  * debian/patches/ro_po.patch:
    - Update Romanian translation (Closes: #1056309).

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 09 Sep 2024 10:51:57 +0200

debomatic (0.26-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rervert workaround for bug #1034219. (Closes: #1073641)

 -- Chris Hofstaedtler <zeha@debian.org>  Thu, 18 Jul 2024 21:29:35 +0200

debomatic (0.26-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3.
    + debomatic: Drop versioned constraint on lsb-base, sbuild and schroot in
      Depends.
    + debomatic: Drop versioned constraint on autopkgtest and piuparts in
      Suggests.
    + debomatic: Drop versioned constraint on python3-pyinotify in Recommends.

  [ Luca Falavigna ]
  * debian/clean:
    - Remove egg-info content at build time.
  * debian/control:
    * Compliant with Debian Policy 4.6.2.
    - Drop lsb-base from Depends.
    - Drop ubuntu-archive-keyring and ubuntu-keyring from Suggests.
  * debian/copyright:
    * Update copyright years.
  * debian/NEWS:
    - Remove NEWS file, versions are no longer in oldstable.
  * debian/rules:
    - Handle case when egg-info directory is not empty (Closes: #1054862).

  [ Nicolas Boulenguez ]
  * debian/tests/*:
    - Reduce dependency in test scripts (Closes: #1000453).

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 05 Nov 2023 12:22:24 +0100

debomatic (0.26-2) unstable; urgency=medium

  * debian/patches/bug1034219.patch:
    - Install systemd unit file under /lib/systemd/system (Closes: #1034219).

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 13 Apr 2023 09:09:31 +0000

debomatic (0.26-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    * Compliant with Debian Policy 4.6.1.
  * debian/copyright:
    * Update copyright years.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 10 Jul 2022 14:10:11 +0200

debomatic (0.25+git20210925-2) unstable; urgency=medium

  * Upload to unstable.
  * Build-depend on tex-gyre to fix FTBFS (Closes: #997414).

 -- Luca Falavigna <dktrkranz@debian.org>  Fri, 22 Apr 2022 07:53:02 +0200

debomatic (0.25+git20210925-1) experimental; urgency=medium

  [ Luca Falavigna ]
  * New upstream snapshot.
  * Remove sbin.patch, merged upstream.
  * Upstream tarball can be used as-is.
  * Compliant with Debian Policy 4.6.0.

  [ Nicolas Boulenguez ]
  * The following changes closes: #983538.
    - Stop overriding dh_clean, use debian/clean instead.
    - Move debhelper sequences to debian/control.
    - Remove trailing whitespaces in debian/copyright.
    - Refresh patches with -pab --no-timestamps --no-index.
    - Drop obsolete dh_installchangelog override.
    - Replace override_dh_auto_install with execute_after_dh_auto_install.
    - Generate init symlinks only if they do not exist.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 26 Sep 2021 08:58:57 +0200

debomatic (0.25-2) unstable; urgency=medium

  * debian/tests/control:
    - Mark crossbuild test as flaky: crossbuild toolchain sometimes can
      not be installed on some architectures, leading to intermittent
      failures which can be solved only by unrelated packages.

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 27 Jan 2021 08:56:39 +0100

debomatic (0.25-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/pt_po.patch:
    - Dropped, merged upstream.
  * debian/tests/build:
    - Remove chroots after test is finished.
  * debian/tests/command-{binnmu,builddep,porter,rebuild}:
    - Don't hardcode amd64 when removing chroots.
  * debian/tests/crossbuild:
    - Add test for package cross-build.

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 26 Jan 2021 18:08:41 +0100

debomatic (0.24-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.

  [ Luca Falavigna ]
  * debian/control:
    - Move to Debian Python Team as Uploader.
    - Compliant with Debian Policy 4.5.1.
    - Bump compat level to 13.
    - Package does not require root privs to build.
    - Add ${sphinxdoc:Depends} to Depends.
  * debian/source/lintian-overrides:
    - Ignore repackaged-source-not-advertised.
  * debian/watch:
    - Use uscan version 4.

 -- Luca Falavigna <dktrkranz@debian.org>  Fri, 01 Jan 2021 15:48:14 +0100

debomatic (0.24-2) unstable; urgency=medium

  [ Américo Monteiro ]
  * debian/patches/pt_po.patch:
    - Update Portuguese translation (Closes: #925491).

  [ Luca Falavigna ]
  * debian/compat:
    - Bump compat level to 12.
  * debian/control:
    - Build-depend on debhelper (>= 12).
    - Compliant with Debian Policy 4.4.0.
  * debian/copyright:
    - Update copyright information.
  * debian/rules:
    - Remove useless overrides, already managed in recent
      debhelper compatibility levels.

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 09 Jul 2019 21:45:09 +0200

debomatic (0.24-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/sbin.patch:
    - Refresh for new upstream release.
  * debian/control:
    - Compliant with Debian Policy 4.2.1.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 04 Nov 2018 16:00:55 +0100

debomatic (0.23+git20180514-1) unstable; urgency=medium

  [ Luca Falavigna ]
  * New upstream snapshot.
    - Revert changes made by no-network after build (Closes: #886412).
  * debian/tests/command-porter:
    - Implement a DEP8 test which performs a porter rebuild for a
      source package.
  * debian/tests/command-binnmu:
    - Implement a DEP8 test which performs a bin-NMU rebuild for a
      source package.
  * debian/tests/command-builddep:
    - Implement a DEP8 test which performs a builddep rebuild for a
      source package.

  [ Ondřej Nový ]
  * debian/control:
    - Remove ancient X-Python3-Version field.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 27 May 2018 11:00:22 +0200

debomatic (0.23-1) unstable; urgency=medium

  [ Luca Falavigna ]
  * New upstream release.
    - Improved handling of local repository (Closes: #888287).
  * debian/patches/stretch-backports.patch:
    - Removed, merged upstream.
  * debian/compat:
    - Bump compat level to 11.
  * debian/control:
    - Build-depends on debhelper (>= 11).
    - Compliant with Debian Policy 4.1.4.
  * debian/copyright:
    - Update copyright years.
  * debian/rules:
    - Remove systemd sequence, not provided in compat >= 11.
    - Replace dh_systemd_start with dh_installsystemd.

  [ Ondřej Nový ]
  * debian/copyright:
    - Use https protocol in Format field.
  * debian/tests:
    - Use AUTOPKGTEST_TMP instead of ADTTMP.

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 01 May 2018 23:25:20 +0200

debomatic (0.22-5) unstable; urgency=medium

  * debian/patches/stretch-backports.patch:
    - Add stretch-backports suite (Closes: #886413).
  * debian/control:
    - Add python3-systemd to Recommends, this way systemd unit will not
      fail after notify timeout (Closes: #884781).
    - Bump Standards-Version to 4.1.3.

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 10 Jan 2018 15:29:23 +0100

debomatic (0.22-4) unstable; urgency=medium

  * debian/control:
    - Build-depends on latexmk (Closes: #872157).
    - Change priority to optional to match current override file.
    - Bump Standards-Version to 4.1.0.

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 18 Sep 2017 20:09:08 +0200

debomatic (0.22-3) unstable; urgency=medium

  * debian/control:
    - Remove dh-systemd from Build-Depends, its components are merged
      into debhelper.
    - texlive-generic-extra is now replaced by texlive-plain-generic.
  * debian/tests/build:
    - Improve code to be more reliable.
  * debian/tests/command-rebuild:
    - Implement a DEP8 test which rebuilds a source package.
  * debian/tests/control:
    - Add fakeroot to Depends list.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 02 Jul 2017 10:45:48 +0200

debomatic (0.22-2r1) unstable; urgency=medium

  * debian/control:
    - Suggests ubuntu-archive-keyring package as alternative of
      ubuntu-keyring, the latter exists only in Ubuntu.
      Thanks to Axel Beckert for the report (Closes: #857145).
    - Bump Standards-Version to 4.0.0.
  * debian/tests/build:
    - Add a DEP8 test which builds a source package.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 24 Jun 2017 14:32:24 +0200

debomatic (0.22-1) unstable; urgency=medium

  * New upstream release.
  * debian/compat:
    - Use compatibility mode 10.
  * debian/control:
    - Bump debhelper minimum version to >= 10.
    - Add dependency on lsb-base (>= 3.0-6) because of the init script.
    - Adjust versioned dependencies to adopt newly introduced features.
  * debian/copyright:
    - Update copyright information.

 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 08 Nov 2016 16:48:30 +0100

debomatic (0.21-2) unstable; urgency=medium

  * debian/control:
    - Add texlive-generic-extra to Build-Depends, fix FTBFS.
      Thanks to Andrea Claudi for the suggestion! (Closes: #830419).
    - Bump Standards-Version to 3.9.8.
    - Use secure VCS URI's.

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 17 Aug 2016 19:46:27 +0200

debomatic (0.21-1) unstable; urgency=medium

  * New upstream release.
    - Update Portuguese translation, many thanks to Américo Monteiro
      and the Portuguese Translation Team! (Closes: #794508).
  * debian/patches/sbin.patch:
    - Refresh for new upstream release.

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 07 Oct 2015 21:19:42 +0200

debomatic (0.20-1) unstable; urgency=medium

  * New upstream release.
  * Upload to unstable.
  * debian/copyright:
    - Exclude .gitignore files from being included in upstream tarball.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 26 Apr 2015 11:40:19 +0200

debomatic (0.20~git20150307-1) experimental; urgency=medium

  * New upstream development snapshot.
    - sbuild backend.
    - Do not reference debomatic.conf(5) in man page (Closes: #779440).
  * debian/patches/sbin.patch:
    - Refresh for new upstream snapshot.
  * debian/control:
    - Depends on schroot and sbuild instead of pbuilder and cowbuilder.
    - Adjust Recommends and Suggests to match new modules.
    - Document sbuild and schroot in the package description.
  * debian/copyright:
    - Update copyright information.
  * debian/NEWS:
    - Document changes introduced in this upstream version.

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 12 Mar 2015 10:54:26 +0100

debomatic (0.13-1) unstable; urgency=medium

  * New upstream release.
  * Upload to unstable.
  * debian/control:
    - Adjust Homepage field.
    - Bump Standards-Version to 3.9.6.

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 16 Oct 2014 22:46:51 +0200

debomatic (0.13~git20140911-1) experimental; urgency=medium

  * New upstream development snapshot.
  * debian/patches/sbin.patch:
    - Adjust init.d and service file to point to /usr/sbin/debomatic.
  * debian/control:
    - Add python3-toposort to Depends.
    - Adjust Homepage field.
  * debian/copyright:
    - Adjust Source field.
  * debian/links:
    - Install debomatic link under /usr/sbin.
  * debian/rules:
    - Allow to restart service on upgrades.
  * debian/watch:
    - Point to new GitHub release page.

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 11 Sep 2014 13:35:27 +0200

debomatic (0.12-1) unstable; urgency=medium

  * New upstream stable release.
  * Upload to unstable.
  * debian/control:
    - Add gnupg to Suggests field.

 -- Luca Falavigna <dktrkranz@debian.org>  Fri, 30 May 2014 08:51:27 +0200

debomatic (0.12~bzr405-1) experimental; urgency=medium

  * New upstream development release.
  * debian/patches/setpgrp.patch:
    - Removed, applied upstream.
  * debian/control:
    - Build-depends on python3 and python3-sphinx.
    - Build-depends on dh-python for Pybuild support.
    - Build-depends on dh-systemd for systemd support.
    - No longer depends on python-daemon and python-lockfile.
    - Recommends python3-pyinotify.
  * debian/copyright:
    - Adjust copyright years.
  * debian/NEWS:
    - Document changes introduced in this upstream version.
  * debian/rules:
    - Port to Pybuild.
    - Use python3 and sphinxdoc sequencers.
    - Support systemd service file.

 -- Luca Falavigna <dktrkranz@debian.org>  Fri, 23 May 2014 09:08:32 +0200

debomatic (0.11-2) unstable; urgency=medium

  * debian/patches/setpgrp.patch:
    - Remove setpgrp call to fix endless loop in threads (Closes: #690311).
  * debian/control:
    - Suggest apt-utils and devscripts.
    - Bump Standards-Version to 3.9.5.

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 19 Dec 2013 21:33:35 +0100

debomatic (0.11-1) unstable; urgency=low

  * New upstream final release.
  * Upload to unstable.
  * debian/control:
    - Bump X-Python-Version to 2.7.
    - Suggests piuparts package.

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 05 Jun 2013 15:02:52 +0200

debomatic (0.11~r354-1) experimental; urgency=low

  * Upstream snapshot taken at revision 354.
    - Release lock if packagedir is not found (Closes: #690308).
    - No endless loop if setup_pbuilder fails (Closes: #690312).
    - Support for lintian log in the notification mail (Closes: #655452).
  * debian/control:
    - Use canonical VCS URIs.
    - Bump Standards-Version to 3.9.4.
  * debian/copyright:
    - Adjust copyright years.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 17 Mar 2013 12:14:05 +0100

debomatic (0.10-2) unstable; urgency=low

  * debian/rules:
    - Delete docs/_build directory during clean phase (Closes: #671163).

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 26 May 2012 18:37:51 +0200

debomatic (0.10-1) unstable; urgency=low

  * New upstream release.
    - New documentation, which also explains module plugin needs GPG
      support enabled to work (Closes: #653455).
    - Fix init script to allow stop and restart methods (Closes: #653468).
    - Lintian options are now customizable (Closes: #655454).
  * debian/compat:
    - Bump compatibility level to 9.
  * debian/control:
    - Drop python-docutils from Build-Depends field.
    - Add python-sphinx, texlive-latex-base, texlive-latex-recommended,
      texlive-fonts-recommended, texlive-latex-extra and gettext to
      Build-Depends field.
    - Add python-daemon and python-lockfile to Depends field.
    - Replace gnupg with gpgv in Recommends field.
    - Bump X-Python-Version field to >= 2.6.
    - Bump Standards-Version to 3.9.3.
  * debian/copyright:
    - Convert to DEP5 format.
  * debian/doc-base:
    - Update for new documentation format.
  * debian/docs:
    - README is no longer shipped in release tarball.
  * debian/watch:
    - Update watch file.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 01 Apr 2012 00:43:28 +0200

debomatic (0.9-1) unstable; urgency=low

  * New upstream release.
    - Package rebuild support (Closes: #591937).
    - Pass --configfile as last parameter, so some default options can
      be overwritten by configuration file (Closes: #531175).
  * Switch to format 3.0 (quilt).
  * Switch to dh_python2.
  * debian/control:
    - Recommend debian-archive-keyring and ubuntu-keyring due to recent
      debootstrap changes which require archive keys to generate chroots.
    - Bump Standards-Version to 3.9.1, no changes needed.
  * debian/copyright:
    - Adjust copyright information.
  * debian/rules:
    - Delete unused .egg-info file.

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 06 Feb 2011 10:51:18 +0100

debomatic (0.8-1) unstable; urgency=low

  * New upstream release.
    - cowbuilder support (Closes: #531173).
  * debian/control:
    - Add python-docutils to Build-Depends-Indep.
    - Add cowbuilder as alternate dependency for pbuilder.
    - Bump Standards-Version to 3.8.4, no changes needed.
  * debian/copyright:
    - Adjust copyright years.

 -- Luca Falavigna <dktrkranz@debian.org>  Thu, 04 Feb 2010 22:36:28 +0100

debomatic (0.7-1) unstable; urgency=low

  * New upstream version.
    - Provide init script and default file (Closes: #530029).
  * debian/control:
    - Update my e-mail address.
    - Remove DM-Upload-Allowed field.
    - Refresh build-dependencies.
    - Do not build-depend on docbook2x and docbook-xml, man pages are
      no longer generated by scripts.
    - Bump python-pyinotify minimum version to 0.8.6-1.
    - Bump Standards-Version to 3.8.3, no changes required.
  * debian/copyright:
    - Update copyright informations.
  * debian/examples, debian/manpages:
    - Removed, no longer needed with new upstream version.
  * debian/doc-base:
    - Register doc-base informations.

 -- Luca Falavigna <dktrkranz@debian.org>  Wed, 02 Sep 2009 23:28:16 +0200

debomatic (0.6-3) unstable; urgency=low

  * Switch to debhelper 7.
  * Switch to python-support.
  * Install Debomatic module in a private directory.
  * Changes for upcoming Python 2.6:
    + debian/control:
      - Add python (>= 2.5.4-1~) to Build-Depends-Indep to enable use of
        /usr/share/python/python.mk macros.
      - Remove python-all-dev from Build-Depends-Indep.
    + debian/rules:
      - Include /usr/share/python/python.mk.
      - Pass $(py_setup_install_args) to setup.py to let distutils install
        modules in the correct directory.
  * Add ${misc:Depends} to debomatic dependencies.
  * Bump Standards-Version to 3.8.1, no changes required.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Fri, 01 May 2009 20:06:04 +0200

debomatic (0.6-2) unstable; urgency=low

  * Add Python Applications Packaging Team to Uploaders.
  * Add Vcs-* fields in source stanza.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Mon, 16 Feb 2009 21:46:52 +0100

debomatic (0.6-1) experimental; urgency=low

  * New upstream release.
  * Adjust copyright holders.
  * Remove all patches (implemented upstream), as well as quilt support.
  * Add DM-Upload-Allowed field.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Sun, 01 Feb 2009 15:38:35 +0100

debomatic (0.5-2) unstable; urgency=low

  * debian/patches/packagequeue_files:
    - Add files to packagequeue even if they are already available, so
      they can be removed when packages have been successfully built.
  * debian/patches/acceptedqueue:
    - Add acceptedqueue to allow packages waiting for a lock to be built
      if previously accepted.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Thu, 18 Sep 2008 13:48:45 +0200

debomatic (0.5-1) unstable; urgency=low

  * Initial release (Closes: #426231)

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Wed, 25 Jun 2008 19:43:54 +0200