Your message dated Sun, 22 Apr 2018 22:50:34 +0000 with message-id <[email protected]> and subject line Bug#823624: fixed in devscripts 2.18.2 has caused the Debian Bug report #823624, regarding devscripts: [uscan] please include short extensions (tgz/tbz/txz) in @ARCHIVE_EXT@ 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 [email protected] immediately.) -- 823624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823624 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: devscripts Version: 2.16.4 Severity: normal Tags: patch Dear Maintainer, some upstreams (like sks) ship their tarballs as foo-1.1.5.tgz @ARCHIVE_EXT@ fails to locate this tarball. The attached patch should address this concern. --dkg -- Package-specific info: --- /etc/devscripts.conf --- --- ~/.devscripts --- Not present -- System Information: Debian Release: stretch/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing'), (200, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages devscripts depends on: ii dpkg-dev 1.18.4 ii libc6 2.22-7 ii perl 5.22.1-10 pn python3:any <none> Versions of packages devscripts recommends: ii apt 1.2.11 ii at 3.1.18-2 ii curl 7.47.0-1 ii dctrl-tools 2.24-2 ii debian-keyring 2016.04.22 ii dput-ng [dput] 1.10 ii dupload 2.7.0 pn equivs <none> ii fakeroot 1.20.2-1 ii file 1:5.25-2 ii gnupg 2.1.11-7+exp1 ii libdistro-info-perl 0.14 ii libencode-locale-perl 1.05-1 ii liblwp-protocol-https-perl 6.06-2 pn libsoap-lite-perl <none> ii liburi-perl 1.71-1 ii libwww-perl 6.15-1 ii lintian 2.5.44 ii man-db 2.7.5-1 ii patch 2.7.5-1 ii patchutils 0.3.4-1 ii python3-debian 0.1.27 ii python3-magic 1:5.25-2 ii sensible-utils 0.0.9 ii strace 4.10-3 ii unzip 6.0-20 ii wdiff 1.2.2-1+b1 ii wget 1.17.1-1+b1 ii xz-utils 5.1.1alpha+20120614-2.1 Versions of packages devscripts suggests: ii build-essential 11.7 pn cvs-buildpackage <none> ii devscripts-el 35.12 ii diffoscope 52 pn dose-extra <none> pn gnuplot <none> ii gpgv 2.1.11-7+exp1 pn libauthen-sasl-perl <none> pn libfile-desktopentry-perl <none> ii libnet-smtp-ssl-perl 1.03-1 pn libterm-size-perl <none> ii libtimedate-perl 2.3000-2 pn libyaml-syck-perl <none> ii mailutils [mailx] 1:2.99.99-1 ii mozilla-devscripts 0.45.1 pn mutt <none> ii openssh-client [ssh-client] 1:7.2p2-5 ii s-nail [mailx] 14.8.8-1 ii svn-buildpackage 0.8.5+nmu1 ii w3m 0.5.3-27 -- debconf-show failed>From 8039b887e7eb4ed03ce4f12cdee9f69fe89abaee Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor <[email protected]> Date: Fri, 6 May 2016 15:14:11 -0400 Subject: [PATCH] include tgz in @ARCHIVE_EXT@ --- scripts/uscan.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index e105a68..dab1947 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -262,7 +262,7 @@ This is substituted by the legal upstream version regex (capturing). This is substituted by the typical archive file extension regex (non-capturing). - (?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip) + (?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz) =item B<@SIGNATURE_EXT@> @@ -4159,7 +4159,7 @@ sub process_watchfile ($$$$) # Handle @PACKAGE@ @ANY_VERSION@ @ARCHIVE_EXT@ substitutions my $any_version = '[-_]?(\d[\-+\.:\~\da-zA-Z]*)'; - my $archive_ext = '(?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip)'; + my $archive_ext = '(?i)\.(?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz)'; my $signature_ext = $archive_ext . '\.(?:asc|pgp|gpg|sig)'; s/\@PACKAGE\@/$package/g; s/\@ANY_VERSION\@/$any_version/g; -- 2.8.1
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.18.2 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mattia Rizzolo <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 23 Apr 2018 00:33:07 +0200 Source: devscripts Binary: devscripts Architecture: source Version: 2.18.2 Distribution: unstable Urgency: medium Maintainer: Devscripts Maintainers <[email protected]> Changed-By: Mattia Rizzolo <[email protected]> Description: devscripts - scripts to make the life of a Debian Package maintainer easier Closes: 555863 662794 808574 823624 858287 859617 884177 Changes: devscripts (2.18.2) unstable; urgency=medium . [ Daniel Kahn Gillmor ] * uscan: + Add short archive extensions (tbz, txz, tgz) in the @ARCHIVE_EXT@ regexp. Closes: #823624 . [ Ben Finney ] * suspicious-source: + Correct "preferred form of the work for making modifications to it". Closes: #859617 . [ Nish Aravamudan ] * dep3changelog: + Make parsing less strict about blank lines. Closes: #858287; LP: #1673292 . [ Ben Wiederhake ] * wrap-and-sort: + Add a dry-run option. Closes: #808574 . [ Hilko Bengen ] * debsnap: + Complain about existing destdir only when it is created. Closes: #884177 . [ Mònica Ramírez Arceda ] * nmudiff: + Add a template argument to provide a different email from the one in the script. Closes: #555863 . [ Pierre-Elliott Bécue ] * d/control: + Add myself to uploaders. * wrap-and-sort: + Tweak the way files are handled, and print the modified file list in also in non-dry-run-mode when verbosity is enabled. + Remove empty lines at the beginning of a file. * nmudiff: + Add a no-pending option to not add the pending tag if needed. + Add a non-dd option to ask for a sponsor in the email. Closes: #662794 . [ Mattia Rizzolo ] * mk-origtargz: + Deal with Hurd where `getconf ARG_MAX` returns "undefined". * Fix some pylint issues that are reported only by stretch's pylint. * d/control: + Bump Standards-Version to 4.1.4, no changes needed. * test_package_lifecycle: + Don't depend on /usr/share/doc being available on the build host. * sadt: + Fixup the check_depends() caching functionality. MR: !9 . [ Adam D. Barratt ] * debdiff: + Sort shlibs files before comparing. The order of entries is not significant. . [ Paul Wise ] * chdist, cowpoke: + Default to deb.debian.org instead. . [ Antonio Terceiro ] * uscan: + Redirect Alioth's gemwatch to gemwatch.debian.net. MR: !2 * debrepro: + Vary between timezones that are more than 1 day apart. MR: !3 + Add a --before-second-build option, to inject extra command before the second build runs. MR: !4 + Add a testcase. MR: !8 . [ Chris Lamb ] * debsign: + To prevent collision attacks, refuse to sign with short key IDs (eg. 0xCAFEBABE) and warn when not using full GPG fingerprint. MR: !1 . [ Dmitry Shachnev ] * sadt: + Set AUTOPKGTEST_TMP environment variable. MR: !5 . [ Sean Whitton ] * git-deborig: MR: !7 + New --just-print option. - Add recommends and build-depends on libstring-shellquote-perl. + New --version option. + New --force alias for -f. + Correct terminology ref->committish (see gitglossary(7)). + Add to the manpage details about gitattributes(5) manipulation. Checksums-Sha1: 289ab46a972caef539f129608dbde51721e71829 2702 devscripts_2.18.2.dsc 5ce0115ae109e408d4dbfc19fc7a645a790dfc0c 729456 devscripts_2.18.2.tar.xz 591d12355622652ad720936dd03bcffb7af25e9c 10419 devscripts_2.18.2_amd64.buildinfo Checksums-Sha256: f9bd3862af4864c1954c4845c2dc828de16ef0710b414389f9b332ca979d7de4 2702 devscripts_2.18.2.dsc 645b5814be7a9d1f4f3df1931f6d9c645e1fd75071ddafabd798f9459277d435 729456 devscripts_2.18.2.tar.xz 8d15987e5e8eb63faf1be2ba4b2a0c6750c8eae7656bc6ee9355498815003d7d 10419 devscripts_2.18.2_amd64.buildinfo Files: ce07c5208b659fe01761e32c57340415 2702 devel optional devscripts_2.18.2.dsc a63bc7e383b116ba8766313482aefaee 729456 devel optional devscripts_2.18.2.tar.xz d86011c8064e772a85867604c3a73349 10419 devel optional devscripts_2.18.2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlrdDsUACgkQCBa54Yx2 K63hchAAgUGNPZZ9LGS/fSYsh+vqB+rMh06cn4dfluxA/aKmCbYKf+yguFmu/4zR Qn8vjF2i3WZA9MSvAJG9FBvoTzEv5eExc1r8T6gRsuS0A9F6oKceqJVyI3Il/EXO b1pp7E2S0oJ/nIzVwCSLp0i/tBOVlzy1HjmnGHqtBl1QbJJYGnV9JChGW5DUMUsI 0bESyR/fjbw7w/2P8FhIIE+gjMswOVA7gT9oNO5x6KGbGeGaxPe43TqoTzIIjQlN GwhADN7YePDvZQEKeveK8cd0ckqtcUl3eEIA9UUYrl9X4rjFKquxe74VYjGanitl oPL2w8e6DXlT26prN7lucUoJUqsJqVN1mSBhbBY7jqeqpI/el2eZs09UqD+E7nYF 1tdl+50NnNEUjjPa51FSQ4qpN3iRnVl9YOpZSyVdip+RUHlvTRK/INCb1JeL+rFf KZG8RXeIrCrLuxGXpscLMuExpPZIEibHhq6AxQ4Yu9YEll3DkQxhY1DPY+CRG4gT WfuqUSjXCcw3hZ3vhfmqEQXESR8keZEb0kHll775iqAKPnMQykbnYWwmk+7JkOQe zg1RBVfAFfmN1sqJ8y/9WeKaxK0ouBfJXdwB+A5uXwnq1kEiuWyJYSOtYgFPtF9a Rx3ns0p1WL2A7RuCfjN6Y3KWTYRvLG7l5Z8f9rgjvWf0BfECCSM= =h4s7 -----END PGP SIGNATURE-----
--- End Message ---

