Your message dated Tue, 26 Jan 2021 13:20:59 +0100
with message-id <[email protected]>
and subject line Re: git-buildpackage: gbp import-dscs does not pass options to
import-dsc as documented
has caused the Debian Bug report #981103,
regarding git-buildpackage: gbp import-dscs does not pass options to import-dsc
as documented
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.)
--
981103: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981103
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-buildpackage
Version: 0.9.21
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Documentation says that options not handled by import-dscs
is passed to import-dsc, but this fails:
$ gbp import-dscs --debsnap sagan --debian-branch=debian/latest
--upstream-branch=upstream/latest --pristine-tar --sign-tags --verbose
gbp:info: Downloading snapshots of '--verbose' to '/tmp/tmpafszwrot'...
gbp:debug: debsnap ['--force', '--destdir=/tmp/tmpafszwrot', '--verbose'] []
debsnap [options] <package name> [package version]
Automatically downloads packages from snapshot.debian.org
The following options are supported:
-h, --help Shows this help message
--version Shows information about version
-v, --verbose Be verbose
-d <destination directory>,
--destdir=<destination directory> Directory for retrieved packages
Default is ./source-<package name>
-f, --force Force overwriting an existing
destdir
--list Don't download but just list versions
--binary Download binary packages instead of
source packages
-a <architecture>,
--architecture <architecture> Specify architecture of binary packages,
implies --binary. May be given multiple
times
Default settings modified by devscripts configuration files or command-line
options:
(none)
gbp:error: 'debsnap --force --destdir=/tmp/tmpafszwrot --verbose' failed: it
exited with 1
gbp:debug: rm ['-rf', '/tmp/tmpafszwrot'] []
- -- System Information:
Debian Release: bullseye/sid
APT prefers buildd-unstable
APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (1,
'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.7.0-3-amd64 (SMP w/2 CPU threads)
Kernel taint flags: TAINT_DIE, TAINT_WARN
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages git-buildpackage depends on:
ii devscripts 2.20.5
ii git 1:2.30.0-1
ii man-db 2.9.3-2
ii python3 3.9.1-1
ii python3-dateutil 2.8.1-5
ii python3-pkg-resources 51.3.3-1
ii sensible-utils 0.0.14
Versions of packages git-buildpackage recommends:
ii cowbuilder 0.89
ii pbuilder 0.231
ii pristine-tar 1.49
ii python3-requests 2.25.1+dfsg-2
Versions of packages git-buildpackage suggests:
ii python3-notify2 0.3-4
ii sudo 1.9.5p1-1
ii unzip 6.0-26
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmAQByYACgkQLHwxRsGg
ASFDAg//R88q2GAno5sip941rpG0aGp7EQ5Fwh3CCqxzKoifRI8hQGupjOuGbi37
cCh7bEBiS77iQcZoyaC8m5gYnLl3sEHAiZhSZz3zNM4VK0THxS5KNwYZF+lF99Ty
CuyjepTGUkUh5qYmXSnbOSDDmjbCpI5ktSO5j5Cg+pr0G9G8YVGzzuOMHJoHHywZ
9t3i07EsUb3T7kar7iKjlZ18lPQPN2UKhjvxb9kmcmgQ17EqoDhOEx8l4B1eUGcg
yyiWL9YdzgCb7YwYm9dk2uv/VKI3Xlvox7lRqbN5VCkBgBvlCvW8YrCSyCfTqVIh
4G/GQHXpPykteRv3W//+ztGb9mhCe3PH7H1x0GNI5WdUaVmJLqYyRhYmDlfahTjT
xvs7LVZvNyBrxi8MkIt9ANMBSmO6y3FArGUAwK13AhzZf04amNKmp7m2ATWXQa5H
NOQeVMQRfeS9ybBIAogAP+vqFdloCGVisnIHff8gpY0KNmysH9HwTl9GunVpk9nI
owoujs16yujoIffvGBiGj7GHXoppQqdOqrXOS2RIbn8qLJhqsjl57WHN/wbGrwAT
zDSNaeStD6BmpK0MH3eAXutoTQvjK9O780C2eMkIC3B2YEZXypIRpm2P0Dlsh1f9
eS6jTaHgrdMqA8Ar9frdH2upLR+biOvAQgCepDutrpBZwcHx+A0=
=Gls4
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Quoting Jonas Smedegaard (2021-01-26 13:12:25)
> Documentation says that options not handled by import-dscs
> is passed to import-dsc, but this fails:
>
> $ gbp import-dscs --debsnap sagan --debian-branch=debian/latest
> --upstream-branch=upstream/latest --pristine-tar --sign-tags --verbose
Ah, non-option argument must be last (unlike GNU option parsing).
I.e. this works:
$ gbp import-dscs --debsnap --debian-branch=debian/latest
--upstream-branch=upstream/latest --pristine-tar --sign-tags --verbose sagan
Sorry for the noise.
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature
--- End Message ---