Your message dated Thu, 25 Oct 2018 11:34:34 +0000 with message-id <[email protected]> and subject line Bug#838682: fixed in devscripts 2.18.7 has caused the Debian Bug report #838682, regarding mk-origtargz: chokes on uncompressed tar archive 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.) -- 838682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838682 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: devscripts Version: 2.16.7 Severity: normal File: /usr/bin/mk-origtargz Dear maintainers, mk-origtargz chokes on uncompressed tar archive: Parameter ../seq-2.16.tar does not look like a tar archive or a zip file. at /usr/bin/mk-origtargz line 375. uscan: error: mk-origtargz --package seq-el --version 2.16 --repack --compression xz --directory .. --copyright-file debian/copyright ../seq-2.16.tar gave error exit status 255 A workaround is to gzip the tarball first, and then mk-origtargz successfully repacks it with xz compression. -- Package-specific info: --- /etc/devscripts.conf --- --- ~/.devscripts --- DEBCHANGE_FORCE_SAVE_ON_RELEASE=no DEBRELEASE_UPLOADER=dput DEBSIGN_KEYID=0x0F56D0553B6D411B DEB_SIGN_KEYID=0x0F56D0553B6D411B DEBSIGN_PROGRAM=gpg DSCVERIFY_KEYRINGS=~/.gnupg/pubring.kbx DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc" -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel: Linux 4.6.0-1-686-pae (SMP w/2 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (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.10 ii libc6 2.23-5 ii perl 5.22.2-5 pn python3:any <none> Versions of packages devscripts recommends: ii apt 1.3~rc4 ii at 3.1.20-1 ii curl 7.50.1-1 ii dctrl-tools 2.24-2 ii debian-keyring 2016.09.04 ii dput 0.10.3 ii equivs 2.0.9+nmu1 ii fakeroot 1.21-2 ii file 1:5.28-4 ii gnupg 1.4.20-6 ii gnupg2 2.1.11-7 ii libdistro-info-perl 0.14 ii libencode-locale-perl 1.05-1 ii liblwp-protocol-https-perl 6.06-2 ii libsoap-lite-perl 1.20-1 ii liburi-perl 1.71-1 ii libwww-perl 6.15-1 ii licensecheck 3.0.24-1 ii lintian 2.5.47 ii man-db 2.7.5-1 ii patch 2.7.5-1 ii patchutils 0.3.4-1 ii python3-debian 0.1.29 ii python3-magic 1:5.28-4 ii sensible-utils 0.0.9 ii strace 4.12-3 ii unzip 6.0-20 ii wdiff 1.2.2-1+b1 ii wget 1.18-2+b1 ii xz-utils 5.1.1alpha+20120614-2.1 Versions of packages devscripts suggests: pn bsd-mailx | mailx <none> ii build-essential 12.2 pn cvs-buildpackage <none> pn devscripts-el <none> pn diffoscope <none> pn dose-extra <none> pn gnuplot <none> ii gpgv 1.4.20-6 ii libauthen-sasl-perl 2.1600-1 ii libfile-desktopentry-perl 0.22-1 ii libnet-smtp-ssl-perl 1.03-1 pn libterm-size-perl <none> ii libtimedate-perl 2.3000-2 pn libyaml-syck-perl <none> pn mozilla-devscripts <none> ii mutt 1.7.0-1 ii openssh-client [ssh-client] 1:7.3p1-1 pn reprotest <none> pn svn-buildpackage <none> ii w3m 0.5.3-29 -- no debconf information -- Sean Whitton
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.18.7 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: Thu, 25 Oct 2018 13:11:38 +0200 Source: devscripts Binary: devscripts Architecture: source Version: 2.18.7 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: 838682 894518 896136 910369 910709 910759 910777 910803 910910 911401 911423 911720 Changes: devscripts (2.18.7) unstable; urgency=medium . [ Martyn Welch ] * chdist: + Make src2bin use the chosen dist config instead of the host's. MR: !52 . [ Xavier Guimard ] * Perl scripts: + Add common modules to parse configuration, command line and normalize output. MR: !51 - This moves libmoo-perl and libipc-run-perl dependency from "Recommends" to "Depends". MR: !51; MR: !74 * uscan: + Fix bad package name in git HEAD mode. Closes: #896136 + Modified to use common Perl modules. MR: !51 + Download only the good ref in gitmode shallow. Closes: #910709; MR: !57 + Fix documentation: -dd isn't usable, but --dd is. MR: !58 + Embed mk-origtargz instead of launching it and parse stdout. MR: !55 + Enclose the whole @ANY_VERSION@, @ARCHIVE_EXT@, @DEB_EXT@ and @SIGNATURE_EXT into non-capturing groups (See #910910). MR: !66 + Disable pgpmode=previous lines if nothing was downloaded. Closes: #910910; MR: !69 + Use new value 'default' for compression when not chosen. MR: !68 + Fix regression from 2.18.5 where the User-Agent string was not set to the default value. Closes: #911401; MR: !73 + In git mode, check the local git repository in the if there is an upstream remote and use it when available. Closes: #910777; MR: !72 * mk-origtargz: + Rewritten using common Perl files. MR: !55 + Don't override compression when set in command line when we are implicitly repacking. Closes: #894518; MR: !60 + Accept uncompressed tarballs as source files. Closes: #838682; MR: !64 + Switch default compression from gzip to xz if source format is 2.0 or if mk-origtargz isn't used in a debian source directory Closes: #910803; MR: !61; MR: !63 + Refactor the whole configuration management code, and add a 'default' compression to let mk-origtargz choose. MR: !68 * French translation update. MR: !59 . [ Daniel Kahn Gillmor ] * uscan: + Fix typo in documentation, s/hush/hash. Closes: #910759 . [ Mattia Rizzolo ] * mk-build-deps: + Add patch by Joost van Baal-Ilić to allow building a package even if the package doesn't have any build dependencies. Closes: #910369 * who-uploads: + Fix bad signal handling that could potentially lead to insecure use of /tmp. Thanks to Jakub Wilk for reporting. Closes: #911720 * dd-list: + Update documentation to match reality, as dd-list is now using `apt-get indextargets` when available. Closes: #911423 * README: + Normalize by always appending a full stop at the end of the sentence. + Document the role of "Suggests"ed packages. + Introduce the concept of "core" scripts, for which base dependencies are expected to be marked as hard "Depends". For now the following scripts are considered core: dcmd dd-list debchange debcheckout debclean debdiff debsign debuild uscan. * debian/control: + Per the above definition of "core scripts", promote the following packages to Depends: fakeroot, file, gnupg|gnupg2, gpgv|gpgv2, libfile-which-perl, libwww-perl, patchutils, wdiff. + Generate the package description from the README. MR: !77 * tests: + Skip test_debrepro on hurd-i386, at it requires sem_open(). . [ Eli Uriegas ] * mk-build-deps: + Fix use of an uninitialized variable in build_equiv(). MR: !56 Checksums-Sha1: 7e01d6a025f9961e059e7f061485a8e2aefaa00f 2950 devscripts_2.18.7.dsc 21833fba0d5e7d458ac918b8267306e1c8ff0759 760104 devscripts_2.18.7.tar.xz b5766626a492b4f731de16c95c721e9c6aa38820 11223 devscripts_2.18.7_amd64.buildinfo Checksums-Sha256: 2651a85a9f2c86adfc7403371dcc472f7283061075f413aa00bd749fc0b9ea45 2950 devscripts_2.18.7.dsc dfb36d50cb958dfc4a540d8d38ea2f7bf5ba01e08e99958609776318135afd0e 760104 devscripts_2.18.7.tar.xz 011dfc03acfa4bdf2e363045244ba79cf87c31709a2098be07e21457069e84e6 11223 devscripts_2.18.7_amd64.buildinfo Files: 14a6d58041dbf59450154706b210f28d 2950 devel optional devscripts_2.18.7.dsc 19381f1da6fe01c285698673266900a0 760104 devel optional devscripts_2.18.7.tar.xz 68202a92532e906bfc00535980c4c6c0 11223 devel optional devscripts_2.18.7_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlvRptgACgkQCBa54Yx2 K60Fhw//boXB4IJcJWizzavTjQe+qg8UwpGTBwumWrhkY5++Jin1JJm1ydn4z1ej EjuSugCIVbAa1qpUupwWLDshVkMCByxcGblHO2Bic2RhNwIh9V0IhKlWErlrLvih eBM1m5dpz45bNb+8GrJS7vnDuw3MQkCMP6LFtJpM5Gt0Z5Ir5Yo3Wdyrfu3wq14g elDxQ2D7wCjwIKicRk2AaHtFO1ko9Js+OTxBoh1PK8U2bLo8TJ6ystoVzZKgWCOM DjGiczLvCoikz3rAdLhd7Zv7oZGmS+lXJJvkWvOeEPLz8sNROPHTHi9g1KTi97nN Is4KPi0lFW6i/mKRW5Sw69d8dlmZjT/SdLwgH3j3XnaPvaadj4fgwI8IWWH+xTiC a5wwW1zilJPKkc3WOli+zr/vcirQeJHxJaTNw5FWR8BSfZueQXFhHV5wu4Wv9e+w lYjfZ44aAP84+8Ub+sLrzhNz9q9JywWSux8j/S0wi+JnhLbJmOKnwiLm5YCeyMVW SlXJBYdFCj/YPygNG/5td4WpW2+9BXXOleOIq0J7jsIW3FuZaCjnlWtHYRkw7AiW v8o8Ti6bMDkDpQS7TQkaNariX7amgqtZ9Xw9RFelkYNnT0CNtIz8Q5MhHxcS43v3 L42QItTQUTTreDwNJm5xYbs7QFbHFEMgsrlPOheKCcc3gxeYxI4= =DKmT -----END PGP SIGNATURE-----
--- End Message ---

