Skip to content
Snippets Groups Projects

Update from debian/trixie for apertis/v2026dev0

Closed Dylan Aïssi requested to merge proposed-updates/debian/trixie/67836d26 into apertis/v2026dev0
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
+ 300
14
devscripts (2.24.1+apertis1) apertis; urgency=medium
* Sync from debian/trixie.
* Remaining Apertis specific changes:
- Add --date argument for specifying the changelog entry date.
- Temporarily disables the debrepro test:
dh_setup_copyright generates not reproducible metadata_all.json files.
Depending on the locale used, the generated output is sorted in a
different way. This difference makes the test fail, so disable the test
until debhelper is fixed.
- Update expected output of debuild:
dh_setup_copyright emits new messages during package building,
which makes the package_lifecycle test fail.
The expected output needs to be updated.
* Cherry-pick upstream patch:
- pylint: Add max-positional-arguments=10 to test config
* Temporarily disable uscan Svn test
-- Apertis CI <devel@lists.apertis.org> Fri, 18 Oct 2024 09:56:25 +0000
devscripts (2.24.1) unstable; urgency=medium
[ Christoph Anton Mitterer ]
* annotate-output: wholly overhauled the script. Closes: #1057963
+ Prevent variables such as `PROGNAME`, `FMT, `err` from leaking to command
+ Use exit status `127` if no program was specified.
+ Documente exit statuses
+ Improve the manpage and program usage output.
+ Add option (--raw-date-format) to allow a format string with no separator.
+ Support `--` to end option parsing.
+ Escape command name and arguments in the annotated output.
+ Include annotate-output's version information and chosen prefix format
in the annotated output.
[ Ben Hutchings ]
* uscan:
+ Allow exporting uncompressed VCS exports. Closes: #1003251; MR: !292
This is to avoid useless compress/decompress/compress cycles.
[ Christoph Berg ]
* salsa:
+ Exclude projects that are only shared with a group/user from --all.
[ Benjamin Drung ]
* debbisect:
+ Address pylint's consider-using-min-builtin.
[ Osamu Aoki ]
* dget:
+ Add deb822 *.sources support. Closes: #976673
[ Paul Wise ]
* build-rdeps:
+ Avoid Perl errors when a source has no Suite or no Codename.
+ Set the default origin to the current vendor from dpkg.
+ Check devel suite status based on chosen origin not dpkg vendor.
Allows using APT_CONFIG and an origin override to check Ubuntu chdists.
* chdist:
+ Document that the dist can come first.
+ Allow running build-rdeps, synaptic and also arbitrary commands.
+ Allow putting the dist first for the create command
[ Yadd ]
* Update French translations
* Fix broken bash_completion for salsa(1)
* uscan: improve GitHub documentation
[ Johannes Schauer Marin Rodrigues ]
* debbisect:
+ Properly handle network hiccups and clean-up half-downloaded files.
+ Pipe dpkg output into cat instead of using --no-pager, to support older
dpkg
+ run_bisect_qemu.sh: switch to debvm.
- move all the complexity to debvm, simplifying this script.
- add support for all release architectures.
+ make caching proxy an actual http proxy.
- mirror url no longer is http://127.0.0.1:$PORT but
http://snapshot.debian.org, making writing test scripts less
surprising.
- set the http_proxy variable for the script.
* debootsnap:
+ Always output tarball independent on how the output path is named
+ Create merged-/usr symlinks if necessary
+ Abort early if user does not pass a tarball name and also does not
redirect stdout to a file.
+ Improve --help output.
* bts:
+ status: preserve field order and otherwise sort keys.
* Handle some new test failures due to changed dependencies.
* Update copyright.
* build-rdeps
+ Avoid 'Use of uninitialized value' warnings by skipping unsuitable entries
* debrebuild:
+ Improve error messages.
+ Fix typo buildresults -> buildresult.
+ Download dsc using debsnap and verify its hash.
+ Set SBUILD_CONFIG to prevent user's ~/.sbuildrc leaking into the build.
+ Use mmdebstrap tar-in with --skip=tar-in/mknod to copy the tarball into
the chroot.
+ Clean up temporary files.
[ Gianfranco Costamagna ]
* uscan:
+ Fix mode=git to use the correct versioning sha when a branch is provided.
Closes: #992976
[ Otto Kekäläinen ]
* dget:
+ Improve help and man page to clarify difference to modern apt-get.
Related: 1059551
[ Paride Legovini ]
* wrap-and-sort:
+ Consisteny add --no-<action> options
+ Improve --help output by improving text consistency, always writing the
default option, and hide the now deprecated --externa-rts-parser.
+ Update manpage with the new --no-<action> arguments
+ Add support for more d/t/control DEP-8 fields: Features, Restrictions,
Tests.
[ cen ]
* debrebuild: Closes: #1063928
+ Avoid error in case of .buildinfo coming from binNMUs
+ Add missing module import.
[ Sylvestre Ledru ]
* uscan:
+ in find_watch_file, replace the deprecated `find -follow` in find by -L.
[ Michael Prokop ]
* README:
+ Update dependencies for debootsnap
* d/contro:
+ Add python3-pycurl to Suggests, used by debootsnap. Closes: #1054571
[ Agathe Porte ]
* uscan:
+ Add Fossil example.
[ g0t mi1k ]
* chdist:
+ Include kali-archive-keyring.gpg.
[ Lee Garrett ]
* d/gbp.conf: Explicitly set the Debian branch, changed from master to main.
[ Jeremy Bícha ]
* rmadison:
+ Update the URL used for Ubuntu.
[ Andrea Pappacoda ]
* mk-origtargz:
+ Support tarballs without .tar.* extension.
[ Lucas Nussbaum ]
* chdist:
+ Fix Perl warnings about deprecated given/when. Closes: #1065348
[ Bastien Roucariès ]
* uscan:
+ Improve documentation of downloading tags and releases from GitHub.
[ James McCoy ]
* Switch from "setup.py test" to "unittest discover".
Closes: #1079650
* debbisect:
+ Support redirect Location which are either paths or URLs.
+ run_bisect_qemu.sh: Pass the architecture to debvm-create.
[ Emmanuel FARHI ]
* NEW SCRIPTS:
+ deb2docker and deb2apptainer.
Build container images with the given packages.
[ Mattia Rizzolo ]
* packaging:
+ Add lintian override for very-log-line-length-in-source.
+ Change build-dependency from replaced pkg-config to pkgconf.
+ Bump Standards-Version to 4.7.0, no changes needed.
* debuild.bash_completion: appease lintian by wrapping this very long line.
-- Mattia Rizzolo <mattia@debian.org> Wed, 18 Sep 2024 20:41:19 +0200
devscripts (2.23.7) unstable; urgency=medium
[ Nicholas D Steeves ]
* debsign: Override the gpg2 default to update trustdb at what may be an
inconvenient time, because an up-to-date trustdb is not needed for this
operation (Closes: Bug#1050387)
[ Niels Thykier ]
* wrap-and-sort:
+ Add a --no-keep-first option
+ Make --keep-first the default
+ Support wrap-and-sort'ing d/control.in template files
+ Cope better with deb822 parse errors
* README:
+ Remove obsolete section about setuid wrappers
+ Remove `fakeroot` from `debclean` and `debuild` dependencies
* debuild.pl: Clarify that the `fakeroot` default comes from dpkg-buildpackage
* dpkg-genbuilddeps.sh: Remove explicit `-rfakeroot` from error message
* d/control: Remove `fakeroot` from Depends. (Closes: #1041150)
[ g0t mi1k ]
* salsa:
+ Split edit_project -> edit_project_multipart
+ Only set avatar if told too
+ Check if project is public for remote avatar
+ Set user-agent when remotely checking md5
+ List members including inherited
+ Improve some salsa messages
+ Drop --request-acc, duplicate of --request-access
+ Update doc and comments
+ Add ENVIRONMENTS, FEATURE_FLAGS, INFRASTRUCTURE, MONITOR
and SECURITY_COMPLIANCE
+ Add ENABLE_SERVICE_DESK
[ Sean Whitton ]
* debchange: For --lts uploads, use urgency=high.
[ Damyan Ivanov ]
* new default KGB webhook URL (https)
[ Yadd ]
* Update French translation
[ Jochen Sprickerhof ]
* uscan: support zstd in more cases
[ Danilo Egea Gondolfo ]
* Move libgitlab-api-v4-perl to Suggests on Ubuntu (LP: #2046242)
[ Carlos Henrique Lima Melara ]
* uscan: add optional V prefix in @ANY_VERSION@ (Closes: #1037173)
[ Gioele Barabucci ]
* build-rdeps: Use all available distros by default. Restrict to unstable/sid
only if explicitly requested via the new parameter --only-devel.
(Closes: #1032396)
[ Diego Escalante Urrelo ]
* mk-build-deps: Actually use MKBUILDDEPS_ROOTCMD
[ Christian Göttsche ]
* MkOrigtargz.pm: dump newline to same output as messages
[ Benjamin Drung ]
* mk-origtargz/uscan: replace xpi-unpack by unzip to drop mozilla-devscripts
* uscan: Update GitHub documentation to use api.github.com
(Closes: #931091, #950880, #1019696, #1040314)
[ Athos Ribeiro ]
* uscan: remove duplicated example from docs
-- Benjamin Drung <bdrung@debian.org> Tue, 12 Dec 2023 21:54:20 +0100
devscripts (2.23.6) unstable; urgency=medium
* Team upload
[ Yadd ]
* fix salsa test (Closes: #1038486)
* add dependency to libjson-perl
[ gregor herrmann ]
* test/t/salsa.pm: use JSON (Closes: #1038486)
-- Yadd <yadd@debian.org> Wed, 23 Aug 2023 07:51:13 +0400
devscripts (2.23.5) unstable; urgency=medium
[ Benjamin Drung ]
* debchange: Update to current Debian distributions (Add bookworm and trixie
and drop stretch, jessie, and wheezy) (Closes: #1037336)
* test: Unset UBUMAIL for testEncoding
* Drop debpkg to make devscripts architecture all. Instead of debpkg please
use sudo for debi (or, highly dangerous, make dpkg setuid root).
[ Guillem Jover ]
* Devscripts::Compression: Switch to new Dpkg::Compression getters
(Closes: #1027718)
[ Cyril Brulebois ]
* build-rdeps: Add support for non-free-firmware
* chdist: Update sources.list examples with non-free-firmware
[ Jussi Hakala ]
* dget: download binary packages that only come from the requested source
package (Closes: #1027962)
[ Ian Jackson ]
* grep-excuses: --autopkgtests: do not report NEUTRAL
[ Johannes Schauer Marin Rodrigues ]
* rewrite annotate-output to avoid needing temporary directory/fifos
(Closes: #919563)
-- Benjamin Drung <bdrung@debian.org> Mon, 12 Jun 2023 17:33:27 +0200
devscripts (2.23.4+deb12u1+apertis2) apertis; urgency=medium
* Temporarily disables the debrepro test:
@@ -20,19 +319,6 @@ devscripts (2.23.4+deb12u1+apertis1) apertis; urgency=medium
-- Dylan Aïssi <dylan.aissi@collabora.com> Tue, 12 Dec 2023 17:59:31 +0100
devscripts (2.23.4+deb12u1) bookworm; urgency=medium
* Team upload.
[ Bas Couwenberg ]
* Update branch in gbp.conf & Vcs-Git URL.
[ Benjamin Drung ]
* debchange: Update to current Debian distributions
(closes: #1037336, #1038389, #1043021)
-- Bas Couwenberg <sebastic@debian.org> Fri, 20 Oct 2023 18:54:42 +0200
devscripts (2.23.4+apertis3) apertis; urgency=medium
* User bookworm-backports suite for guessed distro. The current debchange
@@ -234,7 +520,7 @@ devscripts (2.23.0) unstable; urgency=medium
+ 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
unofficial ports archive ("ports"). MR: !309; Closes: #431800
[ Andrea Pappacoda ]
* uscan:
Loading