Your message dated Mon, 22 Jul 2019 21:08:27 +0000
with message-id <[email protected]>
and subject line Bug#932694: fixed in dgit 9.5
has caused the Debian Bug report #932694,
regarding dgit clone produces non-working origin remote
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.)
--
932694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932694
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dgit
Version: 9.3
Severity: normal
noodles@mixian:~/foo$ dgit clone agda
canonical suite name for unstable is sid
starting new git history
downloading http://ftp.debian.org/debian//pool/main/a/agda/agda_2.5.4.1-3.dsc...
last upload to archive: NO git hash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1942k 100 1942k 0 0 907k 0 0:00:02 0:00:02 --:--:-- 907k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9928 100 9928 0 0 20386 0 --:--:-- --:--:-- --:--:-- 20344
dpkg-source: info: extracting agda in agda-2.5.4.1
dpkg-source: info: unpacking agda_2.5.4.1.orig.tar.gz
dpkg-source: info: unpacking agda_2.5.4.1-3.debian.tar.xz
synthesised git commit from .dsc 2.5.4.1-3
HEAD is now at ba16b82 var-lib-agda
dgit ok: ready for work in agda
noodles@mixian:~/foo$ ls
agda agda_2.5.4.1-3.debian.tar.xz agda_2.5.4.1.orig.tar.gz
noodles@mixian:~/foo$ cd agda/
noodles@mixian:~/foo/agda$ git remote -v
dgit
origin https://git.dgit.debian.org/agda (fetch)
origin https://git.dgit.debian.org/agda (push)
vcs-git https://salsa.debian.org/haskell-team/DHG_packages.git [p/agda] (fetch)
vcs-git https://salsa.debian.org/haskell-team/DHG_packages.git [p/agda] (push)
noodles@mixian:~/foo/agda$ git remote update
Fetching origin
fatal: repository 'https://git.dgit.debian.org/agda/' not found
error: Could not fetch origin
Fetching vcs-git
fatal: unable to access 'https://salsa.debian.org/haskell-team/DHG_packages.git
[p/agda]/': The requested URL returned error: 400
error: Could not fetch vcs-git
noodles@mixian:~/foo/agda$
(as requested by Ian)
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (900, 'testing'), (850, 'stable'), (800, 'unstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8),
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages dgit depends on:
ii apt 1.8.2
ii ca-certificates 20190110
ii coreutils 8.30-3
ii curl 7.65.1-1
ii devscripts 2.19.5
ii dpkg-dev 1.19.7
ii dput 1.0.3
ii git [git-core] 1:2.20.1-2
ii git-buildpackage 0.9.14
ii libdigest-sha-perl 6.02-1+b1
ii libdpkg-perl 1.19.7
ii libjson-perl 4.02000-1
ii liblist-moreutils-perl 0.416-1+b4
ii liblocale-gettext-perl 1.07-3+b4
ii libtext-glob-perl 0.10-1
ii libtext-iconv-perl 1.7-6
ii libwww-perl 6.39-1
ii perl 5.28.1-6
Versions of packages dgit recommends:
ii openssh-client [ssh-client] 1:8.0p1-3
Versions of packages dgit suggests:
ii cowbuilder 0.88
ii pbuilder 0.230.4
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dgit
Source-Version: 9.5
We believe that the bug you reported is fixed in the latest version of
dgit, 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.
Sean Whitton <[email protected]> (supplier of updated dgit 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, 22 Jul 2019 21:38:19 +0100
Source: dgit
Architecture: source
Version: 9.5
Distribution: unstable
Urgency: medium
Maintainer: Ian Jackson <[email protected]>
Changed-By: Sean Whitton <[email protected]>
Closes: 857490 926656 932459 932477 932536 932612 932630 932694
Changes:
dgit (9.5) unstable; urgency=medium
.
git-debpush [Sean Whitton]:
* Support ignoring individual checks with --force=check. Closes:#932459.
* Check upstream source is identical in the upstream tag.
* Check that patches are (un)applicable. Closes:#932477.
* Check for an unstitched git-debrebase branch. Closes:#932612.
* Check for explicitly pushing detached HEAD.
.
dgit clone [Ian Jackson]:
* No longer create an "origin" remote. Closes:#932694.
.
Documentation:
* dgit-maint-bpo(7): new manpage for maintainers of official Debian
backports. Closes:#857490. [Sean Whitton]
* git-debrebase(1): make this manpage a less intimidating entry point.
Closes:#926656.
[Sean Whitton & Ian Jackson; prompted by feedback from Sam Hartman]
.
Miscellaneous:
* Correct the description of --force in git-debpush(1) [Sean Whitton].
* git-debrebase(*): fix some crossreferences [Sean Whitton].
Closes:#932536.
* Break out git-playtree-setup and rewrite in shell. [Ian Jackson]
* Fix organisation copyright attribution for Matthew Vernon's
contributions. Closes:#932630.
* HACKING: new document for helping people work on the code. [Ian Jackson]
* Update Vcs-Git etc. to point to salsa.
Checksums-Sha1:
ca180efe4ebb7647f9641e41585e5e8fb805fbfc 2131 dgit_9.5.dsc
8d76f681bd3f1f9d606d32ae445e20c19f4a38b7 688952 dgit_9.5.tar.gz
Checksums-Sha256:
4c0eb3302e6d0529b8601c2a8ce448cc7e9557de53816bee64589047cbc51e7a 2131
dgit_9.5.dsc
d7824911126f7c1a3488d90a05b0bbd257ae7ea5c66c2ab0761dc67e355c11a8 688952
dgit_9.5.tar.gz
Files:
62e98c4739b46a16c1becbb63f5d66c2 2131 devel optional dgit_9.5.dsc
af998cb37cc3c54c1b165a5b39ef1a63 688952 devel optional dgit_9.5.tar.gz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEm5FwB64DDjbk/CSLaVt65L8GYkAFAl02H1cACgkQaVt65L8G
YkAeDw//WCFSJDhusp7JUVpnGKAwwfb1BmqOYYqJy6kH/nmAOvkdCeNGFFuncIAb
Ohr9dPiZdaOSFwvxvV7peoET9EYlryHgWu+bJ5GC60g5O4OYF9urJl3Q7p2/qxxu
kXBsIz2bj4DjvGuU8FsVx7TN7ca/394X5oPXr0PKNp+DMEcHzHgrGBcHYj94x2NU
xhVfd71jX6nBSVX6vBtBqrbFP4ZKHj8SthKdfVxfWHWYTBUUjiDX6Kmlibju40h5
pOEyCbw1QLZPV4NEd0ItwnblYa/PMZbUtWphbAovJVGoiCsUsJQyaDnCEQt3JfrZ
L7JTRRXPuj08xVmYeKyLYC4iw0G5HYRybEvxrTFrl26iBITr9hsb46tNDGO/RMKA
TdHcwg/uD11R7HmXUIfmMDVeZ0uhYuWAcGBeMmKY9Op3nKTNXN3nFyIueecE8Lhg
QqsfQAA/k8EX24ohJcZEMVxeInNusVcS6UF5yPqesfN5VgN4iHNbWFoZzuF1eHdo
q0uaZHmquyBamZ2z+sIlEjl4JLRoob1/t2il77/FvRrGCjoVlyQM3hbmhgFY+G+v
+zxdJCliBU8fsgjyFecoUvv2KFoF4DJzmy/B0NYQUCesM8DTQFT74kPnziiWjDH6
pk2DCQ1y0bKm8e/bZMObEBpGg+dwkVf8+st1lPzYsKNjjG9jM8s=
=ih71
-----END PGP SIGNATURE-----
--- End Message ---