Your message dated Sat, 18 Jun 2022 10:48:55 +0000
with message-id <[email protected]>
and subject line Bug#1006904: fixed in devscripts 2.22.2
has caused the Debian Bug report #1006904,
regarding debsnap: Add a -l option as the short version of --list
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.)
--
1006904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006904
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: devscripts
Version: 2.22.1
Severity: wishlist
Tags: patch
Dear Maintainer,
Please accept the attached patch which adds a -l short option to debsnap
that serves the same function as the existing --list long option.
I believe this patch should be directly `git am`-able as I created it
with `git format-patch`. This is my first time using `git format-patch`
to submit a patch, so if there's anything wrong with the patch, please
let me know. (Then I'll have a reason to use the `-v` option of `git
format-patch` for the first time as well.)
Thanks,
--
Plasma
>From 6c04b315752a3a8ba9ca24367355d790dabcd80f Mon Sep 17 00:00:00 2001
From: "David (Plasma) Paul" <[email protected]>
Date: Mon, 7 Mar 2022 16:41:09 -0600
Subject: [PATCH] debsnap: Add a -l option as the short version of --list.
---
debian/changelog | 4 ++++
scripts/debsnap.1 | 2 +-
scripts/debsnap.pl | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 713b9085..b220c546 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ devscripts (2.22.2) UNRELEASED; urgency=medium
* who-permits-upload:
+ Fix fingerprint lookup, so it actually finds the user id
+ [ David Paul ]
+ * debsnap:
+ + Add a -l option as the short version of --list.
+
-- Mattia Rizzolo <[email protected]> Sun, 23 Jan 2022 18:04:17 +0100
devscripts (2.22.1) unstable; urgency=medium
diff --git a/scripts/debsnap.1 b/scripts/debsnap.1
index 11fae5b9..7958e9e9 100644
--- a/scripts/debsnap.1
+++ b/scripts/debsnap.1
@@ -45,7 +45,7 @@ Report on the \fBdebsnap\fP configuration being used and progress during the
download operation. Please always use this option when reporting bugs.
.TP
-.BR \-\-list
+.BR \-l ", " \-\-list
Don't download but just list versions.
.TP
diff --git a/scripts/debsnap.pl b/scripts/debsnap.pl
index f687259c..09be5355 100755
--- a/scripts/debsnap.pl
+++ b/scripts/debsnap.pl
@@ -85,7 +85,7 @@ The following options are supported:
Default is ./source-<package name>
-f, --force Force overwriting an existing
destdir
- --list Don't download but just list versions
+ -l, --list Don't download but just list versions
--binary Download binary packages instead of
source packages
-a <architecture>,
@@ -215,7 +215,7 @@ Getopt::Long::Configure('no_ignore_case');
GetOptions(
\%opt, 'verbose|v', 'destdir|d=s', 'force|f',
'help|h', 'version', 'first=s', 'last=s',
- 'list', 'binary', 'architecture|a=s@'
+ 'list|l', 'binary', 'architecture|a=s@'
) || usage(1);
usage(0) if $opt{help};
--
2.28.0
--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.22.2
Done: Mattia Rizzolo <[email protected]>
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: Sat, 18 Jun 2022 12:20:42 +0200
Source: devscripts
Architecture: source
Version: 2.22.2
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Maintainers <[email protected]>
Changed-By: Mattia Rizzolo <[email protected]>
Closes: 1006904 1011316
Changes:
devscripts (2.22.2) unstable; urgency=medium
.
[ James McCoy ]
* who-permits-upload:
+ Fix fingerprint lookup, so it actually finds the user id
.
[ David Paul ]
* debsnap:
+ Add a -l option as the short version of --list. Closes: #1006904
.
[ Antonio Terceiro ]
* sadt:
+ Run autodep8 when looking for autopkgtests to run.
* deprepro:
+ Add new options, to make it easier to debrepro against arbitrary source
directories (i.e. not Debian packages):
- -B, --build-command: specify custom build command
- -a, --artifact-pattern: specify custom artifacts to be compared
across builds
- --no-copy: run commands against the source tree directly, i.e. don't
copy it to a temporary build directory.
.
[ Mattia Rizzolo ]
* mk-origtargz:
+ Apply patch from Vasyl Gello to make Files-Included-<component> work.
* Include the updated Portuguese translation. Closes: #1011316
Thanks to Américo Monteiro <[email protected]>.
* Run perltidy with the newer 20220217.
* Bump Standards-Version to 4.6.1, no changes needed.
.
[ Yadd ]
* mk-origtargz:
+ Display compression/tar errors
.
[ Niels Thykier ]
* wrap-and-sort:
+ Introduce an experimental mode using the RTS parser available with
python-debian >= 0.1.43. This will let wrap-and-sort retain comments.
This feature is opt-in with a new flag. MR: !237
+ Futher improvements to the RTS mode, now also supporting short indent
(-s) among others. MR: !263
.
[ Jelmer Vernooij ]
* deb-janitor:
+ Add a new 'review' subcommand. MR: !261
* README: Drop reference to 'bazaar' (1.x) package that has long been
removed from Debian. MR: !264
Checksums-Sha1:
6d69289586ec22941d4c7eeca0a9ae002f821bc2 3273 devscripts_2.22.2.dsc
6e94e15526069d719577ecbe65fc67b673ea0652 995524 devscripts_2.22.2.tar.xz
d66578d8eba88b189ac7d46be4be4e6f335c54b2 12963
devscripts_2.22.2_amd64.buildinfo
Checksums-Sha256:
9118c73cd46d6b7f313430468c59bb122a0cde557351e1fc8bd639097b9fa052 3273
devscripts_2.22.2.dsc
15f95a96dd89c6a2d2d20ab4c32f3ca570aa88dbc78fbb1f3fb7cbc1d4a6502b 995524
devscripts_2.22.2.tar.xz
c7b468d169b2707212c05eec7753f82b8c078598e8b239266cb4c438b0e04213 12963
devscripts_2.22.2_amd64.buildinfo
Files:
7f0d1f81e95f3cc8bcaade2b31b40392 3273 devel optional devscripts_2.22.2.dsc
9e963b995d9594a5c06f5845bee15296 995524 devel optional devscripts_2.22.2.tar.xz
1f18952004e396ff34f588e069f7fc26 12963 devel optional
devscripts_2.22.2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAmKtqzkACgkQCBa54Yx2
K60qyA//QGwwBAhiHK5cBX4Eofd5nKWwCa3fL87o55j3IGw2rezrimTsoxJano/6
snLHx9x/JYez8VvfT7oRPAE0ngwbddOGmTG11OkpymuG8T0/BUs/YJyHKu86c9GI
TyQygqcrRIQKhOxIauuZAeY877nKn0LzHMxSQZ344ZnXfvNBIh+CQfGwF9xtPJ5U
5RXAXm3fuVoH7+BsSMZ4+X6F4pVkwG2jPXhK7mCb0kzIet6S3fLkZ4NxDyrbnoas
EN/LuuUk0NQLyulACJDuPEq2hjGRxtWwwvTYByJYLWx7O8TSum5ocq2Na9yZllaK
P3OPx23ZiDExfxZkfAkrNq4GQ7uTmXzn8DDEvv2W8JWXDiqtWkVln/nLoTjWbQ8A
nmbHfYKcHG0Lsp+0lnI/OI/S/Q/MTUF+2xl7Y64SUkMu7vm+MmJD9KUxt4ac6FUt
rfaoYPNPJVUXSQQsfLlNMALd1DqTGQ1BUJt45CZWHikigWwjbxae+C51hIz6e6y2
spTnC814MfT7F0ttf/Me39B0xY5s88/AA1AqXuGbkepYAugXunhEdSmS9sl22lZS
cekXf4u1GAdKhUA1fexy6fXqeHvL46tUdxJ6i5ZWGWKzghfGOAHj1fEM1sgAHcl7
LR48T2k+H7VBZ+0UcAMhzESy+rv5CtAJuOTcA+cLVl94mXDUHTc=
=hhe8
-----END PGP SIGNATURE-----
--- End Message ---