Debian Package Tracker
Register | Log in
Subscribe

devscripts

scripts to make the life of a Debian Package maintainer easier

Choose email to subscribe with

general
  • source: devscripts (main)
  • version: 2.25.15
  • maintainer: Devscripts Maintainers (DMD)
  • uploaders: Mattia Rizzolo [DMD] – Holger Levsen [DMD] – Benjamin Drung [DMD]
  • arch: all
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 2.21.3+deb11u1
  • old-bpo: 2.22.2~bpo11+1
  • stable: 2.23.4+deb12u2
  • stable-bpo: 2.25.15~bpo12+1
  • testing: 2.25.15
  • unstable: 2.25.15
  • exp: 2.25.16
versioned links
  • 2.21.3+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.22.2~bpo11+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.23.4+deb12u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.25.15~bpo12+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.25.15: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.25.16: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • devscripts (506 bugs: 1, 193, 312, 0)
action needed
1 security issue in trixie high

There is 1 open security issue in trixie.

1 important issue:
  • TEMP-1109251-65B721:
Created: 2025-07-14 Last update: 2025-07-14 17:03
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • TEMP-1109251-65B721:
Created: 2025-07-14 Last update: 2025-07-14 17:03
1 security issue in bullseye high

There is 1 open security issue in bullseye.

1 important issue:
  • TEMP-1109251-65B721:
Created: 2025-07-14 Last update: 2025-07-14 17:03
1 security issue in bookworm high

There is 1 open security issue in bookworm.

1 important issue:
  • TEMP-1109251-65B721:
Created: 2025-07-14 Last update: 2025-07-14 17:03
Depends on packages which need a new maintainer normal
The packages that devscripts depends on which need a new maintainer are:
  • docbook-xsl (#802370)
    • Build-Depends: docbook-xsl
  • svn-buildpackage (#726770)
    • Suggests: svn-buildpackage
Created: 2019-11-22 Last update: 2025-07-22 07:31
45 bugs tagged patch in the BTS normal
The BTS contains patches fixing 45 bugs (47 if counting merged bugs), consider including or untagging them.
Created: 2025-01-06 Last update: 2025-07-22 07:00
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2025-05-10 Last update: 2025-07-22 06:30
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 2.25.17, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 60ae7f2f9141f412583fdfe85eee04d1516a80cc
Merge: 52b390b1 5bf65da1
Author: Yadd <yadd@debian.org>
Date:   Mon Jul 21 21:16:22 2025 +0200

    Merge remote-tracking branch 'nabijaczleweli/codeberg'

commit 52b390b1448d2f689c1d97932ab459874f945f19
Merge: 61dc8706 53f0941c
Author: Yadd <yadd@debian.org>
Date:   Mon Jul 21 21:08:10 2025 +0200

    Merge remote-tracking branch 'jcowgill/mkorigtargz-files-included-fix'

commit 61dc87065dc13298fc9cb688f38986085e308e98
Author: James Cowgill <jcowgill@debian.org>
Date:   Sat Nov 30 16:12:14 2024 +0000

    uscan: Add an example using the Files-Included stanza
    
    Closes: #977795

commit fe0cee98b46447009bb00c73451672e4d72625cb
Author: James Cowgill <jcowgill@debian.org>
Date:   Sat Nov 30 16:00:54 2024 +0000

    uscan: Fix indentation in copyright file examples

commit dbd026b3f5e279df311f7ab2dc38466bded46775
Author: James Cowgill <jcowgill@debian.org>
Date:   Sat Nov 30 15:41:24 2024 +0000

    mk-origtargz: Document --include-file option

commit 53f0941c21d89d9b8ac0fa1f18d6edf6b564d0e9
Author: James Cowgill <jcowgill@debian.org>
Date:   Sat Nov 30 15:18:16 2024 +0000

    mk-origtargz: Add a test for Files-Included-<component>

commit fe28206546c99e2c3e319119c7957316f2f52b24
Author: James Cowgill <jcowgill@debian.org>
Date:   Sat Nov 30 13:25:47 2024 +0000

    mk-origtargz: Exclude empty directories when using Files-Included
    
    If we include a subdirectory of a previously excluded directory, we
    need to make sure the parent directories are kept as well. Currently
    every directory under an excluded directory is probably going to be
    kept due to this regex:
    
        $ignore_exclude =~ $info->{regex}
    
    which will match if an included glob pattern is a file inside an
    excluded directory pattern.
    
    Fix this by replacing the old regex mechanism with an extra step that
    "undeletes" all parent directories of an included file.
    
    This commit also:
    * Tweaks the `Files-Included` regex to match `Files-Excluded`.
    * Moves the glob to regex conversion out of the loop so that errors
      are handled properly.
    
    Closes: #1021287

commit 92dae4500b2a1f81293338df699be7e0bc9116f2
Author: Yadd <yadd@debian.org>
Date:   Mon Jul 21 18:08:59 2025 +0200

    uscan: apply pagemangle also when searchmode=plain
    
    Closes: #1057773

commit fba79d38af5ca83a1bbdab541932f6383f7a7f02
Author: Yadd <yadd@debian.org>
Date:   Mon Jul 21 12:30:40 2025 +0200

    uscan: fix some debug messages

commit 65dd37f7f35b1a7fba13945e0d27e792386d1c7a
Author: Yadd <yadd@debian.org>
Date:   Mon Jul 21 02:39:57 2025 +0200

    Replace gpg by gnupg into dependencies
    
    Closes: #1109607

commit 64b03f49cd33a00514359d1b15dea2b4beee7c57
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 12:16:05 2025 +0200

    Prepare changelog for 2.25.17

commit 8dec110dcae70fc12146a27940722261cc8b7a3e
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 12:14:52 2025 +0200

    Fix salsa autocompletion

commit 22d7aee1d9c3c303196601924c21a00e318fccd0
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 12:09:52 2025 +0200

    releasing package devscripts version 2.25.16

commit 4a029a637e58f956f79ac1848453c1ee4cac7eee
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 10:32:04 2025 +0200

    Update French translation

commit e5f36586c9e0ed6a88425c9ac87ddccf1a45bacb
Merge: f27ccd8e ab93cac1
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 10:20:33 2025 +0200

    Merge remote-tracking branch 'origin/default-dir-for-salsa'

commit ab93cac10d2b8bbb539f72ed9feea2e75fcd0299
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 10:19:32 2025 +0200

    Missing file

commit f27ccd8e286f01d010cc9008caf9b53f2b72e76b
Merge: 5a961a38 6a82a9bc
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 10:15:41 2025 +0200

    Merge remote-tracking branch 'nickbroon/uscan_headers_fix'

commit 5a961a38c72274841760d22d8ceddbd13416028c
Merge: c7967785 c5d0725e
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 10:11:41 2025 +0200

    Merge remote-tracking branch 'origin/better-uscan-test'

commit c7967785580cb6320160558414fe24b362fcff83
Merge: 3a7cdd5c 108f0b46
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 10:09:18 2025 +0200

    Merge branch 'uscan-version-5'

commit c5d0725e66b226efe8094c4ddd03786e574b0843
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 11:41:03 2025 +0400

    Add liblwp-protocol-psgi-perl in autopkgtest dependencies

commit 108f0b46207beb48b4452b08ac6f9972317defca
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 08:20:43 2025 +0200

    Missing test declaration

commit 6e6256ded21345d9c83da670c4efb10e44a6095c
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 07:21:10 2025 +0200

    Rename WatchFile into WatchSource

commit db2dc186131aa525012b2745559f74f75d6e43c7
Author: Yadd <yadd@debian.org>
Date:   Sat Jul 19 16:46:27 2025 +0200

    Add salsa command to update debian/watch to version 5

commit 3a4c8b88360d14d4e22b78e32df748bc1fcbef61
Author: Yadd <yadd@debian.org>
Date:   Sat Jul 19 13:56:23 2025 +0200

    Improve manpages

commit 1cef4c63ea78e72d8685dd8e2b9d6daa956e7a6c
Author: Yadd <yadd@debian.org>
Date:   Sat Jul 19 12:32:42 2025 +0200

    Document Version-Schema and Version-Constraint

commit 4bdc33f531d7485bd68a1f6ba75a6a05aaa77e85
Author: Yadd <yadd@debian.org>
Date:   Sat Jul 19 11:38:21 2025 +0200

    Create manpage for version 5

commit b9b59fe24735b965122b851512594a019150cbf2
Author: Yadd <yadd@debian.org>
Date:   Fri Jul 18 10:07:30 2025 +0200

    Various little fixes

commit b9b677a3bfef01b2e46499b382627e452cfa106c
Author: Yadd <yadd@debian.org>
Date:   Wed Jul 16 20:01:58 2025 +0200

    tidy (later to help review)

commit a9b4e6f0194073e9ba0fe1cd8f5dec0655cb3a35
Author: Yadd <yadd@debian.org>
Date:   Wed Jul 16 18:53:55 2025 +0200

    uscan: force Version-Schema to "group" for main watchsource when Version-Schema is "checksum"

commit e461cf203c1bcc270cd19636d8fe502d50420582
Author: Yadd <yadd@debian.org>
Date:   Wed Jul 16 10:18:57 2025 +0200

    Uscan version 5

commit 3a7cdd5c2fb85a930bdc6f56bcbc0500590300e4
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 07:57:35 2025 +0200

    Better uscan test framework based on LWP::Protocol::PSGI

commit 3786d357c46d641acdfd17620c6cc022b71142d1
Author: Yadd <yadd@debian.org>
Date:   Sun Jul 20 08:10:34 2025 +0200

    Add recommended dependency to libio-string-perl (used by uscan/http)

commit e613dac5483dbd96b162a2d3f5b942747b367381
Author: Hugh McMaster <hmc@debian.org>
Date:   Sat Jul 19 22:01:52 2025 +1000

    uscan/Downloader.pm: perltidy update

commit ee7ff9b2eac6c0381c52a0dfe1b18b7d5f09a1e2
Author: Hugh McMaster <hmc@debian.org>
Date:   Wed Jul 9 21:42:42 2025 +1000

    test/test_uscan_git: Add tests to clone from HEAD with submodules

commit 657800f914f9dc4df825c49a36d481a7fcc7f6c2
Author: Hugh McMaster <hmc@debian.org>
Date:   Wed Jul 9 21:20:31 2025 +1000

    test/test_uscan_git: Update submodule test names

commit 030dd53bb60a9560a5b5eafe1d2b7619f2f16bda
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Jul 6 20:57:36 2025 +1000

    uscan/git.pm: Support cloning of versionless repositories with submodules
    
    Submodules are cloned into the main repository in uscan's download step.

commit ffbb8cf073503be9419e6343de36dc7eae5b6890
Author: Hugh McMaster <hmc@debian.org>
Date:   Thu Jul 3 22:53:40 2025 +1000

    uscan/git.pm: Refactor '$newversion' generation

commit 506623c0500b1e98c598853687d939920ea33b53
Author: Hugh McMaster <hmc@debian.org>
Date:   Wed Jul 2 23:16:41 2025 +1000

    uscan/git.pm: Refactor code to clone versionless repositories

commit 090314d301b98dfae6a5e4974548b3c2be43ec53
Author: Hugh McMaster <hmc@debian.org>
Date:   Wed Jul 2 22:03:34 2025 +1000

    uscan/Downloader.pm: Clone main git repository and submodules separately

commit d0f8e77020beefefeff7fdb0d9e3a5ae374d92f8
Author: Yadd <yadd@debian.org>
Date:   Wed Jul 16 18:17:44 2025 +0200

    Add more git debug

commit 6a82a9bcb991c300fc43f6bf77fce14158e326f7
Author: Nick Brown <nickbroon@graphiant.com>
Date:   Tue Jul 15 20:14:47 2025 +0100

    uscan: correct setting of request headers
    
    Looks like was a copy/paste error from `Downloader.pm` -> `download` in
    e4405d44fbf5c5ed92d1cf343f7217131b032a59. In `http.pm` -> `http_search`
    the headers are in the `downloader` object and the foreach loop is
    actually walking those. But all headers were being set to an empty value
    as `self->headers{$k}` didn't exist.

commit 0add9aa914d409588f1a9e58584c34042582474f
Author: Mechtilde <mechtilde@debian.org>
Date:   Fri Jul 11 14:24:45 2025 +0200

    Improved the German translation of the manpage for the tool bts
    
    (cherry picked from commit a3540f011b3a9812c1a33913be2e74a37a17bb3a)
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 07de0df039c5b4c86dfc2135a29eeae39b0f294e
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon Jun 16 10:07:32 2025 +0200

    Start 2.25.16 development.
    
    d/changelog entries will be written on release
    using the git commit messages.
    
    Use 'gbp dch --since v2.25.15 --multimaint-merge'
    to write d/changelog entries since that last release.
    
    Gbp-Dch: ignore
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 132a11a35cb9ad46dce580f038bad406b9ae8550
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon Jun 16 09:50:21 2025 +0200

    release as 2.25.15
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit b6e5afb180396ca0ed77482718be87a57669826b
Author: Yadd <yadd@debian.org>
Date:   Fri Jun 13 15:15:41 2025 +0200

    Update French translation

commit eaf741bbe6f61e32978ffe53c1e77bc5de720488
Author: Yadd <yadd@debian.org>
Date:   Mon Jun 2 18:23:16 2025 +0200

    [salsa] Use current repository if project is missing (check_repo, del_repo, forks, last_ci_status, and merge_requests) and add "path" subcommand

commit 1e6fc9e16bcf7657912647058bf512d2d279a7f8
Author: Yadd <yadd@debian.org>
Date:   Mon Jun 2 18:36:08 2025 +0200

    Fix optional salsa test

commit d4c4fe4b32bea88ed64bdce3fea044339510b087
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon May 26 17:43:42 2025 +0200

    Start 2.25.15 development.
    
    d/changelog entries will be written on release
    using the git commit messages.
    
    Use 'gbp dch --since v2.25.14 --multimaint-merge'
    to write d/changelog entries since that last release.
    
    Gbp-Dch: ignore
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit f5830eabdee49a5ffc6124535e3131ca00fe0a8b
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon May 26 17:39:50 2025 +0200

    release as 2.25.14
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit d985943688f6109d2a5a998f8bc3725996dabbbe
Author: Holger Levsen <holger@layer-acht.org>
Date:   Sun May 25 17:46:37 2025 +0200

    scripts/Makefile: also clean the build directory on clean. (see #1106532)
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 0017b76076925151e0ee7da2ff31773c7e0d61e3
Author: Holger Levsen <holger@layer-acht.org>
Date:   Thu May 22 16:27:46 2025 +0200

    Start 2.25.14 development.
    
    d/changelog entries will be written on release
    using the git commit messages.
    
    Use 'gbp dch --since v2.25.13 --multimaint-merge'
    to write d/changelog entries since that last release.
    
    Gbp-Dch: ignore
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit b91d23b158a9c84b2b42745ea0c18e4f80527346
Author: Holger Levsen <holger@layer-acht.org>
Date:   Thu May 22 16:17:33 2025 +0200

    release as 2.25.13
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 0362ac2326303e3342de9cb56831f6b595c072e3
Author: Jochen Sprickerhof <jspricke@debian.org>
Date:   Mon May 12 14:32:32 2025 +0200

    scripts/devscripts/proxy.py: ignore zero size files in cache
    
    (cherry picked from commit 18ce86ae852a1e64f353fd99019eadf30815e27c)
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit f37722d7c172b0cf009b872265a86b2001678d1a
Author: Andreas Tille <tille@debian.org>
Date:   Tue May 20 15:48:47 2025 +0200

    debcommit: Prefer Git over SVN or CVS. Closes: #1106159
    
    this sometimes is useful when upstream has some remainings of these other
    version control systems.
    
    (cherry picked from commit 09750721e6c0efeb7db13262285f975967116187)
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 4993265331fd961c7103c630ade90c8a09d89fec
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon May 19 09:43:19 2025 +0200

    Update po4a.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 28fb7f7d599fa69be6585799542bbedaa70e917c
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon May 19 09:39:52 2025 +0200

    Update Portuguese translation, thanks to Américo Monteiro. Closes: #1105959
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit c046cf938e4f806ac05a0bb502d95b4df8e72ddf
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon May 12 17:58:00 2025 +0200

    Update French translation, thanks to Julien Plissonneau Duquène/MR503
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 123effa0e6b24546f6fdd4310373f7de2e64348d
Author: Holger Levsen <holger@layer-acht.org>
Date:   Mon May 12 17:55:16 2025 +0200

    mass-bug: fix typo in manpage, thanks to Julien Plissonneau Duquène.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit c4a1e95c8bac2133a915f8a072d47fba771f2d49
Author: Holger Levsen <holger@layer-acht.org>
Date:   Sun May 11 14:39:57 2025 +0200

    Start 2.25.13 development.
    
    d/changelog entries will be written on release
    using the git commit messages.
    
    Use 'gbp dch --since v2.25.12 --multimaint-merge'
    to write d/changelog entries since that last release.
    
    Gbp-Dch: ignore
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 0b6db1d3d09af367e12f0d2ecee1b85a7722e38e
Author: Holger Levsen <holger@layer-acht.org>
Date:   Sun May 11 13:51:19 2025 +0200

    release as 2.25.12
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 2d9d9d3ebf1dd8b1374599917a0432b3cbaa1f57
Author: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date:   Sun May 11 12:06:46 2025 +0200

    scripts/debrebuild.pl: Make sure that each print statement flushes standard output.
    
    This avoid having to manually flush when printing strings that do not
    end in a newline.
    
    (cherry picked from commit 96e7c8c94dd21876fe13198e7d7f78e968a21618)
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 02a9f84d149a307098ff61ea3dc034d03c508153
Author: Otto Kekäläinen <otto@debian.org>
Date:   Sat Mar 1 20:09:19 2025 -0800

    test/test_mk-origtargz: Strip ANSI color to avoid sporadic failures
    
    The test was occasionally failing with error:
    
    ASSERT:error output of mk-origtargz ../foo-0.1.tar.gz --repack
     expected:<tar: This does not look like a tar archive
    tar: Skipping to next header
    tar: Exiting with failure status due to previous errors
    mk-origtargz: error: tar --list --auto-compress --file ../foo_0.1.orig.tar.xz subprocess returned exit status 2> but was:<tar: This does not lo
    
    In the error message the output was identical. However, when passed via
    hexdump it is evident that the output had ANSI color codes, resulting
    in the assertion failing:
    
    == HEX DUMP OF EXPECTED STDERR ==
    00000000  74 61 72 3a 20 54 68 69  73 20 64 6f 65 73 20 6e  |tar: This does n|
    00000010  6f 74 20 6c 6f 6f 6b 20  6c 69 6b 65 20 61 20 74  |ot look like a t|
    00000020  61 72 20 61 72 63 68 69  76 65 0a 74 61 72 3a 20  |ar archive.tar: |
    00000030  53 6b 69 70 70 69 6e 67  20 74 6f 20 6e 65 78 74  |Skipping to next|
    00000040  20 68 65 61 64 65 72 0a  74 61 72 3a 20 45 78 69  | header.tar: Exi|
    00000050  74 69 6e 67 20 77 69 74  68 20 66 61 69 6c 75 72  |ting with failur|
    00000060  65 20 73 74 61 74 75 73  20 64 75 65 20 74 6f 20  |e status due to |
    00000070  70 72 65 76 69 6f 75 73  20 65 72 72 6f 72 73 0a  |previous errors.|
    00000080  6d 6b 2d 6f 72 69 67 74  61 72 67 7a 3a 20 65 72  |mk-origtargz: er|
    00000090  72 6f 72 3a 20 74 61 72  20 2d 2d 6c 69 73 74 20  |ror: tar --list |
    000000a0  2d 2d 61 75 74 6f 2d 63  6f 6d 70 72 65 73 73 20  |--auto-compress |
    000000b0  2d 2d 66 69 6c 65 20 2e  2e 2f 66 6f 6f 5f 30 2e  |--file ../foo_0.|
    000000c0  31 2e 6f 72 69 67 2e 74  61 72 2e 78 7a 20 73 75  |1.orig.tar.xz su|
    000000d0  62 70 72 6f 63 65 73 73  20 72 65 74 75 72 6e 65  |bprocess returne|
    000000e0  64 20 65 78 69 74 20 73  74 61 74 75 73 20 32 0a  |d exit status 2.|
    000000f0
    == HEX DUMP OF ACTUAL STDERR ==
    00000000  74 61 72 3a 20 54 68 69  73 20 64 6f 65 73 20 6e  |tar: This does n|
    00000010  6f 74 20 6c 6f 6f 6b 20  6c 69 6b 65 20 61 20 74  |ot look like a t|
    00000020  61 72 20 61 72 63 68 69  76 65 0a 74 61 72 3a 20  |ar archive.tar: |
    00000030  53 6b 69 70 70 69 6e 67  20 74 6f 20 6e 65 78 74  |Skipping to next|
    00000040  20 68 65 61 64 65 72 0a  74 61 72 3a 20 45 78 69  | header.tar: Exi|
    00000050  74 69 6e 67 20 77 69 74  68 20 66 61 69 6c 75 72  |ting with failur|
    00000060  65 20 73 74 61 74 75 73  20 64 75 65 20 74 6f 20  |e status due to |
    00000070  70 72 65 76 69 6f 75 73  20 65 72 72 6f 72 73 0a  |previous errors.|
    00000080  1b 5b 31 6d 6d 6b 2d 6f  72 69 67 74 61 72 67 7a  |.[1mmk-origtargz|
    00000090  3a 20 1b 5b 30 6d 1b 5b  31 3b 33 31 6d 65 72 72  |: .[0m.[1;31merr|
    000000a0  6f 72 1b 5b 30 6d 3a 20  74 61 72 20 2d 2d 6c 69  |or.[0m: tar --li|
    000000b0  73 74 20 2d 2d 61 75 74  6f 2d 63 6f 6d 70 72 65  |st --auto-compre|
    000000c0  73 73 20 2d 2d 66 69 6c  65 20 2e 2e 2f 66 6f 6f  |ss --file ../foo|
    000000d0  5f 30 2e 31 2e 6f 72 69  67 2e 74 61 72 2e 78 7a  |_0.1.orig.tar.xz|
    000000e0  20 73 75 62 70 72 6f 63  65 73 73 20 72 65 74 75  | subprocess retu|
    000000f0  72 6e 65 64 20 65 78 69  74 20 73 74 61 74 75 73  |rned exit status|
    00000100  20 32 0a                                          | 2.|
    00000103
    == STRING LENGTHS ==
    Expected length: 239
    Actual length: 258
    
    Fix this by stripping all ANSI color codes from output before asserting
    if they are equal.
    
    (cherry picked from commit e112b3fa76ae81ecdec4bb3cbc8952cff46bf091)
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit d2b20eeb2eded58ef3f3c891f15d59bf5ad27042
Author: Paride Legovini <paride@debian.org>
Date:   Fri May 9 10:38:53 2025 +0200

    rmadison: update Ubuntu URL in docs
    
    The URL for Ubuntu used by rmadisod was updates in be69547ae977,
    but the docs were not updated accordingly.
    
    (cherry picked from commit a579de197eac0fa1b4e8e200718fefec67f51751)
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 74e3097c709d82f2ce593154cc43dd8f80898a38
Author: Dorle Osterode <dorle.osterode@mailbox.org>
Date:   Thu May 1 12:51:41 2025 +0200

    (de) po4a/po/de.po: Update translation
    
    Update translation for build-rdeps man page.

commit 176c42009d08606977f1387e5fae3471aa28ed54
Author: Dorle Osterode <dorle.osterode@mailbox.org>
Date:   Sun May 4 18:37:13 2025 +0200

    Update po4a.

commit 227c5bdd3f3a7b2eaeed459fafdb067ccac1dcdd
Author: Dorle Osterode <dorle.osterode@mailbox.org>
Date:   Sun May 4 18:18:36 2025 +0200

    scripts/deb2apptainer.1: Fix highlighting of synopsis.

commit b3cdb10e251211899b4d3bc025e83d68f3fbfc57
Author: Dorle Osterode <dorle.osterode@mailbox.org>
Date:   Sun May 4 15:28:16 2025 +0200

    scripts/deb2apptainer.1: Fix deb2apptainer man page synopsis.

commit bf80db4e174f52e32b3b8e164ed1c16c32e291df
Author: Chris Hofstaedtler <zeha@debian.org>
Date:   Wed Apr 30 14:44:33 2025 +0200

    debbisect: fix example
    
    Signed-off-by: Chris Hofstaedtler <zeha@debian.org>

commit 8f56a25bd251e328d8014522450d591a9e2854ef
Author: Christopher Bock <christopher@bocki.com>
Date:   Thu Apr 24 16:01:12 2025 +0200

    rmadison: add alias for table=all
    
    Signed-off-by: Chris Hofstaedtler <zeha@debian.org>

commit 1ff166d1ddc646a44eed3a73ca70ff6c0a524d47
Author: Holger Levsen <holger@layer-acht.org>
Date:   Tue Apr 29 21:41:12 2025 +0200

    Start 2.25.12 development.
    
    d/changelog entries will be written on release
    using the git commit messages.
    
    Use 'gbp dch --since v2.25.11 --multimaint-merge'
    to write d/changelog entries since that last release.
    
    Gbp-Dch: ignore
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit fe0012576911a297c312523e62512ebe3ef95f22
Author: Holger Levsen <holger@layer-acht.org>
Date:   Tue Apr 29 21:39:12 2025 +0200

    release as 2.25.11
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 4013e699f3a6f35a0842c9ade77aa160b56b8f64
Author: Holger Levsen <holger@layer-acht.org>
Date:   Tue Apr 29 17:25:08 2025 +0200

    Update po4a.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 24eb2c35e865a9e9c5eb277e5c2abe6a30ca3bc0
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date:   Fri Apr 25 12:17:17 2025 +0100

    Add debian-tag2upload-keyring to Recommends
    
    This is a small leaf package, needed for dscverify to work with
    tag2upload-generated uploads.
    
    Add it alongside debian-keyring.

commit f988e4ecc07ced66eb9ca8c5eee5072e4b3f4289
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date:   Fri Apr 25 12:06:03 2025 +0100

    dscverify: Look in the t2u keyring, if it is installed

commit 3682f6ca68e8b34aa85233c01c684427450e8895
Author: Holger Levsen <holger@layer-acht.org>
Date:   Tue Apr 29 12:13:28 2025 +0200

    Update po4a.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit f444240e14caaa0cdd1a0894825560e84f9ed3bf
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Apr 27 15:32:59 2025 +1000

    uscan/WatchLine.pm: Remove suffixed tarball in --overwrite-download mode
    
    Compressing a tarball created from a git repository will fail when
    uscan is run in --overwrite-download (-ddd) mode unless the
    destination file is deleted beforehand.

commit 8a8957c461d510d1ad1674f3f4450aed6ff2f627
Author: Hugh McMaster <hmc@debian.org>
Date:   Mon Apr 14 21:00:53 2025 +1000

    uscan/WatchLine.pm: Pass $self->gitrepo_dir to the downloader

commit 0784072d893b5d176e043866e8a1dc5f38d6d92a
Merge: fa749e2a 241728bf
Author: Yadd <yadd@debian.org>
Date:   Sun Apr 27 22:08:17 2025 +0200

    Merge remote-tracking branch 'hmc/git-submodules'

commit fa749e2ad421b0b6edb66bcf9ba984605eb1ab50
Author: Chris Hofstaedtler <zeha@debian.org>
Date:   Sun Apr 27 18:37:19 2025 +0200

    Update po4a
    
    Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
    
    Gbp-Dch: ignore

commit 075586cda1f954b2e5661d8d8d6731054ca83b08
Author: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Date:   Fri Nov 29 10:09:06 2024 +0100

    scripts/uscan.pl: document ~cs
    
    Signed-off-by: Chris Hofstaedtler <zeha@debian.org>

commit 2c0880407fdf9631fc5718cf0e5b170f6bf3bc5a
Author: Holger Levsen <holger@layer-acht.org>
Date:   Sun Apr 27 16:29:00 2025 +0200

    Update po4a.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 0d776e57065d707e3c4f1354045bc833a4fd16fe
Author: Roland Mas <roland.mas@entierement.net>
Date:   Sat Mar 22 14:51:22 2025 +0100

    salsa: allow invoking checkout with a full URL
    
    This allows copy-pasting an URL from tracker.d.o, for instance,
    without having to manually trim the https://salsa.debian.org/ prefix
    or the .git suffix.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 241728bfbc94ddd681d6f304d127c102453c7be1
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Apr 27 19:31:27 2025 +1000

    test/test_uscan_git: Add tests for git repositories with submodules

commit dac691f47bb334bec1a35bfbc0481031b1cc1341
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Apr 27 19:12:35 2025 +1000

    test/test_uscan_git: Support custom repository paths

commit 7ebb3131abb8ea69bab1c23faf5dd1a95b48bb59
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Apr 27 19:10:02 2025 +1000

    test/test_uscan_git: Simplify debian/watch creation

commit 85488904688dd961799be90c3a6e0117dcf8d4dd
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Apr 27 18:51:24 2025 +1000

    test/test_uscan_git: Separate spawnGitRepo() from makeDebianDir()

commit 61542927cf028053d597b1e2c0936d76c9d0ffc9
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Apr 27 18:40:52 2025 +1000

    test/test_uscan_git: Reorder tests

commit 57d76d71816f748c7fcde87da59790f9f38bdbbf
Author: Hugh McMaster <hmc@debian.org>
Date:   Sun Apr 27 18:38:14 2025 +1000

    test/test_uscan_git: Replace helperLaunch() with makeDebianDir*()

commit ab80f2866d9a806627eb452da51e66fc6f3f771c
Author: Hugh McMaster <hmc@debian.org>
Date:   Fri Apr 25 16:05:57 2025 +1000

    test/test_uscan_git: Create $destdir in the new $TEMP_PKG_DIR for clean-up
    
    testGitSignedTagWithDestDir() currently creates $destdir from the old
    $TEMP_PKG_DIR path. However, $TEMP_PKG_DIR is updated by makeDebianDir()
    shortly after, meaning $destdir is not cleaned up when the test ends.
    
    This patch fixes the order of operations to ensure $destdir is cleaned
    up correctly.

commit 243074fcc1003e882e929b9b1283d59486af71a1
Author: Hugh McMaster <hmc@debian.org>
Date:   Fri Apr 25 16:03:11 2025 +1000

    test/test_uscan_git: Run tests from a separate function

commit 51472e81bf7a7842ce19545efba161b99f56449b
Author: Hugh McMaster <hmc@debian.org>
Date:   Fri Apr 25 18:11:30 2025 +1000

    uscan/WatchLine.pm: Add missing backslash to regex

commit 05e6a8b63240dc2acee574710ff9253ed3bc665d
Author: Holger Levsen <holger@layer-acht.org>
Date:   Fri Apr 25 10:06:16 2025 +0200

    po4a/po/pt.po - updated after debuild -S
    
    Gbp-Dch: ignore
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit e41264f52d51a1711e7a097f4ad560715e4af5ce
Author: Holger Levsen <holger@layer-acht.org>
Date:   Fri Apr 25 10:04:48 2025 +0200

    Update Portuguese translation, thanks to Américo Monteiro. Closes: #1103688
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit a1f7dccbfc1e97fdad3431a63865dd40d25afa0e
Author: Holger Levsen <holger@layer-acht.org>
Date:   Fri Apr 25 09:59:23 2025 +0200

    Update po4a.
    
    Signed-off-by: Holger Levsen <holger@layer-acht.org>

commit 5bf65da1cd0798b89d99452628513962c37201ca
Author: наб <nabijaczleweli@nabijaczleweli.xyz>
Date:   Thu Oct 31 17:34:57 2024 +0100

    uscan: add sample Forgejo (Codeberg) stanzas
    
    Tested on pere/chrpath and forgejo/forgejo

commit cf42d6b07d2cb00c1c803fa3c8b9ef627a90a53d
Author: Holger Levsen <holger@layer-acht.org>
Date:   Thu Oct 31 14:48:49 2024 +0100

    Start 2.24.3 development.
    
    d/changelog entries will be written on release
    using the git commit messages.
    
    Use 'gbp dch --since v2.24.2 --multimaint-merge'
    to write d/changelog entries since that last release.
    
    Gbp-Dch: ignore
    Signed-off-by: Holger Levsen <holger@layer-acht.org>
Created: 2024-05-03 Last update: 2025-07-21 22:30
lintian reports 5 warnings normal
Lintian reports 5 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-06-16 Last update: 2025-06-16 21:30
news
[rss feed]
  • [2025-07-20] Accepted devscripts 2.25.16 (source all) into experimental (Yadd) (signed by: Xavier Guimard)
  • [2025-07-11] Accepted devscripts 2.25.15~bpo12+1 (source) into stable-backports (Roger Shimizu)
  • [2025-06-21] devscripts 2.25.15 MIGRATED to testing (Debian testing watch)
  • [2025-06-16] Accepted devscripts 2.25.15 (source) into unstable (Holger Levsen)
  • [2025-06-01] devscripts 2.25.14 MIGRATED to testing (Debian testing watch)
  • [2025-05-26] Accepted devscripts 2.25.14 (source) into unstable (Holger Levsen)
  • [2025-05-22] Accepted devscripts 2.25.13 (source) into unstable (Holger Levsen)
  • [2025-05-20] devscripts 2.25.12 MIGRATED to testing (Debian testing watch)
  • [2025-05-11] Accepted devscripts 2.25.12 (source) into unstable (Holger Levsen)
  • [2025-05-10] devscripts 2.25.11 MIGRATED to testing (Debian testing watch)
  • [2025-04-29] Accepted devscripts 2.25.11 (source) into unstable (Holger Levsen)
  • [2025-04-29] Accepted devscripts 2.25.10~bpo12+1 (source) into stable-backports (Roger Shimizu)
  • [2025-04-27] devscripts 2.25.10 MIGRATED to testing (Debian testing watch)
  • [2025-04-17] Accepted devscripts 2.25.10 (source) into unstable (Holger Levsen)
  • [2025-04-16] devscripts 2.25.9 MIGRATED to testing (Debian testing watch)
  • [2025-04-12] Accepted devscripts 2.25.8~bpo12+1 (source all) into stable-backports (Debian FTP Masters) (signed by: Roger Shimizu)
  • [2025-04-12] Accepted devscripts 2.25.9 (source) into unstable (Holger Levsen)
  • [2025-04-09] devscripts 2.25.8 MIGRATED to testing (Debian testing watch)
  • [2025-04-05] Accepted devscripts 2.25.8 (source) into unstable (Holger Levsen)
  • [2025-04-04] devscripts 2.25.7 MIGRATED to testing (Debian testing watch)
  • [2025-04-01] Accepted devscripts 2.25.7 (source) into unstable (Holger Levsen)
  • [2025-04-01] devscripts 2.25.6 MIGRATED to testing (Debian testing watch)
  • [2025-03-27] Accepted devscripts 2.25.6 (source) into unstable (Holger Levsen)
  • [2025-02-28] devscripts 2.25.5 MIGRATED to testing (Debian testing watch)
  • [2025-02-25] Accepted devscripts 2.25.5 (source) into unstable (Holger Levsen)
  • [2025-02-23] Accepted devscripts 2.25.4 (source) into unstable (Holger Levsen)
  • [2025-02-21] Accepted devscripts 2.25.3 (source) into unstable (Holger Levsen)
  • [2025-02-08] devscripts 2.25.2 MIGRATED to testing (Debian testing watch)
  • [2025-02-05] Accepted devscripts 2.25.2 (source) into unstable (Holger Levsen)
  • [2025-01-19] devscripts 2.25.1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 498 511
  • RC: 1
  • I&N: 188 193
  • M&W: 307 315
  • F&P: 2
  • patch: 45 47
links
  • lintian (0, 5)
  • buildd: logs, exp, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • l10n (93, -)
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.25.15
  • 44 bugs (2 patches)

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing