[ubuntu/lunar-proposed] devscripts 2.23.3ubuntu1 (Accepted)
Benjamin Drung
bdrung at ubuntu.com
Wed Mar 15 23:20:15 UTC 2023
devscripts (2.23.3ubuntu1) lunar; urgency=low
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on python3-pycurl on i386.
- mk-build-deps:
+ remove all output of dpkg-buildpackage with -r, not just the .deb
- Skip testing debootsnap if python3-pycurl is not available
devscripts (2.23.3) unstable; urgency=medium
[ Samuel Henrique ]
* Fix generation of the extended description (Closes: #1032337)
[ Benjamin Drung ]
* Fix complaints from pylint 2.16.2
* suspicious-source: Fix MIME type name for Python code
* Add myself to uploaders
[ Zixing Liu ]
* Salsa/check_repo: avoid dependency on Digest::MD5::File (LP: #2007279)
* Salsa/Hooks: using if-elsif chains to avoid Switch which is a deprecated
package (LP: #2007279)
[ Johannes Schauer Marin Rodrigues ]
* debootsnap:
- check to make sure that equivs-build, apt-ftparchive, mmdebstrap,
apt-get and dpkg-name exist
- allow reading package list from a file
[ Rémy Martin ]
* edit-patch: Fix failure on creating new patch (LP: #1222364)
[ Paul Wise ]
* bts: Fix mangled UTF-8 name
devscripts (2.23.2) unstable; urgency=medium
* Team upload.
[ Yadd ]
* Update French translation
[ Paul Wise ]
* wnpp-alert: Fix wnpp-alert --diff, which probably never worked
[ Benjamin Drung ]
* Format code with black 23.1 (Closes: #1031302)
* build-rdeps: Document -q in man page (Closes: #1030141)
* Update translations for recent changes
[ Jakub Wilk ]
* debchange.1: Fix uneven indentation in option list (Closes: #1031549)
devscripts (2.23.1) unstable; urgency=medium
* Team upload.
[ Jochen Sprickerhof ]
* debrelease: fix escaping in command substitution (Closes: #1030590)
[ Mattia Rizzolo ]
* Fix generation of the extended description.
Thanks to Beatrice Torracca <beatricet at libero.it>
[ Benjamin Drung ]
* debdiff-apply: Ask user to install python3-unidiff if missing
(Closes: #1029985)
devscripts (2.23.0ubuntu1) lunar; urgency=low
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on python3-pycurl on i386.
- mk-build-deps:
+ remove all output of dpkg-buildpackage with -r, not just the .deb
* Skip testing debootsnap if python3-pycurl is not available
devscripts (2.23.0) unstable; urgency=medium
* Team upload.
[ Mattia Rizzolo ]
* list-unreleased:
+ Use find(1)'s -regex filter instead of piping through grep(1).
Thanks to Akbarkhon Variskhanov <akbarkhon.variskhanov at gmail.com>
for the patch! Closes: #1012657
* dget:
+ Retain the remote mtime also with curl. Closes: #1020914
[ Niels Thykier ]
* wrap-and-sort:
+ Do not sort multi-line comments and pin a comment to the value
directly following where possible. Closes: #788998; MR: !268
+ Always apply a trailing comma when run with -t also when the field
is not being wrapped. Closes: #989785; MR: !267
+ Enable the new RTS parser by default. Closes: #820625; MR: !271
* Fix two minor python style nits. MR: !287
[ Edward Betts ]
* Remove procmail examples. Procmail is a security liability and has been
abandoned upstream for the last two decades. MR: !270
See https://anarc.at/blog/2022-03-02-procmail-considered-harmful/
[ Sebastian Dröge ]
* debcommit:
+ Pass `--no-ext-diff` to `git diff`; external diff commands can produce
output that is not handled by debcommit. MR: !266
[ Ben Finney ]
* debsign:
+ Rework the bash completion script to: MR: !265
- Fix behaviour with filenames with special characters.
- Improve the coding style.
- Correct use of Bash command completion to match file paths.
Closes: #1012156
- Correct Bash completion handling of ‘--version’ option.
Closes: #1012086
- Add Bash completion handling for more options that need it.
Closes: #1012158
[ Akbarkhon Variskhanov ]
* Shell scripts style cleanup:
+ Uniform the way the shell script discover their own name, from shelling
out to `basename` to use ${0##*/}. MR: !269
+ Place opening braces on the same line as function definitions. MR: !273
+ Remove whitespace before parentheses. MR: !273
+ Replace backquoted form of command substitution with $(). MR: !274
+ Remove the 2>/dev/null redirects from `command -v`. MR: !275
* Fix grammatical typo in salsa(1)'s man page. MR: !284
[ Américo Monteiro ]
* Update Portuguese translations. Closes: #1019170
[ Yadd ]
* uscan:
+ Fix DEHS output. Closes: #1019259; MR: !279
* Update French translation.
[ Paul Wise ]
* grep-excuses:
+ Add support for the pseudo-excuses for experimental. MR: !280
* bts:
+ Add reasons for "failing to download" errors , for easier dubug. MR: !293
* rmadison:
+ Add URL maps (`rmadison -u`) for archived releases ("archive") and
unofficial ports archive ("ports"). MR: !309
[ Andrea Pappacoda ]
* uscan:
+ Support an optional 'v' prefix in @ANY_VERSION at . MR: !281
This allows uscan to automatically look for version tags like "v1.0.2".
[ Ben Hutchings ]
* Remove use of distutils.command.clean, which no longer works. MR: !291
* debbisect, debootsnap, reproducible-check:
+ Fix new pylint warning, requiring a timeout for HTTP requests. MR: !291
[ billchenchina ]
* salsa:
+ verify the return of `git checkout` before continuing. MR: !290
[ Jochen Sprickerhof]
* bts:
+ Fix "Cc" feature (--cc-addr) that was printing the number of addresses
instead of the actual addresses. Closes: #1006951
[ Jelmer Vernooij ]
* deb-janitor:
+ Handle the `schedule` command not returning a queue position. MR: !294
+ Rename "suite" to "campaign", consistent with the service; this was done
to avoid confusion with the term 'suite' for apt repositories, which
only sometimes overlap with a campaign in the Debian Janitor. MR: !301
+ Use logging module for error output. MR: !302
+ Add status subcommand. MR: !303
+ Make source package argument optional, reading from local
debian/changelog instead. MR: !304
+ Add merge subcommand, merging changes from a campaign. MR: !305
[ g0t mi1k ]
* build system:
+ Fix build in docker due to permission issues. MR: !298
+ Fix errors reported by `podchecker` during the build. MR: !298
+ Add the missing +x bit to two perl source files. MR: !295
+ Correctly call pylint. Closes: #1027759; MR: !313
* salsa:
+ Add SALSA_REMOVE_SOURCE_BRANCH. MR: !296
+ Add SALSA_BUILD_TIMEOUT. MR: !297
+ Add/upgraded the ability to control: MR: !299
- analytics/auto_devops/builds/container_registry/forking/lfs/
packages/pages/releases/repository/request_access/requirements/
snippets/wiki
- issues/merge_requests
+ Add SALSA_REQUEST_ACCESS. MR: !319
+ Add SALSA_AVATAR_PATH. MR: !311 & !321
+ Add pipeline_schedule support. MR: !314
+ Switch the default for --all not to included archived projects.
Introduced --all-archive for original behaviour. MR: !315
+ Fix missing cache folder. MR: !317
+ Fix space issue with project name. MR: !316
[ Johannes Schauer Marin Rodrigues ]
* debbisect: MR: !306
+ Support 'now' and 'today' as datetime input.
+ Format timestamps such that they can be used as input to debbisect.
+ Allow http status 302 in addition to 301.
+ Check if script given as input is marked executable.
+ Run mmdebstrap so it can handle Debian unstable as far back as 2006-08-10.
* debbisect: MR: !320
+ provide a pty to subprocess
+ add --ignore-cached-results option
+ use the maybe-jessie-or-older and maybe-merged-usr hooks
+ require mmdebstrap (>= 1.3.0)
+ allow running with --qemu but without --depends
[ Guillem Jover ]
* debcheckout:
+ Remove all the code handling auth to alioth.debian.org. MR: !308
* po4a:
+ Update the po4a homepage links to the new location. MR: !308
[ Jelmer Vernooij ]
* rmadison: Add shorthand for janitor
[ Benjamin Drung ]
* Make Python version PEP440 compliant (LP: #1991606)
* chdist: Default to Ubuntu 22.04 "jammy" in sources.list example
(Closes: #826313)
* Do not install Python test cases
* suspicious-source: Fix detecting .vfb and .vtp
* Format Python code with black and run black during package build
* Sort Python imports with isort and run isort during package build
* Update lintian overrides
* Use f-strings and fix pylint's invalid names in most Python scripts
* Rename devscripts.version to devscripts.__version__
* Bump Standards-Version to 4.6.2
Date: Thu, 16 Mar 2023 00:11:56 +0100
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/devscripts/2.23.3ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 16 Mar 2023 00:11:56 +0100
Source: devscripts
Built-For-Profiles: noudeb
Architecture: source
Version: 2.23.3ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Closes: 788998 820625 826313 989785 1006951 1012086 1012156 1012158 1012657 1019170 1019259 1020914 1027759 1029985 1030141 1030590 1031302 1031549 1032337
Launchpad-Bugs-Fixed: 1222364 1991606 2007279
Changes:
devscripts (2.23.3ubuntu1) lunar; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on python3-pycurl on i386.
- mk-build-deps:
+ remove all output of dpkg-buildpackage with -r, not just the .deb
- Skip testing debootsnap if python3-pycurl is not available
.
devscripts (2.23.3) unstable; urgency=medium
.
[ Samuel Henrique ]
* Fix generation of the extended description (Closes: #1032337)
.
[ Benjamin Drung ]
* Fix complaints from pylint 2.16.2
* suspicious-source: Fix MIME type name for Python code
* Add myself to uploaders
.
[ Zixing Liu ]
* Salsa/check_repo: avoid dependency on Digest::MD5::File (LP: #2007279)
* Salsa/Hooks: using if-elsif chains to avoid Switch which is a deprecated
package (LP: #2007279)
.
[ Johannes Schauer Marin Rodrigues ]
* debootsnap:
- check to make sure that equivs-build, apt-ftparchive, mmdebstrap,
apt-get and dpkg-name exist
- allow reading package list from a file
.
[ Rémy Martin ]
* edit-patch: Fix failure on creating new patch (LP: #1222364)
.
[ Paul Wise ]
* bts: Fix mangled UTF-8 name
.
devscripts (2.23.2) unstable; urgency=medium
.
* Team upload.
.
[ Yadd ]
* Update French translation
.
[ Paul Wise ]
* wnpp-alert: Fix wnpp-alert --diff, which probably never worked
.
[ Benjamin Drung ]
* Format code with black 23.1 (Closes: #1031302)
* build-rdeps: Document -q in man page (Closes: #1030141)
* Update translations for recent changes
.
[ Jakub Wilk ]
* debchange.1: Fix uneven indentation in option list (Closes: #1031549)
.
devscripts (2.23.1) unstable; urgency=medium
.
* Team upload.
.
[ Jochen Sprickerhof ]
* debrelease: fix escaping in command substitution (Closes: #1030590)
.
[ Mattia Rizzolo ]
* Fix generation of the extended description.
Thanks to Beatrice Torracca <beatricet at libero.it>
.
[ Benjamin Drung ]
* debdiff-apply: Ask user to install python3-unidiff if missing
(Closes: #1029985)
.
devscripts (2.23.0ubuntu1) lunar; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- Drop build-dep on python3-pycurl on i386.
- mk-build-deps:
+ remove all output of dpkg-buildpackage with -r, not just the .deb
* Skip testing debootsnap if python3-pycurl is not available
.
devscripts (2.23.0) unstable; urgency=medium
.
* Team upload.
.
[ Mattia Rizzolo ]
* list-unreleased:
+ Use find(1)'s -regex filter instead of piping through grep(1).
Thanks to Akbarkhon Variskhanov <akbarkhon.variskhanov at gmail.com>
for the patch! Closes: #1012657
* dget:
+ Retain the remote mtime also with curl. Closes: #1020914
.
[ Niels Thykier ]
* wrap-and-sort:
+ Do not sort multi-line comments and pin a comment to the value
directly following where possible. Closes: #788998; MR: !268
+ Always apply a trailing comma when run with -t also when the field
is not being wrapped. Closes: #989785; MR: !267
+ Enable the new RTS parser by default. Closes: #820625; MR: !271
* Fix two minor python style nits. MR: !287
.
[ Edward Betts ]
* Remove procmail examples. Procmail is a security liability and has been
abandoned upstream for the last two decades. MR: !270
See https://anarc.at/blog/2022-03-02-procmail-considered-harmful/
.
[ Sebastian Dröge ]
* debcommit:
+ Pass `--no-ext-diff` to `git diff`; external diff commands can produce
output that is not handled by debcommit. MR: !266
.
[ Ben Finney ]
* debsign:
+ Rework the bash completion script to: MR: !265
- Fix behaviour with filenames with special characters.
- Improve the coding style.
- Correct use of Bash command completion to match file paths.
Closes: #1012156
- Correct Bash completion handling of ‘--version’ option.
Closes: #1012086
- Add Bash completion handling for more options that need it.
Closes: #1012158
.
[ Akbarkhon Variskhanov ]
* Shell scripts style cleanup:
+ Uniform the way the shell script discover their own name, from shelling
out to `basename` to use ${0##*/}. MR: !269
+ Place opening braces on the same line as function definitions. MR: !273
+ Remove whitespace before parentheses. MR: !273
+ Replace backquoted form of command substitution with $(). MR: !274
+ Remove the 2>/dev/null redirects from `command -v`. MR: !275
* Fix grammatical typo in salsa(1)'s man page. MR: !284
.
[ Américo Monteiro ]
* Update Portuguese translations. Closes: #1019170
.
[ Yadd ]
* uscan:
+ Fix DEHS output. Closes: #1019259; MR: !279
* Update French translation.
.
[ Paul Wise ]
* grep-excuses:
+ Add support for the pseudo-excuses for experimental. MR: !280
* bts:
+ Add reasons for "failing to download" errors , for easier dubug. MR: !293
* rmadison:
+ Add URL maps (`rmadison -u`) for archived releases ("archive") and
unofficial ports archive ("ports"). MR: !309
.
[ Andrea Pappacoda ]
* uscan:
+ Support an optional 'v' prefix in @ANY_VERSION at . MR: !281
This allows uscan to automatically look for version tags like "v1.0.2".
.
[ Ben Hutchings ]
* Remove use of distutils.command.clean, which no longer works. MR: !291
* debbisect, debootsnap, reproducible-check:
+ Fix new pylint warning, requiring a timeout for HTTP requests. MR: !291
.
[ billchenchina ]
* salsa:
+ verify the return of `git checkout` before continuing. MR: !290
.
[ Jochen Sprickerhof]
* bts:
+ Fix "Cc" feature (--cc-addr) that was printing the number of addresses
instead of the actual addresses. Closes: #1006951
.
[ Jelmer Vernooij ]
* deb-janitor:
+ Handle the `schedule` command not returning a queue position. MR: !294
+ Rename "suite" to "campaign", consistent with the service; this was done
to avoid confusion with the term 'suite' for apt repositories, which
only sometimes overlap with a campaign in the Debian Janitor. MR: !301
+ Use logging module for error output. MR: !302
+ Add status subcommand. MR: !303
+ Make source package argument optional, reading from local
debian/changelog instead. MR: !304
+ Add merge subcommand, merging changes from a campaign. MR: !305
.
[ g0t mi1k ]
* build system:
+ Fix build in docker due to permission issues. MR: !298
+ Fix errors reported by `podchecker` during the build. MR: !298
+ Add the missing +x bit to two perl source files. MR: !295
+ Correctly call pylint. Closes: #1027759; MR: !313
* salsa:
+ Add SALSA_REMOVE_SOURCE_BRANCH. MR: !296
+ Add SALSA_BUILD_TIMEOUT. MR: !297
+ Add/upgraded the ability to control: MR: !299
- analytics/auto_devops/builds/container_registry/forking/lfs/
packages/pages/releases/repository/request_access/requirements/
snippets/wiki
- issues/merge_requests
+ Add SALSA_REQUEST_ACCESS. MR: !319
+ Add SALSA_AVATAR_PATH. MR: !311 & !321
+ Add pipeline_schedule support. MR: !314
+ Switch the default for --all not to included archived projects.
Introduced --all-archive for original behaviour. MR: !315
+ Fix missing cache folder. MR: !317
+ Fix space issue with project name. MR: !316
.
[ Johannes Schauer Marin Rodrigues ]
* debbisect: MR: !306
+ Support 'now' and 'today' as datetime input.
+ Format timestamps such that they can be used as input to debbisect.
+ Allow http status 302 in addition to 301.
+ Check if script given as input is marked executable.
+ Run mmdebstrap so it can handle Debian unstable as far back as 2006-08-10.
* debbisect: MR: !320
+ provide a pty to subprocess
+ add --ignore-cached-results option
+ use the maybe-jessie-or-older and maybe-merged-usr hooks
+ require mmdebstrap (>= 1.3.0)
+ allow running with --qemu but without --depends
.
[ Guillem Jover ]
* debcheckout:
+ Remove all the code handling auth to alioth.debian.org. MR: !308
* po4a:
+ Update the po4a homepage links to the new location. MR: !308
.
[ Jelmer Vernooij ]
* rmadison: Add shorthand for janitor
.
[ Benjamin Drung ]
* Make Python version PEP440 compliant (LP: #1991606)
* chdist: Default to Ubuntu 22.04 "jammy" in sources.list example
(Closes: #826313)
* Do not install Python test cases
* suspicious-source: Fix detecting .vfb and .vtp
* Format Python code with black and run black during package build
* Sort Python imports with isort and run isort during package build
* Update lintian overrides
* Use f-strings and fix pylint's invalid names in most Python scripts
* Rename devscripts.version to devscripts.__version__
* Bump Standards-Version to 4.6.2
Checksums-Sha1:
fc8dc5ffb2b7f917cfe31fdaeeb06b74b820797f 3460 devscripts_2.23.3ubuntu1.dsc
ad7a5c09ab404dcce2f0a9b4239fd20ec2513946 995520 devscripts_2.23.3ubuntu1.tar.xz
dac08351cb7936e516a26ff5ac023937bc44191d 17571 devscripts_2.23.3ubuntu1_source.buildinfo
Checksums-Sha256:
c0a3674978e35848105f71a974980ff9989b6c9b91d4196f9e2daaf3cc16dfe6 3460 devscripts_2.23.3ubuntu1.dsc
43a212a0abfaf0f5ba852378e2c68a39f02b21fe5b8ce3bed7ba0493e4efd3a7 995520 devscripts_2.23.3ubuntu1.tar.xz
0aa6f8edbacb6cc22c6fa3bc9902c40aeb324e461afd43a74046e9de96f87283 17571 devscripts_2.23.3ubuntu1_source.buildinfo
Files:
048c9ef74a84c82fed1d255b9d5377ca 3460 devel optional devscripts_2.23.3ubuntu1.dsc
53f7f2c69c874d1086afc1b99ad19ba1 995520 devel optional devscripts_2.23.3ubuntu1.tar.xz
40c06f4f6e0fc188a7f8b05392bd1e9e 17571 devel optional devscripts_2.23.3ubuntu1_source.buildinfo
Original-Maintainer: Devscripts Maintainers <devscripts at packages.debian.org>
More information about the lunar-changes
mailing list