Processing of breathe_4.31.0-1_source.changes
breathe_4.31.0-1_source.changes uploaded successfully to localhost along with the files: breathe_4.31.0-1.dsc breathe_4.31.0.orig.tar.gz breathe_4.31.0-1.debian.tar.xz breathe_4.31.0-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
breathe_4.31.0-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 03 Oct 2021 12:17:03 +0300 Source: breathe Architecture: source Version: 4.31.0-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Dmitry Shachnev Changes: breathe (4.31.0-1) unstable; urgency=medium . * QA upload. * New upstream release. * Remove python3-six build-dependency, no longer needed. * Build-depend on tex-gyre, needed to build PDF with Sphinx 4. * Update hardcoded version number in the patch. Checksums-Sha1: 2fd04b750858c5e0171c12a18ddc6ddff7841f73 2282 breathe_4.31.0-1.dsc 35fca4fcbaa97cf6b66f81bbd80e31163ce479e6 193629 breathe_4.31.0.orig.tar.gz 57bff6b618b9a787518ffa21440ee2ed2ca0524e 6236 breathe_4.31.0-1.debian.tar.xz f638eb3c0e0fc6c86752231b843fd75ee8301859 7038 breathe_4.31.0-1_source.buildinfo Checksums-Sha256: 0c57d107f50e73f65d4b27b1bebcb2410e4ecea4e5650834ba4d64a30152cead 2282 breathe_4.31.0-1.dsc 63edd18240b7aeb155c6b3d7de13c1322dd7c150f2ad2e9742e95e51b0dc48a8 193629 breathe_4.31.0.orig.tar.gz 7f328483756ce94bdea063750e0a63dc5f23c44451ab41a3db5388f0011c57b6 6236 breathe_4.31.0-1.debian.tar.xz 5efffef3e6a8647f5719b053baeef87e27eb8c6a8dfb2d1d8b3d5a62fcce525d 7038 breathe_4.31.0-1_source.buildinfo Files: 33ce00b2d11f0b69af0b8edf7e33a5f8 2282 python optional breathe_4.31.0-1.dsc 5ba7b5f811c5b8535ee233f6031bed1a 193629 python optional breathe_4.31.0.orig.tar.gz 0c0d727a56f1ca0bd11faab50b047c40 6236 python optional breathe_4.31.0-1.debian.tar.xz a9456db8ed198b14ab25fb09844964c5 7038 python optional breathe_4.31.0-1_source.buildinfo -BEGIN PGP SIGNATURE- iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAmFZgcMTHG1pdHlhNTdA ZGViaWFuLm9yZwAKCRBmRiZbWGuDy87HEACNrqLC43Wi4uGHR9ErIALY/JboHmD9 7yFOM2ptu/oCmIPZOEudC/k9p0yjn0H1oJhLUmPmGAa/sN0HC0kEU8T1vQa7q7os O+jDmoFaYfR0TamPRy2IqW9hOhEsiegxQj+mazqybAfbMKt1wsY+X8VuuxMoqFca 3Xfb/zxkvuo9pHFtp9/InfxSWR/Kgto/HuOx+v0fHVVfZE0RfFLrSQrpbQUQ9kC/ 6niR0EhQG7qOAdfI/b4p6MX74Rc29R7G1QDlkk6hiYiyc7ShE1+fSuXma5AOmDuH qtDWnGqOlu8ueow/y4s+tFxgQXzxyPg70xN6GLi9vZglPNzya084B/mm6f1TZnDV LphqWO7N0H/LEvHFYjvIlqZJtv2QgfGg988PsrjD4PALQmDEjzYvVbIxmFPd6+rF QegxFxEZEC3YT67ExMDneuWT6RrniT40d9s5ziJBdgo0ViEo6sqkb+5plrMHL6eY flNt/uQMq3x365zJpYmJoT5BXyviBbEBeHi390+56p87LOaMRDagL6+HcvHQxAJB bCNpXW0QOot8e7J1a+14e8AfDtxLFyF0Ne6EBSaHZnXh1+CgJezQqt5hAP4XlH2J 5qDZnY4wphPFqQlUjOQZpR6X0a7qLQEsaOda8EdRei+QhbE0qvGhLvGVgBCw1CUN pVfIqUgFJKtiKA== =IKpU -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#995624: pktstat FTBFS: error: format not a string literal and no format arguments [-Werror=format-security]
Source: pktstat Version: 1.8.5-7 Severity: serious Tags: ftbfs pktstat fails to build from source in unstable on amd64. A non-parallel build ends as follows: | gcc -DHAVE_CONFIG_H -I. -DPATH_PKTSTATRC=\"/etc/pktstatrc\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -D_BSD_SOURCE -c -o display.o display.c | In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, | from /usr/include/stdio.h:27, | from display.c:17: | /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] | 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | | ^~~ | display.c: In function ‘display_update’: | display.c:499:33: warning: field width specifier ‘*’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] | 499 | attron(A_UNDERLINE); printw("%-*s", | | ~~^~ | | | | | int | display.c:552:13: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] | 552 | printw("%.*s\n", MIN(maxx - LLEN, sizeof flows[i].tag - 1), | | ~~^~ | | | | | int | display.c:566:15: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=] | 566 |printw(" %.*s\n", MIN(maxx - LLEN - 2, | | ~~^~ | | | | | int | display.c:285:21: warning: variable ‘x’ set but not used [-Wunused-but-set-variable] | 285 | int maxx, maxy, y, x; | | ^ | display.c: In function ‘printhelp’: | display.c:672:3: error: format not a string literal and no format arguments [-Werror=format-security] | 672 | printw((char *)h->name + 1); | | ^~ | cc1: some warnings being treated as errors | make[2]: *** [Makefile:483: display.o] Error 1 | make[2]: Leaving directory '/<>' | make[1]: *** [Makefile:339: all] Error 2 | make[1]: Leaving directory '/<>' | dh_auto_build: error: make -j1 returned exit code 2 | make: *** [debian/rules:11: build] Error 25 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 This is likely due to ncurses including format string annotations. Helmut
Bug#995640: boxbackup: FTBFS with OpenSSL 3.0
Source: boxbackup Version: 0.13~~git20200326.g8e8b63c-1 Severity: important Tags: bookworm sid User: pkg-openssl-de...@lists.alioth.debian.org Usertags: ftbfs-3.0 Hi, Your package is failing to build using OpenSSL 3.0 with the following error: NOTICE: Running test bbackupd in debug mode... ERROR: SSL or crypto error: initialising cipher: error:0308010C:digital envelope routines::unsupported WARNING: Exception thrown: CipherException(EVPInitFailure) (Failed to initialise Blowfish56-CBC: error:0308010C:digital envelope routines::unsupported) at lib/crypto/CipherContext.cpp:124 FAILED: Exception caught: EVPInitFailure: Failed to initialise Blowfish56-CBC: error:0308010C:digital envelope routines::unsupported [...] Some ciphers have been moved to the legacy provider and are no longer available by default. For more information see: https://www.openssl.org/docs/man3.0/man7/migration_guide.html Kurt
Processing of nwrite_1.9.2-21_source.changes
nwrite_1.9.2-21_source.changes uploaded successfully to localhost along with the files: nwrite_1.9.2-21.dsc nwrite_1.9.2-21.debian.tar.xz nwrite_1.9.2-21_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
nwrite_1.9.2-21_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 03 Oct 2021 12:47:10 + Source: nwrite Architecture: source Version: 1.9.2-21 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Chris Hofstaedtler Closes: 995631 Changes: nwrite (1.9.2-21) unstable; urgency=medium . * QA upload. * Orphan package (see #784190). * Remove /usr/bin/write alternative (Closes: #995631). Checksums-Sha1: 56848117868ed7c6208d26946cfb5776d70fa886 1677 nwrite_1.9.2-21.dsc 7120689a4bd6291b525de5c102c9a1fc08c0823a 7872 nwrite_1.9.2-21.debian.tar.xz fbae3f6088c149944679e675ca3d21c844d4bade 5977 nwrite_1.9.2-21_source.buildinfo Checksums-Sha256: 403eb7281f93644e496e2dc1fcdd489a033e7f248aeab5386af6302bb7dbf621 1677 nwrite_1.9.2-21.dsc 724ab99ad2837b717a956f7509b8966a4cf231eb311de9e76c708f4291934890 7872 nwrite_1.9.2-21.debian.tar.xz a9e1169763019a2ae9836303144ba6d7c6d626a58aff653f57e58945934b1d3c 5977 nwrite_1.9.2-21_source.buildinfo Files: 8e7fd634f5aefd7d5f31f19cf10129d8 1677 utils optional nwrite_1.9.2-21.dsc fb3ca8f48da6da95ce916be2c84167cc 7872 utils optional nwrite_1.9.2-21.debian.tar.xz ec023b68c6e7099cc2444a07ec581365 5977 utils optional nwrite_1.9.2-21_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmFZqKsACgkQXBPW25MF LgPHfQ//YSCdOoYnym18pjwkXUfln+Ih6TYZcGJRAEV/YCsIrSNdZcs9uuhj8i/V nWAVBWT6r53k8xbLd+U7bwkQsZrZCPPpOEciIaEmlTANkoHTUU9FVeZeHiXipDLP 1T+NwVeuSfpb4Qcy7oNSMnD9pmMMzOlwGkzDlt5LkEWdijNrwh9owr5sF3x+V8vz Bn+NF31WgGCRA5AmYBGUF0Dj6aqCMA43BdpyrlSQJawBJnRtFH30DUwzKE/PesqS vDLtpUKAziwt9uQoH9bmQSszIorUvD0S+LxKQd/JpaITPpfXDn5d3tOUGf/YXZZ2 7DHKBJQAXKaygQzAx+yA96pHuWdnh2IBXX0v6qQ5re06zGDAcUUJ3us4L3XHRO4N cSFk3T7n/mPCVi+9vo8YPQCjQt5mNy5naGZyZOLgbS8rdp/380MDowhoUe9BquSn FQ5fWU2jZeTKUGLyeR3eMhTNIPuGL3fYJcEB+4oeSUmlS71Ng2dXWDs6IQy7rNhp y0MzmjMSc7m2FCNE86mgk+WbhCLY+u5AsAbTD6xapOA/O7VD7Wy5WvI8QPc4S511 MfSBG1nEVzlMwuuPNazPp6Vth+p+BWoVa7yxSG30rLiSHfFH0AvVyVAU3P/ETT2G VXmK1erqzdjWjPtZOX60Xu0YV9mhCDhe3QC76U7wuw7qE1quM94= =JAxT -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#995646: abntex: reproducible builds: Embedded timestamps in .dvi file
Source: abntex Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The build timestamp is embedded in various .dvi files: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/abntex.html /usr/share/doc/abntex/abnt-bibtex-alf-doc.dvi.gz ...TeX·output·2021 vs. ...TeX·output·2022 ...08.14:0757 vs. ...09.17:1623 The attached patch fixes this by setting FORCE_SOURCE_DATE=1 in debian/rules, which texlive needs in order to respect SOURCE_DATE_EPOCH, which is set during debian package builds to the timestamp in the latest debian/changelog entry. https://reproducible-builds.org/docs/source-date-epoch/ With this patch applied, abntex should build reproducibly on tests.reproducible-builds.org Thanks for maintaining abntex! live well, vagrant From d9f085c50a8eb9979d12f56de6d72300a6f279c4 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 3 Oct 2021 16:24:22 + Subject: [PATCH] debian/rules: Export FORCE_SOURCE_DATE=1 in order for texlive to respect SOURCE_DATE_EPOCH when generating .dvi file. https://reproducible-builds.org/docs/source-date-epoch/ --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 3d1944c..420a7cf 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,9 @@ #export DH_VERBOSE=1 +# Ensure texlive respects SOURCE_DATE_EPOCH +export FORCE_SOURCE_DATE=1 + %: dh $@ -- 2.33.0 signature.asc Description: PGP signature
Bug#995654: malaga: reproducible builds: Embedded timestamps in .dvi, .pdf and .ps files
Source: malaga Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The build timestamp is embedded in various .dvi, .pdf and .ps files: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/malaga.html /usr/share/doc/malaga-doc/malaga.pdf.gz Creator:·'·TeX·output·2021.08.25:1625' vs. Creator:·'·TeX·output·2022.09.29:0054' The attached patch fixes this by setting FORCE_SOURCE_DATE=1 in debian/rules, which texlive needs in order to respect SOURCE_DATE_EPOCH, which is set during debian package builds to the timestamp in the latest debian/changelog entry. https://reproducible-builds.org/docs/source-date-epoch/ With this patch applied, malaga should build reproducibly on tests.reproducible-builds.org Thanks for maintaining malaga! live well, vagrant signature.asc Description: PGP signature
Processing of mcrypt_2.6.8-5_source.changes
mcrypt_2.6.8-5_source.changes uploaded successfully to localhost along with the files: mcrypt_2.6.8-5.dsc mcrypt_2.6.8-5.diff.gz mcrypt_2.6.8-5_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
mcrypt_2.6.8-5_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 21 Sep 2021 13:25:47 + Source: mcrypt Architecture: source Version: 2.6.8-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Francisco Vilmar Cardoso Ruviaro Changes: mcrypt (2.6.8-5) unstable; urgency=medium . * QA upload. * Run wrap-and-sort -a. * Using new DH level format. Consequently: - debian/compat: remove. - debian/control: change from 'debhelper' to 'debhelper-compat' in Build-Depends field and bump debhelper-compat to 13. * debian/control: - Add Rules-Requires-Root: no. - Bump Standards-Version to 4.6.0. - Drop Uploaders field because it is an orphan package. - Update VCS fields to use Salsa. * debian/rules: - Add DEB_BUILD_MAINT_OPTIONS to improve GCC hardening. - Drop trailing whitespace. * Add debian/salsa-ci.yml. * Add debian/source/format with "1.0". * Drop debian/source.lintian-overrides. * Drop trailing whitespace in debian/changelog. * Update debian/watch. Checksums-Sha1: 1769a071bb4023f571d3f1514dbe23695729d75d 1863 mcrypt_2.6.8-5.dsc 396b510ff482175272488509ae06d1d3e1483589 348552 mcrypt_2.6.8-5.diff.gz adb8f495547fb039dda755fc1e1d8e5505b7b4bb 6232 mcrypt_2.6.8-5_amd64.buildinfo Checksums-Sha256: f07fa776da4e205ac456ef05554a068922fa6deabc4b460e20f795a70fdc84c1 1863 mcrypt_2.6.8-5.dsc bb184c1393818ed1d32015a6e24f93d009aef76f23296f39aee9642c2d8ff73f 348552 mcrypt_2.6.8-5.diff.gz 2a39038dd5e94b66107d13d152f33136b627dd13bf8d4593a29bb034ce6e0189 6232 mcrypt_2.6.8-5_amd64.buildinfo Files: d219908d4844e4f405ee5cc25fac9392 1863 utils optional mcrypt_2.6.8-5.dsc 33528f6f9d814d17b662dd8dee5c200d 348552 utils optional mcrypt_2.6.8-5.diff.gz f9d568704a6b8f4874b22cf364943559 6232 utils optional mcrypt_2.6.8-5_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEBdtqg34QX0sdAsVfu6n6rcz7RwcFAmFaAjUACgkQu6n6rcz7 RwcIxw/9HL5SKtNiu6K6psvpHhUTGBBzGGH5KlALYLEcF70eXp9PiM2q493BtZgT E90vG9gIkyYlzfZkjkE20zRKuAfBlWIomJeTFOIj8b6eAMfpvghbT7f9LDEuyhyR OyKkuTcBVqK6g7zdynD4fbm9YJRpBoo4atR+BStDWd7popjFKB2fIojfh34MB0Di fg1UgBp4xgc2nyJQ8WI6V9pmyAtcUZAwrku/v4iwOi461zk8iH7Yuwxdxw+CalN9 AlHyPXYruB7EiPxrzDL/eqonW4HRMPisqbG0vs/tMHjLf90aSB+KK4tKWoUOyehN Z7UDJ/XLZPQqsNMj8KC6ZB6W98qvf+wvX1RuiFN3HMyrlSElRFbmUCfds7o+2B8e RTGmUmApVtJEc/yRL4l2lXOpn4rxwivfRso4A/gZSepYwjFo1DvBKHur4dsBTWGh pdVnut43xsTpPB7vRvIgcuU0QVEqsSXrU9SaEOATi2RSiER2IIEFTJ4o7k3jXM73 ll+exHPfhuVbQ7z4RhmSanvNXETBZn//fWtna9PDAjYv5b0iN04ApkMz9LbLvLDV eyHiWigsR2BhHoOJqwYe8mL5c/wL07/efz20uCilIqSiF3PRk4u7Fgbd784zRMqk 8T5npyIU19gHJg2didT2Ru0UoiiCSUd4Gji5N7TvDtiuFv2bdXM= =nE7w -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of xtermcontrol_3.8-4_source.changes
xtermcontrol_3.8-4_source.changes uploaded successfully to localhost along with the files: xtermcontrol_3.8-4.dsc xtermcontrol_3.8-4.debian.tar.xz xtermcontrol_3.8-4_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
xtermcontrol_3.8-4_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 03 Oct 2021 22:11:53 +0200 Source: xtermcontrol Architecture: source Version: 3.8-4 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Axel Beckert Changes: xtermcontrol (3.8-4) unstable; urgency=low . * QA upload. * Add xfonts-base to autopkgtest dependencies to avoid xterm warning on STDERR which makes autopkgtest fail (but not dh_auto_test during the build). * Add missing "QA upload" to previous debian/changelog entry. Checksums-Sha1: 72d39cb104fdaae899c7b50d4fc0783f6780219f 1988 xtermcontrol_3.8-4.dsc c5afb0beff64173a7f07f8d5987ae94cc5492bc8 3604 xtermcontrol_3.8-4.debian.tar.xz 944c0ab526789e1d64f6fece8a1dd742d4657adf 8282 xtermcontrol_3.8-4_source.buildinfo Checksums-Sha256: 221ed2a002d9c64df720f419629296c92e1f978d4ca61ffdaf2890979d7a77c9 1988 xtermcontrol_3.8-4.dsc 14dc011b35d1fc6006ba25c52dbbe0ce4a824182e9bbffa9c6ce2ae8b4c8d98f 3604 xtermcontrol_3.8-4.debian.tar.xz 3f856064122b262ea3d9855d837859589d850eb3beb014d9679271962c02bc77 8282 xtermcontrol_3.8-4_source.buildinfo Files: 397c323bf31c8decf5bacffc5f442a4c 1988 x11 optional xtermcontrol_3.8-4.dsc 3898c7bb0014b9a89199953e4078db6a 3604 x11 optional xtermcontrol_3.8-4.debian.tar.xz 20fbb80ca6e6be5e98a5e5cd2e7e8a07 8282 x11 optional xtermcontrol_3.8-4_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAmFaEO0ACgkQa+Zjx1o1 yXXzDQ//YRB9alC+9z7wb0lrJhg3yos3yf3UbB3gZGztkymVpN7iEJ9FXByXbzcb bokVyUf7GogwKIwMUvjI0cLjCwEqVMUXz3ix/th+/5rcd0j3zIXWrpALWw3OdWBT YS8NZiJqvprgC+q6i4KpMYi+nG4quucArgY1nhX6H/u72iNnZzuMGDRIaP7aZRhu iYHGCGapXk1239dTJ8ID705NaXi/nDuN65UAQahBLAw/gEndrCccS+JhsX3ADcYB Nh7lgE0GikM+4K9zWAz12VYAUI2BsEv0M7iB+0Zv/cL2T0Y6ht1Vr234Jd0D42Bq fjbTxYJfcqouHFFG1KHDXi4OlHak5irvNx4Xat2FlPxieqkZwiK1M7EnPpN3KVi6 pIV4zlUM4qu3UQ4TnFG66isIoLKHKp/wKXylI8p2Mwqqq2/8gc1t9fhGo6EH46DR IxBaFVcZI0DZtIPW0ccLOeVuuanxem88+q/Ag+2trc9MjdoO47r50xAyNto9577n aFEF1yByDn1RREm3y3c7s3bdUdLNgHLVrFueDPwylbs1VftBwB5BQKkNWbUSNEmM SXGeivOwISMMFcHYzwgiShUVfQaEwQylWjs2t86i72ObCT+9PwNvLS18FhDY8OTv Jx19qB4ZyiF9eMAzz0i54Yy96IejQy272lInRJGWJdWLE31hwB0= =hawN -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of httpbin_0.7.0+dfsg-1_source.changes
httpbin_0.7.0+dfsg-1_source.changes uploaded successfully to localhost along with the files: httpbin_0.7.0+dfsg-1.dsc httpbin_0.7.0+dfsg.orig.tar.xz httpbin_0.7.0+dfsg-1.debian.tar.xz httpbin_0.7.0+dfsg-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
httpbin_0.7.0+dfsg-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 03 Oct 2021 14:25:43 -0700 Source: httpbin Architecture: source Version: 0.7.0+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Afif Elghraoui Changes: httpbin (0.7.0+dfsg-1) unstable; urgency=medium . * QA upload. * Newer upstream version 0.7.0+dfsg * Update patches * Drop Build-Depends: pandoc * Remove dependency on obsolete raven package * Add Depends: python3-brotli * Allow pybuild to build package and generate Depends * Add autopkgtest * update patches so as not to interfere with tests Checksums-Sha1: 1b31199a04c7221976410872c784f774bd7026c2 2229 httpbin_0.7.0+dfsg-1.dsc 04082859c5ace4828b1b88082a61f2d72605e077 80068 httpbin_0.7.0+dfsg.orig.tar.xz cef9fa7547c8a5c867f5d4b904b3c72539490b7d 4812 httpbin_0.7.0+dfsg-1.debian.tar.xz 9a85ad6368f079bc0f2eff81310c3b0961b6e6ee 6142 httpbin_0.7.0+dfsg-1_source.buildinfo Checksums-Sha256: be4289c8f1974ce9605e083193dcbd131ff6fddcedcf41b3be3b5feabc6cd12c 2229 httpbin_0.7.0+dfsg-1.dsc 2a4f805669e39d6d4d16f876d28c4e4ca7f090785d432e465b7cbd9402b872b3 80068 httpbin_0.7.0+dfsg.orig.tar.xz bfaad8ef75112e92e7c3bd8a26b32db4a09165d4dad78dae933beb323d7b65bb 4812 httpbin_0.7.0+dfsg-1.debian.tar.xz 2bf30fa9eea4f9a87e0329dca5956d0796ce47c2e1cb85e58c347e607ba879e3 6142 httpbin_0.7.0+dfsg-1_source.buildinfo Files: be6c745dbf083942c504b2a0f976edea 2229 web optional httpbin_0.7.0+dfsg-1.dsc 5ff9e63364f6e3ee05edbedaa6f27e7c 80068 web optional httpbin_0.7.0+dfsg.orig.tar.xz 513d92b33da69c0d768de5108675f570 4812 web optional httpbin_0.7.0+dfsg-1.debian.tar.xz 87b7e50d1705b44fed03c1e5a09c3a1a 6142 web optional httpbin_0.7.0+dfsg-1_source.buildinfo -BEGIN PGP SIGNATURE- iQJEBAEBCAAuFiEE6rcjomb2J+aAVWFfWbIwbzr53cEFAmFaICwQHGFmaWZAZGVi aWFuLm9yZwAKCRBZsjBvOvndwR4KD/9uiq6I+nRTLd8sRJc0mao/nHPnIex2VNmH 7xxANVfcWQi1X4fQv7CgfXKWb5Qf8XIXqdPkQGa5MgnmwIqrhaUV1mZLM6mFaggf ItuEWhScA451rA4NtkhjBLjkqOaeWWwZ3I3vd4S1a8GyP4qHd164giboKBtP8tUn fHr/Wh/SINZUtkECuay8zYnW29I8736pFtYBHp0AxWtGmh38kFD22akXIkaxhINf Dxrr3qn+YEADbuoZchRgQKPfdRsFoq5bpmnxRGcmoCCejh2L4iC+bMoCv9oTOsxJ giu/u5y4q6ASqVbH8b406a0OUdj3i4l67NHn9QJJAJVIUCywpzb1qFDTe1wxz+qT PB7xl7ovh9VSZAkY10z3CIdTBJ26spMin7Cq9KBO+XJwIAIL7lfVKrYn1HTiuIIf x4ufxnZSlUaly+qknNtDXZ/n7Y99EIdYmSYgTInd/IIDSa6WiC3spfum91uATTNC oau9m/COeStnp8UMTLW+GUWlAZaST3tz0tp1wTlTLYTcbnPT0qlnEPmyMNkAyLZ0 C+mvRl2OTOoBSI8eCT4xOmcMxfSWmNRXrPyv7HadAUY+d2G7u+sQ5oWP5Wnk4hbk Ln7Cok6KKiZu/WMbBWP4mOXSZ+Dq9scs7wtSnq+laibW0ts92aqP49DS8Y/S5HFM DviF25/WUg== =fa+y -END PGP SIGNATURE- Thank you for your contribution to Debian.
zfs-fuse Homepage
Hi there, please update the homepage of package zfs-fuse. Currently the homepage link on https://tracker.debian.org/pkg/zfs-fuse points to a porn site. Best wishes
mmorph is marked for autoremoval from testing
mmorph 2.3.4.2-17 is marked for autoremoval from testing on 2021-10-17 It is affected by these RC bugs: 967990: mmorph: Removal of sys_nerr and sys_errlist https://bugs.debian.org/967990 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl