Your message dated Sat, 08 Jul 2017 20:48:50 +0000
with message-id <[email protected]>
and subject line Bug#860863: fixed in devscripts 2.17.7
has caused the Debian Bug report #860863,
regarding devscripts: Fix debsnap to preserve the mtime
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.)
--
860863: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860863
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: devscripts
Version: 2.17.5
Severity: wishlist
Tags: patch
Hi!
While importing some orig tarballs into git, found out that
gbp-import-dsc was using the wrong time. Regardless of the command
using the current localtime, or the file mtime, the latter would be
definitely wrong in this case when fetched via debsnap anyway, so it
would not be usable for the commit.
The attached patch, changes it to preserve the remote mtime, which I
think it's a more correct behavior.
Thanks,
Guillem
From 31b4b6d3b16e7a4aed44bb480e91c15ec5c795ef Mon Sep 17 00:00:00 2001
From: Guillem Jover <[email protected]>
Date: Fri, 21 Apr 2017 04:51:31 +0200
Subject: [PATCH] debsnap: Use the remote mtime when creating the local file
Making a more exact copy, is useful so that you can see when the orig
tarball was created, and it can be used further as the timestamp when
importing into git for example.
---
scripts/debsnap.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/debsnap.pl b/scripts/debsnap.pl
index 8a3bf0ff..4f0ae0a9 100755
--- a/scripts/debsnap.pl
+++ b/scripts/debsnap.pl
@@ -320,7 +320,7 @@ elsif ($opt{binary}) {
if (!have_file("$opt{destdir}/$file_name", $hash)) {
verbose "Getting file $file_name: $file_url";
$mkDestDir->();
- LWP::Simple::getstore($file_url, "$opt{destdir}/$file_name");
+ LWP::Simple::mirror($file_url, "$opt{destdir}/$file_name");
}
}
}
@@ -354,7 +354,7 @@ else {
if (!have_file("$opt{destdir}/$file_name", $hash)) {
verbose "Getting file $file_name: $file_url";
$mkDestDir->();
- LWP::Simple::getstore($file_url, "$opt{destdir}/$file_name");
+ LWP::Simple::mirror($file_url, "$opt{destdir}/$file_name");
}
}
}
--
2.12.2.816.g2cccc81164
--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.17.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.
James McCoy <[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: Sat, 08 Jul 2017 15:21:11 -0400
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.17.7
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: James McCoy <[email protected]>
Description:
devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 789587 814570 830968 841910 845659 854366 860863 861020 862668 866117
866998 867416 867662
Changes:
devscripts (2.17.7) unstable; urgency=medium
.
[ Paul Wise ]
* Switch from /org to /srv in paths on debian.org servers
.
[ Mattia Rizzolo ]
* debchange:
+ Target stretch-backports with --bpo. Closes: #867662
+ Support $codename{,-{proposed-updates,security}} as well. Closes: #789587
* bts:
+ Add patch from Samuel Thibault <[email protected]> to add support for
the new 'a11y' tag. Closes: #867416
.
[ Hilko Bengen ]
* debchange:
+ Replace dpkg call with Dpkg::Version::compare_version (Closes: #854366)
.
[ Cyril Brulebois ]
* debsnap:
+ parse the dsc file when downloading source packages. (Closes: #862668)
.
[ Ximin Luo ]
* debpatch:
+ New script, Apply a debdiff to a Debian source package. (Closes: #845659)
.
[ Antonio Terceiro ]
* debrepro:
+ When applying disorderfs to the second build, make sure the final path
from where the package is built is the same as in the first build, to
avoid differences in binaries due to the build path. There is no good
solution for making builds independent of build path yet, so the current
practice is to run both builds at the same location.
.
[ James McCoy ]
* uscan:
+ Use Dpkg::Version instead of shelling out to dpkg to compare upstream &
mangled versions. This improves the performance slightly and also
avoids dpkg's errors about malformed versions. (Closes: #866998)
+ When GPG verification is configured but the verification fails (either
during actual verification or because of missing keyring/signature),
exit uscan with an error. (Closes: #841910)
* grep-excuses:
+ Use YAML::Syck to parse excuses.yaml instead of using regex to pick
apart update_excuses.html.
* bts:
+ Create the cache directory if it doesn't already exist. Thanks to
Joonas Kylmälä for the patch. (Closes: #866117)
* debchange:
+ When an empty message is provided on the command-line, do not add an
empty entry to the changelog. Thanks to Adam Barratt for the patch.
(Closes: #830968)
* debuild:
+ Disable signing if the target distribution is "UNRELEASED", but honor
dpkg-buildpackage's --force-sign as an override. (Closes: #861020)
* debsnap:
+ Preserve the remote mtime of the downloaded file. Thanks to Guillem
Jover for the patch. (Closes: #860863)
* Declare compliance with Policy 4.0.0, no changes needed.
* Bump debhelper compat to 10.
.
[ Ben Finney ]
* debdiff:
+ Code style improvements in Bash command completion script.
+ Restructure Bash completion function.
(Closes: #814570)
Checksums-Sha1:
0956543a3a004eb96723db27781d3ce831192ebd 2468 devscripts_2.17.7.dsc
c5028db6aa72cbdca61ab15f541dbf928d6a4b72 696252 devscripts_2.17.7.tar.xz
5da005386907a3cf58e85d7f7acb3ffe53eaf2d1 9674 devscripts_2.17.7_amd64.buildinfo
Checksums-Sha256:
0490bd5319879b15576275adb48e98f8a9723f2da9153b4785c9a103831e780b 2468
devscripts_2.17.7.dsc
9c6dacf893eea1621950bc73b7d63711d3b2a8f9e9797060507b7ee2cee43f7b 696252
devscripts_2.17.7.tar.xz
4389448c3fb493e604c26eb8da55fa6485887de0e427b7dbb797e13ed495a7af 9674
devscripts_2.17.7_amd64.buildinfo
Files:
5b87308347b5c47cac09925e4a2e84d0 2468 devel optional devscripts_2.17.7.dsc
0f6496a0c349e14f0732883a7296c69b 696252 devel optional devscripts_2.17.7.tar.xz
00cdfdc7529e4b6cf6806ca3d01a3ef8 9674 devel optional
devscripts_2.17.7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAllhNpFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIACgkQ3+aRrjMb
o9v/WhAApv31VD2iKQPGq2q80fVUXZuHLHlRK3cqxDBeda8FWZTEuKxBCBm7E0P6
4gwIcPSHfNhJbhu/FEnjjB9JVtTtQU0yMA3ib92U5wapUHjI5RXxAyD5yiZtWe5Q
3rMKi/MMpnmt1ByGBpyNoEwh9pQDSB+VB7a+d1VG9wrmQcvOG1bygNgh8CzhOGMl
pj0NBDBmcxAxFM34P1u0/cdfzxENCATm3KZ1o82l+Ia4NsHqijImTpKUv7cDhqq6
soz6quPIgrkDGrD/9DPul6r/2DXkfNkXf2pHhlEWrC478zss3/jXDkKTmQglH95R
6t/bkVRC98ElvyqlT3/P/HJcOTLSA0Ecf6Ug7L00S8D5uqNWZKLP0BRfC7g1I65N
ROJ/QCaYLdQ0jZy5+q30v2gRXp+LNJkXmo4gXbe4nJ4+7kxbXUbMzR2MkgEpvE9H
6aBRaJxPjWtE2W2SPdqqONOgnYfPxtnd8n8CmxcKobsPTujFpfXf9C8kELpCSpmu
xwtlc5tjbneW054edOXltPQOOcYOK8Ibk3NDD6Llp37TSsaSDXTMNDQPYcHktj7x
amuZQw7QbtZpVmte6QpHY//JoDZha0ujvXOu79n6XtO9gPMEMKSdx1VxR3vGR/bp
OjOTOA95YU4jAy13tGOLN9/kqgq7LkYjYF9I34gg/bG8N/aRSo0=
=N2o6
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel