Your message dated Thu, 05 Dec 2019 06:23:48 +0000 with message-id <[email protected]> and subject line Bug#834337: Removed package(s) from unstable has caused the Debian Bug report #740833, regarding get-orig-source fails for non hg snapshot versions 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.) -- 740833: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740833 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: xnbd Version: 0.3.0 Severity: normal Dear Arno, xnbd's get-orig-source assumes that REPOSITORY_REV is not empty which would, however, be the case for normal releases. This causes the hg archive run to be erroneously called with an "-r -t files". An easy fix is to use something along the lines of: --- snip --- ifdef REPOSITORY_REV HG_ARCHIVE_OPT := "-g $(REPOSITORY_REV)" endif .... get-orig-source: # Version generated by: hg log -r . --template '{latesttag}-hg{latesttagdistance}-{node|short}\n' hg clone https://bitbucket.org/hirofuchi/xnbd xnbd-$(VERSION)-hg cd xnbd-$(VERSION)-hg && hg archive -X .hg_archival.txt -X .hgtags $(HG_ARCHIVE_OPT) -t files ../xnbd-$(VERSION) .... --- snip --- but there are, naturally, many ways to conditionally use the "-r REPOSITORY_REV" if one is indeed trying to get hold of that version. It might also be argued that one could simply export HEAD, but the aforementioned code works for both hg snapshots and normal releases. Merci -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf-8, LC_CTYPE=en_GB.utf-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---Version: 0.3.0-3+rm Dear submitter, as the package xnbd has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/834337 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

