Your message dated Wed, 10 Nov 2021 15:19:02 +0000
with message-id <e1mkpno-000g3k...@fasolo.debian.org>
and subject line Bug#998542: fixed in devscripts 2.21.5
has caused the Debian Bug report #998542,
regarding devscripts: FTBFS: dh_auto_test: error: make -j4 test returned exit
code 2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
998542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: devscripts
Version: 2.21.4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>/scripts'
> perl -I ../lib -c bts; \
>
> perl -I ../lib -c build-rdeps; \
>
> perl -I ../lib -c chdist; \
>
> perl -I ../lib -c checkbashisms; \
>
> checkbashisms syntax OK
> perl -I ../lib -c cvs-debuild; \
>
> build-rdeps syntax OK
> perl -I ../lib -c dd-list; \
>
> chdist syntax OK
> cvs-debuild syntax OK
> perl -I ../lib -c deb-why-removed; \
>
> perl -I ../lib -c debc; \
>
> dd-list syntax OK
> perl -I ../lib -c debchange; \
>
> debc syntax OK
> perl -I ../lib -c debcheckout; \
>
> bts syntax OK
> perl -I ../lib -c debcommit; \
>
> deb-why-removed syntax OK
> perl -I ../lib -c debdiff; \
>
> debchange syntax OK
> debcommit syntax OK
> perl -I ../lib -c debi; \
>
> perl -I ../lib -c debpkg; \
>
> debpkg syntax OK
> perl -I ../lib -c debrebuild; \
>
> debdiff syntax OK
> perl -I ../lib -c debsnap; \
>
> debcheckout syntax OK
> perl -I ../lib -c debuild; \
>
> debi syntax OK
> perl -I ../lib -c dep3changelog; \
>
> debsnap syntax OK
> debuild syntax OK
> dep3changelog syntax OK
> perl -I ../lib -c desktop2menu; \
>
> perl -I ../lib -c dget; \
>
> perl -I ../lib -c dpkg-depcheck; \
>
> desktop2menu syntax OK
> perl -I ../lib -c dscverify; \
>
> dpkg-depcheck syntax OK
> perl -I ../lib -c git-deborig; \
>
> dget syntax OK
> debrebuild syntax OK
> perl -I ../lib -c grep-excuses; \
>
> perl -I ../lib -c hardening-check; \
>
> grep-excuses syntax OK
> perl -I ../lib -c mass-bug; \
>
> dscverify syntax OK
> perl -I ../lib -c mk-build-deps; \
>
> mass-bug syntax OK
> perl -I ../lib -c mk-origtargz; \
>
> hardening-check syntax OK
> perl -I ../lib -c namecheck; \
>
> git-deborig syntax OK
> perl -I ../lib -c origtargz; \
>
> namecheck syntax OK
> perl -I ../lib -c plotchangelog; \
>
> mk-build-deps syntax OK
> perl -I ../lib -c rc-alert; \
>
> origtargz syntax OK
> perl -I ../lib -c rmadison; \
>
> plotchangelog syntax OK
> perl -I ../lib -c salsa; \
>
> rmadison syntax OK
> perl -I ../lib -c svnpath; \
>
> mk-origtargz syntax OK
> perl -I ../lib -c tagpending; \
>
> svnpath syntax OK
> perl -I ../lib -c transition-check; \
>
> rc-alert syntax OK
> perl -I ../lib -c uscan; \
>
> transition-check syntax OK
> perl -I ../lib -c who-permits-upload; \
>
> tagpending syntax OK
> bash -n annotate-output
> bash -n archpath
> bash -n cowpoke
> bash -n cvs-debi
> bash -n cvs-debrelease
> bash -n dcmd
> bash -n deb-reversion
> bash -n debclean
> bash -n debrelease
> bash -n debrepro
> bash -n debrsign
> bash -n debsign
> bash -n diff2patches
> bash -n dpkg-genbuilddeps
> bash -n dscextract
> bash -n edit-patch
> bash -n getbuildlog
> bash -n list-unreleased
> bash -n ltnu
> bash -n manpage-alert
> bash -n mergechanges
> bash -n nmudiff
> bash -n pts-subscribe
> bash -n run_bisect
> who-permits-upload syntax OK
> bash -n run_bisect_qemu
> bash -n uupdate
> bash -n what-patch
> bash -n who-uploads
> bash -n whodepends
> bash -n wnpp-alert
> bash -n wnpp-check
> py3versions: no X-Python3-Version in control file, using supported versions
> python3.9 setup.py test
> salsa syntax OK
> uscan syntax OK
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> creating devscripts.egg-info
> writing devscripts.egg-info/PKG-INFO
> writing dependency_links to devscripts.egg-info/dependency_links.txt
> writing top-level names to devscripts.egg-info/top_level.txt
> writing manifest file 'devscripts.egg-info/SOURCES.txt'
> reading manifest file 'devscripts.egg-info/SOURCES.txt'
> writing manifest file 'devscripts.egg-info/SOURCES.txt'
> running build_ext
> testArgs (devscripts.test.test_logger.LoggerTestCase) ... ok
> testCommand (devscripts.test.test_logger.LoggerTestCase) ... ok
> testNoArgs (devscripts.test.test_logger.LoggerTestCase) ... ok
> test_debbisect (devscripts.test.test_help.HelpTestCase) ...
> /usr/lib/python3.9/unittest/case.py:550: ResourceWarning: unclosed file
> <_io.BufferedReader name=4>
> method()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3.9/unittest/case.py:550: ResourceWarning: unclosed file
> <_io.BufferedReader name=6>
> method()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_debdiff-apply (devscripts.test.test_help.HelpTestCase) ... ok
> test_reproducible-check (devscripts.test.test_help.HelpTestCase) ... ok
> test_sadt (devscripts.test.test_help.HelpTestCase) ... ok
> test_suspicious-source (devscripts.test.test_help.HelpTestCase) ... ok
> test_wrap-and-sort (devscripts.test.test_help.HelpTestCase) ... ok
> test_pylint (devscripts.test.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code ... Running following command:
> /usr/bin/python3.9 -m pylint
> --rcfile=/<<PKGBUILDDIR>>/scripts/devscripts/test/pylint.conf -- debbisect
> debdiff-apply reproducible-check sadt suspicious-source wrap-and-sort
> devscripts setup.py
> FAIL
> test_flake8 (devscripts.test.test_flake8.Flake8TestCase)
> Test: Run flake8 on Python source code ... Running following command:
> /usr/bin/python3.9 -m flake8 --max-line-length=99 debbisect debdiff-apply
> reproducible-check sadt suspicious-source wrap-and-sort devscripts setup.py
> ok
>
> ======================================================================
> FAIL: test_pylint (devscripts.test.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/scripts/devscripts/test/test_pylint.py", line 75, in
> test_pylint
> self.fail("\n".join(msgs))
> AssertionError: pylint found issues:
> ************* Module debbisect
> debbisect:136:52: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:140:52: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:171:39: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:232:8: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> debbisect:245:8: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> debbisect:290:16: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:297:20: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:326:29: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:333:20: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:355:15: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:360:11: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:369:31: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:414:22: R1732: Consider using 'with' for resource-allocating
> operations (consider-using-with)
> debbisect:434:15: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:435:11: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:461:10: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:469:10: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:474:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:477:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:491:10: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:492:10: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:495:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:498:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:528:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:533:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:534:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:537:16: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:543:16: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:548:18: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:623:37: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:640:45: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:642:45: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:644:45: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:650:13: R1735: Consider using {} instead of dict()
> (use-dict-literal)
> debbisect:651:9: W1514: Using open without explicitly specifying an encoding
> (unspecified-encoding)
> debbisect:661:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:665:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:666:20: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:674:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:678:18: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:680:18: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:686:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:689:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:695:22: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:697:22: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:700:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:706:18: R1734: Consider using [] instead of list()
> (use-list-literal)
> debbisect:723:16: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:735:20: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:768:15: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:824:10: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1023:18: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1027:17: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1049:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1063:16: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1084:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1090:12: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1115:16: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1119:18: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1134:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debbisect:1135:14: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> ************* Module debdiff-apply
> debdiff-apply:104:13: W1514: Using open without explicitly specifying an
> encoding (unspecified-encoding)
> debdiff-apply:144:19: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debdiff-apply:150:25: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debdiff-apply:165:9: W1514: Using open without explicitly specifying an
> encoding (unspecified-encoding)
> debdiff-apply:180:29: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debdiff-apply:278:17: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> debdiff-apply:294:29: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> ************* Module reproducible-check
> reproducible-check:242:23: C0209: Formatting a regular string which could be
> a f-string (consider-using-f-string)
> ************* Module sadt
> sadt:183:20: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:190:20: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:195:20: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:201:20: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:242:24: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:266:26: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:235:16: R1732: Consider using 'with' for resource-allocating operations
> (consider-using-with)
> sadt:307:49: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:365:16: R1732: Consider using 'with' for resource-allocating operations
> (consider-using-with)
> sadt:400:27: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:453:10: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:516:26: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:567:18: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:572:18: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:575:19: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:577:24: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:579:24: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:581:24: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> sadt:583:24: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
> ************* Module suspicious-source
> suspicious-source:129:13: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> ************* Module wrap-and-sort
> wrap-and-sort:139:13: W1514: Using open without explicitly specifying an
> encoding (unspecified-encoding)
> wrap-and-sort:153:41: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> wrap-and-sort:157:24: R1732: Consider using 'with' for resource-allocating
> operations (consider-using-with)
> wrap-and-sort:157:24: W1514: Using open without explicitly specifying an
> encoding (unspecified-encoding)
> wrap-and-sort:164:13: W1514: Using open without explicitly specifying an
> encoding (unspecified-encoding)
> wrap-and-sort:177:37: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> wrap-and-sort:250:13: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> wrap-and-sort:279:63: R1734: Consider using [] instead of list()
> (use-list-literal)
> wrap-and-sort:295:21: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> wrap-and-sort:300:21: C0209: Formatting a regular string which could be a
> f-string (consider-using-f-string)
> ************* Module devscripts.logger
> devscripts/logger.py:29:11: C0209: Formatting a regular string which could be
> a f-string (consider-using-f-string)
> ************* Module devscripts.control
> devscripts/control.py:52:41: C0209: Formatting a regular string which could
> be a f-string (consider-using-f-string)
> devscripts/control.py:54:19: W1514: Using open without explicitly specifying
> an encoding (unspecified-encoding)
> devscripts/control.py:55:26: R1734: Consider using [] instead of list()
> (use-list-literal)
> devscripts/control.py:54:19: R1732: Consider using 'with' for
> resource-allocating operations (consider-using-with)
> devscripts/control.py:72:23: R1732: Consider using 'with' for
> resource-allocating operations (consider-using-with)
> ************* Module devscripts.test.test_help
> devscripts/test/test_help.py:47:17: W1514: Using open without explicitly
> specifying an encoding (unspecified-encoding)
> devscripts/test/test_help.py:73:29: C0209: Formatting a regular string which
> could be a f-string (consider-using-f-string)
> devscripts/test/test_help.py:48:26: R1732: Consider using 'with' for
> resource-allocating operations (consider-using-with)
> ************* Module devscripts.test.test_pylint
> devscripts/test/test_pylint.py:49:29: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_pylint.py:68:28: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_pylint.py:71:28: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_pylint.py:73:28: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_pylint.py:50:18: R1732: Consider using 'with' for
> resource-allocating operations (consider-using-with)
> ************* Module devscripts.test.test_flake8
> devscripts/test/test_flake8.py:37:16: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_flake8.py:45:28: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_flake8.py:48:28: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_flake8.py:51:28: C0209: Formatting a regular string
> which could be a f-string (consider-using-f-string)
> devscripts/test/test_flake8.py:38:18: R1732: Consider using 'with' for
> resource-allocating operations (consider-using-with)
> ************* Module setup
> setup.py:16:15: R1732: Consider using 'with' for resource-allocating
> operations (consider-using-with)
> setup.py:20:13: W1514: Using open without explicitly specifying an encoding
> (unspecified-encoding)
> setup.py:21:20: C0209: Formatting a regular string which could be a f-string
> (consider-using-f-string)
>
> ----------------------------------------------------------------------
> Ran 11 tests in 9.190s
>
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=11 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=11 errors=0
> failures=1>
> make[3]: *** [Makefile:102: test_py] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
> make[2]: *** [Makefile:68: test_scripts] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [Makefile:43: test] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 test returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2021/11/04/devscripts_2.21.4_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.21.5
Done: Mattia Rizzolo <mat...@debian.org>
We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 998...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated devscripts package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 10 Nov 2021 15:45:35 +0100
Source: devscripts
Architecture: source
Version: 2.21.5
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Maintainers <devscri...@packages.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Closes: 688219 993585 995583 996392 996565 998542
Changes:
devscripts (2.21.5) unstable; urgency=medium
.
[ Paul Wise ]
* bts:
+ sync list of tags from the BTS debbugs config.
* grep-excuses:
+ allow passing multiple package names to -w/--wipnity. MR: !232
.
[ Daichi Fukui ]
* dpkg-depcheck:
+ Replace tempfile with mktemp. Closes: #995583
.
[ Hugh McMaster ]
* nmudiff:
+ Fix spelling of the --non-dd/--nondd options in the manpage. MR: !241
* uscan:
+ Assign $newfile_base a filename, not a URL, when filenamemangling.
Closes: #993585; MR: !235
+ Use upstream package filename in verbose output where appropriate.
.
[ Mattia Rizzolo ]
* nmudiff:
+ Apply patches from Raúl Benencia <r...@kalgan.cc> to:
- fix typo in documentation. Closes: #996392
- fix misleading delay header on non-dd use case. Closes: #996565
* uscan:
+ In the examples, use @ANY_VERSION@ and @ARCHIVE_EXT@ wherever possible.
Thanks to Bastien Roucariès for the suggestion.
+ In the examples, drop all usages of `uupdate` as "script": it is my
opinion that nowadays very few people should actually be calling
uupdate, as `gbp import-orig` or similar tools already cover that;
mixing gbp and uupdate leads to what people would not normally expect.
+ In the examples, also drop all needless usage of the "debian" version,
which is the default: it is my opion that such examples only lead to
blind cargo-culting.
* Declaratively build-depend on dh-sequence-python3 and drop --with python3.
* Bump debhelper compat level to 13.
* Fix some new pylint issues across the codebase: Closes: #998542
+ R1732: consider-using-with.
+ C0209: consider-using-f-string (prject-wide ignore).
+ R1734/R1735: use-list-literal/use-dict-literal.
+ W1514: unspecified-encoding.
.
[ Yadd ]
* Update fr translation.
* Reformat perl scripts with the new perltidy 20210717.
* uscan:
+ Add repack tests for lzma.
+ Die if filenamemangle failed. MR: !238
+ Die in case of filename conflict within the same uscan process. MR: !238
+ Add Zstandard support. For now uscan will force its repacking to
.tar.xz, at least until dpkg-source fully supports the format. MR: !122
.
[ Nicholas D Steeves ]
* d/control:
+ Suggest elpa-devscripts instead of the now dummy devscripts-el. MR: !236
.
[ Jelmer Vernooij ]
* New script!
+ deb-janitor: a command-line client for the Debian janitor API. MR: !211
Current features include scheduling a package run and retrieving a diff
of a specific run.
.
[ Kylie McClain ]
* checkbashisms:
+ Add a new option -l/--lint to make checkbashisms format its output in a
machine-parsable way normally used by editors. MR: !228
.
[ Ian Jackson ]
* grep-excuses:
+ When run with --autopkgtests (which shows test failures of the given
packages when triggered by other packages) ignore the RUNNING and
OLD_PASS states. MR: !234
.
[ Niels Thykier ]
* wrap-and-sort:
+ Make use of the new `order_after` method from python-debian if
available, for improved performance. MR: !240
.
[ Simon McVittie ]
* debdiff:
+ New option --(no-)apply-patches to diff the patched tree for 3.0(quilt)
source packages, instead of only diffing the single patches.
MR: !170; Closes: #688219; See #939602
.
[ Ville Skyttä ]
* Fix some spelling errors in code comments. MR: !243
Checksums-Sha1:
f357c4b30af11b0cdb901af0f34dcf796aa9fb58 3211 devscripts_2.21.5.dsc
0d0dfddcd9120294205a062eaf5feb2096db19cd 987636 devscripts_2.21.5.tar.xz
dfecacdbe150f12ab32c6cf0a5d8770250ce6fbf 12512
devscripts_2.21.5_amd64.buildinfo
Checksums-Sha256:
48af5dc10ef4ab81faa5e2d6d16f9fba0794c17c028b39394033f80c69fbe87a 3211
devscripts_2.21.5.dsc
f475dcc681a8f7b06209149fd565db7491e7bfb8b34aaf29005eeffef81cebb1 987636
devscripts_2.21.5.tar.xz
000f05bbc683774cf0aad8d6b75478a121467e89d29323308efa828502d50378 12512
devscripts_2.21.5_amd64.buildinfo
Files:
9cb89d54c92b2e8139fdd240d52a448a 3211 devel optional devscripts_2.21.5.dsc
f103300e605837d393d43b7bc0264554 987636 devel optional devscripts_2.21.5.tar.xz
8c5051ba58f47bf8c9fd1ef8210b79fd 12512 devel optional
devscripts_2.21.5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAmGL3W8ACgkQCBa54Yx2
K63zpBAAlE4X2eVzwG+iFefBBPIaIyXh+oqUD8Dba7tGmIYKjNpw1uKX6Je31pqQ
VQ9fkm8Vg32G9gphoBIrSSowuyRc7L1L0d1aM6dip7hZdyeJD8U8we3Ei2r+XSaj
5HxKpwGVcPlxe4FIyxplFJW8mC0HlTpMguyOjC2QHEAaWp4W43VZXrPIpYxpe5BU
Tf3G46cmGKyn9FNpRHepxRzvT+9UD6UtZq+k3Lw03R8NBqnOnWP+l1n5xin4kw/v
Is9mCqb2mAQRxSYKT8MVgKXSSzidIqWWrGNlO+3mvOQElt47pzqHiuj4abrRMwNT
iZPIRRvQ0Dug9iH1IGDUqtVsZDUb+LltJz3eXlzotTy7rUutz7rnl9Q32+RUPPCo
n5YPMgXl0KehAVKZ0kKx6IreC1Hyrhk2nI4zBf3l91998+SyG3ARXl1IuarFhP6j
2uJM6hnPJmeBDxvpfOSRLA5sJU32pjFpQXy5nBIbGVQVZxeNBD5xeZsCdUav1RfH
K/uqbvLg7zhFr4QZ0rAroWci5J8vPfoN0QBay8z1ZV1jqOipaz2oTIv81GZ+pOwT
YsTDA9QkICbrepHTnlpfsWqyhCwgkW243+3No46xzrz+1UZmeUtGT7viZaACL1BF
8O+xfqlyjglOvGmdGUkxA5gumpNemF+QKxORDzUw4j5ERJ62AVE=
=dHHm
-----END PGP SIGNATURE-----
--- End Message ---