From giles at thaumas.net Wed Apr 1 03:44:30 2020 From: giles at thaumas.net (Ralph Giles) Date: Tue, 31 Mar 2020 19:44:30 -0700 Subject: [Pkg-rust-maintainers] Bug#955208: rustc: rustup is not available on Debian In-Reply-To: <158540066700.51460.14477199113217128283.reportbug@beethoven> References: <158540066700.51460.14477199113217128283.reportbug@beethoven> <158540066700.51460.14477199113217128283.reportbug@beethoven> Message-ID: I would also like to start off with a Debian-packaged rustup rather than having to install it from upstream. It's been discussed before, but I think no one was pursuaded to start maintaining a package. IIRC one issue was that rustup likes to update itself. You'd need to check how difficult it would be to have the system rustup always just install any updates in the user's .cargo subtree, without trying to write to the root filesytem. The user's local version would then take precedence through the normal PATH setting. I think there was also some concern about support over the lifetime of a debian release, should upstream change their API sufficiently to stop the packaged version working. -r On Sat, 2020-03-28 at 14:04 +0100, Martin Monperrus wrote: > Package: rustc > Version: 1.40.0+dfsg1-5 > Severity: normal > > Dear Awesome Rust Debian Maintainers, > > I notice that rustup is not packaged for Debian. One option is to go > through > snap (https://snapcraft.io/install/rustup/debian) but native packages > are > preferable. > > Since rustup is used by many projects, it would be great to have it > natively on > Debian: > > apt-get install rustup > > What do you think? > > Best regards, > > --Martin > > > > > > -- System Information: > Debian Release: bullseye/sid > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores) > Kernel taint flags: TAINT_WARN, TAINT_CRAP, TAINT_OOT_MODULE, > TAINT_UNSIGNED_MODULE > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), > LANGUAGE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > LSM: AppArmor: enabled > > Versions of packages rustc depends on: > ii binutils 2.34-5 > ii gcc 4:9.2.1-3.1 > ii libc6 2.30-2 > ii libc6-dev [libc-dev] 2.30-2 > ii libgcc-s1 [libgcc1] 10-20200324-1 > ii libgcc1 1:10-20200324-1 > ii libllvm9 1:9.0.1-10 > ii libstd-rust-dev 1.40.0+dfsg1-5 > ii libstdc++6 10-20200324-1 > > Versions of packages rustc recommends: > ii cargo 0.40.0-3 > ii rust-gdb 1.40.0+dfsg1-5 > > Versions of packages rustc suggests: > pn lld-9 > pn rust-doc > pn rust-src > > -- no debconf information > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 858 bytes Desc: This is a digitally signed message part URL: From giles at thaumas.net Wed Apr 1 03:44:30 2020 From: giles at thaumas.net (Ralph Giles) Date: Tue, 31 Mar 2020 19:44:30 -0700 Subject: [Pkg-rust-maintainers] Bug#955208: rustc: rustup is not available on Debian In-Reply-To: <158540066700.51460.14477199113217128283.reportbug@beethoven> References: <158540066700.51460.14477199113217128283.reportbug@beethoven> <158540066700.51460.14477199113217128283.reportbug@beethoven> Message-ID: I would also like to start off with a Debian-packaged rustup rather than having to install it from upstream. It's been discussed before, but I think no one was pursuaded to start maintaining a package. IIRC one issue was that rustup likes to update itself. You'd need to check how difficult it would be to have the system rustup always just install any updates in the user's .cargo subtree, without trying to write to the root filesytem. The user's local version would then take precedence through the normal PATH setting. I think there was also some concern about support over the lifetime of a debian release, should upstream change their API sufficiently to stop the packaged version working. -r On Sat, 2020-03-28 at 14:04 +0100, Martin Monperrus wrote: > Package: rustc > Version: 1.40.0+dfsg1-5 > Severity: normal > > Dear Awesome Rust Debian Maintainers, > > I notice that rustup is not packaged for Debian. One option is to go > through > snap (https://snapcraft.io/install/rustup/debian) but native packages > are > preferable. > > Since rustup is used by many projects, it would be great to have it > natively on > Debian: > > apt-get install rustup > > What do you think? > > Best regards, > > --Martin > > > > > > -- System Information: > Debian Release: bullseye/sid > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores) > Kernel taint flags: TAINT_WARN, TAINT_CRAP, TAINT_OOT_MODULE, > TAINT_UNSIGNED_MODULE > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), > LANGUAGE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > LSM: AppArmor: enabled > > Versions of packages rustc depends on: > ii binutils 2.34-5 > ii gcc 4:9.2.1-3.1 > ii libc6 2.30-2 > ii libc6-dev [libc-dev] 2.30-2 > ii libgcc-s1 [libgcc1] 10-20200324-1 > ii libgcc1 1:10-20200324-1 > ii libllvm9 1:9.0.1-10 > ii libstd-rust-dev 1.40.0+dfsg1-5 > ii libstdc++6 10-20200324-1 > > Versions of packages rustc recommends: > ii cargo 0.40.0-3 > ii rust-gdb 1.40.0+dfsg1-5 > > Versions of packages rustc suggests: > pn lld-9 > pn rust-doc > pn rust-src > > -- no debconf information > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 858 bytes Desc: This is a digitally signed message part URL: From noreply at release.debian.org Thu Apr 2 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 02 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-quick-error 1.2.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-quick-error source package in Debian's testing distribution has changed. Previous version: 1.2.2-1 Current version: 1.2.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 2 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 02 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-bumpalo 3.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-bumpalo source package in Debian's testing distribution has changed. Previous version: 3.1.2-1 Current version: 3.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 2 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 02 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-paste-impl 0.1.9-1 MIGRATED to testing Message-ID: FYI: The status of the rust-paste-impl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.9-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From owner at bugs.debian.org Thu Apr 2 10:21:02 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 02 Apr 2020 09:21:02 +0000 Subject: [Pkg-rust-maintainers] Processed: fixed References: Message-ID: Processing commands for control at bugs.debian.org: > fixed 954528 7.5.0-1 Bug #954528 [src:rust-fd-find] rust-fd-find: FTBFS: unsatisfiable build-dependencies: librust-globset-0.4+default-dev librust-ignore-0.4+default-dev (>= 0.4.3-~~) librust-regex-1+default-dev Marked as fixed in versions rust-fd-find/7.5.0-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 954528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954528 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Thu Apr 2 10:21:04 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 02 Apr 2020 09:21:04 +0000 Subject: [Pkg-rust-maintainers] Bug#954528: marked as done (rust-fd-find: FTBFS: unsatisfiable build-dependencies: librust-globset-0.4+default-dev librust-ignore-0.4+default-dev (>= 0.4.3-~~) librust-regex-1+default-dev) References: <20200322074200.GA30290@xanadu.blop.info> Message-ID: Your message dated Thu, 2 Apr 2020 11:17:54 +0200 with message-id and subject line fixed has caused the Debian Bug report #954528, regarding rust-fd-find: FTBFS: unsatisfiable build-dependencies: librust-globset-0.4+default-dev librust-ignore-0.4+default-dev (>= 0.4.3-~~) librust-regex-1+default-dev 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 owner at bugs.debian.org immediately.) -- 954528: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954528 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: rust-fd-find: FTBFS: unsatisfiable build-dependencies: librust-globset-0.4+default-dev librust-ignore-0.4+default-dev (>= 0.4.3-~~) librust-regex-1+default-dev Date: Sun, 22 Mar 2020 08:42:00 +0100 Size: 5814 URL: -------------- next part -------------- An embedded message was scrubbed... From: Sylvestre Ledru Subject: fixed Date: Thu, 2 Apr 2020 11:17:54 +0200 Size: 1737 URL: From ftpmaster at ftp-master.debian.org Thu Apr 2 10:28:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 02 Apr 2020 09:28:12 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ripgrep_12.0.1-1_source.changes Message-ID: rust-ripgrep_12.0.1-1_source.changes uploaded successfully to localhost along with the files: rust-ripgrep_12.0.1-1.dsc rust-ripgrep_12.0.1.orig.tar.gz rust-ripgrep_12.0.1-1.debian.tar.xz rust-ripgrep_12.0.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Apr 2 10:35:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 02 Apr 2020 09:35:59 +0000 Subject: [Pkg-rust-maintainers] rust-ripgrep_12.0.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 02 Apr 2020 11:14:36 +0200 Source: rust-ripgrep Architecture: source Version: 12.0.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ripgrep (12.0.1-1) unstable; urgency=medium . * Package ripgrep 12.0.1 from crates.io using debcargo 2.4.0 Checksums-Sha1: 46c77c4d38a3eaf97aed57124d3d8874e91f0467 2616 rust-ripgrep_12.0.1-1.dsc 3c7190bd5f6dc995abd39ac93dae4af26c3d8314 252150 rust-ripgrep_12.0.1.orig.tar.gz 11b86d7ce4d848d782dd56c8fc779d523720a4d5 5228 rust-ripgrep_12.0.1-1.debian.tar.xz f3013be51e177553dcd579d9d53f4eac1991c021 11519 rust-ripgrep_12.0.1-1_source.buildinfo Checksums-Sha256: 0dbdab2cdae3c3285184089cf3fc56ca5fe6f3fb50cb4fc2740f596d4b8f55bd 2616 rust-ripgrep_12.0.1-1.dsc 7dc6e92652933ac66d236d78ef61658b73c09639981bd1be0630461ce64d3cab 252150 rust-ripgrep_12.0.1.orig.tar.gz e4d80bce68f436138c47b48e359fef35f2837c2509712cac168e5ee2fdbbc88c 5228 rust-ripgrep_12.0.1-1.debian.tar.xz dc2844260d7cf52cf774f0737e0b423701f43d670b828c28d8fa604f80f03ea8 11519 rust-ripgrep_12.0.1-1_source.buildinfo Files: 71fad1f99dcd4b7058aaf1d76d266fb8 2616 utils optional rust-ripgrep_12.0.1-1.dsc e4f0c912a0e9a30f92ce9c93b0c04271 252150 utils optional rust-ripgrep_12.0.1.orig.tar.gz 0628eb33d7670f43177467bff82098be 5228 utils optional rust-ripgrep_12.0.1-1.debian.tar.xz 10b632db292c6d1e4babaeee9bd667aa 11519 utils optional rust-ripgrep_12.0.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6FrQMACgkQfmUo2nUv G+Hf9BAAkGPCSAZpKnf5zFu95hfOleWCjalK/G0cedEH0a9X/Grd0kPd8IfrzaVb S7fhVUDmuH0zUf+NECxzyrEvwqAiwthG+zWuYY6kfKcVEMXpT585lDEHDs7GHPfh hfOMPVQ1tI/EIrgU94kspGme0AKc2XFTW7a+FYbwfmdBbYiFSY6cds9R3Xel8fSX 5bov5ZWhAnQJbKUUwJW5jBEvS7xfOHbhZXGABOvw7hveWFBPaTqbqWihEU56lG2Y xT1ydYCqRlbw6OcfH3dbQy7K+GONM/iTVC5bDISP08nmPOoXlMtF2h8CV5JOkIDy yxRpk/Z+gPpO6RczVnHsOsQJ7jUP2kPIwFTncJ2ZeOvl2jT0dUjBruTKjKaN+6QB 8NpVnyt13uGBYK/94/rCEtLuRH1IHR/1GdaA8g3a6nDX2Zhig0SjDtlw1BKLS/Y2 PCcLV9QuOu0kJcYGlFwfr6QR+UKUw+UBtnmxolTHQTLLCfVaHnStL5A3961ov5+F G++kj2jm9wk+M6Q1ID+wVqPeYy02kvYNqEqLmf51mRJODiH0SjqsoXAi6W6iIK1z VdMTubjjWpknb9Lqq/7Dho6RHjDTLruNP4t+5iuaV0RpZBOYDB8qVZZbLXZahHcJ m23g3vVWtl7KmDZEUB8RHtgUIT3iwTe9cJX2g+f4f6buAku4NdM= =UJCe -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From infinity0 at debian.org Thu Apr 2 20:45:51 2020 From: infinity0 at debian.org (Ximin Luo) Date: Thu, 2 Apr 2020 20:45:51 +0100 Subject: [Pkg-rust-maintainers] rust-compiler-builtins_0.1.26-1_amd64.changes REJECTED In-Reply-To: References: Message-ID: Hi, this has now been fixed and uploaded. In the future for these sorts of small issues, might I suggest ACCEPTing the package then immediately filing a RC bug report against it for this issue. Chris Lamb used to do this for some of our packages, and it would help significantly to streamline this process. Best, Ximin Sean Whitton: > > On looking through the package this time I found that src/riscv32.rs > needs its license and copyright holders either included in the file or > documented in d/copyright -- it's from the GCC source code. > > I'm sorry for not having noticed this last time I reviewed the > package. Thank you for all your efforts; please ping me to re-review > once you've corrected this and I should be able to do so quickly. > > > > > > === > > Please feel free to respond to this email if you don't understand why > your files were rejected, or if you upload new files which address our > concerns. > > > _______________________________________________ > Pkg-rust-maintainers mailing list > Pkg-rust-maintainers at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-rust-maintainers > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From ftpmaster at ftp-master.debian.org Thu Apr 2 20:53:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 02 Apr 2020 19:53:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-compiler-builtins_0.1.26-1_amd64.changes Message-ID: rust-compiler-builtins_0.1.26-1_amd64.changes uploaded successfully to localhost along with the files: librust-compiler-builtins+c-dev_0.1.26-1_amd64.deb librust-compiler-builtins+core-dev_0.1.26-1_amd64.deb librust-compiler-builtins+rustc-dep-of-std-dev_0.1.26-1_amd64.deb librust-compiler-builtins-dev_0.1.26-1_amd64.deb rust-compiler-builtins_0.1.26-1_amd64.buildinfo rust-compiler-builtins_0.1.26-1.dsc rust-compiler-builtins_0.1.26.orig.tar.gz rust-compiler-builtins_0.1.26-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Apr 2 21:24:29 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 02 Apr 2020 20:24:29 +0000 Subject: [Pkg-rust-maintainers] rust-compiler-builtins_0.1.26-1_amd64.changes is NEW Message-ID: binary:librust-compiler-builtins+c-dev is NEW. binary:librust-compiler-builtins+core-dev is NEW. binary:librust-compiler-builtins+rustc-dep-of-std-dev is NEW. binary:librust-compiler-builtins-dev is NEW. binary:librust-compiler-builtins-dev is NEW. binary:librust-compiler-builtins+c-dev is NEW. binary:librust-compiler-builtins+core-dev is NEW. binary:librust-compiler-builtins+rustc-dep-of-std-dev is NEW. source:rust-compiler-builtins is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From stephanlachnit at protonmail.com Fri Apr 3 00:37:57 2020 From: stephanlachnit at protonmail.com (Stephan Lachnit) Date: Thu, 02 Apr 2020 23:37:57 +0000 Subject: [Pkg-rust-maintainers] [RFH] packing kmon Message-ID: Hi, I'm interested in packing kmon (https://github.com/orhun/kmon), a Linux Kernel Activity Monitor. However, I'm completely new to Rust, and I got a bit confused, so I would like to ask for help here. First of all, my current attempt is here: https://salsa.debian.org/stephanlachnit-guest/kmon I didn't create it with debcargo, it wouldn't let me because of this: Suspicious file, should probably be excluded: "kmon-1.0.0/example/lkm_example.c" Something failed: ErrorMessage { msg: "Suspicious files detected, aborting. Ask on #debian-rust if you are stuck." } And I have no clue whatsoever what to do but asking :) Ignoring the dependencies for now, when building I immediately get an error: cp: cannot stat './debian/cargo-checksum.json': No such file or directory I tried to understand what to put in there, but I didn't really understand it. I guess this is not a problem if debcargo would work. Also, three of the dependencies are currently missing (marked with #), or at least it couldn't find them. Can someone help me with them? As far as I see it, they all work fine with debcargo, but I'm not a DD so I don't have upload rights. Thanks in advance and best regards Stephan From noreply at release.debian.org Fri Apr 3 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 03 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-segmentation 1.6.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-unicode-segmentation source package in Debian's testing distribution has changed. Previous version: 1.5.0-1 Current version: 1.6.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 3 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 03 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-humantime 2.0.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-humantime source package in Debian's testing distribution has changed. Previous version: 1.3.0-1 Current version: 2.0.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From wolfgang at silbermayr.at Fri Apr 3 07:14:16 2020 From: wolfgang at silbermayr.at (Wolfgang Silbermayr) Date: Fri, 3 Apr 2020 08:14:16 +0200 Subject: [Pkg-rust-maintainers] [RFH] packing kmon In-Reply-To: References: Message-ID: <70367a2a-df15-837b-fbf1-15586d73b22f@silbermayr.at> On 4/3/20 1:37 AM, Stephan Lachnit wrote: > Hi, > > I'm interested in packing kmon (https://github.com/orhun/kmon), a Linux Kernel Activity Monitor. However, I'm completely new to Rust, and I got a bit confused, so I would like to ask for help here. Hi Stephan, great to see you're attempting to work on this crate. I've seen announcements about it and thought that looks like great functionality. > First of all, my current attempt is here: https://salsa.debian.org/stephanlachnit-guest/kmon We usually don't use debcargo directly, but it's called by scripts that live in our https://salsa.debian.org/rust-team/debcargo-conf/ repository. You might want to take a look at the README.rst in this repo for a general short introduction. There is also a blog entry by guiding through first steps at https://blog.hackeriet.no/packaging-a-rust-project-for-debian/ > I didn't create it with debcargo, it wouldn't let me because of this: > > Suspicious file, should probably be excluded: "kmon-1.0.0/example/lkm_example.c" > Something failed: ErrorMessage { msg: "Suspicious files detected, aborting. Ask on #debian-rust if you are stuck." } > > And I have no clue whatsoever what to do but asking :) Asking is the correct approach in this case. :-) The problem at hand is that we take cautions to not distribute files that might cause problems, in this case source files written in the C language. Several rust projects include copies of C projects that they use, and in Debian, we attempt to not include the copies distributed with the rust projects, but instead have them packaged separately (most of the time, also by different people). This case here is more of a false positive, as it looks like an example of a minimal kernel module used for demonstration purposes. I think the best in this case is to exclude it. You might as well decide to include it, but I assume it doesn't add a lot of value. You just have to consider, once the .orig.tar.*z file is in the Debian archive, it can't be changed in retrospective, so you'll have to decide with way to go, otherwise you'll have to wait for the next release of the crate in order to change your decision. Whichever you choose, you'll find an example `debcargo.toml` file in the https://salsa.debian.org/rust-team/debcargo repo. The fields are `excludes` and `whitelist`. > Ignoring the dependencies for now, when building I immediately get an error: > > cp: cannot stat './debian/cargo-checksum.json': No such file or directory > > I tried to understand what to put in there, but I didn't really understand it. I guess this is not a problem if debcargo would work. You're right, it's probably a follow-up error. > Also, three of the dependencies are currently missing (marked with #), or at least it couldn't find them. Can someone help me with them? As far as I see it, they all work fine with debcargo, but I'm not a DD so I don't have upload rights. Neither am I at the moment. We coordinate the packaging efforts in the #debian-rust IRC channel on OFTC. Feel free to join there, there are usually some DDs online who we can ask for uploads. The typical procedure is to start by creating MRs on salsa for the `debcargo-conf` repository. Just expect the whole process to take some time, as each new crate needs to go through the NEW queue for the first upload. You can use https://crates.io/crates/cargo-debstatus for analysis, just consider that it's not packaged yet, and you'll have to install it with `cargo` for now. HTH, Wolfgang. From stephanlachnit at protonmail.com Fri Apr 3 09:30:34 2020 From: stephanlachnit at protonmail.com (Stephan Lachnit) Date: Fri, 03 Apr 2020 08:30:34 +0000 Subject: [Pkg-rust-maintainers] [RFH] packing kmon Message-ID: > We usually don't use debcargo directly, but it's called by scripts that > live in our https://salsa.debian.org/rust-team/debcargo-conf/ > repository. You might want to take a look at the README.rst in this repo > for a general short introduction. There is also a blog entry by guiding > through first steps at > https://blog.hackeriet.no/packaging-a-rust-project-for-debian/ Ah I missed that. Thanks, I think I understand it a little bit more now. > This case here is more of a false positive, as it looks like an example > of a minimal kernel module used for demonstration purposes. I think the > best in this case is to exclude it. You might as well decide to include > it, but I assume it doesn't add a lot of value. You just have to > consider, once the .orig.tar.*z file is in the Debian archive, it can't > be changed in retrospective, so you'll have to decide with way to go, > otherwise you'll have to wait for the next release of the crate in order > to change your decision. Whichever you choose, you'll find an example > `debcargo.toml` file in the https://salsa.debian.org/rust-team/debcargo > repo. The fields are `excludes` and `whitelist`. Thanks again! I'll ponder about it. As a first step, I looked into the missing dependencies and created a MR (https://salsa.debian.org/rust-team/debcargo-conf/-/merge_requests/100). Stephan From ftpmaster at ftp-master.debian.org Fri Apr 3 10:43:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 09:43:09 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-colorsys_0.5.3-1_amd64.changes Message-ID: rust-colorsys_0.5.3-1_amd64.changes uploaded successfully to localhost along with the files: librust-colorsys-dev_0.5.3-1_amd64.deb rust-colorsys_0.5.3-1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 3 10:49:02 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 09:49:02 +0000 Subject: [Pkg-rust-maintainers] rust-colorsys_0.5.3-1_amd64.changes REJECTED Message-ID: librust-colorsys-dev_0.5.3-1_amd64.deb: trying to install to new, but could not find source (rust-colorsys 0.5.3-1) binary:librust-colorsys-dev is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Fri Apr 3 10:53:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 09:53:12 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-once-cell_1.3.1-1_source.changes Message-ID: rust-once-cell_1.3.1-1_source.changes uploaded successfully to localhost along with the files: rust-once-cell_1.3.1-1.dsc rust-once-cell_1.3.1.orig.tar.gz rust-once-cell_1.3.1-1.debian.tar.xz rust-once-cell_1.3.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 3 11:03:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 10:03:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-colorsys_0.5.3-1_amd64.changes Message-ID: rust-colorsys_0.5.3-1_amd64.changes uploaded successfully to localhost along with the files: librust-colorsys-dev_0.5.3-1_amd64.deb rust-colorsys_0.5.3-1_amd64.buildinfo rust-colorsys_0.5.3-1.dsc rust-colorsys_0.5.3.orig.tar.gz rust-colorsys_0.5.3-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 3 11:05:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 10:05:12 +0000 Subject: [Pkg-rust-maintainers] rust-once-cell_1.3.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 03 Apr 2020 11:35:23 +0200 Source: rust-once-cell Architecture: source Version: 1.3.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: David Bürgin Changes: rust-once-cell (1.3.1-1) unstable; urgency=medium . * Team upload. * Package once_cell 1.3.1 from crates.io using debcargo 2.4.2 * Remove patch for reentrant_init test incorporated upstream * Add patch to update crossbeam-utils to 0.7.2 Checksums-Sha1: 31d5e874b974cdd65be08adad46d5fc39d40a387 2332 rust-once-cell_1.3.1-1.dsc 27e2902b34825ac46b5f9f63d4374069f4aa9995 23800 rust-once-cell_1.3.1.orig.tar.gz ccfc99b28112b06cc3f11d02a8378b3b81c7a8ca 3160 rust-once-cell_1.3.1-1.debian.tar.xz ef9cb1b83895936680953f40f4e1bbeeeabcae55 8229 rust-once-cell_1.3.1-1_source.buildinfo Checksums-Sha256: ab4e8c6dae7fecd56e639b05c088c99584d7e1fba7b22bf4921fd3358883992c 2332 rust-once-cell_1.3.1-1.dsc b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b 23800 rust-once-cell_1.3.1.orig.tar.gz 1fa11fc5206ab56c640307afdfbf91695cfa10bae6aa0c1e64f8d1acfbac35f0 3160 rust-once-cell_1.3.1-1.debian.tar.xz b49d9a12da41152f485096d41cb5b0b85bbcb63552cf452962cb9fd9fca0efcd 8229 rust-once-cell_1.3.1-1_source.buildinfo Files: 1f1f15946da8aa77386e9b9fce843806 2332 rust optional rust-once-cell_1.3.1-1.dsc 61fb7430f87c17a4ae64d2020c6532fa 23800 rust optional rust-once-cell_1.3.1.orig.tar.gz 87ac5d39a6a3a9533485a0269ca4bbbd 3160 rust optional rust-once-cell_1.3.1-1.debian.tar.xz b90fda796da13288a8ae4918b6303a9c 8229 rust optional rust-once-cell_1.3.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6HA10ACgkQfmUo2nUv G+ECtw/+IYCMuvnQGLfFbUXhUt/KsVvHRiDxyGTuotTH2ZEgTBHmImVqeHS/fzV3 X8e6J/0a1HQw+4LNTidRjNRgoDZ1fmUpuqeaI4vcVILdhsQ+x1qAbmqQlymbmtvF wvBd2dkKBHML6ot2Nag457yipU2cZpCFaNAFFAU06sPfGcV5deliYTOZOYYa0kvt m9bx/BdwxpoO7bHTEUHpH4O49lmmNt7vhuDW1O1pMJa4dC6pZoxyXDZ4yOuYb9+9 iB2Iu8/Hz7maF5xbk6vw2KhkbkJU9JXappivBcTsKVJbHvPOzmFRmfNHCITdx4fs +dDz+ncRVQu6m8OLKD/83HqcQujVx8kdEYw7Laz7FuLJu+oAtLfEKKGz/QWZVfan wb9CKg8/tUIuSCvMMFU40qC7f1IuHOoHSSsTxav+p20JvrLqb4sWlJiUNI2ctDzW ibPeEW8IBKMtvFNJ1LPYmXM+TM0T1af2WWr1M/DnZM2LFR8ekEzatXOtpu6CnD7Z /2PdOuUXsWn7/6CbwygH7zpGJVPBSna5Qr0kVpa4uMg4EgeM3ShxrZgZuritq9DX GDvphmFTic768LvEmb5DwYlLTwi+DGtAYGauXX3pNCne1fHNmPFS6bH7R8V/Z1jf LKUo7xS8Xf9jSaFIiI3fdEej9iHH1bVtt14yfTe4b4BU/x72fdY= =m2s0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri Apr 3 11:13:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 10:13:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-enum-iterator-derive_0.6.0-1_amd64.changes Message-ID: rust-enum-iterator-derive_0.6.0-1_amd64.changes uploaded successfully to localhost along with the files: librust-enum-iterator-derive-dev_0.6.0-1_amd64.deb rust-enum-iterator-derive_0.6.0-1_amd64.buildinfo rust-enum-iterator-derive_0.6.0-1.dsc rust-enum-iterator-derive_0.6.0.orig.tar.gz rust-enum-iterator-derive_0.6.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 3 11:20:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 10:20:17 +0000 Subject: [Pkg-rust-maintainers] rust-colorsys_0.5.3-1_amd64.changes is NEW Message-ID: binary:librust-colorsys-dev is NEW. binary:librust-colorsys-dev is NEW. source:rust-colorsys is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Fri Apr 3 11:20:23 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 10:20:23 +0000 Subject: [Pkg-rust-maintainers] rust-enum-iterator-derive_0.6.0-1_amd64.changes is NEW Message-ID: binary:librust-enum-iterator-derive-dev is NEW. binary:librust-enum-iterator-derive-dev is NEW. source:rust-enum-iterator-derive is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Fri Apr 3 11:23:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 10:23:44 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-enum-iterator_0.6.0-1_amd64.changes Message-ID: rust-enum-iterator_0.6.0-1_amd64.changes uploaded successfully to localhost along with the files: librust-enum-iterator-dev_0.6.0-1_amd64.deb rust-enum-iterator_0.6.0-1_amd64.buildinfo rust-enum-iterator_0.6.0-1.dsc rust-enum-iterator_0.6.0.orig.tar.gz rust-enum-iterator_0.6.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 3 11:34:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 10:34:28 +0000 Subject: [Pkg-rust-maintainers] rust-enum-iterator_0.6.0-1_amd64.changes is NEW Message-ID: binary:librust-enum-iterator-dev is NEW. binary:librust-enum-iterator-dev is NEW. source:rust-enum-iterator is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Fri Apr 3 16:00:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 15:00:18 +0000 Subject: [Pkg-rust-maintainers] wasi-libc_0.0~git20191220.a280fea-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 8 Mar 2020 22:40:04 GMT Source: wasi-libc Binary: wasi-libc Architecture: all source Version: 0.0~git20191220.a280fea-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: wasi-libc - WASI libc implementation for WebAssembly Changes: wasi-libc (0.0~git20191220.a280fea-1) unstable; urgency=medium . * Initial release. Checksums-Sha256: 82262f84b70e87fe782fb5d801ce2bf545958e622339c7bd2a2a72ad691f2827 725720 wasi-libc_0.0~git20191220.a280fea-1_all.deb 7a188225103ca6c001f69e94dd854e01c76bd7476aa4acaf0c3ec59cca826909 5336 wasi-libc_0.0~git20191220.a280fea-1_amd64.buildinfo 2a7f823aa80e8e773eca3a74375fccfab321e670695322f936dd53e63a7123a9 1468 wasi-libc_0.0~git20191220.a280fea-1.dsc f50fb8eb430792818aaca9b970773b925dcd927d01f7c5328b8006af79d02a95 1209984 wasi-libc_0.0~git20191220.a280fea.orig.tar.gz 3e75baa1be49adcc110c2b460230f2bc91fbc09fb2c1bdb491d4c1553c67a6c0 5980 wasi-libc_0.0~git20191220.a280fea-1.debian.tar.xz Checksums-Sha1: 8715866eefa10b7ec18cdb3d5b880f3312e251db 725720 wasi-libc_0.0~git20191220.a280fea-1_all.deb b55760906b45a8568e83c24112803dbc7b719d36 5336 wasi-libc_0.0~git20191220.a280fea-1_amd64.buildinfo fa390c6f3d89a607872132ccca2700c61bf15d7a 1468 wasi-libc_0.0~git20191220.a280fea-1.dsc 0a64d97de44fba4f1295d1fc698cef7aa7549ab2 1209984 wasi-libc_0.0~git20191220.a280fea.orig.tar.gz 4272f21732400361ef897257716e4a15739f6655 5980 wasi-libc_0.0~git20191220.a280fea-1.debian.tar.xz Files: 02f32a6a97e6961b847be66ae80583c8 725720 devel optional wasi-libc_0.0~git20191220.a280fea-1_all.deb 107e6eeab17a3eab986feb912a4ea463 5336 devel optional wasi-libc_0.0~git20191220.a280fea-1_amd64.buildinfo 06c87b6429b95d56dfa97e9e17368a5d 1468 devel optional wasi-libc_0.0~git20191220.a280fea-1.dsc 841fa26f8ffc24a0359ee3fa429f0bba 1209984 - - wasi-libc_0.0~git20191220.a280fea.orig.tar.gz edab910d8a57ae07a1f6254b6554931a 5980 - - wasi-libc_0.0~git20191220.a280fea-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXmV0TAAKCRDrH8jaRfsp MHowAQDIx04/PEIwqSisRDM2ix+TT8SHi4uFrTzqKNSVVFiWeAEAxa5dkElGqYSm 2Sx+Nw1Jm3Srv2wr0WkQzhMthgQZKAI= =79pu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From c.schoenert at t-online.de Fri Apr 3 20:01:21 2020 From: c.schoenert at t-online.de (Carsten Schoenert) Date: Fri, 03 Apr 2020 21:01:21 +0200 Subject: [Pkg-rust-maintainers] Bug#955638: cargo: please package recent version Message-ID: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Package: cargo Version: 0.40.0-3 Severity: wishlist Dear Maintainer, I'm working on packaging current beta versions of Thunderbird for experimental. This is requiring a cargo version >= 1.41 (cargo --version). Could you please consider to package the most recent version at least for experimental? Thanks and regards Carsten -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-4-amd64 (SMP w/6 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages cargo depends on: ii binutils 2.34-5 ii clang 1:9.0-49.1 ii clang-7 [c-compiler] 1:7.0.1-12 ii clang-8 [c-compiler] 1:8.0.1-9 ii clang-9 [c-compiler] 1:9.0.1-10 ii gcc [c-compiler] 4:9.2.1-3.1 ii gcc-6 [c-compiler] 6.5.0-1 ii gcc-7 [c-compiler] 7.5.0-5 ii gcc-8 [c-compiler] 8.4.0-1 ii gcc-9 [c-compiler] 9.3.0-8 ii libc6 2.30-4 ii libcurl3-gnutls 7.68.0-1 ii libgcc-s1 [libgcc1] 10-20200324-1 ii libgcc1 1:10-20200324-1 ii libgit2-28 0.28.4+dfsg.1-4 ii libssh2-1 1.8.0-2.1 ii libssl1.1 1.1.1d-2 ii rustc 1.40.0+dfsg1-5 ii zlib1g 1:1.2.11.dfsg-2 cargo recommends no packages. Versions of packages cargo suggests: pn cargo-doc ii python3 3.8.2-2 -- no debconf information From ftpmaster at ftp-master.debian.org Fri Apr 3 23:52:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 03 Apr 2020 22:52:48 +0000 Subject: [Pkg-rust-maintainers] Processing of rustc_1.41.1+dfsg1-1_source.changes Message-ID: rustc_1.41.1+dfsg1-1_source.changes uploaded successfully to localhost along with the files: rustc_1.41.1+dfsg1-1.dsc rustc_1.41.1+dfsg1-1.debian.tar.xz rustc_1.41.1+dfsg1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 4 01:23:25 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 00:23:25 +0000 Subject: [Pkg-rust-maintainers] Processing of wasi-libc_0.0~git20191220.a280fea-2_source.changes Message-ID: wasi-libc_0.0~git20191220.a280fea-2_source.changes uploaded successfully to localhost along with the files: wasi-libc_0.0~git20191220.a280fea-2.dsc wasi-libc_0.0~git20191220.a280fea-2.debian.tar.xz wasi-libc_0.0~git20191220.a280fea-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From infinity0 at debian.org Sat Apr 4 01:17:47 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 4 Apr 2020 01:17:47 +0100 Subject: [Pkg-rust-maintainers] Bug#955638: Bug#955638: cargo: please package recent version In-Reply-To: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Hi Carsten, it might be a couple of weeks until we get this done. Have you tried just deleting the version constraint and using the existing version in Debian sid? X Carsten Schoenert: > Package: cargo > Version: 0.40.0-3 > Severity: wishlist > > Dear Maintainer, > > I'm working on packaging current beta versions of Thunderbird for > experimental. > This is requiring a cargo version >= 1.41 (cargo --version). > Could you please consider to package the most recent version at least > for experimental? > > Thanks and regards > Carsten > > -- System Information: > Debian Release: bullseye/sid > APT prefers testing > APT policy: (500, 'testing'), (1, 'experimental') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 5.4.0-4-amd64 (SMP w/6 CPU cores) > Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /usr/bin/dash > Init: systemd (via /run/systemd/system) > LSM: AppArmor: enabled > > Versions of packages cargo depends on: > ii binutils 2.34-5 > ii clang 1:9.0-49.1 > ii clang-7 [c-compiler] 1:7.0.1-12 > ii clang-8 [c-compiler] 1:8.0.1-9 > ii clang-9 [c-compiler] 1:9.0.1-10 > ii gcc [c-compiler] 4:9.2.1-3.1 > ii gcc-6 [c-compiler] 6.5.0-1 > ii gcc-7 [c-compiler] 7.5.0-5 > ii gcc-8 [c-compiler] 8.4.0-1 > ii gcc-9 [c-compiler] 9.3.0-8 > ii libc6 2.30-4 > ii libcurl3-gnutls 7.68.0-1 > ii libgcc-s1 [libgcc1] 10-20200324-1 > ii libgcc1 1:10-20200324-1 > ii libgit2-28 0.28.4+dfsg.1-4 > ii libssh2-1 1.8.0-2.1 > ii libssl1.1 1.1.1d-2 > ii rustc 1.40.0+dfsg1-5 > ii zlib1g 1:1.2.11.dfsg-2 > > cargo recommends no packages. > > Versions of packages cargo suggests: > pn cargo-doc > ii python3 3.8.2-2 > > -- no debconf information > > _______________________________________________ > Pkg-rust-maintainers mailing list > Pkg-rust-maintainers at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-rust-maintainers > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From infinity0 at debian.org Sat Apr 4 01:19:59 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 4 Apr 2020 01:19:59 +0100 Subject: [Pkg-rust-maintainers] Bug#955208: Bug#955208: rustc: rustup is not available on Debian In-Reply-To: References: <158540066700.51460.14477199113217128283.reportbug@beethoven> <158540066700.51460.14477199113217128283.reportbug@beethoven> <158540066700.51460.14477199113217128283.reportbug@beethoven> Message-ID: Hi all, I agree that rustup should be in Debian. Achieving this is currently blocked on either of these two issues: - https://github.com/rust-lang/rustup/issues/835 OR - https://salsa.debian.org/rust-team/debcargo/-/merge_requests/22 If you want to help, achieving either of these would help to unblock progress. X Ralph Giles: > I would also like to start off with a Debian-packaged rustup rather > than having to install it from upstream. > > It's been discussed before, but I think no one was pursuaded to start > maintaining a package. IIRC one issue was that rustup likes to update > itself. You'd need to check how difficult it would be to have the > system rustup always just install any updates in the user's .cargo > subtree, without trying to write to the root filesytem. The user's > local version would then take precedence through the normal PATH > setting. > > I think there was also some concern about support over the lifetime of > a debian release, should upstream change their API sufficiently to stop > the packaged version working. > > -r > > On Sat, 2020-03-28 at 14:04 +0100, Martin Monperrus wrote: >> Package: rustc >> Version: 1.40.0+dfsg1-5 >> Severity: normal >> >> Dear Awesome Rust Debian Maintainers, >> >> I notice that rustup is not packaged for Debian. One option is to go >> through >> snap (https://snapcraft.io/install/rustup/debian) but native packages >> are >> preferable. >> >> Since rustup is used by many projects, it would be great to have it >> natively on >> Debian: >> >> apt-get install rustup >> >> What do you think? >> >> Best regards, >> >> --Martin >> >> >> >> >> >> -- System Information: >> Debian Release: bullseye/sid >> APT prefers unstable >> APT policy: (500, 'unstable') >> Architecture: amd64 (x86_64) >> Foreign Architectures: i386 >> >> Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores) >> Kernel taint flags: TAINT_WARN, TAINT_CRAP, TAINT_OOT_MODULE, >> TAINT_UNSIGNED_MODULE >> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), >> LANGUAGE=en_US.UTF-8 (charmap=UTF-8) >> Shell: /bin/sh linked to /bin/dash >> Init: systemd (via /run/systemd/system) >> LSM: AppArmor: enabled >> >> Versions of packages rustc depends on: >> ii binutils 2.34-5 >> ii gcc 4:9.2.1-3.1 >> ii libc6 2.30-2 >> ii libc6-dev [libc-dev] 2.30-2 >> ii libgcc-s1 [libgcc1] 10-20200324-1 >> ii libgcc1 1:10-20200324-1 >> ii libllvm9 1:9.0.1-10 >> ii libstd-rust-dev 1.40.0+dfsg1-5 >> ii libstdc++6 10-20200324-1 >> >> Versions of packages rustc recommends: >> ii cargo 0.40.0-3 >> ii rust-gdb 1.40.0+dfsg1-5 >> >> Versions of packages rustc suggests: >> pn lld-9 >> pn rust-doc >> pn rust-src >> >> -- no debconf information >> >> >> _______________________________________________ >> Pkg-rust-maintainers mailing list >> Pkg-rust-maintainers at alioth-lists.debian.net >> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-rust-maintainers -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From ftpmaster at ftp-master.debian.org Sat Apr 4 03:09:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 02:09:00 +0000 Subject: [Pkg-rust-maintainers] rustc_1.41.1+dfsg1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 03 Apr 2020 23:41:11 +0100 Source: rustc Architecture: source Version: 1.41.1+dfsg1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rustc (1.41.1+dfsg1-1) unstable; urgency=medium . * Upload to unstable. Checksums-Sha1: 65a7231de8392d824a5456d457ae039be87a05e1 2504 rustc_1.41.1+dfsg1-1.dsc 79072111bb4ec4e1c050a76cd68b38119d7f91b1 86716 rustc_1.41.1+dfsg1-1.debian.tar.xz cf836f89a6928da4e7c86045778eadbc7f25eff9 7761 rustc_1.41.1+dfsg1-1_source.buildinfo Checksums-Sha256: 20e520544622bb935bb9579b7dba56e55cfe5c7043b9e9334081711da2748182 2504 rustc_1.41.1+dfsg1-1.dsc 7f61bbbd8e5ff84283517c521863ebfdc18ba32969cd45694838088d06233688 86716 rustc_1.41.1+dfsg1-1.debian.tar.xz c9367a10262b79d0b15246b8b4b4e265c404d68434cab491bbff2cb75cdfede2 7761 rustc_1.41.1+dfsg1-1_source.buildinfo Files: ef4472cc64db8438431dc5e369c9f6b6 2504 devel optional rustc_1.41.1+dfsg1-1.dsc c2a7535b844294490cb056de097e08f1 86716 devel optional rustc_1.41.1+dfsg1-1.debian.tar.xz 334c3f0b3cae386589bfae04717d278f 7761 devel optional rustc_1.41.1+dfsg1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXoe8EgAKCRDrH8jaRfsp MA6bAQC9frWnsR/d8pHOhicJB2yDTLLy37g4H3l7DavobLnTMwD+Ls8lG8FuNTX8 ChEYkYIbzWCfV93PRciPzJBq7BwWdw0= =TClM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 4 03:08:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 02:08:59 +0000 Subject: [Pkg-rust-maintainers] Processing of wasi-libc_0.0~git20200114.1fad338-1_source.changes Message-ID: wasi-libc_0.0~git20200114.1fad338-1_source.changes uploaded successfully to localhost along with the files: wasi-libc_0.0~git20200114.1fad338-1.dsc wasi-libc_0.0~git20200114.1fad338.orig.tar.xz wasi-libc_0.0~git20200114.1fad338-1.debian.tar.xz wasi-libc_0.0~git20200114.1fad338-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 4 03:55:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 02:55:17 +0000 Subject: [Pkg-rust-maintainers] wasi-libc_0.0~git20191220.a280fea-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 04 Apr 2020 01:12:55 +0100 Source: wasi-libc Architecture: source Version: 0.0~git20191220.a280fea-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: wasi-libc (0.0~git20191220.a280fea-2) unstable; urgency=medium . * Mark as M-A: foreign for cross-compiling. Checksums-Sha1: cc4af6c98cddca716be09cbaa8fba20a14329773 1468 wasi-libc_0.0~git20191220.a280fea-2.dsc 9e3949ff3eab845ef00760507db41431831b2766 6048 wasi-libc_0.0~git20191220.a280fea-2.debian.tar.xz 96052f348c013e4cfd901e1829b777668db134ef 5441 wasi-libc_0.0~git20191220.a280fea-2_source.buildinfo Checksums-Sha256: 96f95678e8e6ffdfd1032c345610423bff25d8303a5fdef96f54a0c35e628166 1468 wasi-libc_0.0~git20191220.a280fea-2.dsc a6a06519035d3d7ca3dd1ebe0d6792665a7f374f14abe179c79dc1bdad26690d 6048 wasi-libc_0.0~git20191220.a280fea-2.debian.tar.xz bf602fe8e5382b3f336770e9ac9067479ef256addd9469038df002a600ee4575 5441 wasi-libc_0.0~git20191220.a280fea-2_source.buildinfo Files: a25a48b593473d1849d97e96c0a96c43 1468 devel optional wasi-libc_0.0~git20191220.a280fea-2.dsc 7fb769aba23f4e220cbfb470b03e313a 6048 devel optional wasi-libc_0.0~git20191220.a280fea-2.debian.tar.xz 3104ee0a893c36f1b2c4fe98ef16cffa 5441 devel optional wasi-libc_0.0~git20191220.a280fea-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXofRGwAKCRDrH8jaRfsp MKVFAQDSVzJUOQcfXHoAPOfX5BHrw1cUFNpfbrMSYyzh7QLAPwD/dYP+9Iv9aGSd Tt5q+Kd9M3yy0BzbUD6IhgXPq2cZgQs= =Y1Xx -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 4 03:55:30 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 02:55:30 +0000 Subject: [Pkg-rust-maintainers] wasi-libc_0.0~git20200114.1fad338-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 04 Apr 2020 02:54:16 +0100 Source: wasi-libc Architecture: source Version: 0.0~git20200114.1fad338-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: wasi-libc (0.0~git20200114.1fad338-1) unstable; urgency=medium . * New upstream version needed by rustc 1.42.0. Checksums-Sha1: 94b2b4d398840ead4306b76e699e9fc6b23541de 1465 wasi-libc_0.0~git20200114.1fad338-1.dsc e3d7ec8d1944d02340d86317e4e533e5d46ce14e 804764 wasi-libc_0.0~git20200114.1fad338.orig.tar.xz 44f71bd5badb931e22cd612ce71c703a75804152 6260 wasi-libc_0.0~git20200114.1fad338-1.debian.tar.xz add090402e6a776fb32c5901db9720fe0f00f739 5441 wasi-libc_0.0~git20200114.1fad338-1_source.buildinfo Checksums-Sha256: 405f844710fa14edab3221bf11d900a67d9cc0d31d2629f637dd3ee18c9b9954 1465 wasi-libc_0.0~git20200114.1fad338-1.dsc ee469839900db92564357f5ded9c29c8844816aff43bacd6bcb7a85d7e4d27bb 804764 wasi-libc_0.0~git20200114.1fad338.orig.tar.xz 46198c1bf30e2fa147896a7f7cfe6fa2bac2adb00fbc9ae43d2b62ed97ea0ea9 6260 wasi-libc_0.0~git20200114.1fad338-1.debian.tar.xz b739f3bfafe30b4c49db1d11a2431637fbdf8ab1465d2945f285c7779b41b342 5441 wasi-libc_0.0~git20200114.1fad338-1_source.buildinfo Files: d06f1448c63ed26eb66452bfcfa39666 1465 devel optional wasi-libc_0.0~git20200114.1fad338-1.dsc 3303280cd1a025295fb386322e1ba9c3 804764 devel optional wasi-libc_0.0~git20200114.1fad338.orig.tar.xz 5e97d5f3611f55f12e1cee4e4a8a675c 6260 devel optional wasi-libc_0.0~git20200114.1fad338-1.debian.tar.xz 297f4e88cd55329eb64ce22ebab11c59 5441 devel optional wasi-libc_0.0~git20200114.1fad338-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXofo5QAKCRDrH8jaRfsp MLifAP9LCBHmdcQuXIEHfPz9WU7xVlYcXfaFk/ohIlStLlfG5wD+OP1xeNRCXhPv ZacXduBekCjh4u3nn22LNfk3vckmeg8= =45qQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 4 04:35:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 03:35:52 +0000 Subject: [Pkg-rust-maintainers] Processing of rustc_1.42.0+dfsg1-1~exp1_i386.changes Message-ID: rustc_1.42.0+dfsg1-1~exp1_i386.changes uploaded successfully to localhost along with the files: libstd-rust-1.42-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb libstd-rust-1.42_1.42.0+dfsg1-1~exp1_i386.deb libstd-rust-dev-wasm32-cross_1.42.0+dfsg1-1~exp1_all.deb libstd-rust-dev_1.42.0+dfsg1-1~exp1_i386.deb rust-doc_1.42.0+dfsg1-1~exp1_all.deb rust-gdb_1.42.0+dfsg1-1~exp1_all.deb rust-lldb_1.42.0+dfsg1-1~exp1_all.deb rust-src_1.42.0+dfsg1-1~exp1_all.deb rustc-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb rustc_1.42.0+dfsg1-1~exp1_i386.buildinfo rustc_1.42.0+dfsg1-1~exp1_i386.deb rustc_1.42.0+dfsg1-1~exp1.dsc rustc_1.42.0+dfsg1.orig.tar.xz rustc_1.42.0+dfsg1-1~exp1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 4 04:54:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 03:54:17 +0000 Subject: [Pkg-rust-maintainers] rustc_1.42.0+dfsg1-1~exp1_i386.changes REJECTED Message-ID: rustc-dbgsym: lintian output: 'library-in-debug-or-profile-should-not-be-stripped usr/lib/debug/.dwz/i386-linux-gnu/rustc.debug', automatically rejected package. binary:libstd-rust-1.42 is NEW. binary:libstd-rust-1.42 is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From c.schoenert at t-online.de Sat Apr 4 06:11:58 2020 From: c.schoenert at t-online.de (Carsten Schoenert) Date: Sat, 4 Apr 2020 07:11:58 +0200 Subject: [Pkg-rust-maintainers] Bug#955638: cargo: please package recent version In-Reply-To: References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> Hello Ximin, Am 04.04.20 um 02:17 schrieb Ximin Luo: > Hi Carsten, it might be a couple of weeks until we get this done. > Have you tried just deleting the version constraint and using the > existing version in Debian sid? I've tried to figure out the right place there this version check is happen. In most cases this is file ./old-configure.in within the Thunderbird sources. But I did have no luck on this until now. I will look further into this part this weekend I guess, mostly the version checks from the Firefox environment are to strict for Thunderbird, yes. Most of the parts from the Firefox source are not built for Thunderbird but the configure script is checking this. In the long term this is always just a workaround which, if I do this, I need to proof deeply before uploading new packages even to experimental. So if you ever find time to have a look into newer cargo versions please keep an eye on this. It's currently really frustrating that I'm unable to build a recent Thunderbird Beta version due every time new version dependencies around Rust are popping up. This is not your fault, but shows me how complex and fragile the Rust ecosystem currently is. The built is just the first problem I need to solve, Mozilla has again changed some previously internally parts in Thunderbird and I need to adopt the Debian built to this again. -- Regards Carsten Schoenert From ftpmaster at ftp-master.debian.org Sat Apr 4 07:43:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 06:43:28 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-failure_0.1.7-1_source.changes Message-ID: rust-failure_0.1.7-1_source.changes uploaded successfully to localhost along with the files: rust-failure_0.1.7-1.dsc rust-failure_0.1.7.orig.tar.gz rust-failure_0.1.7-1.debian.tar.xz rust-failure_0.1.7-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 4 07:43:29 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 06:43:29 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-failure-derive_0.1.7-1_source.changes Message-ID: rust-failure-derive_0.1.7-1_source.changes uploaded successfully to localhost along with the files: rust-failure-derive_0.1.7-1.dsc rust-failure-derive_0.1.7.orig.tar.gz rust-failure-derive_0.1.7-1.debian.tar.xz rust-failure-derive_0.1.7-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 4 07:49:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 06:49:42 +0000 Subject: [Pkg-rust-maintainers] rust-failure_0.1.7-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 04 Apr 2020 08:34:12 +0200 Source: rust-failure Architecture: source Version: 0.1.7-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Changes: rust-failure (0.1.7-1) unstable; urgency=medium . * Package failure 0.1.7 from crates.io using debcargo 2.4.2 Checksums-Sha1: 1e306145536d6c69b2e365c15e2848686e94c7ea 2654 rust-failure_0.1.7-1.dsc 5f29413c3b73ac8b9884a9f05e79f0d9cb33f97a 37416 rust-failure_0.1.7.orig.tar.gz 3e0fa575460b14a8d5abb32ead9099c266f8b31a 3388 rust-failure_0.1.7-1.debian.tar.xz 855222d7a3efcf9023d55c0f528118c3c2d03a44 7112 rust-failure_0.1.7-1_source.buildinfo Checksums-Sha256: bb5e17c68bdd48edd42c82b0e7cef51a894a09e813870d5c5f88e7edbb3ca3f5 2654 rust-failure_0.1.7-1.dsc b8529c2421efa3066a5cbd8063d2244603824daccb6936b079010bb2aa89464b 37416 rust-failure_0.1.7.orig.tar.gz 6f317451e39851b3c9511cc61231bacb956241634d8769c4a97ec6fb37485ef8 3388 rust-failure_0.1.7-1.debian.tar.xz 21ade359386870a6d5144b006229155c791001922db436b2d0c57a8e243293f6 7112 rust-failure_0.1.7-1_source.buildinfo Files: ba299097e7e48b94ce7fc2e9eab12e76 2654 rust optional rust-failure_0.1.7-1.dsc afc24cfd4c16e2562810eb6fa6b8339d 37416 rust optional rust-failure_0.1.7.orig.tar.gz 6e5ccb49012e080caa503b412428c3c1 3388 rust optional rust-failure_0.1.7-1.debian.tar.xz 3e593ff971495b9219a07d6d121185be 7112 rust optional rust-failure_0.1.7-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6IKmcXHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwQSlA//aVnjPoJznCt62xf6PlXm6oau 2NsTkxJmZYYyyz/cMC0W1ZFOzbGVyiSNqFt0Rkg80S9FGA4OtBUkVQ5F3dPSSmuk CrpwNGKIO/rcdFtJKVOnNbqWH+yAGxVbtO5PXtzRomP1hwjOC9VCXZwnlpIZqII0 l6uYnqNie5zqxEnrTAn535XqQDqM23UB2F+dqwU9pcXKf7XH+9AMYb+6c0ZTGK+B F3YmkHTL63RBtnspt1juKcXWwLpozncC6SKs31LYcwfJkvYfE0PYx/PJ6voumepI hAd34VfXwLNo4dcbjTozTapS8TsCqQZqWazUd8msrSc/WfbkXwLknqljgz9BB7tj r2nv0gpE9kyeuy1xJiXcwQ89i3Q2sOEBxrbcO0gqvCixJm7Fptl1M87RkvApe0q5 sdlbGPLP/pW6ZGS/uogedK2PNhdRYxgcXRgqSWmFwap36Ij5xPpRb/9pUEpV8Fsh TiKAMCiv1mVftY2MhHBoGEkgnx+IVpyAcCmnGht1NNm4OGbcakFMf4H3/mYnf4NY fHzFERdkSLeW4QeWPSmxcnNe1B43MT84ZnnDiE6tUuVN48njayQ8GsseH4wiInKJ 4B7irdY3dwE3kC7xEwWs/WEXTCenWlOT2DWskYIbcxaGr0L3i620U1Vv1RjU1+AJ gUq5bL4oeyHjePH85mE= =OE9Y -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 4 07:49:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 06:49:47 +0000 Subject: [Pkg-rust-maintainers] rust-failure-derive_0.1.7-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 04 Apr 2020 08:30:36 +0200 Source: rust-failure-derive Architecture: source Version: 0.1.7-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Changes: rust-failure-derive (0.1.7-1) unstable; urgency=medium . * Package failure_derive 0.1.7 from crates.io using debcargo 2.4.2 Checksums-Sha1: 9c8855cfffe2e2d5557bd2d545edfabca016ca20 2567 rust-failure-derive_0.1.7-1.dsc 58d84287059ac1b4fb526c669f0a65556bfa72b2 4902 rust-failure-derive_0.1.7.orig.tar.gz 0e91d02d97918ef081e92eb356a2125584773fa2 2804 rust-failure-derive_0.1.7-1.debian.tar.xz 10fcce11c2813bca596a87cc98bf099b57bde79e 7083 rust-failure-derive_0.1.7-1_source.buildinfo Checksums-Sha256: 1351d8e81b4fce5edde3c9b54d1de9b9ca0f8d24bc608dc70aa156183382d485 2567 rust-failure-derive_0.1.7-1.dsc 030a733c8287d6213886dd487564ff5c8f6aae10278b3588ed177f9d18f8d231 4902 rust-failure-derive_0.1.7.orig.tar.gz 2107f1e8a8de0108f3b69c2250f6d2545edf0291e5f3da18140f33316260acd1 2804 rust-failure-derive_0.1.7-1.debian.tar.xz cc01816f2b59e31c4c5e3c662205ab6994e854fb4cd2c287b48fa247c13f739a 7083 rust-failure-derive_0.1.7-1_source.buildinfo Files: 808efd01cc726202d0172bb0957c7f81 2567 rust optional rust-failure-derive_0.1.7-1.dsc 7a7025927babed3d2bac72066a6494fc 4902 rust optional rust-failure-derive_0.1.7.orig.tar.gz 2f8f8b7eb0d8a138f790c726e099aa61 2804 rust optional rust-failure-derive_0.1.7-1.debian.tar.xz fb4661c1985adbee2cd11c6dbe441a15 7083 rust optional rust-failure-derive_0.1.7-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6IKZAXHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwS0LBAAtQ6zDlpaRdCPjnUZrGaJTwyy IML/Ick6eaNEdF+mHO+otGFTVWz/n1j+ruX6P68Bap9c+MiAZOiORkWaDg5GxSIR IrB1C2R+5yN7Tmy7VE0FzacvhlSWySFwbRB+vXeC+/sK/Vk0AONWdekIGlm7GwqC ErDDaTobql8G7yPl2VLmp3DqG91jH5w0rgYzL8ZBE7qBH7Si2w/8sqveQ1OIokq8 eSAwYktQpXGWn06LLtVolNOl8NTjO2Xrdnwt1cHMzMcgKJZDKOQHKuP9qnVDM9yQ ll7AaGMRHpCjldo14Nr+f0vZCB9l/r/gF//5Aa2vdza85ZokcDUYa49fcE8xzsMl yNsMMeR9hogNmE1qtbn5Up9kZJHOr9Hg/+0OIhKGQpaxFKACdLaQNoJz0lVRQnOv 1CWhkFRvUhgYRZBSAlC5KN8xDFLrwMhDHLMqg5gDaJljvUHk9sWvTV0IUUPFnahl 4nqUuFMWw/aYtxPhlR6vevN2+yOZ3EdoLgH+PdyU26E4y+rihCwRfn+2sGJb0qP6 N97hJ8MICFgKlIatXDB/WADMNbmlGn4X+vRF6YqO6gHYtYHGLM/xxGV81VrXzdgC TaAj/m/nkYFYPGj5x5YtHrZU4y2Ou4Bgbncq2pCReeNL+4PJydiKN3Dzwqm+PF+9 AIL/0ZMps6RUjy3GthE= =dZHo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From infinity0 at debian.org Sat Apr 4 14:03:07 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 4 Apr 2020 14:03:07 +0100 Subject: [Pkg-rust-maintainers] rustc_1.42.0+dfsg1-1~exp1_i386.changes REJECTED In-Reply-To: References: Message-ID: <1af926ea-f77b-28c8-abce-b9564e6d3da1@debian.org> +CC debhelper maintainer Dear FTP masters, I am not sure how to deal with this issue. Firstly, I don't understand what the problem is and why lintian is complaining. The file in question is new in 1.42 and does not appear in rustc-dbgsym 1.41 or earlier. I don't know why this is the case. (Maybe because I switched from debhelper compat 9 to 12?) The normal symbols file in .build-id is not stripped: get the build-id from rustc: - usr/bin/rustc: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=e0d5e48e0142863f2e3227ba151924254c13fc7c, for GNU/Linux 3.2.0, stripped symbols file from rustc-dbgsym: - usr/lib/debug/.build-id/e0/d5e48e0142863f2e3227ba151924254c13fc7c.debug: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=e0d5e48e0142863f2e3227ba151924254c13fc7c, for GNU/Linux 3.2.0, with debug_info, not stripped I don't understand what the file in .dwz is, and why it is a problem for it to be stripped. Note that /usr/bin/rustc is 14KB and merely calls a private shared library where most of its functionality is. So perhaps "stripped" is just a false positive and there is in fact nothing there in the first place for it to be "not stripped". Secondly, I cannot see any documentation anywhere on how I can affect what is autogenerated at all. Neither to "fix" any problem in the file, nor to add a lintian-override - the usual method of creating debian/$binpkg.lintian-overrides gets ignored by the autogeneration mechanism. Please advise on how to proceed. Best, Ximin Debian FTP Masters: > > > rustc-dbgsym: lintian output: 'library-in-debug-or-profile-should-not-be-stripped usr/lib/debug/.dwz/i386-linux-gnu/rustc.debug', automatically rejected package. > > binary:libstd-rust-1.42 is NEW. > binary:libstd-rust-1.42 is NEW. > > === > > Please feel free to respond to this email if you don't understand why > your files were rejected, or if you upload new files which address our > concerns. > > > _______________________________________________ > Pkg-rust-maintainers mailing list > Pkg-rust-maintainers at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-rust-maintainers > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From infinity0 at debian.org Sat Apr 4 14:17:43 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 4 Apr 2020 14:17:43 +0100 Subject: [Pkg-rust-maintainers] Bug#955638: Bug#955638: cargo: please package recent version In-Reply-To: <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Carsten Schoenert: > Hello Ximin, > > Am 04.04.20 um 02:17 schrieb Ximin Luo: >> Hi Carsten, it might be a couple of weeks until we get this done. >> Have you tried just deleting the version constraint and using the >> existing version in Debian sid? > I've tried to figure out the right place there this version check is > happen. In most cases this is file ./old-configure.in within the > Thunderbird sources. But I did have no luck on this until now. I will > look further into this part this weekend I guess, mostly the version > checks from the Firefox environment are to strict for Thunderbird, yes. > Most of the parts from the Firefox source are not built for Thunderbird > but the configure script is checking this. > An alternative to deleting the version check is to grep for '1\.41' and changing this to '1\.39' the version we currently have, it might be easier than trying to look for the logic in the code. > In the long term this is always just a workaround which, if I do this, I > need to proof deeply before uploading new packages even to experimental. > So if you ever find time to have a look into newer cargo versions please > keep an eye on this. > Yes, I will update cargo immediately after I get rustc 1.42 into Debian, which is currently blocked on NEW. > It's currently really frustrating that I'm unable to build a recent > Thunderbird Beta version due every time new version dependencies around > Rust are popping up. This is not your fault, but shows me how complex > and fragile the Rust ecosystem currently is. > > The built is just the first problem I need to solve, Mozilla has again > changed some previously internally parts in Thunderbird and I need to > adopt the Debian built to this again. > X -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From infinity0 at debian.org Sat Apr 4 15:47:40 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 4 Apr 2020 15:47:40 +0100 Subject: [Pkg-rust-maintainers] rustc_1.42.0+dfsg1-1~exp1_i386.changes REJECTED In-Reply-To: <1af926ea-f77b-28c8-abce-b9564e6d3da1@debian.org> References: <1af926ea-f77b-28c8-abce-b9564e6d3da1@debian.org> Message-ID: <19e719fd-4ad9-e4e4-4fff-b6fc39ecc49a@debian.org> On IRC people told me about dh_dwz and nthykier suggested overriding with dh_dwz --no-dwz-multifile, so I will try that. X Ximin Luo: > +CC debhelper maintainer > > Dear FTP masters, > > I am not sure how to deal with this issue. > > Firstly, I don't understand what the problem is and why lintian is complaining. The file in question is new in 1.42 and does not appear in rustc-dbgsym 1.41 or earlier. I don't know why this is the case. (Maybe because I switched from debhelper compat 9 to 12?) > > The normal symbols file in .build-id is not stripped: > > get the build-id from rustc: > - usr/bin/rustc: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=e0d5e48e0142863f2e3227ba151924254c13fc7c, for GNU/Linux 3.2.0, stripped > > symbols file from rustc-dbgsym: > - usr/lib/debug/.build-id/e0/d5e48e0142863f2e3227ba151924254c13fc7c.debug: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=e0d5e48e0142863f2e3227ba151924254c13fc7c, for GNU/Linux 3.2.0, with debug_info, not stripped > > I don't understand what the file in .dwz is, and why it is a problem for it to be stripped. Note that /usr/bin/rustc is 14KB and merely calls a private shared library where most of its functionality is. So perhaps "stripped" is just a false positive and there is in fact nothing there in the first place for it to be "not stripped". > > Secondly, I cannot see any documentation anywhere on how I can affect what is autogenerated at all. Neither to "fix" any problem in the file, nor to add a lintian-override - the usual method of creating debian/$binpkg.lintian-overrides gets ignored by the autogeneration mechanism. > > Please advise on how to proceed. > > Best, > Ximin > > Debian FTP Masters: >> >> >> rustc-dbgsym: lintian output: 'library-in-debug-or-profile-should-not-be-stripped usr/lib/debug/.dwz/i386-linux-gnu/rustc.debug', automatically rejected package. >> >> binary:libstd-rust-1.42 is NEW. >> binary:libstd-rust-1.42 is NEW. >> >> === >> >> Please feel free to respond to this email if you don't understand why >> your files were rejected, or if you upload new files which address our >> concerns. >> >> >> _______________________________________________ >> Pkg-rust-maintainers mailing list >> Pkg-rust-maintainers at alioth-lists.debian.net >> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-rust-maintainers >> > > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From infinity0 at debian.org Sat Apr 4 15:59:32 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 04 Apr 2020 15:59:32 +0100 Subject: [Pkg-rust-maintainers] Bug#955752: lintian should ignore /usr/lib/debug/.dwz when checking library-in-debug-or-profile-should-not-be-stripped Message-ID: <158601237253.1807501.17271995398948756408.reportbug@localhost> Package: lintian Version: 2.59.0 Severity: normal Control: affects -1 rustc debhelper Dear Maintainer, I updated rustc from debhelper compat 9 to 12 which enables dh_dwz. Sadly for rustc this causes an empty multifile to be created as /usr/lib/debug/.dwz/i386-linux-gnu/rustc.debug which lintian reports an error on, causing an FTP auto-reject. Since these files under /usr/lib/debug/.dwz are autogenerated compression files, there is no point checking them. Files that seem to be stripped, are just an artifact of the compression algorithm and don't indicate an actual mistake by the package maintainer. X -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable'), (300, 'unstable'), (100, 'experimental'), (1, 'experimental-debug') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages lintian depends on: ii binutils 2.34-5 ii bzip2 1.0.8-2 ii diffstat 1.63-1 ii dpkg 1.19.7 ii dpkg-dev 1.19.7 ii file 1:5.38-4 ii gettext 0.19.8.1-10 ii gpg 2.2.20-1 ii intltool-debian 0.35.0+20060710.5 ii libapt-pkg-perl 0.1.36+b3 ii libarchive-zip-perl 1.68-1 ii libcapture-tiny-perl 0.48-1 ii libclass-xsaccessor-perl 1.19-3+b3 ii libclone-perl 0.43-2 ii libdevel-size-perl 0.83-1+b1 ii libdigest-sha-perl 6.02-1+b2 ii libdpkg-perl 1.19.7 ii libemail-valid-perl 1.202-1 ii libfile-basedir-perl 0.08-1 ii libfile-find-rule-perl 0.34-1 ii libfont-ttf-perl 1.06-1 ii libhtml-parser-perl 3.72-5 ii libio-async-loop-epoll-perl 0.20-1 ii libio-async-perl 0.75-1 ii libipc-run-perl 20180523.0-2 ii libjson-maybexs-perl 1.004000-1 ii liblist-compare-perl 0.53-1 ii liblist-moreutils-perl 0.416-1+b5 ii libmoo-perl 2.003006-1 ii libmoox-aliases-perl 0.001006-1 ii libnamespace-clean-perl 0.27-1 ii libpath-tiny-perl 0.108-1 ii libsereal-decoder-perl 4.011+ds-1 ii libsereal-encoder-perl 4.011+ds-1 ii libtext-levenshtein-perl 0.13-1 ii libtimedate-perl 2.3200-1 ii libtry-tiny-perl 0.30-1 ii libtype-tiny-perl 1.008001-2 ii liburi-perl 1.76-2 ii libxml-libxml-perl 2.0134+dfsg-2 ii libxml-writer-perl 0.625-1 ii libyaml-libyaml-perl 0.81+repack-1 ii man-db 2.9.1-1 ii patchutils 0.3.4-2+b1 ii perl [libdigest-sha-perl] 5.30.0-9 ii t1utils 1.41-3 ii xz-utils 5.2.4-1+b1 Versions of packages lintian recommends: ii libperlio-gzip-perl 0.19-1+b6 Versions of packages lintian suggests: ii binutils-multiarch 2.34-5 ii libtext-template-perl 1.58-1 -- no debconf information From ftpmaster at ftp-master.debian.org Sat Apr 4 18:47:03 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 17:47:03 +0000 Subject: [Pkg-rust-maintainers] Processing of rustc_1.42.0+dfsg1-1~exp1_i386.changes Message-ID: rustc_1.42.0+dfsg1-1~exp1_i386.changes uploaded successfully to localhost along with the files: libstd-rust-1.42-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb libstd-rust-1.42_1.42.0+dfsg1-1~exp1_i386.deb libstd-rust-dev-wasm32-cross_1.42.0+dfsg1-1~exp1_all.deb libstd-rust-dev_1.42.0+dfsg1-1~exp1_i386.deb rust-doc_1.42.0+dfsg1-1~exp1_all.deb rust-gdb_1.42.0+dfsg1-1~exp1_all.deb rust-lldb_1.42.0+dfsg1-1~exp1_all.deb rust-src_1.42.0+dfsg1-1~exp1_all.deb rustc-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb rustc_1.42.0+dfsg1-1~exp1_i386.buildinfo rustc_1.42.0+dfsg1-1~exp1_i386.deb rustc_1.42.0+dfsg1-1~exp1.dsc rustc_1.42.0+dfsg1.orig.tar.xz rustc_1.42.0+dfsg1-1~exp1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From plugwash at p10link.net Sat Apr 4 18:45:44 2020 From: plugwash at p10link.net (peter green) Date: Sat, 4 Apr 2020 18:45:44 +0100 Subject: [Pkg-rust-maintainers] Bug#955760: librust-plist-dev: dependencies unsatisfiable. Message-ID: Package: librust-plist-dev Version: 0.5.1-1 Severity: serious Tags: fixed-upstream librust-plist-dev depends on and the rust-plist source package build-depends on librust-humantime-1+default-dev , which is no longer available. Upstream seems to have moved to humantime 2 which should fix this. From ftpmaster at ftp-master.debian.org Sat Apr 4 18:54:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 17:54:44 +0000 Subject: [Pkg-rust-maintainers] rustc_1.42.0+dfsg1-1~exp1_i386.changes is NEW Message-ID: binary:libstd-rust-1.42 is NEW. binary:libstd-rust-1.42 is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From plugwash at p10link.net Sat Apr 4 19:13:20 2020 From: plugwash at p10link.net (peter green) Date: Sat, 4 Apr 2020 19:13:20 +0100 Subject: [Pkg-rust-maintainers] Bug#955764: librust-cargo-dev: dependencies unsatisfiable Message-ID: <21286da0-9185-32e4-d823-1d46acf0fc7e@p10link.net> Package: librust-cargo-dev Version: 0.41.0-2 Severity: serious Tags: fixed-upstream librust-cargo-dev depends on librust-humantime-1+default-dev but rust-humantime in debian is now at version 2.0.0. This seems to have been fixed upstream. From plugwash at p10link.net Sat Apr 4 20:29:51 2020 From: plugwash at p10link.net (peter green) Date: Sat, 4 Apr 2020 20:29:51 +0100 Subject: [Pkg-rust-maintainers] Bug#955771: rust-env-logger, (build-)depends unsatisfiable Message-ID: <3ccd93e3-402b-065e-65f7-30aa27299e88@p10link.net> Package: rust-env-logger Version: 0.7.1-1 Severity: serious Tags: patch The rust-env-logger source package build-depends on and the librust-env-logger+default-dev and librust-env-logger+humantime-dev binary packages depend on librust-humantime-1+default-dev which is no longer provided by librust-humantime-dev After changing the dependencies in the debian packaging and in Cargo.toml to version 2 the package built succesfully. I also did a test rebuild of rust-bindgen (in raspbian bullseye-staging) with the new rust-env-logger which was also succesful. As such I decided to go ahead and upload to raspbian. A debdiff should appear soon at https://debdiffs.raspbian.org/main/r/rust-env-logger . No intent to NMU in Debian. From ftpmaster at ftp-master.debian.org Sat Apr 4 20:37:38 2020 From: ftpmaster at ftp-master.debian.org (Sean Whitton) Date: Sat, 04 Apr 2020 19:37:38 +0000 Subject: [Pkg-rust-maintainers] Comments regarding rust-const-random_0.1.8-1_amd64.changes Message-ID: Hello, LICENSE-MIT mentions an additional copyright holder. Is this a mistake? Also, it looks like this library makes reproducible builds impossible? -- Sean Whitton From ftpmaster at ftp-master.debian.org Sat Apr 4 21:10:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 20:10:09 +0000 Subject: [Pkg-rust-maintainers] rust-cargo-lock_4.0.1-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 17 Feb 2020 11:36:59 +0100 Source: rust-cargo-lock Binary: cargo-lock cargo-lock-dbgsym librust-cargo-lock+cli-dev librust-cargo-lock+default-dev librust-cargo-lock+dependency-tree-dev librust-cargo-lock-dev Architecture: source amd64 Version: 4.0.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Fabian Grünbichler Description: cargo-lock - Self-contained Cargo.lock parser librust-cargo-lock+cli-dev - Self-contained Cargo.lock parser - feature "cli" and 1 more librust-cargo-lock+default-dev - Self-contained Cargo.lock parser - feature "default" librust-cargo-lock+dependency-tree-dev - Self-contained Cargo.lock parser - feature "dependency-tree" and librust-cargo-lock-dev - Self-contained Cargo.lock parser - Rust source code Closes: 951278 Changes: rust-cargo-lock (4.0.1-1) unstable; urgency=medium . * Package cargo-lock 4.0.1 from crates.io using debcargo 2.4.2 . * Closes: #951278 Checksums-Sha1: c38555a2de2d5d436b04b48c35343485d2d2738a 2728 rust-cargo-lock_4.0.1-1.dsc 095ed1864f560514a5565c8cbc28c581d07e28f8 59280 rust-cargo-lock_4.0.1.orig.tar.gz eb28bf98acfbbdaa7bf97ade562016b0bdc53c41 4508 rust-cargo-lock_4.0.1-1.debian.tar.xz 560913116fc42a371e0e1aa07a208e38095bcc52 2626260 cargo-lock-dbgsym_4.0.1-1_amd64.deb 8aaf2ff1541ca3a28913ed737ad5908a395873cc 391372 cargo-lock_4.0.1-1_amd64.deb 05739019dd935068e2d4c76fe9be758009a07556 1108 librust-cargo-lock+cli-dev_4.0.1-1_amd64.deb 1cda9b77670d678efd3fd83c3fe797989f598875 1060 librust-cargo-lock+default-dev_4.0.1-1_amd64.deb 7f342ac3767524aa95f84d3fae2f86b904b4d10e 1124 librust-cargo-lock+dependency-tree-dev_4.0.1-1_amd64.deb d6d4cb1882ea25e549b48a5aa156d191c3402fc6 52364 librust-cargo-lock-dev_4.0.1-1_amd64.deb e172400246abe41eb70058bcd30ee7b4624aba8c 9673 rust-cargo-lock_4.0.1-1_amd64.buildinfo Checksums-Sha256: 287f6353d1a0b355276361c25fa51c0649f2a03482b903e95c65f4246371c5c1 2728 rust-cargo-lock_4.0.1-1.dsc 8504b63dd1249fd1745b7b4ef9b6f7b107ddeb3c95370043c7dbcc38653a2679 59280 rust-cargo-lock_4.0.1.orig.tar.gz f9f6334ba6281e969ec77fb27b64a447288fcece8a5e73511751be11de31980a 4508 rust-cargo-lock_4.0.1-1.debian.tar.xz f6aeecba9158f4580bd1596a9c7c1df1f52a70abd7c1ea6278e6c1314f7abcc9 2626260 cargo-lock-dbgsym_4.0.1-1_amd64.deb 121e433502ca7b4bb2c1950a1acbac65962425ee351a01ba56fcbb0cd61fa3f3 391372 cargo-lock_4.0.1-1_amd64.deb f69caec9c5bf1864e0e662cab74243a27bc9f85ceaed904f45dac9dd994978b8 1108 librust-cargo-lock+cli-dev_4.0.1-1_amd64.deb 2fe3200beb7c38678e75994a7169a1e90b7a097920dde5accdb4a830b635fa0c 1060 librust-cargo-lock+default-dev_4.0.1-1_amd64.deb aa93dbb47fba32ae90f5cd8408756c6360b313f768dfdb4bbdd9d1d921830c42 1124 librust-cargo-lock+dependency-tree-dev_4.0.1-1_amd64.deb 06cc82f7ad9881713e61dba85a50a6cc226736604c032960cc2dbfb473fe2aae 52364 librust-cargo-lock-dev_4.0.1-1_amd64.deb 06bb12724a498ab58667f74f628ca5d0f7c8d68a7afd3d2d1f5bd089a73f326d 9673 rust-cargo-lock_4.0.1-1_amd64.buildinfo Files: 61319220000c93ac3b12449fcc7c3963 2728 rust optional rust-cargo-lock_4.0.1-1.dsc cd4cd00e880b0beeadca3c9a03a5393b 59280 rust optional rust-cargo-lock_4.0.1.orig.tar.gz c8b8bf0cfbe7ea9c335ca117a7eda202 4508 rust optional rust-cargo-lock_4.0.1-1.debian.tar.xz 8934207e3a88d76f0f75af18fc170630 2626260 debug optional cargo-lock-dbgsym_4.0.1-1_amd64.deb f25e9b59f54f2b14a86472c5b64d73c7 391372 rust optional cargo-lock_4.0.1-1_amd64.deb 23c7712e37be50f762ef961dc61a39e7 1108 rust optional librust-cargo-lock+cli-dev_4.0.1-1_amd64.deb 537f6bd8d1663d63874727fadd3594bd 1060 rust optional librust-cargo-lock+default-dev_4.0.1-1_amd64.deb 710179c273fa17879cd268fa08ed600e 1124 rust optional librust-cargo-lock+dependency-tree-dev_4.0.1-1_amd64.deb 697741acdb99b7a5780f6b7e19f03ed5 52364 rust optional librust-cargo-lock-dev_4.0.1-1_amd64.deb a8a5c6a7f09521f9bafc1460f519feb4 9673 rust optional rust-cargo-lock_4.0.1-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl5KbZkACgkQfmUo2nUv G+HRJxAAm5mnAbN+P+h/Deq+GwDXq1KVa+bUXP2ECGM84iq8UF1ajN2AL16Us+og rKGPifqpVRFdS9WGx+Z161/ZfHRmGrGNKIqKKPURLOGpIK40gPvDd60xvcvRK7d8 8U8TJN3JhKZYRt7OAIgr2n6cQz+LiTTIFVc0SYkt9cCCQT4m05DYjDa3gQjHSZCu ago9bSHdU9ZiXvdqhIJRZsWReH4l5CSYOcqJ7xJQGT6wb/SBQ8Dzh8sHcPlJ8M9N b/sybNAnI9gSwn5YU5M0JbxRRp6qWY/sN5r8YR9FOHHVF+w9vhpX0FulbnD2oqS8 oGNXGkHrdbOt9G+JImBIpKoKiRtxSk96F0hzZNt3MB/sA3MZyF5XaZU/eustuefv JCBV9Yqxl8p7TO4e0Yiqu1Tgh95t6juNkYtg1J+fW7ASdAi0qgxvFaGUcd2OTYiB i6VKTP1tUczjaVesaIJ6LSrX8egX8PRW2BAv3gLHIn2VfZ60ClXrrTh/wxkjkpoN qL5ukH6fDkmTlZBf37tJ10TKQR/4itxutr2m/5uCb6/dqAJu2qQfymnsrizsuRNN zQqTrueqEXm9V735naBdT4p0xOLZWfDE/hWs0QWWiMiY3y8x3hFAM442uaFD20Mc 9kZBAUZNn87CpphlFgXEY2g2Pf7TBxPbcm1645THVCPv+/sMZqA= =3QGI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 4 21:10:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 04 Apr 2020 20:10:10 +0000 Subject: [Pkg-rust-maintainers] rust-compiler-builtins_0.1.26-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 2 Apr 2020 20:44:12 BST Source: rust-compiler-builtins Binary: librust-compiler-builtins+c-dev librust-compiler-builtins+core-dev librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev Architecture: amd64 source Version: 0.1.26-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: librust-compiler-builtins+c-dev - Compiler intrinsics used by the Rust compiler - feature "c" and 1 librust-compiler-builtins+core-dev - Compiler intrinsics used by the Rust compiler - feature "core" librust-compiler-builtins+rustc-dep-of-std-dev - Compiler intrinsics used by the Rust compiler - feature "rustc-de librust-compiler-builtins-dev - Compiler intrinsics used by the Rust compiler - Rust source code Changes: rust-compiler-builtins (0.1.26-1) unstable; urgency=medium . * Team upload. * Package compiler_builtins 0.1.26 from crates.io using debcargo 2.4.2 . [ kpcyrd ] * Package compiler_builtins 0.1.19 from crates.io using debcargo 2.4.0 Checksums-Sha256: 713cfc41bf54e363349a75be25cfd7dec316295a1bf98570232f095fb09011d5 1144 librust-compiler-builtins+c-dev_0.1.26-1_amd64.deb 7c2e56fc0def6dded48ec312a54042f7166034420c0a611fbdf8f27f5bc13348 1120 librust-compiler-builtins+core-dev_0.1.26-1_amd64.deb 238d839f4c81ef7c6a05bc4bbede7a3136f48ddaaf5456173db9fbad7a07f8e6 1136 librust-compiler-builtins+rustc-dep-of-std-dev_0.1.26-1_amd64.deb cfc280e2c5a3a19285d7a2641e7667e0743224314da930284fcc39bffbe17b7b 115584 librust-compiler-builtins-dev_0.1.26-1_amd64.deb f358f054f114ad160661331fc9eafa46194b8bff4462e2d792cd3b44e65bee1d 7570 rust-compiler-builtins_0.1.26-1_amd64.buildinfo c9a4eba4ea8502753b9aadcb7abc93ce258bd6997f4075ac53bf640476fa5c3d 1975 rust-compiler-builtins_0.1.26-1.dsc 036b035e9ebcd705affece16319223d19f229e2358be6e3b7b094e57193312e6 134886 rust-compiler-builtins_0.1.26.orig.tar.gz 253f8772bc11a7875756b8483e9494ad520fccd3223b4db9f2c6f1ce4d84522c 6128 rust-compiler-builtins_0.1.26-1.debian.tar.xz Checksums-Sha1: 132d96f30329cbd0eb19af29499bd8f568f680d2 1144 librust-compiler-builtins+c-dev_0.1.26-1_amd64.deb bad54e0bc6477f32c8f9696c92d7e8cef41379c8 1120 librust-compiler-builtins+core-dev_0.1.26-1_amd64.deb a823363e93ebec5b2665c4dc4269e9a92581903a 1136 librust-compiler-builtins+rustc-dep-of-std-dev_0.1.26-1_amd64.deb d708a0882ca41e3b7fd15b85257928514702db24 115584 librust-compiler-builtins-dev_0.1.26-1_amd64.deb 727fb7c3ac8faf22477cd45fbd79ddf6cdcffb1b 7570 rust-compiler-builtins_0.1.26-1_amd64.buildinfo a7b177caf5222d4e0b8a98350ce56d87f14c4f6d 1975 rust-compiler-builtins_0.1.26-1.dsc 1edff2e401c4fb5578bc67d3115d0d41689d7c97 134886 rust-compiler-builtins_0.1.26.orig.tar.gz 8df49fa3960bdfa6b60dffdd02aa81fa16d3fd49 6128 rust-compiler-builtins_0.1.26-1.debian.tar.xz Files: e17e9e951191ba5a10f0ba27bbbc3ef1 1144 rust optional librust-compiler-builtins+c-dev_0.1.26-1_amd64.deb b41de0d3544a68614dbdb079ef2c3c9a 1120 rust optional librust-compiler-builtins+core-dev_0.1.26-1_amd64.deb d755822713e1152c2f0b543b8b60ac22 1136 rust optional librust-compiler-builtins+rustc-dep-of-std-dev_0.1.26-1_amd64.deb 7452bfc2345caba625e080b08ec01aed 115584 rust optional librust-compiler-builtins-dev_0.1.26-1_amd64.deb bddfd7c49db376fd53f754cd7681a110 7570 rust optional rust-compiler-builtins_0.1.26-1_amd64.buildinfo 7ebf4adbd23042c964565aced78f88cd 1975 rust optional rust-compiler-builtins_0.1.26-1.dsc e4f584d59be14690cda7b3bcb27d0f76 134886 - - rust-compiler-builtins_0.1.26.orig.tar.gz ca9a665998534af0197ebcfe8772d25e 6128 - - rust-compiler-builtins_0.1.26-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXoZAjAAKCRDrH8jaRfsp MKi+AP9nLEMVQtjoBxCgzw8w/mrK7vBpFZtXyTMmkBxXqM33iQD/ZQMrmnJwR2ft GcbCi99EJ0qhEDvtfbNqz0azPPawCgQ= =4UNa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From glaubitz at physik.fu-berlin.de Sat Apr 4 21:04:51 2020 From: glaubitz at physik.fu-berlin.de (John Paul Adrian Glaubitz) Date: Sat, 04 Apr 2020 22:04:51 +0200 Subject: [Pkg-rust-maintainers] Bug#955774: rustc: Please reduce the number of allowed testsuite failures on powerpc to 12 Message-ID: <158603069172.1318573.4896565425426873793.reportbug@z6.physik.fu-berlin.de> Source: rustc Severity: normal User: debian-powerpc at lists.debian.org Usertags: powerpc Hello! Starting from version 1.41, Rust contains a couple of ABI fixes for powerpc which have helped to reduce the number of testsuite failures down to 10 [1]. So, I think it's safe to move powerpc in debian/rules from 180 allowed testsuite failures to 12 allowed failures, similar to ppc64 and ppc64el. Thanks, Adrian > [1] https://buildd.debian.org/status/fetch.php?pkg=rustc&arch=powerpc&ver=1.41.1%2Bdfsg1-1%2Bb1&stamp=1586026446&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 From ftpmaster at ftp-master.debian.org Sun Apr 5 14:09:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 05 Apr 2020 13:09:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-env-logger_0.7.1-2_source.changes Message-ID: rust-env-logger_0.7.1-2_source.changes uploaded successfully to localhost along with the files: rust-env-logger_0.7.1-2.dsc rust-env-logger_0.7.1-2.debian.tar.xz rust-env-logger_0.7.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 5 14:19:51 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 05 Apr 2020 13:19:51 +0000 Subject: [Pkg-rust-maintainers] rust-env-logger_0.7.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 05 Apr 2020 14:57:09 +0200 Source: rust-env-logger Architecture: source Version: 0.7.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Closes: 955771 Changes: rust-env-logger (0.7.1-2) unstable; urgency=medium . * Package env_logger 0.7.1 from crates.io using debcargo 2.4.2 * Relax humantime dependency to work with v2 (closes: #955771) Checksums-Sha1: 09a0d198814203e4a58a580269179c4d814a0089 3004 rust-env-logger_0.7.1-2.dsc b7821ed2ba76a6caafbf8cb297694ab5b6c07925 3296 rust-env-logger_0.7.1-2.debian.tar.xz 9983eaf7cecaf866129b8056e2370ed1a958b6cb 7268 rust-env-logger_0.7.1-2_source.buildinfo Checksums-Sha256: d69bd58ce05784dbc1da1d791d4480084351bc4c1e2a4433ef7a1f858caef9f3 3004 rust-env-logger_0.7.1-2.dsc 27957b6af989743b28c48ac5726220546feceae446918e980e76fc1c3df21a4b 3296 rust-env-logger_0.7.1-2.debian.tar.xz d4088b293003b85cc470eaeee7da5c6d854086a2c9cfee85c15ba88894d59367 7268 rust-env-logger_0.7.1-2_source.buildinfo Files: 8503aeaaa2b1f5d9c44f2b8dff3eb1ce 3004 rust optional rust-env-logger_0.7.1-2.dsc 7fa94b47a36b0f0f6181883e7c4dde15 3296 rust optional rust-env-logger_0.7.1-2.debian.tar.xz 50ffcccb5959526d0d33d3a92da70f56 7268 rust optional rust-env-logger_0.7.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6J1awXHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwQg4g//aGn9dZ4CWJUq1upzsT3T6mGP M+0cIBXP4bHNUfXJRbbGxX/sDmH35tw/BFHjeH5+TwIAr4nFVp2Kx8SfzTkjYaF1 FCT/MyDddc9WQ+dBkJUhQr/9RQg7N/QzWSn+e960jj4Hrc/6AZoLgqo+t+IPtMBH 5MYqVp8luxiCQyCM8xYy+kpU9ckhI+rgRINCRCF7uxe9ykOKQFoouGT4Xhpk6gr3 nHqSMMnZ3Q3f+4xt6hWstjBFyvYZaUhXxOiUKWlps/sN/AyKYLWiKBhoGHB9mW5b Z0vHCIePLTAx8gm2pwGgoOWRYh9AMtrqY2gf2s+9JHbDURlwRpjS0pTh+vZ0lV8d GMFjZ7He+YV4FpNddRp3cXJMTDxTHnA/G1vmsyQIz+6Hl3qTH4AQDBHXqPw8IMIX IlmuHE7NDn2mmKjw9lHh7hM747eXbdFJOYc6LvNMRevy4DpQKLMISYlteHs7ICjn xe5hG9DfNuS1DXHQHDrOOb+bEnFilnsyTNc8rKnTuv8XJDgkipMY8Q2pRPoJ2FWe 9WUzaQTJGti/aLYCw37G11ViXl0KVfWkkGsVSGdOdYirGVce0eh0MzXwX/cPgbEv nJdvDy/hmxhpdX93l8uj9o9WMIYFyEsfW37Nrdq5iAKJ2LZWq4i5QDwp+/3ZnQbq eEZqKlym7JRXXnb7nmE= =W9PJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sun Apr 5 14:21:07 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 05 Apr 2020 13:21:07 +0000 Subject: [Pkg-rust-maintainers] Bug#955771: marked as done (rust-env-logger, (build-)depends unsatisfiable) References: <3ccd93e3-402b-065e-65f7-30aa27299e88@p10link.net> Message-ID: Your message dated Sun, 05 Apr 2020 13:19:52 +0000 with message-id and subject line Bug#955771: fixed in rust-env-logger 0.7.1-2 has caused the Debian Bug report #955771, regarding rust-env-logger, (build-)depends unsatisfiable 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 owner at bugs.debian.org immediately.) -- 955771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955771 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: peter green Subject: rust-env-logger, (build-)depends unsatisfiable Date: Sat, 4 Apr 2020 20:29:51 +0100 Size: 2426 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#955771: fixed in rust-env-logger 0.7.1-2 Date: Sun, 05 Apr 2020 13:19:52 +0000 Size: 5419 URL: From ftpmaster at ftp-master.debian.org Sun Apr 5 14:24:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 05 Apr 2020 13:24:28 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cbindgen_0.14.0-1_source.changes Message-ID: rust-cbindgen_0.14.0-1_source.changes uploaded successfully to localhost along with the files: rust-cbindgen_0.14.0-1.dsc rust-cbindgen_0.14.0.orig.tar.gz rust-cbindgen_0.14.0-1.debian.tar.xz rust-cbindgen_0.14.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 5 14:33:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 05 Apr 2020 13:33:52 +0000 Subject: [Pkg-rust-maintainers] rust-cbindgen_0.14.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 05 Apr 2020 15:07:16 +0200 Source: rust-cbindgen Architecture: source Version: 0.14.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-cbindgen (0.14.0-1) unstable; urgency=medium . * Package cbindgen 0.14.0 from crates.io using debcargo 2.4.0 * Cherry-pick upstream page to fix autopkgtest Checksums-Sha1: 55fc505c2b1d9ff56a89ff3a0d5d5c14d5895852 2623 rust-cbindgen_0.14.0-1.dsc 23f5c7eb3d131398bf8978ad6cf56e10ba060727 106325 rust-cbindgen_0.14.0.orig.tar.gz ee526f24113844dedec671fa70a951fdb42419e2 4060 rust-cbindgen_0.14.0-1.debian.tar.xz e0447c62f3133183a9da72a937ca263f32179fe1 9088 rust-cbindgen_0.14.0-1_source.buildinfo Checksums-Sha256: 996913c6861c7a33e663713929d51038afb40a196fab4783139473294b9d2566 2623 rust-cbindgen_0.14.0-1.dsc c8e7bb423b0f31c089ccfced37d3aa02f8d0e87c50af6ecabd7b4986d4b7cfb5 106325 rust-cbindgen_0.14.0.orig.tar.gz cd34ebf7b00c7265206567842c7d52bb65257624fdb7aaf1510ae6f0b7f415bf 4060 rust-cbindgen_0.14.0-1.debian.tar.xz 8f59cf6bbb9a713a6b1024ee7d2e0dd5896734416ab52e751abbc74f270633e3 9088 rust-cbindgen_0.14.0-1_source.buildinfo Files: eda1f5861419b8f2b025a779d299451d 2623 utils optional rust-cbindgen_0.14.0-1.dsc 004d19529345ffb5d4f293659f2d00e1 106325 utils optional rust-cbindgen_0.14.0.orig.tar.gz 1d85af64be75e14a3beb517a4dbd53c0 4060 utils optional rust-cbindgen_0.14.0-1.debian.tar.xz 7c684da9aafe7cf8af3f8857a7e3e3f4 9088 utils optional rust-cbindgen_0.14.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6J2AoACgkQfmUo2nUv G+HEfw//QZjtaoS3EWRb5L7/XwaBL7SQajrqo5zcVR3ut8CCZNIhTHI+F9A6YYbr s/rAVP1ncspcM26OS48j/bVlMgIxfdjZAIWKh7nd+qKMUrXcJj7imvuGGZD6dHuK DoDmX9ucPLyopD58Tw3iZneCu6NYmoivzSwENjlU4JOdgau5BTjhAraJU98+BeAj CGwdxTlw26RaN7xyywBfoVmy1rm9ggkDdi90CbRT/Tz/yBa3mV2RbL/z23R6BGYr 5mLHHkCY6h9KHErsQBtzsk/XgNzjilpOIj0emDTTGZCXAo+WWGPKL3PUZ8Z2OcVF Wn/+S9tzjnxhQh1ZBXOqrsePNQhNmUudmTD4RDGpwUtbPyMP069AUEV9wkFM92IJ GZf02hQch3AdRc7F8UgysYdvyZD67vXtGRdUycrccv7Iy6QejMf2TFYdT/9f8kYA Bmt/HymgNH2AeAQQVsSgX+3dhtKcmDEB+GRkyPElhZmGxAgUYt4SyEu2aIuvZBJq JuYCsczIjJLBP1WRWRuPGLX0Z0IYQ22PR+QSIDDoSUg5Gtg+oQepggLrxvh832oV SkiGMZ371+3Eu9XF7MJOPxjK5Oj25Nq8Ol9UWaSq8JQ7e29gR6iOLrWkTidlqM6h uCmOoS5eBvs88on0mfO0jJlmL0V0meeJBD69ej+2gF2xpR5opzc= =7tZX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 5 17:42:03 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 05 Apr 2020 16:42:03 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-quickcheck_0.9.2-1_source.changes Message-ID: rust-quickcheck_0.9.2-1_source.changes uploaded successfully to localhost along with the files: rust-quickcheck_0.9.2-1.dsc rust-quickcheck_0.9.2.orig.tar.gz rust-quickcheck_0.9.2-1.debian.tar.xz rust-quickcheck_0.9.2-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 5 17:50:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 05 Apr 2020 16:50:31 +0000 Subject: [Pkg-rust-maintainers] rust-quickcheck_0.9.2-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 05 Apr 2020 18:33:58 +0200 Source: rust-quickcheck Architecture: source Version: 0.9.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Changes: rust-quickcheck (0.9.2-1) unstable; urgency=medium . * Package quickcheck 0.9.2 from crates.io using debcargo 2.4.2 * Drop obsolete patch for dependency version relaxation Checksums-Sha1: 01c381ebccc5e4ca70d59caf8411b51a901022d7 2919 rust-quickcheck_0.9.2-1.dsc 5f7dabdcbcc7173add5a7b57e97178779ea28846 27401 rust-quickcheck_0.9.2.orig.tar.gz d78a6a6d92f5c542e6c236011a020b449db884bb 3492 rust-quickcheck_0.9.2-1.debian.tar.xz 0d060efbf668036a393c9a0842ed7e46de8dad7d 7863 rust-quickcheck_0.9.2-1_source.buildinfo Checksums-Sha256: 7a3e27699dcf349d985d4c3ffa5c7d3e66ffa405d33ba96ea8ca8e1b6b570816 2919 rust-quickcheck_0.9.2-1.dsc a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f 27401 rust-quickcheck_0.9.2.orig.tar.gz 996b091aec5d4c35ca76063e6d6e40f518023ee7bba10f801591689f1bbf23f4 3492 rust-quickcheck_0.9.2-1.debian.tar.xz 73dd9368d9a60f2fdc5e10d35e3e91eb96b2c6f732dec34ba1f0b4971a6f7031 7863 rust-quickcheck_0.9.2-1_source.buildinfo Files: b4172491c42f06e31488b36e931cf328 2919 rust optional rust-quickcheck_0.9.2-1.dsc 052b25354898c9608533398915c5d466 27401 rust optional rust-quickcheck_0.9.2.orig.tar.gz df862aeda918cb8e15a2147d40e7e57a 3492 rust optional rust-quickcheck_0.9.2-1.debian.tar.xz 1184c40ab6c8fa0b9a690bd04b3b9117 7863 rust optional rust-quickcheck_0.9.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6KCH4XHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwT9yQ/8Dlr2Gar6QcI0HDwisgFGAKTZ Tpf7MPxjaGe+qKc4TnQjwNMcDFy5YLvJHdY7Zq4m91coC6XjVPpwkf9RhKhoXBhh YESzhkWqBnmx6QFNnP4ReFYlhqHDRkiiFab/6ORlWMiu9uCudVrpjCEOtavpKP+G TJIPzVrSrI9BhRvv7zCXTCddf+iOyJ7lUaUS2Ps4PCYw2UyqB4YAEzH1OuYhkAYi DTw/OR2U/9rVeSD2QAO5ZuLBfLMaPRV5QAIaoJnlzzPdvnO6coV73NnQx6nTbg3x iDWgusfjRDmyn1SNrI/ABUrCoJSodOhysDUJnUBn5eD07YQ7Qbt8sLbgaHRgHNG9 bkt6l5/i3F6HjyqE7TxyfUK/z2PAHladmJmQjmvTPjKFql7czlICMs3tsR6gfMbf scOLWqyp2GFDbVicbvMjJEDVU/9SVzDlcrEknDslHHfeHeG/6dXVOQBAx/fWCHIW 4aOErnNcZFa5PBwiXNLnRPoWPfMJP9gyB46OLTVx6TvcK68nDVBe/83E4OVLGVjs e7fSctujs7S2smBKZZ5qElsFOfE4k/Z4FuN1GMnEODWKIOy3IIyZMaJKna65ByUS QNeszXcQpNBdptlpgv/C5Qc/uedgXmA8xMZ18U0nqqtEl7/hGUh1Lz6qgt0Omk61 0nSf/eWaYenAqehGg/4= =mT4q -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From plugwash at p10link.net Sun Apr 5 21:29:45 2020 From: plugwash at p10link.net (peter green) Date: Sun, 5 Apr 2020 21:29:45 +0100 Subject: [Pkg-rust-maintainers] Bug#955997: rust-libc: autopkgtest failure. Message-ID: <064e2339-b897-e80f-ed84-9cded363514c@p10link.net> Package: rust-libc Version: 0.22-6-1 Severity: serious rust-libc's autopkgtest failure is failing, this is happening in both the unstable->testing migration tests and the plain unstable tests and seems to be a blocker for getting rust-cbindgen back into testing. [libc 0.2.66] thread 'main' panicked at 'const-extern-fn requires a nightly compiler >= 1.40', build.rs:80:13 [libc 0.2.66] stack backtrace: [libc 0.2.66]    0: backtrace::backtrace::libunwind::trace [libc 0.2.66]              at /usr/src/rustc-1.41.1/vendor/backtrace/src/backtrace/libunwind.rs:88 [libc 0.2.66]    1: backtrace::backtrace::trace_unsynchronized [libc 0.2.66]              at /usr/src/rustc-1.41.1/vendor/backtrace/src/backtrace/mod.rs:66 [libc 0.2.66]    2: std::sys_common::backtrace::_print_fmt [libc 0.2.66]              at src/libstd/sys_common/backtrace.rs:84 [libc 0.2.66]    3: ::fmt [libc 0.2.66]              at src/libstd/sys_common/backtrace.rs:61 [libc 0.2.66]    4: core::fmt::write [libc 0.2.66]              at src/libcore/fmt/mod.rs:1025 [libc 0.2.66]    5: std::io::Write::write_fmt [libc 0.2.66]              at src/libstd/io/mod.rs:1426 [libc 0.2.66]    6: std::sys_common::backtrace::_print [libc 0.2.66]              at src/libstd/sys_common/backtrace.rs:65 [libc 0.2.66]    7: std::sys_common::backtrace::print [libc 0.2.66]              at src/libstd/sys_common/backtrace.rs:50 [libc 0.2.66]    8: std::panicking::default_hook::{{closure}} [libc 0.2.66]              at src/libstd/panicking.rs:193 [libc 0.2.66]    9: std::panicking::default_hook [libc 0.2.66]              at src/libstd/panicking.rs:210 [libc 0.2.66]   10: std::panicking::rust_panic_with_hook [libc 0.2.66]              at src/libstd/panicking.rs:471 [libc 0.2.66]   11: std::panicking::begin_panic [libc 0.2.66]              at /usr/src/rustc-1.41.1/src/libstd/panicking.rs:404 [libc 0.2.66]   12: build_script_build::main [libc 0.2.66]              at ./build.rs:80 [libc 0.2.66]   13: std::rt::lang_start::{{closure}} [libc 0.2.66]              at /usr/src/rustc-1.41.1/src/libstd/rt.rs:67 [libc 0.2.66]   14: std::rt::lang_start_internal::{{closure}} [libc 0.2.66]              at src/libstd/rt.rs:52 [libc 0.2.66]   15: std::panicking::try::do_call [libc 0.2.66]              at src/libstd/panicking.rs:292 [libc 0.2.66]   16: __rust_maybe_catch_panic [libc 0.2.66]              at src/libpanic_unwind/lib.rs:78 [libc 0.2.66]   17: std::panicking::try [libc 0.2.66]              at src/libstd/panicking.rs:270 [libc 0.2.66]   18: std::panic::catch_unwind [libc 0.2.66]              at src/libstd/panic.rs:394 [libc 0.2.66]   19: std::rt::lang_start_internal [libc 0.2.66]              at src/libstd/rt.rs:51 [libc 0.2.66]   20: std::rt::lang_start [libc 0.2.66]              at /usr/src/rustc-1.41.1/src/libstd/rt.rs:67 [libc 0.2.66]   21: main [libc 0.2.66]   22: __libc_start_main [libc 0.2.66]   23: _start [libc 0.2.66] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. error: failed to run custom build command for `libc v0.2.66 (/usr/share/cargo/registry/libc-0.2.66)` From ftpmaster at ftp-master.debian.org Mon Apr 6 10:21:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 09:21:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libslirp-sys_4.0.2-1_amd64.changes Message-ID: rust-libslirp-sys_4.0.2-1_amd64.changes uploaded successfully to localhost along with the files: librust-libslirp-sys-dev_4.0.2-1_amd64.deb rust-libslirp-sys_4.0.2-1_amd64.buildinfo rust-libslirp-sys_4.0.2-1.dsc rust-libslirp-sys_4.0.2.orig.tar.gz rust-libslirp-sys_4.0.2-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 10:34:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 09:34:33 +0000 Subject: [Pkg-rust-maintainers] rust-libslirp-sys_4.0.2-1_amd64.changes is NEW Message-ID: binary:librust-libslirp-sys-dev is NEW. binary:librust-libslirp-sys-dev is NEW. source:rust-libslirp-sys is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Mon Apr 6 11:37:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 10:37:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cbindgen_0.14.0-2_source.changes Message-ID: rust-cbindgen_0.14.0-2_source.changes uploaded successfully to localhost along with the files: rust-cbindgen_0.14.0-2.dsc rust-cbindgen_0.14.0-2.debian.tar.xz rust-cbindgen_0.14.0-2_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 11:48:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 10:48:56 +0000 Subject: [Pkg-rust-maintainers] rust-cbindgen_0.14.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 06 Apr 2020 12:04:43 +0200 Source: rust-cbindgen Architecture: source Version: 0.14.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-cbindgen (0.14.0-2) unstable; urgency=medium . * Don't run autopkgtest for now. It needs g++ and I cannot add it as dep as debcargo doesn't manage that yet. WIP https://salsa.debian.org/rust-team/debcargo/-/merge_requests/24 Checksums-Sha1: afa7af6ad3489d9e192708df716c74ba00107122 2628 rust-cbindgen_0.14.0-2.dsc ca17342706770f31a1195ecae184c0a644bcd0e7 4292 rust-cbindgen_0.14.0-2.debian.tar.xz 184e3584bd205454b3d95e16e7c324f5dda20e9a 9882 rust-cbindgen_0.14.0-2_amd64.buildinfo Checksums-Sha256: 74330787f15c291c9030e8077348a204e4d11b4c7fdced852482e5568a138743 2628 rust-cbindgen_0.14.0-2.dsc 1389800939c054fde4a3a1d2211b3bd8567fee5ca273c2630d7223795d7e57f5 4292 rust-cbindgen_0.14.0-2.debian.tar.xz 4682ef4e42250b8ffb058dc3f54d6ee0eefb3deeff9597e685e318cebb14c0cd 9882 rust-cbindgen_0.14.0-2_amd64.buildinfo Files: 1b1daaba364b46542d8fb24c71ab7f8c 2628 utils optional rust-cbindgen_0.14.0-2.dsc 7f17d447149c5922f3fb3364974129fc 4292 utils optional rust-cbindgen_0.14.0-2.debian.tar.xz fd59cd85a15734f2dfc4a313e0425a33 9882 utils optional rust-cbindgen_0.14.0-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6LBD4ACgkQfmUo2nUv G+HkehAAn0x1qjsC8PgaHYiKz+97On+Ie7tTGryZGROkNGLoQiODxOw1ycnaEjD2 J2eoY+iI6jsYa6eFdbTdV1I3Pw+tIJtEx2ifCnkSi1iE7qiHxi03OnHbAq0cP6nr rBjQM+UK+SqryMYrnao5F0KpmboJLz1Exq1wpgRppwLcrYNLVhrFSzyu5xSEzzAy cCH1fjeP0kl9mg8FqkPw3fisZGhhzq7t0iFCPgqVXcgj7CboiMdOfmxs+1qaLoRz cs2nFCHNlehDfX+v7XObFvHUUbQHUXkRRVkdDqQeArw4+g7QuIDkMXLHvRvJ8h06 ReH6zfIoK6E8Am8S9Dp5lv32T0UGMpGYyQfrH0pwhtQhl4o5IBjFLlSaGvoknrgP FsveKH+efiyBRzwHJoiXu2M+zO3oG0tRsi+25Sthdpv9Awx/DkYD8M2ZhP2IxNgf YYgN/YVFN95nl811hO896uN9GQDtJO9u+Jtf73k/DLI28p290obsjzihje/lexic f3EPiiD78dWhUif9kHCUG3pWUsX7uETK7q19qq1Prz/lxO9gqxsuk0/ShuYp1r7s yIr0kHcyDGHuhYJP1d5dhItoVIPycKBzYW1Lv4BCMOrVK9HX974qqWPY34BLhDW6 0bCs8EBlXcYv6BjtRYz+HaACTspYTeN5NePygsX7+eLSijLclmA= =baTz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 6 17:20:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 16:20:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus_0.8.2-1_source.changes Message-ID: rust-dbus_0.8.2-1_source.changes uploaded successfully to localhost along with the files: rust-dbus_0.8.2-1.dsc rust-dbus_0.8.2.orig.tar.gz rust-dbus_0.8.2-1.debian.tar.xz rust-dbus_0.8.2-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 17:25:57 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 16:25:57 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus_0.8.2-2_amd64.changes Message-ID: /rust-dbus_0.8.2-2_amd64.changes is already present on target host: rust-dbus_0.8.2.orig.tar.gz Either you already uploaded it, or someone else came first. Job rust-dbus_0.8.2-2_amd64.changes removed. Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 17:34:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 16:34:36 +0000 Subject: [Pkg-rust-maintainers] rust-dbus_0.8.2-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 06 Apr 2020 18:18:35 +0200 Source: rust-dbus Architecture: source Version: 0.8.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-dbus (0.8.2-1) unstable; urgency=medium . * Team upload. * Package dbus 0.8.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 2064aafe2138d615fb029dc6af4acc463c5db3d9 1874 rust-dbus_0.8.2-1.dsc 378fbf17fdb81f1e9289b9c05d679b512a7095d3 113819 rust-dbus_0.8.2.orig.tar.gz 5179fc422d9bd22409598f453fd68ae506a814d3 2748 rust-dbus_0.8.2-1.debian.tar.xz df124483d8e1947e7e35d0e364088ee5dc782850 8459 rust-dbus_0.8.2-1_source.buildinfo Checksums-Sha256: 3862c8653d07d2e2bfb1c12c0952960f9023c691acd86939d58c6546a45b6db5 1874 rust-dbus_0.8.2-1.dsc 38f8875bb7afbc20dec12db09e18af3dcbd672b08592d2932950326a6437c616 113819 rust-dbus_0.8.2.orig.tar.gz 28fec40355556212bb5beef79a8859ca021a40aba3118743b1c7bfcfc28045e7 2748 rust-dbus_0.8.2-1.debian.tar.xz e22a2cfb926102e62592a244e9df077631e44d648fb49ee0cd04abc070a897fd 8459 rust-dbus_0.8.2-1_source.buildinfo Files: e5bc884e2e781c38cfe67bf03b0ede1e 1874 rust optional rust-dbus_0.8.2-1.dsc 2156b60168613821c6787ca0acba88fc 113819 rust optional rust-dbus_0.8.2.orig.tar.gz 323b46230871f934ed3c216f69983737 2748 rust optional rust-dbus_0.8.2-1.debian.tar.xz e50ce30f68975229d8e535abaa678037 8459 rust optional rust-dbus_0.8.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6LVtUACgkQXkCM2RzY OdJeBgf/fzW8MjfyburVhC4DrXw6JoMLTF1JdNeOsQKN1S32aG6YWcp7A63O4xsJ tBX0Drvom6ij3Jj81ZYj/zAz5JTAw2lNXJldsoNIUxB3jMYcmef5x3xmep1I334u ODvp/S2jgF3kTb5TvT64+vRcvs/fTADG2Py3fheEyVOsAvOjZnpK4xP72RB4qmZj 6hJrSMGYetezasTSBzDo+dxI81UDz9PJRuqCAg6/lMzHC+ZyIELRfsxzappc3E6D iV35GSmjkh8Ipx5xsSdDdv3fyWVLPUnsQAFGGTEZ0Qv5LQss3S6fJQ26mZMFY985 7BicYgcuWjxIYuTdfCwI35p5+psUOQ== =HkbH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 6 17:46:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 16:46:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-try-or_0.2.0-1_amd64.changes Message-ID: rust-try-or_0.2.0-1_amd64.changes uploaded successfully to localhost along with the files: librust-try-or-dev_0.2.0-1_amd64.deb rust-try-or_0.2.0-1_amd64.buildinfo rust-try-or_0.2.0-1.dsc rust-try-or_0.2.0.orig.tar.gz rust-try-or_0.2.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 17:46:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 16:46:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-error-chain_0.12.2-1_source.changes Message-ID: rust-error-chain_0.12.2-1_source.changes uploaded successfully to localhost along with the files: rust-error-chain_0.12.2-1.dsc rust-error-chain_0.12.2.orig.tar.gz rust-error-chain_0.12.2-1.debian.tar.xz rust-error-chain_0.12.2-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 17:49:14 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 16:49:14 +0000 Subject: [Pkg-rust-maintainers] rust-error-chain_0.12.2-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 06 Apr 2020 18:40:30 +0200 Source: rust-error-chain Architecture: source Version: 0.12.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-error-chain (0.12.2-1) unstable; urgency=medium . * Team upload. * Package error-chain 0.12.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: ce323b45ea1631701a04b91c37ae7e57ad8de764 2094 rust-error-chain_0.12.2-1.dsc d0a213b0c0e130cef15f6a1c30430dc869f27309 29761 rust-error-chain_0.12.2.orig.tar.gz ca2291a9bdb5a6a6d007737d79817e70bacade14 2956 rust-error-chain_0.12.2-1.debian.tar.xz 52a9e4a7813176d07628297b14586c84dd101f99 8376 rust-error-chain_0.12.2-1_source.buildinfo Checksums-Sha256: 1f0c9c2a41e0317e1e05d45202f8d9c1b6943467b0f97dda7558cf833426cbdc 2094 rust-error-chain_0.12.2-1.dsc d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd 29761 rust-error-chain_0.12.2.orig.tar.gz 444abf6db930bfdefd821163ae7f9e9190b08c5db17341561ded40f440ba0e0f 2956 rust-error-chain_0.12.2-1.debian.tar.xz f297d9ce686e7692be22c51955c6156f3cf3fdfee5353d9109b4d77581ec8aa6 8376 rust-error-chain_0.12.2-1_source.buildinfo Files: 4378918af97da40b193aec43f37665d9 2094 rust optional rust-error-chain_0.12.2-1.dsc e40f8ca2f829fb9f88a1c6578cb531ef 29761 rust optional rust-error-chain_0.12.2.orig.tar.gz 2576f82d9e05b85c4208468e68025f88 2956 rust optional rust-error-chain_0.12.2-1.debian.tar.xz fece9c403df23d5046bf973d694923a7 8376 rust optional rust-error-chain_0.12.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6LW4UACgkQXkCM2RzY OdIcwgf9Hgx636a2CJZ1HxSY/qGJn6YT2egCLzUGkV6T05lI3wn6jFY6/aBCsc/x P1DaF/3LPpVeNbFOqB0grmmlnoy4xib59TF+PnftrTeQgr3qt646qdQptpX14x9F taKqNGDzoVT5fyzBKzLsQfLXlMhQ7y0en++uXSk+lLfbjDF38EKf3tyleseGiTjV MXeCkOjqOjYmVpBQl5BxELnRHYLOQS73P87rCP4PcVoaPhMy+Jf0fYDdkglVZlQ8 I/DKmuTvP8gaTniwOoD98KpMt4HI34/7Q4D8pIeMNd3LyuH8WH8Kw7sY1FhmB9Aq UWBG6uaoobSfvGQrJME/uS7qDlCGag== =gkkb -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 6 17:49:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 16:49:20 +0000 Subject: [Pkg-rust-maintainers] rust-try-or_0.2.0-1_amd64.changes is NEW Message-ID: binary:librust-try-or-dev is NEW. binary:librust-try-or-dev is NEW. source:rust-try-or is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Mon Apr 6 18:11:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 17:11:20 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cbindgen_0.14.0-3_source.changes Message-ID: rust-cbindgen_0.14.0-3_source.changes uploaded successfully to localhost along with the files: rust-cbindgen_0.14.0-3.dsc rust-cbindgen_0.14.0-3.debian.tar.xz rust-cbindgen_0.14.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 18:19:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 17:19:10 +0000 Subject: [Pkg-rust-maintainers] rust-cbindgen_0.14.0-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 06 Apr 2020 18:54:29 +0200 Source: rust-cbindgen Architecture: source Version: 0.14.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-cbindgen (0.14.0-3) unstable; urgency=medium . * Package cbindgen 0.14.0 from crates.io using debcargo 2.4.0 * Only run the testssuite on the binary Checksums-Sha1: 94e8659bf682602735f13425103a2ec68e83cfcd 2628 rust-cbindgen_0.14.0-3.dsc 3f27e5f63b68edf094bc13133d05a181d6124c09 4212 rust-cbindgen_0.14.0-3.debian.tar.xz b6be9847b541fbdf143f8ed00814d65867238b29 10294 rust-cbindgen_0.14.0-3_source.buildinfo Checksums-Sha256: 3d4d669707600117d4ba5c52e14b7a726f0b5b2e943c70c9e5563ad3b52b88b8 2628 rust-cbindgen_0.14.0-3.dsc 1152d5c80bad43653bb28adf641dd00559b63023382176db6ea0d7cfc8bb6d79 4212 rust-cbindgen_0.14.0-3.debian.tar.xz 5e7bb3126f53143bde6c2e1d859717d8c0bb5dfe155193353cd15059723c164c 10294 rust-cbindgen_0.14.0-3_source.buildinfo Files: cd58ee4dc98f2e57d54193b6658ad025 2628 utils optional rust-cbindgen_0.14.0-3.dsc 67af5a9023e8cbf5c38cb985fec0ce66 4212 utils optional rust-cbindgen_0.14.0-3.debian.tar.xz 7421472d8a0beac73acd9785e49bae39 10294 utils optional rust-cbindgen_0.14.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6LXssACgkQfmUo2nUv G+GZVBAAk/QWps4M9G27gT3+fqk6cfEqseIxOKVBW2JbVPl4yTbXbWuZl2vYko75 Ab7NzUQHMkXQezvha7s+j97HqEtdAZnwQoC+PR/fHEKEV6seGryJ3DO4BzX7W2Wz TPqNjfUTl/YBbqhJ1Xc80Up+6d+LrJc0wsXdh1Hk75ewVUCYRd/hdO6F2Iyn91GL tzyyav0ldXZqBB9A2Nd8JJbki6QJL6yAhKIgv6gCC9T26y9fLNrgR4e95+RO8R/l fb+6MYikxG0t6tX3dCmRX2UlD6wWMHvW9fhquaUL8zN+oEQrvKnUC9v/76KjqGA2 wv4ZU6m2THY0aZ1VqpJXRO+K10SUphEpFerBWatBicdbeMrhWd9lNC21cavUHaK0 g2zXWLURKuJvC3yVeHHHFwanyE7dHAKJFuS+2Uuu1PagD2gT6H4/Nqog9hNwnvku LG9baVECviW762l/Iv/kfg7QS31vyaX3zqWcMsO2cucWEGTEcclPaEl3PUYCRTke NPeqVuHT7l0Dr5SDvvSS2yF5+2IM+xGyh8IOhRs0Abxg6uA43DilgVPvDKp2t3Vl sKnksCuNrEBXqJxDvab86/cQHJ3A2ZmiBPcyWuoULpMOP8T31imSfeuMt4YjxJ2s ym4vFRVr3n20MvMbg510UHiGYBe4kk8cQZFc3XZjctgX7eHfTDw= =BUUb -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 6 18:21:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 17:21:28 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-error-chain_0.12.2-2_source.changes Message-ID: rust-error-chain_0.12.2-2_source.changes uploaded successfully to localhost along with the files: rust-error-chain_0.12.2-2.dsc rust-error-chain_0.12.2-2.debian.tar.xz rust-error-chain_0.12.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 6 18:33:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 06 Apr 2020 17:33:54 +0000 Subject: [Pkg-rust-maintainers] rust-error-chain_0.12.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 06 Apr 2020 19:17:49 +0200 Source: rust-error-chain Architecture: source Version: 0.12.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-error-chain (0.12.2-2) unstable; urgency=medium . * Ignore test failures. Checksums-Sha1: f88b563f446159c813892f3aeaf5c3b776b9633f 2094 rust-error-chain_0.12.2-2.dsc 392de39ba117a5a780bda5570a17ef4b4a010210 3028 rust-error-chain_0.12.2-2.debian.tar.xz 7c88614131484f464f0914c27042a39250f83da5 8376 rust-error-chain_0.12.2-2_source.buildinfo Checksums-Sha256: 54a8733128a1276b5ed61268357d250e24f2e03ef282ecaaf7c22981283a64f2 2094 rust-error-chain_0.12.2-2.dsc 3cd73a85e663d3114c41b57a1f627d26ebd4434d3890c300773fad555df4833a 3028 rust-error-chain_0.12.2-2.debian.tar.xz f0efb2d50d2e2be8dabe8fce8a4173a221209877b45e0922ff2498ee7ff28955 8376 rust-error-chain_0.12.2-2_source.buildinfo Files: a143b8047c7ab37f4854fae4e15ff305 2094 rust optional rust-error-chain_0.12.2-2.dsc d73c8fca0f8ddb229666152bd3a56b40 3028 rust optional rust-error-chain_0.12.2-2.debian.tar.xz 670a2a20d07f38f5e4cb6715f9e79169 8376 rust optional rust-error-chain_0.12.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6LZEMACgkQXkCM2RzY OdKoCwf/WXcBIe6va4JyrU87FXEFz92tY+eOzSYDiIn21P/wZ/7WqO5KNAIF17eQ UADgAq/QpbNpS109Pq5F8FvPey97oqoCKDHRjn3mBlCcVmSrXusufYz6GWuOKtqr H1xR5HHIxP6UqS6KriOzBWC7stHI+eGwjnYxHgp1v4BnnBvlqCsbeRCiSu20hyDQ KcN4t3AZIkLduXPd9u2nODktsZlI5HlBi9ecqoBI1r4e3HPKiTC1c+xfmQOjxRe9 bZejQS9X++5bvw0jGW2pr1JD/iH/zHRFdlzTNY7BavQZ94dkjYAenDbl+wcsxiXB KuFoFbl1uBDKcWH4xYDm/UxcoFlGiA== =xvNL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 7 10:45:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 09:45:54 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libsystemd_0.1.0-1_amd64.changes Message-ID: rust-libsystemd_0.1.0-1_amd64.changes uploaded successfully to localhost along with the files: librust-libsystemd-dev_0.1.0-1_amd64.deb rust-libsystemd_0.1.0-1_amd64.buildinfo rust-libsystemd_0.1.0-1.dsc rust-libsystemd_0.1.0.orig.tar.gz rust-libsystemd_0.1.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 10:48:57 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 09:48:57 +0000 Subject: [Pkg-rust-maintainers] rust-libsystemd_0.1.0-1_amd64.changes is NEW Message-ID: binary:librust-libsystemd-dev is NEW. binary:librust-libsystemd-dev is NEW. source:rust-libsystemd is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Tue Apr 7 10:55:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 09:55:59 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libc_0.2.68-1_source.changes Message-ID: rust-libc_0.2.68-1_source.changes uploaded successfully to localhost along with the files: rust-libc_0.2.68-1.dsc rust-libc_0.2.68.orig.tar.gz rust-libc_0.2.68-1.debian.tar.xz rust-libc_0.2.68-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 11:04:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 10:04:09 +0000 Subject: [Pkg-rust-maintainers] rust-libc_0.2.68-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 07 Apr 2020 11:53:34 +0200 Source: rust-libc Architecture: source Version: 0.2.68-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-libc (0.2.68-1) unstable; urgency=medium . * Team upload. * Package libc 0.2.68 from crates.io using debcargo 2.4.2 Checksums-Sha1: 0301ffb2c40b698edcbd9116d3676939bb1c6e1d 2033 rust-libc_0.2.68-1.dsc 1de2252bda55b68c9871026aa85e8677e0864d3e 468882 rust-libc_0.2.68.orig.tar.gz 214a38d63782f57439912e43b3d2f8caa492339a 3296 rust-libc_0.2.68-1.debian.tar.xz d89f79de82d7dfe0c0904414e7a39f3ca20d10a1 8311 rust-libc_0.2.68-1_source.buildinfo Checksums-Sha256: 34150e3da6a649587b4f6d4710b2d17684d76716bcc687e51e9dd7a5219c89bc 2033 rust-libc_0.2.68-1.dsc dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0 468882 rust-libc_0.2.68.orig.tar.gz f10e484dc7011475e3b3bac32fdf3037346e737b59884682fe62730de60ee5bb 3296 rust-libc_0.2.68-1.debian.tar.xz c73846b4ca49b6bf44eb5c42e20ce634153a6a544ad2f3734e9f2936138ea28c 8311 rust-libc_0.2.68-1_source.buildinfo Files: c7bbe480e295693d57450264b4f79c53 2033 rust optional rust-libc_0.2.68-1.dsc 12eab0b5d25a0244e1082c24d3b6c57d 468882 rust optional rust-libc_0.2.68.orig.tar.gz 824d3aaa05e5ca88116be3319e37afe1 3296 rust optional rust-libc_0.2.68-1.debian.tar.xz c076b27067dee602933ad91906bf70af 8311 rust optional rust-libc_0.2.68-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6MTaUACgkQXkCM2RzY OdIshwf/TVNuXtshBL4gbGrMQmnlQWcNvvT+XDNTEtNL6E7F4MKSwklzoTNcA5jJ i+2xvOJJQAC31sxneRLuj+EXgmaD7jaFnTPk+Et1skIVYvtnElwpHOfp6URkqGVd psEAEqguHQX//SyHI2MP6tGOhBeoZqw4+zWlFuTcpKBMERmp+SnI3e7klrM5lFOh wMYHJm7lY2k3tS5skS3qvcJeiDV8y8QjDfVSfJqAFs1xtZ2jyMntfCU973SwE9SD SOv5QTq9kEKLgj37WOIbeND1mVmsl9+PmfHF5BB11ieS+U2yhOgRhBq8x5MQyut1 vyFB9mo3p04iVycwIIMpMhQNxZWvmg== =B7vu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 7 11:41:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 10:41:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-hexyl_0.7.0-1_source.changes Message-ID: rust-hexyl_0.7.0-1_source.changes uploaded successfully to localhost along with the files: rust-hexyl_0.7.0-1.dsc rust-hexyl_0.7.0.orig.tar.gz rust-hexyl_0.7.0-1.debian.tar.xz rust-hexyl_0.7.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 11:46:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 10:46:18 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-error-chain_0.12.2-3_source.changes Message-ID: rust-error-chain_0.12.2-3_source.changes uploaded successfully to localhost along with the files: rust-error-chain_0.12.2-3.dsc rust-error-chain_0.12.2-3.debian.tar.xz rust-error-chain_0.12.2-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 11:49:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 10:49:06 +0000 Subject: [Pkg-rust-maintainers] rust-error-chain_0.12.2-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 07 Apr 2020 12:45:19 +0200 Source: rust-error-chain Architecture: source Version: 0.12.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-error-chain (0.12.2-3) unstable; urgency=medium . * Team upload. * Package error-chain 0.12.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 5b4f9a625d7a26eb63a840eb878eb88df8ceeceb 2094 rust-error-chain_0.12.2-3.dsc 126ddeb245b8ae6fc58ab145c448b9345272cf31 3068 rust-error-chain_0.12.2-3.debian.tar.xz 31cadf48157837932f4ca8ab88c5102149f779cb 8376 rust-error-chain_0.12.2-3_source.buildinfo Checksums-Sha256: e9b140431e47570edc20ea7fa5b1434a0f070d9bbb8a7e7e6dae8b969b5f575b 2094 rust-error-chain_0.12.2-3.dsc 8933894d7a447a713ff79b64b7562962fc643b633adca029ee7966827c95cf8d 3068 rust-error-chain_0.12.2-3.debian.tar.xz dd4a7d8c532144b7a1683c4a7fc9fb9a30aa5887f6c1478d8509ca0eaca1346d 8376 rust-error-chain_0.12.2-3_source.buildinfo Files: cb9a7bc5714e9f5c4514469ff82f52a9 2094 rust optional rust-error-chain_0.12.2-3.dsc 0e9d2af48fe117a5703e878865fc23b0 3068 rust optional rust-error-chain_0.12.2-3.debian.tar.xz 53e91a3cd308f66cea5bc9baa1d5f748 8376 rust optional rust-error-chain_0.12.2-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6MWcQACgkQXkCM2RzY OdKZpgf+Js7B6m25OTUQy9GEWr58rmmTFUbtSU7tP2r5BKgnMfcnakStEg5GXwuU nZyZssOeFhqekmNaPkNgeO6glY08CNk+eioKqk3Qc9KcvPsgoxsBPYfPVnutEX2l i4DEF9jmDO0mnRpzM4HS6ua7NsucbzdVcprGHJVRjFi3TS7+gidGu4U5RE8XzpFq +hzbEJPkobxKu++DSqbmLnCvi/yw9Hpeb7ac59NNh218w0FaKPXN6q/RPoz7JpYf I1Mxlzsrbh5HjaEVicoup3qAVmo+e1GSezcJOtpyQGC8OCwsFNgk4Kn5VmBGTdCB ZWAlx/4tb+mX5EBzWTgnoueHfh6cxw== =NGAn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 7 11:49:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 10:49:12 +0000 Subject: [Pkg-rust-maintainers] rust-hexyl_0.7.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 07 Apr 2020 12:33:58 +0200 Source: rust-hexyl Architecture: source Version: 0.7.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Changes: rust-hexyl (0.7.0-1) unstable; urgency=medium . * Package hexyl 0.7.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 5ffc7694e45b148716c8a7211e9ecddb3c62d2e8 2369 rust-hexyl_0.7.0-1.dsc dccb0440f8ce0a74ba4e43a5c17411f82f192f07 19782 rust-hexyl_0.7.0.orig.tar.gz 05632d1992f1753fc2eb4db2c3d7cf6dc845645c 3176 rust-hexyl_0.7.0-1.debian.tar.xz 9f7061b712e996a4ce29bc6872661780879cd72e 7016 rust-hexyl_0.7.0-1_source.buildinfo Checksums-Sha256: c0e06e92e6a725fb7327d4c2f79e3a221087750b98df64632472164b3c843bdd 2369 rust-hexyl_0.7.0-1.dsc 961d4ffdbac7e794abb7116c9e66ce95d7d4f24da29b6af1b7cc93bae50465ce 19782 rust-hexyl_0.7.0.orig.tar.gz d1131a28da837be4c1775259bf133bc6a5facc7f80f1bf4b4c7df09403586709 3176 rust-hexyl_0.7.0-1.debian.tar.xz f405f1375122b887aa40a5a77a836cc72158d132744adfe95c07b2bbe9345a72 7016 rust-hexyl_0.7.0-1_source.buildinfo Files: d435fe4bf653c69a58a753e52aac6456 2369 utils optional rust-hexyl_0.7.0-1.dsc b4abfb79855172829fcf8fcafb74e7d4 19782 utils optional rust-hexyl_0.7.0.orig.tar.gz f27c3dc3d699eb1f9c484adcc2924a72 3176 utils optional rust-hexyl_0.7.0-1.debian.tar.xz 299aa700d09901e38b833d99ba826bae 7016 utils optional rust-hexyl_0.7.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6MVx0XHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwQRbQ/+LPT5FhWq+8EeQl+mawhB9X1N bJHt/v0A6izTCtgGlRPbbL5cB6IUlDDYaZKQINQpPSIAxbeQGAH/I9ya3YL7/8zc tzAUZZqwD0gROtDZVInPWH4MPIuvtAAELPo0F11CZBNcvHQLuI1OYpyQUeW0vmb4 Rgbmgob0ZUBRJ1F093X63zzCp+GHx3stID9kGQ/8B0DlisF4mJmC2pLUEwb+DdwG +uFpetadA32kMHHiVmAzh1zEx/kamlJmwYBPsSBeNXY4qeQTM/OzgwQXCmlnPVr8 qrO0LsCnsXlfKlfVFZrV8Fss+bhP/nkB8HV6aKuGcXoowivKBKODuTmMeJfe+JGg gZnC4XE4ioi8WAP+8W6Kzk/f0FGrbL+sFqMKZyYHZeclE4m0Us5QhuMFMILii1mw ONnUsaRqLcYwC04G784zZb98GCpTAhWpLuzb3H2ac+HnP4A3LwMoRtqK2VZrT/Sh zs3YOj5zXFSsPZ1aXD5o4FIJ8/fO/329AiYJV5sJ12syvA/kNEWGA1IWjksgEv7x 5FkrKfK/k1nYpfZCicFZW9IziqifBKQhhlOQahWictqUbnWIEWMHN+V114BIbgP+ yy7fhz157Gz/7Vz/TVavl7NeiIJNBQxtShZClD7j+ZcA1IFAIB0mRqGBmYzPq86p MC5TSZfvdOVIJE0KFZM= =hhMF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 7 12:11:30 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 11:11:30 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-atty_0.2.14-1_source.changes Message-ID: rust-atty_0.2.14-1_source.changes uploaded successfully to localhost along with the files: rust-atty_0.2.14-1.dsc rust-atty_0.2.14.orig.tar.gz rust-atty_0.2.14-1.debian.tar.xz rust-atty_0.2.14-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 12:19:01 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 11:19:01 +0000 Subject: [Pkg-rust-maintainers] rust-atty_0.2.14-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 07 Apr 2020 13:06:30 +0200 Source: rust-atty Architecture: source Version: 0.2.14-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-atty (0.2.14-1) unstable; urgency=medium . * Team upload. * Drop build dependency on hermit-api. . [ Sylvestre Ledru ] * Package atty 0.2.14 from crates.io using debcargo 2.4.0 Checksums-Sha1: 407ed190bdd59ececd7c2cab1a705a0b849bf2e9 2100 rust-atty_0.2.14-1.dsc 9b4bfe6daebdd3d13a8a605bf44f64d4e831e804 5470 rust-atty_0.2.14.orig.tar.gz dcc524bf353710a01d60b3e9ffc911c26211763e 2988 rust-atty_0.2.14-1.debian.tar.xz 68ceb1ec814ae2ec56c26ac9f9a69eab525a78e6 8408 rust-atty_0.2.14-1_source.buildinfo Checksums-Sha256: d0f7950dd37f59538d69f86e3369b6a4554b5e0d1102eb5fe936a17d0c9e5b91 2100 rust-atty_0.2.14-1.dsc d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 5470 rust-atty_0.2.14.orig.tar.gz 4fe1a64d3e2c5487b427e6d50940721166683877f1284fcd7cf4eafbc86166ef 2988 rust-atty_0.2.14-1.debian.tar.xz f4a6147905f9d551c624e48a8c6a9a5c4ae11eb68c690fb9a315aa773f0b4d50 8408 rust-atty_0.2.14-1_source.buildinfo Files: 9259417668a759044c5f50fac9865f5f 2100 rust optional rust-atty_0.2.14-1.dsc 142cb4b9a653e56e56311f0c883b8582 5470 rust optional rust-atty_0.2.14.orig.tar.gz eaae8e9aec9b2750e44987d446fe69f9 2988 rust optional rust-atty_0.2.14-1.debian.tar.xz 32e572b86bf436b652520128729b0ed5 8408 rust optional rust-atty_0.2.14-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6MXrsACgkQXkCM2RzY OdKFMAgAnS3fGRoIyDrhfKgpSCoH72xAl91ob/iQilrl4mdUXHgQToTHjr1T7jCn nFBYYVhq8cRgksqT4OzTKjaX4omnaipVBc6vKopKSW6q11Um/4uEGpk09ZtdZUYH WHtHeuxW5kFydGVSJU1vk3qssV0yyqg7uJsokaEB0ExgXEsQK1MCn/scE5TPAi5J 1ybhcjSJAtUZCVFyQx0Gh48/aTH4oSBRPDAt31dWQRsBUbmDh6rxUEhiQfz/r0XI m4VGpJLHZ6fAtYHaPmC05MuuMoFzZq58Oe1SkxVMDwS+WWaAdEL3XFEB0pEqlPAR O+tA6wWQX1oFLXnKfMDUbFQkpwj5KA== =whDR -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 7 12:46:38 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 11:46:38 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cfg-if_0.1.10-3_source.changes Message-ID: rust-cfg-if_0.1.10-3_source.changes uploaded successfully to localhost along with the files: rust-cfg-if_0.1.10-3.dsc rust-cfg-if_0.1.10-3.debian.tar.xz rust-cfg-if_0.1.10-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 12:48:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 11:48:42 +0000 Subject: [Pkg-rust-maintainers] rust-cfg-if_0.1.10-3_source.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 07 Apr 2020 13:44:18 +0200 Source: rust-cfg-if Architecture: source Version: 0.1.10-3 Distribution: experimental Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-cfg-if (0.1.10-3) experimental; urgency=medium . * Team upload. * Mark compiler-builtins as flaky. Checksums-Sha1: 40a823628e0fcfb5298f33fe931668c99e6b20ce 2125 rust-cfg-if_0.1.10-3.dsc 3f228ac0fc0b9f832d0f087908fd3baf7ef959a3 3176 rust-cfg-if_0.1.10-3.debian.tar.xz 7556e8d9cb1029668b2c170ed4d7b7864368e5e5 8342 rust-cfg-if_0.1.10-3_source.buildinfo Checksums-Sha256: 9dc830b21d74953843b9eb57570edef1e49bb535b64bb8d70155c61e82c836f7 2125 rust-cfg-if_0.1.10-3.dsc 3fc45184d5afb1c383efa6bc7df8f9e8128f509611ec257f593e4bb5cf4dd8ca 3176 rust-cfg-if_0.1.10-3.debian.tar.xz e34f0e1d0b266852d5f019b43b22ecafb7dc87897ab55be01be603dbe73579ce 8342 rust-cfg-if_0.1.10-3_source.buildinfo Files: 9e4bcc92fac85472c5fcc2ef4cb13efe 2125 rust optional rust-cfg-if_0.1.10-3.dsc 29b56d6fb6b319ba39606b73c8917bbb 3176 rust optional rust-cfg-if_0.1.10-3.debian.tar.xz a6dba6e9ecd1c014a08469e1df24b922 8342 rust optional rust-cfg-if_0.1.10-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6MZ9QACgkQXkCM2RzY OdLihgf/YO4HdzvxXyw4tzko6QIItjoOZm9njzGzuPULLRY7GC7AqvPzRJjceUFW zTPlbC2vB+UndC/BhG9WZT3ItTcKHYWBByzB4WTs5OjezA06ky99OIoRyD6Iw/jX lG562mTMkvS7U0EZPf9sfmeQFEH0zVBNAhyNO3nAGeI+1F4M5gOcGwNmZ3oUzycI yDkHjf9NJGeFWOc7ZOqghysEj1S2ZNhUH8tG4P+RZZpS4QGW6C6qRHxzKO6U5FwZ OPQ5HRxBqaTVjK25Mda3fJxqlGbHzNSStkJLqDc2K6p9xSVRot3Q7uu6Hv5U7uiC kR8hJm/1gxIhdNMwvDtrZqR8rXxwiw== =GvKE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 7 12:51:39 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 11:51:39 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cfg-if_0.1.10-4_source.changes Message-ID: rust-cfg-if_0.1.10-4_source.changes uploaded successfully to localhost along with the files: rust-cfg-if_0.1.10-4.dsc rust-cfg-if_0.1.10-4.debian.tar.xz rust-cfg-if_0.1.10-4_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 13:06:25 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 12:06:25 +0000 Subject: [Pkg-rust-maintainers] rust-cfg-if_0.1.10-4_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 07 Apr 2020 13:49:40 +0200 Source: rust-cfg-if Architecture: source Version: 0.1.10-4 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-cfg-if (0.1.10-4) unstable; urgency=medium . * Team upload. * Drop currently broken compiler-builtins support. Checksums-Sha1: da883cb8d9e33206b436e3948521c22961bf1180 1921 rust-cfg-if_0.1.10-4.dsc 4033c4973613d9024e82a97d59d4a5217151efdd 3272 rust-cfg-if_0.1.10-4.debian.tar.xz 00b71dfe0e5ffefac3035297b109038973d868d2 8269 rust-cfg-if_0.1.10-4_source.buildinfo Checksums-Sha256: 45adc455f4d587bb33cdff7389e24f11260d8ae08025c038e4a2316c74767d23 1921 rust-cfg-if_0.1.10-4.dsc 41be10b28dfebfdbc8652be4ac1968b4e79c8d401f04718146b2559aa6a84395 3272 rust-cfg-if_0.1.10-4.debian.tar.xz dba7a6bf0d4b56e37b6676137a3943d4ad30d93a1bae3c03f7e2f4883b18edd1 8269 rust-cfg-if_0.1.10-4_source.buildinfo Files: d6bb4f0d1f4479d95b6f2ea017b61af9 1921 rust optional rust-cfg-if_0.1.10-4.dsc 62c82d6b46317bed19a708ab88f9348a 3272 rust optional rust-cfg-if_0.1.10-4.debian.tar.xz 661b0cf1fd840a1d33b0b35b3af77b32 8269 rust optional rust-cfg-if_0.1.10-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6MaNoACgkQXkCM2RzY OdKPdQf/fAR7zItAR9+ZZ4lC2FBeZNYdKOKbO8XKs81wbEBKyVlU2EcK7U7Gb78L DiVGQNZkA1wO9xDOGuXnjhI7hl16WdlRm0tsZiMT2+F/jTe2weQ9pnarw8JK/Ngt xHdIEfCo6vOMPJ0ZaN4KH/OhNyYeo7XcXcfSY5GAMY6f+KBWo7gPipCdZRmcqV5z SU3/wub06MPpvPy3loFnxfmajUHTV6qKattUCr+tNYWGrsZUi0llFiH9jRqrrMkG ljJN3re505p/WVhDHrjQm3wHy4dZtbJvsU3rygJ42hHjAAjgnwmoWshKj7EVtM0j jToaNFTdBaqhcp+0qo6ioTShVNE5ww== =D07G -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 7 13:16:49 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 12:16:49 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cfg-if_0.1.10-5_source.changes Message-ID: rust-cfg-if_0.1.10-5_source.changes uploaded successfully to localhost along with the files: rust-cfg-if_0.1.10-5.dsc rust-cfg-if_0.1.10-5.debian.tar.xz rust-cfg-if_0.1.10-5_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 7 13:18:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 07 Apr 2020 12:18:50 +0000 Subject: [Pkg-rust-maintainers] rust-cfg-if_0.1.10-5_source.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 07 Apr 2020 13:52:20 +0200 Source: rust-cfg-if Architecture: source Version: 0.1.10-5 Distribution: experimental Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-cfg-if (0.1.10-5) experimental; urgency=medium . * No change rebuild of the version previously in experimental. Checksums-Sha1: d898fd90b6032a426f89d0034c176730bbad3901 2125 rust-cfg-if_0.1.10-5.dsc c633ff29fbf999dff546a618cdb980d55c9c4484 3260 rust-cfg-if_0.1.10-5.debian.tar.xz 6c52c0e983a0c4da3bf956cc7ccf1cbcc6e4368e 8342 rust-cfg-if_0.1.10-5_source.buildinfo Checksums-Sha256: 7cf4a12d537fdf78792849ce71c664451173aac73ff9f4cf9f0c54b0e1e54539 2125 rust-cfg-if_0.1.10-5.dsc c5402fb2d13ed044a6e648d50e8230838ea4356c0ea4926fef90e456d5f932e2 3260 rust-cfg-if_0.1.10-5.debian.tar.xz 96189e809bd3730b8b99df0b8f94b885093aea3c31e61b149d01ec9bde5b84f2 8342 rust-cfg-if_0.1.10-5_source.buildinfo Files: 2a9c5faf133989896775328fa2e7ca17 2125 rust optional rust-cfg-if_0.1.10-5.dsc b318d1f8de44a3a6bf7aeae09c54b153 3260 rust optional rust-cfg-if_0.1.10-5.debian.tar.xz 29ac70bf01b8805584edac9513a770f5 8342 rust optional rust-cfg-if_0.1.10-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6Maa8ACgkQXkCM2RzY OdKNVAgAisOw+ie0JwDCjNWrd0KwA6KMVfc1Ug5XvBHLQ5jSqszkCZ3REIr141l0 8TyJw+v2ffwh32wxjbUL3TXs3eR5Z8B1N4mYaWoaaLNC6VUhpRMnBMDp2JHbSmeu ANEFUn9IxidUyAtJzsNIjFtQc2fHmhV4kW1nsC43VSgrxvBt0zw+OcMuk92znQFe as5c6q6NsSnm6J07Ag2zW7XTIVvuK2/LheJiL0TFAcHHEBOUH6Ja0u2hIKSBSkkS rJcLY2QSCUGHn6CuV/otUQRX1WmAKDnIWjdJcVVg/Yjv4rEx840Q9EVbuNJSLJbA 66dbjWdwYVOKEUIg0eQJOHZ3SjMEnA== =a6v0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 8 07:25:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 08 Apr 2020 06:25:09 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-crossbeam-utils_0.7.2-2_source.changes Message-ID: rust-crossbeam-utils_0.7.2-2_source.changes uploaded successfully to localhost along with the files: rust-crossbeam-utils_0.7.2-2.dsc rust-crossbeam-utils_0.7.2-2.debian.tar.xz rust-crossbeam-utils_0.7.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 8 07:33:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 08 Apr 2020 06:33:44 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-utils_0.7.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 08 Apr 2020 08:19:39 +0200 Source: rust-crossbeam-utils Architecture: source Version: 0.7.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Changes: rust-crossbeam-utils (0.7.2-2) unstable; urgency=medium . * Package crossbeam-utils 0.7.2 from crates.io using debcargo 2.4.2 * Add patch to relax dev dependencies so autopkgtests aren't skipped Checksums-Sha1: 597ad46b5888bbb89a4e24048adcc5095437da55 2663 rust-crossbeam-utils_0.7.2-2.dsc a23f8cd95b2c77cc1e5b19f8cb3dbdbc28fce718 3300 rust-crossbeam-utils_0.7.2-2.debian.tar.xz 53494b1063bf18f36fef0d627188ac29bca4a47f 6936 rust-crossbeam-utils_0.7.2-2_source.buildinfo Checksums-Sha256: 6880b26f65c3152057e72529826829b3561e1b536b3051182936d15c136112bf 2663 rust-crossbeam-utils_0.7.2-2.dsc e527cfe173351b490b974c06d4e755aa8c7da81fabe82e4c516faee41aabb365 3300 rust-crossbeam-utils_0.7.2-2.debian.tar.xz ec3378ee17b850d93ac0ad40df8e09cb475502c08b5d3059bf23d0862e07a4cf 6936 rust-crossbeam-utils_0.7.2-2_source.buildinfo Files: 81107a091c13526471efb2646e54ba43 2663 rust optional rust-crossbeam-utils_0.7.2-2.dsc 7ce8af53f8a447740897c3ef5445b377 3300 rust optional rust-crossbeam-utils_0.7.2-2.debian.tar.xz 51ba5809d6361d88d5b8da47ff4af3e8 6936 rust optional rust-crossbeam-utils_0.7.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6NbQMXHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwTHxQ/+Oj12VhAOvyQKJkwUeTPS7gqT c4kiQ9pJSIjUe5Y4RSfEeTxchg0DbhLIddWpsHjtmseXrqFpdqXcw37PByvejbHP LSM3GWSeh6+bC5nw7thQ+fPwc6t4kPuYe9MjSF9qshV5TRiZ07vyH/iokYK81qPp foyk8phdi2k03rx3va8GEswyWIyz1ll5HUe9EaKN9tG8LpA8CjUv7eHp/bpd4sRO BHanwW+IGnlAg1A5AeB5q2F2VvRKope3gWn/LuXIzIyykebkeVjKSQTDQvakD1as dgDEcpb5B+Pefs2zvXx7XSsSTH9Mr6Gufzh5SG1sgIZ38LCFw7YfFrXa99XhDfow 0FVf96SFZbkikb0x1J8yum0KrAkO8lxl9477j8ysETrWCIFQob3qfoZoQyNTBAI5 HWEWBaOPLIzjD6S5gDGtv2bI4Yv5RgTiuHNuVgMKDQWkE/2SPSAUlwr+jAuDDsrk UibICQqX3npDh+DTEBg22lsUBAwbyX9Z6ydTWcOz1TlT5GBCrr/arueKCBxbiBxN vReurjdZamNjQqcCXKn1A5nKssAvFfpbsJ3IZWtldZvmweaQ9FIsgWwxpGId1MBl VeLoXFePjp5hCNSGTs59RMrXqI/Q0tYOkN5O4rupUvoXwWW1+m2l6M3xoo+uGnkA QADvliUJUZBj8OfjxWc= =YS1z -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 8 16:00:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 08 Apr 2020 15:00:10 +0000 Subject: [Pkg-rust-maintainers] rust-enum-map_0.6.2-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 17 Feb 2020 11:29:22 +0100 Source: rust-enum-map Binary: librust-enum-map+serde-dev librust-enum-map-dev Architecture: source amd64 Version: 0.6.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Alexander Kjäll Description: librust-enum-map+serde-dev - Map with C-like enum keys represented internally as an array - fe librust-enum-map-dev - Map with C-like enum keys represented internally as an array - Ru Changes: rust-enum-map (0.6.2-1) unstable; urgency=medium . * Package enum-map 0.6.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: e766f2488ebe550b9a17bc6f6d4551091eca6e37 2451 rust-enum-map_0.6.2-1.dsc 5c8b48383e338bba200bacf71dae85de81390c55 9285 rust-enum-map_0.6.2.orig.tar.gz cf1621137921f0306dac57dfe6d0dadfee576095 2620 rust-enum-map_0.6.2-1.debian.tar.xz 2340bb29dc89b86aca55dcd538c227909be5aa6e 1056 librust-enum-map+serde-dev_0.6.2-1_amd64.deb 6fe26c3ea318cf75bd2a852325d75d0d3c241e4c 11188 librust-enum-map-dev_0.6.2-1_amd64.deb 232266489a120bffaa4ec1325ab9a9b25533f36b 7733 rust-enum-map_0.6.2-1_amd64.buildinfo Checksums-Sha256: ac92329f0df97b6bbb6f4110497ec2e130e8cc0d2c7f58705305b49909360ca6 2451 rust-enum-map_0.6.2-1.dsc 70a375f899a53b9848ad9fb459b5bf90e4851ae5d9fea89134b062dc1828b26e 9285 rust-enum-map_0.6.2.orig.tar.gz 6ee3a88a6cccb247f012296bcd6fb6789b27d47bb3fbc54ca613bf76cbc0911d 2620 rust-enum-map_0.6.2-1.debian.tar.xz 899251960e611c518821062702f9ea4127e9a5864bcc016a0c66d92cbcc3c4a0 1056 librust-enum-map+serde-dev_0.6.2-1_amd64.deb cfadb3853da003ff2a941f6d8046ce22ef4f718b46bec861ae814fcc82f94787 11188 librust-enum-map-dev_0.6.2-1_amd64.deb e9e6cddaaa60343b533ff74b6888b7667c01a811a1e125e9aa7fd0c7962f3da4 7733 rust-enum-map_0.6.2-1_amd64.buildinfo Files: 29065b2e85ec1b6819e5201bafff7f7d 2451 rust optional rust-enum-map_0.6.2-1.dsc 02ab8eeb5d3d0a1990120eafda82b4fb 9285 rust optional rust-enum-map_0.6.2.orig.tar.gz 0dafbb27bcbac8e56e8d1abfffd0841b 2620 rust optional rust-enum-map_0.6.2-1.debian.tar.xz 4ba36dece01e76dce5ccdd3969a54f9a 1056 rust optional librust-enum-map+serde-dev_0.6.2-1_amd64.deb c6d57680ed6ee764ace854946e592a41 11188 rust optional librust-enum-map-dev_0.6.2-1_amd64.deb 2dcd0b7887e2ddbd96f0d4c68830e9f1 7733 rust optional rust-enum-map_0.6.2-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl5Ka4YACgkQfmUo2nUv G+Fl4w//azYpQrXL3jDgPFOyE4BYBau+9H6/NN/+96pIMfW82LDRQzn6igpnlIcJ uU8Nc/ourGghG7iQEVmBer4P5TQP+h6vtNiJ6vWTKCTeKDOCI4kuvq2ToZvePZQu PGSEbTBYbB6a4NRIrB/OYbQXllW9g7jbjjkMjNy3+ScX1i0zGC9Cxh4cqG0nt/H7 MDUfHg6TSONkknZL/aCBsXQ8cilXSG4RSKFTcwO/p59fuoyMPoScLTZmMrQR2XRZ O+FABfvBTn6QzFEr08b5JmC7AZv5GGviwqxeOGf08NYY//3WfpTLbb6m521WmBVM a+9uSGcIkr+IrAhX/OuPtdyzTAmxnQbA+iqki/25v9QeA5u99Y9FBHZaQzRSvD9x uzR9+Ssn+z85EdCBOdnM6T3l9duk1AfZkTuIGNdsqw66gALT8zGyUgk1bgMJpe8j WWWyQf98ylOFmEw2U1fRc2x9J0/K7NbXIy2dVpsJ0groZ7Yqp6HcZcgimRH4yMBR GQeJusX0PzGVDxYtFXVX+jKR9qJ7Vs7176JESCFJoA35CCxmeWxMG5YIEXqTybIE Tv+BzSKkH2hAp3AHKmuSUHl/IbtDtHXlOnEvHBSj7h7T8lXrkmHLB4FbEqMvWDxU Wos9nBVDhAAKNsR4Sv2diWpmlKtRJ/wJUViki+WCjI04oXTIKxw= =qSzd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 8 16:00:42 2020 From: ftpmaster at ftp-master.debian.org (Sean Whitton) Date: Wed, 08 Apr 2020 15:00:42 +0000 Subject: [Pkg-rust-maintainers] Comments regarding rust-enumset-derive_0.4.3-1_amd64.changes Message-ID: Hello, This package is absolutely tiny and says it has no public API. So it seems like it should be bundled with the package that actually uses it, rather than being its own source package. -- Sean Whitton From ftpmaster at ftp-master.debian.org Wed Apr 8 16:00:51 2020 From: ftpmaster at ftp-master.debian.org (Sean Whitton) Date: Wed, 08 Apr 2020 15:00:51 +0000 Subject: [Pkg-rust-maintainers] Comments regarding rust-enumset-derive_0.4.3-1_amd64.changes Message-ID: prodded; probably should REJECT From spwhitton at spwhitton.name Wed Apr 8 16:01:43 2020 From: spwhitton at spwhitton.name (Sean Whitton) Date: Wed, 08 Apr 2020 08:01:43 -0700 Subject: [Pkg-rust-maintainers] Comments regarding rust-enumset-derive_0.4.3-1_amd64.changes In-Reply-To: References: Message-ID: <87d08ija20.fsf@iris.silentflame.com> Hello, On Wed 08 Apr 2020 at 03:00PM +00, Sean Whitton wrote: > prodded; probably should REJECT Sorry, this was intended as a note on the package for other team members, not to be sent to you. -- Sean Whitton -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: From ftpmaster at ftp-master.debian.org Wed Apr 8 17:00:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 08 Apr 2020 16:00:09 +0000 Subject: [Pkg-rust-maintainers] rust-tinystr_0.3.2-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 17 Feb 2020 11:32:12 +0100 Source: rust-tinystr Binary: librust-tinystr-dev Architecture: source amd64 Version: 0.3.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Alexander Kjäll Description: librust-tinystr-dev - Small ASCII-only bounded length string representation - Rust sour Changes: rust-tinystr (0.3.2-1) unstable; urgency=medium . * Package tinystr 0.3.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 2797a3840e8cbc5fdfed4938995a7cc82cf05359 2148 rust-tinystr_0.3.2-1.dsc 7988f3c28303b26475ac30b67464a0bcaa35e38c 17495 rust-tinystr_0.3.2.orig.tar.gz 1d9a61ee9871a59b185e2540276e34cc8df5f993 2456 rust-tinystr_0.3.2-1.debian.tar.xz 79584fb959e0d02f965cc3b1972f07170e58e383 14624 librust-tinystr-dev_0.3.2-1_amd64.deb 85c12159077f94ef073e6448e11a5ac9a4c8d94e 7022 rust-tinystr_0.3.2-1_amd64.buildinfo Checksums-Sha256: 05e839e82a5e6897e8785dd97c4462f5bb1d53ba1d5ca541897f6354467dd096 2148 rust-tinystr_0.3.2-1.dsc 4bac79c4b51eda1b090b1edebfb667821bbb51f713855164dc7cec2cb8ac2ba3 17495 rust-tinystr_0.3.2.orig.tar.gz 33b4d32b1799cdf45cf56c0a1adb9cbbbdb9d92e5a00cb0dc5f55b4ff36b1dac 2456 rust-tinystr_0.3.2-1.debian.tar.xz 0a7a76d633c661f7f3144c4dcd0a4097ef170216c77830d444e59c5bf7f0b768 14624 librust-tinystr-dev_0.3.2-1_amd64.deb e9ae6a7cf53b7fde8c528d5207e75ed83505d693d69985eb1a7c9fae14bb718b 7022 rust-tinystr_0.3.2-1_amd64.buildinfo Files: 5ebf93cc6e524eff80bb732f3271cad8 2148 rust optional rust-tinystr_0.3.2-1.dsc 20f423bc8cd98d10baba6a95775e0647 17495 rust optional rust-tinystr_0.3.2.orig.tar.gz 5c2ed04bb4702c52c87343036fa647d8 2456 rust optional rust-tinystr_0.3.2-1.debian.tar.xz 488cfc63d546965a3f9f329584d73113 14624 rust optional librust-tinystr-dev_0.3.2-1_amd64.deb 83affb37a5a1f410b9d0b78e254e3c5f 7022 rust optional rust-tinystr_0.3.2-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl5KbDUACgkQfmUo2nUv G+HmRw/6A85fjENWEE4GJkM9cPcAqr9v8eJ86j0vZ+OaEHt/sZ4QPkOBfqgqDMl4 sFVOy/hPotiYsVyMjx6C2c9pTZxHvOS5tFEJnfIC39YNryo/w6OpSRSmuIUbLpkW RP9ZjagI0HELZCpE6eaqXH1YqFGki4/IdleXPrD9BRlYv6F99lsB7lIw4gT4s4Cg qbKslT46fRsWBTTCSVGMUX5kCAkjwCs95wI24kWBSLBIi8Gxm28xZXz4VMTfYF/i 45JLE4udOowTKI7RgYvHNxarMQcSR0Nzna7IU5Z/e4KYEGsJqU2LheGBCdxmxJg4 KEs1oVG3i46euE0P/AVHoCf19Ym5O00RIUWGmqA0a9uP0bYEKZNd0xAltsRsAWon TFkjVjJBt/oEFsrwUpXOChm1DQac0f2OHTH0RYAXBjjwUEPkSMe8HTk9r6ZIFLhM E6NetTeN9zIFdT391rGyA52OcAS6KL7/aQk08GHqS+FDCq8YEe8iFk4Wg9BEnW1e WAuQNSRgkE61StJr5rZn6o3/xbhZSTWhfcqmZf9Or5YrOLGdepqMCs+ZHS9TcEkM a3UZkCLycKlv4MfYk2NgD23A9RYJQ0w4sr/mpaTp5QrkO0lSbIuF5y98kUaXvyiR fG/QjeN8YiqRP4B+O/iiyOci5iYN1xdphMGFi5tFEF1/FKGaqfQ= =GtJt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 8 17:00:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 08 Apr 2020 16:00:11 +0000 Subject: [Pkg-rust-maintainers] rustc_1.42.0+dfsg1-1~exp1_i386.changes ACCEPTED into experimental, experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 4 Apr 2020 18:33:06 BST Source: rustc Binary: libstd-rust-1.42 libstd-rust-1.42-dbgsym libstd-rust-dev libstd-rust-dev-wasm32-cross rust-doc rust-gdb rust-lldb rust-src rustc rustc-dbgsym Architecture: i386 all source Version: 1.42.0+dfsg1-1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Rust Maintainers Built-For-Profiles: cross nocheck Changed-By: Ximin Luo Description: libstd-rust-1.42 - Rust standard libraries libstd-rust-dev - Rust standard libraries - development files libstd-rust-dev-wasm32-cross - Rust standard libraries - development files rust-doc - Rust systems programming language - Documentation rust-gdb - Rust debugger (gdb) rust-lldb - Rust debugger (lldb) rust-src - Rust systems programming language - source code rustc - Rust systems programming language Changes: rustc (1.42.0+dfsg1-1~exp1) experimental; urgency=medium . [ Fabian Grünbichler ] * Team upload. * New upstream release. Checksums-Sha256: 7dc4b7bceb9e649974aabddd5d39eaa822c1f30c28e2274ea7f25f6c016f0f95 147820500 libstd-rust-1.42-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb 3092479c049ccdbdf556238110fd7dd21b1bd79156273e425cbcbaf06ea2a9db 15296760 libstd-rust-1.42_1.42.0+dfsg1-1~exp1_i386.deb 41020db4cfd0bb30544c7225626c23911a885e78f0f1f0c6eff54b48e8c8d6a6 44360108 libstd-rust-dev-wasm32-cross_1.42.0+dfsg1-1~exp1_all.deb 94d9d7563271af84f3e682cddb9cc1414f4d48cb9292a758fdc525ee278c16ab 24332344 libstd-rust-dev_1.42.0+dfsg1-1~exp1_i386.deb f76fc7a52fff79fa4dc34470e82c7d3810a4dcf537c77dced02857d2eced4715 11642308 rust-doc_1.42.0+dfsg1-1~exp1_all.deb 3d4e188e8aaf1a162f0308ec33bcfd692510624706553ba8d9c8c0d3ce294cdd 150776 rust-gdb_1.42.0+dfsg1-1~exp1_all.deb 75146824da8e3fcb27373e5d1b88db02450f473b0d0330357537585b78d04714 150368 rust-lldb_1.42.0+dfsg1-1~exp1_all.deb 81d4c4b93d99556cf6d0a7f8389d86087a9dc49e7da6bdd6413bcc42d2ef35ee 10679668 rust-src_1.42.0+dfsg1-1~exp1_all.deb 2e35681db75242eab138fbb9299d344638c045337c4d1a437b39beffd53af787 11298200 rustc-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb 6c56d94f982fcc8b3352f919a809ddd09c24f3de6832f9a5885ca0f6b15c7e3f 9716 rustc_1.42.0+dfsg1-1~exp1_i386.buildinfo 42b345a30b13df44f7f2da7c4b29b1cd2cb90c3bb8917b01946f5b1a8b519abe 1921452 rustc_1.42.0+dfsg1-1~exp1_i386.deb f7e7a360ba6ce691f41d4a6acf142f8e388925fa65f39af9b24212957ad3935d 2549 rustc_1.42.0+dfsg1-1~exp1.dsc 4f4fe02f21da898eb830651df8d7f3939fb2c231f1b0fb6ea9e78d476e1dd882 17142708 rustc_1.42.0+dfsg1.orig.tar.xz 971d88479127abb94940056ec74b6cfd4b997f89d8600fbee849637dfd8a732d 80900 rustc_1.42.0+dfsg1-1~exp1.debian.tar.xz Checksums-Sha1: 7bf38ba4860994fe68a36aec78cd63bc7602da8c 147820500 libstd-rust-1.42-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb f5f8553c7507665a16ca2386a37d9786d49f6dac 15296760 libstd-rust-1.42_1.42.0+dfsg1-1~exp1_i386.deb 4b5956ad86afac67e5e21e500963457690b5e403 44360108 libstd-rust-dev-wasm32-cross_1.42.0+dfsg1-1~exp1_all.deb 493ee027ad7bc1616ec380d310519393b77467e0 24332344 libstd-rust-dev_1.42.0+dfsg1-1~exp1_i386.deb c2818ceb9f24b135525981809032570203b7a63f 11642308 rust-doc_1.42.0+dfsg1-1~exp1_all.deb 3e7be47444f26fc1dd3054e879049738214f7557 150776 rust-gdb_1.42.0+dfsg1-1~exp1_all.deb 0a4598eb9addb32d532a04b4ea0e22841c64fb3f 150368 rust-lldb_1.42.0+dfsg1-1~exp1_all.deb 9c9dd0563ecf86bd6f0fe639be9f11059531e7ae 10679668 rust-src_1.42.0+dfsg1-1~exp1_all.deb 34b51fbf27dbd8c92da585e9cde0abc57ba91c7d 11298200 rustc-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb 8cf31dc9be1cda8a250137277667b30ef2a39d5d 9716 rustc_1.42.0+dfsg1-1~exp1_i386.buildinfo a534dea1a7750a436a4721a00a17cd58a1b4ced3 1921452 rustc_1.42.0+dfsg1-1~exp1_i386.deb f0308ef66b019e1a2d3bc786282de78ef771563a 2549 rustc_1.42.0+dfsg1-1~exp1.dsc c63e82bf51a9a86133ccd66b9bb5793ae0b84c59 17142708 rustc_1.42.0+dfsg1.orig.tar.xz 1e3ec2da70638f890ce2a44ba7efd47ce6701f1e 80900 rustc_1.42.0+dfsg1-1~exp1.debian.tar.xz Files: 34e8e8d64e4dd5fbe0215e1f9e992821 147820500 debug optional libstd-rust-1.42-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb 3335b298dbd3a195f52c415b3e7aeda7 15296760 libs optional libstd-rust-1.42_1.42.0+dfsg1-1~exp1_i386.deb ca564f4e78bb7a71c5d074e3ace6f98e 44360108 libdevel optional libstd-rust-dev-wasm32-cross_1.42.0+dfsg1-1~exp1_all.deb 69dd15bba45f3f403f7d3251c93d4eea 24332344 libdevel optional libstd-rust-dev_1.42.0+dfsg1-1~exp1_i386.deb 2d656b71638b6f30c72a77b34c35f3a1 11642308 doc optional rust-doc_1.42.0+dfsg1-1~exp1_all.deb d0d017f66de4e0e1bbe9f4aa0d580293 150776 devel optional rust-gdb_1.42.0+dfsg1-1~exp1_all.deb f3ca8096c4b0507bc4a1b944e8119a29 150368 devel optional rust-lldb_1.42.0+dfsg1-1~exp1_all.deb d533960da893b5f23063f5f42c7ac76d 10679668 devel optional rust-src_1.42.0+dfsg1-1~exp1_all.deb fd70261020c10e678a13c0038f3ad38f 11298200 debug optional rustc-dbgsym_1.42.0+dfsg1-1~exp1_i386.deb 32944e8a16b8a2269cad3aeafae30dc8 9716 devel optional rustc_1.42.0+dfsg1-1~exp1_i386.buildinfo 8988bf37544523b9ec6a8c3072b6306c 1921452 devel optional rustc_1.42.0+dfsg1-1~exp1_i386.deb 19841c94f828820334ce6c4234bf28d5 2549 devel optional rustc_1.42.0+dfsg1-1~exp1.dsc 8e07fa15a8e001068a82f127a4dcbfc9 17142708 - - rustc_1.42.0+dfsg1.orig.tar.xz afc6b5c3a8677d41c8c6f7ee7eb18747 80900 - - rustc_1.42.0+dfsg1-1~exp1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXojFEwAKCRDrH8jaRfsp MNBKAQDRLucQnUOkyQhSL7Z+/kWCxtjcTbXE2n2pSKq480K4WQD9HxrHOT1fqAGg u/O0Fl8U1pNEnEPub4CU8gPBSazOxg0= =QImr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From alexander.kjall at gmail.com Wed Apr 8 20:34:04 2020 From: alexander.kjall at gmail.com (=?UTF-8?Q?Alexander_Kj=C3=A4ll?=) Date: Wed, 8 Apr 2020 21:34:04 +0200 Subject: [Pkg-rust-maintainers] Comments regarding rust-enumset-derive_0.4.3-1_amd64.changes In-Reply-To: <87d08ija20.fsf@iris.silentflame.com> References: <87d08ija20.fsf@iris.silentflame.com> Message-ID: Hi No problem, I talked to the debian rust team, and we currently lack tooling support for bundling thing like this. If it's a absolute requirement I will bring it up with the team again and try to work out a plan forward. best regards Alexander Kjäll Den ons 8 apr. 2020 kl 17:01 skrev Sean Whitton : > > Hello, > > On Wed 08 Apr 2020 at 03:00PM +00, Sean Whitton wrote: > > > prodded; probably should REJECT > > Sorry, this was intended as a note on the package for other team > members, not to be sent to you. > > -- > Sean Whitton From spwhitton at spwhitton.name Wed Apr 8 21:05:03 2020 From: spwhitton at spwhitton.name (Sean Whitton) Date: Wed, 08 Apr 2020 13:05:03 -0700 Subject: [Pkg-rust-maintainers] Comments regarding rust-enumset-derive_0.4.3-1_amd64.changes In-Reply-To: References: <87d08ija20.fsf@iris.silentflame.com> Message-ID: <87eesxiw0g.fsf@iris.silentflame.com> Hello, On Wed 08 Apr 2020 at 09:34PM +02, Alexander Kjäll wrote: > No problem, I talked to the debian rust team, and we currently lack > tooling support for bundling thing like this. > > If it's a absolute requirement I will bring it up with the team again > and try to work out a plan forward. Well, the FTP Team has already imposed such a requirement upon the JavaScript packagers, so let's at least have a discussion about how difficult it would be before deciding either way. Thank you for your engagement! -- Sean Whitton -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: From plugwash at p10link.net Thu Apr 9 08:33:12 2020 From: plugwash at p10link.net (peter green) Date: Thu, 9 Apr 2020 08:33:12 +0100 Subject: [Pkg-rust-maintainers] Bug#956266: rustc: build-depends-indep on old version of wasi-libc Message-ID: <57eb810c-80e1-eb82-f92e-10c69db83f48@p10link.net> Package: rustc Version: 1.41.1+dfsg1-1 Severity: serious rustc build-depends-indep on wasi-libc (<= 0.0~git20191220.a280fea++) but unstable (and soon if not already testing) has version 0.0~git20200114.1fad338-1 From satta at debian.org Thu Apr 9 12:01:07 2020 From: satta at debian.org (Sascha Steinbiss) Date: Thu, 9 Apr 2020 13:01:07 +0200 Subject: [Pkg-rust-maintainers] Requesting backport of cbindgen > 0.10.0 to buster Message-ID: Dear Rust packagers and backports team, for a future update of Suricata [1] to version 6.0 I would like to request a buster backport of cbindgen [2] to at least version 0.10.0 since that is now a dependency for a possible buster backport of Suricata 6. It seems pretty straightforward to do: all missing dependencies of cbindgen are easily backported with no changes with the exception of dh-cargo, which requires a new version of cargo (0.40) due to a recent change (in dh-cargo 22). I hit the boundaries of my Rust skills at backporting cargo 0.40, since that seems to be connected to the Rust version as well, and I am not sure I feel comfortable touching rustc and friends for a backport. It would be nice if someone could take a look -- thanks in advance! Best regards Sascha [1] https://tracker.debian.org/pkg/suricata [2] https://tracker.debian.org/pkg/rust-cbindgen -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From elbrus at debian.org Thu Apr 9 12:31:29 2020 From: elbrus at debian.org (Paul Gevers) Date: Thu, 9 Apr 2020 13:31:29 +0200 Subject: [Pkg-rust-maintainers] Requesting backport of cbindgen > 0.10.0 to buster In-Reply-To: References: Message-ID: <0d703411-abf6-cdb4-5475-4686a31112bb@debian.org> Hi, Release-team member hat on. On 09-04-2020 13:01, Sascha Steinbiss wrote: > for a future update of Suricata [1] to version 6.0 I would like to > request a buster backport of cbindgen [2] to at least version 0.10.0 > since that is now a dependency for a possible buster backport of Suricata 6. > > It seems pretty straightforward to do: all missing dependencies of > cbindgen are easily backported with no changes with the exception of > dh-cargo, which requires a new version of cargo (0.40) due to a recent > change (in dh-cargo 22). I hit the boundaries of my Rust skills at > backporting cargo 0.40, since that seems to be connected to the Rust > version as well, and I am not sure I feel comfortable touching rustc and > friends for a backport. > > It would be nice if someone could take a look -- thanks in advance! I highly recommend against backporting anything from the rust ecosystem to debian-backports at this moment in time. The rust ecosystem in Debian recently had (and I expect still has) trouble to properly migrate to testing and is missing a *demonstrated* sane dependency and versioning scheme (in the context of how Debian is working *at this moment* in time). Paul -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Thu Apr 9 13:09:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 09 Apr 2020 12:09:03 +0000 Subject: [Pkg-rust-maintainers] Processed: dependency for firefox 75.0-1 References: <36429e2c454904d23215e0c339cefaa3@disroot.org> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Processing control commands: > severity -1 important Bug #955638 [cargo] cargo: please package recent version Severity set to 'important' from 'wishlist' -- 955638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955638 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From amy at disroot.org Thu Apr 9 13:06:10 2020 From: amy at disroot.org (Amy Kos) Date: Thu, 09 Apr 2020 12:06:10 +0000 Subject: [Pkg-rust-maintainers] Bug#955638: dependency for firefox 75.0-1 References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: <36429e2c454904d23215e0c339cefaa3@disroot.org> Control: severity -1 important Hi, there is a dependency installability problem for firefox 75.0-1 https://buildd.debian.org/status/package.php?p=firefox firefox unsatisfiable Build-Depends(-Arch) on amd64: cargo (>= 0.42) firefox unsatisfiable Build-Depends(-Arch) on arm64: cargo (>= 0.42) firefox unsatisfiable Build-Depends(-Arch) on armhf: cargo (>= 0.42) firefox unsatisfiable Build-Depends(-Arch) on i386: cargo (>= 0.42) firefox unsatisfiable Build-Depends(-Arch) on mips64el: cargo (>= 0.42) firefox unsatisfiable Build-Depends(-Arch) on mipsel: cargo (>= 0.42) firefox unsatisfiable Build-Depends(-Arch) on ppc64el: cargo (>= 0.42) firefox unsatisfiable Build-Depends(-Arch) on s390x: cargo (>= 0.42) Cheers, Amy From satta at debian.org Thu Apr 9 14:06:14 2020 From: satta at debian.org (Sascha Steinbiss) Date: Thu, 9 Apr 2020 15:06:14 +0200 Subject: [Pkg-rust-maintainers] Requesting backport of cbindgen > 0.10.0 to buster In-Reply-To: <0d703411-abf6-cdb4-5475-4686a31112bb@debian.org> References: <0d703411-abf6-cdb4-5475-4686a31112bb@debian.org> Message-ID: <8ecd7992-bb9c-aac3-2c29-4954864eac4b@debian.org> Hi Paul, thanks for sharing your thoughts. [...] >> for a future update of Suricata [1] to version 6.0 I would like to >> request a buster backport of cbindgen [2] to at least version 0.10.0 >> since that is now a dependency for a possible buster backport of Suricata 6. [...] >> It would be nice if someone could take a look -- thanks in advance! > > I highly recommend against backporting anything from the rust ecosystem > to debian-backports at this moment in time. The rust ecosystem in Debian > recently had (and I expect still has) trouble to properly migrate to > testing and is missing a *demonstrated* sane dependency and versioning > scheme (in the context of how Debian is working *at this moment* in time). Okay, got it. Then please consider this request only as testing the waters for a potential backport at a later time. Suricata 6 is not going to be released for a while and if there is no chance of a backport, than that's how it's going to be. Cheers Sascha -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From noreply at release.debian.org Fri Apr 10 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 10 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] wasi-libc 0.0~git20200114.1fad338-1 MIGRATED to testing Message-ID: FYI: The status of the wasi-libc source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.0~git20200114.1fad338-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From jiuboju452761 at live.com Fri Apr 10 08:12:04 2020 From: jiuboju452761 at live.com (=?utf-8?B?6YKu566x566h55CG5ZGY?=) Date: Fri, 10 Apr 2020 15:12:04 +0800 Subject: [Pkg-rust-maintainers] =?utf-8?b?MTU6MTI6NOmCrueuseWNh+e6pyjpgL4=?= =?utf-8?b?5pyf6LOs5Y+35bCG5LiN6IO95L2/55SoKS0xNjMuNTIuMTU3LjExOQ==?= Message-ID: An HTML attachment was scrubbed... URL: From podiji64866 at live.com Fri Apr 10 08:12:04 2020 From: podiji64866 at live.com (=?utf-8?B?6YKu566x566h55CG5ZGY?=) Date: Fri, 10 Apr 2020 15:12:04 +0800 Subject: [Pkg-rust-maintainers] =?utf-8?b?MTU6MTI6NOmCrueuseWNh+e6pyjpgL4=?= =?utf-8?b?5pyf6LSm5Y+35bCH5LiN6IO95L2/55SoKS0yMDEuMjIyLjIyNi4xMzU=?= Message-ID: An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Fri Apr 10 11:45:04 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 10 Apr 2020 10:45:04 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 956266 References: <1586514897-1361-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 956266 1.42.0+dfsg1-1 Bug #956266 [rustc] rustc: build-depends-indep on old version of wasi-libc There is no source info for the package 'rustc' at version '1.42.0+dfsg1-1' with architecture '' Unable to make a source version for version '1.42.0+dfsg1-1' Marked as fixed in versions 1.42.0+dfsg1-1. Bug #956266 [rustc] rustc: build-depends-indep on old version of wasi-libc Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 956266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956266 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri Apr 10 11:45:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 10 Apr 2020 10:45:59 +0000 Subject: [Pkg-rust-maintainers] Processing of rustc_1.42.0+dfsg1-1_source.changes Message-ID: rustc_1.42.0+dfsg1-1_source.changes uploaded successfully to localhost along with the files: rustc_1.42.0+dfsg1-1.dsc rustc_1.42.0+dfsg1-1.debian.tar.xz rustc_1.42.0+dfsg1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 10 11:55:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 10 Apr 2020 10:55:12 +0000 Subject: [Pkg-rust-maintainers] rustc_1.42.0+dfsg1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 10 Apr 2020 11:33:25 +0100 Source: rustc Architecture: source Version: 1.42.0+dfsg1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rustc (1.42.0+dfsg1-1) unstable; urgency=medium . * Upload to unstable. Checksums-Sha1: 8422ab2d4a97571f021650afc814acae4588e2b6 2529 rustc_1.42.0+dfsg1-1.dsc a74f0d78dbc6ca0f0ebcb22591668beb186ce0f5 80860 rustc_1.42.0+dfsg1-1.debian.tar.xz 4020b6fc42c07d82bd16b29f3347a20cb106d3db 7678 rustc_1.42.0+dfsg1-1_source.buildinfo Checksums-Sha256: ea934cd8e1018a4ef6128d8a779ff725c05354c8771eb3e953916f1b3a544f26 2529 rustc_1.42.0+dfsg1-1.dsc a9518fb0ed3f57c40e668fa4b17fb12a9e5728dc1ff38628f5ab945c49b6fc55 80860 rustc_1.42.0+dfsg1-1.debian.tar.xz e0c3044fe172aea72e50075cc91580b8c683465e26d01bd434a9041b3dee373b 7678 rustc_1.42.0+dfsg1-1_source.buildinfo Files: 0787eb26c2c39e866c122415f969a434 2529 devel optional rustc_1.42.0+dfsg1-1.dsc 26568f3669098875ebe6025c81b24166 80860 devel optional rustc_1.42.0+dfsg1-1.debian.tar.xz 1204245e4c0790c02f8d7d2f0cce19a4 7678 devel optional rustc_1.42.0+dfsg1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpBMAgAKCRDrH8jaRfsp MLXIAP0d3Hd8/Cr995747O/a6hM3psAMsNs3PGxSZei3BiEw5QD+IC5h/fSpmilD 1FkNNRDTefcOgdGOLi1irr3mHVxMOgA= =Th3T -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri Apr 10 14:18:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 10 Apr 2020 13:18:13 +0000 Subject: [Pkg-rust-maintainers] Processing of rustc_1.42.0+dfsg1-1_riscv64.changes Message-ID: rustc_1.42.0+dfsg1-1_riscv64.changes uploaded successfully to localhost along with the files: libstd-rust-1.42-dbgsym_1.42.0+dfsg1-1_riscv64.deb libstd-rust-1.42_1.42.0+dfsg1-1_riscv64.deb libstd-rust-dev_1.42.0+dfsg1-1_riscv64.deb rustc-dbgsym_1.42.0+dfsg1-1_riscv64.deb rustc_1.42.0+dfsg1-1_riscv64.buildinfo rustc_1.42.0+dfsg1-1_riscv64.deb Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 10 14:35:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 10 Apr 2020 13:35:00 +0000 Subject: [Pkg-rust-maintainers] rustc_1.42.0+dfsg1-1_riscv64.changes REJECTED Message-ID: Architecture riscv64 is not allowed in suite unstable === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From plugwash at p10link.net Fri Apr 10 16:18:09 2020 From: plugwash at p10link.net (peter green) Date: Fri, 10 Apr 2020 16:18:09 +0100 Subject: [Pkg-rust-maintainers] Bug#955997: rust-libc: autopkgtest failure. References: <064e2339-b897-e80f-ed84-9cded363514c@p10link.net> Message-ID: notfound 955997 0.22-6-1 found 955997 0.2.66-1 found 955997 0.2.68-1 thanks The autopkgtest is still failing with rust-libc 0.2.68-1 and rustc 1.42-1 Is it possible to enable/disable (or make non-fatal) autopkgtests on a per-featureset basis? if so should the test for the "dep-of-std" featureset be disabled/made not fatal so we can get this package (and it's reverse dependencies) back into testing? From owner at bugs.debian.org Fri Apr 10 16:21:05 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 10 Apr 2020 15:21:05 +0000 Subject: [Pkg-rust-maintainers] Processed: re: rust-libc: autopkgtest failure. References: Message-ID: Processing commands for control at bugs.debian.org: > notfound 955997 0.22-6-1 Bug #955997 [rust-libc] rust-libc: autopkgtest failure. There is no source info for the package 'rust-libc' at version '0.22-6-1' with architecture '' Unable to make a source version for version '0.22-6-1' No longer marked as found in versions 0.22-6-1. > found 955997 0.2.66-1 Bug #955997 [rust-libc] rust-libc: autopkgtest failure. There is no source info for the package 'rust-libc' at version '0.2.66-1' with architecture '' Unable to make a source version for version '0.2.66-1' Marked as found in versions 0.2.66-1. > found 955997 0.2.68-1 Bug #955997 [rust-libc] rust-libc: autopkgtest failure. There is no source info for the package 'rust-libc' at version '0.2.68-1' with architecture '' Unable to make a source version for version '0.2.68-1' Marked as found in versions 0.2.68-1. > thanks Stopping processing here. Please contact me if you need assistance. -- 955997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955997 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From plugwash at p10link.net Fri Apr 10 16:59:53 2020 From: plugwash at p10link.net (peter green) Date: Fri, 10 Apr 2020 16:59:53 +0100 Subject: [Pkg-rust-maintainers] Bug#956393: rust-unicode-width: uninstallable featureset packages. Message-ID: Source: rust-unicode-width Version: 0.1.7-1 Severity: serious librust-unicode-width+std-dev and librust-unicode-width+rustc-dep-of-std-dev are not installable as they depend on librust-rustc-std-workspace-std-1+default-dev which does not seem to exist in debian. This is blocking the rust-unicode-width source package from migrating to testing, which in turn is holding up rust-cbindgen from getting back into testing. googling seems to suggest that "rustc-std-workspace-std" is a "hack for the compilers own build system" and not something intended for general use. Should these featureset packages simply be dropped? From plugwash at p10link.net Fri Apr 10 17:47:33 2020 From: plugwash at p10link.net (peter green) Date: Fri, 10 Apr 2020 17:47:33 +0100 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian (was: Requesting backport of cbindgen > 0.10.0 to buster) Message-ID: (note: these are my observations as a maintainer of a derivative) > The rust ecosystem in Debian > recently had (and I expect still has) trouble to properly migrate to > testing Indeed there are still issues, most notablly IMO that firefox-esr's build-dependencies have been unsatisfiable in testing for over 7 months because rust-cbindgen has not been able to migrate to testing. > and is missing a *demonstrated* sane dependency and versioning > scheme (in the context of how Debian is working *at this moment* in time). A big difference with rust and most other languages in this regard seems to be that rust dependencies, both upstream and as source and binary dependencies in Debian are typically pessimistic. Contrast this with most other languages in Debian, for C/C++ stuff the binary dependencies are typically somewhat pessimistic, but the source dependencies are typically optimistic. For most interpreted languages, both the source and binary dependencies are optimistic. Another factor is that the rust packages make heavy use of versioned provides. Unfortunately while apt and britney seem to handle these fine the packages.debian.org web interface and the autoremovals system do not (or at least did not last time I looked). The former makes understanding rust dependencies difficult. The latter made filing rc bugs against rust packages with broken dependencies in testing fairly fruitless. Yet another issue is that it took "rust-compiler-builtins" a long time to get through new, this blocked a lot of rust packages from transitioning to testing for a long time, which in turn blocked migration of new versions of a number of fairly important packages. The result of all this was a massively snarled up dependency tangle preventing stuff migrating to testing. It seems that in the end Paul Gevers (elbrus) decided to just do a mass removal of rust stuff from testing, this did un-jam some stuff but it also excarbated the autopkgtest issues because a test that is already failing in testing is not a blocker for a new version to migrate, but once a package is out of testing the autopkgtest will stop it re-entering. As far as I can tell, right now rust-cbindgen's re-entry to testing seems to be blocked by autopkgtest failures in the following source packages rust-libc ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955997 ) rust-compiler-builtins rust-atty rust-unicode-normalization rust-autocfg rust-cfg-if (this one has actually previously passed) rust-no-panic rust-failure-derive (this one has actually previously passed) rust-rustc-demangle rust-uuid rust-goblin ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947711 ) rust-futures rust-cc rust-pkg-config rust-futures rust-backtrace-sys And by uninstallable featureset packages in the following source packages rust-unicode-width And by the requirement for source-only uploads in the following packages. rust-compiler-builtins rust-goblin rust-adler32 And by FTBFS bugs in the following source packages rust-core-arch ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952228 ) And by other RC bugs in the following packages rust-spin ( Moritz thinks the package should not be in testing because it's abandoned upstream https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946921 ) -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre at debian.org Fri Apr 10 18:17:18 2020 From: sylvestre at debian.org (Sylvestre Ledru) Date: Fri, 10 Apr 2020 19:17:18 +0200 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian (was: Requesting backport of cbindgen > 0.10.0 to buster) In-Reply-To: References: Message-ID: <8944d0fd-9e6a-4348-ac16-516cc627cfa0@debian.org> Le 10/04/2020 à 18:47, peter green a écrit : > > (note: these are my observations as a maintainer of a derivative) > >> The rust ecosystem in Debian >> recently had (and I expect still has) trouble to properly migrate to >> testing > Indeed there are still issues, most notablly IMO that firefox-esr's > build-dependencies have been unsatisfiable in testing for over 7 > months because rust-cbindgen has not been able to migrate to testing. yeah, it is a shame :( Especially when cbindgen's testsuite is fully green. I think running autopkgtest for every crates is a bit overkill. Thanks for spending time to build that list. I would appreciate help to deal with this! Cheers Sylvestre -------------- next part -------------- An HTML attachment was scrubbed... URL: From glaubitz at physik.fu-berlin.de Fri Apr 10 19:52:19 2020 From: glaubitz at physik.fu-berlin.de (John Paul Adrian Glaubitz) Date: Fri, 10 Apr 2020 20:52:19 +0200 Subject: [Pkg-rust-maintainers] Bug#956413: rustc: Please drop workaround to disable incremental builds on sparc64 Message-ID: <158654473984.3265110.16302897955418212716.reportbug@z6.physik.fu-berlin.de> Source: rustc Severity: normal User: debian-sparc at lists.debian.org Usertags: sparc64 Hi! I just noticed that debian/rules still contains the following workaround for sparc64: ifneq (,$(filter $(DEB_BUILD_ARCH), sparc64)) export CARGO_INCREMENTAL = 0 endif This workaround is no longer necessary as the underlying bug was fixed upstream, please remove it. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 From ricky at lintas.net.id Sat Apr 11 10:51:44 2020 From: ricky at lintas.net.id (ricky at lintas.net.id) Date: Sat, 11 Apr 2020 15:21:44 +0530 Subject: [Pkg-rust-maintainers] Guten Tag Message-ID: <20200411095252.36BB5303822D9@mail.lintas.net.id> Benötigen Sie einen Kredit in Höhe von 2% P.A. Mailen Sie uns Ihre: Namen, Home Add, Mob-Nr., E-Mail-ID, benötigter Betrag, Leihdauer, Beruf: Wenn Sie interessiert sind, kontaktieren Sie uns bitte per E-Mail für weitere Informationen. From ricky at lintas.net.id Sat Apr 11 10:51:44 2020 From: ricky at lintas.net.id (ricky at lintas.net.id) Date: Sat, 11 Apr 2020 15:21:44 +0530 Subject: [Pkg-rust-maintainers] Guten Tag Message-ID: <20200411095252.36BB5303822D9@mail.lintas.net.id> Benötigen Sie einen Kredit in Höhe von 2% P.A. Mailen Sie uns Ihre: Namen, Home Add, Mob-Nr., E-Mail-ID, benötigter Betrag, Leihdauer, Beruf: Wenn Sie interessiert sind, kontaktieren Sie uns bitte per E-Mail für weitere Informationen. From ftpmaster at ftp-master.debian.org Sat Apr 11 11:54:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 10:54:00 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-atty_0.2.14-2_source.changes Message-ID: rust-atty_0.2.14-2_source.changes uploaded successfully to localhost along with the files: rust-atty_0.2.14-2.dsc rust-atty_0.2.14-2.debian.tar.xz rust-atty_0.2.14-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 12:03:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 11:03:59 +0000 Subject: [Pkg-rust-maintainers] rust-atty_0.2.14-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 12:35:52 +0200 Source: rust-atty Architecture: source Version: 0.2.14-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-atty (0.2.14-2) unstable; urgency=medium . * Mark the autopkgtest as flaky because of https://github.com/softprops/atty/issues/39 Checksums-Sha1: 9302535c325c1cac69fd49c2f3179d8f3c4ba7d5 2445 rust-atty_0.2.14-2.dsc 6d12ce4248a5959b8a744a2014db4a5bc1de5662 3084 rust-atty_0.2.14-2.debian.tar.xz e143018f0dac948c0a3641317aabf2c81e700f4d 8333 rust-atty_0.2.14-2_source.buildinfo Checksums-Sha256: f5382935a24f1942550deb52968ceeb39807116f0c08393e5a1f96d4654df67b 2445 rust-atty_0.2.14-2.dsc ee4f1a474a06b682965e122c358d0f76ef6c9b80772c14e6a8237c3281d20107 3084 rust-atty_0.2.14-2.debian.tar.xz 46f59ef0b04c603e47adf0ad8dea27422beae6725e825c4235cb56a526653764 8333 rust-atty_0.2.14-2_source.buildinfo Files: 91fa4402734bd0c3f9c21ce36f413ef8 2445 rust optional rust-atty_0.2.14-2.dsc 16ab2bf2351ae24579095914a1fa0b28 3084 rust optional rust-atty_0.2.14-2.debian.tar.xz 1c7d2352f6d52e4bcdd152c77535a24c 8333 rust optional rust-atty_0.2.14-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6RnYsACgkQfmUo2nUv G+GD+hAAn5eE8dErbDmXQjCuc+8udAYyi559Qb1lW1y/SOlWk3+XXfqmS2y2w44L CO/v3ojJiFRKA440WwYmFrAaroeUloHY2QqHTFlvBV3aarNByR1xC4z1OvV97wr0 0+t5NPrPit11ESspOznHTgew6B++XKUEWZi0KVq/Q6zbzB37O1UimDbI4esHYsqe YQIsJJCf56rw+1i8ivKhhgNydSvvd5OuLLcOUtYMLhegYelv56QcumsHsMG3iupf ZJhHvWG0b8XxkNNYu0utAKE0gp70gs27btkk50o9iu9c8viP0MF0hHlsB+EAdXzy 5b+ky+5NVodGHDjdowr6Q9Hh6iNg5LzJujNK7N410AHX7j+ddAv3OvgXAgRdGh+D wmARQLdRY+EEgtKLFdfBg7MnIhE/NQiljuV8ERGzYbU5mGvW/Vh4w9q6n3rcSnqO 4M2h2zaqUxdjJMalovGRK0Znf13HsC3H7MIpfZ4UuzK3Q2GoaKwtnkArKMpUmSX4 oShVruwoIThabv2lTCrBId18O5GgJdG1hOhwit9wTf50EtVwCEeH1nRqfy8gtnB9 UL5vUMLbh9j8TUrCUrx71Ri2i46w3IKCAqGYRRX+ZEv5i57kkj1aD3tMceCsltQw I0Eb17Y2d8ji8MZyuEmntOPM3WaOcvX85K6AosjAE36M/E+0RhQ= =f3lY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 12:09:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 11:09:06 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unicode-normalization_0.1.12-1_source.changes Message-ID: rust-unicode-normalization_0.1.12-1_source.changes uploaded successfully to localhost along with the files: rust-unicode-normalization_0.1.12-1.dsc rust-unicode-normalization_0.1.12.orig.tar.gz rust-unicode-normalization_0.1.12-1.debian.tar.xz rust-unicode-normalization_0.1.12-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 12:18:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 11:18:50 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-normalization_0.1.12-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 12:55:11 +0200 Source: rust-unicode-normalization Architecture: source Version: 0.1.12-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-unicode-normalization (0.1.12-1) unstable; urgency=medium . * Team upload. * New upstream release * Package unicode-normalization 0.1.12 from crates.io using debcargo 2.4.0 * Silent autopkgtest because of a missing dep which cannot be installed because of a debcargo limitation https://salsa.debian.org/rust-team/debcargo/-/merge_requests/24 Checksums-Sha1: 7c4b1d0fffb98af20b8f10bd9810da3c009744d6 2424 rust-unicode-normalization_0.1.12-1.dsc f200fae6e57bef88e5799dede87ba6ee17034635 91057 rust-unicode-normalization_0.1.12.orig.tar.gz e488ea43d7255fd7cfd00fbb5fb9ee06324db2e0 3056 rust-unicode-normalization_0.1.12-1.debian.tar.xz 0c751c0ea14faf0eedebc394366772e89f7af4dc 8274 rust-unicode-normalization_0.1.12-1_source.buildinfo Checksums-Sha256: 6476a0e5fabcaa59dac8d92b8c72381ed42f60efcb4d26aa979196cda0f81ac6 2424 rust-unicode-normalization_0.1.12-1.dsc 5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4 91057 rust-unicode-normalization_0.1.12.orig.tar.gz 00bc7e1c157dd3ddfe6408654bed1cdb5efe233db1a67bef617cdedb55cc4dfb 3056 rust-unicode-normalization_0.1.12-1.debian.tar.xz cec60eb013a5fd3f4ae99fea0bd5978da36f34d60e04eb0fb403a9473f43d881 8274 rust-unicode-normalization_0.1.12-1_source.buildinfo Files: d3cf3c87e7fa5f9c102d99240b6c0053 2424 rust optional rust-unicode-normalization_0.1.12-1.dsc 3d394ff298f20e04de3ce053ab63ccc7 91057 rust optional rust-unicode-normalization_0.1.12.orig.tar.gz 41f7b7a71142185ebf060da5c8b60697 3056 rust optional rust-unicode-normalization_0.1.12-1.debian.tar.xz b06637b9620be26dec942f7e772c4f2a 8274 rust optional rust-unicode-normalization_0.1.12-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6RohEACgkQfmUo2nUv G+FGig//bbJ/vjHsaSxLm8D9hpNXt4p8196YUGtR/xBcjf5Pp0nXhcXct8CFDTv/ 1T5rxlYhYvzqnAyEnboBX0iG3Qfp2TSZfS96gWhy6UyA0aAYHlOMIJnBt2HD8QQk Yimk4lniSrxdY7d3tJEGV3n1kddGp4uKJ5QtuaBXhK3L/Y1h4jigrro1X/FSX7Ph FqL/ZO6wmTpwoKm2aZLI9VCMbWMKC5TaQWcufUorF+H8TdYgcAxKx8gZ3IvWATLo 04kCydkk1OeYfNByUwER+AGCQVjMRFhIRO9a2umeoCJfu5MO5dgR2whALRLAQTD3 SGwqWHLIlOlqjWz5m6+tQWTpXm0K24KMl5E8gmoH9glbFRnSYAJwOvBDtRlzTLfk Wb5S1xkFy9e/OcuivhVON7JzRPJaVDqcf18qfOro+Cgc9akKTxlMgzXhZEDJzI9Y Ywdl1P1U/tpJjpci2dTzfowjSJWgHmq9NZTbK92KZ88C+2DdIAaS031WlV0yrt0i Z4dCF2xQz+ThzDPnQPiJyjh0q+wFWaFXGM6fFWYBDtYlSlCk2PFoXowCz3ttpVwO 5ykskoQX+rEFKtIejUNBX6x2M0Q3B5hs+LN8MP13iKHPRP99PXTm2M8tQhHDjaK/ HM0teMpqDu2ZM6wEJc7CJUFKhZWmb20DoPhKJjjo9qx4ZqSP2MQ= =wgoq -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 14:36:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 13:36:44 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-no-panic_0.1.13-1_source.changes Message-ID: rust-no-panic_0.1.13-1_source.changes uploaded successfully to localhost along with the files: rust-no-panic_0.1.13-1.dsc rust-no-panic_0.1.13.orig.tar.gz rust-no-panic_0.1.13-1.debian.tar.xz rust-no-panic_0.1.13-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 15:49:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 14:49:48 +0000 Subject: [Pkg-rust-maintainers] rust-no-panic_0.1.13-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 15:22:06 +0200 Source: rust-no-panic Architecture: source Version: 0.1.13-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-no-panic (0.1.13-1) unstable; urgency=medium . * Team upload. * New upstream release * Package no-panic 0.1.13 from crates.io using debcargo 2.4.0 * Do not fail when autopkgtest cannot load a lib Checksums-Sha1: e7fc49512715be311d2c0d0ba3afcc221ad0d781 2294 rust-no-panic_0.1.13-1.dsc 41a1d52ed8b0b6ff1d14766c4dcec83711c1296c 9622 rust-no-panic_0.1.13.orig.tar.gz a14b8bc0e748343fc172dd50ae59d5f13676b54c 2720 rust-no-panic_0.1.13-1.debian.tar.xz 3e7b120faf0b56d5c7d41aba55963ba6e8d50b7e 8477 rust-no-panic_0.1.13-1_source.buildinfo Checksums-Sha256: 3c9295324ee66cfe3394b38e509d0e390e4a9690165fbbb67e6ec4fe4ec9bf16 2294 rust-no-panic_0.1.13-1.dsc b4da21758193a9f8a8f1dc698f121e70e8df07c71e4968e49762a5604bbdf72b 9622 rust-no-panic_0.1.13.orig.tar.gz 05859abe9454b76fd9044276d164ef9f96e63425c48877213c74a0ae459ac138 2720 rust-no-panic_0.1.13-1.debian.tar.xz aac331426eaccdc71d8362a8af4adbe61ca2e71765c338ca7db0c2f09377ccc6 8477 rust-no-panic_0.1.13-1_source.buildinfo Files: 430acbb278d8e1cb16a567f6a5e8a1ca 2294 rust optional rust-no-panic_0.1.13-1.dsc 4035a2a0bd7dc1080ec0d0597947a51c 9622 rust optional rust-no-panic_0.1.13.orig.tar.gz 4fad6be39b01452fb550778cefdfd01c 2720 rust optional rust-no-panic_0.1.13-1.debian.tar.xz ed98fc22676dcd34494bbd4eace12e8c 8477 rust optional rust-no-panic_0.1.13-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6RxIIACgkQfmUo2nUv G+G5Bw//SLJ6NgOyCtB06e5OG5bAqfvGIhMGK5XSIIBIAQirhMlLX6nP8+44iqO/ IYlbwDVm9uKhcQ+TQQTnKcYey/Mh45VKaaek2Ic4hInz0kIXRBMOluiAqo1N1Fdp HKZ5uP9/a65mNouYrzSQNqaNseGNBcvViQyr/uxn95PnPg3szhTRsA0Jk0oi3hc7 9Xd6p0lE531VEO1n6tj2xdOrJeWJJOQOiMlrey/C700bU8AQRl5fF2XYgOyhhhCG RyP8Cx9NDOXXyca3lVBwhw9+wgvjYUlRue/2MRxdV6rMDjGOetIrUiuFqArfvoIR g8/cWNiDF0eHRt6cnFqVMqiLYnMpoMQdCWBx8KazQgYhQc130d6Ru4SboJhlx3vK YmHxQoZYCNhN+KtmyTCyML5IcOdeuDUNkUfstyUsQSWiC9kBhFUG/by6u/CK6N8J yPVtWD4nxmOVE0NsdneGo+14OE1/IL/mVWGQskHmgthu1rYDL9+FGdttAhf+r0Cl D0nyQ4gPQVJpw2qolmYB1YbqdeTz0V+5dkLZK8jc9HpLgStSkJBufUJ7mjc0fiBN 90BXk0xxFwXj1zrevnLiBaMixBW0HxlzgK8PNyExMtlquMHOXvroqmnh2ZVzCrsq A8iYxfswEOr22SFo4JGeD1d2c4q8IaHQqwkymeHkSamlTHB2LOU= =EnpU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 16:08:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 15:08:59 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-pkg-config_0.3.17-3_source.changes Message-ID: rust-pkg-config_0.3.17-3_source.changes uploaded successfully to localhost along with the files: rust-pkg-config_0.3.17-3.dsc rust-pkg-config_0.3.17-3.debian.tar.xz rust-pkg-config_0.3.17-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 16:23:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 15:23:37 +0000 Subject: [Pkg-rust-maintainers] rust-pkg-config_0.3.17-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 16:53:50 +0200 Source: rust-pkg-config Architecture: source Version: 0.3.17-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-pkg-config (0.3.17-3) unstable; urgency=medium . * Team upload. * Package pkg-config 0.3.17 from crates.io using debcargo 2.4.0 * Silent a test to make autopkgtest green Checksums-Sha1: 98244bb6e8b1b23b0c1626459e31faccdcc710a6 2199 rust-pkg-config_0.3.17-3.dsc a72f973418882475018c90f70d41400eca79fad3 3856 rust-pkg-config_0.3.17-3.debian.tar.xz bd2dc9d0d5968e4bf6900f385deee98b39dc17ee 8208 rust-pkg-config_0.3.17-3_source.buildinfo Checksums-Sha256: e706cd662a476369dbed7612656e9e6f8dbf5be52ee0cf810c91a3f2b65fe9dd 2199 rust-pkg-config_0.3.17-3.dsc 7713eb33f2caba12f3ed75ec895257d5f54acf90487436fab2bf97a56a9f55b4 3856 rust-pkg-config_0.3.17-3.debian.tar.xz 14b5af242ffed6eb918d90b1403f05f22a77bde810fdbb85985a79df33de3fa7 8208 rust-pkg-config_0.3.17-3_source.buildinfo Files: c8a6fce0cd0fa0e6e3092b8b3147db8d 2199 rust optional rust-pkg-config_0.3.17-3.dsc c22097bd808292aa2a550dd963fbea7d 3856 rust optional rust-pkg-config_0.3.17-3.debian.tar.xz 7af545a1882d66be89bdf1927b594ede 8208 rust optional rust-pkg-config_0.3.17-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6R2gAACgkQfmUo2nUv G+EBYQ/9HpXEbl/94taCzDXsaqP7x69HHb59k9n4trgWEhB7eBoBjhai9q4GD9I1 IvXhT/kO5cxkONwMTujjBDVAnpcw6ASLDVqNmrj2t2UpYQ5XGXXUhccLODcqkL9C N5U0cGvkkrtzg0zIQvRwGKIM4QqSXPvXuLGcfHCLVlfoLlknnvk+rSyHs31zjN5w /R4QcC9JIAxcCCtTmYmdKaNpNc5z1xIes6XywT5ZiqOEhEQlHQFGBooJcd1rx6Fh 0OQE5EjMP+aQRY7+nsGcqTatGPQSeZlUxn75jYDxf+Nnv5bJRt6P/2r79ED+OYSW gIRpip4U3+kzG7o7CQ6XYg+pzY7O2prxj8fpcbvLdJZ+4WDi7m7XrHbCRyydoBdG rYJ7UPDSDpiu5y9+4OcmhVzD5x5//6ezZzmLgwxWhimRmGjpuUN/gFb/Rc+vGfQz MVPr/Hba0M2iqj0QKbpQ1l/9byUdU9lG3UOxOLwe4eEsN270aVexqBZckguwd+XB lSXCBBR7LkwKcSM7gjsQFkBYIHWBTG2gnSbUNzHu1dXJqlKepl2Q45phRWU9RogM 8dmz0SkvA7Ql0XTToVDh6/l25VBx3Mw5kCu7d5SRW+8ePqO1S6q8tL8qe47rrw3W bcoXkBz0JJC8jFkyVRixA4nDpEdDonhqW29DdenCCiMXJwP5Kas= =+onP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From mattia at debian.org Sat Apr 11 16:59:07 2020 From: mattia at debian.org (Mattia Rizzolo) Date: Sat, 11 Apr 2020 17:59:07 +0200 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian (was: Requesting backport of cbindgen > 0.10.0 to buster) In-Reply-To: References: Message-ID: <20200411155907.GF2072856@mapreri.org> On Fri, Apr 10, 2020 at 05:47:33PM +0100, peter green wrote: > It seems that in the end Paul Gevers (elbrus) decided to just do a > mass removal of rust stuff from testing, this did un-jam some stuff > but it also excarbated the autopkgtest issues because a test that is > already failing in testing is not a blocker for a new version to > migrate, but once a package is out of testing the autopkgtest will > stop it re-entering. This is not something you should be complaining about: there are plans (I don't know at which point they are) to *also* consider failing autopkgtest in testing as RC. This would mean that at some point soon, even if a package starts to fail its autopkgtests in testing, it would end up being removed as well. The reasoning behind this is that it doesn't help anybody to have a known-failing test without any other banchmark. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. More about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `- -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From elbrus at debian.org Sat Apr 11 18:35:39 2020 From: elbrus at debian.org (Paul Gevers) Date: Sat, 11 Apr 2020 19:35:39 +0200 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian (was: Requesting backport of cbindgen > 0.10.0 to buster) In-Reply-To: <20200411155907.GF2072856@mapreri.org> References: <20200411155907.GF2072856@mapreri.org> Message-ID: <73b8c948-303c-2697-55c6-488f5df1c701@debian.org> Hi, On 11-04-2020 17:59, Mattia Rizzolo wrote: > there are plans > (I don't know at which point they are) to *also* consider failing > autopkgtest in testing as RC. This already happened last year, see https://lists.debian.org/debian-devel-announce/2019/07/msg00002.html [All autopkgtest failures considered RC for bullseye] and https://release.debian.org/bullseye/rc_policy.txt [6. Quality Assurance checks] > This would mean that at some point soon, > even if a package starts to fail its autopkgtests in testing, it would > end up being removed as well. > The reasoning behind this is that it doesn't help anybody to have a > known-failing test without any other banchmark. It's just that nobody has started mass-bug filing yet. Paul -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From ftpmaster at ftp-master.debian.org Sat Apr 11 21:07:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 20:07:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace-sys_0.1.35-1_source.changes Message-ID: rust-backtrace-sys_0.1.35-1_source.changes uploaded successfully to localhost along with the files: rust-backtrace-sys_0.1.35-1.dsc rust-backtrace-sys_0.1.35.orig.tar.gz rust-backtrace-sys_0.1.35-1.debian.tar.xz rust-backtrace-sys_0.1.35-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 21:22:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 20:22:52 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-goblin_0.2.1-1_source.changes Message-ID: rust-goblin_0.2.1-1_source.changes uploaded successfully to localhost along with the files: rust-goblin_0.2.1-1.dsc rust-goblin_0.2.1.orig.tar.gz rust-goblin_0.2.1-1.debian.tar.xz rust-goblin_0.2.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 21:38:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 20:38:47 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace-sys_0.1.35-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 21:53:10 +0200 Source: rust-backtrace-sys Architecture: source Version: 0.1.35-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-backtrace-sys (0.1.35-1) unstable; urgency=medium . * Team upload. * Package backtrace-sys 0.1.35 from crates.io using debcargo 2.4.0 * Do not fail when an autopkgtest fails Checksums-Sha1: 92d6f51b5e942a241c2e8948ab8846b0dac7434e 2628 rust-backtrace-sys_0.1.35-1.dsc 8cfbf9c8bde2ba6057e611aff7d3179964cd5279 7884 rust-backtrace-sys_0.1.35.orig.tar.gz ed504549047f6dec758f16f06c77bcaaf4181db7 4160 rust-backtrace-sys_0.1.35-1.debian.tar.xz 57644721a90dd841f126f96f8ed18699f262bdfc 8373 rust-backtrace-sys_0.1.35-1_source.buildinfo Checksums-Sha256: b02362e6a03201cb981398a98c34e89f710c6b98d91096a2ef88f7f070eef41f 2628 rust-backtrace-sys_0.1.35-1.dsc 8ab43c9acb9d0402452f936fe117cfccc564850fe4ddd1f2f5effd128908398e 7884 rust-backtrace-sys_0.1.35.orig.tar.gz eb17ed777953c4112cae523e8124d73a7540f3cf0f10622357e4d91e7088d82c 4160 rust-backtrace-sys_0.1.35-1.debian.tar.xz 5493480dbd99ae21aeeb39ec74a902f5309acef1b3093cc3203ddde7685408f8 8373 rust-backtrace-sys_0.1.35-1_source.buildinfo Files: 3c46f573b7c9a115e51dde5e125b54d9 2628 rust optional rust-backtrace-sys_0.1.35-1.dsc 38bbabea5aa93b53200ba58d0ebc8703 7884 rust optional rust-backtrace-sys_0.1.35.orig.tar.gz 00e69474ffef7a3da58be4f56b532a51 4160 rust optional rust-backtrace-sys_0.1.35-1.debian.tar.xz 016233eeae58bd40c4a992119d541694 8373 rust optional rust-backtrace-sys_0.1.35-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6SIC0ACgkQfmUo2nUv G+HfXxAAnp3Y4CDzfsulTdzNOdqgHtqHDx2AsaN8DaCtfIA32EZ2sJRFatjy4Tcr RcWcdpqw14jrGLYQZ2NezOb3ysHJ/zYvucu3+LmJBsctE/7smU5e801hzQvAF2+D 6FFGmUMe70984KPacq7pbb7fPyloGEhHKVTj/6rVGigrcka0fm5Rx46sTozoxaO8 cFN4LBBOvZgVYq8TMZoMp3+NIKbfdnr+Oe5uB4H7ZNe5xr4FR/7i6z0nRND3YrsL ZDyFrEUKahvx2REbxzS2nOGZlN317iZ0VXRmHSKofJP6Blw2qaUgZvDjUm9xSIU4 b8CYLcopD0AuqxHA6nXdwWutabDJ7hxbRQ1rMH8GpRJfMnGbb8P5GrfiARCeQ7RY fGRPnnu3LGrkGn44U3EmlyymIJOkUH18E4G0h43mp3QA60cywTuBxfonLDFw9fQB 8LQ+NHsXbethfo1kBUqL4PgcBCgE7x5Jql5DHfBZcKJQ0R+HOyvY4D3ZXqPOwbGj BW8hIg2OTcwJROuCf/v4zNhLYL97/evFfnkc0igQcbxADKQZbhseJcnd4OKEB/RF Tkk9NSdDzsQu8ca8P6xGb4uHlaH0cPS0mAkIu2RfRwyeB+uMAUgHjKOld33cxAKY Szpbon8PlHIltSdyRUx7YbwISpYqVC1DKghBUZe4FdZcAaHGnO4= =fJA/ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 21:38:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 20:38:54 +0000 Subject: [Pkg-rust-maintainers] rust-goblin_0.2.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 22:08:44 +0200 Source: rust-goblin Architecture: source Version: 0.2.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-goblin (0.2.1-1) unstable; urgency=medium . * Team upload. * Package goblin 0.2.1 from crates.io using debcargo 2.4.0 * Ignore hello32.so . [ Wolfgang Silbermayr ] * Package goblin 0.1.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: e9014145d1ad504b8b1479de035e606d539ad2a7 2741 rust-goblin_0.2.1-1.dsc 51aef7a4aca1a6db08a3fc493a53491dd0bcfac4 153064 rust-goblin_0.2.1.orig.tar.gz da6fb92c04b84eb126d682102ec183dee856baa8 3752 rust-goblin_0.2.1-1.debian.tar.xz 510d0947f813f97653310454f3f52e50c490fd41 8372 rust-goblin_0.2.1-1_source.buildinfo Checksums-Sha256: f8a9d68951e69f7fd63acda8a018db84f116dcd0062c783d244a4e2fe60f234e 2741 rust-goblin_0.2.1-1.dsc ddd5e3132801a1ac34ac53b97acde50c4685414dd2f291b9ea52afa6f07468c8 153064 rust-goblin_0.2.1.orig.tar.gz 5c3675ff4e8a3e080832130d7a081fca129151c7716bb49e4ce6a94c06bb09fd 3752 rust-goblin_0.2.1-1.debian.tar.xz 0faf0852c2e47e4411b13691c73f38af3ba145fbc9b12cc6f88c5ece404e090c 8372 rust-goblin_0.2.1-1_source.buildinfo Files: 64408bd23ac7bec374acb62ed6269830 2741 rust optional rust-goblin_0.2.1-1.dsc c90f34ce30ad25f62173ddde5ae3f606 153064 rust optional rust-goblin_0.2.1.orig.tar.gz d5ed22a329dc00307d8ffa51398ec4e2 3752 rust optional rust-goblin_0.2.1-1.debian.tar.xz c1522b537a45b94bd571db3b19fdbc13 8372 rust optional rust-goblin_0.2.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6SI84ACgkQfmUo2nUv G+GqBg//etH4pYiCtdPmJjnAXVXeoL8YpAbs23Ywlmk8rG7Rgsa5lkWgrqZGzNQ5 14JoGIrH5RETu3AwLjs6j00x2cW3Po0kvLlXDVaNLEn1MvN2idz0+285Univumde H9K+EJGJtbHcFjU972VpK4Ho5mGtWt1fCU+hRz3F6QQnXzbrFpItUygV7fniWZEc tyMRR3VbELyHPsPziUjdLFoXVK8nAbQcFOPNziQTwk1Awmk/7ixLkL4nci7ol2jy WrdmK7iykbPa0a4RMUqvDGrC7D8sUkGe7xXjWB6lBwV1/jCHr8IYiE0ZwRCJRbud 5uNuUTj/Avjgb+eZIPND/1fL1hOAhv1K1l37sSNpCfFqyMB1ZF/KGavMrny4XpsQ mC6vIYsERJ8/kCFqcZpynE+KH+VT9jQUUT7eypDHTHkVHJcHUMwC17L947dP4b/2 ouhrHpFTdtlPefv1NWwIoXwt3uqVYNT723ryjWQHeDlCotxZpnRmRmS2o/jPlebk W3tuRm3flJayeRY1xdHC+Tkqu+rpeeHyF404wQHVT4UjMA03e2QuHAiJz5632NP4 GDrK5iOjxl3j2LOytrWpAUiFaOR4XAuAOEW+QaFsqXGH4MBGDaYIOkGRVOxVZpSR 8roXdf+GbUKW38Wis28HMInPkEDkhKgZO4SMkD9D+7djmZzghcU= =7yVh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 22:42:05 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 21:42:05 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cc_1.0.50-2_source.changes Message-ID: rust-cc_1.0.50-2_source.changes uploaded successfully to localhost along with the files: rust-cc_1.0.50-2.dsc rust-cc_1.0.50-2.debian.tar.xz rust-cc_1.0.50-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 22:47:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 21:47:12 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-failure-derive_0.1.7-2_source.changes Message-ID: rust-failure-derive_0.1.7-2_source.changes uploaded successfully to localhost along with the files: rust-failure-derive_0.1.7-2.dsc rust-failure-derive_0.1.7-2.debian.tar.xz rust-failure-derive_0.1.7-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 22:49:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 21:49:52 +0000 Subject: [Pkg-rust-maintainers] rust-cc_1.0.50-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 23:28:53 +0200 Source: rust-cc Architecture: source Version: 1.0.50-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-cc (1.0.50-2) unstable; urgency=medium . * Team upload. * Package cc 1.0.50 from crates.io using debcargo 2.4.2 Checksums-Sha1: b1267c9fc7de4b86201a5feb9a0b3794ac350a2a 2258 rust-cc_1.0.50-2.dsc 9bed37dcd7ff530443373f6241e675a60a38b261 4184 rust-cc_1.0.50-2.debian.tar.xz c6f7208d9ccbf2485124c507b658d14b10994b18 8193 rust-cc_1.0.50-2_source.buildinfo Checksums-Sha256: bb7ffec90e2fda7f13c500fef317945b207760100a0cab70b09fe6034eb70ea2 2258 rust-cc_1.0.50-2.dsc 227402603e5f08d6f3ca7b578570337eb871b9c67933cbd0c8b93c039878c2c5 4184 rust-cc_1.0.50-2.debian.tar.xz 8e5a7bc77ac15c357ca93fef9a77696ce60a8958bd424b818a279c0291006209 8193 rust-cc_1.0.50-2_source.buildinfo Files: d05029546b397b441ab50952f66bb5c1 2258 rust optional rust-cc_1.0.50-2.dsc c53f3a19732aed24163a3b07ad1d69fd 4184 rust optional rust-cc_1.0.50-2.debian.tar.xz 6f9c0eef03ad36bf67d2e3a5d720daf5 8193 rust optional rust-cc_1.0.50-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6SNpcACgkQfmUo2nUv G+EL0g//ZO41mshlp5PFr3IuKN9wTBDBPWT5lWd4nHtwhvSbE/4/iuhAyAeQ9dq0 LxkTvbd4ceEKUM883quZVu5/TJaZUO7iioH9xIZd4Ncxty2KffJbPoGnY+zK3fzH oT1G35sLW38QzoVEXQkdMxpKnLrZvGEGxAUe7ehHPhAPBtyq8q0g+TsiRIY7J7Tc PKgo0Jx0S7hHUJJTHc5hz14fOglVqDueAAG0plyFN9kiFECXQ84/ivFDlJLH8Ore Ihs7YizuqzBuPe8YGgoF0Dq5wMXVgdiOICtZZis11ms99XKTdo95473LKpQb1ZvV WJzh62QkMzIekTkCJSCsXgT05TJcuZBd7KM+kgX2AacSVctXOwlzAVukvvHz+bMo /vkpdX34EW1DB+w/CuGfQhZQLBcUHKZiCswPs6OeKInveMVAC/KO4HSkUnbNuT+B weHz8vhIGDXmXJDTFry3B7EB05dQuGvdteRiuXfEoE5hQKw0C9e71nwpDT0dRCSk 2HU6dp4pEFa2YVZgaxWDmO1yJ8Py6spuFpyl9LjWBKnhqzGwDp+Q9ugtkArgstxH Z09PBNR8W4VTpxcSNmFDt/51ysB/3UcgEyGqLlefTkjzRfUz1VMSXbXCIMWUtRMf 8t/+E5dzf3l0B8USptpJIyYLwHgOgj+rkFdy9F+Y9JuvQPC0fjg= =dDIh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 22:49:57 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 21:49:57 +0000 Subject: [Pkg-rust-maintainers] rust-failure-derive_0.1.7-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 11 Apr 2020 23:38:13 +0200 Source: rust-failure-derive Architecture: source Version: 0.1.7-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-failure-derive (0.1.7-2) unstable; urgency=medium . * Team upload. * Package failure_derive 0.1.7 from crates.io using debcargo 2.4.2 * Disable a failing test Checksums-Sha1: 51d75fff1b6fdf9591c338dc60207d134ea69d4e 2534 rust-failure-derive_0.1.7-2.dsc cef0834fbe8d39a12ae1c5696b624b3a57193c1d 3116 rust-failure-derive_0.1.7-2.debian.tar.xz f8b5b168eea17f6c2233001ac6e34d6883e58344 8527 rust-failure-derive_0.1.7-2_source.buildinfo Checksums-Sha256: e06224c4b868429d760a2437e4dd2f61baf17427f2bd3dbbdbcd7e369387de62 2534 rust-failure-derive_0.1.7-2.dsc 61b4e35e3286b178aa4fb74b1b8c7a7e3d0e186a33527baba90844cf51c2f610 3116 rust-failure-derive_0.1.7-2.debian.tar.xz 050041d07b3061aaa4e6932645fc9aa7acd0205757c387479c142b951ea6707b 8527 rust-failure-derive_0.1.7-2_source.buildinfo Files: 07c9642cee3814c51f0958f305b7d3cf 2534 rust optional rust-failure-derive_0.1.7-2.dsc d08a5506513cc686e3e8bb74043319dc 3116 rust optional rust-failure-derive_0.1.7-2.debian.tar.xz c08633fe9ed68e84149efc972bb235b1 8527 rust optional rust-failure-derive_0.1.7-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6SOMcACgkQfmUo2nUv G+HxfQ//Yqq3C6JFEK6okuAKeJ+1OWGC5+cwqixUS/fL47DM9wEpAs0AsCe299vk BToniLFYLsdOFnljYlXYGtoF0WUtgeJofQvt0w7t2MdJJN4CJ9fWtvmlpDHZ3ydG g+MZCaqZc0ksx3opnJ30goUOfWNL5xlwpHXNIi0ovgI7WO55FrIqpGSMC+2OGlsP xX30d0Jbv6DpyGBd4ifC+DMtjasJAezTZwzJ31LXsj7grGa9oNq5tH18EwPA1qYQ Wxxg3Sz4Ybzb0pck7MEQk70/kVTWtyGWaYWkLd8zeLzVfZMjdb7ESK8i4GCmqxkL CW7gyxzZ+8hQdvFGLLApx72ycYnx9LINAE573OOhVWpfTxNtAcVMSKGhKj1OuCH1 R3md9sG1HnTShIdYZYD8cHEH9BbX35JJJFhJP2j5dElHhd8LM+oDH7XqveD95hXg T2vOSA1CRf+DLD0pIT8vpGYdT5DNPyFIR//tkBQ9Tdkvv1LEtOGTP4LpZO8j6dwN NHa6pFfS1fZq88eURu/3A0tyCEqQJXtW/Tw6mJmLPwmCjcU4GGDlwtS8XadblE1w PvR/zU4MNkll8OPuNUoDl/0cPSpXvEzC1zE8O8VXByt8/syUkKQgaW+KtaHohgXU IqxK2c0ypJ0bQIBdSsG8WJHzDTwKJxcss1/Rik6MZzd0zF40Q/8= =o4MC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 23:02:25 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 22:02:25 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cfg-if_0.1.10-5_source.changes Message-ID: rust-cfg-if_0.1.10-5_source.changes uploaded successfully to localhost along with the files: rust-cfg-if_0.1.10-5.dsc rust-cfg-if_0.1.10-5.debian.tar.xz rust-cfg-if_0.1.10-5_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 23:05:08 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 22:05:08 +0000 Subject: [Pkg-rust-maintainers] rust-cfg-if_0.1.10-5_source.changes REJECTED Message-ID: rust-cfg-if_0.1.10-5.dsc: Does not match file already existing in the pool. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Sat Apr 11 23:12:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 22:12:37 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-rustc-demangle_0.1.16-4_source.changes Message-ID: rust-rustc-demangle_0.1.16-4_source.changes uploaded successfully to localhost along with the files: rust-rustc-demangle_0.1.16-4.dsc rust-rustc-demangle_0.1.16-4.debian.tar.xz rust-rustc-demangle_0.1.16-4_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 11 23:20:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 22:20:04 +0000 Subject: [Pkg-rust-maintainers] rust-rustc-demangle_0.1.16-4_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 00:02:29 +0200 Source: rust-rustc-demangle Architecture: source Version: 0.1.16-4 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-rustc-demangle (0.1.16-4) unstable; urgency=medium . * Team upload. * Package rustc-demangle 0.1.16 from crates.io using debcargo 2.4.2 * disable librust-rustc-demangle+core-dev librust-rustc-demangle+rustc-dep-of-std-dev tests as they are using nightly feature Checksums-Sha1: 5f9d007475705a4720c6256fa2a485723248161c 2604 rust-rustc-demangle_0.1.16-4.dsc 1316a51631fe22d1f4e416b798f67df9a11023ab 3172 rust-rustc-demangle_0.1.16-4.debian.tar.xz c22762137adb028111c87345eed70a545b94f095 8349 rust-rustc-demangle_0.1.16-4_source.buildinfo Checksums-Sha256: 7762ce6218c8d09aae24783f2378b5e2a55810c49a876d80cbf176a53799d73a 2604 rust-rustc-demangle_0.1.16-4.dsc eb3ec48cfdfde42eaaf3a1008a9073365256d2999b2bca26aa6c929b4229d6d5 3172 rust-rustc-demangle_0.1.16-4.debian.tar.xz 5f6a1af505148689499e01349ce4bbc2c13903fe059e2e6cf7903366683ad5c4 8349 rust-rustc-demangle_0.1.16-4_source.buildinfo Files: 6723c96bc4bf98dfb6d18bada6a6c7ee 2604 rust optional rust-rustc-demangle_0.1.16-4.dsc 64b7b5f8d0547488540fd9c1071cb43d 3172 rust optional rust-rustc-demangle_0.1.16-4.debian.tar.xz c9be6368edc9297a7424faa96d27f730 8349 rust optional rust-rustc-demangle_0.1.16-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6SPncACgkQfmUo2nUv G+FhfxAAj/6ISAHaJDTVTAvziTkh738Tli9fQAP0IMba30lrpbR02zC5wSgcjH1m EsUJs7+HlHAHrCXA83iOWdzy7aRSRLINt5DpcUFIVQ8VpcAZAz/WqqxL7p7muPCJ X+3NXwsMlFYhz/8HgETo8tcOtvryLUY3Cz8lAv2ovwEb/fXbhw8sYyUl4Bnq6uYz 9XbhTAJIzhMwgczdWRBC/wM85L7wqzaQ6fXLAMEp2sXhulMX08lzw3OM7Qa2ULz3 LqK58WDFAQnuvLPDLjKVMdPdhTgmXvyIuZpbsmmsaU48bvrQLN68+G1R11p4EfAJ SOQhImmuuyRYQ94WtwF9hOTLxdX67VH9AC5RNwCdIHKLRSSRu3p5aHOkBjqTBfN8 px2TBXK7H61pDDSrxH6Lvi2XlJoPCisOnspkoPzkyg9xQOoWFT9qUpTm7Qg6burW FW6S2R3lp4vv8c6ZhoRWYrhIQsLMbrwl9imocpfuIO9FMPrNdU0nJdNA97fQy6D8 bkRIEqCia2903g3TF7VdkQSrZ0PJbQWTQvFgHnBexkAcnPm22klLH0x6vVjcSZdV 02ktELNH6XT1O0rIJoG6ZJ5pt7x48/7loOug8PmpJlDMvHbooLrY576BkqlxKsqB bs41EgLGcOAvlV+Ewd//G02Oovs6D2a0EHGEgHIMZdd/qBDG+4c= =65+d -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 11 23:57:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 22:57:59 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-futures_0.1.29-2_source.changes Message-ID: rust-futures_0.1.29-2_source.changes uploaded successfully to localhost along with the files: rust-futures_0.1.29-2.dsc rust-futures_0.1.29-2.debian.tar.xz rust-futures_0.1.29-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 00:04:24 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 11 Apr 2020 23:04:24 +0000 Subject: [Pkg-rust-maintainers] rust-futures_0.1.29-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 00:19:41 +0200 Source: rust-futures Architecture: source Version: 0.1.29-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-futures (0.1.29-2) unstable; urgency=medium . * Team upload. * Package futures 0.1.29 from crates.io using debcargo 2.4.2 Checksums-Sha1: 42afe52626612723644420d462fdcb25cefa586b 2266 rust-futures_0.1.29-2.dsc ae6a568875d74278df9cbc0ed015983444e90c99 3448 rust-futures_0.1.29-2.debian.tar.xz b6f3bcac7ad7e0f0f2753b4157884b7dc22ad43d 8221 rust-futures_0.1.29-2_source.buildinfo Checksums-Sha256: 7824f9225480661208b8f1a4f3faf5b721b710b9ecd2912b7c05e8c16c91f16e 2266 rust-futures_0.1.29-2.dsc 368d1f6acc7afc6c3bed8bee38d85e87c2e8fd5e27ca0fbbcdbd64e497147d8b 3448 rust-futures_0.1.29-2.debian.tar.xz 69b80b85af24241d2a33c90a7463bb86f71a42df39caf13dbe7077552df2d612 8221 rust-futures_0.1.29-2_source.buildinfo Files: ddcb73d7605e72354d383e55721c18ab 2266 rust optional rust-futures_0.1.29-2.dsc 1a62249002f088e1285bb1c77829c090 3448 rust optional rust-futures_0.1.29-2.debian.tar.xz e1c001099920e3e53f8af82b9b4a44b2 8221 rust optional rust-futures_0.1.29-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6SQn8ACgkQfmUo2nUv G+H/sw/+NiI/iy9A+RneIZpk69fV3u6Nz6ZRT86xW+tIgV7xDpCD8E9F/rmSp44B vvTX0kR/QeFlVRu8ZoiXzSGzDVGlHrIM3zgE12Rdohv/bYgLora/AaLNaTIAW/l8 flbtSmuJ4e4wqHtZHAFdbQsFzdN/lO+Lj0o9SakJNHZhE10yMwOWFYiY3/FunpUi 4pChaQtKxQSTB3Qeh78ksH9LNmV9gLItBsz+WFcWrInTyC6s5/lBF6L4aZEsU+F+ 9/AqWZkPTevpQnWmbGedsoVgTEWJGSBuuH4cpS1N7N0qu0xbJEoUB9Z9xc2Leg7w zvnf4JtiMkl+SPsQ6hIUQkFAHNLTxM5txieS7+5wfTUyGrBedyzC6x13jUxe0Y51 J6iHurTHDUhkT6oAIb3TJEtxYfoetAOAJXO9c1D2IMBmgp0eflwsCigy8UWC9XJJ sRQInVjWtGflXC4mak5d+YFrtg6AhVBnuacEnTof7gzmCZEfdO2E6RlVo4t0HIPJ 1rRbwHrsKJE8uwan+eSKcQ4URcfxyzWWuxL4kRUOKzJurOci7iXxdkey9/3gYKS+ 3Cejq/Ff72YTGNRZcQv5kkEV+YAK8myy+QxUm1lpPVsGnSixUL8lwa7lx4rcXVmu ZnluYGMpuFLUl2pnEnH4bdIHRbF/rn5NZNPBxNLmVFiHbO2Lgb4= =TDwL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From plugwash at p10link.net Sun Apr 12 09:28:52 2020 From: plugwash at p10link.net (peter green) Date: Sun, 12 Apr 2020 09:28:52 +0100 Subject: [Pkg-rust-maintainers] Bug#946921: (rust-spin) Project abandoned References: <157662214458.10546.1445240074707214955.reportbug@hullmann.westfalen.local> Message-ID: > https://rustsec.org/advisories/RUSTSEC-2019-0031.html was issued to flag that > rust-spin development stop. I suppose that means it should not enter bullseye > / get removed. This bug is currently one of several blockers for getting rust-cbindgen back into testing and thus making the build-dependencies of firefox-esr satisfiable again there. Looking at the reverse dependencies (note: dak rm does not work for rust stuff, I'm guessing it lacks understanding of versioned provides). There seem to be two librust-ring-dev and librust-lazy-static+spin-dev librust-lazy-static+spin-dev does not seem to have any reverse dependencies. librust-ring-dev (or it's same-source rdeps) has reverse dependencies of librust-webpki-dev librust-trust-dns-proto+ring-dev librust-trust-dns-proto+dnssec-ring-dev librust-sct-dev librust-cookie+secure-dev and librust-cookie+ring-dev rust-webpki (or it's same-source rdeps) has reverse dependencies of librust-reqwest+webpki-roots-dev and librust-reqwest+rustls-tls-dev librust-trust-dns-proto+ring-dev and librust-trust-dns-proto+dnssec-ring-dev do not seem to have any reverse dependencies. librust-sct-dev does not seem to have any reverse dependencies librust-cookie+secure-dev and librust-cookie+ring-dev does not seem to have any reverse dependencies. rust-reqwest seems to be badly busted anyway and doesn't seem to be required for getting cbindgen back into testing So I see two possible ways forward here. 1. Downgrade this bug, decide that while abandonment obviously raises the possibility of unfixed security holes, this abandoned rust package is not that big a deal in the grand scheme of things. 2. Modify rust-lazy-static, rust-trust-dns-proto and rust-cookie to drop the featureset packages that depend (directly or indirectly) on librust-spin-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From diskominfo at gresikkab.go.id Sat Apr 11 19:41:28 2020 From: diskominfo at gresikkab.go.id (Azim) Date: Sat, 11 Apr 2020 11:41:28 -0700 Subject: [Pkg-rust-maintainers] Hello, Message-ID: <20200411184225.AA1B784DE3A@mail.gresikkab.go.id> Hallo, Ich bin Azim Hashim Premji, ein indischer Wirtschaftsmagnat, Investor und Philanthrop. Ich bin der Vorsitzende von Wipro Limited. Ich habe 25 Prozent meines persönlichen Vermögens für wohltätige Zwecke verschenkt. Und ich habe auch zugesagt, den Rest von 25% in diesem Jahr 2020 an Einzelpersonen zu verschenken. Ich habe beschlossen, Ihnen 1,5.000.000,00 USD zu spenden. Wenn Sie an meiner Spende interessiert sind, kontaktieren Sie mich für weitere Informationen. Sie können auch mehr über mich über den unten stehenden Link lesen http://en.wikipedia.org/wiki/Azim_Premji Herzlicher Gruss CEO Wipro Limited Azim Hashim Premji Hello, I'm Azim Hashim Premji, an Indian business tycoon, investor, and philanthropist. I'm the chairman of Wipro Limited. I gave away 25 per cent of my personal wealth to charity. And I also pledged to give away the rest of 25% this year 2020 to Individuals.. I have decided to donate 1.5,000,000.00 USD to you. If you are interested in my donation, do contact me for more info. You can also read more about me via the link below http://en.wikipedia.org/wiki/Azim_Premji Warm Regard CEO Wipro Limited Azim Hashim Premji -- This email has been checked for viruses by AVG. https://www.avg.com From jmm at inutil.org Sun Apr 12 10:50:34 2020 From: jmm at inutil.org (Moritz =?UTF-8?Q?M=C3=BChlenhoff?=) Date: Sun, 12 Apr 2020 11:50:34 +0200 Subject: [Pkg-rust-maintainers] Bug#946921: (rust-spin) Project abandoned In-Reply-To: References: <157662214458.10546.1445240074707214955.reportbug@hullmann.westfalen.local> Message-ID: <20200412095034.GA1732403@pisco.westfalen.local> severity 946921 important thanks On Sun, Apr 12, 2020 at 09:28:52AM +0100, peter green wrote: > > https://rustsec.org/advisories/RUSTSEC-2019-0031.html was issued to flag that > > rust-spin development stop. I suppose that means it should not enter bullseye > > / get removed. > This bug is currently one of several blockers for getting rust-cbindgen back into testing and thus making the build-dependencies of firefox-esr satisfiable again there. > > Looking at the reverse dependencies (note: dak rm does not work for rust stuff, I'm guessing it lacks understanding of versioned provides). There seem to be two librust-ring-dev and librust-lazy-static+spin-dev > > librust-lazy-static+spin-dev does not seem to have any reverse dependencies. > > librust-ring-dev (or it's same-source rdeps) has reverse dependencies of librust-webpki-dev librust-trust-dns-proto+ring-dev librust-trust-dns-proto+dnssec-ring-dev librust-sct-dev librust-cookie+secure-dev and librust-cookie+ring-dev > > rust-webpki (or it's same-source rdeps) has reverse dependencies of librust-reqwest+webpki-roots-dev and librust-reqwest+rustls-tls-dev > > librust-trust-dns-proto+ring-dev and librust-trust-dns-proto+dnssec-ring-dev do not seem to have any reverse dependencies. > > librust-sct-dev does not seem to have any reverse dependencies > > librust-cookie+secure-dev and librust-cookie+ring-dev does not seem to have any reverse dependencies. > > rust-reqwest seems to be badly busted anyway and doesn't seem to be required for getting cbindgen back into testing > > So I see two possible ways forward here. > > 1. Downgrade this bug, decide that while abandonment obviously raises the possibility of unfixed security holes, this abandoned rust package is not that big a deal in the grand scheme of things. Let's do that, then. Cheers, Moritz From owner at bugs.debian.org Sun Apr 12 10:54:07 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Apr 2020 09:54:07 +0000 Subject: [Pkg-rust-maintainers] Processed: Re: (rust-spin) Project abandoned References: <20200412095034.GA1732403@pisco.westfalen.local> Message-ID: Processing commands for control at bugs.debian.org: > severity 946921 important Bug #946921 [src:rust-spin] Project abandoned Severity set to 'important' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. -- 946921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946921 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From sylvestre at debian.org Sun Apr 12 10:55:58 2020 From: sylvestre at debian.org (Sylvestre Ledru) Date: Sun, 12 Apr 2020 11:55:58 +0200 Subject: [Pkg-rust-maintainers] Bug#956514: bat: FTBFS unsat-dependency: librust-humantime-1+default-dev:amd64 (>= 1.1.1-~~) Message-ID: <158668535861.1389030.9678394795813172477.reportbug@palawan.mozilla.com> Package: bat Version: 0.12.1-1 Severity: important Dear Maintainer, rust-bat cannot be built currently: report: - package: sbuild-build-depends-main-dummy version: 0.invalid.0 architecture: amd64 status: broken reasons: - missing: pkg: package: librust-plist-dev version: 0.5.1-1 architecture: amd64 unsat-dependency: librust-humantime-1+default-dev:amd64 (>= 1.1.1-~~) depchains: - depchain: - package: sbuild-build-depends-main-dummy version: 0.invalid.0 architecture: amd64 depends: librust-syntect-3+dump-create-dev:amd64 (>= 3.2.1-~~) | librust-syntect-3+dump-create-dev:amd64 (>= 3.2.1-~~) - package: librust-syntect+dump-create-dev version: 3.3.0-2 architecture: amd64 depends: librust-syntect-dev:amd64 (= 3.3.0-2) - package: librust-syntect-dev version: 3.3.0-2 architecture: amd64 depends: librust-plist-0.5+default-dev:amd64 | librust-plist-0.5+default-dev:amd64 | librust-plist-0.4+default-dev:amd64 - package: librust-plist+default-dev version: 0.5.1-1 architecture: amd64 depends: librust-plist-dev:amd64 (= 0.5.1-1) Sylvestre -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (900, 'testing'), (600, 'unstable'), (500, 'buildd-unstable'), (500, 'oldstable'), (300, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_WARN Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages bat depends on: ii libc6 2.29-10 ii libgcc-s1 [libgcc1] 10-20200222-1 ii libgcc1 1:10-20200222-1 ii libgit2-28 0.28.4+dfsg.1-2 ii zlib1g 1:1.2.11.dfsg-1.2 bat recommends no packages. bat suggests no packages. -- no debconf information From plugwash-urgent at p10link.net Sun Apr 12 11:34:56 2020 From: plugwash-urgent at p10link.net (Peter Green) Date: Sun, 12 Apr 2020 11:34:56 +0100 Subject: [Pkg-rust-maintainers] Bug#952228: rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 References: <20200223131334.GA19382@xanadu.blop.info> Message-ID: <04007ec8-a52a-5523-167b-1bc183156c93@p10link.net> Tags 952228 +patch Thanks > > = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable After doing some googling to find out what "crate attributes" were I was able to put together a patch that makes the package build successfully. Debdiff is attached, I may or may not NMU this later. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- diff -Nru rust-core-arch-0.1.5/debian/changelog rust-core-arch-0.1.5/debian/changelog --- rust-core-arch-0.1.5/debian/changelog 2019-08-06 16:10:01.000000000 +0000 +++ rust-core-arch-0.1.5/debian/changelog 2020-04-12 10:03:51.000000000 +0000 @@ -1,3 +1,11 @@ +rust-core-arch (0.1.5-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add feature custom_inner_attributes to src/lib.rs to fix FTBFS + (Closes: 952228) + + -- Peter Michael Green Sun, 12 Apr 2020 10:03:51 +0000 + rust-core-arch (0.1.5-2) unstable; urgency=medium * Team upload. diff -Nru rust-core-arch-0.1.5/debian/patches/add-feature-custom-inner-attributes.patch rust-core-arch-0.1.5/debian/patches/add-feature-custom-inner-attributes.patch --- rust-core-arch-0.1.5/debian/patches/add-feature-custom-inner-attributes.patch 1970-01-01 00:00:00.000000000 +0000 +++ rust-core-arch-0.1.5/debian/patches/add-feature-custom-inner-attributes.patch 2020-04-12 10:03:51.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Add feature custom_inner_attributes to src/lib.rs to fix FTBFS +Author: Peter Michael Green +Bug-Debian: https://bugs.debian.org/952228 + +Index: rust-core-arch-0.1.5/src/lib.rs +=================================================================== +--- rust-core-arch-0.1.5.orig/src/lib.rs ++++ rust-core-arch-0.1.5/src/lib.rs +@@ -32,7 +32,8 @@ + wasm_target_feature, + abi_unadjusted, + adx_target_feature, +- external_doc ++ external_doc, ++ custom_inner_attributes + )] + #![cfg_attr(test, feature(test, abi_vectorcall, untagged_unions))] + #![deny(clippy::missing_inline_in_public_items)] diff -Nru rust-core-arch-0.1.5/debian/patches/series rust-core-arch-0.1.5/debian/patches/series --- rust-core-arch-0.1.5/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ rust-core-arch-0.1.5/debian/patches/series 2020-04-12 10:03:51.000000000 +0000 @@ -0,0 +1 @@ +add-feature-custom-inner-attributes.patch From owner at bugs.debian.org Sun Apr 12 11:39:05 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Apr 2020 10:39:05 +0000 Subject: [Pkg-rust-maintainers] Processed: re: rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 References: <04007ec8-a52a-5523-167b-1bc183156c93@p10link.net> Message-ID: Processing commands for control at bugs.debian.org: > Tags 952228 +patch Bug #952228 [src:rust-core-arch] rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 Added tag(s) patch. > Thanks Stopping processing here. Please contact me if you need assistance. -- 952228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952228 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From plugwash at p10link.net Sun Apr 12 11:45:30 2020 From: plugwash at p10link.net (peter green) Date: Sun, 12 Apr 2020 11:45:30 +0100 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian In-Reply-To: <8944d0fd-9e6a-4348-ac16-516cc627cfa0@debian.org> References: <8944d0fd-9e6a-4348-ac16-516cc627cfa0@debian.org> Message-ID: <8cfda911-a891-96dd-5eaa-46550f3d11e3@p10link.net> On 10/04/2020 18:17, Sylvestre Ledru wrote: > > > Le 10/04/2020 à 18:47, peter green a écrit : >> >> (note: these are my observations as a maintainer of a derivative) >> >>> The rust ecosystem in Debian >>> recently had (and I expect still has) trouble to properly migrate to >>> testing >> Indeed there are still issues, most notablly IMO that firefox-esr's build-dependencies have been unsatisfiable in testing for over 7 months because rust-cbindgen has not been able to migrate to testing. > > yeah, it is a shame :( > > Especially when cbindgen's testsuite is fully green. > > I think running autopkgtest for every crates is a bit overkill. > > Thanks for spending time to build that list. I would appreciate help to deal with this! > What kind of help you are looking for? I can look at packages and propose courses of action, possiblly even prepare patches, but not being a rust guy I would be quite reluctant to upload stuff that had not been checked over by someone else. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre at debian.org Sun Apr 12 13:19:57 2020 From: sylvestre at debian.org (Sylvestre Ledru) Date: Sun, 12 Apr 2020 14:19:57 +0200 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian In-Reply-To: <8cfda911-a891-96dd-5eaa-46550f3d11e3@p10link.net> References: <8944d0fd-9e6a-4348-ac16-516cc627cfa0@debian.org> <8cfda911-a891-96dd-5eaa-46550f3d11e3@p10link.net> Message-ID: <7a2e4315-d350-5082-ed24-38dd85f414a5@debian.org> Le 12/04/2020 à 12:45, peter green a écrit : > On 10/04/2020 18:17, Sylvestre Ledru wrote: >> >> >> Le 10/04/2020 à 18:47, peter green a écrit : >>> >>> (note: these are my observations as a maintainer of a derivative) >>> >>>> The rust ecosystem in Debian >>>> recently had (and I expect still has) trouble to properly migrate to >>>> testing >>> Indeed there are still issues, most notablly IMO that firefox-esr's build-dependencies have been unsatisfiable in testing for over 7 months because rust-cbindgen has not been able to migrate to testing. >> >> yeah, it is a shame :( >> >> Especially when cbindgen's testsuite is fully green. >> >> I think running autopkgtest for every crates is a bit overkill. >> >> Thanks for spending time to build that list. I would appreciate help to deal with this! >> > What kind of help you are looking for? I can look at packages and propose courses of action, possiblly even prepare patches, but not being a rust guy I would be quite reluctant to upload stuff that had not been checked over by someone else. > > Actually, I started :) but the CI queue is pretty long https://ci.debian.net/munin/debian.net/ci-master.debian.net/debci_queue_size.html if you want to try with something easy, you could do the necessary sources upload. in the debcargo-conf repo, just run ./update.sh git commit ./release.sh cd build && ./build.sh Cheers, Sylvestre From plugwash at p10link.net Sun Apr 12 16:00:21 2020 From: plugwash at p10link.net (peter green) Date: Sun, 12 Apr 2020 16:00:21 +0100 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian In-Reply-To: <7a2e4315-d350-5082-ed24-38dd85f414a5@debian.org> References: <8944d0fd-9e6a-4348-ac16-516cc627cfa0@debian.org> <8cfda911-a891-96dd-5eaa-46550f3d11e3@p10link.net> <7a2e4315-d350-5082-ed24-38dd85f414a5@debian.org> Message-ID: <05cfdcc2-9372-288d-0d00-b9bc86e845be@p10link.net> On 12/04/2020 13:19, Sylvestre Ledru wrote: > >>> I think running autopkgtest for every crates is a bit overkill. >>> Should we just disable autopkgtests that have never passed? >>> Thanks for spending time to build that list. I would appreciate help to deal with this! >>> >> What kind of help you are looking for? I can look at packages and propose courses of action, possiblly even prepare patches, but not being a rust guy I would be quite reluctant to upload stuff that had not been checked over by someone else. >> >> > Actually, I started :) but the CI queue is pretty long > https://ci.debian.net/munin/debian.net/ci-master.debian.net/debci_queue_size.html > :/ > if you want to try with something easy, you could do the necessary sources upload. Do I have permission to do that? how is membership of the rust team defined? Also note that in my original mail some packages were in more than one list of problems, afaict there is only one package that only needs a source upload. > in the debcargo-conf repo, just run ./update.sh > git commit Should I also be pushing? if so do I already have permission to do that by virtue of being a dd > > ./release.sh > cd build &&  ./build.sh > > Cheers, > Sylvestre From sylvestre at debian.org Sun Apr 12 16:06:21 2020 From: sylvestre at debian.org (Sylvestre Ledru) Date: Sun, 12 Apr 2020 17:06:21 +0200 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian In-Reply-To: <05cfdcc2-9372-288d-0d00-b9bc86e845be@p10link.net> References: <8944d0fd-9e6a-4348-ac16-516cc627cfa0@debian.org> <8cfda911-a891-96dd-5eaa-46550f3d11e3@p10link.net> <7a2e4315-d350-5082-ed24-38dd85f414a5@debian.org> <05cfdcc2-9372-288d-0d00-b9bc86e845be@p10link.net> Message-ID: Le 12/04/2020 à 17:00, peter green a écrit : > >> if you want to try with something easy, you could do the necessary >> sources upload. > Do I have permission to do that? how is membership of the rust team > defined? pretty relax, just apply on salsa and I will accept you. I had a look and for unknown reasons, they fail (unlike with my local instance). > > Also note that in my original mail some packages were in more than one > list of problems, afaict there is only one package that only needs a > source upload. >> in the debcargo-conf repo, just run ./update.sh >> git commit > Should I also be pushing? if so do I already have permission to do > that by virtue of being a dd >> >> ./release.sh >> cd build &&  ./build.sh yeah, please also, at the end: git checkout master git merge pending- git push :) (all this is pretty well documented) S From plugwash at p10link.net Sun Apr 12 17:00:23 2020 From: plugwash at p10link.net (peter green) Date: Sun, 12 Apr 2020 17:00:23 +0100 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian In-Reply-To: <7a2e4315-d350-5082-ed24-38dd85f414a5@debian.org> References: <8944d0fd-9e6a-4348-ac16-516cc627cfa0@debian.org> <8cfda911-a891-96dd-5eaa-46550f3d11e3@p10link.net> <7a2e4315-d350-5082-ed24-38dd85f414a5@debian.org> Message-ID: <9fb1736c-531f-8530-2bf0-48b3cf411e57@p10link.net> On 12/04/2020 13:19, Sylvestre Ledru wrote: > > if you want to try with something easy, you could do the necessary sources upload. > in the debcargo-conf repo, just run ./update.sh > git commit > ./release.sh Hi, i'm getting stuck on this step, my gpg key isn't available in the environment where I am running debcargo. Is there a way to tell release.sh to just build the package and do the git stuff but not attempt to actually sign or upload? From ftpmaster at ftp-master.debian.org Sun Apr 12 17:05:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 16:05:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cbindgen_0.14.1-1_source.changes Message-ID: rust-cbindgen_0.14.1-1_source.changes uploaded successfully to localhost along with the files: rust-cbindgen_0.14.1-1.dsc rust-cbindgen_0.14.1.orig.tar.gz rust-cbindgen_0.14.1-1.debian.tar.xz rust-cbindgen_0.14.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 17:11:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 16:11:06 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-xkbcommon_0.4.0-1_amd64.changes Message-ID: rust-xkbcommon_0.4.0-1_amd64.changes uploaded successfully to localhost along with the files: librust-xkbcommon+memmap-dev_0.4.0-1_amd64.deb librust-xkbcommon+x11-dev_0.4.0-1_amd64.deb librust-xkbcommon-dev_0.4.0-1_amd64.deb rust-xkbcommon_0.4.0-1_amd64.buildinfo rust-xkbcommon_0.4.0-1.dsc rust-xkbcommon_0.4.0.orig.tar.gz rust-xkbcommon_0.4.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 17:21:58 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 16:21:58 +0000 Subject: [Pkg-rust-maintainers] rust-cbindgen_0.14.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 17:53:22 +0200 Source: rust-cbindgen Architecture: source Version: 0.14.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-cbindgen (0.14.1-1) unstable; urgency=medium . * Package cbindgen 0.14.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 034a84077e6b85ae58195be224ce9791fe2e8433 2628 rust-cbindgen_0.14.1-1.dsc 42b3a30d0b8b968b09519ae1efe19fd073a600de 106783 rust-cbindgen_0.14.1.orig.tar.gz e34417a15ffbc08e108e90cfd84b5e7364666ff4 3704 rust-cbindgen_0.14.1-1.debian.tar.xz 31743cb00d9513628fb9f9acee5ceaf33452f6c1 10289 rust-cbindgen_0.14.1-1_source.buildinfo Checksums-Sha256: a9af42f9d69d2cd7601c49ec9696d174250d1fb5db2417c063a827a2b618a8f8 2628 rust-cbindgen_0.14.1-1.dsc a9d433cd5b743504628f2ab6300cdd5a0d6e9ee89d503e2795234b1e62650a78 106783 rust-cbindgen_0.14.1.orig.tar.gz cd5e9f08d9c50dd26f142ccdfbb6c1a2db39da755f4fac8c50a11d1c0966dc4a 3704 rust-cbindgen_0.14.1-1.debian.tar.xz 7c9bf069484c2de4cf081529f365de3acf08fd0e291c8a681648558a0898ec0f 10289 rust-cbindgen_0.14.1-1_source.buildinfo Files: e341b36f01a1dd5e607ef5c628e70f7b 2628 utils optional rust-cbindgen_0.14.1-1.dsc dc6a795398eb57b930c2e3fc556695d3 106783 utils optional rust-cbindgen_0.14.1.orig.tar.gz b11b068d0237dd3baf148f825e2fd451 3704 utils optional rust-cbindgen_0.14.1-1.debian.tar.xz 8d8eee722ba4d0653d54e8898a9163dc 10289 utils optional rust-cbindgen_0.14.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6TOXcACgkQfmUo2nUv G+G+OQ/+I92JUVBqpTx7MiF0PXZz5G1O6xoxHWqH2LQ40xa8qNMHtYG2cBV7VNpz NVHssOYyaqWdXgA0iyL91iYAV5e5qQSVPFHI7vBUUd7ij+feV5E1ijaDFU4QcQ9f 5KqgdA2d7pDYOyEBODcBDsGd5Ah7sP2yqalquabpQV3kURLKLtFIV0Deem9KAQCy ZjPvBpIgWwJe0VTqKuRO6jWiiyfqBI1rL7hd8rsSY7Z+IjeqjIL+r1mo9e7WvEGL na5chpIr07qCacytDBsfuk+t1k7q09+H7M1ulogZbQs+MXhEVAWy24FPTPtlGSI8 m07/T2VdSMSGuAh2wpX8XIqK2ps9BR3HrSLkZNILvlqHcxpr2lHBVIxIrMmyIFX8 zIVch1BA3fZGINwisxFIDy7AEIqhX6yPmarQPStkdriJ8+/Mcr2QaOPB6O1/XUN2 VQpFJeuKL4lqdXSJ7qTzUVApmw7y62NHSpGvGnPDAmAyQKGB3fikusXP3ykyBVD+ 1K3nweCSx4Weczxo20yebUvQHJZBgvnoc/tIp6NAGT1Zbp1iew9eUEpYf34i5SzP PpZV7LbpGxrnRlkpbnxdDpRPLwiFoubkedU1G5NhPc5Og6J1JyZhG55RO/yBNjAR YZ3HfmTjciQPl0E25CR3lNUojkt9btIK2vSzdfW7tUARDGEOqDs= =jHHc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 17:22:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 16:22:06 +0000 Subject: [Pkg-rust-maintainers] rust-xkbcommon_0.4.0-1_amd64.changes is NEW Message-ID: binary:librust-xkbcommon+memmap-dev is NEW. binary:librust-xkbcommon+x11-dev is NEW. binary:librust-xkbcommon-dev is NEW. binary:librust-xkbcommon+x11-dev is NEW. binary:librust-xkbcommon+memmap-dev is NEW. binary:librust-xkbcommon-dev is NEW. source:rust-xkbcommon is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Sun Apr 12 18:07:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 17:07:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-adler32_1.0.4-2_source.changes Message-ID: rust-adler32_1.0.4-2_source.changes uploaded successfully to localhost along with the files: rust-adler32_1.0.4-2.dsc rust-adler32_1.0.4-2.debian.tar.xz rust-adler32_1.0.4-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 18:20:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 17:20:43 +0000 Subject: [Pkg-rust-maintainers] rust-adler32_1.0.4-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 16:34:28 +0000 Source: rust-adler32 Architecture: source Version: 1.0.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-adler32 (1.0.4-2) unstable; urgency=medium . * Team upload. * Source-only upload for testing migration * Package adler32 1.0.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: 7807bf6f2f14d6a69ed69445178cd424c2a6509e 2144 rust-adler32_1.0.4-2.dsc 279146601a7424d55879707590fdb9a32f1296a0 2868 rust-adler32_1.0.4-2.debian.tar.xz 00ef7fddc82bd00da96c0f82db7c1d0e1249156f 6647 rust-adler32_1.0.4-2_source.buildinfo Checksums-Sha256: f24b094c8f5c4dcd93e049cf9a405c2f5d41d859e33f47d4849d1ac196deb6c1 2144 rust-adler32_1.0.4-2.dsc 4ad1481d1b9a75e7aa98f7cca7339306218cf4946919e11bec8e7d6f6d324202 2868 rust-adler32_1.0.4-2.debian.tar.xz 984e24ffaeae1f703a71f86cde4d8387bccf54f4da22aad6f82656538d624957 6647 rust-adler32_1.0.4-2_source.buildinfo Files: bd1013bec546c975d6b6ea27a3ea29a2 2144 rust optional rust-adler32_1.0.4-2.dsc d6897f48d411ff4a433c16111036994f 2868 rust optional rust-adler32_1.0.4-2.debian.tar.xz 7d65a05874832454b9d2e49e6f58304f 6647 rust optional rust-adler32_1.0.4-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TSAgUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuCKg//fhEoS0MQ0ufu8jz96LatvIxPtLZ4 Gxpz5jEZiggozT8Hq0X4e5qH3hrQWdDRPkXYAbAuXH6mEcf+3S6w11VgzEZ8muCW yxELlj+09hyzHaGvkJx02XqU34v6Xi3gmSug4KqQkOMGnvp/iwe+tZKXonHH1UsN NJblzQJyj5JaY71WnKHxNKc7chMFtWDjx6aKIp83vDDE8MYy9IUIRPbUu+WmhXaP yz72tG2EuyO2sFs8vrvL1086ZZivt0kk8tC6mDbulfD2+Xi069Lx9QyDzseAQ8CM 8uhbWMQ/0Vz43vUQGVS4/64sBNaFRM6RPlXTXDU6dPKjzN0aTLyfScjtxbEZdexd Rpnh6bxqaFwKdi3k1ur2K+/icMe/w72o6MpeHLIIvvDcbaugm4NFpNRsuSLDbYPP zcEeuW2WDXyeyDvGE2IvYEObp/un4xBW6Vb25YpojmSOOe1uKsYtzZVnqJNqRByB ZxKFpt6DF0rwffpOiTz/I6JlbwAIVAsgG/ZwOc1GaPgLc9OJBwKntiP85I6GfGIz vWGuGK9qJ4sCN2OTMTfWrs6UBpFctwztpRYkcnjfKQmLyXVHu8W9+DqdaUkCUrnr ct6TslFVA40OR/GeWG/hjPhQIb/0ihwUL6xvT8l/La7++D4QCFMNAar6gfZajelo p++NEnpzN3hbkkE= =71e2 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 19:24:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 18:24:00 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cfg-if_0.1.10-4.1_source.changes Message-ID: rust-cfg-if_0.1.10-4.1_source.changes uploaded successfully to localhost along with the files: rust-cfg-if_0.1.10-4.1.dsc rust-cfg-if_0.1.10-4.1.debian.tar.xz rust-cfg-if_0.1.10-4.1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 19:34:05 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 18:34:05 +0000 Subject: [Pkg-rust-maintainers] rust-cfg-if_0.1.10-4.1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 18:00:32 +0000 Source: rust-cfg-if Architecture: source Version: 0.1.10-4.1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-cfg-if (0.1.10-4.1) unstable; urgency=medium . * Team upload. * Use a NMU-style version number to avoid conflict with experimental. . [Sylvestre Ledru] * Package cfg-if 0.1.10 from crates.io using debcargo 2.4.2 * Fix the testsuite by not making it fail Checksums-Sha1: 07d889e4878dff9737bc314727ccb6e78e6a3d78 2303 rust-cfg-if_0.1.10-4.1.dsc bd23c98f60f5156898e67c185c7469834cb4dbb5 3424 rust-cfg-if_0.1.10-4.1.debian.tar.xz 711bb9efad4c5ca9bfd268193f0c7a8291ae6940 6678 rust-cfg-if_0.1.10-4.1_source.buildinfo Checksums-Sha256: 23f6522c30b985e15ffea7833cf6d1d6aee7f5d1029106cea6853f4155690295 2303 rust-cfg-if_0.1.10-4.1.dsc 7cfe52f300fdad20c18ec69ad6a7e204a55b2c9c8fe3af185034fcfdaf9b23ae 3424 rust-cfg-if_0.1.10-4.1.debian.tar.xz 06251b865fea8ab57b90d90c6cb97ff1db0f1728eea1c8379445250a9bb93a77 6678 rust-cfg-if_0.1.10-4.1_source.buildinfo Files: e79bd9f1de2e3e0f1c60ad378208aef1 2303 rust optional rust-cfg-if_0.1.10-4.1.dsc d1318add63f0e758eb2daab98e3451a0 3424 rust optional rust-cfg-if_0.1.10-4.1.debian.tar.xz 73b25a5c359c715bc572259ace6ed855 6678 rust optional rust-cfg-if_0.1.10-4.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TWXQUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtMWQ/+IQejQW+ZHcNAnuxfo14/p9g71o9U d+loTnDAyyUcSiMAtIWusy/basJZPRHg5V8dhhOOz733ZKmq+KBqqxOmcAhUn+89 ZPQ5ix3vt/2DS2LrPXhBpAtxrZ1m3r46wa6DHf7ExE7VcMTS6kAFIufEnXGiXJoW 43oSHYOek5ur/TgeosjjeaIYRe+v4rL8Y7yJpkpnFMdnDiegNrEEGFsdEA8Atgx6 3w+JcZ53I2XpoKcRQMK5X3le3ggBh7HDPXivR4aQFJzQM3RhqBObkHyOcL6mB93N KCVYO3ezUXIS/ZZdJRlULUlEhPVdwdsWJgehKRZ+Dy84ajvE3IjWfzV2EbP+Z0W8 pRKhcH7M9Tx0KSwWvzMjs2oEGzgE0utnLOWuMmcWGbHwMTAp063yvezpUGOJfZGQ yH8k/QZuegaaYekHlY3V76qaJm4yW6Lgmxw+SijyqcqGEEcueDW0v9yvLjFC0fvE tCdDjO4OLSz7i1RcJFj71i1ctRFaQu0eqyKuzdoGhEpubwZz7DpPkpbS+Ot5ftlQ SAvYDRQ5MZwNSXA34UcV/SkgHKTK5z8yErxvL07azArxlOSV4YWAriEoJymV8RQG rgKllo312RQreerXg2+Ve/CtgjV6EOhVG0CCu+2fKnx9lAP2yQUpDyZSELbOrhfL s7EnokNtRa0X3T0= =yK5a -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 20:04:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 19:04:15 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unicode-width_0.1.7-3_source.changes Message-ID: rust-unicode-width_0.1.7-3_source.changes uploaded successfully to localhost along with the files: rust-unicode-width_0.1.7-3.dsc rust-unicode-width_0.1.7-3.debian.tar.xz rust-unicode-width_0.1.7-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 20:20:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 19:20:40 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-width_0.1.7-3_source.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 18:47:49 +0000 Source: rust-unicode-width Architecture: source Version: 0.1.7-3 Distribution: experimental Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-unicode-width (0.1.7-3) experimental; urgency=medium . * Team upload. * No change reupload to experimental to keep featureset packages in the archive and avoid another trip through new if/when the maintainer wants to bring them back. Checksums-Sha1: 566efc9055b9afc69a3b33ce54c8591e348dea64 2662 rust-unicode-width_0.1.7-3.dsc e3ba889304ac2ee10aaa7c08ca33bba437dfee3b 3256 rust-unicode-width_0.1.7-3.debian.tar.xz a158d42a28165c50064de7c9908782c1b48576a5 6825 rust-unicode-width_0.1.7-3_source.buildinfo Checksums-Sha256: e2568bfca08463d69c1cb379f8d307e3682e1e7f17d7fd323fe5a2025a26579b 2662 rust-unicode-width_0.1.7-3.dsc 9853481ee01b68e668c9e28aa56b570e94390ac76421949a383416828c2787c7 3256 rust-unicode-width_0.1.7-3.debian.tar.xz 0689e98d2e1bda1ca48d37e55ebbfe9854f0ac311b73678fc4661b1d86f840e0 6825 rust-unicode-width_0.1.7-3_source.buildinfo Files: 2833ce4d1df001344b9197e045747b3f 2662 rust optional rust-unicode-width_0.1.7-3.dsc db1aeef6fcc9ac5546c3422330073e35 3256 rust optional rust-unicode-width_0.1.7-3.debian.tar.xz 8b905cfcb19918831b08bde76f2b7a6e 6825 rust optional rust-unicode-width_0.1.7-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TY4oUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xvknw//Soa5/s2u4LWAkznmG7r+1d+9deii jWFCsfAC0Z7yhynewI6NGvTjczGRDPfBOz+HE9DmkpRql/7EAYtP6v/eAQQL3tPB MdbI2GGwSqvEE1cNTbyyaUn4zRcas1whVq0fCv78vZh60G9r7Z3nXC9ANT488Mih HbzZAdG5xoOtQJUG7Y54bS4RbIl0EcZIwc5ZMiwY1G62zO3HgYF8MK6YYn3p+iMw 3mh/ohIQXXhf6fHyWwVf86JlOjDx/52ltI+8KQWY+ZLB7toYkwa+at0IYKTwrSWW tVnTagjUXj5YMttKlSVb3FXGUeVNXfzKPC4vDmB1vVIdwqROu+YHmFFXwoiL39Im /fSZfldNyvvhpZoplt10F9UUq1Cyi+XSV8o2urXx+ExTT9MLahmv5FcLrEYp1p0/ EYQa+gbza6wlNvH42IR9hT8PqIh6lOG5bvEnBSuE0WTUQ0+kzEgs3voRjUHtpTz9 DaGrLRxCPCgn4TJNFQJ8TqXAbRomIaHZaBEKF2+6y3SaASKpXb6YwQnl6eoL1p0Q agFbriYjf4WLDeYboqTl7NlejwejseRuBpkqBP0mcyKY/bexS+xaGjnQ3ShUbk5c aGooAK9CuZmlUEcKxaltMHZ/B0bJAEcozTuF6KhEMFSc1QEV6rSqwqIVzx1VI4sy ZBaevGelu/xfYHs= =5K8V -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 20:49:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 19:49:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-core-arch_0.1.5-3_source.changes Message-ID: rust-core-arch_0.1.5-3_source.changes uploaded successfully to localhost along with the files: rust-core-arch_0.1.5-3.dsc rust-core-arch_0.1.5-3.debian.tar.xz rust-core-arch_0.1.5-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 21:10:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 20:10:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libc_0.2.68-2_source.changes Message-ID: rust-libc_0.2.68-2_source.changes uploaded successfully to localhost along with the files: rust-libc_0.2.68-2.dsc rust-libc_0.2.68-2.debian.tar.xz rust-libc_0.2.68-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 21:36:01 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 20:36:01 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unicode-width_0.1.7-2_source.changes Message-ID: rust-unicode-width_0.1.7-2_source.changes uploaded successfully to localhost along with the files: rust-unicode-width_0.1.7-2.dsc rust-unicode-width_0.1.7-2.debian.tar.xz rust-unicode-width_0.1.7-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 21:40:49 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 20:40:49 +0000 Subject: [Pkg-rust-maintainers] rust-core-arch_0.1.5-3_source.changes REJECTED Message-ID: rust-core-arch_0.1.5-3.dsc: Invalid size hash for rust-core-arch_0.1.5.orig.tar.gz: According to the control file the size hash should be 247855, but rust-core-arch_0.1.5.orig.tar.gz has 247869. If you did not include rust-core-arch_0.1.5.orig.tar.gz in your upload, a different version might already be known to the archive software. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Sun Apr 12 21:40:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 20:40:56 +0000 Subject: [Pkg-rust-maintainers] rust-libc_0.2.68-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 19:55:56 +0000 Source: rust-libc Architecture: source Version: 0.2.68-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-libc (0.2.68-2) unstable; urgency=medium . * Team upload. * Package libc 0.2.68 from crates.io using debcargo 2.4.2 * Disable autopkgtest for "rustc-dep-of-std" featureset, it requires a nightly compiler. Checksums-Sha1: 37c8d85d65bd8aa78e3695ac6f199052f7345447 2407 rust-libc_0.2.68-2.dsc 194a598e40909fe322b275b50b4b21f60e77e2c8 3436 rust-libc_0.2.68-2.debian.tar.xz 59ca45c3c1d8b74901063fea1a7bda530cd47d5d 6712 rust-libc_0.2.68-2_source.buildinfo Checksums-Sha256: a8c3f863f0c07ac9203d8f435696a8eef0cd74f7cff2aff5244d42ce3af25b45 2407 rust-libc_0.2.68-2.dsc 212514d2aa0173eb7f94fe37d8e78ac86ea5728da357ffb77f1771e1237a2f8b 3436 rust-libc_0.2.68-2.debian.tar.xz 2be1bd59d5c36cabfe18e96acdcc500dfd0eeb62f0b1afdb911d1d914d28e6bc 6712 rust-libc_0.2.68-2_source.buildinfo Files: 5a9d20c3c9fd1dfa7089c03a76d0b061 2407 rust optional rust-libc_0.2.68-2.dsc 6ebc3203e5ed9e137ced2a2e04669401 3436 rust optional rust-libc_0.2.68-2.debian.tar.xz 4cb72a6d46f3bdb7f403c064a9d4cdbf 6712 rust optional rust-libc_0.2.68-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Tc3MUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XufaQ/9Gf/DCJWEXJFBeHX5QDfIJQH6EsEG HPdx1+fRbbjv51yvD23PIKY9r4JFBL4Ka58GRzrSE5VpBJ1aa+GW4OgAlcAT5Jll gep9PrTOtl45u2LL7TeLXB6nEJveMVx9MLDj2PvFeGUlFvD0LUxYhr7kAqYlOUD4 SMoS7ND/y97wtdNRUkgu2hqlCT+YaIvdbddNNKALROV54A30Gp3i2MPSYbs074Rx fUmweAVOkMQSv1NcAf/UrXW5HVVzfMRsVntlVeHacECymiarx9wp9GY5mgMfsl5L ohX186aOMaGYTwfxPbM8y7dmfTXHrBdqAHt21bQLp2TMMd00ZFEr7jx0mC5vZHd6 ksfA+RBQJWmhjDMk9ivXpvM7eYlv+TmklUtvXfi0uFWMndrTm3M3HRJB4xvpis4J 7lxWM+RQ/tjDldmxaewxjhD0fdec+MNjq1pein/K4xcCvRBoz9GvN6Q3R9dC7FQ2 Za/BcKp8oyLx5s5yZnpKf/jYpRmLj1N01gKuS62CuhQpQVA7W5FwHbKfTc7sZ0Qy 7GrFM/kwSb3KBQHtGcxK0qcqEABc6sRXdqEWxRt8x7m0Biva9yqWp9EwJm8iXK32 DMaHSwiSc21/78mMTbL6QNjX/pRMN1IOfZ6KJQD7biCJTFWEnkPUSTHLS/EG4EOP EpBu1x6nYowfCAc= =n/Gn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 22:07:27 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:07:27 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-exa_0.9.0-3_source.changes Message-ID: rust-exa_0.9.0-3_source.changes uploaded successfully to localhost along with the files: rust-exa_0.9.0-3.dsc rust-exa_0.9.0-3.debian.tar.xz rust-exa_0.9.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From owner at bugs.debian.org Sun Apr 12 22:09:07 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Apr 2020 21:09:07 +0000 Subject: [Pkg-rust-maintainers] Bug#947711: marked as done (rust-goblin: autopkgtest failure) References: <71e403c3-c124-e9e9-c37c-4f03fd741e0c@debian.org> Message-ID: Your message dated Sun, 12 Apr 2020 22:06:06 +0100 with message-id and subject line re: rust-goblin: autopkgtest failure has caused the Debian Bug report #947711, regarding rust-goblin: autopkgtest failure 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 owner at bugs.debian.org immediately.) -- 947711: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947711 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Paul Gevers Subject: rust-goblin: autopkgtest failure Date: Sun, 29 Dec 2019 13:30:09 +0100 Size: 46066 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Green Subject: re: rust-goblin: autopkgtest failure Date: Sun, 12 Apr 2020 22:06:06 +0100 Size: 1698 URL: From ftpmaster at ftp-master.debian.org Sun Apr 12 22:09:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:09:48 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-width_0.1.7-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 20:23:59 +0000 Source: rust-unicode-width Architecture: source Version: 0.1.7-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-unicode-width (0.1.7-2) unstable; urgency=medium . * Team upload. * Package unicode-width 0.1.7 from crates.io using debcargo 2.4.2 * Drop std and rustc-dep-of-std featuresets, they are not currently installable in Debian. Checksums-Sha1: 34dda0c954c6f400ff88a5893ce65ce5c968ef69 2458 rust-unicode-width_0.1.7-2.dsc b65893af6f823d11baa7ef468f22c5fafb4ca26e 3632 rust-unicode-width_0.1.7-2.debian.tar.xz c1b5e055498c8041ac8bbe9866034d2dc8325ace 6752 rust-unicode-width_0.1.7-2_source.buildinfo Checksums-Sha256: 9c0c27771458d74bf0cc9363267f3d36972c8730a11b8b44ecd102b290af92c9 2458 rust-unicode-width_0.1.7-2.dsc e5b679b01fab01ea9c01781736680c22ae7ac813b7cc07633ee786669e009bcd 3632 rust-unicode-width_0.1.7-2.debian.tar.xz d85f033ef59c525d13f3926798509107bdb0a3bcd87c4feff5f29614365437d8 6752 rust-unicode-width_0.1.7-2_source.buildinfo Files: 7fea9329f221d5a97d4f91abed67d178 2458 rust optional rust-unicode-width_0.1.7-2.dsc be658f3a5ef2394e55dc5af60f134db2 3632 rust optional rust-unicode-width_0.1.7-2.debian.tar.xz c1f2ab3c79463ded1a6f20a877aa8d68 6752 rust optional rust-unicode-width_0.1.7-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TeYsUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xu7CA/+PQlTlTjsR7HGrSUM4zDJ4VlsayhL yMI7vW+y1jKm5088/SsenOLE548W5F67mbqJ4qJSwJN5df3x5nBv1xZICxcKeGtc HVUj2kfBlnrGT3pIoe19NOWOhOQ5Nw1K+3DefwxF35Dq6h70YhI962CWe4n5bj27 ZxTe2V0Dpbza3M/mZZ5fpGZTNoRXdLXD1Td2xnNxn+keF+vhwcLQwG0x5rocu5sS BCOdYXP57CQ63Qk5OOQ+gNwFk0QXk3WZlH1bSxXSiKLuqe84TqQjnmvJP+vjLS5Y 16OtdUksRX0/V3thQQpHDuV6ktca3Qd+kA1iUGvaI7nNYFGeYeY/XuahHMFqeFTY giYQRSzqAq2gZqS4yrOoT0O29p/sXAbTrwshkh+CDUDyh+t2HMYsILldCLxhjcXf Oaj41R9+MMr1anJ/FGjb/CZ2WSJTaOtei3TVMrtNWHNKZ3CQDH9Wur65A1GHCc9t WFGIiov+2smcKr4oG8JLnZqo7/lpJHanz1oG7QnQeGy2+/8mcqGK1XDWCvfRdW7D E/VduTvEHG/C0aejb2r/w+S5cu7AwxGCaVL6sjbpvFUp8O9K97U/qPF/GlxFq+6q 7s/tfEnmNiOuH1bAC+GwVV8L4IkL67ViRNy+YciEPcAfb78qJTlzbFCjJ2UlgsiD ihnQrTUpN2zSIvU= =cey+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 22:12:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:12:28 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-core-arch_0.1.5-3_source.changes Message-ID: rust-core-arch_0.1.5-3_source.changes uploaded successfully to localhost along with the files: rust-core-arch_0.1.5-3.dsc rust-core-arch_0.1.5-3.debian.tar.xz rust-core-arch_0.1.5-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 22:19:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:19:20 +0000 Subject: [Pkg-rust-maintainers] rust-core-arch_0.1.5-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 20:58:34 +0000 Source: rust-core-arch Architecture: source Version: 0.1.5-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-core-arch (0.1.5-3) unstable; urgency=medium . * Team upload. * Package core_arch 0.1.5 from crates.io using debcargo 2.4.2 * New version of debcargo added autopkgtest, hopefully it passes. * Add feature custom_inner_attributes to src/lib.rs to fix FTBFS Checksums-Sha1: b7ceefef5f0f75f6358f3fdefc4bb732d32adad8 2256 rust-core-arch_0.1.5-3.dsc d4e19af8346d2ccd93325832ba80e940b445387c 3184 rust-core-arch_0.1.5-3.debian.tar.xz 00efcdad3dbbb57982505dea05e87c8f594f7810 6657 rust-core-arch_0.1.5-3_source.buildinfo Checksums-Sha256: 658991a4207546d67e1dfa937a2bb1e5f24b0ef60e374944b887cc866af76a6c 2256 rust-core-arch_0.1.5-3.dsc a3376819ca28bbe3576eef0ce0bf30c18557bc413d67ce5493893a52491dc8a4 3184 rust-core-arch_0.1.5-3.debian.tar.xz 9733958369510f605a91c1c806b2e9761ab01d4a7304ddca41dfb969e8693493 6657 rust-core-arch_0.1.5-3_source.buildinfo Files: 227c33bc7130ab3544d2efab2faecfe4 2256 rust optional rust-core-arch_0.1.5-3.dsc dd4e067d1086219cab33a8adbc20bcb3 3184 rust optional rust-core-arch_0.1.5-3.debian.tar.xz 2de52b5e142e7c7353f04611b441247f 6657 rust optional rust-core-arch_0.1.5-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TgWAUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XvUKw//YzsvRS13JqScAg+Si8Z+C6rTbcyP s9HCumEKP/383wSte4j5TCtXou5atrOuFNyDkBk5YxjzJu/fm6i1fAxZRdyrkiCl wcsg92CJ3kbkryK74T10pf2v/iMT6AZNi+HAGEKLknk/5ShzSoijUP/l9GqRdqTh IpdrZACG8WPO4r5iGG71cvAp7brNoXZh/9MEZ74chDVyF03cInT8c+txe8g9y034 XN58o+DFCl9a+xQX35qzdEVHO9Gy9kN21VJUrb6hBZoy0vOYGMmbSFbb1Fk1D/Ob TYF465e12O/8ofIXXrlZWACZg+gUgmSodDDegv4ANoO8MNA3IOv9Fcy12JFoNndo NCoRApn8Tv1Kfc9B09XSfJialQxDE1giTi2hKuE8HiNMLrqXLH8rvDbw5+kUqqxW Zt+pDc8+/zy5neC1ZoE+lTbi8LdIu0KQFuBNs7iYJHwI0NeeQAttJQnLiZswUrBC gvwgghKeakHvPpgumzogAXg/sk9pQwlo/UfVekox45dOkyVGGJDlMPKF7XeBJ3k9 9ufaCelIcZIJQFajQMDSlWHUWoQiLb3c3j008Sd6/W0TNmMmlyViAGCU26MQORJi cafe+hln7JupEIelHyWLN05KRP9+SNDQSKqR2B43J7rgHDOY2h0FL2yiJGXsfSyq CCi5r6Cw7RDLjbE= =jug9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 22:19:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:19:26 +0000 Subject: [Pkg-rust-maintainers] rust-exa_0.9.0-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 22:54:10 +0200 Source: rust-exa Architecture: source Version: 0.9.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-exa (0.9.0-3) unstable; urgency=medium . * Package exa 0.9.0 from crates.io using debcargo 2.4.2 * Silent tests to make autopkgtest pass Checksums-Sha1: e93bc9a937bacc21a07c55978159efe95bcdbba6 2945 rust-exa_0.9.0-3.dsc bb0e09ce5c091298a93cc7d46e66ae47bb409040 4764 rust-exa_0.9.0-3.debian.tar.xz 4f58e02b9410f3e803284a84af0a888724939a2b 10309 rust-exa_0.9.0-3_source.buildinfo Checksums-Sha256: 54e92e025bb491e72cfd5e6cf07399dec4100bda95b4fa7005dca4db298d09b6 2945 rust-exa_0.9.0-3.dsc 330765437829dd81f9d4aced7a266ea1e4437e7afbf026509b72bf3290c49075 4764 rust-exa_0.9.0-3.debian.tar.xz 9258a5d70e4e14b7c6696bb4c5fb51889a04ae77059463c7e00965ce0105e317 10309 rust-exa_0.9.0-3_source.buildinfo Files: 987a7113313584de26cdaf447216b48a 2945 utils optional rust-exa_0.9.0-3.dsc 4926d9ef8f78f7dccd676cc6b1b9df11 4764 utils optional rust-exa_0.9.0-3.debian.tar.xz 2232bd93b4668c35d042150547297cb8 10309 utils optional rust-exa_0.9.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6Tf/UACgkQfmUo2nUv G+FtxRAAguOlyrVVmfVdEBzfWmUeSt9q4poIR7CCQFkv3rRl6ZAphKJvp0cEVY3k +o60MhKcgbRzqvaaTK/O+4vdtEd6ApPe3Oe3wamC8Ih3mCR9kzsRTYOE7KjyFeFe +teSFJ4Wqe2wbjIeDPB8DQsTq1+b8OBRQGhUatzNtnEjif5eGfaEHHDmrcbiVyFy xxoXIjFbflDTFvcJ+7kirgf8ltzNQAlEbzHRFx97WDShKvDosPHd+SEugwQC2jDg +jP7G/RY6eBXSzEoiH1tEW05LM08jI+uGbP9b/bxXFb2fLLMnEjGE34bMXNOwrGQ sJ4idhBbR0UL6ldZIYqhxycCAOaYy/iBuBznXLboGwECWGt0xVJUOlB7ts/UemTA V9/jezN4ekmkCMEUqd7cxIEBUsYGXywMTP9vFHb/KZ4Z413PZG+F0uYSNatsmVBE 0JokGj7cNDmEMD/JyrkegRz7E8k8udRjRcA+R6WiMCZ1wdP3ve0NogU+eVQIPn7F byaB0fx/WviHNvHajOGOZ2TZWs890VsumBBy3m38EyeLBUm3ZJmOerIP0RmniZGh CzVXPw+daVOGi2/J1PAuZpUxIj4raH2ZlNix4uVCgIox06f4N0Bm2ZVhVeG47B0i h0jsAYe7uweEF9/5iFW5leYoIZsO6fECQtuUGVXnXX51pR0FNS8= =iDQx -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 22:32:38 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:32:38 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-goblin_0.2.1-2_source.changes Message-ID: rust-goblin_0.2.1-2_source.changes uploaded successfully to localhost along with the files: rust-goblin_0.2.1-2.dsc rust-goblin_0.2.1-2.debian.tar.xz rust-goblin_0.2.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 22:34:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:34:11 +0000 Subject: [Pkg-rust-maintainers] rust-goblin_0.2.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 23:18:33 +0200 Source: rust-goblin Architecture: source Version: 0.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-goblin (0.2.1-2) unstable; urgency=medium . * Team upload. * Package goblin 0.2.1 from crates.io using debcargo 2.4.2 * Try to unbreak goblin on !amd64 by not stripping hello32.so Checksums-Sha1: 69bd075fe25616a79f5e46861fc2666f5c841af8 2741 rust-goblin_0.2.1-2.dsc bc99a70a575661990c741ea8d5047c2d8bb7a065 3816 rust-goblin_0.2.1-2.debian.tar.xz 762ddd89c3805ae12371457e518e7c8c5d770d45 8372 rust-goblin_0.2.1-2_source.buildinfo Checksums-Sha256: 556c7b41e2f3bb5b98db34ccf793c97c1468d4be3379545f307c67afafe3499b 2741 rust-goblin_0.2.1-2.dsc 25c562603977024f31c92c15d497accd680bf1253b784b119a3713bf770d604c 3816 rust-goblin_0.2.1-2.debian.tar.xz ae37889f0a512328ee1409e012cda8814471390b4e5110ef811bad22e08b9468 8372 rust-goblin_0.2.1-2_source.buildinfo Files: 32cfb6c20815f06f20e8b97ef65ec964 2741 rust optional rust-goblin_0.2.1-2.dsc 937c1534b9cab0a2b20ad49c2011ce9f 3816 rust optional rust-goblin_0.2.1-2.debian.tar.xz 38a3fcda41cea280252be8184e3840c6 8372 rust optional rust-goblin_0.2.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6Tha8ACgkQfmUo2nUv G+FQLQ//YZjvQUAFdhHLUvXFHIBOv7yE8/EWZdmaNBGpcACvuLso4nlNXW2vmQiC l+KrYdUo7DAlKtpikE6gmG1wELrL2Or+EWw+9PjDKlZKajb214I6ru36Yw0vaPwA wHegdKY7SsuqBfVfy/JxF/uzDifXplcbS/pBDXZ/4nhtYPXZEFOtonQnBDnVV1zy q8QX9pDrnLhxPb+oxd0m2d0dk3D3VHCRDOAuqLa4PFrxfQRFIP5pwVLVqy5p01Wm KXe6q1NecOrzy9VvFgJfvTdX5+wlcobqHD6Lzve6F5B/6PkQIE8Pa28iCdiqYgjV /zHlgM2cjN6qV3GHmLmB9sZR6O1+meLN/J1lOr0z9lXlWP+3BUUwgmD4QQ2Jpdgp jE2t+dQI4EYYrr5IxAiXLeG5O6GqUasgREb2AlO7WZl1B15iRLCVgMURY1hTfdaL Z2/VgzDtfEBCZ/RCU0FPVOzWg/0SH3dk2OZ2CHK4lhzP00uKdfETjTHcDMkNGIKq HcLNZRVEetOYCO0r1DBAjOKpN5jtfQZnEs2HkuWLpcmKBU9jfJjZYYuBhr6vrsmy E7SluFJ0S60JqWf9b10w9Wd+JdQwDYv4QUJDnX+lJjdtywIkcY4s6pnsy3wbaPnz Xya4HdblooSrKx3cuBelPoiPhAU/viqC8q0/tPMCIhgXj4oNmcw= =Vju7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From jnqnfe at gmail.com Sun Apr 12 22:53:44 2020 From: jnqnfe at gmail.com (jnqnfe at gmail.com) Date: Sun, 12 Apr 2020 22:53:44 +0100 Subject: [Pkg-rust-maintainers] Bug#955638: Please update cargo - it's holding up a firefox update, impacting security In-Reply-To: References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Control: severity -1 serious On Sat, 4 Apr 2020 14:17:43 +0100 Ximin Luo wrote: > Yes, I will update cargo immediately after I get rustc 1.42 into Debian, which is currently blocked on NEW. Hi Ximin, It's been a couple days since rustc entered unstable, and no sign yet of cargo. Firefox v75 is currently held up waiting upon cargo being updated. Firefox v75 was released five days ago (and been queued for unstable for four), and as usual it comes with a bunch of very important security fixes. I'm sure you are probably working on this already, but _please_ make addressing this your top priority. We're relying upon you. Not wanting to be overly dramatic, but considering the importance of a secure web browser, the security of many Sid users has been at stake these past few days waiting upon your getting this done. Regards, Lyndon From owner at bugs.debian.org Sun Apr 12 22:57:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Apr 2020 21:57:03 +0000 Subject: [Pkg-rust-maintainers] Processed: Please update cargo - it's holding up a firefox update, impacting security References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Processing control commands: > severity -1 serious Bug #955638 [cargo] cargo: please package recent version Severity set to 'serious' from 'important' -- 955638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955638 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sun Apr 12 22:58:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 21:58:06 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-compiler-builtins_0.1.26-2_source.changes Message-ID: rust-compiler-builtins_0.1.26-2_source.changes uploaded successfully to localhost along with the files: rust-compiler-builtins_0.1.26-2.dsc rust-compiler-builtins_0.1.26-2.debian.tar.xz rust-compiler-builtins_0.1.26-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 23:05:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 22:05:00 +0000 Subject: [Pkg-rust-maintainers] rust-compiler-builtins_0.1.26-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 21:42:44 +0000 Source: rust-compiler-builtins Architecture: source Version: 0.1.26-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-compiler-builtins (0.1.26-2) unstable; urgency=medium . * Team upload. * Package compiler_builtins 0.1.26 from crates.io using debcargo 2.4.2 * Disable autopkgtest, it has never passed. Checksums-Sha1: 69aeb67ee07fa4f5343da9adffa7e53c9dd56bc5 2609 rust-compiler-builtins_0.1.26-2.dsc 0f02e3b41454f6f9dff430ecd687e89c5857734f 6244 rust-compiler-builtins_0.1.26-2.debian.tar.xz b07a4aae8df05b7818b3fe6ec0c3a2501ae49cbc 6815 rust-compiler-builtins_0.1.26-2_source.buildinfo Checksums-Sha256: f378efffb4da546546677656d6ff01782d000d30440f2135cbec959812d2b0f3 2609 rust-compiler-builtins_0.1.26-2.dsc 75219c2aac7f2d30224b661b4bbc9949be98e30dc5e951f64035680dc3c1d521 6244 rust-compiler-builtins_0.1.26-2.debian.tar.xz c93a7d0ed69217ec7566041bc8120a8ca525b5dc3dfd523c3c08c77cd72788d2 6815 rust-compiler-builtins_0.1.26-2_source.buildinfo Files: efc46b3f963229eb33846c39ad841ad7 2609 rust optional rust-compiler-builtins_0.1.26-2.dsc c8cf8520d28c2a5f7c60a6e5536cdf11 6244 rust optional rust-compiler-builtins_0.1.26-2.debian.tar.xz fac65544e948c5f4236fc8fecf323314 6815 rust optional rust-compiler-builtins_0.1.26-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Ti/YUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XveMg//VzX5gi1Yb1NIht8zmzzkW0vgDKBh NBeXO/z0Bvg6W5nkfq/RonxEpBCDk0UOW07NCRca6OY8nPVBiYxNavFju9bPrksV AUI1HFaWgvPCh8tIpi1YE8zGcSYrkYzfxdiEMOJ5TZhNGLz1p5tETcCUSzCkIYcF ZcrLEI8GLWgGj42xtAXulNbpECiKpbYUNXYWpoUa07LUsv+Hd9i9Vz7i+DzCBMQu CLIAhL7qYIe1dRgKN4/fw8wl/K6hTBgemRJ1fP3Tbi5AJE9mL0fT+cfb1AB4e521 w0ajcB+fAgxrUbluVGf9e1hx9hlSRw7V4gi0rpdH+PXeZtoSVZKEJfTYmVAMcBO+ G5CacGunRpMIPegds2rYywqMKiFdkkQ6mULNrE4XeUixCTojgZhp3pgsvCQmSANp 0baEPjgQWXUGEzHOEcqCmffaJmvjjcSR+8h0fJXF4HWXXtDuvyqAvk1+vZEpUwrX YV61jtSp4ua3OEUvyFaVZEBp/OpyViWeRwCFeSIECnrBg8JAhYSg416mWQxxfWxt N0n/hjEHcSvyic/dACPDO4Bny6W9fncE1KlvBAXf1wfz/7oU0emxM683lL51AjGD e9HvOP/1a8cUQCYFb8EcOtoDykox+Xoa8DddOqXTJpnaVHVRCVGdFKbwbYgAZNyo vtoqtcvU1L0sfm8= =4pX+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 23:13:14 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 22:13:14 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-uuid_0.8.1-3_source.changes Message-ID: rust-uuid_0.8.1-3_source.changes uploaded successfully to localhost along with the files: rust-uuid_0.8.1-3.dsc rust-uuid_0.8.1-3.debian.tar.xz rust-uuid_0.8.1-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 23:19:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 22:19:00 +0000 Subject: [Pkg-rust-maintainers] rust-uuid_0.8.1-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 22:00:52 +0000 Source: rust-uuid Architecture: source Version: 0.8.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-uuid (0.8.1-3) unstable; urgency=medium . * Team upload. * Package uuid 0.8.1 from crates.io using debcargo 2.4.2 . [ Sylvestre Ledru ] * Package uuid 0.8.1 from crates.io using debcargo 2.4.0 * Disable autopkgtest because uses some nightly features Checksums-Sha1: 2efbc570d37bb71006768b8f024f54f914d3fd92 2884 rust-uuid_0.8.1-3.dsc ac84f898d22fbaf4ad18d524bb37e18ed1f9a3a5 3776 rust-uuid_0.8.1-3.debian.tar.xz f0d0228a34fe8eb70e0fc5d82c4b812a709394c1 6818 rust-uuid_0.8.1-3_source.buildinfo Checksums-Sha256: 2072d9029d63d68666f2a146b2bce44b7a3fe44a3974e823e938a2939699d7f9 2884 rust-uuid_0.8.1-3.dsc 3643223c934f59e48aff8a630c18ec46abf7277497f673ba7492bb3b262cf0dd 3776 rust-uuid_0.8.1-3.debian.tar.xz 6bcc9f9ac4821a96a5cfb94270c5d32d6cb98d487e985b478683214a6be5bbf6 6818 rust-uuid_0.8.1-3_source.buildinfo Files: c1df4c4ae4c83e0c8ffe040ff1686cf9 2884 rust optional rust-uuid_0.8.1-3.dsc 5a46efe2299a99cc3062057ef406d73b 3776 rust optional rust-uuid_0.8.1-3.debian.tar.xz 179e3a58227b84b1138f9f7f1d64ccb4 6818 rust optional rust-uuid_0.8.1-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Tj9EUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtZ/xAAj/+MDucSyFOJgzYiACl9K2+o2Mug Rm/esgPj7lG5VguS7T4byffOx2KCBrTxmO85DIdaW+ToIjW20Mq8I6G6tx5g3bQ0 EJYpMbmh/MRyvgAM8dglHs1OHKO9He5csUkyCgmvP9IG+DsrOnSHo5PFsHRmWysF GdxfHuTM8dWzvKjbndCqQqXcfe0KXrnk3hkEtYGDgw2rbR2cwjcbEXojWYY53eqW MaNO4Xxcfm89R6LP1Jtuf4AXAOaECGC3MbopN2Bl7hj6VrNPIlYTD2cAEI9yC1ld mn0wg9oU5e76sHmLV1Q6Vg+nrydMIbgHzGz6cVsr2Qd/zYiDVGZlJ5yMfX0m2p9i i+TbtScJpvD0Ma6QpqVHulfAK5/ejK7vtiAJIvJ4X5U7vPp9X/L7X0rwxXdG0+rf gzvYgtXWDw3Nt9Gm/jnydVktSLWa3CAkyAiC2ZUYytWtBceSL2yqdzacHG4OISnJ wv0BHjn5dPOS8p7FXV7j3WO2JqTSwj3nqiHhiRUh27rV/vq8q6fWHVTkRNzu3iqc 5KrpPXhsj/WH6razedvfyTSMzl+pS4yuZwjb3DirMq2BHvFqnjFDHQWQREjfSrTH R5925ydXTrYX2KC5NzKOgQBKiUQzvWiIZ885vijfSHCG34g5sPCPFAWoAuDDv099 sfM1X0cImFR6rfw= =0PpA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 12 23:33:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 22:33:20 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-autocfg_1.0.0-2_source.changes Message-ID: rust-autocfg_1.0.0-2_source.changes uploaded successfully to localhost along with the files: rust-autocfg_1.0.0-2.dsc rust-autocfg_1.0.0-2.debian.tar.xz rust-autocfg_1.0.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 12 23:34:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 22:34:04 +0000 Subject: [Pkg-rust-maintainers] rust-autocfg_1.0.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 22:19:21 +0000 Source: rust-autocfg Architecture: source Version: 1.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-autocfg (1.0.0-2) unstable; urgency=medium . * Team upload. * Package autocfg 1.0.0 from crates.io using debcargo 2.4.2 . [ Wolfgang Silbermayr ] * Package autocfg 1.0.0 from crates.io using debcargo 2.4.2 * autopkgtest: Don't attempt to create directories in source location Checksums-Sha1: cc0bf9a96dd68a6ce1816c536e27ffafbde0b76b 2176 rust-autocfg_1.0.0-2.dsc 98687987b0f27a9ce58ec4eebc7cf088d023c81f 3940 rust-autocfg_1.0.0-2.debian.tar.xz 365fbc0743f94c9b84d91335188f86260c3ff50a 6647 rust-autocfg_1.0.0-2_source.buildinfo Checksums-Sha256: ea8a35399c734d5b656878a65f482dd2e44279cc179d06bf3ce8ac3d547da125 2176 rust-autocfg_1.0.0-2.dsc 8302393c3ce62e8fe613e866ef1884404880a74fe3e2fbccc629e13c61e87fe2 3940 rust-autocfg_1.0.0-2.debian.tar.xz 90545a855cffbac10adbc0c065bd4c0e1b9029ac797f722f35f3b235ef9903a6 6647 rust-autocfg_1.0.0-2_source.buildinfo Files: 5bca06f58a6a13741926c9b585fda6ec 2176 rust optional rust-autocfg_1.0.0-2.dsc e294488fa471e0b875fbb7fe5f64e7c7 3940 rust optional rust-autocfg_1.0.0-2.debian.tar.xz 7c28b92fa1cee379790d5f360ab46f3e 6647 rust optional rust-autocfg_1.0.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TlIIUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xs39w/8DHRTp7ypM0gJ98W76bTURMv+3VfP YjW2Vpg5YTxwUEWdhVPuYPeOteavav4TF4tNpU+nhB0mAVvpcAB077T5KfuYMoq/ JHV/uhOdtXR/J9kApOGsGZ65IiSFrIC+X8nvld+1oLUvy+sbH0KOdfAhRc2DGkN8 byEr5manNr0pXEQN5DhUtuUgSZuoWc/qIXa+0kPSmyf+rcEZRzVAcsGzjpLWGBb7 WQMRdQNR0H9jxVPSF/b7ZdvDDIcVYdycygnTSIDukSBzCC06nq7xbyE4bDrzZRVc 1RL7aQbNDbrmlMweXlu0Tj+O9d6Zelodsl6pokKFCmIXjTdRc2i/9urCy7lcOhhd AH12c1CRI+VUSNrGh3081NxUJi3Cl2mSTgJdf/YwhQyHfVOMPpAISpgzYdoZrwSx PE9mXKP98CS/wkvMidg8uqr1Bx2wragvGEGDq/PYjlEn4w5QuBoYAzuutyk2BI3H 32PgY237T3EOBAXbsywFne0mxLw0AK5tjIhZ90eswOoAQIrhPXlbwluZ+azg2VbR 0spgjSY99l3HH6OPNh43FX/MXo097LwFmX2cu22o3JtQ1v3MKDmRU9oVmtTr8z4S vcAOxNDDj8umjlWRRTCIIM7pzvsBlRsxxnPzjtUtCB2m+pctcr22FxRH7Ut7/Iv+ b9/jPIvcP7OP1rs= =qrZz -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 00:03:51 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 23:03:51 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-goblin_0.2.1-3_source.changes Message-ID: rust-goblin_0.2.1-3_source.changes uploaded successfully to localhost along with the files: rust-goblin_0.2.1-3.dsc rust-goblin_0.2.1-3.debian.tar.xz rust-goblin_0.2.1-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 00:19:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 23:19:40 +0000 Subject: [Pkg-rust-maintainers] rust-goblin_0.2.1-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 22:35:40 +0000 Source: rust-goblin Architecture: source Version: 0.2.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-goblin (0.2.1-3) unstable; urgency=medium . * Team upload. * Package goblin 0.2.1 from crates.io using debcargo 2.4.2 * Also exclude hello.so from strip/shlibs Checksums-Sha1: 29b0b7dadef6cfb12049f650bab4ce4e91287fbe 2770 rust-goblin_0.2.1-3.dsc 0474c3d60249fd2fe742c6875ca8bd9684fc12a7 3872 rust-goblin_0.2.1-3.debian.tar.xz 18ada9334653dfa3438740368c4dcaaa9260ad89 6766 rust-goblin_0.2.1-3_source.buildinfo Checksums-Sha256: 5a0e9686a572429d5180839c90e63062f213d3cd13e61a59ca352b9ffb3ec635 2770 rust-goblin_0.2.1-3.dsc 16568aef48ab5622d2881a4467bf8fe78f6488d5fa2f84b3bde9d55c560aac3d 3872 rust-goblin_0.2.1-3.debian.tar.xz 5b50f8e50c2215daf9fa2ca96192e69e6b772cc0e99411c69827bb91494c3ba1 6766 rust-goblin_0.2.1-3_source.buildinfo Files: ad86ab4d191b56da9fe3837f416735fe 2770 rust optional rust-goblin_0.2.1-3.dsc f9c529e834809e6f62aae7b527f96c11 3872 rust optional rust-goblin_0.2.1-3.debian.tar.xz d88fc2137b9214455e455c9fc5c73ca5 6766 rust optional rust-goblin_0.2.1-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TmzsUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xv99Q/+K1rcreajI4nz53DDNwQYRxAekH/p EnMYCk8nxrehG8TRfM4/wKncqNYoTnZnC4lOmUAitp0ACZAJlsEJNNTypdgifgWj kfkEUYf/HhuMLSP5/P8jP+dtvbk0j1tBw94SD/OPcDclGZwW8tvcsIZyIuUL1c3d rjI5tYt8IGG1P3IjzegEj7CsARMhAFtB2ukI1hejgzs6hbPU1QmwrQ9SV7Cp5R70 Bg2xJNRSvV3dRFyJCoCZjO7ZZLhP6QjaRC/OFLTWRsrGi2n3H1+oKsmSLldyswST 7D4+pqF3vVZWDVT82TVrznEdrM/Q6XhXx863ZEj+te78WFP1lWnIPX1xVXXMixv9 O9Fmog0dxzy8brFuKvGjwqxxKACu+ZISlwLwGVgdF5Ln9HqycV02KBlaXTRrqpBz DacodwSrggsl70YgzVcg9RwDcCRmX1LEyZGlkmDathGBhwqPjUqJJ6ooNhhTx4/Q yLQzInwufS4pSWcELCFDHRtmnP2syV6EmYMSLwSzoLL2gz55Y2tjYUGfr67/fn+6 3FNx5UNp9VLoVfoDTeZwR8d6P74uBHFsAUZRHvzk9Y5s4EYbJ8Gz3z7V4R9LUkI6 CK28QvflBaTuQGahy90oKJzLfl6HXLk8HxNyfXerut3zzTJSEVgQDH+NQA7l7GHH sa3tTKU1acIe+Zw= =kcSY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 00:49:14 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 12 Apr 2020 23:49:14 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.46-2_source.changes Message-ID: rust-backtrace_0.3.46-2_source.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.46-2.dsc rust-backtrace_0.3.46.orig.tar.gz rust-backtrace_0.3.46-2.debian.tar.xz rust-backtrace_0.3.46-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 01:04:32 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 00:04:32 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.46-2_source.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 12 Apr 2020 23:35:34 +0000 Source: rust-backtrace Architecture: source Version: 0.3.46-2 Distribution: experimental Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-backtrace (0.3.46-2) experimental; urgency=medium . * Team upload. * Package backtrace 0.3.46 from crates.io using debcargo 2.4.2 * Drop goblin part of relax-dep patch, keep addr2line part. * Release to experimental initially, to keep featureset packages in Debian. An unstable upload with the uninstallable featureset packages disabled will follow. Checksums-Sha1: 378fab21ab0d6965b66bb8b19e7d4f31d8340e9b 3848 rust-backtrace_0.3.46-2.dsc 1a1580cd5281a8257de800325338e4aca896e54f 64644 rust-backtrace_0.3.46.orig.tar.gz 4c299b6a06291e583f7e27d121c9068abb38ec21 5204 rust-backtrace_0.3.46-2.debian.tar.xz 5af99760f6a30ab585ff6454a81829d065adef62 7270 rust-backtrace_0.3.46-2_source.buildinfo Checksums-Sha256: 4afe041f6dfd321211946867f7f253dfc387ed3ea7ec788ce7582f36a105f45d 3848 rust-backtrace_0.3.46-2.dsc 9878fb66d287836a7fe839e8d0cd5d8a4c1ca6e2b3015b44cecbd43cde899b65 64644 rust-backtrace_0.3.46.orig.tar.gz d8f957e914ba91189211c07bbbb88ed860f795811ee7c43397d660c4f1d83321 5204 rust-backtrace_0.3.46-2.debian.tar.xz 55b5cd80b5ab5ab67d8356036c8df892d1bb467c62919d4f632b0b6a0c937f75 7270 rust-backtrace_0.3.46-2_source.buildinfo Files: 3a0461116bf096db76b0bdf0e3aa1c9f 3848 rust optional rust-backtrace_0.3.46-2.dsc c13a897b9f050a9bfa74f9ac355ee675 64644 rust optional rust-backtrace_0.3.46.orig.tar.gz 110fca4ba87388c3859ce8d01db999db 5204 rust optional rust-backtrace_0.3.46-2.debian.tar.xz cf3917b59576f00db71b83f59f5ee4b8 7270 rust optional rust-backtrace_0.3.46-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Tph4UHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XsLYQ/+OBIFxcalg/TBRMTBNKzbzbP+eqLK zYTJqleEm4YINrUuB5q2DxDgFcJwDmmnEmA+fmI6hzFTsXln1Dje7xGO7WwC0f7D HTlQt11wKQzFIBUVNx9Xig0RmjQUIZsmWWTtlqYDyKBJtRH5gxYYYCGYTZAkF3yG hAhT2GXQFO95ueLMlMdjkY1l+dlUGids2jjXzBer0ajR/EyzLfxAfV+JlC5f/Dd/ 5dh0Vlij2Gmf892Dg9L+8fSmiOQ/+gFrOu6AeHWTF/h6tO3NVdjWdNYaS51BLVz2 b6dSTeI9wUmaEB7WpFvuDVr0WDbxmXahT2Z4ijsMj2xapR2Yk6PWBiA3FjXy/j7P UEMOlpJbhxVO2wDmV7P026WTln3FMbI2oMmUTYb4XPgYPmiCHzctYZrCvLXMv/CM O/bPqqMg6qGeop+ghYavWYFzd98W8vfxXiFVlYmY1pPDhM7YewtWDzwL6pIQLbsc 1bTXaCXqTCG0q9L490qNLjf94UAl9Vrs9zZrBgo6ysoKEwYg7p386xENGcFmE+z1 fy1PYIQJ6W4bcfuuDHmtRzTh5RRs0YX7VVxGHSenJ1J3zJ+d0do1bnhnwgc3W6lG 2J5PvyukdQ3osed67NWq6ErgxrBIgTyxloIaiK5brztxNZlgoOKJmdwGE070tkMc Jx0sTVjYI7t3tvk= =eRc1 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 01:14:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 00:14:48 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-addr2line_0.10.0-5_source.changes Message-ID: rust-addr2line_0.10.0-5_source.changes uploaded successfully to localhost along with the files: rust-addr2line_0.10.0-5.dsc rust-addr2line_0.10.0-5.debian.tar.xz rust-addr2line_0.10.0-5_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 01:19:32 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 00:19:32 +0000 Subject: [Pkg-rust-maintainers] rust-addr2line_0.10.0-5_source.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 00:00:25 +0000 Source: rust-addr2line Architecture: source Version: 0.10.0-5 Distribution: experimental Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-addr2line (0.10.0-5) experimental; urgency=medium . * Team upload. * upload to experimental to keep featureset packages in the archive after they are removed from unstable due to installability issues. * Disable testsuite and remove testsuite-specific build-dependencies. Checksums-Sha1: 4a04f36f3c19ea2307a1a6c16c136c136dd3a7dc 2936 rust-addr2line_0.10.0-5.dsc 4628a41ed372c5fb738591e24d765af64ca26d2e 3736 rust-addr2line_0.10.0-5.debian.tar.xz bbf8daa1a8ba0b5198b5c82d64d285d8b45c5d94 6879 rust-addr2line_0.10.0-5_source.buildinfo Checksums-Sha256: 8ee57ffe390baeb4a1a04c009cc67598e6f7664fa1e5bca48c411176592a2a35 2936 rust-addr2line_0.10.0-5.dsc 8754df86b5d7e2ffdfee8c078ed8e42c1b3866e95f478339b52be2ea0bf85379 3736 rust-addr2line_0.10.0-5.debian.tar.xz 84a33794759ea63452237df3c6b3ee5702dc08b229518a19bb9e1f95ecbfd765 6879 rust-addr2line_0.10.0-5_source.buildinfo Files: 855e057302cb792403f51be09b16e847 2936 rust optional rust-addr2line_0.10.0-5.dsc c2ec0da87b04b9963585d8c56198e2e8 3736 rust optional rust-addr2line_0.10.0-5.debian.tar.xz 89a1109edb77d9973b914af971ac66a0 6879 rust optional rust-addr2line_0.10.0-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TrHwUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuAZQ//WJEMYlhuJEJv/0fwY+VGe65TRRGt pKag9VhUtn1N/7iUlfYG+ZX1gEcixm/CnxTrZH1OgloePq8DMO3v3qavSeWxXcZG 4Um5aRikDMP8L24IQl1F8R7AcYSHGclu+MdLhDeh/suUqgEzP5UkzUdL2y+IRlKn 9Kc3+EPtrJVm4QhAK5x0SR5zY6MTN2TaRnx/24uROkLvVmp7B78StbiMsocDQ0J6 62Hk0DuH9FMfjz0rRIyhuTw/UIuTeSzsFWfzId0j2dcfK4xgJxTkXsdElF1VxU9o uqZh5YBz4woewdMVHw3cchfl4Y2TL5G9/Dm5hGViPDEp3fKDsniNZI7mIS31N+Ca cvmGTV3x3YuCHt4NMfJ1xEbAQDKWZzSGZvXN0HHao5aJBUwCBlciSvRxRcK1R15V 19vMuB9i949t8qJwtpnCMNNQCykZuvtRmLlzFK5OUtlraWdvcFkD+BdURIXYD/f+ upcoGVVqg9JIFU2RE4GbpS3Y0jHCveqWh6UKI2P359KeYJ08QbHGZQ/xxQhh5tDy N2v2VU9kRLabxgBCtaIvF6jlcCJBtnsHhRLWvV//9tG/VoqfTDy4kXh2rbQNxuG6 VCI+Qfk+OAc+oQGtUUDPxX1GH+zZewgNkLx6G0OCxnjkOdeg0HFkwevLciqBEueA gLAQG/aKZAG9mvk= =uojU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 02:00:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 01:00:09 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.46-3_source.changes Message-ID: rust-backtrace_0.3.46-3_source.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.46-3.dsc rust-backtrace_0.3.46-3.debian.tar.xz rust-backtrace_0.3.46-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 02:18:55 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 01:18:55 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.46-3_source.changes REJECTED Message-ID: Source-only uploads to NEW are not allowed. binary:librust-backtrace+libbacktrace-dev is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Mon Apr 13 02:30:22 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 01:30:22 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-object_0.12.0-3_source.changes Message-ID: rust-object_0.12.0-3_source.changes uploaded successfully to localhost along with the files: rust-object_0.12.0-3.dsc rust-object_0.12.0-3.debian.tar.xz rust-object_0.12.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 02:33:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 01:33:54 +0000 Subject: [Pkg-rust-maintainers] rust-object_0.12.0-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 01:15:56 +0000 Source: rust-object Architecture: source Version: 0.12.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-object (0.12.0-3) unstable; urgency=medium . * Team upload. * Package object 0.12.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 6e2caec5da9fff1b54745e6887340b2fcd80042d 4202 rust-object_0.12.0-3.dsc fe53dd2e17d86dff38af4209b77f12205a07bc72 3556 rust-object_0.12.0-3.debian.tar.xz 618bffed7c2ef2126db604a8e06b34671752de19 7451 rust-object_0.12.0-3_source.buildinfo Checksums-Sha256: f247a9845bbfed5cc5b9e9fc398fd856c12e3fbdc8c99c2d12f0b975c19eb084 4202 rust-object_0.12.0-3.dsc 3d3b5423f77eec04efc4460e66075bdfd15c3712ee487f3d7eb0d4cd2a1f91f1 3556 rust-object_0.12.0-3.debian.tar.xz 5d1c624d423bb8483de4142f796387ed9545858518d2f044ecda67e88d524022 7451 rust-object_0.12.0-3_source.buildinfo Files: 16142d981e52bcf0733bd50efa10600a 4202 rust optional rust-object_0.12.0-3.dsc ba19a13945b92abdd5a565b548cd53c9 3556 rust optional rust-object_0.12.0-3.debian.tar.xz 5c934c45ce32f148424a1fbd773f1a28 7451 rust optional rust-object_0.12.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TvlYUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XsoWBAAlL35hkV8S4hvBpPlQvEHOKwycGou rdyAbEZ3MVkpPMVYvU/KsphJMowxBtTTvVV1rUcX4KG5YhzPxRDP7SOAGFJuKJ2x rcYukgpH0hwPz6B4dqszd3ryLojJUe0zroqma58aJ/FfqBujLl5/jSHeGzCqAIm4 +2JoqSm3klSTeAfCdyVq/K/EMCqn0jd5rN1iNlzwHuB76l/25IWk5b9FCuSUJQPq 42dSQV76L3HrY5nifvMTUIPzQ+8DEmlOe48aw1l5RTgDi+rDS+ZzApmn4HiYqtdz YkFzzR3CZj/sJUGBdfAz+vZdR04Kk1mhlF6Xdbt6Qyfo06aX+pkfPl2zBOfOmjm3 Wfbeomg+xmr3Ra8IwNzmh7x22r1ffRocd0i+uXsZb3kr3Zcl5/6aZbqHV4tnD3uF rd0NcPFRWhrdTPMQgOz64xKxcyQGsn6WQUJT6JZ0h5ERE+qzW/OV8hniVwtpH2Kb vR9E54MEH+Fn81Fqt7XWpzQK9xW3lz5V21beAF8wYz47A3PRH38tX/Q0juofN+oH FyLHpofvlyDtn31D6B+TqbDC6byC7M9cuTiyBjnb8+r04S/LedJQ+NWi6MNYUjJP hvKFRCUU/tY4HzncdofxegLK2uCGLycfHjOimjlORJNrkADafMxsXygtvogM8kn8 00fIzfmpWP4UmEo= =Te0Z -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 03:00:30 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 02:00:30 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.46-3_source.changes Message-ID: rust-backtrace_0.3.46-3_source.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.46-3.dsc rust-backtrace_0.3.46-3.debian.tar.xz rust-backtrace_0.3.46-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 03:35:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 02:35:20 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.46-3_source.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 01:48:20 +0000 Source: rust-backtrace Architecture: source Version: 0.3.46-3 Distribution: experimental Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-backtrace (0.3.46-3) experimental; urgency=medium . * Team upload. * Package backtrace 0.3.46 from crates.io using debcargo 2.4.2 Checksums-Sha1: 0a3d193ccc5f356b5dd2c2d7899d316ca46342bf 3848 rust-backtrace_0.3.46-3.dsc 3fdacd66f1fd690fbd61fa4c17903fe5b4b93660 5260 rust-backtrace_0.3.46-3.debian.tar.xz 178855145557527343c09675978276053594e235 7270 rust-backtrace_0.3.46-3_source.buildinfo Checksums-Sha256: 956ea6cbe488618c8a56b1782a6d5354709db409d2e0ee495f9b6d087a1e8fd6 3848 rust-backtrace_0.3.46-3.dsc 06936642ded4b98fff7d6b4825245dc36d5eff4f94bf152408ae3dd71870bcd4 5260 rust-backtrace_0.3.46-3.debian.tar.xz db1d7491497b5b1fbea255b503cd8271ae011c999f9b3d6782bb39f27fb8d812 7270 rust-backtrace_0.3.46-3_source.buildinfo Files: 9337c514cc55ef30f93699ecf686f523 3848 rust optional rust-backtrace_0.3.46-3.dsc d89339fb0de8dc4f3b88e31a3e11944e 5260 rust optional rust-backtrace_0.3.46-3.debian.tar.xz dc1baae8dde78fb6b9a7dbfe33dbfab4 7270 rust optional rust-backtrace_0.3.46-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6TxYYUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xs05BAAkjgoCus4gkStjuy/XVEpokUo0Zps ABDUO+ZM1thF5Dvet8zZ0g1r2fPXMXuLwn8r6ngP0bWFnDpJz8srDozlOcIgizKO Du/5p8oO9cMXpGwsDpmYz6uZ4XnhumVU7nvCDlhKtGmXOjnfbTvvJxApsN+p6Uht Ry1+Hun0D3MCM9b9EZkbW2lswNF42w/J2rRM/+1NLS6NUWD3eAnmffaajyhUIEf+ 66tUtucBjI1S3PWv/mTQCHYEDkDodKTHQYCMyNruxn12kAk9w89CY+3wSZxF+6Fk d2slHm1GuK3E77CGYdMHqIwdb4PMZ2aHY2opyyrUnstuQGPWmxFRWelDMlY0und7 Ggtj1ov+hyL3MS1vyD6W4+kXl5V9boDPw6BCZB2fuzxabPaVtt4a5n7uaCCQpaIz +aOKxJCQLFjT8iSnkx7nMA60oz6eAt7MvQ2zXTHMQq5blw5a5FUQIwk1c0ZDg9TN vcybkKKgqVLAF3SDU1oRM7XwOspThOpog2oNciFHFRwyoaU+OGOC//UO0pg+DHX+ GgK44qHKQ35HR2qElouHaLVZCMXwxoSh/OUzvjVTCsDTJ7ta8s5E0el68QuZogpM PeHJh7oLxWjc4vR9UstY4f4HDStxjm+cLzkdwKjuVcPW/s2XY+rVskwUr4YxPucK B6XuaGymJhPYs0k= =htk0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 03:55:51 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 02:55:51 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-goblin_0.2.1-4_source.changes Message-ID: rust-goblin_0.2.1-4_source.changes uploaded successfully to localhost along with the files: rust-goblin_0.2.1-4.dsc rust-goblin_0.2.1-4.debian.tar.xz rust-goblin_0.2.1-4_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From owner at bugs.debian.org Mon Apr 13 03:57:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 13 Apr 2020 02:57:03 +0000 Subject: [Pkg-rust-maintainers] Bug#952228: marked as done (rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101) References: <0e51220b-4409-177a-a4e8-873103457f71@p10link.net> <20200223131334.GA19382@xanadu.blop.info> Message-ID: Your message dated Mon, 13 Apr 2020 03:54:31 +0100 with message-id <0e51220b-4409-177a-a4e8-873103457f71 at p10link.net> and subject line re: rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 has caused the Debian Bug report #952228, regarding rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 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 owner at bugs.debian.org immediately.) -- 952228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952228 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Lucas Nussbaum Subject: rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 Date: Sun, 23 Feb 2020 14:13:34 +0100 Size: 7934 URL: -------------- next part -------------- An embedded message was scrubbed... From: peter green Subject: re: rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101 Date: Mon, 13 Apr 2020 03:54:31 +0100 Size: 1774 URL: From ftpmaster at ftp-master.debian.org Mon Apr 13 04:05:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 03:05:53 +0000 Subject: [Pkg-rust-maintainers] rust-goblin_0.2.1-4_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 02:47:23 +0000 Source: rust-goblin Architecture: source Version: 0.2.1-4 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-goblin (0.2.1-4) unstable; urgency=medium . * Team upload. * Package goblin 0.2.1 from crates.io using debcargo 2.4.2 * Also exclude test files from dh_makeshlibs (fix build failure on armel/armhf) Checksums-Sha1: 825a26f8c9be86c470bbd9917df03eff95313ee0 2770 rust-goblin_0.2.1-4.dsc 14aa7d9c9d9b45006e322c000990f79c3d9ac9ad 3940 rust-goblin_0.2.1-4.debian.tar.xz 45f1d6b17ed14bef77c453d5ef2ca3c207541f68 7286 rust-goblin_0.2.1-4_source.buildinfo Checksums-Sha256: 4cc60f6933cba75223334405bfeae1b177a0dcc61db765835ecc4b589173e140 2770 rust-goblin_0.2.1-4.dsc c569067d34cad1db3df06ba59838aeb4be3c44829cada2487396a7835f4ecfb2 3940 rust-goblin_0.2.1-4.debian.tar.xz 64b751a32358f16dc7940f1e121e1c821bc35fc7464bdfbe1de8422371daf3bd 7286 rust-goblin_0.2.1-4_source.buildinfo Files: 689a7968839362cf2e16afe46d83b570 2770 rust optional rust-goblin_0.2.1-4.dsc df9374dd638b3d120d0a9d3efea52dc5 3940 rust optional rust-goblin_0.2.1-4.debian.tar.xz 3e202cc1a2a5281b09ab0a9efb281e09 7286 rust optional rust-goblin_0.2.1-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6T0vQUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtBUw/8Dh5xIOfIONabaIZVai9c2VnA2Fnz 7xGvYPwKrSiKHJrhvHjpxvdwgh7pFYB6gMSPv6TATj1UKDsUH+Z6ZKaYy361tTzA UGbVQg2BdICwRmSlcjGC7xHIF4u9ErB/28bteOtD2xiG/S0y+tsfRTcXMBNsQyre pyN5z3fMuRnMp765RiCVpZIjjpPNmNNiAd30yjCTrj+tjOGr9mShm5ofmltzjPxf /s0OYJhZAO3uONOvjc/MIW/XszLV7QvPbS6tQR8z26apMBR8qC8cnPAU5v65EgXZ Etyc/DEtXjfZ3l+Pfp33YUXeyUDfSlNk+5BuzHhbxh4I+jSoO6yhCGAi9OHxPCHx DdC+FiR+cGVptH9Rvp3pnAKCwYVA8yVHpU9nCi3L25zPyQSbR1cyruByRc8x/laB xOvY06IbtswQsF0pvEcDVeRCRQZRAAFS7YE2GtCcL5mUJcZwV7KLUaY5okPt9vjT VbqD/NoR4uunuhIBsHqsRP3QExWHNKI7yeRf/TILBoHCu8Y/l1j3wRnZDqTCTz/u 7Sp8WhvuzK3pYKkG7u4dMpdJKOGSwNkuq1ky+R3XkyakiAmsiqblctTiDlOOiG/H f5qpCtJZFqCwawwrtXO8/qDt1lw/vR5qe7jhBUL+4OYOhPxTZ0Pi9hFoIGgVfxDD V+mb4DDT2NbeOD8= =gW+e -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 04:26:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 03:26:07 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.46-4_amd64.changes Message-ID: rust-backtrace_0.3.46-4_amd64.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.46-4.dsc rust-backtrace_0.3.46-4.debian.tar.xz librust-backtrace+addr2line-dev_0.3.46-4_amd64.deb librust-backtrace+backtrace-sys-dev_0.3.46-4_amd64.deb librust-backtrace+compiler-builtins-dev_0.3.46-4_amd64.deb librust-backtrace+core-dev_0.3.46-4_amd64.deb librust-backtrace+cpp-demangle-dev_0.3.46-4_amd64.deb librust-backtrace+default-dev_0.3.46-4_amd64.deb librust-backtrace+findshlibs-dev_0.3.46-4_amd64.deb librust-backtrace+gimli-symbolize-dev_0.3.46-4_amd64.deb librust-backtrace+goblin-dev_0.3.46-4_amd64.deb librust-backtrace+libbacktrace-dev_0.3.46-4_amd64.deb librust-backtrace+memmap-dev_0.3.46-4_amd64.deb librust-backtrace+rustc-dep-of-std-dev_0.3.46-4_amd64.deb librust-backtrace+rustc-serialize-dev_0.3.46-4_amd64.deb librust-backtrace+serde-dev_0.3.46-4_amd64.deb librust-backtrace+verify-winapi-dev_0.3.46-4_amd64.deb librust-backtrace+winapi-dev_0.3.46-4_amd64.deb librust-backtrace-dev_0.3.46-4_amd64.deb rust-backtrace_0.3.46-4_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 04:26:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 03:26:07 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.44-3_source.changes Message-ID: rust-backtrace_0.3.44-3_source.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.44-3.dsc rust-backtrace_0.3.44-3.debian.tar.xz rust-backtrace_0.3.44-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 04:33:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 03:33:35 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.44-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 02:31:04 +0000 Source: rust-backtrace Architecture: source Version: 0.3.44-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-backtrace (0.3.44-3) unstable; urgency=medium . * Team upload. * Package backtrace 0.3.44 from crates.io using debcargo 2.4.2 * Stick with 0.3.44 in unstable until a sane 0.3.46 package passes NEW in experimental. * Remove "rustc-dep-of-std" featureset packages * Relax dependency on goblin Checksums-Sha1: 8e004ad889e25a31d23a3de488b5ec27c8791630 3806 rust-backtrace_0.3.44-3.dsc 7285c29fce93f172f410c3417f6cc4d7b57d0c65 5104 rust-backtrace_0.3.44-3.debian.tar.xz 51266a606f4c039eddcd9be7c0cf3dcfdf0d82bb 7272 rust-backtrace_0.3.44-3_source.buildinfo Checksums-Sha256: e89a23d1f0840685b647e68ece9d19801b5a934f60503d95a4419a9049dec13b 3806 rust-backtrace_0.3.44-3.dsc 7088cc2f5b33abf8c4848d681a1d3654468bce67520c68920058bcffd9942dc0 5104 rust-backtrace_0.3.44-3.debian.tar.xz 93ffd39f7a63ce7021b8e8f84476fb65cea11a2714620be3a75cf7b2e4fc9451 7272 rust-backtrace_0.3.44-3_source.buildinfo Files: 133714d3d2a4f021852ccdca90207adc 3806 rust optional rust-backtrace_0.3.44-3.dsc 2b737af22fce54a0b88851508fe1302b 5104 rust optional rust-backtrace_0.3.44-3.debian.tar.xz 5287213a02e547d8255ccbf822f06902 7272 rust optional rust-backtrace_0.3.44-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6T2VMUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtXZA/+LCztPXuyW5671jpOAUzPyVNVMr83 HMxqn96IFSZ+Ykp7KvwRtHe4lo4F9NiQ+kAkgfSU4B18yu0n3eEDbNlZbbiDtWbJ 9HdyzoWDqjyB3nHcsnn5IZAGnUQmo30gfpzIWphTh4x95i0LsUYX091A4zZgRnvU f+5e3IH/2d9B3Ps7DOZdm81961TWNbs2JsTJixpIaLbR5JgVwB2CdnRLcbtODtbu KTcpSYzyO6BdnjeonwhxEePHGnRwW2t83P4P7hZml6JSnJMmX2jfTghDQ3EVoBPu NlSpaUfmhFvNnF+KSR1gj0e+gm91sPeR8LbzUG3SJ9rCfIwvhnhe6l1aEB9DVfFk WTeJ3rP0MIZKeA6IRUflBy9ZqG3VFpD7rjV54eZ6Wk5aT2ZTzZTxV8AT/OFxhUJK PGe5L17RYmzyp+Ltodjbz/octgPmFufBoxCWOAlWI+ogCZOR71HYA534vf0FF0tT Xwp/TV6B0NVH8zxH8pygYqNbJ6SI/x6qXaK9vWzBv0qGN2j0uCQ6ZSGjYtiEpGvv ieakwUMDceALsX7LHA+wji/IyNpklxOlxAyFzsmi2QJFru5virm0jsAaNILCvAX5 QueKKB/iIys4wFoZTtxBlUgQ/nJ0dVLMNiCOl9Qa7nP8dQ+eHvDBm2k3jOUXKDHG bfo8Fj4M7G0ot9M= =YPbS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 04:33:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 03:33:54 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.46-4_amd64.changes is NEW Message-ID: binary:librust-backtrace+libbacktrace-dev is NEW. binary:librust-backtrace+libbacktrace-dev is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From noreply at release.debian.org Mon Apr 13 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 13 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-spin 0.5.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-spin source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 13 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 13 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-thread-local 1.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-thread-local source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 13 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 13 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-lazy-static 1.4.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lazy-static source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.4.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 13 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 13 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-schannel 0.1.13-1 MIGRATED to testing Message-ID: FYI: The status of the rust-schannel source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 13 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 13 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-colored 1.6.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-colored source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.6.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 13 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 13 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-c2-chacha 0.2.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-c2-chacha source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 13 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 13 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-string-cache 0.8.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-string-cache source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Mon Apr 13 13:41:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 12:41:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cc_1.0.50-3_source.changes Message-ID: rust-cc_1.0.50-3_source.changes uploaded successfully to localhost along with the files: rust-cc_1.0.50-3.dsc rust-cc_1.0.50-3.debian.tar.xz rust-cc_1.0.50-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 13:49:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 12:49:59 +0000 Subject: [Pkg-rust-maintainers] rust-cc_1.0.50-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 12:23:12 +0000 Source: rust-cc Architecture: source Version: 1.0.50-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-cc (1.0.50-3) unstable; urgency=medium . * Team upload. * Package cc 1.0.50 from crates.io using debcargo 2.4.2 * Add test-dependency on g++ Checksums-Sha1: a1a8f506587c5a2b8e3113ccb3ee6ce0a0d781cc 2292 rust-cc_1.0.50-3.dsc 556cfb034752cb5c9ffc0f768218998bdcbb623b 4276 rust-cc_1.0.50-3.debian.tar.xz 4ba335ac1f4b4c7fefb2ba443461bc622c10f2ef 6651 rust-cc_1.0.50-3_source.buildinfo Checksums-Sha256: 68a87573c6c2737091c581ff75724a060bffe1d7d5e910908b4dc3455da25206 2292 rust-cc_1.0.50-3.dsc 639babcf5ebe717ad1baaf1be203a27216348b7071a8305e8638c957e8eeb2de 4276 rust-cc_1.0.50-3.debian.tar.xz b32ab8df8f5ad5179d742bca6ccf0171659697d5c1166343875b5fa4cf39635a 6651 rust-cc_1.0.50-3_source.buildinfo Files: cba56f0cba8c2e6509fc096d0a22f7f8 2292 rust optional rust-cc_1.0.50-3.dsc dfa703b2db3a70cc8affafa309bae678 4276 rust optional rust-cc_1.0.50-3.debian.tar.xz b7ff08101fece57866f84e131ca2c2dc 6651 rust optional rust-cc_1.0.50-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6UXBsUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XvqXg//f9xZrnrVd+LOyAINHsaENF1YI3Hg noUM30NWPggGNRmy0F5creuS44ooP2wwzfwn5ViHmujVWbnhgX+foIljzB4sdAbQ OOUdYkIIyUGFgFMB/1NdOfSCGBqxDd5/aolEu+vh8ZkTKlU8U+G7qyN8YFRxtnWM U2pYMU5/VKk56eIyOPcBQeRls0uVQzhNXXgcY45ONpdlhxYZugQ1nHd04hZgTnRp P3GdzqaNmPqPC+ypphO5AImDZJTeHDWHZtfdHSGhb5B7xvYYQ/O0HImi5cmTVBrl rmPjMsPBRt6Tmk4vsGTQn5sQrPIuHAc0P33dxGVcnUXVxq7dAIxCfHDbLskMjf+c ZfVQPDs1cw9s8RyVlmLsr/ThIcIoxYt5LtaqDLMjUw0/z4U+BstnZVGkX6odhdQ0 XxoWgRIOoKfTv9G6vmTMurVcHbapPeazOhmeDygKqoJsVmnYykT6oO+sDX9Lf0ZR nfC98ec7I84zfeuYJeTOdoAMkw1xA6ulEXfZWx7rs3ggitGEBUiXpDNomwIStOk3 XfgyL63lor0pnE4jOLzPfKGnENjvaEavXZZV88MwGZpI9Lttfd+sPLWhjwi9K+Oi Jdls7kZE/ZKUqPiYaLEnqQivapzMQIM9rTzSZ0f8aGfwjrHprbFKG7iqjVlSt18Z mnDK6KxfMGIoKQ0= =jpJo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 14:47:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 13:47:12 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-futures_0.1.29-3_source.changes Message-ID: rust-futures_0.1.29-3_source.changes uploaded successfully to localhost along with the files: rust-futures_0.1.29-3.dsc rust-futures_0.1.29-3.debian.tar.xz rust-futures_0.1.29-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 14:48:49 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 13:48:49 +0000 Subject: [Pkg-rust-maintainers] rust-futures_0.1.29-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 13:09:13 +0000 Source: rust-futures Architecture: source Version: 0.1.29-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-futures (0.1.29-3) unstable; urgency=medium . * Team upload. * Package futures 0.1.29 from crates.io using debcargo 2.4.2 * Don't run the testsuite on mips64el, it seems to cause a build hang. Checksums-Sha1: 5a112cdb372f3458a0cb74f49c9ea455bddd6f32 2295 rust-futures_0.1.29-3.dsc f9b3c1f9ec2afa9f59850c60d8fb9e7fabb499ed 3648 rust-futures_0.1.29-3.debian.tar.xz 3ebb224d6317c29df2cbee43c96b6617c146026e 6679 rust-futures_0.1.29-3_source.buildinfo Checksums-Sha256: 9c94572cb3f2ff54efa4a8887f4654a6c09c72212af56017b618ef78fac8ae07 2295 rust-futures_0.1.29-3.dsc 8638791fc3c75518c483dcaad661468ffc4c3f18adecd52de893a54c0ff73b4b 3648 rust-futures_0.1.29-3.debian.tar.xz ee69fc7c98c913b1dad2b828f4334b03e72a1b5d57d0cd4bd67cc6bb9899f796 6679 rust-futures_0.1.29-3_source.buildinfo Files: bd98e04854582041bdd7a2426350a577 2295 rust optional rust-futures_0.1.29-3.dsc 2499d19b4289178542dc319657222e35 3648 rust optional rust-futures_0.1.29-3.debian.tar.xz 3d06f6cc74319510fd7f7f2bc443339b 6679 rust optional rust-futures_0.1.29-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Uay0UHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XsoLQ//R8DfCVnPn6f2nWCEQw4lMzCBrHaj epvPqEvZTgtfLVLXIu/4vs3jLDnwgAJ9b9+kYcUdZrW/pqctHEJMZHBzIS8CfOOc 0+m8EteXRstp/fazhXSnRsFjTjNA1Tro1lcCCLm2ylAoY+1hp49fyLqSX/9+Ncap u8Yv6TCCUOgefXC7J/xaYZGetkzV7P99RHr71sBnte6MpoxeArtRD3UwFb4cduVY HfREZc8xIv/xf+WzqJAjy4FN3oJIIqrP9CN1dgCMfYZY5UO3sKd568Z4UnKa/Moo 0wA7tEqqtNAwMsPn/hnljsKGR+c6XlMvCQYAwaMwLYh6Min81DbaPUGDLG/v+hrr XkZ7DwyAqTyd70+KvBYsSBzZ1Wlckb4ddXt2qrag1SLKKoOy07yA9NO0EVieQy4r atRTjs9ztwURO1MBt/qIw63J5b20i5QNwJA/WvyW1lbfpNsH/Y84K5DZd6PdwlMO MAZCLmdPmlt1/ic6uT/GD57Y8GGv5gJr/phHlrHvtlPlC/QayDn+u1UUjR/6Bzma 1A3Wq7uCeFsDFJVG30k35d8c1zvJBaXeIvMVjmbf5rq/AUTwJIG/9ar2FtUaJN9L 52luaGUuoWNe6o4tp8nA9PF/nAl9lImmdSlV6bUDPsSClNHoMj2fJv5KfwJs/+Xu +HEWZib47YfS5rM= =V9Hg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From plugwash at p10link.net Mon Apr 13 15:03:17 2020 From: plugwash at p10link.net (peter green) Date: Mon, 13 Apr 2020 15:03:17 +0100 Subject: [Pkg-rust-maintainers] Bug#955997: rust-libc: autopkgtest failure. References: <064e2339-b897-e80f-ed84-9cded363514c@p10link.net> Message-ID: <0d646408-66e5-fdeb-12f7-4d19c6c7560c@p10link.net> Version: 0.2.68-2 The autopkgtest is now passing. https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-libc/4955258/log.gz (that is an unstable to testing migration test, but I'd be surprised if the plain unstable test was different). From owner at bugs.debian.org Mon Apr 13 15:15:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 13 Apr 2020 14:15:03 +0000 Subject: [Pkg-rust-maintainers] Bug#955997: marked as done (rust-libc: autopkgtest failure.) References: <56018059-472b-5510-87cc-41c8f72ed28d@p10link.net> <064e2339-b897-e80f-ed84-9cded363514c@p10link.net> Message-ID: Your message dated Mon, 13 Apr 2020 15:12:55 +0100 with message-id <56018059-472b-5510-87cc-41c8f72ed28d at p10link.net> and subject line re: rust-libc: autopkgtest failure. has caused the Debian Bug report #955997, regarding rust-libc: autopkgtest failure. 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 owner at bugs.debian.org immediately.) -- 955997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955997 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: peter green Subject: rust-libc: autopkgtest failure. Date: Sun, 5 Apr 2020 21:29:45 +0100 Size: 5155 URL: -------------- next part -------------- An embedded message was scrubbed... From: peter green Subject: re: rust-libc: autopkgtest failure. Date: Mon, 13 Apr 2020 15:12:55 +0100 Size: 1889 URL: From ftpmaster at ftp-master.debian.org Mon Apr 13 15:43:55 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 14:43:55 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unicode-width_0.1.7-3_source.changes Message-ID: rust-unicode-width_0.1.7-3_source.changes uploaded successfully to localhost along with the files: rust-unicode-width_0.1.7-3.dsc rust-unicode-width_0.1.7-3.debian.tar.xz rust-unicode-width_0.1.7-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 16:20:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 15:20:09 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-width_0.1.7-3_source.changes REJECTED Message-ID: rust-unicode-width_0.1.7-3.dsc: Does not match file already existing in the pool. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Mon Apr 13 17:09:49 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 16:09:49 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unicode-width_0.1.7-2.1_source.changes Message-ID: rust-unicode-width_0.1.7-2.1_source.changes uploaded successfully to localhost along with the files: rust-unicode-width_0.1.7-2.1.dsc rust-unicode-width_0.1.7-2.1.debian.tar.xz rust-unicode-width_0.1.7-2.1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 17:19:01 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 16:19:01 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-width_0.1.7-2.1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 15:59:22 +0000 Source: rust-unicode-width Architecture: source Version: 0.1.7-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-unicode-width (0.1.7-2.1) unstable; urgency=medium . * Team upload. * Use a NMU style version number to avoid conflicting with version in experimental. * Package unicode-width 0.1.7 from crates.io using debcargo 2.4.2 * Mark test for "core" featureset as broken. Checksums-Sha1: 5ce3041cadaa966149b39a8c021243c564b79783 2466 rust-unicode-width_0.1.7-2.1.dsc eeacf3d685eecd077f3b72f3ad9bd259a493f39e 3756 rust-unicode-width_0.1.7-2.1.debian.tar.xz 090d48e53cf1255d23b3f697a046f0d8ef3bff90 6760 rust-unicode-width_0.1.7-2.1_source.buildinfo Checksums-Sha256: dc84af3712fed91f1c818db514fa2545a67a93a6cabe345d78a0e7a24f48bff8 2466 rust-unicode-width_0.1.7-2.1.dsc e901788760fd51d25b7e54aa5fc8b2084363b25eaf35d053eb6ef096688be3fd 3756 rust-unicode-width_0.1.7-2.1.debian.tar.xz 99b7c8446a9bffe5ec85dfdf82f8b69cf37dfcad1dee7d38dbdb7e6bb2b0906b 6760 rust-unicode-width_0.1.7-2.1_source.buildinfo Files: 55cc648b3ae9a53b28c47786bbe30ea2 2466 rust optional rust-unicode-width_0.1.7-2.1.dsc 01a58c9f16e7a1c73fb5c0fa93992546 3756 rust optional rust-unicode-width_0.1.7-2.1.debian.tar.xz da7c6b6851b73521a47305063ed21373 6760 rust optional rust-unicode-width_0.1.7-2.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6UjHUUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtPfw/6AncKOBbc25n1PfPfCQ9qrqs+XM94 OZi2229CCboeKP6OLlZph1P2zH99zaIAPdyyZnl5f7JW6ufHsbhg8Oqy3jtT6MAj pUK9e61M2/mjsj5KGJNCgHC4K5An81YZxOoldgLkpGzj1F1A5Ie1vjz6/onvilkR K42Oxt18KAY3hCU2tmp0txD2k8hhNn5iDsOWsIjeCpA3SW1Cu70yoYKa2p1lPUdC 0InkwR5CNsBSTZNS5+HFX/mgwE88k+Bbft9g9P7PfjiF88tWIBqJVgLJM15YkDRy ykpuJ8sTSXSeOkHYPkvxVnLThW8TiIcMl8JU/Kw9BQBSs0Qgo/6B2BqRbJCMyJ0S pU6seGN0iAJq7vNsCm2IEbF8ZoXWEvSlfb9rV7IzmwWelthccnU2QF/dss+9xUbr rf5m2aVONNU8kU5V2un8DSYMsxi/3IWrHymTJX+qmztbJ8eYWPJFuJSru88YKfCw pIREmBMGpWTAmR1tVWIRqqYNtQ6y6cvK51qwL0i4Z/VhLokHwqqqd3jNZs4K/DkV eUEf5rx73ods1b6QsEBmhpzORrAg0pfQiNXki/Ua4U6I8hzk1xYMpnk4n2Qi37Um y/dsjMDhWgP2u/o9bZiCkdalSHGsyXLyUFSf00bG8oOmQRT7y1FXjrutMamkMA5S 1xY+g9bjz8m8nhY= =2C0c -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 18:00:38 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 17:00:38 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-crossbeam-queue_0.2.1-1_source.changes Message-ID: rust-crossbeam-queue_0.2.1-1_source.changes uploaded successfully to localhost along with the files: rust-crossbeam-queue_0.2.1-1.dsc rust-crossbeam-queue_0.2.1.orig.tar.gz rust-crossbeam-queue_0.2.1-1.debian.tar.xz rust-crossbeam-queue_0.2.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 18:05:24 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 17:05:24 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-queue_0.2.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 16:50:42 +0000 Source: rust-crossbeam-queue Architecture: source Version: 0.2.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-crossbeam-queue (0.2.1-1) unstable; urgency=medium . * Team upload. * Combine all featuresets into a single package to avoid a trip through new. The extra dependency load is fairly small. . [ Wolfgang Silbermayr ] * Package crossbeam-queue 0.2.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: e86824dc9dd2e0374182fe7954e9ef040a021072 2519 rust-crossbeam-queue_0.2.1-1.dsc 53eafa4b31857d3f8e30ed126190901d58475692 14543 rust-crossbeam-queue_0.2.1.orig.tar.gz 00781f95242602afdb4d4f9d03d7ffeba576b4cf 3744 rust-crossbeam-queue_0.2.1-1.debian.tar.xz d40efef57288a1d03946920e1dd7ef0cf66eda79 6891 rust-crossbeam-queue_0.2.1-1_source.buildinfo Checksums-Sha256: f1b3a556d861622602c5e3904a79eebe6eba1cac2bd339d19702d6db8e527718 2519 rust-crossbeam-queue_0.2.1-1.dsc c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db 14543 rust-crossbeam-queue_0.2.1.orig.tar.gz f607a3ec9d13752f257641f43f8cc2e5c80cf8a00c3f1d7265f6889761b6772d 3744 rust-crossbeam-queue_0.2.1-1.debian.tar.xz 78e1fff42528b1d55dbed5eb56b7ac963a84fdefdb45875559f80c41448f68ae 6891 rust-crossbeam-queue_0.2.1-1_source.buildinfo Files: 4598e293e618bfa00b682a6386faa6da 2519 rust optional rust-crossbeam-queue_0.2.1-1.dsc 838338f3d7b79bce56475183ccf76072 14543 rust optional rust-crossbeam-queue_0.2.1.orig.tar.gz 675941bb31fd9f80ad75f33dd0b8e973 3744 rust optional rust-crossbeam-queue_0.2.1-1.debian.tar.xz 28783a058d120b8ab80342a8ee9c3691 6891 rust optional rust-crossbeam-queue_0.2.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6UmNYUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xujpw//SOgynrNtHXLavytIwsezexsWj9DZ NNJhKshfrQ/0Iz8Bw5EgzNvZ+fSu+GjqFR6N747iJvkXbsemj4ax0ghA2ICC9wLL ERahK0zFlHc8TuNNQ7HI2NnrVcr1PU54eJap7gFHU0q8LlhBh4w6EMjYOrRPkwyE komJEyPAe20BsZzwVcPi6p9/lI2Cxt6ZONq86pJWjluv+j6ckYUTF5Ufln0NwQ2E zh7FgVmAewbAUFZ93eLWYuHj17CXfe54+bkiYE5AYjja/3jRPOsLTGwQJEVBpsDo 4V313k20WWiUoRAaDXdEVPAmc6sbx6Grh7kigZ49kcnegBDwKFDQ9cNPCA9i6ckV g6MdtryyGkiZBbpbgVJbmLXXOEyUycuKSCaDXLxemE6oC9HnOq/nHzID8iK66oVN BfhtRXRSHZrZfUc+MJAlDct3rvL5kWPelGbLVs+6QqqqBLtv7EGRD7hevCwhYJHw 1tiI2TWDg0ifZWNaJBMm9A+3YFrUzMfKLzCcUWknPcZnmt0OVGZuaS4DBO07ehwB SR4/NSaJuh9eNayDO5HZR+7KGsbTYsfb5xOTNurOAD0IoF9MSex+hFB4IyKAbs38 A7XKDDA29oRIaOz1x6ZtsxeROcnyPIf08ZJUkZWVgXItZiA06bhZoeNBgGNWtjbX rush1KXbjPuU95M= =pYiQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 18:26:05 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 17:26:05 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-crossbeam-epoch_0.8.2-1_source.changes Message-ID: rust-crossbeam-epoch_0.8.2-1_source.changes uploaded successfully to localhost along with the files: rust-crossbeam-epoch_0.8.2-1.dsc rust-crossbeam-epoch_0.8.2.orig.tar.gz rust-crossbeam-epoch_0.8.2-1.debian.tar.xz rust-crossbeam-epoch_0.8.2-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 18:36:32 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 17:36:32 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-epoch_0.8.2-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 17:14:53 +0000 Source: rust-crossbeam-epoch Architecture: source Version: 0.8.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-crossbeam-epoch (0.8.2-1) unstable; urgency=medium . * Team upload. * Package crossbeam-epoch 0.8.2 from crates.io using debcargo 2.4.2 * Drop arrayvec hunk from update-dep-versions.patch the corresponding dependency no longer exists. * Update hunk in update-dep-versions.patch that disables nightly feature. Checksums-Sha1: ad202383ad9a37938b939537c4af629aa8f18edb 3006 rust-crossbeam-epoch_0.8.2-1.dsc 26e4fb4c23d6ef7e6e331812621dd942b467e239 39283 rust-crossbeam-epoch_0.8.2.orig.tar.gz 1d9822e67bf12883913216330c971cd3e5e6d311 3464 rust-crossbeam-epoch_0.8.2-1.debian.tar.xz 24202a4b164e23c4874113d9aa89dc82ec44f403 6997 rust-crossbeam-epoch_0.8.2-1_source.buildinfo Checksums-Sha256: f7458ebee35617ee333af4d272c8c27e7ca3d4f8f7de2b40be6158d94e446d12 3006 rust-crossbeam-epoch_0.8.2-1.dsc 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace 39283 rust-crossbeam-epoch_0.8.2.orig.tar.gz 3ced87fbe4a428a672e1f17678431e963d927939a6fe650611d4a3fef6f22fe3 3464 rust-crossbeam-epoch_0.8.2-1.debian.tar.xz 889584f6aff56620c2762a566cdcce87a44653e4ede2dfb39a50128f0822cd33 6997 rust-crossbeam-epoch_0.8.2-1_source.buildinfo Files: d4f9d911911ffa8c307382eaf7873891 3006 rust optional rust-crossbeam-epoch_0.8.2-1.dsc 49b4b022e9fa4cc60376a79ecb39d04f 39283 rust optional rust-crossbeam-epoch_0.8.2.orig.tar.gz 385631bcb4e15c346e323a3e8ab2e921 3464 rust optional rust-crossbeam-epoch_0.8.2-1.debian.tar.xz d69926238a4e8f99f9029958ba299f01 6997 rust optional rust-crossbeam-epoch_0.8.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Unk8UHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xuj6A//Qy5DJlypimd+S757J282LmGXF38i FeUtdT1liWX+OV3BNTHOPQv2D2OuupNhE+zm9OWnCBa2FEKR5KOwebcNJ/Y+hQAe 2nYz8FBpEZkiGzt2gZkxrQSLI44nNc/1X/VpY6c8KNGiBn+s+8U2pJZyBPBHF4D5 W8MxETKna0LzIcsX8SGvEBerTegdTnOV/KNnE5FukIS/zLhKUuWILoykOLU6RmFE /XM7oCNBkXYCv8ypaZktp3ucoS3grEJrt0R6t5vJBNAZMdfw918rPoRl8gpng1SX vAHeNGghxSdA2o5aifIRIAG3Dwag8D2Ji7ARbDVt3O5pyU0YB0ewOgfEA2uFoY6E miEstm6+ClXTmeVTUgZqxNV51IkUEWrp1HTzodXuIdGaDFlZpgiOpoGuc4yIkdEc 39zO5Y8TN9gzZORjtncDazRf+4k7BJ30BMhf7iaB59Su+X4gcsZVxyAtiAIiCFrU PHH2yc0ge2n8g4OEJAJZqix12ZOFkfB2TYNiZ0FLM0shwdguNK2oWZYa5OoVDrtP 0JIZRZXuYlVAJqJjluyIrYLVvse5dKh0g9zGXi+7l+NHrp3OBL/G5vWgFsk3J4gm ZBMx9V2zBSKTCNoiiKkL4xTtyNYWqPTSbal0uO7lImvfnn7NNeM9n2L7i5oYGK7m yr80TPzQEy8P6MY= =CT2t -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 19:11:55 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 18:11:55 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-flate2_1.0.13-2_source.changes Message-ID: rust-flate2_1.0.13-2_source.changes uploaded successfully to localhost along with the files: rust-flate2_1.0.13-2.dsc rust-flate2_1.0.13-2.debian.tar.xz rust-flate2_1.0.13-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 19:19:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 18:19:15 +0000 Subject: [Pkg-rust-maintainers] rust-flate2_1.0.13-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 18:00:52 +0000 Source: rust-flate2 Architecture: source Version: 1.0.13-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-flate2 (1.0.13-2) unstable; urgency=medium . * Team upload. * Package flate2 1.0.13 from crates.io using debcargo 2.4.2 * Source-only upload for testing migration. Checksums-Sha1: 89e85df71e6485bc31e175cb1de5c265d307ffe3 3132 rust-flate2_1.0.13-2.dsc 45e134b0b5a648449eac5b96a5837188d5fd5239 3960 rust-flate2_1.0.13-2.debian.tar.xz d561d975157cab7ff4f983412e85c2cd77e37fc7 6993 rust-flate2_1.0.13-2_source.buildinfo Checksums-Sha256: ec09eb557f3e133b1fc529c7d64f827768cada8019f2b9e6b067d62a8ff99af1 3132 rust-flate2_1.0.13-2.dsc bce371ae207a6c841a90fbbee622b0d8361cf397564cc98a8eaa75ee4285ccf6 3960 rust-flate2_1.0.13-2.debian.tar.xz afb08a51f5db184e52fdfc4ddb5d1b8f5fdcef9655bdc37b3f42652fe9868838 6993 rust-flate2_1.0.13-2_source.buildinfo Files: dc560591d1cf5c4d446b6298aef64f44 3132 rust optional rust-flate2_1.0.13-2.dsc 6bfdfb081fdcf070af8be8b2f811aae9 3960 rust optional rust-flate2_1.0.13-2.debian.tar.xz 08e895ec512dc0eca3862d2527bd28ff 6993 rust optional rust-flate2_1.0.13-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6UqQUUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xu7VQ//WYAt74rzE1SnqscAWt64KzSeNtEs WT2e/dFUK3WqSZRiGqpeETpWu+TdZpxNij8103MEtWa/mQseYSsOQVVXBH6JJ1Gr UZyF5ATb/VLY2T9nT5/jWqSkKUBwvZWSo+1oAlUisbH9DPMZLQZrIk9oGBRFhv3+ 2qzVEgYkUlyDu1xN83hbqq+jR7/KEP8Z3QRXtk+e/AkupfBPXgV/GTH7sBfkvSn8 rzhOQFGwjKWtl3p58K+AtmtL6Q0YfnM38RNAbbC0I3cyfz8KPRg9CLlSF7a5pBo0 CWCeAgUO2llvvORWeUfoBdXcwk17z/a8OBYjMR9ncGlvX5zIfkS6L75pno5G/cQB KfOB1fxlKsLmKb4s6jL37axemRDfMCcZ/JgLQAxN4W/gagRicbxzmX7axNUVUb9+ HvF/kRDDEsl70blLULyR1FvHgrODP7ylTssfBr4ukfD+R59OBHjDDr4aXgHO41T5 K55ttfJrHAxT6P7AfhvO1jty5fZp/5T2JZbo1c8Z227psZ913mTXfTl8fuQa/O9N ETd4w3j8IEcxYQz2eHC0XXceXtENQq3GFmLy+jhiBLlUVvpYfCXWltSEK24PIrJH 2QBVCQVoq2T5Q2hIe6L73EKNiFq3f3x20RJb6xnFZlYEBRMLPkgEq0YUvsU373lE wlZ+UgA3h0OZuYY= =1cEL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 19:32:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 18:32:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-git2_0.10.2-2_source.changes Message-ID: rust-git2_0.10.2-2_source.changes uploaded successfully to localhost along with the files: rust-git2_0.10.2-2.dsc rust-git2_0.10.2-2.debian.tar.xz rust-git2_0.10.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 19:34:24 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 18:34:24 +0000 Subject: [Pkg-rust-maintainers] rust-git2_0.10.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 18:22:03 +0000 Source: rust-git2 Architecture: source Version: 0.10.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-git2 (0.10.2-2) unstable; urgency=medium . * Team upload. * Package git2 0.10.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 5c060fed85bc1621324d251af59973dfeba68e38 3348 rust-git2_0.10.2-2.dsc c3883b03621b2829155a186c55ed3800f5b3d8cc 3820 rust-git2_0.10.2-2.debian.tar.xz b53a631be3c53aa519d3842e75a67506fcc4405e 6900 rust-git2_0.10.2-2_source.buildinfo Checksums-Sha256: 07dacca9d59f437fb70e9954aab2f6fde0ceeb39ec9d4b7e5a33611d8df15c21 3348 rust-git2_0.10.2-2.dsc 3bc405cdf3181f4abef483e9ba128ed7616d4e253dd74ff44a72af9ff3a5c892 3820 rust-git2_0.10.2-2.debian.tar.xz a19a02fc6357cabfe5215d9648c5ab465e9170ed8885e3e879edb432c4a92a1e 6900 rust-git2_0.10.2-2_source.buildinfo Files: 66dd72fe0900718e8c75cc713620a734 3348 rust optional rust-git2_0.10.2-2.dsc 065bb89a10608e4e8950873b68c4c707 3820 rust optional rust-git2_0.10.2-2.debian.tar.xz 1cb6e47ebde532ba29d7e0573208147b 6900 rust optional rust-git2_0.10.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6UreUUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xukfw/5AaCiCrUfOn/cVrptzV8k/DvB0xIS V6Ml/9iXyTPDD4yQevO1vQ25W6Y7O14ks4p+Kfh5gSwdfifVuAOqH/DIj2LelIz6 aLOGy81Q2TQ4J81oak+UWGszyagdoL6Z/G7yfdwJl6Wa/E+FPCKdaxOMD1xkZ4tG 3sJCLlLEb+hPhhgwB9gRofmjQUq/sS6nFE/qhv6Qnd/HjQTyUS8p6HuBgbe2Pgwf LQ8SuL3jNKgF94V/VF9oCWUTAzWp8vioLkcfawikZR0Cd/0dYwMl+Qrs0etcg/ih ds8e2e3gFLPP9IL29vTHNTv9UZTetBveFn/B2rrmILJwq0IxJjT0D4YdBS7sq/tl Akh2XOEHvj/HoiRGYLp4UdtZdsQhklmliq9JKTax88TltTu8XsmQrn7UV15QYG2q u9y46hqjQlJZyvR9YboIn9yDoEpnHSaBt/fVdjnApDRKhJwQA1Izs8naZA99txjE cKyBbaNW4mzERKhpRi1WPSl0kRKUN9L+ARG5aLWblsJf8Gmq7ap6bIwVXiDefmEU 26piWh4d3PczqjYh7JljHk+P6hUvFoEpfc/HCt76mfNbMZxGTFjPOGqcrbQdh74Z hCF4QpexlBcz/7uPufDTEtxuX4xDqqEuNXk1XhsnoLVnZ8bYAystf+R7TkdwHMhA MUx16qRgbf0O8bQ= =ueWw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 19:37:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 18:37:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-crossbeam-deque_0.7.3-1_source.changes Message-ID: rust-crossbeam-deque_0.7.3-1_source.changes uploaded successfully to localhost along with the files: rust-crossbeam-deque_0.7.3-1.dsc rust-crossbeam-deque_0.7.3.orig.tar.gz rust-crossbeam-deque_0.7.3-1.debian.tar.xz rust-crossbeam-deque_0.7.3-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 13 19:49:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 18:49:31 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-deque_0.7.3-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 18:26:58 +0000 Source: rust-crossbeam-deque Architecture: source Version: 0.7.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-crossbeam-deque (0.7.3-1) unstable; urgency=medium . * Team upload. * Package crossbeam-deque 0.7.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: a5a47864444441f14af67207df6fb37804842dbc 2512 rust-crossbeam-deque_0.7.3-1.dsc b2f367002ce09062fa0a204ac38f6f93b6c9436b 19888 rust-crossbeam-deque_0.7.3.orig.tar.gz 5330c49ea4317708a0b21b259a3bcb6569edc316 2736 rust-crossbeam-deque_0.7.3-1.debian.tar.xz 9239df5cdf0208d20656482e6b9e808a758edf0c 7217 rust-crossbeam-deque_0.7.3-1_source.buildinfo Checksums-Sha256: 88e399d14e01c5d179b49122ba74b476e0dfd5728f279681dcd90c6d9a7af8e4 2512 rust-crossbeam-deque_0.7.3-1.dsc 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 19888 rust-crossbeam-deque_0.7.3.orig.tar.gz fc8473186b5989acb282cc304317829d3e39901f037c76c6be044d3176a6d54e 2736 rust-crossbeam-deque_0.7.3-1.debian.tar.xz d35507ea0ec94497d107e952d8226b84d738f54e43653720cd41373ddd2eaf40 7217 rust-crossbeam-deque_0.7.3-1_source.buildinfo Files: 6fdc9d4b90fd99cb5dffcde4542b163d 2512 rust optional rust-crossbeam-deque_0.7.3-1.dsc 897911f15f349a357899045e6b0c04e0 19888 rust optional rust-crossbeam-deque_0.7.3.orig.tar.gz 105ccc3440996db1adad89ba0e322efb 2736 rust optional rust-crossbeam-deque_0.7.3-1.debian.tar.xz 84c217d33ff39e3261fae4d91bf84338 7217 rust optional rust-crossbeam-deque_0.7.3-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6UrxkUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XsyPxAAiGxpbfPL2H5WOfBNp/rTrRX/pwmN ptjsE29MSyk/sMj5czRn3nbEmv1I4GlmHQJ+9EkvuG4d0Uqs8qleaEXYCuz7MDRX TAXq4EQYRjxGke7LGK38L9h7grL0lGlpstoTrs0Zhj5DUctIG+4KHSxZxQIvVhlO 90lUs3wM2kOekQn/l9Nz76qQ1mZzmOnGQd4KJpmoRnQN1wu+w1/Q0q2L1ZjZ3j8V Qxs1DB+2zdD/hFiZweGlU8OacCK+n16ULmZK7SVmOfs3W7gNIXjMYh4f5sCbmcHD 2YwQ5A0lmndy+uHJvGqnfg0QvJNLSnOqglw1zWJGK2sEuffr9sC+42weT1zESYmk 8fNSgsVAo1uWepLkP+9uyMQAwaYyw3eHvOUDqJskhzU3UC6LLtRKUMnWM9lPbzha UAJYKqMTMzgeEhgTLNBELawLzpikM9XzG6hCpr8B4wZrZI9NFgC1h1TitMw4eDhe VlDuQyWUKVnSGkbz95JE7xv+3o0j/K6wNqe2eNmxue54KZGq+JPUbxqdRMNtKGSa CRUCaME7RnOl6j3HGP7mpPh4bJsgu8uXOz2+hrv9hgBBVW0q3IJwBTRywXHNGed6 VS0pFS/KiDl22oNCyV/WnXWd9t/g3qO/w9DQ0Er9c+RN+hJoUdKqzWbYHZR/Nvpl 9FJK7kRKXA5ONWQ= =NlZb -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 13 22:13:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 21:13:56 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-rayon-core_1.7.0-1_source.changes Message-ID: rust-rayon-core_1.7.0-1_source.changes uploaded successfully to localhost along with the files: rust-rayon-core_1.7.0-1.dsc rust-rayon-core_1.7.0.orig.tar.gz rust-rayon-core_1.7.0-1.debian.tar.xz rust-rayon-core_1.7.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From owner at bugs.debian.org Mon Apr 13 22:18:02 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 13 Apr 2020 21:18:02 +0000 Subject: [Pkg-rust-maintainers] Bug#953705: marked as done (src:rust-futures: fails to migrate to testing for too long) References: Message-ID: Your message dated Mon, 13 Apr 2020 22:15:20 +0100 with message-id and subject line re: src:rust-futures: fails to migrate to testing for too long has caused the Debian Bug report #953705, regarding src:rust-futures: fails to migrate to testing for too long 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 owner at bugs.debian.org immediately.) -- 953705: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953705 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Paul Gevers Subject: src:rust-futures: fails to migrate to testing for too long Date: Thu, 12 Mar 2020 12:23:16 +0100 Size: 6350 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Green Subject: re: src:rust-futures: fails to migrate to testing for too long Date: Mon, 13 Apr 2020 22:15:20 +0100 Size: 1783 URL: From ftpmaster at ftp-master.debian.org Mon Apr 13 22:19:05 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 13 Apr 2020 21:19:05 +0000 Subject: [Pkg-rust-maintainers] rust-rayon-core_1.7.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 13 Apr 2020 21:03:22 +0000 Source: rust-rayon-core Architecture: source Version: 1.7.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-rayon-core (1.7.0-1) unstable; urgency=medium . * Team upload. * Package rayon-core 1.7.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: c47f71933d3d5e99b2f93609dfad152dad973c16 2600 rust-rayon-core_1.7.0-1.dsc b0d82b5b5bab090860db2388824d5c51972f9c6f 58306 rust-rayon-core_1.7.0.orig.tar.gz cfcb4edd525a48ed9e6a2e853d0bb17fb53ab0a9 2880 rust-rayon-core_1.7.0-1.debian.tar.xz ac4de50e48fbd315f645690d9dd33b09ba198871 7276 rust-rayon-core_1.7.0-1_source.buildinfo Checksums-Sha256: 904a03d50862fc9eb9c30273095fa02684579d161745b5bceeac0f81deddafb2 2600 rust-rayon-core_1.7.0-1.dsc 08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9 58306 rust-rayon-core_1.7.0.orig.tar.gz 8f206124a05053362f47407a2e66c1c946aed6b0b293663b6bdedf64cc0e584b 2880 rust-rayon-core_1.7.0-1.debian.tar.xz cef9b657b322187a4e3d521c45fd146a23a1fa98bac9c3e93e8a5c64bf32fc79 7276 rust-rayon-core_1.7.0-1_source.buildinfo Files: 1d029008ac03aa428cf79d68f73f47c5 2600 rust optional rust-rayon-core_1.7.0-1.dsc 0e3401322d8d9c7fa6a93064c9e47669 58306 rust optional rust-rayon-core_1.7.0.orig.tar.gz 89d1c57ffc4c8940b64fe64576b8cae3 2880 rust optional rust-rayon-core_1.7.0-1.debian.tar.xz ecb529c4cbcc58bb2de935289911d639 7276 rust optional rust-rayon-core_1.7.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6U078UHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xurgw/8DdCs+0dN6VaobfOomM5y/vfc+Xfz dEPzykjch2LwGZO4OJBfNs8uXmLpNuRgOq9BGcmXN8gEUiQHiPj/yqwBXsTZCJ6K lGleweVC94vsKtscO1VjZQJhctYG8i8EGkiBWlk7J/pOs16iRdt/AHF/RW2nueMd PGwcRb7+7BICpsObyA69FAQj5VrrCuAytjRApT4/TB1w66AdKiPUGDFkm3fX289I LL5lHO+2y1Q8YlUNHCEasaBwP9yX7UGyjywarhud8ytv7O6R/ptodz5gVequqvIu IRyG+ZCX96pFIGShHCp8eFhePngHGWbYy0jotI3ui2jiZRPSxYUUaVzBQcyNvGG3 A7EoQYNV8tB53f0cccI5BDF8FJTx1NnfovO45ladVC+RhDAnSGgqumfJ9RcjOi80 6Y1CUrDLBHdG9FpeJCGEah8DZfkI0dwsSYol59TRI2MfbcpwZjY/GmdBPdAkQl8l G3G6IUxLLdYzC52FlMkcTxwj3DW3fB6CQqVhUND0xshFqYV60WXUW0u+1cicMP3E zqEhcB1ctsWvgQNFTmusDxnQZ462ChZNCSN3IoD5vDXHRktAZqMEyAeJK+kbCLma lhVvoO+zV2SKeByEZF/aAibEpU/XJS7lFfLjtDSDMqi2AzfznJZjzJ8p4UXA6Qmq z2bJb06ookhUgNI= =ZHD0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Tue Apr 14 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 14 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-pq-sys 0.4.6-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pq-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Apr 14 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 14 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-libdbus-sys 0.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libdbus-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Apr 14 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 14 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-failure-derive 0.1.7-2 MIGRATED to testing Message-ID: FYI: The status of the rust-failure-derive source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Apr 14 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 14 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-mysqlclient-sys 0.2.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-mysqlclient-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Tue Apr 14 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 14 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-pkg-config 0.3.17-3 MIGRATED to testing Message-ID: FYI: The status of the rust-pkg-config source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.17-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Tue Apr 14 08:31:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 07:31:28 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-x11rb_0.4.1-1_amd64.changes Message-ID: rust-x11rb_0.4.1-1_amd64.changes uploaded successfully to localhost along with the files: librust-x11rb+all-extensions-dev_0.4.1-1_amd64.deb librust-x11rb+allow-unsafe-code-dev_0.4.1-1_amd64.deb librust-x11rb+present-dev_0.4.1-1_amd64.deb librust-x11rb+xfixes-dev_0.4.1-1_amd64.deb librust-x11rb-dev_0.4.1-1_amd64.deb rust-x11rb_0.4.1-1_amd64.buildinfo rust-x11rb_0.4.1-1.dsc rust-x11rb_0.4.1.orig.tar.gz rust-x11rb_0.4.1-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 08:33:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 07:33:54 +0000 Subject: [Pkg-rust-maintainers] rust-x11rb_0.4.1-1_amd64.changes is NEW Message-ID: binary:librust-x11rb+all-extensions-dev is NEW. binary:librust-x11rb+allow-unsafe-code-dev is NEW. binary:librust-x11rb+present-dev is NEW. binary:librust-x11rb+xfixes-dev is NEW. binary:librust-x11rb-dev is NEW. binary:librust-x11rb+present-dev is NEW. binary:librust-x11rb+all-extensions-dev is NEW. binary:librust-x11rb+allow-unsafe-code-dev is NEW. binary:librust-x11rb+xfixes-dev is NEW. binary:librust-x11rb-dev is NEW. source:rust-x11rb is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Tue Apr 14 09:21:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 08:21:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-termion_1.5.5-1_source.changes Message-ID: rust-termion_1.5.5-1_source.changes uploaded successfully to localhost along with the files: rust-termion_1.5.5-1.dsc rust-termion_1.5.5.orig.tar.gz rust-termion_1.5.5-1.debian.tar.xz rust-termion_1.5.5-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 09:23:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 08:23:04 +0000 Subject: [Pkg-rust-maintainers] rust-termion_1.5.5-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 10:12:54 +0200 Source: rust-termion Architecture: source Version: 1.5.5-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Stephan Lachnit Changes: rust-termion (1.5.5-1) unstable; urgency=medium . * Team upload. * Package termion 1.5.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: abaff27b18c2b9af28a9dd0e21d38a196d5493fa 2320 rust-termion_1.5.5-1.dsc cf8349d8465114a58062bacd170e68e7ef2f6107 22783 rust-termion_1.5.5.orig.tar.gz d285db33366b43f7156ee9773c7bc8d3685339bb 3012 rust-termion_1.5.5-1.debian.tar.xz 5c51e87037f574b28dc66b206060ecaebd28231b 8241 rust-termion_1.5.5-1_source.buildinfo Checksums-Sha256: 0b691ea863e54d48042668e39ae47eac178ea10573cc0f3d3a1df3993868aba9 2320 rust-termion_1.5.5-1.dsc c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905 22783 rust-termion_1.5.5.orig.tar.gz 0acc28485784cf2b0a5327c64b82fdf7353cb14baf24c37e5c66222f5a400296 3012 rust-termion_1.5.5-1.debian.tar.xz 0cb7efea755ccc72f03c78b34523fd435a6ce637e680e0c324018190ab7aa9cf 8241 rust-termion_1.5.5-1_source.buildinfo Files: 9151ddf9c020ac5f145daf31b4d1d17a 2320 rust optional rust-termion_1.5.5-1.dsc fc0b1d8b1dfccb346dc49f9bf764a239 22783 rust optional rust-termion_1.5.5.orig.tar.gz 00b8ffca624aebcaed45efaf3db7ba6b 3012 rust optional rust-termion_1.5.5-1.debian.tar.xz ab2e48ce822e8118d86bef9f5d2bbb3d 8241 rust optional rust-termion_1.5.5-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6VcIkACgkQfmUo2nUv G+GxwA/+IRMVaRQOykY+4tbEqYas66ThuolPomBvF9qd118wGFc535jkbhhImWZ+ rHr+iHZvIH0dxHGF3tt9EHgocDjoK2bZJvRSdK1BZrCnTyZInbIuh+9ObXjQfIgn +SMXi8wF4kjIMERB3N+ssgWiTmYqwMZtHU+6Cwb+BRYj8eyWRpMhItbjI1HHwzW7 lBlulMohol23N9VY5c22mgfVcPfOnbKoDC47ldZk3Q4ox9VrokIZaetvgxyr/wpC nN5lAhzN50MKfAt2b1qC6NYiFX9C4T3e3KsqR9cUUaBMvsbTgmjIcbaCGDDEcJue YNuW7amPVnrpY8OySA4pW51kLqbaOyGJeXHfx0S9v6hoj2TbGpEpiZW5xc+jVrXh Lcl5nr9+fZrxq67AxhPBq0MidVkW0RHqLR1AeRyW99U8hsl8AnVWFGbri2R+mdzY FmRjHKIMXrRxMSHeHjPETKxPwVWDAd3zM9qgJN3mMVSGOYv9QaVfGT6CQyw24b0w azrbKg1cjkAqtA8E43hZDqdRo9SZfhIzg5M5h6Idy281ii4B/NNF+aIqVe9YF95I ucW+Z4kzw6ThVNnFzj3upfwKPT/rZheQRSFAKG/s7N/N/BWUKe7HNR5Dw9xkqlTK WPiDWAZOnjoasXMJn00Mplm2PCShaKBBTKRgqVMIX5gYiKN0HEE= =s4j4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 09:31:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 08:31:47 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sysinfo_0.13.2-1_source.changes Message-ID: rust-sysinfo_0.13.2-1_source.changes uploaded successfully to localhost along with the files: rust-sysinfo_0.13.2-1.dsc rust-sysinfo_0.13.2.orig.tar.gz rust-sysinfo_0.13.2-1.debian.tar.xz rust-sysinfo_0.13.2-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 09:33:39 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 08:33:39 +0000 Subject: [Pkg-rust-maintainers] rust-sysinfo_0.13.2-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 10:28:25 +0200 Source: rust-sysinfo Architecture: source Version: 0.13.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-sysinfo (0.13.2-1) unstable; urgency=medium . * Team upload. . [ Andrej Shadura ] * Package sysinfo 0.13.2 from crates.io using debcargo 2.4.2. * Disable (by removing) the disk_list test. . [ Sylvestre Ledru ] * Package sysinfo 0.12.0 from crates.io using debcargo 2.4.0. Checksums-Sha1: 18a93fd26a32066018e696aa7d770574128f6ad6 3241 rust-sysinfo_0.13.2-1.dsc bfc967976ba966a049b3938167665c4694264bfd 75774 rust-sysinfo_0.13.2.orig.tar.gz cc11cf91eb16cf24b1f99608ec18833f1c8803e5 3580 rust-sysinfo_0.13.2-1.debian.tar.xz 1dcaa3d6277fb1435add790ccfb425ce7f48301d 8482 rust-sysinfo_0.13.2-1_source.buildinfo Checksums-Sha256: dd6e4edd2b6e08782033c4837c1720506a6c90757f6d471b00bbfce9e9361e0a 3241 rust-sysinfo_0.13.2-1.dsc 7bce96c3dd658a8916b8f379bae5a809ee0442b049fff1ce8e814dc0aedd5f5e 75774 rust-sysinfo_0.13.2.orig.tar.gz 0d8b38bd187e42888342c26dbceb5c06c1e91ed9fa13637e726d4bf54e3b9e22 3580 rust-sysinfo_0.13.2-1.debian.tar.xz c45fecc8acc33d4b10d813ecd2aaac279fa3cf4d4612c7992b948d010a658c93 8482 rust-sysinfo_0.13.2-1_source.buildinfo Files: 455f508303bc7377aa827db723db50bf 3241 rust optional rust-sysinfo_0.13.2-1.dsc 16aedc9cf1b0eadb9e3e05e66c15ecc7 75774 rust optional rust-sysinfo_0.13.2.orig.tar.gz 643f5fedf7b126be2a563ce88d3d9930 3580 rust optional rust-sysinfo_0.13.2-1.debian.tar.xz d840c2d3123bd5d0231ad7c4d2d46d64 8482 rust optional rust-sysinfo_0.13.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6VdC8ACgkQXkCM2RzY OdK0hgf/fVs7ZjxMpXfPWiG2yMzM5dBCaYOd1o3Xrwco8B9Dhti51rsK73K98wGg sgxYl7H3XOk2c/sD9zIen8+YgPHqW+SU3ZU1x3mokXwhQEZjM42SKaUYTEnq36Pz jMloPGE5evOehbyiAc7WVZ3Vxw7m+2OCFGGuBeJ4GEt2Q0WCCkKLIMZDFwJGpah3 bDGM4ACkh2NTuICY5sCwyJ1yU+R8sNn20yrH7lbP5Mw2CTTMf+twvVILGauTeiff Uj7+TQpzNeYCvlH1GOnWBE9KGI7gVgBTncaD4lTlE0z4rBHCVIwXCpAgy/x7fjaf ILGVK2XPPMDOIyQclqdxu1/S6Plxmg== =TDH6 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 09:52:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 08:52:07 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-git2_0.10.2-3_source.changes Message-ID: rust-git2_0.10.2-3_source.changes uploaded successfully to localhost along with the files: rust-git2_0.10.2-3.dsc rust-git2_0.10.2-3.debian.tar.xz rust-git2_0.10.2-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 10:05:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 09:05:18 +0000 Subject: [Pkg-rust-maintainers] rust-git2_0.10.2-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 08:33:54 +0000 Source: rust-git2 Architecture: source Version: 0.10.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-git2 (0.10.2-3) unstable; urgency=medium . * Team upload. * Package git2 0.10.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 11e35f37590cb7c65e94703b4217e93d4cfc9455 3353 rust-git2_0.10.2-3.dsc d1d0c04041d535541e04668f6aae6b887a7b5ef9 3884 rust-git2_0.10.2-3.debian.tar.xz a23acbeb0dad4b3971a3eb39c5ca500b5f0153c3 6900 rust-git2_0.10.2-3_source.buildinfo Checksums-Sha256: fd048fb0d02601dac73fc4f69879a39a9d75a2bf2b597691f12e7c4354279ce5 3353 rust-git2_0.10.2-3.dsc 88206dd46609eec5769b7545574766028d1719175f7817cdd2c446a2e9a66359 3884 rust-git2_0.10.2-3.debian.tar.xz a7e0c95729443790c5b7ddce30a76c8935728b23249759da9c1c72a5898f9cbd 6900 rust-git2_0.10.2-3_source.buildinfo Files: e80b3e4a29f5b2ce1ee6ddf16a340dd9 3353 rust optional rust-git2_0.10.2-3.dsc ad7c7be656e11d6a8c6884db1ef00e5d 3884 rust optional rust-git2_0.10.2-3.debian.tar.xz 0d4933343237f00c9d99207582910641 6900 rust optional rust-git2_0.10.2-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Vdk0UHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XuetA//cmVaStWhOsnfLnCP9mj1eTTA+VgI t/OlA5TOdPsBa7FLKjfxoINZ/7Bcq5OlK0CwalvMKqlARNXZ8aRA7yt1MVUGLF/z nvQHSqPrJ6RblESVZgM/pKTFk1ntjtQRp96KkPE0gnRDvU76CNVfF+zqw4h0KhaP XXKHuXYP92Qd309XArc24sQpZ6itZsdZmTOY5jbAwi9hABz0nYYKUfMtGDJTzPeD vgmd1cHVvWGelRBdo3Gp0ZQgfcayZXl8zFr9wkogZas8dkryIGZRJOWDoaSK4cYU xXaYDju4xgRvXj9GtYj/YLUUao0pgKGuihtHqgqV4Vc99owihxv20he/nSPQ2loG E0WGVwxFEFX11h8tX6xDIDO9nxaTjH0OxwE/JmmGxULQPZeSDBWHBfCqKAc/z+HP 24uWk1cS1xudltbEkgPq/jbDRQH9f988eVBlAVEfFzvdnVFI4wUWlNGONVO6nfrI nnuB/SblWOl548IWuMhaz4+chNBGFGCaVjfwWayoDv2QBWASyQCzKsQQiFKMdt4F MMzhUrQuo07tgbqHR6IvbafB3bcs4tHt9PYgVpzIh/BuDjGQhDCJYMTKbNr8cSi6 zvDbzITzcui7aDUTCOIgfW4ysQHYYHE4t3PBLWc/N0C/IacbFbyMfO07nv9LciyP Xbw8YkAbfizWUoE= =vsA8 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 10:07:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 09:07:20 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sysinfo_0.13.2-2_source.changes Message-ID: rust-sysinfo_0.13.2-2_source.changes uploaded successfully to localhost along with the files: rust-sysinfo_0.13.2-2.dsc rust-sysinfo_0.13.2-2.debian.tar.xz rust-sysinfo_0.13.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 10:19:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 09:19:47 +0000 Subject: [Pkg-rust-maintainers] rust-sysinfo_0.13.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 11:02:43 +0200 Source: rust-sysinfo Architecture: source Version: 0.13.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-sysinfo (0.13.2-2) unstable; urgency=medium . * Team upload. * Ignore test failures. Checksums-Sha1: e9f8092565391ed95b834a66272989ee9efb00d3 3241 rust-sysinfo_0.13.2-2.dsc 03f71e734d9fc11e21cbd691c942846023903250 3604 rust-sysinfo_0.13.2-2.debian.tar.xz ca3b07443011429084618f56555160b158b3af9c 8482 rust-sysinfo_0.13.2-2_source.buildinfo Checksums-Sha256: ef2b4847e6c53cfa79e282d545593d03509994d5022bfa8aa262e658021f6b25 3241 rust-sysinfo_0.13.2-2.dsc 752fff248eb5ea9a96e4cc10f42eaea36287a78a24e3471a1ce27e273e990666 3604 rust-sysinfo_0.13.2-2.debian.tar.xz 1ac6e9fc921d40bcacd6e16c285f57d685e6c89887c9fc33027675f3802ef42b 8482 rust-sysinfo_0.13.2-2_source.buildinfo Files: 73544b262c6a29aa566f2339fb3dfc56 3241 rust optional rust-sysinfo_0.13.2-2.dsc 6d26d1564438ae3c7fd2a5d7d8f114f7 3604 rust optional rust-sysinfo_0.13.2-2.debian.tar.xz 91d8e06cf76c3f8673c49818c091b1a9 8482 rust optional rust-sysinfo_0.13.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6VfDoACgkQXkCM2RzY OdJXiAf/Rx3tJZzsW2sHaLPGugV8/HlgVoyiF6It7YBP8Hlveq0Zp0eVqk2IgT/i 1FasqiW7rI1J6xzVJqcJdZ5+LSZ1g3Fx0kVO2PRN/jTvpyomPxESO1oaSBoRrV+J fyq7pjab25mk2smqbyMSxomyCE7xEzYV5m0bYTmbkMbQz7zCRlxYuMzKfR/oARxu YUwHYiG6NyBD0lOwXG0pfV0W86OcEGXTK6nTT9N8IG2Sssl3CNOUz7xspHiY0te6 4ngW0hyWICeN+vxqT2dSdlZkMZeJBjveJUpd8J1UijuQy2isns8UT45SMuMqYWba UiPtF0h3ug9rlXwyNCH2xiJSQxTimw== =qial -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 10:22:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 09:22:34 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-curl_0.4.25-2_source.changes Message-ID: rust-curl_0.4.25-2_source.changes uploaded successfully to localhost along with the files: rust-curl_0.4.25-2.dsc rust-curl_0.4.25-2.debian.tar.xz rust-curl_0.4.25-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 10:34:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 09:34:06 +0000 Subject: [Pkg-rust-maintainers] rust-curl_0.4.25-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 09:13:55 +0000 Source: rust-curl Architecture: source Version: 0.4.25-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-curl (0.4.25-2) unstable; urgency=medium . * Team upload. * Package curl 0.4.25 from crates.io using debcargo 2.4.2 * hopefully the new debcargo fixes the autopkgtest issues. (hopefully closes 946733) Checksums-Sha1: 1a3a6395f42ff9a2c0fe2dc7a93df791a55885d9 3357 rust-curl_0.4.25-2.dsc e1eff8e45573be70c44df080bcef0607ab8ce46c 3480 rust-curl_0.4.25-2.debian.tar.xz 06ddbb62e0ace6633962b653f4648ac74320b421 7017 rust-curl_0.4.25-2_source.buildinfo Checksums-Sha256: 509de99719b41695fd5033c164eb9d0d059f870700eae167616ff6823f0cf0ab 3357 rust-curl_0.4.25-2.dsc bac132438d4bae5018a10f597c2cb74400a94ee83efd8c6fc6d414587a7e0d53 3480 rust-curl_0.4.25-2.debian.tar.xz 36ce4e84650736a773dd7dee8ab6bde8fc9a51ce8d4c7f1dc5d1632019ced0fa 7017 rust-curl_0.4.25-2_source.buildinfo Files: e94e67a5ae2a3a81d6a98dfa95df3a9e 3357 rust optional rust-curl_0.4.25-2.dsc 49111c1c0d670f206082dbe422ee5b42 3480 rust optional rust-curl_0.4.25-2.debian.tar.xz cf1645d6b9e35a9aad2767426894bf39 7017 rust optional rust-curl_0.4.25-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6VfvYUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XvVgA/8DpNXwKaPMb8O7CTLlXsAYvtlTAfB tLivA3OICeiVC1TjC58+KpCR+x9ngKNlJzY8LcHaR+4AG1RKJdzyHpzB6i3kKnXU KZTBxza1zeAmzCPC3N7qCw9gDyT0HNuVGaQUUBX8GkCnmNAr36CrnRyX6JCE6LNq AHS7nOMoXtqJmYwX2VJrs84CAaZzbUC8OFe5Smlq2zCQfhH1xC2QmkrEkJ0zfCX6 vo/jPbD038xb5dmEEuhiZ/E/PJZOp58qx4g664nD5U50/mOfB+qRRVinhHYkIt6O 3cZbQgHmHKQcs3+to0QEEleB3bXf/EG1aVzRAcNklzx0RrOPaw210Xi5/6t9QFsY aarKoGWUgxL8wLGAqXfztxeM9KVDDedAQT7xTeEiZpzDpAexgjH1CRJtm4VsXRCG XjGts7JqK37BX+U0QelUZskkuxTdd4Y1x/FeeWG3kimDrPSCcou/ezv0CQvtqSgD C9cAZrG+AMx3D9clCccajpdF92p37Gi9rieNCSZckv4udiimiGQ9xvjtLD1e3j9N 4u2oVzZvhxlvR7VnS/AjZLdIhyX7gQf7BBvjwwFYGNorMVb27E+TQjRk8mavMion LebswH+rjPwLkxCQmcCGiWjNW9DlKAtGg+xyLhLS3szCEhwJrN4bIj4y+ywvg3NW sqceToNy2HqHikE= =8pad -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 10:42:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 09:42:46 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cc_1.0.50-4_source.changes Message-ID: rust-cc_1.0.50-4_source.changes uploaded successfully to localhost along with the files: rust-cc_1.0.50-4.dsc rust-cc_1.0.50-4.debian.tar.xz rust-cc_1.0.50-4_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 10:48:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 09:48:48 +0000 Subject: [Pkg-rust-maintainers] rust-cc_1.0.50-4_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 09:32:41 +0000 Source: rust-cc Architecture: source Version: 1.0.50-4 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-cc (1.0.50-4) unstable; urgency=medium . * Team upload. * Package cc 1.0.50 from crates.io using debcargo 2.4.2 * The tests apparently want an x86-64 cross-compiler, add a test-dependency. Checksums-Sha1: 768e9b2d3dbed99344d64195fdf42e0d81c9c69d 2314 rust-cc_1.0.50-4.dsc d4d240bf10e84fd39d7d89e07af1b0ae62cd64aa 4340 rust-cc_1.0.50-4.debian.tar.xz 29b38b9b5464a0260780cd86923b251a25499d1a 6651 rust-cc_1.0.50-4_source.buildinfo Checksums-Sha256: 3621874155aeba0c9ea3f3a54f591a7461ae90e6009ab896b2b1f01702f907b7 2314 rust-cc_1.0.50-4.dsc f611d7eb1e3325408690994f0922551632eef9507bc85e074984e70164eaede2 4340 rust-cc_1.0.50-4.debian.tar.xz e4634f29a49d45c0246271bd3d9e44b2de4c89561afbeb3cbafd0b965cd82c2f 6651 rust-cc_1.0.50-4_source.buildinfo Files: 07385c9aff3a9278fc67cd44f5de6eeb 2314 rust optional rust-cc_1.0.50-4.dsc 97753c900d5976c2c83ca5e7b7137c2e 4340 rust optional rust-cc_1.0.50-4.debian.tar.xz 7357aca735b6dca6e68329426e575fd1 6651 rust optional rust-cc_1.0.50-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Vg1AUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xt7pA/8DDgxGq74sytOgxm4tJEsim3NhMHq oXojrQAKXGZ2GZC40RvGIHzmZObKEiIYquZM8/gHLSGdJ1QDMBPZUvLtGQbBuJxH JhYFkvaEMnbpuaOmhZmiuhnfFqKMMPIDNGqP6TeoL7PMBwt/gyMLVJcRraCJ9f1R qZZgIHFhlpUU4nS4iylC4pnxsAIPPH1eeXN0ded3KfNntKzr4T/cTsAuDBLfbboz BunQ3IeRCk2p0dFDgpSJqGyn9bIgsUIfgFkZBm8AOb6ckvLCtoRF946XjEcMktaO o6tIpa9hn5oxgyyyLpuTPe1T2H0OaowUtstFjOP4xWjs9IxK0hxH2odxeRSwf0o/ mWjguXhKx+BDyrymT1ACRkh/FGFwrU7L8psMmIrkf93FjCOZWotgk9DZ99bicyJY /dAtwYi8xGo0pvP9GF0P7fxoGSgq8XT1oWUQ1BowLnsWLtHzveAI2EdwVVPDD2Dg OJJt9PEDYXD+leQaQ28I5BWDk+Mhp1La2gRuQUxxrU645NAshmhpBi+CIXngkVKK nnfmTpmeEx628Sm3Qt989yW4fPWFqviFydT4LwecBs51mCsEg7plQ79YohqAoYqa wljmAOA5km3aO4JHOoyvCwKdVy620aemEsobXO9IsrFm50yYC7nPcYRub2SE6GRq KcZgB5TqS00/RPw= =zI8W -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 11:28:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 10:28:28 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-plist_0.5.4-1_source.changes Message-ID: rust-plist_0.5.4-1_source.changes uploaded successfully to localhost along with the files: rust-plist_0.5.4-1.dsc rust-plist_0.5.4.orig.tar.gz rust-plist_0.5.4-1.debian.tar.xz rust-plist_0.5.4-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 11:33:30 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 10:33:30 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-bat_0.12.1-2_source.changes Message-ID: rust-bat_0.12.1-2_source.changes uploaded successfully to localhost along with the files: rust-bat_0.12.1-2.dsc rust-bat_0.12.1-2.debian.tar.xz rust-bat_0.12.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 11:33:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 10:33:54 +0000 Subject: [Pkg-rust-maintainers] rust-plist_0.5.4-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 12:14:44 +0200 Source: rust-plist Architecture: source Version: 0.5.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-plist (0.5.4-1) unstable; urgency=medium . * Team upload. * Package plist 0.5.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: c526ad4633b7ae4821613bc418227d27a8560443 2556 rust-plist_0.5.4-1.dsc d98564ffa4e2555dd17d9a641e2ad699c8518400 39374 rust-plist_0.5.4.orig.tar.gz 24360ae721eb305592468afe2f1f08dc11e63f70 3028 rust-plist_0.5.4-1.debian.tar.xz 79c35362cedd4320e4b3c91dd314cf464e8f7f48 8321 rust-plist_0.5.4-1_source.buildinfo Checksums-Sha256: d814b30163a5603b82544e3d8e5a3fa8e869c0b9fd637f808fb09a262003625b 2556 rust-plist_0.5.4-1.dsc 50ce7c785e06e3a9e6f546c1a30d3d59111a31a21bc294fb1496241a572c9a00 39374 rust-plist_0.5.4.orig.tar.gz ba984643555885297b7440da853ab76158718bf6236c7373d4caafb6c9301bab 3028 rust-plist_0.5.4-1.debian.tar.xz 22a6a1555de3e5fb248cb5162c96d682aa0a81efd6e3b3a3a4c22d6021f399e2 8321 rust-plist_0.5.4-1_source.buildinfo Files: 743d59d4f73c11ac149bc9715601c157 2556 rust optional rust-plist_0.5.4-1.dsc 7c4e2541ebe7df29ad237e052ecfade0 39374 rust optional rust-plist_0.5.4.orig.tar.gz e73684f291a4b566c3b72ea5dcec88ae 3028 rust optional rust-plist_0.5.4-1.debian.tar.xz 68a0e35c7da635f109b595c783ac3631 8321 rust optional rust-plist_0.5.4-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6VjRoACgkQfmUo2nUv G+GDcBAAlfzKso4e0lK4TZOfzmJX2RT4Q0cLmBQKmjclkYoogLkZmeOnbC+1iwea bL+qmB8ZpUi51RtVN9f89WAAZHWETfE46l0/6Asscvt+WusSjnKNQOoqYaEZ5999 baehm2VPF1ZJKLCBYTeqGg24WsQJYu1+NdyzBsgdiSAp+uGVS21umnnYb0NGFn+A GcuCmO0koVdNCWUDdECb8aA8aIqTk1knaC9Qo73BZza+pj83hRMOxGNRmKonljfI wUAXo+ESM7M6xfTZJ2j1B9qoqs8BvHyGTCdg242g+p6GtrcdZ6TBmJ1YqGsVP9Yz nJ/bi1J4qdLwQFE+o1A9vidFjILhg03RXQoIMW9r/N76gFZ1yj72PpWWaS1X800a rXGwZA3wcBIkIl6Zf0NOvAaPHX157TdTplPGkzQPAi1dRkzqvh8khDWSeI17jd2I +9Gu9/bAvoJuXJdZfr0ynto392bsU9r37m9FMKAY4XervLdZOXmMaW0XLliwGPXO UGiF3K07NUgEOVTOLfZp2AoYSuW5voXraFXPRvt2Nd8HwOtm1YtbvLe/eB6vKwWK Ebhy8o/rgA+VONCjtQmw2nZyWU94rVtrjhWyVG5awPdPWoqSonr1KCBxUOdI6T9j 0sO0e5TFsPWxvkWIxI+thz78AQsZcyi09PQSxCbsS9lsIoRs2OM= =iwZo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 11:38:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 10:38:33 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.44-4_source.changes Message-ID: rust-backtrace_0.3.44-4_source.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.44-4.dsc rust-backtrace_0.3.44-4.debian.tar.xz rust-backtrace_0.3.44-4_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 11:48:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 10:48:33 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.44-4_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 10:24:49 +0000 Source: rust-backtrace Architecture: source Version: 0.3.44-4 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-backtrace (0.3.44-4) unstable; urgency=medium . * Team upload. * Package backtrace 0.3.44 from crates.io using debcargo 2.4.2 * Mark tests as broken for some featuresets. Checksums-Sha1: 73d2bc9d0ed4376f13db4cabbebcc8b22bed003c 3806 rust-backtrace_0.3.44-4.dsc 38aea0ed0fdea97fd9a43c078754eb88a3c95e14 5200 rust-backtrace_0.3.44-4.debian.tar.xz dd1ce02922369e643500950c9a0425a5d7eb2a01 7272 rust-backtrace_0.3.44-4_source.buildinfo Checksums-Sha256: f67127513689c385c68d21d90487ee540aa829ad01d611a14f804b65f6018eaa 3806 rust-backtrace_0.3.44-4.dsc 1959acad4d5d7a89ffa161e7223f4c3eee058bdce0fb95751900dadeb5749aee 5200 rust-backtrace_0.3.44-4.debian.tar.xz 2fc2c7f067c45fefcb4b1a8364f5f2a73e0c661c067b79698b2e570d50e9991a 7272 rust-backtrace_0.3.44-4_source.buildinfo Files: d58c847fe4f1fbc233e1debe7c3d294a 3806 rust optional rust-backtrace_0.3.44-4.dsc b293b3c94e8ed47477321ef8ad24640a 5200 rust optional rust-backtrace_0.3.44-4.debian.tar.xz 9a575c0626475209b4f34b86555e7e5a 7272 rust optional rust-backtrace_0.3.44-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6Vj64UHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xs8Mw//baVtY+0Cm9vb4RxkOENiMI9pjR4X M5pZGnVTqIZyolE6bJvdBYfppv85BdbGw/Opbx33W50/evIH545VyIyVB+JapnFS qjS5MyVCeXLuBbxYKiFlw/F7CLsQtnp77i9Vod8plsgaRNnb/tbk0Xd7t9WOChlh JWjfA24Rh2o1aYAOUw8LC8rxaNtrU7IEezPAo4ClORQVzJUIzAIz5TRdE2SajSkd 5n2fm2SjFwvsVVtGfU+mcvnsmb/mirwz4cm45ud8vYVPwPKeVHEjAqx+tlBtdc+8 i8cP6/aRTz2kxDk/HWWhxau4Twh6Zu0RvnUY2QCMpKZPwOrI1xj5zaigh8n2zLGa qxW82Bed3QZ1snaFuOanrlD6htZO4QqB3flnBWxVqgsR+Y3d2qsaeagNU8lWCB/y PEOLEqYzXZinU9O5cchnWVREJNfq32uayl5zY4RqRN2uE6wvOJDZzIF/zUMOchyM C/F7Rj9ayTxUssbGDusQqH2CSakOFwhIldJ9rxFs6S8GOog8JmJ9jLdr1C/6fr6Z YqpgO8VOhjNlSKv9IToMlwQem1V1z8ujJkqbPd5Lr78Gqtfc+lsBGUCJVp+Sjn0D 65RpjuB2YiXszCWMhIBcDNWr8i3CqNPQt874zOISn3K4GPLXMNx8j/hkBRfBA9wh 0+2DyzEJ/laVM6I= =aJBF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 11:48:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 10:48:40 +0000 Subject: [Pkg-rust-maintainers] rust-bat_0.12.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 12:10:59 +0200 Source: rust-bat Architecture: source Version: 0.12.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-bat (0.12.1-2) unstable; urgency=medium . * Team upload. * Package bat 0.12.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 6c05e0a1e07445bd586e5e1430ebb88f5ab46e28 2849 rust-bat_0.12.1-2.dsc 39a2f14d7eeb5e3094e7dc550fc757e08515fa2b 3732 rust-bat_0.12.1-2.debian.tar.xz 5f0d538cf06cbc527b48d314a385190cb5eb8121 9007 rust-bat_0.12.1-2_source.buildinfo Checksums-Sha256: d86440c26dd2e53bc00a9bc36c7dc6570595a3243ceaca5ec16adc2744798cc6 2849 rust-bat_0.12.1-2.dsc 79f057ff28b5ec9a054447b0c2b5c5178ad2a816805d1eb83ad3e53e78f17849 3732 rust-bat_0.12.1-2.debian.tar.xz 3eda9c6026833c26995b2d49095f6ff9cec3c7a1a1db44f597f7d3b688445b6b 9007 rust-bat_0.12.1-2_source.buildinfo Files: 9dbe08c7d332e9f051a940bd7f2d5bda 2849 utils optional rust-bat_0.12.1-2.dsc 8629d78ea01ee1757b11ea9b853fc6a1 3732 utils optional rust-bat_0.12.1-2.debian.tar.xz 9736b135152d2f6cc8bd99a39e189185 9007 utils optional rust-bat_0.12.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6VjDsACgkQfmUo2nUv G+FhXg/9FhgTmXbms6q+Wdn4Z0foBqJtNeZHf0cf5SLiKMOaULBKCo/DVEesY5yt l5+DKO2E25lZ3b33burPUDW7Os0EpNCZoiWOdjpD0K/+vFIc4xI50zbpZqCXxvKf E+3U0seUn+YeEpTtjuRG1vhCItyQ2tyAo3jqcJXKa5CTwOY2mQGCrjPaqn9XJNLt w80kejUbnz6NrQHGtNqQY228IExW0XcrnPei3Pg5Cejo8XZ5gKXuST8xRgYrVBog z8UC8EcWrBIciP3zJCWPk7XPAg8uSB1gd6UTvvHgAnhCrDP0fosESGF6CJOrAg5z HSz5+Jw0gfreTiHv2RqTxlF+EMR5slkJwsefIImXQ74FmukoSpN/KAMNnrwPzHJG hpAjj1t73llWFnIBtMjURSqCciyKgLJGnTsCAOa5ZW2EZkMHJ4mS2C4zkgyi0WfK gPmmZvpg/ACpOtl4GNmJkEQXTfT+EEbS8UCTlMEUTJGXEshDVT/yqOTQWHrvEnY9 qgwnWfv/q2hEHkIMLvpk9mT+CePmATNxTjSswdjWA/WyCfBhBuZiNDrBTQF120BH iQka5thN66QjEM1UesXdvHg6lni59+XpWTQz+5Wtr12rAZ7+v90IDGhXmQ/XpNNo TQBoM90ntH4W7gzxexI0kSJJznd1uQE+y/N56G97JLUBsJRggsE= =x2Ru -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Apr 14 12:03:04 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Apr 2020 11:03:04 +0000 Subject: [Pkg-rust-maintainers] Processed: Re: Bug#956514: bat: FTBFS unsat-dependency: librust-humantime-1+default-dev:amd64 (>= 1.1.1-~~) References: Message-ID: Processing commands for control at bugs.debian.org: > fixed 956514 0.12.1-2 Bug #956514 [bat] bat: FTBFS unsat-dependency: librust-humantime-1+default-dev:amd64 (>= 1.1.1-~~) There is no source info for the package 'bat' at version '0.12.1-2' with architecture '' Unable to make a source version for version '0.12.1-2' Marked as fixed in versions 0.12.1-2. > thanks Stopping processing here. Please contact me if you need assistance. -- 956514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956514 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue Apr 14 13:45:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 12:45:47 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sysinfo_0.13.2-3_source.changes Message-ID: rust-sysinfo_0.13.2-3_source.changes uploaded successfully to localhost along with the files: rust-sysinfo_0.13.2-3.dsc rust-sysinfo_0.13.2-3.debian.tar.xz rust-sysinfo_0.13.2-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 13:48:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 12:48:50 +0000 Subject: [Pkg-rust-maintainers] rust-sysinfo_0.13.2-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 14:43:45 +0200 Source: rust-sysinfo Architecture: source Version: 0.13.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-sysinfo (0.13.2-3) unstable; urgency=medium . * Team upload. * Fix typo in debcargo.toml. Checksums-Sha1: 9d11c82410d8eca03294e15a9191ffc379eb6251 3241 rust-sysinfo_0.13.2-3.dsc 5e17ba711e92ab52ac1f9746ac708fc817cebbbd 3632 rust-sysinfo_0.13.2-3.debian.tar.xz 7cbbbc0d4fd6bff642145e78476c760152e3c850 8482 rust-sysinfo_0.13.2-3_source.buildinfo Checksums-Sha256: bcb5673a633049df999ed109a84005c72827090e92c95b7bf07488683f355af2 3241 rust-sysinfo_0.13.2-3.dsc 6a3f4ae413c3a258dbd2a801e1cd8474ee64389581d1fbe295c2adc874e569ce 3632 rust-sysinfo_0.13.2-3.debian.tar.xz d6a279b1316eb797135b499f1b59184c08aaf20ca3b3944b08075da712c5c7d2 8482 rust-sysinfo_0.13.2-3_source.buildinfo Files: bf0ca19fb86862f238300618be214438 3241 rust optional rust-sysinfo_0.13.2-3.dsc 6b9d3654fa331d59c796eeafa57db9a5 3632 rust optional rust-sysinfo_0.13.2-3.debian.tar.xz 4c1996291b27208b0ce307dc02c245f4 8482 rust optional rust-sysinfo_0.13.2-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6VsDIACgkQXkCM2RzY OdI17QgArJqopycNYunEMyjE6ubyJ7buJs/VB2NoQdwZsJ/lM05iy/NpRIIdbapQ DbDKfvQr3w5lB9D9VO71SH4FhTNLSQJ8FciNZyHXy2UlRjyNNYEEXujnSKv6canr Xvb4I0i3r5ZyAZevfQXXrA4n8XDHXKu5I83sTlGXxXKSg2w3oImXObpKuXCfosyb YNEXLZsYzORwgU665KvwW6R9UwFNovVVi/PfCyvjLTydqTdrXHXw5vUg4hfKv1gb RBNDfl2o1J1Q9E8OcQc7zqk1fkRoQk2BgUJrJ38PNBvU8I62mwegTqFxGZgGJi4H l4VeVacqld7kBdtFDHHRN5FqjqmyoQ== =qZxR -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 14:36:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 13:36:11 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-crossbeam-queue_0.2.1-2_source.changes Message-ID: rust-crossbeam-queue_0.2.1-2_source.changes uploaded successfully to localhost along with the files: rust-crossbeam-queue_0.2.1-2.dsc rust-crossbeam-queue_0.2.1-2.debian.tar.xz rust-crossbeam-queue_0.2.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 14:48:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 13:48:42 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-queue_0.2.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 13:26:41 +0000 Source: rust-crossbeam-queue Architecture: source Version: 0.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-crossbeam-queue (0.2.1-2) unstable; urgency=medium . * Team upload. * Package crossbeam-queue 0.2.1 from crates.io using debcargo 2.4.2 * Set test_is_broken = true + the tests fail when neither the std or alloc featureset is enabled, from reading the code my understanding is that with neither featureset enabled the package is essentially useless and this is by-design. Checksums-Sha1: b99a2df465255f8cba3ea3f26f165ee62a40ab68 2519 rust-crossbeam-queue_0.2.1-2.dsc e49f74d3e672e5f56056f86004ebd9f3408406eb 3924 rust-crossbeam-queue_0.2.1-2.debian.tar.xz 5f8d8a275395ffe0821219cc96dde022b52c3b05 6891 rust-crossbeam-queue_0.2.1-2_source.buildinfo Checksums-Sha256: 8a488152d5ba3ff0975aff9357f771e3e18ec60340de8e3272aa600db2262bc8 2519 rust-crossbeam-queue_0.2.1-2.dsc 1fd3c39dd273361e5ab7336c6be0e49ddf007ab41f4aa70eb344e3971b3f7a8d 3924 rust-crossbeam-queue_0.2.1-2.debian.tar.xz e4379f30e518a3a5a6e2f3dfd987ab0b307ea6dfd1aae80d00f8134bb8164c2b 6891 rust-crossbeam-queue_0.2.1-2_source.buildinfo Files: 4a5c6efa1805958bbbd053e132701f8f 2519 rust optional rust-crossbeam-queue_0.2.1-2.dsc 728446810f73243e2acaa3e97ed9d975 3924 rust optional rust-crossbeam-queue_0.2.1-2.debian.tar.xz de225d650dde16874029c96f89cbee96 6891 rust optional rust-crossbeam-queue_0.2.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6VujYUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XspVg//a7T2xO+MCqAnjj1m7H2NByUTeLrS UC6hWHJ6CSDrVfjif1CYpRsQ4VRojxV2ZwYLk4fJLvuE1EVn6SfB/zfiMbrVYOQ5 slsxmGFlNUQW9Ed1vsomod4lpKNT4L++L2uwX4cn68IYVbFEazkOw0VMYbjWO7SS C8ar7xcHa+YzB+adooORnDxYn2lEydYVH0fEVB0yUwvrtMabtx7q2xK5/wvJKNgm 0JFeVvgPZmUZV4Rk+YultYG0VJh6Ff3paYO/+kftyd9jMarCEsXJfs7sOZQTForg oV7jTBa5BPxsCBv+ETCclN+UBvonXK4KTYEifI/lvS0DNlp/14cj5B34YKAs6FzZ I6InrDoKJvWif5PpFDSUmNNvL6jPr0YKp7c7KsHza99zcHyc4MkVuwquNUtLSsLD ffEyuM1VekmpAwAoLRdu5VvjWrA8aN7bax2mYOhZwVc+IEAXjBNj5Tz1xB+pcALv nkzwIbZGG+uO5xMSRiCcR8tQWi+E7TdhhKKIjO+0QaMmyhJrfHhlpW2kSA7r1Qly TxMZQEmoxhGxBMDMmEtkDFQtFpPCnYPhP5Og0uZ+0fPCntoIkG5jmVh5msqUasa8 ygYCfU6JpCgzUJ5sucPpiijWR7RL3Logn876oyEMs6M8x9cQaoDYDEXJzjI1fF6+ nfz2c/9NAD+G62M= =3cOO -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 14:56:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 13:56:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-maybe-uninit_2.0.0-2_source.changes Message-ID: rust-maybe-uninit_2.0.0-2_source.changes uploaded successfully to localhost along with the files: rust-maybe-uninit_2.0.0-2.dsc rust-maybe-uninit_2.0.0-2.debian.tar.xz rust-maybe-uninit_2.0.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 15:43:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 14:43:28 +0000 Subject: [Pkg-rust-maintainers] rust-maybe-uninit_2.0.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 13:46:58 +0000 Source: rust-maybe-uninit Architecture: source Version: 2.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-maybe-uninit (2.0.0-2) unstable; urgency=medium . * Team upload. * Package maybe-uninit 2.0.0 from crates.io using debcargo 2.4.2 * Source-only upload for testing migration. Checksums-Sha1: 7dd4078b77a5c7c89aef408f6c44f15cc28ca5b9 2197 rust-maybe-uninit_2.0.0-2.dsc 98b7059762388e2b6bf80bd89640f6540e3e2f28 2624 rust-maybe-uninit_2.0.0-2.debian.tar.xz 8ff597ed9db6f96bf52d8fd91bc652a79eb496f3 6672 rust-maybe-uninit_2.0.0-2_source.buildinfo Checksums-Sha256: b72146476893c938a88bf8213c18f232c0d227754a3e13add620bc6d4cba57b9 2197 rust-maybe-uninit_2.0.0-2.dsc a8350baec2f4562f7ba75e65b01e3501768c78dd12d45d23860507a527337209 2624 rust-maybe-uninit_2.0.0-2.debian.tar.xz c67fb43d047f8f4efe87975d56d363aad5886a9e65c1d2f19282e426b824a155 6672 rust-maybe-uninit_2.0.0-2_source.buildinfo Files: c27bfe28aed02010de01ff4437c6c175 2197 rust optional rust-maybe-uninit_2.0.0-2.dsc 328a8cba8cd4f1891d51e04b74b8a9ab 2624 rust optional rust-maybe-uninit_2.0.0-2.debian.tar.xz e419e9c5d66ec704c3b515e547ccf7ce 6672 rust optional rust-maybe-uninit_2.0.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6VvuwUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xvn3Q/+M9Gs5kN2tNWLodwsu9O6lFAS+n+d psDAh+nMGFGvy3jpKu4LkQ1zmaGSBzTn2F/Pg9Z753tRUud5EEhvG41E2DC55kxA B5iuVwJ/ixrY/rsP9Qs/NcBdwX9vMlrbNQ+ccjORVzvvXrWnVteRH3H8vN9cg9VN X4vuL4GOlyWRANMEe0jS0wuTlmHCdYCfxoGnMOapNdJEQLQlgjKK1hOk+Ptsdn5s Sq7AsWogA96bX9gZR2BoYXDTdibpbep3qYH8F8B9BsdWlLwXHbqzzfE1GtFZoqgq aao0m8DGQa1wf7o6rgeNtaWUm1eS8g64sDsIK06/Y2JVpFAJHtRBkm3qKGhi9gpa tVc4ASrJBET9frQPdzlNwF4myAoIm6SwgE2anc8eJ7NuYabUsg5ODxH73JWLTZFj 6N9sZWM+yI86Onqsxb7Vru/gz3dYwKn7tBMI7r+mVGyOg3Hyt13XCl/sOL4kw/RW N4DYsj5yZH6MBcYoOi+gwNRh4iduSV5vn+X8lqbPXNNxUpWTc30XsSqhfVdLICOh maA3sicm5HRqJZIgP/e6cY1CdgBG1PQWXe21kgusSLJPsOweCbKHQHDHNpEKUzSa TUjc/uaS5uQUrO7JBF5c9hwbWnFxwwD2QzAePK8qJbUohSj6EARMX95pwl/HVA1Z ZGn5lNtNsWTa5rk= =DmYt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From shirishag75 at gmail.com Tue Apr 14 16:41:00 2020 From: shirishag75 at gmail.com (shirish =?UTF-8?Q?=E0=A4=B6=E0=A4=BF=E0=A4=B0=E0=A5=80=E0=A4=B7?=) Date: Tue, 14 Apr 2020 15:41:00 +0000 Subject: [Pkg-rust-maintainers] Bug#952806: FWIW, cbindgen 0.14.1-1 is already in sid/unstable and perhaps will migrate to testing if tomorrow or day after rust-libc migrates References: <158298682387.63203.1281418729368376971.reportbug@i5.cruise.homelinux.net> Message-ID: Hi there, See [1] and [2] 1. https://tracker.debian.org/pkg/rust-libc 2. https://tracker.debian.org/pkg/rust-cbindgen You can thank Andrej Shadura and Peter Michael Green, while the credit for the second goes to Sylvestre Ledru. -- Regards, Shirish Agarwal शिरीष अग्रवाल My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C From owner at bugs.debian.org Tue Apr 14 19:24:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Apr 2020 18:24:03 +0000 Subject: [Pkg-rust-maintainers] Bug#956393: marked as done (rust-unicode-width: uninstallable featureset packages.) References: Message-ID: Your message dated Tue, 14 Apr 2020 19:20:55 +0100 with message-id and subject line re: rust-unicode-width: uninstallable featureset packages. has caused the Debian Bug report #956393, regarding rust-unicode-width: uninstallable featureset packages. 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 owner at bugs.debian.org immediately.) -- 956393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956393 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: peter green Subject: rust-unicode-width: uninstallable featureset packages. Date: Fri, 10 Apr 2020 16:59:53 +0100 Size: 2302 URL: -------------- next part -------------- An embedded message was scrubbed... From: peter green Subject: re: rust-unicode-width: uninstallable featureset packages. Date: Tue, 14 Apr 2020 19:20:55 +0100 Size: 2090 URL: From owner at bugs.debian.org Tue Apr 14 19:33:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 14 Apr 2020 18:33:03 +0000 Subject: [Pkg-rust-maintainers] Bug#952806: marked as done (cbindgen: please package recent version 0.13.1 into experimental) References: <8bacb366-1f80-6691-395c-cafe35342ada@p10link.net> <158298682387.63203.1281418729368376971.reportbug@i5.cruise.homelinux.net> Message-ID: Your message dated Tue, 14 Apr 2020 19:31:10 +0100 with message-id <8bacb366-1f80-6691-395c-cafe35342ada at p10link.net> and subject line FWIW, cbindgen 0.14.1-1 is already in sid/unstable and perhaps will migrate to testing if tomorrow or day after rust-libc migrates has caused the Debian Bug report #952806, regarding cbindgen: please package recent version 0.13.1 into experimental 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 owner at bugs.debian.org immediately.) -- 952806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952806 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Carsten Schoenert Subject: cbindgen: please package recent version 0.13.1 into experimental Date: Sat, 29 Feb 2020 15:33:43 +0100 Size: 3002 URL: -------------- next part -------------- An embedded message was scrubbed... From: peter green Subject: FWIW, cbindgen 0.14.1-1 is already in sid/unstable and perhaps will migrate to testing if tomorrow or day after rust-libc migrates Date: Tue, 14 Apr 2020 19:31:10 +0100 Size: 3452 URL: From ftpmaster at ftp-master.debian.org Tue Apr 14 20:49:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 19:49:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sleef-sys_0.1.2-3_source.changes Message-ID: rust-sleef-sys_0.1.2-3_source.changes uploaded successfully to localhost along with the files: rust-sleef-sys_0.1.2-3.dsc rust-sleef-sys_0.1.2-3.debian.tar.xz rust-sleef-sys_0.1.2-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 20:54:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 19:54:36 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.44-5_source.changes Message-ID: rust-backtrace_0.3.44-5_source.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.44-5.dsc rust-backtrace_0.3.44-5.debian.tar.xz rust-backtrace_0.3.44-5_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 21:37:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 20:37:07 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.44-5_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 19:43:13 +0000 Source: rust-backtrace Architecture: source Version: 0.3.44-5 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-backtrace (0.3.44-5) unstable; urgency=medium . * Team upload. * Package backtrace 0.3.44 from crates.io using debcargo 2.4.2 * Mark test as broken for compiler-builtins featureset, I missed it in the last upload. Checksums-Sha1: e4403dd25884abfee890c442c7eb083f5abef2e0 3806 rust-backtrace_0.3.44-5.dsc 5cf22d24e5aa86e516c9fcd31c308fabb1b941fe 5240 rust-backtrace_0.3.44-5.debian.tar.xz a4d642cec49e950a473c1bdcdef5e5c8255c9140 7272 rust-backtrace_0.3.44-5_source.buildinfo Checksums-Sha256: 8db6cc914a2ff99e977a7b786dacbe029e6cc0fcaf7407c6920330b671adb661 3806 rust-backtrace_0.3.44-5.dsc 4c89ad502b70ec30d0e842980ea9c9636fd0fbde1b09ca6e38f21a1a33f1ac4a 5240 rust-backtrace_0.3.44-5.debian.tar.xz 8650e3917af3fbc2f9d442a5de30c60bde24bc97e4bb5096420b213428beab8c 7272 rust-backtrace_0.3.44-5_source.buildinfo Files: e6b7b200342980de86263227a570357b 3806 rust optional rust-backtrace_0.3.44-5.dsc 4f1d224e2894249d5a16e39e8984d126 5240 rust optional rust-backtrace_0.3.44-5.debian.tar.xz b4e20c2fa7a16cd72f10bd59909a79c1 7272 rust optional rust-backtrace_0.3.44-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6WEoAUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xs8NQ/9EhgN7p7k8+KGzQEk7MGPRPlr/Ls3 WH6z7dY64xH3xJfJfUIaF33WIkw3NknoqEs0PxddaXNbuCXJhIGxfLGHnL3d3JcZ 4OeVWCm6XyFNAvZe8/Zs57Uhvii2eOx/GZ9tAtPxW+2ULuF8vwrp9UP9i4ZO4Zwe BOhlC2lg6br3Sp9DvhO+pdF/sScZfn3GbOkxZEYRVB3z7BLHlDdoMIDm5R2dtXd6 Z27WutuQ0puJ4kVOPnOXCIhlSMCAgP1RdiV0zTgAVbI+/D56TOIpby3Asb8XrpYc hChJb3AgK5gc9lOo+Xz+tuIwC+33dXWIarA0Sk07SxgYo30dDuCI5T6+t4XQ9epk VMYZoH8sPATWME8mhC8Bu/PxuEK7T/UoS3keZilKBwKeP3AlCPZ/U+ELEDi1ap1r 7Ti1v1UCpA4YDVutpFAmuvIEiPsHOAwAa0A/LRNygwlacgPiu8+CJmlSRsT58GoF j3ukY4q2iK8M7xyiPy0+BRxqvEoLMgJgmro/PIDp1hcgjoiex/CCJ+QQMV8E1u7+ Gy5ujP2P6mmkdaVpU+a3dXcuUb3rOFmOzUqiDvyEu9f+vIh/AjpP705VyhOyNm6D /30JVzPBdrrreEnoEGegiZpsh7BjOkpZYTDWdfezYous2RhTe880zcLE/PY+ULz5 DMad50vOnVgUMDI= =e8Dn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 21:37:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 20:37:13 +0000 Subject: [Pkg-rust-maintainers] rust-sleef-sys_0.1.2-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 19:35:51 +0000 Source: rust-sleef-sys Architecture: source Version: 0.1.2-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-sleef-sys (0.1.2-3) unstable; urgency=medium . * Team upload. * Package sleef-sys 0.1.2 from crates.io using debcargo 2.4.2 * Mark test as broken, it gives an unsupported arhictecture error on arm64 (and has never passed there). Checksums-Sha1: f4fc72653033335a552fdbcf51558131fac657a3 2690 rust-sleef-sys_0.1.2-3.dsc d78a9080f4999e2c87eb4abc3b0415c2aa3f85d5 4060 rust-sleef-sys_0.1.2-3.debian.tar.xz f935615d33c86e9b62ccc762d74350d8782da5c7 6725 rust-sleef-sys_0.1.2-3_source.buildinfo Checksums-Sha256: 1ec5a0fa8450c95c7ccdacd5f7b4a00bee9f8354e1d1d4e5b46edf808f95ed3f 2690 rust-sleef-sys_0.1.2-3.dsc aa87043855c9afe9d013a67ac19eba84962e4057358f206a44247b2a8ec2e1e3 4060 rust-sleef-sys_0.1.2-3.debian.tar.xz 7e589491894aa6f421b6d9ece44806d47ce184d924a102d5ad3dff6e4935921c 6725 rust-sleef-sys_0.1.2-3_source.buildinfo Files: d9a6140a3f83bc27eabcb58507e2ede3 2690 rust optional rust-sleef-sys_0.1.2-3.dsc dfedbc29419109b164b3f032ecc19d84 4060 rust optional rust-sleef-sys_0.1.2-3.debian.tar.xz da55a3a4778e29f38a8b27d084d5c6fb 6725 rust optional rust-sleef-sys_0.1.2-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6WELcUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtC0A//bD+E2eK91y1mXJj7cRS5PgUSzq96 1td5+2RpsVGsp7VKw/9W1qt8DyR4vUPbTovJiisNrxeRUAGzgXTHmxombCVINKd5 zfP5PtOcpAfIf5eDkMr6NH+5ecE89FRWGJz9iMbRUWPsuwKO/MULv9RLkeL2FkSB S4QW39Szw94akKJR922IM1SnFTPIjRngi3YHk0BFxKzJxFrVwpdIk1JZIhkzdnbO /VfRI1RrelsfKbznTzPkhw62/iDZ4A7XwxDdMh03R2TWrXuxJuZaJIKCBEkyGVRD ofXVgYKrVsTiOfpKapLUJbr5RTCfEYpyHvKw2Pv+ovbAJocwBt1Dgg3Fl4Fdn0hc UK9sXCfgwbx8xZ8KqyKAVnXfBZKJCo54o+VNJ2RIy9yioxQE4ZQPl/h7D7JUuadH S/7WNk6YiV6H3hmUogDlVHiP5jhXRoosZr7H3H6bnVKxX028GbHR3FhHk1U/HUZI VcsHVselioH8hRsaGZw89bbTpJT1L6S7iJeK2/c5WaG+hStv7epv68Jom80jjyGN yyrkbO7WHZof9UAdDQOH3X0kjQVNxOJOHgIYT06WloS6FyPMG6RitF8f9rzoH447 2s6s3ss2aH6Z+Y4BGS+ASTO7Ph7PSm5/SVmzgDzcKbgUdQ0nH2lt6htPErevRGKd yuOrSRO3peBYADo= =KRNi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 21:45:05 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 20:45:05 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cc_1.0.50-5_source.changes Message-ID: rust-cc_1.0.50-5_source.changes uploaded successfully to localhost along with the files: rust-cc_1.0.50-5.dsc rust-cc_1.0.50-5.debian.tar.xz rust-cc_1.0.50-5_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 22:05:32 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 21:05:32 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-backtrace_0.3.44-6_source.changes Message-ID: rust-backtrace_0.3.44-6_source.changes uploaded successfully to localhost along with the files: rust-backtrace_0.3.44-6.dsc rust-backtrace_0.3.44-6.debian.tar.xz rust-backtrace_0.3.44-6_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 14 22:06:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 21:06:41 +0000 Subject: [Pkg-rust-maintainers] rust-cc_1.0.50-5_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 20:37:49 +0000 Source: rust-cc Architecture: source Version: 1.0.50-5 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-cc (1.0.50-5) unstable; urgency=medium . * Team upload. * Package cc 1.0.50 from crates.io using debcargo 2.4.2 * Revert addition of cross-compiler to test dependency, I belive I misinterpreted the error. * Mark the tests as bad for now, they fail on arm64 and afaik have never passed there. I have filed an upstream issue at https://github.com/alexcrichton/cc-rs/issues/486 Checksums-Sha1: 797dae74c4147289fca1ad10a4809a20d6766e96 2292 rust-cc_1.0.50-5.dsc b5aff9fa85f22fa4a2c2c62ed0ea3fa3224ce3f4 4512 rust-cc_1.0.50-5.debian.tar.xz 980d4b8c2dde5515552fa4cb0305fc69e95eb50a 6651 rust-cc_1.0.50-5_source.buildinfo Checksums-Sha256: 958ec2b79c5c21a74303cff37da11556774c8ba0188579c90d8cb123b698eaa4 2292 rust-cc_1.0.50-5.dsc e022efc625b680c90ff4f59721a035d17ae90539c593a0c50d30cdca99a114b8 4512 rust-cc_1.0.50-5.debian.tar.xz 0484ae2d4a828ed8bac4e8af84927ac138e31c8f3a351056fb85defee84dd223 6651 rust-cc_1.0.50-5_source.buildinfo Files: 633a303fde31c100577cd91a953ea6d1 2292 rust optional rust-cc_1.0.50-5.dsc ebdb65c54340f59f4324526f207491c0 4512 rust optional rust-cc_1.0.50-5.debian.tar.xz a5743a758e18572934d254ab93e224f8 6651 rust optional rust-cc_1.0.50-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6WH0gUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XvtjRAAlPDqRh42Jw15PVkSRHhWCyWmk1JP vJ4opAgOwmpyKY55F67UlP74wKTOLiz42HAKI/79TU6Rg/BuxYStxhHCzQXh9rPb hKBjkg6iJ1GLG6XfR2JfH4ssptGhewCnkmi/AXOApw4GPvhU1hkddxUgv2ZHBWnR Hc0aEXEwiN8CAF+JNka5Y002JsBWHlp0a641aZIM1UH7vyGmQg/OM6vY61sSmQiv TZktxn51hU8HymzfKJuPjs/f0y4hUVUHcTPlCU4eMlJbb7cEcnYX1i8KSlR30Q6r pQqGyUPFfFEL4hiX5+hGourAcEw0j+SM0Ft3lEUWRdClckeNJRy2ShDmSIc/dtnU 51x89UNgxJfb+PA0W2zvFYuSum6BzVj9ZYU44DtasLOugC499vVQfzLOC87bvbd2 yWkBbIzrHaqC2RM6hGpJRyV44fp3cQJCL45/+XCnvbpJdM7tkXW8m6QrTiR7/0DS g9THLqU35HzR7oUhYcCInTtlJzpwGQQzhd+EyyIND5i3gzHtV1llswI6hYUy4/P7 Z9KGgMN1nB82cCD0kEd1HaMladwJPoSKtS9rl/FKX0yu/ham20xNhvU4PH/B8AVZ 4l6Qxu5WoxA1JLZJADltYNt/F8deyiaIKpusocbzhIiDj5UDNAyGzhIneBmMXQSc xRHNcLKlKkQEwPI= =JTBI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 14 22:20:51 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 14 Apr 2020 21:20:51 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace_0.3.44-6_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 14 Apr 2020 20:56:43 +0000 Source: rust-backtrace Architecture: source Version: 0.3.44-6 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-backtrace (0.3.44-6) unstable; urgency=medium . * Team upload. * Package backtrace 0.3.44 from crates.io using debcargo 2.4.2 * Fix feature name error in debcargo.toml, the rust feature is named compiler_builtins not compiler-builtins. Checksums-Sha1: 06984aa931730bc9edf2890e32bbf6048f1bbf3c 3806 rust-backtrace_0.3.44-6.dsc bbbe9b316504b2dafe4fbd4aece80444b418853c 5280 rust-backtrace_0.3.44-6.debian.tar.xz ff6fdd1117bcf96ba19cc0d45089b46ce0dc1285 7272 rust-backtrace_0.3.44-6_source.buildinfo Checksums-Sha256: 022268c033dd3e228bc73b247607043841f950c8bbc2acb4b30482385b85ea50 3806 rust-backtrace_0.3.44-6.dsc cd305b5fd66e109652d3405225885fc8d1711dd8a65d4e3d9051ac4bf93394e5 5280 rust-backtrace_0.3.44-6.debian.tar.xz 5ff3a0da31b1543fb7501bd37c1adc158657fe9580a1f5a71722aeeff341f560 7272 rust-backtrace_0.3.44-6_source.buildinfo Files: 3bfc8d0dc87b8a7c9c004c67c469be5e 3806 rust optional rust-backtrace_0.3.44-6.dsc 52ddcfad7d1402e5267ae84462a1408e 5280 rust optional rust-backtrace_0.3.44-6.debian.tar.xz 33df82937915ce8a0e3caedb2712c7ba 7272 rust optional rust-backtrace_0.3.44-6_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6WI6sUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xs/bBAAmDiAywpjeW6excjJYTHptpL7oqPs GY6QhER0rRsv3I4Iig35YMRDtWnS0vmI9bwUUesUFbWhbbxUhV9REnLwowo+6PDe fy7ksUZsjPyAeSWN1VNT3puCwTipQrqiN+xuier6SCo1WtWC+2R4F+7U18MmfX7c Ef9IxnBktR6c64pwxu46kNTB0qRWRmRuHiupA86/wwSFIDRdduqByLXjvyhA7cUq CiUFpLj1fS+URKb/JN9QkT5HQ0lFkLN7NqjKNkjn3ZaI0K7w2yYPdkzNy4KJQoCb LNfpjrN+qL+WkSt1z1rE30i3B29oWzpua+Z8ofuJwifCOejwA7xngGWG50jfKvGR m6Lfc0S8kg4bnErrxA/QISdsJGSvfTpIY56fwr/5E53v+TBjRwzevh1BpPKy0Rqj EPRiPJR67pNdskXDGa1+cE+vHYMIr+dzQcILAl9gfRi9W5ZFRDVh9vz5JeWEeOch 5gqYz+r8uoK5pNH36tg0bwvPdTQu8B/UacibfFoLophttrZp8T/zblWNsKi8q3oA vDtvOq2t/hLhS63EeOVTpFG/rOaUsZcpZYxOKFtaIuxnaV5+4oW+Z4F3i0SJL+UZ /VGSL1mknz3KmS0KywvqTfuw5KjKSf3i/NF26xRsbvwvofZcItmG8VIG2ib3yaKa apX1PjIqSEo+nlY= =ergB -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-content-inspector 0.2.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-content-inspector source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-cpp-demangle 0.2.13-1 MIGRATED to testing Message-ID: FYI: The status of the rust-cpp-demangle source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-atk-sys 0.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-atk-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-commoncrypto 0.2.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-commoncrypto source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-adler32 1.0.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-adler32 source package in Debian's testing distribution has changed. Previous version: 1.0.3-1 Current version: 1.0.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-ascii-canvas 2.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-ascii-canvas source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-bstr 0.2.12-1 MIGRATED to testing Message-ID: FYI: The status of the rust-bstr source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.12-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-gdk-pixbuf-sys 0.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gdk-pixbuf-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-bytes 0.4.12-1 MIGRATED to testing Message-ID: FYI: The status of the rust-bytes source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.12-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-glib 0.8.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-glib source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-cexpr 0.3.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-cexpr source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-autocfg 1.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-autocfg source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-commoncrypto-sys 0.2.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-commoncrypto-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-goblin 0.2.1-4 MIGRATED to testing Message-ID: FYI: The status of the rust-goblin source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-cfg-if 0.1.10-4.1 MIGRATED to testing Message-ID: FYI: The status of the rust-cfg-if source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.10-4.1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-atlatl 0.1.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-atlatl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-gif 0.10.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gif source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-utils 0.7.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-crossbeam-utils source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-fs2 0.4.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-fs2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-fst 0.3.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-fst source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-derive-more 0.15.0-3 MIGRATED to testing Message-ID: FYI: The status of the rust-derive-more source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.15.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-hostname 0.1.5-2 MIGRATED to testing Message-ID: FYI: The status of the rust-hostname source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.5-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-euclid-0.19 0.19.9-3 MIGRATED to testing Message-ID: FYI: The status of the rust-euclid-0.19 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.19.9-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-atoi 0.2.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-atoi source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-gzip-header 0.3.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-gzip-header source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-crc32fast 1.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-crc32fast source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-docopt 1.1.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-docopt source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-http 0.1.19-1 MIGRATED to testing Message-ID: FYI: The status of the rust-http source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.19-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-dirs-sys 0.3.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-dirs-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-kvm-ioctls 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-kvm-ioctls source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-libc 0.2.68-2 MIGRATED to testing Message-ID: FYI: The status of the rust-libc source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.68-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-errno 0.2.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-errno source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-libnghttp2-sys 0.1.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libnghttp2-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-hyphenation-commons 0.7.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-hyphenation-commons source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-directories 2.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-directories source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-yaml 0.3.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-yaml source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-seccomp-sys 0.1.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-seccomp-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-xattr 0.2.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-xattr source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-wasm-bindgen-backend 0.2.58-1 MIGRATED to testing Message-ID: FYI: The status of the rust-wasm-bindgen-backend source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.58-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-unveil 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-unveil source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-pledge 0.3.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pledge source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-gio-sys 0.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gio-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-globset 0.4.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-globset source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-findshlibs 0.5.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-findshlibs source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-alsa-sys 0.2.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-alsa-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-fwdansi 1.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-fwdansi source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-log 0.4.8-4 MIGRATED to testing Message-ID: FYI: The status of the rust-log source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.8-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-gobject-sys 0.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gobject-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-aho-corasick 0.7.8-1 MIGRATED to testing Message-ID: FYI: The status of the rust-aho-corasick source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-shared-child 0.3.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-shared-child source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-mio-named-pipes 0.1.6-2 MIGRATED to testing Message-ID: FYI: The status of the rust-mio-named-pipes source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.6-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-nom-4 4.2.3-3 MIGRATED to testing Message-ID: FYI: The status of the rust-nom-4 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 4.2.3-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-pcap-sys 0.1.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-pcap-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-pbr 1.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pbr source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-num-cpus 1.11.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-num-cpus source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.11.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-miow 0.3.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-miow source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-grep-regex 0.1.7-1 MIGRATED to testing Message-ID: FYI: The status of the rust-grep-regex source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-hidapi-sys 0.1.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-hidapi-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-libflate 0.1.25-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libflate source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.25-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-dirs 2.0.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-dirs source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-regex 1.3.6-1 MIGRATED to testing Message-ID: FYI: The status of the rust-regex source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.3.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-socket2 0.3.11-1 MIGRATED to testing Message-ID: FYI: The status of the rust-socket2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.11-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-weedle 0.10.0-3 MIGRATED to testing Message-ID: FYI: The status of the rust-weedle source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rustc 1.42.0+dfsg1-1 MIGRATED to testing Message-ID: FYI: The status of the rustc source package in Debian's testing distribution has changed. Previous version: 1.40.0+dfsg1-5 Current version: 1.42.0+dfsg1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-pktparse 0.4.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pktparse source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-threadpool 1.7.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-threadpool source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.7.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-thread-id 3.3.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-thread-id source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.3.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-num-iter 0.1.40-1 MIGRATED to testing Message-ID: FYI: The status of the rust-num-iter source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.40-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-ucd-parse 0.1.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-ucd-parse source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-tar 0.4.26-1 MIGRATED to testing Message-ID: FYI: The status of the rust-tar source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.26-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-lyon-geom 0.15.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lyon-geom source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.15.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-try-from 0.3.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-try-from source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-mio 0.6.16-1 MIGRATED to testing Message-ID: FYI: The status of the rust-mio source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.16-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-wasm-bindgen-webidl 0.2.58-1 MIGRATED to testing Message-ID: FYI: The status of the rust-wasm-bindgen-webidl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.58-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-wasm-bindgen-macro 0.2.58-1 MIGRATED to testing Message-ID: FYI: The status of the rust-wasm-bindgen-macro source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.58-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-lyon-path 0.15.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lyon-path source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.15.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-num-traits 0.2.11-1+doctestfix MIGRATED to testing Message-ID: FYI: The status of the rust-num-traits source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.11-1+doctestfix -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-iovec 0.1.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-iovec source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-euclid 0.20.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-euclid source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.20.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-iso8601 0.3.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-iso8601 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-glib-sys 0.9.0-3 MIGRATED to testing Message-ID: FYI: The status of the rust-glib-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-memmap 0.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-memmap source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-directories-1 1.0.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-directories-1 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-epoll 4.1.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-epoll source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 4.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-locale 0.2.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-locale source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-pem 0.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pem source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-pango-sys 0.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-pango-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-libudev-sys 0.1.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libudev-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-string 0.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-string source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-ipconfig 0.2.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-ipconfig source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-locale-config 0.2.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-locale-config source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-term 0.5.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-term source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-wait-timeout 0.1.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-wait-timeout source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-term-size 0.3.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-term-size source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-maxminddb 0.13.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-maxminddb source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.13.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-enum-primitive 0.1.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-enum-primitive source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-simplecss 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-simplecss source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-timerfd 1.0.0-5 MIGRATED to testing Message-ID: FYI: The status of the rust-timerfd source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.0-5 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-num-integer 0.1.42-1 MIGRATED to testing Message-ID: FYI: The status of the rust-num-integer source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.42-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-net2 0.2.33-1 MIGRATED to testing Message-ID: FYI: The status of the rust-net2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.33-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-time 0.1.42-1 MIGRATED to testing Message-ID: FYI: The status of the rust-time source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.42-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-shellwords 1.0.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-shellwords source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-grep-matcher 0.1.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-grep-matcher source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-signal-hook-registry 1.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-signal-hook-registry source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-mio-uds 0.6.7-1 MIGRATED to testing Message-ID: FYI: The status of the rust-mio-uds source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.7-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-termios 0.3.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-termios source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-memchr 2.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-memchr source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-wasm-bindgen-macro-support 0.2.58-2 MIGRATED to testing Message-ID: FYI: The status of the rust-wasm-bindgen-macro-support source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.58-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-mio-extras 2.0.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-mio-extras source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-rpassword 4.0.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rpassword source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 4.0.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-miniz-oxide 0.3.6-1 MIGRATED to testing Message-ID: FYI: The status of the rust-miniz-oxide source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-python27-sys 0.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-python27-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-csv-core 0.1.6-1 MIGRATED to testing Message-ID: FYI: The status of the rust-csv-core source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Wed Apr 15 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Wed, 15 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-filetime 0.2.8-1 MIGRATED to testing Message-ID: FYI: The status of the rust-filetime source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Wed Apr 15 10:30:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 15 Apr 2020 09:30:06 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-md5_0.7.0-2_source.changes Message-ID: rust-md5_0.7.0-2_source.changes uploaded successfully to localhost along with the files: rust-md5_0.7.0-2.dsc rust-md5_0.7.0-2.debian.tar.xz rust-md5_0.7.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 15 10:42:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 15 Apr 2020 09:42:11 +0000 Subject: [Pkg-rust-maintainers] rust-md5_0.7.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 15 Apr 2020 09:16:06 +0000 Source: rust-md5 Architecture: source Version: 0.7.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-md5 (0.7.0-2) unstable; urgency=medium . * Team upload. * Package md5 0.7.0 from crates.io using debcargo 2.4.2 * Mark test as broken, it seems that the autopkgtest fails without the default features enabled. Checksums-Sha1: b450cb6c298457d916b334bab500376d7fb4c0ec 2119 rust-md5_0.7.0-2.dsc 24aaa3b4a62d9bbb645a75c1855be55c91b669fb 3040 rust-md5_0.7.0-2.debian.tar.xz ab60da6b729768ac62bbc4fd89ea50f1264c7c51 6627 rust-md5_0.7.0-2_source.buildinfo Checksums-Sha256: d50698fb910be562f60066839214133bf0229ff3991a5294b89dbaec99c3b483 2119 rust-md5_0.7.0-2.dsc 5bdd44ce02e3ce12a036ead58682769c579cdfadb88cc2ff3fba1e1a95f2bc7a 3040 rust-md5_0.7.0-2.debian.tar.xz d5b84f155a50191a043cc9fc1b044f2c9944ac3015f2bbce837712b1213c4c0b 6627 rust-md5_0.7.0-2_source.buildinfo Files: c94c60eb656909e3a5554b4c71339d70 2119 rust optional rust-md5_0.7.0-2.dsc b73a40e83a79403369b79ea0c9b09251 3040 rust optional rust-md5_0.7.0-2.debian.tar.xz e42c04b8c91746945b3e9ef9b495c995 6627 rust optional rust-md5_0.7.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6W0QUUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/XvD4g//eMiawdqoG3ikrctZ8zZsR5t3HMtI LBUsZ7yxy/0YlENICjnkpnK0zEFMwJfHEV2BqpkXz24rWxyBjgvk9kT8mgrZ4gsT KQTK4ccu+sHZjCCSZnAkkZwFFFoodsoPGxNxt1z7cPgjoSetBlek+cCQfqKq5d10 Z/WVQiNElA1coOXpvFi6XsfrIrq61LXP2Aw+X4af8+/IZsINYZ0rV2FscGgsUG7o 604sNfoe3QxPTpqkjwXVD0lJXECmpmP2+as5LCB1gK8E9UlpS+JhPkbg9obyGT61 O9j7EiX4KQ6r47GxoHXX5X6r//XFBeFE5kcvPMSiXTVQEBG4jbhwxLNLdn5gtiqO IkBvxQnRht6FtS2Kd+549Lnite25PnlSLh/vdt2VF0WZvidkmYZfaS8aCjPcxbwH hmj+zDhN0CKzHMjXGYRqJXdVa7hT1dIeCMsF1VBRaKYH5d41jrT+pMurrhEInHnV VinkQI+ON0GgzxPVsG1OyyvvfF6bM3B/YJhK30yph3NIGcItmuW5GbeTtBenLgnI AV+mmulxz0jLGZ9W/alFkyrEhQ8ZVqtRJXzkNyDPRMKixLd6X613hHCuejTcWkS9 q36b/EHTPklr7oK5PH9nnItQ/XhEgc+PxP5LA83v1Mu1bAzj4nFkGVkjKMSd7pSV a7JXWFVfZIB95uc= =gOe2 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From plugwash at p10link.net Wed Apr 15 11:07:14 2020 From: plugwash at p10link.net (peter green) Date: Wed, 15 Apr 2020 11:07:14 +0100 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian (was: Requesting backport of cbindgen > 0.10.0 to buster) In-Reply-To: References: Message-ID: On 10/04/2020 17:47, peter green wrote: > > (note: these are my observations as a maintainer of a derivative) > >> The rust ecosystem in Debian >> recently had (and I expect still has) trouble to properly migrate to >> testing > Indeed there are still issues, most notablly IMO that firefox-esr's build-dependencies have been unsatisfiable in testing for over 7 months because rust-cbindgen has not been able to migrate to testing. Update: Sylvestre invited me into the rust team and him and I have been plugging away at this. The issues mentioned in my original mail have been dealt with. Unfortunately new issues do seem to pop up, for example sometimes tests that were being skipped because of dependency issues before start to run. Also some packages were uploaded (crossbeam-util and goblin) that broke revese-dependencies. I have been dealing with these as I spot them. Can I ask that until we get this lot migrated to testing that people are careful about uploading packages that involve a semver break. -------------- next part -------------- An HTML attachment was scrubbed... URL: From infinity0 at debian.org Wed Apr 15 12:08:46 2020 From: infinity0 at debian.org (Ximin Luo) Date: Wed, 15 Apr 2020 12:08:46 +0100 Subject: [Pkg-rust-maintainers] state of the rust ecosystem (and particularly rust-cbindgen) in Debian (was: Requesting backport of cbindgen > 0.10.0 to buster) In-Reply-To: References: Message-ID: peter green: > On 10/04/2020 17:47, peter green wrote: >> >> (note: these are my observations as a maintainer of a derivative) >> >>> The rust ecosystem in Debian >>> recently had (and I expect still has) trouble to properly migrate to >>> testing >> Indeed there are still issues, most notablly IMO that firefox-esr's build-dependencies have been unsatisfiable in testing for over 7 months because rust-cbindgen has not been able to migrate to testing. > > Update: > > Sylvestre invited me into the rust team and him and I have been plugging away at this. The issues mentioned in my original mail have been dealt with. > > Unfortunately new issues do seem to pop up, for example sometimes tests that were being skipped because of dependency issues before start to run. Also some packages were uploaded (crossbeam-util and goblin) that broke revese-dependencies. I have been dealing with these as I spot them. > > Can I ask that until we get this lot migrated to testing that people are careful about uploading packages that involve a semver break. > Please read the packaging tips in README of debcargo-conf.git in full. We are in fact aware of all of these issues, it's just a lack of time dealing with it all. In particular dev/list-rdeps.sh is a relatively new script from a few months ago that will take big steps to preventing some of the previous issues, which in fact were problems originally introduced between July and November of last year, and due to the slow process in Debian still have aftereffects to today. There is also a dev/rust-regressions.sh that attempts to guess the reason behind autopkgtest failures. Perhaps you can help improve the script. There are also inherent problems with the Debian CI testing infrastructure which make it mismatch test-dependencies across Debian test suites, this is still not resolved. But luckily (back in January) it only affected two packages. The rust-regressions.sh script will detect this type of failure as well. There is nothing philosophically different about the way Rust handles dependencies and Debian handles dependencies, there is just more volume of metadata. Abstract vague philosophical comments are useless and waste precious time. We have developed a lot of automated tooling to deal with the volume, the issues are all understood, and there is simply a bunch of fairly tedious packaging work that remains. X -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From noreply at release.debian.org Thu Apr 16 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-normalization 0.1.12-1 MIGRATED to testing Message-ID: FYI: The status of the rust-unicode-normalization source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.12-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-futures 0.1.29-3 MIGRATED to testing Message-ID: FYI: The status of the rust-futures source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.29-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-tokio-io 0.1.12-1 MIGRATED to testing Message-ID: FYI: The status of the rust-tokio-io source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.12-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-stringprep 0.1.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-stringprep source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-atty 0.2.14-2 MIGRATED to testing Message-ID: FYI: The status of the rust-atty source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.14-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-queue 0.2.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-crossbeam-queue source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-bufstream 0.1.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-bufstream source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-tokio-codec 0.1.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-tokio-codec source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-idna 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-idna source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-tokio-async-await 0.1.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-tokio-async-await source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-clicolors-control 1.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-clicolors-control source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-want 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-want source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-http-body 0.1.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-http-body source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-tokio-buf 0.1.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-tokio-buf source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-futures-cpupool 0.1.8-2 MIGRATED to testing Message-ID: FYI: The status of the rust-futures-cpupool source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.8-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-env-logger 0.7.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-env-logger source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-hyphenation 0.7.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-hyphenation source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 16 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 16 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-grep-cli 0.1.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-grep-cli source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From cpshared8.tedata.net at alioth-lists.debian.net Thu Apr 16 12:00:00 2020 From: cpshared8.tedata.net at alioth-lists.debian.net (Mail Administrator) Date: Thu, 16 Apr 2020 11:00:00 +0000 (UTC) Subject: [Pkg-rust-maintainers] Pending Messages Message-ID: <20200416035959.17B9F3B62F45EDFB@alioth-lists.debian.net> An HTML attachment was scrubbed... URL: From noreply at release.debian.org Fri Apr 17 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-ignore 0.4.13-1 MIGRATED to testing Message-ID: FYI: The status of the rust-ignore source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-nom 5.0.1-4 MIGRATED to testing Message-ID: FYI: The status of the rust-nom source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 5.0.1-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-lexical-core 0.4.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lexical-core source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-channel 0.4.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-crossbeam-channel source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-rusticata-macros 2.0.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rusticata-macros source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-no-panic 0.1.13-1 MIGRATED to testing Message-ID: FYI: The status of the rust-no-panic source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-maybe-uninit 2.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-maybe-uninit source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:22 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:22 +0000 Subject: [Pkg-rust-maintainers] rust-csv 1.1.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-csv source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.1.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 17 05:39:23 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 17 Apr 2020 04:39:23 +0000 Subject: [Pkg-rust-maintainers] rust-ryu 1.0.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-ryu source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 18 05:39:21 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 18 Apr 2020 04:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-core-arch 0.1.5-3 MIGRATED to testing Message-ID: FYI: The status of the rust-core-arch source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.5-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sat Apr 18 13:05:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 12:05:26 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-vcpkg_0.2.8-1_source.changes Message-ID: rust-vcpkg_0.2.8-1_source.changes uploaded successfully to localhost along with the files: rust-vcpkg_0.2.8-1.dsc rust-vcpkg_0.2.8.orig.tar.gz rust-vcpkg_0.2.8-1.debian.tar.xz rust-vcpkg_0.2.8-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 13:19:08 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 12:19:08 +0000 Subject: [Pkg-rust-maintainers] rust-vcpkg_0.2.8-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 18 Apr 2020 11:32:14 +0000 Source: rust-vcpkg Architecture: source Version: 0.2.8-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Peter Michael Green Changes: rust-vcpkg (0.2.8-1) unstable; urgency=medium . * Team upload. * Package vcpkg 0.2.8 from crates.io using debcargo 2.4.2 Checksums-Sha1: b3bfc6a7f51ab65467e4a91cc81d0b2bfcf4f939 2163 rust-vcpkg_0.2.8-1.dsc 1ec2df2b5da6ef93cd95def3d7c637e453993fb2 11209 rust-vcpkg_0.2.8.orig.tar.gz 1baeafb8e29eaee6deea16942a444d7c132bfcbe 2620 rust-vcpkg_0.2.8-1.debian.tar.xz eedacef13d2926320037280adab36d0b5ac7da7a 6637 rust-vcpkg_0.2.8-1_source.buildinfo Checksums-Sha256: f932c94e583c91297685bd27c6ff02845260ab0510970715fb8d8cc666edfc05 2163 rust-vcpkg_0.2.8-1.dsc 3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168 11209 rust-vcpkg_0.2.8.orig.tar.gz c44ffb2c01ef2c6f852143871232b143bcba912ed8cf32a22dcebad50ad48ba4 2620 rust-vcpkg_0.2.8-1.debian.tar.xz 5912d256090420d060205d87834603358d14c03c631a54c70765201e2713d9e8 6637 rust-vcpkg_0.2.8-1_source.buildinfo Files: b5036262cca68d49d3e64bd5a4a50fae 2163 rust optional rust-vcpkg_0.2.8-1.dsc aab44b0dae2fc434c7b1f119ffb100b9 11209 rust optional rust-vcpkg_0.2.8.orig.tar.gz bf6a9823d66c4f5559ec69caec9b1cd3 2620 rust optional rust-vcpkg_0.2.8-1.debian.tar.xz b4567f98ba8999db9179dd9fae200e38 6637 rust optional rust-vcpkg_0.2.8-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAl6a62kUHHBsdWd3YXNo QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xthjg//XNlBEKTAd0AKgZ0y5NDdVF69/Ntz VH9fiistI7/K/6SZQLQef1iH3Zw32weLokQDxIM4Kll6m6uXiw742RGNsMNVLgKZ 8oi+g9VXiyXG1d62Cryyck/mHkhw9K9qNBuWWeKkF7obp2MxZXEFsD8IXzfYSUgT ZxuLJhtpAqcnG7XZYypf7ea+clhm4yFJR8dHsLavoRk/+Q3FJ6Ml06NTtk7S/q6L w8eyYz+JRUCrRytmYb+MqwyLjWOcSvV0ns6bUdAd4JQx+a0k5ocnzTTCAIjzj44c V1O23qZT8axcDhVnygc4i90b81TKKJnmEs0s0YYGWPCc0QKg1iKIbn7uSMPndJvq DwShbsd1GfpttWkofezrn+4w4hJvGSudHXSJ+iSWrAX8CmsdKSr/9JchMAkMSGG3 X+nOtJ8G720vzgffksB227VLNzmmOdfwPn/FQOYf42z0emcestfixCeprU9WaEhO 8yD4YmBbXLPUlxPavarGLNBJr5mVjqEEKodgKBQy/Ld9iIi9So0AXb5WK0S7KmfH d0svscXP9FmbUwE8xGlwipu+2YD02X//6RqjgbLujcYPknCVyLbqApGXalWq+2lS SS/w6ATsYs33NXOdfVp4RCPaPQLK9EmTr02Prd+J9zkQ66jhRP3b/AFGU+YM+6NY KRggHmjEoV2UMWo= =ulNR -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:05:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:05:07 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-bitmaps_2.1.0-1_amd64.changes Message-ID: rust-bitmaps_2.1.0-1_amd64.changes uploaded successfully to localhost along with the files: librust-bitmaps-dev_2.1.0-1_amd64.deb rust-bitmaps_2.1.0-1_amd64.buildinfo rust-bitmaps_2.1.0-1.dsc rust-bitmaps_2.1.0.orig.tar.gz rust-bitmaps_2.1.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:10:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:10:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sized-chunks_0.6.1-1_amd64.changes Message-ID: rust-sized-chunks_0.6.1-1_amd64.changes uploaded successfully to localhost along with the files: librust-sized-chunks+arbitrary-dev_0.6.1-1_amd64.deb librust-sized-chunks+array-ops-dev_0.6.1-1_amd64.deb librust-sized-chunks+refpool-dev_0.6.1-1_amd64.deb librust-sized-chunks-dev_0.6.1-1_amd64.deb rust-sized-chunks_0.6.1-1_amd64.buildinfo rust-sized-chunks_0.6.1-1.dsc rust-sized-chunks_0.6.1.orig.tar.gz rust-sized-chunks_0.6.1-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:10:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:10:15 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-core-foundation-sys_0.7.0-1_source.changes Message-ID: rust-core-foundation-sys_0.7.0-1_source.changes uploaded successfully to localhost along with the files: rust-core-foundation-sys_0.7.0-1.dsc rust-core-foundation-sys_0.7.0.orig.tar.gz rust-core-foundation-sys_0.7.0-1.debian.tar.xz rust-core-foundation-sys_0.7.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:10:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:10:15 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-core-foundation_0.7.0-1_source.changes Message-ID: rust-core-foundation_0.7.0-1_source.changes uploaded successfully to localhost along with the files: rust-core-foundation_0.7.0-1.dsc rust-core-foundation_0.7.0.orig.tar.gz rust-core-foundation_0.7.0-1.debian.tar.xz rust-core-foundation_0.7.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:15:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:15:20 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libgit2-sys_0.10.0-1_source.changes Message-ID: rust-libgit2-sys_0.10.0-1_source.changes uploaded successfully to localhost along with the files: rust-libgit2-sys_0.10.0-1.dsc rust-libgit2-sys_0.10.0.orig.tar.gz rust-libgit2-sys_0.10.0-1.debian.tar.xz rust-libgit2-sys_0.10.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:15:24 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:15:24 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-openssl-sys_0.9.55-1_source.changes Message-ID: rust-openssl-sys_0.9.55-1_source.changes uploaded successfully to localhost along with the files: rust-openssl-sys_0.9.55-1.dsc rust-openssl-sys_0.9.55.orig.tar.gz rust-openssl-sys_0.9.55-1.debian.tar.xz rust-openssl-sys_0.9.55-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:15:29 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:15:29 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-rustfix_0.5.1-1_source.changes Message-ID: rust-rustfix_0.5.1-1_source.changes uploaded successfully to localhost along with the files: rust-rustfix_0.5.1-1.dsc rust-rustfix_0.5.1.orig.tar.gz rust-rustfix_0.5.1-1.debian.tar.xz rust-rustfix_0.5.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:15:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:15:31 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-im-rc_14.3.0-1_amd64.changes Message-ID: rust-im-rc_14.3.0-1_amd64.changes uploaded successfully to localhost along with the files: librust-im-rc+arbitrary-dev_14.3.0-1_amd64.deb librust-im-rc+proptest-dev_14.3.0-1_amd64.deb librust-im-rc+quickcheck-dev_14.3.0-1_amd64.deb librust-im-rc+rayon-dev_14.3.0-1_amd64.deb librust-im-rc+refpool-dev_14.3.0-1_amd64.deb librust-im-rc+serde-dev_14.3.0-1_amd64.deb librust-im-rc-dev_14.3.0-1_amd64.deb rust-im-rc_14.3.0-1_amd64.buildinfo rust-im-rc_14.3.0-1.dsc rust-im-rc_14.3.0.orig.tar.gz rust-im-rc_14.3.0-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:33 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-crates-io_0.31.0-1_source.changes Message-ID: rust-crates-io_0.31.0-1_source.changes uploaded successfully to localhost along with the files: rust-crates-io_0.31.0-1.dsc rust-crates-io_0.31.0.orig.tar.gz rust-crates-io_0.31.0-1.debian.tar.xz rust-crates-io_0.31.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:34 +0000 Subject: [Pkg-rust-maintainers] rust-bitmaps_2.1.0-1_amd64.changes is NEW Message-ID: binary:librust-bitmaps-dev is NEW. binary:librust-bitmaps-dev is NEW. source:rust-bitmaps is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:34 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cargo-platform_0.1.1-1_source.changes Message-ID: rust-cargo-platform_0.1.1-1_source.changes uploaded successfully to localhost along with the files: rust-cargo-platform_0.1.1-1.dsc rust-cargo-platform_0.1.1.orig.tar.gz rust-cargo-platform_0.1.1-1.debian.tar.xz rust-cargo-platform_0.1.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-git2-curl_0.12.0-1_source.changes Message-ID: rust-git2-curl_0.12.0-1_source.changes uploaded successfully to localhost along with the files: rust-git2-curl_0.12.0-1.dsc rust-git2-curl_0.12.0.orig.tar.gz rust-git2-curl_0.12.0-1.debian.tar.xz rust-git2-curl_0.12.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:36 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-git2_0.11.0-1_source.changes Message-ID: rust-git2_0.11.0-1_source.changes uploaded successfully to localhost along with the files: rust-git2_0.11.0-1.dsc rust-git2_0.11.0.orig.tar.gz rust-git2_0.11.0-1.debian.tar.xz rust-git2_0.11.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:36 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-openssl_0.10.29-1_source.changes Message-ID: rust-openssl_0.10.29-1_source.changes uploaded successfully to localhost along with the files: rust-openssl_0.10.29-1.dsc rust-openssl_0.10.29.orig.tar.gz rust-openssl_0.10.29-1.debian.tar.xz rust-openssl_0.10.29-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:40 +0000 Subject: [Pkg-rust-maintainers] rust-core-foundation_0.7.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:02:03 +0100 Source: rust-core-foundation Architecture: source Version: 0.7.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-core-foundation (0.7.0-1) unstable; urgency=medium . * Package core-foundation 0.7.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 874607826ad8f368593c9c59444cf84b650a4921 2227 rust-core-foundation_0.7.0-1.dsc f64a9859875a98b76f0de94036f421994ac60b7c 25384 rust-core-foundation_0.7.0.orig.tar.gz 8851f0e4ea05dcde002d337f2701fc9460572f52 3668 rust-core-foundation_0.7.0-1.debian.tar.xz 773775db233f7ff7a61d5eb6cc3d8d6f5df183d1 6781 rust-core-foundation_0.7.0-1_source.buildinfo Checksums-Sha256: 000083515e91ca04bd706838a44e65a5cb1c0c0a161c0914d9da6ae366f16669 2227 rust-core-foundation_0.7.0-1.dsc 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171 25384 rust-core-foundation_0.7.0.orig.tar.gz ff14697511769cf9ed0da1908d86245803324e2928e87c219807825edaa7df9a 3668 rust-core-foundation_0.7.0-1.debian.tar.xz fae328920d8bbb45d1187c91336cb4717e03d0b13fef7c1463de907f05d17b40 6781 rust-core-foundation_0.7.0-1_source.buildinfo Files: 926751b1be7deb865939671c94d0ed96 2227 rust optional rust-core-foundation_0.7.0-1.dsc f0682cfdc40af509c98f46f6350c1ba5 25384 rust optional rust-core-foundation_0.7.0.orig.tar.gz 4050d9f6a0a1be3841575067b2621d21 3668 rust optional rust-core-foundation_0.7.0-1.debian.tar.xz 5e84565fc1397ed2287d860e5d087727 6781 rust optional rust-core-foundation_0.7.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsWcAAKCRDrH8jaRfsp MO21AQDZNzFiWVDhkNNOnMClfZuDkdbYnVMlCdSu9inBTM3t6AEAzFp9V5aiDU1O FVh9HGpI9IR33Pwi25CRvLNClHo9jQA= =PJ8F -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:46 +0000 Subject: [Pkg-rust-maintainers] rust-core-foundation-sys_0.7.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:01:26 +0100 Source: rust-core-foundation-sys Architecture: source Version: 0.7.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-core-foundation-sys (0.7.0-1) unstable; urgency=medium . * Package core-foundation-sys 0.7.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: df28eda746242eb91d60097620caef3d6b8f6907 1728 rust-core-foundation-sys_0.7.0-1.dsc 50bcaedec2b8edec52030a2f314ccaee3e5cc22b 17033 rust-core-foundation-sys_0.7.0.orig.tar.gz 1bfabf0cc6997f1e26178b85f62c9177e82d990b 2888 rust-core-foundation-sys_0.7.0-1.debian.tar.xz 3c9482451539e655dc4ab1e70d17d19b0e064e7f 6636 rust-core-foundation-sys_0.7.0-1_source.buildinfo Checksums-Sha256: 64db0d81a9376a49cf67bef63472b04aa9430f51d86e223d8b0b1647f3387b20 1728 rust-core-foundation-sys_0.7.0-1.dsc b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac 17033 rust-core-foundation-sys_0.7.0.orig.tar.gz 3f432b059af229d07dd714e6a7185170a4dceffb85fc54dd65c0109af6461a8b 2888 rust-core-foundation-sys_0.7.0-1.debian.tar.xz c12545361131c19fd39ce1319476511dc2c423c54ceccae8bb14aaf91b3d63e5 6636 rust-core-foundation-sys_0.7.0-1_source.buildinfo Files: 63029e6f4e987c20784c6d1e0c14f90f 1728 rust optional rust-core-foundation-sys_0.7.0-1.dsc 9754db1eb3e8b15807f05a3540d2ab39 17033 rust optional rust-core-foundation-sys_0.7.0.orig.tar.gz 293ce31f2fa99e70dcf427e2a79ad39f 2888 rust optional rust-core-foundation-sys_0.7.0-1.debian.tar.xz 6b2c3da6e57fdb9b1d8751a285f888fc 6636 rust optional rust-core-foundation-sys_0.7.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsWSQAKCRDrH8jaRfsp MJ/YAQDvYFtVTDNh2KDATBLb7v6SsEz4GXt37TW5iDfVoPRVZAEA5c4cJZS3CCH/ Y55bFVFE+5lG5l3HfxZmT1+PrrPOSw0= =G/QN -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:20:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:20:59 +0000 Subject: [Pkg-rust-maintainers] rust-im-rc_14.3.0-1_amd64.changes is NEW Message-ID: binary:librust-im-rc+arbitrary-dev is NEW. binary:librust-im-rc+refpool-dev is NEW. binary:librust-im-rc+arbitrary-dev is NEW. binary:librust-im-rc+refpool-dev is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From infinity0 at debian.org Sat Apr 18 16:17:35 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 18 Apr 2020 16:17:35 +0100 Subject: [Pkg-rust-maintainers] Bug#955638: Bug#955638: cargo: please package recent version In-Reply-To: <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Hi Carsten, cargo 0.43.1 has been packaged and source-only uploaded, however for it to be built, it will have to wait for the following packages to clear NEW: rust-bitmaps_2.1.0-1_amd64.ftp-master.upload rust-im-rc_14.3.0-1_amd64.ftp-master.upload rust-sized-chunks_0.6.1-1_amd64.ftp-master.upload I will ping them to hopefully get a bit more priority. Best, Ximin Carsten Schoenert: > Hello Ximin, > > Am 04.04.20 um 02:17 schrieb Ximin Luo: >> Hi Carsten, it might be a couple of weeks until we get this done. >> Have you tried just deleting the version constraint and using the >> existing version in Debian sid? > I've tried to figure out the right place there this version check is > happen. In most cases this is file ./old-configure.in within the > Thunderbird sources. But I did have no luck on this until now. I will > look further into this part this weekend I guess, mostly the version > checks from the Firefox environment are to strict for Thunderbird, yes. > Most of the parts from the Firefox source are not built for Thunderbird > but the configure script is checking this. > > In the long term this is always just a workaround which, if I do this, I > need to proof deeply before uploading new packages even to experimental. > So if you ever find time to have a look into newer cargo versions please > keep an eye on this. > > It's currently really frustrating that I'm unable to build a recent > Thunderbird Beta version due every time new version dependencies around > Rust are popping up. This is not your fault, but shows me how complex > and fragile the Rust ecosystem currently is. > > The built is just the first problem I need to solve, Mozilla has again > changed some previously internally parts in Thunderbird and I need to > adopt the Debian built to this again. > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From ftpmaster at ftp-master.debian.org Sat Apr 18 16:21:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:21:06 +0000 Subject: [Pkg-rust-maintainers] rust-libgit2-sys_0.10.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:09:24 +0100 Source: rust-libgit2-sys Architecture: source Version: 0.10.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-libgit2-sys (0.10.0-1) unstable; urgency=medium . * Package libgit2-sys 0.10.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 4f84256347ce4cffb1673541513666ca73ffebf5 2026 rust-libgit2-sys_0.10.0-1.dsc dbbff27bee56589ee27f84e10a921b72337549c0 25322 rust-libgit2-sys_0.10.0.orig.tar.gz 0a74feef1d8c63ace53aca742464c839b5a5505d 3708 rust-libgit2-sys_0.10.0-1.debian.tar.xz d5bcd415d65765f09660efc614ea956fc37b235b 6886 rust-libgit2-sys_0.10.0-1_source.buildinfo Checksums-Sha256: 566bc0f43a88930c7fd8612a4c99c2774ec6aebe1be2d7ecde6d41313bccecf6 2026 rust-libgit2-sys_0.10.0-1.dsc 45dd837563ba2aafd279635ee9c8eb568a1854d10fd058ec4a1af2919ec56c94 25322 rust-libgit2-sys_0.10.0.orig.tar.gz 3742eb25d192ecddd798e9e573d2ed2ab96df431c599b06d71b9fc44726bc895 3708 rust-libgit2-sys_0.10.0-1.debian.tar.xz f7d127014b773e53bfe955f89f04d6d188e70447298b4c1eadd0df3e4065e69e 6886 rust-libgit2-sys_0.10.0-1_source.buildinfo Files: f627e57a50143723504b8b5503d535b3 2026 rust optional rust-libgit2-sys_0.10.0-1.dsc ff687af8bd7805346e7d9905d4c8df3c 25322 rust optional rust-libgit2-sys_0.10.0.orig.tar.gz 9d84a0b6e11e5665c218ac087b914276 3708 rust optional rust-libgit2-sys_0.10.0-1.debian.tar.xz f944ad8ddf4cf1ed3bf4086829877cc2 6886 rust optional rust-libgit2-sys_0.10.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsYKAAKCRDrH8jaRfsp MKh0AQDwz6t8cRVt+QcUJ8u+MToCsd6VhyQvP3tLMe8zHrvPKwD+IHZDat6srBQi 9H/wiTfG9ilCb0ff0PEPcR39PNvHPQ0= =QwgF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:21:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:21:12 +0000 Subject: [Pkg-rust-maintainers] rust-openssl-sys_0.9.55-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:08:12 +0100 Source: rust-openssl-sys Architecture: source Version: 0.9.55-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-openssl-sys (0.9.55-1) unstable; urgency=medium . * Team upload. * Package openssl-sys 0.9.55 from crates.io using debcargo 2.4.2 Checksums-Sha1: 1c837072e15b0517160da5a18b49c81a0d9752d3 1815 rust-openssl-sys_0.9.55-1.dsc 6f4cfc3e2bfb86a4666233e3273bda46082d80eb 46515 rust-openssl-sys_0.9.55.orig.tar.gz 0c14e26b86360d2cb8a711d596b1212d1f3e68dd 3224 rust-openssl-sys_0.9.55-1.debian.tar.xz 622196bdc0d99fcddc4ff70b661ab2f15ce29221 6626 rust-openssl-sys_0.9.55-1_source.buildinfo Checksums-Sha256: 3704009c34e0c9c3add3292488fb3a2ff10e7c1960246d2a0e4b109aee31d69c 1815 rust-openssl-sys_0.9.55-1.dsc 7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8 46515 rust-openssl-sys_0.9.55.orig.tar.gz 3d18d05ccdf149a04b8a023dd55e10e5e3fa4b6550db4ef13e017a65fa8f53a9 3224 rust-openssl-sys_0.9.55-1.debian.tar.xz 168a8b40bce5a581de7d179312ca1829dbf3b0b2d18f77e050dbee8500a4ebc6 6626 rust-openssl-sys_0.9.55-1_source.buildinfo Files: ab16e14d42c06c5d95e4e05853c0aaf8 1815 rust optional rust-openssl-sys_0.9.55-1.dsc eaf1f02744843931ffde77527f468d99 46515 rust optional rust-openssl-sys_0.9.55.orig.tar.gz ecbe7c95a57cf9db30205ee9e16ad924 3224 rust optional rust-openssl-sys_0.9.55-1.debian.tar.xz 2b3b5d664a71f5cb33623f1ed8675966 6626 rust optional rust-openssl-sys_0.9.55-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsX4QAKCRDrH8jaRfsp MKkWAP9BcpoitzuKI/BFICCiITW9eJVMZeWB2/Ofz7tPD9YGMQD+KeUyac4pbyKg ImI9uUvlEliZiHr3LIll+WtCYB70ygE= =iI54 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:21:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:21:18 +0000 Subject: [Pkg-rust-maintainers] rust-rustfix_0.5.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:07:23 +0100 Source: rust-rustfix Architecture: source Version: 0.5.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-rustfix (0.5.1-1) unstable; urgency=medium . * Team upload. * Package rustfix 0.5.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: d173405314d865b1638aaa28b59b8c1c16bf3b50 1898 rust-rustfix_0.5.1-1.dsc 3d031bfb259607e6415c607bfddc550b8e314d72 17768 rust-rustfix_0.5.1.orig.tar.gz 03b2b9909c19b3368cc3da1155499f1d807758a0 2780 rust-rustfix_0.5.1-1.debian.tar.xz 094b0800e3bc2b8a57fbf5b98be8f07141bd1907 6576 rust-rustfix_0.5.1-1_source.buildinfo Checksums-Sha256: 3d31ff88fab794756ecb04b39feb4fb4ee66c4e034c274d95bd59eb083bb377a 1898 rust-rustfix_0.5.1-1.dsc f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e 17768 rust-rustfix_0.5.1.orig.tar.gz 202be71a69c9b5760328124ef80b39f1d3f883e66bbdbc0e5ba66e7fa42833c3 2780 rust-rustfix_0.5.1-1.debian.tar.xz 8aebae4e63dd18fd9c7c695a75ff2b26a1c9ecb20d06c874e77ab965b6d719e1 6576 rust-rustfix_0.5.1-1_source.buildinfo Files: 1345b0ae9d8b4dd94274d49749078d6d 1898 rust optional rust-rustfix_0.5.1-1.dsc efaf9e1c4d81ae8a88d9ef19b44f42bc 17768 rust optional rust-rustfix_0.5.1.orig.tar.gz df3cec077f4948a0f44fccf785d753a4 2780 rust optional rust-rustfix_0.5.1-1.debian.tar.xz 57effadba381472438443bcad81310ac 6576 rust optional rust-rustfix_0.5.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsXrgAKCRDrH8jaRfsp MIAIAP94qFdXYPLZKtBck24YeYl4ALvcGR1omfSb3G0+0cGs8gD/WX9ElBTGk4ZG 6iIa7o0ZHIkNRV9EOx4hVV7Z0xqixgw= =x8Tv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:21:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:21:28 +0000 Subject: [Pkg-rust-maintainers] rust-sized-chunks_0.6.1-1_amd64.changes is NEW Message-ID: binary:librust-sized-chunks+arbitrary-dev is NEW. binary:librust-sized-chunks+array-ops-dev is NEW. binary:librust-sized-chunks+refpool-dev is NEW. binary:librust-sized-chunks+refpool-dev is NEW. binary:librust-sized-chunks+array-ops-dev is NEW. binary:librust-sized-chunks+arbitrary-dev is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Sat Apr 18 16:25:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:25:42 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cargo_0.43.1-1_source.changes Message-ID: rust-cargo_0.43.1-1_source.changes uploaded successfully to localhost along with the files: rust-cargo_0.43.1-1.dsc rust-cargo_0.43.1.orig.tar.gz rust-cargo_0.43.1-1.debian.tar.xz rust-cargo_0.43.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 16:35:58 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:35:58 +0000 Subject: [Pkg-rust-maintainers] rust-cargo_0.43.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:14:45 +0100 Source: rust-cargo Architecture: source Version: 0.43.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Closes: 955638 Changes: rust-cargo (0.43.1-1) unstable; urgency=medium . * Package cargo 0.43.1 from crates.io using debcargo 2.4.2 * Closes: #955638 Checksums-Sha1: 959e26135984f0a8abc37292a3008a8997824dd8 5271 rust-cargo_0.43.1-1.dsc 23ccecc5ba8cbfac61c57cbff54e5b8c1ec38633 1119258 rust-cargo_0.43.1.orig.tar.gz 69af4a094da9cc31ef953dce07be6df9e7f49b52 4744 rust-cargo_0.43.1-1.debian.tar.xz 870678fe7f2344e6a2fc5606c241fa0249cc1fac 6596 rust-cargo_0.43.1-1_source.buildinfo Checksums-Sha256: ddefb469f04ba801472fa4c7bd030e354f82e3f84db28ffb117fd209bcd7da73 5271 rust-cargo_0.43.1-1.dsc 91de5749ddcea3c283a042b67b77e2bdf68f28374cdcbfbe54e91368810d92e5 1119258 rust-cargo_0.43.1.orig.tar.gz 4f7c5d9894f7f6af29a4284bd4e2392376964c5966be1ab019ebcaca41ba29f7 4744 rust-cargo_0.43.1-1.debian.tar.xz 9682c7f8547322abbf4d01cc1f415c2671da66a7cf2cc3b68812a203324b948e 6596 rust-cargo_0.43.1-1_source.buildinfo Files: c8ab2b93d60c6dee7789c571872526c9 5271 rust optional rust-cargo_0.43.1-1.dsc 315d96ce261418e6f75b1e4e782c59ec 1119258 rust optional rust-cargo_0.43.1.orig.tar.gz ae4584d023e7093609828f957f974fa7 4744 rust optional rust-cargo_0.43.1-1.debian.tar.xz 1b43cd36d6a7883a6f2ddd705f74d8d6 6596 rust optional rust-cargo_0.43.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsZaAAKCRDrH8jaRfsp MKMYAQDb55jI8IZM1EXRIK7rkNBW3VowtNF3tIOucW3HVDgg6AD7B4mo8ucktbjR s/vy7RSR/KBaXgEm62q9g9Eh+kJmCw8= =RSCy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:36:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:36:04 +0000 Subject: [Pkg-rust-maintainers] rust-cargo-platform_0.1.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:14:10 +0100 Source: rust-cargo-platform Architecture: source Version: 0.1.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-cargo-platform (0.1.1-1) unstable; urgency=medium . * Package cargo-platform 0.1.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: baeaf1f6f5fb2221184afa3bc821a14c30dc82d8 1724 rust-cargo-platform_0.1.1-1.dsc 5eb5d4263c512f3a8eb668433f5df8d9b69ec1c8 7409 rust-cargo-platform_0.1.1.orig.tar.gz 4b846dd166451594e395cb4be2193a7a0fad4dc2 2500 rust-cargo-platform_0.1.1-1.debian.tar.xz 13452f619930d894d9443e1ee5090a07548bbb5d 6611 rust-cargo-platform_0.1.1-1_source.buildinfo Checksums-Sha256: 4de07d2005418b80508e0994d89150e6a1fb6ab7350a1e09907cb835c4bf264e 1724 rust-cargo-platform_0.1.1-1.dsc 0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7 7409 rust-cargo-platform_0.1.1.orig.tar.gz 962c3bc1b9dae467b773689658a48edf2f3415acf431397291f646c55e4e7927 2500 rust-cargo-platform_0.1.1-1.debian.tar.xz dcb105d618bc6af2fd3e640c5e6e5d9e7896fcd5421b1e842b5c1bcfe1ea7b01 6611 rust-cargo-platform_0.1.1-1_source.buildinfo Files: f256c75e6dd95b314d09c0c07b84e6d1 1724 rust optional rust-cargo-platform_0.1.1-1.dsc d8aa4ce1dbd2f71c17c1df0c89f530f1 7409 rust optional rust-cargo-platform_0.1.1.orig.tar.gz bdfeca16443d89a937dcafc1d7956fed 2500 rust optional rust-cargo-platform_0.1.1-1.debian.tar.xz 924460f018c97f07827172ece88af4fd 6611 rust optional rust-cargo-platform_0.1.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsZRQAKCRDrH8jaRfsp MFHpAQCKbjFm1+PQ59m029RXINQiDMqsUlyy0uLTlDtDkgQyRAD/Xno0jj/n+Rar 1hKXK3S0XNqHZ0zXYlqPUFXkFBYJbg8= =+V+v -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:36:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:36:10 +0000 Subject: [Pkg-rust-maintainers] rust-crates-io_0.31.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:12:46 +0100 Source: rust-crates-io Architecture: source Version: 0.31.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-crates-io (0.31.0-1) unstable; urgency=medium . * Package crates-io 0.31.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: c030eb5997b924a97bef559af9252babdc60a17a 1864 rust-crates-io_0.31.0-1.dsc 684365dbcde75fa65a694a26bf8819926452e3a7 8907 rust-crates-io_0.31.0.orig.tar.gz 3cab46c0c6a718a1c0338390b8c1eb391c18adb6 2724 rust-crates-io_0.31.0-1.debian.tar.xz 3e6f06c0e0964f84478b8e13813216c5f214e925 6590 rust-crates-io_0.31.0-1_source.buildinfo Checksums-Sha256: 3b089dd4176398ffc2a50ff0ee6b03437d383c890835e6c62fd332785fb9701d 1864 rust-crates-io_0.31.0-1.dsc a51c9064687a09f007c08645d5f3ac769030794d91b07faba7bf35284b6a212c 8907 rust-crates-io_0.31.0.orig.tar.gz 7b59e44f74374d17602c34664ce57e2d1e67ce05ae3d4ad5ff43d44455932409 2724 rust-crates-io_0.31.0-1.debian.tar.xz c725a2de6c3ccf54988a145e1624b0f5de6ce8255455f372e56eb65594cc171f 6590 rust-crates-io_0.31.0-1_source.buildinfo Files: f5f84c703692d12d9bdcd288ec31dacd 1864 rust optional rust-crates-io_0.31.0-1.dsc 45e9c2eadfa044cea7d7ce99a626c2f8 8907 rust optional rust-crates-io_0.31.0.orig.tar.gz 856a7d73e27e72464413e3ddf232b93e 2724 rust optional rust-crates-io_0.31.0-1.debian.tar.xz 9c75c0354096a50bdd80a2334239d994 6590 rust optional rust-crates-io_0.31.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsY8QAKCRDrH8jaRfsp MKu6AQC+99ZOMalyYPAOfIZH3uGGHIqrXzE8/GAMPbMv+vFqjgD+NP8ue3tdzl2V x8hEY8qr1IBm21bozhjj8NY424rwDwE= =QRbA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:36:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:36:17 +0000 Subject: [Pkg-rust-maintainers] rust-git2_0.11.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:11:29 +0100 Source: rust-git2 Architecture: source Version: 0.11.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-git2 (0.11.0-1) unstable; urgency=medium . * Team upload. * Package git2 0.11.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 2f0eb587a47f97a92d40269b7fa9b37c802d55e4 2667 rust-git2_0.11.0-1.dsc 40f0c51f214e569a07108cd35122f026429372c4 158388 rust-git2_0.11.0.orig.tar.gz 7c5f3b31825fbdfc3f6d022eccd5b5ab6c90389d 3904 rust-git2_0.11.0-1.debian.tar.xz db76eda902a277ac6bd891020ed6b3812747e639 6731 rust-git2_0.11.0-1_source.buildinfo Checksums-Sha256: 642d056f4718f6ca6d45960f5858b39a1d98266c6985c3a48c270c74d5c0b70d 2667 rust-git2_0.11.0-1.dsc 77519ef7c5beee314d0804d4534f01e0f9e8d9acdee2b7a48627e590b27e0ec4 158388 rust-git2_0.11.0.orig.tar.gz 117cc4fdf6d25174c71fa8edf2c87cdbe4cdcce9e0994a7993a32cd58d806a8b 3904 rust-git2_0.11.0-1.debian.tar.xz 9f509cd9b7175f854d9ae35cf43dc6d94697c1f19dd819d0333fd0b5df0484f5 6731 rust-git2_0.11.0-1_source.buildinfo Files: 09fb81a0583a02ec1ddb4561769ff5ee 2667 rust optional rust-git2_0.11.0-1.dsc 7de6be0d877f8190fe8c3050a7634fea 158388 rust optional rust-git2_0.11.0.orig.tar.gz a4291df939db8648a94da49fa2328ef3 3904 rust optional rust-git2_0.11.0-1.debian.tar.xz 2371926813191c7712f2f6eaabc83f8a 6731 rust optional rust-git2_0.11.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsYpgAKCRDrH8jaRfsp MPNRAP4ti8aThikZ3aTs0l43sb85HkHblx7sZbS/a7ejnU0GfgEAp7qvzsiKyCde EInXhBYlpMxMfbF/BEkUkJ78/b1h9gI= =hvTL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:36:23 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:36:23 +0000 Subject: [Pkg-rust-maintainers] rust-git2-curl_0.12.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:12:02 +0100 Source: rust-git2-curl Architecture: source Version: 0.12.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-git2-curl (0.12.0-1) unstable; urgency=medium . * Package git2-curl 0.12.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: eb2bdf0ab8c4f5f30abc243354c392d1bdf1b952 1822 rust-git2-curl_0.12.0-1.dsc 8720458e3dac400597a1d01fb26d902230f00852 9340 rust-git2-curl_0.12.0.orig.tar.gz 00c02f3ed9321bd811447084bd27fc47de296f71 2728 rust-git2-curl_0.12.0-1.debian.tar.xz 73d626203da955b49ca4fcefccf5ba8a43a51dc4 6590 rust-git2-curl_0.12.0-1_source.buildinfo Checksums-Sha256: a24b926a5534177079804b340fb102e40d5b138d9fb9438b6bfce9c69c976794 1822 rust-git2-curl_0.12.0-1.dsc d2559abb1d87d27668d31bd868a000f0e2e0065d10e78961b62da95d7a7f1cc7 9340 rust-git2-curl_0.12.0.orig.tar.gz a1694e821ef0971ffd2b931ca5aba1fa9b7242294fb7c034fccbdf185c15eb16 2728 rust-git2-curl_0.12.0-1.debian.tar.xz 6a2f8a33c9d8131b96ec340969296328da2ad8b6afab8f4b04a8d19f4aecbefc 6590 rust-git2-curl_0.12.0-1_source.buildinfo Files: 4f2e15571744296b78aec610d9eb44de 1822 rust optional rust-git2-curl_0.12.0-1.dsc 71df1c092795d266f7b87e3c2d65becd 9340 rust optional rust-git2-curl_0.12.0.orig.tar.gz 82c4ab482414c7fa08471d42308dc9d8 2728 rust optional rust-git2-curl_0.12.0-1.debian.tar.xz 5256274361124a535d9b6b0ffa2c5173 6590 rust optional rust-git2-curl_0.12.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsYxQAKCRDrH8jaRfsp MIGfAP45C0eB9F1Uf/aJ9VBkqA0KX3qWLvj4SaQnrmnpOOYssQD/XlGJVdHq7F8Q GAXTvNt/bChJUR87mv7Vcb1hBedzwAU= =r63H -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 16:36:30 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 15:36:30 +0000 Subject: [Pkg-rust-maintainers] rust-openssl_0.10.29-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 16:13:29 +0100 Source: rust-openssl Architecture: source Version: 0.10.29-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-openssl (0.10.29-1) unstable; urgency=medium . * Package openssl 0.10.29 from crates.io using debcargo 2.4.2 Checksums-Sha1: 1fbb9d21123d696920dc8c20a722a2ed646bdbb1 1875 rust-openssl_0.10.29-1.dsc 7263da85533e20b550e1e78ababfbb0aa121e1bf 189956 rust-openssl_0.10.29.orig.tar.gz 67053318d36904887a475f119fa6ed63b824a31a 2276 rust-openssl_0.10.29-1.debian.tar.xz 891eb01818e7b5815ea4af342cc96a26f1605b06 6584 rust-openssl_0.10.29-1_source.buildinfo Checksums-Sha256: 6191790e4681faa36b39ef5a00d16cd8d8376560ca15543da7559e7c9d3f6462 1875 rust-openssl_0.10.29-1.dsc cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd 189956 rust-openssl_0.10.29.orig.tar.gz fc21f1f6bea9a68c120be658a542623191274fdecb7c7095923c489861de9344 2276 rust-openssl_0.10.29-1.debian.tar.xz 47d570df2f27a43aaa9ba83955ffcce5b7c19e78c25a46f27d942c0559820141 6584 rust-openssl_0.10.29-1_source.buildinfo Files: 5873b4151d7f40c9c43dc505a7ba51a4 1875 rust optional rust-openssl_0.10.29-1.dsc 59b36aa3bae0b2fa7d338e71da2e309f 189956 rust optional rust-openssl_0.10.29.orig.tar.gz d5cd1cc3ce35cedebd84f3dd23cc44e7 2276 rust optional rust-openssl_0.10.29-1.debian.tar.xz 5e79706535fcb0b3725e609d3bdfcd0d 6584 rust optional rust-openssl_0.10.29-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsZHQAKCRDrH8jaRfsp MNB7AP486JhKN8Ptk7az9YUlEi5vo85tkVyqyciY3plxtK4kpgEAkd1ZRhtchDAu wotLwISvnj8neDPX5oo5meqKZ4hqYwA= =sXO3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Apr 18 16:39:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 15:39:03 +0000 Subject: [Pkg-rust-maintainers] Bug#955638: marked as done (cargo: please package recent version) References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Your message dated Sat, 18 Apr 2020 15:35:58 +0000 with message-id and subject line Bug#955638: fixed in rust-cargo 0.43.1-1 has caused the Debian Bug report #955638, regarding cargo: please package recent version 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 owner at bugs.debian.org immediately.) -- 955638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955638 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Carsten Schoenert Subject: cargo: please package recent version Date: Fri, 03 Apr 2020 21:01:21 +0200 Size: 3782 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#955638: fixed in rust-cargo 0.43.1-1 Date: Sat, 18 Apr 2020 15:35:58 +0000 Size: 4898 URL: From ftpmaster at ftp-master.debian.org Sat Apr 18 17:29:05 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:29:05 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cassowary_0.3.0-2_source.changes Message-ID: rust-cassowary_0.3.0-2_source.changes uploaded successfully to localhost along with the files: rust-cassowary_0.3.0-2.dsc rust-cassowary_0.3.0-2.debian.tar.xz rust-cassowary_0.3.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 17:29:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:29:07 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-pretty-assertions_0.6.1-3_source.changes Message-ID: rust-pretty-assertions_0.6.1-3_source.changes uploaded successfully to localhost along with the files: rust-pretty-assertions_0.6.1-3.dsc rust-pretty-assertions_0.6.1-3.debian.tar.xz rust-pretty-assertions_0.6.1-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 17:29:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:29:06 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-block-cipher-trait_0.6.2-2_source.changes Message-ID: rust-block-cipher-trait_0.6.2-2_source.changes uploaded successfully to localhost along with the files: rust-block-cipher-trait_0.6.2-2.dsc rust-block-cipher-trait_0.6.2-2.debian.tar.xz rust-block-cipher-trait_0.6.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 17:34:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:34:07 +0000 Subject: [Pkg-rust-maintainers] rust-block-cipher-trait_0.6.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 17:18:08 +0100 Source: rust-block-cipher-trait Architecture: source Version: 0.6.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-block-cipher-trait (0.6.2-2) unstable; urgency=medium . * Team upload. * Package block-cipher-trait 0.6.2 from crates.io using debcargo 2.4.2 * No-op source-only re-upload for Debian Testing Migration. Checksums-Sha1: 9914afae5ccac52f5c420ee377732655f1e53924 1774 rust-block-cipher-trait_0.6.2-2.dsc b007b2039188fbe3d7aff4329c5f04d37d95e891 2824 rust-block-cipher-trait_0.6.2-2.debian.tar.xz 0917f6762228a6f65ad9102c1d96ff2b521c104f 6669 rust-block-cipher-trait_0.6.2-2_source.buildinfo Checksums-Sha256: 897aa32f0d53527ae1f5b6a6afce201a4127aa5f1ec0ee17f9cdc4df4daa4124 1774 rust-block-cipher-trait_0.6.2-2.dsc 0afa3618c4e7b71a935bdbde695cedd3aa2edcb520512f1bac4ed72afab252a4 2824 rust-block-cipher-trait_0.6.2-2.debian.tar.xz 6253f91feac194db8efce40c20aebcb9a59c432600ebe5050689e7c98881fedd 6669 rust-block-cipher-trait_0.6.2-2_source.buildinfo Files: 998f935c62385fdc4c28f447abd0085e 1774 rust optional rust-block-cipher-trait_0.6.2-2.dsc fac58737e906e15f86bea6e2bf87f678 2824 rust optional rust-block-cipher-trait_0.6.2-2.debian.tar.xz 8ed01dfbd760dd89ff8a7ece94c12b98 6669 rust optional rust-block-cipher-trait_0.6.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsoRAAKCRDrH8jaRfsp MM6kAP40TfghDh7JRcCagjIoWZ0EMVxHFC1QWbmWw82Nh0njUQD+K0WjS4ctPcND AFq4Go2b2RLlCCIQzqB6vHHA+bsexQs= =AqC4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 17:34:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:34:09 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-tls-parser_0.9.2-2_source.changes Message-ID: rust-tls-parser_0.9.2-2_source.changes uploaded successfully to localhost along with the files: rust-tls-parser_0.9.2-2.dsc rust-tls-parser_0.9.2-2.debian.tar.xz rust-tls-parser_0.9.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 17:34:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:34:13 +0000 Subject: [Pkg-rust-maintainers] rust-cassowary_0.3.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 17:19:23 +0100 Source: rust-cassowary Architecture: source Version: 0.3.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-cassowary (0.3.0-2) unstable; urgency=medium . * Package cassowary 0.3.0 from crates.io using debcargo 2.4.2 * No-op source-only re-upload for Debian Testing Migration. Checksums-Sha1: 556f74feb588e4b2e28ebf790e72596916418916 1569 rust-cassowary_0.3.0-2.dsc b337ac852df7a110d47da4db1f10a18db3c0f2fa 2668 rust-cassowary_0.3.0-2.debian.tar.xz 510579b1655725fbf4a9120bcd639086e7d7e94a 6586 rust-cassowary_0.3.0-2_source.buildinfo Checksums-Sha256: 9ac19d50230b8563354b87d7fdf7ef391578a93b2e89d62adda73601edf47965 1569 rust-cassowary_0.3.0-2.dsc 05088506c5782429b7ce63441d50d8c9fee206141f64e30ddd9b69592a409e1d 2668 rust-cassowary_0.3.0-2.debian.tar.xz 4b32d036d1818d83a528f47269b7088b63e8180d0996e6aa44482b27f57b06f1 6586 rust-cassowary_0.3.0-2_source.buildinfo Files: 9fc78109e6cc30e36530871c6ca65af1 1569 rust optional rust-cassowary_0.3.0-2.dsc f2cdad4e8ea7d7c19d5c8e534ffc8aeb 2668 rust optional rust-cassowary_0.3.0-2.debian.tar.xz 8e80e5ed056d997c159b55ec8d43a8d6 6586 rust optional rust-cassowary_0.3.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsojwAKCRDrH8jaRfsp MJgbAQCpiaB7qQkawRZvoI3y5NDsD3ftak6vIMWfmXr2Gdyq1QEAlvqIywdVkyJe wR3Oa2eJRZ7cswY3HJfV9NJDxKZzgwM= =bEZo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 17:34:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:34:33 +0000 Subject: [Pkg-rust-maintainers] rust-pretty-assertions_0.6.1-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 17:19:48 +0100 Source: rust-pretty-assertions Architecture: source Version: 0.6.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-pretty-assertions (0.6.1-3) unstable; urgency=medium . * Team upload. * Package pretty_assertions 0.6.1 from crates.io using debcargo 2.4.2 * No-op source-only re-upload for Debian Testing Migration. Checksums-Sha1: e06d3546de997f87e95ccd58c6a0dbc73a0e03cf 1913 rust-pretty-assertions_0.6.1-3.dsc 11284a2c7934dc91f438075577dabd9c0391ad31 3544 rust-pretty-assertions_0.6.1-3.debian.tar.xz 3385ced288eaa6842488fe64fb5c43e5ebe925ae 6626 rust-pretty-assertions_0.6.1-3_source.buildinfo Checksums-Sha256: 8d850ca4fb41f8164fea2daed86086a69edafc8e99441524a549784448256d11 1913 rust-pretty-assertions_0.6.1-3.dsc 974b7b1cfbb5442477bee928840aaef15e2bf3d740d2616fde8a7e661385360c 3544 rust-pretty-assertions_0.6.1-3.debian.tar.xz 8428d46be1478c86e9e84a772138451305f6471c607ebb149efda0006471757a 6626 rust-pretty-assertions_0.6.1-3_source.buildinfo Files: 4b7982e9a96c04c151886c51fb2ae593 1913 rust optional rust-pretty-assertions_0.6.1-3.dsc 058a75715c385349d4fdf7874eb473f8 3544 rust optional rust-pretty-assertions_0.6.1-3.debian.tar.xz c8066e43392feb39c52fdb064c7f7860 6626 rust optional rust-pretty-assertions_0.6.1-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsoqAAKCRDrH8jaRfsp MBzpAP9ppqm1f6v+SgdiXkaIr9e9UorV20UHuRByAB/BsI7idQEA/vnN0+EMNfMN hxr8gBJloBEbt1BcGyrFl2FYHcGUvwg= =BWcU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 17:50:51 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 16:50:51 +0000 Subject: [Pkg-rust-maintainers] rust-tls-parser_0.9.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 17:20:22 +0100 Source: rust-tls-parser Architecture: source Version: 0.9.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-tls-parser (0.9.2-2) unstable; urgency=medium . * Team upload. * Package tls-parser 0.9.2 from crates.io using debcargo 2.4.2 * No-op source-only re-upload for Debian Testing Migration. Checksums-Sha1: 619d066b7663d9561bc2146d928303dfe1c884ba 1942 rust-tls-parser_0.9.2-2.dsc 02d5567ccea359e7fd91f2cebc99da4f782a5b35 2916 rust-tls-parser_0.9.2-2.debian.tar.xz ddb64ea7afc8689318f5f19f76b06b02a74d3a56 6629 rust-tls-parser_0.9.2-2_source.buildinfo Checksums-Sha256: 289cc893a2c0926857990fe8b001283ce2fa14df6741ad68e3c3754c33d7d009 1942 rust-tls-parser_0.9.2-2.dsc 457862a103cb36ca687e6f166d010b8dfe7b201330a354e89dd34ef0dfd92aa7 2916 rust-tls-parser_0.9.2-2.debian.tar.xz e79f2b7dc9dac4d8ddb509ca8ad5508a0fb549bad747dd5647c15ab1a98ec814 6629 rust-tls-parser_0.9.2-2_source.buildinfo Files: f449f64ca3645a2a3117279e4460d95e 1942 rust optional rust-tls-parser_0.9.2-2.dsc a33ea30443c2979fa9b901bbfcd26094 2916 rust optional rust-tls-parser_0.9.2-2.debian.tar.xz 9598d28121f141acc0fa39e63929441d 6629 rust optional rust-tls-parser_0.9.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXpsoygAKCRDrH8jaRfsp MMLQAQCDckGizPPVqzYO7upknTEwLKW6tTjj/PMuFd+5rnbD/wD+Pm4Y55xLdxXN UGOnVZylzu8vsS2ynbtfB6SIEyJ9wAg= =dfGt -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Apr 18 17:57:06 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 16:57:06 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953194 References: <1587228842-161-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953194 Bug #953194 [src:rust-unicode-xid] src:rust-unicode-xid: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953194: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953194 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 17:57:08 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 16:57:08 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 954674 References: <1587228882-2792-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 954674 Bug #954674 [src:rust-ucd-generate] rust-ucd-generate: FTBFS: unsatisfiable build-dependency: librust-ucd-parse-0.1+default-dev (>= 0.1.4-~~) (versioned dep on a virtual pkg?) Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 954674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954674 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:03:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:03:03 +0000 Subject: [Pkg-rust-maintainers] Processed (with 1 error): closing 955764 References: <1587229161-1907-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 955764 Bug #955764 [librust-cargo-dev] librust-cargo-dev: dependencies unsatisfiable Marked Bug as done > version 0.43.1-1 Unknown command or malformed arguments to command. > thanks Stopping processing here. Please contact me if you need assistance. -- 955764: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955764 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:03:04 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:03:04 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953193 References: <1587229245-558-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953193 Bug #953193 [src:rust-idna] src:rust-idna: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953193: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953193 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:03:06 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:03:06 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953693 References: <1587229255-518-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953693 Bug #953693 [src:rust-lscolors] src:rust-lscolors: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953693 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:03:08 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:03:08 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953341 References: <1587229274-27-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953341 Bug #953341 [src:rust-no-panic] src:rust-no-panic: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953341: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953341 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:03:10 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:03:10 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953340 References: <1587229299-2785-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953340 Bug #953340 [src:rust-proc-macro-hack] src:rust-proc-macro-hack: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953340 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:06:06 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:06:06 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 955760 References: <1587229360-218-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 955760 Bug #955760 [librust-plist-dev] librust-plist-dev: dependencies unsatisfiable. Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 955760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955760 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:06:08 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:06:08 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953339 References: <1587229406-2480-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953339 Bug #953339 [src:rust-strum-macros] src:rust-strum-macros: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953339 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Apr 18 18:06:10 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:06:10 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953687 References: <1587229412-933-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953687 Bug #953687 [src:rust-structopt-derive] src:rust-structopt-derive: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953687 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat Apr 18 18:24:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 17:24:50 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-whoami_0.8.1-1_source.changes Message-ID: rust-whoami_0.8.1-1_source.changes uploaded successfully to localhost along with the files: rust-whoami_0.8.1-1.dsc rust-whoami_0.8.1.orig.tar.gz rust-whoami_0.8.1-1.debian.tar.xz rust-whoami_0.8.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 18:34:27 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 17:34:27 +0000 Subject: [Pkg-rust-maintainers] rust-whoami_0.8.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 18:12:20 +0100 Source: rust-whoami Architecture: source Version: 0.8.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Closes: 952825 Changes: rust-whoami (0.8.1-1) unstable; urgency=medium . * Team upload. * Package whoami 0.8.1 from crates.io using debcargo 2.4.2 * Update d/copyright. (Closes: #952825) Checksums-Sha1: 1139afef2658268a6007ab18c5547fbef8dd4fef 1563 rust-whoami_0.8.1-1.dsc 454fca05260b0d4ecf9c85f2c8b94536e68ee0b2 13766 rust-whoami_0.8.1.orig.tar.gz 9370367c5c127e3bb95d3507bd0ab3de3e5d7423 10884 rust-whoami_0.8.1-1.debian.tar.xz c5078a536d343cddf9d9a3d8510496cb420603e7 7035 rust-whoami_0.8.1-1_source.buildinfo Checksums-Sha256: 162b57d19c8fd7b46587b133480f81f6ebea258f2c308463c7a69620fc21098f 1563 rust-whoami_0.8.1-1.dsc a08eb844b158ea881e81b94556eede7f7e306e4c7b976aad88f49e6e36dec391 13766 rust-whoami_0.8.1.orig.tar.gz 7e0d16a58c8867fdd904a993f4bdcc932e78aef1485335cb9f6f3d6f19977c3b 10884 rust-whoami_0.8.1-1.debian.tar.xz 957cc7791fae27723d032f732dcda7d559d89b58409ff4868e358f9ecdf4753d 7035 rust-whoami_0.8.1-1_source.buildinfo Files: 13c4ebdcf144a2acb5e58fdce2cbc5c0 1563 rust optional rust-whoami_0.8.1-1.dsc ea796f3103a4c6b3ddba944494169aa5 13766 rust optional rust-whoami_0.8.1.orig.tar.gz 6e00ba2f791988fd0b1fdb775061e066 10884 rust optional rust-whoami_0.8.1-1.debian.tar.xz 0a031782449ebcfabf8984a31cacdf73 7035 rust optional rust-whoami_0.8.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXps0+QAKCRDrH8jaRfsp MB58AP0aOpu2RA5iJ8YrXfTtTMn9uPWUHZd0PIaWKKsg03r3lwD/QnkLFOZbemXt T4gnsv1rjAoPWYhLqKlBOykfpUmmQA0= =Hw45 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Apr 18 18:36:08 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 17:36:08 +0000 Subject: [Pkg-rust-maintainers] Bug#952825: marked as done (rust-whoami: d/copyright issues) References: <87pndxqcfx.fsf@iris.silentflame.com> Message-ID: Your message dated Sat, 18 Apr 2020 17:34:27 +0000 with message-id and subject line Bug#952825: fixed in rust-whoami 0.8.1-1 has caused the Debian Bug report #952825, regarding rust-whoami: d/copyright issues 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 owner at bugs.debian.org immediately.) -- 952825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952825 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Sean Whitton Subject: rust-whoami: d/copyright issues Date: Sat, 29 Feb 2020 15:02:42 -0700 Size: 4874 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#952825: fixed in rust-whoami 0.8.1-1 Date: Sat, 18 Apr 2020 17:34:27 +0000 Size: 4915 URL: From ftpmaster at ftp-master.debian.org Sat Apr 18 19:20:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:20:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-getrandom_0.1.14-1_amd64.changes Message-ID: rust-getrandom_0.1.14-1_amd64.changes uploaded successfully to localhost along with the files: librust-getrandom+compiler-builtins-dev_0.1.14-1_amd64.deb librust-getrandom+core-dev_0.1.14-1_amd64.deb librust-getrandom+log-dev_0.1.14-1_amd64.deb librust-getrandom+rustc-dep-of-std-dev_0.1.14-1_amd64.deb librust-getrandom+stdweb-dev_0.1.14-1_amd64.deb librust-getrandom+test-in-browser-dev_0.1.14-1_amd64.deb librust-getrandom-dev_0.1.14-1_amd64.deb rust-getrandom_0.1.14-1_amd64.buildinfo rust-getrandom_0.1.14-1.dsc rust-getrandom_0.1.14.orig.tar.gz rust-getrandom_0.1.14-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 19:25:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:25:36 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-curl_0.4.28-1_amd64.changes Message-ID: rust-curl_0.4.28-1_amd64.changes uploaded successfully to localhost along with the files: librust-curl+force-system-lib-on-osx-dev_0.4.28-1_amd64.deb librust-curl+http2-dev_0.4.28-1_amd64.deb librust-curl+openssl-probe-dev_0.4.28-1_amd64.deb librust-curl+openssl-sys-dev_0.4.28-1_amd64.deb librust-curl+protocol-ftp-dev_0.4.28-1_amd64.deb librust-curl+spnego-dev_0.4.28-1_amd64.deb librust-curl+ssl-dev_0.4.28-1_amd64.deb librust-curl+static-curl-dev_0.4.28-1_amd64.deb librust-curl+static-ssl-dev_0.4.28-1_amd64.deb librust-curl-dev_0.4.28-1_amd64.deb rust-curl_0.4.28-1_amd64.buildinfo rust-curl_0.4.28-1.dsc rust-curl_0.4.28.orig.tar.gz rust-curl_0.4.28-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 19:25:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:25:37 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-regex_1.3.7-1_source.changes Message-ID: rust-regex_1.3.7-1_source.changes uploaded successfully to localhost along with the files: rust-regex_1.3.7-1.dsc rust-regex_1.3.7.orig.tar.gz rust-regex_1.3.7-1.debian.tar.xz rust-regex_1.3.7-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 19:25:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:25:36 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-num-cpus_1.13.0-1_source.changes Message-ID: rust-num-cpus_1.13.0-1_source.changes uploaded successfully to localhost along with the files: rust-num-cpus_1.13.0-1.dsc rust-num-cpus_1.13.0.orig.tar.gz rust-num-cpus_1.13.0-1.debian.tar.xz rust-num-cpus_1.13.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 19:25:38 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:25:38 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-curl-sys_0.4.30-1_source.changes Message-ID: rust-curl-sys_0.4.30-1_source.changes uploaded successfully to localhost along with the files: rust-curl-sys_0.4.30-1.dsc rust-curl-sys_0.4.30.orig.tar.gz rust-curl-sys_0.4.30-1.debian.tar.xz rust-curl-sys_0.4.30-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 19:34:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:34:10 +0000 Subject: [Pkg-rust-maintainers] rust-curl_0.4.28-1_amd64.changes is NEW Message-ID: binary:librust-curl+protocol-ftp-dev is NEW. binary:librust-curl+spnego-dev is NEW. binary:librust-curl+spnego-dev is NEW. binary:librust-curl+protocol-ftp-dev is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Sat Apr 18 19:34:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:34:17 +0000 Subject: [Pkg-rust-maintainers] rust-curl-sys_0.4.30-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 19:16:17 +0100 Source: rust-curl-sys Architecture: source Version: 0.4.30-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-curl-sys (0.4.30-1) unstable; urgency=medium . * Package curl-sys 0.4.30+curl-7.69.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: b6d0fd4ab07ca51ba50794d2f254dfb13a798d0c 2154 rust-curl-sys_0.4.30-1.dsc d1ed0e51610a37d84e459cf5a4b82d3cef7be3b8 15601 rust-curl-sys_0.4.30.orig.tar.gz 8a0e16b71379a5ff33483bfa4ce50db02505ec4c 3608 rust-curl-sys_0.4.30-1.debian.tar.xz 0425e3c08994ae59fb9b53849cd7eff528aa5853 6680 rust-curl-sys_0.4.30-1_source.buildinfo Checksums-Sha256: 16b06b05ad9e34d47f50a15d5bf388fc5493e318fd056c5e9e9e086e7bf26100 2154 rust-curl-sys_0.4.30-1.dsc 30146c7d3c483de825f50212effe670cf9422b52dff5597968dccce430a4a636 15601 rust-curl-sys_0.4.30.orig.tar.gz 7bb7a5806fc115ec83270e6667cb77410cb4492dcbc42afc528086554ae3e57b 3608 rust-curl-sys_0.4.30-1.debian.tar.xz 56271ef0599bf5426e3a71c0c8dfd1ef5924ba1b549b0f678ba4236871441625 6680 rust-curl-sys_0.4.30-1_source.buildinfo Files: 43e5193a20bd00b92ed2a813dc8c51db 2154 rust optional rust-curl-sys_0.4.30-1.dsc 7ba27e31127be1a619efa0c910008a9d 15601 rust optional rust-curl-sys_0.4.30.orig.tar.gz 8b9792027b4b85d01f7c584c13811a3b 3608 rust optional rust-curl-sys_0.4.30-1.debian.tar.xz af3d366b25f7228dd7030167bd730eb7 6680 rust optional rust-curl-sys_0.4.30-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXptD9QAKCRDrH8jaRfsp MK/vAQC99rPMaQlwuxpLjeNu0Ka3Kb9qNdP843iOiH+pjkz2OwEA4f+lh8HLTno/ R5nwptmRtLwroirqOHfroCJc4Sn1Wwo= =825F -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 19:34:29 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:34:29 +0000 Subject: [Pkg-rust-maintainers] rust-getrandom_0.1.14-1_amd64.changes is NEW Message-ID: binary:librust-getrandom+stdweb-dev is NEW. binary:librust-getrandom+test-in-browser-dev is NEW. binary:librust-getrandom+test-in-browser-dev is NEW. binary:librust-getrandom+stdweb-dev is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Sat Apr 18 19:34:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:34:36 +0000 Subject: [Pkg-rust-maintainers] rust-num-cpus_1.13.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 19:14:50 +0100 Source: rust-num-cpus Architecture: source Version: 1.13.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-num-cpus (1.13.0-1) unstable; urgency=medium . * Team upload. * Package num_cpus 1.13.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 4e954ed385864bd3e258a9560d1e8ed368b33db7 1613 rust-num-cpus_1.13.0-1.dsc 0b9b73086f2d7cfffda566f89ca392329edb504c 14704 rust-num-cpus_1.13.0.orig.tar.gz c7e71c4bf4ea7ee128882df59e75777a3b2a5a09 2948 rust-num-cpus_1.13.0-1.debian.tar.xz 6dcd8c11eee31c74d5ba363376ff479a3265b303 6585 rust-num-cpus_1.13.0-1_source.buildinfo Checksums-Sha256: 39f63f6dbf52391d6c8f875424556c231678b9d0e1be1cee1019f83ba02f66ba 1613 rust-num-cpus_1.13.0-1.dsc 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 14704 rust-num-cpus_1.13.0.orig.tar.gz fffefb88b7466dcb46337ac1139b6049e002f5f8b7ade611f921f0fdb6487a77 2948 rust-num-cpus_1.13.0-1.debian.tar.xz dbe867cdfc94be9c53de25ac6b6f7fa067001c60e8f6b7ef27ece31a6fcdb439 6585 rust-num-cpus_1.13.0-1_source.buildinfo Files: 7bae6624b10df34c9cb21cccc4037d4b 1613 rust optional rust-num-cpus_1.13.0-1.dsc c36d452e37c73b1e99f40bae18cddfdb 14704 rust optional rust-num-cpus_1.13.0.orig.tar.gz 03a127509073fd3e3a037f9ca97f8cad 2948 rust optional rust-num-cpus_1.13.0-1.debian.tar.xz 7dc898faa5aaef3fa21db384b60fe6df 6585 rust optional rust-num-cpus_1.13.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXptDoAAKCRDrH8jaRfsp MDGNAP9ocMsmYl8dPGGyvLQGxWJzyg1w1pbeYzc0XmFyCfqSEQD/Vo2FKnv9Yle3 nhlKo6EnPgJTaVS6uSoYdwY12pin5A8= =z13v -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 19:34:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 18:34:44 +0000 Subject: [Pkg-rust-maintainers] rust-regex_1.3.7-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 19:15:30 +0100 Source: rust-regex Architecture: source Version: 1.3.7-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-regex (1.3.7-1) unstable; urgency=medium . * Team upload. * Package regex 1.3.7 from crates.io using debcargo 2.4.2 Checksums-Sha1: 6e5a1b4975875ceeb600f7127c8c9e90f93186f7 3788 rust-regex_1.3.7-1.dsc fdec5287d1dcebd3445817b6af4d911f73f9595f 235600 rust-regex_1.3.7.orig.tar.gz 0ce0eb7a52fbc221266f69a208b4628bf358fbf5 4248 rust-regex_1.3.7-1.debian.tar.xz d2cd64e1f7a030458b83cb4a3890f4e472686728 6980 rust-regex_1.3.7-1_source.buildinfo Checksums-Sha256: 80105a773352df1bbadf5f71d9c0211d8b854d98600ee009ecb286160234c7d2 3788 rust-regex_1.3.7-1.dsc a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692 235600 rust-regex_1.3.7.orig.tar.gz bc5c9a7231169495e09523b4596bbdeb70d61b65ad848b24bb2938a7600d104f 4248 rust-regex_1.3.7-1.debian.tar.xz 42c00906b44884389955c2d307cad4e13c48be8588d9e79777653d20bdc1195b 6980 rust-regex_1.3.7-1_source.buildinfo Files: 06874a5ba51d91cb27e5eb2adfa6ec36 3788 rust optional rust-regex_1.3.7-1.dsc 26e3fed1cf505f5fd65b98fb149ca1aa 235600 rust optional rust-regex_1.3.7.orig.tar.gz 353f006e495aab44f57b7b7368934d53 4248 rust optional rust-regex_1.3.7-1.debian.tar.xz 67929e303b54f1840053f8cae84dd916 6980 rust optional rust-regex_1.3.7-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXptDxgAKCRDrH8jaRfsp MB+hAP9Y635WUYU4h/HKFldLVZfnHiy8tVOrwYaxiA2a0v5vLQD+PtsXuuUwf9qJ mMkkw7/On+r1u+G92IMI+OsjX/K2ngY= =1Xnr -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 20:00:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 19:00:12 +0000 Subject: [Pkg-rust-maintainers] rust-protobuf_2.8.1-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 24 Dec 2019 16:29:52 GMT Source: rust-protobuf Binary: librust-protobuf+bytes-dev librust-protobuf+serde-derive-dev librust-protobuf+serde-dev librust-protobuf+with-serde-dev librust-protobuf-dev Architecture: amd64 source Version: 2.8.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: librust-protobuf+bytes-dev - Google protocol buffers - feature "bytes" and 1 more librust-protobuf+serde-derive-dev - Google protocol buffers - feature "serde_derive" librust-protobuf+serde-dev - Google protocol buffers - feature "serde" librust-protobuf+with-serde-dev - Google protocol buffers - feature "with-serde" librust-protobuf-dev - Google protocol buffers - Rust source code Changes: rust-protobuf (2.8.1-1) unstable; urgency=medium . * Package protobuf 2.8.1 from crates.io using debcargo 2.4.0 Checksums-Sha256: 8047164cd4cf4234a25f92e605c05d168c7c02d232d4bfdb958394343da7cdd1 1104 librust-protobuf+bytes-dev_2.8.1-1_amd64.deb 94abb64748fe9c0b82ba205beaf05f9d9e4c6c32bf74ed452d195e01be30ecc2 1064 librust-protobuf+serde-derive-dev_2.8.1-1_amd64.deb db3f0a6d56ac107168a7fde815b1acc11b49115c64ae5043bdc01c650ce77e44 1052 librust-protobuf+serde-dev_2.8.1-1_amd64.deb d59662cb6ca9442ba53f689489d047660223e100856f4031268b830c82cd34ef 1072 librust-protobuf+with-serde-dev_2.8.1-1_amd64.deb b8cb0a7fd8ed0d839c00b66b274a842feacc57c5b458f866ecc943a8fea4cd95 107580 librust-protobuf-dev_2.8.1-1_amd64.deb 4d5b9a2133e6f16ad08be973b84a90eda23af3fbb8e08997ec7ca821d334f6e1 7617 rust-protobuf_2.8.1-1_amd64.buildinfo ffc98432739f1eeed5eb885265495370d780a34f3b75f0930ccf3c796727a311 1921 rust-protobuf_2.8.1-1.dsc 40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20 143489 rust-protobuf_2.8.1.orig.tar.gz 3334580e2af68f8170b40dfbc735363b3b65ee310aee4123af3831daa7e630ca 3020 rust-protobuf_2.8.1-1.debian.tar.xz Checksums-Sha1: 00e31b86e26ca08d57cff62e68214dec8c853ec2 1104 librust-protobuf+bytes-dev_2.8.1-1_amd64.deb 9c2dca824650b776a345ec710454d73b62257db8 1064 librust-protobuf+serde-derive-dev_2.8.1-1_amd64.deb 1ecd4a424b4fa0e7bf819ecee40a55f54e5e519b 1052 librust-protobuf+serde-dev_2.8.1-1_amd64.deb 7f3331be1c87d276a31c35773d9fe6336ab3b292 1072 librust-protobuf+with-serde-dev_2.8.1-1_amd64.deb 709b0f79ba0632aa92808bb8e4d3036fdb8d2997 107580 librust-protobuf-dev_2.8.1-1_amd64.deb 5348a061ce1a385361027c0c45eb448638f6451e 7617 rust-protobuf_2.8.1-1_amd64.buildinfo 47c9ca64e18b3b1ca55573dd4cd473159ec9a0c6 1921 rust-protobuf_2.8.1-1.dsc 380ae36525f53c8abd5386ba6158c6b8a53798ea 143489 rust-protobuf_2.8.1.orig.tar.gz 9734c74155f439febaf47bb06a9672a4876b31b1 3020 rust-protobuf_2.8.1-1.debian.tar.xz Files: 248e42d69a5c3340299a4cb6fb7a2679 1104 rust optional librust-protobuf+bytes-dev_2.8.1-1_amd64.deb 10b18c6c12a1a424fa96db87f5ee3494 1064 rust optional librust-protobuf+serde-derive-dev_2.8.1-1_amd64.deb 6cb4a9a0050c34170e45de42ca5cf2ae 1052 rust optional librust-protobuf+serde-dev_2.8.1-1_amd64.deb af23cfd74f3ddca8f978cf3b4fe437eb 1072 rust optional librust-protobuf+with-serde-dev_2.8.1-1_amd64.deb 937163004645df42cc1c4453647bf446 107580 rust optional librust-protobuf-dev_2.8.1-1_amd64.deb d7acd004bc9c68b5b7c497ddfb4d0cc6 7617 rust optional rust-protobuf_2.8.1-1_amd64.buildinfo e49eb46307f5cf22d03f4ca7504af09e 1921 rust optional rust-protobuf_2.8.1-1.dsc 2900b6692d64daab0354a37edd09eab8 143489 - - rust-protobuf_2.8.1.orig.tar.gz dc68bbd0c71cc312e15d038196bcb7f5 3020 - - rust-protobuf_2.8.1-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXgI9AQAKCRDrH8jaRfsp MBxjAPoCUeSWxc+6/Q0jVSN+o1t3l6UnpivMQ6wBUCAw/9fIwAEAzHfD9kcNbQEf PymYBR0jifVn8i2FhtnOdfsvB02sIAM= =nGJy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 20:05:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 19:05:53 +0000 Subject: [Pkg-rust-maintainers] Processing of cargo_0.43.1-1_source.changes Message-ID: cargo_0.43.1-1_source.changes uploaded successfully to localhost along with the files: cargo_0.43.1-1.dsc cargo_0.43.1.orig-vendor.tar.gz cargo_0.43.1.orig.tar.gz cargo_0.43.1-1.debian.tar.xz cargo_0.43.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From infinity0 at debian.org Sat Apr 18 20:01:59 2020 From: infinity0 at debian.org (Ximin Luo) Date: Sat, 18 Apr 2020 20:01:59 +0100 Subject: [Pkg-rust-maintainers] Bug#955638: Bug#955638: Bug#955638: cargo: please package recent version In-Reply-To: References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Sorry, I had a brain-fart here. We have 2 cargo packages, 1 (rust-cargo) that is part of our rust crate packaging ecosystem with its web of dependencies, and 1 (cargo) that explicitly embeds its dependencies to avoid this type of issue. The latter is what you want, and I've just uploaded it too, so there should be no need to wait for the below packages. I got confused earlier because we use rust-cargo to update cargo, and I temporarily forgot my own instructions on updating the packaging. So Thunderbird should now be unblocked on this front. Best, Ximin Ximin Luo: > Hi Carsten, cargo 0.43.1 has been packaged and source-only uploaded, however for it to be built, it will have to wait for the following packages to clear NEW: > > rust-bitmaps_2.1.0-1_amd64.ftp-master.upload > rust-im-rc_14.3.0-1_amd64.ftp-master.upload > rust-sized-chunks_0.6.1-1_amd64.ftp-master.upload > > I will ping them to hopefully get a bit more priority. > > Best, > Ximin > > Carsten Schoenert: >> Hello Ximin, >> >> Am 04.04.20 um 02:17 schrieb Ximin Luo: >>> Hi Carsten, it might be a couple of weeks until we get this done. >>> Have you tried just deleting the version constraint and using the >>> existing version in Debian sid? >> I've tried to figure out the right place there this version check is >> happen. In most cases this is file ./old-configure.in within the >> Thunderbird sources. But I did have no luck on this until now. I will >> look further into this part this weekend I guess, mostly the version >> checks from the Firefox environment are to strict for Thunderbird, yes. >> Most of the parts from the Firefox source are not built for Thunderbird >> but the configure script is checking this. >> >> In the long term this is always just a workaround which, if I do this, I >> need to proof deeply before uploading new packages even to experimental. >> So if you ever find time to have a look into newer cargo versions please >> keep an eye on this. >> >> It's currently really frustrating that I'm unable to build a recent >> Thunderbird Beta version due every time new version dependencies around >> Rust are popping up. This is not your fault, but shows me how complex >> and fragile the Rust ecosystem currently is. >> >> The built is just the first problem I need to solve, Mozilla has again >> changed some previously internally parts in Thunderbird and I need to >> adopt the Debian built to this again. >> > > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From c.schoenert at t-online.de Sat Apr 18 20:07:30 2020 From: c.schoenert at t-online.de (Carsten Schoenert) Date: Sat, 18 Apr 2020 21:07:30 +0200 Subject: [Pkg-rust-maintainers] Bug#955638: cargo: please package recent version In-Reply-To: References: <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <48c4f94f-0d00-7c9b-61a7-a417477f1119@t-online.de> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> <158594048191.46492.9261899372467241597.reportbug@i5.cruise.homelinux.net> Message-ID: Hi Ximin, Am 18.04.20 um 21:01 schrieb Ximin Luo: > Sorry, I had a brain-fart here. > > We have 2 cargo packages, 1 (rust-cargo) that is part of our rust > crate packaging ecosystem with its web of dependencies, and 1 (cargo) > that explicitly embeds its dependencies to avoid this type of issue. > > The latter is what you want, and I've just uploaded it too, so there > should be no need to wait for the below packages. I got confused > earlier because we use rust-cargo to update cargo, and I temporarily > forgot my own instructions on updating the packaging. > > So Thunderbird should now be unblocked on this front. thanks! In the between time I've untangled the remaining build issues (and removed the version check for cargo for now) within the latest beta and could create working packages. I uploaded these a few hours ago and TB 1:76.0~b1-1 waits for review in NEW too. I'm happy I did make some remarkable process on this! -- Regards Carsten Schoenert From ftpmaster at ftp-master.debian.org Sat Apr 18 20:18:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 19:18:56 +0000 Subject: [Pkg-rust-maintainers] cargo_0.43.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 19:54:01 +0100 Source: cargo Architecture: source Version: 0.43.1-1 Distribution: unstable Urgency: medium Maintainer: Rust Maintainers Changed-By: Ximin Luo Changes: cargo (0.43.1-1) unstable; urgency=medium . [ Fabian Grünbichler ] * New upstream release. Checksums-Sha1: 44f25cb0664ea0ea2890a95b8d30b3c1ea918e0c 1980 cargo_0.43.1-1.dsc 5c8f80d3d707fd6d7612901c75b85dafe5b5a448 6483857 cargo_0.43.1.orig-vendor.tar.gz a33dd96297bfa7c010653ab7a33708972e2f723f 1172290 cargo_0.43.1.orig.tar.gz f9cf933b9b2844fdc9283604e5996740277bca6f 40412 cargo_0.43.1-1.debian.tar.xz 9bb3055515536de2f22bd772bf15a2247df6e61b 7218 cargo_0.43.1-1_source.buildinfo Checksums-Sha256: 8d52ad0a38a55a48a5ec341109882db29c27e1562325ef9ce317a4766145888c 1980 cargo_0.43.1-1.dsc 39c0b7a45e42704b09dcb8a1d616092752735ed0140b15b466d5b27fafd35d12 6483857 cargo_0.43.1.orig-vendor.tar.gz e154a7a17e70eb51b1763786768c5e352a9d65bb43b85fca112f5e755dc7f8c7 1172290 cargo_0.43.1.orig.tar.gz 149819778ddd0fef69ae22ed744b63dba1e62951e5d9024a5cc48d5e979ea533 40412 cargo_0.43.1-1.debian.tar.xz a75c471f718490a8cda82aec001fe57531f969e594f52a53fa32da5543307b83 7218 cargo_0.43.1-1_source.buildinfo Files: 10631fb029f5070460bd5d8efc792767 1980 devel optional cargo_0.43.1-1.dsc b374315e79634c533a73195834375d88 6483857 devel optional cargo_0.43.1.orig-vendor.tar.gz 3bc06d233b903d880d0e1ad3377088b9 1172290 devel optional cargo_0.43.1.orig.tar.gz 09edb40b3405b9cc907722c70f20bfeb 40412 devel optional cargo_0.43.1-1.debian.tar.xz c932b2bdafee38e4f17226dd1e044999 7218 devel optional cargo_0.43.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXptM5gAKCRDrH8jaRfsp MJ/uAQDuaHa2V6iCqxqFdHLOwYTmhqDyQEtwhEdZJFqRYOGPAAEAhDuYKRLZYu+B G2FdMu5aXDn7KS9DzgU/uCKR83cSZgs= =SdNv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 20:56:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 19:56:50 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-tabwriter_1.2.1-1_source.changes Message-ID: rust-tabwriter_1.2.1-1_source.changes uploaded successfully to localhost along with the files: rust-tabwriter_1.2.1-1.dsc rust-tabwriter_1.2.1.orig.tar.gz rust-tabwriter_1.2.1-1.debian.tar.xz rust-tabwriter_1.2.1-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From owner at bugs.debian.org Sat Apr 18 20:57:08 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 18 Apr 2020 19:57:08 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953178 References: <1587239653-505-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953178 Bug #953178 [src:rust-findshlibs] src:rust-findshlibs: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953178 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Sat Apr 18 21:01:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 20:01:52 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cargo-outdated_0.9.9-1_source.changes Message-ID: rust-cargo-outdated_0.9.9-1_source.changes uploaded successfully to localhost along with the files: rust-cargo-outdated_0.9.9-1.dsc rust-cargo-outdated_0.9.9.orig.tar.gz rust-cargo-outdated_0.9.9-1.debian.tar.xz rust-cargo-outdated_0.9.9-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 21:01:51 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 20:01:51 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-debcargo_2.4.3-1_source.changes Message-ID: rust-debcargo_2.4.3-1_source.changes uploaded successfully to localhost along with the files: rust-debcargo_2.4.3-1.dsc rust-debcargo_2.4.3.orig.tar.gz rust-debcargo_2.4.3-1.debian.tar.xz rust-debcargo_2.4.3-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 18 21:41:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 20:41:10 +0000 Subject: [Pkg-rust-maintainers] rust-cargo-outdated_0.9.9-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 20:50:00 +0100 Source: rust-cargo-outdated Architecture: source Version: 0.9.9-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-cargo-outdated (0.9.9-1) unstable; urgency=medium . * Package cargo-outdated 0.9.9 from crates.io using debcargo 2.4.2 Checksums-Sha1: 83a1a0365e0d05cb386e68f067d5bb282699fed4 1970 rust-cargo-outdated_0.9.9-1.dsc 3a8598079d41393fad0fbd93855324b480e63883 31027 rust-cargo-outdated_0.9.9.orig.tar.gz ae08ca5eac3076cac7cbc09cab1691fa0787fb86 2512 rust-cargo-outdated_0.9.9-1.debian.tar.xz 313ae8dc229e04e82ddf723a112132b3bfe37899 6599 rust-cargo-outdated_0.9.9-1_source.buildinfo Checksums-Sha256: 3df0e302ea6211ee02df01ae57200d8abb83e581146f09b62bf4f28748ea4b79 1970 rust-cargo-outdated_0.9.9-1.dsc 85fde13a0b56dbe40ff6bda0a36e14bf1068b71b817f0190c2396730f9825604 31027 rust-cargo-outdated_0.9.9.orig.tar.gz c84fc13c789e0524c7320d0aec0890c29b1664890daf904cc54611fa01c9a24d 2512 rust-cargo-outdated_0.9.9-1.debian.tar.xz 503234212af41ed1c58348e8ab11138779427bee6164fac89b0feddc188b441e 6599 rust-cargo-outdated_0.9.9-1_source.buildinfo Files: c7ac99838e5fccc62e479ac107653c7e 1970 rust optional rust-cargo-outdated_0.9.9-1.dsc d86b7d59da8c9076c503ddffcac10c45 31027 rust optional rust-cargo-outdated_0.9.9.orig.tar.gz 785edd022bc8b3e969a177f27de0a4c9 2512 rust optional rust-cargo-outdated_0.9.9-1.debian.tar.xz 687e4caa690de3d8c6480364fa61a952 6599 rust optional rust-cargo-outdated_0.9.9-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXptZ7AAKCRDrH8jaRfsp MKSnAQCKkZD1mQkUIAEUoScOe7hIiRf22g81Xb7LN3D5RJi5rAD9F70zU3LY1vyT 5+VmqvwHaYMexnPdD/ileGA5ymVVpQs= =BJnd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 21:41:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 20:41:20 +0000 Subject: [Pkg-rust-maintainers] rust-debcargo_2.4.3-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 20:52:06 +0100 Source: rust-debcargo Architecture: source Version: 2.4.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-debcargo (2.4.3-1) unstable; urgency=medium . * Package debcargo 2.4.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: c7e083e646bdcfc2eead6edf52ec10737c61ac7c 2185 rust-debcargo_2.4.3-1.dsc efe197e4bf4fa0390763a6b3b775fd83eb1fee8c 69718 rust-debcargo_2.4.3.orig.tar.gz 1566d64dac03089c1b7f91d1219444db15da03f8 3152 rust-debcargo_2.4.3-1.debian.tar.xz 82c9cb242a0d032477c366652527a2cb111b45c5 6590 rust-debcargo_2.4.3-1_source.buildinfo Checksums-Sha256: c2869a61300fef977cc7f718f31d8f070897abb57763ad06484f78d9527ecc15 2185 rust-debcargo_2.4.3-1.dsc d0e333a9bc3ceb966bcdf51c7331e792e41d5b1659355a1e7541b6fdfbea5b1b 69718 rust-debcargo_2.4.3.orig.tar.gz ae00906d6dd9880dc6af596b5306acd8963792eeab212b6dc89c6dc56434446f 3152 rust-debcargo_2.4.3-1.debian.tar.xz 7af4bf897f188e48fd98893f90fc797c3a4e12b944d22e31b16088514805846f 6590 rust-debcargo_2.4.3-1_source.buildinfo Files: 5521945ee357029fd54bbcce5856d942 2185 rust optional rust-debcargo_2.4.3-1.dsc c414c2a8ca7a4a3a2799d1dd47667d6b 69718 rust optional rust-debcargo_2.4.3.orig.tar.gz 9309bf05f87dc616016325ca32625155 3152 rust optional rust-debcargo_2.4.3-1.debian.tar.xz 1ab7d897f0dd8619dc628d77de23a409 6590 rust optional rust-debcargo_2.4.3-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXptaaQAKCRDrH8jaRfsp MHcCAP0ZbXp6zQ6mTIsreIpnQJOkBDkEFI+WsAMUwgXcRA9XcQD/Sp+iz6ymFcuu 7wEe/Eqs/O4+aPaXusUpuRerOZlupgo= =chXk -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 18 21:41:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 18 Apr 2020 20:41:54 +0000 Subject: [Pkg-rust-maintainers] rust-tabwriter_1.2.1-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 18 Apr 2020 20:49:23 +0100 Source: rust-tabwriter Architecture: source Version: 1.2.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-tabwriter (1.2.1-1) unstable; urgency=medium . * Team upload. * Package tabwriter 1.2.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 5e1dd2f580a9ad6ea527fc57fd49d8d421341c4a 1899 rust-tabwriter_1.2.1-1.dsc cc809bff7e28fe7ead786f898afaf020c5925046 9320 rust-tabwriter_1.2.1.orig.tar.gz 1aa10c3d63b4e9e5f85b3be963e27576b4d26d88 3148 rust-tabwriter_1.2.1-1.debian.tar.xz 8041d0d2cdedd5a7b800d0daa6de1b27a3bed876 6686 rust-tabwriter_1.2.1-1_source.buildinfo Checksums-Sha256: bee45e1136d8e34120bf83ab8d148c520ef26ad2a9f70cac80680eaae9a489cc 1899 rust-tabwriter_1.2.1-1.dsc 36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111 9320 rust-tabwriter_1.2.1.orig.tar.gz 9677b582969c3517ea7fee100dea8955c6ecd59a752065c2f951c2c74e826427 3148 rust-tabwriter_1.2.1-1.debian.tar.xz d7ea9dd60b97153929e586e16e16e00c33da68dfd9fb4cac5671521d2a433628 6686 rust-tabwriter_1.2.1-1_source.buildinfo Files: 70efbe7639151c2b0d0100dcbb569977 1899 rust optional rust-tabwriter_1.2.1-1.dsc 0bfeae632cdc26bf308ee1272abcf584 9320 rust optional rust-tabwriter_1.2.1.orig.tar.gz 5ea294d023197a8baf1d604493ca60c9 3148 rust optional rust-tabwriter_1.2.1-1.debian.tar.xz 21bf8939aced816e3b2b6d5303ba5a15 6686 rust optional rust-tabwriter_1.2.1-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXptZxgAKCRDrH8jaRfsp MDbnAQDBmC3ovHKEU83nDcTWYW+VFuue/S8oKWklPNEV586G8gD/agXbcizMjx8H AWChbZfEk7ytH8t2UNBoBhaqzrAdAA0= =SP7+ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-deque 0.7.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-crossbeam-deque source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-rfc822-sanitizer 0.3.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-rfc822-sanitizer source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-rayon 1.1.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-rayon source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.1.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-colored-json 2.1.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-colored-json source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-crossbeam-epoch 0.8.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-crossbeam-epoch source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-jpeg-decoder 0.1.15-2 MIGRATED to testing Message-ID: FYI: The status of the rust-jpeg-decoder source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.15-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-chrono 0.4.10-2 MIGRATED to testing Message-ID: FYI: The status of the rust-chrono source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.10-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-js-sys 0.3.35-1 MIGRATED to testing Message-ID: FYI: The status of the rust-js-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.35-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-cargo-metadata 0.9.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-cargo-metadata source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-gimli 0.19.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gimli source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.19.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-web-sys 0.3.35-1.1 MIGRATED to testing Message-ID: FYI: The status of the rust-web-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.35-1.1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-plist 0.5.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-plist source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-rusty-tags 3.5.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-rusty-tags source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.5.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-tinytemplate 1.0.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-tinytemplate source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-stdweb-internal-macros 0.2.9-1 MIGRATED to testing Message-ID: FYI: The status of the rust-stdweb-internal-macros source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.9-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-termion 1.5.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-termion source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.5.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-wasm-bindgen 0.2.58-1 MIGRATED to testing Message-ID: FYI: The status of the rust-wasm-bindgen source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.58-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-serde-json 1.0.41-1 MIGRATED to testing Message-ID: FYI: The status of the rust-serde-json source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.41-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-hashbrown 0.1.8-1 MIGRATED to testing Message-ID: FYI: The status of the rust-hashbrown source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-toml 0.5.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-toml source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-h2 0.1.26-1 MIGRATED to testing Message-ID: FYI: The status of the rust-h2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.26-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-indexmap 1.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-indexmap source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-ripgrep 12.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-ripgrep source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 12.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-stdweb 0.4.20-1 MIGRATED to testing Message-ID: FYI: The status of the rust-stdweb source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.20-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 19 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 19 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-rayon-core 1.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rayon-core source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Sun Apr 19 11:00:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 19 Apr 2020 10:00:13 +0000 Subject: [Pkg-rust-maintainers] rust-xcb_0.9.0-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 24 Dec 2019 14:29:27 GMT Source: rust-xcb Binary: librust-xcb+debug-all-dev librust-xcb+present-dev librust-xcb+x11-dev librust-xcb+xfixes-dev librust-xcb+xlib-xcb-dev librust-xcb-dev Architecture: amd64 source Version: 0.9.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: librust-xcb+debug-all-dev - Rust bindings and wrappers for XCB - feature "debug_all" librust-xcb+present-dev - Rust bindings and wrappers for XCB - feature "present" librust-xcb+x11-dev - Rust bindings and wrappers for XCB - feature "x11" librust-xcb+xfixes-dev - Rust bindings and wrappers for XCB - feature "xfixes" and 3 more librust-xcb+xlib-xcb-dev - Rust bindings and wrappers for XCB - feature "xlib_xcb" librust-xcb-dev - Rust bindings and wrappers for XCB - Rust source code Changes: rust-xcb (0.9.0-1) unstable; urgency=medium . * Package xcb 0.9.0 from crates.io using debcargo 2.4.0 Checksums-Sha256: 71bd6b4df23413fa65bd2bffa7981ad719ac3027f6fa8692385e45651c36a74c 1140 librust-xcb+debug-all-dev_0.9.0-1_amd64.deb a420c8d9a6f58ff42ad2da24536f2adc02ea78ba97851ca8e5d918a2b74eac2f 1024 librust-xcb+present-dev_0.9.0-1_amd64.deb 28a32a82727eebf93847fbe262fddc4244a5da1a0282e67c8e999bd407db4778 1028 librust-xcb+x11-dev_0.9.0-1_amd64.deb c24b6a706cab8605a4f1c988cf288062df8fe2b4743fc15b2d27c84b78127b0b 1144 librust-xcb+xfixes-dev_0.9.0-1_amd64.deb e9b90c8f783555b3794cf238b614c25cbbc001216c5dc2fffdf07f089a10b89f 1028 librust-xcb+xlib-xcb-dev_0.9.0-1_amd64.deb dd4117236115c959fb4a047bb06611992b4e7fc2fd1cc1618cc16fb68bbd97fa 109696 librust-xcb-dev_0.9.0-1_amd64.deb be24998ce0d45149909b491616fb8bb42868c8b3cd19aff1bc394feaa7bba2d0 8171 rust-xcb_0.9.0-1_amd64.buildinfo 5a3dbc6f73d1395b42a1838224c3f8040d40fbecc96775771b6505b19824f0cc 1941 rust-xcb_0.9.0-1.dsc 62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6 129744 rust-xcb_0.9.0.orig.tar.gz f31e56e843ec1efcbdfcb693963d6d42e483acb976528ddb9a59caf9e920b689 4664 rust-xcb_0.9.0-1.debian.tar.xz Checksums-Sha1: bc43eceebf73b941e6c80e9b1a0b3f05164a27a9 1140 librust-xcb+debug-all-dev_0.9.0-1_amd64.deb 4ad0c1840171109d9ffae89e950fdb69a8910826 1024 librust-xcb+present-dev_0.9.0-1_amd64.deb a44891c8e79a9dcabf9f99971433b4266aab08e1 1028 librust-xcb+x11-dev_0.9.0-1_amd64.deb c1ae2366cf484137685c498db6ce4e3bc56a2355 1144 librust-xcb+xfixes-dev_0.9.0-1_amd64.deb d09ea9402d7a2f8545241562aa9f8a7a1cfdd159 1028 librust-xcb+xlib-xcb-dev_0.9.0-1_amd64.deb 5375a8925ef35fff89460f13ade72b60e9acf617 109696 librust-xcb-dev_0.9.0-1_amd64.deb 8ccc37895f28ecd12babbe8dc5026dea7a8c164e 8171 rust-xcb_0.9.0-1_amd64.buildinfo 34495261dffe39932afe1d80086a892340073169 1941 rust-xcb_0.9.0-1.dsc d4d6759486c5918ea5464a581e6237718f40067e 129744 rust-xcb_0.9.0.orig.tar.gz 70f0f1564e3067928d0a9b5c02427dfae71d8d2d 4664 rust-xcb_0.9.0-1.debian.tar.xz Files: d4209dfd77022b55130e1779d24e2ee1 1140 rust optional librust-xcb+debug-all-dev_0.9.0-1_amd64.deb bf539508c03e9b0fd6640119d057c4f5 1024 rust optional librust-xcb+present-dev_0.9.0-1_amd64.deb 03bf649e7e6625115f393efe38271c50 1028 rust optional librust-xcb+x11-dev_0.9.0-1_amd64.deb f31a22f7e2888f37fa4eb1b89837d57c 1144 rust optional librust-xcb+xfixes-dev_0.9.0-1_amd64.deb dbdb27993c74f976d310a5648791796a 1028 rust optional librust-xcb+xlib-xcb-dev_0.9.0-1_amd64.deb 1f04f5ba1c73e46b87749be9db8ed67f 109696 rust optional librust-xcb-dev_0.9.0-1_amd64.deb 4b7fdf89d44e405f51b3e134a45ce29c 8171 rust optional rust-xcb_0.9.0-1_amd64.buildinfo 70be0753933d0f7bf2c43e38a942774b 1941 rust optional rust-xcb_0.9.0-1.dsc bc17188adb6a07610c3a78bfb184ef59 129744 - - rust-xcb_0.9.0.orig.tar.gz a8d20788726dc802693a0cc30fc4b0b0 4664 - - rust-xcb_0.9.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXgIgxwAKCRDrH8jaRfsp MMIMAP91OpZRkBww6otgOqq1VxyNAfw1YPeqeDf+aZ2DaQX9kwEA+nYOUdnHx83s /CWpnfu7vVC028puv6q53n6EWpIjNwE= =Q/jC -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace-sys 0.1.35-1 MIGRATED to testing Message-ID: FYI: The status of the rust-backtrace-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.35-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-phf 0.8.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-phf source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-bytecount 0.6.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-bytecount source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-chacha 0.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-chacha source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-cmake 0.1.42-1 MIGRATED to testing Message-ID: FYI: The status of the rust-cmake source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.42-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-error-chain 0.12.2-3 MIGRATED to testing Message-ID: FYI: The status of the rust-error-chain source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.12.2-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-memsec 0.5.7-2 MIGRATED to testing Message-ID: FYI: The status of the rust-memsec source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.7-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-compiler-builtins 0.1.26-2 MIGRATED to testing Message-ID: FYI: The status of the rust-compiler-builtins source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.26-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gettext-rs 0.4.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-gettext-rs source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-pcre2-sys 0.2.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pcre2-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-parking-lot-0.7 0.7.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-parking-lot-0.7 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-parking-lot 0.10.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-parking-lot source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-ctrlc 3.1.3-3 MIGRATED to testing Message-ID: FYI: The status of the rust-ctrlc source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.1.3-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-jobserver 0.1.17-2 MIGRATED to testing Message-ID: FYI: The status of the rust-jobserver source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.17-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-lscolors 0.6.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lscolors source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-libmount 0.1.15-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libmount source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-libz-sys 1.0.25-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libz-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.25-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-nix 0.16.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-nix source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.16.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-encoding-rs 0.8.22-1 MIGRATED to testing Message-ID: FYI: The status of the rust-encoding-rs source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.22-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-object 0.12.0-3 MIGRATED to testing Message-ID: FYI: The status of the rust-object source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.12.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-nettle 6.0.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-nettle source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 6.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-sleef-sys 0.1.2-3 MIGRATED to testing Message-ID: FYI: The status of the rust-sleef-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.2-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gdk-pixbuf 0.7.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gdk-pixbuf source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-grep-printer 0.1.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-grep-printer source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-nitrokey 0.3.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-nitrokey source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-uuid 0.8.1-3 MIGRATED to testing Message-ID: FYI: The status of the rust-uuid source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.1-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-textwrap 0.11.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-textwrap source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.11.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-term-grid 0.1.7-1 MIGRATED to testing Message-ID: FYI: The status of the rust-term-grid source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-which 3.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-which source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-zoneinfo-compiled 0.4.8-1 MIGRATED to testing Message-ID: FYI: The status of the rust-zoneinfo-compiled source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-zip 0.5.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-zip source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-xorshift 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-xorshift source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rustyline 6.0.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rustyline source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 6.0.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-sha2-asm 0.5.1-3 MIGRATED to testing Message-ID: FYI: The status of the rust-sha2-asm source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.1-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-getrandom 0.1.13-4 MIGRATED to testing Message-ID: FYI: The status of the rust-getrandom source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.13-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-freetype-sys 0.9.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-freetype-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-datetime 0.4.7-2 MIGRATED to testing Message-ID: FYI: The status of the rust-datetime source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.7-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-width 0.1.7-2.1 MIGRATED to testing Message-ID: FYI: The status of the rust-unicode-width source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-2.1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rusty-fork 0.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rusty-fork source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-pango 0.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pango source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-phf-codegen 0.8.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-phf-codegen source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gtk-rs-lgpl-docs 0.1.12-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gtk-rs-lgpl-docs source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.12-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-petgraph 0.5.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-petgraph source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-addr2line 0.10.0-3 MIGRATED to testing Message-ID: FYI: The status of the rust-addr2line source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-bindgen 0.51.1-4 MIGRATED to testing Message-ID: FYI: The status of the rust-bindgen source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.51.1-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gio 0.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-gio source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-fd-find 7.5.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-fd-find source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 7.5.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-encoding-rs-io 0.1.6-2 MIGRATED to testing Message-ID: FYI: The status of the rust-encoding-rs-io source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.6-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-extprim 1.7.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-extprim source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.7.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-num-complex 0.2.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-num-complex source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-failure 0.1.7-1 MIGRATED to testing Message-ID: FYI: The status of the rust-failure source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rustc-demangle 0.1.16-4 MIGRATED to testing Message-ID: FYI: The status of the rust-rustc-demangle source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.16-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-proptest 0.9.4-3 MIGRATED to testing Message-ID: FYI: The status of the rust-proptest source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.4-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-clap 2.33.0-5 MIGRATED to testing Message-ID: FYI: The status of the rust-clap source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.33.0-5 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-ena 0.13.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-ena source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.13.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-atk 0.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-atk source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-bs58 0.2.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-bs58 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-clang-sys 0.28.1-6 MIGRATED to testing Message-ID: FYI: The status of the rust-clang-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.28.1-6 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-cbindgen 0.14.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-cbindgen source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.14.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-approx 0.3.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-approx source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-pcg 0.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-pcg source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-nettle-sys 2.0.4-3 MIGRATED to testing Message-ID: FYI: The status of the rust-nettle-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.4-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand 0.7.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-xoshiro 0.4.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-xoshiro source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-hc 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-hc source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-flate2 1.0.13-2 MIGRATED to testing Message-ID: FYI: The status of the rust-flate2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.13-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-core 0.5.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-core source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-lzma-sys 0.1.15-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lzma-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-caps 0.3.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-caps source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-ansi-colours 1.0.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-ansi-colours source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-phf-generator 0.8.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-phf-generator source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-structopt 0.3.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-structopt source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rustdoc-stripper 0.1.9-2 MIGRATED to testing Message-ID: FYI: The status of the rust-rustdoc-stripper source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.9-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-os 0.2.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-os source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-buffered-reader 0.14.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-buffered-reader source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.14.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-phf-macros 0.8.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-phf-macros source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-onig-sys 69.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-onig-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 69.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-bzip2-sys 0.1.7-2 MIGRATED to testing Message-ID: FYI: The status of the rust-bzip2-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-md5 0.7.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-md5 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-hexyl 0.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-hexyl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-grep-searcher 0.1.7-1 MIGRATED to testing Message-ID: FYI: The status of the rust-grep-searcher source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-bzip2 0.3.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-bzip2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:24 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:24 +0000 Subject: [Pkg-rust-maintainers] rust-backtrace 0.3.44-6 MIGRATED to testing Message-ID: FYI: The status of the rust-backtrace source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.44-6 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-tempfile 3.1.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-tempfile source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.1.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-parking-lot-core-0.4 0.4.0-4 MIGRATED to testing Message-ID: FYI: The status of the rust-parking-lot-core-0.4 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.0-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-packed-simd 0.3.3-4 MIGRATED to testing Message-ID: FYI: The status of the rust-packed-simd source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-pad 0.1.6-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pad source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.6-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-once-cell 1.3.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-once-cell source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.3.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-string-cache-codegen 0.5.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-string-cache-codegen source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-sha2 0.8.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-sha2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-parking-lot-core 0.7.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-parking-lot-core source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-syslog 4.0.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-syslog source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 4.0.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-fern 0.5.8-1 MIGRATED to testing Message-ID: FYI: The status of the rust-fern source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-pcre2 0.2.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-pcre2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-const-random-macro 0.1.8-1 MIGRATED to testing Message-ID: FYI: The status of the rust-const-random-macro source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-console 0.8.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-console source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-sequoia-openpgp 0.15.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-sequoia-openpgp source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.15.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-sequoia-sqv 0.15.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-sequoia-sqv source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.15.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-quickcheck 0.9.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-quickcheck source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-grep-pcre2 0.1.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-grep-pcre2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:29 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:29 +0000 Subject: [Pkg-rust-maintainers] rust-rand-isaac 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rand-isaac source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gettext-sys 0.19.8-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gettext-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.19.8-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-lalrpop 0.17.2-4 MIGRATED to testing Message-ID: FYI: The status of the rust-lalrpop source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.17.2-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-markup5ever 0.10.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-markup5ever source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-lua52-sys 0.1.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lua52-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-libloading 0.5.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libloading source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-cc 1.0.50-5 MIGRATED to testing Message-ID: FYI: The status of the rust-cc source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.50-5 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Mon Apr 20 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 20 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-include-dir-impl 0.5.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-include-dir-impl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From lamby at debian.org Mon Apr 20 12:02:41 2020 From: lamby at debian.org (Chris Lamb) Date: Mon, 20 Apr 2020 12:02:41 +0100 Subject: [Pkg-rust-maintainers] Bug#958301: dh-cargo: please make the output reproducible Message-ID: <4670c705-a13c-4762-a3e6-55828600fac4@sloti1d2t11> Source: dh-cargo Version: 23 Severity: wishlist Tags: patch User: reproducible-builds at lists.alioth.debian.org Usertags: buildpath toolchain X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org Hi, Whilst working on the Reproducible Builds effort [0] we noticed that dh-cargo generates/installs non-reproducible output. For example, here is rust-difference 2.0.0-1: │ │ │ ├── ./usr/.crates2.json │ │ │ │ │ @@ -1,10 +1,10 @@ │ │ │ │ │ { │ │ │ │ │ "installs": { │ │ │ │ │ - "difference 2.0.0 (path+file:///build/1st/rust-difference-2.0.0)": { │ │ │ │ │ + "difference 2.0.0 (path+file:///build/2/rust-difference-2.0.0/2nd)": { Proof-of-concept patch attached that strips all these files. It might be better to do this elsewhere, up to you. --- a/cargo.pm +++ b/cargo.pm @@ -170,6 +170,7 @@ sub install { my $destdir = $ENV{'DESTDIR'} || $this->get_sourcepath("debian/" . $this->{binpkg}); doit("env", "DESTDIR=$destdir", "/usr/share/cargo/bin/cargo", "install", @_); + doit('find', $destdir, '-name', '.crates2.json', '-exec', 'rm', '{}', '+'); # generate Built-Using fields Note that this file is being installed to /usr (!) which is likely a pretty severe bug here or in rust-difference, but I'll leave that with you. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dh-cargo.diff.txt URL: From ftpmaster at ftp-master.debian.org Mon Apr 20 12:31:22 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:31:22 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-aes_0.3.2-2_source.changes Message-ID: rust-aes_0.3.2-2_source.changes uploaded successfully to localhost along with the files: rust-aes_0.3.2-2.dsc rust-aes_0.3.2-2.debian.tar.xz rust-aes_0.3.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:33:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:33:33 +0000 Subject: [Pkg-rust-maintainers] rust-aes_0.3.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:23:59 +0200 Source: rust-aes Architecture: source Version: 0.3.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-aes (0.3.2-2) unstable; urgency=medium . * Team upload. * Package aes 0.3.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 1e5eedb9bf3139864f42876d382db69e2a67b3f2 2241 rust-aes_0.3.2-2.dsc 0e2abd3bbcd2a02be2b7e7425cf87d13e86311d7 2840 rust-aes_0.3.2-2.debian.tar.xz 7aeb28dd3e363eaa46fa81416ca6fe0ccbf18d44 8169 rust-aes_0.3.2-2_source.buildinfo Checksums-Sha256: 275663e957ca0227439e51404ea72fb74375d42fd2f33bed1083da72fa8aab8f 2241 rust-aes_0.3.2-2.dsc 22a44c10c448045f8bde3fc8b7beed5d4ec438347e08f31ded8e8c25b8ce7055 2840 rust-aes_0.3.2-2.debian.tar.xz 95d902563d4e549957486b5e60463a2b45f4260df2bc37b0f49bca559213617a 8169 rust-aes_0.3.2-2_source.buildinfo Files: 5192701d7cab065ae9cabd40633e5b76 2241 rust optional rust-aes_0.3.2-2.dsc 58ef1dc2e1c2193a46ddc583599a94f9 2840 rust optional rust-aes_0.3.2-2.debian.tar.xz 15f4f389af2db117a37a969fcfcb9744 8169 rust optional rust-aes_0.3.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dhlUACgkQfmUo2nUv G+GjWw//VvB6nwMufKY5Lo5EcFtTfoPZYZxrhneWztd0MxhVnQgc1CFb2KgM2670 E6YUTPXJkdHxPPK0wOuc5jipEaTLYh+ylJcBs9IuL1OxU3615eXlw3bf4wwsVK0i UTPjg+fuPz5YGfxdRq3idts7YGldkA65FJbvDOa/HnEAy1vUGHEaSKGNhtOjOoHO OT560b5PVEhatMlMZ/NpiHYy2NYrrTzbE+rMmlLcqWJiXKwf3uUs7+qsevnLfReW eWnw6ApE69cR1AUWh4Y0x2WXJCUAiXN9bi6ylIvtbm4yFCpHQG8zkXBQaZjfjCew prwXT8AbIWJHB9yxRsowDhfxNoYoZu+v9IIdfQL6578OqFoEIFKILjqSr0CSiha0 sthkR6BDS8XUZgNh4veDfcYp0RffQkwghe+fmjyw1nrWVpUb2W4nj/uCGNR1ivGd U7Sy7NUKNpoACGvbMuZDdkMpjWnAE8McfIF4RHlzqojpozh7dmVE2eyhszr25yTj jTQ8uuZDTyiWdvtTOj+EpvODMx0ax1s4MNwZ9RW6zLdqvsncnwpLeU6WTIEf3vjq AIU5p2UMwqlFTDncaEKHyph10lclWCGaO9CJiReIIFA59mMYi2Y1VnFyF1CqlVxN smScO97wQeZd6W/Gb6DTVr7+l5vd8IIzQioz5e0sN80KYtnJGAs= =4+3e -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:36:23 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:36:23 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ammonia_3.0.0-2_source.changes Message-ID: rust-ammonia_3.0.0-2_source.changes uploaded successfully to localhost along with the files: rust-ammonia_3.0.0-2.dsc rust-ammonia_3.0.0-2.debian.tar.xz rust-ammonia_3.0.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:36:24 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:36:24 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-aes-soft_0.3.3-2_source.changes Message-ID: rust-aes-soft_0.3.3-2_source.changes uploaded successfully to localhost along with the files: rust-aes-soft_0.3.3-2.dsc rust-aes-soft_0.3.3-2.debian.tar.xz rust-aes-soft_0.3.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:36:24 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:36:24 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-aes-ctr_0.3.0-2_source.changes Message-ID: rust-aes-ctr_0.3.0-2_source.changes uploaded successfully to localhost along with the files: rust-aes-ctr_0.3.0-2.dsc rust-aes-ctr_0.3.0-2.debian.tar.xz rust-aes-ctr_0.3.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:41:25 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:41:25 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ascii-table_2.0.0-2_source.changes Message-ID: rust-ascii-table_2.0.0-2_source.changes uploaded successfully to localhost along with the files: rust-ascii-table_2.0.0-2.dsc rust-ascii-table_2.0.0-2.debian.tar.xz rust-ascii-table_2.0.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:41:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:41:26 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-array-macro_1.0.4-2_source.changes Message-ID: rust-array-macro_1.0.4-2_source.changes uploaded successfully to localhost along with the files: rust-array-macro_1.0.4-2.dsc rust-array-macro_1.0.4-2.debian.tar.xz rust-array-macro_1.0.4-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:41:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:41:26 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-barrel_0.6.5-2_source.changes Message-ID: rust-barrel_0.6.5-2_source.changes uploaded successfully to localhost along with the files: rust-barrel_0.6.5-2.dsc rust-barrel_0.6.5-2.debian.tar.xz rust-barrel_0.6.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:46:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:46:46 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-boxfnonce_0.1.1-2_source.changes Message-ID: rust-boxfnonce_0.1.1-2_source.changes uploaded successfully to localhost along with the files: rust-boxfnonce_0.1.1-2.dsc rust-boxfnonce_0.1.1-2.debian.tar.xz rust-boxfnonce_0.1.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:46:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:46:45 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-block_0.1.6-2_source.changes Message-ID: rust-block_0.1.6-2_source.changes uploaded successfully to localhost along with the files: rust-block_0.1.6-2.dsc rust-block_0.1.6-2.debian.tar.xz rust-block_0.1.6-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:46:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:46:46 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-block-modes_0.3.3-2_source.changes Message-ID: rust-block-modes_0.3.3-2_source.changes uploaded successfully to localhost along with the files: rust-block-modes_0.3.3-2.dsc rust-block-modes_0.3.3-2.debian.tar.xz rust-block-modes_0.3.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:49:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:49:56 +0000 Subject: [Pkg-rust-maintainers] rust-aes-ctr_0.3.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:26:36 +0200 Source: rust-aes-ctr Architecture: source Version: 0.3.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-aes-ctr (0.3.0-2) unstable; urgency=medium . * Team upload. * Package aes-ctr 0.3.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 7770dff8946ac9aab7f1d2d75903203945d7c50d 2310 rust-aes-ctr_0.3.0-2.dsc 5f827ad078a9a721c1d38884f6c4c1de9a35e0e2 2832 rust-aes-ctr_0.3.0-2.debian.tar.xz 94c0816cc0a5b1d92d8034c353544206b3a94a86 8189 rust-aes-ctr_0.3.0-2_source.buildinfo Checksums-Sha256: ad21a733e1d5672ff21cf822c7410b73edca46cbff7f7babc910d7d7131ea188 2310 rust-aes-ctr_0.3.0-2.dsc 27098622e8915c5e0908a06eab2f05eddbc97304f5bcfc7a6c183c1a8b6ea8e6 2832 rust-aes-ctr_0.3.0-2.debian.tar.xz 6c3645f3e61b6b44abafb9570218c5b6bf0de6ad55923cd256a8632fdf95745c 8189 rust-aes-ctr_0.3.0-2_source.buildinfo Files: 13188b8f80225bf10f612d24e8ba5af3 2310 rust optional rust-aes-ctr_0.3.0-2.dsc d78d1e91fb8364da933b929b6be1e1fa 2832 rust optional rust-aes-ctr_0.3.0-2.debian.tar.xz 9cd8991c4102b4761bee9faf1e8ed2cf 8189 rust optional rust-aes-ctr_0.3.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dhu4ACgkQfmUo2nUv G+F3+xAAiQlDTM9P7iMaM9j/u9jBduIKZa7mcRuXaT0cyYDUj+ZSIYL5UWkgvQSL zla/ackKW/0ptQL+Hmcx7R6HyHQQteP1e7WTNvPLFOK9A/Mf7LQcDhYkawMmE+qT AKoTm5eltCB77j99OHW4hThkGKPdsHSQrPjXkAiVvYBbu9IvI20vArmOZBFEiWnG ASYKS8QnrWLE/VLM4Qs3qlCmmHiJHco//85hdQHpre/pe3i/KzwgumjTYvkGEKR4 W1bBpr4VNVx/WC7wgwLgTzpn2m8hcAJ7FQFDzed99R4KqewKzDl+vTT7ri3Idv2t 63pJspaZ74OhfFOvTJiQjLWAAxh5zs3fGCqJ09JSfUuesAVmPVwZ5cKX6xt3gXnC 21WFEL+G1PKN9N5JIlEPOvzD2QnzdYBTjeBns6CKmbHmIiQ8483bvqTIatQwmTtO CVapV2PNLsSqcIhv6cWwy+TZsJJGgphal9awsHKs07al5edwvzfaAEyFRM3tHlpg ZdGjDo/X7VfHD67YSRnFGepy1X9BuO+bLL3k0UGYuqg6NV5xtfKFpdi0YRWYgLAy 6Wz3iyLV33Smx383G3rrs7TAjcNtJ4ZWZZrwMKzhCRVLLn7VO4/4LkjwJ7qqyYoc /J5Va7rrxFi/cZV84VFcHG/wEr/KNkaH/l8iK9jP/2qN0QCiMMw= =qXcl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:02 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:02 +0000 Subject: [Pkg-rust-maintainers] rust-aes-soft_0.3.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:27:17 +0200 Source: rust-aes-soft Architecture: source Version: 0.3.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-aes-soft (0.3.3-2) unstable; urgency=medium . * Team upload. * Package aes-soft 0.3.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: f81b8f763c23b1d71e19b56475335e93628b6034 2340 rust-aes-soft_0.3.3-2.dsc 8eab5c075357cb8cd9897fd2e726f182a2ddc786 2656 rust-aes-soft_0.3.3-2.debian.tar.xz f0d37b914fc2580c8e1ac212a83574e68de69e51 8230 rust-aes-soft_0.3.3-2_source.buildinfo Checksums-Sha256: 19275ef3676d53148fda2baea811dc32d1ae8db030f8101ef295cdc60ef2556c 2340 rust-aes-soft_0.3.3-2.dsc 889abb735c08d1dd9adf505cea92b78e2940e0e8395e13fb3457f792deb5adfd 2656 rust-aes-soft_0.3.3-2.debian.tar.xz 9e80d0f8c7170a55e743a447d56bdb7c4abfeca25d554af430264d8d5f0c0a18 8230 rust-aes-soft_0.3.3-2_source.buildinfo Files: b6c9329302c7f41ac1bfc9b4e1e489d4 2340 rust optional rust-aes-soft_0.3.3-2.dsc 957ef490ee67878a225866e2ba5690b2 2656 rust optional rust-aes-soft_0.3.3-2.debian.tar.xz bfa23c449f77bea4c46d1a0d3f60fc3c 8230 rust optional rust-aes-soft_0.3.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dhxcACgkQfmUo2nUv G+FnNA/+P9SiuxNH0+mZHMZLq8mhxZS90XWZQC39BkGI7XP91DBhi9oFIUyey03z HF6/tfTsffmb6WjOmDdcQkmUFIe+5LdAi65Kbb4tcw0NhUqGjs/eveBABxwAVlyQ 06FySXsRPZ+RTS1lYpiNI72lYXJ9y5mcxBdtqSXhjopqOD+HrMEoJBW0wWPrlJAD hicm7qNw76MH8iktmFm6LcpHiVd2T5rIF4mVQKW7Y6fvCwB//VNBDOKK1mZGP/Iw hWXrYtWDa3cy2VhB+2OF0JYgI2wV2kfdPtLhGVAJLtYbKn60G86OcALaB+uJGYpO KpzDN+35SaeSRL3PE7MAnp4bNKjTqZc0i+lfnnHmTF3S7FDnSFn26AHxPXRiMiIC 4BBsfFlzrF57RfKM/25aPYZkxi9JgkCEZPdDxm80zdUxoiPbRIE/UfpWVQOH+U7b LJ6ezkxcYMBAcShzlzK6N8vHpzKJAFjQfnckE+1r6aZrkk7ltrJ+ElZQOk90a4BM IitUlk38lgIj5OcLowgmljZiDTR9CVqej3gF8I2y+/LWod4wKuq8JCxDV5IMqJ+K RUKhD9PJdxAkiHY8IXYvo/Jl+nME6dZHXLne4dKV/hcQbDCfzy19+C9cgBe8eilG ybwI8hW3fCyvt4YgqbquhZuklTS58nCgcRXV3lPv4fETOZND2QI= =WL1I -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:07 +0000 Subject: [Pkg-rust-maintainers] rust-ammonia_3.0.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:29:27 +0200 Source: rust-ammonia Architecture: source Version: 3.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ammonia (3.0.0-2) unstable; urgency=medium . * Team upload. * Package ammonia 3.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 410a00a7287776283d6185e823437039c3e67ca3 2473 rust-ammonia_3.0.0-2.dsc 8bf06d16988534909002e3aa537fe7abb9fc7c8a 2672 rust-ammonia_3.0.0-2.debian.tar.xz 3e00718546738ed035537194083bbe34300fc3d4 8227 rust-ammonia_3.0.0-2_source.buildinfo Checksums-Sha256: b584271618b686820deb5917fdc100109d23240113d7c82e59ef184d8858f108 2473 rust-ammonia_3.0.0-2.dsc 564a6d3f9032bcb8e8b009aeec9af93d5ffeb6ad94ab70840dcf87a1a29e5103 2672 rust-ammonia_3.0.0-2.debian.tar.xz e2da95f9d12baa1a934c739cd4d60620d28ec6ee61ea1d0416155628d9f07d9d 8227 rust-ammonia_3.0.0-2_source.buildinfo Files: ecd07447ea767a7ef162ab35f84a0d82 2473 rust optional rust-ammonia_3.0.0-2.dsc 86384930f204fddc2a3fcbf96c51408f 2672 rust optional rust-ammonia_3.0.0-2.debian.tar.xz 9ad71373993aa240b9e696cf8499b390 8227 rust optional rust-ammonia_3.0.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dh5kACgkQfmUo2nUv G+G1PQ/+LA2HWxVESd2mHbSPcl203LxFtPAASoWZm5RtWCbUuBKnYOnNh6FRdKNZ y2YZPTprvO/mI3D1wUvfAC+PkbOtZYX/DjnUmMMBUbsJtZhH/FoilFCeAxEVEvWQ TVywUPfrgNh7CIsQ08tmPuHQ8moGPFxY9sjWdLbQlev4JsAkIcr5AY7f2QHizwru Ynv5bvrRkXyMB+QdI2SRHozFKeTm5jrL+lyx5ig3dtzZhsUnnEV86+V5c54Scu0M +fmm4Oje4KQ7i3RaYhc3D/YMxEpq29CqDIx0SOQHt6aWQQRHhvlKadF3oWuu7shu KIWysBsg6nvVz7vwOcTPctr+LGcPaRy2FedDU6pORC5WI898fDBOJZzyKYRpEc9F I4uzzwBAuw2CnfjUnLSr8e24uUmsagdcmsYXea2RKMyhg1pBg53DvtmmvOOUZxkk kWZI0aVp/vU9n0W9CnjMeoKlq0KfLc8WaHL9UgiXXOP5YGjt6u2UhSx8ic3bvXlv wQAiiQ+giqt5DCKVBUO5QtFuKImq0VvaC3lEF6S58e4QRimI7u+O1XGgN8bRw4J9 4XuTnafyAud3kx/oa40gqZ7pT/HQyuYeH0ciLcqaC34wH8CdBsJpGukgPxbjkte8 tb/IIgUGjxiHFNqPO0zqXVJpivM71Jduw+/w1BXbq1hckiHFFXk= =KXXN -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:13 +0000 Subject: [Pkg-rust-maintainers] rust-array-macro_1.0.4-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:30:25 +0200 Source: rust-array-macro Architecture: source Version: 1.0.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-array-macro (1.0.4-2) unstable; urgency=medium . * Team upload. * Package array-macro 1.0.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: 8bccfefb4db4ef95e3cece2d387acb403bb0ae3e 2154 rust-array-macro_1.0.4-2.dsc 31c25a3c96d5307600e67cbd6a0f5fc6b2488da5 2588 rust-array-macro_1.0.4-2.debian.tar.xz fc10beb40debefa6f37469dc541a45fddffe75ad 8209 rust-array-macro_1.0.4-2_source.buildinfo Checksums-Sha256: 5a3cd3f76985045b82b97f1be9578b2570d3c926ebd7f2fffad22e1ad57dd962 2154 rust-array-macro_1.0.4-2.dsc 8dcb03b954cbfb75ac5f0834ed88ea9b57c2594e1c6afb8aff1a128dff00acbc 2588 rust-array-macro_1.0.4-2.debian.tar.xz b6cc48f4f786b4d62714fd5917d34459577cb205585e06a5fc5f0ef2ac879e6d 8209 rust-array-macro_1.0.4-2_source.buildinfo Files: 808ef126de7472e9730156f56c916b95 2154 rust optional rust-array-macro_1.0.4-2.dsc 7128334df2f702f60666596ba1865fd7 2588 rust optional rust-array-macro_1.0.4-2.debian.tar.xz 4634c555bcbfd9a7bc7a8165e396d672 8209 rust optional rust-array-macro_1.0.4-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dh9MACgkQfmUo2nUv G+FC8A//UzTnFnJxrdpWsFwK/TbtYWeTWDRN6FCryf2v5+4FSojOS6MPyqDeSkMy 0Tc+r8UZTNy49zTwV0dviTNZD9Qp7Xe7UXCgFR6Xxot/DldjQ90poYdCEkqR4XfM 9g4sRQoEV+BbGf4lOR71NIZmP2K4n9cGY/PrfzmfkCCysNKdDm+gm6FGQWa1oQXN WxZB1lbxbKioVSNkPIOxnYxlkKhFLW7USRh6pI1GjEveNGlLL+GncjKF0oyDqQhy H4EJXDe/ukDGdb9Yq2dC6mQrqbewsKXEUUKwrYTh5We/K3K0Sj2tWzX1h1Y+WkCW iUfJ1jC8UW4C/wC1K6I29EiqKm734dkBivD2bmoREA0muSjGvZadqN0CbqKtDjGp +yEYUe06iymd5wAdz5o3YpFI8njHibsXEi1HDhDVi0LBzb02P2Ayixhrt3vmz9hR 2uPUWI3B04fTAJclO8BqdTaBJSjcHP7AVM/OROVWvgsPxlCIpVcrliVmbWsavS76 zpOca3Kk1Q1kgy5Ce/VKvNtAeeNwKL76uFLTY+0gYNmOzrz105x9/D1lwZrf0MJJ 55LepxR2F0PaBbvxnxcAvex2gafE2Lxr5aeCnoqYPTxuFarAZLUO8fMCMVeUwy6h XaGgizheVJNpqoiGE2cbLSX76jXIrUeOm6zerdRCAkBcAzSPqUE= =k4O6 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:18 +0000 Subject: [Pkg-rust-maintainers] rust-ascii-table_2.0.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:32:22 +0200 Source: rust-ascii-table Architecture: source Version: 2.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ascii-table (2.0.0-2) unstable; urgency=medium . * Team upload. * Package ascii_table 2.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 10b876fd3b899035d819b6455e2751eb9fe83cbd 2193 rust-ascii-table_2.0.0-2.dsc cc6e36194d5850c85792e5f75ee6e6a2f2f942fd 2080 rust-ascii-table_2.0.0-2.debian.tar.xz 08b22a73842fc91f48f723d307208c0f9ca501df 8209 rust-ascii-table_2.0.0-2_source.buildinfo Checksums-Sha256: 77902349d69617f587d0de4dd3a6462a046d95c919c4f967feb5e5034a59e6e1 2193 rust-ascii-table_2.0.0-2.dsc 9de7e4b3db05d024eba9668dff93820e70aec6d3a20071410b6aa7b03601ab31 2080 rust-ascii-table_2.0.0-2.debian.tar.xz 955d92fd19627ba1a36d2879d81a5cab5280bd6059cf953dd378ad6b78f43faa 8209 rust-ascii-table_2.0.0-2_source.buildinfo Files: 59fd492df54b4afbf0de769719c427d1 2193 rust optional rust-ascii-table_2.0.0-2.dsc e3ebb146230deaaa0c2b75027ede86c8 2080 rust optional rust-ascii-table_2.0.0-2.debian.tar.xz 4d698deb2a169169266f26da6281505b 8209 rust optional rust-ascii-table_2.0.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6diEgACgkQfmUo2nUv G+FaXQ//QU0Qxq+nLmdO1wcx+Ddx45sEGAV2e9vaFTA6Tp3uvg7/efigp8Q+uc4x RAB93cPZn8qbF/fDegsu4l7OOMMcRq9i39weqhWLLJW2lqyYID+fzctrJ5ddL7nS iuKi4naJ47uF5Fu7c037VyKYBjXbA4WHHTt7JOVJaCyXZge7rV133P+LfVzZRSCF vOjhyG3toSdqibzSOtEuIYwO7OjqBRH5kgvTYEir3qSEAPpNrt/35U8GXN6E+pNv 0MeS7xRb1jdHdL81QpLRNmpCYzTZoqDiey+WIx5DQ3VAOWNIoaNAKntpifXohL1q PKfHFfx0ZEqeVYvVXQkvwNoupUEBhshrdEmemydhq7tPDtrK8rvhPmiuf7F9Ssgm kKl5olJMRAGVW9JA7gw72Qa+IdlK4nFkP6CLTt1tVuAmkjATfUo7YsksANaazRRv svpV3anmzX84VaAkEHJ8iBEFEvPNPNm9Cmrbpo4+aI+pWj8Cbbx1iQ1j0vkEvvuQ kNULYNrpZ/ZH1oBNNu8VBHjA+jwEAJXkvcFFyxOLZrKfxzmAdCUU7kImTi0IZKmB 7XBpf6sheS2Lrlaa66XGUqGoZYlo8XmF5sHDJv2kLF8qbbAdO2ZT/6TFUL698JW4 RnqnlymfZ214lAkx8QcSuOPZyRM1HnTQSfhOJ5zGC5d9XN2v3a8= =M6Y9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:24 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:24 +0000 Subject: [Pkg-rust-maintainers] rust-barrel_0.6.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:33:25 +0200 Source: rust-barrel Architecture: source Version: 0.6.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-barrel (0.6.5-2) unstable; urgency=medium . * Team upload. * Package barrel 0.6.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: 4023d20a20e9044d787fc586f35126bacb1532ad 2419 rust-barrel_0.6.5-2.dsc 1c6e4c4ce4388387f6be2473ad2ff0d90dfe4df3 3180 rust-barrel_0.6.5-2.debian.tar.xz dd462d6492b26628bc9d60d4fbb807ef89418788 8267 rust-barrel_0.6.5-2_source.buildinfo Checksums-Sha256: 345d87f5c075a67344010aa6384daf3e881022555dda5a33bf97c7072d1a324a 2419 rust-barrel_0.6.5-2.dsc 773bea6493691eeef223ccb0415ee5cf3104eec0d43ecc6d53b2996486c13892 3180 rust-barrel_0.6.5-2.debian.tar.xz f876d34ada9e6ec3a9d69ad16904dfdd5d45945c15cd1604285bef5c0c1e9ddf 8267 rust-barrel_0.6.5-2_source.buildinfo Files: b1b3572bb73f69cc518c3c02fff6a1bc 2419 rust optional rust-barrel_0.6.5-2.dsc 525ce1189661481a473883fb1b06ed45 3180 rust optional rust-barrel_0.6.5-2.debian.tar.xz 14b8abb516c4d15d6bd70d81124a3d27 8267 rust optional rust-barrel_0.6.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6diIgACgkQfmUo2nUv G+GQ4A/8D+CUIuHeTiLwFr/9PlFfmStTMAaAQXD8sCSj9F/AyxhoKgT3YxshjYtO +d35lgy7uYgFTa4hY4nocxBZ7hLE9GVsu6ZDInWCkCVtm2CcoD6NiYQRdUCgGgRS 2f4YxF3a9s1qvhHO7DsdVF+Ye7cwh/H77dLIAn5sfmPFXKJ++SeNKY+V0oJf3YDT 6gqWWBkl60n+HgZ4j1sRF303Fl7ukmrRc5xWWXlwp0tXOE+EJxaB8ebra99bzFG3 Rq0tcYbf+LmXbD8FKGyf7svIjy2KOp6tqc5A9TMvmLEihyanNx/PkGvhlvKEP4Us twqV7UZKWT0QffS36M34FaKhIUc7rF+LBVS+8zBgrmJ0hGCg6g618GvbSr4/1bxC rN1afP6AE9zTPRGYG9WHMDwLXOj+84hjAzh5jMilpvPqK9UkwD37SID2q2LzUR1E f1Iu4mx/6NNqDdH/0ENrh7LXIs3nDwS7nqXDEvnR58noLA5yiTGp7ADDePSAZnB/ kD+gt4Qig0pxwwxDqeySb5UTrdWro65SeG3ZdF0WrNK2Iw+iNEST0C8BXthRol8I HsoRf8JcwhHoQjyKiCgTyysBpC+0lGrFxMsJS0/elVxU988k1Yf9ZldQlXDmGxJo MwjRLAuOnnW4XAo5QeTHRln7e8geFAZf1McwK/RbTUyqubdPDbo= =PDZU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:29 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:29 +0000 Subject: [Pkg-rust-maintainers] rust-block_0.1.6-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:36:22 +0200 Source: rust-block Architecture: source Version: 0.1.6-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-block (0.1.6-2) unstable; urgency=medium . * Team upload. * Package block 0.1.6 from crates.io using debcargo 2.4.2 Checksums-Sha1: 4782d35b714e2cd2bcd1e6a85e1121f39daeee7f 2129 rust-block_0.1.6-2.dsc bf33541b9d7667625787fdc1017f524fed6cdfe9 2472 rust-block_0.1.6-2.debian.tar.xz b53bf26830d726b63764e8874c64684b52fcbbfa 8179 rust-block_0.1.6-2_source.buildinfo Checksums-Sha256: 32e10e6b425c2d2b583034a774ac0e758a01c859723224807a78f52fe4ff6807 2129 rust-block_0.1.6-2.dsc 6fd36d7b1c6a326fc46d40b0c5c56536bacd46742c5fb21598d92a118fa846fc 2472 rust-block_0.1.6-2.debian.tar.xz d9c62d7345d586b73eca76b0a728f456651a3b551ca090f057c8e0d17f20fcc1 8179 rust-block_0.1.6-2_source.buildinfo Files: b455933d064bb581184c8926294f8ab0 2129 rust optional rust-block_0.1.6-2.dsc e07db223dd3967e3b4534e11b81a3be5 2472 rust optional rust-block_0.1.6-2.debian.tar.xz 3922f447a3ab39a8c37e140b114fcd30 8179 rust optional rust-block_0.1.6-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6diTkACgkQfmUo2nUv G+HwGQ/+MAx66JNFOYmjo9/NY38p1hlpDZpYfL8d5QlJMls2tfH5IalK7AD3sIIN 9M5yHhYnGYCmN8oIfH66QgW66wsdotVdKGz3jGY+WyOHfIaydYWOEnDtzQA71rXS 8JScnzWGbSUGKEnktrHaKAURGw3fr+vD4V1C0K79svueDqfnPFzsymub2dzgDkpK eR6hUS31RScs3cNAnwfv3d7DNMvhxL/cwNRjReQAXUYrcNvtN6zD6ywfUSFxtoAL yEgUkWk85x4VKWwTW6912dBkC11dQR9WqMeDSgCg7xQimFJHFPdGnjAWVtk0nQUD R4+BqMfnKtMaUk6cGcRstjpodd92zf4qR8KnBTgEUFG5J0tokE5EycoPdcyUGBp+ G7SFHvpGiY+uRDe54PdafX6gQ1ui1Q4Ae7TUyReK3VMlncGbaMc6nwBrUiZGbjVf YHDP6F8BZr/bCXXmgfhm1+xOpGYbduugyiIg/nqlXMOclO2L3bwHOyVagdZF8POz nCwqtTeF6lviGMvr+DXbTqhzff8NEQcIGdpTUqmgR10J6ddcOAb+EWAn6kqZbGy0 MfgGuQ5NCJZ4Uo1hWlWou7DSfqgHwq6ig1syWJngWtAAVuyWjoahxaXu1VkbbFp+ OJSHPjQGOdLUL2G9ANeuODX3NdlX//CTeeKXRqns/KRpTTcTVg8= =JcDi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:34 +0000 Subject: [Pkg-rust-maintainers] rust-block-modes_0.3.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:36:52 +0200 Source: rust-block-modes Architecture: source Version: 0.3.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-block-modes (0.3.3-2) unstable; urgency=medium . * Team upload. * Package block-modes 0.3.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: dba449f3e1daf8a5a0ed875c87a1e05a9194544a 2325 rust-block-modes_0.3.3-2.dsc feea5988e0007c6e9f6f5bd2dcd08bf8f3e3c551 2628 rust-block-modes_0.3.3-2.debian.tar.xz b285f0654b58702d23a8590702ded4e196ff9915 8209 rust-block-modes_0.3.3-2_source.buildinfo Checksums-Sha256: 93b254057e66e70959ae4afc474aa0a905f0e6c129814cdfa4141bc6e0253ab9 2325 rust-block-modes_0.3.3-2.dsc d6432f1388aa758328bb6c2f7b5f0f0903dbcffd9cee50b85284373e1b158a58 2628 rust-block-modes_0.3.3-2.debian.tar.xz 89a0894e9094b91b3828e8e1e4e01be4b6cc7571b44ec61d915025fcebf97d1f 8209 rust-block-modes_0.3.3-2_source.buildinfo Files: c4d35ad508e9fbee4bbf6f46f59a8cf5 2325 rust optional rust-block-modes_0.3.3-2.dsc 96dfccf09d0dbde85b38990c14fc7bc1 2628 rust optional rust-block-modes_0.3.3-2.debian.tar.xz 29ff5831d4769c3b59c2cffaef8d6f01 8209 rust optional rust-block-modes_0.3.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6diVYACgkQfmUo2nUv G+E/SQ/9EXIDotCt6XXjigwDvI9rpd+8PN8h9WRGF8G/t0r1o+F5S4CNXsuP9DOy 8dMj1dTiA5g6hjwmi353tF4Bx9WccVKDFHskG7qjllTG9a7GaueRc3eYJyRPkuzj 5MWbCVWCIQJNvIHXfIDdZfl5D95Vw84CT7tGP5TBezL31brvjeqZGu5KqGaTyFaz Y0zjvBfvMrZLIUEik3nlyulBalBEiypxjDXI7nDdCKVBtqcjlDi9a6J7jv9x7LBX 8ZUseJQ3+2KI7kL1z3V700Gu6BJYz78VRDMk85CSAlNrBPlka6HPKNUdAv3xWYBI IZ/3AMqWEHigWTLeuICigGGJwmt9aq6F+RUJPjL28lL0L4TDBaJxks9GFPFq6qp3 rkCWacQ3dQ1EYc5RKi79enuUlPuSqsXQipLgmYS9mXqT7hFH+8gFIvS7fcma25Op 4otXSrtfHVqbLSQnoeMz9jRHKen+lpws2gC0IKbMPup7tj7i/4OKCMqq54tQMIkj rFowM3mR7YW6ciMAgIZtPoupxY6NkulP21L3b4GzrOS7l4k+sbPhcP8XzOeNDdCw gyb+EQv8/PqT6OpgDZJzgOEdpOg3tGq6qHykfocQyhlHrPt37vlNmzU+E73m523w Na6JrE2/XwNo6FA7WB3STaAXCvO95a8tjacfgasvn3PpP/jGSts= =zto7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:50:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:50:40 +0000 Subject: [Pkg-rust-maintainers] rust-boxfnonce_0.1.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:37:08 +0200 Source: rust-boxfnonce Architecture: source Version: 0.1.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-boxfnonce (0.1.1-2) unstable; urgency=medium . * Team upload. * Package boxfnonce 0.1.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 3a6448bdb0d9740ae92e2a904c7a532e3080b276 2168 rust-boxfnonce_0.1.1-2.dsc fa1184dad3b4c2254615cea5fd6722c1bf4df4bd 2532 rust-boxfnonce_0.1.1-2.debian.tar.xz 73e182c6fe1177e772612da04b9bb981f06b4bb8 8199 rust-boxfnonce_0.1.1-2_source.buildinfo Checksums-Sha256: bd1068ace3733d71dc075cb1c9feff7cc04a2e61520fed4446afdf94905b1784 2168 rust-boxfnonce_0.1.1-2.dsc 5db8fc955c28ead95c20dfd915f96c493c559949fcb4c2f825aa9abe32b658f1 2532 rust-boxfnonce_0.1.1-2.debian.tar.xz b4aa99721fce1bf63fb80d39ee865b3dc963c2975c7f82ee7b241d3fe6280b21 8199 rust-boxfnonce_0.1.1-2_source.buildinfo Files: dc11db7dbd9f323efb0701899fbb7222 2168 rust optional rust-boxfnonce_0.1.1-2.dsc 88d09339c6b3a3dab656504b300c7709 2532 rust optional rust-boxfnonce_0.1.1-2.debian.tar.xz eadbe0e576503cdf8592fb787f420d3c 8199 rust optional rust-boxfnonce_0.1.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6diWYACgkQfmUo2nUv G+GBnw/8DSKuH7bNgdji7SsWadUCHRUdDoHuFLcfYet3Xn2EbZALEP/qS2ONMiaq 44kcO4+ZWJypOXZ9/4BVZiI2T2cjabzs8ORtQyjLFriYtbHh2vj+Sn3Jlo6wnF7o VD+hTwwyzS+RnKiz+CvYXIauBa8yanAlpmGuSsmilpD29IdHlVDOwgUCDFSjSZYt CFQj8t3rqyRoKZ5SYaykuvBrA6URf80NmprDJY2aNfJ6W1dqEclLEKwfRV3lNDgH QebNmY2sh43aCrr9BQf+0CiPatH6DzMwhNgyjp37bI/Q+9FozwGdQvZY3KVimD7b 90nZrzJV4sJ1JK2P0IwPKXJPKo0cpiqh5IKZDtK7+NWSdkQOo/bcDgSjGvgTRZV1 i65K+JSBhSZALQ0A2wRplOfqO3qL5htrU7Gkwi+2X3kuAl+sPtDgJJNJvdrrflPJ UZm+nr8v97I/AqEvO347Gck+TMwihhM9tIx0+c9hj/sb2tkEhdoBTB6lShIrA+9o Dyrr3uFekebbOxqDDK0rVqW8J451tn5fyOM/cawvx4nKvXWXjoQK9wPGTULolDVj e2IKKdrd9LDf1+Kzn7cUwXMpif1C3B5IkYcd5gq1/y51YFA03YJHkfjEIg6p44hx PNKOSvDWPrh3WCxCs1WALFEknUy2AacmR3gQJQeYLhVE6CtlQ2w= =5Af4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 12:57:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:57:07 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cstr-argument_0.1.1-2_source.changes Message-ID: rust-cstr-argument_0.1.1-2_source.changes uploaded successfully to localhost along with the files: rust-cstr-argument_0.1.1-2.dsc rust-cstr-argument_0.1.1-2.debian.tar.xz rust-cstr-argument_0.1.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:57:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:57:09 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-daemonize_0.4.1-2_source.changes Message-ID: rust-daemonize_0.4.1-2_source.changes uploaded successfully to localhost along with the files: rust-daemonize_0.4.1-2.dsc rust-daemonize_0.4.1-2.debian.tar.xz rust-daemonize_0.4.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:57:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:57:09 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ctr_0.3.2-2_source.changes Message-ID: rust-ctr_0.3.2-2_source.changes uploaded successfully to localhost along with the files: rust-ctr_0.3.2-2.dsc rust-ctr_0.3.2-2.debian.tar.xz rust-ctr_0.3.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:57:30 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:57:30 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-cpal_0.10.0-2_source.changes Message-ID: rust-cpal_0.10.0-2_source.changes uploaded successfully to localhost along with the files: rust-cpal_0.10.0-2.dsc rust-cpal_0.10.0-2.debian.tar.xz rust-cpal_0.10.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:57:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:57:52 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-darling_0.10.2-2_source.changes Message-ID: rust-darling_0.10.2-2_source.changes uploaded successfully to localhost along with the files: rust-darling_0.10.2-2.dsc rust-darling_0.10.2-2.debian.tar.xz rust-darling_0.10.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:57:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:57:56 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-console-error-panic-hook_0.1.6-2_source.changes Message-ID: rust-console-error-panic-hook_0.1.6-2_source.changes uploaded successfully to localhost along with the files: rust-console-error-panic-hook_0.1.6-2.dsc rust-console-error-panic-hook_0.1.6-2.debian.tar.xz rust-console-error-panic-hook_0.1.6-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 12:57:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 11:57:56 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-data-encoding-macro_0.1.7-2_source.changes Message-ID: rust-data-encoding-macro_0.1.7-2_source.changes uploaded successfully to localhost along with the files: rust-data-encoding-macro_0.1.7-2.dsc rust-data-encoding-macro_0.1.7-2.debian.tar.xz rust-data-encoding-macro_0.1.7-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:08:27 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:08:27 +0000 Subject: [Pkg-rust-maintainers] rust-console-error-panic-hook_0.1.6-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:45:10 +0200 Source: rust-console-error-panic-hook Architecture: source Version: 0.1.6-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-console-error-panic-hook (0.1.6-2) unstable; urgency=medium . * Team upload. * Package console_error_panic_hook 0.1.6 from crates.io using debcargo 2.4.2 Checksums-Sha1: de2a15b9554be5bbe02b0d431b53c418e7121068 2424 rust-console-error-panic-hook_0.1.6-2.dsc 985157090fb2ce4e1a8434c4ab33eb467bd2c3de 3156 rust-console-error-panic-hook_0.1.6-2.debian.tar.xz 87ea843ea72e4323d136b1bf20afa3fd68fe49ea 8308 rust-console-error-panic-hook_0.1.6-2_source.buildinfo Checksums-Sha256: f5f724a05a07e879956fc4254c9e574ff362edec06a000f08c1b6d5460a3c9ab 2424 rust-console-error-panic-hook_0.1.6-2.dsc 5446e4a997843dfe3c3292460f65cfd07ae61b4fce3abd1d1d469b820f5138de 3156 rust-console-error-panic-hook_0.1.6-2.debian.tar.xz c44d7aa8de4665a57ac39994da38036daed6bf7fbd69ede9d175612af71c5042 8308 rust-console-error-panic-hook_0.1.6-2_source.buildinfo Files: fe66d7fe66ee78e64049fa347a950177 2424 rust optional rust-console-error-panic-hook_0.1.6-2.dsc d1ebeb913077fa46ee829e9b314eb991 3156 rust optional rust-console-error-panic-hook_0.1.6-2.debian.tar.xz 7e6576c7e581a6749bab494e850d397d 8308 rust optional rust-console-error-panic-hook_0.1.6-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6di0kACgkQfmUo2nUv G+EmoBAAj3jeER7Br7llOfcYVzlodTkiR57EEuskvbl43a/yVxZ3Sf2OMKlEJpUl iMv5ZG0Sb4ZXvp4NnTO3Rk0eMdTwDTRFgtV7qNppiQa1hKs9GjDPrVzAFE+gEVMl 3CHRD4rasSmiNx7H9BypShagwiG0u+t9xec7GpJV1T8kzVDmEUBP3Zj++gql3Ysn Su5rZEhEK4Qct+L5sfIFw1kYNs2qjCgcL1pUV1nlHh/PX5Y519K1kIh7/pTRKW8n qGXQgLefEgEbuu2JPZHqCm8fjKYAl7i1xCD8bd1JGm+ojXtGJll01PCcwOzxnS9R xe8RdtnxkzuJxXKhXye8+vFBPVwvfihOS5QH7QyuP2howRXOdanDw0UZ8/CH1EZq b1LsWg+mIHrPQOkDhjplXRVNW/hqIC0j2YQgY3tvJFVthd8IRJs5yFRjoY/NTCxl Ik4GIUSMp0yU7PfUCLvLRmRt4lD2LwmsQQ+D62Fe+CTJuLN3Ytti2he63BbamYQz 4vS8NOTSf6WZWoASKYmDEKh98I9uVvaAk3e4Bmh8wDluErIf/gfUWjowALRtc3y2 AT6VF/bP4OTiTIWog9dx8BAet8bYiDgikl34UQdDvZAaF6e3n29klS4IBsiKnBJz R2+sNEkwvD2wUjhvdVpSvnw/uIRItDtoAWeOXu6HS7rvRe3voAk= =48Bj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:08:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:08:34 +0000 Subject: [Pkg-rust-maintainers] rust-cpal_0.10.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:45:29 +0200 Source: rust-cpal Architecture: source Version: 0.10.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-cpal (0.10.0-2) unstable; urgency=medium . * Team upload. * Package cpal 0.10.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 12c55f361f29906eb6e0e71b902eb9137b66d5fd 2371 rust-cpal_0.10.0-2.dsc e0775d81a2e9ff0d6ed22d268a5bf1f8b95ae20c 2480 rust-cpal_0.10.0-2.debian.tar.xz 540592a31be5c5fefe5f938cd95493dfe6c0ec41 8331 rust-cpal_0.10.0-2_source.buildinfo Checksums-Sha256: 0bb4832aee9d5363e16789133eb540327ce06e500f762037285beec02b1d7f7d 2371 rust-cpal_0.10.0-2.dsc 184c2e2348a153609761334c8ddd77a2d92ffdd16e3ca1c1d788f88bec8cf59b 2480 rust-cpal_0.10.0-2.debian.tar.xz f3c278219d5296a9cfa2d380f9d209879394be5c502e111b29e8058bfd5cd238 8331 rust-cpal_0.10.0-2_source.buildinfo Files: bc972c335d5ce38533de561c6cee808b 2371 rust optional rust-cpal_0.10.0-2.dsc 1f645c509cc2124c7ee2a0993b0899ec 2480 rust optional rust-cpal_0.10.0-2.debian.tar.xz 1765fe008e5e4b74168852af7e21ae78 8331 rust optional rust-cpal_0.10.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6di1wACgkQfmUo2nUv G+FGvg//e2r1zMMKz5XXkeyEoSuP+tW+zd++tCfxYZZtosKfbAQmGlM08rvU/UbJ bIl/MObnyB4fkSYhEGoNoNx+/2CexplRHRDmkvJkZZ3nw9QzRmeCLGZ4oERzbbFn XPvalgNoYdvt40h7ji+jq2nUSjZ4WlQcB5SjOjMYV2THKTe9OkEQU0YMxufTSq6y GLPed0Jr/HqjgRynrRHVDNiynjgFNCxQsIZdPIBkIYKHPbrDClLSF4HdoqTvvwP1 hcjiLCDvCIFtOrDvUw2SvVrOuPvjQ/IK81M0A0STzq364Ho/tim+h5YNSiBHMT+A m4VB3Mvb4/91+J1dscMSRtvcIy8dK62QDLMbbtuJxkkrA/8r1Q626a4QKK9dKW69 2qEG9VuTv0dwsZC5Yn9azSn+++Kk5n98te7oony745AUiD7/ZPJo56l1KB3HcC5i 2IECphnR41vVXcENtwL/UFDeKrG+HymTYmI6u6akYUllA3FCXYBnDEdtP6EaqVNb YyOrYPFHRbJFDW83FoK2gjuEHd7ei98v3fYJnm8wuCD2GxTKRfeNXYNvELnpkDbU OZ5XhlptPCLplQTMxp80x9BG6Y743JDzvNOtgIwB8QQaRIlgUDYvKMhHl/iG55js NE3cZkve472gImNR/TbX4YCGX72aqc1e7H636j2nG/21DZ0phwM= =Wued -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:08:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:08:40 +0000 Subject: [Pkg-rust-maintainers] rust-cstr-argument_0.1.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:45:48 +0200 Source: rust-cstr-argument Architecture: source Version: 0.1.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-cstr-argument (0.1.1-2) unstable; urgency=medium . * Team upload. * Package cstr-argument 0.1.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: ade56c41550647985d236790c02b8f3228b86bf0 2252 rust-cstr-argument_0.1.1-2.dsc 33b6c56e8947028061187a9a2915142e7045a0f2 2600 rust-cstr-argument_0.1.1-2.debian.tar.xz c4287595b67a80c1fd38d39fc9f9a60e01cdfef1 8286 rust-cstr-argument_0.1.1-2_source.buildinfo Checksums-Sha256: bfc4f9f2afa7ef339c51e2d5597da7daf439f4940f77e48e384274f15e01b6f3 2252 rust-cstr-argument_0.1.1-2.dsc cdee93cc0cb526390c020b59990bf218bdf20af1ca6f5bf03cbb56470418d19d 2600 rust-cstr-argument_0.1.1-2.debian.tar.xz e4fabe64cee52bce9e201c5aa76045efd3026511a2c25f32ed3b1fa516f239c8 8286 rust-cstr-argument_0.1.1-2_source.buildinfo Files: b02316f8dce7067e15126fc7c13b392b 2252 rust optional rust-cstr-argument_0.1.1-2.dsc 42ed14d8ba86c4faa9af98ff8f222332 2600 rust optional rust-cstr-argument_0.1.1-2.debian.tar.xz a655f8f9997c9046e76792ec0a32f3ee 8286 rust optional rust-cstr-argument_0.1.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6di24ACgkQfmUo2nUv G+GvwQ//QzOS1P3NXAfXCBGb4Nh3ScLEbPT7EHYGoFyhvCkRG30IArRBXQCTGD6h U4Gk0nDGUfakDb1/D+oIuQRhhsFnLSYRfbHv4RZ3bpeRqtI0bfX8juMJW6A3q8dT Z4NCeP1WHUTXZNcE7pAbq/jp5uv3eutWtwEAiCb2W4O5UN3LQFeA2uguSmC8VpsX 49C3FfZlO2IofnKNi9uxeAYMdRNWFrfAavSmHgGnsrz0WmtQVN4NSM6uW8IWkuaf 5kF+Elgmkeb+xlJeDkUf6kdwTpYOAe7MlgsVAxxZVx1IzR8ApQ24WhRipOLcEGbV GZhi26+96Ntxleuos9Ty3gOhctqn1ODX8duU6TJYZ+ne19IVo8A3T7ehpHXXBjrI hRLmIy9HNbe5l9oUBOZAXVZZeFEHqzVayKtpieYY/X5Od2z0iWjsQduyMQ1JwvyC iSpTYjYeTZa7+Jrq0g95/LXLkrHBeo3k5S3mN8rTzYRFidnBHKRWYlNctUU5+bKC 4XWUOB8JG4AevoI9xv3meC/TA4cx3mndV+zmvqs5FXN61XKhBTkDEqBLeoihR/JE SSDeaaV6iewEMkBjD2rYRax6niPdJnogOyDt7qMeW6D0EQRzqTkI4MLZ6uJ3BCRL ykaoil8HXum37ILvkmlBWDehYZnEqq8ifYTOJg7O+/xE3dg3BtU= =njn8 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:08:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:08:46 +0000 Subject: [Pkg-rust-maintainers] rust-ctr_0.3.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:46:04 +0200 Source: rust-ctr Architecture: source Version: 0.3.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ctr (0.3.2-2) unstable; urgency=medium . * Team upload. * Package ctr 0.3.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: a9e620117b7941c97d618c67a1f4b613a50c563f 2297 rust-ctr_0.3.2-2.dsc 412e5886e4cacb9d8de764518559ac7ddcfee8a6 2592 rust-ctr_0.3.2-2.debian.tar.xz 0266091528d4b08842e5fde087228d4182ac7606 8169 rust-ctr_0.3.2-2_source.buildinfo Checksums-Sha256: b55e58d8650e226798e0d6efdb3d4a4d31f3f28b940ab5552571ab9068a59d4a 2297 rust-ctr_0.3.2-2.dsc 152b5bcd0b880ea04efbe7619d55710497fdeee733c83775c3f07d3ea49dba94 2592 rust-ctr_0.3.2-2.debian.tar.xz b1c1ec0e84046a70ba2b55c29308b0754043d768a2e464b9b2908e7be3c5f3b8 8169 rust-ctr_0.3.2-2_source.buildinfo Files: 2c20d759d8e43094a8d6545b23e85eea 2297 rust optional rust-ctr_0.3.2-2.dsc 125f90833cabc70c5551b6be9d10d52d 2592 rust optional rust-ctr_0.3.2-2.debian.tar.xz c84a58b44ec9dd57f11b9467ec212e72 8169 rust optional rust-ctr_0.3.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6di34ACgkQfmUo2nUv G+G9Fg//Rlx8bw8K6oKwizOgpZv03CxvKIzy2pjqHjj7oNujd6U08RzUa4FHbNS5 FwZYJqqhlGpD4FxwAVZFRwgDrCQS3t1uzyGR601PZQB3CtJhDj/VfcpN+M69sMkM KxxMlcyGniroZg6MQLRL/mEL6zCI4jxGQJeaErlykZGilFgiWcYlHIrnYnsqtPow Buq+21ZgMscaw0B7uVfVjx0p3IiCu7t9z4UX1vogVKb1xGaSRFmrANHerFmG0fW4 +X+llcc/J7Z56/b8d7j2hgc5V7rgHqVsPo4E9WhPRCS/wFhg/jUNf1OG+x2cbQ4u pl8R4unq7oA01yHFEMhX+9qcPUUUHf8AYc/t50k591UbNU6PytiVHvCT9hyVit42 hcqJalFGiTw5tc5mjnAzE2ucmcHI+P99vz0XA3k2wO8LzJiO4p9qfGUWUS5S2WFU S/BfhQB3pj1OV614a5Ojw/dX9mvYyVPibPCpgQnNXH3vZsFUnjgPj7ibaPeIJ/Ji P0CYwXmlGcFO0YAVh0HRhXIty5lW0h1IwdmP955Sx+GUufdjSrGONvYIIoo1CWYg BTZFOvZzZFnYpze2kDUWf6hMcD2NYauhC8r8YsElbR2ek6ScIPgJSFBAUODxCysT AOsk7Zf85PnJC4YHjiAER7UKyQbxVu3H9CHrr9YFIlYAXMkaJw4= =jTF9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:08:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:08:52 +0000 Subject: [Pkg-rust-maintainers] rust-daemonize_0.4.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:46:21 +0200 Source: rust-daemonize Architecture: source Version: 0.4.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-daemonize (0.4.1-2) unstable; urgency=medium . * Team upload. * Package daemonize 0.4.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: e0a0f37b2f50b75bbe8b3cdef1323efe0593597c 2265 rust-daemonize_0.4.1-2.dsc cb90276eb115e02ae9926c1dfd42aa2fcad3dfcd 2628 rust-daemonize_0.4.1-2.debian.tar.xz 4c3c57775d65887aa90a3bf73878b04665450180 8231 rust-daemonize_0.4.1-2_source.buildinfo Checksums-Sha256: 79e2427291cfbbfb8073fc00e3d65d6e0b4c813eb7dadfed4bb79fc2d1ba8b34 2265 rust-daemonize_0.4.1-2.dsc 85c34e03e701a3d9ed044dd3b08f9402ce15232f2d706cd62a3db699ae307b0d 2628 rust-daemonize_0.4.1-2.debian.tar.xz f5eb5e7db648e0fce56894826a5768c93596d92c066c8d6e6504fda0761d35c6 8231 rust-daemonize_0.4.1-2_source.buildinfo Files: a1d8ec01cd8ae35347a7ebb8ac02ad1e 2265 rust optional rust-daemonize_0.4.1-2.dsc 6c54aeb6c111e779fa7a0218f838b92b 2628 rust optional rust-daemonize_0.4.1-2.debian.tar.xz 76470665b7ce8fdb30c616a7918bc408 8231 rust optional rust-daemonize_0.4.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6di48ACgkQfmUo2nUv G+Gcvw/7BV7HTmCEeoR4HWZZ7IyZtCI/a5333MM8Aom/tfkfPNyXQNSE12EnrXDl wdT/2a271kvX1Uvu9EfePIAAMgKbFijko/VO7DoluHOj0K5QnnNWsJ6/chNcef75 MzdfYYv1W7LxMqk78nxdzXU0hG21YlfCSTwap13VUauzpKNTMaiX2GU9IPSZFSDr ZojEh9b144qRG3rc3IqOMCRMAuwS9Sl1XLRHnbF4R3ZSvl8/EToE1j+UtADTzp/Q Ccw1JPkNqc/075A3mZC7JLkBI9USflrg4S2+kK2jMbGeBnYyewWf0nYwEG7ildOr 4Q2mPrJ5ZLzyRm2t3SPNpvrx59wlnZhtM1rEXeCvDeJZCqCMiuGagbLu+m3tkBh8 Ac8MmEBeyNpb55LPaQrYT0Bf8xDBw2qOESzE9nX4csPWEEq7hRi1ieDsHEWl1wZi F6M+ncyp9mUu77P5xQZoHLy7Qo1PX7DdNbaNvMjWtrnl8GTFG18kozocIMBQfDuq Zt5M34ww7KPwV7YwOjnbkvLz74yZKbhLnXbS5v2mQbehS3HnFbMH67QGs2zPdONR 1L1jgSJ7kzI82CdDarL+7rvSLbaio7modEPcv+wMt/i5oKyvV+SjTPPPjLkSKXNw VYMgSpVACV6BsyK/9E1Ew2/v1rO0YeGwUQYTifPwifzxcbQ5hg8= =tG5h -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:08:57 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:08:57 +0000 Subject: [Pkg-rust-maintainers] rust-darling_0.10.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:46:35 +0200 Source: rust-darling Architecture: source Version: 0.10.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-darling (0.10.2-2) unstable; urgency=medium . * Team upload. * Package darling 0.10.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: e4fb4c157cfccd95e535f206574dee8c9361bfef 2549 rust-darling_0.10.2-2.dsc e80f3c0d09b503721def5a854f221a288e0cfb94 2812 rust-darling_0.10.2-2.debian.tar.xz ec1039930203069e61f2f42f04b32e34e23a98fa 8257 rust-darling_0.10.2-2_source.buildinfo Checksums-Sha256: 651fef2d9c9f944bb35a607d954c93690cbcbe15c8bf7a31ffd24b22dd075f5c 2549 rust-darling_0.10.2-2.dsc a3c4ff5a61021c58cce835396afcc92e8d4de0b899f804ebdfc6abb6c8be85b5 2812 rust-darling_0.10.2-2.debian.tar.xz 084b5293b720f8d13c5f73a8d89a274cee5db62cae044e5041f1e7ed00cc6d40 8257 rust-darling_0.10.2-2_source.buildinfo Files: 931cefdab2d3cd999ab05a4758cddbc0 2549 rust optional rust-darling_0.10.2-2.dsc d1a4b661678ce2f5279ed3df69929c61 2812 rust optional rust-darling_0.10.2-2.debian.tar.xz ba39d65b4580e03b393c078f42c62b76 8257 rust optional rust-darling_0.10.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6di50ACgkQfmUo2nUv G+El5BAAkf57Tk5e8XTlUegROecrtJMBkPmUoncGhTLjr53aUAvOlVWHIwK+0n7t Ig7JYiM2mptFKGrpNquTvTh9KeQiZMalcKgEK7b/7FlsGGydTkiQKpFiZo14W/NY 46jsGRM45YqI+QiaM+HlnN5yqF1aukU83cdDL+926nYlN/0zdbaQBG4qkYbJ5y6l dcAHt+W00rvNvJw2RGfNe4oVLTXc2Pwh91TiY4egOUbqOtdlLAmFnNSKopfeCXrj Ed2DID/k7Hcnvr5R96CG4SofhjmF7Z+HNQGLvi6h3mETVSrX5FmDa1QKmSpkh4tN RXWa3UM+hFb5dNvlydG2Yg5liqNkRyo21K/JDa9zsVoUG9YgPfd6VnrjlfYJQhBP M9wQGWSyt4cJxmPzFZ3vjMLck5NAEEyFz6cg8Q6fzkMhVQ50l6QoXi7L/EC1AW5E Ve5unBLqobOOatnEscsKgjoUD1NTKnO5GBweKBl/GDImxdH68GpE87QYoHPbf8JQ QdIkJ0XmyZQjZtp2RyUW7936T47J4e7stQ6ZNeHhInFPr9OUu9IZAYDS/tHy3nD4 rqY2EEh77zi4xePuybBmbpVDYpE/+x2ZfNeZub4gxn3cAelUsM/T0jOHr1gIvAjD QAzubCHWXOG0q7WbWZu+UE0iWaO7mKR8DOpCPThEAiFjUNirQn8= =LfzZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:09:03 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:09:03 +0000 Subject: [Pkg-rust-maintainers] rust-data-encoding-macro_0.1.7-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 13:46:55 +0200 Source: rust-data-encoding-macro Architecture: source Version: 0.1.7-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-data-encoding-macro (0.1.7-2) unstable; urgency=medium . * Team upload. * Package data-encoding-macro 0.1.7 from crates.io using debcargo 2.4.2 Checksums-Sha1: 64a7006fde3794014bf0f14887d6e66889cd6e46 2718 rust-data-encoding-macro_0.1.7-2.dsc 0a191d2d85f25d9485b87a6385017e30a400f8bb 2792 rust-data-encoding-macro_0.1.7-2.debian.tar.xz 54a0461bb111cc9bdadd2eb87200e46c93e4dff0 8336 rust-data-encoding-macro_0.1.7-2_source.buildinfo Checksums-Sha256: baa41c2cbb20e28994db7c18e2312104457c05d27f39ac4a02dc98a1102fbb37 2718 rust-data-encoding-macro_0.1.7-2.dsc d45b494c359f4c2afd6e9b345242c291dd07010b1b3e418dac9cef9e76405b49 2792 rust-data-encoding-macro_0.1.7-2.debian.tar.xz 043180d7714628aab97180693ef28c42d49ecb6749e5a55c57b4f65e5fd36c4d 8336 rust-data-encoding-macro_0.1.7-2_source.buildinfo Files: 087fc01870c6cbb35c3ad3111daa81a9 2718 rust optional rust-data-encoding-macro_0.1.7-2.dsc 18c3619adaeff1c4ad17af5ef3f120eb 2792 rust optional rust-data-encoding-macro_0.1.7-2.debian.tar.xz 5d6afc5b433c0819769f8a0bc74d9e58 8336 rust optional rust-data-encoding-macro_0.1.7-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6di7EACgkQfmUo2nUv G+G7Ng/8DF6vkz37SmvI4tQbg3esscWto4Yi1ddW1zmJ5K/IzsWulWaS2Bt6DfTE jv6E6G65aNuW7Drx4GdDuzqxgw1oaSwfWFMN3kSKANemlcZc+orXeZdCoPy2efry EjbHpi7PHZ/nkGOxIWPCgy2vKQMzrvMIqeNb8FarRKFS5Rg6Rvsp/JjfTEns/9MK X7lrMBxELl3Q+KEzbudmECYN9m2z1amwdVLJzmM0xv8+S6cpBKHzLR8xKamaNCq+ rcdv3aP32pILDIO1whuhuVRo6Kz/ZZq2rZV4zTlCCfSZBUqDjYgqcpQSMOEoZdXX qeFF+kq/QyGQH+pi6w4j4tF40pPpsPYoM39PLfGwkG8eIBrQORN4HcSEh/13Ri0O XumficMumLBcjHZiPTRjlHa7t5RBcc+gvFSgOubZ3Mj87eqYJhn5mrwiHo8cEMpa ApwJ6XuHTVU/Kk+kTlGa5mePa4UlaZmfocXiTAHI0mCH7HOIZJkg2bvfgCb8W0XM +ZelwCMItYFo42iBdRHB2YDjPzwDbJ0ZtbvPGUutZTVvRRNZtb9Hd6Fr5XA6BvWP 7gZJa+PNUXoThpYBc/3VVRUqckuoAREt3+7kbHuE6HQve4gRHDmk+RqoZV1qqmTR IABmb8ha5ihgZXR0JzJjBkNPMMedNueMfbXuCsfi4H5FKevTCqY= =ZL4D -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:42 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gettext_0.4.0-2_source.changes Message-ID: rust-gettext_0.4.0-2_source.changes uploaded successfully to localhost along with the files: rust-gettext_0.4.0-2.dsc rust-gettext_0.4.0-2.debian.tar.xz rust-gettext_0.4.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:42 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-enum-map_0.6.2-2_source.changes Message-ID: rust-enum-map_0.6.2-2_source.changes uploaded successfully to localhost along with the files: rust-enum-map_0.6.2-2.dsc rust-enum-map_0.6.2-2.debian.tar.xz rust-enum-map_0.6.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-float-cmp_0.6.0-3_source.changes Message-ID: rust-float-cmp_0.6.0-3_source.changes uploaded successfully to localhost along with the files: rust-float-cmp_0.6.0-3.dsc rust-float-cmp_0.6.0-3.debian.tar.xz rust-float-cmp_0.6.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:42 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer-sys_0.8.0-2_source.changes Message-ID: rust-gstreamer-sys_0.8.0-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer-sys_0.8.0-2.dsc rust-gstreamer-sys_0.8.0-2.debian.tar.xz rust-gstreamer-sys_0.8.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer-base-sys_0.8.0-2_source.changes Message-ID: rust-gstreamer-base-sys_0.8.0-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer-base-sys_0.8.0-2.dsc rust-gstreamer-base-sys_0.8.0-2.debian.tar.xz rust-gstreamer-base-sys_0.8.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:41 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-generator_0.6.20-2_source.changes Message-ID: rust-generator_0.6.20-2_source.changes uploaded successfully to localhost along with the files: rust-generator_0.6.20-2.dsc rust-generator_0.6.20-2.debian.tar.xz rust-generator_0.6.20-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:42 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer-audio-sys_0.8.0-2_source.changes Message-ID: rust-gstreamer-audio-sys_0.8.0-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer-audio-sys_0.8.0-2.dsc rust-gstreamer-audio-sys_0.8.0-2.debian.tar.xz rust-gstreamer-audio-sys_0.8.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gumdrop_0.7.0-2_source.changes Message-ID: rust-gumdrop_0.7.0-2_source.changes uploaded successfully to localhost along with the files: rust-gumdrop_0.7.0-2.dsc rust-gumdrop_0.7.0-2.debian.tar.xz rust-gumdrop_0.7.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-exec_0.3.1-2_source.changes Message-ID: rust-exec_0.3.1-2_source.changes uploaded successfully to localhost along with the files: rust-exec_0.3.1-2.dsc rust-exec_0.3.1-2.debian.tar.xz rust-exec_0.3.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-enum-primitive-derive_0.1.2-2_source.changes Message-ID: rust-enum-primitive-derive_0.1.2-2_source.changes uploaded successfully to localhost along with the files: rust-enum-primitive-derive_0.1.2-2.dsc rust-enum-primitive-derive_0.1.2-2.debian.tar.xz rust-enum-primitive-derive_0.1.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:42 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-enum-map-derive_0.4.3-2_source.changes Message-ID: rust-enum-map-derive_0.4.3-2_source.changes uploaded successfully to localhost along with the files: rust-enum-map-derive_0.4.3-2.dsc rust-enum-map-derive_0.4.3-2.debian.tar.xz rust-enum-map-derive_0.4.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-hex-literal_0.2.1-2_source.changes Message-ID: rust-hex-literal_0.2.1-2_source.changes uploaded successfully to localhost along with the files: rust-hex-literal_0.2.1-2.dsc rust-hex-literal_0.2.1-2.debian.tar.xz rust-hex-literal_0.2.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:44 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gpg-error_0.5.1-2_source.changes Message-ID: rust-gpg-error_0.5.1-2_source.changes uploaded successfully to localhost along with the files: rust-gpg-error_0.5.1-2.dsc rust-gpg-error_0.5.1-2.debian.tar.xz rust-gpg-error_0.5.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:44 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-expat-sys_2.1.6-2_source.changes Message-ID: rust-expat-sys_2.1.6-2_source.changes uploaded successfully to localhost along with the files: rust-expat-sys_2.1.6-2.dsc rust-expat-sys_2.1.6-2.debian.tar.xz rust-expat-sys_2.1.6-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:44 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer-video-sys_0.8.0-2_source.changes Message-ID: rust-gstreamer-video-sys_0.8.0-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer-video-sys_0.8.0-2.dsc rust-gstreamer-video-sys_0.8.0-2.debian.tar.xz rust-gstreamer-video-sys_0.8.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:18:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:18:44 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-derive-builder-core_0.9.0-2_source.changes Message-ID: rust-derive-builder-core_0.9.0-2_source.changes uploaded successfully to localhost along with the files: rust-derive-builder-core_0.9.0-2.dsc rust-derive-builder-core_0.9.0-2.debian.tar.xz rust-derive-builder-core_0.9.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:45 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-proc-macro-nested_0.1.3-2_source.changes Message-ID: rust-proc-macro-nested_0.1.3-2_source.changes uploaded successfully to localhost along with the files: rust-proc-macro-nested_0.1.3-2.dsc rust-proc-macro-nested_0.1.3-2.debian.tar.xz rust-proc-macro-nested_0.1.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:46 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-log-reroute_0.1.5-2_source.changes Message-ID: rust-log-reroute_0.1.5-2_source.changes uploaded successfully to localhost along with the files: rust-log-reroute_0.1.5-2.dsc rust-log-reroute_0.1.5-2.debian.tar.xz rust-log-reroute_0.1.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:44 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-listenfd_0.3.3-2_source.changes Message-ID: rust-listenfd_0.3.3-2_source.changes uploaded successfully to localhost along with the files: rust-listenfd_0.3.3-2.dsc rust-listenfd_0.3.3-2.debian.tar.xz rust-listenfd_0.3.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:45 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-inotify-sys_0.1.3-2_source.changes Message-ID: rust-inotify-sys_0.1.3-2_source.changes uploaded successfully to localhost along with the files: rust-inotify-sys_0.1.3-2.dsc rust-inotify-sys_0.1.3-2.debian.tar.xz rust-inotify-sys_0.1.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:46 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-prettytable-rs_0.8.0-2_source.changes Message-ID: rust-prettytable-rs_0.8.0-2_source.changes uploaded successfully to localhost along with the files: rust-prettytable-rs_0.8.0-2.dsc rust-prettytable-rs_0.8.0-2.debian.tar.xz rust-prettytable-rs_0.8.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:45 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-json_0.12.0-2_source.changes Message-ID: rust-json_0.12.0-2_source.changes uploaded successfully to localhost along with the files: rust-json_0.12.0-2.dsc rust-json_0.12.0-2.debian.tar.xz rust-json_0.12.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:47 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-malloc-buf_1.0.0-2_source.changes Message-ID: rust-malloc-buf_1.0.0-2_source.changes uploaded successfully to localhost along with the files: rust-malloc-buf_1.0.0-2.dsc rust-malloc-buf_1.0.0-2.debian.tar.xz rust-malloc-buf_1.0.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:46 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-hkdf_0.8.0-2_source.changes Message-ID: rust-hkdf_0.8.0-2_source.changes uploaded successfully to localhost along with the files: rust-hkdf_0.8.0-2.dsc rust-hkdf_0.8.0-2.debian.tar.xz rust-hkdf_0.8.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:47 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-linear-map_1.2.0-2_source.changes Message-ID: rust-linear-map_1.2.0-2_source.changes uploaded successfully to localhost along with the files: rust-linear-map_1.2.0-2.dsc rust-linear-map_1.2.0-2.debian.tar.xz rust-linear-map_1.2.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:47 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libgpg-error-sys_0.5.1-2_source.changes Message-ID: rust-libgpg-error-sys_0.5.1-2_source.changes uploaded successfully to localhost along with the files: rust-libgpg-error-sys_0.5.1-2.dsc rust-libgpg-error-sys_0.5.1-2.debian.tar.xz rust-libgpg-error-sys_0.5.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:47 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-migrations-macros_1.4.1-2_source.changes Message-ID: rust-migrations-macros_1.4.1-2_source.changes uploaded successfully to localhost along with the files: rust-migrations-macros_1.4.1-2.dsc rust-migrations-macros_1.4.1-2.debian.tar.xz rust-migrations-macros_1.4.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:46 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-onig_5.0.0-3_source.changes Message-ID: rust-onig_5.0.0-3_source.changes uploaded successfully to localhost along with the files: rust-onig_5.0.0-3.dsc rust-onig_5.0.0-3.debian.tar.xz rust-onig_5.0.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:48 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-pest-generator_2.1.1-2_source.changes Message-ID: rust-pest-generator_2.1.1-2_source.changes uploaded successfully to localhost along with the files: rust-pest-generator_2.1.1-2.dsc rust-pest-generator_2.1.1-2.debian.tar.xz rust-pest-generator_2.1.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:47 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ntapi_0.3.3-2_source.changes Message-ID: rust-ntapi_0.3.3-2_source.changes uploaded successfully to localhost along with the files: rust-ntapi_0.3.3-2.dsc rust-ntapi_0.3.3-2.debian.tar.xz rust-ntapi_0.3.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:48 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-parse-arg_0.1.4-2_source.changes Message-ID: rust-parse-arg_0.1.4-2_source.changes uploaded successfully to localhost along with the files: rust-parse-arg_0.1.4-2.dsc rust-parse-arg_0.1.4-2.debian.tar.xz rust-parse-arg_0.1.4-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:23:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:23:48 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-hex-literal-impl_0.2.1-2_source.changes Message-ID: rust-hex-literal-impl_0.2.1-2_source.changes uploaded successfully to localhost along with the files: rust-hex-literal-impl_0.2.1-2.dsc rust-hex-literal-impl_0.2.1-2.debian.tar.xz rust-hex-literal-impl_0.2.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:28:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:28:50 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-servo-freetype-sys_4.0.5-2_source.changes Message-ID: rust-servo-freetype-sys_4.0.5-2_source.changes uploaded successfully to localhost along with the files: rust-servo-freetype-sys_4.0.5-2.dsc rust-servo-freetype-sys_4.0.5-2.debian.tar.xz rust-servo-freetype-sys_4.0.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-quickcheck-macros_0.9.1-2_source.changes Message-ID: rust-quickcheck-macros_0.9.1-2_source.changes uploaded successfully to localhost along with the files: rust-quickcheck-macros_0.9.1-2.dsc rust-quickcheck-macros_0.9.1-2.debian.tar.xz rust-quickcheck-macros_0.9.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:11 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-spotify-tui_0.11.0-2_source.changes Message-ID: rust-spotify-tui_0.11.0-2_source.changes uploaded successfully to localhost along with the files: rust-spotify-tui_0.11.0-2.dsc rust-spotify-tui_0.11.0-2.debian.tar.xz rust-spotify-tui_0.11.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:10 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sct_0.6.0-2_source.changes Message-ID: rust-sct_0.6.0-2_source.changes uploaded successfully to localhost along with the files: rust-sct_0.6.0-2.dsc rust-sct_0.6.0-2.debian.tar.xz rust-sct_0.6.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:12 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-shannon_0.2.0-2_source.changes Message-ID: rust-shannon_0.2.0-2_source.changes uploaded successfully to localhost along with the files: rust-shannon_0.2.0-2.dsc rust-shannon_0.2.0-2.debian.tar.xz rust-shannon_0.2.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:13 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ring_0.16.9-3_source.changes Message-ID: rust-ring_0.16.9-3_source.changes uploaded successfully to localhost along with the files: rust-ring_0.16.9-3.dsc rust-ring_0.16.9-3.debian.tar.xz rust-ring_0.16.9-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:12 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-quick-xml_0.17.2-2_source.changes Message-ID: rust-quick-xml_0.17.2-2_source.changes uploaded successfully to localhost along with the files: rust-quick-xml_0.17.2-2.dsc rust-quick-xml_0.17.2-2.debian.tar.xz rust-quick-xml_0.17.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:13 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-scrawl_1.0.0-2_source.changes Message-ID: rust-scrawl_1.0.0-2_source.changes uploaded successfully to localhost along with the files: rust-scrawl_1.0.0-2.dsc rust-scrawl_1.0.0-2.debian.tar.xz rust-scrawl_1.0.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:13 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-radix-trie_0.1.5-2_source.changes Message-ID: rust-radix-trie_0.1.5-2_source.changes uploaded successfully to localhost along with the files: rust-radix-trie_0.1.5-2.dsc rust-radix-trie_0.1.5-2.debian.tar.xz rust-radix-trie_0.1.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:13 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-random_0.12.2-2_source.changes Message-ID: rust-random_0.12.2-2_source.changes uploaded successfully to localhost along with the files: rust-random_0.12.2-2.dsc rust-random_0.12.2-2.debian.tar.xz rust-random_0.12.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:29:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:29:15 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-strip-ansi-escapes_0.1.0-2_source.changes Message-ID: rust-strip-ansi-escapes_0.1.0-2_source.changes uploaded successfully to localhost along with the files: rust-strip-ansi-escapes_0.1.0-2.dsc rust-strip-ansi-escapes_0.1.0-2.debian.tar.xz rust-strip-ansi-escapes_0.1.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sw-composite_0.7.2-2_source.changes Message-ID: rust-sw-composite_0.7.2-2_source.changes uploaded successfully to localhost along with the files: rust-sw-composite_0.7.2-2.dsc rust-sw-composite_0.7.2-2.debian.tar.xz rust-sw-composite_0.7.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unicode-vo_0.1.0-2_source.changes Message-ID: rust-unicode-vo_0.1.0-2_source.changes uploaded successfully to localhost along with the files: rust-unicode-vo_0.1.0-2.dsc rust-unicode-vo_0.1.0-2.debian.tar.xz rust-unicode-vo_0.1.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ttf-parser_0.3.0-2_source.changes Message-ID: rust-ttf-parser_0.3.0-2_source.changes uploaded successfully to localhost along with the files: rust-ttf-parser_0.3.0-2.dsc rust-ttf-parser_0.3.0-2.debian.tar.xz rust-ttf-parser_0.3.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unindent_0.1.5-2_source.changes Message-ID: rust-unindent_0.1.5-2_source.changes uploaded successfully to localhost along with the files: rust-unindent_0.1.5-2.dsc rust-unindent_0.1.5-2.debian.tar.xz rust-unindent_0.1.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:17 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-toml-edit_0.1.5-2_source.changes Message-ID: rust-toml-edit_0.1.5-2_source.changes uploaded successfully to localhost along with the files: rust-toml-edit_0.1.5-2.dsc rust-toml-edit_0.1.5-2.debian.tar.xz rust-toml-edit_0.1.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:17 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sval-derive_0.5.0-2_source.changes Message-ID: rust-sval-derive_0.5.0-2_source.changes uploaded successfully to localhost along with the files: rust-sval-derive_0.5.0-2.dsc rust-sval-derive_0.5.0-2.debian.tar.xz rust-sval-derive_0.5.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-tokio-sync_0.1.7-2_source.changes Message-ID: rust-tokio-sync_0.1.7-2_source.changes uploaded successfully to localhost along with the files: rust-tokio-sync_0.1.7-2.dsc rust-tokio-sync_0.1.7-2.debian.tar.xz rust-tokio-sync_0.1.7-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-subprocess_0.2.4-2_source.changes Message-ID: rust-subprocess_0.2.4-2_source.changes uploaded successfully to localhost along with the files: rust-subprocess_0.2.4-2.dsc rust-subprocess_0.2.4-2.debian.tar.xz rust-subprocess_0.2.4-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:17 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-tinystr_0.3.2-2_source.changes Message-ID: rust-tinystr_0.3.2-2_source.changes uploaded successfully to localhost along with the files: rust-tinystr_0.3.2-2.dsc rust-tinystr_0.3.2-2.debian.tar.xz rust-tinystr_0.3.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:18 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-url_2.1.1-2_source.changes Message-ID: rust-url_2.1.1-2_source.changes uploaded successfully to localhost along with the files: rust-url_2.1.1-2.dsc rust-url_2.1.1-2.debian.tar.xz rust-url_2.1.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:18 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-typed-arena_2.0.0-2_source.changes Message-ID: rust-typed-arena_2.0.0-2_source.changes uploaded successfully to localhost along with the files: rust-typed-arena_2.0.0-2.dsc rust-typed-arena_2.0.0-2.debian.tar.xz rust-typed-arena_2.0.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:19 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:19 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unix-socket_0.5.0-2_source.changes Message-ID: rust-unix-socket_0.5.0-2_source.changes uploaded successfully to localhost along with the files: rust-unix-socket_0.5.0-2.dsc rust-unix-socket_0.5.0-2.debian.tar.xz rust-unix-socket_0.5.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:19 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:19 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-target-lexicon_0.10.0-2_source.changes Message-ID: rust-target-lexicon_0.10.0-2_source.changes uploaded successfully to localhost along with the files: rust-target-lexicon_0.10.0-2.dsc rust-target-lexicon_0.10.0-2.debian.tar.xz rust-target-lexicon_0.10.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:19 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:19 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-vergen_3.0.4-2_source.changes Message-ID: rust-vergen_3.0.4-2_source.changes uploaded successfully to localhost along with the files: rust-vergen_3.0.4-2.dsc rust-vergen_3.0.4-2.debian.tar.xz rust-vergen_3.0.4-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:34:19 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:34:19 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unwrap_1.2.1-2_source.changes Message-ID: rust-unwrap_1.2.1-2_source.changes uploaded successfully to localhost along with the files: rust-unwrap_1.2.1-2.dsc rust-unwrap_1.2.1-2.debian.tar.xz rust-unwrap_1.2.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:35:52 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:35:52 +0000 Subject: [Pkg-rust-maintainers] rust-derive-builder-core_0.9.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:05:12 +0200 Source: rust-derive-builder-core Architecture: source Version: 0.9.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-derive-builder-core (0.9.0-2) unstable; urgency=medium . * Team upload. * Package derive_builder_core 0.9.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 8add6246ce73d3288fe756c5aea6a4a532ddc8b1 2642 rust-derive-builder-core_0.9.0-2.dsc aaca6d4db64153a04df08bddb7f01854f4c0459a 2988 rust-derive-builder-core_0.9.0-2.debian.tar.xz e53fe3c32b0ba7f6bedfeb400c74b8ffa9708545 8588 rust-derive-builder-core_0.9.0-2_source.buildinfo Checksums-Sha256: e695da2efa3dc542c61c3b67e453b72e36b968de550565799025dd4b05d24bba 2642 rust-derive-builder-core_0.9.0-2.dsc b189df89dd5981091308790d6c186ae54ed840552711c3245a492f81d78bac3b 2988 rust-derive-builder-core_0.9.0-2.debian.tar.xz 1b490e26e830534638f3714b649131032cd0b1077e37a0d1cd8c141b8bd84bbc 8588 rust-derive-builder-core_0.9.0-2_source.buildinfo Files: 8cd1a36f2b8d7b5f616f0c5b11216598 2642 rust optional rust-derive-builder-core_0.9.0-2.dsc 7c535bfd63a2145ee35a40f4f44ac8ec 2988 rust optional rust-derive-builder-core_0.9.0-2.debian.tar.xz 7c43442f8bc5def95cb83a0c1a9277b9 8588 rust optional rust-derive-builder-core_0.9.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dj/oACgkQfmUo2nUv G+FuKQ/6A/aq5tUMpqZOtq9n0GqRmanim+G43ckSXeTbFqMSlB8UxPXimTBO3BMY IMJq3oUGjfLBU7Ty22WMSYyZiKGTHIOSK4verfDJT1UbaCTtbiatiWodJiyV+ydb dierb+dg8maRSLG44Ayt1CJLeQnzQTdDzQHO9U2DNFyCxBpVBwFLMlaouBzgbRSz a8MWOQzC8jQCfPXkNZT+cUncCXO+ASHk22kumaxDtseFcCXYujUEWWZ4L8XQzx/r I0PRfo8E41ZaQ1VUG3F1PWLC3ztiNr9f3EzMS/DLEi7F9UxP7EfdpD0PcZc13MDl bxYS/5lh21PIM/0UFwcIUL6z/xNJsAcFt5Hovmuo8v56NkgeAyCqPFB07CHPlghK BX9X9m5+WVbDBluiKuAsu2Sm9OAQYUJeWPNpdJ5K3olGnkW79kOsBUJdNxbHRD5+ jCJQKnsbZ8UsNIWiVIL0o+DPFDmWwfzv6TsWfuJNQsLXRglv1ZSnuNN9gj0vUrZM HMMUaiHZOCH200uTwPeF8MhmS67Rl8b3K4tf1CalvBQg2oInA10WoMsGzFLqSMEp z+BfsRA6KdWz48paFeZ5Jdg163EDRq976zEtE5ga73rhX8HOH3ZddYX7BH+upjnQ 014EvfTzLaxSAaYaBjfvVGThtbG9/bhVBEHT/PagtDbp0lkWMxA= =Cj1v -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:35:58 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:35:58 +0000 Subject: [Pkg-rust-maintainers] rust-enum-map_0.6.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:05:28 +0200 Source: rust-enum-map Architecture: source Version: 0.6.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-enum-map (0.6.2-2) unstable; urgency=medium . * Team upload. * Package enum-map 0.6.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: f0d3c7a566988af29e89a5f2dadd0a7b9c31d42e 2451 rust-enum-map_0.6.2-2.dsc 5e6076949f78877b3680c55627d0798a4754441e 2696 rust-enum-map_0.6.2-2.debian.tar.xz dd3a1264c3157ea326006b9c1be36c48e22dbdeb 8221 rust-enum-map_0.6.2-2_source.buildinfo Checksums-Sha256: 37e44b195ba611bf662a0c6113fd0b24fa942c4b81bb5f67af2e6c16c9ca2867 2451 rust-enum-map_0.6.2-2.dsc 9c2759f7993114d93bf1f6175645a0d60d422f6531236d2962e5deaabbe813c1 2696 rust-enum-map_0.6.2-2.debian.tar.xz 80faacbc34effe14af68a62a97ab39374ae57ce61f15faa696b718164005a049 8221 rust-enum-map_0.6.2-2_source.buildinfo Files: 99879955693bf0b35c6e1593e4ac33fe 2451 rust optional rust-enum-map_0.6.2-2.dsc c25e0209df82fa5f5198fceca578a73f 2696 rust optional rust-enum-map_0.6.2-2.debian.tar.xz f984a8b28894b6431ebd09cb5cbde32a 8221 rust optional rust-enum-map_0.6.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkAoACgkQfmUo2nUv G+GZKw/9EnYizsW4nzvEmq+TOgLAh7I8K49k+5SUSPlOSh2dCZ/o05Vzgmd5v0hf akSKzN2RFi38oxMSWYTXMtid+S6tRrz14RDznKuVFIuqMQssdPKtLLVWBrBgfcg6 JJbgo/s/n/hVSmLky9DmrGykoQekN+BHtDy4+3oljfiV0LwDBc7CyDZ9PTEHgHBc wxSoFWV7JPmgxV1efgaoXOZFrnNUy3cvsbE7/H3lIvVENcxoAAitBDTrtRwsj/pq pdkHh7fQo0Yuen4QcoJsD7xkfh71vpcULOZGNiehmkTBHyy/jsq++8yKue0OFpfg U1thcGvAdD/JJlcsKVRWOF7xX84GkKmak8aiA/qwWWiEGgplGhTJSsdZCEML1YDL BzDEFxmXk4BkgtZz6j1XqLi+B+dgs8rBF/qAZrn5wVRTgyd8kOm+orSrluOQkYXQ tWxWiPUCmu8nRX7WjBPT0b/P03mVHtMz3JdiPCQBIyVlXEpAASndu1XSc6K6n0f3 vMmSpbhiog4t7HiBPC97lWTcRQMsu310imk1TkP2e/twWZxK/T4kTaNmgkxk3jBS Uy+S4y0ji4ZCsgRupGRCwkSDGFLYsitgxw8Z2cSDv7xj+4gZRUPvSARpeoK6LmUP ejhdNoME5txSZXucfHne+SDUpyYCbOEtj9BJnl0ZNK0pgs7gCcE= =9BPa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:04 +0000 Subject: [Pkg-rust-maintainers] rust-enum-map-derive_0.4.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:05:47 +0200 Source: rust-enum-map-derive Architecture: source Version: 0.4.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-enum-map-derive (0.4.3-2) unstable; urgency=medium . * Team upload. * Package enum-map-derive 0.4.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: 13fa1d0223426111da127606a44421109374252c 2370 rust-enum-map-derive_0.4.3-2.dsc e1f0aeb44aec1e0f62fe6175db895a9efc2c4a7c 2564 rust-enum-map-derive_0.4.3-2.debian.tar.xz bb60e634ed5389ab15470e5e9b7977a9d41ed881 8532 rust-enum-map-derive_0.4.3-2_source.buildinfo Checksums-Sha256: c1674d58f72246c5bc38725a3270700a4c4805db76f7a82f45299845786efc02 2370 rust-enum-map-derive_0.4.3-2.dsc e96a0c1154b82cb9896baec85c783d18730dcce76449c26c7a7714a8e7f9e259 2564 rust-enum-map-derive_0.4.3-2.debian.tar.xz 90dedcfff03e638e85121ed96f2971d711271b541b831a2934fa36f485aa2048 8532 rust-enum-map-derive_0.4.3-2_source.buildinfo Files: 3309c6df230f7ac001b9fbe85e64896f 2370 rust optional rust-enum-map-derive_0.4.3-2.dsc e00e2f238a36478d16e07c3791fc2b1f 2564 rust optional rust-enum-map-derive_0.4.3-2.debian.tar.xz c4c1e7ac2636318f5e8c83fdea6fb385 8532 rust optional rust-enum-map-derive_0.4.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkB0ACgkQfmUo2nUv G+F0VQ//afv8wnNLK9ZsWPzHY1yh69ZSpu2LxMrtW0dyX8RMO7HCXH0mOd82k5t8 YFHgNPsYw+0QhrUEXWDMuJ10eaLi7P7rbcxEQJzOVVO3K9398e2MhSD/IapPXC7U 2KhIg2bqVS3yVdeN159/GZZsQXYC2rwDXC7Nk5sEkgQVoYi+O3ihxCDTewYOGNEO zviLkflmnYPrK+Fl+lxbsSrNX07ED+OGPmaz4gRxNlatylKfHW61ZJxgEt4teVR+ KAcjaFaF5OZ4IWbBBw0hvXgcRccijIiSBz89QYuZSpz0g69g9fvE6zKjgn1449RO AEl47tGngaKeUONsfP44+JjB6lrljszmWenXum+rfabSm21WLg4PRCbA2fgLH1ya 5/oC+pzzKlb5DPACwHm3SosSZek6Nje59P63Gjst2Gu/BAPfpTime7FmTs3cVU52 SkBDOUPQ65LtmBG+p0PxYZ+SVZISF5ug/DnlVgOnbE6O8XCeGz8p4nVT/L5AbHrg ffbGQZKaUHHyAJ7QQE4lc1QwJiEPMM9yI0nsoHyHf7xGF9UdkFlfR6mLSxBEdMwV h+NWexhdKPlTtm2tR7iG4cZLoD296xcF5gW6TSVY4j8aCHGGE1A1TJABFRHLEHyM sZEVZRRcHuRNiNqPwwxV+aSsvVGZxjQfizocgTVel4af5j2738Y= =Y3R7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:10 +0000 Subject: [Pkg-rust-maintainers] rust-enum-primitive-derive_0.1.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:06:05 +0200 Source: rust-enum-primitive-derive Architecture: source Version: 0.1.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-enum-primitive-derive (0.1.2-2) unstable; urgency=medium . * Team upload. * Package enum-primitive-derive 0.1.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 256c4c691d5249a1b563b4699891b873d84e1c34 2422 rust-enum-primitive-derive_0.1.2-2.dsc 2e6bd2b922db6ed8f63cf20ad1b1b73f269a2068 4008 rust-enum-primitive-derive_0.1.2-2.debian.tar.xz 5be8d32317e12a6ee904ceb03464979999da22d1 8645 rust-enum-primitive-derive_0.1.2-2_source.buildinfo Checksums-Sha256: 98abc036fb726ba21b69e42d68eae7ddabcddcbaa21699fb31f06cb787824019 2422 rust-enum-primitive-derive_0.1.2-2.dsc 952793b05203da75b2f6dfc7d7b39970d13e496ee64e14b7ee2c42da0c466005 4008 rust-enum-primitive-derive_0.1.2-2.debian.tar.xz f40f5160b99bc124bae8f9a16931125b5e2dbe7a466c2e1d9e27aea071ba7368 8645 rust-enum-primitive-derive_0.1.2-2_source.buildinfo Files: b661d000e02a1ba6fcb1f9c8f1e974c8 2422 rust optional rust-enum-primitive-derive_0.1.2-2.dsc cd50598f9c4693cf6bb1d4c2fb3707ce 4008 rust optional rust-enum-primitive-derive_0.1.2-2.debian.tar.xz 07c0d235016aa0f23288ceb5390c4236 8645 rust optional rust-enum-primitive-derive_0.1.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkDAACgkQfmUo2nUv G+EJqBAAi1fd7Gjf/ewA2aXah7ZHYv+0IQHMzRJBGrAdSI3F/whxiY8AHIlYVzkt QX3dn8AVEu5UXW2M2JBZuqqjCVHb+ne6/N86MkShu7EKBmkOnMxrmyzi7uQHD0cR PM7Iv93Jd80W+U+dYoXXGTk1c7TB0vV7uZU/rtlh4L7DmOzY08JnNaMIVzRa9SLF GPoyLzYvjluSCd129SJ6KsPu5QH7fz4xengdiGpcTxJB5vZUmCh1HZAnx8x9l6XS p6BXkrTCs6ZZTh+6zkr7TRH02it2kOuoWS3x1EnQX/adLbEG4kuqADG9hotFsnlr aAhYKWhDeVUEsc0qFcmJyGeqMjUZBbZULy8Cy0kPUK43Xk94G+SUuhClLy8iTzyg 1CeX6lRGFogcV1jGCHTHNDcD/qp0o8Lbw3JaPkpXg3CBlq7g1nSJaO+KbL5++lsb HM61kXyfyeVQ4Bz+S4sF8s7Tf3HouXfLSMuiY2EolxnhcvquyurTb+7FTBHpzf8F 553ysLSzEukYatRmbsO0DPfPMdpQGXA0NcL0rVvhvIa6qACfb1vl43CayYsyLvNh c9u0xyCOBlKU6qGYLthCz8b9fbDRtgHw4/FfvbjF6GyzDotpUcE3j796GZojUslH VOSWXlxhhZnYR6xTiPRuBF9kpwBmq2ccJ0I7dQwOfqwt5qjkGAk= =vMd6 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:15 +0000 Subject: [Pkg-rust-maintainers] rust-exec_0.3.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:06:27 +0200 Source: rust-exec Architecture: source Version: 0.3.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-exec (0.3.1-2) unstable; urgency=medium . * Team upload. * Package exec 0.3.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: e2cc261ffa22280fc66e1a1ddfc1c0f11ea653c2 2162 rust-exec_0.3.1-2.dsc 19b7094f1ed619f56564d17429cb571f63d3e9a4 2672 rust-exec_0.3.1-2.debian.tar.xz c53d217a498b4d8b3fd3af9600eed0e46f465393 8206 rust-exec_0.3.1-2_source.buildinfo Checksums-Sha256: c36d7bef995b762c079349c6797e16af3bc8a440e4899ed1260efe4692ce1bd7 2162 rust-exec_0.3.1-2.dsc 714882cbc80420371edda360fbbcc6c75e7d18aa7b853f66ffa5031f1723bed4 2672 rust-exec_0.3.1-2.debian.tar.xz 6beae6be7b3dee23e75e68b8bffa74fed7d6ef102e0499fd511f52da769cbda3 8206 rust-exec_0.3.1-2_source.buildinfo Files: cacb1590a03ff0768db1cd2e91b706a5 2162 rust optional rust-exec_0.3.1-2.dsc e1831d9dfb6eec99a4fd5e08f04b9257 2672 rust optional rust-exec_0.3.1-2.debian.tar.xz 7f17641ead608be112f4adfa53a3a1e1 8206 rust optional rust-exec_0.3.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkEYACgkQfmUo2nUv G+EG+w//YA7e8IljXjQGR8+VbJafOrUhfOn3nh6iNmc9hHDj8U4HwNFVKJE4PLlt gHRgbfH8d1DCqNZ9Z8uDga3X9b+y8MaunjRJMB1yNX94ZJm1erfw37HRPbUY5KWv 65jdO1XY2Sz7dSK+BpZ0rV7n5yPnb2VI3f8ge8f1GwWjBar1Bv9huaPXv2HJ2iRO syAWRl/TFicEFX/bY4wUpowUNKzOg51M6AaRGQkgBzsVxyCd3WhSg1z8u1om5hf/ rNhvj8NUDJD1zEkiu6L+lKODrTs/wEb+FVA8R9l77ZPAeutOv1CEN64F5mOMN5OL zG1+IsErqQyVCiQq6f/WyDDR+9Wl/I7bl73uncB6AxH7iwbiIn5vpCUGRV12+JoX ZaIb10ygdsUxmDP02KJPIvfR2UusoBevdsAwxe4b/5Rh7OPh9PFBrrXT/9GZeIA5 T2WY+SVaYX+g26K2cdZ/sLUSULGlpAH67PbjgmLNXLC1gKy16bnqlt7b6kc1RSZJ v2tipIKVYHJWEk7TXwZq2Pfp3vbF9m/f31FrgNcWl61/166noPGES9DSByB4rmA3 j2NLnO83DJf6sR1UHa9kcq15Y/HMp51D73UDN2vxZwyavNSEF52HTK8pCzJdLE1I hxi4v9FERYnrbRVZS4eivBB3wTdADcdUuviAqhRO2PJEBmj+RjA= =cD7A -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:20 +0000 Subject: [Pkg-rust-maintainers] rust-expat-sys_2.1.6-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:06:45 +0200 Source: rust-expat-sys Architecture: source Version: 2.1.6-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-expat-sys (2.1.6-2) unstable; urgency=medium . * Team upload. * Package expat-sys 2.1.6 from crates.io using debcargo 2.4.2 Checksums-Sha1: 19d1abf3e08c9b5c7a8586b09264c21370da7fdf 2263 rust-expat-sys_2.1.6-2.dsc 7cb371e19684323a327282b97b535531e7a74b68 3000 rust-expat-sys_2.1.6-2.debian.tar.xz a94f5af0421f742c251c7e8688e5f640f2aa3941 8289 rust-expat-sys_2.1.6-2_source.buildinfo Checksums-Sha256: 1dc690dbe710df476e3b34907032dbe79662e2601af0afe4505b38d9736639cf 2263 rust-expat-sys_2.1.6-2.dsc c59e9fecba25090e452545466900872a85fc32892cd712e6f20081c536b78f69 3000 rust-expat-sys_2.1.6-2.debian.tar.xz 9564deea257b8ee57d133f675d0cb7560103de7c7bb4bfea225c24443b305bae 8289 rust-expat-sys_2.1.6-2_source.buildinfo Files: 3226724a02659f57f6a258c0330b0e48 2263 rust optional rust-expat-sys_2.1.6-2.dsc 1c332275434d9f2338718e1fc46c0520 3000 rust optional rust-expat-sys_2.1.6-2.debian.tar.xz 23b4108a3ad4096fc94c705ad9fa8456 8289 rust optional rust-expat-sys_2.1.6-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkFgACgkQfmUo2nUv G+F6Yw/+Px3VDbR9ocYaqKabHLBF/nmnrbELDHuEvxiL0xdVPiqTT+VLBOMjULr1 Jhk9yNZ1U31zhjPbpH7sfnmhjtzE6IsnjVQml2xlN9o4QQB+i5nZvl213xJ1KYYR AZGxBbiVx/6njrdXzfTQSuqIx4uofEQkm90qsw6MEI5D0ewkY4VYQ1CO9ivExRTe R3viMqUIhO/RoL4Hlm30g/vqQEt7U4MNk5Y90li4KmSmlc1h/GUA+DoASTY+5z0t Safc8IRZU9N5/jQwOlKYeY+RTqqsqPdd/3RWb2nVX5lt4PzRCc8KDP82yJiAC9Zm 1xqGXRKmOHt9nX46tf9cq3QK5cQXtHvyeGRVptjKNIyBFzglhRE3ljkir61AY9py nwnBpHG3QbKOGXMzLuk7y38c31TPkmmL94O92gKazXyxreYQbn7HhiJbe7MepEzK AOyZiHWnwc5z//zwPQebDEu+s5VhAjcGLyG7Qaj8j9diQXsiWCxhZrD4F55rswHA vPV1D4k4em7zn/P5fu+Z3MPotnSovs3oY229m9gnVWHq4crizzfyhHHos1mpq9G9 JaCC07VeS3qvFd9mMyH7Cw1m8A0NjuWabTYNAin08qTz6wzKga3PO1h3aUGeEzuE UqS3FXMEzJioc/Rq6YrpiDwHL5UQcS1GF00kJKfdVXw3v+TBAE8= =YFtM -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:26 +0000 Subject: [Pkg-rust-maintainers] rust-float-cmp_0.6.0-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:07:03 +0200 Source: rust-float-cmp Architecture: source Version: 0.6.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-float-cmp (0.6.0-3) unstable; urgency=medium . * Team upload. * Package float-cmp 0.6.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 52593bdf06b186e07055175f74b027890141a17e 2252 rust-float-cmp_0.6.0-3.dsc 9a77143ee6bccb18327548a13156fd21c731849a 2784 rust-float-cmp_0.6.0-3.debian.tar.xz bb0464c852f01c3fc3aa407258d205cdb5424aad 8312 rust-float-cmp_0.6.0-3_source.buildinfo Checksums-Sha256: 18be938bf8de87791b98b255a716faa00ee349e423aa2aadfbbd7721ca6eb1f7 2252 rust-float-cmp_0.6.0-3.dsc 581386185fcfd063a2f6cbf0fa52e5e39a89899e4c60c9dab5324d7ec35ed33b 2784 rust-float-cmp_0.6.0-3.debian.tar.xz 4216b72cb6a34832d5a65eb8b5ecd506e8c7434ad0db8afcea5cc5c4a6f11e44 8312 rust-float-cmp_0.6.0-3_source.buildinfo Files: 55097eba4b03a2d30e2c2d49ef6d1f75 2252 rust optional rust-float-cmp_0.6.0-3.dsc 44f685929c2245f273c04709126796df 2784 rust optional rust-float-cmp_0.6.0-3.debian.tar.xz ba03ab6e6ac42bff0786f8e3fa09b445 8312 rust optional rust-float-cmp_0.6.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkGoACgkQfmUo2nUv G+F5dg//Z0ZpZbqDg5dnhYylTTqZtRmMCx9i4WppYHqnBs4Y72i372dNRF3df1b8 plt8YjYdVIDXBoD5l1AN1fQUcyiT1TsRAh187S3Rl1CqtErL8/R33V43pHmlpfB5 mWvXtUHjhFtYP87XExopxGSXMzaISi252hLX3AB4wy/18z8viYg+oEMlelpBKjOg Z0n5Zn24NrOfI8O+jrCtzLAxCzPNeQgiby511gn86k7hOooaf1T0XRXJsWBRNaQE uNJFfEEmtr73ZElHMQoDkUCddZlHj1IzBtf7WweJBwlQ4+oAP/nWCP1NKG9lThne xjjqn5wqzcKEk53y2RIIyUSEDq6rzt1ZnOrmgV38IeE6JKIvkk8pQ2ZqFA1+AVzL jSJWn6OBmO+aFggVJ6wHuCd5qHK+rXiIAMSpqvgqaTrpeX06mo/ADMfwpZKiGVoI WNFJALn7S7XCbsYJuY/yAuQ+WCT3YCqN6kag4VpKnlRQRjoXRP8FrpaW/Urgf6sL psFkyrT4Rj8PTelGDvqburfhL4AXCEfAcqRPs5JKLz4oF26nL1prT53kJPNLLcYB 3N9+vEQhKsarCgUjK67wiHMTcIFaJ3b/RFxQ+1hN9a2t0G6J/2cLDvOSz6VU094N /HHRr7ecw4NRigUqRO/oFX5Sxe/bI5OklkmaHYGS6AyGjVd7Ua0= =yusY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:32 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:32 +0000 Subject: [Pkg-rust-maintainers] rust-generator_0.6.20-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:07:21 +0200 Source: rust-generator Architecture: source Version: 0.6.20-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-generator (0.6.20-2) unstable; urgency=medium . * Team upload. * Package generator 0.6.20 from crates.io using debcargo 2.4.2 Checksums-Sha1: 6f718b1e67a01a6a3ffb8e1b4033cb2ade7b1715 2507 rust-generator_0.6.20-2.dsc 4b46ba3e5cf3e24035f3aeb809463a8420cb2efd 2876 rust-generator_0.6.20-2.debian.tar.xz 189729f99b1b509d173238d61bf2aa56a9bb184d 8476 rust-generator_0.6.20-2_source.buildinfo Checksums-Sha256: ead189b9ab90d43865bc94709ea5ffd7500b929e4c1829befb21da1a8bf41e86 2507 rust-generator_0.6.20-2.dsc c0765b05ef43d120a8bd7b44507e469e0d34b3cd14f7b2307fe9118df44d91f0 2876 rust-generator_0.6.20-2.debian.tar.xz 68fda5e4cfbe4709fdc83b87e284e1a1e0df53c8a904da617a30b870bcf2ec32 8476 rust-generator_0.6.20-2_source.buildinfo Files: 764fca765131b05c2d5c831cb865733b 2507 rust optional rust-generator_0.6.20-2.dsc 03d99a971ef6a147b9a43c33627b5e0b 2876 rust optional rust-generator_0.6.20-2.debian.tar.xz 70d21bfc967234d0a735996980743b58 8476 rust optional rust-generator_0.6.20-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkHwACgkQfmUo2nUv G+EtFg/+O2qrSpthNm8R6n+kutrbK0s4/nZRPj2QJIB1lDvbiDeApM25J+J4Q50P 5fGbfBi5vq2aMkd5hGh8Oqw7wW8ZRcGovh+FHJEZfdN94wl0dNYBw4q7dv9kcRJk diItRBd1RjkaTKZ6UhA53FnTqQbCke3S5vqVDokVlMtKN1bSjwXnjYDaPG9Ybhj+ XKMs4C7+0xudBuC3AMeoeKJabUACEWovECTE+Otp0CA6QOW/wkdzplGjcMtqSH6V 5RQZzv/veVGur+MxJM1w3XXGQbHV6ogz6becJ0o7vmsqrmP9u3cNxJrQcS8l3zAD Edn0QweqHWkOAivk80hzN3OszpWJgooTcz0s2k24+gYuS/m+MGx8Eea0YghGKtwY kyvKw/DLXowPr/AqXYsXmLXwPr63cu9GRcoJz7h5MNQNxhSSlkxPUIzmN8bmELoT ocXLyo0dmR0HH7Ffsjj2kK/es9PP46RZsF+cZerKaz3oylAAI8eiRXfmBaspvPRz g4Ghx9eWikUJSZ4vhVzDxzuRUeFecQBOk4FoXbEyaeNBJSN8KZwJXD0BIBO9ucVj 45TTCxQ8wF3uWZt1Mmsgxul7Gz7rikiqqmKrcgUp3onuZY1S1K5r+OCpvYJOgCI4 3HrcTWQWs89iMgP16ISV6hazaZSGMrHlgwQNCD/LCL89DhVEklk= =O4oE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:37 +0000 Subject: [Pkg-rust-maintainers] rust-gettext_0.4.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:07:39 +0200 Source: rust-gettext Architecture: source Version: 0.4.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gettext (0.4.0-2) unstable; urgency=medium . * Team upload. * Package gettext 0.4.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 834fcf42157494f842374dea68dd20c0208bd310 2229 rust-gettext_0.4.0-2.dsc 81655ce95e1d2a7c26d7982c0d9fb02150c69afc 2564 rust-gettext_0.4.0-2.debian.tar.xz fb43b72f0d865996f0fd5c894e4eebfbb223cef6 8225 rust-gettext_0.4.0-2_source.buildinfo Checksums-Sha256: efea4f9752e68fbda72189d10bf19e21ce99b31c23882322e86adf44150ce634 2229 rust-gettext_0.4.0-2.dsc 8f44d68c5ab110efa8aa37dc89cee71b0d0f3372c9a01f9b19828fc2c7fa87e5 2564 rust-gettext_0.4.0-2.debian.tar.xz 94e788adf6edf0d49eb24b24fd2901fccd4482830edcfce05ffc910aec72c152 8225 rust-gettext_0.4.0-2_source.buildinfo Files: 9c4bfb4805c1aed6442831d464970e36 2229 rust optional rust-gettext_0.4.0-2.dsc 8da7534d0f5b6a6a519bf76dd5e298b7 2564 rust optional rust-gettext_0.4.0-2.debian.tar.xz d75748a32d0b241d2bc1fa603522e49f 8225 rust optional rust-gettext_0.4.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkI4ACgkQfmUo2nUv G+EMBA/8CLUXcqO2FP8AydUnumBm+U7yebBhn2QvmxvqrAahhge7tbnL+WTcwoay 7jOZoRB+ETT0hKg5uLDvO2Fuaw7FAZZfj3YpP1UjjlYc0sZUZxmQ1+hanW+bzQi4 nsAkwbiNj9S4xITc5garYqdKY4iG+VvVF38UDDRP3RBiJyK/mkQkgcJg4Hn1Tpn9 7y4ldsTp7cw5nwyHWX5cmk1IKIAlk8Camc2BY8V0ymj0ds1Kx28biTAnuUUs+2wb 8ilgrW7OIcXBcwDE73zoXTvkzeYSyuUyK9QR0RIBlsghl6zxOObMGeZmifAJrgT/ 1JpHnGNTAYYNlfkCjba9/0EHSKtigUaoImJ9d18ql7neDYruTyllXOubKtzZvKfj vdJxoYPoUqp+EquGnodKbe3XZXaJjrqOmsYcNyAEJtySyBNxPVkTV1XdtYeyOoBY /fU4oHktrLgk4qf0hQbACHS3s1+yBL9Ujr3O6wzhEWM0X8LLjh6FGFxKfkHLNzO9 2etPfjfgD1REcrbCmv+s0a7pooOuEHm5pSlGg7/LtmxRLedqF13uGLY5CJ4t42YH km4WS5eeKr5QRRgwyTJXNxZvSTdbqG1saaxftlhGkxZWud9XcQGnC2aIaFrSxdRp K/OxOq9yrSTM9CgWgQoX/dEQUpe3fVQqL/xXOiLgPlt1LvR6AB8= =bF1a -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:43 +0000 Subject: [Pkg-rust-maintainers] rust-gpg-error_0.5.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:07:57 +0200 Source: rust-gpg-error Architecture: source Version: 0.5.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gpg-error (0.5.1-2) unstable; urgency=medium . * Team upload. * Package gpg-error 0.5.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: bb23db0d21f50ac8c720c9f2b85044b2433a95ff 2202 rust-gpg-error_0.5.1-2.dsc a59cbeb091ff7c5a55f358a08d9083fce412c9ce 2036 rust-gpg-error_0.5.1-2.debian.tar.xz cb6f71e8f659d005912e98dec9e573d149263e02 8199 rust-gpg-error_0.5.1-2_source.buildinfo Checksums-Sha256: a50452a93ef4c598cb4cc8c0c98b2295aa03e0800f686fe08758c57738dd0a7d 2202 rust-gpg-error_0.5.1-2.dsc c0fbbfaddf02eb1ad7cd5a52d6c5dcf90239be01bd9bb184517fc548d3ce2875 2036 rust-gpg-error_0.5.1-2.debian.tar.xz 0dc20dfc6f872b41590f9d68e106a40c9b56c9eebf99c27860e32f02d9ecf9ed 8199 rust-gpg-error_0.5.1-2_source.buildinfo Files: 202886afe226645146f253e8f32c9a2c 2202 rust optional rust-gpg-error_0.5.1-2.dsc 32c614ae610bb159a7098e4f7758c0a3 2036 rust optional rust-gpg-error_0.5.1-2.debian.tar.xz 67c6f297667fbf7c602c83f4a9cfb30f 8199 rust optional rust-gpg-error_0.5.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkJ8ACgkQfmUo2nUv G+GJhQ//dmyRLzbza5cb7S3a1Yv1Tg5GI+oS+z+Fkyj7LByALfml179oZu/T/uIn 69Rw06j9moyPQEsR74V/6hh+EScGykqyzklJ28zKcgFhD3ln98iujN8K9LUGM3YH wNl6LSqn0e1TuPr+YzPWeDvNlxNOdL5lgOUREwwgQvQPacviUUwA77t24ZwfC18Q ugYXld0asy8usyl0vi3ppSjVJokQy/LAC9q1MKBzphmbSsdawZ0Y7qeH090Pqzx8 pYxKpRq9kkL2dy2SMVauMdfTh9EPqXqIG12NQFtB1IVtNV7wOf/Fz+NJF3ZYblGU +Kmu5wN0frv4PqZurZqsRFBHCheOTuls/QesJY/JkCsFC6klLa3ArfgsnYkjqZ9B td+WkT0Fd+YmE9+/b/6K9dqRxFYBKgyN7bdVjRf1DAEwtGOGgfky6W4ZcJ/QWats OYx/lvt//lMJVeS3EbJFaU0l8RS8GUoG12z+xvQlEiODyqZ3szx2+RecRV+h7z/x fKErjlIb/RaRPwf7hy26o9LTFyLl8D6NXdv0aYWm2xdwwQsnRp02u+pK27JpO8hd jQIpPozGsURDxiPdr4CRqV1IzV55FHodHOhVtgsXb+4XpR2CYLY/iEgGs0lJleMQ wW8dNh5lbQwNtfYC7MN+0UIzIinnrTHQqZFHP6FoicFJVNvVWoE= =ZgWR -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:49 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:49 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-audio-sys_0.8.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:08:16 +0200 Source: rust-gstreamer-audio-sys Architecture: source Version: 0.8.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer-audio-sys (0.8.0-2) unstable; urgency=medium . * Team upload. * Package gstreamer-audio-sys 0.8.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 9a03d14e8428bf273665c8a29cc3174b4d09486f 2695 rust-gstreamer-audio-sys_0.8.0-2.dsc f6b56837ae5f23a4339d5e27856f1da4ba649ca0 2864 rust-gstreamer-audio-sys_0.8.0-2.debian.tar.xz c00044daf0253d12d35653bdbf9cde18134c34d9 8343 rust-gstreamer-audio-sys_0.8.0-2_source.buildinfo Checksums-Sha256: 568b5af6774e6ee9b79351b1828bede0c66ce70bb084e2c0f961c9abd72ca15d 2695 rust-gstreamer-audio-sys_0.8.0-2.dsc dd20d333f19f7680eb2e5700709e032b25e9e16f61d6b2233d4156f18b1c567b 2864 rust-gstreamer-audio-sys_0.8.0-2.debian.tar.xz e0f17599875e5f4a3a3a8d9638676d77323bcab2fe26306593867791cb429a6e 8343 rust-gstreamer-audio-sys_0.8.0-2_source.buildinfo Files: 28d2913ed03c948e20056f769297d44b 2695 rust optional rust-gstreamer-audio-sys_0.8.0-2.dsc 76bf48923c2161676ad76a455927dab0 2864 rust optional rust-gstreamer-audio-sys_0.8.0-2.debian.tar.xz ae549d977a50d73f29d0d011f6b5d521 8343 rust optional rust-gstreamer-audio-sys_0.8.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkLMACgkQfmUo2nUv G+HHFA//Y8bRon/huRh5BeaT0ixOXQkUV3KNhT24ohpfq9O+haI4aqWPJbn2EDc5 37MTAhIHlrZ6vsPOIeBGv3InM1YFoJJ38IxJywbLXo/IxMt6IuegKt+DwEjimyz4 eXom2X9lyJAuD2u0xixKB6fjuimUIrOGxxAlySRYC2pzdSes1nErEot8l9SUirx7 xDijwmDnJh9wUsNuHD24zGOElq3Ic8QrmPmdzoRj7ze9t2B9uY2i34Kif6zn9nAG ppFvTfHnjHmMog/mMlrGHMGZozbnHDAszmEhjXag9Pvfz6zzUgp+KrUwgTNXCzhp mHNRB2lVmvqewYPI/kgQl7Dlw8pVMlNVh1j8IvxOpAH/IzGVgXYDcu/6zROJeeb/ ClcHYhwEO6XiWLisoDDcqBY+xhyfzeRgcH95gKR/stucc9OnwIrOdHe0C8ZebDdV LwGZv5uxhT1g/odf62k7N6fQxu+nd8AmFH6Qo1aC/0vaB1tOpWU2tZtmnSzT2RoQ wyMS9rImJpe0jlqHrBPcz4XE2MCBLPftSMZV7a2RvYp3hnGv+r1UFsKSYANTK6fD Ek7soznb/ZsD1cRhhUgmlHWk7KTihxIRdeCLOkuQov3nR+mWZCnhirPykRhcRL7Y M4w8LLxNq4lAY7z2J8tRYZWQJv0sj/NEGM+KiGMoT6VJAUpWraQ= =gCJg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:36:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:36:54 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-base-sys_0.8.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:08:36 +0200 Source: rust-gstreamer-base-sys Architecture: source Version: 0.8.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer-base-sys (0.8.0-2) unstable; urgency=medium . * Team upload. * Package gstreamer-base-sys 0.8.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 11c6ee05453a76e69e99697927dcef4095072891 2593 rust-gstreamer-base-sys_0.8.0-2.dsc 5a0d33242d79da174b69b081f4e9e0d4a7826584 2884 rust-gstreamer-base-sys_0.8.0-2.debian.tar.xz 4c0ad273c742d175919fbe0b77fea45265bc0fda 8338 rust-gstreamer-base-sys_0.8.0-2_source.buildinfo Checksums-Sha256: 22e2c926710952593e20679b312611a7f9378e2f546d63ec1e7b2a472a95dffe 2593 rust-gstreamer-base-sys_0.8.0-2.dsc 79b196b4eaf69bc671152ca311dc4744ff41c37bef2db5d38b361c6c65f7e2ba 2884 rust-gstreamer-base-sys_0.8.0-2.debian.tar.xz 9ccd090bfb3380d583f2c88d372e3e4757dea714748de0e88831a615ea1a600c 8338 rust-gstreamer-base-sys_0.8.0-2_source.buildinfo Files: cb750b507287de8c0c5677c5873ee88d 2593 rust optional rust-gstreamer-base-sys_0.8.0-2.dsc 3445290c1d164d3cfc7164e14d23ca7f 2884 rust optional rust-gstreamer-base-sys_0.8.0-2.debian.tar.xz 5d9ef3367bb10548d89df2eec5c79db6 8338 rust optional rust-gstreamer-base-sys_0.8.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkMYACgkQfmUo2nUv G+EtDhAAgewXnpvBcL7q6lD5ZNSWQz0x2MhUi3iKUPvn55wmlSL6Y/kTtKyNijbx gnCOfJjspVx8TvQl40hovaIgZXR7DmdjIjjXKtO66sEm4CLZejG0dnP4qPnml1ZQ ENPhooCjo5rS6E/ej/35eHDiCwVEGgAjEWzXkk+96vcm5FCDU1cL7OIyokmerEiV 1f5MO4xs6tmiwnjBqR1qU52Cc+GJv4nQgBN9Yn3s2Wz1xOZmiKMXt5HjBmaLwHBG QSegW1BE3lM6vbHqdUA9Dzn6ayKXlGw4YekT0r0MjFKovfvccHpbMh+rtwv6uIPR qjzLYD3v8dryuejJ5Y0h5gjKFLTCzzxRZyk+Vgd1oWl/5rnQxhPHypzx5g6TRg5j TJLMyY5IrKaGqT8hTynUGptYeOMwYmXqKLHV0Ygo7wq5asExYBZiU5w77iXmcbtw I86N71mgJ81CNnLUCQDgRvphbE1llpDxOAry+GzqRXqaWv2f618ImyzEZLJI8tip J4w8bfh39p42LefKaO4hj8YG4+MQHMKzdznczu3Zmc6BJTKfjMBoJL0+0h8t9Ziq 0+yS8lz+IDzHu/DWzOVOTqpgGsbFBKiRI7T8bGk3I4oqFozHvhmxKqnKyT8aEusd cPcuYiu5UfSO8rX5iWwAcL2ud3upBp490MjomUm35O6lDiCqxN0= =cnV0 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:00 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-sys_0.8.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:08:55 +0200 Source: rust-gstreamer-sys Architecture: source Version: 0.8.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer-sys (0.8.0-2) unstable; urgency=medium . * Team upload. * Package gstreamer-sys 0.8.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 0afde9a4af188c47de779636f652ed36f93dc622 2520 rust-gstreamer-sys_0.8.0-2.dsc 86a868001f8aaebdb174a3cb5c2099a461bdf022 2868 rust-gstreamer-sys_0.8.0-2.debian.tar.xz 2a0405b374c69ff25fab970ce505689a1f04488b 8313 rust-gstreamer-sys_0.8.0-2_source.buildinfo Checksums-Sha256: b9c5eb86ada14874510814a47951d6514131af1667accf1e520c31e37412aab8 2520 rust-gstreamer-sys_0.8.0-2.dsc fac975d5bde88d9f05b5dd3c6d7c7a7c809f82f930dd802929ece943c36e08b5 2868 rust-gstreamer-sys_0.8.0-2.debian.tar.xz b6a90311fe68727ba9134bed910e8dbd2e617e7d9cd84b3e79193194d8d26636 8313 rust-gstreamer-sys_0.8.0-2_source.buildinfo Files: 43ce9acf9c76a916fc91512b3d52f98a 2520 rust optional rust-gstreamer-sys_0.8.0-2.dsc 28024e5cbe98f490998816e2005afd4f 2868 rust optional rust-gstreamer-sys_0.8.0-2.debian.tar.xz 75a2de8da88899890ee6a399ab489d23 8313 rust optional rust-gstreamer-sys_0.8.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkNoACgkQfmUo2nUv G+GFZQ/+Pxf7FrjapkxKquJr+uzjJ6/HOG5oHuPJVlkHogG7eA08t2TnwFG5MbyZ jMwrpX8YUhILmTlLKC8Fb8fljA2/u/S6yeA/RMcpLLz5VtakhuB3hftoa9csAj4v IOnY9o1v9kVKiIGb1HS3dxj+iAsbB6Uj1N/SQl8ve7ON3nunFWlYBOUMjOdgv9Qr 017DaZjqw7CMc7K4KUy9sPOL9ihgOu3LmRNlU1CU8cvRPUMg/FBgoucmudQrZWev TwnyjzCfQcxXwBneP6BIqFii8vD+odeiXg1Ka0flSTixyErP5IbabXHZR5LUucO+ o6luVgdsHrdP9AIyWkqhvyCRu/gyLMuShtjhDwGx/tEKA0vBGgt7cMf9235v8LCi gtKlUPZ2LkwxsdVr75yvSqwihJ55dm0gp+rEq7ZhWaDmc3W8+tjAC0PlZlDLfGlB Enxq1SuVymgfu7IKovwCYHfmMSq1nH+WkTsi/OX2eI036APm1wKT+t1B89ofw4iA DwL2DFXsr1nuautQHGOsNtWQLfbFskefRKIHAM9GXQKOXC8NuUtHQMFZoVE1FAHe Ral2+5RRPBlJ1JILDnXV5VdT5EBap50TrWC5Ph/EXw3vcY6tlqQbd/NT1Lbqn8A0 /J0zE9S18SUg46Y33AF9bHW+JzRS31erRHqq9yZsUcg/Em/alwg= =SxBj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:06 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-video-sys_0.8.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:09:14 +0200 Source: rust-gstreamer-video-sys Architecture: source Version: 0.8.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer-video-sys (0.8.0-2) unstable; urgency=medium . * Team upload. * Package gstreamer-video-sys 0.8.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: d050d6d518dfad195a5e1e22294b778548fc7bbd 2695 rust-gstreamer-video-sys_0.8.0-2.dsc 92d8a830c70b12fd5418aecd6b86145e01c3f6fe 2888 rust-gstreamer-video-sys_0.8.0-2.debian.tar.xz 25ebe2e9f6d65239e3b7feb27b7a0b1e5da9b4bf 8343 rust-gstreamer-video-sys_0.8.0-2_source.buildinfo Checksums-Sha256: bdb669c3bb00d1af2a991bf98843d54dd980f5ec32d8b344f3c8f47c3098e6cf 2695 rust-gstreamer-video-sys_0.8.0-2.dsc c1e5a793c6a8866c05bb8f2a303c305fa7732181ee72c6c6bcdf36830fd2564a 2888 rust-gstreamer-video-sys_0.8.0-2.debian.tar.xz 1d7ffa0f8c71f7b0d652972cf41f0902867df636c989d8997bf7841c468c561e 8343 rust-gstreamer-video-sys_0.8.0-2_source.buildinfo Files: 8b3453ed98d7586f23edae2072fd45d0 2695 rust optional rust-gstreamer-video-sys_0.8.0-2.dsc f715ddac2b953aa3b9765e2dd05a9eda 2888 rust optional rust-gstreamer-video-sys_0.8.0-2.debian.tar.xz 1b529fe7eb06906577ea162e866b58f6 8343 rust optional rust-gstreamer-video-sys_0.8.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkO0ACgkQfmUo2nUv G+G4Gw/+JeDrzKIbMEGJbxL0PpEIlj9yw+O4SNFcGY9l85yZoHx0J6COu4S84t7g lPP37L/iGPfpW72w23Wy7fBHn9hS04kcbtW22faYUbRUCoQ+ro+dbCZgUatcz2vZ NRQWtfUZOOTQwTGonu2x6GLw9VGOGC9QTz6T3mYMXjLCfUNkyMmG8eEqsJ7oI+ET ktCaXSOHeqeGURzvyWN62g1l8WfiOOke8bBMYOxjn+XGuP3UwiMsXEaxvSsi47me lN9vVklw4kuGPfrozVA/wyQlFisQbnc9s/bL8SSTTOb900KBYeDzYyZhTe4DDhN3 iDm39SlvuOUt8M53f1TGWjGSUmiCUYMcSv6lUDPCcDQqxHRsKpWJrhLN9OrHUjys rJYgkg0MJROSM9ks0FWjiZTjZlqDYeM5Gr/SDpfQEqDGP7SOxrLPtR4RAWQxIz5c EiATGNvuXfUlynmRWmzZzJctQs1fVtnxW7QCk/PFdTlsxJ/MITi+OXK7bUqEWBpK JzYOZjpMlLPbtG9qyIh3vBSZwPbdPKNbZdTrjGfcS01LeKRsyTfQljaXBwhnKoLM 3ROn9nndBXoHq4kAZEnYPw/4Xb8RMAqAMgA4hTaBqPoqRnokq/Nzl9PNXka4+u02 q3rypkRkPD6weTrG2vg0y2l+CrCyKpiMEtra442URpV6uJ2mGOk= =hVIw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:11 +0000 Subject: [Pkg-rust-maintainers] rust-gumdrop_0.7.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:09:34 +0200 Source: rust-gumdrop Architecture: source Version: 0.7.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gumdrop (0.7.0-2) unstable; urgency=medium . * Team upload. * Package gumdrop 0.7.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 27fb9d4a58b2fe4e6c4585f9410becae5b41df41 2334 rust-gumdrop_0.7.0-2.dsc ac4de4bef404d4b6266ce6c8f344ee35b269f090 2832 rust-gumdrop_0.7.0-2.debian.tar.xz 89fc094360a6a73f8ec1a00ead3dae37d47fbdd2 8222 rust-gumdrop_0.7.0-2_source.buildinfo Checksums-Sha256: c7f4a41784e030e35c8ae027552bae8622bcff64344432cdc03679e5d99127a3 2334 rust-gumdrop_0.7.0-2.dsc 2d015efe4d0e077809132a7b3bbf2daa0ec55ad5dfb99b14e088baa8b0d3a2ee 2832 rust-gumdrop_0.7.0-2.debian.tar.xz d52bffe07deb1be5432e8b9626c578cbf8109e14157f075f8a2608a58a286d4c 8222 rust-gumdrop_0.7.0-2_source.buildinfo Files: 50273f8848b96812e5df614f102c1d1b 2334 rust optional rust-gumdrop_0.7.0-2.dsc b7676df6475fe08497126ad6e65a3e57 2832 rust optional rust-gumdrop_0.7.0-2.debian.tar.xz 512435d8d86532175ec957d2b9e748e2 8222 rust optional rust-gumdrop_0.7.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkQEACgkQfmUo2nUv G+HCoxAAgIabJVF5ehMUiVins7ImzKfRiqrcM+MmBGRzDMjB4idMA2q+4vqRESXq rvWB/kQ4NhuPtwinviVShDY8qQgtosW4EMgd6bXjfQ3DBWshffBELHYtjxzlZjNW d8WefuAnREMDxiNx8aZaDWC7nxnRC4vm+tzheR+V2lG8tppXWxYXvWzpaGRFLqh4 e8Zt0r45jh+pLCpewSElJIfwkU4S0564Yjdr41/aF5tpQk17OyT7ltpZWoEJnULU 2qTZ/IVPoQFSt6CJDxtDee75GkG/xNY/nU471mOwpzNzgisgLMBHH/mN8p1BARzz PMt9uht34CbyUl45ZaLCSUgRwBCJcaNvk2d2NCbJcVCKK1+HEskywy2oiuFUL/zN 5sXtdQuYnCuNxYjV1oAPZlkKMklj7NuplMPVaRG29EHWu+41uSKRPX3VcldBhLZ+ +/UloY19sLxRtvKJ2mmQhMn8GHrpPeUPgHuyXb62OOxBAwUU7o7XzWtjQUKIAx0T hKkDvQJ5K5yCzP/C992qzWOzUH6PCm1OqBpbv2yB0BGVZqI6wbGcX7TPsP8dFL7Q HoLEjOQmc2/+Im96hkh1PlghjbOGt4B+AFLn/9srhF10cBBPxzQGJdzBjiTrriOo B0USoePE1gqCIuNM8Qgyga5iZmg3wJEdHTeiRPqfqky5kd8vl1w= =wJUU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:17 +0000 Subject: [Pkg-rust-maintainers] rust-hex-literal_0.2.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:09:52 +0200 Source: rust-hex-literal Architecture: source Version: 0.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-hex-literal (0.2.1-2) unstable; urgency=medium . * Team upload. * Package hex-literal 0.2.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: b630e8aa3fe7ce4aff3b8581b3a5db0ff6949de6 2251 rust-hex-literal_0.2.1-2.dsc 00b89621abdb1b87e034007c61c87ab32f927d4f 2648 rust-hex-literal_0.2.1-2.debian.tar.xz 9f889504d891d78c040ac15a562f35f930eb6471 8209 rust-hex-literal_0.2.1-2_source.buildinfo Checksums-Sha256: 853c4252adf9fdf327987a31d100fb6516b98c478e36fda0307d95dec84962ea 2251 rust-hex-literal_0.2.1-2.dsc 2c481c9d3d52fc025bddb28e2a6b136730d2c3ea96676a552ede35e6db51c322 2648 rust-hex-literal_0.2.1-2.debian.tar.xz 781cc7ea00e003d3061576d81aacd71b3a83d2b7adc990c6ca0c39499cfa0ebb 8209 rust-hex-literal_0.2.1-2_source.buildinfo Files: 5f769c26083632f957aad2e9f8855d7d 2251 rust optional rust-hex-literal_0.2.1-2.dsc f1875d1f4d5fc3435f14fa10099f02c1 2648 rust optional rust-hex-literal_0.2.1-2.debian.tar.xz aadf4e25f18263c78c6e8ec363b5912b 8209 rust optional rust-hex-literal_0.2.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkRIACgkQfmUo2nUv G+HomhAAhwcil+QqzE84oszPuhpU3kL7prdsNCc9vwmjAzJYBrAjgNpFKu/8M01v WeImASUUqpi+P5lBV5Pv9IlcoyHoQdJeibY/Jh3JeeZ0udPKBFStCpKW5TQ1zzfA AJU9djcUFYhaN5rxNti9szg+LArFZT7dG7bs9KrbE50ohRJAeKUFgwt4RbHzgEP0 TSsG6eTGtk8qifojLQ8o1djw2HkARF7shvJvnr5tEIFCrVSDYLHmTcS8DID7KE7A 13lbsiT4LshKh9aZM++92XMzS5Q7n+S1AtgOXuY1NLNyMR3S+M0KqQTB7M8XcEKH s9ZmbB7T9ui3YqjspztwjDnRPvmBRRleRn/XA3KwmZMSqOZlT2FFTL3DhSA49Unt ovmoAbmWpT7xfkahFqaeUAAlrXVOM5F50iZ+gfAwBUJKsFjR0ASMpNOCNSMZFLl7 uqt9BjPSNioSs4GQ7b6hU1Ej4EOY+RASs21+w10Xp88uhZJyhkw10JLJplUUy3MP wsZcin6egnVwD76vxf92u+/TPpyw2OpNZVwA/81eHWQCFc1dWFyImVvpX9GBIm6k BE9G8MgVW0gRriRp7IKX15Ojc8krmtX5LgWvJrIoZKVhIrcwe1mS6BCOrDWZ87QP dp/NIRht726rkv1wfL20yiHq5PVvI8stOdg0uD1TxJo4Fif2at8= =a2Dj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:22 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:22 +0000 Subject: [Pkg-rust-maintainers] rust-hex-literal-impl_0.2.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:10:09 +0200 Source: rust-hex-literal-impl Architecture: source Version: 0.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-hex-literal-impl (0.2.1-2) unstable; urgency=medium . * Team upload. * Package hex-literal-impl 0.2.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 9d147a78e99db8c318d2e18c1eb095e230e401ad 2253 rust-hex-literal-impl_0.2.1-2.dsc a74d363051a9ecbba5e49222f7388712af862f5b 2616 rust-hex-literal-impl_0.2.1-2.debian.tar.xz c074cfcdddd2eb3f0648179f5c91b2dcee79129e 8234 rust-hex-literal-impl_0.2.1-2_source.buildinfo Checksums-Sha256: 2e26134dc7f14cf32c5542e5eda366cfd94e25db5d88c9b88bfbbdd8261fcd88 2253 rust-hex-literal-impl_0.2.1-2.dsc 434b753786f9aea282bf452fefe19cdc7253c2cb41d651ab19a1789937a4910a 2616 rust-hex-literal-impl_0.2.1-2.debian.tar.xz 6ee66023c9fe0946efdbed0399332bef73b0a94410f7eb75564acfb68bb39e27 8234 rust-hex-literal-impl_0.2.1-2_source.buildinfo Files: 623d5ca565995d84274d29391e27c33b 2253 rust optional rust-hex-literal-impl_0.2.1-2.dsc c992b9b66285236a9f908497a82ce943 2616 rust optional rust-hex-literal-impl_0.2.1-2.debian.tar.xz b1ce73c2406e05701308ca3bb834075d 8234 rust optional rust-hex-literal-impl_0.2.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkSQACgkQfmUo2nUv G+HTgA//UC2GncxPFTTPa/nYsuMn4yXcPJbrZq6hSps6FgAvM06K2DJYqCyhkHeE WQ0ERzFq8SpFHi9oo5RngkJVx9K1f75KzjN6UfZrJikJqrstEP3HdBRiVm+7Gsge l3pKvgsKMRYG6K6gJHh3dLoYM+DDmV4g9SVhubkPGUyUAuqtsU26tK5UrKK3vnID AGZNmVAN6Zgx8R+v8BvQa+O8ldN5kIWUbnGNYozcdcwzjq2ueT3/+2WzCwomtJh/ HslhvFdhBM9mj86iF8OXIPJJm4xGSoUHW9rKPqPOz38R0x71JBJMXbIbaA5kf4g7 3wxQHCstDWUCPyoK94rpeiKwN3yCYAgl47AE0KOYAShhJjFtXEYIvz4Q2yiReS5g gxkIQDoo19ct+H9YAcOBcfRlBsOsL/ECVY92Fo46OD9BttzIvxz/VODHACrjYfPr 8K/n9bM6pePW5zl5hghT0FmDhOQ8CDseJrnq+4+Bqjx5v4U0ZAIQ4BATBT8+Rt6B rEtcFAVEfGtFE8G+2DUhV4DPHXJCgQaYJwW++AYZp+lLuO8S5lU754lUBqjiZXls 6mgtMOIzKiFcXMqtaScckXXHlhBrwLoc1xVDEqSFEIDw01k49ZplOuTLcqjL4t4Z UTZUuDAe/e7Y//0HJdBBxjvlZpqNaZkuL+Qqu5UfBvv313QWcOw= =1rG4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:27 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:27 +0000 Subject: [Pkg-rust-maintainers] rust-hkdf_0.8.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:10:27 +0200 Source: rust-hkdf Architecture: source Version: 0.8.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-hkdf (0.8.0-2) unstable; urgency=medium . * Team upload. * Package hkdf 0.8.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 773adfaecaeace00f098867f5a4cf1f3968a9382 2377 rust-hkdf_0.8.0-2.dsc 7517f39721d9a55f662538f7cbdcdef9cba09887 2704 rust-hkdf_0.8.0-2.debian.tar.xz 01eef31760d3934c15785a91430f7c905910230d 8174 rust-hkdf_0.8.0-2_source.buildinfo Checksums-Sha256: eaca8eb80a0f4a1611afec3c977b4753f616936a1b9a8fcc60812d08b5d22b8c 2377 rust-hkdf_0.8.0-2.dsc 3ba97f397d4d0a18db717a296784cfce428e816b4fff07b2f53dad094cc62aae 2704 rust-hkdf_0.8.0-2.debian.tar.xz e308b97e155cde1bd8b4458e757319a0c030af0e6fab77d72d8380acaf4bd9d9 8174 rust-hkdf_0.8.0-2_source.buildinfo Files: a167b671f8953f4c68e0f0c0f8993ce5 2377 rust optional rust-hkdf_0.8.0-2.dsc bb1b16f4e82a05d39f2cae45e0a7b5d0 2704 rust optional rust-hkdf_0.8.0-2.debian.tar.xz bd48bdc4aa479d442bea04461cef1040 8174 rust optional rust-hkdf_0.8.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkTYACgkQfmUo2nUv G+H8DA//XNHD+uF3wyCHQS1/dF+OaKHyO8+/FXb4ZPJTJ7Um3SMg3tt0MOxAD3/P Cse4N/jt44awDbOL+oDKSYoewWN0TwNjhw9WrKo3+ws9t45gQwdTOMjGwtCBiHYI on55eJY+g8eGU9Z2HLPEp3URxjd2krJw2c2GiD7v+Jlpn4H3eX2VHTWhEIY+Q3Y1 Qp05YSjQMf0SrBpquX7b04x5PV4jCwY2tYnbF7W9JDIrtoaOM9srLkpf6uFmly7q G8WVPovjdNMUAqXYspmU8LtvK1C3PiBVH+cE6SE7QaHKljpT/+C16wQn6W2XcP5R BMeSue2DNK1T+rnZywu2i6SsSDhiXw1zMVByK/9bCdOoW7Ghly1Sxzu20GFpPKug H4ZQPD7nmGxhXzK3E1B4cjCpDLUTkGcg+wdcGzKMbX2diJnVQlzY8zh+ZZWx3cM1 WwkFqSfgi8bGxxQ874N9laqsYf9t0QejgvzqafdoEE4U1bjseIiso+XJvzkQdEZU gnaaR2Rt460NdUZ3rwl+A0voLW+lsKWKpYVwlzAUkv/tcJFNpiMCn1IAgWspcaKN /MyolHc0ZYJkavEChIvDbEBxWPzzctZkDSDfRxIeIHKurFjTQ7gxCbeQcFvJvbpF uveb5YmBCfQNrhGsmsHwb6vm+mX42GZHsXPPv2To7kLESLee49A= =f3AA -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:33 +0000 Subject: [Pkg-rust-maintainers] rust-inotify-sys_0.1.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:10:44 +0200 Source: rust-inotify-sys Architecture: source Version: 0.1.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-inotify-sys (0.1.3-2) unstable; urgency=medium . * Team upload. * Package inotify-sys 0.1.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: 0d9eb5d81b4bba55ec540ad055034f40784be77e 2195 rust-inotify-sys_0.1.3-2.dsc a49be751f5ba57402d5b090a011a4736e6001b8d 2404 rust-inotify-sys_0.1.3-2.debian.tar.xz 879abd7b07e234f868dee315e7fd1e3d8471a4a6 8241 rust-inotify-sys_0.1.3-2_source.buildinfo Checksums-Sha256: 98ac585b005018fb345f8fd52a6c24e4fb2521cfbd23039c11d0e730a517f1e0 2195 rust-inotify-sys_0.1.3-2.dsc 651d72b9dd36754b1a5101f9dfbbd2e0fceea43d4a0fa9bf9af912018dc1367c 2404 rust-inotify-sys_0.1.3-2.debian.tar.xz 7af3a5648fa57063e639b40e476fe16e22b518f912c8d78dac585f6a2c216a44 8241 rust-inotify-sys_0.1.3-2_source.buildinfo Files: 85762b3541f27feb4e231b128e3d4f8a 2195 rust optional rust-inotify-sys_0.1.3-2.dsc 1be296cfaeaccb25e1f1266743528a72 2404 rust optional rust-inotify-sys_0.1.3-2.debian.tar.xz 20cae3284e9d7995157e33316d918750 8241 rust optional rust-inotify-sys_0.1.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkUcACgkQfmUo2nUv G+E1IBAAm2KWFMHGAV8BtCRFSNu7eC4IUvWCLTYVwXXXvPdpgR3szsGWtcquJi1V TW2qrGfKVyJoJrIRJKHY6r5qhzjwTWoGOfXzpkYnlKBwHNfpPPsZ1Ofrvoa52vDt 6n9u4dku4AQ4V1nO/i0CGdTeeMaq8xt+v8my8u2jSvxJrSMLgu2FEhS9J9zVKzI9 gmdaa7Xm1e/gAO7GuFTMV4OqjBOV+3xQ6ST0oqiiXehOeo0qL9sCIiCG0vvPb2al 6yyLbhGlYsU/1wDCpnLKQJQd+i85gzA/2SBhvUyNJHSEMc/p/RrklXJnsCbr/y3H tBhyZzzfz5Vrw8Epz/5T5sJSL741j+LjDR0VEZgwrqdkxPUw9R3LJ5EIlBtJbbUj 9QgMBT/kpTViB7O6VduXf3/isiCHWMNeHwQBH4aQn0Hi9B6ObzNm3IzpxuiOMKz1 3M3SEsWYLObefdK4PHfVFfBfwlTYnda3KWG5vxARx5QF1uGOK1UbKLXtLoR00uCl 2CD2qZYePqoRGB6bswy7RLzW/RBoE/DIsa9DpYPd7nXC3yYT+ybEd1pYeXIw1QZD rMz+I/IJ4iF2k+GalMqOFqz5FrE0fItGwDHix0fNm4Cz09gm17RgD/YlESOdd6zg 6W8inMoWAFdOUARwQkdb2zInbEzdzexeiHL+IrjCBw2RbYbst8E= =Dk/S -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:38 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:38 +0000 Subject: [Pkg-rust-maintainers] rust-json_0.12.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:11:03 +0200 Source: rust-json Architecture: source Version: 0.12.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-json (0.12.0-2) unstable; urgency=medium . * Team upload. * Package json 0.12.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 8a4d7db35be78033740ca19ed083b1baee3b3914 2069 rust-json_0.12.0-2.dsc 73f160ecd09a9747cd449ac5beece4ff051f2443 2624 rust-json_0.12.0-2.debian.tar.xz c87347bc6121bbb352e1fbb716466ec140b7a738 8178 rust-json_0.12.0-2_source.buildinfo Checksums-Sha256: aa85bc9faa39021b4078cde6adcd7698c48dfcdfb7ffcfa08218061c4058255f 2069 rust-json_0.12.0-2.dsc c74e4abaaee78f6ef2c24e79f267ee8ddb24a194e30f47c50bba4a6b09bd0a77 2624 rust-json_0.12.0-2.debian.tar.xz a9cd1522eeabe52fb841af4a3b05fcc923bb46aed0acd6a7e4381f391ea345b7 8178 rust-json_0.12.0-2_source.buildinfo Files: 84fee029fbd3b37300786f5f3b957283 2069 rust optional rust-json_0.12.0-2.dsc 65c7e6a5655b333abc57bb82837ea161 2624 rust optional rust-json_0.12.0-2.debian.tar.xz 288ac19dde97b6ab79024fca77df84aa 8178 rust optional rust-json_0.12.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkVoACgkQfmUo2nUv G+EGrg/+Ly05MP9bKkAtbirkw+sf96ePX9+NoGnK+8ExAnACdRjxpKgvNeQKBamU P/M34mFiD5GgO6XALb0UnH1uyLr42RtllXAyTfXbnB2yIRqVU6bVHNf8mHE1x4DO WPKapiR60gD6ybWWbbfsJerNaUWP0ZupnAEOinA6HO14/EFAj9ZTHuazK1K5LtyJ dJ3OReYIvpo/B2SGqSxVuvwEJ7F2hcvw5vWETPwsI1xdynMEL5hwFJdFCDcfeV+/ hfUrSgm3Ri6FJcOA8QPkAxtYTf5JeSnAhOZsrEEj18TcGsJraK+PQdLyiCx0l53X 4MJQuaHiIWfT2ep6oGWvJUC2mmWegc/Eo+FqqlBCJlVb6wRdqSaoYjbnfDjylwvl q5AFUVNlR6ymtEfUjITub+V1QtiMO32K99/KqHWVhRpfC4Y/yB3x8WoiPtDMqBif gpXVo4xhq9Rt3YfVmXGkrFV4qKmxrNmIwJTVmt/LKPzcLz165r1dW3bZPhwKUId8 Xq8+5OeXqxAhSS8b0KbJgrMaXav1NDR6wyX2EhyAWzfH2nXKitaEezuym77LKvXj sWoKpSh+P7Of4Rm0zSyvZ8FQLh69qw7DiCFgR5snNVedYg6Hu0039SdLMiTmg6iI kVZ846ZacZJj9EYiMx9ZxNVWIGjUw9AO7zjMQbpMcZoMS5l4dVc= =R/7V -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:44 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:44 +0000 Subject: [Pkg-rust-maintainers] rust-libgpg-error-sys_0.5.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:11:21 +0200 Source: rust-libgpg-error-sys Architecture: source Version: 0.5.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-libgpg-error-sys (0.5.1-2) unstable; urgency=medium . * Team upload. * Package libgpg-error-sys 0.5.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 25487626896b34a13b65b9d090d3e5a8630e6a48 2282 rust-libgpg-error-sys_0.5.1-2.dsc 8dff519417427dcb165afdd8838e96346b7560e2 2092 rust-libgpg-error-sys_0.5.1-2.debian.tar.xz e0ba9532b57c6ab809501e73c5a64a867eabf7e3 8296 rust-libgpg-error-sys_0.5.1-2_source.buildinfo Checksums-Sha256: 8292d725c30eeef262edda25913cce81a4aeab64778602d49b4960e165dbe7d3 2282 rust-libgpg-error-sys_0.5.1-2.dsc 9cb3e3c62f45a1c338d47a4c9e31cc6bc05a7020bc98e975b6857619d8ee1f4e 2092 rust-libgpg-error-sys_0.5.1-2.debian.tar.xz c12d99de0b0e0c355bc530f972967b7a7ecd76d8742359595cab4a2f1c68c9fc 8296 rust-libgpg-error-sys_0.5.1-2_source.buildinfo Files: ba7094eec89418879c6caf9eded635f3 2282 rust optional rust-libgpg-error-sys_0.5.1-2.dsc b9c762e707090aa03a692fe80cacf83f 2092 rust optional rust-libgpg-error-sys_0.5.1-2.debian.tar.xz 51d015348a35a357f428fe0641d0ba46 8296 rust optional rust-libgpg-error-sys_0.5.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkWwACgkQfmUo2nUv G+FmbA//d8Nk9FFRgEb2JNDa2o/tJNFCkFALbakuRZENIqTS17mMv60dGRGy/4JX sgYZfQ6HvwEWjOQYFJZylG0n/2lfybCNRdiOmiFnRaXwaBVuBKVGrCbqldNVuKwZ lfVPOqnpV/DQGpIe+v4cVu1EmJd4CSLgyP+huCf5H95u8l4QmJT0oCRUoIIJrvM/ SyLfgjUx87lkiex7tP0wlRSq9XNkkdO1csUtRtktv28kZumyC943l6H1k9C2yaL5 YkZlOnjkZGsr/8qUS7WyBCz418ovGenAviBIm/gpm2pKUz22eq7CkBEBU4tdo3lL /SLc6CB7unlZr1nr/KOtY4DMISWck+XdAyKFJkAkZfwW5ZY811caNYUWQpLCrdQo hPRjqMIgyfAg+tldu/mt47+kgwoSuY8qjg6THWWHe+/XyyJCPEPntYHDe+UTOrh1 swXCL3Noy4Fb/QFk81S0g7ivII0gyXHLjL7NGOBQExUIYoDfY7sKbkC+vlBpEkWP jROWpthN5ytwgOkW1v5q0Kp3eZlz4fzTZ7yGd6yeIklX09YPkMHShKzj0F6oOZt2 AVASpv3ikqJzmcwhwFEKJPWer3Rft8kCB+eiivEZkGKbneg4zHOCFNFMT+QGJt/8 AB7g/PR/hK70UgM5LonvN5Pg0ojhgceESKCIC79SjQnEVz+hQD8= =1JMK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:49 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:49 +0000 Subject: [Pkg-rust-maintainers] rust-linear-map_1.2.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:11:39 +0200 Source: rust-linear-map Architecture: source Version: 1.2.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-linear-map (1.2.0-2) unstable; urgency=medium . * Team upload. * Package linear-map 1.2.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: e5476ca9d879c449622eb41320cf8b47775124f8 2415 rust-linear-map_1.2.0-2.dsc 317967546014d39acfe7159ed414566bd72119bb 2868 rust-linear-map_1.2.0-2.debian.tar.xz a6f1ade3ac6f39f170af02b9661570899be8d8ea 8301 rust-linear-map_1.2.0-2_source.buildinfo Checksums-Sha256: 0ca1a60b87c7ef26de75ff2b2e0dbfe56949a04d7db03e46b2b694b0a870499f 2415 rust-linear-map_1.2.0-2.dsc 422a5e0e4bf6018c52956cd7fa008da18e728c4204db00168a19fb486bda1ddd 2868 rust-linear-map_1.2.0-2.debian.tar.xz 6de143cc920a10551e18c0160ddef37608e1f4ef2df48994aae8fc36acb97183 8301 rust-linear-map_1.2.0-2_source.buildinfo Files: 779034498d84ce82387a80aac0a84faa 2415 rust optional rust-linear-map_1.2.0-2.dsc e03f9d87b57368b75a939f532a27c3ff 2868 rust optional rust-linear-map_1.2.0-2.debian.tar.xz bdd6ab6ee75c5da93c020247f5a73b62 8301 rust optional rust-linear-map_1.2.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkX4ACgkQfmUo2nUv G+HOsw//crhUDg7dgBIv4RMM7FQoQt3N1Fh2k11iMprHyhexcJPLvAhqP+aWJRVv 4fv7uW6f/r6Fkts+4/cuxKLNzxar5d8JOawBHIJwa4Uk9zgRM0Qk8aUGgHKetc9b sfuhLay678J8hxc5wXjmAN3PXDfZw45PdrlAjMSXtdw2T23xyFWIDhNMJYOqiDrL rw1x+n2rXNUusOLfys8CXXiy/ymuqbB+8WXsmnFpHq2lPPAoeSCUcyJEEfV+ixY1 QM8aE/cWa12eMBdxSkBTDBw5H3TwpMj+EWUZNgJTK1VQUdJ8pKxRpw6mt3zU9okk BwPjE7D+1IW5qkRERM35C8LAOFAhoHK9zvb/U2pf0Gq2Rfx75tbQai3Jcqkuv7Xd ItSGJM4FkTpPWm5MbLtHuXJlVenlBPDofjXUqDLG+82KBmCT8/UFu19BKUm59IZW W6PhC/hnazz4aR9kvLrKRr+lB3eUYmted7YVqzl/KOGCE/WSPSnatkju/usmzAWs fOg1hpLWsbBoKYNImKc+jweaZLO1FxYOc8c+1UuB8ZlaF0sMfEs18wuPqoJQHB3f LkVV5Z3vM4acSpVA4eHoe2LBB8W8s5hHJ+iI6FHr6BPzQV0nKfLkTJWOrz9tObV7 HpxIOaAhf/oGFCs3reVVnoaTxPM2j5LboFCLYYEtgRqI9L01yB8= =tNjG -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:37:55 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:37:55 +0000 Subject: [Pkg-rust-maintainers] rust-listenfd_0.3.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:11:57 +0200 Source: rust-listenfd Architecture: source Version: 0.3.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-listenfd (0.3.3-2) unstable; urgency=medium . * Team upload. * Package listenfd 0.3.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: cef0ac578326bed51685fdd5ba6a8c21811a2075 2533 rust-listenfd_0.3.3-2.dsc e82d75ff0a1b2db8b652d45ff53ae685ed384970 2864 rust-listenfd_0.3.3-2.debian.tar.xz 3329313e63a994336b06b1febd604006c6ee57ad 8404 rust-listenfd_0.3.3-2_source.buildinfo Checksums-Sha256: 98899284988271808957f85722e6925770c3a153fd15ebccb34fc47bbc44057a 2533 rust-listenfd_0.3.3-2.dsc 9804701cc41eb3c07208e95d818ee1bda3e1c71dfea0460503dc2cdb49020fa8 2864 rust-listenfd_0.3.3-2.debian.tar.xz 09748438a8e2eeac7fda5d652754c45e8fb8e6eb2cd467d7588a6f15ebc0a0b7 8404 rust-listenfd_0.3.3-2_source.buildinfo Files: 1d660327013b18793528e88f13631819 2533 rust optional rust-listenfd_0.3.3-2.dsc 30800af98e26bd7ffcc958a3f7f9304e 2864 rust optional rust-listenfd_0.3.3-2.debian.tar.xz ac6a43932d92f6ecd7046d35c2a370f4 8404 rust optional rust-listenfd_0.3.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkZAACgkQfmUo2nUv G+Fdmw//UZObzI3LB3hOX7kZF3KXRNU3++3ujilhMI+C1ZBjDMufYvyZZf3H86Y6 WNVtIVTdVZ21pupIGW4+bUFxZR4/ulMHBU1bNcF28rJmo57/nwS5pDWbngUgsZV+ rAAxOuBKXVo8abXkfMF3fGa3DOR8dXDnE1QvNar9E0L5k7B1pgNKKCZiiN5f036m cWaEEiqOILkD1snVSV6xB6C1vCOAbwha+aBgQGUbtat8qXfRk8tB5LImX/e8XPNZ LumVm3/MoGFBflOn3eopyVL6MzW6xjahK8xszQxZrvp/ZEFKJO8lxaxzpeqv+kP/ gV709mMa0OCbLA5ihURFGzHyb6SqzBzLBsy785UutF7/TbAWWEoqKYJ/DOHiW5n9 JXWwduyVN1jivOoK3p1mfRDasxP9ZhgjGhhXdIg2cODVjF/Nd5a7/AC6+YAIKaGx Bjey7KJJ7aHt9iDue+n65rbprLQ2sqp5Ts/yRs82uwy3mfFCtzsSZFzyKU8f/y8g ZP7ZqooMFTy62gxQJvvgY/iBJZPIJ6h1f3hg5OvGz4k1UZ5YLe/rsUpzq/7kuxpW qATyArXmbFl4xh+EtOODXLTUGXLcW145rhwq4N1ef2L2eVMw8fVXY5ycYTa9R1sS MT3evQQdSiAxHLc/pZobA8Dfoy1/eETeszcQTtpqhpIk5ea+YsQ= =lT9a -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:00 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:00 +0000 Subject: [Pkg-rust-maintainers] rust-log-reroute_0.1.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:12:15 +0200 Source: rust-log-reroute Architecture: source Version: 0.1.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-log-reroute (0.1.5-2) unstable; urgency=medium . * Team upload. * Package log-reroute 0.1.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: 268f0ef35327370279841808abc3cb0120f0e62d 2365 rust-log-reroute_0.1.5-2.dsc 1a935b22c51f6b0a4e60580a33b893870008c7a3 2636 rust-log-reroute_0.1.5-2.debian.tar.xz 2b8acd83c70299284584e99e4171b5bc1ef78211 8273 rust-log-reroute_0.1.5-2_source.buildinfo Checksums-Sha256: bff71e2c5547aaf2e1de5acf782545a6e70a90d86fb1d0d602ed2ca8c0ebe899 2365 rust-log-reroute_0.1.5-2.dsc bb5777a1f017b21bc7d00ba946260bcf12a2aad55179a147dd833a5ed10c37fe 2636 rust-log-reroute_0.1.5-2.debian.tar.xz 229d0b0f7c6fa85b85a606648f1f89806a0d6178426cda0461c863e61819c0ab 8273 rust-log-reroute_0.1.5-2_source.buildinfo Files: c0c77c7336daaffdce17c6f22f2daaae 2365 rust optional rust-log-reroute_0.1.5-2.dsc 36dd5381292e31da3d615b4bdfe06f6b 2636 rust optional rust-log-reroute_0.1.5-2.debian.tar.xz a1eaf140ed62394633d360ea5c9164bd 8273 rust optional rust-log-reroute_0.1.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkaEACgkQfmUo2nUv G+HJQQ/+PfNOKBsMhJTLbHtcIhO39gswTryxsnzI3D/Olm9ask4GDaZnqvEWtNtl 2LcIGf2AVV11Wb+G0K00nCeWH7D8KdJZScmI+GJnyDNt38q1A76l8nZaDiAuJBqa KIj+KiI232KfkscgoXYAyRdxCdjGbrK3+4H68ujJ+g8oAKbfo9MXAG9LCTWkVmre DHed932szEsCXzA5Bb7bW1joWBRmu1ciYvFNjqstegq/UgxmxkUUPF4o8BqUeOpj YVQfjAUB/0PTQ5eQhfOa9Yk6iq+cLUniE0ySy7sD4+gKdwlDuBG/IOvJkDuh3dJu 6YRg9hk9G5B3QzXs5b+ho2kfaSlZvaCmQ2a4VeUGg5JefB7DfjcXLpwKxoDtdPFr Phe5iz1i19Lt7vfITqSIIFScjBEBirWml0h9MV3EIcmV/ZMeDMC2C+oK1gT7p+Hx dZl/v0xhFK1id4P4LO+IdBZVf4mtkMAl8tuONvkKm7kPodVdzhBb8L26+y4pvoLU LsIxfadBjl+nZc09V2A18nfM/jNBYw++b37BwyGerMJbzBIvpgb0dfDLoS7OjxLt T6MI5Z8QOpe98enP3/x2Fpgf6+nmJU2F/HSHxASe6f+2TR0AQT1S4WBAQ8MkK8pK nOyJuySx0VYGfcK1gEflRsvnFVvdvx55Wq0jEAsTG3MQCQ5dRPw= =OUw7 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:06 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:06 +0000 Subject: [Pkg-rust-maintainers] rust-malloc-buf_1.0.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:12:32 +0200 Source: rust-malloc-buf Architecture: source Version: 1.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-malloc-buf (1.0.0-2) unstable; urgency=medium . * Team upload. * Package malloc_buf 1.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: e144501444bca57dc1c1fbf906460718ae477b2b 2226 rust-malloc-buf_1.0.0-2.dsc 364a46d5eb2169f6244ce711ad764fd452bfa1f5 2508 rust-malloc-buf_1.0.0-2.debian.tar.xz 471aabb510aa62d55225ab14f14bebef77b04ca7 8236 rust-malloc-buf_1.0.0-2_source.buildinfo Checksums-Sha256: 2118ce322e827465871cf02fff0bb6c38034fce5c8cfa6a68d363b4ead5bd4dd 2226 rust-malloc-buf_1.0.0-2.dsc 72aa238bea928033db121db638292209d4db0942a054d7006240cc45332cd370 2508 rust-malloc-buf_1.0.0-2.debian.tar.xz 385d9ecebc8e2feb970786a502f418527fdc715745a416c22b23c3794708843f 8236 rust-malloc-buf_1.0.0-2_source.buildinfo Files: f1b0e5ad9d910e8932b6b101d5276179 2226 rust optional rust-malloc-buf_1.0.0-2.dsc f83acabb0cac9812a0b720fd9ab2037a 2508 rust optional rust-malloc-buf_1.0.0-2.debian.tar.xz 18f43d9a09fe71c04ecc567d822c2b61 8236 rust optional rust-malloc-buf_1.0.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkbMACgkQfmUo2nUv G+GtwA/+MnOPVhKYMHSls/X+sWy7Eiq0RXmAif73np60s9cDMp7s3HxQzFl7Di/X lhP/rdEIUTnEtDFAdyWeA6WD98M85ArmEuUibI6RyJJH7H18+hL2UBFASTVLA/do QDmnJbKZUsG6/WSLstmlW6nIDQU2LCGP3Wnv82zUu9mQhZ8MrxVNzJEuZEGkF8xz aFfeHWaXF2K+yIj2pAuCY2sTNo3khGmnWbcDeW4f4iCxe0OCs24Kjo5XImpaPY3a YVjGJGnn3hZjMYUgdyybwdKIwCPXB1aHUJFNIsXg1PuJRHMEkNcvPHRE50qyOa8j Hd2kYOG/1R3x3WGAYQ1X3yNr//q63hFfM6ryrLk5hYm2QENwedtWKGb9OREQvroH PTtZAznuMTNZA0c2KizUSqcL1seYjDSW+1gMueOPJRaDugZzGhkLkhwqFVo9D5SY 87MvTWVOi1BmEwpvEKFUssYATkW/UbD3iC5E3s9H7WfnUQpU5RS0oxGDq0DfyrPp oyvZFfPxE5C0M9yPRkaNrPxHxVOdeSzyyk5BDPQjTc/gFgkT12l4wmZkYQuZbmDx P5ctnpRleEd2TZvq09nwjx6Qk/PqnMu7szVaNmUoAf1gQ7OECSagg9n6M3gwuiAA eN7uEK7DQC0ew48RPbUB6qw1uU7Ux3wxwstdeRVBSW/M2a91DbQ= =lo8Z -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:11 +0000 Subject: [Pkg-rust-maintainers] rust-migrations-macros_1.4.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:12:49 +0200 Source: rust-migrations-macros Architecture: source Version: 1.4.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-migrations-macros (1.4.1-2) unstable; urgency=medium . * Team upload. * Package migrations_macros 1.4.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 3887c23f8b5254479228b922989977679aec3862 2479 rust-migrations-macros_1.4.1-2.dsc db9fbf971e4fb86c1b2ace3c32960d8a72792444 2776 rust-migrations-macros_1.4.1-2.debian.tar.xz ae17a52576bed9c1501abe1bb81766c458c03d8f 8542 rust-migrations-macros_1.4.1-2_source.buildinfo Checksums-Sha256: b6955614189775187f53ccb43edd518c4d1cb6594e892c5720b1238d4b88b932 2479 rust-migrations-macros_1.4.1-2.dsc f6ab55e8129e5f3fde6ab57fba76c62fec0ad51ab8aa7f6de62430c3f45b53a2 2776 rust-migrations-macros_1.4.1-2.debian.tar.xz 173ab9e9bf767378712497b1fac86278919a9c28646d9b0d37666e5eb263ec87 8542 rust-migrations-macros_1.4.1-2_source.buildinfo Files: affe7aeabfbcabddd35c455686ea6236 2479 rust optional rust-migrations-macros_1.4.1-2.dsc 090a8ab8044d4a944cf44651b3efad72 2776 rust optional rust-migrations-macros_1.4.1-2.debian.tar.xz 3a72e4bd0f103ca5c6c9866c2bf3990a 8542 rust optional rust-migrations-macros_1.4.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkcQACgkQfmUo2nUv G+H+PA/+JdrXn+e+RV/XESgZXnvUQEuhqmrrgUKjAfsVN5wNtgxgPcX7a5L5B5c4 tgrqG7QSQebxjHBgq63R0Yc65/gS0QK1pA2ZDdEOwlRfeRLhcEaW6oHLi7kzVV5W tqpew6RJwlLjosKDMCWCggIPrjQarBtzZB+FJrMzhK9R6oCiW8QOX3lKnbGPPBHn /ixlwCkvTgCEd9GEHa0HU0iAlTp7biizv+DgqyjxZN5IJaD4Xmkjk6mYF2GIfCP1 lDh4mnjSKj5VO01IVGEVbQtMFVlHhECRRzaE+EwARU3/NP45Uz+Nt8qvIBbwu14m 3zcxN+yqxrWKm3CC2iEYb4zVfcuml/uNjyDqxdz92W9MbV80cLmE+UGYM6YEdAOq HNoA0d2SshCBOgDDG3DlfWmW+WQ3Snm5SrCYTTQu70ZQplAZZ2U0uWIdYVnIIvmB yYaassUEz4eVhZk9w8uOX+zHtJLvrkFdUQ6UmR7g83arurmkWKJWrXbP0atn1wNK mwzlHVKfOwACoGXn48Q6SMHzIV2+riPBKcXxHPKr7l1WmPmntnBRSyh2MNSkM25Z 7wlvgmWgWL6Q2zrjyt0c1HQPga7j48tluOg1nB2uo7rABxIUsW7hZ3SUuTd2GHlT PgZvaW9U/VyIfhTnuouwQXFovEfGT87WAg6eseW/YXi88ja58uc= =kihx -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:17 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:17 +0000 Subject: [Pkg-rust-maintainers] rust-ntapi_0.3.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:13:08 +0200 Source: rust-ntapi Architecture: source Version: 0.3.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ntapi (0.3.3-2) unstable; urgency=medium . * Team upload. * Package ntapi 0.3.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: bd8a125f1fe4afb0d887eda2adb4c93ea823279b 2698 rust-ntapi_0.3.3-2.dsc 9b6370650e9c27fc34df3990f970eec1cecbe98b 2784 rust-ntapi_0.3.3-2.debian.tar.xz bc84609d54d65706191883231bd13384fc47e85d 8357 rust-ntapi_0.3.3-2_source.buildinfo Checksums-Sha256: 21bc48531c072004c9c37939c0d11c9a4a2d2732867edf48627de24d62196f29 2698 rust-ntapi_0.3.3-2.dsc f1fcee1edc4ea9a08a0dd4fc62ce0f6cdf13ff659d1fcbc622de44fee31bc438 2784 rust-ntapi_0.3.3-2.debian.tar.xz 4bd1836180c94d942163268dbbdbc0bf45e3123603a7b842188d7076efd9ea9d 8357 rust-ntapi_0.3.3-2_source.buildinfo Files: b5866e2f8aa1378895cfe06f509a0e9b 2698 rust optional rust-ntapi_0.3.3-2.dsc d62debc5d140c72974ea277d1d545e8b 2784 rust optional rust-ntapi_0.3.3-2.debian.tar.xz 8718f953dba950871eb51d9089b3d716 8357 rust optional rust-ntapi_0.3.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkdYACgkQfmUo2nUv G+Gl6xAAm2EF1L+BqaEC1ZFMpbvw5AXJ1PxXT13rz0OqdWlVljv1wO/SefKYLmsF WeyU/Gvo2QUxhDru4VtePkBIDcPDHLkx3EwaoXugcHiEHMF8RSF0pNYQ11Vl6/x8 RqoGgrWvPLllztDzvMz7RCF4bQEvjFfcqdJFqZNClYfgN3s4CFhTHxrGdokbM8vk GW+CoewnxoM1220sCJcWlTff5aqBsxeQo7hZ4ttqL7KaqxhWaJ+8Ne4tBxq+SMoT M/ZGwiaI4NUZ/K5D5i1/Q+PG/it9oay0HHm81WRY1kaVgJIHOipAcDgkP4BRRnLB 9/TWrn8y/pH1hcXZVXCeelMwdoZo8LfEiH1q9uYMXJhul5LD12tPFUTrOs4OhMNX 6K/JFgDHbczoqyPLiwtTCpbbSYm87mZybrFnlzrjIk8p95jC8lfah/ab66nS4qe9 eH+I7CnsOHs3UU+KSSw64x3NfbYsYMydGdey9WT2fc83ccufLlD3pQBx2xvKR5EE 6Mn9FxhGv3IkbkZY8v0koZ+41lF8S6Vm9fcUdzpgENln+tM5ilne/yYZ9z+hUJD2 6QByTKjuKvspr/RBZKe66U0fYyFzk77UsXynzdvWIXEtrKjKzgqmhPidFDF4FnIw E3MQH4gaAVWwcP5YyjRctZGL0z0QcJfrsI3kvE6l4zLF5DWpZuU= =b5dJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:23 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:23 +0000 Subject: [Pkg-rust-maintainers] rust-onig_5.0.0-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:13:25 +0200 Source: rust-onig Architecture: source Version: 5.0.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-onig (5.0.0-3) unstable; urgency=medium . * Team upload. * Package onig 5.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 7b75ad883bcb352742fbdac839d9c8433a7ba31c 2442 rust-onig_5.0.0-3.dsc b9cf5a0d314ad9ea91b90f95fe470eacbf39efcf 3096 rust-onig_5.0.0-3.debian.tar.xz 82317bc4eaca064e1123dff4180b803a5b440db1 8335 rust-onig_5.0.0-3_source.buildinfo Checksums-Sha256: 7dbb2653fb14bc3abfbc00a1dd76bb1ce851e291e251c6bae6b01c446821f061 2442 rust-onig_5.0.0-3.dsc 9d2b7a9847419027ccf1d6ed5b2145dd429eb641601ad10e14df485699a0eaa2 3096 rust-onig_5.0.0-3.debian.tar.xz a7995c475dc8aa4609bcfcde67a81fbb89e5e5084702bf0463e19716ca415033 8335 rust-onig_5.0.0-3_source.buildinfo Files: afd82e4f1fff65b7a6480cb85517b33e 2442 rust optional rust-onig_5.0.0-3.dsc 913605645ca7c07ecd74b46c8724fb06 3096 rust optional rust-onig_5.0.0-3.debian.tar.xz bd88e238866b34395db58d8760631673 8335 rust optional rust-onig_5.0.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkecACgkQfmUo2nUv G+H9oA/9HmGfpGedDwHcoNIhSTkOH+LfUZ7i8D2zyFNIfMWMBleKx3w+uorldKAz NlsOd5+9Rd/kXYRh3ZU0s1y+R/Jqk6QJgO6FxjJKlIdTBwigE6ZYeaN92cyFfeLX fVo4IaBmuxMboVpzQ2Gyp6FaHJPL0PTRkHwl0psSnuZ0PstO+joRAO/uRikcUcMq DiR/GimqR/E+IpJZ2EQ2Ks7HJUsPlTB75iAJsXohRoylz0V1w80B7P1gnoCXFAXq YE1vryTKKbrqJ1KGD+03PQ8s+0m4Yu8S7hj4a+hYMOWAq5ChepBz9sYkoLM6Kp1+ rYpGicSSF4uYCDaV3YRvdfdkGzXVduISxDTO6lXj+D7IouTE+dNTrc3bdIzJsDbT 3IEUz/69sa5+ZsEVXe62bQMhxkhZY7A9JjfLkMIFg0tQapPnOoN5zVtd/Ylbe5CF mkZljIOdpJmGXZwbQ5Gujtf4uUa/Z4hSa8fk5herqt5z65VlW4ytB9sj+clbR90y Y4hmnSZQcWlDe0AMwA6MV1BakJ+vfEnRKIg7X8TB4pKptfT1QmDfHV/3ItjenJNJ foegcxL/nkTjhOHStSQj6IlUHprce3A0k04OaX0dDfAoim0arL1JFgz2u/B/yQD6 brNvVl12GtQqYg6HTRyXJqyLS5u+yPYRbn0IFBZOQ3V3tsFgHp4= =gr4y -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:28 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:28 +0000 Subject: [Pkg-rust-maintainers] rust-parse-arg_0.1.4-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:13:42 +0200 Source: rust-parse-arg Architecture: source Version: 0.1.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-parse-arg (0.1.4-2) unstable; urgency=medium . * Team upload. * Package parse_arg 0.1.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: 05b0dad082b690e290e0d076606f1eedd15d32fc 2182 rust-parse-arg_0.1.4-2.dsc 83926f3b329969f9dd8c2731e10eafd05c017262 2720 rust-parse-arg_0.1.4-2.debian.tar.xz acd12bc4b32bb63b1e2f1c465d220f44a0455f32 8199 rust-parse-arg_0.1.4-2_source.buildinfo Checksums-Sha256: 7129b76177a79fa122ca94b1c48fe09ba0802068c49ca42a6f8d086442c1ab54 2182 rust-parse-arg_0.1.4-2.dsc 20e9f8f5e4a2cfa1ab88bf3296fe3126e71c249f36371f5132f5326481a6cd0b 2720 rust-parse-arg_0.1.4-2.debian.tar.xz 60c82605eb96e4efe76bfaf604c58f2306cbae625afc7f3a8917892032d95f9d 8199 rust-parse-arg_0.1.4-2_source.buildinfo Files: 7d838272d9fcef6f54c6a9e01f898ea7 2182 rust optional rust-parse-arg_0.1.4-2.dsc edfe4275924de4978a85d4fa10ccb62b 2720 rust optional rust-parse-arg_0.1.4-2.debian.tar.xz 1525511177f0e5e22c88bb272d493451 8199 rust optional rust-parse-arg_0.1.4-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkfgACgkQfmUo2nUv G+EC7g/+NuuqOTsEuSpduF31ag5HmUnQnvy+Wiqbbn9dbRyt8iM7K+OzQFQ09J5n Y7OZIrBbE/gFqg2vj0dejKVxflt4INEb+bohOyX4EfXHDleu5z2yPrWNlI3nb53e vPM5izM7Zx8Lq9L87VPNhgv7NxteDMF2Fs+2HDpXvl1vWDFECO24CZ7gBrk0Hn2w Mzy5dUgyakLGJyUChiMIFioEZbaoJ+cKoPRahJBZeYXOihwpo/H1EVSQ12zzjqB4 D4XSZy0PN+dl3Yn5EjQYCM3zVQPlQ6ZrLvXKSIEjsOWH85o2ZaVA7ycTgo26NQqP 9l0QyHwCxvy3UIwsQSww08vVWJ1vbvNfV0VGBa2z9CMfG8TDkXH+NrNpfYLJS6V3 1cqMBg105lYtenoGbUGm5vsnGIAQPsa9pr1xMf1lVNNcOlHLJ7ysQe/NXhk4Iu+c BfIBFIvBdvJmr2pr9xWprAUkgPBaRMeElEDD1XNKdIZHcLMLVM0Wq++bgden3dXB BtZLE3hpE4r496mtWYEwTMoN9LvShitUzTieRzLdA6nnOwsokznnyZnZdb2gScHu DIICRRX1T2S0HcRTsT/6CFCxh9M/gA4mNq0LanQlki41r/isc1WTMI/Egh0ZiaVO SXO2Uuv4RB3ljMZI5gy4UaVfIMCPpWGuDNihGWLOsZQndBTILUA= =kF6R -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:34 +0000 Subject: [Pkg-rust-maintainers] rust-pest-generator_2.1.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:13:59 +0200 Source: rust-pest-generator Architecture: source Version: 2.1.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-pest-generator (2.1.1-2) unstable; urgency=medium . * Team upload. * Package pest_generator 2.1.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 440e51dca57fd7609f9f2f64557d94cb598b09c4 2457 rust-pest-generator_2.1.1-2.dsc 5e822e06f7bde4dd9af0f848a54a4fdef4e831d2 2756 rust-pest-generator_2.1.1-2.debian.tar.xz c3e10074e80264ca057f73358c7a1324b9b5e596 8527 rust-pest-generator_2.1.1-2_source.buildinfo Checksums-Sha256: 930deb8db4e9e0f1dbbef46bb2087aad44f0ce8edac9d93eb32b67b9c095062b 2457 rust-pest-generator_2.1.1-2.dsc 00bb8590db46b9a06e047df01d9550e8cc1d7a3e1016d485d10440bfcc9070e6 2756 rust-pest-generator_2.1.1-2.debian.tar.xz 523f25d60b9fc5418c76114e1d1910a341402f01364f7a4affd59fbc107ee927 8527 rust-pest-generator_2.1.1-2_source.buildinfo Files: d2919566efbb15f94a60f6f7b8d0a240 2457 rust optional rust-pest-generator_2.1.1-2.dsc f021ce094e086f30c6f1558eb8d170d0 2756 rust optional rust-pest-generator_2.1.1-2.debian.tar.xz 9d5380d0ad12958430a3e9a0f9cb76f8 8527 rust optional rust-pest-generator_2.1.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkgkACgkQfmUo2nUv G+HDog//f5lF79FSTaGajTSiVoo7+rtnrui0iEn0J304Wa2nkcAqB9toOnKLU199 YpuFMHt2/YkDiQVyLDf5m0ktFhHUUIpRX6PMJupxxE1FLuRQDm5OowIBxj3Tk+z2 af1VpqgMYre+DpIezgpjeWly/ofDkaa80XDcwNyIEJqPwm0xJ6ZjVHDDPc9gCcvc YB+HcPavsxgId7bq1qJ2iLR69PXzZHneR78akZIwTqzl1ry61fg8vY2pD8nxI0lU 1l/bq9F1SMtYk6GlmyTFP2fPp9ZQkgJMnQoGiqUVEmF0JXy/ztuMv2j6VfRrRg8i FoXYV+TNOw+DIlChjP+xSStscLnrmdpy/P3avjnDAJAAQYq5ZJxrxRSmdcVBrpKI PPHysIRI2CUz/OtcqLl3/eMOc/k95wgGEj6b/H1gViTcHEcT6YiWSsN7yZ+idXcJ 4nNabme+tr4d2RaveYrgwL3BirMu88FJBcYiQZWCewqvFtYLjG+vSjfmXHShTAHW S0jtmGBhojjlTgjyZ/zaCuVZsxG4UoFyL7tIMS/Bn15aoU/dKo0g6V6g2CJ7wCZl KfL4Mtk7VvhmawiFDZ6BdoLtx4YNs1qFGygDJdKV+Aax4AuDQDhKBfAwt9V8gDFL ZcGrELvPiFFngJowv7//0bYZot4xjIMOGZjyAE2ctyDCol4ab1M= =GShJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:40 +0000 Subject: [Pkg-rust-maintainers] rust-prettytable-rs_0.8.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:14:17 +0200 Source: rust-prettytable-rs Architecture: source Version: 0.8.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-prettytable-rs (0.8.0-2) unstable; urgency=medium . * Team upload. * Package prettytable-rs 0.8.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 9b9a8fc4fb94a9273ab61206b2a6a442c5097705 2689 rust-prettytable-rs_0.8.0-2.dsc 21152251262467a3c94d3314f54f4d8c621ef4fe 2952 rust-prettytable-rs_0.8.0-2.debian.tar.xz 1f248e399e2fd0c83cca989b7cad92d948e0ddce 8579 rust-prettytable-rs_0.8.0-2_source.buildinfo Checksums-Sha256: 212e5c64e6126e54e81b857840ff486a8b7f08f6c605d473d8032c7e1fe400ce 2689 rust-prettytable-rs_0.8.0-2.dsc a7f4447af9add560623ef493c3962b66cdac8c0b72652ce9e06e492e76e81da8 2952 rust-prettytable-rs_0.8.0-2.debian.tar.xz e7ed75da6b1b76ccba5f0b450d12260237321b85c2318cc185acc321c9a2073c 8579 rust-prettytable-rs_0.8.0-2_source.buildinfo Files: 26e55c8bfd6452b29f2fd4d6fb618ee9 2689 rust optional rust-prettytable-rs_0.8.0-2.dsc fb80545f25b3dda7576625819c2c80fa 2952 rust optional rust-prettytable-rs_0.8.0-2.debian.tar.xz 9bda03f0bf944fcefcea931ecd38400b 8579 rust optional rust-prettytable-rs_0.8.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkhsACgkQfmUo2nUv G+EbyBAAjfomq42BqGM5hBisRP4c6M+djcpkBS+fkxnuuoV1jEJ4Zdpml8tRsImG eTg9wkvwSov2CcD8xlw5O9yNN6/PSR1jhzOWv8RUACWSa9BPhJbkLsFlFfyoCAsu hF7RWsoUsnOWhO94WCWCC0MKyqdju8wCH5xCEkLnm+07t0sWp1CMXG/HHhn1oQv7 0V5w2P55+YhMow6dalag6xfc3dwMubmYtTvdRGaS7RvUrc8DB7GAiRR2yAFP2kMS /ph485aGlr0sfEgo/jDaefR3hAtXSeJH4fSi0gTs4euTRcXtpc44m74p17owj1e3 DlVMOG9kQBPp7zcQPTi/vpaABNUcBh5WaWuMJybE7q22qp1PApLwNZWXvrXVWnJu n7HehzFzNZ921Ur2r5CsrTCtfSQDJxbIzgnOHOS84+uoxK73R35H+TjknUI9cTeA kCfpUvK/ISK3HwDIxupmY01lG9P4HKcNFToxdm8lKDTl5IfsdWGSCT6xoJ+yfjgE 7p2Y+Qmdf1ApcEd2gJN/D3mI2+Fsswjj2SlBRqnx7fwphiN6v9cYuxwnWFfp4jcJ qtlhvSQd+GYFtTjE0PRvQSSto3MqDqlRSltS8NyS+LX9Z0xv3yCBqoy16uwV6EHz ux+/j2ieA6VLFpTbvidSE6ktE1iw/rFIIVOplrGT+2ZcmF6nK5A= =j2hi -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:45 +0000 Subject: [Pkg-rust-maintainers] rust-proc-macro-nested_0.1.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:14:35 +0200 Source: rust-proc-macro-nested Architecture: source Version: 0.1.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-proc-macro-nested (0.1.3-2) unstable; urgency=medium . * Team upload. * Package proc-macro-nested 0.1.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: 61babb503add422b3e2aad0ada4491cd7a652276 2224 rust-proc-macro-nested_0.1.3-2.dsc 810635d331606329ef40755c11284e3eb024d74f 2772 rust-proc-macro-nested_0.1.3-2.debian.tar.xz 0f57495b521e4f93ab30d9a6312a9e21452368e6 8239 rust-proc-macro-nested_0.1.3-2_source.buildinfo Checksums-Sha256: fcd19cbb12b8860f48c60dab4d1ae9b62c3042f2b39093699e8212acfa1d7d6e 2224 rust-proc-macro-nested_0.1.3-2.dsc e6194abca4d81f692264c56501e6655002a7e96b252e644771f6e99ab3c97ce2 2772 rust-proc-macro-nested_0.1.3-2.debian.tar.xz 8a7dec4dac6132399178e0c079180ce1adda4ffca151744c520f7443f7a34a69 8239 rust-proc-macro-nested_0.1.3-2_source.buildinfo Files: 06de53f39fcce6104f981d0a206860e1 2224 rust optional rust-proc-macro-nested_0.1.3-2.dsc 9c72b171d0f00400fcf34f0c68da961d 2772 rust optional rust-proc-macro-nested_0.1.3-2.debian.tar.xz 21c86c4ba02bff23d8261c8578f0851c 8239 rust optional rust-proc-macro-nested_0.1.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dki4ACgkQfmUo2nUv G+HzIQ//TTaSGIvgJeL3V8c75zEFpicvpPolhD0S5WC5sV+LLwA06/AvvqtGd1tS 9HJ2oHPGDiJaTaCi4QNuCTHRRy8XlZR59LnwzXHXYNKnLkWtrv56otJSwB7ZE5P4 Nxz5uIxyPS74aKK4FVGGLH3yiGP6HCYrU5xqju21eOaT2YrXPx7GY+Xcc4U6ZGYE ILBne11Sa+c6ZbwWsu13kGaZYQYANw5tyqxsccjK7RMhdyNwJKRqfl9m1O5zbQBW hnUTyAsgywY7dtuBgZSZfMJz5YeIWkKq/08gpG+/zNcOvUcflqwFN7KWxT6ECTZA AiAj/X44vDuX/53Q1sqKOpJAZFuJ4oUywu82n1fHmRx/BMxT1xUdpmabRBHQd3W8 iShc0qWFLwcyd+mMxTAqsRWww8cFS/OO8K/2/Jsmt2RoEoDZwbr7hjvrzRemAE6V tVzK/LMYZzd08QSUoA52g62ynrunm2sPHmg1qaTNQAGdz4wjyaAnotJXAskf63gH KA9BrDXf/5vG3zhzdXm/1raWPqmAVI6g7nr+JrzKDC914bS90tSkVIDcguoFg9sg t8qSTZhk3Nw9K2uckleBfH2Svi2dbzW3f+fHO6w8X013nbVYyF0AfcxWJoti8Zhb UsnqoQD2TD9+CjZz3nBenDdfXJaPzZL7/wyMnO7ASp1Q75wBWNk= =GAas -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:51 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:51 +0000 Subject: [Pkg-rust-maintainers] rust-quick-xml_0.17.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:14:55 +0200 Source: rust-quick-xml Architecture: source Version: 0.17.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-quick-xml (0.17.2-2) unstable; urgency=medium . * Team upload. * Package quick-xml 0.17.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 7cd30c5000c9b712f69e5dcc4f6e97f23e274565 2421 rust-quick-xml_0.17.2-2.dsc eb00c6ce23f58bd1b2e9c86b1f1e6acfacab4578 5812 rust-quick-xml_0.17.2-2.debian.tar.xz 274aaccf23e5813d03763c2db5717e5a15dc0644 8295 rust-quick-xml_0.17.2-2_source.buildinfo Checksums-Sha256: 78cfe1c86dc84e9d7200c62d5a7cd88c3c32ca58b6a63271df196ff938f6492a 2421 rust-quick-xml_0.17.2-2.dsc 1dd996e4cada5f98d90b917f815ca2d37313844d2ea51f483e83c26532c118d8 5812 rust-quick-xml_0.17.2-2.debian.tar.xz 3ff3e69c22ba167b49a18d6ab3294b672e60f7e02b34a8797cdeb6758bb66463 8295 rust-quick-xml_0.17.2-2_source.buildinfo Files: 5cb58447da68ed2802d39f2b15e55fbf 2421 rust optional rust-quick-xml_0.17.2-2.dsc 737f8350fd1c27b8df8536816f85e970 5812 rust optional rust-quick-xml_0.17.2-2.debian.tar.xz 14cc8a22a1f75db19d60350754f20d67 8295 rust optional rust-quick-xml_0.17.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkkIACgkQfmUo2nUv G+GC0hAAogB50ypU9IIxFZnQNu7gx0NDh3CQzzbhWqKvbH237apIgocUdL7k4q0W 7w2y85iebhEArHEXRVGlJcgECtuArE3ZcuMPU3Gx/mTdRzGIPWLzcAk7bIec8Iti qxiDfFuWoFNp8XiaO0uDtEJYNveR73hcKHsPTSxuGVMRN1rVb6pIVah33wcaVIhT qdpmOvcM1RIVATmf5Am8XcoJmD1KCl6wxxYKiywirEYIVADf7NB7Gcfy1rYlxiGh +km12nh7ZBkLdBVEyZC1KfG+okRVWq0fNwD45i3H3fGzgmnEIaWt1T6qenYpijUN awsbkCgA9k/ylUF7E4dnuquADUm+qrNUDeQTEEfeTCIIFy+IzklwVG/tiBDRcvPB zuU6SVtv6Z3BRRBYemE0h+gTPMNY7kioG8022rjXfEyTLl8VtFVqoJ9TcW3uCMn6 Q/+8u07Mn0RfILXn3EDZxpz3UzXx/mTAnUt1BFCBofZAkZ7sP42Hp5Y51amhGJwd hDCzoEZ/JtJHXU1w3UHWAzuJNzgLUskMQse2+z2Fw7ahSVlYmpoO/HIjFsY9i/mG Kmpx6IJyvpL86tCkBcZBP8KI3wa1+WhJf/kO+7/IwPhetz26/UuDvINYAEqm4XtQ BEW3hfaBd9h2fA1r/MM2wuLCyzP2S6rZaJqxgpVJtsRZadoCSDI= =cI2B -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:38:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:38:56 +0000 Subject: [Pkg-rust-maintainers] rust-quickcheck-macros_0.9.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:15:12 +0200 Source: rust-quickcheck-macros Architecture: source Version: 0.9.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-quickcheck-macros (0.9.1-2) unstable; urgency=medium . * Team upload. * Package quickcheck_macros 0.9.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 5a098565861b279f708d2d88bef17cce21abe0e9 2454 rust-quickcheck-macros_0.9.1-2.dsc 7c5101aac770f6934c7f0ff244e17d0320e5041a 2868 rust-quickcheck-macros_0.9.1-2.debian.tar.xz 6466d569f789e50054c4512b7e0d741f175cb704 8542 rust-quickcheck-macros_0.9.1-2_source.buildinfo Checksums-Sha256: 5a2b6315186538460381c8f3b642ce2f7b422e2d9a1986f6df7d8c7c6e683229 2454 rust-quickcheck-macros_0.9.1-2.dsc 71361e3a1f8aeabe1d28f241c0ed32edd2e42ae7cba9380cfe3c78ec8545af41 2868 rust-quickcheck-macros_0.9.1-2.debian.tar.xz 9f55fc981f0d4928dd215ca58f78f42bf803aceb788a147200260a246419a03a 8542 rust-quickcheck-macros_0.9.1-2_source.buildinfo Files: 13054b0dc013e0e955a1c933b9a834d7 2454 rust optional rust-quickcheck-macros_0.9.1-2.dsc 7304ae0113ffff734de4538ba9d3a34d 2868 rust optional rust-quickcheck-macros_0.9.1-2.debian.tar.xz 4be1726efe065ee1eb0ba155eab49093 8542 rust optional rust-quickcheck-macros_0.9.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dklIACgkQfmUo2nUv G+GANQ//QbITVhkfH13yNnFU0+kSnbx93cdJ/iOYAMaVQSe31aopuv74AMWpXIcx j+x6qCL34UC77b/F3jw1E7hJj9CxfakhkRoFjCay+dQsD/x/Hsdhen6xKQxJB4t5 zzIFqoxldp9AhGPzDtUXOp83lVkXHdxYHaaDIbN36KPxvVJFiS9yKBalVToXkMTn 0sPoDO3LU1GfV1LcUGHf4xkV4UVMFMJuipvFWC1kelWN3kgdjQQv+jKJuaAOa3dW AwZU1cXJkt+I6ti9Cq6/YQ8JgzFUGondIewq7PZ4Vdu+3xxYI3Qs00xhUcifEdF8 vHUODhsv1CUCHyu8C+wWj1pEEmT/qIXl51t1FVG1iBkXq844CiZb3EG0lsehoRa/ WFa1gixZ3cqn9VffUc1MGKJor8v3YUu7oCaiw583pJgsmBrmBEqmnMwMgv9pHpaN c8pKkv4w/4WGK0aeBHke1nwqq4kONFk3+ZNxAfUf2RTM5G7E7nydTfLnG+2AKZc0 ecGtkgyQHMn+qz+UCwEzIgqFNsC34cVmKxRAa8l2rDqsnY78iPilEG1GIMNbiyuD /Y7L7GvyAoO7bHWcKON803dLjISgP1Ej6e0UiL+XAhvwv1lemdQQiPP6jTksc6dG eNPAG7SziRw+YjVZ6/ZaKfWS4EK3g9sEPNHGRNuJFwyqoR15oh8= =AUXb -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:02 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:02 +0000 Subject: [Pkg-rust-maintainers] rust-radix-trie_0.1.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:15:29 +0200 Source: rust-radix-trie Architecture: source Version: 0.1.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-radix-trie (0.1.5-2) unstable; urgency=medium . * Team upload. * Package radix_trie 0.1.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: 81fc07145bf5a88bb231007f53e74fd442445149 2431 rust-radix-trie_0.1.5-2.dsc e872ebad63c5107a9435eca57f1246de0ef68f6f 2700 rust-radix-trie_0.1.5-2.debian.tar.xz 769d3a1df6af05af523891ccd4618723b940fe68 8233 rust-radix-trie_0.1.5-2_source.buildinfo Checksums-Sha256: f27d645f7052014fc3989f78b7e97794c5d52e51239150370a3aebedfc05b5c6 2431 rust-radix-trie_0.1.5-2.dsc 7634d494623d17e7a4c6ddf773fae332f1c5a67588613f98574714ec25a6b7e9 2700 rust-radix-trie_0.1.5-2.debian.tar.xz 2f661d0cf195cccbf164ee7f89c769c0983bd6aac60cf4cf7f9978af579553e8 8233 rust-radix-trie_0.1.5-2_source.buildinfo Files: 3b254862a0a886b7580de12bc783f2eb 2431 rust optional rust-radix-trie_0.1.5-2.dsc 204faf0993d8f5306ad21caad8e859d0 2700 rust optional rust-radix-trie_0.1.5-2.debian.tar.xz ab220b3d9c9544ff560b225d122fa38e 8233 rust optional rust-radix-trie_0.1.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkmMACgkQfmUo2nUv G+E4CA//cdphFiIWFWIUl3shnPEwk5v5pOitbDmbjOu2RBgfUMRe1PpJzZqGn90D kC3hA6bVn17/CbereNoyh59gF8zbnSsG9QwZiB06rvAX+7fehU0g/8KmdjkiPkTZ tADAZ5a5zRZJA4y0TB2ReuXZ9KU9ZgaUcSjWNnyTNyYIduV4cKPb/gjpVeIDdRDI xQhcdcSXz0+DH41YuvpGGgxZ6zP6W9sAi7RcLjcj+AWWSbCIkpNZkwSuttjAllBB oqJPY3q8+aRcqaXwNE0Sura3mXlUR5zuedMpCby3c4oxj17c0X3H0k41volN5aAb X1qp9KaubWiJelSklO1rGkRDLO5hZVGVPDil7VdS5dZfmrEndrtPrtrtNOOryOQV ctnvZ6j1qT5q9yoYCjr6JdeTAPtM591yqNaA1hL5k++MJZyK9hnVn43l/4yBtJNo 4QQd58QrbYBNo2hxBU6mwZcycLcV6GPtQ4MQEV9Af7K5hQq7I26JWtDtJEesryGa Ms76kSJSGhJaoyJdvDOAfE3pmu8OZiOSRSZWXD40teCCFXgLA8gG+tRQN6pcrZTR lo9f7USsnFx57MYfhcvvo1GXCSnibApxJYicAbKNX2SMTYOnRc6qVdcCoQuRZk6d jF9GgoyhkkjbiQGwCziW/NfESlZvLs91+kwyISgBvlOTTd5pz6U= =YURs -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:07 +0000 Subject: [Pkg-rust-maintainers] rust-random_0.12.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:15:44 +0200 Source: rust-random Architecture: source Version: 0.12.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-random (0.12.2-2) unstable; urgency=medium . * Team upload. * Package random 0.12.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: f8e9419b8783aa17e02ef9eaf5a743e2778d6d2a 2146 rust-random_0.12.2-2.dsc ffb7089a973e50a189bc49f5f54f53f730acd13b 2592 rust-random_0.12.2-2.debian.tar.xz 2f604e72df597fe446cce03bd18a3a21b84bd9e6 8188 rust-random_0.12.2-2_source.buildinfo Checksums-Sha256: 5c9ad314384bf59017edabffe6f64fa48ac5805a0fb351441937fe3a8f458ea4 2146 rust-random_0.12.2-2.dsc 7c13d3f21362b5a9ed1c3667a945ebde25c687368ce7b1631fa19a9a7935212a 2592 rust-random_0.12.2-2.debian.tar.xz 2daa77f4f48e6470ba4b6b2941a2ff70e07948528f854dc28bc495f7c75cc08b 8188 rust-random_0.12.2-2_source.buildinfo Files: 46626f7f864a81c541d92ebe8a98ff78 2146 rust optional rust-random_0.12.2-2.dsc fab6653a8e6f11d1f7a3279fc58d96ef 2592 rust optional rust-random_0.12.2-2.debian.tar.xz 2a4f730ba3254749a1e13e413c8ac5ec 8188 rust optional rust-random_0.12.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dknIACgkQfmUo2nUv G+F1jg//VcsA7obY/BdQHYjEqZEOSchWdz3xqKhl31fPzrQkHAyWEFDPgDCqrFLX mSpsPSEbx0OTdtNTjEy2ymaqtmwScKN1CQQxUKcFKCAWrCNnsJVQMit0CUEcaEPl Fi/o6JbfR7D31JHz8bXDz5rZ1GANagvjonG5XPFQE6rHqsBwWW83/gYFquvlr65K tWFe9nkFKk0h48u+pfzJgUa48VpeRehx18tBMa1ck1EIt9vGqL4X9mRcu3I2oNfH 3qV2zYiWZpQYW6fQEh/7I/bUK4bHG9JWCcfWCzs+mms4PlRDo1VO6F7f7JCy8hmC vSgrfivbuCUg/i8aT7l+DY0qmJdl1wrSCj5a4YtpkcdaJS/oWgislOYdAayPCglE l/VucHZer7XxRJRPAXxh42wytwBYN0eq1S/oMjDiIKY4zFKObGUqwC1m4iK33hDp qdIgggareRQeSNhul8/oBsikn+O+ftapa392xEISko41a9yhueP+eT7M/yuk+Vvd ZLPDEhQG7UkMIZlTcavfMgAz32AAGQAZFWAtotYoYWdKgiVQ/dbewOvn7IJAyILu erdWW8sZ2TDMBrXmS/fpzCc7b4+z28pePtSfm9XntW0hU/995MVWc6194iwHK8e0 Pwn6SOAA6LB0q/K6SaEHm2nlVkNtBG10VfSUufZEV6P8zvtpot4= =v5XW -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:16 +0000 Subject: [Pkg-rust-maintainers] rust-ring_0.16.9-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:16:05 +0200 Source: rust-ring Architecture: source Version: 0.16.9-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ring (0.16.9-3) unstable; urgency=medium . * Team upload. * Package ring 0.16.9 from crates.io using debcargo 2.4.2 Checksums-Sha1: fbc826d0ddada30e0e319842100944f693f549d1 2750 rust-ring_0.16.9-3.dsc 6ec0631e19a6a4e29f081f843b2c8419702eea5b 7528 rust-ring_0.16.9-3.debian.tar.xz 9a635a15ac4676ab220158202120c00107cf3942 8488 rust-ring_0.16.9-3_source.buildinfo Checksums-Sha256: 3ff513835d14652fe70533b3b72a3365487082f65b9a6ff9fafe7745c8a45864 2750 rust-ring_0.16.9-3.dsc 326d811f0ec5a42b391fe53316a4821b8993569dbf80fabebc36d9b5aeba8a54 7528 rust-ring_0.16.9-3.debian.tar.xz de0ef3b50ebea9a32a6570faed5a46163a91fa1c24db9f99e9d6afd614bdc5e9 8488 rust-ring_0.16.9-3_source.buildinfo Files: 08c95e3a9a4828be20a739668e6100f6 2750 rust optional rust-ring_0.16.9-3.dsc 0009165257b41b7621f26f1e12cc4e5a 7528 rust optional rust-ring_0.16.9-3.debian.tar.xz 294ba80aba497dfaf1e3a893fa920293 8488 rust optional rust-ring_0.16.9-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkogACgkQfmUo2nUv G+HNJw/+OYD97UN1wF06s6n29AiCV4Vyr4Pv4eE12YtitL2PTPEvU9JWD/TZok3G AvNy2NPBXtn6kYU7MK0BqH7NxTgGXNXKygbf0JN/pexnmiyUghlxoCSRom7utnmE WHOGGEzIA8AlP4VAUgpzcYTX+09xSPpCmu5YN1O2dODLjyRMvTacKpQM1KxU74hz zHa9A9IfQEOc8TvNyY7IPlMYOFmIz3trTBxvsQ4is/zxuq0FEjU76MQPXBriLf8P MJ0gayVXBn5KmNaUbI0am2D4WDbDTW1siXg9RGeA4MfBtozi+fcEiVfxHOxOcWuO 5TI/2ac23/nrybIb6R1AxuWsc5Cx+HJQUI4inSTdb/FlNPfvUmEhuLGv2qZVS8Au +2Qk+4535/EAdlmEeuc7RXGcfS1u7+7nc2ImiQcHX8y4krkQkNQDkD1Iv1Y2FuL2 1NLQgz4H7A0hbxCAJZD1RA2D+35DZaVIReuaD9xlbawAnrDg+tDgeQQii/m7kB+4 TRzxXz+GRLVYr3r3D22scBI0I4YcH0ggOfHP+xD4HZMi0k8pyYqzHKGMbOKcb8l5 j7s7ERjJtSUuAgnucIJ5YA3KWhMw7y262olJUFHKdtm5qiKvyypK3fSy5LetL0TL /uGBhDfxQhsccaq7PF9TCp+EgcpWf/E9XFwWBW8uilUMxdjnjoM= =zn6C -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:19 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:19 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus-0.2_0.2.3-2_source.changes Message-ID: rust-dbus-0.2_0.2.3-2_source.changes uploaded successfully to localhost along with the files: rust-dbus-0.2_0.2.3-2.dsc rust-dbus-0.2_0.2.3-2.debian.tar.xz rust-dbus-0.2_0.2.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:20 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-webpki_0.21.0-2_source.changes Message-ID: rust-webpki_0.21.0-2_source.changes uploaded successfully to localhost along with the files: rust-webpki_0.21.0-2.dsc rust-webpki_0.21.0-2.debian.tar.xz rust-webpki_0.21.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:21 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:21 +0000 Subject: [Pkg-rust-maintainers] rust-scrawl_1.0.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:16:23 +0200 Source: rust-scrawl Architecture: source Version: 1.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-scrawl (1.0.0-2) unstable; urgency=medium . * Team upload. * Package scrawl 1.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 5268fc181b9eb4c64639665c11d5fb82274489ed 2130 rust-scrawl_1.0.0-2.dsc 460753eb0fb4666cc7c09176acf373ced382f0ae 2728 rust-scrawl_1.0.0-2.debian.tar.xz 16b59516b9016c97d1c2ac68a3716fc306ba9279 8184 rust-scrawl_1.0.0-2_source.buildinfo Checksums-Sha256: eb35e43e35b233e1158a8638c9a729492eda32af7b98a69381df90c637fe2a0b 2130 rust-scrawl_1.0.0-2.dsc 6f250c6d61f7b456017f11b8accbdd17693deb248cad1833355b0de08bad603e 2728 rust-scrawl_1.0.0-2.debian.tar.xz 807c657b09339073ffc36d1894bdc458e57737303e84d466288ed824074ce386 8184 rust-scrawl_1.0.0-2_source.buildinfo Files: ccb6763867df08466dfb8444156fc232 2130 rust optional rust-scrawl_1.0.0-2.dsc 9ed153a7b11f636e7f046c26f82fe668 2728 rust optional rust-scrawl_1.0.0-2.debian.tar.xz 103679494aa405385586cd4c84f4af9b 8184 rust optional rust-scrawl_1.0.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkpkACgkQfmUo2nUv G+Et+w//WN/NEsf2KalZnJhoepXmGsQxjeCG2ExK5zwMFCltB+Om7xpBAxnuaxpy StCex+8UdPE1gz9r5Dv6l80xO1j4u0ULTFZqVJ9MQaeQKeI3KQCfaTqHwmudN4yT VoTZds34hf8Ii7pc6S8QYavUK2Yz2SzPsl7vAfBH3CtRnEAax6FLtyLanQbSrkQp S59pDnu1/GW4KJhnN4DhL1a3BlV40zEqhv0X+QBQrwQWpL2D3xgH47C21ozMaYMy 6SXQQou4NnMwUEcpOv2rOBMpOzGFdW1IPXZW1aOfIWjzyn5bdq+8LyeUf68B2nXt a/wB5pR2t8AsgWdgBq26RN+2TDgNdB1vzayZcMT0SVfaAY52oBwF64VsPcrTsqNY LrUchQhq0daErw08kY4bmxfQsGWjoq+1RULDZQhea+QDvo3tbrUTQqrFkJTOIsZN 7BSNJObeirDkwMeueGlSqAwy2503yw1vPx6tG/R1D/OCilvk5FMn1Oqv2actGXmV WvLtxm7qe65UnMuH7TfVA/mOSCaOQqvlaTzn5MnYrWpYlSctA/7ZdBqkDTJ5SNAJ QRrSvAcXDRlltCioT1rRRTP9Fc9/KoUOCj76GHbazZPr7EI0ndZO5e+R4YJ48P39 T1uro40+3XCHrKAMhiyDAOR1sk2FPcuWzPKVhdIKl98m8LkdemY= =Fogd -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-sct_0.6.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:16:39 +0200 Source: rust-sct Architecture: source Version: 0.6.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-sct (0.6.0-2) unstable; urgency=medium . * Team upload. * Package sct 0.6.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: c4b78d6d96b0047c27d8e21b720789b66921ff6d 2172 rust-sct_0.6.0-2.dsc 9eef4c8f50edc3a2d15a0ebfce306583fa0d3139 2948 rust-sct_0.6.0-2.debian.tar.xz 4d3d6b68096e088e3241cb2bc6879b7d5e08eab6 8169 rust-sct_0.6.0-2_source.buildinfo Checksums-Sha256: 84fca6a64b767682979e687d9df446ef636efdb626d33ce8f999cb29cfc8f4ff 2172 rust-sct_0.6.0-2.dsc f5d8e2ef54a24d54cf218500f81e36ca91079bdce8d6fcae2a609ff10dfa9ccd 2948 rust-sct_0.6.0-2.debian.tar.xz 5f7bb702bf5e17db1bb46cfa245f99fa78196098e9197a62bf15ea3b349d24f9 8169 rust-sct_0.6.0-2_source.buildinfo Files: 5314b69965989b5bb0f56f4149bbb101 2172 rust optional rust-sct_0.6.0-2.dsc ecaa0b3fa9f9f9d4cd9ac9192df8491f 2948 rust optional rust-sct_0.6.0-2.debian.tar.xz 03b99fbce4b4aa19fb9a0cd75866f08e 8169 rust optional rust-sct_0.6.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkqkACgkQfmUo2nUv G+Fp0RAAkPr1AFYyEYataSmc5LnE/NPepUxm4o7pfCGg5UJ0fdT5dmq4H0VlVuTb JyPZz2VUubKjQNl5W8eIAHXp4F7zMSqd+Hq0kWUTFE1GQBdxGvZDmt+1Wn1vPBN/ MDFYYmz3Me1D3/hyRZmkRVLboMAYaSvWTW6LuDDMuFlp4rM96kIOL0Mdki1NmZjx cKyY4MTPBV7vM16ADRcP8gDvmqeEF9ZAM93YvmkblIawuAavwqw74Uf0UArNp7Zz 4a69EQS49hbgiTxB5rAp6xHiaOLreSwyBjIspDqzYyzG5UbXtgLpQT4uJ+OnDZIW R6hq9eXcI09FYauyK3O7oq+HWNOPMIeZwTMMPPtnEG251M0A15qFdnSMwtLv1SHw m30MFVuT1zuIP3hK7tbwTRw6yeUnv/ZkaR/z3sCiIYu3ZZ0TOCyGRPcfPLb18UXJ 8U4KtQ+rzEEQ3PE4ltsln9rOLVsxEu4I+bItfewN3cH7IH5YXpPD76wk8o2OuRpm zXkUkJRzziIWxExTRg6Q9Sey/Y80O32jr9cavrr0Hl7rV021A4xFsNHzQWlAKE4r hf0akMEynGVlm20P8cWmkzrSy15KBj9J0mN/HbFqm1YDJL6aYCR48k9PBG/jWyjQ KbMjwhJ9tCZJ86gojwkkP9owRYbWwNkz3goRpSV/xAKE225tsh8= =dhQf -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-servo-freetype-sys_4.0.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:16:56 +0200 Source: rust-servo-freetype-sys Architecture: source Version: 4.0.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-servo-freetype-sys (4.0.5-2) unstable; urgency=medium . * Team upload. * Package servo-freetype-sys 4.0.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: c84bc22c7018ca6fe8625b12d6fbe1cbfd896512 2376 rust-servo-freetype-sys_4.0.5-2.dsc 2b58be0f1777520fb12a30a9f6230d3490ad4576 5360 rust-servo-freetype-sys_4.0.5-2.debian.tar.xz c788a415397bb9f77b1f7d5300a2a9c2e6916892 8483 rust-servo-freetype-sys_4.0.5-2_source.buildinfo Checksums-Sha256: d684f783f98a1b8430eec93f58ee5abaa60cbb52f857e9e58de84a0937ae0604 2376 rust-servo-freetype-sys_4.0.5-2.dsc c807256693de00656487c9e9e779d0cc00248cb2e5d62258d11e37cd0fcce4d6 5360 rust-servo-freetype-sys_4.0.5-2.debian.tar.xz ff106d3b474c0705322aa40976eeca72307daab7d72d4a8298bdc041930c006f 8483 rust-servo-freetype-sys_4.0.5-2_source.buildinfo Files: 90cc3af9f8d0dc96564691dac8419d10 2376 rust optional rust-servo-freetype-sys_4.0.5-2.dsc ac2a869e432c0d854e19d51567ccafd8 5360 rust optional rust-servo-freetype-sys_4.0.5-2.debian.tar.xz 6336cc772c824a0fad8ffb9028b57f9c 8483 rust optional rust-servo-freetype-sys_4.0.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkrsACgkQfmUo2nUv G+EjNA//eKmhkeAqge9TyX9DQ7+U3KUt1CEz3Rn4qh+HtQp58Vo4Ojk/Nut0gRdK rY2r3q6oNZRKuP2uuLKKYLuKGLvLAH49tBPAOhYEGVJu8Dq9ECiwYNysa3znwZPX ooBMb3fKxPQCJw8/+Cpvl18ts/5UpH+QQdqH3h5aOfNmtNq4RGA//qpvFzHqdtQl P9zJq6Ucq0k4q/YLZzQT2oIWGfUVifiKEZvF8zztfb2SNih+VZLaXb4pfpHSawh1 NwvfQJMBZ/f8H14cxmwhXJFMNQtSLJrUU8Imz8g8tb2gR9odFZPAzbc13MJ62yUE OWfc6ouu7ytSahXHq9uxVcTYHmcxcRI7pzFtfy9Gbzk83bTgQE8bIWjZmHZVGqiD o+z6OlO3D5sB1csaCDrfE1rWdu3pf2G8vBwsGiDlSa+DEFJdLzyknGsBHxqnI6Id PoWmC7ThccKy/5qOpdFigXqLmjNCJ2C1xc5lly2UrFOO/UkFJisu3unx1BMI8Kxd WfvKskURqnUa9NSuhqTkLPQ19o+fWyVLmLGCR2JOwt5Xwsc8b/fU/IqI00inLoLj uL+meip3aXMWlvZDqEpVRQfwdULhHpgnyd4K4PRmXzhNehIqCCUXTuq1ieH9c3lz eA0gkrt5eHTGMzLnk751fkp+J1FpiCWHnZzvj3nOOpRonBBJ3NI= =jrHH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:36 +0000 Subject: [Pkg-rust-maintainers] rust-shannon_0.2.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:17:13 +0200 Source: rust-shannon Architecture: source Version: 0.2.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-shannon (0.2.0-2) unstable; urgency=medium . * Team upload. * Package shannon 0.2.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: d92e1ca17860c396e94dc61676170960323d8146 2142 rust-shannon_0.2.0-2.dsc f437297f7c0baf5e9793a2a4b32ed7c1409817e3 2500 rust-shannon_0.2.0-2.debian.tar.xz 47b80c06f02ea6be0da3eac595307b5d600d27c6 8225 rust-shannon_0.2.0-2_source.buildinfo Checksums-Sha256: e41fd8fe2cff991f2f3d719e95e28c5aaeb4730d7401f8f37829dee73fa09247 2142 rust-shannon_0.2.0-2.dsc 01a35de669c4434a96c59e2f7783d81df522a5b98be798305fc22aa7acdefc23 2500 rust-shannon_0.2.0-2.debian.tar.xz eadaae9259390d22a7eae893ae998b8b0732b63fed2360dccf22a9130f9cb9cb 8225 rust-shannon_0.2.0-2_source.buildinfo Files: 45a6ff1542b620cb2d2aa8c8012fccda 2142 rust optional rust-shannon_0.2.0-2.dsc 79e6c9d0154beff5ea0c37eb4256f541 2500 rust optional rust-shannon_0.2.0-2.debian.tar.xz 1f086d5c59711ff2b29ec6b9d3c472dd 8225 rust optional rust-shannon_0.2.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkssACgkQfmUo2nUv G+GCAA//XGo3iIguR6iTxzQX5r3OZgLyjo+mcAL+XkFxlcupRuJwuoc7PIeJzl4V GriQcO5p+WippPy2Uc6dSw6G4PrRGZTe3yPQr4deGTUn/XLx8yhMLjdYNeUAjjol 6HbyXvr/qBcrbOl+mJE93JCclzRoCqabYyvlImzgaBnqSTV2jUqKdrZYV+jsWE1a RUAtb8DkxG5meP/LdhjtjhoUEx0uwDU/o5Ly+eRNLA4RHEkJxBLXNgxDT2T4N7hz qrNPO5zWk2p2x8jQL6M2mBGkFBfrSEx1vGZ1GUVvnNmvlLaCZnNlyrIxUICwZm8p 2EupR0ap1sxYcZrI5HLlz2xP6Z3gqq1hYat+wPhiQTaJC5A/61MStwp2SOSUzriU tMC9QKWKXsfR7MQYzuZtaQBALOsXNVrWJQ2qxUzyX4ziOEtcUpc/GCyKvrLiGi3g SVB+zuC0JXUOh1DjytPh3N+ACY/BibkxvuqHf22Ty5Mjzcf1UuYsmyIJgReb8GLu qWEbyzmLH9eti3O7FPZYZ8/motZhgt38T8HJA9InbC6FJzSijeWvLx3aCVXcjTHl 5vvTWS9G37FOVNKSlCvIGCDhYW+cUoFccw0+Hip77s/Z1Beubs7fyLmFN7nSBXiD vgIiQxwXIdGNIP40sz0Ij8bK4/8z4ngZKphqb0nPHeB1Jlky7iI= =Q+XD -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:42 +0000 Subject: [Pkg-rust-maintainers] rust-spotify-tui_0.11.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:17:32 +0200 Source: rust-spotify-tui Architecture: source Version: 0.11.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-spotify-tui (0.11.0-2) unstable; urgency=medium . * Team upload. * Package spotify-tui 0.11.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: dd67d7f70454d77d0dbf3d17bd7a3ac33b34cf12 2566 rust-spotify-tui_0.11.0-2.dsc 68469ef30424058bfc2d8c564786bd5585635a78 2956 rust-spotify-tui_0.11.0-2.debian.tar.xz 7d5dc6781208339ac2a2163e93258487a3de02aa 9304 rust-spotify-tui_0.11.0-2_source.buildinfo Checksums-Sha256: 71d710eb002eee26a867cbacff3432d598041460bfe68a7137b8af75d1a8ace6 2566 rust-spotify-tui_0.11.0-2.dsc 0b4e8f82f5648ee30533673eead2066f51af5331d22b072980c0909bcbad8531 2956 rust-spotify-tui_0.11.0-2.debian.tar.xz e4989a613d841b930a9b542019862890ff6c8885b227897c48d13b65c8af1576 9304 rust-spotify-tui_0.11.0-2_source.buildinfo Files: 2788b9e3455ce42d415c6e12a7071140 2566 sound optional rust-spotify-tui_0.11.0-2.dsc 83f9f036e8d649d2285c99cf292c0197 2956 sound optional rust-spotify-tui_0.11.0-2.debian.tar.xz 2f350f02f61cadfca0af6a657bba4e1a 9304 sound optional rust-spotify-tui_0.11.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dkt4ACgkQfmUo2nUv G+Ho8Q/9Ha5opLiMM6fbAjphijxCpuG0JLH9oTwctBmlO7Iu2V1TcFDB7QK5lZ3n J5txk++hDxJiw3uJ96SoJo82AkCls5VTI2v+YCZr40R2WjRvgj7QVcYQBjJSfBME QI+OsPJm3IKh4CbrY8n0S3WQBHFAIFWL1MyEMaIIsvVo/sFVCcWFq9U/Ir570/2C Ywi02C7AKIHgoiSgOAqTy/YoeLR20VLQuXmZpOcOffoMbBK8sHFq0IsrHiyZ0D+B JDOSa8ZnBfy+Dmdig6ENDfK+sEfzcY4z3Y2a+h6X2BVjriBArsCWuG8S9XgBD98U f715enkZfK0VsgDv2YkNIAiI6OvhfWGYeMBMhjE80XWZmYny50wlXXdXmP135DJU XygMEPr+IloJIMR4W/off9I+qLZqnvVKBBor0LIeqVLgRmbbiPHlBUcw5NY+D0Ah 5Ul35I04vGbrFK5R7K4s2fboAwFcZ6oqrNQhTd1BtPKuGAIbDY3CPwXBaIZziGPw UX1cpQ+bEmAg1v/6d+gIg9uAO0WaK1M5QkMjVf5ZpyXXiAA3JKiDsJC1oSy5caik 9zxThfxoZECCjivt+T1FmCpJTNxgUoVnIFv5NGzC5w0t1yyHsvh0v7RNRMXhTxwk OB970CusrJw6uswvhCuhBCAkXdWRCQqKvccF6WtNb9ivUoFviN0= =Tjr9 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:39:47 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:39:47 +0000 Subject: [Pkg-rust-maintainers] rust-strip-ansi-escapes_0.1.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:17:47 +0200 Source: rust-strip-ansi-escapes Architecture: source Version: 0.1.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-strip-ansi-escapes (0.1.0-2) unstable; urgency=medium . * Team upload. * Package strip-ansi-escapes 0.1.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 13636301defc7d99ad9629dfa0d5281e0cffdab9 2327 rust-strip-ansi-escapes_0.1.0-2.dsc 7f5a6d9e24ef9dc5ad32377b027b24ab79e46d56 2620 rust-strip-ansi-escapes_0.1.0-2.debian.tar.xz ad2e95952f278d0128cfd76e95171d01ac985cf0 8244 rust-strip-ansi-escapes_0.1.0-2_source.buildinfo Checksums-Sha256: 8c1ee1fbf83454a0656a4ca87e564c3c7855fcf534024e0ac186515bc78c7360 2327 rust-strip-ansi-escapes_0.1.0-2.dsc 10ce6f39a989db407dd7e5be37ccf4f204ae05ad4b568c8139175fc8be538bd4 2620 rust-strip-ansi-escapes_0.1.0-2.debian.tar.xz bd76833af4048e97b02a3e71a5063b2df6089c8b3f0f5c18fb01535681e25e71 8244 rust-strip-ansi-escapes_0.1.0-2_source.buildinfo Files: 0d303c59b90aceadc899f128dc0933d8 2327 rust optional rust-strip-ansi-escapes_0.1.0-2.dsc f34eeb7341738f046ea9f87d7a13918a 2620 rust optional rust-strip-ansi-escapes_0.1.0-2.debian.tar.xz cf0aeaf280b6a3a245677c4e429d272a 8244 rust optional rust-strip-ansi-escapes_0.1.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dku0ACgkQfmUo2nUv G+E9DA//YdRNzKSSo0hCWIjXy/FyU/NgfexWGx30SCfikgThnaSfubRqfF9aifBR 2GdMaqkFXvXMLwsMhWo+EuKSNRnZhf/8wWlCTiQsw2fQlRCwYXZA89Ma+JeP0uGp SfBb88m1ed2HJOc8buYZQghCBZ0ocg1e1ZyvVNi+6B4e6PLviwIGWbm8YfQLyPO3 XFYFowaI171NUltKzuxiHHxu9qPJwFs5GN3wz53/OWVn9QUWG59GmyBXBMZbGjb+ OxXkGnO7efFx1baHtqk1UZZY8JIFkm16S+J1NUop6MoERs1nwxjXj3d20sloI2Y0 d1/F/hdQqPOHgwPzQkGHAXvKrPY3alMaai+Jcid64tborl+h7enJnqTCQJnFhZe8 ixaRuf0d1PMdoFw8S/obP0C72yxIR86BhImqINN6TUZBNBVZdNFR5KeGSa63sAIr 5xl7SlXlKscMVAdFHwA5+Ky1PdxWKy2xG12GePDM0InA0rkcvVpQB3HEu909vfRY 8x8RWPPnAo0yycTlkcikv1fbgrP2/GmKxU6MRc54DERl/zR3MHuCpeBbtwt+Yq16 0xNYwLNHiwfcEAX/2EnvLw+wprJbGSRrqukqfeLe+Ia9QYoM45rTLkHMohGoVucV nJRG16jkJIme2xoYO2drJ19gGJRhNksNeAZ63EgyBglv6/8i8mI= =m6ks -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:44:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:44:34 +0000 Subject: [Pkg-rust-maintainers] Processing of cargo_0.43.1-2_source.changes Message-ID: cargo_0.43.1-2_source.changes uploaded successfully to localhost along with the files: cargo_0.43.1-2.dsc cargo_0.43.1-2.debian.tar.xz cargo_0.43.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 13:49:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:49:12 +0000 Subject: [Pkg-rust-maintainers] cargo_0.43.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 20 Apr 2020 13:30:57 +0100 Source: cargo Architecture: source Version: 0.43.1-2 Distribution: unstable Urgency: medium Maintainer: Rust Maintainers Changed-By: Ximin Luo Closes: 958301 Changes: cargo (0.43.1-2) unstable; urgency=medium . * cargo-debian-wrapper: don't install /usr/.crates2.json. (Closes: #958301) Checksums-Sha1: 8af3c857613273f08a5a04bc9a444b58bada8363 1980 cargo_0.43.1-2.dsc 00b9616de0bf6e418cc02ac6add696dba9487a0c 40460 cargo_0.43.1-2.debian.tar.xz 7af0414d412e9627b73a24a517b4ad7e6ad1f574 7221 cargo_0.43.1-2_source.buildinfo Checksums-Sha256: 31ed2a4254f0904ed2ebb2688f127eed8529a6023b3c923709f39a15abf10bb1 1980 cargo_0.43.1-2.dsc 72d99026a22b151c4e66aa94cc478bf4c60610f8aad32e437bd60ede1d494d6b 40460 cargo_0.43.1-2.debian.tar.xz 5b23a66264c502d8d407f47f808d19479fdb98f902e19c186a46c8c44775ba04 7221 cargo_0.43.1-2_source.buildinfo Files: 351c4a57d620444a2a8eb181a92eebe1 1980 devel optional cargo_0.43.1-2.dsc ee82fe0f8d83fee1b1fa4db48e1e2f56 40460 devel optional cargo_0.43.1-2.debian.tar.xz 51a81287d189c545a308b28e3d34bb56 7221 devel optional cargo_0.43.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXp2WLgAKCRDrH8jaRfsp MB8pAP91m7ckS6s6/VLLN1zl5e9OJQcVqQZd18UkuQ/8/GauBwD+IP21Bwf9IVUg d/baONfMEKmBSl+NK2iEGL4nI40oWAY= =t+/r -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Mon Apr 20 13:51:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 20 Apr 2020 12:51:03 +0000 Subject: [Pkg-rust-maintainers] Bug#958301: marked as done (dh-cargo: please make the output reproducible) References: <4670c705-a13c-4762-a3e6-55828600fac4@sloti1d2t11> Message-ID: Your message dated Mon, 20 Apr 2020 12:49:13 +0000 with message-id and subject line Bug#958301: fixed in cargo 0.43.1-2 has caused the Debian Bug report #958301, regarding dh-cargo: please make the output reproducible 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 owner at bugs.debian.org immediately.) -- 958301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958301 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: "Chris Lamb" Subject: dh-cargo: please make the output reproducible Date: Mon, 20 Apr 2020 12:02:41 +0100 Size: 6266 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#958301: fixed in cargo 0.43.1-2 Date: Mon, 20 Apr 2020 12:49:13 +0000 Size: 4520 URL: From ftpmaster at ftp-master.debian.org Mon Apr 20 13:51:58 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:51:58 +0000 Subject: [Pkg-rust-maintainers] rust-dbus-0.2_0.2.3-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:29:24 +0200 Source: rust-dbus-0.2 Architecture: source Version: 0.2.3-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-dbus-0.2 (0.2.3-2) unstable; urgency=medium . * Team upload. * Package dbus 0.2.3 from crates.io using debcargo 2.4.2 Checksums-Sha1: 0ff71dce159ee3896538381a6b87c4b270752fed 2190 rust-dbus-0.2_0.2.3-2.dsc 15f3cc826a7de884b7fb6e8a68d1e96fb536e15a 2692 rust-dbus-0.2_0.2.3-2.debian.tar.xz 99d2a1a783775ae9258e8c3e85c3b58876016bfb 8226 rust-dbus-0.2_0.2.3-2_source.buildinfo Checksums-Sha256: b8491b86446d31917d0c3076cada58a3545df5e1dddffbafccf7ec07feba258f 2190 rust-dbus-0.2_0.2.3-2.dsc 51a8d66012ae65b056e780170a5bfb8cf1c0624b74425ee6ca9880e3b9521f1d 2692 rust-dbus-0.2_0.2.3-2.debian.tar.xz 3eb761042f968450a9c8221eefadbd8fd5685944350319dfa98bdcd8557aeb63 8226 rust-dbus-0.2_0.2.3-2_source.buildinfo Files: 150ae53d67e465a991cd705e6941bb82 2190 rust optional rust-dbus-0.2_0.2.3-2.dsc db95f1904312f782ebda357783452a6a 2692 rust optional rust-dbus-0.2_0.2.3-2.debian.tar.xz c06e197cc8b731375b36930b09edde03 8226 rust optional rust-dbus-0.2_0.2.3-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlaYACgkQfmUo2nUv G+Ef6w//enQlCCv15mOZYc3FPO3x8W8wxPGmJpCuyU2AN1NRSUGk0IglE67k7A0H 3gk+xvGeCAsVkc3Hd2P8Ry29POEoTizSJ1rXxX4QrSoc6lOLURKC5imGrThJ8Xv2 kYomVVhuDJHhi8SfpnXcYL99LuSnffQBwAs1wWxnerHUAKYMN+QszjiakvbxRZpS pD45anZe+GLghOPc8ImJrDbxYDY5kW3mBbHSCunsglM3tPj3Rl6FNBHDp1Lm2B25 ORUGydSxjIW+fg6O6LUruiXWWW1d1txG2f9NbU3UlYWPpleAj2YkUSKkpPyISnSq xU2Yad5KzBHvhpGxo7TxLzlk7nNhNJO9031RU66CKXu9gcnc1D+PgCZJ7Qrn+cKL SR8mieXmRoArJTIYaH33Q8bmhzfkWrg5nImqPOjaFh7qmx4uUYuwhYpWlQxOZbR/ WV02Y8eSXPWnUuobvo4xdBeAjwgJtVcungyoz0AeDpb1GIzw+2jSsTQ/iZ9R5d2v /G7qmZpoB7Ta0neEVrox3Y/0KfSDhEZm23lUBxdjGD/NBBqqvT6pr/8l5+AMWRue pyXSO6LDoGg2LzE+cK2Qt+54VAFmKp/0noOJZFjiJX1Ss/fh46XoFUSygUJwsgdH +A7K0KlFvLQ8BZYDRYdeQg38OY/xH42N2SOWzCHvzAziEncDgJM= =4/Wl -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:04 +0000 Subject: [Pkg-rust-maintainers] rust-subprocess_0.2.4-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:20:45 +0200 Source: rust-subprocess Architecture: source Version: 0.2.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-subprocess (0.2.4-2) unstable; urgency=medium . * Team upload. * Package subprocess 0.2.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: 58e7ad53a9f8dd644fc2a4b33420e871dc6829b7 2757 rust-subprocess_0.2.4-2.dsc 6484bf811c9dc53d66d555364af49e29a11076a6 2716 rust-subprocess_0.2.4-2.debian.tar.xz 1c8093e98d3cc921af854b545a28a2b295ec4ccb 8383 rust-subprocess_0.2.4-2_source.buildinfo Checksums-Sha256: ad4c16b5cdeb8dd35e8a9c6f030b9b0ba2b8204713647d3f5ac3ca83427b1550 2757 rust-subprocess_0.2.4-2.dsc fb8db782fec6f47447f734d0f5f347ec34b195225873e7ee371b0e4786c12171 2716 rust-subprocess_0.2.4-2.debian.tar.xz ec78c3fc7147252fca747096c5b61773182abb7ba3511563468b868fd7d2d96e 8383 rust-subprocess_0.2.4-2_source.buildinfo Files: 0d29d6e1f3d100c8fb9bcfc8c22944c8 2757 rust optional rust-subprocess_0.2.4-2.dsc d4044fe9722d6564ed7a6c6074309f1b 2716 rust optional rust-subprocess_0.2.4-2.debian.tar.xz df5d2ca06e4ef60d6d971dd84b410264 8383 rust optional rust-subprocess_0.2.4-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dk58ACgkQfmUo2nUv G+GhShAAgAN0mAbG8t5eeqU5dMWbGa9wJwC1dHWJ0ysmxbzlrz+6X0Gy8t2wfohJ fJpvZRWAyOoYJOV2JJRYGttq20Ty9Q2WgbcZyITcbw6qTCQ9P3xJzn85c5lHipub cWG3wC4V+61yvQmGnd4bXVSi/FOMDyP2ox62I+5evx7Pb0BQyDU9pn4HgnIimWZV xHmPKLw8BzXIrAbZvEp6ti9QlcgZVRfg/prtB8MwgdsqHnYTRVW7RRSQTSHvlDoD ia8BEVh/nCNBJ4thj7bdbFWRA3MAxPlo3ntshKhcw8Di9wOYGX9DA6e5Kw1wy067 zZon86SNQPOsMOhoY2ydwlkUqSueGIsI4+ohFwXAnrVAxKdrAxNmCsPEYnIR5fdv E8FNfnsryhOd8u70sDhbGBQ6hDIF76JMtt7PLwCmr8hjfUNe82hw9aib+eeVEb82 n4CZoUMwf2mtwn8IMzVzwhzxtPyCSvPmNb20ziQecLduAjR2dGFzmERA6pENMS8M umUSUXDBn9QG3B6mY6pHUKD0grYMSoa2a5PwQc8Q4pxhiQQiDLT+oybm1t/0vxpT GO/Pak9JLHfaztuZxx66NXC+37Lxby+/Bm3tYjCgsI6BUXdYUiFWhlM7L2xf0EzK WQuY4lqNXnE7pbXbz4uPTDORv9xvnAUZO8Hn3ccOEG9jnzCgBHA= =QwXy -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:09 +0000 Subject: [Pkg-rust-maintainers] rust-sval-derive_0.5.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:21:03 +0200 Source: rust-sval-derive Architecture: source Version: 0.5.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-sval-derive (0.5.0-2) unstable; urgency=medium . * Team upload. * Package sval_derive 0.5.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 0bc02112482a8a3bfa20c99d117472f53bb5433e 2253 rust-sval-derive_0.5.0-2.dsc b72f4091c0374fc7400b719accdab7d71c1ad386 2592 rust-sval-derive_0.5.0-2.debian.tar.xz 966396279dd20202c1d54f9a7cb99e3d91d73e2b 8512 rust-sval-derive_0.5.0-2_source.buildinfo Checksums-Sha256: d45c31e9ba62dd2ab69aef71314c2eab9fff105408891ab5c6d2528e55416cae 2253 rust-sval-derive_0.5.0-2.dsc a10040ce8474f85d3ccfc2b09c2834ffe67cc5da118319bb44bc237b52b394dc 2592 rust-sval-derive_0.5.0-2.debian.tar.xz ccdaaf3585527f897287923cdc83465fe3d9bb064619e2bd01e90430557ef5e5 8512 rust-sval-derive_0.5.0-2_source.buildinfo Files: 7d84f012346f7832e49ea98a9a836b41 2253 rust optional rust-sval-derive_0.5.0-2.dsc c203d5fd5b7ff3939df919ddd76e3ef4 2592 rust optional rust-sval-derive_0.5.0-2.debian.tar.xz ba0a79cffc5e868a2a713a7b7d738283 8512 rust optional rust-sval-derive_0.5.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dk7EACgkQfmUo2nUv G+FhDg//dNilVbd3r/VJi5XrOO269lBnR9M9DJWRgTJ1MqK4TwWvTid51sSSZC2Y U5v3DvQiSYDQzCYgz6qlCFhxoDIqtd6GXLvG1cuVJ6fA2BWjWFhvl5FT120rj2jN dRPwNwfZAYmSsVsNa4jfo7baGDEcVhcBFX6CIE1yr/MUjkbAkiK8h0VybBeoUrL8 P5KSU9IaaxYAKIEnIUzuimoFQbmRnjvL/kGn+l/Jycy9ac//ZzG3EgViUWyeYwub NGBnGj9MTSMiHC5F6hQ+aW5jYJwjbE8xiVFbnkN4aqupXIQV9EKaUMGG6FD1ljnh Vh9XiHCATOGfP6vrwEgEcvSrfcAKlo2u8G7mk/Iq5yae3nam9AlwWx0Qf+GhVZjq 8h4xof5DZNjPhfBqUAHdQ4CGPtvbz5gzikxmuXrDn7hNl1eP1IEFWnmjuVyt/Oz5 lmCEt+RMWnv+5jldsRjP4QhLe4weBbiM2I6toBCAeDeQbLvSjA1GsZo7TznNfy7X Bx7gHxFKSIc9B6D1gr+LiGns1rnfAbXxSTOEc1HcHeXryxLiZPuBkQESObYcy6Ys CxtsrMWxT6xVQD4UgEHJXuEX723xL2X4sgYvwq2u8KRAc4SvQAPmxY5sxWJ7iNa8 HUY9T9Mo9e1i14dCQ7KuLGRvjFGxZnaFPOTASivjUSqYp/w8yLc= =IlLQ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:15 +0000 Subject: [Pkg-rust-maintainers] rust-sw-composite_0.7.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:21:21 +0200 Source: rust-sw-composite Architecture: source Version: 0.7.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-sw-composite (0.7.2-2) unstable; urgency=medium . * Team upload. * Package sw-composite 0.7.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: 76b338f84c7fb157a875d805ea5b6048335d2d02 2157 rust-sw-composite_0.7.2-2.dsc 1a58fcdc5f7d5bfc4793040a42311924f09c3243 2688 rust-sw-composite_0.7.2-2.debian.tar.xz b8a6db20af1a0627bde19a2c68d63352dedb4267 8214 rust-sw-composite_0.7.2-2_source.buildinfo Checksums-Sha256: 706111ee48a19fcc666af4ebbded5b1b697c7587c2d50fd339c3046128d10c83 2157 rust-sw-composite_0.7.2-2.dsc 8b571f58d303f55a6b8e02325af8790ecb526a42b6411c6776001c51f3cd91ca 2688 rust-sw-composite_0.7.2-2.debian.tar.xz 3edff2030942c39082489058d7bb6fbf380a7be992f857e5a7839af293d82bf6 8214 rust-sw-composite_0.7.2-2_source.buildinfo Files: d21b9f1b20c81c768b92afde7654ee84 2157 rust optional rust-sw-composite_0.7.2-2.dsc 6b78aae2f746c7b4d92f6be2e7256918 2688 rust optional rust-sw-composite_0.7.2-2.debian.tar.xz f57702b5df9ce891ec4a0cc7f524358b 8214 rust optional rust-sw-composite_0.7.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dk8MACgkQfmUo2nUv G+FcVQ//c7PSGid+Xr6vL0ol4W/islE2AU4X5NUXn4vidZZRROhaEGVpv++C/H9U ToHnWfHEbALA7gGdHiLcfDJKdiyeu+K9+v+yt9ejNmBGyW2gIE9zHH0f4//Iu8r7 3gFO7HGEljLloiBbPqlSY79+28rln+lUeyyHGOLs/pkaYa59CikU0tCZJxcK+kj+ rV7WbRouYJOh2KZ6aZ6Aa8BrD5/aga2xkkl5w8hO53NgysKg8ri7ZGHVBUneMczv T+mEiDPRTejuyCQKJOh7/DGK0DvmudsoRFccqKVA02w9MRBK8xlMvnejyr69yWxB uWJqXxdz5Q7gHbpw0QFSYWII4/TuC69eJ22yW4hwkZcUfhC7PO/k6ZVRE9z/KiBN /AyfiqrIcij/OApgeLQtqAgYLHWxLG1YPmSeTsCppXJX54ZsSgUgwBr/CLPYPr/m yMyGluwWaRkptOfILb/9JbG7L9clxVL+QhYGwfUMxA4pz29DxuYMJlvzhZ5CYIh6 kMhYBpuopr1ndrBgTh7QcW7BFNCo2P/bDUWOx9UzT+9U7CcgHG24yCdT6USjx4n/ Dijn3GRccm1c2U28o2WDEEKHnGQGn+RgWO9eYrB1pyPkRpcoLOxIe/XL3z9AIunc gqK6L0PJ//yz5TbOq9wkYRhgwZdB/rCfbHOZrGuxEfF6S/C5yaI= =BlF4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:20 +0000 Subject: [Pkg-rust-maintainers] rust-target-lexicon_0.10.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:21:36 +0200 Source: rust-target-lexicon Architecture: source Version: 0.10.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-target-lexicon (0.10.0-2) unstable; urgency=medium . * Team upload. * Package target-lexicon 0.10.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 1bcdf1977989d0bf95cfe19338da4c23d1ab3240 2197 rust-target-lexicon_0.10.0-2.dsc 4245d2614b4ed0ca4d72e4114ee608adc488faa0 2444 rust-target-lexicon_0.10.0-2.debian.tar.xz f57468cf503bbd79f3ea4734719fbbe70be1839a 8228 rust-target-lexicon_0.10.0-2_source.buildinfo Checksums-Sha256: f77be376c1316c14138c73c5f2c7e5c145e264108cf573fdaf805753080ee410 2197 rust-target-lexicon_0.10.0-2.dsc ae3ad4f224f8f2528441aa8e26d3393948edeb8cf7d746e307180bf0bd93babb 2444 rust-target-lexicon_0.10.0-2.debian.tar.xz 9ce3ded294a5e115e54fcb29d6cef39c1707a20798773c8449216e8ad81aa093 8228 rust-target-lexicon_0.10.0-2_source.buildinfo Files: 3e731c2dd8e99a78386aad9c87223471 2197 rust optional rust-target-lexicon_0.10.0-2.dsc 8822fd4a26ffe18f3ce28f7083f246ab 2444 rust optional rust-target-lexicon_0.10.0-2.debian.tar.xz 3e74b6fa5cbc000166c870d84a341fa4 8228 rust optional rust-target-lexicon_0.10.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dk9IACgkQfmUo2nUv G+EeFA/+J0kXtk05EfYEfwNAplbeSxTLdeq8nFZ1/47m371DDi8Pew26FGFiUGOC ZEN4f7BRRInM5eEjx6jzUQW8gTSFnOXvg8HLmi6N0BKam5koDQXBA0+1VPeqDMMd oEZZYjPDY90lB+7UG1p+N2al5NXKRa09AiRUB5+kdPGBBSyBVo/vny2J85REK+qz UyeGPledXMgzDI9bzav5zYF6mGaWZUlNuZIBNGejH22kLrEcBMiB0E9ROvmShYJq zx5zcZofEFe0A+hSYTdTOqQwY70LFy08M+gCeCPt/lm3XtrwjUjXSestX/GqKwvL qReO+cWMtUNBLbBqAmde1K3OZfF95dsTuEbb+aSCXREU7sC3ybdShibmwxgKw8v4 xEahtiQE2xxVWQuL2RxqxYId5GSADA6f7z/yUqSo+4c4UqOHhQTSR9mQSoqik/7I IcLohcTZiWZuzaXNEdePbpzSu4yROYp/ROu9ThiNDZFRHi3A0j8/OW1qM/ZbRjuJ qV1/Vqpy5zjm6GUtEhA6XxEfYjeH3f5qXXSrhJxM9SiNf5oFd9E5f20HOXvTPW0q TjqCZ9XoHQw+3fgLHwt/WFkyTlY1CG9ba2x2OrEadHnBDR/+iqPUxt0vnZGbcWes SQ50gCG3uoSTVWz5IPr51eIrELxy1OvyC7uGwYx56wJ/tk7UHAE= =fl/v -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:25 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:25 +0000 Subject: [Pkg-rust-maintainers] rust-tinystr_0.3.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:21:51 +0200 Source: rust-tinystr Architecture: source Version: 0.3.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-tinystr (0.3.2-2) unstable; urgency=medium . * Team upload. * Package tinystr 0.3.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: baf8cbc7203356e5e5309dac2555435a77248048 2148 rust-tinystr_0.3.2-2.dsc 9a02fa1bd05da85ba76f2234d057e2203a112011 2520 rust-tinystr_0.3.2-2.debian.tar.xz aa20f4cccb2cfb2c80211c754ca1c018eef2c0da 8189 rust-tinystr_0.3.2-2_source.buildinfo Checksums-Sha256: a432b5ed0496af73ec67e328506c66df6dfce18e23b5f50656b1bfb094b6a1f7 2148 rust-tinystr_0.3.2-2.dsc 1b1e2c53e9327e26705d1ee50434cad9c224ff50600ceb1cd3509086994283ab 2520 rust-tinystr_0.3.2-2.debian.tar.xz 4e7b98a3614f0c2118b9d4e0bd1aa6380b7f7116a5426dfa6f20851c93bebba5 8189 rust-tinystr_0.3.2-2_source.buildinfo Files: d4e05868e86f07a04073ffbc0ffefe6b 2148 rust optional rust-tinystr_0.3.2-2.dsc 77164fed8e6d7ca6d758c3061bf67664 2520 rust optional rust-tinystr_0.3.2-2.debian.tar.xz c1f018f81035f4711ec53163b0f80c0e 8189 rust optional rust-tinystr_0.3.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dk+EACgkQfmUo2nUv G+HzXRAAgRmyoCndCs8cb0BWF3a2dV/Dd1rcy+NE8U0CHw6JtNq+6Uaq349MBXVW Cz0CZ2+aOWeJqWzMUGpPkch3Jh53a8OtXMOtunXKX6agLDISTkSo6bS7BE6mFKPP IZMk2AALitAFvgfA2GRVURxj3yICcXiFrzvS7n/PozTb7ss6fLUsb3h7IVSbpJ5b dRLUaNUzcf3YMqlOx37cGvLLWpAcXH3c3N8MJmzfwCoCOnEQZ5tinPmLCPX5tMMV Ymd9VeHMdSUsdjrEMuPA9M7QtLzWvSqR7ZcY7JIyTvWtvJcNksKV/0kcYDG0sW5f n1j+f6JUHl480fjvfaxFccvEMDZKa1VCC2RkjBl3JmLIL2ysFgkLdLI6YVhY2yd4 ZbcWfTp49Ex2+LUjBsMROViTE8Y9fjOBXUtbbU2fCNoTmHLS6wN1mH0QG7Wnt/Vs NvQYYZoxDtamvIumf/zcs0x1HEXCWZUbYiZ8dSB94rRkVRWrlTUlp6hpM0C8FHII GDqZcJtKJkfUiGNTdQrGP2+QHlapBJxYc4jzBeo8PcLSWVJFk3AB/fpK1xRErarB vpz/+9qa97WcP2JofdL4PmMqiac79ljS4PFqP1FSH8+iehXCgvSf2k15AHvtzSLM ARRfTFKwOf2L+BxtmZXsgpgy13xjmG7Y0jII0VZ/wUCHwqyI6kE= =I80j -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:31 +0000 Subject: [Pkg-rust-maintainers] rust-tokio-sync_0.1.7-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:22:08 +0200 Source: rust-tokio-sync Architecture: source Version: 0.1.7-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-tokio-sync (0.1.7-2) unstable; urgency=medium . * Team upload. * Package tokio-sync 0.1.7 from crates.io using debcargo 2.4.2 Checksums-Sha1: a0aa6f06ed8f4080d327678810f6c80cbffb48fa 2419 rust-tokio-sync_0.1.7-2.dsc 8d0be3a1c41b6be16182176ce686041814714b48 2592 rust-tokio-sync_0.1.7-2.debian.tar.xz 4ac581b6a15251e4123f9a321ce7163e0748bc74 8237 rust-tokio-sync_0.1.7-2_source.buildinfo Checksums-Sha256: 538572c7e3d4d070cb9cde02a4c2021c1e99d2cc121c88f2a7abea586c8ca2fc 2419 rust-tokio-sync_0.1.7-2.dsc 715b579885944e35402e7e6cc6644173a81dac4ce8360f0135d47dba78935109 2592 rust-tokio-sync_0.1.7-2.debian.tar.xz 151c46548d6ca6db056aba1dba8b6c61ec998ec730d8fb4c2aa8c93632c5da19 8237 rust-tokio-sync_0.1.7-2_source.buildinfo Files: b1cebafe26f9668784920c805d9b98e1 2419 rust optional rust-tokio-sync_0.1.7-2.dsc 74b28d56a5e4f077e0d6bb459d160d0c 2592 rust optional rust-tokio-sync_0.1.7-2.debian.tar.xz 336b8fc572ccb19ba8b47a478f19733f 8237 rust optional rust-tokio-sync_0.1.7-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dk/IACgkQfmUo2nUv G+Fzwg//aVGuSabCl4L5EO8Z/Yg3m45tQS96TKokB5bzza+Qfvhd5KRYCiGP05vz GMTfyODDkRbOOVl/K53Bb/yhK1hEUuICfPYl9KjxFGTKaayDQOA1BPrxa+Pw/tsM OB3f8NhOv+R4kg9iWvIMM4qQcbNbqy6UUvzzvo/uYoT9jmomyzBocMWOHGJb34WX +DDCBJHRBYmN3gR61BrNLFyLPM4+YxNZAjP6vbDCVqqHHmJyB0jtb+7LiiYkcJLN 1ZzMcxprsTFbVgPV03nNRq/QUD19lWZY0qzi2iKrBj23VTESSkYH3/4qslY8Wnaw 1yYUcoDLXv+eI/TiEFvdw/cGTjUiP5hKEq8GTYEKDm/DSd55RntH0cOdADFUfHVV RZu3V0F0NiS2ldwtxHBRzg/ToOMaHs6V3qQ+t81A0kLJBgNuZhl9wjHiRnL5XkIP n6FsYa2ZbWG6RdGh9m2PELvxCrJyHFuegzbpi8YZpRECceHq94KWAaQXB+M55181 FC7vmhrHRuLXBpjdZtFbrNBU+rA3M6bI9KbKHfnakQULZsWAZEIanKG+DBsM09n4 WUSOFICrfNyaD6qZ06yxTgV1D6RtSp1xDlsAmGLMOIopcvVU/giSpAj+DmlVsEga dVq3FU8hVKxs/IPrth6YjaZL1jTezVstBq8K94t8yrVktXqb+zs= =VXoI -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:37 +0000 Subject: [Pkg-rust-maintainers] rust-toml-edit_0.1.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:22:25 +0200 Source: rust-toml-edit Architecture: source Version: 0.1.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-toml-edit (0.1.5-2) unstable; urgency=medium . * Team upload. * Package toml_edit 0.1.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: 55e8c665757d55c9cc8365c524959b807a5f3828 2382 rust-toml-edit_0.1.5-2.dsc 0894c364d56b8a77a1361b09ceaf99b683a251a9 2696 rust-toml-edit_0.1.5-2.debian.tar.xz a7584891e5d7061a816790d5c3deae952231cc20 8199 rust-toml-edit_0.1.5-2_source.buildinfo Checksums-Sha256: 9bbf37f2345164a65b349683bae9b7b7ffc174e56b38cdcaa9801345552626f4 2382 rust-toml-edit_0.1.5-2.dsc 397b328b47b9c8f109d736c873f8344cf45fc7299813e51f100b19e6720a8853 2696 rust-toml-edit_0.1.5-2.debian.tar.xz 49bc16a8913bc13d235986027ff822e647d4fde2dbe197403856712ebd52c3a3 8199 rust-toml-edit_0.1.5-2_source.buildinfo Files: 1f56104d994d76a5c561d5bbef43b202 2382 rust optional rust-toml-edit_0.1.5-2.dsc be691e3605f2653b243187396c635617 2696 rust optional rust-toml-edit_0.1.5-2.debian.tar.xz 00799fbdd299dbaf75f1656a0c51e480 8199 rust optional rust-toml-edit_0.1.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlAMACgkQfmUo2nUv G+HZAQ/9FFeMOmXzLMS0ejLYuRJyoRgG8EBnWkucZTEoSJX3Kbg2oyh5qElwbzxT rsYlxlyNPBTNb8YhweyUzL0QyHoH/izISi92P4UVBH2i3F+c/rjC7NCTu6XKNAr1 OI75RJA5za8O0ybY7yMeAGbvxVHykXQBHPv6ro/9eYHWGAQNGN9z6nsaOGyVOB0e jaWfM1EiRIolLDsaQcU5z6x2TMuWGPMuAICrFW1vTSz6FR9hAAC+WmwIxDu4SI61 /cnuO7WBnMpHKp0kgu75ZTwhEHbLiKHOjccxwczoqokzF2kGP7IwmeT3w/LeBUc0 YXe2/q1sdCUCkDUNPolXok/aA5m9/wy5Ag0xpopqmT7w8Iou/+EBeYLMXrlDyDAH kjRnqZNu7vnezQTlpKT8L/yMNKBspmNdcaN+6Edkw8dPk019dVZlC4A4uizDfqUR 4JTg1srHKODkDYWlczH5k8nlsmJvJEtWq1k/Li88tMgNchN7qhymXm8VwE8l6QZZ RuK632iMdvBQmXESePHOGKgIG/+jVjzUQGcIs7K7aDpN4LentGYeZmxDMJ5laGrK /7DytkCWiwy+hizY5vIuh/BpjKdmhbfnK9u/DwL3oGzFKf75Fmna8hRpTX9kyvhB DRrm9lDb8rrmNH2GfCWn9XzqnTFnIISzqtg1b7UKM7jJK+Bhmrk= =Bfsv -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:42 +0000 Subject: [Pkg-rust-maintainers] rust-ttf-parser_0.3.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:22:44 +0200 Source: rust-ttf-parser Architecture: source Version: 0.3.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ttf-parser (0.3.0-2) unstable; urgency=medium . * Team upload. * Package ttf-parser 0.3.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 0a795528edd45a48c2c7685dcdbeb5abfbd23fe4 2270 rust-ttf-parser_0.3.0-2.dsc 667d2f815c67adaa537ee440e442f8569205202e 4568 rust-ttf-parser_0.3.0-2.debian.tar.xz 5890283234942bca85c659071258baaa4d405c32 8204 rust-ttf-parser_0.3.0-2_source.buildinfo Checksums-Sha256: f0d07f2bd37fdaa8dbebff71bc67e41068073816aea5084045befa65cd8c6630 2270 rust-ttf-parser_0.3.0-2.dsc 61f48e25ff75e8a46c477706b13704276a6fa867c9a893eaa461e08c00ac3bfa 4568 rust-ttf-parser_0.3.0-2.debian.tar.xz f1a9647aa554f4f8f92bc7ec8b10a703c560933b5aabf31be156a2db96c96720 8204 rust-ttf-parser_0.3.0-2_source.buildinfo Files: 9d9ba032e3d6643cf8ea0bb0d6602db8 2270 rust optional rust-ttf-parser_0.3.0-2.dsc c649dfc75889e4c3e0ce1061c674129a 4568 rust optional rust-ttf-parser_0.3.0-2.debian.tar.xz 4bc4b4157fc596f9a2a06c5053725be4 8204 rust optional rust-ttf-parser_0.3.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlBYACgkQfmUo2nUv G+Hp1Q//WP/1MiikPg6qW2WtOvTnqxuEMrpKRTRqy9NuJJziqXby/beG0ArU5iVZ pTmSea44bgpa/2Qdz7WkbwfP/aqCqY6kb122GYack6RRBLXIGVzACoBA9yqI8/Uz 5ppXm6S8qc64khlgdYzh+42g1dWji9gq7GMLoj13oBCjPm4u2D34L1RITJcNpMpM frBZRiMFGeF/wTkgH8oN5xXKiio8xFW6ygKJbSDSIu/DpkEe9lob4gl0o3bW8ylO Kmd2iI7aIvtxoOehu6s6pIcBtJ4yym4QUbYWfupR9KQffAXqzCZQoHWIuPej6wwd h7MD3G1kmKlLWMvNC58GmHT9bLMPblnFL+MR32SYKYn7kiVz1rC/DlIKUztjBqc3 Rv6b4zH84h9vSmgFHEuGpehs+LAppDblgXNuKMlueGAtl4SVoFsxHdLyAohnazN1 G5pRAQ9249A1LpigxibFNJuGuWPVt82sjMPvi8+EVNgmVlAKSPJeRRS7GdHSQcbO OdfpvbU+q72HUd8A6aP6OdR9/sD8ihDeeKju145JpyXh90L18M5QIlQT2Y48/T4L 7TDr5iq15ZmZk7cP8JKDx+GIKZfcMnIhijbbePPZsPm8UjwdmMNz6GG9D+WLairi z+I6IJS4SM98pUSpqn0fd+gCGo95dBLFZjQkT22Zp61+fNIxNdo= =h9ad -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:48 +0000 Subject: [Pkg-rust-maintainers] rust-typed-arena_2.0.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:23:01 +0200 Source: rust-typed-arena Architecture: source Version: 2.0.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-typed-arena (2.0.0-2) unstable; urgency=medium . * Team upload. * Package typed-arena 2.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: c6523a9c8899eeb0ebb58f68091b324e725ee80a 2184 rust-typed-arena_2.0.0-2.dsc 9807c4c71bc21a83dbe29202625b37d14399f3ac 2616 rust-typed-arena_2.0.0-2.debian.tar.xz f106f9d475906381bf5bfb25d12de982dfcead6d 8209 rust-typed-arena_2.0.0-2_source.buildinfo Checksums-Sha256: 2acf8f4a23aff1e7e9e98de16750c4a84b3ff4b9da7c441deb0a8f910d7c5d57 2184 rust-typed-arena_2.0.0-2.dsc 0effa433c4f6f3c08fa22d1b40ed601e1cf5e3e6917d1e7223891111167aa432 2616 rust-typed-arena_2.0.0-2.debian.tar.xz 1d833bf60fe75cfaed8dad9973d1d6b7ce4c95f18668a07f94621d068b55cf79 8209 rust-typed-arena_2.0.0-2_source.buildinfo Files: 4c00c439db3af36b4bd7a1409276e8b5 2184 rust optional rust-typed-arena_2.0.0-2.dsc 3f4c3d86bcfa3a039dc1970aa13bcb99 2616 rust optional rust-typed-arena_2.0.0-2.debian.tar.xz 383f163a26d4bb2277cfa04c356b016b 8209 rust optional rust-typed-arena_2.0.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlCgACgkQfmUo2nUv G+Fj6g//VEogXr8JiACNEz57n2hZo0WMt/40Do1+lDYJZLiwLbdlDEKCDu4HBnoR dP9aKQRsvJ2nvmjOJCOjMdA+yUnfCcQBCbquQib7KzuwCwsdp18VO06+fvkXxRPi 4IDqhNMoiCX+U2YmlTI/K6kTPd1tpCnk2TA9jKYW4lXCxcqSVVO64AnANfqU+auw lfuL5RF4cCzSa8L+gNGctQwbA5XjftM3BO6i0fEYK9uzs0HbJF/hSlL3YzSTeteI dVuDLU6Wye7VNfnRhVuD2fXinikf7QwExrlFuSmosSJzq4uCHHncNgRSsw+c+Mk2 GcUVUrNU5tAiGWuuF+uOM9iUKi7i7RMJ3Sjp3d766JBRHNJf/XUYSSkO9hrHBd+6 Xx8/DqUzzUntTCStXWMvDr8eWySpG89BqlXHofkfgbcUgarm5T8qtbJDW1wQas9A QMpgDvibHOWw5m96OfY1MJ2bQYJajASPoY45JoGKanrwWGaNxxbgdnoGc88C6K6I NWJeuksmHW0dI6ohpN9UgLzME5Yi/JTUm1apGFEUO+dJAdPRXeHdhLdBADh1+jke 6lk4ROtWC0ptyHFZk1785IhsQFcszC0knLwYx76uHlxtf++X3cygSV9BGGfspniR z40iadpZ36s1+3k5fAfS3wbEHUat+aIlhzbg8Trf+f9vqj5T/LA= =L2v3 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:53 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-vo_0.1.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:23:20 +0200 Source: rust-unicode-vo Architecture: source Version: 0.1.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-unicode-vo (0.1.0-2) unstable; urgency=medium . * Team upload. * Package unicode-vo 0.1.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 3c0bd45822929c100e28b6104d7537e1782d1f14 2135 rust-unicode-vo_0.1.0-2.dsc d45990615b29bf4b946b0efe89d7ddf7438f4025 2588 rust-unicode-vo_0.1.0-2.debian.tar.xz b712dc2ae07557385927c0a3cd06c91bd1064349 8204 rust-unicode-vo_0.1.0-2_source.buildinfo Checksums-Sha256: 1c50a6fe9b5a69a2dc1b2331a31bf75ed53a40da1293cfbacd088b5f283ccec4 2135 rust-unicode-vo_0.1.0-2.dsc 15cfcec5ccb90249e712a18408a1b4ea392d9993214c98481a1cd875dac4cc21 2588 rust-unicode-vo_0.1.0-2.debian.tar.xz 7f587c42bd4c8f4690225a3295ad390f9da5332c446aede0503dfebf93b9d693 8204 rust-unicode-vo_0.1.0-2_source.buildinfo Files: e71e5c9141d918c9910f27c15aa6fdbd 2135 rust optional rust-unicode-vo_0.1.0-2.dsc 8e8dd54d8da98a1ceac828fa1e43ff9a 2588 rust optional rust-unicode-vo_0.1.0-2.debian.tar.xz d8eed1f8088982dd92cbb1458c77fff3 8204 rust optional rust-unicode-vo_0.1.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlDoACgkQfmUo2nUv G+EOjA//SlYUgBld51HaFs5ha6Mg31vhHL2k9BtXkPZvlfBsEdsk+AWDEsj0EiyA K1qCcKo1i7PNkqmshhrsANz8WQe/v1c5uWx7fygDcPRGPuSEGscWc5Qi5K5wpZew xRLFnXLbZW0omO4B/rbP4HtOcRxlLDPFP9Ph5WJ9FAy99jvvA0+kUUBPxdQsrPQh KuteSYzsoyKJxIkx5zgZU5BHMyr56FJ49JWxCkt9mSyBqD6eC+okJJleQZ3Z28K1 8a1FaE3vZdtIY0i3zktEwjR/EG7w3UmefEmQl1W0fSl6hR3YIh7Wejh7iXbYLL7x 4/QyEQmQ2Zp0IDfwo+ZZ+T1MmnS9sCT4TrCkjFNZCRJOWzm7hhgfeNN/9FSov5ze nRQccw7hQDGkphDsAHdcKSYckwRaQDkP/zCUI10vfN8ngTfaU6VszKINutD1PGqV tFkurP6m1WAjSC9aGlR7rB7+xzTs036LnW2nZXQfZi7jNDzsg4tnfT0F7Vt7r7tX BDUj2yrvEJTBorGganyJv+spVxD0w0jGFmJ0/riTNr/RG6gboRk7u+vtGYE3ZLgw Oeg6C20JeGmoy6hJGrWBJGmSILB7V22Aw+V39uORzXsw79MkpeauLAFoD7OBY6aZ gPPyQfEoBMoFq0irCrjqJN1osaWsWzAdNUxQqIWEnPnJk+KVOR0= =C6Lc -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:52:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:52:59 +0000 Subject: [Pkg-rust-maintainers] rust-unindent_0.1.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:23:36 +0200 Source: rust-unindent Architecture: source Version: 0.1.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-unindent (0.1.5-2) unstable; urgency=medium . * Package unindent 0.1.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: 748487e3e618ce8e50fc856bb1d158ceb9c9f156 2115 rust-unindent_0.1.5-2.dsc ab700d8dfe973cae2c491d6a8687248e00a3e9f7 2476 rust-unindent_0.1.5-2.debian.tar.xz d10adaf467cce806b13ffee34f74d441a5fcec84 8194 rust-unindent_0.1.5-2_source.buildinfo Checksums-Sha256: 779e5c485935417bd54b6e5e0a9545a5730c9e5c73f95c9f81baa9ee79281683 2115 rust-unindent_0.1.5-2.dsc 2c14dcb4520a4ce4f3b7f4fd56b4cb0a3d24e9505a606584f9e82c345dec2450 2476 rust-unindent_0.1.5-2.debian.tar.xz 485aad6285f91cbd55ff39a3c4319f9fdeb86df69203c24e00878f2380214fef 8194 rust-unindent_0.1.5-2_source.buildinfo Files: 6140cc758a5152ba4891b5f4ba522d63 2115 rust optional rust-unindent_0.1.5-2.dsc 18ef3f513baabb11ecb6c80039831479 2476 rust optional rust-unindent_0.1.5-2.debian.tar.xz 19ad38cc84d40db3fd05cd1d5f139e2a 8194 rust optional rust-unindent_0.1.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlEoACgkQfmUo2nUv G+EaMQ/9EP/nHw3gli9JWgCWNxDj3RSfht6vTCi/7inCnjm8uoNGYqE6QOfQNrXs ac7Fn0IfMKj53cuVyMvNSbcWbVyAUxxf+3dW9YQqL/hrUTjbdJVM5Hx53UjUpwek 1HAHeEDwSXUatUBMesQ/8/4G7GYKxWN8keBc46992as/fbL6+LZW0H40FjXkMLkI yAYsuIKQE2d2RbUmPGgisGLj9rKim3RdsjUb87+fthvhQpHOwTd9/XEZCuV682EI WN+9ak+3jF1TArckbkJDjaGoD7gmmF4MrPek0IOpEL+c2eXnV32VNfIT2oIzsSR8 anPTmVerfAiV0v+SrlbFcguKa6IXGfHiicaYlbidbK8JQjrca0rrQqH9Zzk2383i t47H7PnT0L9NptX7jQjYiSP1iCLIptN08EIwa6LlhkERHcfWgLULk7erJJ1zdj/t B0Rp87SW4PbshKsLxLmmMiQtkrMVPDDGx2hqqeMUCFe+Xp9J41Vwg3Zu4FeJ4Tgl YcILyZ0Uco/emgcJLvTo0HgPDuWCC+rRRCKcQOAsG1g3zTWzm1khTv5NNurGr4zN Xb1IoFdRGj11VifjZ9RB5f/T42jQ2epLWjbcuH9lX7CprqQmK6RxJuBuPl1LcbAG M5+zfZWHsgZ9dNWqCTfM7YSq0N0IlwGcDIYd3m0GCTAORROIx0U= =UZ5L -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:53:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:53:04 +0000 Subject: [Pkg-rust-maintainers] rust-unix-socket_0.5.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:23:52 +0200 Source: rust-unix-socket Architecture: source Version: 0.5.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-unix-socket (0.5.0-2) unstable; urgency=medium . * Package unix_socket 0.5.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: af1d8f35583859ef1251c7b9eba3d2534dcc128b 2282 rust-unix-socket_0.5.0-2.dsc 8caa50a298c2f95439f4d5d06dcff4814f06293a 2576 rust-unix-socket_0.5.0-2.debian.tar.xz b6007f4e2ef0f30dea9f8052d09021edba5a6ab4 8275 rust-unix-socket_0.5.0-2_source.buildinfo Checksums-Sha256: b3f44810dc34294b92278b63cabcabfc983e7b04b1d7316c515539fe062e9517 2282 rust-unix-socket_0.5.0-2.dsc 1e1d84354b13c8dfc5ea2ad504f8ed664103f68bd77c2b36f77a710b78361572 2576 rust-unix-socket_0.5.0-2.debian.tar.xz 2c24c79c09bcc0690fdba39f59888b14cd9911a8c5cf75563656fd4c75b959c8 8275 rust-unix-socket_0.5.0-2_source.buildinfo Files: 080954e64667ecae2e65b1caaf1625ee 2282 rust optional rust-unix-socket_0.5.0-2.dsc 869e9e80288fca5bbbf445f693442217 2576 rust optional rust-unix-socket_0.5.0-2.debian.tar.xz 2b081b75aa214947fa4d1265a107bf23 8275 rust optional rust-unix-socket_0.5.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlFsACgkQfmUo2nUv G+Hq/w/9ErTJXUhOXWsJCz+xuQehFIA53MUR4DfAm22dSWZip2DQuQGJNISH8tvt LzaxSNXBgPJKofynD/+fFOvJdSS6dLjlL/hynfJ5fLO28i0l6IXBy1M4971kQNKO bjc27WwWFTKcX1dJjcuWDONkJIwW9K5ApI28NvEJSfITfWMOivI7u84m0JreBKxq PE3TBw3Loxgr/h/2IAh17lmz44zEUQqf55OuHwm3HywSQkQHUz4zHlBS1kKC4R68 /wEP9RfNrgpwfoTDrmYHsgTVKq1X0A22v3BA/JiJW9gKQSLikhvDVm3yxLUnR0B1 hXZvofnKqAQCoMj5UOZiQ+1a+8DHprFZ5Qqr1KKRlI63SfWK2tgNGYaoMP3/S17z u2Cg4fn/qgQEfgy5Qj/uCipvb5gOdW8HetQiWzvW3ATonA5ytU3ZLq+miI//YCM/ 6HWuX15N1Legu5HkCD3TycwzX89AvewekpULV+vYWF8AxEVROdBHVj225NSVI6oO eNPD1tQEa5U9K/JX1KIxSSsB7qovVnkvXvqhikFDGEDWSdmqHbgl941A8FvgTDW5 YvV4RHgTU8qzFh84jV92cEUBMEIosvG0aaZewQi9jsPfYMT1gDewHmTRXGR+acJ8 mqTbZls4ZAkvqkafbj3RhZB0QZEtpIl5SNzoVArhZyYz/KGA1uY= =xfbH -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:53:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:53:09 +0000 Subject: [Pkg-rust-maintainers] rust-unwrap_1.2.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:24:09 +0200 Source: rust-unwrap Architecture: source Version: 1.2.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-unwrap (1.2.1-2) unstable; urgency=medium . * Team upload. * Package unwrap 1.2.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 24e745283f15a24b379b4828deb33dda98434eec 2126 rust-unwrap_1.2.1-2.dsc 5ddd9875795a477b2e0b4986fa1304d3852e685a 2964 rust-unwrap_1.2.1-2.debian.tar.xz f33d88fe8c536590abe26b957f02de2261ead1a7 8184 rust-unwrap_1.2.1-2_source.buildinfo Checksums-Sha256: 97e570100b49006483d41ee59b25c8c8e1b19b78ff1a5898d89f5ae263a8dbae 2126 rust-unwrap_1.2.1-2.dsc c513518ed555f060b8c12035872c3e65b62fe077882ff2b2ae655a49a426bcad 2964 rust-unwrap_1.2.1-2.debian.tar.xz 373683ca737c8b90936e8bd1428e11a0a6126cd128f3c8d5800a0f9030a21e89 8184 rust-unwrap_1.2.1-2_source.buildinfo Files: 8e0aeb496d6a3af9791f6f2082516dc1 2126 rust optional rust-unwrap_1.2.1-2.dsc e423cec5b504af48f934dc863bb15f1f 2964 rust optional rust-unwrap_1.2.1-2.debian.tar.xz e643bd8459aa60fdbbdcf73422c5e93c 8184 rust optional rust-unwrap_1.2.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlGsACgkQfmUo2nUv G+Et6A//cn2CRDIP2ea0+4iy5gMvp7lFdEa8JgWBbBRn3Aj7Na9pCTP0ES2PALpC aJTGcVKvhZM/3oi0zS9p0FasQCCkJy0uCi7lqnSVGxzUnGA17W61ZK6omwbeR+q2 HtmamdU9LWKhnZSoryfFC17EqbDvNXEKAwEK1oSoph27GB9ldQNLfQT+aHNMlrgE 22fD7umonLISznZgMgatnaSHP9DqeGe2n9gpV/L1/EsFjOpFvhwEXvQYCsfNsZjD +8BUfB81FswAT6UEXBzqFlRc6o7Hf66orStB/8hL7HkpWAb3x0qXw1U4QLNmYtjG C/EdtKL+4I5oZs3Md8UWnMt0Ao+RGO7whPny0MHanvLCnAtmtnfVn0g1dCbIOPhw iAIOONS/KifAihP52U54s1v2b3LIj+WNiOULjVe3tTZIFhml368t12qtNffFk/oL fKS/vJ3qT45BPyfhEA43WhqJvCFbcvkbd+4iGY7Ycx4wv0Ac1hbUil+fT+HBFkZD jnV1dderHgbu/t6FQmWs5ca0k5AtFBx6Tprk8AXFnCPVtKPglnHZ/CXbOIZoSlnq g+U4wNXMQg+dAS/rfJkvDDsZnZ3cgtKH8eLYk6kzN4hxHCjlCHRWXRn/zfm/UDtv KuxyRQdrpihZUtUaaiGOv2zZKfOR+Be6gGDLXp3mX6POlWh+auw= =K3BB -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:53:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:53:15 +0000 Subject: [Pkg-rust-maintainers] rust-url_2.1.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:24:24 +0200 Source: rust-url Architecture: source Version: 2.1.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-url (2.1.1-2) unstable; urgency=medium . * Team upload. * Package url 2.1.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 20bcdd9de37441f41500e464beb4158e143c455e 2432 rust-url_2.1.1-2.dsc 30ccffb0c0524e53e59edf3cf8387a16f008e681 3112 rust-url_2.1.1-2.debian.tar.xz dd959acaa6116beee0666fee53532afffae013ed 8191 rust-url_2.1.1-2_source.buildinfo Checksums-Sha256: ffef467550216e2e52fd39010f076088772a31ac100ee1521821fe3d0bf133fa 2432 rust-url_2.1.1-2.dsc 69708e4ec8fc69d98e21785506444f2daeb36d6d258477c50b37b80b243e7caa 3112 rust-url_2.1.1-2.debian.tar.xz fa7d24a588c04619e385afa7a98504dfa6058d817be24ace669586bb8a84e825 8191 rust-url_2.1.1-2_source.buildinfo Files: b37a7bf749b74d465085f1c80bc04a3c 2432 rust optional rust-url_2.1.1-2.dsc bc761d5b702329a1bdf1052338879684 3112 rust optional rust-url_2.1.1-2.debian.tar.xz 5b8db1113a0658304cf1065d7c6b290d 8191 rust optional rust-url_2.1.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlHoACgkQfmUo2nUv G+Fgiw/9GVNEOHMAnFaBXYye5KAVFQHMs21ZDkXbKyzCQZjIb/16rrhDkaXD628j 4wvje/yJxXELhAU8Y+PudwsMrdOxgUFPrdN2QfKObmxxaALwKhjAgODMwYUv50Lo 33bmwefTpC9t3BQT8RG50p4pEO+hKtTrpoVfloM6cYSrYruzk+wXUWypP3cO4/zi e3gcW+W9/N4jXPvKvdwHuKf8bubZdJl0t74FCLngo4So65NTqu2O2JsPAQeOo/IL 37+WZE4C4iZWVXP4VsEvaEqnpXua6Ynrlv/NdU8b9M/kG4cSt6QEBChF/KUiM1er qxNnqMfPYUVVzdhNQW/uWWR39PWBRyWZl3HO0wNrNjvmG5HUGq2TkYl0WJ5zOALr 4R5QOYFme0c1ITUmzCRmqXPj3vFPCm4cFZVLVVqhTXJpLvX+SlZUAbAVy4SGyL2k a1LAFZtZtocuDi3kmwecQaohSLPfj+ORIzJS63EbafF5t3iVaBAworIVFSKkyksb gbJre2PiwqfwTUBUaelf6xy96GjJp11PTTtjqWBN3o1gAsoWMVMx/yUyBQ6JjsVF V1RnGsoM7dmmwIwYSt93HhhYdUHJjgQfh2B0ev1UaPZDs7FmHEoZSjgpLjQ3YH6Y WxBVqwkymv5ZxRhRUzVJnTw+rUtUwN5AiOCVUXrS/2goKj8DLpQ= =gcgT -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:53:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:53:20 +0000 Subject: [Pkg-rust-maintainers] rust-vergen_3.0.4-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:24:42 +0200 Source: rust-vergen Architecture: source Version: 3.0.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-vergen (3.0.4-2) unstable; urgency=medium . * Team upload. * Package vergen 3.0.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: 18104c095b270a543174f146ac6ae62517ac9527 2326 rust-vergen_3.0.4-2.dsc f5886cbd55cbbe7cb3ef6f37cea2786a51ba2c76 2680 rust-vergen_3.0.4-2.debian.tar.xz adbcd50faa91a000666aaebb3398589c48b0afea 8219 rust-vergen_3.0.4-2_source.buildinfo Checksums-Sha256: a4577c7eed6578f4010ee70bfe6afadd883119ea1a306166c87ad48b8f7effad 2326 rust-vergen_3.0.4-2.dsc 5d161c81ff8c57518bed9d19a49a592fbcc065e2a3f998077d522b3fc6596e4c 2680 rust-vergen_3.0.4-2.debian.tar.xz a84fd04ed645ffd531d7aa535b13070acfde0887c99f1a41cc9ba1bd1bc444ed 8219 rust-vergen_3.0.4-2_source.buildinfo Files: 7e10be510147c9af1ce0fb43a631a6c4 2326 rust optional rust-vergen_3.0.4-2.dsc 15b7cdd7395e668835eed5e390c248c3 2680 rust optional rust-vergen_3.0.4-2.debian.tar.xz 6edcb5a368285e896222cf4e61f095c8 8219 rust optional rust-vergen_3.0.4-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlIwACgkQfmUo2nUv G+ETUQ//UbQyyYvCTnT7J6zIeQMlwT4duXeG2fpyOL72SyAJgdK29SSZzcwmRgZH JQ3J1/p+MdP7bt2yftSHpMH8+J9f0WqrzZox5PbXHkEw5WVaPyLMNxCGbywtpRKH 5n91uJydWfmmptF1exfZQ9JpDpOllEtplhCBNYoCOG8T34zk2NydsjxZQ3+0aRMW WQdRhqxhyUivHXikWvLwq5NCG5FQ9H/sqBsd+W5R/JpaDzta/05wdJpAPgB94/ZK RYiBLuE28SInudHSOdm3OVhtA9xYCdzz2UxCjBNAv/kH1ZUpeYndcXc9z+gDojpI aGjY0F0xqzz7Mp8Vyprlqarg5aCw8nJkqfTxWSS/njAwLxCgRG7zxKMUHpShc8z+ ibE+c4rIp7Y5zA7hO3DPgoQlAmCPYYjAbg/d6bjbbLzw5Yv6k25WboTFDpSz1o24 9c7PwvZLwj2RsZzHpw37opx3xayT6qxmtymF6pstQz4cJ1U01FpTYERHH7eoxguR ZDra5V8uCuxYH3UA1dURp+ovAMNVv7jsCWAinU/QrSHxQ8kfhkdaQZWpOBG7uKkE x178ZDoy7EZj8BkRxXcY8tLE10BPOgf82zXAMfoYyDwj178SZLLdme+evevajxq3 IAF1M/hQrcOM0wItf9lKpKwYPDgWZ145aIzlS5LE7cGD06ikhJg= =6hUu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 13:53:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 12:53:26 +0000 Subject: [Pkg-rust-maintainers] rust-webpki_0.21.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 14:24:58 +0200 Source: rust-webpki Architecture: source Version: 0.21.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-webpki (0.21.0-2) unstable; urgency=medium . * Team upload. * Package webpki 0.21.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 6e3ba05564a31e6d7e3821547f41d71ac74f4316 2287 rust-webpki_0.21.0-2.dsc fbc99b0e575f0b536c22f28db6ec0d5fce11288d 3396 rust-webpki_0.21.0-2.debian.tar.xz f78a0e3ad23cb4daecf62bdf843595ff519476e0 8215 rust-webpki_0.21.0-2_source.buildinfo Checksums-Sha256: 887a1fe1a9968c11f76a381aaf6ac922154635818a17cbcfc64329b022d194be 2287 rust-webpki_0.21.0-2.dsc dda93b69500673a10dee6672d05e0bf17ad163b58fce89cf1ce3b745cbc1f5b4 3396 rust-webpki_0.21.0-2.debian.tar.xz ef470fd3cb450394bac00c4eff7ae1038dfef39a5705e502c93d92db61d474a9 8215 rust-webpki_0.21.0-2_source.buildinfo Files: 90c7cde3494db458ee2290dd7039976c 2287 rust optional rust-webpki_0.21.0-2.dsc 0d30f2f0926a42f19e427eb2b152e81e 3396 rust optional rust-webpki_0.21.0-2.debian.tar.xz c6dcc46d02be6a1c4711d84db926e872 8215 rust optional rust-webpki_0.21.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dlJwACgkQfmUo2nUv G+FjOg/6A1pr31ug4/z7AF8P35DaHEOSziJGEY3B/wamcN7Utfi6UpzA8TUgnuQK 1BGDP0jLFSWDz1LX/zxA3DvDI/3AM1Wq1UnakRvzVPyhk3dsmlBXaIyafJhkBuYb yPhtj59mT+lxETfDtSMoRSLRttSZ3ZfkV251KlraOcvZ2nm/JJ9pg99l4ZLgGRo1 BnkEGTWF1Zn3BSF34F1187PrUs5apqh8/3qvKnznIPZQRf9WKSigE0DqXRhLEcIa cVdaOwFKvLj0Sf94VBux8JlwBUbvHUdwoS5XxnnMGo5NCPOdSc5BGor1JvgPvZay J+/wdFw5H1IUcpnVaPSVsT8BATwuzIMhcb05RkjAwV7sqy0cvzxd6hQ834Gj+FOO D/VL5g4yCQtrdpp7G86qQK5TXYHlXZjXb60Knb02oxvziBTFhgyt5sJp0ib3spAT wWo5UbTenHzE/UpcZPtVccqd76kT5LNaHb8c/2bBGNW0na6j3MWMAqPxNxEU3IPD nnGeEF5Fk2fSDPA08zMfW32Kt2LrhoCpa13y8rami+P8x5xJqUdxgEJHSz2ee122 F6ghgg5IgGN6qigXs6KcRQNX31P2vgAKbQGlQZlDiiX0DO4Of1ci9X4nEQNdlyyI eIw3C1iHV44CS7mq6reqMGJrorlk3q9iTrgmL1ywtbZsPj0Zf90= =TwOL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From infinity0 at debian.org Mon Apr 20 13:43:35 2020 From: infinity0 at debian.org (Ximin Luo) Date: Mon, 20 Apr 2020 13:43:35 +0100 Subject: [Pkg-rust-maintainers] Bug#958301: Bug#958301: dh-cargo: please make the output reproducible In-Reply-To: <4670c705-a13c-4762-a3e6-55828600fac4@sloti1d2t11> References: <4670c705-a13c-4762-a3e6-55828600fac4@sloti1d2t11> <4670c705-a13c-4762-a3e6-55828600fac4@sloti1d2t11> Message-ID: <36e17605-1887-80ce-ff28-9b74320d793b@debian.org> Thanks, the file in /usr indeed should not be there and should be fixed in the next cargo upload, 0.43.1-2. Yes, the boundary between dh-cargo and cargo-debian-wrapper (which lives in cargo) is a bit unclear and some of it is derived from historical reasons, this can certainly be improved in the future. X Chris Lamb: > Source: dh-cargo > Version: 23 > Severity: wishlist > Tags: patch > User: reproducible-builds at lists.alioth.debian.org > Usertags: buildpath toolchain > X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org > > Hi, > > Whilst working on the Reproducible Builds effort [0] we noticed that > dh-cargo generates/installs non-reproducible output. For example, > here is rust-difference 2.0.0-1: > > │ │ │ ├── ./usr/.crates2.json > │ │ │ │ │ @@ -1,10 +1,10 @@ > │ │ │ │ │ { > │ │ │ │ │ "installs": { > │ │ │ │ │ - "difference 2.0.0 (path+file:///build/1st/rust-difference-2.0.0)": { > │ │ │ │ │ + "difference 2.0.0 (path+file:///build/2/rust-difference-2.0.0/2nd)": { > > Proof-of-concept patch attached that strips all these files. It might > be better to do this elsewhere, up to you. > > --- a/cargo.pm > +++ b/cargo.pm > @@ -170,6 +170,7 @@ sub install { > my $destdir = $ENV{'DESTDIR'} || $this->get_sourcepath("debian/" . $this->{binpkg}); > doit("env", "DESTDIR=$destdir", > "/usr/share/cargo/bin/cargo", "install", @_); > + doit('find', $destdir, '-name', '.crates2.json', '-exec', 'rm', '{}', '+'); > # generate Built-Using fields > > Note that this file is being installed to /usr (!) which is likely a > pretty severe bug here or in rust-difference, but I'll leave that > with you. > > > [0] https://reproducible-builds.org/ > > > Regards, > > > _______________________________________________ > Pkg-rust-maintainers mailing list > Pkg-rust-maintainers at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-rust-maintainers > -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From ftpmaster at ftp-master.debian.org Mon Apr 20 14:41:23 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 13:41:23 +0000 Subject: [Pkg-rust-maintainers] Processing of cargo_0.43.1-3_source.changes Message-ID: cargo_0.43.1-3_source.changes uploaded successfully to localhost along with the files: cargo_0.43.1-3.dsc cargo_0.43.1-3.debian.tar.xz cargo_0.43.1-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 14:48:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 13:48:54 +0000 Subject: [Pkg-rust-maintainers] cargo_0.43.1-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 20 Apr 2020 14:30:01 +0100 Source: cargo Architecture: source Version: 0.43.1-3 Distribution: unstable Urgency: medium Maintainer: Rust Maintainers Changed-By: Ximin Luo Changes: cargo (0.43.1-3) unstable; urgency=medium . * Reupload, actually include the fix described in the previous entry. Checksums-Sha1: 90fcc2fcadd39fed1c22fdae09a5313f8e45a652 1980 cargo_0.43.1-3.dsc f2684f8f95246af78d4e51ad30ade43561db3792 40504 cargo_0.43.1-3.debian.tar.xz 9958b06def5866b2f58b827209b7fd346f55f0a4 7221 cargo_0.43.1-3_source.buildinfo Checksums-Sha256: 884d98073e4d6af7bbde84e580bbc641a4a9d89d7e86465a8a967d16b1b18eb2 1980 cargo_0.43.1-3.dsc adb3440325d7b30dd2228a4dc68ee6676b72cde5f6b93804d52de473c347a679 40504 cargo_0.43.1-3.debian.tar.xz 29edbfb04ca355ef57ff5103f8f1accf5515aa397238ca0fe1d1a40c3b872c18 7221 cargo_0.43.1-3_source.buildinfo Files: aa341cf1d41b960676b0466cdf0c20b8 1980 devel optional cargo_0.43.1-3.dsc 2d3d1352a565a3fa69c82fb419fcc41c 40504 devel optional cargo_0.43.1-3.debian.tar.xz 0e98cc0730877066f6f390079a5da67c 7221 devel optional cargo_0.43.1-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXp2j9gAKCRDrH8jaRfsp MHUgAP9A6NlWqn2yfi5dBKC1xZ/Nbtfmzo2SPrRzse3zFpuIwwEA0BKj+9gkCE9+ dyLZY6PLjEkNWzLdRGWFjgO3n2/KnQY= =2bTU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 16:58:29 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 15:58:29 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-lscolors_0.7.0-1_source.changes Message-ID: rust-lscolors_0.7.0-1_source.changes uploaded successfully to localhost along with the files: rust-lscolors_0.7.0-1.dsc rust-lscolors_0.7.0.orig.tar.gz rust-lscolors_0.7.0-1.debian.tar.xz rust-lscolors_0.7.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 17:07:08 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 16:07:08 +0000 Subject: [Pkg-rust-maintainers] rust-lscolors_0.7.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 17:40:14 +0200 Source: rust-lscolors Architecture: source Version: 0.7.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-lscolors (0.7.0-1) unstable; urgency=medium . * Package lscolors 0.7.0 from crates.io using debcargo 2.4.2 . [ Wolfgang Silbermayr ] * Relax dependency versions * Package lscolors 0.6.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 38b71a0ab84406b4926205e779eb2f9bf09d7d64 2443 rust-lscolors_0.7.0-1.dsc 57bcc16720c24d67102ce58c52ecd9d2ca42c682 18036 rust-lscolors_0.7.0.orig.tar.gz 624c91adceee143c276dc94635394ea9a3766d48 3200 rust-lscolors_0.7.0-1.debian.tar.xz c271d3590ba8a4164cf77b90a384b60b9ea15324 9284 rust-lscolors_0.7.0-1_source.buildinfo Checksums-Sha256: a622fd5a2127dad66108959534ba1c465464b0be86fe96a3feb6eec4a0124d24 2443 rust-lscolors_0.7.0-1.dsc 1f77452267149eac960ded529fe5f5460ddf792845a1d71b5d0cfcee5642e47e 18036 rust-lscolors_0.7.0.orig.tar.gz e5a03fe266d90bc3373cc0bdb72440b20730710af7ad1a08148959e3c50824da 3200 rust-lscolors_0.7.0-1.debian.tar.xz 8f5ed78aa265c28f5b146dfa37e27199774b8212a25a03599855eca62e760cc7 9284 rust-lscolors_0.7.0-1_source.buildinfo Files: 3f6b954477acfcd7eb23a399aa6c8537 2443 rust optional rust-lscolors_0.7.0-1.dsc ac934b05bd666cf0ee46a72e558f0b4b 18036 rust optional rust-lscolors_0.7.0.orig.tar.gz f4f404d22a707ca3fe1d1ac5d7c2a360 3200 rust optional rust-lscolors_0.7.0-1.debian.tar.xz 9455ccc6e43bec4880a2ef46eddbd9e4 9284 rust optional rust-lscolors_0.7.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dwmIACgkQfmUo2nUv G+GoJg//VFlub9LX+TvaVfQEKzTpDgP8FcjFSZOsMQWjjbG9Jgop2XmfLOejLUQY rQ2cjPcbOOr9TzIwNeSDHOhTRbgfstVH7gFNCGDo/09cVW3Nqbu/KrST/bZlTvyH 5KejZ7ZSI3D+c5bY+xw656EtZKN/XDsw6n0lX4oghpsC12o3kj3I/igFNSFfBMIO UbCsRbXsQ9JTBhHY49OHTmJzzZa01amT/Div6X2IHanwSdWCamg2CPBQ2ELpjssi FUoQfejyqe/FTurflo2vYeJyPpQK+6Q2Gz7fabSkXnrQ9SA86+KS/th1z+nq9yVI 4At8QXPwKCeKTMpLMo+APRx/QpvF3emZSbr4Nu1FYmfrflfSQFQwJ3TslqX9GIr2 JbFMxfo4s9mwni7zT3ouP6z/3kLqhdYKfyYci0AqPreynD6iux4MZBAVIVMV8Wbq rSs6Li17tFuZdQN5KYCMbRo/4w/DqzI8H1YQnu5cVxgmU7mH8C2vActwqwl/aI3Z o3L7/93pt0x4gbAoxHxE8dnSKqsAsnWd69AxRnFk5tcFNYAwwG/sxldVAlAzzeZT NwV06SLCHpvp4ZCCDPwstvEYrLN/ndfXqLUwVtyb4dFR24LtpX7IoJXHnYRI7keL 3V1tzno8NaDtVBLfSKl2BcBZpZjcr510ERAajvW649HblvA9RIk= =Fomu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 17:08:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 16:08:31 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-fd-find_8.0.0-1_source.changes Message-ID: rust-fd-find_8.0.0-1_source.changes uploaded successfully to localhost along with the files: rust-fd-find_8.0.0-1.dsc rust-fd-find_8.0.0.orig.tar.gz rust-fd-find_8.0.0-1.debian.tar.xz rust-fd-find_8.0.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 17:18:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 16:18:56 +0000 Subject: [Pkg-rust-maintainers] rust-fd-find_8.0.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 20 Apr 2020 17:46:16 +0200 Source: rust-fd-find Architecture: source Version: 8.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-fd-find (8.0.0-1) unstable; urgency=medium . * Package fd-find 8.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 2ba97cb5c27e401ad94eeed6ebe81cec7f88ffb9 2773 rust-fd-find_8.0.0-1.dsc f9758a1243c6ef8e5769da91cc3d2baf7c82e5c2 71246 rust-fd-find_8.0.0.orig.tar.gz bbb36c18fa7463e73e9ae83ddb31c85a20be8dc9 4676 rust-fd-find_8.0.0-1.debian.tar.xz 22f98e7cc2bdc29ff1b9b224ac5afd89c872c66e 10182 rust-fd-find_8.0.0-1_source.buildinfo Checksums-Sha256: f5cb1321a65d1534016eff6bc83550b5a415791f0fd721c9f7ee6138be9fbdc7 2773 rust-fd-find_8.0.0-1.dsc c2c514a6aab9cfbfc920668f39bb745e4ac24545408ab817aa8a4554f639e635 71246 rust-fd-find_8.0.0.orig.tar.gz 0aeaaf180096d98a2c065e525288ed6556d8ce5e65f7f75d9429d58c1121c6f7 4676 rust-fd-find_8.0.0-1.debian.tar.xz aa5df27189a28d22d03486c2ff104b31716c42f32f637473b57e43d4bf05ed4d 10182 rust-fd-find_8.0.0-1_source.buildinfo Files: a8e95720cd3935417a0f0d478df7473d 2773 utils optional rust-fd-find_8.0.0-1.dsc 71e82562255585ac19cce3514dc2a63b 71246 utils optional rust-fd-find_8.0.0.orig.tar.gz 2400b64de4e13c51c2656b8200fbb49b 4676 utils optional rust-fd-find_8.0.0-1.debian.tar.xz 8aec9aa994f704b9863fdd9ab0aeb695 10182 utils optional rust-fd-find_8.0.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6dw8wACgkQfmUo2nUv G+GYdA//QIp7s4/Q8QpZekWLQDwNkxMTuOVjsV0+SoOESVTA4MBvl4fzLef1RT+b IOqia9wsvZMgkzahRs1HWechwtOG/4TjhmVjmCjhr6RE82WnlZ1Jr1xy0LTGlnU6 Jg8HvsMc604HuJMRCwoJuEmWu01iggBJ3lrWy6uYsSYzx+B8sh4qZfamtVrJjIdm 0AWHzGgqgg2z87NRDb6dY3/vP8TseYRy3syrQb1leJ0/VgcF8HspsZSqPrDRP2P+ QBZT080Fv4QVu5tQIXB2ubs7esFk/my4oR7vOYaeTW33fISEP2hx7H0cMdjjgZ5V WNUaHJtaDhu46wFI7VBufkxDLEJ2v4F8K1S5a/erN3Oaq8ptCGM3+AP47otJsQQF BdR2jplFAvZ5j2FKVyBSFeynW/GPlt3mT4D+HGGVWSnCEGv8qg5m0BFMbnYCBCDb +Df3XS1jBpu0t5ks6hsmWSsjuZBFykn3Vxc2YfHsBD5tfUhDhhvYeWiMcJPmd+ZM 9pMHUxPs5Rzq/LPqY3nNwkaf2TnLj9lqgb+Lo3jc8Fpg0Ox63AqEidP1qwHed4PL vBY8eZYJy/+WNANn35swWSbR+oppnhjIvTOsH8XvyN5jQEzKJ8kvCvUpx+P+1uML o0dbBRIQJ3b2zAnQMHjlN7k8xgYNwHCsL9X+zCMcLIo7WyyQUzk= =2huZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 20 21:40:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 20:40:33 +0000 Subject: [Pkg-rust-maintainers] Processing of dh-cargo_24_source.changes Message-ID: dh-cargo_24_source.changes uploaded successfully to localhost along with the files: dh-cargo_24.dsc dh-cargo_24.tar.xz dh-cargo_24_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 20 21:48:30 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 20 Apr 2020 20:48:30 +0000 Subject: [Pkg-rust-maintainers] dh-cargo_24_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 20 Apr 2020 21:30:03 +0100 Source: dh-cargo Architecture: source Version: 24 Distribution: unstable Urgency: medium Maintainer: Rust Maintainers Changed-By: Ximin Luo Changes: dh-cargo (24) unstable; urgency=medium . * Install pre-release versions in the right place so autopkgtest finds them. * Add some brief documentation for cargo.pm Checksums-Sha1: a46eaa2627520cfcf51b84178f1791e436624463 1001 dh-cargo_24.dsc 2ef46ff6f922dc3b738875929afebeea0c1cbfc3 8872 dh-cargo_24.tar.xz f3a22f74a9ec31526083feafe2e8308341fddbba 5205 dh-cargo_24_source.buildinfo Checksums-Sha256: 9f0d1ad36be96415effe99fa2939c01a6e2531739d5dcf65153be0f60ed3143e 1001 dh-cargo_24.dsc 7acaf790ef3455ee4c5eef291f83f25ed7f4290a3d68f7e8f805204d64874d4e 8872 dh-cargo_24.tar.xz 9789a7a65324add98aee57c57e1c1a571eead9b9e894d327a6227b447c4a4cc6 5205 dh-cargo_24_source.buildinfo Files: c700f91c56a54469b5d984763aa257e5 1001 devel optional dh-cargo_24.dsc 3dca1571b1e84333f9c0a4b9b2b3994e 8872 devel optional dh-cargo_24.tar.xz 6ebae89e9f4ae193d3c68ac340567b8d 5205 devel optional dh-cargo_24_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXp4GnAAKCRDrH8jaRfsp MKyFAP4oflXxW+guEbQ7KO+/MQ98hqhBMsLJzzEcQ6MCklExgQEAqIN2cTKP2c5y rXla26y+BTUoyP9y2HAaPzBTkgV+AAY= =dGsJ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Tue Apr 21 05:39:09 2020 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 21 Apr 2020 04:39:09 +0000 Subject: [Pkg-rust-maintainers] rust-sleef-sys is marked for autoremoval from testing Message-ID: rust-sleef-sys 0.1.2-3 is marked for autoremoval from testing on 2020-05-27 It (build-)depends on packages with these RC bugs: 956629: sleef: fails to migrate to testing for too long: FTBFS on multiple archs From ftpmaster at ftp-master.debian.org Tue Apr 21 14:32:27 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 13:32:27 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus_0.8.2-3_source.changes Message-ID: rust-dbus_0.8.2-3_source.changes uploaded successfully to localhost along with the files: rust-dbus_0.8.2-3.dsc rust-dbus_0.8.2-3.debian.tar.xz rust-dbus_0.8.2-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From plugwash at p10link.net Tue Apr 21 14:31:54 2020 From: plugwash at p10link.net (peter green) Date: Tue, 21 Apr 2020 14:31:54 +0100 Subject: [Pkg-rust-maintainers] Bug#958398: rust-xdg: autopkgtest failure, permission denied. Message-ID: <87d85218-1a7c-6263-11a8-095f9cdb330d@p10link.net> Package: rust-xdg Version: 2.2.0-2 Severity: serious rust-xdg's autopkgtest is failing https://ci.debian.net/data/autopkgtest/unstable/amd64/r/rust-xdg/4759045/log.gz > ---- test_runtime_good stdout ---- > thread 'test_runtime_good' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }', src/libcore/result.rs:1165:5 > stack backtrace: > 0: ::fmt > 1: core::fmt::write > 2: std::io::Write::write_fmt > 3: std::io::impls::>::write_fmt > 4: std::panicking::default_hook::{{closure}} > 5: std::panicking::default_hook > 6: std::panicking::rust_panic_with_hook > 7: std::panicking::continue_panic_fmt > 8: rust_begin_unwind > 9: core::panicking::panic_fmt > 10: core::result::unwrap_failed > 11: core::result::Result::unwrap > at /usr/src/rustc-1.40.0/src/libcore/result.rs:933 > 12: xdg::test_runtime_good > at src/lib.rs:775 > 13: xdg::test_runtime_good::{{closure}} > at src/lib.rs:766 > 14: core::ops::function::FnOnce::call_once > at /usr/src/rustc-1.40.0/src/libcore/ops/function.rs:227 > 15: as core::ops::function::FnOnce>::call_once > 16: __rust_maybe_catch_panic > 17: test::run_test_in_process > note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. I would guess that this needs a fix similar to https://salsa.debian.org/rust-team/debcargo-conf/-/commit/d79e7153031cbb2485d722b7bf4aec9d33b9a61e but implementing such a fix is beyond my skills. This is blocking the migration of rust-xdg to testing and hence making newsboat unbuildable in testing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Tue Apr 21 14:48:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 13:48:42 +0000 Subject: [Pkg-rust-maintainers] rust-dbus_0.8.2-3_source.changes REJECTED Message-ID: Source-only uploads to NEW are not allowed. binary:librust-dbus+futures-dev is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Tue Apr 21 15:02:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 14:02:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus_0.8.2-2_source.changes Message-ID: rust-dbus_0.8.2-2_source.changes uploaded successfully to localhost along with the files: rust-dbus_0.8.2-2.dsc rust-dbus_0.8.2-2.debian.tar.xz rust-dbus_0.8.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 15:10:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 14:10:20 +0000 Subject: [Pkg-rust-maintainers] rust-lewton_0.9.4-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 29 Dec 2019 22:54:27 GMT Source: rust-lewton Binary: librust-lewton+async-ogg-dev librust-lewton+default-dev librust-lewton+futures-dev librust-lewton+tokio-io-dev librust-lewton-dev Architecture: amd64 source Version: 0.9.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: librust-lewton+async-ogg-dev - Pure Rust vorbis decoder - feature "async_ogg" librust-lewton+default-dev - Pure Rust vorbis decoder - feature "default" and 1 more librust-lewton+futures-dev - Pure Rust vorbis decoder - feature "futures" librust-lewton+tokio-io-dev - Pure Rust vorbis decoder - feature "tokio-io" librust-lewton-dev - Pure Rust vorbis decoder - Rust source code Changes: rust-lewton (0.9.4-1) unstable; urgency=medium . * Package lewton 0.9.4 from crates.io using debcargo 2.4.0 Checksums-Sha256: 1207e721a313c670d953d0fbb35ceb21a8d246f528d17bf5bce7ef2bebbe9130 1052 librust-lewton+async-ogg-dev_0.9.4-1_amd64.deb 1632f03d5274b18e4b28cb24f138346a81033acdd93b2a43533ac8f6485c3a56 1068 librust-lewton+default-dev_0.9.4-1_amd64.deb afaacdef93279dea7adabaaec3c7e70b1a9d0a0e454a3ae71db81af646c55630 1020 librust-lewton+futures-dev_0.9.4-1_amd64.deb e4428e35ff73bfa3963886af4f61d9a129ad5a4d235ef542756edd719b6db0d7 1020 librust-lewton+tokio-io-dev_0.9.4-1_amd64.deb fb373ca2c7520884157ece2657fd84c0001404019f9996d02d56a92db789feeb 56548 librust-lewton-dev_0.9.4-1_amd64.deb ad56af7237427e596bdd7dbd0dab5bcdb77a624f6d0bbecf54ce8c974305ee46 7674 rust-lewton_0.9.4-1_amd64.buildinfo 68958fa2cf640a52c70c0cdbe6960fa1d83b46e302bf43dead16f4f8e27ca6b9 2009 rust-lewton_0.9.4-1.dsc 8d542c1a317036c45c2aa1cf10cc9d403ca91eb2d333ef1a4917e5cb10628bd0 63667 rust-lewton_0.9.4.orig.tar.gz 312b25d7f79014886e85db6507d4e9e28299fb01d634ec7e84999cb49f381dbf 2984 rust-lewton_0.9.4-1.debian.tar.xz Checksums-Sha1: 2db1461e2cb15495eed6c1c2c7862c3803037fb2 1052 librust-lewton+async-ogg-dev_0.9.4-1_amd64.deb 297a275c19137419949b1ebf3c7208502d9fc4ec 1068 librust-lewton+default-dev_0.9.4-1_amd64.deb 3aec83b94e34b240f3980ba683067778f657937c 1020 librust-lewton+futures-dev_0.9.4-1_amd64.deb d16acd4dff947e287b7671edf57e31f5037e0c8b 1020 librust-lewton+tokio-io-dev_0.9.4-1_amd64.deb 04b2e7c0484943fdedf85445d822856ae91c71d0 56548 librust-lewton-dev_0.9.4-1_amd64.deb 9b44c0c3d7d0a4710a6eb1e5f8c9ff9b71a493cd 7674 rust-lewton_0.9.4-1_amd64.buildinfo 82e03c79fbe605f33c33bf3df1736da506773ee0 2009 rust-lewton_0.9.4-1.dsc 115d779cd5cfe44b279d31f637f0ac3461d7b286 63667 rust-lewton_0.9.4.orig.tar.gz 7d2209d14801a44455e9a70ff9d5d84871ff4766 2984 rust-lewton_0.9.4-1.debian.tar.xz Files: 5d1dc197abd91c0dbc43cdc66c499be5 1052 rust optional librust-lewton+async-ogg-dev_0.9.4-1_amd64.deb a45a94609fd3175fba1dd547303ae95a 1068 rust optional librust-lewton+default-dev_0.9.4-1_amd64.deb 2d39f1c352d79f0d4b95e347bdb9b906 1020 rust optional librust-lewton+futures-dev_0.9.4-1_amd64.deb f4e361c3f525af0ab743cececdb36a2e 1020 rust optional librust-lewton+tokio-io-dev_0.9.4-1_amd64.deb 09c38bb858fae7e20feb8245df439b3a 56548 rust optional librust-lewton-dev_0.9.4-1_amd64.deb 927e4c1d09a49b007570ce68c4e3d076 7674 rust optional rust-lewton_0.9.4-1_amd64.buildinfo eff3150b634d513e36315383bb3b9d96 2009 rust optional rust-lewton_0.9.4-1.dsc 6a2d64664c234b9cc4fdcab55b479c3a 63667 - - rust-lewton_0.9.4.orig.tar.gz 0b364cc0feb593ff976c5f197a79c94a 2984 - - rust-lewton_0.9.4-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXgkuowAKCRDrH8jaRfsp MOCuAQC4wBPVN/tXyvtncOTU/3wX7eBe5MVjsauar7BMdWDpZgEA7tnrkDsBG4/X AszeBapshUN9dLg7T7np6otxatADAAE= =O9jO -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 16:38:02 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 15:38:02 +0000 Subject: [Pkg-rust-maintainers] rust-dbus_0.8.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 21 Apr 2020 15:29:19 +0200 Source: rust-dbus Architecture: source Version: 0.8.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-dbus (0.8.2-2) unstable; urgency=medium . * Team upload. * Run tests in a D-Bus session. Checksums-Sha1: 93b0dd05b6329c707e65f6c2e08e389eee5ab094 1880 rust-dbus_0.8.2-2.dsc b9678e4ef15e54ea76ad9e6935dd2be35c9c8c65 2860 rust-dbus_0.8.2-2.debian.tar.xz 6495a654051a2c9ad0262a312f36e6f068279be9 8459 rust-dbus_0.8.2-2_source.buildinfo Checksums-Sha256: fea8005f97184e9d23231c942d89fb2f3b7068939445dd75aebd8939ffd047c1 1880 rust-dbus_0.8.2-2.dsc 860d77226d69f739916f1c794ccc4fd9e737c8ac13dfbad67d0db9749ab517c7 2860 rust-dbus_0.8.2-2.debian.tar.xz e4c7f43e008bbc2e6d885b93bdd50ca6f457b35c58eaf328c845bb3ce55965de 8459 rust-dbus_0.8.2-2_source.buildinfo Files: 6e9dd9ea3cde76d14817fea58915e57e 1880 rust optional rust-dbus_0.8.2-2.dsc 137dc7ffe109691d94bddfcdc5fac331 2860 rust optional rust-dbus_0.8.2-2.debian.tar.xz 0dec2f80a3600fd3ed3d90d75c035cc7 8459 rust optional rust-dbus_0.8.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6e/B4ACgkQXkCM2RzY OdKTPAf9ElBJi1aW3qHlgdFaTOUCG3kmRc5hxmVT0o+4feO59CKPsaMgLDNag17W JeHhCCTTbY+vl6o9tlOo+xYdTsqEk5NPX0pVTTZOmlcko/DAlbO4QJcknOhqed6Q nT4dDo9EPjJGpOv/Us9zoTJOmM544e6dzh21FATonLRKEHLq0I0457k/uUOPIRrW F2pleMH4sbVoyY+yMmwUpNDJlYjWXVjO+QhniL3LhxIZaGGCukN9PqxmeKOj/yku 3nDtEROwgFvk+bhJoEm6FeNIE3I/aj+mGllM2EjTiAE16Gjh8RUPQfdZLGz6jsBo A9JUb4MhtI0db9GJTr6DZ7aPSHgMQA== =RTD4 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 17:23:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 16:23:41 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus_0.8.2-3_amd64.changes Message-ID: rust-dbus_0.8.2-3_amd64.changes uploaded successfully to localhost along with the files: librust-dbus+futures-dev_0.8.2-3_amd64.deb librust-dbus-dev_0.8.2-3_amd64.deb rust-dbus_0.8.2-3_amd64.buildinfo rust-dbus_0.8.2-3.dsc rust-dbus_0.8.2.orig.tar.gz rust-dbus_0.8.2-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 17:35:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 16:35:45 +0000 Subject: [Pkg-rust-maintainers] rust-dbus_0.8.2-3_amd64.changes is NEW Message-ID: binary:librust-dbus+futures-dev is NEW. binary:librust-dbus+futures-dev is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Tue Apr 21 20:40:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 19:40:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-buffered-reader_0.16.0-1_source.changes Message-ID: rust-buffered-reader_0.16.0-1_source.changes uploaded successfully to localhost along with the files: rust-buffered-reader_0.16.0-1.dsc rust-buffered-reader_0.16.0.orig.tar.gz rust-buffered-reader_0.16.0-1.debian.tar.xz rust-buffered-reader_0.16.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 20:49:09 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 19:49:09 +0000 Subject: [Pkg-rust-maintainers] rust-buffered-reader_0.16.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 21 Apr 2020 15:36:32 -0400 Source: rust-buffered-reader Architecture: source Version: 0.16.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-buffered-reader (0.16.0-1) unstable; urgency=medium . * Package buffered-reader 0.16.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 1a023efd9ccb9db131a07d2b3cb6505627ccd255 2135 rust-buffered-reader_0.16.0-1.dsc 943d414ab74da3a416d5e71a5ab6268ec99e0d5a 49049 rust-buffered-reader_0.16.0.orig.tar.gz 8a08a77de9e949860f9a96e3e4e49b755c99cc18 2676 rust-buffered-reader_0.16.0-1.debian.tar.xz 863eefef91ffee72a4c3c1b64c5859420999e264 7510 rust-buffered-reader_0.16.0-1_source.buildinfo Checksums-Sha256: fb79d396feebac54b45cc29d6686cf126a13e905505203ba0a3b93ad828bc50a 2135 rust-buffered-reader_0.16.0-1.dsc 481b9e70e6e308e620f0cd39e1d3f792c4c8dad84ffa7764a41d7aede0d6565d 49049 rust-buffered-reader_0.16.0.orig.tar.gz 117c9ec649f0b126ee990a366364d22750267434b3e9c087f69487eefb16629a 2676 rust-buffered-reader_0.16.0-1.debian.tar.xz aeacbf1f0fabd2dc579b617e379ccac7da0ab9b0431fe00ab2fa29da89ad8f61 7510 rust-buffered-reader_0.16.0-1_source.buildinfo Files: 9ec53982dc40bee1cbf6a240220eb7e9 2135 rust optional rust-buffered-reader_0.16.0-1.dsc b20983eae56fec24389b875167bc0456 49049 rust optional rust-buffered-reader_0.16.0.orig.tar.gz c2c7f201cacfaaa463e3365620f184fa 2676 rust optional rust-buffered-reader_0.16.0-1.debian.tar.xz 9b808ec16daf5bfcd1d4f14212a37cd8 7510 rust optional rust-buffered-reader_0.16.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXp9LSwAKCRDEDyVUMvKB D3LfAP0W+9EpXQ1LP2CL160NlMaqGBn8BLuwr4W9GpOso//S3AEAx/qkNNgQB/++ jHWiFa5Lj5Hnb7Vq1O+bkOzMuDYpwwM= =QKSj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 21:10:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 20:10:54 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-openssl-sys_0.9.55-2_source.changes Message-ID: rust-openssl-sys_0.9.55-2_source.changes uploaded successfully to localhost along with the files: rust-openssl-sys_0.9.55-2.dsc rust-openssl-sys_0.9.55-2.debian.tar.xz rust-openssl-sys_0.9.55-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From owner at bugs.debian.org Tue Apr 21 21:24:08 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Apr 2020 20:24:08 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953697 References: <1587500551-1721-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953697 Bug #953697 [src:rust-derive-more] src:rust-derive-more: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953697 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Tue Apr 21 21:26:03 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 20:26:03 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-curl-sys_0.4.30-2_source.changes Message-ID: rust-curl-sys_0.4.30-2_source.changes uploaded successfully to localhost along with the files: rust-curl-sys_0.4.30-2.dsc rust-curl-sys_0.4.30-2.debian.tar.xz rust-curl-sys_0.4.30-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 21:46:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 20:46:11 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-num-bigint_0.2.6-1_source.changes Message-ID: rust-num-bigint_0.2.6-1_source.changes uploaded successfully to localhost along with the files: rust-num-bigint_0.2.6-1.dsc rust-num-bigint_0.2.6.orig.tar.gz rust-num-bigint_0.2.6-1.debian.tar.xz rust-num-bigint_0.2.6-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 21:51:14 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 20:51:14 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-thiserror-impl_1.0.15-1_source.changes Message-ID: rust-thiserror-impl_1.0.15-1_source.changes uploaded successfully to localhost along with the files: rust-thiserror-impl_1.0.15-1.dsc rust-thiserror-impl_1.0.15.orig.tar.gz rust-thiserror-impl_1.0.15-1.debian.tar.xz rust-thiserror-impl_1.0.15-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 21:51:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 20:51:13 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-security-framework-sys_0.4.2-1_source.changes Message-ID: rust-security-framework-sys_0.4.2-1_source.changes uploaded successfully to localhost along with the files: rust-security-framework-sys_0.4.2-1.dsc rust-security-framework-sys_0.4.2.orig.tar.gz rust-security-framework-sys_0.4.2-1.debian.tar.xz rust-security-framework-sys_0.4.2-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 22:40:22 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 21:40:22 +0000 Subject: [Pkg-rust-maintainers] rust-curl-sys_0.4.30-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 21 Apr 2020 21:18:53 +0100 Source: rust-curl-sys Architecture: source Version: 0.4.30-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-curl-sys (0.4.30-2) unstable; urgency=medium . * Package curl-sys 0.4.30+curl-7.69.1 from crates.io using debcargo 2.4.2 * Fix static linking for autopkgtests. Checksums-Sha1: 2761057dd0544e38f466b1e69f4acd074bb9c9cd 2154 rust-curl-sys_0.4.30-2.dsc 001d03e1042c25ced3029a5843daf1aa3839428d 3884 rust-curl-sys_0.4.30-2.debian.tar.xz e3904540ca2130cb227765ca76b85252cab42cb6 6683 rust-curl-sys_0.4.30-2_source.buildinfo Checksums-Sha256: 5dfa65005adb2470b470b147ae91155e0f89c7fc07333c3d3f4053b38d22e4db 2154 rust-curl-sys_0.4.30-2.dsc e8e883c66efff3614a2e7f5056c376fbf6aac5f3b0250b65bd70b18bb3e789d4 3884 rust-curl-sys_0.4.30-2.debian.tar.xz e21c5e408b92de0cdba0cd55261f8e43ac6cc72358c9d67b6922aef75dbda9ec 6683 rust-curl-sys_0.4.30-2_source.buildinfo Files: e1695ac650d3912455352a7485bd6f12 2154 rust optional rust-curl-sys_0.4.30-2.dsc 956d3a2feac249fac74f99a9c4a13268 3884 rust optional rust-curl-sys_0.4.30-2.debian.tar.xz f0e92964954d2361b0eefb75c35a9682 6683 rust optional rust-curl-sys_0.4.30-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXp9VMQAKCRDrH8jaRfsp MLmlAP46LweOcWCnH26l89Rorv0D39GrFUg4Pxuckp+KUdpQLgEAyvQbZ0YtjPXC amVhNLWOdCf0l7Hrh64ayfc3IetAVQQ= =IPCY -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 22:40:34 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 21:40:34 +0000 Subject: [Pkg-rust-maintainers] rust-num-bigint_0.2.6-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 21 Apr 2020 21:37:05 +0100 Source: rust-num-bigint Architecture: source Version: 0.2.6-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-num-bigint (0.2.6-1) unstable; urgency=medium . * Team upload. * Package num-bigint 0.2.6 from crates.io using debcargo 2.4.2 * Add upstream patch to fix benchmarks under rand 0.7 Checksums-Sha1: 9023feb747011c17c5f5979d04d25452c42b9272 2527 rust-num-bigint_0.2.6-1.dsc 8eb901b6ca7667cd0aee1f5e0ee2054b368801c3 87275 rust-num-bigint_0.2.6.orig.tar.gz 3a69e622cd0d4b3ad3cc957f61e9d3f719cc77c1 5584 rust-num-bigint_0.2.6-1.debian.tar.xz 036cd929c76d7a964b9092642e9e0ae21668839f 6781 rust-num-bigint_0.2.6-1_source.buildinfo Checksums-Sha256: 91d3e34e07137f14d8e61015f47eb40a8e8f3f70ab91e9d60af571ba5ccddebe 2527 rust-num-bigint_0.2.6-1.dsc 090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304 87275 rust-num-bigint_0.2.6.orig.tar.gz 41950048dfbeb2f691724fc92e8e22781c117668f67916ffc66083ada93016d2 5584 rust-num-bigint_0.2.6-1.debian.tar.xz bbf3f131869c6ac54ab60bd16c11802812cf975d1fc923d968ce05fba2b117f7 6781 rust-num-bigint_0.2.6-1_source.buildinfo Files: 17f98538038ad553f5cfe58eaa5bdb9e 2527 rust optional rust-num-bigint_0.2.6-1.dsc 6b1db46a36bc0dc590270d2c952d30c4 87275 rust optional rust-num-bigint_0.2.6.orig.tar.gz b7d537a177a8ad2b46f5c22a8eccec71 5584 rust optional rust-num-bigint_0.2.6-1.debian.tar.xz ebd0ea5c0e9556ccdd06755661c4c3aa 6781 rust optional rust-num-bigint_0.2.6-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXp9ZdgAKCRDrH8jaRfsp MJiPAP4s7P32JSI8fjTwniqYtjlsb2I9nuaJwQzXGlktrd1gzAEA7vh/LzZLkT7u ECgkuF2ThhkUiTGdNGk8v8oRt0k1iQE= =5MfF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 22:40:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 21:40:40 +0000 Subject: [Pkg-rust-maintainers] rust-openssl-sys_0.9.55-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 21 Apr 2020 21:03:54 +0100 Source: rust-openssl-sys Architecture: source Version: 0.9.55-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-openssl-sys (0.9.55-2) unstable; urgency=medium . * Team upload. * Package openssl-sys 0.9.55 from crates.io using debcargo 2.4.2 * Fix autopkgtest, don't attempt to find removed vendored openssl. Checksums-Sha1: 0e8dfdb68d24ded848515d2a9120a92029926854 1815 rust-openssl-sys_0.9.55-2.dsc 649d55c4c468f693399a5d6918d48f29cf707ee2 3504 rust-openssl-sys_0.9.55-2.debian.tar.xz 5f483a9b183e7f017c4d8614467cbcb52008545a 6629 rust-openssl-sys_0.9.55-2_source.buildinfo Checksums-Sha256: 17b1307ea9fb3723112f50a30a71fb5c7ee5eeb1aa15aea33f80a1c979cf65c2 1815 rust-openssl-sys_0.9.55-2.dsc c67dba1841fb63a29706430f65e7cec60e4f7aa276c7563dd60694ad05fe9871 3504 rust-openssl-sys_0.9.55-2.debian.tar.xz a3ba3d2fd418e4df06a4247399f384742c1a949719a5bdf9d69fa652fc53b3e7 6629 rust-openssl-sys_0.9.55-2_source.buildinfo Files: e376e12b57507dfc20fcf58a742b8704 1815 rust optional rust-openssl-sys_0.9.55-2.dsc bf0be917ffc9f3c3366ebb2eae1ea62f 3504 rust optional rust-openssl-sys_0.9.55-2.debian.tar.xz 244d03d4a16ffdd96a08871cf8c53fc0 6629 rust optional rust-openssl-sys_0.9.55-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXp9RtQAKCRDrH8jaRfsp MDVaAP9EjRF34FocP0AvnLkLq599eK7i//Ig4/MZKo5KtJMmrgEAig6DLd0gRILz LoEr8tizF1F68Du2xWiCPZjwbr5Z+wM= =q4KU -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 22:40:46 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 21:40:46 +0000 Subject: [Pkg-rust-maintainers] rust-security-framework-sys_0.4.2-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 21 Apr 2020 21:41:35 +0100 Source: rust-security-framework-sys Architecture: source Version: 0.4.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-security-framework-sys (0.4.2-1) unstable; urgency=medium . * Team upload. * Package security-framework-sys 0.4.2 from crates.io using debcargo 2.4.2 Checksums-Sha1: bae56b50c8d29bfe3ee0d938a6981f281a530162 1815 rust-security-framework-sys_0.4.2-1.dsc 4e90866ecd259c5a7dc06b26b581f7e8a93fdd1e 10426 rust-security-framework-sys_0.4.2.orig.tar.gz 8680968e619f397b48c1dcfb01389c5338294054 2748 rust-security-framework-sys_0.4.2-1.debian.tar.xz 999f32ef70e212bcf46613956d462dac0624befa 6654 rust-security-framework-sys_0.4.2-1_source.buildinfo Checksums-Sha256: b80ceea94efda87ce02cb77c594e5a36358ee7872183ee030f6d19b4799a4b6c 1815 rust-security-framework-sys_0.4.2-1.dsc 8ddb15a5fec93b7021b8a9e96009c5d8d51c15673569f7c0f6b7204e5b7b404f 10426 rust-security-framework-sys_0.4.2.orig.tar.gz 51665334b8de9f0e4b4c1d6e13dadca6f351e7da2acc5ae104535d20be9c6be9 2748 rust-security-framework-sys_0.4.2-1.debian.tar.xz bfa12f1a1bbb161fe0e6df5d5aac3596e26a0aada580562dc0ff2dbaa16d71c2 6654 rust-security-framework-sys_0.4.2-1_source.buildinfo Files: 990b96194a1bb05483b2b4e936f1b10d 1815 rust optional rust-security-framework-sys_0.4.2-1.dsc 1284141469b427781972d233ba19b968 10426 rust optional rust-security-framework-sys_0.4.2.orig.tar.gz 6fb557200852bc832e8eda6a4b18d043 2748 rust optional rust-security-framework-sys_0.4.2-1.debian.tar.xz dbddcea5d3f2653614c96c6256e8038d 6654 rust optional rust-security-framework-sys_0.4.2-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXp9aggAKCRDrH8jaRfsp MDfxAQD8oAAzKm0c7MbZpE6yAcIFbAPT736cILa76+9HU3f31QD9GMKcZmGCDXPc utPbQHalntA2B3IZmXPndb7fVsiR9wA= =ICag -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 22:40:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 21:40:56 +0000 Subject: [Pkg-rust-maintainers] rust-thiserror-impl_1.0.15-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 21 Apr 2020 16:47:58 -0400 Source: rust-thiserror-impl Architecture: source Version: 1.0.15-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-thiserror-impl (1.0.15-1) unstable; urgency=medium . * Team upload. * Package thiserror-impl 1.0.15 from crates.io using debcargo 2.4.2 Checksums-Sha1: b47cdbb6aa9116d28f2c8a9f3a8b8097f234bb70 1731 rust-thiserror-impl_1.0.15-1.dsc 0f5a5d7ba2c94483d507cb7b6438d16662d75419 13000 rust-thiserror-impl_1.0.15.orig.tar.gz 7fbd165eeeaf48bc661a124bdec08889baf753a2 2676 rust-thiserror-impl_1.0.15-1.debian.tar.xz 482d4a3b1c785aee0855074d9df43e241ed7e291 7295 rust-thiserror-impl_1.0.15-1_source.buildinfo Checksums-Sha256: 07e09221cfc809b839721ab061ac261be3c596c83b7adb379277c00921deddf6 1731 rust-thiserror-impl_1.0.15-1.dsc ca972988113b7715266f91250ddb98070d033c62a011fa0fcc57434a649310dd 13000 rust-thiserror-impl_1.0.15.orig.tar.gz 8641ce6429d3f9e77b3cf7d0619e05e284e2a99e8b2ac564f35049ea21b9ddf2 2676 rust-thiserror-impl_1.0.15-1.debian.tar.xz 4bd20bb9b4f6a14c23ccce5016530d15dbea8a57d4654c14557cc03c80f87f63 7295 rust-thiserror-impl_1.0.15-1_source.buildinfo Files: 6f4579c74179825c337af3742224d107 1731 rust optional rust-thiserror-impl_1.0.15-1.dsc 69d6de4e491daaa5e3e2441f427f310d 13000 rust optional rust-thiserror-impl_1.0.15.orig.tar.gz b2197b3bb9cb95a0c8c14163a0989909 2676 rust optional rust-thiserror-impl_1.0.15-1.debian.tar.xz 05ac928abd5a9c0e6aef975d84721c6c 7295 rust optional rust-thiserror-impl_1.0.15-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXp9cAwAKCRDEDyVUMvKB D00EAP9KH5CEat6zjcqkLk44jnV0s8GXySCl50lPFbfl5RKJcQD/XSmHs5zqPQXp In6QwV4LURrIJl7lFmX203GqeNxK9ww= =QTIe -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Tue Apr 21 22:52:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 21:52:04 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-thiserror_1.0.15-1_source.changes Message-ID: rust-thiserror_1.0.15-1_source.changes uploaded successfully to localhost along with the files: rust-thiserror_1.0.15-1.dsc rust-thiserror_1.0.15.orig.tar.gz rust-thiserror_1.0.15-1.debian.tar.xz rust-thiserror_1.0.15-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 21 23:03:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 22:03:41 +0000 Subject: [Pkg-rust-maintainers] rust-thiserror_1.0.15-1_source.changes REJECTED Message-ID: Source-only uploads to NEW are not allowed. binary:librust-thiserror-dev is NEW. source:rust-thiserror is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Wed Apr 22 00:13:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 23:13:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-thiserror_1.0.15-1_amd64.changes Message-ID: rust-thiserror_1.0.15-1_amd64.changes uploaded successfully to localhost along with the files: rust-thiserror_1.0.15-1.dsc rust-thiserror_1.0.15.orig.tar.gz rust-thiserror_1.0.15-1.debian.tar.xz librust-thiserror-dev_1.0.15-1_amd64.deb rust-thiserror_1.0.15-1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 00:20:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 21 Apr 2020 23:20:45 +0000 Subject: [Pkg-rust-maintainers] rust-thiserror_1.0.15-1_amd64.changes is NEW Message-ID: binary:librust-thiserror-dev is NEW. binary:librust-thiserror-dev is NEW. source:rust-thiserror is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Wed Apr 22 11:07:01 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 10:07:01 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libnghttp2-sys_0.1.3-1_source.changes Message-ID: rust-libnghttp2-sys_0.1.3-1_source.changes uploaded successfully to localhost along with the files: rust-libnghttp2-sys_0.1.3-1.dsc rust-libnghttp2-sys_0.1.3.orig.tar.gz rust-libnghttp2-sys_0.1.3-1.debian.tar.xz rust-libnghttp2-sys_0.1.3-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 11:19:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 10:19:10 +0000 Subject: [Pkg-rust-maintainers] rust-libnghttp2-sys_0.1.3-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 22 Apr 2020 10:58:34 +0100 Source: rust-libnghttp2-sys Architecture: source Version: 0.1.3-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-libnghttp2-sys (0.1.3-1) unstable; urgency=medium . * Package libnghttp2-sys 0.1.3 from crates.io using debcargo 2.4.2 * Preserve original build.rs in the installed source code. Checksums-Sha1: c434b2bbba63e0047182d70f0a254224e3bc97b4 1741 rust-libnghttp2-sys_0.1.3-1.dsc 016ab5ebdf278749fb46cfce5534525fe11b1d42 41863 rust-libnghttp2-sys_0.1.3.orig.tar.gz cfa1539ebbe67e2d704be3178694c75e2bf2d846 2980 rust-libnghttp2-sys_0.1.3-1.debian.tar.xz 12dec098d3c42ecd843a6fe9167d5aa2a95f5221 6614 rust-libnghttp2-sys_0.1.3-1_source.buildinfo Checksums-Sha256: b41d332a8bbaccc700371b7c1e8bdc3fbd523c3c5061108de72fb58ec49c85c0 1741 rust-libnghttp2-sys_0.1.3-1.dsc 87251ae7a589740481e41cd5e1ae7faa1c8e9f73f22d7b38371828f38cfaf2d1 41863 rust-libnghttp2-sys_0.1.3.orig.tar.gz 40fd89652cea5786e7af3b399036a605a9df901bc16b8ea860453061a7ceb5e7 2980 rust-libnghttp2-sys_0.1.3-1.debian.tar.xz 1832afd261b5317eef82b9c39efe759498977cdd5639b157db0ee407d78f4d24 6614 rust-libnghttp2-sys_0.1.3-1_source.buildinfo Files: 38a339a8c1b8bdf1221349e07ddecd2a 1741 rust optional rust-libnghttp2-sys_0.1.3-1.dsc 3e5d08f75ebdaca90dbdd4337f6fa81c 41863 rust optional rust-libnghttp2-sys_0.1.3.orig.tar.gz 57855703d6c8710de5b96dcf9bd91164 2980 rust optional rust-libnghttp2-sys_0.1.3-1.debian.tar.xz a467df6e4427d486844d90df1017cdff 6614 rust optional rust-libnghttp2-sys_0.1.3-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXqAVUgAKCRDrH8jaRfsp MM/7AP9ZURvCuamCA6wEeSMX45FxmWIbfGIxNcKX/enFQtQvjQEAiXe7cR88yVrY FlIF5Z6XuGZ1HEbd/+b1sYIHzqIUrQQ= =F38S -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 11:52:15 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 10:52:15 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-scroll_0.10.1-2_source.changes Message-ID: rust-scroll_0.10.1-2_source.changes uploaded successfully to localhost along with the files: rust-scroll_0.10.1-2.dsc rust-scroll_0.10.1-2.debian.tar.xz rust-scroll_0.10.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:07:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:07:26 +0000 Subject: [Pkg-rust-maintainers] rust-scroll_0.10.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 22 Apr 2020 11:42:25 +0100 Source: rust-scroll Architecture: source Version: 0.10.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Changes: rust-scroll (0.10.1-2) unstable; urgency=medium . * Package scroll 0.10.1 from crates.io using debcargo 2.4.2 . [ Wolfgang Silbermayr ] * Package scroll 0.10.1 from crates.io using debcargo 2.4.2 * Mark broken tests Checksums-Sha1: ff860ddeb8fadbfd0bc569c9b166613a13a340a7 1681 rust-scroll_0.10.1-2.dsc 4a7baf4e1d8101bd7b502f16406c541d425a72a6 2960 rust-scroll_0.10.1-2.debian.tar.xz be87b9e393e3fba7afdc614684ff971cfff2514f 6604 rust-scroll_0.10.1-2_source.buildinfo Checksums-Sha256: 628c33ec0672fe44f122e48cf462e16c1f7be824e86afe68f0eb3b182e983e7d 1681 rust-scroll_0.10.1-2.dsc 3ba929881f9ae390d64a2e8b6cb17c841b0d01d8a071b2d4bf5f1b5f97699226 2960 rust-scroll_0.10.1-2.debian.tar.xz ff59edaf7c3dadf83784d0a21fd877df41b5ab571e41ee3e8088e63f61a37aa4 6604 rust-scroll_0.10.1-2_source.buildinfo Files: efb2e10c0fe0ad69150f8b840a5eb649 1681 rust optional rust-scroll_0.10.1-2.dsc 7ede01e507349b801fb143aa75a3fc00 2960 rust optional rust-scroll_0.10.1-2.debian.tar.xz d9d64620bb038b3534757f410b817675 6604 rust optional rust-scroll_0.10.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXqAfmQAKCRDrH8jaRfsp MEkAAQDumcL6GApSjRNAQO15Z5Bgm8+2nScfvXGTIBE4U49tVAD/Wf1Gnx/oBZjf qOCwoXDUUl88R5Rsm7qkndfyDhsTKg0= =hiSP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:22:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:22:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-protobuf_2.8.1-2_source.changes Message-ID: rust-protobuf_2.8.1-2_source.changes uploaded successfully to localhost along with the files: rust-protobuf_2.8.1-2.dsc rust-protobuf_2.8.1-2.debian.tar.xz rust-protobuf_2.8.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:22:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:22:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-xcb_0.9.0-2_source.changes Message-ID: rust-xcb_0.9.0-2_source.changes uploaded successfully to localhost along with the files: rust-xcb_0.9.0-2.dsc rust-xcb_0.9.0-2.debian.tar.xz rust-xcb_0.9.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:22:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:22:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-uucore_0.0.2-1_amd64.changes Message-ID: rust-uucore_0.0.2-1_amd64.changes uploaded successfully to localhost along with the files: librust-uucore+data-encoding-dev_0.0.2-1_amd64.deb librust-uucore+encoding-dev_0.0.2-1_amd64.deb librust-uucore+entries-dev_0.0.2-1_amd64.deb librust-uucore+failure-derive-dev_0.0.2-1_amd64.deb librust-uucore+failure-dev_0.0.2-1_amd64.deb librust-uucore+lazy-static-dev_0.0.2-1_amd64.deb librust-uucore+nix-dev_0.0.2-1_amd64.deb librust-uucore+platform-info-dev_0.0.2-1_amd64.deb librust-uucore+time-dev_0.0.2-1_amd64.deb librust-uucore+utmpx-dev_0.0.2-1_amd64.deb librust-uucore+zero-copy-dev_0.0.2-1_amd64.deb librust-uucore-dev_0.0.2-1_amd64.deb rust-uucore_0.0.2-1_amd64.buildinfo rust-uucore_0.0.2-1.dsc rust-uucore_0.0.2.orig.tar.gz rust-uucore_0.0.2-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:27:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:27:37 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer-video_0.14.5-2_source.changes Message-ID: rust-gstreamer-video_0.14.5-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer-video_0.14.5-2.dsc rust-gstreamer-video_0.14.5-2.debian.tar.xz rust-gstreamer-video_0.14.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:27:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:27:37 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-protobuf-codegen-pure_2.8.1-2_source.changes Message-ID: rust-protobuf-codegen-pure_2.8.1-2_source.changes uploaded successfully to localhost along with the files: rust-protobuf-codegen-pure_2.8.1-2.dsc rust-protobuf-codegen-pure_2.8.1-2.debian.tar.xz rust-protobuf-codegen-pure_2.8.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:27:38 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:27:38 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-derive-builder_0.9.0-2_source.changes Message-ID: rust-derive-builder_0.9.0-2_source.changes uploaded successfully to localhost along with the files: rust-derive-builder_0.9.0-2.dsc rust-derive-builder_0.9.0-2.debian.tar.xz rust-derive-builder_0.9.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:27:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:27:37 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-ncurses_5.99.0-2_source.changes Message-ID: rust-ncurses_5.99.0-2_source.changes uploaded successfully to localhost along with the files: rust-ncurses_5.99.0-2.dsc rust-ncurses_5.99.0-2.debian.tar.xz rust-ncurses_5.99.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:27:38 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:27:38 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer-audio_0.14.5-2_source.changes Message-ID: rust-gstreamer-audio_0.14.5-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer-audio_0.14.5-2.dsc rust-gstreamer-audio_0.14.5-2.debian.tar.xz rust-gstreamer-audio_0.14.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:27:39 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:27:39 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-protobuf-codegen_2.8.1-2_source.changes Message-ID: rust-protobuf-codegen_2.8.1-2_source.changes uploaded successfully to localhost along with the files: rust-protobuf-codegen_2.8.1-2.dsc rust-protobuf-codegen_2.8.1-2.debian.tar.xz rust-protobuf-codegen_2.8.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:33:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:33:31 +0000 Subject: [Pkg-rust-maintainers] rust-derive-builder_0.9.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:15:40 +0200 Source: rust-derive-builder Architecture: source Version: 0.9.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-derive-builder (0.9.0-2) unstable; urgency=medium . * Team upload. * Package derive_builder 0.9.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: e135e0b468e9c79ec87e5455766892eac5274608 3162 rust-derive-builder_0.9.0-2.dsc bd84d0b4f48f69b13afcb087cbeaac060b6e07f8 3340 rust-derive-builder_0.9.0-2.debian.tar.xz 5765e6e327898ab47046ac05a2c4b1e091230d46 8615 rust-derive-builder_0.9.0-2_source.buildinfo Checksums-Sha256: c979caf3c7ec2739a3e82149298fc4b5bfeea265691f603742853f3c1d5061c9 3162 rust-derive-builder_0.9.0-2.dsc 9c0ed5bf26f87813fba78e61393c34babda8e27c10b5f7a734d1436babccdf06 3340 rust-derive-builder_0.9.0-2.debian.tar.xz 5790714c27fc3da41c03d739bb7599c1daaf1b4af5c018ab62c5900cb84ef99b 8615 rust-derive-builder_0.9.0-2_source.buildinfo Files: c80aa9e5c3e301887d5cc73e512628d5 3162 rust optional rust-derive-builder_0.9.0-2.dsc d84d50ff746a0a4c9302d695a0f863d3 3340 rust optional rust-derive-builder_0.9.0-2.debian.tar.xz 1561af71a9a6ba2e4b106f0997d48c8a 8615 rust optional rust-derive-builder_0.9.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gJ14ACgkQfmUo2nUv G+HnGxAAhk563XGGtG7GaARIF2u9KFjAQyx8XB0SIvA3kTQIimdGXFcx3mDRHHq+ UvrZzLCE1G2HnihnmKiqqo9fW3nKyZhEKoYyuB2qHzYPqwPKmnjuFVjvrIuGjOnE F1Kdz6maVUIuDHYpEmLJHr0OSDHnARHJoRFSzBfY6h9U3zyiTyMd5z31hXLjJL+L Z2pZj+43K5rRfJBX4C1J30ygQPyNVv9mGuNo/18qVYxSXOzi+yu3eLXNW2YvYrgv u+eCMJaAP9ba9yMvizXCjIG1HYNWW3OFoImqikmOqIuTiUvcC5n8Tqb2jDogfc6H VidCbBBcpw7dtwfoTeV10zxUgC9463gw1RmlvFbME6U8rzn4ojPMv2oRSOuzrxdN BVL2SXX4Uk33NyuFDJ2w3OS1D23O8ji9aArNRqL3do04jVyh4ZXScBKq518lcwPM UQJET1ZIR2TbKh4pzqkAs4BkXMeO32LaHbfH9Jk+vN8UM9YUJ2BRE7SbbgZ+xnhL 4ftAXwPrAfaauFKwfCbJxvT32B5M/1h8nKxIq5CZSMPiSltxbo/23x2p71DdAuoz 13M0hiS/ZqF5sNHH92mWUcxwrgPMKWrgpklfku/XexdUsfpdbdN9Kaenjd5YuRPr CSlWy1ClmALyLsKBmMhLNnEeWODQCyxmMsERgf4Mscy+hOTerKM= =xXws -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:33:36 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:33:36 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-audio_0.14.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:16:03 +0200 Source: rust-gstreamer-audio Architecture: source Version: 0.14.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer-audio (0.14.5-2) unstable; urgency=medium . * Team upload. * Package gstreamer-audio 0.14.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: 3d06824ce2d8dbf7bfe3627297ecdd63a42c1b23 3627 rust-gstreamer-audio_0.14.5-2.dsc 633329f7c9b386ad5925f600d642a757cf7c61d6 4104 rust-gstreamer-audio_0.14.5-2.debian.tar.xz 1312836ecf8105c33bf54d5aa11ae6ff859332cd 8721 rust-gstreamer-audio_0.14.5-2_source.buildinfo Checksums-Sha256: e4c97d9946bed69ba84f3e2ea3e24ec89ab7356a787bcfb7fcf406c8eeff5568 3627 rust-gstreamer-audio_0.14.5-2.dsc 6336fd74da0526e5f986396411c5aac471bd2deb691dead7de427f1553d3686c 4104 rust-gstreamer-audio_0.14.5-2.debian.tar.xz a6771a3024d285aa0bcfa5f8676e74a040df4a644e939a8405b4c763d69449c4 8721 rust-gstreamer-audio_0.14.5-2_source.buildinfo Files: 8647c8ccf12fc846b52d57b8431f15f5 3627 rust optional rust-gstreamer-audio_0.14.5-2.dsc b89cd3b0ece646c9524e92da43da882e 4104 rust optional rust-gstreamer-audio_0.14.5-2.debian.tar.xz 5b57ba1f0aea52f5994cad357969d034 8721 rust optional rust-gstreamer-audio_0.14.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gJ3UACgkQfmUo2nUv G+EVJBAAkgoFaHVkWa/rUwTERsh1DTARap1v/pAg143pisrtxWsadqItNq5apqtp n8LXm54kbbq12+rUMN/IChbkJi0qsAtkxA25F6kcITAIQ5m69eKwIA0biB0X+CLu g99m65aQ+HSotgEtOpm6CHEdembGY/H1sMedK5eSPf71n4btp4lmUMDJ9lNxOLjX PjNjQjdIXCXJvXy6ymx+lSw19EvcYDy4cIW13g48gmnpSaBi7neS9Rw59rc+73gQ TffxQmtjA7EzrYmgUp1L7uLvt4bG5xzDm/arkPb+G5mpZRavrRF57USesP6d6lzN FsIa/XecOEadzhsK05bnMpjbRnjKLvOIn7M257MDSFVLkD2uDYaAlnp/CxSQ3Nfi 6ZvNs4aPNwRaGHUFIMClqVx4O2HJIPjxT45D897knWr7aVIe7sUJp7yTyTgmkPuE FbmAqB5h6ezq1NFBkWrk0P5I6ls9esgoZhOoB7UD490Gtokfzis9iy2D1KffI2T4 Xv7B+ukhS6i68j1OBM92j17IwHfsIJXeSlkXiTqIPPv2hQ/CkYEAZuuOQVxOcpu+ UmZjCvWpvKWOfbiKIi+t15BC2HiEjfo8AMxb92379APGyZmB0qI+Z0R0Fwzpi8cp 40gdt248QVnu+3YuBdhD5jxvMDCaAAk0LFdS0hHyHqRY8+5WsA0= =3I9J -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:33:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:33:42 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-video_0.14.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:16:35 +0200 Source: rust-gstreamer-video Architecture: source Version: 0.14.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer-video (0.14.5-2) unstable; urgency=medium . * Team upload. * Package gstreamer-video 0.14.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: cc3413d3fe7634e23b4eb59a2a32cfdb6aefc4f7 3664 rust-gstreamer-video_0.14.5-2.dsc 6a1102d3a4a1dc0d229aaa889abfdeb42448120d 3604 rust-gstreamer-video_0.14.5-2.debian.tar.xz 1c6c9b7611b516f32dcdf1cd9de07e7aef47a371 9727 rust-gstreamer-video_0.14.5-2_source.buildinfo Checksums-Sha256: 630afaa78ce1eef0971635ea9464ba033f93d0d39f9cf0aa5187441290ce2190 3664 rust-gstreamer-video_0.14.5-2.dsc fd3a993bd36202814ac538482cf8ca638c6c2a9c97b8411e8f8bba7ea5cc30ba 3604 rust-gstreamer-video_0.14.5-2.debian.tar.xz 1899cba908b9a31523346239b2cff6b625baecf33d1a0bbf60df525ebe543531 9727 rust-gstreamer-video_0.14.5-2_source.buildinfo Files: 69334be29feab87dfdaa0161e9695854 3664 rust optional rust-gstreamer-video_0.14.5-2.dsc 0235062c2cd6ddef79272fd4d374b7fa 3604 rust optional rust-gstreamer-video_0.14.5-2.debian.tar.xz b661b1b9969bcfc238dee9c77a23dc3c 9727 rust optional rust-gstreamer-video_0.14.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gJ5UACgkQfmUo2nUv G+GTlg/+L+YT+y5r18Bu6nlC1d9EpiMspvUkAxWt+f48QHdmv1PkhNzjcMPlg+Ai gkhD9qipJXN+N5oyYKXDKb9xalYvQWq57kOUuycCijyH+nNIYgfpK1Y9uHUQ0xap hcMUzMx6ebD2YYjWwk8hNwCo/KkWR6iQcxqEwiTO0JsgUA4LAa0frsXdLgcIOZKm 2wYa0eDYquaNl2HfL3opPKnpsQnB2I/7BwoUHORuI3zqvs5eB95EoqAv/XVY3HS2 U6bD2APiGaQX5T/P1NlTCgTWP0CkJolXAmw3+ffOSIQepLIOV3nIaLyqOptFToa8 3mgol7ThgcfIe+zwAi4jpSi2ajWLSmTO18RdBUqQLQz4kB7hgqhdfvivx/tgnDGn 4Fa/9nziHjCPO/SgJmM6PKewFirIr0r+BSbHBmO9NEMUcDzMn3UWRWK4pncxMcEE ePVd/Z5jlpAHl5686/xjOsxhzitxuRW0RUB6hQOH4hMyGIO7rwaEI7KXJfcR7bzL NbaNIECjmDHESSAPWy8uB1p9sffm4ri0bF+VcHYHsrQLgDL2KpLzP31rPlP+VOc/ femVWYsMeyuTreHDUbCU7PMKtv/sBsyD1TpFbak/rQnFwFoyRoAqhADvLG29qHzv XkPR011We38ilUN9LekEiDq+8QMsyoL2VRByU+XNjKjRd3aLYkY= =0O16 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:33:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:33:48 +0000 Subject: [Pkg-rust-maintainers] rust-ncurses_5.99.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:17:21 +0200 Source: rust-ncurses Architecture: source Version: 5.99.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-ncurses (5.99.0-2) unstable; urgency=medium . * Team upload. * Package ncurses 5.99.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 9e612794e02e126ca34d7ca9c862ec1b7a9fd748 2334 rust-ncurses_5.99.0-2.dsc e90b1351f0579fd87728b664541e36bbd5f1b864 2868 rust-ncurses_5.99.0-2.debian.tar.xz 7ada0b157de37c5d243bdc0946320a576570ae62 8592 rust-ncurses_5.99.0-2_source.buildinfo Checksums-Sha256: c4bb15de6e9c3edb49cbb7cecd047a0aa931aeedc1511dc33ff7fee5f4e60587 2334 rust-ncurses_5.99.0-2.dsc 901617d543e519b9e97f1ada071118313bb1442806409ac89d83c9564e8c2a83 2868 rust-ncurses_5.99.0-2.debian.tar.xz 6dd8d8866c955be15e7c3835d276feeebe5fa3124a14bb8978325a696e0cb4d4 8592 rust-ncurses_5.99.0-2_source.buildinfo Files: 3a5c101e4c747d9452fddadc1c378229 2334 rust optional rust-ncurses_5.99.0-2.dsc 02f49589ff050a0b72717962b57908fd 2868 rust optional rust-ncurses_5.99.0-2.debian.tar.xz 5a0ed22965f7305efa8f316837a6c81e 8592 rust optional rust-ncurses_5.99.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gJ8MACgkQfmUo2nUv G+HADg/9Fe+uxUkaVynqwnn6LWjXLrkfK6xv6ooNSwPwSZsbpOw45zGyOZl3pXXS GCA7EZFD0ryxDZaNzqpdMUmnBtcEZhA2JCR0la8WG0WvTnRjHdL+QaC5n3kAzMEK yLuHyoT/jvllHu9ucBpOmV4eGkvgzrErXuANvqx7OQ43B4x/AVsUj4atlUxZIZ5G zesmY1jZqFFk6qnfG1h2R3Brr0ej9yUHnsYGdoX7CwK2JVbdJKmhUEqdNUmKhdml P+zhwmg/FQ+Pjfr8ZS43kOI4h8uB4nPTKjPIXondlk7LcX1gJGvnpSOgy14aFV+V NH0o272dyhc3eOv5Gxa+MscaUP8wK71z4lcRnfxYcTgpWB4eQq7YjU9YTcICm+x1 eEH+H3J0h+rt6ZbJYdY4Jcp5psnO9fKdrduJRAExb0Xs5/its1iReC9Www1/2wxx mglPVcqGzECDoOgv7YrnOg2GIzFdBjEKheqTE49qroke6aVCovPrpsm299Oh4BSk 3CoGArDvDcgnfU3juJnKTZ+M9Vie3Krptx/0qOnwSqOFvczHJ3BWYEcC+Mo8ah1b Etbf9v6p3eZkrAW2DvIcxOeB+Ku2ZAtW7FPwC6UqTIVPSJvIZYPOklPB+cWJ+hFD mR2XPQjEoLafJpz0SotbhEmcJSlIljfJlezhhqKoa2Jd00IShvE= =971t -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:33:54 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:33:54 +0000 Subject: [Pkg-rust-maintainers] rust-protobuf_2.8.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:13:38 +0200 Source: rust-protobuf Architecture: source Version: 2.8.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-protobuf (2.8.1-2) unstable; urgency=medium . * Team upload. * Package protobuf 2.8.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 4b0f8a5b4a0154abe751d302ee796cec332eaaad 2526 rust-protobuf_2.8.1-2.dsc 780610a103da314b28afb32f8ef5b45811331189 3096 rust-protobuf_2.8.1-2.debian.tar.xz 269787c6b06cc0b40dde82e9b11987a3d9f39201 8483 rust-protobuf_2.8.1-2_source.buildinfo Checksums-Sha256: 2ae2a689493a03f4eb53cb7bdd67aab70d80187ac5f18d779a05761b92a03863 2526 rust-protobuf_2.8.1-2.dsc df32442926eb12f148c82a09243e527b563a871d24b5e1c96522ace52eca7058 3096 rust-protobuf_2.8.1-2.debian.tar.xz a42729bdcdb356a897c4ae237fca2f31198d46f754b9a62ece92a1ced9f2f1a2 8483 rust-protobuf_2.8.1-2_source.buildinfo Files: 95ddda032ff3bb8a18cb2c07d6af9e59 2526 rust optional rust-protobuf_2.8.1-2.dsc bdaeea43fa85be932573a6e98f850b16 3096 rust optional rust-protobuf_2.8.1-2.debian.tar.xz 03496343d22a15a1eceb55b9c8497c83 8483 rust optional rust-protobuf_2.8.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gJuUACgkQfmUo2nUv G+EZyg/9HP2WV5ufzGHgqcZbzSMZGqS0jgCQVvSq5XAW01vk7nYJN2UKyO4raAes U4PyhL9lwUjp6hi1qIyuu4na/FW44nv1cortJ44oefT12Sfsv8upPh0wN2KI6qwS LOdsjA6JLMiweNLAZI97b7zLAbJhvK8h+FyZ8vgFeEfbgrxNx30SXojaaQIMRHO8 TFfk1g3hOJ1aBvWheCpXhgJr3EQI9Hgf1GxaamgEXDsdDzP9jfcyS4t7fl8Upp4i sQyI8YfZQXarzxDZ04NtIM3auD/tpCmPAx9qXS9+i/0mY2hWP2WogaUjWvSl89pt s7EWvJOGLrVebgw+8HACuTghePNbPyyvgpZ2JvznfBdg6r+6uZtRXwZI3eGWR9q4 0shYTUXOe5TyU2R+51WIlb101xyP9qwFRU5RodmHMCmByi+1rh0fYeF+d5yOh334 KpFLxYrWuVLwvrvBjgLm916FRTR3+7xZpOTVd5nkHTXyBwGVoLEGhERs0a9QKkFb KP8PktwzgKB02wPHESwdQN46o0nz24XwaTfiUvmyBlPJBzndEPEhDWytggdAIO9v rAmQkiW7vevOPJlvsT5JO8gTAITkSwASfvterwYSKJaxTbzJtLfjjQS/LoAaBFsk mJ5FNl5PZh2NFaFK3dDpLNl9IuoollqpEUhH0S8dtXV46I4muXo= =EyvF -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:33:59 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:33:59 +0000 Subject: [Pkg-rust-maintainers] rust-protobuf-codegen_2.8.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:18:49 +0200 Source: rust-protobuf-codegen Architecture: source Version: 2.8.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-protobuf-codegen (2.8.1-2) unstable; urgency=medium . * Team upload. * Package protobuf-codegen 2.8.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 47bc1890073de35a44b9e85884a05926135ad49c 2322 rust-protobuf-codegen_2.8.1-2.dsc 8044c8ce661f06fd275dd6b7be6f3c6da6c3a923 2872 rust-protobuf-codegen_2.8.1-2.debian.tar.xz ce81ec62b1f489ae695477355194f00c13b495f3 8420 rust-protobuf-codegen_2.8.1-2_source.buildinfo Checksums-Sha256: bdad578fb909a7db7cc5265ec478edb19bf1b80f3cf340fed53345d270ea7fb1 2322 rust-protobuf-codegen_2.8.1-2.dsc 026a7f776a33d923483dcd90b516447129bc434e83b266bf0bae5d62046be62c 2872 rust-protobuf-codegen_2.8.1-2.debian.tar.xz eece49140858f108ce7d918571d191aa1088816d53b89de73d08704b050965d2 8420 rust-protobuf-codegen_2.8.1-2_source.buildinfo Files: 87ea01d64af98b6bffe2646a35a3a510 2322 rust optional rust-protobuf-codegen_2.8.1-2.dsc bb7919151cb0a227da9d7d56326f9469 2872 rust optional rust-protobuf-codegen_2.8.1-2.debian.tar.xz 35eb83ddd857599a4b3ab1ed45407d3c 8420 rust optional rust-protobuf-codegen_2.8.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKBsACgkQfmUo2nUv G+Fuew/+J2uhzhysISkovP+z3ph8R5d3k6ympQH2KfQULhz2YTbQtXMaaKNJDYWY DhAMFpedGecEy+tI2Ztax1G7rgAazmAnEX8pWZO1D+BfQyYQ3hKQXZTWhfzF1nkF JkavJtUCscKPfzEDI9KpX3sK36W+MIfi0XSHCv8hyoPkMOrf3Oz+JeKiVJ416E9X 7r7tmG6wv3q2kaQcZxIVab0hDzhpssGgChgtkH2QSaoPaVdp7++/gTEEsN1gJMEg UQW1Ju27YCeOSy1cox0zajAbVTZs4XsBVdoccnNELxgQKEff2S//k5JBc4iVzb61 FcagBmUt0JbTxEG0oGtu8uq3j1n0q8h/du5VPsJrrTiAJQa4lQQPJd1wOQOuUB6q jiwl9S1mRIPNYCqSM3osRSPGRczdcWXjU07w3eaJnmGt3DIZkQI/4p2XogUVvPYn 8A7VvEqjqyNEQkpeLaiz7nhD9UmQ8yyS06GUh2an0AcwcsWhnsLBur84C2NgHkTp s8WqiKh1HEmGJu/T9LRJ+Lyrbskao8JmKHRu9lgwatTc/X9yk1zO61J5zLOTUd2D lv0EAnmn4blk9qT1jq3GVlA7G8ZZU//hYkPGHYu+lTaaU1AOFaG7PQFBEm9ZOprh 4SVq5AqFFJ9iU+2bZd5XuzU78oP7BufSm4WMI/nQzWA0d6e71XU= =Cjub -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:34:04 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:34:04 +0000 Subject: [Pkg-rust-maintainers] rust-protobuf-codegen-pure_2.8.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:19:19 +0200 Source: rust-protobuf-codegen-pure Architecture: source Version: 2.8.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-protobuf-codegen-pure (2.8.1-2) unstable; urgency=medium . * Team upload. * Package protobuf-codegen-pure 2.8.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: c09b01775c6b4a3df3744751af9fe613a5bd2b25 2446 rust-protobuf-codegen-pure_2.8.1-2.dsc 387d51d9ae66ad869b350de3e003d457f70dbfd5 2788 rust-protobuf-codegen-pure_2.8.1-2.debian.tar.xz e4070834f0bca72f0e17eaddf4f4655287e6a185 8428 rust-protobuf-codegen-pure_2.8.1-2_source.buildinfo Checksums-Sha256: 5ccee4c15a3dc865ba21af9c35179f87b95229a36b291c92e0a5a4a6f590fa01 2446 rust-protobuf-codegen-pure_2.8.1-2.dsc a7f314fc993bc4c89b02db48dace65b34c68c5b59180934533ed11ec1a005b92 2788 rust-protobuf-codegen-pure_2.8.1-2.debian.tar.xz 0d07433ab38c4806e51839b9fce6d8c0df3ceba822b30662f540fc055ab821d1 8428 rust-protobuf-codegen-pure_2.8.1-2_source.buildinfo Files: 4a3bc7aac2d90d681adde6a32a7e5052 2446 rust optional rust-protobuf-codegen-pure_2.8.1-2.dsc 2ba29c030dd95113509100afb77e515c 2788 rust optional rust-protobuf-codegen-pure_2.8.1-2.debian.tar.xz f57e0d559820356ae68d7dc918427024 8428 rust optional rust-protobuf-codegen-pure_2.8.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKDkACgkQfmUo2nUv G+EEJQ/8CKFPIeotO7flNUxP6qWyMktOGiWQbhwWp2xn9fDewOGmAs5Z9iCw/CXe AumjmFmim9BkhbBxYFMKk0BaS6ZsIyFiy265XQi6upuxMse/zCRfJCsplNtEdhEM pkx9yxTQivWu0Khj+cE+/yOpBiudIf6j/jdLnlmyINHgnYJwRFK4ZPckVjkiDn6F Pc59AwCFTyFs1cNe1J6DO6mfpa7umSQuYK36xS26aoZyimkk+Ig29pU+AhygClVH BCdoZBY+W/djKFEx5dTgJ18/VtOSxensY/8Hbxo1/LD0tN2wxjDHk22FH4Hih5nc rUDWQ/Mz+00DV4j6/QuVXXyE32YzyhyaN2mdQ/Kl0DuDRgyNVZO95JjHkf1c5s/T vEpJAbu9IR5HHrDxy9KTW3T2PyHkPVo3FxI6Hus5DLexP3dTzQ6Le2Ha1CVHvDNV zrxl+DsxlD75l74X5dWIq8Fdvr4XqdHlN3wxBmOt7PbPMljAKb7VWnGzdbD+gjFJ IO+yMepzUp+02AAI4lQAHwntGpr13gDqQ8YFx8Aub5xQdyQzNjVf4aSqHhQelNLa yGlggUpVJmGKtOcYUxW1lMKR6Wym+3sprhEpWkWblU7eokziaqgKMl2PO+Hcb6/K KTN/GK10WNLUZEV2S0AbUt2wPsdSfCzl2D5U9iLWh4n84TY8WHc= =AEJo -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:34:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:34:31 +0000 Subject: [Pkg-rust-maintainers] rust-uucore_0.0.2-1_amd64.changes is NEW Message-ID: binary:librust-uucore+data-encoding-dev is NEW. binary:librust-uucore+encoding-dev is NEW. binary:librust-uucore+entries-dev is NEW. binary:librust-uucore+failure-derive-dev is NEW. binary:librust-uucore+failure-dev is NEW. binary:librust-uucore+lazy-static-dev is NEW. binary:librust-uucore+nix-dev is NEW. binary:librust-uucore+platform-info-dev is NEW. binary:librust-uucore+time-dev is NEW. binary:librust-uucore+utmpx-dev is NEW. binary:librust-uucore+zero-copy-dev is NEW. binary:librust-uucore-dev is NEW. binary:librust-uucore+failure-dev is NEW. binary:librust-uucore+lazy-static-dev is NEW. binary:librust-uucore+encoding-dev is NEW. binary:librust-uucore+platform-info-dev is NEW. binary:librust-uucore-dev is NEW. binary:librust-uucore+data-encoding-dev is NEW. binary:librust-uucore+time-dev is NEW. binary:librust-uucore+utmpx-dev is NEW. binary:librust-uucore+entries-dev is NEW. binary:librust-uucore+nix-dev is NEW. binary:librust-uucore+failure-derive-dev is NEW. binary:librust-uucore+zero-copy-dev is NEW. source:rust-uucore is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Wed Apr 22 12:34:37 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:34:37 +0000 Subject: [Pkg-rust-maintainers] rust-xcb_0.9.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:14:04 +0200 Source: rust-xcb Architecture: source Version: 0.9.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-xcb (0.9.0-2) unstable; urgency=medium . * Team upload. * Package xcb 0.9.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 193374d2b6636254ab03e5332caef9d6d36f1aa9 2546 rust-xcb_0.9.0-2.dsc b64a46fd239f040331c5efa1f9bca06d1b80ba74 4728 rust-xcb_0.9.0-2.debian.tar.xz 9eacb085c4becee3d9aaf53c53b48f97c18b747e 8842 rust-xcb_0.9.0-2_source.buildinfo Checksums-Sha256: 787539bc2b4ebc86b12cb2fcb854ecde1b413b1f0428dbd5af59647c356e3c40 2546 rust-xcb_0.9.0-2.dsc 758cbf3e48a194e016661226dc6bf496e59e150da641801c5b7e6ca866f5cbed 4728 rust-xcb_0.9.0-2.debian.tar.xz 338c69907ade7a2f669fd3e10a4aeb0ecda59267bda8d2b6740d68d0d038e0e5 8842 rust-xcb_0.9.0-2_source.buildinfo Files: 46e46ff24fa2ebf984ea0179c9f71262 2546 rust optional rust-xcb_0.9.0-2.dsc 3b66db741d8e19fcf49a559feb650826 4728 rust optional rust-xcb_0.9.0-2.debian.tar.xz 2f2be0c91f90197a051fe1bae33d0114 8842 rust optional rust-xcb_0.9.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gJv4ACgkQfmUo2nUv G+H9JRAAjukGkRzR0WMHBAlNWgkKEZoFGgnY5ilDaBW0EKuxJd5Ue2IgfsAiO+kQ 434XqfPrPd1d7tRSbvxmKaB7q5Zw6tSdLrsXKZ15fwRPN2kU8HB/FsYnB6KqXWqt f2H8MNqSl4aL4sJicgpj2vnBpZUW/PraUaQQwA2GDndqS7AoXX4YPctJY0Lbp/xw n7z0WCx4qc+xYPa7ZL8cHwRC9jAXwP2a+aPAK1WFj6qEuUMfZLOppL0sKKYyGj3I 44jVM+0P0hwFJw0hwv4zoDBEzJxu/enWGT36zwprOfd2Nz6E4i+AuzH2XcZMOrFe pqUVQO+KM5vckvGzHcyFN8FMnfWU3WC0X10oz4aPt4mEROXUBgPeg3RUCT07y0Vq Ro5KBjN0i2voBdSFmGcWGHGF4v7r3GZqQu8ybgmx9oXYw0wc9Ly+1Kahn0jSudI2 DdXg0r9HOkppEZsfXNdNqTRLkfbfkbB16D3Lm9AkfQRYPjEKPZ5V56ZTEvGLmTBb 4XQHFZJF8jJGKIx8d7xj/W9x3cqMhh3iQkSAxKuTRKLbzdMz9L3zNGUVIbaHbJ6t nw5MKN1ClC/x+V2NZHRckUB8ytehO4xgxxWEput6cHCvTLCDfqWaWwGwojjQXa5N 8XP3mWzsHExZK18+wuwc3BGFe5ocXTcUSZAsICY/+d/AdPli4nc= =F/Xq -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:40 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer-base_0.14.4-2_source.changes Message-ID: rust-gstreamer-base_0.14.4-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer-base_0.14.4-2.dsc rust-gstreamer-base_0.14.4-2.debian.tar.xz rust-gstreamer-base_0.14.4-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:41 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-diesel_1.4.2-3_source.changes Message-ID: rust-diesel_1.4.2-3_source.changes uploaded successfully to localhost along with the files: rust-diesel_1.4.2-3.dsc rust-diesel_1.4.2-3.debian.tar.xz rust-diesel_1.4.2-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:40 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-image_0.22.1-2_source.changes Message-ID: rust-image_0.22.1-2_source.changes uploaded successfully to localhost along with the files: rust-image_0.22.1-2.dsc rust-image_0.22.1-2.debian.tar.xz rust-image_0.22.1-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:40 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-librespot-protocol_0.1.0-2_source.changes Message-ID: rust-librespot-protocol_0.1.0-2_source.changes uploaded successfully to localhost along with the files: rust-librespot-protocol_0.1.0-2.dsc rust-librespot-protocol_0.1.0-2.debian.tar.xz rust-librespot-protocol_0.1.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:40 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-simplelog_0.7.4-2_source.changes Message-ID: rust-simplelog_0.7.4-2_source.changes uploaded successfully to localhost along with the files: rust-simplelog_0.7.4-2.dsc rust-simplelog_0.7.4-2.debian.tar.xz rust-simplelog_0.7.4-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:40 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-libsodium-sys_0.2.5-2_source.changes Message-ID: rust-libsodium-sys_0.2.5-2_source.changes uploaded successfully to localhost along with the files: rust-libsodium-sys_0.2.5-2.dsc rust-libsodium-sys_0.2.5-2.debian.tar.xz rust-libsodium-sys_0.2.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:39 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:39 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-unicode-script_0.3.0-2_source.changes Message-ID: rust-unicode-script_0.3.0-2_source.changes uploaded successfully to localhost along with the files: rust-unicode-script_0.3.0-2.dsc rust-unicode-script_0.3.0-2.debian.tar.xz rust-unicode-script_0.3.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:40 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:40 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-gstreamer_0.14.5-2_source.changes Message-ID: rust-gstreamer_0.14.5-2_source.changes uploaded successfully to localhost along with the files: rust-gstreamer_0.14.5-2.dsc rust-gstreamer_0.14.5-2.debian.tar.xz rust-gstreamer_0.14.5-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:37:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:37:41 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-tui_0.8.0-2_source.changes Message-ID: rust-tui_0.8.0-2_source.changes uploaded successfully to localhost along with the files: rust-tui_0.8.0-2.dsc rust-tui_0.8.0-2.debian.tar.xz rust-tui_0.8.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 22 12:48:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:48:43 +0000 Subject: [Pkg-rust-maintainers] rust-diesel_1.4.2-3_source.changes REJECTED Message-ID: Source-only uploads to NEW are not allowed. binary:librust-diesel+uuidv07-dev is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:48:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:48:50 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer_0.14.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:28:47 +0200 Source: rust-gstreamer Architecture: source Version: 0.14.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer (0.14.5-2) unstable; urgency=medium . * Team upload. * Package gstreamer 0.14.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: 8f9122d348c1c00d8880683e9d767ce4625cc4a4 3943 rust-gstreamer_0.14.5-2.dsc 46bc0a9fffa5595d69447849dfe1b4c7beb68a22 4236 rust-gstreamer_0.14.5-2.debian.tar.xz 7c03be1771857fa8c0e7ea313026d12f39b08295 8904 rust-gstreamer_0.14.5-2_source.buildinfo Checksums-Sha256: 5be027c4d7d98d134526ba9a99eeddc8a85321b9fc8c892bb03a288358c2d0f1 3943 rust-gstreamer_0.14.5-2.dsc 87fb80ee70427b8fc98db99ffcd4b02c39ff08268a6ed377d6e0127c61f609c8 4236 rust-gstreamer_0.14.5-2.debian.tar.xz 44f4fc4b9767b5db00dd714cac88c765092cd0e62e34c6022ba176b5b3e8c67b 8904 rust-gstreamer_0.14.5-2_source.buildinfo Files: f6a9c293900f40032adb8824ae27d357 3943 rust optional rust-gstreamer_0.14.5-2.dsc f5019d0c7841df44f2bd0d0329afe4af 4236 rust optional rust-gstreamer_0.14.5-2.debian.tar.xz 71f8a52ee9228414cf07a56bfbeef769 8904 rust optional rust-gstreamer_0.14.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKnEACgkQfmUo2nUv G+GmORAAmTnJ84AxS7wJer3cRgxo+S6vkdlbBoRo2PXZidMYadYn+1YGnQJ752vX lfUV2GwLmVeJzTfmRbzpfh6YRhzByyty4/ZaOFHmqx2FohQzSJfOan/tu/DtKXmQ jepIZCyKOS8IsN93gLotJSHSAsBEkFNJb32DmAiw3DOrOrsxtKu0WqDjYPLOH1vD 1+tZCTW1PhjqwEDOSx/s9Nj0nF/dO5dzF69cAF2+yXfYxSu2nst65OdasTwl+2iN U7e6MzdrfzC03OjQNQFug2vQD1TAoGqEQQtYl21lC3MVMW4ddyTkVEEc2Q6pJQ6c p0it/PZ+5/FalVbRHE9pI0UDhoX1mhzN0RKidHeUbmDGuoJ6vvXOXYCxxKeuK4X6 DW91/7QUKNzC0N/R3NBa3/OzeGBs7FSA1PyR1Pnt4LjqR6KC/BH7TZPHHaazJnmJ NOR8aMG7QPV4T5Iu8DoGraUHMf9Ml0hfvcMXRPUAJmlbbir/d3VI6kdIEVAinqIu 4uh0/ra6xVu0XC5lZfEz9CUAcZSqE8YJ8AgMbOyuC2d3NywweL6WmGa5s/oy7zsf i0abuioIJjRM4E7zAcQ0spRQGrqObOJXcvSWKM06woN+RBtf2jXqgbv/l7iPzPWU cEawdpCNDhhgkAuogstc/rPsDcjARyvTAKYqNSpZtHO24HBXg60= =GBrX -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:49:01 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:49:01 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-base_0.14.4-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:27:25 +0200 Source: rust-gstreamer-base Architecture: source Version: 0.14.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-gstreamer-base (0.14.4-2) unstable; urgency=medium . * Team upload. * Package gstreamer-base 0.14.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: 3ee87386ed161b992972832c422b8ea4a679156b 3502 rust-gstreamer-base_0.14.4-2.dsc bff33252114a8ad37d573d59418b8b4986d1031d 3448 rust-gstreamer-base_0.14.4-2.debian.tar.xz fe097502ba6d1c6c6650efdc0944ad70a06850bc 8744 rust-gstreamer-base_0.14.4-2_source.buildinfo Checksums-Sha256: 727c435340181a4df921d57a6d3e72e8fc38ea069f7c6b506071845063cab1f8 3502 rust-gstreamer-base_0.14.4-2.dsc 70f9eeaf0ed0a4d3566082a48a72bdf158a7529bee3f2f104ab106cc86d5dc3a 3448 rust-gstreamer-base_0.14.4-2.debian.tar.xz 5b4913c4ec412d65ddd5e3143513a7c39e76ad619879d7695d43b3de5ecb32ae 8744 rust-gstreamer-base_0.14.4-2_source.buildinfo Files: 14ed4ce6ed67dd1d22e39b3f6b24919c 3502 rust optional rust-gstreamer-base_0.14.4-2.dsc 6cbd92c7952921c3cd71de461eb30d4a 3448 rust optional rust-gstreamer-base_0.14.4-2.debian.tar.xz 5a09746f93043946a997b91e720df0a5 8744 rust optional rust-gstreamer-base_0.14.4-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKh8ACgkQfmUo2nUv G+E+XQ/+NzfoE77m+Xcwh/SMEyPluJ+IbzbYmqGsu3SEosFvRBvqFmYQa7avmZyw lqdmoaEWjkKWxc0TDydkrkGZTNOjXf6fbYyAJPSqaxB7kiv+TSn61AlTprX2mda5 SGaKQ5StqIp3VsAe3qUDDPLkftjFjv5/CG3P93PnliKmQJX8bL9J+hbNcflRqT69 wBrAKdNVR8Q9Pbzz2iSkXY/grB3XL2VZ8SxQyRShVGyyQ/M3SAd/YyCJcA7fsKGF geqnsFMGtZ4+DjEURJupShgzdYU3lBMsVDfXxvpSwJQKGhRoVnUzNZLfCRTQQvzz BV+kMbd+hQWYyS2tMwvmIJR2LYhP8dfrfT/FHwRmoMQxhvnjYE3w25hhj9l1TYuc oNs9yCTmFOmWYtfyGHeZiLxrKCSnMw3n3SrhH9QxVw31gsCoxfU1WZlS7M8V44Wq OAjEh7p9UcPqMEIndcAVYPfPIs+l6qimvYWJi1N6xkqju2tpJzsFLCvb/18YAOPn 1IM1N4crx9tm81oxhuwQutA0osOiRcNqgf2YDuIQHdS0qWgYpDgIX/eAbau66N6f eQEqgJVOCd7DrHQffTaMwT6CA44+G0hG0ngtAqEb3w2D3I6cfPjLl/b7EnvSuk4F eEDqbO+VyTw4xKP6S/SLz69yxuALufwbp2elXva+t3MyTs3qtzU= =hF7m -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:49:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:49:20 +0000 Subject: [Pkg-rust-maintainers] rust-image_0.22.1-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:29:09 +0200 Source: rust-image Architecture: source Version: 0.22.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-image (0.22.1-2) unstable; urgency=medium . * Team upload. * Package image 0.22.1 from crates.io using debcargo 2.4.2 Checksums-Sha1: 1b01f2e8561676ca43b466032cf2692a19e50444 3406 rust-image_0.22.1-2.dsc 2f06264a7063f527eecb5b1b4ab5b6f714574e8e 3704 rust-image_0.22.1-2.debian.tar.xz 85236b2e252ad571f8eaa9ae2c38812835c1447c 8661 rust-image_0.22.1-2_source.buildinfo Checksums-Sha256: 3e3e027f1a2fe4eb804b0788b75535e37aa494122b02f3faaff302e69fa2d27f 3406 rust-image_0.22.1-2.dsc 5edf5332529788ed66ff97fd9bae542b2fb5fa11de324aa7bb5e9ffaa0912669 3704 rust-image_0.22.1-2.debian.tar.xz 407789e9b80155b4c145adba50a84a519e8f643886339e4ce126f53aca4bd527 8661 rust-image_0.22.1-2_source.buildinfo Files: aa739ac9bc38512142b22d720f445ac0 3406 rust optional rust-image_0.22.1-2.dsc a95a1108f91c05f7ac1a8b47afdeb1f0 3704 rust optional rust-image_0.22.1-2.debian.tar.xz 596c43af131ba733f2dd687c4b18c1e1 8661 rust optional rust-image_0.22.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKogACgkQfmUo2nUv G+G4vA/+Nnh9yelo1X2Dl5SqCWV/juvxESMMbeQ0QNctqsDhx/BcWahtIwlpQ6Cg xgCtLu4GxrtRlixc90l0Li+wf/so6uzUfwaE9K5E6TmZnna+brwRSHhmx+23oAQb +Yom5bkWgA+KlBJTaATiCKZhHQ9v6cJsMLT89uEPGdYl2ReGkmCXGHC+/MD7ztQJ qOqUZPWJMNppHGJKztkemuoIzr8T0VWEjrwJw/iTEVW7b5qOmkL++yVtN2FwLUM0 WS1HVkmV8Sl53BhQVX4v4actjjbjViRSQ3CEvyzxGXsTo/CBzy22PJGueGtLGSKl qw9DA0g6O9rNuUqxySkpyySl152uxTHbXuCGC/mxtxqePc4XbAcCSAWsx8tyChye 5kc6mOW0glpk5g2vZnSfvXhUJWD5q2jq1IvHBm71kivTcJT7R546Vv8BDfRNr1QP 4OyeyWGfnst6Mv8RhPpco2pfU2TsYpdEs0l/oUvkc0nqiTgCh0JxNL5SxCQJpO6C B57v/jtsgGi4BVcMKMgYjAWB2lwuI0a1M6eSh0AZAdI4OOXio75JQ8oRFXsRbHHl k2sritjwQNwJTuGhhNyhp75+4X/oXt9mWXqZzmh34lA2hD+xfolF/ybPm7Uaehy0 h0Tya9t3xOkZil0CHpZJFTTl/1Cb3be1pJa3eQf9TPUwJhIlTpc= =etwu -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:49:26 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:49:26 +0000 Subject: [Pkg-rust-maintainers] rust-librespot-protocol_0.1.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:26:15 +0200 Source: rust-librespot-protocol Architecture: source Version: 0.1.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-librespot-protocol (0.1.0-2) unstable; urgency=medium . * Team upload. * Package librespot-protocol 0.1.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 6303aa92efca127af9f208604f0d1fce5b072adb 2414 rust-librespot-protocol_0.1.0-2.dsc adf96bdcbd475f9ea8e79f475198bb166ba5a4d3 2524 rust-librespot-protocol_0.1.0-2.debian.tar.xz 861da187fff54fd358481c85302a7574689bfa8e 8413 rust-librespot-protocol_0.1.0-2_source.buildinfo Checksums-Sha256: a059538c527296f158455f7566881a6e43560651b6250d0a888c52b9121cbb8d 2414 rust-librespot-protocol_0.1.0-2.dsc a9bc4e4d187523f1b414a1473c5d07a579bd8cbff2c1452e72e816a5eb0c730a 2524 rust-librespot-protocol_0.1.0-2.debian.tar.xz 1c6704fdb0349f2511ce32292b5fbe500896049ba2bdcbefe71d50aadc9c1bde 8413 rust-librespot-protocol_0.1.0-2_source.buildinfo Files: e5a9e5032c4f8229a3b84185e7f43d0e 2414 rust optional rust-librespot-protocol_0.1.0-2.dsc 84ff919d2bbd1099630e4d613dfad831 2524 rust optional rust-librespot-protocol_0.1.0-2.debian.tar.xz 49b2e13c563c26b93004fcc2afc167ac 8413 rust optional rust-librespot-protocol_0.1.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKdoACgkQfmUo2nUv G+F5UxAAlWw5vkkew0luQAA6p/txzB5OsJ0+/Xpq2HY2YxyWlcassrx36ni1tzJ+ rP74Z+FNWMKt7T1XtOQIKvuC9HFKWJbtwn+MyXRYw4YKVI8rbRTQHrOKuace5l9Z uBIAy7MCH/ukds1gq9SIXXL7X+nIQVfWm5njhcty+a2BKYxNGIFL/DbFnB9wHLpx aOy7l7AZDt9nWiC9uXM2QsrFPuvwUzVXyH6ZE6KTtJ26n/DQTjFd9mIC1c05t4Hh JPgBF8NlvU3C73ZJ6iXMHQouAWDiTddD/FJ1JNcRLFevDvUJtc4LoWPgiLXeVKyk vQr4qujj+SVa+IWi+TSOGKo0huLYN1/5x2eZ5Z82X9f4cWKhU2G6tLIDqbWZVi8d xnjWxVFZTMPkhqbou14ekMCD4EEo6i9kq5POBL05iYgUZwGnVN+8ab9/kj0H+B2u 0K4uSlFAjg4jsOam+iDaGQEy4zIQdBmxSp/sY9qp0fdVNIFQnYnH1u3evoQWC3Vl xG0th7++GIAOdE5GLQat5F1boWWIQ3j43MtIyr35kWx+I8BqF08dQllZUY0grkpN BUae38Fxn83xEsIR45Bv9vgGKBxMRVp4XlVIU8V9igN3kQEAZlfr2uYbMW5wKLKV n6VLNY3OZNVCJ+OzTUUPUuz9IP5w4UtN4zQB5oK+h9+v/5IHLWs= =OJAx -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:49:32 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:49:32 +0000 Subject: [Pkg-rust-maintainers] rust-libsodium-sys_0.2.5-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:27:02 +0200 Source: rust-libsodium-sys Architecture: source Version: 0.2.5-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-libsodium-sys (0.2.5-2) unstable; urgency=medium . * Team upload. * Package libsodium-sys 0.2.5 from crates.io using debcargo 2.4.2 Checksums-Sha1: bbe585b7a537039fcc4dfecb2ac68c78e6f8e940 2424 rust-libsodium-sys_0.2.5-2.dsc f96933de8655bd027cef1fbea45772ba3d05b443 2808 rust-libsodium-sys_0.2.5-2.debian.tar.xz 0b4618ea1e65938313158891c4c59c173c56b3e7 8600 rust-libsodium-sys_0.2.5-2_source.buildinfo Checksums-Sha256: a390462f2afe5cde4503f9b39092d7e4d22d12c381019ce7de9f660aee14c279 2424 rust-libsodium-sys_0.2.5-2.dsc 82ac9f828f0c290409555dd24acabe0226356970ba36a4c720c8b2d24248337e 2808 rust-libsodium-sys_0.2.5-2.debian.tar.xz 9bc9dcb13e0b15437e73f150483976cca66f4413c3a0ec322e645e7950259437 8600 rust-libsodium-sys_0.2.5-2_source.buildinfo Files: 2a41ddef8bde37edbc6a71771a8abf0b 2424 rust optional rust-libsodium-sys_0.2.5-2.dsc a040a130c1091ae31de98bd9399ce6f5 2808 rust optional rust-libsodium-sys_0.2.5-2.debian.tar.xz dbddaa3a8dbf75150ea51bc2941baebc 8600 rust optional rust-libsodium-sys_0.2.5-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKggACgkQfmUo2nUv G+Ho3g//cp8MUcqhsodLWiWKn160a3rTeAaSI+bH6VDfgvLxlp/Go4CeVl8z3rHm 3ppPyLRblWY+PlrvFkKVpP4Oth+rmirtL8uPBQSD2lDPGoiuyBByOyEIcCZwNVeU mug5KC9qtw8TRkudswsxIkzqvS3mmB1aVhbmuC5eTbvd5pucKp6uFsjtrU5J5ihn 4EGs9OylUIs1Rcm1+ffBlv4PQ/DoXfhQhIEt7tZRO9DMhE/xlZo0URTSqkHYsCtV PoE6YMgA1b6zPgIEpOdx5kH8NU6Z5khozhnJjFQP+2qEitqAuRdIviG5t5EkO063 Xj5quVLCn26i1cRunpycmHcPZWYVWpT2NgDOEdOCmIz0Nm+bnsMS83TOoVoCV6co d8Z09uFApyDUv9ITzoReVUdiF+SPAm8lTm9RP1pJ1KG9w/OsXMKTmvYbWNT196y5 AUZD3zOsceGMmB1d7MJcb/ZJhz+nKLAKh+4KjUcTmNt7BtOaDq/vhv5XAXnPr+WO vJCNQnDfEZaoegoms10h48eDRQ2gZFmBN1dZWaKoMbA+raDejgDiyKQWBrTTgvQo +HYWE/lT0/eH0UHTceIcp4eDK6TuJ9VEyig2wXWj0ZJbEQ7F2DhVI7GMv4wFZyA9 ykPcgjyluDUopYKgMtbPoXuFOJC0pscawSrQHRJb71MzqylzXp8= =vS8a -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:49:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:49:42 +0000 Subject: [Pkg-rust-maintainers] rust-simplelog_0.7.4-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:26:38 +0200 Source: rust-simplelog Architecture: source Version: 0.7.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-simplelog (0.7.4-2) unstable; urgency=medium . * Package simplelog 0.7.4 from crates.io using debcargo 2.4.2 Checksums-Sha1: e495672c572a565dbf770130719f7efac1dfe19c 2434 rust-simplelog_0.7.4-2.dsc c45200df128aa11d09486dbe248df1499133dfb9 2836 rust-simplelog_0.7.4-2.debian.tar.xz 57a1cfb291c1b9069f5e346dd84fe79c77d502e0 8461 rust-simplelog_0.7.4-2_source.buildinfo Checksums-Sha256: 376da941c86d4b027e3fe9a4731db669e7f2f158e148d48b85c6fd60c100a5dc 2434 rust-simplelog_0.7.4-2.dsc b28228385ebe80ce5c2317460503756e55659f66d798c30dd2755a43717192f5 2836 rust-simplelog_0.7.4-2.debian.tar.xz 60bf8b41affee1137e7d6ac3c0a93cf32c8889db17e6279b51d16d089a2f0d28 8461 rust-simplelog_0.7.4-2_source.buildinfo Files: eb15fd4dcc84c1bbd7d168c7490a61df 2434 rust optional rust-simplelog_0.7.4-2.dsc 1172bb1bb10b14a81ac969ab816ed5f2 2836 rust optional rust-simplelog_0.7.4-2.debian.tar.xz a67c52fac358080a0eea6282808eb1da 8461 rust optional rust-simplelog_0.7.4-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKfAACgkQfmUo2nUv G+E6kg/9HKizB0/mdwO+Ckp2CsJmzst2vNHEeYfNO2iGfrsawgf0dUUUNxwPyAJV kg8WgCfiPGnrHQgmiYeeZpGYIGzPxIXO4+YOYpYRv/6WmmrsF1cJm+MYObgYpZWQ oQfhTTh7rKMH/R3/N7KJnrEH4qHxIb5nhWh7lmtCEmd9kCN+4BooB6I+sN39rzUv VmKbQwtUW2V0/O87w0rua16MViE9Zb2zL+hjL3Tg1XdxuMsmBn/KnO1MWpdGed+4 O/YqTCeN4U3eDvnTK7FBD4bbL+jkXiPzzOzfQa9IlZjX7+9g+gf+HDxDmixeT4js or+0wPLB7PucnSUAeVqpHZqSYwgR2upzZg8mvuA/p9whsn/s06G0sOSE/ZzLleDH RaYsA1GhXL52NmiYi1PH/SOS+nfGwfMR9uLPfC8OLnZtD3qQNcndHIDnccbhIYhM esgpvmCbwl9CR9lr7S+QguUQ3w6VKP4aHhB0TMt7eNPFLgqhMGH7hqEZ3uzEIgsu LBSETxTdk1khoNtPg7UvDoyauhXM74aWejRBoHz1PKc3h/jfiDrB6Xw4yYlBi2Pb ami5tBiVKwn6Ru3eB5apPkcc7ZPiIVt71tWC7CyrZfdEsoZbKUG3kCxCkrWWpmAR OXwCSI8Gikm7iIpQQrzffxlC2npPpV3adlnpnqq5T/6PmP/PCtE= =GsoE -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:49:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:49:48 +0000 Subject: [Pkg-rust-maintainers] rust-tui_0.8.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:24:59 +0200 Source: rust-tui Architecture: source Version: 0.8.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-tui (0.8.0-2) unstable; urgency=medium . * Team upload. * Package tui 0.8.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: b34e7c1b191030a28cbd181826bb2a74c01dd0e8 3066 rust-tui_0.8.0-2.dsc ac61e9f1f8c46fdf6e86a7baa482caf2dda7f6c7 3092 rust-tui_0.8.0-2.debian.tar.xz a2911091deb648af8194ac588a884ce9ce12a376 8785 rust-tui_0.8.0-2_source.buildinfo Checksums-Sha256: 20006b637763bc1fb1b0bcd33ca313cc35111193a643c0f8f05a86a9a7f718f6 3066 rust-tui_0.8.0-2.dsc 4d8123ab873745a9dbf477c2e9a9f5b7bc17797ace72fc94b3e1471eb5f75a0c 3092 rust-tui_0.8.0-2.debian.tar.xz 3ab8c3f07534b071629fe585aad284c9fa7566b8facd630cf76ca3188b9c62fa 8785 rust-tui_0.8.0-2_source.buildinfo Files: 87d3219e3ad750918e2a22fc7e51891e 3066 rust optional rust-tui_0.8.0-2.dsc 3ef1b8d55ac5aade73f47b40410614a5 3092 rust optional rust-tui_0.8.0-2.debian.tar.xz 7237dbdedeefdaacf7d702169daf6285 8785 rust optional rust-tui_0.8.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKY0ACgkQfmUo2nUv G+H8/A/+NCoFL6ecxYZRxtrCiU9NF+qT9ihiJgU8ZXaUEcSdOf45K5+XwNxtgNF3 RPtqS5NpxPu6n8XIEKhxpHXznMQJRrR0WUjXIHYzZs0Dqfwa4MU+ePJckUUvcSD7 475SGUXYe2NqVX/01bm6KCdVsljgoyu69J3JihI2PXrZ+RziKD/hpvCZNcSHAOfI mM6S1XGwlkP7Lfms+bs1CA5+elhD8dTiyXxmemy4yimJiJlDws8XM3A/7cRy+MLT LkIe5S12d18uXFlowS/51GSXhZ7CUoB5z7eHQsaKep31/CLlWSoVh4cQvm2VlHQx 0R5y6EIoaP+JkO6p4JvOYPMc6wQxVIGTVPkjiexeHORtddjKfBFvGzTb63wAi9mf EYyUzpekeRuczaA3WozKtj/w9oG1Wv+QKjD7CQIaWJf9WEpJ/vHQ8jbstuwTLOZC QQkdNRdWGEXmkxJ93ZGm+1/d3mg78Sh5aKBGNicRNFxE2UfrP90yoHFtlFOoSeOz cINYIfi70CD8gcxTRa6gR1BbDmpO16pmOh+MQaOdLczz5LG1bgNcsVoJMzHd9V4V ex9QLqUBfF8Kfywj7K9p4+jXhypppWqRI990mQ9VlacG+M0TMgnKih0JVmFQ9HBn ZjENjY4ILYtelILcYf/G7fZaWkVWHusgUV2vW4aPAouK9LHhKok= =5QYj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 22 12:49:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 11:49:53 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-script_0.3.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 22 Apr 2020 13:25:24 +0200 Source: rust-unicode-script Architecture: source Version: 0.3.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Changes: rust-unicode-script (0.3.0-2) unstable; urgency=medium . * Team upload. * Package unicode-script 0.3.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 87b6aae59b4c018c0119e6c09556a48aa22333dc 2283 rust-unicode-script_0.3.0-2.dsc 618a54607eabe197b465222b550dfed2430421db 2872 rust-unicode-script_0.3.0-2.debian.tar.xz fbbc214ec66d3c7b4c151651c5c76d822ed5c978 8429 rust-unicode-script_0.3.0-2_source.buildinfo Checksums-Sha256: d602f1002671a4d79543c2d3544dc5ddd3fe56261bcb10747345ea91b8e9240b 2283 rust-unicode-script_0.3.0-2.dsc f038eaa050593b33833016711d3dbbd4faee4146920d6c9bbe3ec6e7a55728bd 2872 rust-unicode-script_0.3.0-2.debian.tar.xz 89e0f9b3d77a900af4c4e928b169c933dc9e671bc39a0f265d78773525e51512 8429 rust-unicode-script_0.3.0-2_source.buildinfo Files: 7d5bed7c94ca810158101d554b70b3b3 2283 rust optional rust-unicode-script_0.3.0-2.dsc 1fbaf4ad12823a49fff61a861deba930 2872 rust optional rust-unicode-script_0.3.0-2.debian.tar.xz 1d9c9e08a77f3f15fb09c94a2b3f1f25 8429 rust optional rust-unicode-script_0.3.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAl6gKacACgkQfmUo2nUv G+FLCw//XH1m0QCX498UuGPaALzJ0Vlh2IFws2aqxyMmXSsfliLxQPZnT+dmIe+A famBHEqjLRUAECU5JNOqDLu0LPbapCJlEbmIiyPoagVPOuR4P28rmJ8CbN2yIWzV x4yitGwo2VwgFPK0ijMBtdxX6KG7/09S4pGsZ13M3br4Xj/eDZ1W0kpfJ3OXnD32 +YmJUonrXEdtH7oQPfJxUiDRWPSFNh3A2f9hekq2MRBwwXb2rUzl6gsi2EFTMYos JQqbaG/0Q1xfQjLBTSYH5ygtMPVqj7SfBICr6WifqmTmqSSqXsq7KrtW2YduA177 /lTsi/JsGQ29oof7zO2X8jKYbN2hzTI7D1/EQ8ZSouD53tOl5W6/jPzdncAW6ooJ 2pP375Cm2LswsvoZir5aKHBCUXuaG4nuQuoPEYy24Hxgo4FMbTQXj9ZBm0U0CsJl ppLSjFcGg3hDMruNGcJ39tcOUpLKqLE9f3ufXnY4IUbnwK2Aiq4s8WsPXWsYB/QB 75IT6QA8YAKcsBWfBELeNGj/za6mEjfK7wFv3MHUCQvVxUtJtugkuoelWF6bG2fY 4Il8tMMoGOxCqJ7xQGiiTFerQKIJXbK8q2EWplS2v64HpK8tfm4W5q6JFTh6rLIA VI2KQSQlMPOVdfHeq/n0wB670OsIQA7RuSJiS0mpfK7Md7lAFGw= =WiSg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From benattris at gezapig.nl Wed Apr 22 17:46:03 2020 From: benattris at gezapig.nl (Ben Tris) Date: Wed, 22 Apr 2020 18:46:03 +0200 Subject: [Pkg-rust-maintainers] Debian, to maint/upl of packages with fatal binaries error. Message-ID: <373b35de-0b1f-372c-efa3-58fc571d36d3@gezapig.nl> Hello, To package maintainer and or uploader(s) from Sorted out packages with this fatal testing migrations issue(s) Not built on buildd: arch X binaries uploaded by X and/or Not built on buildd: arch all binaries uploaded by X, a new source-only upload is needed to allow migration https://tracker.debian.org/pkg/rust-async-trait https://tracker.debian.org/pkg/rust-bcder https://tracker.debian.org/pkg/rust-cargo-lichking https://tracker.debian.org/pkg/rust-cargo-lock https://tracker.debian.org/pkg/rust-crossterm-winapi https://tracker.debian.org/pkg/rust-gstreamer-audio https://tracker.debian.org/pkg/rust-gstreamer-base https://tracker.debian.org/pkg/rust-gstreamer-video https://tracker.debian.org/pkg/rust-image https://tracker.debian.org/pkg/rust-librespot-protocol https://tracker.debian.org/pkg/rust-libsodium-sys https://tracker.debian.org/pkg/rust-ncurses https://tracker.debian.org/pkg/rust-pbkdf2 https://tracker.debian.org/pkg/rust-pin-utils https://tracker.debian.org/pkg/rust-protobuf https://tracker.debian.org/pkg/rust-protobuf-codegen https://tracker.debian.org/pkg/rust-protobuf-codegen-pure https://tracker.debian.org/pkg/rust-rspotify https://tracker.debian.org/pkg/rust-selectors https://tracker.debian.org/pkg/rust-simplelog https://tracker.debian.org/pkg/rust-tokio-process https://tracker.debian.org/pkg/rust-trust-dns-proto https://tracker.debian.org/pkg/rust-unicode-script https://tracker.debian.org/pkg/rust-xcb https://tracker.debian.org/pkg/rust-zstd Nice Day, Ben -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From ftpmaster at ftp-master.debian.org Wed Apr 22 19:00:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 22 Apr 2020 18:00:18 +0000 Subject: [Pkg-rust-maintainers] rust-ogg_0.7.0-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 29 Dec 2019 22:49:16 GMT Source: rust-ogg Binary: librust-ogg+async-dev librust-ogg+bytes-dev librust-ogg+futures-dev librust-ogg+tokio-io-dev librust-ogg-dev Architecture: amd64 source Version: 0.7.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: librust-ogg+async-dev - Ogg container decoder and encoder written in pure Rust - feature librust-ogg+bytes-dev - Ogg container decoder and encoder written in pure Rust - feature librust-ogg+futures-dev - Ogg container decoder and encoder written in pure Rust - feature librust-ogg+tokio-io-dev - Ogg container decoder and encoder written in pure Rust - feature librust-ogg-dev - Ogg container decoder and encoder written in pure Rust - Rust sou Changes: rust-ogg (0.7.0-1) unstable; urgency=medium . * Package ogg 0.7.0 from crates.io using debcargo 2.4.0 Checksums-Sha256: cf683407e55f03105329f5b0ef3c8caa57b84ea069c7a0cb9c97fd44849d5e8a 1040 librust-ogg+async-dev_0.7.0-1_amd64.deb fb59a5af4619cd336a4cbfde8fd3af90b31a829db88b00d04bfa413a2b25ec52 1024 librust-ogg+bytes-dev_0.7.0-1_amd64.deb a69363109dbf7c114205c4a7e313bb821f29469c8af0dcb29b9054077901d436 1028 librust-ogg+futures-dev_0.7.0-1_amd64.deb 374cb35055ad1e39df421e0e6e421fc7f1a06dc3fa631efc720e9732bcea31b2 1028 librust-ogg+tokio-io-dev_0.7.0-1_amd64.deb e8d53722b60ecd8b4263b271de3ae90a93029525879abe5a1dd5b39eaac33d7f 24488 librust-ogg-dev_0.7.0-1_amd64.deb b9630b9aa329741f602d993fef40f01409d5aac9ce34152129f984f141b2321a 7515 rust-ogg_0.7.0-1_amd64.buildinfo b0d22688603f45b7db17f5c3ec51fb7da793950082c3077df552ca77ac39bd09 1828 rust-ogg_0.7.0-1.dsc d79f1db9148be9d0e174bb3ac890f6030fcb1ed947267c5a91ee4c91b5a91e15 24781 rust-ogg_0.7.0.orig.tar.gz c39d11ce79bd69a3d87bab0080c628bc11c35d8992c11b90bdbbd517ee2a63e2 3404 rust-ogg_0.7.0-1.debian.tar.xz Checksums-Sha1: 8c324de7255e21cb8db4ce295e2106239bfd7194 1040 librust-ogg+async-dev_0.7.0-1_amd64.deb 9113625b30c461ca1254404487fea8604e1c2a47 1024 librust-ogg+bytes-dev_0.7.0-1_amd64.deb af8b550edd319f33deb50a0c20a3e916fdcb633f 1028 librust-ogg+futures-dev_0.7.0-1_amd64.deb 23aacce71d5a9ec29d2ac7715e976a526fbc7ca8 1028 librust-ogg+tokio-io-dev_0.7.0-1_amd64.deb 75556afc3d3b7526443fa214e6e2b79010e42f45 24488 librust-ogg-dev_0.7.0-1_amd64.deb 128be0098bc79589e8f0b02b97b888a0a9821c1d 7515 rust-ogg_0.7.0-1_amd64.buildinfo 101ed07021dc004dcb94d7b4497e726f172096d4 1828 rust-ogg_0.7.0-1.dsc d6f6834fa22de97bb75b1292e5ed4dc2cc416345 24781 rust-ogg_0.7.0.orig.tar.gz 3a117e2303e8abbab044412e757fb641ee2d6bad 3404 rust-ogg_0.7.0-1.debian.tar.xz Files: 45c2be3dade44747e43631763f34736c 1040 rust optional librust-ogg+async-dev_0.7.0-1_amd64.deb 6aa663af84063e988040678c4fec2947 1024 rust optional librust-ogg+bytes-dev_0.7.0-1_amd64.deb aec0a5b50dba0bb1689ebb0bea355590 1028 rust optional librust-ogg+futures-dev_0.7.0-1_amd64.deb 3c4883516774447ef8b32440063d78a3 1028 rust optional librust-ogg+tokio-io-dev_0.7.0-1_amd64.deb 889aeebbd3f70ae2f69e0f9298faceb5 24488 rust optional librust-ogg-dev_0.7.0-1_amd64.deb 61d0dc91434f9608612df305ea728062 7515 rust optional rust-ogg_0.7.0-1_amd64.buildinfo b0941d089c77d7022c5c0852004643ec 1828 rust optional rust-ogg_0.7.0-1.dsc 9e023bc2c9d221d189812ddfb4139ea4 24781 - - rust-ogg_0.7.0.orig.tar.gz c27663242a0e1ff8cccd3d0336bdfaa6 3404 - - rust-ogg_0.7.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXgktcAAKCRDrH8jaRfsp MFcAAQCx/XpQjyJoTQ0Pm4zcmcc6tQS6WiWojEzZpHPx+siAIQD/WX5pQjfPCm57 /n4sopzr1XRa4wd26EFx679xHTumVAw= =oL9V -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed Apr 22 23:33:07 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 22 Apr 2020 22:33:07 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953179 References: <1587594531-1022-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953179 Bug #953179 [src:rust-glob] src:rust-glob: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953179: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953179 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Wed Apr 22 23:33:10 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 22 Apr 2020 22:33:10 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953690 References: <1587594608-635-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953690 Bug #953690 [src:rust-cpp-demangle] src:rust-cpp-demangle: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953690: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953690 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Wed Apr 22 23:33:11 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 22 Apr 2020 22:33:11 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953690 References: <1587594613-275-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953690 Bug #953690 {Done: Ximin Luo } [src:rust-cpp-demangle] src:rust-cpp-demangle: fails to migrate to testing for too long Bug 953690 is already marked as done; not doing anything. > thanks Stopping processing here. Please contact me if you need assistance. -- 953690: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953690 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Wed Apr 22 23:33:14 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 22 Apr 2020 22:33:14 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953689 References: <1587594619-3172-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953689 Bug #953689 [src:rust-enum-as-inner] src:rust-enum-as-inner: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953689 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Wed Apr 22 23:33:17 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 22 Apr 2020 22:33:17 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 953688 References: <1587594627-1211-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 953688 Bug #953688 [src:rust-tempfile] src:rust-tempfile: fails to migrate to testing for too long Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 953688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953688 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From noreply at release.debian.org Thu Apr 23 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-aes-soft 0.3.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-aes-soft source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-enum-primitive-derive 0.1.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-enum-primitive-derive source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-svgdom 0.18.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-svgdom source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.18.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-block-cipher-trait 0.6.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-block-cipher-trait source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-inotify-sys 0.1.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-inotify-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-json 0.12.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-json source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.12.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-servo-freetype-sys 4.0.5-2 MIGRATED to testing Message-ID: FYI: The status of the rust-servo-freetype-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 4.0.5-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-ntapi 0.3.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-ntapi source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-malloc-buf 1.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-malloc-buf source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-quickcheck-macros 0.9.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-quickcheck-macros source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-svgtypes 0.5.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-svgtypes source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-tabwriter 1.2.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-tabwriter source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-regex 1.3.7-1 MIGRATED to testing Message-ID: FYI: The status of the rust-regex source package in Debian's testing distribution has changed. Previous version: 1.3.6-1 Current version: 1.3.7-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-onig 5.0.0-3 MIGRATED to testing Message-ID: FYI: The status of the rust-onig source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 5.0.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-gettext 0.4.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gettext source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-listenfd 0.3.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-listenfd source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-libgpg-error-sys 0.5.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-libgpg-error-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-generator 0.6.20-2 MIGRATED to testing Message-ID: FYI: The status of the rust-generator source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.20-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-proc-macro-nested 0.1.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-proc-macro-nested source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-ascii-table 2.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-ascii-table source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-sval-derive 0.5.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-sval-derive source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-derive-builder-core 0.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-derive-builder-core source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-boxfnonce 0.1.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-boxfnonce source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-darling 0.10.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-darling source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-dhcp4r 0.2.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-dhcp4r source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:27 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:27 +0000 Subject: [Pkg-rust-maintainers] rust-array-macro 1.0.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-array-macro source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-ctr 0.3.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-ctr source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-float-cmp 0.6.0-3 MIGRATED to testing Message-ID: FYI: The status of the rust-float-cmp source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:28 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:28 +0000 Subject: [Pkg-rust-maintainers] rust-cargo-platform 0.1.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-cargo-platform source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-gpg-error 0.5.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gpg-error source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-data-encoding-macro 0.1.7-2 MIGRATED to testing Message-ID: FYI: The status of the rust-data-encoding-macro source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-target-lexicon 0.10.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-target-lexicon source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-linear-map 1.2.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-linear-map source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.2.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-syntect 3.3.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-syntect source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.3.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-unindent 0.1.5-2 MIGRATED to testing Message-ID: FYI: The status of the rust-unindent source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.5-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-unicode-vo 0.1.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-unicode-vo source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-hex-literal 0.2.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-hex-literal source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-hex-literal-impl 0.2.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-hex-literal-impl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-exec 0.3.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-exec source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-console-error-panic-hook 0.1.6-2 MIGRATED to testing Message-ID: FYI: The status of the rust-console-error-panic-hook source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.6-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-cassowary 0.3.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-cassowary source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-unwrap 1.2.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-unwrap source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.2.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-sw-composite 0.7.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-sw-composite source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-vergen 3.0.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-vergen source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 3.0.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:33 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:33 +0000 Subject: [Pkg-rust-maintainers] rust-whoami 0.8.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-whoami source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-vcpkg 0.2.8-1 MIGRATED to testing Message-ID: FYI: The status of the rust-vcpkg source package in Debian's testing distribution has changed. Previous version: 0.2.6-1 Current version: 0.2.8-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:30 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:30 +0000 Subject: [Pkg-rust-maintainers] rust-cstr-argument 0.1.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-cstr-argument source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-shannon 0.2.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-shannon source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-parse-arg 0.1.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-parse-arg source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-sysinfo 0.13.2-3 MIGRATED to testing Message-ID: FYI: The status of the rust-sysinfo source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.13.2-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-prettytable-rs 0.8.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-prettytable-rs source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-num-cpus 1.13.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-num-cpus source package in Debian's testing distribution has changed. Previous version: 1.11.1-1 Current version: 1.13.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-random 0.12.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-random source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.12.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-lscolors 0.7.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-lscolors source package in Debian's testing distribution has changed. Previous version: 0.6.0-1 Current version: 0.7.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:31 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:31 +0000 Subject: [Pkg-rust-maintainers] rust-quick-xml 0.17.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-quick-xml source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.17.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 23 05:39:32 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 23 Apr 2020 04:39:32 +0000 Subject: [Pkg-rust-maintainers] rust-scrawl 1.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-scrawl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Thu Apr 23 10:25:42 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 09:25:42 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-diesel_1.4.4-1_amd64.changes Message-ID: rust-diesel_1.4.4-1_amd64.changes uploaded successfully to localhost along with the files: librust-diesel+bigdecimal-dev_1.4.4-1_amd64.deb librust-diesel+bitflags-dev_1.4.4-1_amd64.deb librust-diesel+chrono-dev_1.4.4-1_amd64.deb librust-diesel+default-dev_1.4.4-1_amd64.deb librust-diesel+deprecated-time-dev_1.4.4-1_amd64.deb librust-diesel+extras-dev_1.4.4-1_amd64.deb librust-diesel+ipnetwork-dev_1.4.4-1_amd64.deb librust-diesel+libc-dev_1.4.4-1_amd64.deb librust-diesel+libsqlite3-sys-dev_1.4.4-1_amd64.deb librust-diesel+mysql-dev_1.4.4-1_amd64.deb librust-diesel+mysqlclient-sys-dev_1.4.4-1_amd64.deb librust-diesel+network-address-dev_1.4.4-1_amd64.deb librust-diesel+num-bigint-dev_1.4.4-1_amd64.deb librust-diesel+num-integer-dev_1.4.4-1_amd64.deb librust-diesel+num-traits-dev_1.4.4-1_amd64.deb librust-diesel+numeric-dev_1.4.4-1_amd64.deb librust-diesel+percent-encoding-dev_1.4.4-1_amd64.deb librust-diesel+postgres-dev_1.4.4-1_amd64.deb librust-diesel+pq-sys-dev_1.4.4-1_amd64.deb librust-diesel+quickcheck-dev_1.4.4-1_amd64.deb librust-diesel+r2d2-dev_1.4.4-1_amd64.deb librust-diesel+serde-json-dev_1.4.4-1_amd64.deb librust-diesel+sqlite-dev_1.4.4-1_amd64.deb librust-diesel+unstable-dev_1.4.4-1_amd64.deb librust-diesel+url-dev_1.4.4-1_amd64.deb librust-diesel+uuid-dev_1.4.4-1_amd64.deb librust-diesel+uuidv07-dev_1.4.4-1_amd64.deb librust-diesel-dev_1.4.4-1_amd64.deb rust-diesel_1.4.4-1_amd64.buildinfo rust-diesel_1.4.4-1.dsc rust-diesel_1.4.4.orig.tar.gz rust-diesel_1.4.4-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Apr 23 10:35:10 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 09:35:10 +0000 Subject: [Pkg-rust-maintainers] rust-diesel_1.4.4-1_amd64.changes is NEW Message-ID: binary:librust-diesel+percent-encoding-dev is NEW. binary:librust-diesel+uuidv07-dev is NEW. binary:librust-diesel+percent-encoding-dev is NEW. binary:librust-diesel+uuidv07-dev is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Thu Apr 23 11:00:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 10:00:13 +0000 Subject: [Pkg-rust-maintainers] rust-dotenv_0.15.0-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 31 Dec 2019 01:45:53 GMT Source: rust-dotenv Binary: dotenv dotenv-dbgsym librust-dotenv+clap-dev librust-dotenv-dev Architecture: amd64 source Version: 0.15.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: dotenv - `dotenv` implementation for Rust librust-dotenv+clap-dev - `dotenv` implementation for Rust - feature "clap" and 1 more librust-dotenv-dev - `dotenv` implementation for Rust - Rust source code Changes: rust-dotenv (0.15.0-1) unstable; urgency=medium . * Package dotenv 0.15.0 from crates.io using debcargo 2.4.0 . [ Justin Geibel ] * Rename `dotenv` to `dotenv-rust` on the PATH . [ Niklas Claesson ] * Team upload. * Package dotenv 0.14.1 from crates.io using debcargo 2.4.0 Checksums-Sha256: 20c6472ec195534c60763ffbb0674e420402ca05bb28067d1e315b328648939f 2237608 dotenv-dbgsym_0.15.0-1_amd64.deb 20116012d9f89a70114a2924ea1853cad55f868a9ea41bba05757e5a7ee56ebd 272452 dotenv_0.15.0-1_amd64.deb 9204104df5473b1bfe9d56a0870869742b168b8b6e121c9c803ae44a976139a3 1096 librust-dotenv+clap-dev_0.15.0-1_amd64.deb fdbcb860b167aac650e59d6d91487177414aff59033b72134de5937abb0a2107 11888 librust-dotenv-dev_0.15.0-1_amd64.deb 2aa836f819b6d56b9cdf6ee6a6a276a0bcc1068aa9752718f6ebf6657c8c885d 7752 rust-dotenv_0.15.0-1_amd64.buildinfo 3d5bddc9544a229756573e9417982eadc5b461171ee3e7f816f5f65551e6aa66 1706 rust-dotenv_0.15.0-1.dsc 77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f 11668 rust-dotenv_0.15.0.orig.tar.gz cf599f9b896ed78b34cbc58450f9e87521d08ae48ea77c17117c74cb7b8c7050 3296 rust-dotenv_0.15.0-1.debian.tar.xz Checksums-Sha1: 07fbb8a05125804ca15a7be822d9264cb273a39a 2237608 dotenv-dbgsym_0.15.0-1_amd64.deb 9471791dea32bfc0d31dfb5e7943294b139130a0 272452 dotenv_0.15.0-1_amd64.deb bc6f4217558187345501ba594e3c3cf666ccc8ce 1096 librust-dotenv+clap-dev_0.15.0-1_amd64.deb 6937270f4fad273f82713efb89400fdd2c79a2fb 11888 librust-dotenv-dev_0.15.0-1_amd64.deb cc5c8e16b9ab49c0b72cf0f5c5bfbc444e3a8109 7752 rust-dotenv_0.15.0-1_amd64.buildinfo 68c3e118ef2d2a45c913c4e9d4ce872b7d2f6e62 1706 rust-dotenv_0.15.0-1.dsc f1d08d2f1a11b2618d4628bd95fe69acb1f6c6bd 11668 rust-dotenv_0.15.0.orig.tar.gz f1a1fc0e562e1b91c34f7be65eb5282a82cc3138 3296 rust-dotenv_0.15.0-1.debian.tar.xz Files: 8dc0a4c0865789134f7dee7b41d5d632 2237608 debug optional dotenv-dbgsym_0.15.0-1_amd64.deb 718b6502b09650a7e303d1058ec6c7df 272452 devel optional dotenv_0.15.0-1_amd64.deb 4216073c24b43b7c887b72ab0b980d14 1096 rust optional librust-dotenv+clap-dev_0.15.0-1_amd64.deb a0e866ed87b72ab73a831568ff6201f1 11888 rust optional librust-dotenv-dev_0.15.0-1_amd64.deb 34e2d1d63c77a80ce767fdf10f591574 7752 rust optional rust-dotenv_0.15.0-1_amd64.buildinfo 68de948fe1f890f9e4e4f96f5b824257 1706 rust optional rust-dotenv_0.15.0-1.dsc 21f7682fe66353c432584ab63c12fdf6 11668 - - rust-dotenv_0.15.0.orig.tar.gz 44f40a95244ae9bc52d9365b8e690fc9 3296 - - rust-dotenv_0.15.0-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXgqoUQAKCRDrH8jaRfsp MEPrAQDrX6dEdcLktKssHdRKrOZqaJqrbkQ0GumavSsABrEfXwD8Cnh66je1OlwU BwDqSSmvyH37kCCPr8yg6aT2nuj5ow0= =RPdw -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Apr 23 11:00:14 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 10:00:14 +0000 Subject: [Pkg-rust-maintainers] rust-dotenv_0.15.0-2_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 31 Dec 2019 16:11:17 GMT Source: rust-dotenv Binary: dotenv dotenv-dbgsym librust-dotenv+clap-dev librust-dotenv-dev Architecture: amd64 source Version: 0.15.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Ximin Luo Description: dotenv - `dotenv` implementation for Rust librust-dotenv+clap-dev - `dotenv` implementation for Rust - feature "clap" and 1 more librust-dotenv-dev - `dotenv` implementation for Rust - Rust source code Changes: rust-dotenv (0.15.0-2) unstable; urgency=medium . * Team upload. * Package dotenv 0.15.0 from crates.io using debcargo 2.4.0 * Neater way of installing the binary into /usr/lib/cargo Checksums-Sha256: d75bbb21d76aedcca68a650b0494917df70dd26efcfc58fd95b2db52ca7e68ea 2237616 dotenv-dbgsym_0.15.0-2_amd64.deb 5620964db7dc1567be8077f50e73a72f082bb1e533f374820ee9f5df55bcdbd1 272548 dotenv_0.15.0-2_amd64.deb 3d9fb37523c32785ae60bd51be53ff21c1da7cd274e42a1f1db91acdc2497da7 1096 librust-dotenv+clap-dev_0.15.0-2_amd64.deb 44d064cc61c559832542c1c7ded52eff08de96a1d6f20c3df5af6755ef6b4c84 11968 librust-dotenv-dev_0.15.0-2_amd64.deb 4871bbb4a4c099bc5089531d8dc87604dd129098055da2ab615bf8decabd5240 7752 rust-dotenv_0.15.0-2_amd64.buildinfo 7de115c9aee30895bfd2069715ebee3b5a8caac76b688f6d9a2532b8e032f544 1706 rust-dotenv_0.15.0-2.dsc 77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f 11668 rust-dotenv_0.15.0.orig.tar.gz b001f4576ec7917110922fcbcad354e7e5e166b738b31d7890552fb3f90cc6de 3296 rust-dotenv_0.15.0-2.debian.tar.xz Checksums-Sha1: dc37497973515d973bfb840705c55cc2bc3511ba 2237616 dotenv-dbgsym_0.15.0-2_amd64.deb 266db10c65a1674ce816736bc02d0c360158412c 272548 dotenv_0.15.0-2_amd64.deb 212788a5e2fcae4f96e0140c179cc05c4ac47c24 1096 librust-dotenv+clap-dev_0.15.0-2_amd64.deb 0a24fec7658625ef1aad28e82a726af03ddc3985 11968 librust-dotenv-dev_0.15.0-2_amd64.deb 46d8b55114038730c3d3c2cd99b5e85e0f4a7a08 7752 rust-dotenv_0.15.0-2_amd64.buildinfo c6b9a741b6d7407623af5617eb3c33ec819071e1 1706 rust-dotenv_0.15.0-2.dsc f1d08d2f1a11b2618d4628bd95fe69acb1f6c6bd 11668 rust-dotenv_0.15.0.orig.tar.gz 0edaea2a564cfd450294250eff666c6e8636c20c 3296 rust-dotenv_0.15.0-2.debian.tar.xz Files: dce6653b46117ca1e723b57f18ea6dd8 2237616 debug optional dotenv-dbgsym_0.15.0-2_amd64.deb 44af355613ed2a36d36f441955221b65 272548 devel optional dotenv_0.15.0-2_amd64.deb f5846c22ffe1148d08548389ff4afc45 1096 rust optional librust-dotenv+clap-dev_0.15.0-2_amd64.deb 97fdaa8664740267b4cfc0f828556a28 11968 rust optional librust-dotenv-dev_0.15.0-2_amd64.deb 484c3abf2b9f3b82df09c714ce973dd8 7752 rust optional rust-dotenv_0.15.0-2_amd64.buildinfo 95de1e1db1074b5b7065397caee077dc 1706 rust optional rust-dotenv_0.15.0-2.dsc 21f7682fe66353c432584ab63c12fdf6 11668 - - rust-dotenv_0.15.0.orig.tar.gz e96fa4c8ed43cdbef7da28e8a29739bf 3296 - - rust-dotenv_0.15.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQReYinNQ9GpZ9TYcRrrH8jaRfspMAUCXgtzJQAKCRDrH8jaRfsp MFFxAP9lsbrG+FhTtmH0NW0p3eLrDeH2z9U3AI7/KGyTXcNPvQD+JTNdbtLCmuXd xCMBmaZWiHI+Yjy9k+w/jw+Z2MGgZAs= =nFdL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From solomonugwuagu at gmail.com Thu Apr 23 11:30:55 2020 From: solomonugwuagu at gmail.com (SOLOMON UGWUAGU) Date: Thu, 23 Apr 2020 12:30:55 +0200 Subject: [Pkg-rust-maintainers] =?utf-8?q?Estimado_propietario_del_correo_?= =?utf-8?q?electr=C3=B3nico_/_beneficiario_del_fondo=2C?= Message-ID: Estimado propietario del correo electrónico / beneficiario del fondo, Le envié esta carta hace un mes, pero no supe nada de usted, no estoy seguro de si la recibió, y es por eso que la envié nuevamente. Primero, soy la Sra. Patricia Wilson, Directora Gerente y Presidenta del Fondo Monetario Internacional. De hecho, hemos revisado todos los obstáculos y problemas que rodearon su transacción incompleta y su incapacidad para cumplir con los cargos de transferencia recaudados, en su contra, por las opciones de transferencia anteriores, vea nuestro sitio para su confirmación 38 ° 53′56 ″ N 77 ° 2′39 ″ W Nosotros, la Junta de Directores, el Banco Mundial y el Fondo Monetario Internacional (FMI), Washington, D.C., no estamos en conformidad con el Departamento del Tesoro de los EE. UU. Y algunas otras agencias de investigación relevantes aquí en los Estados Unidos de América. Hemos ordenado nuestro pago en el extranjero Remittance Unit, United Bank of Africa para emitirle una tarjeta VISA, donde se cargará su fondo de $ 800,000.00usd, para un mayor retiro de su fondo. Durante el curso de nuestra investigación, descubrimos con consternación que su pago ha sido innecesariamente Retrasado por funcionarios corruptos del Banco que intentan desviar sus fondos a sus cuentas privadas Y hoy le notificamos que su fondo ha sido acreditado en la Tarjeta VISA por el Banco UBA y también está listo para ser entregado a usted, Ahora comuníquese con la secretaria del Banco de la oficina central de UBA, su nombre es Mrs. Wilson Patricia, Correo electrónico: (headquarterubabankplctg at gmail.com) Envíele la siguiente información para la entrega de su tarjeta VISA ATM acreditada a su dirección. Tu nombre completo ====================== País =========================== Dirección de casa ====================== Una copia de su identificación: =========== Tu número de teléfono ================== Y su código postal =================== Sus ocupaciones =================== Director Sr. ASHILI WILLIAN. From owner at bugs.debian.org Thu Apr 23 14:21:02 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Apr 2020 13:21:02 +0000 Subject: [Pkg-rust-maintainers] Processed: tagging 949959 References: <1587647941-3304-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 949959 + pending Bug #949959 [debcargo] debcargo.toml should make it possible to declare additional dependencies for generated autopkgtests Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 949959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949959 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From plugwash at p10link.net Thu Apr 23 16:09:53 2020 From: plugwash at p10link.net (peter green) Date: Thu, 23 Apr 2020 16:09:53 +0100 Subject: [Pkg-rust-maintainers] Bug#958547: rust-curl-sys autopkgtest failure, looks for crate in the wrong place. Message-ID: Package: rust-curl-sys Version: 0.4.30-2 Severity: serious https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-curl-sys/5114465/log.gz > autopkgtest [15:59:42]: test librust-curl-sys+http2-dev: [----------------------- > crate directory not found: /usr/share/cargo/registry/curl-sys-0.4.30+curl-7.69.1 Looking at packages.debian.org the crate files actually seem to be in /usr/share/cargo/registry/curl-sys-0.4.30 -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Thu Apr 23 17:09:09 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Apr 2020 16:09:09 +0000 Subject: [Pkg-rust-maintainers] Processed: closing 958547 References: <1587658046-89-bts-infinity0@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 958547 Bug #958547 [rust-curl-sys] rust-curl-sys autopkgtest failure, looks for crate in the wrong place. Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 958547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958547 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From plugwash at p10link.net Thu Apr 23 19:21:40 2020 From: plugwash at p10link.net (peter green) Date: Thu, 23 Apr 2020 19:21:40 +0100 Subject: [Pkg-rust-maintainers] Bug#958547: closing 958547 ( rust-curl-sys autopkgtest failure, looks for crate in the wrong place. ) In-Reply-To: <1587658046-89-bts-infinity0@debian.org> References: <1587658046-89-bts-infinity0@debian.org> Message-ID: On 23/04/2020 17:07, Ximin Luo wrote: > close 958547 > thanks > > See https://alioth-lists.debian.net/pipermail/pkg-rust-maintainers/2020-January/009512.html > > Just be patient and wait a few days, the issue usually resolves itself. I have read that thread and I am aware of the issue that testing migration tests sometimes install the wrong version of the package and that when a version mismatch happens it results in errors that look at first glance similar to this one. In the case of such version mismatch errors I wait a bit and if waiting doesn't seem to be helping follow up with the release team and/or debci team. But I am pretty sure that is not what is going on here for a couple of reasons. 1. I checked the test log and there was no version mismatch to be seen. 2. The failure is also happening in plain unstable tests. My understanding is that the version mismatch issue is a quirk of the testing migration tests. It seems that the issue is that the upstream version is "0.4.30+curl-7.69.1", the Debian packaging seems to strip this down to 0.4.30 for the package versions and for the name of the directory in /usr/share/ but the autpkgtest uses the full version when looking for the source to test. Looking at previous test logs I also have a nasty feeling that if/when this is fixed the tests will fail for other reasons. From ftpmaster at ftp-master.debian.org Thu Apr 23 20:00:12 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 19:00:12 +0000 Subject: [Pkg-rust-maintainers] rust-thiserror_1.0.15-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 21 Apr 2020 17:46:47 -0400 Source: rust-thiserror Binary: librust-thiserror-dev Architecture: source amd64 Version: 1.0.15-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Description: librust-thiserror-dev - Derive(Error) - Rust source code Changes: rust-thiserror (1.0.15-1) unstable; urgency=medium . * Package thiserror 1.0.15 from crates.io using debcargo 2.4.2 . [ Sylvestre Ledru ] * Team upload. * Package thiserror 1.0.10 from crates.io using debcargo 2.4.0 . [ Wolfgang Silbermayr ] * Package thiserror 1.0.5 from crates.io using debcargo 2.4.0 Checksums-Sha1: c9c6f863f9b149c41b4b5a68cca08679f5679d2e 1749 rust-thiserror_1.0.15-1.dsc 795e3c141593006fd1ad106e6867d7a0a4f8fcc8 14448 rust-thiserror_1.0.15.orig.tar.gz c8aa83d2ca1f5483e359c262cda852832d07911e 2544 rust-thiserror_1.0.15-1.debian.tar.xz 4a7a43c514d0931521f6a3d26eaef316e0be3522 16528 librust-thiserror-dev_1.0.15-1_amd64.deb 10e7ecf2146fad772e688cb1dc8b16f66c297aa4 7834 rust-thiserror_1.0.15-1_amd64.buildinfo Checksums-Sha256: 657b9efceb1c735596729ebd36313e7f920f06e793db15c161e92dcf78ab6115 1749 rust-thiserror_1.0.15-1.dsc 54b3d3d2ff68104100ab257bb6bb0cb26c901abe4bd4ba15961f3bf867924012 14448 rust-thiserror_1.0.15.orig.tar.gz 28da7f7b66f0421fd3af24a2f4442e1004a33586803df9851a55b67dc789bf69 2544 rust-thiserror_1.0.15-1.debian.tar.xz 5156efcdc39eeb4367b4436f76ec6627d277012884c835ebfce1d9aafb287f0e 16528 librust-thiserror-dev_1.0.15-1_amd64.deb 0d98110bf44569d8d9c1b642cc18fbc348ebe932f4959720dac826f1e43331a9 7834 rust-thiserror_1.0.15-1_amd64.buildinfo Files: ebcba1ecbba43949e2cbe9206dd39f54 1749 rust optional rust-thiserror_1.0.15-1.dsc 67e90de1ea9d94338c081c5bc2f125db 14448 rust optional rust-thiserror_1.0.15.orig.tar.gz da978dddafada5238c12ac1084100511 2544 rust optional rust-thiserror_1.0.15-1.debian.tar.xz d57078b25e568184c420d9156ab27f73 16528 rust optional librust-thiserror-dev_1.0.15-1_amd64.deb 50827f348a61dbec6bf2855ff4946ec7 7834 rust optional rust-thiserror_1.0.15-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXp991wAKCRDEDyVUMvKB D144AQDq2opCqRoVbjK5VOlkTsgN6vmE7zVDs96W1EhPGzaNZAD/Y5+BsHCO1i32 jdG9SeZLXK5NW4QOkPAwXl4JAv7zDAI= =HWRq -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Thu Apr 23 21:10:08 2020 From: ftpmaster at ftp-master.debian.org (Thorsten Alteholz) Date: Thu, 23 Apr 2020 20:10:08 +0000 Subject: [Pkg-rust-maintainers] rust-freetype_0.4.1-1_amd64.changes REJECTED Message-ID: Hi Andrej, according to LICENSE-MIT the Mozilla Foundation should be mentioned as copyright holder as well. Thanks! Thorsten === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From infinity0 at debian.org Thu Apr 23 21:42:56 2020 From: infinity0 at debian.org (Ximin Luo) Date: Thu, 23 Apr 2020 21:42:56 +0100 Subject: [Pkg-rust-maintainers] Bug#958547: Bug#958547: closing 958547 ( rust-curl-sys autopkgtest failure, looks for crate in the wrong place. ) In-Reply-To: References: <1587658046-89-bts-infinity0@debian.org> Message-ID: peter green: > On 23/04/2020 17:07, Ximin Luo wrote: >> close 958547 >> thanks >> >> See https://alioth-lists.debian.net/pipermail/pkg-rust-maintainers/2020-January/009512.html >> >> Just be patient and wait a few days, the issue usually resolves itself. > > I have read that thread and I am aware of the issue that testing migration tests sometimes install the wrong version of the package and that when a version mismatch happens it results in errors that look at first glance similar to this one. In the case of such version mismatch errors I wait a bit and if waiting doesn't seem to be helping follow up with the release team and/or debci team. > > But I am pretty sure that is not what is going on here for a couple of reasons. > > 1. I checked the test log and there was no version mismatch to be seen. > 2. The failure is also happening in plain unstable tests. My understanding is that the version mismatch issue is a quirk of the testing migration tests. > > It seems that the issue is that the upstream version is "0.4.30+curl-7.69.1", the Debian packaging seems to strip this down to 0.4.30 for the package versions and for the name of the directory in /usr/share/ but the autpkgtest uses the full version when looking for the source to test. > You are right, I've fixed this in debcargo 293fb88f2156d0db6262349aa4b1c4d3a3b1186a. Affected packages will be fixed after the next release & ./update. > Looking at previous test logs I also have a nasty feeling that if/when this is fixed the tests will fail for other reasons. Why "nasty"? This, and 95% of recent similar bugs you and other people have filed, affects literally 0 users[*] and I guarantee you nobody else in the world cares about them existing. There are far worse things like the coronavirus to be worried about. It's not a big deal, at some point they will all be fixed, play a video game, read a book, play the guitar in the meantime, or something. X [*] obviously one can make the argument that indirectly users care, because they slow the migration progress to Debian Testing, but *we've set up these processes ourselves* so that is a circular argument. The fact that these processes are catching issues that no *users* care about is a bug about the process. -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git From benattris at gezapig.nl Thu Apr 23 23:44:55 2020 From: benattris at gezapig.nl (Ben Tris) Date: Fri, 24 Apr 2020 00:44:55 +0200 Subject: [Pkg-rust-maintainers] Debian, to maint/upl of packages with fatal binaries error. (forgot 1) Message-ID: <1a89a007-1dce-8b6e-92ca-a5b840ecb8bd@gezapig.nl> Hello, To package maintainer and/or uploader from Sorted out package(s) with this fatal testing migrations issue(s) Not built on buildd: arch X binaries uploaded by X and/or Not built on buildd: arch all binaries uploaded by X, a new source-only upload is needed to allow migration https://tracker.debian.org/pkg/rust-diesel Nice Day, Ben -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From ftpmaster at ftp-master.debian.org Thu Apr 23 23:47:16 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 22:47:16 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-thiserror_1.0.15-2_source.changes Message-ID: rust-thiserror_1.0.15-2_source.changes uploaded successfully to localhost along with the files: rust-thiserror_1.0.15-2.dsc rust-thiserror_1.0.15-2.debian.tar.xz rust-thiserror_1.0.15-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Apr 23 23:48:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 22:48:41 +0000 Subject: [Pkg-rust-maintainers] rust-thiserror_1.0.15-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 23 Apr 2020 18:42:52 -0400 Source: rust-thiserror Architecture: source Version: 1.0.15-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-thiserror (1.0.15-2) unstable; urgency=medium . * Team upload. * source-only rebuild * Package thiserror 1.0.15 from crates.io using debcargo 2.4.2 Checksums-Sha1: 773caaedf3980cb5aaf6c5af265175df9cb4efb2 1749 rust-thiserror_1.0.15-2.dsc b25b4c39aaf26d630f01c7c13f817389a1ccee3c 2580 rust-thiserror_1.0.15-2.debian.tar.xz 7d3c0f66726144cad448e1dd5c141fe039cd1bb2 7310 rust-thiserror_1.0.15-2_source.buildinfo Checksums-Sha256: 028ac1cfa00a4ba1143bd075e612676f73a728f9862cbe4d777436a3a1cd83ca 1749 rust-thiserror_1.0.15-2.dsc 45dbe93071327924735c907e43d9728480099b2a561ded03212f11f4909f75de 2580 rust-thiserror_1.0.15-2.debian.tar.xz fbb30b7c8485a56be00238e16ead4b9d91da96c09cc31b8cd6fadae75ef607ef 7310 rust-thiserror_1.0.15-2_source.buildinfo Files: bf994c61880bf486e627e3be94a45084 1749 rust optional rust-thiserror_1.0.15-2.dsc 64add8ab435a1b43ed848cf664bd430f 2580 rust optional rust-thiserror_1.0.15-2.debian.tar.xz e4bb34f79c1460618c8c56ef47098dea 7310 rust optional rust-thiserror_1.0.15-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXqIZ8AAKCRDEDyVUMvKB Dxv6AQD8PkdsxGGb83L4WauqiTlew7p7SJEdHpzeOiyW+7HL8gEAyU3HMOG+D3Dn Ia/NgGBe/xB9225uU8yIZOtcqcBkMwA= =wzGn -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri Apr 24 00:07:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 23:07:20 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-nettle_7.0.0-1_source.changes Message-ID: rust-nettle_7.0.0-1_source.changes uploaded successfully to localhost along with the files: rust-nettle_7.0.0-1.dsc rust-nettle_7.0.0.orig.tar.gz rust-nettle_7.0.0-1.debian.tar.xz rust-nettle_7.0.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 24 00:18:55 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 23 Apr 2020 23:18:55 +0000 Subject: [Pkg-rust-maintainers] rust-nettle_7.0.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 23 Apr 2020 18:54:16 -0400 Source: rust-nettle Architecture: source Version: 7.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-nettle (7.0.0-1) unstable; urgency=medium . * Package nettle 7.0.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 4812b055f41e9b3a9367e69e72770d03604bea37 1690 rust-nettle_7.0.0-1.dsc 117c5d33a933af8a4bc31ae628ee95228977ae91 287013 rust-nettle_7.0.0.orig.tar.gz 6d05b2b9ba582f86da0a8fded3370e3870fa8bdc 2280 rust-nettle_7.0.0-1.debian.tar.xz f6b2b3e2ad1ee9f66fdfb26fc334e1004d6133b6 7672 rust-nettle_7.0.0-1_source.buildinfo Checksums-Sha256: e3fc4d2ead2a4837ee6cff581c91ab26226582ab144a3d5312251af48fa6161b 1690 rust-nettle_7.0.0-1.dsc b1afae85450b829ad720f2827e3b07d78e06b5521cfe5ed72808a9f593e7cdd8 287013 rust-nettle_7.0.0.orig.tar.gz 12e32a5094a9e1ea26a35ea03b03d1542e4c46336075975cb85d203181bd484f 2280 rust-nettle_7.0.0-1.debian.tar.xz 55c42a6e04d16370b01e5b67d8122b0cdbb0818b6ae737f0a6f65cdacbf2d3c0 7672 rust-nettle_7.0.0-1_source.buildinfo Files: 2fde0921be104e0305e7be06d4933ed1 1690 rust optional rust-nettle_7.0.0-1.dsc dbdf7a5c2fe1968576b9bf4f92747ba4 287013 rust optional rust-nettle_7.0.0.orig.tar.gz 4585c01d73ffcbd840ccf65e7bfae5ba 2280 rust optional rust-nettle_7.0.0-1.debian.tar.xz 3c5f3fc8e357f093c566254b4902e6d4 7672 rust optional rust-nettle_7.0.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXqIcnQAKCRDEDyVUMvKB DwafAP0Vm0Stm9/kFtN4Ps5juoW3BvrVb5P6UwEvXRSnRW8GswD/VM/HWjtHXqrH udmvVnIL0NpWkvOyPeMkfq/rtY5itg8= =9bsh -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-rustfix 0.5.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-rustfix source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-libgit2-sys 0.10.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libgit2-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-libnghttp2-sys 0.1.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libnghttp2-sys source package in Debian's testing distribution has changed. Previous version: 0.1.1-1 Current version: 0.1.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-scroll 0.10.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-scroll source package in Debian's testing distribution has changed. Previous version: 0.10.1-1 Current version: 0.10.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-libssh2-sys 0.2.13-1 MIGRATED to testing Message-ID: FYI: The status of the rust-libssh2-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.13-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-grep 0.2.5-1 MIGRATED to testing Message-ID: FYI: The status of the rust-grep source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-openssl-sys 0.9.55-2 MIGRATED to testing Message-ID: FYI: The status of the rust-openssl-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.55-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-openssl 0.10.29-1 MIGRATED to testing Message-ID: FYI: The status of the rust-openssl source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.29-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-native-tls 0.2.3-1 MIGRATED to testing Message-ID: FYI: The status of the rust-native-tls source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-crypto-hash 0.3.4-1 MIGRATED to testing Message-ID: FYI: The status of the rust-crypto-hash source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.4-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Fri Apr 24 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 24 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-thiserror-impl 1.0.15-1 MIGRATED to testing Message-ID: FYI: The status of the rust-thiserror-impl source package in Debian's testing distribution has changed. Previous version: 1.0.10-1 Current version: 1.0.15-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From sylvestre at debian.org Fri Apr 24 08:13:44 2020 From: sylvestre at debian.org (Sylvestre Ledru) Date: Fri, 24 Apr 2020 09:13:44 +0200 Subject: [Pkg-rust-maintainers] Debian, to maint/upl of packages with fatal binaries error. (forgot 1) In-Reply-To: <1a89a007-1dce-8b6e-92ca-a5b840ecb8bd@gezapig.nl> References: <1a89a007-1dce-8b6e-92ca-a5b840ecb8bd@gezapig.nl> Message-ID: Hello, Le 24/04/2020 à 00:44, Ben Tris a écrit : > Hello, > > To package maintainer and/or uploader from > Sorted out package(s) with this fatal testing migrations issue(s) > > Not built on buildd: arch X binaries uploaded by X > and/or > Not built on buildd: arch all binaries uploaded by X, > a new source-only upload is needed to allow migration > > https://tracker.debian.org/pkg/rust-diesel We monitor the list of issues. So, there is no need to reach out to us about these kind of issues :) Don't hesitate if to contribute if you want to help. Cheers, Sylvestre From ftpmaster at ftp-master.debian.org Fri Apr 24 08:38:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 07:38:50 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus_0.8.2-2.1_source.changes Message-ID: rust-dbus_0.8.2-2.1_source.changes uploaded successfully to localhost along with the files: rust-dbus_0.8.2-2.1.dsc rust-dbus_0.8.2-2.1.debian.tar.xz rust-dbus_0.8.2-2.1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 24 08:49:07 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 07:49:07 +0000 Subject: [Pkg-rust-maintainers] rust-dbus_0.8.2-2.1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 24 Apr 2020 09:32:49 +0200 Source: rust-dbus Architecture: source Version: 0.8.2-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-dbus (0.8.2-2.1) unstable; urgency=medium . * Unbreak autopkgtest. Checksums-Sha1: 338921bca2c428dea2566f6d65698887dda4f78c 1888 rust-dbus_0.8.2-2.1.dsc eb828ea1d05136036685afb636285b456a6cf5e6 2916 rust-dbus_0.8.2-2.1.debian.tar.xz 389faa507ddce959efcd0a75b28eb45430291ad8 8467 rust-dbus_0.8.2-2.1_source.buildinfo Checksums-Sha256: f8dea04cfa2aa69cf26975a8d94d2ca858498c344be02007e27721f9a62eb883 1888 rust-dbus_0.8.2-2.1.dsc bca4551d84a6ce24f7198b291fdec85ba0c62378ddf29756b0bf466d0bbbf667 2916 rust-dbus_0.8.2-2.1.debian.tar.xz 8db56f67becdb628b3c20583ebb4837bc6eed577b96454eae55c5f9628636048 8467 rust-dbus_0.8.2-2.1_source.buildinfo Files: 8131f7f584ee6f307ce290ce9ef61cee 1888 rust optional rust-dbus_0.8.2-2.1.dsc d774fb0927ba2569fca5a028bec5ec8a 2916 rust optional rust-dbus_0.8.2-2.1.debian.tar.xz d578ef7bfe07c92a3520a8522062d36f 8467 rust optional rust-dbus_0.8.2-2.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6ilj0ACgkQXkCM2RzY OdJ4ZAgAoOjqNBtixzao6nzwU6h8bqLlTDzSd1kW31905KzJW63YlqKufBN+FhuN VuxGQ+DulqQwkf1jvG1mn2diT2G8FbVyKBxr/UrydopEdyn6nLe7v0R5IZaBmjRh PWhu262/wkAHWtNINkWEfauqjTcxM3sDeNulI6948bMXubcE7khwQUu+nsUbYxUz ENwkj1ZfKnSr4aILlau3zcHAVsNmsx+TYRw4LSO/iI0lFwSxqPs2fTPZRZm4zCJg LnDBmOWsqyyEbYsTAJYNsgJUvgqbuDrLIe0H9ZUqeWTsdjA26DWjHFPnnkUYKPMQ pRWshvZ+j8VEXwufGoZWMMqUV4qFEw== =v1nZ -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From andrewsh at debian.org Fri Apr 24 08:45:28 2020 From: andrewsh at debian.org (Andrej Shadura) Date: Fri, 24 Apr 2020 09:45:28 +0200 Subject: [Pkg-rust-maintainers] rust-freetype_0.4.1-1_amd64.changes REJECTED In-Reply-To: References: Message-ID: Hi, On Thu, 23 Apr 2020 at 22:10, Thorsten Alteholz wrote: > Hi Andrej, > > according to LICENSE-MIT the Mozilla Foundation should be mentioned as copyright holder as well. Thanks! Reuploaded. -- Cheers, Andrej From promero at agrorural.gob.pe Fri Apr 24 09:34:39 2020 From: promero at agrorural.gob.pe (WANG GIANLIN) Date: Fri, 24 Apr 2020 03:34:39 -0500 (PET) Subject: [Pkg-rust-maintainers] donazione finanziaria In-Reply-To: <1246647580.2254467.1587717134052.JavaMail.zimbra@agrorural.gob.pe> Message-ID: <641917521.2254795.1587717279487.JavaMail.zimbra@agrorural.gob.pe> Ho intenzione di darti una parte della mia ricchezza come libero arbitrio finanziario donazione a te, rispondere a partecipare. Wang Jianlin Gruppo Wanda -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Fri Apr 24 11:00:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 10:00:11 +0000 Subject: [Pkg-rust-maintainers] rust-num_0.2.0-1_amd64.changes ACCEPTED into unstable, unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 03 Jan 2020 14:32:17 +0100 Source: rust-num Binary: librust-num+i128-dev librust-num+num-bigint-dev librust-num+rand-dev librust-num+serde-dev librust-num+std-dev librust-num-dev Architecture: source amd64 Version: 0.2.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Sylvestre Ledru Description: librust-num+i128-dev - Collection of numeric types and traits for Rust, including bigint librust-num+num-bigint-dev - Collection of numeric types and traits for Rust, including bigint librust-num+rand-dev - Collection of numeric types and traits for Rust, including bigint librust-num+serde-dev - Collection of numeric types and traits for Rust, including bigint librust-num+std-dev - Collection of numeric types and traits for Rust, including bigint librust-num-dev - Collection of numeric types and traits for Rust, including bigint Changes: rust-num (0.2.0-1) unstable; urgency=medium . * Package num 0.2.0 from crates.io using debcargo 2.2.7 Checksums-Sha1: e69ebccdffa669c9844b63e5cacfd6431c359cc9 2759 rust-num_0.2.0-1.dsc 3cba0b5b47a79c5b6d3b7fe708d1b4f878fe9f00 9743 rust-num_0.2.0.orig.tar.gz 70746c76077a4b26ded2fb2d8cc03f141acf7cba 3148 rust-num_0.2.0-1.debian.tar.xz 356bfecf74370d1e6fea14dc856f3cced7d132f7 1140 librust-num+i128-dev_0.2.0-1_amd64.deb 94c5dd30d9cda109a595397274e017fd5143a8b7 1096 librust-num+num-bigint-dev_0.2.0-1_amd64.deb 61d6b817280111955ca20dac3a59633093c2e989 1100 librust-num+rand-dev_0.2.0-1_amd64.deb 9b877b5cdaa71120ee823d302a7e2c22ef349f72 1116 librust-num+serde-dev_0.2.0-1_amd64.deb bb1ad9fa284b80a248f9a0761c43a78fb3125eeb 1200 librust-num+std-dev_0.2.0-1_amd64.deb dfe837f9e934323d923ab9e236111a3aff8d96e8 11232 librust-num-dev_0.2.0-1_amd64.deb 3c1f2c1f6d43103ab26238411e60c18195d2bb93 10307 rust-num_0.2.0-1_amd64.buildinfo Checksums-Sha256: 1985201753f75529bb5608ca583738d5d07046e582192e37d7038f3fd9717ef3 2759 rust-num_0.2.0-1.dsc cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db 9743 rust-num_0.2.0.orig.tar.gz bd51dbfff27e82d6ed29c97c46cdfdd6ba426c7510ce22e83766aa017691bacc 3148 rust-num_0.2.0-1.debian.tar.xz 1cb55b4af1ce57104ee18153d0288c3f7f433aa1277ce66f62cf8bfc293f941b 1140 librust-num+i128-dev_0.2.0-1_amd64.deb 80ac8a8f02ec5466c33f022819cce755c8a985e93e40a8841cb4c658d7b6b4b9 1096 librust-num+num-bigint-dev_0.2.0-1_amd64.deb 1072670488dbe387110a2bb756916786ab99842966a2c69334673d627e87913d 1100 librust-num+rand-dev_0.2.0-1_amd64.deb 3b479ca3b73149854b02a0a247bc36dcfd94b628331c37f4bd994c82ec250bde 1116 librust-num+serde-dev_0.2.0-1_amd64.deb 4556ad70f2866b7e693375640c77b83be21007549dbf540b53dad5acd2f7ba8d 1200 librust-num+std-dev_0.2.0-1_amd64.deb b175d2e743a410647b973329ea29cb259d544919a9e521a6ab75950fbec98062 11232 librust-num-dev_0.2.0-1_amd64.deb e4d3b88af30de207f86e82b39391090399f3a82726639c21cd815b1d51ad4bef 10307 rust-num_0.2.0-1_amd64.buildinfo Files: f09e89ade1c39a4227247e44a09f1c00 2759 rust optional rust-num_0.2.0-1.dsc bf9638483bd2918b4e11abd8ae548427 9743 rust optional rust-num_0.2.0.orig.tar.gz bb0f03250d8ea46abdc9205bb34d46cd 3148 rust optional rust-num_0.2.0-1.debian.tar.xz 4fc793294e7c5ea66d014c47526ef27e 1140 rust optional librust-num+i128-dev_0.2.0-1_amd64.deb a25f0c541d265121fb445e755fb0329f 1096 rust optional librust-num+num-bigint-dev_0.2.0-1_amd64.deb 77185d955cb822ed5bdd5b4aeb13ac1b 1100 rust optional librust-num+rand-dev_0.2.0-1_amd64.deb 655181006492671696ccebae8d3fcbb2 1116 rust optional librust-num+serde-dev_0.2.0-1_amd64.deb fd5d9f97bb55115caa29ee39374185ba 1200 rust optional librust-num+std-dev_0.2.0-1_amd64.deb 1cc45607bca879132e88d5820c46499f 11232 rust optional librust-num-dev_0.2.0-1_amd64.deb b0b71554e55890553304d9c7f224693b 10307 rust optional rust-num_0.2.0-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl4PQv0ACgkQXkCM2RzY OdJOjAf+MRV8B1vKupZ8hCBHodsAGM/3Az6OI+DEqnEGxLVs9ALxY1lg2spWG2TX SfAc7AgKKbxo1pek1pA/fIpt0m81jI8RCOSrt38F5qbPgZ7B02S6KHd3EgrPGUXD vqsCCnLLq604gxHEVxuSK0YJ+eLKskJZpQJgmkaF9cYCBW5hEoGj+lzQ4w0M39Mv PqQwOZkxqwi2SJ5oTtkf/dle+HLd+3VzFD3lJGGdiY0b+b0mJVKJEJXp9FVU8xFK rkJ7AnkzagbwR68nH8bYmPedgEPQhFNm8mhZWAQXxWePBFd0q4lICOxPXHbURHKb u9C4YpALmeUsdAm7UmHi5TU8qhIdvQ== =0VUp -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri Apr 24 15:48:33 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 14:48:33 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dbus_0.8.2-2.2_source.changes Message-ID: rust-dbus_0.8.2-2.2_source.changes uploaded successfully to localhost along with the files: rust-dbus_0.8.2-2.2.dsc rust-dbus_0.8.2-2.2.debian.tar.xz rust-dbus_0.8.2-2.2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 24 16:06:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 15:06:20 +0000 Subject: [Pkg-rust-maintainers] rust-dbus_0.8.2-2.2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 24 Apr 2020 16:43:54 +0200 Source: rust-dbus Architecture: source Version: 0.8.2-2.2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-dbus (0.8.2-2.2) unstable; urgency=medium . * Autopkgtests need to depend on at-spi2-core since they talk to org.a11y.Bus. Checksums-Sha1: fe1aab7067bd445a889ce51b9c1e100e3b6aec53 1902 rust-dbus_0.8.2-2.2.dsc a9e898cf88c913c4903128ded161fbb970538dab 2972 rust-dbus_0.8.2-2.2.debian.tar.xz 7f9108d480869d4758a80fdf7cc9b54a07762759 8467 rust-dbus_0.8.2-2.2_source.buildinfo Checksums-Sha256: 784f311ccedd78aa2c558f329922f67e2328276f4ce3f96162c778eaf00fe9cf 1902 rust-dbus_0.8.2-2.2.dsc 7f7916309fe699b1fa2a0fff6c4382a6d96c0f20921f1c74af5333300fa1a796 2972 rust-dbus_0.8.2-2.2.debian.tar.xz cbee8d00bd984aa830a1e299ac499eb05fd51958cbc3f55f41aa58102bb9f5f8 8467 rust-dbus_0.8.2-2.2_source.buildinfo Files: f910d28c5e807158eeb8c5fd8a8d05fb 1902 rust optional rust-dbus_0.8.2-2.2.dsc 6a6fa6daae4166aebe6a4a40e72b7e7d 2972 rust optional rust-dbus_0.8.2-2.2.debian.tar.xz 8d9b6d04b2fae81ffb3959e32d01452c 8467 rust optional rust-dbus_0.8.2-2.2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6i+1MACgkQXkCM2RzY OdIM1Qf/d91wsuHC3UHzeIJdPuPgo7fMZGAPtX18GNCtAVjCwfXCJoaqP7YpJeHf Cd62JpRa1PcnMViwcxxmxPjCwsPYCYLTT7aJaFfqqETHbSBddZkc7gFoS7nbM9J7 KbP0pt7zvWzQT/058+we5HanDp9iq0L/z/9bBVq4HuTWWCVkZgUrDVvKE84QQpX/ AIqKo+pbN5+GeC7SIbhegSyb24lq7/XaX9RMFFVjWRzyh7D48GuwChEw+Kqc6Osh VkVrptvKUqR/KLQ/JYNDXTNR5Ks48Vr0+VD9oZEPESOonzXiX0JbHxrGKW01Ngcg G/kP7qhjjW9sQ+T4sSRCGWc3Rsqzjg== =c+Y2 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Fri Apr 24 20:51:56 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 19:51:56 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sequoia-openpgp_0.16.0-1_source.changes Message-ID: rust-sequoia-openpgp_0.16.0-1_source.changes uploaded successfully to localhost along with the files: rust-sequoia-openpgp_0.16.0-1.dsc rust-sequoia-openpgp_0.16.0.orig.tar.gz rust-sequoia-openpgp_0.16.0-1.debian.tar.xz rust-sequoia-openpgp_0.16.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Fri Apr 24 21:35:20 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 20:35:20 +0000 Subject: [Pkg-rust-maintainers] rust-sequoia-openpgp_0.16.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 24 Apr 2020 15:27:44 -0400 Source: rust-sequoia-openpgp Architecture: source Version: 0.16.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-sequoia-openpgp (0.16.0-1) unstable; urgency=medium . * Package sequoia-openpgp 0.16.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: a3072483b53c31d2c9450a7c829353e22681c8ed 3157 rust-sequoia-openpgp_0.16.0-1.dsc 11304f06158afb0cf73f80419dc2e17f6c4997ab 1438928 rust-sequoia-openpgp_0.16.0.orig.tar.gz 235764e992df1863d3ae547552cfa30d53a8c1d6 3308 rust-sequoia-openpgp_0.16.0-1.debian.tar.xz 295a98e80f54e9b3baf146d3d3a88ad72a3d7fbb 9498 rust-sequoia-openpgp_0.16.0-1_source.buildinfo Checksums-Sha256: 3770ac16e856c8cfa1d8c5aac86f02ed351581c5f8f9ad5f706412fa3b213742 3157 rust-sequoia-openpgp_0.16.0-1.dsc 430f2ce4030d325034a6581aacc7a67e05beccb8b87d520909eaf7122dc618ea 1438928 rust-sequoia-openpgp_0.16.0.orig.tar.gz da0925ab490ba952e7c751b2c04ba0ca1e9d2ad5ac379c2155360ec23236bbfa 3308 rust-sequoia-openpgp_0.16.0-1.debian.tar.xz fe22b9c29fb79bfaedfc47ce67d2777e2f5d1e13595af1b29939e9d29a39a0c1 9498 rust-sequoia-openpgp_0.16.0-1_source.buildinfo Files: 739f41a789ac8569e251834382757215 3157 rust optional rust-sequoia-openpgp_0.16.0-1.dsc 01718583e9ef672e5c18cf6fec04f078 1438928 rust optional rust-sequoia-openpgp_0.16.0.orig.tar.gz e992fc0b217c266751794e2889d4f9dc 3308 rust optional rust-sequoia-openpgp_0.16.0-1.debian.tar.xz 4ea388a8d48bba1b7f95834de42e7d5e 9498 rust optional rust-sequoia-openpgp_0.16.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXqM9tAAKCRDEDyVUMvKB D2EpAQDCTOIlEmDaMi2WT2LHnqkME2mCGQ2qyhWRBCghl51zYgEAq5hTMsahJhPR x5es5g80FGCtoHKlbHpsr8CA8MIAqAo= =HOak -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sat Apr 25 00:14:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 23:14:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sequoia-sqv_0.16.0-1_source.changes Message-ID: rust-sequoia-sqv_0.16.0-1_source.changes uploaded successfully to localhost along with the files: rust-sequoia-sqv_0.16.0-1.dsc rust-sequoia-sqv_0.16.0.orig.tar.gz rust-sequoia-sqv_0.16.0-1.debian.tar.xz rust-sequoia-sqv_0.16.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Apr 25 00:25:01 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 24 Apr 2020 23:25:01 +0000 Subject: [Pkg-rust-maintainers] rust-sequoia-sqv_0.16.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 24 Apr 2020 19:09:03 -0400 Source: rust-sequoia-sqv Architecture: source Version: 0.16.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-sequoia-sqv (0.16.0-1) unstable; urgency=medium . * Package sequoia-sqv 0.16.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: 9538525d9cb155c93b1bb81dfa38bdae00212a99 1608 rust-sequoia-sqv_0.16.0-1.dsc 0017803f4c0a999471a8c9d8d15ec57cc6e39aac 30286 rust-sequoia-sqv_0.16.0.orig.tar.gz aa3db8332345fdd1f9aa00811045a630060b8f56 2808 rust-sequoia-sqv_0.16.0-1.debian.tar.xz 3f44af28cdb0b02e81cea94792eaa77673b91a44 13066 rust-sequoia-sqv_0.16.0-1_source.buildinfo Checksums-Sha256: 05727d55417e84d0fd7bee3837fd71555d6b2013075c3cd4b6c86e09a4557b65 1608 rust-sequoia-sqv_0.16.0-1.dsc 06e0f85dc30c0474b1c89276a0e80ff022059e404a5dc443feb2f91115c12f52 30286 rust-sequoia-sqv_0.16.0.orig.tar.gz 5b66f0d3fd74b82e79d2b813b80900df262496eee64d7e70f9c3ead9666eeddc 2808 rust-sequoia-sqv_0.16.0-1.debian.tar.xz b06f31c919a942861032d4a41e9e98d38aa20c68194c97c7c59a7c6ac16e0e6c 13066 rust-sequoia-sqv_0.16.0-1_source.buildinfo Files: da0d9ba641ea0d9a80e6b2842214f41b 1608 utils optional rust-sequoia-sqv_0.16.0-1.dsc 5824c07cd3888099e5d4b1b393855cdb 30286 utils optional rust-sequoia-sqv_0.16.0.orig.tar.gz a5d064f3ca0d6b746c5ade59ae58c07b 2808 utils optional rust-sequoia-sqv_0.16.0-1.debian.tar.xz 02b55f82fac3ac47dbe4b0642ce5cc51 13066 utils optional rust-sequoia-sqv_0.16.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXqNxlAAKCRDEDyVUMvKB D6d3AP94Bpm4q4d6APrasyMw2Gx4kcD30Z1RvJo+GUD8cyJNdAEAvR8GtH0BZjdJ I9ejWtj5Yl6q1R7dSHWPGZDHwRnNPws= =nrFL -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Sat Apr 25 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] cargo 0.43.1-3 MIGRATED to testing Message-ID: FYI: The status of the cargo source package in Debian's testing distribution has changed. Previous version: 0.40.0-3 Current version: 0.43.1-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-cpal 0.10.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-cpal source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.10.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-git2 0.11.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-git2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.11.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-daemonize 0.4.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-daemonize source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-dbus-0.2 0.2.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-dbus-0.2 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gumdrop 0.7.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gumdrop source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.7.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-hkdf 0.8.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-hkdf source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-url 2.1.1-2 MIGRATED to testing Message-ID: FYI: The status of the rust-url source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.1.1-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-radix-trie 0.1.5-2 MIGRATED to testing Message-ID: FYI: The status of the rust-radix-trie source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.5-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-enum-map 0.6.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-enum-map source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-env-proxy 0.4.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-env-proxy source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-audio-sys 0.8.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gstreamer-audio-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-enum-map-derive 0.4.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-enum-map-derive source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.4.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-log-reroute 0.1.5-2 MIGRATED to testing Message-ID: FYI: The status of the rust-log-reroute source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.5-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-subprocess 0.2.4-2 MIGRATED to testing Message-ID: FYI: The status of the rust-subprocess source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.2.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-video-sys 0.8.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gstreamer-video-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-block 0.1.6-2 MIGRATED to testing Message-ID: FYI: The status of the rust-block source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.6-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-publicsuffix 1.5.2-1 MIGRATED to testing Message-ID: FYI: The status of the rust-publicsuffix source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.5.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-serde-urlencoded 0.6.1-1 MIGRATED to testing Message-ID: FYI: The status of the rust-serde-urlencoded source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.6.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-tokio-sync 0.1.7-2 MIGRATED to testing Message-ID: FYI: The status of the rust-tokio-sync source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.1.7-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:25 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:25 +0000 Subject: [Pkg-rust-maintainers] rust-block-modes 0.3.3-2 MIGRATED to testing Message-ID: FYI: The status of the rust-block-modes source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.3-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-tinystr 0.3.2-2 MIGRATED to testing Message-ID: FYI: The status of the rust-tinystr source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-typed-arena 2.0.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-typed-arena source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 2.0.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-unix-socket 0.5.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-unix-socket source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.5.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-ttf-parser 0.3.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-ttf-parser source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.3.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-sys 0.8.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gstreamer-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sat Apr 25 05:39:26 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 25 Apr 2020 04:39:26 +0000 Subject: [Pkg-rust-maintainers] rust-gstreamer-base-sys 0.8.0-2 MIGRATED to testing Message-ID: FYI: The status of the rust-gstreamer-base-sys source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 26 05:39:10 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 26 Apr 2020 04:39:10 +0000 Subject: [Pkg-rust-maintainers] dh-cargo 24 MIGRATED to testing Message-ID: FYI: The status of the dh-cargo source package in Debian's testing distribution has changed. Previous version: 23 Current version: 24 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Sun Apr 26 05:39:15 2020 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 26 Apr 2020 04:39:15 +0000 Subject: [Pkg-rust-maintainers] rust-fd-find 8.0.0-1 MIGRATED to testing Message-ID: FYI: The status of the rust-fd-find source package in Debian's testing distribution has changed. Previous version: 7.5.0-1 Current version: 8.0.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From alexander.kjall at gmail.com Sun Apr 26 20:02:49 2020 From: alexander.kjall at gmail.com (=?UTF-8?Q?Alexander_Kj=C3=A4ll?=) Date: Sun, 26 Apr 2020 21:02:49 +0200 Subject: [Pkg-rust-maintainers] Comments regarding rust-enumset-derive_0.4.3-1_amd64.changes In-Reply-To: <87eesxiw0g.fsf@iris.silentflame.com> References: <87d08ija20.fsf@iris.silentflame.com> <87eesxiw0g.fsf@iris.silentflame.com> Message-ID: Hi Sorry for the late reply, my time for free software work have been really limited. But I would just like to relay that this topic was talked about a bit in the debian-rust irc channel a while back, and there was a bit more questions than conclusions. I'm not a representative member of the rust team, so I would like to suggest that it would be good to have this conversation with the core debian rust team instead of me, as they are more involved. best regards Alexander Kjäll Den ons 8 apr. 2020 kl 22:05 skrev Sean Whitton : > > Hello, > > On Wed 08 Apr 2020 at 09:34PM +02, Alexander Kjäll wrote: > > > No problem, I talked to the debian rust team, and we currently lack > > tooling support for bundling thing like this. > > > > If it's a absolute requirement I will bring it up with the team again > > and try to work out a plan forward. > > Well, the FTP Team has already imposed such a requirement upon the > JavaScript packagers, so let's at least have a discussion about how > difficult it would be before deciding either way. Thank you for your > engagement! > > -- > Sean Whitton From ftpmaster at ftp-master.debian.org Sun Apr 26 20:06:35 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Apr 2020 19:06:35 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-serde-derive_1.0.106-1_source.changes Message-ID: rust-serde-derive_1.0.106-1_source.changes uploaded successfully to localhost along with the files: rust-serde-derive_1.0.106-1.dsc rust-serde-derive_1.0.106.orig.tar.gz rust-serde-derive_1.0.106-1.debian.tar.xz rust-serde-derive_1.0.106-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 26 20:17:03 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Apr 2020 19:17:03 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-serde_1.0.106-1_source.changes Message-ID: rust-serde_1.0.106-1_source.changes uploaded successfully to localhost along with the files: rust-serde_1.0.106-1.dsc rust-serde_1.0.106.orig.tar.gz rust-serde_1.0.106-1.debian.tar.xz rust-serde_1.0.106-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sun Apr 26 20:18:45 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Apr 2020 19:18:45 +0000 Subject: [Pkg-rust-maintainers] rust-serde_1.0.106-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 26 Apr 2020 21:05:17 +0200 Source: rust-serde Architecture: source Version: 1.0.106-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Changes: rust-serde (1.0.106-1) unstable; urgency=medium . * Package serde 1.0.106 from crates.io using debcargo 2.4.3 Checksums-Sha1: e47c068c6de4449ec32c8099b05ee0cf6fb415c3 2314 rust-serde_1.0.106-1.dsc 91912f8a0aee9539a0d37e980631f114ebcf41b4 73343 rust-serde_1.0.106.orig.tar.gz a3bf47cfbf6ef11320f931bd5a7b923b53ac6cc1 3220 rust-serde_1.0.106-1.debian.tar.xz cf26a75050b35bcce2469f7410bbd297b6e5b88c 7204 rust-serde_1.0.106-1_source.buildinfo Checksums-Sha256: f1af103dce111ac2e3c2352fbf72b47568b8a150baef40c75b566cf58e493003 2314 rust-serde_1.0.106-1.dsc 36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399 73343 rust-serde_1.0.106.orig.tar.gz 59240c54a370dfc7889ff81c1bf2836cba346014114f6cfc1e7c0175a766359b 3220 rust-serde_1.0.106-1.debian.tar.xz e545a34dfcea016f4b606e0d837e1fcc4c7b761ae9f3d374d851f96a1ffa763d 7204 rust-serde_1.0.106-1_source.buildinfo Files: bda8d2682cf6d9b17f87e6bd1300dcbc 2314 rust optional rust-serde_1.0.106-1.dsc 8a7c05593e1e832532890458ac3a60ef 73343 rust optional rust-serde_1.0.106.orig.tar.gz cc59e3f69bd73c122b5750f17d0c178e 3220 rust optional rust-serde_1.0.106-1.debian.tar.xz 8fff49bf9cc78b43173340426a255aa9 7204 rust optional rust-serde_1.0.106-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6l23YXHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwRsMQ/9FH8piqIRJZxEPJs5FUFoJJCI bfM1tBaJKncygcXyLX8V6h2PZUtr/mUZy1B+F73dIA6N3SgZQ3F9/x37oGCCyuC8 JcSf04dID3gMpRSjvnxs5KHXegs51LbtBzAJlvcbPlsZhucw+wntjYt8f9Yq1hrx D+j+XDh5zE5qShb9T/17c7pzp90FCcZDTcPkSjZI78Tr9e4RgLgx6OsndcnXG4aP zhn/hjNOD9pSURkDZipcFAVP4ThWh9aglPPHheym9f2adlyeYIDyzbkvZfZx4Cy9 jSmVz5PNEvtguncJSsSS2MJDLzFTq6iy92BcyBYEV3eRFGyCOH/qubBZWQWJBe/+ 4ZwcAO2xq06DPSHwd8lTtSo1KdvJpJHu8QAHOh0FTc5zZoXqJYQ1ZNyj6+fOb5wl rErjT4ib84aDUNuqCuIENnSnxNyDG4Kg4tDxpuEGK9U9R/jnpCL8fwQHKknx4wrk 5UnS6l6w9GTyqs4UmGgbAfxFOPiUUmvvc8gHDiVCq2iY1k6CvQ+69uKmUlG7cp/I Dpybphh9TFcZ562YPMYFPAXXHDUicFVVJjceVYdEp3e8O3+AZbh+fa9g24/WkpLt Lp26FAAd25isrYID6xBTGEBuYkma2IEbij+GGGWTm+EnoBNl3D4uteSH/TbBB+0e ze85ceBCPFvURQXivRU= =slWS -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Sun Apr 26 20:18:50 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sun, 26 Apr 2020 19:18:50 +0000 Subject: [Pkg-rust-maintainers] rust-serde-derive_1.0.106-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 26 Apr 2020 20:55:02 +0200 Source: rust-serde-derive Architecture: source Version: 1.0.106-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Wolfgang Silbermayr Changes: rust-serde-derive (1.0.106-1) unstable; urgency=medium . * Package serde_derive 1.0.106 from crates.io using debcargo 2.4.3 Checksums-Sha1: 356b67af8a57a11f9ef81f56423cde1d18d4fa3b 2473 rust-serde-derive_1.0.106-1.dsc def218e31333042132ecfe015967959dd3667f9b 49719 rust-serde-derive_1.0.106.orig.tar.gz adab2e3f816d8c8ed1ec735540cc46b449ba7b41 3016 rust-serde-derive_1.0.106-1.debian.tar.xz 1c3d0cb6a1c2f4e1a435e7dccbcad3de342bd52c 7517 rust-serde-derive_1.0.106-1_source.buildinfo Checksums-Sha256: b7742f6e3e4abcb232be15af7984b0570afc714ce45a0e691d52cc1b27358fc1 2473 rust-serde-derive_1.0.106-1.dsc 9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c 49719 rust-serde-derive_1.0.106.orig.tar.gz 306cda644ebe375dc57e0b173761bf819f9b0cbcccf922a283eec0d02a13b506 3016 rust-serde-derive_1.0.106-1.debian.tar.xz 78a6dcd9b65b7a1ff079c68c5659c65c7feba462e02df1e28a6e2ce6b607be26 7517 rust-serde-derive_1.0.106-1_source.buildinfo Files: aefb6b923be76e1a1912276bf3456bcf 2473 rust optional rust-serde-derive_1.0.106-1.dsc 37b637cdf95bd10407f23d46d486b15a 49719 rust optional rust-serde-derive_1.0.106.orig.tar.gz 172030212483b3bef577a322a3b3e4cc 3016 rust optional rust-serde-derive_1.0.106-1.debian.tar.xz e152db3f8006b4112c3d0958e2d9ab63 7517 rust optional rust-serde-derive_1.0.106-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJLBAEBCgA1FiEEhWSUk7LYy5Yue0UiITeAY1BXOwQFAl6l2Q8XHHdvbGZnYW5n QHNpbGJlcm1heXIuYXQACgkQITeAY1BXOwQY+BAAxXbuGzcq79wBmLOSt54BeVov YA0eEHCC5kVZjQhZJ9wGjWFyViBt7gmDU5LuoUAw+ABpzt8FT8YG/zQRRwIKnH3y bCJSPpysnil3qRcOE08TnI1Cn8DSv97jg1ILgViWDxrE1DxGUF39OG9eqVGVYxX5 jV0/V3Rbs/EPLdhIgf34Mm7phZOpV6iKVKlem3Nc4f4A7S0BkxgeB0t3csnyowzC hguteiw29gcLPPJ3l6+HGzyPWUOdko5Ofwnby+QHEk3AXZ/lK5tWRP9tYxwNjQr1 sN+XQ6Wu+1nS2Bxl0pkugnKRRfwNUmevwgaounGMqvqUrH7cT3vN9B4pWOxV4nxg laT3/Jk8OzLD/dLQTRrLXWiwhvvIhvWg4ehO4CI3cJQPGcm6jBabUJv3XluQgSlL BQVEe2BIxi+EpLMoOGobbN4/Nx3COLzKYyqlvxkKJbeScOtDRV5kwckMdrftoVjV Im4cbI4W53rT+80oX+iI75RPTyXt9i25nB3JSFwDZMbRjgjeiGJpLCClG8YOdo0M Qs2394u0LGLozgyugSOrdfqx6dtzjc4obxfgv10e8WxoLLfEJ8BJubNLeg6BCt88 D31Yl0OgccV1BG383EcV5qMSKAbrbXHiYAYi8S191bas9h63zrnWzOWI1TB48xkz IF4pKDeZO2RgWOnSgvo= =YIGK -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From noreply at release.debian.org Mon Apr 27 05:39:16 2020 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 27 Apr 2020 04:39:16 +0000 Subject: [Pkg-rust-maintainers] rust-dbus 0.8.2-2.2 MIGRATED to testing Message-ID: FYI: The status of the rust-dbus source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.2-2.2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Mon Apr 27 11:19:43 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 10:19:43 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-dissimilar_1.0.1-1_amd64.changes Message-ID: rust-dissimilar_1.0.1-1_amd64.changes uploaded successfully to localhost along with the files: librust-dissimilar-dev_1.0.1-1_amd64.deb rust-dissimilar_1.0.1-1_amd64.buildinfo rust-dissimilar_1.0.1-1.dsc rust-dissimilar_1.0.1.orig.tar.gz rust-dissimilar_1.0.1-1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 27 11:36:48 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 10:36:48 +0000 Subject: [Pkg-rust-maintainers] rust-dissimilar_1.0.1-1_amd64.changes is NEW Message-ID: binary:librust-dissimilar-dev is NEW. binary:librust-dissimilar-dev is NEW. source:rust-dissimilar is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Mon Apr 27 15:50:08 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 14:50:08 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sequoia-openpgp_0.16.0-2_source.changes Message-ID: rust-sequoia-openpgp_0.16.0-2_source.changes uploaded successfully to localhost along with the files: rust-sequoia-openpgp_0.16.0-2.dsc rust-sequoia-openpgp_0.16.0-2.debian.tar.xz rust-sequoia-openpgp_0.16.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 27 16:21:02 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 15:21:02 +0000 Subject: [Pkg-rust-maintainers] Processing of rustc_1.43.0+dfsg1-1~exp1_i386.changes Message-ID: rustc_1.43.0+dfsg1-1~exp1_i386.changes uploaded successfully to localhost along with the files: libstd-rust-1.43-dbgsym_1.43.0+dfsg1-1~exp1_i386.deb libstd-rust-1.43_1.43.0+dfsg1-1~exp1_i386.deb libstd-rust-dev-wasm32-cross_1.43.0+dfsg1-1~exp1_all.deb libstd-rust-dev_1.43.0+dfsg1-1~exp1_i386.deb rust-doc_1.43.0+dfsg1-1~exp1_all.deb rust-gdb_1.43.0+dfsg1-1~exp1_all.deb rust-lldb_1.43.0+dfsg1-1~exp1_all.deb rust-src_1.43.0+dfsg1-1~exp1_all.deb rustc-dbgsym_1.43.0+dfsg1-1~exp1_i386.deb rustc_1.43.0+dfsg1-1~exp1_i386.buildinfo rustc_1.43.0+dfsg1-1~exp1_i386.deb Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 27 16:21:25 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 15:21:25 +0000 Subject: [Pkg-rust-maintainers] rust-sequoia-openpgp_0.16.0-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 27 Apr 2020 10:28:49 -0400 Source: rust-sequoia-openpgp Architecture: source Version: 0.16.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-sequoia-openpgp (0.16.0-2) unstable; urgency=medium . * Avoid autopkg tests that require compression when using --no-default-features (backporting upstream fix) * Package sequoia-openpgp 0.16.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: d724b4b22323ca2fadd0f1c96c998d12c0948a8b 3157 rust-sequoia-openpgp_0.16.0-2.dsc 9c394175b266be9b2c38a60f046552a89813c5d3 4616 rust-sequoia-openpgp_0.16.0-2.debian.tar.xz d1499ef13d8feadd7470913e0ec7e96a9c45bf9f 13045 rust-sequoia-openpgp_0.16.0-2_source.buildinfo Checksums-Sha256: cf67ae843f2ec469f30bfed21d5ac0fea2a505a27de4838d2836bdccb0dcdd6d 3157 rust-sequoia-openpgp_0.16.0-2.dsc c49ce106f834961c33c96c5bc55fc5a871958fb6c17afe1835ed80b033879303 4616 rust-sequoia-openpgp_0.16.0-2.debian.tar.xz e673413c821e9b0512bc5f2a470fc1be44f3bb7459230438ac40ce9cc22d516c 13045 rust-sequoia-openpgp_0.16.0-2_source.buildinfo Files: 9d7686f60b06b8383371189aec038990 3157 rust optional rust-sequoia-openpgp_0.16.0-2.dsc b00bd0426f08739484674b1a098b52fb 4616 rust optional rust-sequoia-openpgp_0.16.0-2.debian.tar.xz cd0aa7e7e1ae0e68b1c3d73cffa7d490 13045 rust optional rust-sequoia-openpgp_0.16.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXqbsJQAKCRDEDyVUMvKB D01vAP9lpdFNs/TS2/C1a8sCLC2YUL7HHq//Jhot0VYR3GIPDAD/Xfbb6yw7hq9F 2LRxl+R8qNlLL6VCsKy/2en4AGjOxg4= =3LQP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Mon Apr 27 16:35:13 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 15:35:13 +0000 Subject: [Pkg-rust-maintainers] rustc_1.43.0+dfsg1-1~exp1_i386.changes REJECTED Message-ID: libstd-rust-1.43_1.43.0+dfsg1-1~exp1_i386.deb: trying to install to new, but could not find source (rustc 1.43.0+dfsg1-1~exp1) binary:libstd-rust-1.43 is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns. From ftpmaster at ftp-master.debian.org Mon Apr 27 16:57:08 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 15:57:08 +0000 Subject: [Pkg-rust-maintainers] Processing of rustc_1.43.0+dfsg1-1~exp1_i386.changes Message-ID: rustc_1.43.0+dfsg1-1~exp1_i386.changes uploaded successfully to localhost along with the files: libstd-rust-1.43-dbgsym_1.43.0+dfsg1-1~exp1_i386.deb libstd-rust-1.43_1.43.0+dfsg1-1~exp1_i386.deb libstd-rust-dev-wasm32-cross_1.43.0+dfsg1-1~exp1_all.deb libstd-rust-dev_1.43.0+dfsg1-1~exp1_i386.deb rust-doc_1.43.0+dfsg1-1~exp1_all.deb rust-gdb_1.43.0+dfsg1-1~exp1_all.deb rust-lldb_1.43.0+dfsg1-1~exp1_all.deb rust-src_1.43.0+dfsg1-1~exp1_all.deb rustc-dbgsym_1.43.0+dfsg1-1~exp1_i386.deb rustc_1.43.0+dfsg1-1~exp1_i386.buildinfo rustc_1.43.0+dfsg1-1~exp1_i386.deb rustc_1.43.0+dfsg1-1~exp1.dsc rustc_1.43.0+dfsg1.orig.tar.xz rustc_1.43.0+dfsg1-1~exp1.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Apr 27 17:05:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 16:05:31 +0000 Subject: [Pkg-rust-maintainers] rustc_1.43.0+dfsg1-1~exp1_i386.changes is NEW Message-ID: binary:libstd-rust-1.43 is NEW. binary:libstd-rust-1.43 is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports From ftpmaster at ftp-master.debian.org Mon Apr 27 23:31:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 27 Apr 2020 22:31:53 +0000 Subject: [Pkg-rust-maintainers] Bug#958947: Removed package(s) from unstable Message-ID: We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: librust-sleef-sys-dev | 0.1.2-3 | armel, mips64el, mipsel, s390x ------------------- Reason ------------------- ROM; build-depend sleef no longer supported architectures ---------------------------------------------- Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember 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. Packages are usually not removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. The release team can force a removal from testing if it is really needed, please contact them if this should be the case. Bugs which have been reported against this package are not automatically removed from the Bug Tracking System. Please check all open bugs and close them or re-assign them to another package if the removed package was superseded by another one. The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 958947 at bugs.debian.org. The full log for this bug can be viewed at https://bugs.debian.org/958947 This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain) From noreply at release.debian.org Tue Apr 28 05:39:06 2020 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 28 Apr 2020 04:39:06 +0000 Subject: [Pkg-rust-maintainers] rust-nitrokey-sys is marked for autoremoval from testing Message-ID: rust-nitrokey-sys 3.4.3-2 is marked for autoremoval from testing on 2020-06-03 It (build-)depends on packages with these RC bugs: 958313: libnitrokey: FTBFS: symbol changes From noreply at release.debian.org Tue Apr 28 05:39:05 2020 From: noreply at release.debian.org (Debian testing autoremoval watch) Date: Tue, 28 Apr 2020 04:39:05 +0000 Subject: [Pkg-rust-maintainers] rust-nitrocli is marked for autoremoval from testing Message-ID: rust-nitrocli 0.2.4-1 is marked for autoremoval from testing on 2020-06-03 It (build-)depends on packages with these RC bugs: 958313: libnitrokey: FTBFS: symbol changes From ftpmaster at ftp-master.debian.org Tue Apr 28 16:59:18 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 28 Apr 2020 15:59:18 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-sequoia-openpgp_0.16.0-3_source.changes Message-ID: rust-sequoia-openpgp_0.16.0-3_source.changes uploaded successfully to localhost along with the files: rust-sequoia-openpgp_0.16.0-3.dsc rust-sequoia-openpgp_0.16.0-3.debian.tar.xz rust-sequoia-openpgp_0.16.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Apr 28 17:03:41 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 28 Apr 2020 16:03:41 +0000 Subject: [Pkg-rust-maintainers] rust-sequoia-openpgp_0.16.0-3_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 28 Apr 2020 11:47:56 -0400 Source: rust-sequoia-openpgp Architecture: source Version: 0.16.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Daniel Kahn Gillmor Changes: rust-sequoia-openpgp (0.16.0-3) unstable; urgency=medium . * Unbreak autopkg test with additional upstream fix * Package sequoia-openpgp 0.16.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: e72e18eeb283e2d8943c073c493c3b85e4c2be16 3157 rust-sequoia-openpgp_0.16.0-3.dsc e1f5994c1dc662d489f88377298b294044744a49 4888 rust-sequoia-openpgp_0.16.0-3.debian.tar.xz 1a246a7aa28a61c89e5c2ef028ef8eeacd3b9fa9 13039 rust-sequoia-openpgp_0.16.0-3_source.buildinfo Checksums-Sha256: a404e919e8057c8578f4c88c6dd44fff5a85733217e742647c38222dc5d071b7 3157 rust-sequoia-openpgp_0.16.0-3.dsc 50cdb777022cf7ad4196794b2f1b671f2a4d6d92302c2cf030e5a3a28cb4b0bb 4888 rust-sequoia-openpgp_0.16.0-3.debian.tar.xz 431d0ca11e4357c4638871335327c8c3e62707fb2827e946e4c3ce3d394371e3 13039 rust-sequoia-openpgp_0.16.0-3_source.buildinfo Files: be61f43b437b1d8010d69a98df95ccee 3157 rust optional rust-sequoia-openpgp_0.16.0-3.dsc 03e2d5404e7a4efd084b0be4fcf10362 4888 rust optional rust-sequoia-openpgp_0.16.0-3.debian.tar.xz 2e4bb375a12e75c37965a28606fa4cb8 13039 rust optional rust-sequoia-openpgp_0.16.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQsv6x2UaqQJzY+dXHEDyVUMvKBDwUCXqhQMgAKCRDEDyVUMvKB D7JIAQDf12w6jfsbuTae6DJrgmkKcR3GVX7/DNMLNlPYYhrp/AD/V36P2+J18vtB GG1/1fUBPxcJ4TrVpNTFz70PDRd4HQ8= =pw4h -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From ftpmaster at ftp-master.debian.org Wed Apr 29 13:22:31 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Apr 2020 12:22:31 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-x11_2.18.2-2_source.changes Message-ID: rust-x11_2.18.2-2_source.changes uploaded successfully to localhost along with the files: rust-x11_2.18.2-2.dsc rust-x11_2.18.2-2.debian.tar.xz rust-x11_2.18.2-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Apr 29 13:34:57 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 29 Apr 2020 12:34:57 +0000 Subject: [Pkg-rust-maintainers] rust-x11_2.18.2-2_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 29 Apr 2020 14:18:34 +0200 Source: rust-x11 Architecture: source Version: 2.18.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Andrej Shadura Changes: rust-x11 (2.18.2-2) unstable; urgency=medium . * Adjust a callback’s argument type in an example, fixes autopkgtest failure. Checksums-Sha1: a8e9ad1a5f86c6f3b91d0be9fa479a7faa7e69d4 1856 rust-x11_2.18.2-2.dsc 2d8449998cea55a6cc09c1c91324f87d826539b5 3252 rust-x11_2.18.2-2.debian.tar.xz 8357aaec27edb1604400132c5dafcc919b67d72e 9075 rust-x11_2.18.2-2_source.buildinfo Checksums-Sha256: 1394501a09e56a47617e63f541d5b9c2df0d0eb03b7c8fc94987aa0b5263abdb 1856 rust-x11_2.18.2-2.dsc 5a2a2a7b68313323cd9d9121e9000d5294999244deb7b53d60318af76583b0aa 3252 rust-x11_2.18.2-2.debian.tar.xz f636e0256e9cf27e99a334a649370c9e58e1d9901d6c1182851ac14241142e4a 9075 rust-x11_2.18.2-2_source.buildinfo Files: 146236f0e40828e8aacf13251cc224b9 1856 rust optional rust-x11_2.18.2-2.dsc e762c2ab8c37283524f6d276681e2987 3252 rust optional rust-x11_2.18.2-2.debian.tar.xz ee548ad40baa032eadafcd628b56c830 9075 rust optional rust-x11_2.18.2-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6pcKgACgkQXkCM2RzY OdJXwgf/XMUonAHgYQAlXh+L0SKhutNhU6KtwuIDolTteDc/CrILus4dha4/HHvd 1yIQPqonDI+XCCcalJEihYX4ApBqghS5D/dsIDcPgBPx1z/pqEmo3QqIaqo7NIBD QEYKDUvwmUM+zJRt6KBGZ5i5DtSDzTunDBHCjsxv2HthhsALcYhNU+qBLLHnGBuF rh59sJctRvDQeHgl0mmRgGGv5RGN8AFqH92dnAohgJRf/OtYMJAW1XLZYTQkKsEZ WbNjPSMo6ZU3/oM56zIeKCgZUhr1vGfO2UhaySqCcME/9IIH+prospM8tWV+tcZY wfd0yVtYjGtRcKKTiq6F+mfbNzxQfg== =3H30 -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From andrewsh at debian.org Wed Apr 29 15:52:53 2020 From: andrewsh at debian.org (Andrej Shadura) Date: Wed, 29 Apr 2020 16:52:53 +0200 Subject: [Pkg-rust-maintainers] Bug#959100: ITP: fractal -- Matrix.org messaging app for GNOME written in Rust In-Reply-To: References: <158815899251.1198448.10897119455706937248.reportbug@nuevo> Message-ID: Hi Arnaud and Henry-Nicolas, On Wed, 29 Apr 2020 at 15:23, Arnaud Ferraris wrote: > Le 29/04/2020 à 13:16, Andrej Shadura a écrit : > > Package: wnpp > > Severity: wishlist > > Owner: Andrej Shadura > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA256 > > > > * Package name : fractal > > Version : 4.2.2 > > Upstream Author : Daniel García Moreno and others > > * URL : https://gitlab.gnome.org/GNOME/fractal > > * License : GPL-3 > > Programming Lang: Rust > > Description : Matrix.org messaging app for GNOME written in Rust > > > > Fractal is a GNOME chat app for the Matrix communication protocol. > Cool! > > FYI, I've started working on Fractal's dependencies, along with > Henry-Nicolas Tourneur, maybe we should synchronize on this? Great! I haven’t noticed much happening over in the Rust repos or the IRC channel, where are you co-ordinating? The dependency tree is quite vast, so I suspect there will be enough work for all of us. -- Cheers, Andrej From sylvestre at debian.org Wed Apr 29 16:01:36 2020 From: sylvestre at debian.org (Sylvestre Ledru) Date: Wed, 29 Apr 2020 17:01:36 +0200 Subject: [Pkg-rust-maintainers] Bug#959100: ITP: fractal -- Matrix.org messaging app for GNOME written in Rust In-Reply-To: References: <158815899251.1198448.10897119455706937248.reportbug@nuevo> Message-ID: <6e38c9ae-6049-6b25-bb40-e2392a46cf9c@debian.org> Le 29/04/2020 à 16:52, Andrej Shadura a écrit : > Hi Arnaud and Henry-Nicolas, > > On Wed, 29 Apr 2020 at 15:23, Arnaud Ferraris wrote: >> Le 29/04/2020 à 13:16, Andrej Shadura a écrit : >>> Package: wnpp >>> Severity: wishlist >>> Owner: Andrej Shadura >>> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA256 >>> >>> * Package name : fractal >>> Version : 4.2.2 >>> Upstream Author : Daniel García Moreno and others >>> * URL : https://gitlab.gnome.org/GNOME/fractal >>> * License : GPL-3 >>> Programming Lang: Rust >>> Description : Matrix.org messaging app for GNOME written in Rust >>> >>> Fractal is a GNOME chat app for the Matrix communication protocol. > >> Cool! >> >> FYI, I've started working on Fractal's dependencies, along with >> Henry-Nicolas Tourneur, maybe we should synchronize on this? > > Great! I haven’t noticed much happening over in the Rust repos or the > IRC channel, where are you co-ordinating? The dependency tree is quite > vast, so I suspect there will be enough work for all of us. > Yeah, please do it in the debcargo-conf umbrella. I also started to look at packaging fractal and started to upload dependencies for this. Cheers, Sylvestre From arnaud.ferraris at gmail.com Wed Apr 29 16:49:33 2020 From: arnaud.ferraris at gmail.com (Arnaud Ferraris) Date: Wed, 29 Apr 2020 17:49:33 +0200 Subject: [Pkg-rust-maintainers] Bug#959100: ITP: fractal -- Matrix.org messaging app for GNOME written in Rust In-Reply-To: References: <158815899251.1198448.10897119455706937248.reportbug@nuevo> Message-ID: Le 29/04/2020 à 16:52, Andrej Shadura a écrit : > Hi Arnaud and Henry-Nicolas, > > Great! I haven’t noticed much happening over in the Rust repos or the > IRC channel, where are you co-ordinating? The dependency tree is quite > vast, so I suspect there will be enough work for all of us. We're discussing through a Matrix private chat for now, but we can move to something more public. We're also using a wiki[1] in salsa to keep track of the dependency tree and each crate's packaging status. [1] https://salsa.debian.org/a-wai/debcargo-conf/-/wikis/Home > > -- > Cheers, > Andrej > From andrewsh at debian.org Wed Apr 29 17:23:59 2020 From: andrewsh at debian.org (Andrej Shadura) Date: Wed, 29 Apr 2020 18:23:59 +0200 Subject: [Pkg-rust-maintainers] Bug#959100: ITP: fractal -- Matrix.org messaging app for GNOME written in Rust In-Reply-To: References: <158815899251.1198448.10897119455706937248.reportbug@nuevo> Message-ID: Hi, On Wed, 29 Apr 2020 at 17:49, Arnaud Ferraris wrote: > Le 29/04/2020 à 16:52, Andrej Shadura a écrit : > > Hi Arnaud and Henry-Nicolas, > > > > Great! I haven’t noticed much happening over in the Rust repos or the > > IRC channel, where are you co-ordinating? The dependency tree is quite > > vast, so I suspect there will be enough work for all of us. > > We're discussing through a Matrix private chat for now, but we can move > to something more public. > We're also using a wiki[1] in salsa to keep track of the dependency tree > and each crate's packaging status. > > [1] https://salsa.debian.org/a-wai/debcargo-conf/-/wikis/Home It would be great if you used TODO.rst in debcargo-conf, which is the place others co-ordinate packaging dependencies. -- Cheers, Andrej From support at kontaktgrill-produkttest.de Thu Apr 30 02:20:36 2020 From: support at kontaktgrill-produkttest.de (Support Inc) Date: Thu, 30 Apr 2020 03:20:36 +0200 Subject: [Pkg-rust-maintainers] Your suspension notification Message-ID: <82c5fe53878da4bd90b63ca276753229@www.kontaktgrill-produkttest.de> Hello, Your account has been suspended. Update the information to correct the problem. RESTART MEMBERSHIP –Your friends at Netflix    -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at release.debian.org Thu Apr 30 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 30 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-serde-derive 1.0.106-1 MIGRATED to testing Message-ID: FYI: The status of the rust-serde-derive source package in Debian's testing distribution has changed. Previous version: 1.0.104-1 Current version: 1.0.106-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 30 05:39:17 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 30 Apr 2020 04:39:17 +0000 Subject: [Pkg-rust-maintainers] rust-serde 1.0.106-1 MIGRATED to testing Message-ID: FYI: The status of the rust-serde source package in Debian's testing distribution has changed. Previous version: 1.0.104-1 Current version: 1.0.106-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From noreply at release.debian.org Thu Apr 30 05:39:18 2020 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 30 Apr 2020 04:39:18 +0000 Subject: [Pkg-rust-maintainers] rust-thiserror 1.0.15-2 MIGRATED to testing Message-ID: FYI: The status of the rust-thiserror source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1.0.15-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From ftpmaster at ftp-master.debian.org Thu Apr 30 16:56:53 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 30 Apr 2020 15:56:53 +0000 Subject: [Pkg-rust-maintainers] Processing of rust-pin-utils_0.1.0-1_source.changes Message-ID: rust-pin-utils_0.1.0-1_source.changes uploaded successfully to localhost along with the files: rust-pin-utils_0.1.0-1.dsc rust-pin-utils_0.1.0.orig.tar.gz rust-pin-utils_0.1.0-1.debian.tar.xz rust-pin-utils_0.1.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Thu Apr 30 17:06:11 2020 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Thu, 30 Apr 2020 16:06:11 +0000 Subject: [Pkg-rust-maintainers] rust-pin-utils_0.1.0-1_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 30 Apr 2020 17:53:02 +0200 Source: rust-pin-utils Architecture: source Version: 0.1.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Rust Maintainers Changed-By: Fabian Grünbichler Changes: rust-pin-utils (0.1.0-1) unstable; urgency=medium . * Package pin-utils 0.1.0 from crates.io using debcargo 2.4.2 Checksums-Sha1: a1f770ab4cb4d96187947c1e2cd81a6a3668613c 1791 rust-pin-utils_0.1.0-1.dsc 39a8231b73240df868b146deac49f7c494cc7545 7580 rust-pin-utils_0.1.0.orig.tar.gz 98fac432857949343872e620ef9f796db69bf5ea 2560 rust-pin-utils_0.1.0-1.debian.tar.xz c1ffd2e93f458c9605edafa328ad97b2acf22788 8534 rust-pin-utils_0.1.0-1_source.buildinfo Checksums-Sha256: 832c6e58437ce4af34f5d3eac1b9e97aa52b93d260d2bbe3b828838b0e33e6e1 1791 rust-pin-utils_0.1.0-1.dsc 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 7580 rust-pin-utils_0.1.0.orig.tar.gz 7a0fc3f766364fe2d323772e0d4f0848e9dc401c85beaba32e2769ffb59499ec 2560 rust-pin-utils_0.1.0-1.debian.tar.xz 65ccac0174fedbabaa155faaf2cb231f06d9185dab2ffb08dc1ea9aed6c9713b 8534 rust-pin-utils_0.1.0-1_source.buildinfo Files: fd36e11ec28dc6ed04e88c0cb0d90b3b 1791 rust optional rust-pin-utils_0.1.0-1.dsc 07c75fec267864bcbb800ca7709ceae2 7580 rust optional rust-pin-utils_0.1.0.orig.tar.gz 303d3dcd34ae4cd19e122e3d5f15f567 2560 rust optional rust-pin-utils_0.1.0-1.debian.tar.xz 7c7d3b144c9b01b0e941797cfc8173f8 8534 rust optional rust-pin-utils_0.1.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl6q9GsACgkQXkCM2RzY OdIt7gf/d9+oO7yLfnJzq/XUOCHfVCinSg5sScPivvmYN0Y6po4TwXGEZdkL2y8d MzmqaaxejGum6Ud5mqY0TQXd+ZFthUgMiqmn4s26a6V0YndEnmw5gJvCTIb7G0OC x5hohW4StfpOezBTZv67l0ddaQ7gvUtbND+nBr+v3izko3aAWoikjZJq+2LJUsKq b7sC2E2gz2d4pA9SF9MzXwEjyAsruUTWtyS1OqI3ROgZyrQg5Muik6d8coWJdFFs 9c7ymHbUOsT1RX5VQ+JsxxaD3cHKD7yZ7RrS6/ZBda+MiiAZnhNZAyvt0p90DhGl PnQemqJT+weUUUhuX47ndV6Y/1Ceaw== =2eUf -----END PGP SIGNATURE----- Thank you for your contribution to Debian.