From baefd47aaefcfd98425e5d9a138af382c145ec91 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Mon, 14 Oct 2024 18:33:49 +0200 Subject: [PATCH 1/4] use gl source repo --- conf/ingest-debsrc/gardenlinux.sources | 6 ++++ ingest-postgres.sh | 48 +++++--------------------- 2 files changed, 15 insertions(+), 39 deletions(-) create mode 100644 conf/ingest-debsrc/gardenlinux.sources diff --git a/conf/ingest-debsrc/gardenlinux.sources b/conf/ingest-debsrc/gardenlinux.sources new file mode 100644 index 0000000..cdec569 --- /dev/null +++ b/conf/ingest-debsrc/gardenlinux.sources @@ -0,0 +1,6 @@ +Enabled: yes +Types: deb-src +URIs: https://packages.gardenlinux.io/gardenlinux +Suites: experimental +Components: main +Signed-By: /usr/share/keyrings/gardenlinux-archive-keyring.gpg diff --git a/ingest-postgres.sh b/ingest-postgres.sh index 8359b45..2eb5bd2 100755 --- a/ingest-postgres.sh +++ b/ingest-postgres.sh @@ -14,28 +14,18 @@ curl https://raw.githubusercontent.com/gardenlinux/glvd-data-ingestion/main/conf --output conf/ingest-debsrc/apt.conf curl https://raw.githubusercontent.com/gardenlinux/glvd-data-ingestion/main/conf/ingest-debsrc/debian.sources \ --output conf/ingest-debsrc/debian.sources +curl https://github.com/gardenlinux/gardenlinux/raw/refs/heads/main/keyring.gpg \ + --output /usr/share/keyrings/gardenlinux-archive-keyring.gpg APT_CONFIG=conf/ingest-debsrc/apt.conf apt-get -q update \ -o Dir="$PWD/data/ingest-debsrc/" \ -o Dir::Etc::sourcelist="$PWD/conf/ingest-debsrc/debian.sources" \ -o Dir::State="$PWD/data/ingest-debsrc/" -git clone --depth=1 https://salsa.debian.org/security-tracker-team/security-tracker +APT_CONFIG=conf/ingest-debsrc/apt.conf apt-get -q update \ +-o Dir="$PWD/data/ingest-debsrc/" \ +-o Dir::Etc::sourcelist="$PWD/conf/ingest-debsrc/gardenlinux.sources" \ +-o Dir::State="$PWD/data/ingest-debsrc/" -mkdir -p gardenlinux-packages -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.0/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.0.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.1/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.1.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.2/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.2.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.3/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.3.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.5/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.5.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.7/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.7.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.8/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.8.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.9/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.9.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1443.10/main/binary-amd64/Packages.gz > gardenlinux-packages/1443.10.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1592.0/main/binary-amd64/Packages.gz > gardenlinux-packages/1592.0.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/1592.1/main/binary-amd64/Packages.gz > gardenlinux-packages/1592.1.gz -curl -s https://packages.gardenlinux.io/gardenlinux/dists/today/main/binary-amd64/Packages.gz > gardenlinux-packages/today.gz -gunzip gardenlinux-packages/1443*.gz -gunzip gardenlinux-packages/1592*.gz -gunzip gardenlinux-packages/today.gz +git clone --depth=1 https://salsa.debian.org/security-tracker-team/security-tracker echo "Run data ingestion (ingest-debsrc - debian trixie)" glvd-data ingest-debsrc debian trixie data/ingest-debsrc/lists/deb.debian.org_debian_dists_trixie_main_source_Sources @@ -43,30 +33,10 @@ echo "Run data ingestion (ingest-debsrc - debian bookworm)" glvd-data ingest-debsrc debian bookworm data/ingest-debsrc/lists/deb.debian.org_debian_dists_bookworm_main_source_Sources echo "Run data ingestion (ingest-debsec - debian)" glvd-data ingest-debsec debian security-tracker/data + echo "Run data ingestion (ingest-debsrc - gardenlinux today)" glvd-data ingest-debsrc gardenlinux today ./gardenlinux-packages/today -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.0)" -glvd-data ingest-debsrc gardenlinux 1443.0 ./gardenlinux-packages/1443.0 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.1)" -glvd-data ingest-debsrc gardenlinux 1443.1 ./gardenlinux-packages/1443.1 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.2)" -glvd-data ingest-debsrc gardenlinux 1443.2 ./gardenlinux-packages/1443.2 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.3)" -glvd-data ingest-debsrc gardenlinux 1443.3 ./gardenlinux-packages/1443.3 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.5)" -glvd-data ingest-debsrc gardenlinux 1443.5 ./gardenlinux-packages/1443.5 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.7)" -glvd-data ingest-debsrc gardenlinux 1443.7 ./gardenlinux-packages/1443.7 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.8)" -glvd-data ingest-debsrc gardenlinux 1443.8 ./gardenlinux-packages/1443.8 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.9)" -glvd-data ingest-debsrc gardenlinux 1443.9 ./gardenlinux-packages/1443.9 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1443.10)" -glvd-data ingest-debsrc gardenlinux 1443 ./gardenlinux-packages/1443.10 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1592.0)" -glvd-data ingest-debsrc gardenlinux 1592.0 ./gardenlinux-packages/1592.0 -echo "Run data ingestion (ingest-debsrc - gardenlinux 1592.1)" -glvd-data ingest-debsrc gardenlinux 1592 ./gardenlinux-packages/1592.1 + echo "Run data ingestion (nvd)" glvd-data ingest-nvd echo "Run data combination (combine-deb)" From 561d8b0d6a4e2d4700192bb0cb5655a9034a92a3 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Tue, 15 Oct 2024 11:26:05 +0200 Subject: [PATCH 2/4] build from temp sources snapshot --- ...nux_dists_experimental_main_source_Sources | 44785 ++++++++++++++++ ingest-postgres.sh | 15 +- 2 files changed, 44795 insertions(+), 5 deletions(-) create mode 100644 data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources diff --git a/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources b/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources new file mode 100644 index 0000000..fdc8624 --- /dev/null +++ b/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources @@ -0,0 +1,44785 @@ +Format: 3.0 (quilt) +Package: acl +Binary: acl, libacl1-dev, libacl1, acl-udeb, libacl1-udeb +Architecture: any +Version: 2.3.2-2 +Maintainer: Guillem Jover +Homepage: https://savannah.nongnu.org/projects/acl/ +Standards-Version: 4.6.2 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/acl.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/acl.git +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, automake, autopoint, build-essential, libattr1-dev, libtool, pkgconf +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10), autoconf, automake, gettext, libtool, libattr1-dev (>= 1:2.4.46-8) +Package-List: + acl deb utils optional arch=any + acl-udeb udeb debian-installer optional arch=any profile=!noudeb + libacl1 deb libs optional arch=any + libacl1-dev deb libdevel optional arch=any + libacl1-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/1f42130ccb5442fe2db2aee1dcc03c51a31512dd2519a38e8fc9270c5abbc807 +Checksums-Sha1: + a78c0a5e511ee122ba5976bbd7cabeff0fd7cbe6 2604 acl_2.3.2-2.dsc + 2674394a4061791c77d80fd2089a39c3675a5980 371680 acl_2.3.2.orig.tar.xz + 884c1cae6bbc52db9deba2f5523f6624df796201 833 acl_2.3.2.orig.tar.xz.asc + a69f6cb6c5eeb21e17debd698968c5c9c03782b6 24296 acl_2.3.2-2.debian.tar.xz +Checksums-Sha256: + 1f42130ccb5442fe2db2aee1dcc03c51a31512dd2519a38e8fc9270c5abbc807 2604 acl_2.3.2-2.dsc + 97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd 371680 acl_2.3.2.orig.tar.xz + 184c6a903490885a096095db67b433a04542c6569f167cbe8115268c0f227273 833 acl_2.3.2.orig.tar.xz.asc + e27b6e194c0a7554595d76f96acdceb800631bdc46c36457b73bc7e4a0c5f2ee 24296 acl_2.3.2-2.debian.tar.xz +Files: + 93037e15cbb9d10f31ab7e6cc1a9212b 2604 acl_2.3.2-2.dsc + 590765dee95907dbc3c856f7255bd669 371680 acl_2.3.2.orig.tar.xz + ea6ee7f69d122317eabf7641aeb083ff 833 acl_2.3.2.orig.tar.xz.asc + c4b10acfc329b6121017873998c872bb 24296 acl_2.3.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: acorn +Binary: node-acorn, node-debbundle-acorn +Architecture: all +Version: 8.8.1+ds+~cs25.17.7-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/ternjs/acorn/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/acorn +Vcs-Git: https://salsa.debian.org/js-team/acorn.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: libjson-perl, nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.5~), docbook2x , jdupes, mocha , node-ast-types, node-babel7, node-graceful-fs, node-mkdirp, node-rollup-plugin-babel (>= 4.4~), node-rollup-plugin-buble, node-tap , node-tape , node-unicode-lastest, node-xtend , nodejs:native | nodejs (<< 12.22.5~dfsg-4~), rollup +Package-List: + node-acorn deb javascript optional arch=all + node-debbundle-acorn deb oldlibs optional arch=all +Directory: pool/f29d1f1ac78e8820fdfe07dbba53ed1bdbedfc2d21d8495dfc147c038571f375 +Checksums-Sha1: + 3fe0bd69784c05a9b64db1cb58dc5f0c616d2b3a 6969 acorn_8.8.1+ds+~cs25.17.7-2.dsc + ffa5e547e8b2f2223ce08ecb88728a04190df45c 3668 acorn_8.8.1+ds+~cs25.17.7.orig-acorn-import-assertions.tar.xz + 75dcd0421d834677ba07bed5d2636da835973940 5904 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-bigint.tar.xz + f6312d0a62b0e505f71ffb2863691666398235ee 6800 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-class-fields.tar.xz + fd38ee4bc2ea800b766f0544069bf5b37f8c7db2 36408 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-dynamic-import.tar.xz + c9956a1fe25a4598274166efc1ba0fd3f7e290c8 5048 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-export-ns-from.tar.xz + 2560ea32b12171f0a8faa345aacc9238c86e1a6f 6772 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-globals.tar.xz + 6671e909b59676839113912d568070f01dbb6b89 5848 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-import-meta.tar.xz + eb81fcb88fb777b83f69a36f8db446fe06875f63 9136 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-jsx.tar.xz + ad8fca61d301f58dc8f818f2aab81722824cfb61 5792 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-node.tar.xz + c9538c2a037f0ba12e876e3341a71929eb1913d9 7032 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-numeric-separator.tar.xz + 2871ab7cbf2a72cea581ca9f0e56e52054415bc7 5588 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-private-class-elements.tar.xz + a08ccb0f8e756f7d25250c0d45859e2f8e65325b 6312 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-private-methods.tar.xz + d3e432813cb55752414c4b39ee106b41dd8de3ba 6800 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-static-class-features.tar.xz + 73b559e73aba28d4b4d15eb457f1929723673ab0 148440 acorn_8.8.1+ds+~cs25.17.7.orig.tar.xz + 58b49046bdcdb0ea9aaf9aaa92b439436578e3dd 16632 acorn_8.8.1+ds+~cs25.17.7-2.debian.tar.xz +Checksums-Sha256: + f29d1f1ac78e8820fdfe07dbba53ed1bdbedfc2d21d8495dfc147c038571f375 6969 acorn_8.8.1+ds+~cs25.17.7-2.dsc + 2f4abf0259b4df7e5b8aa2a3757b0f7b598324a57a017ae1a48dadf8aabda891 3668 acorn_8.8.1+ds+~cs25.17.7.orig-acorn-import-assertions.tar.xz + 69a193438d1feac6f09526fd500dc8b000eaa5c1e61d487f819b333a1699f50b 5904 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-bigint.tar.xz + 892fd7fa31243d0f8d4927b3d1a3b49d7547d24545a4f3fe35be6e46f2e39075 6800 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-class-fields.tar.xz + 5d73f36f3c460963e5d5168de14020e4edc70e1a4a5ddbb1c37035e39aff9799 36408 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-dynamic-import.tar.xz + 0d83d3cb98392d9117f254acd10ed047de5b44facfbb1e8754965a39e77efb3b 5048 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-export-ns-from.tar.xz + 4e7a3b13cc4095feca9d67748707f5acea09ae24533b66edd9b215cd932afcde 6772 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-globals.tar.xz + c4cbc6b046d63a72aa1e5022e432868de18b571487009bc853fd0fa8693001cd 5848 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-import-meta.tar.xz + 0f3c007ce5626b71dd608f7e97ae02d6b114143607e47ac9d66ceae50f9cffc3 9136 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-jsx.tar.xz + 1639775ebf801b005592f6bb0fc713d1463ff5332e8bdb0ef993e491f274d132 5792 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-node.tar.xz + 39072a17ebb5c6eb3714202bfcbec8b32bccdb3f0ad5ffbf493691eb8d035378 7032 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-numeric-separator.tar.xz + 2e6081516c3a244b79d6865e4795fabc00987999c62aa81a1313fa8c1947d47f 5588 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-private-class-elements.tar.xz + c757b47c125be7eb5cdd0fcc834bad22b80776617e91a9a5c7036463471730e5 6312 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-private-methods.tar.xz + 626b10b85aeb1a92501e23e8c237a15bee03fc02a93026ce7cf9418699211133 6800 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-static-class-features.tar.xz + 4821469ea74e99c56dac155de9b1d503e5f83c52ca47cafada62bbd6c7d4da9a 148440 acorn_8.8.1+ds+~cs25.17.7.orig.tar.xz + 76b42517d87b17effdc5daaf5396416b73536e5ffd59fea7c5e696f92ce5b390 16632 acorn_8.8.1+ds+~cs25.17.7-2.debian.tar.xz +Files: + 886aec6cda3b70d2f89dda6d0f96ae9c 6969 acorn_8.8.1+ds+~cs25.17.7-2.dsc + 666a3aa22717ecf592344aa298005a71 3668 acorn_8.8.1+ds+~cs25.17.7.orig-acorn-import-assertions.tar.xz + 4647e885ba6d9efbd3737f9efc7308dc 5904 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-bigint.tar.xz + cd0cab49b22c6eb4fc8c1b79928fa972 6800 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-class-fields.tar.xz + 27a5450f6ff18a5f51274ae1168b87f3 36408 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-dynamic-import.tar.xz + 8af195fd789c2da7216c482c96e87734 5048 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-export-ns-from.tar.xz + caff655205c6acf528671587385201a3 6772 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-globals.tar.xz + 83aff9e555ad789d692a8591ea6a920e 5848 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-import-meta.tar.xz + d2fefb850c8d56857336dc91350a6ae8 9136 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-jsx.tar.xz + d1fe24e9a3b023b5f7a635d0b68dc627 5792 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-node.tar.xz + 7896b0b277a4c8fdc31e25c55e2d166b 7032 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-numeric-separator.tar.xz + a59c68ce187d698c88d3b6085db5712a 5588 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-private-class-elements.tar.xz + 8814f837c20d69b9b1ecfa5bb356230c 6312 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-private-methods.tar.xz + 9cea4bb613d989a0e8f3292bf07cb056 6800 acorn_8.8.1+ds+~cs25.17.7.orig-node-acorn-static-class-features.tar.xz + 98599aff199377c32da09f30987fa4d7 148440 acorn_8.8.1+ds+~cs25.17.7.orig.tar.xz + 71710a4a129fd9be7d7ff2bb5516905b 16632 acorn_8.8.1+ds+~cs25.17.7-2.debian.tar.xz + +Format: 3.0 (native) +Package: adduser +Binary: adduser +Architecture: all +Version: 3.137 +Maintainer: Debian Adduser Developers +Uploaders: Marc Haber +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/adduser +Vcs-Git: https://salsa.debian.org/debian/adduser.git +Testsuite: autopkgtest +Testsuite-Triggers: cron, perl +Build-Depends: debhelper-compat (= 13), po4a +Build-Depends-Indep: gettext +Package-List: + adduser deb admin important arch=all +Directory: pool/e4be6fbfa9db7ca7054a1c31dd2f1503340187b547112c960f2482ce3642f837 +Checksums-Sha1: + 6e00efdd483444ca43b34dc9ad6a2ad808d41bf3 1671 adduser_3.137.dsc + b877005716aae168ad19c1476ef4bbb5da4da4ed 279192 adduser_3.137.tar.xz +Checksums-Sha256: + e4be6fbfa9db7ca7054a1c31dd2f1503340187b547112c960f2482ce3642f837 1671 adduser_3.137.dsc + 229a61803664c2850f7d8d93e6650cd0b340ea3bbd1b954271719679ea3b0dd0 279192 adduser_3.137.tar.xz +Files: + 281655d0472e8fe12facedeaba1f18a1 1671 adduser_3.137.dsc + fbe0013c63caccd0a345bc38f3988c38 279192 adduser_3.137.tar.xz + +Format: 3.0 (quilt) +Package: adwaita-icon-theme +Binary: adwaita-icon-theme +Architecture: all +Version: 47.0-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha , Laurent Bigonville , Marco Trevisan (Treviño) +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/adwaita-icon-theme +Vcs-Git: https://salsa.debian.org/gnome-team/adwaita-icon-theme.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: gettext, libgtk-3-bin (>= 3.24.13), librsvg2-bin, librsvg2-common:native, meson (>= 0.64.0), pkgconf, python3:native +Package-List: + adwaita-icon-theme deb gnome optional arch=all +Directory: pool/5355a150aad0c1fbaf9d68b9fc414bf2e2f5b86f00e23c8c0068ce35800693b0 +Checksums-Sha1: + 065b0c706fa7dedb0c299c5386a9372a8b384ea1 2231 adwaita-icon-theme_47.0-1.dsc + e6420544353675525dd3fd514d26e2789dba90a4 4199092 adwaita-icon-theme_47.0.orig.tar.xz + 8724aa08788239bb38b916ef1862954395296ce8 44940 adwaita-icon-theme_47.0-1.debian.tar.xz +Checksums-Sha256: + 5355a150aad0c1fbaf9d68b9fc414bf2e2f5b86f00e23c8c0068ce35800693b0 2231 adwaita-icon-theme_47.0-1.dsc + ad088a22958cb8469e41d9f1bba0efb27e586a2102213cd89cc26db2e002bdfe 4199092 adwaita-icon-theme_47.0.orig.tar.xz + 19ffa06ca88a574e368a62cbaca74ddb7dee0b9792dc1dd7db458d564f77751c 44940 adwaita-icon-theme_47.0-1.debian.tar.xz +Files: + 81636a6bb5a4de18768c9ba916ca887d 2231 adwaita-icon-theme_47.0-1.dsc + b3863567f8019b056695cb51f4e0abc4 4199092 adwaita-icon-theme_47.0.orig.tar.xz + f86223fa162869b917662c7b54583fb4 44940 adwaita-icon-theme_47.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: afflib +Binary: libafflib0t64, libafflib-dev, afflib-tools +Architecture: any +Version: 3.7.20-2 +Maintainer: Debian Security Tools +Uploaders: Joao Eriberto Mota Filho +Homepage: https://github.com/sshock/AFFLIBv3 +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/afflib +Vcs-Git: https://salsa.debian.org/pkg-security-team/afflib.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), chrpath, libcurl4-openssl-dev, libexpat1-dev, libfuse-dev [!hurd-i386], libssl-dev, openssl, zlib1g-dev +Package-List: + afflib-tools deb utils optional arch=any + libafflib-dev deb libdevel optional arch=any + libafflib0t64 deb libs optional arch=any +Directory: pool/35fdb248b1d4d9d11cd1d41ffc796faf8e3ff8e9e66c799c346c9e8d11a322c2 +Checksums-Sha1: + 0f156882c6b9085b2e3810714e7e54876bd3420a 2197 afflib_3.7.20-2.dsc + d25d07ea3ba1ba1d7b5d69344cab4d6bc2f6a78c 560441 afflib_3.7.20.orig.tar.gz + 3d8234063d70f41b3a10f2f0a66422e47e495fdd 21852 afflib_3.7.20-2.debian.tar.xz +Checksums-Sha256: + 35fdb248b1d4d9d11cd1d41ffc796faf8e3ff8e9e66c799c346c9e8d11a322c2 2197 afflib_3.7.20-2.dsc + 7264d705ff53185f0847c69abdfce072779c0b907257e087a6372c7608108f65 560441 afflib_3.7.20.orig.tar.gz + 0a6db3ac4027fa534bd7fb5ae26ba75b7a172df6143d503875f0573ca94be016 21852 afflib_3.7.20-2.debian.tar.xz +Files: + 77733eeb88d02132090e40dd631ed4fa 2197 afflib_3.7.20-2.dsc + 4e8e82bafa74c076fc5b2f73e582da7e 560441 afflib_3.7.20.orig.tar.gz + 60b9b36f5510fab8008c71515838f606 21852 afflib_3.7.20-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: aide +Binary: aide, aide-common, aide-dynamic +Architecture: any all +Version: 0.18.8-1 +Maintainer: Aide Maintainers +Uploaders: Marc Haber , Hannes von Haugwitz +Homepage: https://aide.github.io +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/aide +Vcs-Git: https://salsa.debian.org/debian/aide.git +Testsuite: autopkgtest +Testsuite-Triggers: s-nail +Build-Depends: bison, check, debconf-utils, debhelper-compat (= 13), autoconf-archive, flex (>= 2.5.32), libacl1-dev, libattr1-dev, libaudit-dev [linux-any], libcap-dev [linux-any], libext2fs-dev (>= 1.46.2), libmhash-dev (>= 0.9.7), libpcre2-dev, libselinux1-dev [linux-any], pkgconf, po-debconf (>= 0.5.0), zlib1g-dev +Package-List: + aide deb admin optional arch=any + aide-common deb admin optional arch=all + aide-dynamic deb oldlibs optional arch=all +Directory: pool/403002c18c7244d7ca5329763c00908a8f4ac6707d5ce1cece90e76dbf2ad09e +Checksums-Sha1: + ef90790030b641707ed80c9ed44d9a1329c7d782 2576 aide_0.18.8-1.dsc + 017ab9378a510402d44409bd810594321a4d6749 383589 aide_0.18.8.orig.tar.gz + 79f17d590cbad19e7559fcaa6491471da3ef8f23 659 aide_0.18.8.orig.tar.gz.asc + 0a6b06a5d54a9e1d7395e83cb41b5b70a0e762d9 106152 aide_0.18.8-1.debian.tar.xz +Checksums-Sha256: + 403002c18c7244d7ca5329763c00908a8f4ac6707d5ce1cece90e76dbf2ad09e 2576 aide_0.18.8-1.dsc + 16662dc632d17e2c5630b801752f97912a8e22697c065ebde175f1cc37b83a60 383589 aide_0.18.8.orig.tar.gz + bc5a30c84b82af574a0784b70a4788091fe3a47b9a8bd321a2916ecb51715923 659 aide_0.18.8.orig.tar.gz.asc + 3988c9fa2412da6eab14383830e170dfa5da7a29b9ad700d47d3df464896300d 106152 aide_0.18.8-1.debian.tar.xz +Files: + b56f4aa2c6f2cbe830913e53780af117 2576 aide_0.18.8-1.dsc + 79dd2cd06ca85014f89ef6f89994fda5 383589 aide_0.18.8.orig.tar.gz + 6b1f2a6254230e8925e68ef5c5c53c06 659 aide_0.18.8.orig.tar.gz.asc + a30113c181c05aaaae27c8f60fcccec3 106152 aide_0.18.8-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: alsa-lib +Binary: libasound2t64, libasound2-dev, libasound2-data, libasound2-udeb, libasound2-doc, libasound2-plugin-smixer, libatopology2t64, libatopology-dev +Architecture: linux-any all +Version: 1.2.12-1 +Maintainer: Debian ALSA Maintainers +Uploaders: Jordi Mallach , Elimar Riesebieter , Luke Yelavich +Homepage: https://www.alsa-project.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/alsa-team/alsa-lib +Vcs-Git: https://salsa.debian.org/alsa-team/alsa-lib.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), python3-dev:native, libpython3-dev +Build-Depends-Indep: doxygen, graphviz +Package-List: + libasound2-data deb libs optional arch=all + libasound2-dev deb libdevel optional arch=linux-any + libasound2-doc deb doc optional arch=all + libasound2-plugin-smixer deb libs optional arch=linux-any + libasound2-udeb udeb debian-installer optional arch=linux-any + libasound2t64 deb libs optional arch=linux-any + libatopology-dev deb libdevel optional arch=linux-any + libatopology2t64 deb libs optional arch=linux-any +Directory: pool/e436a17505b7169e32eb8940edf73ebacc9873fef28958364c98b305fe0561a7 +Checksums-Sha1: + 7d8a33eee93bedd55419376d74b94e22ae9ec873 2919 alsa-lib_1.2.12-1.dsc + b911006236d4f7f1e02f6d9d64c8ab218df34855 1108712 alsa-lib_1.2.12.orig.tar.bz2 + 75bc98a8c496e3c7520e8361e8eaa9ffe508191f 833 alsa-lib_1.2.12.orig.tar.bz2.asc + 1739499585759c6ebd87b0e8368e6ed76b227585 33492 alsa-lib_1.2.12-1.debian.tar.xz +Checksums-Sha256: + e436a17505b7169e32eb8940edf73ebacc9873fef28958364c98b305fe0561a7 2919 alsa-lib_1.2.12-1.dsc + 4868cd908627279da5a634f468701625be8cc251d84262c7e5b6a218391ad0d2 1108712 alsa-lib_1.2.12.orig.tar.bz2 + c30d9ab20135239478c92d4f0f3d0ae357d66e8731de6faf2e3162c0e8eddc03 833 alsa-lib_1.2.12.orig.tar.bz2.asc + 0b41e5ea35ef48f38394adc3829ef36019e8c36b2706d09d7f5d6637d7885737 33492 alsa-lib_1.2.12-1.debian.tar.xz +Files: + 7d8dffa30cddf34499a1b70f6d38b137 2919 alsa-lib_1.2.12-1.dsc + 97bbf3cca911c1701fe9fe115c32b03d 1108712 alsa-lib_1.2.12.orig.tar.bz2 + 231e008ff59a5d8cdb451670cee6ba43 833 alsa-lib_1.2.12.orig.tar.bz2.asc + 2c22d5b5262449d998b52e1bdce3a0f7 33492 alsa-lib_1.2.12-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: amazon-ec2-utils +Binary: amazon-ec2-utils +Architecture: all +Version: 2.1.0-1.1 +Maintainer: Debian Cloud Team +Uploaders: Noah Meyerhans +Homepage: https://github.com/aws/amazon-ec2-utils +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/cloud-team/amazon-ec2-utils +Vcs-Git: https://salsa.debian.org/cloud-team/amazon-ec2-utils.git +Build-Depends: debhelper-compat (= 13), pkgconf, systemd-dev +Package-List: + amazon-ec2-utils deb admin optional arch=all +Directory: pool/ad76a2dbd8c4474370de915ca04c3a1ffaaea72c1444b59f4811c1c0b57afaf2 +Checksums-Sha1: + 62f292c318b276bd88328cc8b59d806b831dd713 2011 amazon-ec2-utils_2.1.0-1.1.dsc + 1b4e9caa99277d7d5adcbd2f83afaabfc9ecdaf6 11990 amazon-ec2-utils_2.1.0.orig.tar.gz + 09b71542299c46c77d92a66089cef2410d50fd5e 8524 amazon-ec2-utils_2.1.0-1.1.debian.tar.xz +Checksums-Sha256: + ad76a2dbd8c4474370de915ca04c3a1ffaaea72c1444b59f4811c1c0b57afaf2 2011 amazon-ec2-utils_2.1.0-1.1.dsc + 4f1475dc7da5c22622acab1b86233970f3b2f623223a2c98abdda516c4d3f7e4 11990 amazon-ec2-utils_2.1.0.orig.tar.gz + 10d791a93a332762072cf9f865eed5902219329b068f96958032a622c31f192a 8524 amazon-ec2-utils_2.1.0-1.1.debian.tar.xz +Files: + bef691b4ecd76e4fba0869147333bf3c 2011 amazon-ec2-utils_2.1.0-1.1.dsc + 6f5098c16e1346d4e558ccb5d64e252d 11990 amazon-ec2-utils_2.1.0.orig.tar.gz + 0a685a80e5ea5ba4cca4a645d6777191 8524 amazon-ec2-utils_2.1.0-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: anacron +Binary: anacron +Architecture: any +Version: 2.3-40 +Maintainer: Lance Lin +Homepage: http://sourceforge.net/projects/anacron/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/anacron +Vcs-Git: https://salsa.debian.org/debian/anacron.git +Build-Depends: debhelper-compat (= 13) +Package-List: + anacron deb admin optional arch=any +Directory: pool/a7dae1304154308c8617c08241f1cacfa8123ae79c09e6327668ea87178f1e82 +Checksums-Sha1: + 9fda7b2b186ccf726de120827ac133c8e2ede007 1803 anacron_2.3-40.dsc + 12d8ae5b19b859931c81c85fa7e07477b78545a0 24085 anacron_2.3.orig.tar.gz + 6eab82e7eb8f2fed7a62625f6f1ddeed1e068cae 23900 anacron_2.3-40.debian.tar.xz +Checksums-Sha256: + a7dae1304154308c8617c08241f1cacfa8123ae79c09e6327668ea87178f1e82 1803 anacron_2.3-40.dsc + ceee7520bc49f861499f7eff4c7990d21d39d8a1d3e24449947a7ed5aa34761d 24085 anacron_2.3.orig.tar.gz + bda48bdd530401214395774fcacda2810ab8b3fd2eac7bbdc265e5e02f00ed20 23900 anacron_2.3-40.debian.tar.xz +Files: + 392a9e78a2b1235c9af284da731654e9 1803 anacron_2.3-40.dsc + 9fdfc50f5741643332722a9145146278 24085 anacron_2.3.orig.tar.gz + e9d4af74fd514e920e3cb8c3320180ec 23900 anacron_2.3-40.debian.tar.xz + +Format: 3.0 (quilt) +Package: apparmor +Binary: apparmor, apparmor-utils, apparmor-profiles, libapparmor-dev, libapparmor1, libapache2-mod-apparmor, libpam-apparmor, apparmor-notify, python3-libapparmor, python3-apparmor, dh-apparmor +Architecture: linux-any all +Version: 3.1.7-1 +Maintainer: Debian AppArmor Team +Uploaders: intrigeri +Homepage: https://apparmor.net/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/apparmor-team/apparmor/tree/debian/unstable +Vcs-Git: https://salsa.debian.org/apparmor-team/apparmor.git -b debian/unstable +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, apparmor-profiles-extra, bind9, cups-browsed, cups-daemon, evince, haveged, libreoffice-common, libvirt-daemon-system, linux-image-amd64, linux-image-generic, man-db, ntp, onioncircuits, tcpdump, tor +Build-Depends: apache2-dev, autoconf, automake, bison, bzip2, chrpath, debhelper-compat (= 13), dejagnu , dh-apache2, dh-python, dh-sequence-python3, flex, liblocale-gettext-perl , libpython3-all-dev, libpam-dev, libtool, perl , pkgconf, po-debconf, python3:any, python3-all:any, python3-all-dev:any, python3-setuptools, swig +Package-List: + apparmor deb admin optional arch=linux-any + apparmor-notify deb admin optional arch=all + apparmor-profiles deb admin optional arch=all + apparmor-utils deb admin optional arch=all + dh-apparmor deb devel optional arch=all + libapache2-mod-apparmor deb httpd optional arch=linux-any + libapparmor-dev deb libdevel optional arch=linux-any + libapparmor1 deb libs optional arch=linux-any + libpam-apparmor deb admin optional arch=linux-any + python3-apparmor deb python optional arch=all + python3-libapparmor deb python optional arch=linux-any +Directory: pool/225b87dd7af9c86001e6d0e373227106ec7dc0f31e280854e4b924752018171b +Checksums-Sha1: + 0cb03b74f5ce1a30ba8a67a6915d8797360662b1 2985 apparmor_3.1.7-1.dsc + 317f0bef933cac43a690f1e132c3f7ec227bb045 7968847 apparmor_3.1.7.orig.tar.gz + 890074dc40b2383379dc5f3dbf5bd03c69c5fcc9 870 apparmor_3.1.7.orig.tar.gz.asc + 09dcf185a2911e33783a58386942236bfafe6d5b 91408 apparmor_3.1.7-1.debian.tar.xz +Checksums-Sha256: + 225b87dd7af9c86001e6d0e373227106ec7dc0f31e280854e4b924752018171b 2985 apparmor_3.1.7-1.dsc + c6c161d6dbd99c2f10758ff347cbc6848223c7381f311de62522f22b0a16de64 7968847 apparmor_3.1.7.orig.tar.gz + 8ccc5f43737b759b9e5fc55067596e949753a40fae3846d1239cd2e4ecc3725e 870 apparmor_3.1.7.orig.tar.gz.asc + f0c1994e3ba65b555a86169f8d04fd055820ccc9a20a52dd1dd625a9673819c9 91408 apparmor_3.1.7-1.debian.tar.xz +Files: + 250581276cc30ed1b0ebaa98bc2f23cf 2985 apparmor_3.1.7-1.dsc + eee581ab969f708f1e4c6f2847c0c7a6 7968847 apparmor_3.1.7.orig.tar.gz + 71b40aef999a1bc9c596caecdf32e0b5 870 apparmor_3.1.7.orig.tar.gz.asc + e66452a91f220ec9c2cd45cb17698688 91408 apparmor_3.1.7-1.debian.tar.xz +Dgit: ed31bc5da52fa62deca1c7188db74a1221f9b27b debian archive/debian/3.1.7-1 https://git.dgit.debian.org/apparmor + +Format: 3.0 (native) +Package: apt +Binary: apt, libapt-pkg6.0t64, apt-doc, libapt-pkg-dev, libapt-pkg-doc, apt-utils, apt-transport-https +Architecture: any all +Version: 2.9.8 +Maintainer: APT Development Team +Uploaders: Michael Vogt , Julian Andres Klode , David Kalnischkies +Standards-Version: 4.1.1 +Vcs-Browser: https://salsa.debian.org/apt-team/apt +Vcs-Git: https://salsa.debian.org/apt-team/apt.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, aptitude, db-util, dpkg, fakeroot, g++, gdb, gdb-minimal, gnupg, gnupg1, gnupg2, gpgv, gpgv1, gpgv2, libfile-fcntllock-perl, lsof, pkg-config, python3-apt, stunnel4, valgrind, wget +Build-Depends: dpkg-dev (>= 1.22.5) , cmake (>= 3.4), debhelper-compat (= 12), docbook-xml , docbook-xsl , dpkg-dev (>= 1.20.8), gettext (>= 0.12), googletest | libgtest-dev , libbz2-dev, libdb-dev, libgnutls28-dev (>= 3.4.6), libgcrypt20-dev, liblz4-dev (>= 0.0~r126), liblzma-dev, libseccomp-dev (>= 2.4.2) [amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x hppa powerpc powerpcspe ppc64 x32], libsystemd-dev [linux-any], libudev-dev [linux-any], libxxhash-dev (>= 0.8), libzstd-dev (>= 1.0), ninja-build, pkg-config, po4a (>= 0.34-2) , triehash, xsltproc , zlib1g-dev +Build-Depends-Indep: doxygen , graphviz , w3m +Package-List: + apt deb admin required arch=any + apt-doc deb doc optional arch=all profile=!nodoc + apt-transport-https deb oldlibs optional arch=all + apt-utils deb admin required arch=any + libapt-pkg-dev deb libdevel optional arch=any + libapt-pkg-doc deb doc optional arch=all profile=!nodoc + libapt-pkg6.0t64 deb libs optional arch=any +Directory: pool/3fb040eed533a8cd95d37d7b81e1a553f59cc0e802b3689db663ab96e739f442 +Checksums-Sha1: + 5f55c1567f960fcf274d7a1856e9624d85d09489 2973 apt_2.9.8.dsc + d3472327beceef215ae691f41d712f3f0d333d37 2388012 apt_2.9.8.tar.xz +Checksums-Sha256: + 3fb040eed533a8cd95d37d7b81e1a553f59cc0e802b3689db663ab96e739f442 2973 apt_2.9.8.dsc + 54fb7b34bdb93ea2081123ab35f893c26fe0f3e800a54e8e9eccb5f3e2ec9710 2388012 apt_2.9.8.tar.xz +Files: + 23cba99627e4be0dc21bc208a3b6c482 2973 apt_2.9.8.dsc + dbb15ecdc97a2a926d9bcd9c56c58ace 2388012 apt_2.9.8.tar.xz + +Format: 3.0 (quilt) +Package: arptables +Binary: arptables +Architecture: linux-any +Version: 0.0.5-4 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Alberto Molina Coballes , Jeremy Sowden +Homepage: https://www.netfilter.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-arptables +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-arptables.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Package-List: + arptables deb net optional arch=linux-any +Directory: pool/6080e99633e40d98b0202f843e58963d81c848b7b5592aa9051b72fadf676d03 +Checksums-Sha1: + dc6d38be033edbefad5d69c1dea9da9da78f9014 2048 arptables_0.0.5-4.dsc + 048b0df613cfb2c1c9f44f166cc32816a4fa43eb 52247 arptables_0.0.5.orig.tar.gz + d8476e5e05120bead501bc7d94d8c5122ffa7be9 6500 arptables_0.0.5-4.debian.tar.xz +Checksums-Sha256: + 6080e99633e40d98b0202f843e58963d81c848b7b5592aa9051b72fadf676d03 2048 arptables_0.0.5-4.dsc + 4f9a0656ce5c90868f551cd4deeb2d04f33899667e1fb2818b64e432fe8f629c 52247 arptables_0.0.5.orig.tar.gz + 9af2b5bb00110f16b99eefc66e6ed45182e14f30011738f73d2c9cc337ef0ce1 6500 arptables_0.0.5-4.debian.tar.xz +Files: + abfc7412c35d7a79fbe95e5dc5a605f4 2048 arptables_0.0.5-4.dsc + ca6616bedd885ac14dd1af8757fb20fa 52247 arptables_0.0.5.orig.tar.gz + b4586542fd0004cedec6ab80adeba546 6500 arptables_0.0.5-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: at-spi2-core +Binary: at-spi2-core, at-spi2-common, at-spi2-core-udeb, libatspi2.0-0t64, libatspi0-udeb, libatspi2.0-dev, gir1.2-atspi-2.0, at-spi2-doc, libatk-adaptor, libatk-adaptor-udeb, libatk-bridge2.0-0t64, libatk-bridge-2.0-0-udeb, libatk-bridge2.0-dev, libatk1.0-0t64, libatk1.0-udeb, libatk1.0-dev, libatk1.0-doc, gir1.2-atk-1.0 +Architecture: any all +Version: 2.54.0-1 +Maintainer: Debian Accessibility Team +Uploaders: Samuel Thibault , Jordi Mallach +Homepage: https://wiki.gnome.org/Accessibility +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/a11y-team/at-spi2-core +Vcs-Git: https://salsa.debian.org/a11y-team/at-spi2-core.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential, dbus, dbus-daemon, xauth, xvfb +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dbus, libdbus-1-dev, dbus-broker [linux-any], libsystemd-dev [linux-any], libglib2.0-dev (>= 2.62), libxml2-dev, libx11-dev, libxtst-dev, meson (>= 0.63.0), pkgconf, gtk-doc-tools, gi-docgen, python3-sphinx, gir1.2-dbus-1.0-dev, gir1.2-glib-2.0-dev, gir1.2-gobject-2.0-dev, gobject-introspection | dh-sequence-gir, xauth , xvfb , at-spi2-core +Build-Depends-Indep: docbook-xml , libglib2.0-doc , libglib2.0-dev-bin +Package-List: + at-spi2-common deb misc optional arch=all + at-spi2-core deb misc optional arch=any + at-spi2-core-udeb udeb debian-installer optional arch=any + at-spi2-doc deb doc optional arch=all + gir1.2-atk-1.0 deb introspection optional arch=any + gir1.2-atspi-2.0 deb introspection optional arch=any + libatk-adaptor deb misc optional arch=any + libatk-adaptor-udeb udeb debian-installer optional arch=any + libatk-bridge-2.0-0-udeb udeb debian-installer optional arch=any + libatk-bridge2.0-0t64 deb libs optional arch=any + libatk-bridge2.0-dev deb libdevel optional arch=any + libatk1.0-0t64 deb libs optional arch=any + libatk1.0-dev deb libdevel optional arch=any + libatk1.0-doc deb doc optional arch=all profile=!nodoc + libatk1.0-udeb udeb debian-installer optional arch=any + libatspi0-udeb udeb debian-installer optional arch=any + libatspi2.0-0t64 deb libs optional arch=any + libatspi2.0-dev deb libdevel optional arch=any +Directory: pool/104f4d4ee03178dd540dbefc9fb61e145a355aebd18b70a3c29525364c547f14 +Checksums-Sha1: + 069cba9665ecac79ef5099e13877617fb9c9013a 3774 at-spi2-core_2.54.0-1.dsc + 80853857a516b5e533ec82d916f6edd60c618b39 575368 at-spi2-core_2.54.0.orig.tar.xz + 75607b951591f2156c49b19ab2f1a925c4e5e741 20068 at-spi2-core_2.54.0-1.debian.tar.xz +Checksums-Sha256: + 104f4d4ee03178dd540dbefc9fb61e145a355aebd18b70a3c29525364c547f14 3774 at-spi2-core_2.54.0-1.dsc + d7eee7e75beddcc272cedc2b60535600f3aae6e481589ebc667afc437c0a6079 575368 at-spi2-core_2.54.0.orig.tar.xz + 0ac0bd122ce3cf26f82f2aed55e155a1af5f1723e521de7f77deca924b37f24f 20068 at-spi2-core_2.54.0-1.debian.tar.xz +Files: + 657fdfced60b2e45900b80bcbf5f8426 3774 at-spi2-core_2.54.0-1.dsc + 21a200a6f76673a7178e1669272e8ecf 575368 at-spi2-core_2.54.0.orig.tar.xz + 9a251f4c7634c066a27d965123f4e42d 20068 at-spi2-core_2.54.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: attr +Binary: attr, libattr1-dev, libattr1, attr-udeb, libattr1-udeb +Architecture: any +Version: 1:2.5.2-1 +Maintainer: Guillem Jover +Homepage: https://savannah.nongnu.org/projects/attr/ +Standards-Version: 4.6.2 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/attr.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/attr.git +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, automake, autopoint, build-essential, libtool +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10), autoconf, automake, gettext, libtool +Package-List: + attr deb utils optional arch=any + attr-udeb udeb debian-installer optional arch=any profile=!noudeb + libattr1 deb libs optional arch=any + libattr1-dev deb libdevel optional arch=any + libattr1-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/5c14953fc436d6c4ba6dd4a00b2f82a923d5745cc2c993a630e50d9cabaeca0b +Checksums-Sha1: + d0cd685b770889b3b8ec5fab8be95aee0eb1fcce 2477 attr_2.5.2-1.dsc + dfced877779583861401389eea82dfeb88cb5d3a 334180 attr_2.5.2.orig.tar.xz + eee0e22675431900d88d16eab9d76c122cffb89e 833 attr_2.5.2.orig.tar.xz.asc + 3464d8731d751c2c346deca332a467e4d02510eb 25848 attr_2.5.2-1.debian.tar.xz +Checksums-Sha256: + 5c14953fc436d6c4ba6dd4a00b2f82a923d5745cc2c993a630e50d9cabaeca0b 2477 attr_2.5.2-1.dsc + f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b 334180 attr_2.5.2.orig.tar.xz + eeac729088d3c6379e91b7596cb3582e46b047c47f0fa3c5c77f9c9e84dc3a4c 833 attr_2.5.2.orig.tar.xz.asc + b4d0670ea47811670bb619252973c7fb186e54b28bd5f2ac3c1a34d6fd089741 25848 attr_2.5.2-1.debian.tar.xz +Files: + 189660e25e89c3ca2224a652140a727d 2477 attr_2.5.2-1.dsc + 4da9c1d25394946434e5913f49d778b6 334180 attr_2.5.2.orig.tar.xz + 52351f08e9562bc6af1dd6010d6a96d1 833 attr_2.5.2.orig.tar.xz.asc + 017b06b95cfa23253faac765403dc4aa 25848 attr_2.5.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: audit +Binary: auditd, libauparse0t64, libauparse-dev, libaudit1, libaudit-common, libaudit-dev, python3-audit, golang-redhat-audit-dev, audispd-plugins +Architecture: linux-any all +Version: 1:3.1.2-4 +Maintainer: Laurent Bigonville +Homepage: https://people.redhat.com/sgrubb/audit/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/audit +Vcs-Git: https://salsa.debian.org/debian/audit.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config, python3-all +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dh-python , libcap-ng-dev, libkrb5-dev, libldap2-dev , libwrap0-dev, linux-libc-dev (>= 5.9~), python3-all-dev:any , libpython3-all-dev , swig +Build-Depends-Indep: golang-any +Package-List: + audispd-plugins deb admin optional arch=linux-any profile=!pkg.audit.noldap + auditd deb admin optional arch=linux-any + golang-redhat-audit-dev deb golang optional arch=all + libaudit-common deb libs optional arch=all + libaudit-dev deb libdevel optional arch=linux-any + libaudit1 deb libs optional arch=linux-any + libauparse-dev deb libdevel optional arch=linux-any + libauparse0t64 deb libs optional arch=linux-any + python3-audit deb python optional arch=linux-any profile=!nopython +Directory: pool/2c3e056802722d320d9bc37bb47e1999d2878772076c7f28621404fa8f07d871 +Checksums-Sha1: + bdfe262d12a7e909640bf5c6dc1762cb956290e1 2408 audit_3.1.2-4.dsc + 45cffb1ded9a57a79b33547f58228131d3eb14a6 1219860 audit_3.1.2.orig.tar.gz + a1af8aa41e26bad0473498b9f58250bd261d088c 18724 audit_3.1.2-4.debian.tar.xz +Checksums-Sha256: + 2c3e056802722d320d9bc37bb47e1999d2878772076c7f28621404fa8f07d871 2408 audit_3.1.2-4.dsc + c0b1792d1f0a88c6f1828710509cbb987059fc68712c97669ca90eae103d287d 1219860 audit_3.1.2.orig.tar.gz + fa0f2f46093f2b76c960f08c66605a10c0de646383366dc26c32304676324ec6 18724 audit_3.1.2-4.debian.tar.xz +Files: + 5342c60140af133491d66a4f8e021532 2408 audit_3.1.2-4.dsc + 9d325b543f79b20a8f7ff2021ebac0c3 1219860 audit_3.1.2.orig.tar.gz + 62609ada5b9f27cb3974675309bff5ee 18724 audit_3.1.2-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: augeas +Binary: augeas-tools, libaugeas-dev, libaugeas0, augeas-lenses, augeas-doc +Architecture: any all +Version: 1.14.1-1 +Maintainer: Hilko Bengen +Homepage: http://augeas.net/ +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/debian/augeas +Vcs-Git: https://salsa.debian.org/debian/augeas.git +Build-Depends: debhelper (>= 12), libreadline-dev, libselinux1-dev [linux-any], libxml2-dev, naturaldocs (>= 1.51), pkg-config, texlive-latex-base +Package-List: + augeas-doc deb doc optional arch=all + augeas-lenses deb misc optional arch=all + augeas-tools deb admin optional arch=any + libaugeas-dev deb libdevel optional arch=any + libaugeas0 deb libs optional arch=any +Directory: pool/31d12612e6c636264a337f740cee315a050537020d415b2223a450f823d41566 +Checksums-Sha1: + e84c9b7c6ed93c820d8e9e57f4d04494ca9a6b51 2139 augeas_1.14.1-1.dsc + 88daf08a88fbbdf68ca5865abc5593b52c017368 2653776 augeas_1.14.1.orig.tar.gz + 9c32ee905c91d1caae6ab2072fac4b45ea593197 10328 augeas_1.14.1-1.debian.tar.xz +Checksums-Sha256: + 31d12612e6c636264a337f740cee315a050537020d415b2223a450f823d41566 2139 augeas_1.14.1-1.dsc + 368bfdd782e4b9c7163baadd621359c82b162734864b667051ff6bcb57b9edff 2653776 augeas_1.14.1.orig.tar.gz + cbeccaacf78402328dadc86c97a6ca92dcd417215cd66798a7285cb1b272b209 10328 augeas_1.14.1-1.debian.tar.xz +Files: + 64e998b6c69cfb93cecfd1229dd3f70d 2139 augeas_1.14.1-1.dsc + ac31216268b4b64809afd3a25f2515e5 2653776 augeas_1.14.1.orig.tar.gz + 59480ca534d371c483c7cc259dcb9060 10328 augeas_1.14.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: autoconf +Binary: autoconf, autoconf-doc +Architecture: all +Version: 2.72-3 +Maintainer: Alex Myczko +Homepage: https://www.gnu.org/software/autoconf/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/autoconf +Vcs-Git: https://salsa.debian.org/debian/autoconf.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: texinfo (>= 4.6), m4 (>= 1.4.13), texlive-base, texlive-plain-generic, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, help2man, cm-super +Package-List: + autoconf deb devel optional arch=all + autoconf-doc deb doc optional arch=all +Directory: pool/8abbcf3e76f5bf556193b90a12963395de367e8d2e172a12e64ff3dfed7717e1 +Checksums-Sha1: + c40d723fb815b9e59b57f16f80a5bd6fc7b4791a 2059 autoconf_2.72-3.dsc + 1d082d999ff4506ec8f92c6ecb9732546f5204fb 1389680 autoconf_2.72.orig.tar.xz + 1364e554b25bf3c1748000ca6fc98afac3d3a5b5 22980 autoconf_2.72-3.debian.tar.xz +Checksums-Sha256: + 8abbcf3e76f5bf556193b90a12963395de367e8d2e172a12e64ff3dfed7717e1 2059 autoconf_2.72-3.dsc + ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a 1389680 autoconf_2.72.orig.tar.xz + 567456dba70e2902be944eaa6175d92c553825569ca2146768d1f122bcfd50fb 22980 autoconf_2.72-3.debian.tar.xz +Files: + cac39f88eedc8c58d6693c0181934329 2059 autoconf_2.72-3.dsc + 1be79f7106ab6767f18391c5e22be701 1389680 autoconf_2.72.orig.tar.xz + 8d0734c34ea6e433704af2a2c7d14985 22980 autoconf_2.72-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: automake-1.16 +Binary: automake +Architecture: all +Version: 1:1.16.5-1.3 +Maintainer: Eric Dorland +Homepage: https://www.gnu.org/software/automake/ +Standards-Version: 4.5.1.0 +Vcs-Browser: https://salsa.debian.org/eric/automake-1.16 +Vcs-Git: https://salsa.debian.org/eric/automake-1.16.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, autopoint, bison, cscope, default-jdk, dejagnu, emacs, expect, flex, gettext, gfortran, gobjc, gobjc++, libglib2.0-dev, lzip, ncompress, python3, python3-docutils, python3-virtualenv, sharutils, texlive, unzip, valac, xutils-dev, zip +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: autoconf, gettext, help2man, install-info, libtool, libtool-bin, pkg-config, texinfo +Package-List: + automake deb devel optional arch=all +Directory: pool/88bb6aad124dc9c8f8f37910f66bf79f19e1c4a1e5c69860e3e9005d2adc4d8d +Checksums-Sha1: + 31838fb0a3b7716eddce00ff8acbdbc8bdbbd0d6 1973 automake-1.16_1.16.5-1.3.dsc + 32fb36e73568271ff506b60c55a6170b67681375 1601740 automake-1.16_1.16.5.orig.tar.xz + de9812833bfa65a7a59149e80af157ae25c77737 833 automake-1.16_1.16.5.orig.tar.xz.asc + e530b99247c889fba6e786ea268a78fb82814214 14164 automake-1.16_1.16.5-1.3.debian.tar.xz +Checksums-Sha256: + 88bb6aad124dc9c8f8f37910f66bf79f19e1c4a1e5c69860e3e9005d2adc4d8d 1973 automake-1.16_1.16.5-1.3.dsc + f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469 1601740 automake-1.16_1.16.5.orig.tar.xz + 3a161ab65921eed55e1a94251d97c8451d4ba3431b55ca560e95a951b5f1d73a 833 automake-1.16_1.16.5.orig.tar.xz.asc + 357d34b964943f5c46f518e3a7ddaa9342de76f1a01bac83039dc338ca84d421 14164 automake-1.16_1.16.5-1.3.debian.tar.xz +Files: + c360a4160e648b41e937c72862b5a806 1973 automake-1.16_1.16.5-1.3.dsc + 4017e96f89fca45ca946f1c5db6be714 1601740 automake-1.16_1.16.5.orig.tar.xz + bb6a0e00b284fc74268aa0f18feeeb85 833 automake-1.16_1.16.5.orig.tar.xz.asc + 919a6d2186b582dd3cf648b510c989f6 14164 automake-1.16_1.16.5-1.3.debian.tar.xz + +Format: 3.0 (quilt) +Package: automat +Binary: python3-automat +Architecture: all +Version: 24.8.1-1 +Maintainer: Debian Python Team +Uploaders: Free Ekanayaka +Homepage: https://github.com/glyph/automat +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/automat +Vcs-Git: https://salsa.debian.org/python-team/packages/automat.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, python3-setuptools-scm, python3-wheel, graphviz , python3-pytest , python3-twisted , python3-graphviz +Package-List: + python3-automat deb python optional arch=all +Directory: pool/cd713cadba424dfc61469c67aaa9eab5b89bd7c2e04f1837292657adaa52005a +Checksums-Sha1: + 831443642bb14a1861e0acd089dfec99023b6778 2297 automat_24.8.1-1.dsc + ad92450c2f254736b62f62ad45049121fd02b139 122867 automat_24.8.1.orig.tar.gz + b7112ed8adf576e7bc92fe1e23c331f1e94e6095 2948 automat_24.8.1-1.debian.tar.xz +Checksums-Sha256: + cd713cadba424dfc61469c67aaa9eab5b89bd7c2e04f1837292657adaa52005a 2297 automat_24.8.1-1.dsc + 8d49adbad6e9f24e64131301b239ab10fbbd06fb6007342aed0119299155514b 122867 automat_24.8.1.orig.tar.gz + 87e765d45c5262b5a126eeb0e3a3a0d54090609f4011e6bbaa599532ddb491c0 2948 automat_24.8.1-1.debian.tar.xz +Files: + 9ac68ba6f7ce68e97bf34277c674fe6d 2297 automat_24.8.1-1.dsc + d319659c44c75871dce45c68641a083d 122867 automat_24.8.1.orig.tar.gz + 9d57bcc3b2513a75a94ce06145b3b0ac 2948 automat_24.8.1-1.debian.tar.xz +Dgit: a8462557604f9335eb6922ab7d717562f244bf43 debian archive/debian/24.8.1-1 https://git.dgit.debian.org/automat + +Format: 3.0 (native) +Package: autotools-dev +Binary: autotools-dev +Architecture: all +Version: 20220109.1 +Maintainer: Henrique de Moraes Holschuh +Homepage: https://savannah.gnu.org/projects/config/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/hmh/autotools-dev +Vcs-Git: https://salsa.debian.org/hmh/autotools-dev.git +Build-Depends: debhelper-compat (= 12), help2man +Build-Depends-Indep: perl +Package-List: + autotools-dev deb devel optional arch=all +Directory: pool/f9ccc67437ff52a7882d6b91e7ca8bf0a316c0c1452093992bd5c5fc3b29c090 +Checksums-Sha1: + a67201cdeaeb38755a27ce4429ba1a0b94676e44 1661 autotools-dev_20220109.1.dsc + 74c662e3e9d5046167dd89b7b9a0b54c4fb1cb02 87340 autotools-dev_20220109.1.tar.xz +Checksums-Sha256: + f9ccc67437ff52a7882d6b91e7ca8bf0a316c0c1452093992bd5c5fc3b29c090 1661 autotools-dev_20220109.1.dsc + 8b05e5ad56cd7d9a15e9b2931eb429b6324bb89f1b46de3baf3651286dead8c1 87340 autotools-dev_20220109.1.tar.xz +Files: + 874b76097fca24dfa6c2df0612aa5e34 1661 autotools-dev_20220109.1.dsc + ffdd743da36d5c922c90e26949f3835c 87340 autotools-dev_20220109.1.tar.xz + +Format: 3.0 (quilt) +Package: avahi +Binary: avahi-daemon, avahi-dnsconfd, avahi-autoipd, python3-avahi, avahi-utils, avahi-discover, libavahi-common3, libavahi-common-data, libavahi-common-dev, libavahi-core7, libavahi-core-dev, libavahi-client3, libavahi-client-dev, libavahi-glib1, libavahi-glib-dev, libavahi-gobject0, libavahi-gobject-dev, libavahi-compat-libdnssd1, libavahi-compat-libdnssd-dev, libavahi-ui-gtk3-0, libavahi-ui-gtk3-dev, avahi-ui-utils, gir1.2-avahi-0.6 +Architecture: any all +Version: 0.8-13 +Maintainer: Utopia Maintenance Team +Uploaders: Sjoerd Simons , Sebastian Dröge , Loic Minier , Michael Biebl +Homepage: https://avahi.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/utopia-team/avahi +Vcs-Git: https://salsa.debian.org/utopia-team/avahi.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: debhelper (>= 13.11.6~), debhelper-compat (= 13), dh-sequence-gir , dh-sequence-python3, intltool, libcap-dev [linux-any], libdaemon-dev, libdbus-1-dev, libexpat-dev, libgdbm-dev, libgirepository1.0-dev , libglib2.0-dev, libgtk-3-dev , pkgconf, python-gi-dev , python3, python3-dbus , python3-gdbm, python3-gi , xmltoman +Package-List: + avahi-autoipd deb net optional arch=linux-any + avahi-daemon deb net optional arch=any + avahi-discover deb net optional arch=all profile=!nopython,!pkg.avahi.nogui + avahi-dnsconfd deb net optional arch=any + avahi-ui-utils deb utils optional arch=any profile=!pkg.avahi.nogui + avahi-utils deb net optional arch=any + gir1.2-avahi-0.6 deb introspection optional arch=any profile=!nogir + libavahi-client-dev deb libdevel optional arch=any + libavahi-client3 deb libs optional arch=any + libavahi-common-data deb libs optional arch=any + libavahi-common-dev deb libdevel optional arch=any + libavahi-common3 deb libs optional arch=any + libavahi-compat-libdnssd-dev deb libdevel optional arch=any + libavahi-compat-libdnssd1 deb libs optional arch=any + libavahi-core-dev deb libdevel optional arch=any + libavahi-core7 deb libs optional arch=any + libavahi-glib-dev deb libdevel optional arch=any + libavahi-glib1 deb libs optional arch=any + libavahi-gobject-dev deb libdevel optional arch=any profile=!nogir + libavahi-gobject0 deb libs optional arch=any + libavahi-ui-gtk3-0 deb libs optional arch=any profile=!pkg.avahi.nogui + libavahi-ui-gtk3-dev deb libdevel optional arch=any profile=!pkg.avahi.nogui + python3-avahi deb python optional arch=any profile=!nopython +Directory: pool/faf89ba513268aee052fd1b45d23d6084f703202c3b705133da3296e1b66ddef +Checksums-Sha1: + 89ab89ba0ef828895c9bc5c9910c5e4f25f0fa7b 4153 avahi_0.8-13.dsc + 969a50ae18c8d8e2288435a75666dd076e69852a 1591458 avahi_0.8.orig.tar.gz + 6561311951a5f4f2ea418f4c1ca984b33c3e9790 40452 avahi_0.8-13.debian.tar.xz +Checksums-Sha256: + faf89ba513268aee052fd1b45d23d6084f703202c3b705133da3296e1b66ddef 4153 avahi_0.8-13.dsc + 060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda 1591458 avahi_0.8.orig.tar.gz + 79a294f880d900b2704e520c0894709e3e259b905617b20b3c0b8dc5449e3066 40452 avahi_0.8-13.debian.tar.xz +Files: + bf87cf2e77216af745f3ec11d34bdff4 4153 avahi_0.8-13.dsc + 229c6aa30674fc43c202b22c5f8c2be7 1591458 avahi_0.8.orig.tar.gz + 5f357213472eb0c0ea18cca81ca7ef39 40452 avahi_0.8-13.debian.tar.xz +Dgit: 0e28774f15883c8e9be7ecdfd841c14e8557c62f debian archive/debian/0.8-13 https://git.dgit.debian.org/avahi + +Format: 3.0 (quilt) +Package: aws-crt-python +Binary: python3-awscrt +Architecture: any +Version: 0.20.4+dfsg-1 +Maintainer: Debian Cloud Team +Uploaders: Ross Vandegrift , Noah Meyerhans , +Homepage: https://github.com/awslabs/aws-crt-python +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/cloud-team/aws-crt-python +Vcs-Git: https://salsa.debian.org/cloud-team/aws-crt-python.git +Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all-dev, cmake, ninja-build, libssl-dev, libpython3-dev, python3-pip, python3-wheel +Package-List: + python3-awscrt deb python optional arch=any +Directory: pool/942e0057febd7ee971f3d14beff602edcbba9a166429bb1ba570204fab108304 +Checksums-Sha1: + bf29e0ae86a7e9b73a29334db7cd9a979d9df8b5 2203 aws-crt-python_0.20.4+dfsg-1.dsc + dcbaed4ad4fe8d8fc4e32ef498125a543c12a10a 9028885 aws-crt-python_0.20.4+dfsg.orig.tar.gz + 57e5874fa59580d55bee6327b6e945de00429ce0 5824 aws-crt-python_0.20.4+dfsg-1.debian.tar.xz +Checksums-Sha256: + 942e0057febd7ee971f3d14beff602edcbba9a166429bb1ba570204fab108304 2203 aws-crt-python_0.20.4+dfsg-1.dsc + dc7399d5f1261d0cd400c44a3cd3a440a7f7c61c3ea7e1c37648b27ff95c61e9 9028885 aws-crt-python_0.20.4+dfsg.orig.tar.gz + f609b52e9cd4846f7558031dad4cdf9eaedabfac2b16aae5e9c146234bcba52d 5824 aws-crt-python_0.20.4+dfsg-1.debian.tar.xz +Files: + 01ee40281fec208a710925e04a473650 2203 aws-crt-python_0.20.4+dfsg-1.dsc + b4f30dbcabd25f67e01135da985e3d24 9028885 aws-crt-python_0.20.4+dfsg.orig.tar.gz + 2ed4bc3a370e24ede313fdb1d53486c9 5824 aws-crt-python_0.20.4+dfsg-1.debian.tar.xz + +Format: 1.0 +Package: aws-kms-pkcs11 +Binary: aws-kms-pkcs11 +Architecture: any +Version: 0.0.11gardenlinux0 +Maintainer: Garden Linux builder +Homepage: https://github.com/JackOfMostTrades/aws-kms-pkcs11 +Standards-Version: 4.6.1 +Build-Depends: debhelper-compat (= 13), libp11-kit-dev, libp11-dev, libjson-c-dev, libcurl4-openssl-dev, libaws-sdk-cpp-dev +Package-List: + aws-kms-pkcs11 deb libs optional arch=any +Directory: pool/762473f1755e3ee7b07311eb65587fd2a871404c45b46261f36b5ac168f6807d +Checksums-Sha1: + 390123c2396263fe780e3032ef2092d117e2fb41 753 aws-kms-pkcs11_0.0.11gardenlinux0.dsc + 74d652fe3274e84e0966fceec7ebfbe352c3ed7d 24639 aws-kms-pkcs11_0.0.11gardenlinux0.tar.gz +Checksums-Sha256: + 762473f1755e3ee7b07311eb65587fd2a871404c45b46261f36b5ac168f6807d 753 aws-kms-pkcs11_0.0.11gardenlinux0.dsc + bf0b63b880d68ce2fbf2e072fb9c9880e67f92fee852dfb92373fcb6f94a5c79 24639 aws-kms-pkcs11_0.0.11gardenlinux0.tar.gz +Files: + 0cf9a539b687b7f68d369546499889eb 753 aws-kms-pkcs11_0.0.11gardenlinux0.dsc + 7f851f5cb34342f95bd4de0442c94378 24639 aws-kms-pkcs11_0.0.11gardenlinux0.tar.gz + +Format: 1.0 +Package: aws-sdk-cpp +Binary: libaws-sdk-cpp-dev +Architecture: any +Version: 1.11.253gardenlinux0 +Maintainer: Garden Linux builder +Homepage: https://github.com/aws/aws-sdk-cpp +Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 13), cmake, libcurl4-openssl-dev, zlib1g-dev, libssl-dev, curl, unzip +Package-List: + libaws-sdk-cpp-dev deb devel optional arch=any +Directory: pool/8a9e69032cf31a1b19cf1b05db9f837f2bddfe08ff9e1ef4dd94b752259eb0c4 +Checksums-Sha1: + ebbb773546aae3a0e282796451bbf566e281fc44 735 aws-sdk-cpp_1.11.253gardenlinux0.dsc + 3c56f7f3f3d80ed9cd0233a29053a232cdf64bee 153019705 aws-sdk-cpp_1.11.253gardenlinux0.tar.gz +Checksums-Sha256: + 8a9e69032cf31a1b19cf1b05db9f837f2bddfe08ff9e1ef4dd94b752259eb0c4 735 aws-sdk-cpp_1.11.253gardenlinux0.dsc + 92909985cd1b7ded148585ac7f16d265e10829b3e78d2e1deed5261ba2b827a8 153019705 aws-sdk-cpp_1.11.253gardenlinux0.tar.gz +Files: + cd3474b26812edb2c1d1078547b79f13 735 aws-sdk-cpp_1.11.253gardenlinux0.dsc + ef93d6ca0394a585d5a9c4d30d53df9e 153019705 aws-sdk-cpp_1.11.253gardenlinux0.tar.gz + +Format: 3.0 (quilt) +Package: awscli +Binary: awscli +Architecture: all +Version: 2.17.3-1 +Maintainer: Debian Cloud Team +Uploaders: Ross Vandegrift , Noah Meyerhans , +Homepage: https://github.com/aws/aws-cli +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/cloud-team/awscli +Vcs-Git: https://salsa.debian.org/cloud-team/awscli.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 12), cmake, dh-python, python3-dev:any, python3-setuptools, python3-awscrt (>= 0.19.19) +Build-Depends-Indep: tox, python3-build, python3-colorama, python3-cryptography, python3-dateutil, python3-prompt-toolkit, python3-ruamel.yaml, python3-wheel, flit, pybuild-plugin-pyproject, python3-distro, python3-jmespath +Package-List: + awscli deb admin optional arch=all +Directory: pool/550d5458c38ed772759a6711c4feef6620fb2b0011400f4bb398bcb0afed9978 +Checksums-Sha1: + e57578b8f1e0c48b2e9bee6bf9e08fc505f2b808 2281 awscli_2.17.3-1.dsc + ed25adf22aa209b4a63079e9a9133084eca83568 14761576 awscli_2.17.3.orig.tar.gz + c6f8ae945c258ed3b8c252b03d0663d12e5cf992 10144 awscli_2.17.3-1.debian.tar.xz +Checksums-Sha256: + 550d5458c38ed772759a6711c4feef6620fb2b0011400f4bb398bcb0afed9978 2281 awscli_2.17.3-1.dsc + 9106811ac7dee7087cf35c85bbe0063f84015119542440377c46452659e875e5 14761576 awscli_2.17.3.orig.tar.gz + 01a7149e23d15f66a39614f087e17ef532abb9449ec7e3f6e9c27c854117c17b 10144 awscli_2.17.3-1.debian.tar.xz +Files: + bdc3850fc1a25f44e0279f87eba5e207 2281 awscli_2.17.3-1.dsc + 2e94683ea2f453e4843cfde887edb8c1 14761576 awscli_2.17.3.orig.tar.gz + 85fac1bbe07a45981b2062fb735528df 10144 awscli_2.17.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: azure-nvme-utils +Binary: azure-nvme-utils +Architecture: any +Version: 0.2.0-2 +Maintainer: Debian Cloud Team +Uploaders: Noah Meyerhans , Chris Patterson +Homepage: https://github.com/Azure/azure-nvme-utils +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/cloud-team/azure-nvme-utils +Vcs-Git: https://salsa.debian.org/cloud-team/azure-nvme-utils.git +Build-Depends: cmake, debhelper-compat (= 13), pkgconf +Package-List: + azure-nvme-utils deb admin optional arch=any +Directory: pool/985e4de376838b9f13dd1b684e302684fc4c8e0030f9f1ff558eeabae5af75b2 +Checksums-Sha1: + 8ceaaaeb20c2a5b3f7a3570eec48ecaf4d8f38f6 2068 azure-nvme-utils_0.2.0-2.dsc + 1d2ea171f37e2217e4de57057f974d1d760fdadd 13177 azure-nvme-utils_0.2.0.orig.tar.gz + dbed8f2705928aa39daff7b133fda57512a1d7e5 2412 azure-nvme-utils_0.2.0-2.debian.tar.xz +Checksums-Sha256: + 985e4de376838b9f13dd1b684e302684fc4c8e0030f9f1ff558eeabae5af75b2 2068 azure-nvme-utils_0.2.0-2.dsc + 93f68dd89cd2b7d1d182d7aaab5871bf3c20cd091f5bf979d62e80c0311cfe0f 13177 azure-nvme-utils_0.2.0.orig.tar.gz + 50d7368facad2ba84e56f28e4a3c100f8ecaabd5b8d3c1d2414baeda9fd165eb 2412 azure-nvme-utils_0.2.0-2.debian.tar.xz +Files: + 0571737f1743d38664e97888cd9a3b0c 2068 azure-nvme-utils_0.2.0-2.dsc + 202cf500b0ad873ac1f01e803babf549 13177 azure-nvme-utils_0.2.0.orig.tar.gz + a30a819f3822b396bf8d18380793935a 2412 azure-nvme-utils_0.2.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: babeltrace +Binary: babeltrace, libbabeltrace1, libbabeltrace-dev, python3-babeltrace +Architecture: any +Version: 1.5.11-4 +Maintainer: Jon Bernard +Uploaders: Michael Jeanson +Homepage: https://www.efficios.com/babeltrace +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/babeltrace +Vcs-Git: https://salsa.debian.org/debian/babeltrace.git +Build-Depends: debhelper-compat (= 13), dh-python, libdw-dev (>= 0.154), libelf-dev (>= 0.154), libglib2.0-dev (>= 2.16), libpopt-dev, python3-all-dev, python3-setuptools, swig (>= 2.0), uuid-dev +Package-List: + babeltrace deb utils optional arch=any + libbabeltrace-dev deb libdevel optional arch=any + libbabeltrace1 deb libs optional arch=any + python3-babeltrace deb python optional arch=any +Directory: pool/c4d2209e9f7fd6b5b5885f75c23814e424e7a8f03201e08e78a4d333ddfa6e19 +Checksums-Sha1: + 64a62c28a515de9b12b15a1986b7f97c8930a51d 2549 babeltrace_1.5.11-4.dsc + 10e08f35832860afb923980614616dbe1bcdbd7a 998592 babeltrace_1.5.11.orig.tar.bz2 + 3b6389cec5414ac287d13a09b4170a7ce7ae7b42 833 babeltrace_1.5.11.orig.tar.bz2.asc + 8b6bcc1aadf9e5d8270d42b16e8a333177696573 12628 babeltrace_1.5.11-4.debian.tar.xz +Checksums-Sha256: + c4d2209e9f7fd6b5b5885f75c23814e424e7a8f03201e08e78a4d333ddfa6e19 2549 babeltrace_1.5.11-4.dsc + 67b43aaaef5c951fa7af1a557cf7201a11fe89876b7c22ba0a03cbc316db5a9c 998592 babeltrace_1.5.11.orig.tar.bz2 + b11744dbee03728bdedd619b442138afb29d25cfebbd2849e9876f4a10530480 833 babeltrace_1.5.11.orig.tar.bz2.asc + 06182eadbc4f463dc4c3abd34f8a773d1bcc6b14f9de7760d15aa00ed305f853 12628 babeltrace_1.5.11-4.debian.tar.xz +Files: + 19613ea3d5bf29ac820cfac268a3f6e7 2549 babeltrace_1.5.11-4.dsc + ca6b23633a78d3dbcc2aec2cbdc99838 998592 babeltrace_1.5.11.orig.tar.bz2 + ee0da80c8ee216d8197730adbe82e87a 833 babeltrace_1.5.11.orig.tar.bz2.asc + 7d748747c3449c5a512d3b8f18916cc0 12628 babeltrace_1.5.11-4.debian.tar.xz + +Format: 3.0 (native) +Package: base-files +Binary: base-files +Architecture: any +Version: 13.5 +Maintainer: Santiago Vila +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10~) +Package-List: + base-files deb admin required arch=any essential=yes +Directory: pool/e5e4772aae38b90b23b882f18a277f9c9dc72f1861a0743bd26ec1af0a056492 +Checksums-Sha1: + ec2800069e854332de23df3933cf2b23df0b38d5 1100 base-files_13.5.dsc + ae6c94c25bc4dd553d22351d4b876834144c5c77 68200 base-files_13.5.tar.xz +Checksums-Sha256: + e5e4772aae38b90b23b882f18a277f9c9dc72f1861a0743bd26ec1af0a056492 1100 base-files_13.5.dsc + a478a680b60c63c0ae78fef166ae681adc945b29a2aea4c2d03ba2921b72d419 68200 base-files_13.5.tar.xz +Files: + 0e639407f7bbd97dd4525ba3355b5d0f 1100 base-files_13.5.dsc + 9f6a4b45ac4a245a951bbf121c2b3362 68200 base-files_13.5.tar.xz + +Format: 3.0 (native) +Package: base-passwd +Binary: base-passwd +Architecture: any +Version: 3.6.4 +Maintainer: Colin Watson +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/debian/base-passwd +Vcs-Git: https://salsa.debian.org/debian/base-passwd.git +Build-Depends: debhelper-compat (= 13), docbook , docbook-utils , libdebconfclient0-dev, libselinux1-dev [linux-any], po4a +Package-List: + base-passwd deb admin required arch=any essential=yes +Directory: pool/83d6855b38a0ab900d28d14bc3a0c0b97c60d5461143e51ccc2b0f8f7ea92cc8 +Checksums-Sha1: + d46959532f3d6a4326f0f302107bf737a59c286b 1762 base-passwd_3.6.4.dsc + 34d50a1c4498e2ff986cf1f75bffed28fd7cfc24 58420 base-passwd_3.6.4.tar.xz +Checksums-Sha256: + 83d6855b38a0ab900d28d14bc3a0c0b97c60d5461143e51ccc2b0f8f7ea92cc8 1762 base-passwd_3.6.4.dsc + 4b5232c5910932215b87bbde6f3c6c9a97021fe7902bd837b1ede8cc0be84a65 58420 base-passwd_3.6.4.tar.xz +Files: + aed83d82336e81cd5216fb80b3afc92e 1762 base-passwd_3.6.4.dsc + 173e6ac46542476dbd70321aa3e0cfaf 58420 base-passwd_3.6.4.tar.xz +Dgit: 666d332798087c86b339d9700b9c0e00ae340827 debian archive/debian/3.6.4 https://git.dgit.debian.org/base-passwd + +Format: 3.0 (quilt) +Package: bash +Binary: bash, bash-static, bash-builtins, bash-doc +Architecture: any all +Version: 5.2.32-1 +Maintainer: Matthias Klose +Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html +Standards-Version: 4.6.2 +Vcs-Browser: https://code.launchpad.net/~doko/+junk/pkg-bash-debian +Vcs-Bzr: http://bazaar.launchpad.net/~doko/+junk/pkg-bash-debian +Build-Depends: autoconf, autotools-dev, bison, libncurses5-dev, texinfo, texi2html, debhelper (>= 11), gettext, sharutils, locales , time , xz-utils +Build-Depends-Indep: texlive-latex-base, ghostscript, texlive-fonts-recommended, man2html-base +Build-Conflicts: r-base-core +Package-List: + bash deb shells required arch=any essential=yes + bash-builtins deb utils optional arch=any + bash-doc deb doc optional arch=all + bash-static deb shells optional arch=any +Directory: pool/7d010193c5f7304111991cc8212eb8fbf23599338323e14dd9c43c01f07f42a6 +Checksums-Sha1: + f362469f4667bed544ba4a8b9be22882fe9b23b0 2294 bash_5.2.32-1.dsc + 86554e8ee7cccef1ba074521eea5cef6d4735dd4 5598292 bash_5.2.32.orig.tar.xz + 040c446af56e04863f68577a762a4bc4d6baea8e 87896 bash_5.2.32-1.debian.tar.xz +Checksums-Sha256: + 7d010193c5f7304111991cc8212eb8fbf23599338323e14dd9c43c01f07f42a6 2294 bash_5.2.32-1.dsc + b683d2674e316b7e49091f2f80901c5ea7455b6eab2431c73936fce0b4846cd2 5598292 bash_5.2.32.orig.tar.xz + 1105321d23bc5b93ee9b57007c65ff789443cad5504e509f49e16db815b4fc62 87896 bash_5.2.32-1.debian.tar.xz +Files: + 5925a3446a90901f92fc440cecf9c4aa 2294 bash_5.2.32-1.dsc + 671662ba5cf841c1dd51c7462fc09b92 5598292 bash_5.2.32.orig.tar.xz + 2fc436a82776f6f372d828fc8591b702 87896 bash_5.2.32-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: bcron +Binary: bcron +Architecture: any +Version: 0.11-22 +Maintainer: Georges Khaznadar +Homepage: https://untroubled.org/bcron +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/bcron +Vcs-Git: https://salsa.debian.org/debian/bcron.git +Testsuite: autopkgtest +Testsuite-Triggers: daemon +Build-Depends: debhelper (>= 13.3), debhelper-compat (= 13), dh-buildinfo (>= 0.11+nmu1), dh-runit (>= 2.8.1~), dpkg-dev (>= 1.18.11), groff, libbg-dev (>= 2), man2html-base, python3:any, texinfo, tzdata +Package-List: + bcron deb admin optional arch=any +Directory: pool/eff0d4f429b9c4a613d5c8cdbbaa943a45f47a3080fd4684f6b0a00a05a3f850 +Checksums-Sha1: + 0e52ec0c6efaa05187360a803d1a077f6f136f24 2001 bcron_0.11-22.dsc + 46ebb5fc74ba1e848a1f1655a4972945ec0b04ed 69950 bcron_0.11.orig.tar.gz + 1e3967a692a51838ed71cb66fb58435fd23a8999 19172 bcron_0.11-22.debian.tar.xz +Checksums-Sha256: + eff0d4f429b9c4a613d5c8cdbbaa943a45f47a3080fd4684f6b0a00a05a3f850 2001 bcron_0.11-22.dsc + 4a32df2ef26d23a8b443c15e7e1a2930f695cf7ac32badf11a4b9432b64c12c3 69950 bcron_0.11.orig.tar.gz + 2ded6d76a85f901612fd4597920c84c19d9b26c3fd6c9338c5742f806c3667d8 19172 bcron_0.11-22.debian.tar.xz +Files: + f46300c2971e3d9e44b57dd3b57a60cf 2001 bcron_0.11-22.dsc + c1d75a608616b95ea009dbcfdec6257b 69950 bcron_0.11.orig.tar.gz + 5f35c05dfe7382283605144785e29ad0 19172 bcron_0.11-22.debian.tar.xz + +Format: 3.0 (quilt) +Package: bglibs +Binary: libbg2, libbg-dev, libbg2-doc +Architecture: any all +Version: 2.04+dfsg-6.1 +Maintainer: Phil Wyett +Homepage: https://untroubled.org/bglibs/ +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/debian/bglibs +Vcs-Git: https://salsa.debian.org/debian/bglibs.git +Build-Depends: debhelper-compat (= 13), doxygen, libtool, libtool-bin +Package-List: + libbg-dev deb libdevel optional arch=any + libbg2 deb libs optional arch=any + libbg2-doc deb doc optional arch=all +Directory: pool/7b0ae10d2cecebba60f10b4893047b114f985d6ad723dc2c770189608fe56cf2 +Checksums-Sha1: + 66aa052b1d80a468f1f4ab1d17529d4e7f88ed9e 1979 bglibs_2.04+dfsg-6.1.dsc + bddb544520727977aa8a5d2bc7e6df07eaa243e6 332230 bglibs_2.04+dfsg.orig.tar.gz + 3c6fc39cc5a2c2a0330612678b14cde2b5bde3da 32940 bglibs_2.04+dfsg-6.1.debian.tar.xz +Checksums-Sha256: + 7b0ae10d2cecebba60f10b4893047b114f985d6ad723dc2c770189608fe56cf2 1979 bglibs_2.04+dfsg-6.1.dsc + 00418b4d3af5a3f706154aa7c860a5970bc5a921c06c93a5b126dfc7dd7bd793 332230 bglibs_2.04+dfsg.orig.tar.gz + 6cf1059c3545579aed6cb62ef5a1be875c97d36cf68bafd6ed2a264889b58329 32940 bglibs_2.04+dfsg-6.1.debian.tar.xz +Files: + 8cd54c76eee0c2d917725194d83b7d40 1979 bglibs_2.04+dfsg-6.1.dsc + c9ce7beeeeb99ec8aa7573b674166f42 332230 bglibs_2.04+dfsg.orig.tar.gz + 9f807a9000c6254906ccf731fe444d86 32940 bglibs_2.04+dfsg-6.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: bind9 +Binary: bind9, bind9utils, bind9-utils, bind9-doc, bind9-host, bind9-libs, bind9-dev, dnsutils, bind9-dnsutils +Architecture: any all +Version: 1:9.19.24-2gl0 +Maintainer: Debian DNS Team +Uploaders: Ondřej Surý , Bernhard Schmidt +Homepage: https://www.isc.org/downloads/bind/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/dns-team/bind9 +Vcs-Git: https://salsa.debian.org/dns-team/bind9.git -b debian/9.19 +Testsuite: autopkgtest +Build-Depends: bison, debhelper-compat (= 12), dh-apparmor, dh-exec, libcap2-dev [linux-any], libcmocka-dev, libdb-dev, libedit-dev, libfstrm-dev, libidn2-dev, libjemalloc-dev, libjson-c-dev, libkrb5-dev, liblmdb-dev, libltdl-dev, libmaxminddb-dev (>= 1.3.0), libnghttp2-dev, libprotobuf-c-dev, libssl-dev, libsystemd-dev [linux-any], libtool, liburcu-dev, libuv1-dev, libxml2-dev, pkg-config, protobuf-c-compiler, zlib1g-dev +Build-Depends-Indep: fonts-freefont-otf, latexmk, python3-sphinx, python3-sphinx-rtd-theme, texlive-fonts-extra, texlive-latex-recommended, texlive-xetex, xindy +Package-List: + bind9 deb net optional arch=any + bind9-dev deb devel optional arch=any + bind9-dnsutils deb net standard arch=any + bind9-doc deb doc optional arch=all + bind9-host deb net standard arch=any + bind9-libs deb libs standard arch=any + bind9-utils deb net optional arch=any + bind9utils deb oldlibs optional arch=all + dnsutils deb oldlibs optional arch=all +Directory: pool/eb14593a4a95105539c13d3e404621229145ef1b7927f2367efc938a1ab8b3e1 +Checksums-Sha1: + da138cec2a02d2e117b938574f88c8d313e58d0e 2040 bind9_9.19.24-2gl0.dsc + 1217d38b26261537e542a8233abc4d63b3e520c7 5589092 bind9_9.19.24.orig.tar.xz + bc273eafe2f2ffadae238c4fe63b36d603ac1cd2 59316 bind9_9.19.24-2gl0.debian.tar.xz +Checksums-Sha256: + eb14593a4a95105539c13d3e404621229145ef1b7927f2367efc938a1ab8b3e1 2040 bind9_9.19.24-2gl0.dsc + b2f1f2f851f8df0a0a6126f684f788032fac708b404710731ee6c3580a5d0f9f 5589092 bind9_9.19.24.orig.tar.xz + 1a968c48403a4ba3ebaac9273bc71b344b416d344d8226a33490fe8d3f3ce607 59316 bind9_9.19.24-2gl0.debian.tar.xz +Files: + b2f3cbf8fb188414ced847b18759f9bf 2040 bind9_9.19.24-2gl0.dsc + 35c4d4a5170f6a81f1b734f5b7915b17 5589092 bind9_9.19.24.orig.tar.xz + be52defc38080a6ea8ae164a8031b09f 59316 bind9_9.19.24-2gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: binutils +Binary: binutils-for-host, binutils-for-build, binutils, libctf-nobfd0, libctf-nobfd0-dbg, libctf0, libctf0-dbg, libgprofng0, libgprofng0-dbg, libsframe1, libsframe1-dbg, libbinutils, libbinutils-dbg, binutils-dev, binutils-multiarch, binutils-multiarch-dbg, binutils-multiarch-dev, binutils-hppa64-linux-gnu, binutils-hppa64-linux-gnu-dbg, binutils-doc, binutils-source, binutils-common, binutils-x86-64-linux-gnu, binutils-x86-64-linux-gnu-dbg, binutils-i686-linux-gnu, binutils-i686-linux-gnu-dbg, binutils-aarch64-linux-gnu, binutils-aarch64-linux-gnu-dbg, binutils-arm-linux-gnueabihf, binutils-arm-linux-gnueabihf-dbg, binutils-arm-linux-gnueabi, binutils-arm-linux-gnueabi-dbg, binutils-powerpc64le-linux-gnu, binutils-powerpc64le-linux-gnu-dbg, binutils-s390x-linux-gnu, binutils-s390x-linux-gnu-dbg, binutils-alpha-linux-gnu, binutils-alpha-linux-gnu-dbg, binutils-arc-linux-gnu, binutils-arc-linux-gnu-dbg, binutils-hppa-linux-gnu, binutils-hppa-linux-gnu-dbg, + binutils-ia64-linux-gnu, binutils-ia64-linux-gnu-dbg, binutils-loongarch64-linux-gnu, binutils-loongarch64-linux-gnu-dbg, binutils-m68k-linux-gnu, binutils-m68k-linux-gnu-dbg, binutils-powerpc-linux-gnu, binutils-powerpc-linux-gnu-dbg, binutils-powerpc64-linux-gnu, binutils-powerpc64-linux-gnu-dbg, binutils-riscv64-linux-gnu, binutils-riscv64-linux-gnu-dbg, binutils-sh4-linux-gnu, binutils-sh4-linux-gnu-dbg, binutils-sparc64-linux-gnu, binutils-sparc64-linux-gnu-dbg, binutils-x86-64-linux-gnux32, binutils-x86-64-linux-gnux32-dbg, binutils-x86-64-gnu, binutils-x86-64-gnu-dbg, binutils-i686-gnu, binutils-i686-gnu-dbg, binutils-mips-linux-gnu, binutils-mips-linux-gnu-dbg, binutils-mipsel-linux-gnu, binutils-mipsel-linux-gnu-dbg, binutils-mips64-linux-gnuabi64, binutils-mips64-linux-gnuabi64-dbg, binutils-mips64el-linux-gnuabi64, binutils-mips64el-linux-gnuabi64-dbg, binutils-mips64-linux-gnuabin32, binutils-mips64-linux-gnuabin32-dbg, binutils-mips64el-linux-gnuabin32, + binutils-mips64el-linux-gnuabin32-dbg, binutils-mipsisa64r6-linux-gnuabin32, binutils-mipsisa64r6-linux-gnuabin32-dbg, binutils-mipsisa64r6el-linux-gnuabin32, binutils-mipsisa64r6el-linux-gnuabin32-dbg, binutils-mipsisa32r6-linux-gnu, binutils-mipsisa32r6-linux-gnu-dbg, binutils-mipsisa32r6el-linux-gnu, binutils-mipsisa32r6el-linux-gnu-dbg, binutils-mipsisa64r6-linux-gnuabi64, binutils-mipsisa64r6-linux-gnuabi64-dbg, binutils-mipsisa64r6el-linux-gnuabi64, + binutils-mipsisa64r6el-linux-gnuabi64-dbg +Architecture: any all +Version: 2.43.1-5 +Maintainer: Matthias Klose +Uploaders: James Troup +Homepage: https://www.gnu.org/software/binutils/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/toolchain-team/binutils/tree/binutils-2.43 +Vcs-Git: https://salsa.debian.org/toolchain-team/binutils.git -b binutils-2.43 +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, bison, build-essential, chrpath, debugedit, default-jdk-headless, dejagnu, dwz, fakeroot, file, flex, gettext, libjansson-dev, libstdc++-dev, lsb-release, pkg-config, procps, python3, quilt, texinfo, xz-utils, zlib1g-dev +Build-Depends: autoconf (>= 2.64), dpkg-dev (>= 1.19.0.5), bison, flex, gettext, texinfo, dejagnu, quilt, chrpath, dwz, debugedit (>= 4.16), python3:any, file, xz-utils, lsb-release, zlib1g-dev, procps, help2man, libjansson-dev, pkgconf, libzstd-dev, default-jdk-headless [amd64 arm64 i386 riscv64 x32] , g++-aarch64-linux-gnu [amd64 i386 ppc64el s390x x32] , g++-arm-linux-gnueabi [amd64 arm64 i386 x32] , g++-arm-linux-gnueabihf [amd64 arm64 i386 ppc64el s390x x32] , g++-powerpc64le-linux-gnu [amd64 arm64 i386 ppc64 s390x x32] , g++-s390x-linux-gnu [amd64 arm64 i386 ppc64el x32] , g++-alpha-linux-gnu [amd64 i386 x32] , g++-hppa-linux-gnu [amd64 i386 x32] , g++-m68k-linux-gnu [amd64 i386 x32] , g++-powerpc-linux-gnu [amd64 i386 ppc64el s390x x32] , g++-powerpc64-linux-gnu [amd64 i386 s390x x32] , g++-riscv64-linux-gnu [amd64 arm64 i386 ppc64el s390x x32] , g++-sh4-linux-gnu [amd64 i386 x32] , g++-sparc64-linux-gnu [amd64 i386 x32] , g++-i686-linux-gnu [amd64 arm64 ppc64el s390x x32] , g++-x86-64-linux-gnu [arm64 i386 ppc64el s390x] , g++-x86-64-linux-gnux32 [amd64 arm64 i386 ppc64el] +Build-Conflicts: libelf-dev +Package-List: + binutils deb devel optional arch=any + binutils-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + binutils-aarch64-linux-gnu-dbg deb debug optional arch=arm64,amd64,i386,x32,ppc64el,s390x + binutils-alpha-linux-gnu deb devel optional arch=alpha,amd64,i386,x32,arm64,ppc64el + binutils-alpha-linux-gnu-dbg deb debug optional arch=alpha,amd64,i386,x32,arm64,ppc64el + binutils-arc-linux-gnu deb devel optional arch=arc,amd64,i386,x32,arm64,ppc64el + binutils-arc-linux-gnu-dbg deb debug optional arch=arc,amd64,i386,x32,arm64,ppc64el + binutils-arm-linux-gnueabi deb devel optional arch=armel,amd64,i386,x32,arm64,ppc64el + binutils-arm-linux-gnueabi-dbg deb debug optional arch=armel,amd64,i386,x32,arm64,ppc64el + binutils-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + binutils-arm-linux-gnueabihf-dbg deb debug optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + binutils-common deb devel optional arch=any + binutils-dev deb devel optional arch=any + binutils-doc deb doc optional arch=all + binutils-for-build deb devel optional arch=all + binutils-for-host deb devel optional arch=any + binutils-hppa-linux-gnu deb devel optional arch=hppa,amd64,i386,x32,arm64,ppc64el + binutils-hppa-linux-gnu-dbg deb debug optional arch=hppa,amd64,i386,x32,arm64,ppc64el + binutils-hppa64-linux-gnu deb devel optional arch=amd64,i386,x32,hppa + binutils-hppa64-linux-gnu-dbg deb debug optional arch=amd64,i386,x32,hppa + binutils-i686-gnu deb devel optional arch=hurd-i386,amd64,i386,x32 + binutils-i686-gnu-dbg deb debug optional arch=hurd-i386,amd64,i386,x32 + binutils-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + binutils-i686-linux-gnu-dbg deb debug optional arch=i386,amd64,arm64,ppc64el,x32,s390x + binutils-ia64-linux-gnu deb devel optional arch=ia64,amd64,i386,x32 + binutils-ia64-linux-gnu-dbg deb debug optional arch=ia64,amd64,i386,x32 + binutils-loongarch64-linux-gnu deb devel optional arch=loong64,amd64,i386,x32,arm64,ppc64el + binutils-loongarch64-linux-gnu-dbg deb debug optional arch=loong64,amd64,i386,x32,arm64,ppc64el + binutils-m68k-linux-gnu deb devel optional arch=m68k,amd64,i386,x32,arm64,ppc64el + binutils-m68k-linux-gnu-dbg deb debug optional arch=m68k,amd64,i386,x32,arm64,ppc64el + binutils-mips-linux-gnu deb devel optional arch=mips + binutils-mips-linux-gnu-dbg deb debug optional arch=mips + binutils-mips64-linux-gnuabi64 deb devel optional arch=mips64 + binutils-mips64-linux-gnuabi64-dbg deb debug optional arch=mips64 + binutils-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + binutils-mips64-linux-gnuabin32-dbg deb debug optional arch=mipsn32 + binutils-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + binutils-mips64el-linux-gnuabi64-dbg deb debug optional arch=mips64el + binutils-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + binutils-mips64el-linux-gnuabin32-dbg deb debug optional arch=mipsn32el + binutils-mipsel-linux-gnu deb devel optional arch=mipsel + binutils-mipsel-linux-gnu-dbg deb debug optional arch=mipsel + binutils-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + binutils-mipsisa32r6-linux-gnu-dbg deb debug optional arch=mipsr6 + binutils-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + binutils-mipsisa32r6el-linux-gnu-dbg deb debug optional arch=mipsr6el + binutils-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + binutils-mipsisa64r6-linux-gnuabi64-dbg deb debug optional arch=mips64r6 + binutils-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + binutils-mipsisa64r6-linux-gnuabin32-dbg deb debug optional arch=mipsn32r6 + binutils-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + binutils-mipsisa64r6el-linux-gnuabi64-dbg deb debug optional arch=mips64r6el + binutils-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + binutils-mipsisa64r6el-linux-gnuabin32-dbg deb debug optional arch=mipsn32r6el + binutils-multiarch deb devel optional arch=any + binutils-multiarch-dbg deb debug optional arch=any + binutils-multiarch-dev deb devel optional arch=any + binutils-powerpc-linux-gnu deb devel optional arch=powerpc,amd64,i386,x32,arm64,ppc64el,s390x + binutils-powerpc-linux-gnu-dbg deb debug optional arch=powerpc,amd64,i386,x32,arm64,ppc64el,s390x + binutils-powerpc64-linux-gnu deb devel optional arch=ppc64,amd64,i386,x32,ppc64el,s390x + binutils-powerpc64-linux-gnu-dbg deb debug optional arch=ppc64,amd64,i386,x32,ppc64el,s390x + binutils-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + binutils-powerpc64le-linux-gnu-dbg deb debug optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + binutils-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + binutils-riscv64-linux-gnu-dbg deb debug optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + binutils-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + binutils-s390x-linux-gnu-dbg deb debug optional arch=s390x,amd64,i386,x32,arm64,ppc64el + binutils-sh4-linux-gnu deb devel optional arch=sh4,amd64,i386,x32,arm64,ppc64el + binutils-sh4-linux-gnu-dbg deb debug optional arch=sh4,amd64,i386,x32,arm64,ppc64el + binutils-source deb devel optional arch=all + binutils-sparc64-linux-gnu deb devel optional arch=sparc64,amd64,i386,x32,arm64,ppc64el + binutils-sparc64-linux-gnu-dbg deb debug optional arch=sparc64,amd64,i386,x32,arm64,ppc64el + binutils-x86-64-gnu deb devel optional arch=hurd-amd64,amd64,i386,x32 + binutils-x86-64-gnu-dbg deb debug optional arch=hurd-amd64,amd64,i386,x32 + binutils-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + binutils-x86-64-linux-gnu-dbg deb debug optional arch=amd64,arm64,i386,ppc64el,x32,s390x + binutils-x86-64-linux-gnux32 deb devel optional arch=x32,amd64,arm64,i386,ppc64el + binutils-x86-64-linux-gnux32-dbg deb debug optional arch=x32,amd64,arm64,i386,ppc64el + libbinutils deb devel optional arch=any + libbinutils-dbg deb debug optional arch=any + libctf-nobfd0 deb devel optional arch=any + libctf-nobfd0-dbg deb debug optional arch=any + libctf0 deb devel optional arch=any + libctf0-dbg deb debug optional arch=any + libgprofng0 deb devel optional arch=any + libgprofng0-dbg deb debug optional arch=any + libsframe1 deb devel optional arch=any + libsframe1-dbg deb debug optional arch=any +Directory: pool/d07d6cecf44bf867e263ce8461f63fb92be671bf52da86da5999ca692bc6d8c0 +Checksums-Sha1: + bec074dad9e972bf570a16fef05e537dd1ee42db 12245 binutils_2.43.1-5.dsc + 9a4d4f96b9ea399bce582a25f258df372bb9c0fb 28362952 binutils_2.43.1.orig.tar.xz + 5a1fa6c3cf1bcb46123256c2b30092c542d4dd29 122528 binutils_2.43.1-5.debian.tar.xz +Checksums-Sha256: + d07d6cecf44bf867e263ce8461f63fb92be671bf52da86da5999ca692bc6d8c0 12245 binutils_2.43.1-5.dsc + a215b366d075f43ba7ae43585fa66e3a00c604964dc272cf57b2916f4c57796e 28362952 binutils_2.43.1.orig.tar.xz + 3464a3346899dd2b0a5c0643456a896252120f943300c47953aa5a4511b1f5ba 122528 binutils_2.43.1-5.debian.tar.xz +Files: + 80cc883cb0d2057a0f00e5db87f9a4ac 12245 binutils_2.43.1-5.dsc + ceb43a42c3bc1622b207117793d8213a 28362952 binutils_2.43.1.orig.tar.xz + 17c35ed03a6535697993551a9aca0596 122528 binutils_2.43.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: bird2 +Binary: bird2, bird2-doc +Architecture: kfreebsd-any linux-any all +Version: 2.15.1-1.1 +Maintainer: Jakub Ružička +Uploaders: Ondřej Surý +Homepage: https://bird.network.cz/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/bird2 +Vcs-Git: https://salsa.debian.org/debian/bird2.git +Testsuite: autopkgtest +Build-Depends: bison, debhelper-compat (= 13), docbook-xsl, flex, libncurses-dev, libreadline-dev | libreadline6-dev | libreadline5-dev, libssh-dev, m4, quilt, xsltproc +Build-Depends-Indep: linuxdoc-tools-latex, opensp, texlive-latex-extra +Package-List: + bird2 deb net optional arch=kfreebsd-any,linux-any + bird2-doc deb doc optional arch=all +Directory: pool/3a370f0a2618c4fdde257414658e2ec597ebe1f92624650929c9d5cb2e5bab46 +Checksums-Sha1: + 9f11a79f3e16fb4e50c3ccae86c426053e6176d3 2012 bird2_2.15.1-1.1.dsc + 0efc24b6bd8282dd980a4378571f852566110c38 1409653 bird2_2.15.1.orig.tar.gz + a8207f18bf926f15447bd826f13aa8ce10488a26 15944 bird2_2.15.1-1.1.debian.tar.xz +Checksums-Sha256: + 3a370f0a2618c4fdde257414658e2ec597ebe1f92624650929c9d5cb2e5bab46 2012 bird2_2.15.1-1.1.dsc + 48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d 1409653 bird2_2.15.1.orig.tar.gz + 90cf61057b16eb49faf5f4b9876f3410cbdf35e411a64029c25cde91568cbb36 15944 bird2_2.15.1-1.1.debian.tar.xz +Files: + a133a1ed516a0a4f7157380c5d60fa3d 2012 bird2_2.15.1-1.1.dsc + 11e9f9b31a433694a9bad4326c1d6da8 1409653 bird2_2.15.1.orig.tar.gz + a989732b607601aac8f6989349d78b4e 15944 bird2_2.15.1-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: blinker +Binary: python-blinker-doc, python3-blinker +Architecture: all +Version: 1.8.2-1 +Maintainer: Debian Python Team +Uploaders: Ondřej Surý , +Homepage: https://github.com/pallets-eco/blinker +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/blinker +Vcs-Git: https://salsa.debian.org/python-team/packages/blinker.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest, python3-pytest-asyncio +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , flit, pybuild-plugin-pyproject, python3-all, python3-pallets-sphinx-themes , python3-pytest , python3-pytest-asyncio , python3-sphinx , python3-sphinxcontrib-log-cabinet +Package-List: + python-blinker-doc deb doc optional arch=all + python3-blinker deb python optional arch=all +Directory: pool/4ceed786126d07bc12abaa011d9e371e4ca94ec22708dca491b52b9aaab6a66f +Checksums-Sha1: + 252aa99aff89e6f5b43115980f6ac7907aaa55d2 2352 blinker_1.8.2-1.dsc + 0f39252e33fce49af0f3033464bf07b7de1979f3 25615 blinker_1.8.2.orig.tar.gz + 8c732e56f65255093545e774511369f29824a1ad 5464 blinker_1.8.2-1.debian.tar.xz +Checksums-Sha256: + 4ceed786126d07bc12abaa011d9e371e4ca94ec22708dca491b52b9aaab6a66f 2352 blinker_1.8.2-1.dsc + 98f39aaccdc5418fdf75220abb94bf58ad7e8d1480dea6a4ef5a32639fc5d275 25615 blinker_1.8.2.orig.tar.gz + 2e01687d69d77d9a3f2d13c1fb20d71b026680dd13039650773f0f63b9882079 5464 blinker_1.8.2-1.debian.tar.xz +Files: + 5e552210cde01be1110f66640ba6014f 2352 blinker_1.8.2-1.dsc + 0cfe06f9bb7caafe2cbc8dbd251de9c6 25615 blinker_1.8.2.orig.tar.gz + d0e51136581d79a2fb84aefc7c308b9c 5464 blinker_1.8.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: blt +Binary: tk8.6-blt2.5, blt, blt-dev, blt-demo +Architecture: any all +Version: 2.5.3+dfsg-7 +Maintainer: Sergei Golovan +Homepage: http://blt.sourceforge.net/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/tcltk-team/blt +Vcs-Git: https://salsa.debian.org/tcltk-team/blt.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1), tk8.6-dev +Package-List: + blt deb libs optional arch=any + blt-demo deb devel optional arch=all + blt-dev deb devel optional arch=any + tk8.6-blt2.5 deb libs optional arch=any +Directory: pool/94b29778632cebbbc676cdf90345e94419c9b3b806c31c87405ad4ecc5e96e56 +Checksums-Sha1: + 871063eccf3ffcfa41401343d31db03670a6387f 1997 blt_2.5.3+dfsg-7.dsc + 4e23c608077c1f9b5fb590bca92d6b3045db9a7c 1562552 blt_2.5.3+dfsg.orig.tar.xz + 49b75798d640adc2a5ba73ec1dfc94a73c185cd6 58176 blt_2.5.3+dfsg-7.debian.tar.xz +Checksums-Sha256: + 94b29778632cebbbc676cdf90345e94419c9b3b806c31c87405ad4ecc5e96e56 1997 blt_2.5.3+dfsg-7.dsc + 61af35c35eb7ecc4cdd3dd63e89d398bbf479153534725537c49e0185dc9803c 1562552 blt_2.5.3+dfsg.orig.tar.xz + 4289a0d394ed707d9a2a38864e359eee880009c114c19ab4b07b0ed77232a51a 58176 blt_2.5.3+dfsg-7.debian.tar.xz +Files: + 5865def35a306c67b5eff65aeb562d23 1997 blt_2.5.3+dfsg-7.dsc + b121a86596b9f7ea03a67ab8ec34ce4f 1562552 blt_2.5.3+dfsg.orig.tar.xz + d73247d388a91d0b76f9d170c3878017 58176 blt_2.5.3+dfsg-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: bluez +Binary: libbluetooth3, libbluetooth-dev, bluetooth, bluez, bluez-cups, bluez-obexd, bluez-meshd, bluez-hcidump, bluez-test-tools, bluez-test-scripts, bluez-source +Architecture: linux-any all +Version: 5.77-1 +Maintainer: Debian Bluetooth Maintainers +Uploaders: Nobuhiro Iwamatsu +Homepage: http://www.bluez.org +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/bluetooth-team/bluez +Vcs-Git: https://salsa.debian.org/bluetooth-team/bluez.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-dbus +Build-Depends: debhelper-compat (= 13), flex, bison, libdbus-1-dev (>= 1.6), libglib2.0-dev, libdw-dev, libudev-dev, libreadline-dev, libical-dev, libasound2-dev, libell-dev (>= 0.39), libjson-c-dev (>= 0.13), python3-docutils, python3-pygments, udev, check , systemd-dev +Package-List: + bluetooth deb admin optional arch=all + bluez deb admin optional arch=linux-any + bluez-cups deb admin optional arch=linux-any + bluez-hcidump deb admin optional arch=linux-any + bluez-meshd deb admin optional arch=linux-any + bluez-obexd deb admin optional arch=linux-any + bluez-source deb admin optional arch=all + bluez-test-scripts deb admin optional arch=all + bluez-test-tools deb admin optional arch=linux-any + libbluetooth-dev deb libdevel optional arch=linux-any + libbluetooth3 deb libs optional arch=linux-any +Directory: pool/a8754efaf648c5f1d8b06cc6a8fcbcc890d440ca6ce1bb1301a7362e02a95894 +Checksums-Sha1: + 77c02ad6d539085d582dab4637e414e361a66555 2813 bluez_5.77-1.dsc + d2ee084a98c3d4e31e5a509238c9c2b7d81f7cf1 3617201 bluez_5.77.orig.tar.gz + 476f27489047bdc30c225a60c7c027c1e40c5a34 42140 bluez_5.77-1.debian.tar.xz +Checksums-Sha256: + a8754efaf648c5f1d8b06cc6a8fcbcc890d440ca6ce1bb1301a7362e02a95894 2813 bluez_5.77-1.dsc + b0d1c157bfb245eeb7ccc3c74e9d14b1497cce0500ee992f2ebe7a40423ded01 3617201 bluez_5.77.orig.tar.gz + 1e3901e5e68c86c607040ea61d0709ceb545a7e07a12b0b163d428d67b07c3d9 42140 bluez_5.77-1.debian.tar.xz +Files: + a3524b4d95978f1f7a9c0d8465c94618 2813 bluez_5.77-1.dsc + 7cb07ec3073faa0af8b5c8ec5f080a2c 3617201 bluez_5.77.orig.tar.gz + 34ba9b688bedf70ba3ede737b45e610c 42140 bluez_5.77-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: boost1.83 +Binary: libboost1.83-dev, libboost1.83-tools-dev, libboost1.83-all-dev, libboost1.83-doc, libboost-atomic1.83.0, libboost-atomic1.83-dev, libboost-chrono1.83.0t64, libboost-chrono1.83-dev, libboost-container1.83.0, libboost-container1.83-dev, libboost-context1.83.0, libboost-context1.83-dev, libboost-contract1.83.0, libboost-contract1.83-dev, libboost-coroutine1.83.0, libboost-coroutine1.83-dev, libboost-date-time1.83.0, libboost-date-time1.83-dev, libboost-exception1.83-dev, libboost-fiber1.83.0, libboost-fiber1.83-dev, libboost-filesystem1.83.0, libboost-filesystem1.83-dev, libboost-graph1.83.0, libboost-graph1.83-dev, libboost-graph-parallel1.83.0, libboost-graph-parallel1.83-dev, libboost-iostreams1.83.0, libboost-iostreams1.83-dev, libboost-locale1.83.0, libboost-locale1.83-dev, libboost-log1.83.0, libboost-log1.83-dev, libboost-math1.83.0, libboost-math1.83-dev, libboost-mpi1.83.0, libboost-mpi1.83-dev, libboost-mpi-python1.83.0, libboost-mpi-python1.83-dev, + libboost-nowide1.83.0, libboost-nowide1.83-dev, libboost-numpy1.83.0, libboost-numpy1.83-dev, libboost-program-options1.83.0, libboost-program-options1.83-dev, libboost-python1.83.0, libboost-python1.83-dev, libboost-random1.83.0, libboost-random1.83-dev, libboost-regex1.83.0, libboost-regex1.83-dev, libboost-serialization1.83.0, libboost-serialization1.83-dev, libboost-stacktrace1.83.0, libboost-stacktrace1.83-dev, libboost-system1.83.0, libboost-system1.83-dev, libboost-test1.83.0, libboost-test1.83-dev, libboost-thread1.83.0, libboost-thread1.83-dev, libboost-timer1.83.0, libboost-timer1.83-dev, libboost-type-erasure1.83.0, libboost-type-erasure1.83-dev, libboost-wave1.83.0, libboost-wave1.83-dev, libboost-json1.83.0, libboost-json1.83-dev, libboost-url1.83.0, + libboost-url1.83-dev +Architecture: any all +Version: 1.83.0-3.2 +Maintainer: Debian Boost Team +Uploaders: Giovanni Mascellani , Anton Gladky +Homepage: https://www.boost.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/boost +Vcs-Git: https://salsa.debian.org/debian/boost.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, clang, cmake, html2text, libgraph-easy-perl, mpi-default-dev, python3-minimal +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), dctrl-tools, chrpath, zlib1g-dev, libbz2-dev, liblzma-dev, libzstd-dev, libicu-dev (>= 63.1), mpi-default-dev, bison, flex, docbook-to-man, help2man, xsltproc, doxygen, docbook-xsl, docbook-xml, texlive-latex-base, ghostscript, dh-python, g++ (>= 4:5-0), python3, python3-all-dev (>= 3.1), python3-numpy +Build-Depends-Indep: graphviz +Build-Conflicts: libopenmpi-dev (= 1.3.2-2) +Package-List: + libboost-atomic1.83-dev deb libdevel optional arch=any + libboost-atomic1.83.0 deb libs optional arch=any + libboost-chrono1.83-dev deb libdevel optional arch=any + libboost-chrono1.83.0t64 deb libs optional arch=any + libboost-container1.83-dev deb libdevel optional arch=any + libboost-container1.83.0 deb libs optional arch=any + libboost-context1.83-dev deb libdevel optional arch=i386,hurd-i386,kfreebsd-i386,amd64,kfreebsd-amd64,armel,armhf,arm64,loong64,mips,mipsel,mips64el,powerpc,ppc64el,riscv64,s390x + libboost-context1.83.0 deb libs optional arch=i386,hurd-i386,kfreebsd-i386,amd64,kfreebsd-amd64,armel,armhf,arm64,loong64,mips,mipsel,mips64el,powerpc,ppc64el,riscv64,s390x + libboost-contract1.83-dev deb libdevel optional arch=any + libboost-contract1.83.0 deb libs optional arch=any + libboost-coroutine1.83-dev deb libdevel optional arch=i386,hurd-i386,kfreebsd-i386,amd64,kfreebsd-amd64,armel,armhf,arm64,loong64,mips,mipsel,mips64el,powerpc,ppc64el,riscv64,s390x + libboost-coroutine1.83.0 deb libs optional arch=i386,hurd-i386,kfreebsd-i386,amd64,kfreebsd-amd64,armel,armhf,arm64,loong64,mips,mipsel,mips64el,powerpc,ppc64el,riscv64,s390x + libboost-date-time1.83-dev deb libdevel optional arch=any + libboost-date-time1.83.0 deb libs optional arch=any + libboost-exception1.83-dev deb libdevel optional arch=any + libboost-fiber1.83-dev deb libdevel optional arch=i386,hurd-i386,kfreebsd-i386,amd64,kfreebsd-amd64,armel,armhf,arm64,loong64,mips,mipsel,mips64el,powerpc,ppc64el,riscv64,s390x + libboost-fiber1.83.0 deb libs optional arch=i386,hurd-i386,kfreebsd-i386,amd64,kfreebsd-amd64,armel,armhf,arm64,loong64,mips,mipsel,mips64el,powerpc,ppc64el,riscv64,s390x + libboost-filesystem1.83-dev deb libdevel optional arch=any + libboost-filesystem1.83.0 deb libs optional arch=any + libboost-graph-parallel1.83-dev deb libdevel optional arch=any + libboost-graph-parallel1.83.0 deb libs optional arch=any + libboost-graph1.83-dev deb libdevel optional arch=any + libboost-graph1.83.0 deb libs optional arch=any + libboost-iostreams1.83-dev deb libdevel optional arch=any + libboost-iostreams1.83.0 deb libs optional arch=any + libboost-json1.83-dev deb libdevel optional arch=any + libboost-json1.83.0 deb libs optional arch=any + libboost-locale1.83-dev deb libdevel optional arch=any + libboost-locale1.83.0 deb libs optional arch=any + libboost-log1.83-dev deb libdevel optional arch=any + libboost-log1.83.0 deb libs optional arch=any + libboost-math1.83-dev deb libdevel optional arch=any + libboost-math1.83.0 deb libs optional arch=any + libboost-mpi-python1.83-dev deb libdevel optional arch=any + libboost-mpi-python1.83.0 deb libs optional arch=any + libboost-mpi1.83-dev deb libdevel optional arch=any + libboost-mpi1.83.0 deb libs optional arch=any + libboost-nowide1.83-dev deb libdevel optional arch=any + libboost-nowide1.83.0 deb libs optional arch=any + libboost-numpy1.83-dev deb libdevel optional arch=any + libboost-numpy1.83.0 deb libs optional arch=any + libboost-program-options1.83-dev deb libdevel optional arch=any + libboost-program-options1.83.0 deb libs optional arch=any + libboost-python1.83-dev deb libdevel optional arch=any + libboost-python1.83.0 deb libs optional arch=any + libboost-random1.83-dev deb libdevel optional arch=any + libboost-random1.83.0 deb libs optional arch=any + libboost-regex1.83-dev deb libdevel optional arch=any + libboost-regex1.83.0 deb libs optional arch=any + libboost-serialization1.83-dev deb libdevel optional arch=any + libboost-serialization1.83.0 deb libs optional arch=any + libboost-stacktrace1.83-dev deb libdevel optional arch=any + libboost-stacktrace1.83.0 deb libs optional arch=any + libboost-system1.83-dev deb libdevel optional arch=any + libboost-system1.83.0 deb libs optional arch=any + libboost-test1.83-dev deb libdevel optional arch=any + libboost-test1.83.0 deb libs optional arch=any + libboost-thread1.83-dev deb libdevel optional arch=any + libboost-thread1.83.0 deb libs optional arch=any + libboost-timer1.83-dev deb libdevel optional arch=any + libboost-timer1.83.0 deb libs optional arch=any + libboost-type-erasure1.83-dev deb libdevel optional arch=any + libboost-type-erasure1.83.0 deb libs optional arch=any + libboost-url1.83-dev deb libdevel optional arch=any + libboost-url1.83.0 deb libs optional arch=any + libboost-wave1.83-dev deb libdevel optional arch=any + libboost-wave1.83.0 deb libs optional arch=any + libboost1.83-all-dev deb libdevel optional arch=any + libboost1.83-dev deb libdevel optional arch=any + libboost1.83-doc deb doc optional arch=all + libboost1.83-tools-dev deb libdevel optional arch=any +Directory: pool/5622c8898ee7057818246dc7a7da4b25afbe58fcaf796b147f1e33adfd1ecf3d +Checksums-Sha1: + 0cf28bb9e74e53633849cda5dcc904fce0d528ef 8769 boost1.83_1.83.0-3.2.dsc + 50759f49cde0e3ca57393c5f97924a536a7ee541 77376520 boost1.83_1.83.0.orig.tar.xz + 3097e5d80af3ee18e02589f7d56803ff57e87bc7 380320 boost1.83_1.83.0-3.2.debian.tar.xz +Checksums-Sha256: + 5622c8898ee7057818246dc7a7da4b25afbe58fcaf796b147f1e33adfd1ecf3d 8769 boost1.83_1.83.0-3.2.dsc + 404df4b4072fc7f2d4483d4fc2d61ff6f554dd80c9a812652684d5952e881c91 77376520 boost1.83_1.83.0.orig.tar.xz + ca320e590dcda6eebf1107f63145d3255073262e1ccb97b709b346026188db59 380320 boost1.83_1.83.0-3.2.debian.tar.xz +Files: + eb864e813d752752007e52f74dd78a9c 8769 boost1.83_1.83.0-3.2.dsc + a1b3cc03203ed69baca9c8b5c62a1585 77376520 boost1.83_1.83.0.orig.tar.xz + 794556597902d96f20ec84d6c2df4651 380320 boost1.83_1.83.0-3.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: brltty +Binary: brltty, libbrlapi0.8, libbrlapi-dev, libbrlapi-jni, libbrlapi-java, brltty-flite, brltty-speechd, brltty-espeak, brltty-udeb, brltty-x11, xbrlapi, cl-brlapi, python3-brlapi +Architecture: any all +Version: 6.6-5 +Maintainer: Debian Accessibility Team +Uploaders: Samuel Thibault +Homepage: https://brltty.com +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/a11y-team/brltty +Vcs-Git: https://salsa.debian.org/a11y-team/brltty.git +Build-Depends: debhelper-compat (= 12), dh-lisp, dh-python, dh-strip-nondeterminism, dh-exec, pkgconf, tcl, libasound2-dev [linux-any], python3-all-dev:any, python3-setuptools, cython3, libexpat1-dev, libgpm-dev [linux-any], libsystemd-dev [linux-any], libicu-dev, liblouis-dev, libpolkit-gobject-1-dev, libcap-dev [linux-any], default-jdk [!hppa !hurd-any !kfreebsd-any], doxygen, linuxdoc-tools, groff, flite1-dev, libncurses-dev, libx11-dev, libxt-dev, libxaw7-dev, x11proto-kb-dev, libxtst-dev, libxfixes-dev, libdbus-1-dev, libatspi2.0-dev, libglib2.0-dev, libbluetooth-dev [linux-any], libspeechd-dev, libespeak-ng-dev, libespeak-ng-libespeak-dev, po-debconf, gettext +Build-Conflicts: libasound2-dev [!linux-any], libatspi-dev +Package-List: + brltty deb admin optional arch=any + brltty-espeak deb admin optional arch=any + brltty-flite deb admin optional arch=any + brltty-speechd deb admin optional arch=any + brltty-udeb udeb debian-installer optional arch=any profile=!noudeb + brltty-x11 deb admin optional arch=any + cl-brlapi deb lisp optional arch=all + libbrlapi-dev deb libdevel optional arch=any + libbrlapi-java deb java optional arch=all + libbrlapi-jni deb java optional arch=any + libbrlapi0.8 deb libs optional arch=any + python3-brlapi deb python optional arch=any + xbrlapi deb admin optional arch=any +Directory: pool/2d0774c2bf72587ddaea3d89a99a064330d4170976503ecc7ba2f0ba3f52db5a +Checksums-Sha1: + 2977e01d24a144d440107dafecf251f96cb979e9 3259 brltty_6.6-5.dsc + 9dce2aa507abdc5588dbed1ed721fd502c5dc0be 4115292 brltty_6.6.orig.tar.xz + 2b7ac94053bad9acf50cb327856bede6e564b867 39752 brltty_6.6-5.debian.tar.xz +Checksums-Sha256: + 2d0774c2bf72587ddaea3d89a99a064330d4170976503ecc7ba2f0ba3f52db5a 3259 brltty_6.6-5.dsc + b58da402b122d5e135b4131b7fde07ada518f9aedcca721f81e21e192dfad637 4115292 brltty_6.6.orig.tar.xz + ac651bda97c2eb00790d3a234bfbcc64d30b59e11d15a07c7121843272b954f2 39752 brltty_6.6-5.debian.tar.xz +Files: + 0041a6bf28ed5ed3c9918993f0f377e7 3259 brltty_6.6-5.dsc + 58ca5e0713d80f599ebeb08f6d4995b6 4115292 brltty_6.6.orig.tar.xz + 752a9eee853c9e7e230d781eec9bbe33 39752 brltty_6.6-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: brotli +Binary: python3-brotli, brotli, libbrotli-dev, libbrotli1 +Architecture: any +Version: 1.1.0-2 +Maintainer: Tomasz Buchert +Uploaders: Ondřej Surý +Homepage: https://github.com/google/brotli +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/brotli +Vcs-Git: https://salsa.debian.org/debian/brotli.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all +Build-Depends: cmake, debhelper (>= 13), debhelper-compat (= 13), dh-python , libpython3-all-dev , python3-all-dev:any , python3-setuptools , python3:any +Package-List: + brotli deb utils optional arch=any + libbrotli-dev deb libdevel optional arch=any + libbrotli1 deb libs optional arch=any + python3-brotli deb python optional arch=any profile=!nopython +Directory: pool/39b06802a852629132d549a7f7449dee7f435e801706714a4bc2ea2f15b28f36 +Checksums-Sha1: + 945cc97a14ad1f3355fe0dda327c0b0db0cb3047 2261 brotli_1.1.0-2.dsc + c1a06bd9cb912a8b5f07b2bd504af78ec6d0335c 512036 brotli_1.1.0.orig.tar.gz + 4cad3b75c791652657abb6ea166f1f8817afbb1a 5480 brotli_1.1.0-2.debian.tar.xz +Checksums-Sha256: + 39b06802a852629132d549a7f7449dee7f435e801706714a4bc2ea2f15b28f36 2261 brotli_1.1.0-2.dsc + 10973f4b4199eafa1d5735ef661ddb2ec2f97319ee9fd1824d4aabe08cff5265 512036 brotli_1.1.0.orig.tar.gz + 3d913a3740bcad9a294007575a6beb1846beadbd62b44fb2bf9fdaeddea3236f 5480 brotli_1.1.0-2.debian.tar.xz +Files: + 6a7dcebce6d0dbcffca27fe4a1fbb2e7 2261 brotli_1.1.0-2.dsc + 97d4c95fcb7d5d6131c8d5a07eaa7d4b 512036 brotli_1.1.0.orig.tar.gz + 9eb311aaa7e3b17f900913645b43806d 5480 brotli_1.1.0-2.debian.tar.xz + +Format: 3.0 (native) +Package: bsdmainutils +Binary: bsdmainutils, ncal, calendar +Architecture: any all +Version: 12.1.8 +Maintainer: Debian Bsdmainutils Team +Uploaders: Michael Meskes +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/meskes/bsdmainutils +Vcs-Git: https://salsa.debian.org/meskes/bsdmainutils.git +Build-Depends: debhelper-compat (= 13), quilt (>= 0.40), libbsd-dev, libncurses-dev +Package-List: + bsdmainutils deb oldlibs optional arch=all + calendar deb utils optional arch=any + ncal deb utils optional arch=any +Directory: pool/514ce88f4fe0393dbd5dbbe546c382b53d1b2b547f07e58a29c9ac3f0c1a2bd2 +Checksums-Sha1: + fb90b401d76e4a1286139bf65afc6c7ae4f881ce 1759 bsdmainutils_12.1.8.dsc + 8baf646115b48f2e84eaf58861c73c7b30c709ca 172636 bsdmainutils_12.1.8.tar.xz +Checksums-Sha256: + 514ce88f4fe0393dbd5dbbe546c382b53d1b2b547f07e58a29c9ac3f0c1a2bd2 1759 bsdmainutils_12.1.8.dsc + 9e3e693b2f8ca4f3f10f0d154dac092e6251f12dc782a069a22a48c92d11bcbf 172636 bsdmainutils_12.1.8.tar.xz +Files: + 5efcc86d12a786c942a56756837568b0 1759 bsdmainutils_12.1.8.dsc + d2052390881d5d0089aeeb6e6cf0117c 172636 bsdmainutils_12.1.8.tar.xz + +Format: 3.0 (quilt) +Package: btrfs-progs +Binary: btrfs-progs, libbtrfs0t64, libbtrfs-dev, libbtrfsutil1t64, libbtrfsutil-dev, python3-btrfsutil, btrfs-progs-udeb +Architecture: linux-any +Version: 6.6.3-1.2 +Maintainer: Adam Borowski +Homepage: http://btrfs.wiki.kernel.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://git.sr.ht/~kilobyte/btrfs-progs +Vcs-Git: https://git.sr.ht/~kilobyte/btrfs-progs -b debian +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libext2fs-dev (>= 1.47.1), pkg-config, libacl1-dev, libblkid-dev, liblzo2-dev, libreiserfscore-dev, libudev-dev, libzstd-dev, uuid-dev, systemd-dev, zlib1g-dev, sphinx, python3-sphinx-rtd-theme, xmlto, bash-completion, python3-dev, python3-setuptools, dh-python +Package-List: + btrfs-progs deb admin optional arch=linux-any + btrfs-progs-udeb udeb debian-installer optional arch=linux-any + libbtrfs-dev deb libdevel optional arch=linux-any + libbtrfs0t64 deb libs optional arch=linux-any + libbtrfsutil-dev deb libdevel optional arch=linux-any + libbtrfsutil1t64 deb libs optional arch=linux-any + python3-btrfsutil deb python optional arch=linux-any +Directory: pool/cdf3618e085e688f31e8747791a706ad939d8229d5bf3b622bd10a61b71d2da6 +Checksums-Sha1: + 4556c83df9958d651fdb13c1f235a42963abc9c7 2584 btrfs-progs_6.6.3-1.2.dsc + 1da2d3c6370a865187afc9fc46d9514ae90781e0 2557216 btrfs-progs_6.6.3.orig.tar.xz + d26abdd9b35ab621a5196618b3241af1700b2eb9 17792 btrfs-progs_6.6.3-1.2.debian.tar.xz +Checksums-Sha256: + cdf3618e085e688f31e8747791a706ad939d8229d5bf3b622bd10a61b71d2da6 2584 btrfs-progs_6.6.3-1.2.dsc + f41ce53f6673ff551ee4a3fe7dc9601e5a0dde6b6d09177d1fab62718abc6d9a 2557216 btrfs-progs_6.6.3.orig.tar.xz + 91c56c7ff9a45a8ab0143aa033a2866da893723195eb259c406becb4482c5b68 17792 btrfs-progs_6.6.3-1.2.debian.tar.xz +Files: + f15e12418f755c1d30ac04f205dbfe66 2584 btrfs-progs_6.6.3-1.2.dsc + a26465478fd2d009cc2fe9f035cc299d 2557216 btrfs-progs_6.6.3.orig.tar.xz + 4df5dfd995729bc3d0f5be635a435fdc 17792 btrfs-progs_6.6.3-1.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: bubblewrap +Binary: bubblewrap +Architecture: linux-any +Version: 0.10.0-1 +Maintainer: Utopia Maintenance Team +Uploaders: Laszlo Boszormenyi (GCS) , Simon McVittie , +Homepage: https://github.com/containers/bubblewrap +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/bubblewrap +Vcs-Git: https://salsa.debian.org/debian/bubblewrap.git +Testsuite: autopkgtest +Testsuite-Triggers: iproute2, libcap2-bin, libipc-run-perl, perl, python3, usrmerge +Build-Depends: bash-completion, debhelper-compat (= 13), docbook-xml, docbook-xsl, iproute2 , libcap-dev, libcap2-bin , libipc-run-perl , libselinux1-dev, meson, perl:any , pkgconf, python3:any , xsltproc +Package-List: + bubblewrap deb admin optional arch=linux-any +Directory: pool/8f96ab4334a4ea89bff1ea37bc3d54335437269f94b8df28a4ac5d264190b4fd +Checksums-Sha1: + 78db591fe2db24af8acd4f1e1986ea727d295c80 2579 bubblewrap_0.10.0-1.dsc + 24e59d07cdaf92d9d30d35a4c7a398fa39422ac9 119328 bubblewrap_0.10.0.orig.tar.xz + 94094ed5a81150bab18d19af5ba14c771df6959b 833 bubblewrap_0.10.0.orig.tar.xz.asc + 550b90cf090269a194ce62c773b7c162661af7dd 12800 bubblewrap_0.10.0-1.debian.tar.xz +Checksums-Sha256: + 8f96ab4334a4ea89bff1ea37bc3d54335437269f94b8df28a4ac5d264190b4fd 2579 bubblewrap_0.10.0-1.dsc + 65d92cf44a63a51e1b7771f70c05013dce5bd6b0b2841c4b4be54b0c45565471 119328 bubblewrap_0.10.0.orig.tar.xz + f709d65d7ca83e8bc01839375fd951d214f5547b99cc3a00693103a707aa6cdd 833 bubblewrap_0.10.0.orig.tar.xz.asc + 127ad3b97f2ce97de2949fe6380d9105c6f497179c4be9b98d5403c218b1da7b 12800 bubblewrap_0.10.0-1.debian.tar.xz +Files: + 132fe01523b1c8bf0754c82993575c06 2579 bubblewrap_0.10.0-1.dsc + 85f144f6c2c28c112abbcf98bedf6137 119328 bubblewrap_0.10.0.orig.tar.xz + e000671ac8cb975cd833aa33ea393f8d 833 bubblewrap_0.10.0.orig.tar.xz.asc + 6352d456f40d3f90d9c91f72e4e23070 12800 bubblewrap_0.10.0-1.debian.tar.xz + +Format: 3.0 (native) +Package: build-essential +Binary: build-essential, crossbuild-essential-amd64, crossbuild-essential-arm64, crossbuild-essential-armel, crossbuild-essential-armhf, crossbuild-essential-i386, crossbuild-essential-powerpc, crossbuild-essential-ppc64el, crossbuild-essential-s390x +Architecture: any all +Version: 12.10 +Maintainer: Matthias Klose +Standards-Version: 4.6.2 +Build-Depends: debhelper (>= 11), python3:any, g++ (>= 4:12.3) +Package-List: + build-essential deb devel optional arch=any + crossbuild-essential-amd64 deb devel optional arch=all + crossbuild-essential-arm64 deb devel optional arch=all + crossbuild-essential-armel deb devel optional arch=all + crossbuild-essential-armhf deb devel optional arch=all + crossbuild-essential-i386 deb devel optional arch=all + crossbuild-essential-powerpc deb devel optional arch=all + crossbuild-essential-ppc64el deb devel optional arch=all + crossbuild-essential-s390x deb devel optional arch=all +Directory: pool/b2d9c962b539f011807fdd62761f749eed12a7f061d75c3752a48bd2060030d4 +Checksums-Sha1: + 718fc40f9f8757f1bc30dca6b136255bd822b94b 2172 build-essential_12.10.dsc + 2a6bf2f8df4e9555c75b234b1aff62a69e6ed610 51760 build-essential_12.10.tar.xz +Checksums-Sha256: + b2d9c962b539f011807fdd62761f749eed12a7f061d75c3752a48bd2060030d4 2172 build-essential_12.10.dsc + a367724c8788696a7cc6f8f09b341949c49fcd06684c3f0e3a1113bbaf75194a 51760 build-essential_12.10.tar.xz +Files: + d5c329a742838961e99d977c087b6319 2172 build-essential_12.10.dsc + 73caad2a1952a28be5be2caa0a365d85 51760 build-essential_12.10.tar.xz + +Format: 3.0 (quilt) +Package: busybox +Binary: busybox, busybox-static, busybox-udeb, busybox-syslogd, udhcpc, udhcpd +Architecture: any all +Version: 1:1.36.1-9 +Maintainer: Debian Install System Team +Uploaders: Chris Boot , Christoph Biedl , Michael Tokarev , +Homepage: http://www.busybox.net +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/installer-team/busybox +Vcs-Git: https://salsa.debian.org/installer-team/busybox.git +Build-Depends: debhelper-compat (= 13), zip +Package-List: + busybox deb utils optional arch=any + busybox-static deb shells optional arch=any + busybox-syslogd deb utils optional arch=all + busybox-udeb udeb debian-installer optional arch=any + udhcpc deb net optional arch=all + udhcpd deb net optional arch=all +Directory: pool/082815699bf56677a1109782e481e741adecf2b869050c4c617a669ad63e6142 +Checksums-Sha1: + fb1b57fb645ba6f0f5c156646dc344ff75795471 1954 busybox_1.36.1-9.dsc + a5d40ca0201b20909f7a8a561adf57adccc8a877 2525473 busybox_1.36.1.orig.tar.bz2 + 55220b8f8f56aa406add0e9117c2d87ea3c49167 67452 busybox_1.36.1-9.debian.tar.xz +Checksums-Sha256: + 082815699bf56677a1109782e481e741adecf2b869050c4c617a669ad63e6142 1954 busybox_1.36.1-9.dsc + b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314 2525473 busybox_1.36.1.orig.tar.bz2 + b24f673d5a97646703d3041ec044e934a2763014752b55617d4e6f9c2cb94f85 67452 busybox_1.36.1-9.debian.tar.xz +Files: + e72b80978b186eccac2a51f076ac7c36 1954 busybox_1.36.1-9.dsc + 0fc591bc9f4e365dfd9ade0014f32561 2525473 busybox_1.36.1.orig.tar.bz2 + 6dfea72bfbff1915b63a4aafa50b672b 67452 busybox_1.36.1-9.debian.tar.xz + +Format: 3.0 (quilt) +Package: bzip2 +Binary: libbz2-1.0, libbz2-dev, bzip2, bzip2-doc +Architecture: any all +Version: 1.0.8-6 +Maintainer: Anibal Monsalve Salazar +Uploaders: Santiago Ruano Rincón , Anthony Fok +Homepage: https://sourceware.org/bzip2/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/bzip2 +Vcs-Git: https://salsa.debian.org/debian/bzip2.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: texinfo, docbook-xml, docbook2x, xsltproc +Package-List: + bzip2 deb utils standard arch=any + bzip2-doc deb doc optional arch=all + libbz2-1.0 deb libs important arch=any + libbz2-dev deb libdevel optional arch=any +Directory: pool/cd3bfd77254a6b5ef1be144bdc90a0dd374bc8206afd98ba4abf828741b79820 +Checksums-Sha1: + d6f4c6bc376a703658ee6a6811c4e876944c3f13 1604 bzip2_1.0.8-6.dsc + bf7badf7e248e0ecf465d33c2f5aeec774209227 810029 bzip2_1.0.8.orig.tar.gz + 339a767cb2f05ec32402bae7269d98fd14413428 26991 bzip2_1.0.8-6.debian.tar.bz2 +Checksums-Sha256: + cd3bfd77254a6b5ef1be144bdc90a0dd374bc8206afd98ba4abf828741b79820 1604 bzip2_1.0.8-6.dsc + ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269 810029 bzip2_1.0.8.orig.tar.gz + 648ed0dac9a041ba6951e0cca521628aa39947cefee78139f7b934a5dc502095 26991 bzip2_1.0.8-6.debian.tar.bz2 +Files: + 94d2ed1b3a47edd46234c672086a0c82 1604 bzip2_1.0.8-6.dsc + 67e051268d0c475ea773822f7500d0e5 810029 bzip2_1.0.8.orig.tar.gz + 54b72833f3645b4c3341481e5cd82ca9 26991 bzip2_1.0.8-6.debian.tar.bz2 + +Format: 3.0 (quilt) +Package: c-ares +Binary: libc-ares-dev, libcares2 +Architecture: any +Version: 1.33.1-2 +Maintainer: Gregor Jasny +Homepage: https://c-ares.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/c-ares +Vcs-Git: https://salsa.debian.org/debian/c-ares.git +Build-Depends: cmake, debhelper-compat (= 13), googletest, ninja-build +Package-List: + libc-ares-dev deb libdevel optional arch=any + libcares2 deb libs optional arch=any +Directory: pool/eb2cde095eb06d9ba812e9a9d9e75a31c9dbe6b329b47ea8f521ad685000d179 +Checksums-Sha1: + d1b7c0e4ce4453b009a465d96689f1ebf025f108 2176 c-ares_1.33.1-2.dsc + 7917e4912fc5a8f95f994fc89b7cfaf96f5615f3 1044943 c-ares_1.33.1.orig.tar.gz + 86028c19b09634d8e3eec6a53c04ecb8de17a0f5 228 c-ares_1.33.1.orig.tar.gz.asc + 19a84ae02e118ee547f4b6cb2829b2b86c1eebbd 13404 c-ares_1.33.1-2.debian.tar.xz +Checksums-Sha256: + eb2cde095eb06d9ba812e9a9d9e75a31c9dbe6b329b47ea8f521ad685000d179 2176 c-ares_1.33.1-2.dsc + 06869824094745872fa26efd4c48e622b9bd82a89ef0ce693dc682a23604f415 1044943 c-ares_1.33.1.orig.tar.gz + b8703d94bb0fedcb2bd040ac08c1ae311c85459c1404883ec5005ccdb7a284fb 228 c-ares_1.33.1.orig.tar.gz.asc + 29c76e75d45a45b0277657ef938d3ba44dd5dc9ff6dfe5f8d7135b69ce2a8319 13404 c-ares_1.33.1-2.debian.tar.xz +Files: + c0a259b69e2e4aa7f58f585fba6da25e 2176 c-ares_1.33.1-2.dsc + f9f2ff0c63ddec8ea17989ca5992848d 1044943 c-ares_1.33.1.orig.tar.gz + ef2fe7678fe606e1de2367c25000fa37 228 c-ares_1.33.1.orig.tar.gz.asc + 037b645512475f19f6b12e0d37daa229 13404 c-ares_1.33.1-2.debian.tar.xz + +Format: 3.0 (native) +Package: ca-certificates +Binary: ca-certificates, ca-certificates-udeb +Architecture: all +Version: 20240203 +Maintainer: Julien Cristau +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/ca-certificates +Vcs-Git: https://salsa.debian.org/debian/ca-certificates.git +Build-Depends: debhelper-compat (= 13), po-debconf +Build-Depends-Indep: python3, openssl, python3-cryptography +Package-List: + ca-certificates deb misc standard arch=all + ca-certificates-udeb udeb debian-installer optional arch=all +Directory: pool/629afee9b327ce4df4ad0d77ad7b10383474a432e1af30516a7e81669420109b +Checksums-Sha1: + 526669862ac0a9a46ca3b0c50ab667ad30455ca6 1766 ca-certificates_20240203.dsc + e05a7cc1cab263bc4836487f878b3056b7217101 263276 ca-certificates_20240203.tar.xz +Checksums-Sha256: + 629afee9b327ce4df4ad0d77ad7b10383474a432e1af30516a7e81669420109b 1766 ca-certificates_20240203.dsc + 3286d3fc42c4d11b7086711a85f865b44065ce05cf1fb5376b2abed07622a9c6 263276 ca-certificates_20240203.tar.xz +Files: + 805891bc6546f2d1fce0b267b93c4d3d 1766 ca-certificates_20240203.dsc + 228129ccf8cd99b991d771c44dd4052c 263276 ca-certificates_20240203.tar.xz + +Format: 3.0 (quilt) +Package: cairo +Binary: libcairo-gobject2, libcairo-script-interpreter2, libcairo2, libcairo2-dev, libcairo2-doc, libcairo2-udeb +Architecture: any all +Version: 1.18.2-2 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Jeremy Bícha , Laurent Bigonville , Michael Biebl +Homepage: https://cairographics.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/cairo +Vcs-Git: https://salsa.debian.org/gnome-team/cairo.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), ghostscript, gtk-doc-tools, libfontconfig-dev, libfreetype-dev (>= 2.13), libglib2.0-dev, liblzo2-dev, libpixman-1-dev, libpng-dev, libpoppler-glib-dev , librsvg2-dev , libspectre-dev , libx11-dev, libxcb-render0-dev, libxcb-shm0-dev, libxcb1-dev, libxext-dev, libxrender-dev, meson, pkgconf, zlib1g-dev +Package-List: + libcairo-gobject2 deb libs optional arch=any + libcairo-script-interpreter2 deb libs optional arch=any + libcairo2 deb libs optional arch=any + libcairo2-dev deb libdevel optional arch=any + libcairo2-doc deb doc optional arch=all + libcairo2-udeb udeb debian-installer optional arch=any +Directory: pool/31a79f10ecd571d7c1f6fdc57940a92a3f87912aa727d095b8b80b94e8c66d6f +Checksums-Sha1: + d0ff99e852cfbd8d53cbf3b53f0cffa27259d4c7 2763 cairo_1.18.2-2.dsc + be7bdd4753df722c125d7eb7a5c80123ecea6c97 32574256 cairo_1.18.2.orig.tar.xz + 49de7880db26243b8e0bafbd54a4acb4df2f2c25 30396 cairo_1.18.2-2.debian.tar.xz +Checksums-Sha256: + 31a79f10ecd571d7c1f6fdc57940a92a3f87912aa727d095b8b80b94e8c66d6f 2763 cairo_1.18.2-2.dsc + a62b9bb42425e844cc3d6ddde043ff39dbabedd1542eba57a2eb79f85889d45a 32574256 cairo_1.18.2.orig.tar.xz + 0ee2cd7c17803cbe8da585493e68a59019c001176e4ce02d14b1af197398b098 30396 cairo_1.18.2-2.debian.tar.xz +Files: + 03702b0db739b64c3a59f3b0cd0fc2e2 2763 cairo_1.18.2-2.dsc + 5ad67c707edd0003f1b91c8bbc0005c1 32574256 cairo_1.18.2.orig.tar.xz + ebb04cd8bcf34ed94ff80ee8c5a4dd46 30396 cairo_1.18.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: capstone +Binary: libcapstone-dev, libcapstone4, capstone-tool, python3-capstone +Architecture: any +Version: 4.0.2-5.1 +Maintainer: Debian Security Tools +Uploaders: Pranith Kumar +Homepage: https://www.capstone-engine.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/capstone +Vcs-Git: https://salsa.debian.org/pkg-security-team/capstone.git +Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-setuptools, cython3 +Package-List: + capstone-tool deb utils optional arch=any + libcapstone-dev deb libdevel optional arch=any + libcapstone4 deb libs optional arch=any + python3-capstone deb python optional arch=any +Directory: pool/75e6949cab8cb64e7d2ad5abca92a46cc964b657b808793cf908df67b3cf6c2d +Checksums-Sha1: + 3aa825c9bda235d34ceb2cf41b98c2f73b0d5e69 2151 capstone_4.0.2-5.1.dsc + c0dfa4f6236a4505916ce67d63b856bf806b0d83 3439542 capstone_4.0.2.orig.tar.gz + c1c750b576b161404bab891ba3ea7e4c2935af9b 8864 capstone_4.0.2-5.1.debian.tar.xz +Checksums-Sha256: + 75e6949cab8cb64e7d2ad5abca92a46cc964b657b808793cf908df67b3cf6c2d 2151 capstone_4.0.2-5.1.dsc + 7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a 3439542 capstone_4.0.2.orig.tar.gz + eb994397efbc5d0169385599f996f8539b836a99af8fa7b1a2103202933326fc 8864 capstone_4.0.2-5.1.debian.tar.xz +Files: + a33682df37d832ce544de020f33dd11e 2151 capstone_4.0.2-5.1.dsc + 8894344c966a948f1248e66c91b53e2c 3439542 capstone_4.0.2.orig.tar.gz + 947396e78ce72ecfc8e55182bf7674f9 8864 capstone_4.0.2-5.1.debian.tar.xz +Dgit: 48000444fd49f4c93ed11acd29722d06e6db1c1f debian archive/debian/4.0.2-5.1 https://git.dgit.debian.org/capstone + +Format: 3.0 (native) +Package: cdebconf +Binary: cdebconf, cdebconf-gtk, libdebconfclient0, libdebconfclient0-dev, cdebconf-udeb, cdebconf-priority, libdebconfclient0-udeb, cdebconf-text-udeb, cdebconf-newt-udeb, cdebconf-gtk-udeb +Architecture: any all +Version: 0.272 +Maintainer: Debian Install System Team +Uploaders: Colin Watson , Cyril Brulebois +Standards-Version: 3.9.7 +Vcs-Browser: https://salsa.debian.org/installer-team/cdebconf +Vcs-Git: https://salsa.debian.org/installer-team/cdebconf.git +Build-Depends: debhelper-compat (= 13), po-debconf, libslang2-dev, libnewt-dev, libtextwrap-dev, libreadline-dev (>= 8.1.2-1.1), libdebian-installer4-dev | libdebian-installer-dev, libglib2.0-dev, libgtk2.0-dev , libcairo2-dev , libselinux1-dev [linux-any] | libselinux-dev [linux-any], dh-autoreconf, dh-exec +Package-List: + cdebconf deb utils optional arch=any + cdebconf-gtk deb admin optional arch=any profile=!pkg.cdebconf.nogtk + cdebconf-gtk-udeb udeb debian-installer optional arch=any profile=!pkg.cdebconf.nogtk + cdebconf-newt-udeb udeb debian-installer optional arch=any + cdebconf-priority udeb debian-installer standard arch=all + cdebconf-text-udeb udeb debian-installer optional arch=any + cdebconf-udeb udeb debian-installer standard arch=any + libdebconfclient0 deb libs optional arch=any + libdebconfclient0-dev deb libdevel optional arch=any + libdebconfclient0-udeb udeb debian-installer optional arch=any +Directory: pool/6b7c44f5d9881eb26c5f1d18d01015702b6fee1ce3751f8c5512d9371637eee7 +Checksums-Sha1: + 2e4994dc02628eb50cee23286c918f7dbf6ff62b 2707 cdebconf_0.272.dsc + 06f2207f1d22d1511a29355ac3a557a37591d61c 284488 cdebconf_0.272.tar.xz +Checksums-Sha256: + 6b7c44f5d9881eb26c5f1d18d01015702b6fee1ce3751f8c5512d9371637eee7 2707 cdebconf_0.272.dsc + 822883bc337bb06be4a9e6dba2fedf8d9ec3596cef8456be76eed6382ac773f9 284488 cdebconf_0.272.tar.xz +Files: + b0634d9fcab30701360aa1548898723d 2707 cdebconf_0.272.dsc + 1e86d89a553cb91f72f96dc0c9885248 284488 cdebconf_0.272.tar.xz + +Format: 3.0 (quilt) +Package: ceph +Binary: ceph, ceph-base, ceph-base-dbg, ceph-common, ceph-common-dbg, ceph-fuse, ceph-fuse-dbg, ceph-grafana-dashboards, ceph-immutable-object-cache, ceph-immutable-object-cache-dbg, ceph-mds, ceph-mds-dbg, ceph-mgr, ceph-mgr-cephadm, ceph-mgr-dashboard, ceph-mgr-dbg, ceph-mgr-k8sevents, ceph-mgr-modules-core, ceph-mgr-rook, ceph-mon, ceph-mon-dbg, ceph-osd, ceph-osd-dbg, ceph-prometheus-alerts, ceph-resource-agents, ceph-test, ceph-test-dbg, ceph-volume, cephadm, cephfs-mirror, cephfs-mirror-dbg, cephfs-shell, cephfs-top, libcephfs-dev, libcephfs-java, libcephfs-jni, libcephfs2, libcephfs2-dbg, librados-dev, librados2, librados2-dbg, libradospp-dev, libradosstriper-dev, libradosstriper1, libradosstriper1-dbg, librbd-dev, librbd1, librbd1-dbg, librgw-dev, librgw2, librgw2-dbg, libsqlite3-mod-ceph, libsqlite3-mod-ceph-dbg, libsqlite3-mod-ceph-dev, python3-ceph, python3-ceph-argparse, python3-ceph-common, python3-cephfs, python3-rados, python3-rbd, python3-rgw, + rados-objclass-dev, radosgw, radosgw-dbg, rbd-fuse, rbd-fuse-dbg, rbd-mirror, rbd-mirror-dbg, rbd-nbd, + rbd-nbd-dbg +Architecture: any all +Version: 18.2.4+ds-7 +Maintainer: Ceph Packaging Team +Uploaders: James Page , Daniel Baumann , Bernd Zeimetz , Thomas Goirand , +Homepage: http://ceph.com/ +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/ceph-team/ceph +Vcs-Git: https://salsa.debian.org/ceph-team/ceph.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: architecture-is-64-bit, cmake (>= 3.30.2-2~), cython3, debhelper-compat (= 11), default-jdk, dh-exec, dh-python, dpkg-dev (>= 1.16.1~), flex, gperf, javahelper, junit4, libaio-dev, libbabeltrace-ctf-dev, libbabeltrace-dev, libblkid-dev (>= 2.17), libboost-atomic-dev, libboost-chrono-dev (>= 1.81.0~), libboost-context-dev (>= 1.81.0~), libboost-coroutine-dev (>= 1.81.0~), libboost-date-time-dev (>= 1.81.0~), libboost-filesystem-dev (>= 1.81.0~), libboost-iostreams-dev (>= 1.81.0~), libboost-program-options-dev (>= 1.81.0~), libboost-python-dev (>= 1.81.0~), libboost-random-dev (>= 1.81.0~), libboost-regex-dev (>= 1.81.0~), libboost-system-dev (>= 1.81.0~), libboost-test-dev (>= 1.81.0~), libboost-thread-dev (>= 1.81.0~), libboost-timer-dev (>= 1.81.0~), libbz2-dev, libc-ares-dev, libcap-dev, libcap-ng-dev, libcrypto++-dev, libcryptsetup-dev, libcunit1-dev, libcurl4-gnutls-dev, libdaxctl-dev, libedit-dev, libevent-dev, libexpat1-dev, libfmt-dev, libfuse3-dev, libgf-complete-dev, libgnutls28-dev, libgoogle-perftools-dev [amd64 arm64 armel armhf i386 loong64 mips64el mipsel ppc64 ppc64el riscv64 powerpc s390x], libhwloc-dev, libibverbs-dev, libicu-dev, libjerasure-dev, libkeyutils-dev, libldap2-dev, liblua5.3-dev, liblz4-dev (>= 0.0~r131), libncurses-dev, libndctl-dev, libnl-3-dev, libnl-genl-3-dev, libnss3-dev, libnuma-dev, liboath-dev, libpciaccess-dev, libpmem-dev [amd64 arm64 ppc64el riscv64], libpmemobj-dev [amd64 arm64 ppc64el riscv64], libprotobuf-dev, librabbitmq-dev, librdmacm-dev, libre2-dev, libsctp-dev, libsnappy-dev, libsqlite3-dev, libssl-dev, libthrift-dev, libtool, libudev-dev, liburing-dev, libutf8proc-dev, libxml2-dev, libyaml-cpp-dev, libzstd-dev, lsb-release, nasm [amd64], ninja-build, nlohmann-json3-dev, parted, pkg-config, protobuf-compiler, python3-bcrypt, python3-cherrypy3, python3-coverage, python3-dateutil, python3-dev, python3-jwt, python3-natsort, python3-openssl, python3-packaging, python3-pecan, python3-prettytable, python3-requests, python3-scipy, python3-setuptools, python3-sphinx, python3-werkzeug, python3-yaml, ragel, systemd, systemtap-sdt-dev, tox, uuid-runtime, valgrind [amd64 armhf arm64 i386 mips64el mipsel ppc64 ppc64el s390x], virtualenv, xfslibs-dev, xmlstarlet, zlib1g-dev +Package-List: + ceph deb admin optional arch=linux-any + ceph-base deb admin optional arch=linux-any + ceph-base-dbg deb debug optional arch=linux-any + ceph-common deb admin optional arch=linux-any + ceph-common-dbg deb debug optional arch=linux-any + ceph-fuse deb admin optional arch=amd64 + ceph-fuse-dbg deb admin optional arch=amd64 + ceph-grafana-dashboards deb admin optional arch=all + ceph-immutable-object-cache deb admin optional arch=linux-any + ceph-immutable-object-cache-dbg deb debug optional arch=linux-any + ceph-mds deb admin optional arch=linux-any + ceph-mds-dbg deb debug optional arch=linux-any + ceph-mgr deb admin optional arch=linux-any + ceph-mgr-cephadm deb admin optional arch=all + ceph-mgr-dashboard deb admin optional arch=all + ceph-mgr-dbg deb debug optional arch=linux-any + ceph-mgr-k8sevents deb admin optional arch=all + ceph-mgr-modules-core deb admin optional arch=all + ceph-mgr-rook deb admin optional arch=all + ceph-mon deb admin optional arch=linux-any + ceph-mon-dbg deb debug optional arch=linux-any + ceph-osd deb admin optional arch=linux-any + ceph-osd-dbg deb debug optional arch=linux-any + ceph-prometheus-alerts deb admin optional arch=all + ceph-resource-agents deb admin optional arch=all + ceph-test deb admin optional arch=linux-any + ceph-test-dbg deb admin optional arch=linux-any + ceph-volume deb python optional arch=all + cephadm deb admin optional arch=linux-any + cephfs-mirror deb admin optional arch=linux-any + cephfs-mirror-dbg deb debug optional arch=linux-any + cephfs-shell deb admin optional arch=all + cephfs-top deb admin optional arch=all + libcephfs-dev deb libdevel optional arch=linux-any + libcephfs-java deb java optional arch=all + libcephfs-jni deb libs optional arch=linux-any + libcephfs2 deb libs optional arch=linux-any + libcephfs2-dbg deb debug optional arch=linux-any + librados-dev deb libdevel optional arch=linux-any + librados2 deb libs optional arch=linux-any + librados2-dbg deb debug optional arch=linux-any + libradospp-dev deb libdevel optional arch=linux-any + libradosstriper-dev deb libdevel optional arch=linux-any + libradosstriper1 deb libs optional arch=linux-any + libradosstriper1-dbg deb debug optional arch=linux-any + librbd-dev deb libdevel optional arch=linux-any + librbd1 deb libs optional arch=linux-any + librbd1-dbg deb debug optional arch=linux-any + librgw-dev deb libdevel optional arch=linux-any + librgw2 deb libs optional arch=linux-any + librgw2-dbg deb debug optional arch=linux-any + libsqlite3-mod-ceph deb libs optional arch=any + libsqlite3-mod-ceph-dbg deb debug optional arch=any + libsqlite3-mod-ceph-dev deb libdevel optional arch=any + python3-ceph deb python optional arch=all + python3-ceph-argparse deb python optional arch=linux-any + python3-ceph-common deb python optional arch=all + python3-cephfs deb python optional arch=linux-any + python3-rados deb python optional arch=linux-any + python3-rbd deb python optional arch=linux-any + python3-rgw deb python optional arch=linux-any + rados-objclass-dev deb libdevel optional arch=linux-any + radosgw deb admin optional arch=linux-any + radosgw-dbg deb debug optional arch=linux-any + rbd-fuse deb admin optional arch=linux-any + rbd-fuse-dbg deb debug optional arch=linux-any + rbd-mirror deb admin optional arch=linux-any + rbd-mirror-dbg deb debug optional arch=linux-any + rbd-nbd deb admin optional arch=linux-any + rbd-nbd-dbg deb debug optional arch=linux-any +Directory: pool/06d623122ea105bdd578cc464fabf54188e61b27aaa1577673bb796261efb62d +Checksums-Sha1: + f3ab022ce75122f15452b3a37baf685701aacf41 8685 ceph_18.2.4+ds-7.dsc + accbfd8dcd0c119fa7d673f4c1a33dcd6ac45a3f 148457104 ceph_18.2.4+ds.orig.tar.xz + 1b2ca30ba8a3b02dced56b613ad1e2a0501adab6 133916 ceph_18.2.4+ds-7.debian.tar.xz +Checksums-Sha256: + 06d623122ea105bdd578cc464fabf54188e61b27aaa1577673bb796261efb62d 8685 ceph_18.2.4+ds-7.dsc + 009ee8c3802e530bcb87ff3fd292db26af9facf867a5b842a4d148d253bfaf0f 148457104 ceph_18.2.4+ds.orig.tar.xz + 21917f1c92db922af48a6ca5086789942cfe8d132ee1e2fa07a9404f7419ec74 133916 ceph_18.2.4+ds-7.debian.tar.xz +Files: + 24d3cdc84dd14e59244a66dcea532b9b 8685 ceph_18.2.4+ds-7.dsc + 1f6975243c28c840dfc782014a3e5e20 148457104 ceph_18.2.4+ds.orig.tar.xz + 7118e81f69a0c3bb1f9c1d1a8f75b80e 133916 ceph_18.2.4+ds-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: chardet +Binary: python-chardet-doc, python3-chardet +Architecture: all +Version: 5.2.0+dfsg-1 +Maintainer: Piotr Ożarowski +Uploaders: Mark Pilgrim , Debian Python Team , Daniele Tricoli +Homepage: https://github.com/chardet/chardet +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/chardet +Vcs-Git: https://salsa.debian.org/python-team/packages/chardet.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-hypothesis, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hypothesis , python3-pytest , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme +Package-List: + python-chardet-doc deb doc optional arch=all + python3-chardet deb python optional arch=all +Directory: pool/f96d769e62b31465ca3866a98d0f77eaf1fc2172b0637bf59f52c71c37f578e9 +Checksums-Sha1: + 8e00a985f217748447a9ff0f22166af467df1ba5 2389 chardet_5.2.0+dfsg-1.dsc + 57f382af7756a7bb539303631b9545aa54674802 2032963 chardet_5.2.0+dfsg.orig.tar.gz + 67794dd04299b10f92d6788a87c76ac0c38e5e09 7396 chardet_5.2.0+dfsg-1.debian.tar.xz +Checksums-Sha256: + f96d769e62b31465ca3866a98d0f77eaf1fc2172b0637bf59f52c71c37f578e9 2389 chardet_5.2.0+dfsg-1.dsc + beb7831f773db4471c71f3b0b528289a6b0f7f71a446f5e2402a592a5358bd28 2032963 chardet_5.2.0+dfsg.orig.tar.gz + 48b111608972abe03757c348898881c64d24d9312157eb3f8cc17538dff25b7a 7396 chardet_5.2.0+dfsg-1.debian.tar.xz +Files: + 3990d823e12acfac61369c1305e9080a 2389 chardet_5.2.0+dfsg-1.dsc + fb54c7105daf2fbe5c8e88d79180d13c 2032963 chardet_5.2.0+dfsg.orig.tar.gz + dd329c927c0871f50ca56eb6ea8fdf7b 7396 chardet_5.2.0+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: checkpolicy +Binary: checkpolicy +Architecture: linux-any +Version: 3.7-1 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Homepage: https://selinuxproject.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/checkpolicy +Vcs-Git: https://salsa.debian.org/selinux-team/checkpolicy.git +Build-Depends: bison, debhelper-compat (= 13), flex, libsepol-dev (>= 3.7) +Package-List: + checkpolicy deb utils optional arch=linux-any +Directory: pool/38466bdad4efa2e2f2d231d6e53fa2294736a065f1a5234cf190ea39377afd91 +Checksums-Sha1: + 8c51c34904c8de859d96cd6ec7c590effb29cdc3 2263 checkpolicy_3.7-1.dsc + 79a501ef7241cc64606f60b9949b4fc12d506965 74992 checkpolicy_3.7.orig.tar.gz + 9e9ce308a3e661bd9b64d6d53324f3b311aab7c2 833 checkpolicy_3.7.orig.tar.gz.asc + efa9d9357ce816c4cabccf1ee0da6f36264d1707 25624 checkpolicy_3.7-1.debian.tar.xz +Checksums-Sha256: + 38466bdad4efa2e2f2d231d6e53fa2294736a065f1a5234cf190ea39377afd91 2263 checkpolicy_3.7-1.dsc + fd3e1925477d49946d1116938661af44c1f86f0d681466fd9f02eaa06002a07f 74992 checkpolicy_3.7.orig.tar.gz + acbfd8400cf122977208f96f3d61dfed815caddc88ccfdde99c31ac22f4c3278 833 checkpolicy_3.7.orig.tar.gz.asc + 5ab9c688ecf4aa7495451ffd30a1b34c11114f7c34ca84271787c136771dcbf4 25624 checkpolicy_3.7-1.debian.tar.xz +Files: + 5a36f0de24ff9c3858c62db289088a6a 2263 checkpolicy_3.7-1.dsc + eb6a6fb57ed31ca664837dabe59396b3 74992 checkpolicy_3.7.orig.tar.gz + 0605eaf1b8a751382cb58133be7e7552 833 checkpolicy_3.7.orig.tar.gz.asc + 824a5c85a540490b65917e95ccc78c88 25624 checkpolicy_3.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: cherrypy3 +Binary: python3-cherrypy3, python-cherrypy3-doc +Architecture: all +Version: 18.10.0-1 +Maintainer: Debian Python Team +Uploaders: Stephan Sürken , Jeroen Ploemen +Homepage: https://cherrypy.dev/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/cherrypy3 +Vcs-Git: https://salsa.debian.org/python-team/packages/cherrypy3.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-alabaster , python3-all, python3-cheroot , python3-jaraco.collections , python3-more-itertools , python3-objgraph , python3-path , python3-portend , python3-pytest , python3-requests-toolbelt , python3-routes , python3-setuptools, python3-setuptools-scm, python3-simplejson , python3-sphinx , python3-sphinxcontrib.apidoc , python3-zc.lockfile +Package-List: + python-cherrypy3-doc deb doc optional arch=all + python3-cherrypy3 deb python optional arch=all +Directory: pool/f80f2a78c98da02daa3a4a6cf813044cc01e2e8fdd5ba130e2027f4c3a92f767 +Checksums-Sha1: + efd88f36c855473f2f7d88bcd55640bb53268712 2600 cherrypy3_18.10.0-1.dsc + bb1a6c675b031ae5d97bc72904db00db42257c97 628670 cherrypy3_18.10.0.orig.tar.gz + 104d710bdd2077b87b6683a0e912b6f12ea11df8 15640 cherrypy3_18.10.0-1.debian.tar.xz +Checksums-Sha256: + f80f2a78c98da02daa3a4a6cf813044cc01e2e8fdd5ba130e2027f4c3a92f767 2600 cherrypy3_18.10.0-1.dsc + 2d9340bdb04cb6bca1dc7197b64826790dfc9326138ddbaf4ff86c392e5d5a33 628670 cherrypy3_18.10.0.orig.tar.gz + 26ed0e23547f1bebade8de63b84a0a1cf5da3ce1feb29e6b203886849a0fc140 15640 cherrypy3_18.10.0-1.debian.tar.xz +Files: + 01b1db678c98c126d567307d0e8e56b5 2600 cherrypy3_18.10.0-1.dsc + 722c1d7b361b73b41d3aace26b9d5aa4 628670 cherrypy3_18.10.0.orig.tar.gz + b66372800fd899cea8aa229fd37688c8 15640 cherrypy3_18.10.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: chrony +Binary: chrony +Architecture: linux-any +Version: 4.6-1 +Maintainer: Vincent Blut +Homepage: https://chrony-project.org +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/chrony +Vcs-Git: https://salsa.debian.org/debian/chrony.git -b debian/latest +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential, ca-certificates, dpkg-dev, ethtool, gnutls-bin, iproute2, isc-dhcp-client, isc-dhcp-server, kmod, wget +Build-Depends: asciidoctor, bison, debhelper-compat (= 13), dh-apparmor, gnutls-bin , iproute2 [linux-any] , libcap-dev [linux-any], libedit-dev, libgnutls28-dev, libseccomp-dev (>= 2.4.3-1~) [amd64 arm64 armel armhf hppa i386 mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el riscv64 s390x x32], nettle-dev, pkgconf, pps-tools [linux-any], procps +Package-List: + chrony deb net optional arch=linux-any +Directory: pool/d564bd9df15f772b898cd70b7d4b376ef89bd63ffb1a6b723b56dd5abac8c33b +Checksums-Sha1: + c2d8d73007629c6ae17cc3a513f226ad4a3ca29c 2332 chrony_4.6-1.dsc + 303aa60b2f5b473ec4b87edcd4e9411ce69059a3 631899 chrony_4.6.orig.tar.gz + 06514a96bd3d041b637d75ea7ab3536efbca1f00 833 chrony_4.6.orig.tar.gz.asc + dcb3515941fd6823ee65ff71c7705d959da57130 41604 chrony_4.6-1.debian.tar.xz +Checksums-Sha256: + d564bd9df15f772b898cd70b7d4b376ef89bd63ffb1a6b723b56dd5abac8c33b 2332 chrony_4.6-1.dsc + 9adad4a5014420fc52b695896556fdfb49709dc7cd72d7f688d9eb85d5a274d5 631899 chrony_4.6.orig.tar.gz + cbb4ca01e07d12aa5de4a734bbc616c2f09888c6bde3c0c6d7649a258895cea0 833 chrony_4.6.orig.tar.gz.asc + 080aa7f625806a179afc668b09d4e48362638f558387f6101f863ba6938e0d92 41604 chrony_4.6-1.debian.tar.xz +Files: + e39948d6377dc449f026203716aa157b 2332 chrony_4.6-1.dsc + 847eb50fd67a85a9b16c4cf2cd584a29 631899 chrony_4.6.orig.tar.gz + 740e50ab33b4b39cc7f0a6bf6e712f87 833 chrony_4.6.orig.tar.gz.asc + 9df27364ee5818cdb14617d9f1924af3 41604 chrony_4.6-1.debian.tar.xz +Dgit: a859e4ff4192e11dd9d41967b038773184f4cd76 debian archive/debian/4.6-1 https://git.dgit.debian.org/chrony + +Format: 3.0 (quilt) +Package: cifs-utils +Binary: cifs-utils +Architecture: linux-any +Version: 2:7.0-2.1 +Maintainer: Debian Samba Maintainers +Uploaders: Steve Langasek , Noèl Köthe , Jelmer Vernooij , Mathieu Parent , Michael Tokarev , +Homepage: https://www.samba.org/~jlayton/cifs-utils/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/samba-team/cifs-utils +Vcs-Git: https://salsa.debian.org/samba-team/cifs-utils.git +Build-Depends: libkeyutils-dev, libcap-ng-dev, libkrb5-dev, libpam0g-dev, libtalloc-dev, libwbclient-dev, python3-docutils, debhelper-compat (= 13), bash-completion +Package-List: + cifs-utils deb otherosfs optional arch=linux-any +Directory: pool/7bea8e001fbc6207bf6f57287038b05ad18ec7bc449eade0ca9d0545988873d3 +Checksums-Sha1: + d213571d1c312328dd5bdb0b59a1e72ddf8ceb24 2472 cifs-utils_7.0-2.1.dsc + 9df055a73d89ed3d536828d0cea304c9e04139d4 418638 cifs-utils_7.0.orig.tar.bz2 + ac40223e272722364c4bbb9e8ac1a7d621f645f5 819 cifs-utils_7.0.orig.tar.bz2.asc + e264fd29eee7ea4ee0bc89dfb49a81f41e9277f2 9880 cifs-utils_7.0-2.1.debian.tar.xz +Checksums-Sha256: + 7bea8e001fbc6207bf6f57287038b05ad18ec7bc449eade0ca9d0545988873d3 2472 cifs-utils_7.0-2.1.dsc + 0defaab85bd3ea46ffc45ab41fb0d0ad54d05ae2cfaa7e503de86d4f12bc8161 418638 cifs-utils_7.0.orig.tar.bz2 + d05dcc274b3c637dfc7a2636510e7ac8a2c73a22e36a9b6d63d353728617f92a 819 cifs-utils_7.0.orig.tar.bz2.asc + e9a0d28c1154aaff60c1c9f1e87262ea1115b0e8edcab08b289d6acb7fc97c87 9880 cifs-utils_7.0-2.1.debian.tar.xz +Files: + f52d6144735d64664ce11f674bcf2b61 2472 cifs-utils_7.0-2.1.dsc + 518431bf43f23e6aacd97e80e2060df7 418638 cifs-utils_7.0.orig.tar.bz2 + 978e104e1cf41fda4cb6ca11a0fa9929 819 cifs-utils_7.0.orig.tar.bz2.asc + 187830d59588a6f1f2af650d7bcc51db 9880 cifs-utils_7.0-2.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: clamav +Binary: clamav-base, clamav-docs, clamav-doc, clamav, libclamav-dev, libclamav12, clamav-daemon, clamdscan, clamav-testfiles, clamav-freshclam, clamav-milter +Architecture: any all +Version: 1.4.1+dfsg-1 +Maintainer: ClamAV Team +Uploaders: Michael Meskes , Michael Tautschnig , Scott Kitterman , Sebastian Andrzej Siewior , Andreas Cadhalpun +Homepage: https://www.clamav.net/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/clamav-team/clamav +Vcs-Git: https://salsa.debian.org/clamav-team/clamav.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), automake, bindgen, cargo, check, cmake, debhelper-compat (= 12), dh-apparmor, dh-strip-nondeterminism, doxygen, libbz2-dev, libcurl4-openssl-dev, libjson-c-dev, libltdl-dev, libmilter-dev, libmspack-dev, libncurses-dev, libpcre2-dev, libssl-dev, libsystemd-dev [linux-any], systemd-dev, libxml2-dev, perl:native, pkg-config, po-debconf, python3-pytest, rust-gdb, rustfmt, systemd, zlib1g-dev +Package-List: + clamav deb utils optional arch=any + clamav-base deb utils optional arch=all + clamav-daemon deb utils optional arch=any + clamav-doc deb doc optional arch=all + clamav-docs deb oldlibs optional arch=all + clamav-freshclam deb utils optional arch=any + clamav-milter deb utils optional arch=any + clamav-testfiles deb utils optional arch=all + clamdscan deb utils optional arch=any + libclamav-dev deb libdevel optional arch=any + libclamav12 deb libs optional arch=any +Directory: pool/288144b3649f1dc686f0ebb96b60dae69d37445eac77f6303e26a6fb81359ab6 +Checksums-Sha1: + 7917b33188d4e2d7693c4f33a07c2a5660528072 3080 clamav_1.4.1+dfsg-1.dsc + 587f15fe0a3863030a4b698b8a5e0bef7b93d68c 33150848 clamav_1.4.1+dfsg.orig.tar.xz + c033266e899948ad3f5ff76e0fdbb4245cce79ba 503988 clamav_1.4.1+dfsg-1.debian.tar.xz +Checksums-Sha256: + 288144b3649f1dc686f0ebb96b60dae69d37445eac77f6303e26a6fb81359ab6 3080 clamav_1.4.1+dfsg-1.dsc + 9a994a41d0110a874be7183b3410c91f53c0a6c2eb9dc94c47d47ae0d4a62d0f 33150848 clamav_1.4.1+dfsg.orig.tar.xz + fecf245f7cf6ee469138376a96ae935221624fdc4d347eda0c85806d1ce3e998 503988 clamav_1.4.1+dfsg-1.debian.tar.xz +Files: + 070b175efeb30509b34678ac00010653 3080 clamav_1.4.1+dfsg-1.dsc + 88d72153305c1c8f0dda1d3380e82c94 33150848 clamav_1.4.1+dfsg.orig.tar.xz + 0f092e2022314304f9f3c3b419417538 503988 clamav_1.4.1+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: cloud-init +Binary: cloud-init +Architecture: all +Version: 24.3.1-1 +Maintainer: Debian Cloud Team +Uploaders: Bastian Blank , Thomas Goirand , Noah Meyerhans , +Homepage: https://launchpad.net/cloud-init +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/cloud-team/cloud-init +Vcs-Git: https://salsa.debian.org/cloud-team/cloud-init.git +Build-Depends: debhelper-compat (= 13), dh-python, iproute2, passwd, po-debconf, procps , pkgconf, pylint, python3-all, python3-pep8, python3-setuptools, systemd-dev | systemd +Build-Depends-Indep: python3-configobj, python3-httpretty (>= 0.9.5), python3-jinja2, python3-jsonpatch, python3-jsonschema, python3-netifaces, python3-oauthlib, python3-passlib, python3-pyflakes, python3-pytest, python3-pytest-mock, python3-requests, python3-responses, python3-serial, python3-yaml +Package-List: + cloud-init deb admin optional arch=all +Directory: pool/1355195990a504f18badd5006d2bc18bd029c2fc36a445fb4a18852c02d07e1c +Checksums-Sha1: + 7b160d32e08b9cfbd5f8ce4bdaf5d283a42560b3 2466 cloud-init_24.3.1-1.dsc + f65dbc1bb45ccd41716f1d1342e375b613f7d8c9 1844924 cloud-init_24.3.1.orig.tar.gz + b92bfdda20b1849b12633cf156c6634ba2e5d310 28076 cloud-init_24.3.1-1.debian.tar.xz +Checksums-Sha256: + 1355195990a504f18badd5006d2bc18bd029c2fc36a445fb4a18852c02d07e1c 2466 cloud-init_24.3.1-1.dsc + 6e123c8adb64f1224b7958464c3e3a5912488f924e5abb480d77e7dfb2970699 1844924 cloud-init_24.3.1.orig.tar.gz + 82efb65498ff31832309f6e78f1b0448859ce6f2c123b3ec3e3497b9c8a655de 28076 cloud-init_24.3.1-1.debian.tar.xz +Files: + 046de561b393d77d1dd024c3a51a576f 2466 cloud-init_24.3.1-1.dsc + 0df3b7ae09eed8cef0fb8106f5f75490 1844924 cloud-init_24.3.1.orig.tar.gz + 6fa63d3135d8c2469c440d92390d68b2 28076 cloud-init_24.3.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: cloud-utils +Binary: cloud-guest-utils, cloud-image-utils, cloud-utils +Architecture: all +Version: 0.33-1 +Maintainer: Debian Cloud Team +Uploaders: Tiago Ilieve , Thomas Goirand , Antonio Terceiro , Noah Meyerhans , Paride Legovini , +Homepage: https://launchpad.net/cloud-utils +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/cloud-team/cloud-utils +Vcs-Git: https://salsa.debian.org/cloud-team/cloud-utils.git +Testsuite: autopkgtest +Testsuite-Triggers: fdisk, gdisk, lvm2 +Build-Depends: debhelper-compat (= 13), dh-python, fdisk, gdisk, python3-all, qemu-utils +Package-List: + cloud-guest-utils deb admin optional arch=all + cloud-image-utils deb admin optional arch=all + cloud-utils deb admin optional arch=all +Directory: pool/534be5bd3701f98283d5f741d339197eb31fb4dfc1e756073166135ad9e3713a +Checksums-Sha1: + 23231a689f07394e4c34522308ed820b0aabf4b6 1987 cloud-utils_0.33-1.dsc + 9db9db71d7ce634d3d2d80c377c4e1a19da0db77 58817 cloud-utils_0.33.orig.tar.gz + 04bfcb76313de66a5f9e0d78a756ba1076620996 9196 cloud-utils_0.33-1.debian.tar.xz +Checksums-Sha256: + 534be5bd3701f98283d5f741d339197eb31fb4dfc1e756073166135ad9e3713a 1987 cloud-utils_0.33-1.dsc + 338770d637788466aacfcbcec17a8d0046f92a13cc3b25fce8fceadb02a7339f 58817 cloud-utils_0.33.orig.tar.gz + ad1bbea56e9463c0a3c6c84f7b32a85a6ffe21c163dbc4c24bbac55f54f50585 9196 cloud-utils_0.33-1.debian.tar.xz +Files: + f7385808520f603041267c14ceb945d7 1987 cloud-utils_0.33-1.dsc + 4b0a86ed20243f966f461ad9d52ec888 58817 cloud-utils_0.33.orig.tar.gz + fa5f0cc01918b9cdfe728a660f6076c6 9196 cloud-utils_0.33-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: colord +Binary: libcolord-dev, libcolord2, colord, colord-sensor-argyll, colord-data, gir1.2-colord-1.0, libcolorhug-dev, libcolorhug2, gir1.2-colorhug-1.0, colord-tests +Architecture: linux-any all +Version: 1.4.7-1 +Maintainer: Debian freedesktop.org maintainers +Uploaders: Christopher James Halse Rogers , Jeremy Bícha , +Homepage: https://www.freedesktop.org/software/colord/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/colord +Vcs-Git: https://salsa.debian.org/debian/colord.git +Testsuite: autopkgtest +Testsuite-Triggers: dbus, gnome-desktop-testing, gnome-session, gnome-settings-daemon, xauth, xvfb +Build-Depends: bash-completion, debhelper-compat (= 13), dh-sequence-gir, docbook-xsl-ns, gtk-doc-tools, libdbus-1-dev, libgirepository1.0-dev, libglib2.0-dev (>= 2.58), libgudev-1.0-dev, libgusb-dev (>= 0.2.7), libjson-glib-dev, liblcms2-dev, libpolkit-gobject-1-dev (>= 0.103), libsane-dev [linux-any], libsqlite3-dev, libsystemd-dev [linux-any], libudev-dev, meson (>= 0.52.0), pkgconf, polkitd, shared-mime-info , systemd-dev [linux-any], valac (>= 0.20), xsltproc +Build-Depends-Indep: argyll [linux-any] +Package-List: + colord deb graphics optional arch=linux-any + colord-data deb graphics optional arch=all + colord-sensor-argyll deb graphics optional arch=linux-any + colord-tests deb graphics optional arch=linux-any + gir1.2-colord-1.0 deb introspection optional arch=linux-any + gir1.2-colorhug-1.0 deb introspection optional arch=linux-any + libcolord-dev deb libdevel optional arch=linux-any + libcolord2 deb libs optional arch=linux-any + libcolorhug-dev deb libdevel optional arch=linux-any + libcolorhug2 deb libs optional arch=linux-any +Directory: pool/92767a0967f9a96e1e5ae02ca94f631d59c07807c79635ab198ebc5cb71ac9a4 +Checksums-Sha1: + 9cb4083a3c134106cf41c674861cde9a6595d965 3452 colord_1.4.7-1.dsc + 5f1819ecd0b1b38fa070a3f9419030fb23513033 1799168 colord_1.4.7.orig.tar.xz + 0c81212ac12d2597e2838443bebd619e2f325324 488 colord_1.4.7.orig.tar.xz.asc + 89716cb51dd8055a167333e51959e8d7c25b791a 32464 colord_1.4.7-1.debian.tar.xz +Checksums-Sha256: + 92767a0967f9a96e1e5ae02ca94f631d59c07807c79635ab198ebc5cb71ac9a4 3452 colord_1.4.7-1.dsc + de02d9910634ae159547585cec414e450f711c27235453b4f9b38a9f2361a653 1799168 colord_1.4.7.orig.tar.xz + d5978308314fa371dc18da192db7182e3710d479d8dcc378f4ccb07b11459b60 488 colord_1.4.7.orig.tar.xz.asc + 08f62c5384d96976fc657ce09b84e3c38df2ff97c3e8ad0a23f63263bce23030 32464 colord_1.4.7-1.debian.tar.xz +Files: + 2a480ed683618c227e430f0a790d6170 3452 colord_1.4.7-1.dsc + 94bd795efa1931a34990345e4ac439a8 1799168 colord_1.4.7.orig.tar.xz + 51b468fdbf8b5dc0123e7ccb34e58ca8 488 colord_1.4.7.orig.tar.xz.asc + 1feddde99e679aaefb6948e67bbc658d 32464 colord_1.4.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: colors.js +Binary: node-colors +Architecture: all +Version: 1.4.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Marcelo Jorge Vieira +Homepage: https://github.com/marak/colors.js +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/colors.js +Vcs-Git: https://salsa.debian.org/js-team/colors.js.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-assert , dh-sequence-nodejs +Package-List: + node-colors deb javascript optional arch=all +Directory: pool/dfae1db7ab7470e63f146d447b149496602259c51ca551b5a7fcfb074d437ccb +Checksums-Sha1: + d9f0d8965f43e9f81df5e5f8f5d4535de3198c6e 2013 colors.js_1.4.0-4.dsc + ec65e1a9f7a45348b2bf5915f828a27cb2cace42 46271 colors.js_1.4.0.orig.tar.gz + 792af2b7a1b468b7245a5860560b08ad48839447 3200 colors.js_1.4.0-4.debian.tar.xz +Checksums-Sha256: + dfae1db7ab7470e63f146d447b149496602259c51ca551b5a7fcfb074d437ccb 2013 colors.js_1.4.0-4.dsc + efb9e25c033cb639d7a99131f522aee8435fcdc54e2f89b7d0cf26f72d2f5889 46271 colors.js_1.4.0.orig.tar.gz + 40747b98a4c22368be0f03500ecde09081e007989d725b694e503b89d851c9b7 3200 colors.js_1.4.0-4.debian.tar.xz +Files: + fba5cd75ef7cd63be549922bb08c3844 2013 colors.js_1.4.0-4.dsc + 5de8e0ad642bf3894a34924f25e8e6aa 46271 colors.js_1.4.0.orig.tar.gz + 6b2823e66269ca54a166d4dea331adc1 3200 colors.js_1.4.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: configobj +Binary: python-configobj-doc, python3-configobj +Architecture: all +Version: 5.0.9-1 +Maintainer: Debian Python Team +Uploaders: Stefano Rivera , Jelmer Vernooij +Homepage: http://www.voidspace.org.uk/python/configobj.html +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/configobj +Vcs-Git: https://salsa.debian.org/python-team/packages/configobj.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-pytest , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme +Package-List: + python-configobj-doc deb doc optional arch=all + python3-configobj deb python optional arch=all +Directory: pool/b6c7026e2e9566ec5de1aca55797a069f42d7f84487657feea20ddc3c4f2ae16 +Checksums-Sha1: + f00539a10c57662d554c262bc9372d2fcdc781c0 1757 configobj_5.0.9-1.dsc + d6b2c1b266e849deb3474323edba4dfc5ced1c19 98246 configobj_5.0.9.orig.tar.gz + 374fb797262d401b9bc9107145f2a6ebe48c5a0d 6996 configobj_5.0.9-1.debian.tar.xz +Checksums-Sha256: + b6c7026e2e9566ec5de1aca55797a069f42d7f84487657feea20ddc3c4f2ae16 1757 configobj_5.0.9-1.dsc + 2bd70f9ce7912679c4ba9c80da289877906db0ca6bd02c3ab545d660e9b60d4f 98246 configobj_5.0.9.orig.tar.gz + ec238652e920860129783db8bf1bb7602ec3c4d6a2e18b9b3ac8408f14c61c8e 6996 configobj_5.0.9-1.debian.tar.xz +Files: + 9c4c6b3ac0f492a6e992db5adc2db207 1757 configobj_5.0.9-1.dsc + 263afc37381ba91d6b954d4530731400 98246 configobj_5.0.9.orig.tar.gz + 537f8a81a8c7269f1a11839879f7b5d8 6996 configobj_5.0.9-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: conmon +Binary: conmon, golang-github-containers-conmon-dev +Architecture: any all +Version: 2.1.10+ds1-1 +Maintainer: Podman Packaging Team +Uploaders: Jamie Bliss , Nicolas Braud-Santoni , Dmitry Smirnov , Reinhard Tartler , +Homepage: https://github.com/containers/conmon +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/podman-team/conmon +Vcs-Git: https://salsa.debian.org/podman-team/conmon.git +Build-Depends: debhelper-compat (= 12), go-md2man, libglib2.0-dev, libseccomp-dev, libsystemd-dev +Package-List: + conmon deb admin optional arch=any + golang-github-containers-conmon-dev deb admin optional arch=all +Directory: pool/b10a5525a7e8151e5fa2491b5643e3d7c1814b8ad96a34a811bb973c6731688b +Checksums-Sha1: + 808115d126124e269d8fe12b430fbed1edf3d53d 2338 conmon_2.1.10+ds1-1.dsc + 0ae4746662fdaa5b0823fc48fa11ad78b84cdb94 67376 conmon_2.1.10+ds1.orig.tar.xz + aa224aa7593177bf439f354a789af31d732cc93e 3760 conmon_2.1.10+ds1-1.debian.tar.xz +Checksums-Sha256: + b10a5525a7e8151e5fa2491b5643e3d7c1814b8ad96a34a811bb973c6731688b 2338 conmon_2.1.10+ds1-1.dsc + 4fa2fd8d87ba54e01146d7d2a1358c7200685bf363a4767aab2102ca3dbac4f4 67376 conmon_2.1.10+ds1.orig.tar.xz + b502facc6709df6828d353e66d6155d86ebb7fcea7888df9fbc4c98eb78f5b35 3760 conmon_2.1.10+ds1-1.debian.tar.xz +Files: + 753bcd490233d7c054a5d45835fe893e 2338 conmon_2.1.10+ds1-1.dsc + 980f285aaad548ae6b13c0804c10f004 67376 conmon_2.1.10+ds1.orig.tar.xz + bc58ed710de6b622da33d45324223350 3760 conmon_2.1.10+ds1-1.debian.tar.xz +Dgit: a06c63a4c1f26b0aac786aab916a222e79d3ace5 debian archive/debian/2.1.10+ds1-1 https://git.dgit.debian.org/conmon + +Format: 3.0 (quilt) +Package: connman +Binary: connman, connman-vpn, connman-dev, connman-doc, connman-tests +Architecture: linux-any all +Version: 1.43-1 +Maintainer: Vignesh Raman +Uploaders: Alexander Sack , Alf Gaida +Homepage: https://git.kernel.org/pub/scm/network/connman/connman.git +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/connman +Vcs-Git: https://salsa.debian.org/debian/connman.git +Build-Depends: debhelper-compat (= 13), dh-sequence-ppp, dh-sequence-python3, gtk-doc-tools, libbluetooth-dev, libdbus-1-dev, libglib2.0-dev, libgnutls28-dev, libmnl-dev, libopenconnect-dev, libreadline-dev, libudev-dev, libxtables-dev, pkgconf, ppp-dev, systemd-dev, wpasupplicant +Package-List: + connman deb net optional arch=linux-any + connman-dev deb devel optional arch=linux-any + connman-doc deb doc optional arch=all + connman-tests deb net optional arch=all + connman-vpn deb net optional arch=linux-any +Directory: pool/45cfc5ba3418e5317650f32a0cf8d33338034b182582f0f6289ba21d9374b3b4 +Checksums-Sha1: + 1ba831066c79fe505ca7529e87684ffe7fc5887f 2402 connman_1.43-1.dsc + feef353189bc60556f2b16b44905799cf9d1c4d7 818588 connman_1.43.orig.tar.xz + 40a32094e81f6d06599e1c37f4e96ce46ede2dd5 15912 connman_1.43-1.debian.tar.xz +Checksums-Sha256: + 45cfc5ba3418e5317650f32a0cf8d33338034b182582f0f6289ba21d9374b3b4 2402 connman_1.43-1.dsc + 1257cebe327e7900b7e2b84c0fb330aa90815e455898cd2f941f4308ed2be3bc 818588 connman_1.43.orig.tar.xz + 6097ae08834da68151dd2581811331faecc595f57cae946ed1dcb005226d6297 15912 connman_1.43-1.debian.tar.xz +Files: + 8db2541592434d20758d33d7c92b1e3c 2402 connman_1.43-1.dsc + 2eedac8d8feffde84bed94b53d7dd1c9 818588 connman_1.43.orig.tar.xz + 9521e199394ec50c7f6ea21e5e684e32 15912 connman_1.43-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: conntrack-tools +Binary: conntrack, conntrackd, nfct +Architecture: linux-any +Version: 1:1.4.8-2 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Arturo Borrero Gonzalez , Alexander Wirt , Jeremy Sowden +Homepage: https://conntrack-tools.netfilter.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-conntrack-tools +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-conntrack-tools.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, kmod, procps, systemd +Build-Depends: debhelper-compat (= 13), libmnl-dev, libnetfilter-conntrack-dev (>= 1.0.8), libnetfilter-cthelper-dev, libnetfilter-cttimeout-dev, libnetfilter-queue-dev, libnfnetlink-dev, libsystemd-dev, libtirpc-dev, libtool +Package-List: + conntrack deb net optional arch=linux-any + conntrackd deb net optional arch=linux-any + nfct deb net optional arch=linux-any +Directory: pool/66d8e1dc048e0562da0750bbc96e50b5387a897ae1c1eedfb57e6b36f2edf9e5 +Checksums-Sha1: + 1ae4a03acc00516ad3f4711bbe23e9d8e9a70bec 2767 conntrack-tools_1.4.8-2.dsc + eeee2a0edbb74f8b9494c5f8701b659da8ceef1b 452980 conntrack-tools_1.4.8.orig.tar.xz + 831b98555c0c8fd2954e2a63f56f5652396e6c16 833 conntrack-tools_1.4.8.orig.tar.xz.asc + a90d8f0a26b4db99c8b49df0cf96814a71fc0fec 13564 conntrack-tools_1.4.8-2.debian.tar.xz +Checksums-Sha256: + 66d8e1dc048e0562da0750bbc96e50b5387a897ae1c1eedfb57e6b36f2edf9e5 2767 conntrack-tools_1.4.8-2.dsc + 067677f4c5f6564819e78ed3a9d4a8980935ea9273f3abb22a420ea30ab5ded6 452980 conntrack-tools_1.4.8.orig.tar.xz + a57542b5dd67c8c8545d4363b0386f198d123cc2b6330925a639b31ab5e88d73 833 conntrack-tools_1.4.8.orig.tar.xz.asc + 6627325fd0ac090556bc1da73b08d47dc7de80d72a6bc6153d9feb7afc5f8b0b 13564 conntrack-tools_1.4.8-2.debian.tar.xz +Files: + 2b5046665cda9123d8b34c7210c50579 2767 conntrack-tools_1.4.8-2.dsc + 47662cc3622fa91b5205054a393163a5 452980 conntrack-tools_1.4.8.orig.tar.xz + b87e03356d86c5e363f345b73f38596f 833 conntrack-tools_1.4.8.orig.tar.xz.asc + 4e08fe9b41736e18b046cb03d9fcc58d 13564 conntrack-tools_1.4.8-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: constantly +Binary: python3-constantly +Architecture: all +Version: 23.10.4-2 +Maintainer: Debian Python Team +Uploaders: Free Ekanayaka +Homepage: https://github.com/twisted/constantly +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/constantly +Vcs-Git: https://salsa.debian.org/python-team/packages/constantly.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, python3-versioneer, python3-twisted +Package-List: + python3-constantly deb python optional arch=all +Directory: pool/ca52f0dd8d28c2be86f7e85d803a5959456bc2fdd4e30abf92361d0ada223300 +Checksums-Sha1: + c18d07ad9691ed5468bd407f5b384bd41d04dbd7 2247 constantly_23.10.4-2.dsc + bb5f53968016679b87d6a97bcd6396c0ad7b0259 13300 constantly_23.10.4.orig.tar.gz + d460a9a1d8bbccd58bda1d2382aab91943aa11b3 3300 constantly_23.10.4-2.debian.tar.xz +Checksums-Sha256: + ca52f0dd8d28c2be86f7e85d803a5959456bc2fdd4e30abf92361d0ada223300 2247 constantly_23.10.4-2.dsc + aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd 13300 constantly_23.10.4.orig.tar.gz + 278ede8c16919c946523c4464b8ddd236bf991a2d443af55f6f536b1698e1d2d 3300 constantly_23.10.4-2.debian.tar.xz +Files: + 74e2204f49b7617fd2ca49888d211379 2247 constantly_23.10.4-2.dsc + c090579309b2b34be04385b54b0a5a85 13300 constantly_23.10.4.orig.tar.gz + c269d1a7c3ab5e1873321ddb2549e419 3300 constantly_23.10.4-2.debian.tar.xz +Dgit: e374fe1e66a0f6af1c14aad69555d922d8afacf8 debian archive/debian/23.10.4-2 https://git.dgit.debian.org/constantly + +Format: 3.0 (quilt) +Package: containerd +Binary: containerd, golang-github-containerd-containerd-dev +Architecture: linux-any all +Version: 1.7.20-0gardenlinux0 +Maintainer: Debian Go Packaging Team +Uploaders: Tianon Gravi , Tim Potter , Shengjing Zhu , Reinhard Tartler +Homepage: https://containerd.io/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/containerd +Vcs-Git: https://salsa.debian.org/go-team/packages/containerd.git +Testsuite: autopkgtest, autopkgtest-pkg-go +Testsuite-Triggers: @builddeps@, ca-certificates, containernetworking-plugins, dh-golang, golang-any, lsof, procps +Build-Depends: debhelper-compat (= 13), dh-golang, go-md2man, golang-any, golang-github-urfave-cli-dev (>= 1.22.2-4~) +Package-List: + containerd deb admin optional arch=linux-any profile=!pkg.containerd.onlydev + golang-github-containerd-containerd-dev deb golang optional arch=all +Directory: pool/90600e8a7b01b2ddec05bbd7598ae3844dab1343af1a6b212f7785e7c96dccb1 +Checksums-Sha1: + da3aca379ad446de922876315786348ba4d82081 1643 containerd_1.7.20-0gardenlinux0.dsc + ad134839448154497cf8343992963616c962c8fe 6030088 containerd_1.7.20.orig.tar.xz + 69d4bbb954a755a6ec67d8f15276da889a014fc0 23336 containerd_1.7.20-0gardenlinux0.debian.tar.xz +Checksums-Sha256: + 90600e8a7b01b2ddec05bbd7598ae3844dab1343af1a6b212f7785e7c96dccb1 1643 containerd_1.7.20-0gardenlinux0.dsc + 99d59f34a381abe92d7db04ad8a4ddc67bc424450d242f60228b5e67e8a619a9 6030088 containerd_1.7.20.orig.tar.xz + 50f8456067d0a54e615c8c73dd0c8751e087d9477b85424ac4a141c6c1cee382 23336 containerd_1.7.20-0gardenlinux0.debian.tar.xz +Files: + 752ee2d25e57a17000489849de264194 1643 containerd_1.7.20-0gardenlinux0.dsc + 30e0541fe348a50e0d8f711839f7ad45 6030088 containerd_1.7.20.orig.tar.xz + 30f0347243c46cd371627a0e9635dfc7 23336 containerd_1.7.20-0gardenlinux0.debian.tar.xz +Go-Import-Path: github.com/containerd/containerd + +Format: 3.0 (quilt) +Package: continuity +Binary: golang-github-containerd-continuity-dev +Architecture: all +Version: 0.3.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , +Homepage: https://github.com/containerd/continuity +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/continuity +Vcs-Git: https://salsa.debian.org/go-team/packages/continuity.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-opencontainers-go-digest-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-google-protobuf-dev, protoc-gen-go +Package-List: + golang-github-containerd-continuity-dev deb golang optional arch=all +Directory: pool/dd357b883ee9e9d537cb03be8714b38a071d8dd7d5fe7192344ee154ea73f63d +Checksums-Sha1: + d01446ee5b0fd23bf213ee59e29321c5873ad3d9 1692 continuity_0.3.0-1.dsc + cbf6dce408057b9926c28185c18da2752ff70e58 58036 continuity_0.3.0.orig.tar.xz + d583b562f472a4ce6f3caccc552fe0291254b0f4 3324 continuity_0.3.0-1.debian.tar.xz +Checksums-Sha256: + dd357b883ee9e9d537cb03be8714b38a071d8dd7d5fe7192344ee154ea73f63d 1692 continuity_0.3.0-1.dsc + fe31db5ebc4a0fbf76e7b8cebd014a233c7d241f7207dc93b21c55823e110a2d 58036 continuity_0.3.0.orig.tar.xz + 1ece07adf48b8a8d9989cb350e5e6280fe81cd314ccf2dce03d4f0431dc6c1f1 3324 continuity_0.3.0-1.debian.tar.xz +Files: + 36b2fc48e33bee226234bd87df6668bb 1692 continuity_0.3.0-1.dsc + 500fc24a8262d0cd124efc0231c096fc 58036 continuity_0.3.0.orig.tar.xz + 521c109efcd2f9f0beb24ad1ed2947dd 3324 continuity_0.3.0-1.debian.tar.xz +Go-Import-Path: github.com/containerd/continuity + +Format: 3.0 (quilt) +Package: coreutils +Binary: coreutils +Architecture: any +Version: 9.4-3.1 +Maintainer: Michael Stone +Standards-Version: 4.5.0 +Build-Depends: gettext (>= 0.10.37), debhelper-compat (= 13), texinfo (>= 4.2), groff, libattr1-dev [linux-any], libacl1-dev [linux-any], libselinux1-dev (>= 1.32) [linux-any], gperf, bison, libgmp3-dev, libssl-dev +Package-List: + coreutils deb utils required arch=any essential=yes +Directory: pool/f18173c5b03135ec14e901748317ef5d05273dfbdebd76938988e2404f185aa1 +Checksums-Sha1: + 4393db8692ed05ffb8d3b612db4236ebda5d41ef 1868 coreutils_9.4-3.1.dsc + 7effa305c3f4bc0d40d79f1854515ebf5f688a18 5979200 coreutils_9.4.orig.tar.xz + d596d63bb2ee83ae7c3d9240eb3c6ed4856bad46 29604 coreutils_9.4-3.1.debian.tar.xz +Checksums-Sha256: + f18173c5b03135ec14e901748317ef5d05273dfbdebd76938988e2404f185aa1 1868 coreutils_9.4-3.1.dsc + ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52 5979200 coreutils_9.4.orig.tar.xz + 326454b01befcd4116543c624f5515387f57f9655284330d1abb7c593abc001f 29604 coreutils_9.4-3.1.debian.tar.xz +Files: + 6a318007444e0533ed072a62780c7bb3 1868 coreutils_9.4-3.1.dsc + 459e9546074db2834eefe5421f250025 5979200 coreutils_9.4.orig.tar.xz + e63e5995e2710158b88125dc5700e9dc 29604 coreutils_9.4-3.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: cpdb-libs +Binary: libcpdb2t64, libcpdb-frontend2t64, libcpdb-backend-dev, libcpdb-frontend-dev, libcpdb-dev, cpdb-libs-tools, libcpdb-libs-tools +Architecture: any all +Version: 2.0~b5-1.2 +Maintainer: Debian Printing Team +Uploaders: Till Kamppeter , Thorsten Alteholz +Homepage: https://github.com/OpenPrinting/cpdb-libs +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/printing-team/cpdb-libs +Vcs-Git: https://salsa.debian.org/printing-team/cpdb-libs.git +Testsuite: autopkgtest +Testsuite-Triggers: cpdb-backend-cups, cups, cups-client, cups-filters, cups-ppdc, libcupsfilters2-common +Build-Depends: debhelper-compat (= 13), autoconf, pkg-config, sharutils, libglib2.0-dev, libcups2-dev (>= 2.2.2), libdbus-1-dev, dbus-daemon +Package-List: + cpdb-libs-tools deb net optional arch=any + libcpdb-backend-dev deb libdevel optional arch=any + libcpdb-dev deb libdevel optional arch=any + libcpdb-frontend-dev deb libdevel optional arch=any + libcpdb-frontend2t64 deb libs optional arch=any + libcpdb-libs-tools deb oldlibs optional arch=all + libcpdb2t64 deb libs optional arch=any +Directory: pool/6f8b0cbc3ae182d0993476b95986044dac3e23535dda71e77346c10741992e42 +Checksums-Sha1: + 34082fd092a6d83a83725945a850ff246c8c052c 2654 cpdb-libs_2.0~b5-1.2.dsc + 379ef343e18e15c846de57f5f43b016f94766237 34512 cpdb-libs_2.0~b5.orig.tar.gz + 0ab83a14bf5d988df8d2c0e8cbbe5799f1657206 10164 cpdb-libs_2.0~b5-1.2.debian.tar.xz +Checksums-Sha256: + 6f8b0cbc3ae182d0993476b95986044dac3e23535dda71e77346c10741992e42 2654 cpdb-libs_2.0~b5-1.2.dsc + 31e1d7dc51ccbbb54f5d54f7154706e2720b9342a99b4a7c700dfa0b081e267e 34512 cpdb-libs_2.0~b5.orig.tar.gz + 0d9d51f4f1f16dd1ab49b2f2ae52a602ffdc5afb0b8eeed8395db95cea0a474e 10164 cpdb-libs_2.0~b5-1.2.debian.tar.xz +Files: + c960422042ff253d04975ce0e612ccbc 2654 cpdb-libs_2.0~b5-1.2.dsc + 3cc5ba62d08bae5146668eeee33bbdfd 34512 cpdb-libs_2.0~b5.orig.tar.gz + 7869eee6eef06048cfe954ed174cfea6 10164 cpdb-libs_2.0~b5-1.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: cpio +Binary: cpio +Architecture: any +Version: 2.15+dfsg-2 +Maintainer: Anibal Monsalve Salazar +Uploaders: Chris Lamb +Homepage: https://www.gnu.org/software/cpio/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/lamby/pkg-cpio +Vcs-Git: https://salsa.debian.org/lamby/pkg-cpio.git +Build-Depends: debhelper-compat (= 13), texinfo, gettext +Package-List: + cpio deb utils important arch=any +Directory: pool/c9ba3c9cfef73909e634a6cdea200ace4a90370ca3b190717f06295d756bfddc +Checksums-Sha1: + e8cb1fb073d116ba4caa58b0f00ea033bc14bfff 1891 cpio_2.15+dfsg-2.dsc + 5ec3f82db2efe901971b6af186c8f0496ce6bab4 1632626 cpio_2.15+dfsg.orig.tar.bz2 + 11f4e31e5e16bd09970cb66c84040dd63d188c40 14300 cpio_2.15+dfsg-2.debian.tar.xz +Checksums-Sha256: + c9ba3c9cfef73909e634a6cdea200ace4a90370ca3b190717f06295d756bfddc 1891 cpio_2.15+dfsg-2.dsc + 9d699d5abad667f5571296190e6739a644ceb24f67677ccb128bb52ae620c579 1632626 cpio_2.15+dfsg.orig.tar.bz2 + d06f4494c9ddf06a6ee71f10bf239d66706cd809471c358758823c2b3b9602f0 14300 cpio_2.15+dfsg-2.debian.tar.xz +Files: + 5314af5cf85db9195ba5a0a30c33c6a0 1891 cpio_2.15+dfsg-2.dsc + 90debcd610184b493ebd142b630f5141 1632626 cpio_2.15+dfsg.orig.tar.bz2 + 863f58e90ba4638910ab23ca1fcceff1 14300 cpio_2.15+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: cracklib2 +Binary: libcrack2, libcrack2-udeb, libcrack2-dev, cracklib-runtime, python3-cracklib +Architecture: any +Version: 2.9.6-5.1 +Maintainer: Jan Dittberner +Uploaders: Martin Pitt +Homepage: https://github.com/cracklib/cracklib +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/pkg-cracklib/ +Vcs-Git: https://salsa.debian.org/debian/pkg-cracklib.git +Build-Depends: autoconf (>= 2.61), automake (>= 1.10), chrpath, cracklib-runtime , debhelper (>= 10), dh-python , docbook-utils, docbook-xml, dpkg-dev (>= 1.16.1~), libtool, libpython3-all-dev (>= 3.1.3-2~) , python3-all-dev:any (>= 3.1.3-2~) , python3-setuptools +Package-List: + cracklib-runtime deb admin optional arch=any + libcrack2 deb libs optional arch=any + libcrack2-dev deb libdevel optional arch=any + libcrack2-udeb udeb debian-installer optional arch=any profile=!noudeb + python3-cracklib deb python optional arch=any profile=!nopython +Directory: pool/6a4fa04b24fb8bb381890c651b724ddc4d75709c5dc85bf5482156e490f7b995 +Checksums-Sha1: + fbaf566a0e1ee9f1471f700e787f996c9f0ce16b 2492 cracklib2_2.9.6-5.1.dsc + 9199e7b8830717565a844430653f5a90a04fcd65 642402 cracklib2_2.9.6.orig.tar.gz + cb03cdf2aa78e2438a736d71eb272bdf6146554f 28072 cracklib2_2.9.6-5.1.debian.tar.xz +Checksums-Sha256: + 6a4fa04b24fb8bb381890c651b724ddc4d75709c5dc85bf5482156e490f7b995 2492 cracklib2_2.9.6-5.1.dsc + 17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343 642402 cracklib2_2.9.6.orig.tar.gz + 8b93e92fc46b0253cd55c362dc4170d91a3a4bf1f04d239d56bfa9e8e04f96a2 28072 cracklib2_2.9.6-5.1.debian.tar.xz +Files: + 6fc20173ec9754b33d4ddde9ef819a03 2492 cracklib2_2.9.6-5.1.dsc + c52f463585d85924b28cdc1e373ae06d 642402 cracklib2_2.9.6.orig.tar.gz + 93fea557f5c0217742c7bd82e8a38568 28072 cracklib2_2.9.6-5.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: cron +Binary: cron, cron-daemon-common +Architecture: any all +Version: 3.0pl1-189 +Maintainer: Georges Khaznadar +Homepage: https://ftp.isc.org/isc/cron/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/cron +Vcs-Git: https://salsa.debian.org/debian/cron.git +Testsuite: autopkgtest +Testsuite-Triggers: apt, binutils, bsdextrautils, exim4, expect, mailutils, rsyslog +Build-Depends: debhelper-compat (= 13), libpam0g-dev, libselinux1-dev [linux-any], libaudit-dev [linux-any], python3:any, docbook-xsl, xsltproc +Package-List: + cron deb admin important arch=any + cron-daemon-common deb admin important arch=all +Directory: pool/a4761d768a30352308916f6084576a95d2294c8a759bb168d52442128c205e72 +Checksums-Sha1: + 348132cd112bb1392fe81155a5747fe80b855849 2083 cron_3.0pl1-189.dsc + f8d00de4c7c0eae97bedb4a3ec10ea21d43ece84 59245 cron_3.0pl1.orig.tar.gz + 72d1a20a6afe91c4e4f0e193e18d82b785b5661f 136948 cron_3.0pl1-189.debian.tar.xz +Checksums-Sha256: + a4761d768a30352308916f6084576a95d2294c8a759bb168d52442128c205e72 2083 cron_3.0pl1-189.dsc + d931e0688005dfa85cfdb60e19bf0a3848ebfa3ee3415bf2a6ea3ea9e5bcfd21 59245 cron_3.0pl1.orig.tar.gz + 8f9caee1c25c5e941a9bd37c66f225618d56e9957885d7b7ce24b6497ee0d3e7 136948 cron_3.0pl1-189.debian.tar.xz +Files: + df040f5b98b037057d93b1a3afaa1eac 2083 cron_3.0pl1-189.dsc + 4c64aece846f8483daf440f8e3dd210f 59245 cron_3.0pl1.orig.tar.gz + aaaf57eb1d3966497e4b8cc7f16d17f8 136948 cron_3.0pl1-189.debian.tar.xz + +Format: 3.0 (quilt) +Package: cronie +Binary: cronie +Architecture: any +Version: 1.7.2-3 +Maintainer: Lance Lin +Uploaders: Georges Khaznadar +Homepage: https://github.com/cronie-crond/cronie +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/cronie +Vcs-Git: https://salsa.debian.org/debian/cronie.git +Build-Depends: debhelper-compat (= 13), libpam0g-dev, libselinux1-dev [linux-any], libaudit-dev [linux-any] +Package-List: + cronie deb admin optional arch=any +Directory: pool/a0dfbd22c30da03e9b85f0859aee9b22d8a5894c9c786efc2704562e32022c7f +Checksums-Sha1: + c4b41b3f55e21719f098a0d99afaf2702b7a155b 1923 cronie_1.7.2-3.dsc + 0fa5eb269221b220a9dd7fa344b7936e64528615 272450 cronie_1.7.2.orig.tar.gz + be5894887756cce33decf2c2923034f07c4769d9 12228 cronie_1.7.2-3.debian.tar.xz +Checksums-Sha256: + a0dfbd22c30da03e9b85f0859aee9b22d8a5894c9c786efc2704562e32022c7f 1923 cronie_1.7.2-3.dsc + f1da374a15ba7605cf378347f96bc8b678d3d7c0765269c8242cfe5b0789c571 272450 cronie_1.7.2.orig.tar.gz + 5f88dd03c90e768f188f74bacdb34010d652f68ad555bb2962ee076ca32524c7 12228 cronie_1.7.2-3.debian.tar.xz +Files: + ec85ab8d029414aac26ae63f3adff9df 1923 cronie_1.7.2-3.dsc + 2dacf4a7198b26dbd497a418cf31443d 272450 cronie_1.7.2.orig.tar.gz + 0cc6329c34a1e714f46f8100de72f414 12228 cronie_1.7.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: crun +Binary: crun +Architecture: any +Version: 1.17-1 +Maintainer: Faidon Liambotis +Uploaders: Dmitry Smirnov , Reinhard Tartler , +Homepage: https://github.com/containers/crun +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/crun +Vcs-Git: https://salsa.debian.org/debian/crun.git +Testsuite: autopkgtest +Testsuite-Triggers: python-is-python3 +Build-Depends: automake, debhelper-compat (= 13), go-md2man, golang-github-opencontainers-image-spec-dev, golang-github-opencontainers-specs-dev (>= 1.2.0), gperf, libcap-dev, libseccomp-dev, libsystemd-dev, libwasmedge-dev [amd64 arm64], libyajl-dev, pkgconf, python3 +Package-List: + crun deb admin optional arch=any +Directory: pool/af6b1f71f780cad64370fcc70a2a91281eb704c225e2c802ad1fef2a75f4b636 +Checksums-Sha1: + b4e2aadf866eb3a3da53997187646ae10981d382 2394 crun_1.17-1.dsc + f1540c657d69ef6bfce45917360ffe9752b2f349 1773153 crun_1.17.orig.tar.gz + 0a24c0a64ed64666a6eb9eae148273e4e97be298 488 crun_1.17.orig.tar.gz.asc + f85e36e23ea5d98046e7577fa86f6c6918c4bff6 18596 crun_1.17-1.debian.tar.xz +Checksums-Sha256: + af6b1f71f780cad64370fcc70a2a91281eb704c225e2c802ad1fef2a75f4b636 2394 crun_1.17-1.dsc + b766609814c0b0a3c0d2d235af1b061bd71da1aa2e8bb181d66e89f1b9a4e874 1773153 crun_1.17.orig.tar.gz + fec5a4463fe5249f575e68d14ca54b1816a00888291890b54f5f6f72531b17cc 488 crun_1.17.orig.tar.gz.asc + 2b939811686c93df5c2c301f87e2d2dee01892818675a5d24ca25ad35d831400 18596 crun_1.17-1.debian.tar.xz +Files: + 642c9654719ce1df3b2befb2aaf15236 2394 crun_1.17-1.dsc + 99fd5796bdd23a7c2bef8ec591957a6e 1773153 crun_1.17.orig.tar.gz + 6264836a08b16ee7574e71c2269034ad 488 crun_1.17.orig.tar.gz.asc + 970656e22eb7bdddfbdd89ecf12fd290 18596 crun_1.17-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: cryptsetup +Binary: cryptsetup, cryptsetup-bin, cryptsetup-ssh, cryptsetup-initramfs, cryptsetup-suspend, libcryptsetup12, libcryptsetup-dev, cryptsetup-udeb, libcryptsetup12-udeb +Architecture: linux-any all +Version: 2:2.7.5-1 +Maintainer: Debian Cryptsetup Team +Uploaders: Jonas Meurer , Guilhem Moulin +Homepage: https://gitlab.com/cryptsetup/cryptsetup +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/cryptsetup-team/cryptsetup +Vcs-Git: https://salsa.debian.org/cryptsetup-team/cryptsetup.git -b debian/latest +Testsuite: autopkgtest +Testsuite-Triggers: bsdextrautils, btrfs-progs, dmsetup, dosfstools, e2fsprogs, expect, fdisk, gcc, genext2fs, initramfs-tools-core, jq, keyutils, kmod, libdevmapper-dev, libjson-perl, linux-image-686-pae, linux-image-amd64, linux-image-arm64, linux-image-armmp-lpae, linux-image-generic, lvm2, mdadm, netcat-openbsd, openssh-client, openssh-server, openssl, openssl-provider-legacy, procps, qemu-efi-aarch64, qemu-efi-arm, qemu-system, qemu-system-arm, qemu-system-x86, sharutils, sshpass, udev, xxd, zstd +Build-Depends: asciidoctor , autoconf, automake (>= 1:1.12), autopoint, debhelper-compat (= 13), dh-strip-nondeterminism, docbook-xml , docbook-xsl , gettext, jq , libblkid-dev, libdevmapper-dev, libjson-c-dev, libpopt-dev, libselinux1-dev, libsepol-dev, libssh-dev, libssl-dev (>> 3.2~), libtool, openssl-provider-legacy , pkgconf, po-debconf, procps , uuid-dev, xsltproc , xxd +Package-List: + cryptsetup deb admin optional arch=linux-any + cryptsetup-bin deb admin optional arch=linux-any + cryptsetup-initramfs deb admin optional arch=all + cryptsetup-ssh deb admin optional arch=linux-any + cryptsetup-suspend deb admin optional arch=linux-any + cryptsetup-udeb udeb debian-installer optional arch=linux-any profile=!noudeb + libcryptsetup-dev deb libdevel optional arch=linux-any + libcryptsetup12 deb libs optional arch=linux-any + libcryptsetup12-udeb udeb debian-installer optional arch=linux-any profile=!noudeb +Directory: pool/99c5733ec174fe5ad9e0a2c88adb115fd004e3fdb4d1a95c73c9424a33e8b68a +Checksums-Sha1: + ab0ef837b190579e52ddcaad2b654a8a034ca44d 3601 cryptsetup_2.7.5-1.dsc + 189f30c077cfbb1597be382c7f683d399609449d 11847570 cryptsetup_2.7.5.orig.tar.gz + b95277f095e92da464a0a453bedfa09df5e70554 162532 cryptsetup_2.7.5-1.debian.tar.xz +Checksums-Sha256: + 99c5733ec174fe5ad9e0a2c88adb115fd004e3fdb4d1a95c73c9424a33e8b68a 3601 cryptsetup_2.7.5-1.dsc + 66f82757456411353216def2e93ee6f82e1dc5c8b583cb9b1c84ecb918b60980 11847570 cryptsetup_2.7.5.orig.tar.gz + b7342fb1254cd47c491deee702930249d9a286a9692911d5a9b8483b9e9c1a81 162532 cryptsetup_2.7.5-1.debian.tar.xz +Files: + 9366efb74a7f051745d83ffdeaeeca83 3601 cryptsetup_2.7.5-1.dsc + bc3249ce58cdb812d201a6dfcc3b0a51 11847570 cryptsetup_2.7.5.orig.tar.gz + d5c27f879ad2aeb98f121ee51a7a71c2 162532 cryptsetup_2.7.5-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: cups +Binary: libcups2t64, cups, cups-bsd, cups-client, cups-common, cups-core-drivers, cups-daemon, cups-ipp-utils, cups-ppdc, cups-server-common, libcups2-dev, libcupsimage2t64, libcupsimage2-dev +Architecture: any all +Version: 2.4.10-2 +Maintainer: Debian Printing Team +Uploaders: Till Kamppeter , Thorsten Alteholz , +Homepage: https://github.com/OpenPrinting/cups/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/printing-team/cups +Vcs-Git: https://salsa.debian.org/printing-team/cups.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), autoconf, automake, debhelper-compat (= 13), debhelper (>= 13.11.6), dh-strip-nondeterminism, libavahi-client-dev, libavahi-common-dev, libdbus-1-dev, libgnutls28-dev, libkrb5-dev, libpam0g-dev, libpaper-dev, libsystemd-dev [linux-any], libtool, libusb-1.0-0-dev [!hurd-any], patch, pkg-config, po-debconf, po4a, zlib1g-dev +Build-Depends-Arch: dpkg-dev (>= 1.22.5), dh-apparmor +Build-Conflicts: libgmp-dev (<< 2:6) +Package-List: + cups deb net optional arch=any + cups-bsd deb net optional arch=any + cups-client deb net optional arch=any + cups-common deb net optional arch=all + cups-core-drivers deb net optional arch=any + cups-daemon deb net optional arch=any + cups-ipp-utils deb net optional arch=any + cups-ppdc deb utils optional arch=any + cups-server-common deb net optional arch=all + libcups2-dev deb libdevel optional arch=any + libcups2t64 deb libs optional arch=any + libcupsimage2-dev deb libdevel optional arch=any + libcupsimage2t64 deb libs optional arch=any +Directory: pool/e3eddc260b7f3ddf1fecbc93c16beb27f79577c0bf2cbd18e858405049a46c39 +Checksums-Sha1: + ecc65a0c42fac283a8be0c6818792074a38175d4 3209 cups_2.4.10-2.dsc + 768db9c0db0b9d66c8be6df1d31e9b3ddfad08b9 8145236 cups_2.4.10.orig.tar.gz + ef3faa90a189666a0fe272cf7d7ad68221a42380 388792 cups_2.4.10-2.debian.tar.xz +Checksums-Sha256: + e3eddc260b7f3ddf1fecbc93c16beb27f79577c0bf2cbd18e858405049a46c39 3209 cups_2.4.10-2.dsc + d75757c2bc0f7a28b02ee4d52ca9e4b1aa1ba2affe16b985854f5336940e5ad7 8145236 cups_2.4.10.orig.tar.gz + 630895f87d63da5af226d2737178ebcaa3b6c48163c6899138093bedff2e7ec6 388792 cups_2.4.10-2.debian.tar.xz +Files: + 577a8edb7982b413c0802a27a892c024 3209 cups_2.4.10-2.dsc + 0e8b1227340e4aeca22b9fbbcd6ca5cd 8145236 cups_2.4.10.orig.tar.gz + 7532b1abd417be8fe3ec9bdd8c03c37f 388792 cups_2.4.10-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: curl +Binary: curl, libcurl4t64, libcurl3t64-gnutls, libcurl4-openssl-dev, libcurl4-gnutls-dev, libcurl4-doc +Architecture: any all +Version: 8.10.1-1gl0 +Maintainer: Debian Curl Maintainers +Uploaders: Carlos Henrique Lima Melara , Samuel Henrique , Sergio Durigan Junior +Homepage: https://curl.se/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/curl +Vcs-Git: https://salsa.debian.org/debian/curl.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential, gcc, libc-dev, libcurl-dev, libldap-dev, pkgconf, slapd +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), autoconf, automake, ca-certificates, dh-exec, groff-base, libbrotli-dev, libgnutls28-dev, libidn2-dev, libkrb5-dev, libldap2-dev , libnghttp2-dev, libpsl-dev, libssh-dev, libssh2-1-dev, libssl-dev, libtool, libzstd-dev, locales-all , libngtcp2-dev (>= 1.2.0), libngtcp2-crypto-gnutls-dev (>= 1.2.0), libnghttp3-dev (>= 1.1.0), openssh-server , python3:native , python3-impacket [!alpha !hppa !m68k !sh4] , gnutls-bin [!ppc64el] , quilt, stunnel4 , zlib1g-dev +Build-Conflicts: autoconf2.13, automake1.4 +Package-List: + curl deb web optional arch=any + libcurl3t64-gnutls deb libs optional arch=any + libcurl4-doc deb doc optional arch=all + libcurl4-gnutls-dev deb libdevel optional arch=any + libcurl4-openssl-dev deb libdevel optional arch=any + libcurl4t64 deb libs optional arch=any +Directory: pool/fee5608242ba766f89f58d11c04d3e8be761da0da3a75178fa47a4998abe596c +Checksums-Sha1: + 2385a8501e406d682de2299e7ec0b3eb5df25603 2130 curl_8.10.1-1gl0.dsc + f4ae21396396e3f73a1d45d0f51f6697884683a6 2768028 curl_8.10.1.orig.tar.xz + 3316ac49c07039b6c13cecadb16f14623a5d700c 51520 curl_8.10.1-1gl0.debian.tar.xz +Checksums-Sha256: + fee5608242ba766f89f58d11c04d3e8be761da0da3a75178fa47a4998abe596c 2130 curl_8.10.1-1gl0.dsc + 33fef14cab5c0606bb1ddaf999726273d2be1bc7559481cc06f1e4fd6e9ea3c8 2768028 curl_8.10.1.orig.tar.xz + 422f08946964f9617f87cf5a628bbfc10ef0410cc0881e4eb8655dbd238cbdff 51520 curl_8.10.1-1gl0.debian.tar.xz +Files: + 699261cfc51f566710b9d36d1a3c9092 2130 curl_8.10.1-1gl0.dsc + 74c2d315a6312ecd345f7bbc5b7212d0 2768028 curl_8.10.1.orig.tar.xz + 53dd7e41bd63ea74dd7bbf5baedfc0b6 51520 curl_8.10.1-1gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: cyrus-sasl2 +Binary: sasl2-bin, cyrus-sasl2-doc, libsasl2-2, libsasl2-modules, libsasl2-modules-db, libsasl2-modules-ldap, libsasl2-modules-otp, libsasl2-modules-sql, libsasl2-modules-gssapi-mit, libsasl2-dev, libsasl2-modules-gssapi-heimdal +Architecture: any all +Version: 2.1.28+dfsg1-8gl0 +Maintainer: Debian Cyrus Team +Uploaders: Ondřej Surý , +Homepage: https://www.cyrusimap.org/sasl/ +Standards-Version: 4.3.0.1 +Vcs-Browser: https://salsa.debian.org/debian/cyrus-sasl2 +Vcs-Git: https://salsa.debian.org/debian/cyrus-sasl2.git +Testsuite: autopkgtest +Testsuite-Triggers: krb5-admin-server, krb5-kdc, krb5-user, ldap-utils, slapd +Build-Depends: chrpath, debhelper-compat (= 12), default-libmysqlclient-dev , docbook-to-man, groff-base, heimdal-multidev , krb5-multidev , libgdbm-dev, libcrypt-dev, libkrb5-dev , libldap2-dev , libpam0g-dev, libpod-pom-view-restructured-perl:native, libpq-dev , libsqlite3-dev, libssl-dev, po-debconf, python3-sphinx-rtd-theme:native +Build-Conflicts: heimdal-dev +Package-List: + cyrus-sasl2-doc deb doc optional arch=all + libsasl2-2 deb libs optional arch=any + libsasl2-dev deb libdevel optional arch=any + libsasl2-modules deb libs optional arch=any + libsasl2-modules-db deb libs optional arch=any + libsasl2-modules-gssapi-heimdal deb libs optional arch=any profile=!pkg.cyrus-sasl2.nogssapi + libsasl2-modules-gssapi-mit deb libs optional arch=any profile=!pkg.cyrus-sasl2.nogssapi + libsasl2-modules-ldap deb libs optional arch=any profile=!pkg.cyrus-sasl2.noldap + libsasl2-modules-otp deb libs optional arch=any + libsasl2-modules-sql deb libs optional arch=any profile=!pkg.cyrus-sasl2.nosql + sasl2-bin deb utils optional arch=any +Directory: pool/a0c508f1ff2a690b523fd36278665f5a9236a23d33e5c0ef1183d236f44d273a +Checksums-Sha1: + 7978dce182a593e1a62146fab0b2baf86d5b8b15 2505 cyrus-sasl2_2.1.28+dfsg1-8gl0.dsc + 1d9c71c37197730c8d6d0b254eb19d28566e64b6 794548 cyrus-sasl2_2.1.28+dfsg1.orig.tar.xz + 65f8dab73972cbca0403f476ae430d50650ae91f 99172 cyrus-sasl2_2.1.28+dfsg1-8gl0.debian.tar.xz +Checksums-Sha256: + a0c508f1ff2a690b523fd36278665f5a9236a23d33e5c0ef1183d236f44d273a 2505 cyrus-sasl2_2.1.28+dfsg1-8gl0.dsc + 310d09f444e8d4c107e72ce79417a53a22cefa3d21532fc5b877de6d49cfa341 794548 cyrus-sasl2_2.1.28+dfsg1.orig.tar.xz + 24a52ee6cfd427f5cba23f4e38f908372cb4f1aee84316e57d4ec52a011b3e11 99172 cyrus-sasl2_2.1.28+dfsg1-8gl0.debian.tar.xz +Files: + 1211231a8110bcd396228293b004377b 2505 cyrus-sasl2_2.1.28+dfsg1-8gl0.dsc + 1a5dbe646db0c0e1ce2d2185037419a4 794548 cyrus-sasl2_2.1.28+dfsg1.orig.tar.xz + 3ee63bc71a7de96c7c5aff4db1858b86 99172 cyrus-sasl2_2.1.28+dfsg1-8gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: daemon +Binary: daemon +Architecture: any +Version: 0.8.4-1 +Maintainer: Marc Haber +Homepage: https://libslack.org/daemon/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/daemon +Vcs-Git: https://salsa.debian.org/debian/daemon.git +Build-Depends: debhelper-compat (= 13), perl, libsystemd-dev +Package-List: + daemon deb utils optional arch=any +Directory: pool/1b520133783d1e0f9cda9d6e0400c7e29ec84ee57368409181c6065c44496e4f +Checksums-Sha1: + debe6cb85044230e0237ce5fd8197fae41e47465 1827 daemon_0.8.4-1.dsc + dffd977421d5ca25c82829d7d5d213eca1845dc5 481216 daemon_0.8.4.orig.tar.gz + 22b1b2a05f426d28aa6cd5399f8db0f29dee72ae 3992 daemon_0.8.4-1.debian.tar.xz +Checksums-Sha256: + 1b520133783d1e0f9cda9d6e0400c7e29ec84ee57368409181c6065c44496e4f 1827 daemon_0.8.4-1.dsc + fa28859ad341cb0a0b012c11c271814f870482013b49f710600321d379887cd1 481216 daemon_0.8.4.orig.tar.gz + 0ec7c8d5d215a9b458c604fba2f5461da48610e46b62bd144ec6f99b2b3ca458 3992 daemon_0.8.4-1.debian.tar.xz +Files: + 8690cb4f35a41ef3d4a1424836d90157 1827 daemon_0.8.4-1.dsc + 871ff0cc66b1eafbb17965b5ec164509 481216 daemon_0.8.4.orig.tar.gz + 551414697fafd8612ac36c98e227d133 3992 daemon_0.8.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: dash +Binary: dash +Architecture: any +Version: 0.5.12-9 +Maintainer: Andrej Shadura +Uploaders: Gerrit Pape +Homepage: http://gondor.apana.org.au/~herbert/dash/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/dash +Vcs-Git: https://salsa.debian.org/debian/dash.git +Testsuite: autopkgtest +Testsuite-Triggers: fakechroot, fakeroot, mmdebstrap, perl +Build-Depends: debhelper-compat (= 13), po-debconf +Package-List: + dash deb shells required arch=any essential=yes +Directory: pool/aa5165888c75a39ec70477132329c7583863ee9762b6d07dc71fa2a5cdb84783 +Checksums-Sha1: + 3f51b37ae1d4a5ea071a15cf7015ace661a65a75 1455 dash_0.5.12-9.dsc + e15444a93853f693774df003f87d9040ab600a5e 246054 dash_0.5.12.orig.tar.gz + d531401c4ad4c030fc7135ccf93371372c63a210 40096 dash_0.5.12-9.debian.tar.xz +Checksums-Sha256: + aa5165888c75a39ec70477132329c7583863ee9762b6d07dc71fa2a5cdb84783 1455 dash_0.5.12-9.dsc + 6a474ac46e8b0b32916c4c60df694c82058d3297d8b385b74508030ca4a8f28a 246054 dash_0.5.12.orig.tar.gz + b5314d8c6cafae389559d6101dea059426263c95020ef5c547a59bcf5c0af2cc 40096 dash_0.5.12-9.debian.tar.xz +Files: + b8c026fb697399a2e68689ab2a304bd6 1455 dash_0.5.12-9.dsc + 57222b768b84003ea4b801e5d5e0e52b 246054 dash_0.5.12.orig.tar.gz + c088f25171fd5681465a0884ba2efd47 40096 dash_0.5.12-9.debian.tar.xz +Dgit: 4bb5af1a4d5eadea5229b79bebcbf66fc395e435 debian archive/debian/0.5.12-9 https://git.dgit.debian.org/dash + +Format: 3.0 (native) +Package: datefudge +Binary: datefudge +Architecture: any +Version: 1.26gardenlinux0 +Maintainer: Robert Luberda +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/datefudge +Vcs-Git: https://salsa.debian.org/debian/datefudge.git +Testsuite: autopkgtest +Testsuite-Triggers: coreutils, perl +Build-Depends: debhelper-compat (= 13) +Package-List: + datefudge deb devel optional arch=any +Directory: pool/f5b4b5f19af068e5df9dbbf8f2eadefdc56609c445d6f17890b2a8b2271e2d28 +Checksums-Sha1: + 8ad312321782a59917ea395ddde6c3ff6cedc9ef 737 datefudge_1.26gardenlinux0.dsc + 9a7d067203ad168405027357a0bd637a60e678ec 14928 datefudge_1.26gardenlinux0.tar.xz +Checksums-Sha256: + f5b4b5f19af068e5df9dbbf8f2eadefdc56609c445d6f17890b2a8b2271e2d28 737 datefudge_1.26gardenlinux0.dsc + 34756c87fcc21793a5666679259f5c3261535196b80021a81800301cf1d44219 14928 datefudge_1.26gardenlinux0.tar.xz +Files: + b88288f39ff853789bb90370360ac9c9 737 datefudge_1.26gardenlinux0.dsc + 34f16d9e55aac571f1655fe546c27be9 14928 datefudge_1.26gardenlinux0.tar.xz + +Format: 3.0 (quilt) +Package: dav1d +Binary: dav1d, libdav1d7, libdav1d-dev +Architecture: any +Version: 1.4.3-1 +Maintainer: Debian Multimedia Maintainers +Uploaders: Dylan Aïssi +Homepage: https://www.videolan.org/projects/dav1d.html +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/multimedia-team/dav1d +Vcs-Git: https://salsa.debian.org/multimedia-team/dav1d.git +Build-Depends: debhelper-compat (= 13), meson, ninja-build, nasm [any-amd64 any-i386] +Package-List: + dav1d deb video optional arch=any + libdav1d-dev deb libdevel optional arch=any + libdav1d7 deb libs optional arch=any +Directory: pool/26e5cfb9996484bf222a04038658c8edd9c435d86ef4afc19e317333da70177d +Checksums-Sha1: + 04539a282bba181b693a6a180f569ee70463a0c9 2287 dav1d_1.4.3-1.dsc + daf40121d16d5f580c42b4e8374c91d34efd9835 970088 dav1d_1.4.3.orig.tar.xz + 85170b24f6a9b7940f6507533bb97e128c10538a 195 dav1d_1.4.3.orig.tar.xz.asc + 272910eca68d7268d61065d958d6d920c5314e34 8428 dav1d_1.4.3-1.debian.tar.xz +Checksums-Sha256: + 26e5cfb9996484bf222a04038658c8edd9c435d86ef4afc19e317333da70177d 2287 dav1d_1.4.3-1.dsc + 42fe524bcc82ea3a830057178faace22923a79bad3d819a4962d8cfc54c36f19 970088 dav1d_1.4.3.orig.tar.xz + f3356e8e3d1f8bb8150fe7f2ac2c1d1e4362eaecfbde936536544717b683abc4 195 dav1d_1.4.3.orig.tar.xz.asc + 5949571adea1e9559ab7e058abbcdf2164df2c0aa8f4e8fa608c6f0c5f892cb8 8428 dav1d_1.4.3-1.debian.tar.xz +Files: + 5f52f5679eefe1e64dc714ef6c04ea80 2287 dav1d_1.4.3-1.dsc + c84c685c76e51b98e998db0995bd365c 970088 dav1d_1.4.3.orig.tar.xz + bb84c3601cb716c558fa8e632a644eb5 195 dav1d_1.4.3.orig.tar.xz.asc + 45d83fe6a9c889675ff9e9dd671aa017 8428 dav1d_1.4.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: db5.3 +Binary: db5.3-doc, libdb5.3-dev, libdb5.3t64, db5.3-util, libdb5.3++t64, libdb5.3++-dev, libdb5.3-dbg +Architecture: any all +Version: 5.3.28+dfsg2-7 +Maintainer: Debian QA Group +Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/debian/db5.3 +Vcs-Git: https://salsa.debian.org/debian/db5.3.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10), tcl , tcl-dev , procps [!hurd-i386] +Package-List: + db5.3-doc deb doc optional arch=all + db5.3-util deb database optional arch=any + libdb5.3++-dev deb libdevel optional arch=any + libdb5.3++t64 deb libs optional arch=any + libdb5.3-dbg deb debug optional arch=any + libdb5.3-dev deb libdevel optional arch=any + libdb5.3t64 deb libs optional arch=any +Directory: pool/f7313fb306b5bf7ad6a428bffb581e649318859df139e35dd47c3d1f733803b2 +Checksums-Sha1: + ae6b6bf62faf76943895c864d05803e2a8a8f39d 2374 db5.3_5.3.28+dfsg2-7.dsc + c2e52e52021c4df2ebff57f1fb68e2879d65376a 21287688 db5.3_5.3.28+dfsg2.orig.tar.xz + 7229d42ffee9d6610e1a09aa397a500bbaee5c12 35232 db5.3_5.3.28+dfsg2-7.debian.tar.xz +Checksums-Sha256: + f7313fb306b5bf7ad6a428bffb581e649318859df139e35dd47c3d1f733803b2 2374 db5.3_5.3.28+dfsg2-7.dsc + ad41b507415dec8316e828b2230242af2251d2c86eefa3c7aa9ef47c5239ef33 21287688 db5.3_5.3.28+dfsg2.orig.tar.xz + 9cee8969e1f440ec8aa2fbacd3a5819907829e0e7e7f1f746dccaa2c93fbf3f2 35232 db5.3_5.3.28+dfsg2-7.debian.tar.xz +Files: + 0916eb49829c7123e1527919815ef254 2374 db5.3_5.3.28+dfsg2-7.dsc + d98fe4179fb622a9f4abe3afed6a2158 21287688 db5.3_5.3.28+dfsg2.orig.tar.xz + 437d896417d8acac807d1e666850cae8 35232 db5.3_5.3.28+dfsg2-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: dbus-broker +Binary: dbus-broker +Architecture: linux-any +Version: 36-1 +Maintainer: Utopia Maintenance Team +Uploaders: Luca Boccassi , +Homepage: https://github.com/bus1/dbus-broker/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/utopia-team/dbus-broker +Vcs-Git: https://salsa.debian.org/utopia-team/dbus-broker.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential +Build-Depends: debhelper-compat (= 13), dh-package-notes, libapparmor-dev (>= 3.0), libaudit-dev (>= 2.7), libcap-ng-dev (>= 0.6), libdbus-1-dev (>= 1.10), libexpat1-dev (>= 2.2), libselinux1-dev (>= 2.5), libsystemd-dev (>= 230), linux-libc-dev (>= 4.14), meson (>= 0.44), pkgconf, python3-docutils (>= 0.13) , systemd-dev +Package-List: + dbus-broker deb admin optional arch=linux-any +Directory: pool/f1d4e32290fc9b5012710831ebc56b36a1545cf842d3396a85a91587545126b3 +Checksums-Sha1: + ced77f658b137639d54dc5f02686f0b3c172f1b6 2583 dbus-broker_36-1.dsc + f5d3bb0ba8bec94287c67df9107acae3f2e09df5 266084 dbus-broker_36.orig.tar.xz + 153d498eb94292ca0ea9ba64184785d20689d6fd 833 dbus-broker_36.orig.tar.xz.asc + 60ba5b235168c96173311119d0e61a22ffb53a0e 13408 dbus-broker_36-1.debian.tar.xz +Checksums-Sha256: + f1d4e32290fc9b5012710831ebc56b36a1545cf842d3396a85a91587545126b3 2583 dbus-broker_36-1.dsc + d333d99bd2688135b6d6961e7ad1360099d186078781c87102230910ea4e162b 266084 dbus-broker_36.orig.tar.xz + 1482dec1feed235de1d8339b39730bfb37e68a84287b1dbf0012eb7a2e46adac 833 dbus-broker_36.orig.tar.xz.asc + 24bf6296cc2727b48ebe2c61aa7896d031b3c90479c9b07b40ef00b2a7966d64 13408 dbus-broker_36-1.debian.tar.xz +Files: + 4896e72ea1c13a49ac8cd37fe78d6cbb 2583 dbus-broker_36-1.dsc + 0398b41a250a6172e35750fc864ee33b 266084 dbus-broker_36.orig.tar.xz + 2bfba266432389fe3ae83079b20397e3 833 dbus-broker_36.orig.tar.xz.asc + 74e07a9e935fb7a62d9c959f9a6154ce 13408 dbus-broker_36-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: dbus-python +Binary: python-dbus-dev, python-dbus-doc, python3-dbus, python3-dbus-tests +Architecture: any all +Version: 1.3.2-5 +Maintainer: Utopia Maintenance Team +Uploaders: Sjoerd Simons , Sebastian Dröge , Simon McVittie , Loic Minier , +Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings#Python +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/dbus-python +Vcs-Git: https://salsa.debian.org/debian/dbus-python.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: build-essential, dbus-daemon, gnome-desktop-testing, libglib2.0-dev, python3-all-dbg, python3-all-dev, python3-gi, python3-tap +Build-Depends: dbus-daemon, debhelper-compat (= 13), dh-python, dh-sequence-python3, libdbus-1-dev, libglib2.0-dev, meson, ninja-build, python3-all-dev, python3-gi, python3-setuptools, python3-tap , python3-wheel +Build-Depends-Indep: python3-sphinx, python3-sphinx-rtd-theme +Package-List: + python-dbus-dev deb python optional arch=all + python-dbus-doc deb doc optional arch=all + python3-dbus deb python optional arch=any + python3-dbus-tests deb python optional arch=any +Directory: pool/0f67f6fa4eaa91e6daa9dcb30169dc219fa4bfca99c19554a555321ef5c64776 +Checksums-Sha1: + b75216ce2bc28de19aea214cb87f4c268779d4e3 3082 dbus-python_1.3.2-5.dsc + a341f95ae79e2301568ffb9834ec065040566bde 605495 dbus-python_1.3.2.orig.tar.gz + 744256fab7c308e89b7d8389bdfb06bcdcdbf365 833 dbus-python_1.3.2.orig.tar.gz.asc + 26b5cadb5d5804f5669449041762dbb3dd07cc3b 34780 dbus-python_1.3.2-5.debian.tar.xz +Checksums-Sha256: + 0f67f6fa4eaa91e6daa9dcb30169dc219fa4bfca99c19554a555321ef5c64776 3082 dbus-python_1.3.2-5.dsc + ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8 605495 dbus-python_1.3.2.orig.tar.gz + adc8b0a617f773e7b2abd4920fa4b1ec6dbf13046129282b0704c799d98fa26d 833 dbus-python_1.3.2.orig.tar.gz.asc + eb90b43dac359e2365aab2dad577bc8f2da9b261e6bd984e08381518a3387808 34780 dbus-python_1.3.2-5.debian.tar.xz +Files: + 5adbd4fab28efc7cdf02f903882893c5 3082 dbus-python_1.3.2-5.dsc + 33be8a4a766e1c7c9a377b8f934ce21a 605495 dbus-python_1.3.2.orig.tar.gz + 1c8afc0a8711cd53b399c1054d1b4559 833 dbus-python_1.3.2.orig.tar.gz.asc + 4ed1d0e124e50fef14b904898fe93719 34780 dbus-python_1.3.2-5.debian.tar.xz +Dgit: 86c0b1798063ddd0f7239c10a90c0470966b4788 debian archive/debian/1.3.2-5 https://git.dgit.debian.org/dbus-python + +Format: 3.0 (quilt) +Package: dbus +Binary: dbus, dbus-session-bus-common, dbus-system-bus-common, dbus-bin, dbus-daemon, dbus-1-doc, dbus-tests, dbus-udeb, dbus-user-session, dbus-x11, libdbus-1-3, libdbus-1-3-udeb, libdbus-1-dev +Architecture: any all +Version: 1.14.10-4 +Maintainer: Utopia Maintenance Team +Uploaders: Sjoerd Simons , Sebastian Dröge , Michael Biebl , Loic Minier , Simon McVittie , +Homepage: https://dbus.freedesktop.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/utopia-team/dbus +Vcs-Git: https://salsa.debian.org/utopia-team/dbus.git +Testsuite: autopkgtest +Testsuite-Triggers: apparmor, build-essential, gnome-desktop-testing, init, systemd, xauth, xvfb +Build-Depends: autoconf-archive, automake, debhelper (>= 13.11.6~), debhelper-compat (= 13), dh-exec, libapparmor-dev [linux-any], libaudit-dev [linux-any], libcap-ng-dev [linux-any], libexpat-dev, libglib2.0-dev , libnss-wrapper , libselinux1-dev [linux-any], libsystemd-dev [linux-any], libx11-dev, pkgconf, valgrind-if-available, xml-core, xmlto +Build-Depends-Indep: doxygen , ducktype , xsltproc , yelp-tools +Package-List: + dbus deb admin standard arch=any + dbus-1-doc deb doc optional arch=all profile=!nodoc + dbus-bin deb admin optional arch=any + dbus-daemon deb admin optional arch=any + dbus-session-bus-common deb admin optional arch=all + dbus-system-bus-common deb admin optional arch=all + dbus-tests deb misc optional arch=any profile=!noinsttest + dbus-udeb udeb debian-installer optional arch=any profile=!noudeb + dbus-user-session deb admin optional arch=linux-any + dbus-x11 deb x11 optional arch=any + libdbus-1-3 deb libs optional arch=any + libdbus-1-3-udeb udeb debian-installer optional arch=any profile=!noudeb + libdbus-1-dev deb libdevel optional arch=any +Directory: pool/f37e2288f07028018a1e8d929acb8512713399d31811ae6d1f46d8dc9d36f728 +Checksums-Sha1: + 6a68c834ae0f50f841de018c72c70405bcf7aaaf 3743 dbus_1.14.10-4.dsc + 47f03306a491509cdebacded837e51b086835252 1372328 dbus_1.14.10.orig.tar.xz + 76219dcec55c66705eb1a311d11ced2df190758d 833 dbus_1.14.10.orig.tar.xz.asc + 9ddc74418dc8d31003e930d717b17ef37582395e 63976 dbus_1.14.10-4.debian.tar.xz +Checksums-Sha256: + f37e2288f07028018a1e8d929acb8512713399d31811ae6d1f46d8dc9d36f728 3743 dbus_1.14.10-4.dsc + ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f 1372328 dbus_1.14.10.orig.tar.xz + 5f292cd0603c3d736026ed3f4d1c1937847981669c1f0a389083518f013e1081 833 dbus_1.14.10.orig.tar.xz.asc + 0970f4577a10411904fde19cdf0b67030244b23a20e4c73575619cecc73903a8 63976 dbus_1.14.10-4.debian.tar.xz +Files: + be63f86fc45f4efc074ace48b7f3f680 3743 dbus_1.14.10-4.dsc + 46070a3487817ff690981f8cd2ba9376 1372328 dbus_1.14.10.orig.tar.xz + a790dcc5fd84835ed9147c9679af551f 833 dbus_1.14.10.orig.tar.xz.asc + 0924d3ea4c313af0df296ab4d96380b6 63976 dbus_1.14.10-4.debian.tar.xz +Dgit: bde3a66fb3ff89fb0f42c2accefd46d491c423e1 debian archive/debian/1.14.10-4 https://git.dgit.debian.org/dbus + +Format: 3.0 (quilt) +Package: dconf +Binary: libdconf1, libdconf-dev, libdconf-doc, dconf-cli, dconf-gsettings-backend, dconf-service +Architecture: any all +Version: 0.40.0-4 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bicha , Laurent Bigonville , Sebastien Bacher +Homepage: https://wiki.gnome.org/Projects/dconf +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/dconf +Vcs-Git: https://salsa.debian.org/gnome-team/dconf.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: bash-completion, dbus , debhelper-compat (= 13), dh-sequence-gnome, docbook-xsl, libdbus-1-dev, libglib2.0-dev (>= 2.44.0), meson (>= 0.47.0), procps , valac (>= 0.18.0), xsltproc +Build-Depends-Indep: gtk-doc-tools (>= 1.15) , libglib2.0-doc +Package-List: + dconf-cli deb utils optional arch=any + dconf-gsettings-backend deb libs optional arch=any + dconf-service deb libs optional arch=any + libdconf-dev deb libdevel optional arch=any + libdconf-doc deb doc optional arch=all profile=!nodoc + libdconf1 deb libs optional arch=any +Directory: pool/cc63e1089cde36814b450c8d6442eb539c77abb5e3571823f484a80326b3f1de +Checksums-Sha1: + ea485f86a00ba6cc1b8fa90021bccb545cbd1743 2649 dconf_0.40.0-4.dsc + c8e12b98b2b10ccae4ee13395a39b3e913f58ab6 117764 dconf_0.40.0.orig.tar.xz + c07f676862fe03a9dde63f00cd0737567a0ee24d 11108 dconf_0.40.0-4.debian.tar.xz +Checksums-Sha256: + cc63e1089cde36814b450c8d6442eb539c77abb5e3571823f484a80326b3f1de 2649 dconf_0.40.0-4.dsc + cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533 117764 dconf_0.40.0.orig.tar.xz + 1cef406f8a619f3484410207c4d2351313171dc8a958ce8659f1c1d73e3dfb53 11108 dconf_0.40.0-4.debian.tar.xz +Files: + e4159619a3c409d3db40c8de5e69a31f 2649 dconf_0.40.0-4.dsc + ac8db20b0d6b996d4bbbeb96463d01f0 117764 dconf_0.40.0.orig.tar.xz + 70c5f3628b18bc7317888a082b4d71ae 11108 dconf_0.40.0-4.debian.tar.xz + +Format: 3.0 (native) +Package: debconf +Binary: debconf, debconf-i18n, debconf-doc, debconf-utils, python3-debconf +Architecture: all +Version: 1.5.87 +Maintainer: Debconf Developers +Uploaders: Colin Watson , +Standards-Version: 4.0.0 +Vcs-Browser: https://salsa.debian.org/pkg-debconf/debconf +Vcs-Git: https://salsa.debian.org/pkg-debconf/debconf.git +Build-Depends: debhelper-compat (= 13), dh-exec, dh-python, po-debconf, po4a +Build-Depends-Indep: gettext, libintl-perl, perl, python3 +Package-List: + debconf deb admin important arch=all + debconf-doc deb doc optional arch=all + debconf-i18n deb localization important arch=all + debconf-utils deb devel optional arch=all + python3-debconf deb python optional arch=all +Directory: pool/f46059b530efcb86082ee703225356869727e25babf9c3ad0c4a2e48f87e2977 +Checksums-Sha1: + 8794ced863e9f4cd14876d44dfee3a44cf2bf90c 2035 debconf_1.5.87.dsc + c5bde7484fa5ac75155815e9dd3a9991d0050e82 574232 debconf_1.5.87.tar.xz +Checksums-Sha256: + f46059b530efcb86082ee703225356869727e25babf9c3ad0c4a2e48f87e2977 2035 debconf_1.5.87.dsc + 2b813be2ab3904a9194a07f2d97ab8e1d79c47ec2ca2f6a1f238c3cb4ff31c66 574232 debconf_1.5.87.tar.xz +Files: + 8a3f48f9740c49c00c8473750d8ed078 2035 debconf_1.5.87.dsc + ce4242f0725dd69895d769cdb10b9871 574232 debconf_1.5.87.tar.xz +Dgit: 33e8e8ce13011ece147dd62222c7abc10413520f debian archive/debian/1.5.87 https://git.dgit.debian.org/debconf + +Format: 3.0 (native) +Package: debhelper +Binary: debhelper, libdebhelper-perl +Architecture: all +Version: 13.20 +Maintainer: Debhelper Maintainers +Uploaders: Niels Thykier , +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/debhelper +Vcs-Git: https://salsa.debian.org/debian/debhelper.git +Testsuite: + autopkgtest-pkg-perl +Build-Depends: dpkg-dev (>= 1.18.0~), libtest-pod-perl , man-db , perl:any, po4a +Package-List: + debhelper deb devel optional arch=all + libdebhelper-perl deb perl optional arch=all +Directory: pool/9224d1325587851ced8de59d06e65fce5ee55cc671b8549da60e3072850731d1 +Checksums-Sha1: + d5df7449fd169e1cc1e061efee83e82c88129092 1576 debhelper_13.20.dsc + 47cf9cda68bb6b0f8d928b2c50cd4ee8420093da 615504 debhelper_13.20.tar.xz +Checksums-Sha256: + 9224d1325587851ced8de59d06e65fce5ee55cc671b8549da60e3072850731d1 1576 debhelper_13.20.dsc + 34acc77bbe3c2e5018fbb1c0fe0deba31a6b1e77c2d1a0be1d9996b37b232541 615504 debhelper_13.20.tar.xz +Files: + 97698ab75a71667ccda350c316948b32 1576 debhelper_13.20.dsc + 8d3598e83f512a51d7c92698fb21d10d 615504 debhelper_13.20.tar.xz +Dgit: ee766dbe5ce5059704903209721fcd3bc96cdad4 debian archive/debian/13.20 https://git.dgit.debian.org/debhelper + +Format: 3.0 (native) +Package: debian-archive-keyring +Binary: debian-archive-keyring, debian-archive-keyring-udeb +Architecture: all +Version: 2023.4 +Maintainer: Debian Release Team +Uploaders: Niels Thykier , Jonathan Wiltshire , +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/release-team/debian-archive-keyring +Vcs-Git: https://salsa.debian.org/release-team/debian-archive-keyring.git +Build-Depends: debhelper (>= 10), jetring, gnupg +Package-List: + debian-archive-keyring deb misc important arch=all + debian-archive-keyring-udeb udeb debian-installer optional arch=all +Directory: pool/c97d048486078fcc6866a477df83b19270ae872102f4ed64b5a5e9995ff79afa +Checksums-Sha1: + b445cea2f49b4d7a2ac2bca77b6630a92587908a 1261 debian-archive-keyring_2023.4.dsc + 12ca9ab2b978d26e7245bdfce8925a8e9c2cd5bf 177568 debian-archive-keyring_2023.4.tar.xz +Checksums-Sha256: + c97d048486078fcc6866a477df83b19270ae872102f4ed64b5a5e9995ff79afa 1261 debian-archive-keyring_2023.4.dsc + 7f9b64d7c5e748b0cb99fd0674d872111c219e119f296912c59fc61ab49bb78a 177568 debian-archive-keyring_2023.4.tar.xz +Files: + 055b3209656f3ba88f78008a7f0404b6 1261 debian-archive-keyring_2023.4.dsc + dc21cb07ea41805f6bca282972a498a0 177568 debian-archive-keyring_2023.4.tar.xz + +Format: 3.0 (native) +Package: debianutils +Binary: debianutils +Architecture: any +Version: 5.20 +Maintainer: Ileana Dumitrescu +Uploaders: Niels Thykier +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/debianutils +Vcs-Git: https://salsa.debian.org/debian/debianutils.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), po4a +Package-List: + debianutils deb utils required arch=any essential=yes +Directory: pool/ceb4258f9923aef343cc281419140b00e89274eb2e89d12e459bcd8a9abc1ef1 +Checksums-Sha1: + bfc5f9b20985e06365978e6cd3952e827ab99618 1631 debianutils_5.20.dsc + 8fc8b26c7cc6017b0f8f85f3338d16690dd051a0 80776 debianutils_5.20.tar.xz +Checksums-Sha256: + ceb4258f9923aef343cc281419140b00e89274eb2e89d12e459bcd8a9abc1ef1 1631 debianutils_5.20.dsc + dce8731adee52d1620d562c1d98b8f4177b4ae591b7a17091ffe09700dbd4be8 80776 debianutils_5.20.tar.xz +Files: + 0134fbb55d06b2e6ebe81c97b35e5873 1631 debianutils_5.20.dsc + 85c8431d994579cc7c89a9c09278a215 80776 debianutils_5.20.tar.xz + +Format: 3.0 (native) +Package: deborphan +Binary: deborphan +Architecture: any +Version: 1.7.35gardenlinux0 +Maintainer: deborphan Maintainers +Uploaders: Chris Hofstaedtler +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/deborphan +Vcs-Git: https://salsa.debian.org/debian/deborphan.git +Testsuite: autopkgtest +Testsuite-Triggers: iptraf +Build-Depends: debhelper-compat (= 12), po4a +Package-List: + deborphan deb admin optional arch=any +Directory: pool/6f56d8e560413d5095f7ff8ec62d122fdd8a750776e0d687d49a0ba8535beb26 +Checksums-Sha1: + 87620af0e984ab551034ef1bb689e9ef3972b96b 809 deborphan_1.7.35gardenlinux0.dsc + a541dfb4631f3df96de7d98bdfb3699c26b1ad6e 88420 deborphan_1.7.35gardenlinux0.tar.xz +Checksums-Sha256: + 6f56d8e560413d5095f7ff8ec62d122fdd8a750776e0d687d49a0ba8535beb26 809 deborphan_1.7.35gardenlinux0.dsc + 7b7c60a4529cb48862ae4976916c289697ad4c469ad24cf1e01c286b3359d672 88420 deborphan_1.7.35gardenlinux0.tar.xz +Files: + d6abaf4cc64e3611a0d2e51ab33509a5 809 deborphan_1.7.35gardenlinux0.dsc + b9441426fd1deb67250e3ddb936b18fd 88420 deborphan_1.7.35gardenlinux0.tar.xz + +Format: 3.0 (quilt) +Package: device-tree-compiler +Binary: device-tree-compiler, libfdt1, libfdt-dev, python3-libfdt +Architecture: any +Version: 1.7.0-2 +Maintainer: Héctor Orón Martínez +Uploaders: Vagrant Cascadian +Homepage: https://git.kernel.org/cgit/utils/dtc/dtc.git +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/crosstoolchain-team/device-tree-compiler +Vcs-Git: https://salsa.debian.org/crosstoolchain-team/device-tree-compiler.git +Build-Depends: debhelper-compat (= 13), dh-python, flex, bison, libyaml-dev, pkg-config, python3-dev, python3-setuptools, python3-setuptools-scm, swig, texlive , texlive-latex-extra , valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x] +Package-List: + device-tree-compiler deb devel optional arch=any + libfdt-dev deb libdevel optional arch=any + libfdt1 deb libs optional arch=any + python3-libfdt deb python optional arch=any +Directory: pool/caf7b2345cd150cfdd42c630b838aa770c2f2ed1adeecda870eb55eac4d3e2e5 +Checksums-Sha1: + 7ba686126cdd72c7a7a6c15f292e904b16d2c289 2458 device-tree-compiler_1.7.0-2.dsc + 313a04bce56e4737e324720f6abc2f799322192d 211526 device-tree-compiler_1.7.0.orig.tar.gz + 869a126a96028df7bd2cd967a52816f465730803 14400 device-tree-compiler_1.7.0-2.debian.tar.xz +Checksums-Sha256: + caf7b2345cd150cfdd42c630b838aa770c2f2ed1adeecda870eb55eac4d3e2e5 2458 device-tree-compiler_1.7.0-2.dsc + 3155c8dd322904c9af767efdb9957011b38320f7b684817a26bc6470ab3a2af5 211526 device-tree-compiler_1.7.0.orig.tar.gz + e1488fae5b87911fc2fb5c1e888baabbac147888e528b60e66ffed68ef1e2747 14400 device-tree-compiler_1.7.0-2.debian.tar.xz +Files: + 1e34dbfe8df03545f88127334b9a6901 2458 device-tree-compiler_1.7.0-2.dsc + 0f7c54c1f75490ba13ebd5435c267f0d 211526 device-tree-compiler_1.7.0.orig.tar.gz + 6852c908e40120843b424fea60366669 14400 device-tree-compiler_1.7.0-2.debian.tar.xz + +Format: 3.0 (native) +Package: devscripts +Binary: devscripts +Architecture: all +Version: 2.24.1 +Maintainer: Devscripts Maintainers +Uploaders: Mattia Rizzolo , Benjamin Drung , +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/devscripts +Vcs-Git: https://salsa.debian.org/debian/devscripts.git +Testsuite: autopkgtest +Testsuite-Triggers: apt, build-essential, debhelper, fakeroot, faketime, git, gnupg, libdistro-info-perl, libdpkg-perl, libgitlab-api-v4-perl, libipc-run-perl, libjson-perl, libtest-output-perl, libwww-perl, perl, python3-debian, python3-pyftpdlib, shunit2, subversion, unzip, wdiff, zip, zstd +Build-Depends: autodep8 , bash-completion, black , debhelper-compat (= 13), dh-sequence-python3, docbook-xsl, dpkg-dev (>= 1.19.1), faketime , file , git (>= 1:2.7.0) , gnupg | gnupg2 , help2man, isort , libdistro-info-perl , libdpkg-perl , libfile-desktopentry-perl , libfile-dirlist-perl , libfile-homedir-perl , libfile-touch-perl , libfile-which-perl , libgit-wrapper-perl , libgitlab-api-v4-perl (>= 0.13) , libipc-run-perl , libjson-perl , liblist-compare-perl , libmoo-perl , libstring-shellquote-perl , libtest-output-perl , libtimedate-perl , libtry-tiny-perl , liburi-perl , libwww-perl , lsb-release , perl:any, perltidy , pkgconf, po4a, pylint (>= 2.2.2-2) | pylint3 , python3-all:any, python3-apt , python3-debian , python3-flake8 , python3-magic , python3-pycurl , python3-pyftpdlib , python3-requests , python3-setuptools, python3-unidiff , python3-xdg , shunit2 , subversion [!i386] , unzip , wdiff , xsltproc, xz-utils , zip , zstd +Package-List: + devscripts deb devel optional arch=all +Directory: pool/55a69ecea47e383d1ca99c4dea80486b3b4cbfa4cb657ad9b4e8d7d19017a91d +Checksums-Sha1: + d791da07392cf7f59b27e3cc67e37e42a6359d96 3340 devscripts_2.24.1.dsc + a72c93d8814d5cd6e07708b03f5d49f683d2fe71 1011140 devscripts_2.24.1.tar.xz +Checksums-Sha256: + 55a69ecea47e383d1ca99c4dea80486b3b4cbfa4cb657ad9b4e8d7d19017a91d 3340 devscripts_2.24.1.dsc + 205122cc0bd28cf3521f80fce87a6efdced83e4ff86c647f4ce018444a2ec52a 1011140 devscripts_2.24.1.tar.xz +Files: + 81ff602358e99e299156c47ce3925b19 3340 devscripts_2.24.1.dsc + a2d3a9c40b2cc01affebe087729163be 1011140 devscripts_2.24.1.tar.xz + +Format: 3.0 (native) +Package: dh-autoreconf +Binary: dh-autoreconf +Architecture: all +Version: 20 +Maintainer: Julian Andres Klode +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/dh-autoreconf +Vcs-Git: https://salsa.debian.org/debian/dh-autoreconf.git +Build-Depends: debhelper-compat (= 13) +Package-List: + dh-autoreconf deb devel optional arch=all +Directory: pool/494fa0ae2a72bf92e94429f737e6206e68effdbec90ba5b441da9b9696711c0b +Checksums-Sha1: + 4b7c4dfc87098eb8cf6894642ce7a39c92ed6ec7 1557 dh-autoreconf_20.dsc + 5c9eadd451a24d5df3c01ce5f605d383b5f20c97 7896 dh-autoreconf_20.tar.xz +Checksums-Sha256: + 494fa0ae2a72bf92e94429f737e6206e68effdbec90ba5b441da9b9696711c0b 1557 dh-autoreconf_20.dsc + 53e6d9084a70c87afc8ceadc988868de07d53d2404e98be51e500aa42548d37d 7896 dh-autoreconf_20.tar.xz +Files: + 59cf514ca5a1f4d3b8466e5ec362a849 1557 dh-autoreconf_20.dsc + f276fab3018932bae7d429b30c5e7c0a 7896 dh-autoreconf_20.tar.xz + +Format: 3.0 (native) +Package: dh-runit +Binary: dh-runit, runit-helper +Architecture: all +Version: 2.16.3 +Maintainer: Lorenzo Puliti +Homepage: https://salsa.debian.org/debian/dh-runit +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/dh-runit +Vcs-Git: https://salsa.debian.org/debian/dh-runit.git +Testsuite: autopkgtest +Testsuite-Triggers: libghc-shake-dev +Build-Depends: debhelper-compat (= 13), perl, perl-doc, libfile-copy-recursive-perl, libtext-hogan-perl, libfile-slurp-perl, libghc-shake-dev +Package-List: + dh-runit deb admin optional arch=all + runit-helper deb admin optional arch=all +Directory: pool/6a66a649624bf5b78df4837aa0adc647f5de6a0d733d7c56fa631e90d8e6bb36 +Checksums-Sha1: + 78aace54e358104acf64571fb9343d1016fa3bd6 1786 dh-runit_2.16.3.dsc + 3d20ace3500efb9ea0f9d3a22ebd0bd0a43ddeea 18296 dh-runit_2.16.3.tar.xz +Checksums-Sha256: + 6a66a649624bf5b78df4837aa0adc647f5de6a0d733d7c56fa631e90d8e6bb36 1786 dh-runit_2.16.3.dsc + ebe234527658dc2d243e46d391662df4570308b1826b2b601cc137091186e697 18296 dh-runit_2.16.3.tar.xz +Files: + d1acd240f81fbf379e554f575b01e66e 1786 dh-runit_2.16.3.dsc + cf2e8e65911d5ddc54bdd0da2a7f5c7c 18296 dh-runit_2.16.3.tar.xz + +Format: 3.0 (quilt) +Package: dhcpcd +Binary: dhcpcd-base, dhcpcd, dhcpcd5 +Architecture: any all +Version: 1:10.0.10-2 +Maintainer: Martin-Éric Racine +Homepage: https://roy.marples.name/projects/dhcpcd +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/dhcpcd +Vcs-Git: https://salsa.debian.org/debian/dhcpcd.git +Testsuite: autopkgtest +Testsuite-Triggers: adequate, debhelper, dnsmasq, ethtool, iproute2, systemd-timesyncd +Build-Depends: debhelper-compat (= 13), libssl-dev, libudev-dev [linux-any], pkgconf, systemd-timesyncd [linux-any] +Package-List: + dhcpcd deb net optional arch=all + dhcpcd-base deb net important arch=any + dhcpcd5 deb oldlibs optional arch=all +Directory: pool/4673e06de5f881c32acae0fc71fbb040b7708af398aaaf602df6294cfc8b1cd7 +Checksums-Sha1: + e0ecaa5d434aef21d347599cdcb4c42adfaa4385 2376 dhcpcd_10.0.10-2.dsc + 8a641e230aed1f0d5c815aa3452e8b4bd7b717ec 272732 dhcpcd_10.0.10.orig.tar.xz + f845880cdfb4a4df02d8fcd78c9536b37d03a34f 488 dhcpcd_10.0.10.orig.tar.xz.asc + 26c7dbd6824169b38207bd122a8cc2b3f2ea3368 17488 dhcpcd_10.0.10-2.debian.tar.xz +Checksums-Sha256: + 4673e06de5f881c32acae0fc71fbb040b7708af398aaaf602df6294cfc8b1cd7 2376 dhcpcd_10.0.10-2.dsc + d582012992efddd2442bb1213c518a37d90febbcf8b11f8e76448c710dacad27 272732 dhcpcd_10.0.10.orig.tar.xz + ec767526aabd5fad8dff82afd909b7d9600116660a22aed5c5a7b4db3f19b32d 488 dhcpcd_10.0.10.orig.tar.xz.asc + 9ccd3d012677ca42a24c16473bb9a35d212be5e1290bc221ec27afa59ac0f112 17488 dhcpcd_10.0.10-2.debian.tar.xz +Files: + d8b75827650523e093642ebab757cdcd 2376 dhcpcd_10.0.10-2.dsc + 0a1a9a9f84892af923ec7b273f9af227 272732 dhcpcd_10.0.10.orig.tar.xz + f84b0b2c3211b1b50c34f9af3879b6e4 488 dhcpcd_10.0.10.orig.tar.xz.asc + f9ed45e3fd08be9b569066ebecee24a1 17488 dhcpcd_10.0.10-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: diffstat +Binary: diffstat +Architecture: any +Version: 1.66-1 +Maintainer: Sandro Tosi +Homepage: https://invisible-island.net/diffstat/ +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/debian/diffstat +Vcs-Git: https://salsa.debian.org/debian/diffstat.git +Build-Depends: debhelper-compat (= 13) +Package-List: + diffstat deb devel optional arch=any +Directory: pool/5333bbea153eae71ddd1d61d133134252dbf5161b0e646200856254fe43f3259 +Checksums-Sha1: + 8180da2a8838ef49f0ac55d738fd1a27bc709973 1818 diffstat_1.66-1.dsc + b6024ba35ac6358104de0988755461529c219b0c 208132 diffstat_1.66.orig.tar.xz + 8e02259702c1d1579827d5905ba8e58fa85c9f9a 4972 diffstat_1.66-1.debian.tar.xz +Checksums-Sha256: + 5333bbea153eae71ddd1d61d133134252dbf5161b0e646200856254fe43f3259 1818 diffstat_1.66-1.dsc + a402a6c220ee1c5150fec5c84360b3b34d91113b69aac1e9149bf8b1381d20b1 208132 diffstat_1.66.orig.tar.xz + 84887d358edc826bd2dacb61cf77c90e3cea08399b8115d9bd15bb14b29c2c61 4972 diffstat_1.66-1.debian.tar.xz +Files: + c970683fc81d246870ebb6fcb0277fdc 1818 diffstat_1.66-1.dsc + f30cb38c96ee877e91f3e3be169f3340 208132 diffstat_1.66.orig.tar.xz + 41773067517933088b041ab4b4d59ca1 4972 diffstat_1.66-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: diffutils +Binary: diffutils, diffutils-doc +Architecture: any all +Version: 1:3.10-1 +Maintainer: Santiago Vila +Homepage: https://www.gnu.org/software/diffutils/ +Standards-Version: 4.6.1 +Build-Depends: debhelper-compat (= 13), texinfo +Package-List: + diffutils deb utils required arch=any essential=yes + diffutils-doc deb doc optional arch=all +Directory: pool/f7542884c67d44f0af356c5365a3fef8a298f1fbcbebf9df81cfbc6d6937f05f +Checksums-Sha1: + 65b6d4d8c02e3b5eee213d0bc17df8a118c64996 1715 diffutils_3.10-1.dsc + c16a9cf107ad1f0f791b6d00852dc5e961c1c451 1624240 diffutils_3.10.orig.tar.xz + 7712d36db350c347a6c44bd1483996f84ac3bc52 833 diffutils_3.10.orig.tar.xz.asc + 5fe54cf0774e155d7bebd55ec52a4ce759fcc3f3 13952 diffutils_3.10-1.debian.tar.xz +Checksums-Sha256: + f7542884c67d44f0af356c5365a3fef8a298f1fbcbebf9df81cfbc6d6937f05f 1715 diffutils_3.10-1.dsc + 90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e 1624240 diffutils_3.10.orig.tar.xz + a94faf8f1baa04ff220f7b2ccb137c16337284e023ebc4a1d5df475c08d810f7 833 diffutils_3.10.orig.tar.xz.asc + ebf51a7ceff8c882f997ca428232fd3b58ac59a70840c4b10f8fcfaa881598ce 13952 diffutils_3.10-1.debian.tar.xz +Files: + 98b1294046a37ed46d11626b4c82bfb1 1715 diffutils_3.10-1.dsc + 2745c50f6f4e395e7b7d52f902d075bf 1624240 diffutils_3.10.orig.tar.xz + 69c6ac763b18bf0640f508bdf7ac31e3 833 diffutils_3.10.orig.tar.xz.asc + b2ff21a6edf738b36f508f2af07579bb 13952 diffutils_3.10-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ding-libs +Binary: libpath-utils-dev, libbasicobjects-dev, libbasicobjects0t64, libcollection-dev, libcollection4t64, libdhash-dev, libdhash1t64, libini-config-dev, libini-config5t64, libpath-utils1t64, libref-array-dev, libref-array1t64 +Architecture: any +Version: 0.6.2-3 +Maintainer: Debian SSSD Team +Uploaders: Timo Aaltonen , Simon Josefsson , +Homepage: https://github.com/SSSD/ding-libs +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/sssd-team/ding-libs +Vcs-Git: https://salsa.debian.org/sssd-team/ding-libs.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: check, debhelper-compat (= 13), dpkg-dev (>= 1.22.5), pkgconf, quilt +Package-List: + libbasicobjects-dev deb libdevel optional arch=any + libbasicobjects0t64 deb libs optional arch=any + libcollection-dev deb libdevel optional arch=any + libcollection4t64 deb libs optional arch=any + libdhash-dev deb libdevel optional arch=any + libdhash1t64 deb libs optional arch=any + libini-config-dev deb libdevel optional arch=any + libini-config5t64 deb libs optional arch=any + libpath-utils-dev deb libdevel optional arch=any + libpath-utils1t64 deb libs optional arch=any + libref-array-dev deb libdevel optional arch=any + libref-array1t64 deb libs optional arch=any +Directory: pool/7384d99dcf6c5a0e06b63ff367aae5576eae6fc253a9adcf6bb792b8a012cfd5 +Checksums-Sha1: + 56ec48e0ff44ef5a635a71af3898c4ee98073941 2224 ding-libs_0.6.2-3.dsc + 6041a564c3864a4938d7635be31e7cc7355c43f1 567660 ding-libs_0.6.2.orig.tar.gz + 3ee0dd78f4e97248d01fc5a4065f97285852546c 9916 ding-libs_0.6.2-3.debian.tar.xz +Checksums-Sha256: + 7384d99dcf6c5a0e06b63ff367aae5576eae6fc253a9adcf6bb792b8a012cfd5 2224 ding-libs_0.6.2-3.dsc + 9068981a3f319cf28724e67b0dc803ede4c74d1e3b61c2b3fb9907824de5e2b7 567660 ding-libs_0.6.2.orig.tar.gz + e69ab257a45961df44affa11f5ff3855b9c87bc220f76de724f9b59feb583e84 9916 ding-libs_0.6.2-3.debian.tar.xz +Files: + 0040a569a86ca8c8232eb4e681d09990 2224 ding-libs_0.6.2-3.dsc + 9574eccf91bda3d87317ad7404f73210 567660 ding-libs_0.6.2.orig.tar.gz + df9e2a987c20d4d96cb8158ccba58738 9916 ding-libs_0.6.2-3.debian.tar.xz + +Format: 3.0 (native) +Package: distro-info-data +Binary: distro-info-data +Architecture: all +Version: 0.62 +Maintainer: Benjamin Drung +Uploaders: Stefano Rivera +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/distro-info-data +Vcs-Git: https://salsa.debian.org/debian/distro-info-data.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), python3 +Package-List: + distro-info-data deb devel optional arch=all +Directory: pool/ff4ce67df5ff21f5f05e48bb6a3dec84ef0869dd01ee50e837bbd535add57a66 +Checksums-Sha1: + f6b0b6d6730eaf86848f536d8fc82cf77684486d 1692 distro-info-data_0.62.dsc + 381084d2ee20fb583ea9ef11482bf39670a0bab7 10844 distro-info-data_0.62.tar.xz +Checksums-Sha256: + ff4ce67df5ff21f5f05e48bb6a3dec84ef0869dd01ee50e837bbd535add57a66 1692 distro-info-data_0.62.dsc + d2f2b7073c4e02e11dc16ec430a17187cdf8a7599afde324e9ecae6c7563a32e 10844 distro-info-data_0.62.tar.xz +Files: + 7bca584aa1361a6dba62efaf0fbfd651 1692 distro-info-data_0.62.dsc + 3679f646d20a8136b62ea62e0d05cd1f 10844 distro-info-data_0.62.tar.xz + +Format: 3.0 (quilt) +Package: dkms +Binary: dkms, dh-dkms, dkms-test-dkms, dkms-noautoinstall-test-dkms +Architecture: all +Version: 3.0.13-1 +Maintainer: Dynamic Kernel Module System Team +Uploaders: David Paleino , Petter Reinholdtsen , Aron Xu , Mario Limonciello , Andreas Beckmann , +Homepage: https://github.com/dell/dkms +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/dkms +Vcs-Git: https://salsa.debian.org/debian/dkms.git +Testsuite: autopkgtest, autopkgtest-pkg-dkms +Testsuite-Triggers: linux-headers-generic, linux-headers-rpi, linux-image-generic, openssl +Build-Depends: debhelper-compat (= 13) +Package-List: + dh-dkms deb kernel optional arch=all + dkms deb kernel optional arch=all + dkms-noautoinstall-test-dkms deb kernel optional arch=all + dkms-test-dkms deb kernel optional arch=all +Directory: pool/90bdbaa2aa8cc6d71bb5cabd16a89d4ed793d0ce191ed5ab11755d8f979735a2 +Checksums-Sha1: + dbc98fbc4f70a1e77b62f64e27526278ed53f8d4 2360 dkms_3.0.13-1.dsc + d8220336d9afcc75d856930b6f8e8f7481c2a466 92840 dkms_3.0.13.orig.tar.gz + 80e0f564a43893e68d42179d02033775c7437e1b 24084 dkms_3.0.13-1.debian.tar.xz +Checksums-Sha256: + 90bdbaa2aa8cc6d71bb5cabd16a89d4ed793d0ce191ed5ab11755d8f979735a2 2360 dkms_3.0.13-1.dsc + ceb5bbb89ece7310ee96952a56c926faa51c4486f7e5e43c8589585056e45bb5 92840 dkms_3.0.13.orig.tar.gz + fd470d2347276b5d9bff4814b97a68d0a53a3c467ce27232af3667b3acee57d1 24084 dkms_3.0.13-1.debian.tar.xz +Files: + f0e9d1f51bac7b07a960ee882dd18b80 2360 dkms_3.0.13-1.dsc + 5a6f9aa4508c3062ced243371fe6e66c 92840 dkms_3.0.13.orig.tar.gz + 9026c6f7d884110630981f6db51f84de 24084 dkms_3.0.13-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: dmidecode +Binary: dmidecode, dmidecode-udeb +Architecture: any-amd64 any-i386 arm64 armhf ia64 riscv64 loong64 +Version: 3.6-1 +Maintainer: Jörg Frings-Fürst +Homepage: https://nongnu.org/dmidecode/ +Standards-Version: 4.6.2.0 +Vcs-Browser: https://git.jff.email/cgit/dmidecode.git/ +Vcs-Git: git://git.jff.email/dmidecode.git +Build-Depends: debhelper-compat (= 13) +Package-List: + dmidecode deb utils important arch=any-amd64,arm64,armhf,ia64,any-i386,riscv64,loong64 + dmidecode-udeb udeb debian-installer optional arch=any-amd64,arm64,armhf,ia64,any-i386 +Directory: pool/74a31b4dd3f491417ad7d007cba6b1366260ee453116fe92f74a53b6be3f8503 +Checksums-Sha1: + dea6488b42e07ca46dd61d23beb3a8d9b5418671 2254 dmidecode_3.6-1.dsc + c74291da874589334483adac4c30a5c0a13bc91b 69284 dmidecode_3.6.orig.tar.xz + d379f9fd51fea235c11565d54b5eeaec98f92e91 833 dmidecode_3.6.orig.tar.xz.asc + 83280db2284d9cdcf0104b402bd1a7dbeeb3d7dc 17424 dmidecode_3.6-1.debian.tar.xz +Checksums-Sha256: + 74a31b4dd3f491417ad7d007cba6b1366260ee453116fe92f74a53b6be3f8503 2254 dmidecode_3.6-1.dsc + e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae 69284 dmidecode_3.6.orig.tar.xz + 06da281ac13af9a57195e3c1714a658f593406abe48970dc6b23e8c5368ad53a 833 dmidecode_3.6.orig.tar.xz.asc + ec94929ea916e593c5418db9bf73df42a16e04e2fb55f6642ed64273c264bf43 17424 dmidecode_3.6-1.debian.tar.xz +Files: + 3863bd53c116dac72fd22d74664ed182 2254 dmidecode_3.6-1.dsc + e931a92708ac7a7396452dbc8be8decd 69284 dmidecode_3.6.orig.tar.xz + d5bf465fdf431c2d461c752bc9a84d02 833 dmidecode_3.6.orig.tar.xz.asc + 55df2bd1b1b61118316f56e9ad1bb67d 17424 dmidecode_3.6-1.debian.tar.xz + +Format: 3.0 (native) +Package: dns-root-data +Binary: dns-root-data +Architecture: all +Version: 2024041802 +Maintainer: dns-root-data packagers +Uploaders: Daniel Kahn Gillmor , Marco d'Itri , Ondřej Surý , Robert Edmonds , +Homepage: https://data.iana.org/root-anchors/ +Standards-Version: 4.7.0.0 +Vcs-Browser: https://salsa.debian.org/dns-team/dns-root-data +Vcs-Git: https://salsa.debian.org/dns-team/dns-root-data.git +Testsuite: autopkgtest +Testsuite-Triggers: knot-dnsutils, knot-resolver, systemd +Build-Depends: debhelper-compat (= 13), gpgv, ldnsutils, openssl, unbound-anchor, xml2 +Package-List: + dns-root-data deb misc optional arch=all +Directory: pool/489845001a6ba61daf4a04b86ddfe1a25a93cfe28b5ff9fe2dc69ccd3b85afe0 +Checksums-Sha1: + dcecbae1be5ddace1e0413b07e46a918d4a66817 1326 dns-root-data_2024041802.dsc + 8cceea566aa0dc0da6c70e982bfde0c8ab25bbd0 14616 dns-root-data_2024041802.tar.xz +Checksums-Sha256: + 489845001a6ba61daf4a04b86ddfe1a25a93cfe28b5ff9fe2dc69ccd3b85afe0 1326 dns-root-data_2024041802.dsc + ccc4246a3ebd4275da06200a76d7d4c82d128b940b9ed3cd1823f9b3bd85d5cb 14616 dns-root-data_2024041802.tar.xz +Files: + 5f209c5308cdb9582938a42841d9b68c 1326 dns-root-data_2024041802.dsc + 409de0b4ab323bc5ae4226f50b52259c 14616 dns-root-data_2024041802.tar.xz + +Format: 3.0 (quilt) +Package: dnsmasq +Binary: dnsmasq, dnsmasq-base, dnsmasq-base-lua, dnsmasq-utils +Architecture: any all +Version: 2.90-4 +Maintainer: Simon Kelley +Uploaders: Sven Geuer +Homepage: https://www.thekelleys.org.uk/dnsmasq/doc.html +Standards-Version: 4.7.0 +Vcs-Browser: https://thekelleys.org.uk/gitweb/?p=dnsmasq-debian.git +Vcs-Git: https://thekelleys.org.uk/git/dnsmasq-debian.git +Testsuite: autopkgtest +Testsuite-Triggers: bind9, bind9-dnsutils +Build-Depends: dh-exec, gettext, libnetfilter-conntrack-dev [linux-any], libidn2-dev, libdbus-1-dev (>= 0.61), libgmp-dev, nettle-dev (>= 2.4-3), libbsd-dev [kfreebsd-any], liblua5.4-dev, dh-runit, debhelper-compat (= 13), pkgconf, libnftables-dev +Package-List: + dnsmasq deb net optional arch=all + dnsmasq-base deb net optional arch=any + dnsmasq-base-lua deb net optional arch=any + dnsmasq-utils deb net optional arch=linux-any +Directory: pool/50997d328797d93e7119324be585fecadf6a76342e17b2a54da6c94194b4a4a3 +Checksums-Sha1: + 7ce8528f808bf37abc8e7d3071f9a921a629f2da 2618 dnsmasq_2.90-4.dsc + 864374a3e573d4997753b34290d50072463570c9 570672 dnsmasq_2.90.orig.tar.xz + 8dc77d52bf9e6dac2d0220555540ffb4e7a2f776 833 dnsmasq_2.90.orig.tar.xz.asc + d7fdb7dda4f874ee9f8a37aa7011386248a64142 31476 dnsmasq_2.90-4.debian.tar.xz +Checksums-Sha256: + 50997d328797d93e7119324be585fecadf6a76342e17b2a54da6c94194b4a4a3 2618 dnsmasq_2.90-4.dsc + 8e50309bd837bfec9649a812e066c09b6988b73d749b7d293c06c57d46a109e4 570672 dnsmasq_2.90.orig.tar.xz + 2e3f407edb90caafecb64096d6f4cdba6a995dbbd014af5ad153ac83cace5da8 833 dnsmasq_2.90.orig.tar.xz.asc + 681c4f1c0a429f55b9981dc02eb6388bdaed55d470cb1094c9d4450cb3a6d018 31476 dnsmasq_2.90-4.debian.tar.xz +Files: + ffcc8ce034aaf8265be73cc098c2822c 2618 dnsmasq_2.90-4.dsc + 58b511a118301b8fe4e89f9734957937 570672 dnsmasq_2.90.orig.tar.xz + d14d9c701bf5ed0812756eb4fe730e5a 833 dnsmasq_2.90.orig.tar.xz.asc + 276d700cc234df41aba33c2b2926f2d1 31476 dnsmasq_2.90-4.debian.tar.xz + +Format: 1.0 +Package: docker-machine +Binary: docker-machine +Architecture: any +Version: 0.16.2+gitlab.23-0gardenlinux0 +Maintainer: Garden Linux +Standards-Version: 4.6.0 +Build-Depends: debhelper-compat (= 13), golang-go:native +Package-List: + docker-machine deb admin optional arch=any +Directory: pool/ff08d5b4c2e6a4e136aa0aefd45bba3afed46d9d472bbb31c3016ea29d1bb4f6 +Checksums-Sha1: + cc5e74dc15fa986c22486c0fd608436e62984c70 669 docker-machine_0.16.2+gitlab.23-0gardenlinux0.dsc + 4a40511ab50112e9e2fc2706cfb8727443995270 308218 docker-machine_0.16.2+gitlab.23-0gardenlinux0.tar.gz +Checksums-Sha256: + ff08d5b4c2e6a4e136aa0aefd45bba3afed46d9d472bbb31c3016ea29d1bb4f6 669 docker-machine_0.16.2+gitlab.23-0gardenlinux0.dsc + 030234feeec3953acc603752152a1afacbecb7cc93863ce9487f2352afbec2b5 308218 docker-machine_0.16.2+gitlab.23-0gardenlinux0.tar.gz +Files: + 95eae8a3499fbbf28c22527ebfd9301a 669 docker-machine_0.16.2+gitlab.23-0gardenlinux0.dsc + 834af67cadff282a232db7a3f93a2c66 308218 docker-machine_0.16.2+gitlab.23-0gardenlinux0.tar.gz + +Format: 3.0 (quilt) +Package: docker.io +Binary: docker.io, docker-cli, golang-github-docker-docker-dev, docker-doc +Architecture: linux-any all +Version: 26.1.5+dfsg1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout ,Dmitry Smirnov ,Tim Potter ,Tianon Gravi ,Paul Tagliamonte ,Reinhard Tartler +Homepage: https://mobyproject.org +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/docker +Vcs-Git: https://salsa.debian.org/go-team/packages/docker.git +Testsuite: autopkgtest +Testsuite-Triggers: debian-archive-keyring, debootstrap +Build-Depends: debhelper-compat (= 13), dh-apparmor, dh-golang (>= 1.14~), bash-completion, ca-certificates, golang-any (>= 2:1.10~), go-md2man (>= 1.0.3~), golang-dbus-dev (>= 5.0.2~), golang-github-adamkorcz-go-fuzz-headers-1-dev, golang-github-agext-levenshtein-dev, golang-github-armon-circbuf-dev, golang-github-armon-go-metrics-dev, golang-github-aws-aws-sdk-go-v2-dev, golang-github-aws-smithy-go-dev, golang-github-azure-go-ansiterm-dev, golang-github-bsphere-le-go-dev, golang-github-burntsushi-toml-dev, golang-github-cespare-xxhash-dev, golang-github-cenkalti-backoff-dev, golang-github-cilium-ebpf-dev, golang-github-cloudflare-cfssl-dev (>= 1.6.4), golang-github-containerd-console-dev, golang-github-containerd-containerd-dev (>= 1.7), golang-github-containerd-continuity-dev (>= 0.0~git20190426~), golang-github-containerd-fifo-dev (>= 1.1.0~), golang-github-containerd-go-cni-dev, golang-github-containerd-go-runc-dev (>= 1.1.0), golang-github-containerd-typeurl-dev (>= 2.1.1-2), golang-github-containernetworking-plugins-dev, golang-github-coreos-bbolt-dev (>= 1.3.10), golang-github-coreos-go-systemd-dev (>= 20~), golang-github-creack-pty-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-davecgh-go-spew-dev, golang-github-deckarep-golang-set-dev (>= 2.3.0~), golang-github-dimchansky-utfbom-dev, golang-github-distribution-reference-dev, golang-github-docker-distribution-dev (>= 2.7.1~), golang-github-docker-docker-credential-helpers-dev (>= 0.6.1~), golang-github-docker-go-connections-dev (>= 0.4.0~), golang-github-docker-go-events-dev, golang-github-docker-go-metrics-dev, golang-github-docker-go-units-dev (>= 0.4.0~), golang-github-docker-libkv-dev, golang-github-docker-libtrust-dev, golang-github-docker-notary-dev (>= 0.7.0+git20240416), golang-github-felixge-httpsnoop-dev, golang-github-fernet-fernet-go-dev, golang-github-fluent-fluent-logger-golang-dev (>= 1.3.0~), golang-github-fsnotify-fsnotify-dev, golang-github-fvbommel-sortorder-dev, golang-github-go-logr-logr-dev, golang-github-go-logr-stdr-dev, golang-github-gofrs-flock-dev, golang-github-gogo-googleapis-dev, golang-github-golang-groupcache-dev, golang-github-golang-jwt-jwt-dev, golang-github-googleapis-gax-go-dev, golang-github-google-go-cmp-dev (>= 0.2.0~), golang-github-google-shlex-dev, golang-github-google-uuid-dev, golang-github-gorilla-mux-dev (>= 1.7.1~), golang-github-gotestyourself-gotest.tools-dev, golang-github-graylog2-go-gelf-dev (>= 0.0+git20191017~), golang-github-grpc-ecosystem-go-grpc-prometheus-dev, golang-github-grpc-ecosystem-grpc-opentracing-dev, golang-github-hashicorp-go-memdb-dev, golang-github-hashicorp-go-immutable-radix-dev, golang-github-hashicorp-memberlist-dev (>= 0.1.0~), golang-github-hashicorp-serf-dev, golang-github-imdario-mergo-dev (>= 0.3.3~), golang-github-in-toto-in-toto-golang-dev, golang-github-ishidawataru-sctp-dev, golang-github-json-iterator-go-dev (>= 1.1.4~), golang-github-klauspost-compress-dev, golang-github-mattn-go-runewidth-dev, golang-github-miekg-dns-dev (>= 1.1.26~), golang-github-mitchellh-hashstructure-dev (>= 2.0.2), golang-github-moby-docker-image-spec-dev, golang-github-moby-locker-dev, golang-github-moby-patternmatcher-dev, golang-github-moby-pubsub-dev, golang-github-moby-sys-dev, golang-github-moby-term-dev, golang-github-modern-go-reflect2-dev, golang-github-morikuni-aec-dev, golang-github-nxadm-tail-dev, golang-github-onsi-ginkgo-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>= 1.0.1~), golang-github-opencontainers-runc-dev (>= 1.0.0~rc8~), golang-github-opencontainers-selinux-dev (>= 1.8.0~), golang-github-opencontainers-specs-dev (>= 1.0.1~), golang-github-opentracing-contrib-go-stdlib-dev, golang-github-opentracing-opentracing-go-dev (>= 0.0~git20180507), golang-opentelemetry-contrib-dev (>= 0.42), golang-opentelemetry-otel-dev (>= 1.21), golang-opentelemetry-proto-dev, golang-github-pelletier-go-toml-dev, golang-github-philhofer-fwd-dev, golang-github-prometheus-client-golang-dev (>= 0.9.0~), golang-github-racksec-srslog-dev, golang-github-rcrowley-go-metrics-dev, golang-github-samuel-go-zookeeper-dev, golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-github-spf13-cobra-dev (>= 1.1.1~), golang-github-spf13-pflag-dev (>= 1.0.5-2~), golang-github-stretchr-testify-dev, golang-github-tchap-go-patricia-dev, golang-github-tonistiigi-units-dev, golang-github-rootless-containers-rootlesskit-dev (>= 2), golang-github-secure-systems-lab-go-securesystemslib-dev, golang-github-urfave-cli-dev (>= 1.20.0~), golang-github-vbatts-tar-split-dev (>= 0.11.1~), golang-github-xeipuuv-gojsonschema-dev (>= 1.2.0~), golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev | golang-golang-x-oauth2-dev, golang-golang-x-term-dev, golang-golang-x-time-dev, golang-google-api-dev, golang-google-cloud-dev, golang-google-grpc-dev (>> 1.64), golang-github-golang-protobuf-1-5-dev, golang-go-zfs-dev, golang-protobuf-extensions-dev, golang-k8s-klog-dev, gotestsum, libapparmor-dev, libseccomp-dev, libsystemd-dev, pkgconf, procps, tzdata, git, golang-github-adalogics-go-fuzz-headers-dev +Build-Conflicts: golang-github-docker-docker-dev +Package-List: + docker-cli deb admin optional arch=linux-any + docker-doc deb doc optional arch=all + docker.io deb admin optional arch=linux-any + golang-github-docker-docker-dev deb golang optional arch=all +Directory: pool/5fadd16ba1fa38ea62b9cc0d62a399f577addef9d9627afeae5bc6954b76e316 +Checksums-Sha1: + 7b23a51ec7febf8158625fbc50732ddaf1d49189 8065 docker.io_26.1.5+dfsg1-2.dsc + 953e1c50e44d9982fc206d5aa5f351e35f3efc38 1176732 docker.io_26.1.5+dfsg1.orig-cli.tar.xz + b03e2910c0542b6e93bc257d98685badb27a3989 4443500 docker.io_26.1.5+dfsg1.orig.tar.xz + 23e8037ab4cd354ac24fedb003016bf544b85e8a 49896 docker.io_26.1.5+dfsg1-2.debian.tar.xz +Checksums-Sha256: + 5fadd16ba1fa38ea62b9cc0d62a399f577addef9d9627afeae5bc6954b76e316 8065 docker.io_26.1.5+dfsg1-2.dsc + 477e396c50ea9e617cf6a9d70eef9509e587508faeaa5ab8e0304d600612c11b 1176732 docker.io_26.1.5+dfsg1.orig-cli.tar.xz + e06baad2dbca2a79d3569ee358a4442cf9e550a355872484631860941bee73c9 4443500 docker.io_26.1.5+dfsg1.orig.tar.xz + 2769bc573c7611d1c6057febdd3ce2d7bf5630cff7b575406ae8d2857432dc77 49896 docker.io_26.1.5+dfsg1-2.debian.tar.xz +Files: + 1fee5d317c71b3614b8176064aeeaee1 8065 docker.io_26.1.5+dfsg1-2.dsc + f16c568c7f46cb446904265bd5a87d6a 1176732 docker.io_26.1.5+dfsg1.orig-cli.tar.xz + bc3ab3a62a9469b6bfde91223a129fb6 4443500 docker.io_26.1.5+dfsg1.orig.tar.xz + 776ae73ba3994e6fcf64edaf871b80e1 49896 docker.io_26.1.5+dfsg1-2.debian.tar.xz +Dgit: a72612daa9d9fba30dd183d28c5d65fadd47a61e debian archive/debian/26.1.5+dfsg1-2 https://git.dgit.debian.org/docker.io +Go-Import-Path: github.com/docker/docker + +Format: 3.0 (quilt) +Package: dosfstools +Binary: dosfstools, dosfstools-udeb +Architecture: any +Version: 4.2-1.1 +Maintainer: Andreas Bombe +Homepage: https://github.com/dosfstools/dosfstools +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/dosfstools +Vcs-Git: https://salsa.debian.org/debian/dosfstools.git +Build-Depends: debhelper-compat (= 13), xxd +Package-List: + dosfstools deb otherosfs optional arch=any + dosfstools-udeb udeb debian-installer optional arch=any +Directory: pool/003084fc4d79182cc771403f8681c2399ed392739f5f3ea6d2155f9ce75ce190 +Checksums-Sha1: + 67b62ca816dd1b44abd4f3dd4ec5d5efd8016f8b 1938 dosfstools_4.2-1.1.dsc + 14efc68c64987a9067b6a919ad2870007247686b 320917 dosfstools_4.2.orig.tar.gz + 5f81a563d5098b525da823dd287e997e19664134 16644 dosfstools_4.2-1.1.debian.tar.xz +Checksums-Sha256: + 003084fc4d79182cc771403f8681c2399ed392739f5f3ea6d2155f9ce75ce190 1938 dosfstools_4.2-1.1.dsc + 64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527 320917 dosfstools_4.2.orig.tar.gz + e29340756a5c93be66de6b53087880ead41ef97822489bd03e99eaf9fc72c08d 16644 dosfstools_4.2-1.1.debian.tar.xz +Files: + 368774478f9d4277ca5ed572de51bfea 1938 dosfstools_4.2-1.1.dsc + 49c8e457327dc61efab5b115a27b087a 320917 dosfstools_4.2.orig.tar.gz + 5279715882e60c196db7ac14ea46e175 16644 dosfstools_4.2-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: double-conversion +Binary: libdouble-conversion3, libdouble-conversion-dev +Architecture: any +Version: 3.3.0-1 +Maintainer: Debian Science Team +Uploaders: Mo Zhou +Homepage: https://github.com/google/double-conversion +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/science-team/double-conversion +Vcs-Git: https://salsa.debian.org/science-team/double-conversion.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cmake +Build-Depends: debhelper-compat (= 13), dh-exec +Package-List: + libdouble-conversion-dev deb libdevel optional arch=any + libdouble-conversion3 deb libs optional arch=any +Directory: pool/7a56b6c2227c5f7326aae88c4777a0f057337ea93504cc126637fcd86bab878b +Checksums-Sha1: + 0f2bbb3acaeace77168e1368323ea6d6842b5d76 2212 double-conversion_3.3.0-1.dsc + 31bbee2c38287a71901e818010dd9427567e6c1f 7033266 double-conversion_3.3.0.orig.tar.gz + e5d98c89d07e4b0d8467ced09d7f8941efc66042 8740 double-conversion_3.3.0-1.debian.tar.xz +Checksums-Sha256: + 7a56b6c2227c5f7326aae88c4777a0f057337ea93504cc126637fcd86bab878b 2212 double-conversion_3.3.0-1.dsc + 04ec44461850abbf33824da84978043b22554896b552c5fd11a9c5ae4b4d296e 7033266 double-conversion_3.3.0.orig.tar.gz + 90f3339e43ef318138ca30f8b909addb7c2ff1f9d148280a5e401e8044cfa43a 8740 double-conversion_3.3.0-1.debian.tar.xz +Files: + 351685320da4b72fc0ddbabbb8577e58 2212 double-conversion_3.3.0-1.dsc + b344abb64084a4a1d98a43e67752989b 7033266 double-conversion_3.3.0.orig.tar.gz + 2c759d024d2de42606808bc24d8a1cb8 8740 double-conversion_3.3.0-1.debian.tar.xz + +Format: 3.0 (native) +Package: dpkg +Binary: dpkg, libdpkg-dev, dpkg-dev, libdpkg-perl, dselect +Architecture: any all +Version: 1.22.11 +Maintainer: Dpkg Developers +Uploaders: Guillem Jover +Homepage: https://wiki.debian.org/Teams/Dpkg +Standards-Version: 4.6.2 +Vcs-Browser: https://git.dpkg.org/cgit/dpkg/dpkg.git +Vcs-Git: https://git.dpkg.org/git/dpkg/dpkg.git +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, build-essential, eatmydata, file, libmd-dev, pkgconf +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10~), pkgconf, gettext (>= 0.19.7), po4a (>= 0.59), libmd-dev, zlib1g-dev, libbz2-dev, liblzma-dev (>= 5.4.0), libzstd-dev (>= 1.4.0), libselinux1-dev [linux-any], libncurses-dev (>= 6.1+20180210), bzip2 , xz-utils (>= 5.4.0) , zstd , git , ca-certificates , libmodule-build-perl , fakeroot , gnupg , cppcheck , shellcheck , aspell , aspell-en , codespell , i18nspector , libtest-minimumversion-perl , libtest-perl-critic-perl , libtest-pod-coverage-perl , libtest-pod-perl , libtest-spelling-perl , libtest-strict-perl , libtest-synopsis-perl , lcov , libdevel-cover-perl +Package-List: + dpkg deb admin required arch=any essential=yes + dpkg-dev deb utils optional arch=all + dselect deb admin optional arch=any + libdpkg-dev deb libdevel optional arch=any + libdpkg-perl deb perl optional arch=all +Directory: pool/d850ae15f8a43c981edaace2003f93d44f6f23666917bd26472f266d172a03fa +Checksums-Sha1: + 4908b46f2285c2e4c3fc53f27568b4062a54cdd7 3144 dpkg_1.22.11.dsc + 34026a1d8a17f455318ccb0ec9d27c93d15c5f27 5697040 dpkg_1.22.11.tar.xz +Checksums-Sha256: + d850ae15f8a43c981edaace2003f93d44f6f23666917bd26472f266d172a03fa 3144 dpkg_1.22.11.dsc + f318eb949b8e7ecd802b17b1a7e7cf4b17094c9577e1060653e9b838cdd31d80 5697040 dpkg_1.22.11.tar.xz +Files: + d102092e9c47988656015c0fe1df7cc7 3144 dpkg_1.22.11.dsc + 20fd4de234d9192a941ae58b616677ec 5697040 dpkg_1.22.11.tar.xz + +Format: 3.0 (quilt) +Package: dracut +Binary: dracut, dracut-core, dracut-install, dracut-network, dracut-squash, dracut-live, dracut-config-generic, dracut-config-rescue +Architecture: any all +Version: 103-2 +Maintainer: Thomas Lange +Homepage: https://github.com/dracut-ng/dracut-ng/wiki +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/dracut +Vcs-Git: https://salsa.debian.org/debian/dracut.git +Testsuite: autopkgtest +Testsuite-Triggers: btrfs-progs, busybox, cryptsetup, fdisk, gawk, iproute2, iputils-ping, isc-dhcp-client, isc-dhcp-server, kbd, linux-image-generic, lvm2, make, mdadm, mount, nbd-client, nbd-server, parted, procps, qemu-kvm, squashfs-tools, systemd-boot-efi, systemd-sysv, util-linux, vim +Build-Depends: debhelper-compat (= 12), debhelper, asciidoc-base, xsltproc, docbook-xsl, docbook-xml, quilt, libkmod-dev, pkgconf, systemd-dev +Package-List: + dracut deb utils optional arch=all + dracut-config-generic deb utils optional arch=all + dracut-config-rescue deb utils optional arch=all + dracut-core deb utils optional arch=any + dracut-install deb utils optional arch=any + dracut-live deb utils optional arch=all + dracut-network deb utils optional arch=all + dracut-squash deb utils optional arch=all +Directory: pool/c99a01776ac448ce0bea0e922abb087e67d3784ddb90a137726dc343140e78c8 +Checksums-Sha1: + 622a75c2646bb5e0bbd01381e8b1f8f687db2807 2675 dracut_103-2.dsc + da006695bac6ab771b508d94063023282ea16451 411564 dracut_103.orig.tar.xz + 6a31f9bf2eb23c6f73af515aea349ad12a54befe 16076 dracut_103-2.debian.tar.xz +Checksums-Sha256: + c99a01776ac448ce0bea0e922abb087e67d3784ddb90a137726dc343140e78c8 2675 dracut_103-2.dsc + 37fa34e87e65df8ac7203bc08272840545dc6d1bd624397edd47e4cba467ac0c 411564 dracut_103.orig.tar.xz + 1cb468ff16fb64b9b7ae6b0138d2e5b54b1d18d61241bf38a0e6fb70f2cd5870 16076 dracut_103-2.debian.tar.xz +Files: + 18654c310bebfc3513dc99c5d24715e5 2675 dracut_103-2.dsc + 85bf82766f36cf5e49d25600e7513507 411564 dracut_103.orig.tar.xz + bbbca4ec4d67ea2c6f37b093dfa47cd5 16076 dracut_103-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: duktape +Binary: duktape, duktape-dev, libduktape207 +Architecture: any +Version: 2.7.0-2 +Maintainer: Debian IoT Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://duktape.org +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian-iot-team/duktape +Vcs-Git: https://salsa.debian.org/debian-iot-team/duktape.git +Build-Depends: debhelper-compat (= 13), dh-exec +Package-List: + duktape deb interpreters optional arch=any + duktape-dev deb libdevel optional arch=any + libduktape207 deb libs optional arch=any +Directory: pool/929e540895cf8711c922fccc9b2e6cb4c6cf07ccff7ceea1fdf673f82002f726 +Checksums-Sha1: + ef0000b4a16c6fa9bc7af8e7879d8ea56b9011ea 2194 duktape_2.7.0-2.dsc + 8200c8e417dbab7adcc12c4dbdef7651cfc55794 1026524 duktape_2.7.0.orig.tar.xz + 63f1b8e7a2d8908bd77d455701476aaf2dd4e908 7520 duktape_2.7.0-2.debian.tar.xz +Checksums-Sha256: + 929e540895cf8711c922fccc9b2e6cb4c6cf07ccff7ceea1fdf673f82002f726 2194 duktape_2.7.0-2.dsc + 90f8d2fa8b5567c6899830ddef2c03f3c27960b11aca222fa17aa7ac613c2890 1026524 duktape_2.7.0.orig.tar.xz + 60f9c4893f4f539f23a8d7c373a29b6dc78aad82c2112bb46a11f0aae68c1ec0 7520 duktape_2.7.0-2.debian.tar.xz +Files: + 4ba42d09f67b3eae08dea077691f67a7 2194 duktape_2.7.0-2.dsc + b3200b02ab80125b694bae887d7c1ca6 1026524 duktape_2.7.0.orig.tar.xz + 7c072b735abaf4187d3abf6b98afa9d5 7520 duktape_2.7.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: dwarves +Binary: pahole, dwarves +Architecture: any all +Version: 1.27-1 +Maintainer: Domenico Andreoli +Homepage: https://git.kernel.org/pub/scm/devel/pahole/pahole.git +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/dwarves +Vcs-Git: https://salsa.debian.org/debian/dwarves.git +Testsuite: autopkgtest +Testsuite-Triggers: binutils-multiarch, clang, file, gcc, libbpf-dev, libdw-dev, pahole-dbgsym +Build-Depends: debhelper-compat (= 13), cmake (>= 2.4.8), pkgconf, zlib1g-dev, libelf-dev, libdw-dev (>= 0.141), libbpf-dev (>= 1:1.0.1) [linux-any], linux-libc-dev (>= 6.0~) [linux-any] +Package-List: + dwarves deb oldlibs optional arch=all + pahole deb utils optional arch=any +Directory: pool/f4204b9623805df11dedb16f416bc708882063d0747dbafe53f8cf1f127b28d2 +Checksums-Sha1: + 250cc9290d9cd2ce340fd95672c75b559980301e 2174 dwarves_1.27-1.dsc + a9bbb201925e4b58e73fc17eedbfd5484d101e97 2254968 dwarves_1.27.orig.tar.xz + 2200137d80fac3da66e03241da8f917cf4ec1062 22352 dwarves_1.27-1.debian.tar.xz +Checksums-Sha256: + f4204b9623805df11dedb16f416bc708882063d0747dbafe53f8cf1f127b28d2 2174 dwarves_1.27-1.dsc + 81e227af6fe6a3228d64211a80209f7cd86022a6bd48c53302124cef76154505 2254968 dwarves_1.27.orig.tar.xz + ed266b8dcc2b932d1d662b730597c3f6d7fc4c5cfde2eba5c53d8927aae58043 22352 dwarves_1.27-1.debian.tar.xz +Files: + d02b06eff11b48f36f5f4687b416db28 2174 dwarves_1.27-1.dsc + bea096b0fcd7144675873bf12f46b2aa 2254968 dwarves_1.27.orig.tar.xz + 1217a353b5817eb6ef321df04e8e9f5f 22352 dwarves_1.27-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: dwz +Binary: dwz +Architecture: any +Version: 0.15-1 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: https://www.sourceware.org/dwz/ +Standards-Version: 4.6.1 +Build-Depends: debhelper (>= 13), libelf-dev, libxxhash-dev, dejagnu , elfutils , gdb +Package-List: + dwz deb devel optional arch=any +Directory: pool/f79a4d449be1cc60e77b75c3a8be2ac39826cfe7abc1cc60e1304291dbc845e0 +Checksums-Sha1: + 0b5f3b8d44a33b7690121cb0281f70c48f1c2396 1825 dwz_0.15-1.dsc + c84d0c5dcc65a5091440b96e11a3f733c00f9b64 150080 dwz_0.15.orig.tar.xz + 182a38a3b3589f2286f50c3506bc480f1df3e4e2 3624 dwz_0.15-1.debian.tar.xz +Checksums-Sha256: + f79a4d449be1cc60e77b75c3a8be2ac39826cfe7abc1cc60e1304291dbc845e0 1825 dwz_0.15-1.dsc + 3c3845310e34e306747207e1038bbc4085c7e2edff8de20f7ca7f3884ca752e4 150080 dwz_0.15.orig.tar.xz + 65d29182ca5bff6a11c800eaef0081488b14f7787b3078f25875b764e5d5f539 3624 dwz_0.15-1.debian.tar.xz +Files: + 0169af17d8291118f2262c364d17f864 1825 dwz_0.15-1.dsc + d2867986d0df78bfbc22587628873fae 150080 dwz_0.15.orig.tar.xz + 43397a1968e51492f4dc49e23af87b89 3624 dwz_0.15-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: e2fsprogs +Binary: fuse2fs, logsave, e2fsck-static, e2fsprogs-l10n, libcom-err2, comerr-dev, libss2, ss-dev, e2fsprogs-udeb, libext2fs2t64, libext2fs-dev, e2fsprogs +Architecture: any all +Version: 1.47.1-1 +Maintainer: Theodore Y. Ts'o +Homepage: http://e2fsprogs.sourceforge.net +Standards-Version: 4.7.0 +Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git +Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master +Testsuite: autopkgtest +Testsuite-Triggers: fuse3 +Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkgconf, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev [linux-any], cron [linux-any], dh-sequence-movetousr +Package-List: + comerr-dev deb libdevel optional arch=any + e2fsck-static deb admin optional arch=any profile=!pkg.e2fsprogs.no-static + e2fsprogs deb admin required arch=any + e2fsprogs-l10n deb localization optional arch=all + e2fsprogs-udeb udeb debian-installer optional arch=any profile=!noudeb + fuse2fs deb admin optional arch=linux-any,kfreebsd-any profile=!pkg.e2fsprogs.no-fuse2fs + libcom-err2 deb libs optional arch=any + libext2fs-dev deb libdevel optional arch=any + libext2fs2t64 deb libs optional arch=any + libss2 deb libs optional arch=any + logsave deb admin optional arch=any + ss-dev deb libdevel optional arch=any +Directory: pool/04ae87a924fa3c9826db58af7e48c48659979c3e71b81a64bcaa48bf6e82507e +Checksums-Sha1: + 56f824c2732600ffe1bf6fad534d8f752eed05d7 2936 e2fsprogs_1.47.1-1.dsc + 48e9c6d9da353948aead80a67ffe82aa88293534 9952468 e2fsprogs_1.47.1.orig.tar.gz + b5739b12cb15069a3803b4f4e921a0e9abd9471f 488 e2fsprogs_1.47.1.orig.tar.gz.asc + 8bbf3268abdb8dea31af1ea5e104014f605fdc70 89808 e2fsprogs_1.47.1-1.debian.tar.xz +Checksums-Sha256: + 04ae87a924fa3c9826db58af7e48c48659979c3e71b81a64bcaa48bf6e82507e 2936 e2fsprogs_1.47.1-1.dsc + 9afcd201f39429d2db2492aeb13dba5e75d6cc50682b732dca35643bd5f092e3 9952468 e2fsprogs_1.47.1.orig.tar.gz + 19b5fed0eb91cd58f0f82252a7d3f72a803dc2f497bfa765034551d9feb06781 488 e2fsprogs_1.47.1.orig.tar.gz.asc + 8d4a4b695ca9012c4e21a727ba9f00bf09c2b7adffd83813e998bfa76ed106b0 89808 e2fsprogs_1.47.1-1.debian.tar.xz +Files: + ea8eaa3276b8195e84606e1347eed040 2936 e2fsprogs_1.47.1-1.dsc + 75e6d1353cbe6d5728a98fb0267206cb 9952468 e2fsprogs_1.47.1.orig.tar.gz + 7cf5a88da2b9edafb4b951ff4d2b1398 488 e2fsprogs_1.47.1.orig.tar.gz.asc + f919ba32683f9e3183aef0b3871c6801 89808 e2fsprogs_1.47.1-1.debian.tar.xz +Dgit: 1d356bc77c2036138b858b1a2db4a2d7f120e2a3 debian archive/debian/1.47.1-1 https://git.dgit.debian.org/e2fsprogs + +Format: 3.0 (quilt) +Package: ebtables +Binary: ebtables +Architecture: linux-any +Version: 2.0.11-6 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Alberto Molina Coballes , Jeremy Sowden +Homepage: https://netfilter.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-ebtables +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-ebtables.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Package-List: + ebtables deb net optional arch=linux-any +Directory: pool/cfe07a0d132f72dc2c6da8da87f209d7b53c343ba9a409e93ddd4bb6b7c5d960 +Checksums-Sha1: + 14a25abb0429342ba709081b58b3bf1d64255b7a 2046 ebtables_2.0.11-6.dsc + 791b3b535181aa66f302356c2984cf244f76a247 428411 ebtables_2.0.11.orig.tar.gz + e786191183b0003221a442acccaea42968378277 10824 ebtables_2.0.11-6.debian.tar.xz +Checksums-Sha256: + cfe07a0d132f72dc2c6da8da87f209d7b53c343ba9a409e93ddd4bb6b7c5d960 2046 ebtables_2.0.11-6.dsc + b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a 428411 ebtables_2.0.11.orig.tar.gz + 198d5bccfbb7b387b09c331aa769603165e95e8b0d9383ec47b93b364a41bb14 10824 ebtables_2.0.11-6.debian.tar.xz +Files: + 6e669737861bfe952e144338f32b3075 2046 ebtables_2.0.11-6.dsc + 071c8b0a59241667a0044fb040d4fc72 428411 ebtables_2.0.11.orig.tar.gz + ceac9ea6c744cd4fa650507a68c5d301 10824 ebtables_2.0.11-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: ed +Binary: ed +Architecture: any +Version: 1.20.2-2 +Maintainer: Martin Zobel-Helas +Uploaders: Lev Lamberov +Homepage: https://www.gnu.org/software/ed/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/ed +Vcs-Git: https://salsa.debian.org/debian/ed.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Package-List: + ed deb editors optional arch=any +Directory: pool/83505e343d10bf809b391b6296798a16d76eba8bcdf63239f28f5f7030bdbefd +Checksums-Sha1: + 7cab3835624232570826b080a3c34dbf33cf4655 1832 ed_1.20.2-2.dsc + 71f5ec7a15f72d3bdf3d9f66763a3dad4ebbead5 93153 ed_1.20.2.orig.tar.gz + 3dd5aba3d8ced1232f6c6cb570cad1cab411b022 8652 ed_1.20.2-2.debian.tar.xz +Checksums-Sha256: + 83505e343d10bf809b391b6296798a16d76eba8bcdf63239f28f5f7030bdbefd 1832 ed_1.20.2-2.dsc + d45f9c4db61d6f5cf59f6daea118ed881976ec87742feae3cc35bffa7e99005f 93153 ed_1.20.2.orig.tar.gz + b3695b6d5a9cd8231897e362db22c77d129d72495513f8b65366b276de47f0f3 8652 ed_1.20.2-2.debian.tar.xz +Files: + 1a8693e65e28c464a135844f0cab3603 1832 ed_1.20.2-2.dsc + 3903b7a36d3c1434a5260055e5d4b794 93153 ed_1.20.2.orig.tar.gz + ccf0ceb2d12e8837777717cb7739f662 8652 ed_1.20.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: edk2 +Binary: ovmf, ovmf-ia32, qemu-efi-arm, qemu-efi-aarch64, qemu-efi-riscv64, efi-shell-ia32, efi-shell-x64, efi-shell-arm, efi-shell-aa64, efi-shell-riscv64 +Architecture: all +Version: 2024.08-1 +Maintainer: Debian QEMU Team +Uploaders: Steve Langasek , Serge Hallyn , dann frazier +Homepage: http://www.tianocore.org +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/qemu-team/edk2 +Vcs-Git: https://salsa.debian.org/qemu-team/edk2.git +Testsuite: autopkgtest +Testsuite-Triggers: dosfstools, grub-efi-amd64-signed, grub-efi-arm64-signed, mtools, openssl, python3-pexpect, qemu-system-arm, qemu-system-misc, qemu-system-x86, sbsigntool, shim-signed, xorriso +Build-Depends: bc, debhelper-compat (= 12), dh-exec, dosfstools, dpkg (>= 1.19.3), gcc-aarch64-linux-gnu, gcc-arm-linux-gnueabi, gcc-multilib [i386], gcc-riscv64-linux-gnu, iasl, lsb-release, mtools, nasm, python3, python3-pexpect, qemu-utils, qemu-system-arm (>= 1:2.12+dfsg), qemu-system-x86 (>= 1:2.12+dfsg), uuid-dev, xorriso +Package-List: + efi-shell-aa64 deb misc optional arch=all + efi-shell-arm deb misc optional arch=all + efi-shell-ia32 deb misc optional arch=all + efi-shell-riscv64 deb misc optional arch=all + efi-shell-x64 deb misc optional arch=all + ovmf deb misc optional arch=all + ovmf-ia32 deb misc optional arch=all + qemu-efi-aarch64 deb misc optional arch=all + qemu-efi-arm deb misc optional arch=all + qemu-efi-riscv64 deb misc optional arch=all +Directory: pool/4bcce513753926ae10a030ea6d868bacf5432d504638b695c0a0fc65bdaa0580 +Checksums-Sha1: + 2f70ad217ce29f33c056936d727865bdfdc2c8b3 3033 edk2_2024.08-1.dsc + ea71cf1ac1c323b1199a4ddc46432549dc3d8a53 23718120 edk2_2024.08.orig.tar.xz + f121a83d194c366431851005b2e3434d82a9cfb1 42568 edk2_2024.08-1.debian.tar.xz +Checksums-Sha256: + 4bcce513753926ae10a030ea6d868bacf5432d504638b695c0a0fc65bdaa0580 3033 edk2_2024.08-1.dsc + d44172f04d708c54dcf83c6881860b4969ca89ff84f7687f68a101096d0faa57 23718120 edk2_2024.08.orig.tar.xz + 4de1ffdc4f836dbf04072087af92fb12175b6b23e6ccf280452415a7c19a84be 42568 edk2_2024.08-1.debian.tar.xz +Files: + c9d549482ff7a30d0460f6139b4f82c0 3033 edk2_2024.08-1.dsc + 94295365b861014c8555b38491eb1b95 23718120 edk2_2024.08.orig.tar.xz + 604fee8ca750ea3746975210cbbb05af 42568 edk2_2024.08-1.debian.tar.xz +Build-Indep-Architecture: amd64 + +Format: 3.0 (quilt) +Package: efibootmgr +Binary: efibootmgr +Architecture: any +Version: 18-2 +Maintainer: Debian UEFI Maintainers +Uploaders: Steve McIntyre <93sam@debian.org>, Mario Limonciello +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/efi-team/efibootmgr +Vcs-Git: https://salsa.debian.org/efi-team/efibootmgr.git +Build-Depends: debhelper-compat (= 13), pkg-config, libefivar-dev (>= 30), libefiboot-dev (>= 30), libpopt-dev +Package-List: + efibootmgr deb admin optional arch=any +Directory: pool/7f13d07ad6cddaf3e8a4f978c527ed3235d0db4b6a0156e460377ec0a5525ef4 +Checksums-Sha1: + 37cf848f23fbaf72711d013b7cb62bfc6a5eead4 1992 efibootmgr_18-2.dsc + 6b4a89c21497beb3cfdf00e16247c2ecc6985b45 40439 efibootmgr_18.orig.tar.bz2 + 47f4f790389ad7f1a150dbe11f4a62f701160c56 7496 efibootmgr_18-2.debian.tar.xz +Checksums-Sha256: + 7f13d07ad6cddaf3e8a4f978c527ed3235d0db4b6a0156e460377ec0a5525ef4 1992 efibootmgr_18-2.dsc + 2b195f912aa353f0d11f21f207684c91460fbc37f9a4f2673e63e5e32d108b10 40439 efibootmgr_18.orig.tar.bz2 + 7a9d2d3a6ef4b67601398cc1b843eb2be9193eaaf908d321140b4c4d346767f5 7496 efibootmgr_18-2.debian.tar.xz +Files: + 5d4ff7b4f537263f7c483e8b720c4f32 1992 efibootmgr_18-2.dsc + a92ce8fd2b282fa30f066797b14095ef 40439 efibootmgr_18.orig.tar.bz2 + 85e7d3b8c114c94307b559097e025321 7496 efibootmgr_18-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: efitools +Binary: efitools +Architecture: any +Version: 1.9.2-3gardenlinux0 +Maintainer: Debian UEFI Maintainers +Uploaders: Arnaud Rebillout , Steve McIntyre <93sam@debian.org> +Homepage: http://blog.hansenpartnership.com/uefi-secure-boot/ +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/efi-team/efitools +Vcs-Git: https://salsa.debian.org/efi-team/efitools.git +Build-Depends: debhelper-compat (= 12), libfile-slurp-perl, help2man, libssl-dev, openssl, gnu-efi, sbsigntool +Package-List: + efitools deb admin optional arch=any +Directory: pool/2a2b6993295127734744cee1f40130de996c5cd2297d86f9cb91618e3967f173 +Checksums-Sha1: + 2e8f6902473ff9f039d4e10ee8a89b85426c2f07 1193 efitools_1.9.2-3gardenlinux0.dsc + fce18718f1d69570b1f75d99aa684d72b3e5c002 93848 efitools_1.9.2.orig.tar.xz + f8e18bbaac2ac1ab38a960da9583db1f6f7528bc 5000 efitools_1.9.2-3gardenlinux0.debian.tar.xz +Checksums-Sha256: + 2a2b6993295127734744cee1f40130de996c5cd2297d86f9cb91618e3967f173 1193 efitools_1.9.2-3gardenlinux0.dsc + 663d1d9c11642a3dba72ebd86d57ba1f148515b2a418c67e5126c3a375922374 93848 efitools_1.9.2.orig.tar.xz + 7dee27c467737faa8662a187d6a7d3bcb6aebec2f495464cd7dd6d269498218c 5000 efitools_1.9.2-3gardenlinux0.debian.tar.xz +Files: + a8022ca4e72891827698ac0975769cb6 1193 efitools_1.9.2-3gardenlinux0.dsc + 6583efe1ed2a6be262cbf5f420264212 93848 efitools_1.9.2.orig.tar.xz + a64eb1aa5eeabf4626205a758828377d 5000 efitools_1.9.2-3gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: efivar +Binary: libefivar-dev, libefiboot-dev, libefisec-dev, efivar, libefiboot1t64, libefivar1t64, libefisec1t64 +Architecture: amd64 i386 ia64 armhf arm64 armel riscv64 x32 mips64el loong64 +Version: 38-3.1 +Maintainer: Debian UEFI Maintainers +Uploaders: Steve McIntyre <93sam@debian.org>, Mario Limonciello +Homepage: https://github.com/rhinstaller/efivar +Standards-Version: 4.1.1 +Vcs-Browser: https://salsa.debian.org/efi-team/efivar +Vcs-Git: https://salsa.debian.org/efi-team/efivar.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libpopt-dev, pkg-config, mandoc, grub-common +Package-List: + efivar deb admin optional arch=amd64,i386,ia64,armhf,arm64,armel,riscv64,x32,mips64el,loong64 + libefiboot-dev deb libdevel optional arch=amd64,i386,ia64,armhf,arm64,armel,riscv64,x32,mips64el,loong64 + libefiboot1t64 deb libs optional arch=amd64,i386,ia64,armhf,arm64,armel,riscv64,x32,mips64el,loong64 + libefisec-dev deb libdevel optional arch=amd64,i386,ia64,armhf,arm64,armel,riscv64,x32,mips64el,loong64 + libefisec1t64 deb libs optional arch=amd64,i386,ia64,armhf,arm64,armel,riscv64,x32,mips64el,loong64 + libefivar-dev deb libdevel optional arch=amd64,i386,ia64,armhf,arm64,armel,riscv64,x32,mips64el,loong64 + libefivar1t64 deb libs optional arch=amd64,i386,ia64,armhf,arm64,armel,riscv64,x32,mips64el,loong64 +Directory: pool/8cb5bc65ed548f5c223935a5d7396e4c67430096d318e7263b5cb2ffe771629e +Checksums-Sha1: + eea63d7c312639c542e0c59765d52b53bd7682e4 2837 efivar_38-3.1.dsc + 64dc75cf71b7a989b8b4ac5cd46d1010430e89dc 320221 efivar_38.orig.tar.bz2 + 06d05677900cb95b25fbdc570831bb12eb577c89 9036 efivar_38-3.1.debian.tar.xz +Checksums-Sha256: + 8cb5bc65ed548f5c223935a5d7396e4c67430096d318e7263b5cb2ffe771629e 2837 efivar_38-3.1.dsc + f018ed6e49c5f1c16d336d9fd7687ce87023276591921db1e49a314ad6515349 320221 efivar_38.orig.tar.bz2 + 5044365ae91f7101fcd93a9b3e201ae04df5e9553234bb7b00cc5f2550324fcc 9036 efivar_38-3.1.debian.tar.xz +Files: + 56b6fedfc4441f597866e0b03d94f395 2837 efivar_38-3.1.dsc + 243fdbc48440212695cb9c6e6fd0f44f 320221 efivar_38.orig.tar.bz2 + b80329f78237c18e32e403b2c66079b0 9036 efivar_38-3.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: elfutils +Binary: elfutils, libelf1t64, libelf-dev, libdw-dev, libdw1t64, libasm1t64, libasm-dev, libdebuginfod1t64, libdebuginfod-dev, debuginfod, libdebuginfod-common +Architecture: any all +Version: 0.191-2 +Maintainer: Debian Elfutils Maintainers +Uploaders: Kurt Roeckx , Matthias Klose , Sergio Durigan Junior , +Homepage: https://sourceware.org/elfutils/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/toolchain-team/elfutils +Vcs-Git: https://salsa.debian.org/toolchain-team/elfutils.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11), autoconf, automake, lsb-release, bzip2, zlib1g-dev, zlib1g-dev:native, libbz2-dev, liblzma-dev, libzstd-dev, zstd , m4, gettext, po-debconf, gawk, gcc-multilib [any-amd64 sparc64] , libc6-dbg [powerpc powerpcspe ppc64 ppc64el armel armhf arm64 sparc64 riscv64], flex, bison, pkg-config, libarchive-dev , libmicrohttpd-dev , libcurl4-gnutls-dev , libsqlite3-dev +Build-Conflicts: autoconf2.13 +Package-List: + debuginfod deb devel optional arch=any profile=!pkg.elfutils.nodebuginfod + elfutils deb utils optional arch=any + libasm-dev deb libdevel optional arch=any + libasm1t64 deb libs optional arch=any + libdebuginfod-common deb devel optional arch=all profile=!pkg.elfutils.nodebuginfod + libdebuginfod-dev deb libdevel optional arch=any profile=!pkg.elfutils.nodebuginfod + libdebuginfod1t64 deb libs optional arch=any profile=!pkg.elfutils.nodebuginfod + libdw-dev deb libdevel optional arch=any + libdw1t64 deb libs optional arch=any + libelf-dev deb libdevel optional arch=any + libelf1t64 deb libs optional arch=any +Directory: pool/3bed7fdf1fec10afe7531ff34e8def33dfa5f0df97854bbfeb5216ff9e848a39 +Checksums-Sha1: + fb75864e2e6e906c33b26c9dbfb3eb2390a993ba 3275 elfutils_0.191-2.dsc + 651aa2b7390aeba178be2ceefd4c2eb42e783e97 9310088 elfutils_0.191.orig.tar.bz2 + c755190f755438a687bebc80d0e2e12212f84a0c 44404 elfutils_0.191-2.debian.tar.xz +Checksums-Sha256: + 3bed7fdf1fec10afe7531ff34e8def33dfa5f0df97854bbfeb5216ff9e848a39 3275 elfutils_0.191-2.dsc + df76db71366d1d708365fc7a6c60ca48398f14367eb2b8954efc8897147ad871 9310088 elfutils_0.191.orig.tar.bz2 + 46d49ba0c62cd64ab8eafebaffea278ff584048fd66289031203919abdf2b58a 44404 elfutils_0.191-2.debian.tar.xz +Files: + 40db6255808014bf4a0e391dee0b89b5 3275 elfutils_0.191-2.dsc + 636547248fb3fae58ec48030298d3ef7 9310088 elfutils_0.191.orig.tar.bz2 + b94a5a81b2ca0fbde427a90c4916c65a 44404 elfutils_0.191-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: elogind +Binary: elogind, libelogind0, libelogind-dev, libelogind-dev-doc, libpam-elogind +Architecture: linux-any all +Version: 255.5-1debian3 +Maintainer: Debian Ecosystem Init Diversity Team +Uploaders: Mark Hindley , Ian Jackson +Homepage: https://github.com/elogind/elogind +Standards-Version: 4.7.0 +Vcs-Browser: https://git.devuan.org/devuan/elogind/src/branch/debian +Vcs-Git: https://git.devuan.org/devuan/elogind.git -b debian +Build-Depends: debhelper-compat (= 12), dh-exec (>= 0.3), pkg-config, docbook-xsl, meson, gperf (>= 3.1), gtk-doc-tools, python3-jinja2, python3-lxml, libcap-dev, libudev-dev, libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el s390x], libpam0g-dev (>= 1.1.2), libacl1-dev, libselinux1-dev, libmount-dev, libglib2.0-dev , dbus (>= 1.9.14) +Package-List: + elogind deb admin optional arch=linux-any + libelogind-dev deb libdevel optional arch=linux-any + libelogind-dev-doc deb doc optional arch=all + libelogind0 deb libs optional arch=linux-any + libpam-elogind deb admin optional arch=linux-any +Directory: pool/750b8d9afe63977327e2114aac9e50fdb0f40467ab44f72456a1601370e81513 +Checksums-Sha1: + 13d5019c992097d33cfa22b1441b08dc4c00c9dd 2665 elogind_255.5-1debian3.dsc + c07ef651947f64880cc3c0df690bc89a7774f2ef 2127126 elogind_255.5.orig.tar.gz + 898df8e113b78cf81ad452fc5306a03f9ec0cb9c 14500 elogind_255.5-1debian3.debian.tar.xz +Checksums-Sha256: + 750b8d9afe63977327e2114aac9e50fdb0f40467ab44f72456a1601370e81513 2665 elogind_255.5-1debian3.dsc + ef83beb381064516c29290f0fedcbbe36de052f313d72d120eade69ab26b82fe 2127126 elogind_255.5.orig.tar.gz + dc7bc3e3a65b87b44dc9f9cdfcd1905cbdd08238445f10e5d4cdb55286ba25e5 14500 elogind_255.5-1debian3.debian.tar.xz +Files: + fa92fbf0908ebc57e3c9f56901233b4a 2665 elogind_255.5-1debian3.dsc + 8653d1959c25b649c398a932ce56b396 2127126 elogind_255.5.orig.tar.gz + 71ea614f5144e7e7776e27ea5e8512f8 14500 elogind_255.5-1debian3.debian.tar.xz + +Format: 3.0 (quilt) +Package: eslint +Binary: eslint +Architecture: all +Version: 6.4.0~dfsg+~6.1.9-12 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://eslint.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/eslint +Vcs-Git: https://salsa.debian.org/js-team/eslint.git +Testsuite: autopkgtest +Testsuite-Triggers: node-acorn, node-chai, node-cheerio, node-eslint, node-eslint-plugin-eslint-plugin, node-eslint-plugin-node, node-eslint-rule-composer, node-inquirer, node-leche, node-proxyquire, node-recast, node-shelljs, node-sinon, node-temp, node-text-table, nodejs +Build-Depends: cmark-gfm , debhelper-compat (= 13), help2man , jq, mocha , node-ajv (>= 8) , node-babel-core (>= 7) , node-babel-loader (>= 7) , node-babel-preset-env (>= 7) , node-chai , node-chalk , node-cheerio , node-concat-stream , node-dateformat , node-debug, node-doctrine , node-ejs , node-eslint-plugin-eslint-plugin , node-eslint-plugin-node (>= 8.0.0~) , node-eslint-scope , node-eslint-rule-composer , node-eslint-utils , node-eslint-visitor-keys , node-espree (>= 7.3.0) , node-esprima , node-esquery , node-estraverse , node-esutils , node-file-entry-cache , node-functional-red-black-tree , node-glob , node-glob-parent, node-globals , node-ignore (>= 5.2.0) , node-import-fresh , node-imurmurhash , node-inquirer , node-js-yaml , node-json-stable-stringify , node-levn , node-lodash , node-memfs , node-mkdirp , node-optionator , node-path-is-inside , node-progress , node-proxyquire , node-recast , node-regenerate-unicode-properties (>= 10) , node-regexpp , node-semver , node-shelljs , node-sinon , node-strip-ansi , node-strip-json-comments, node-text-table , node-temp , node-v8-compile-cache +Package-List: + eslint deb javascript optional arch=all +Directory: pool/b374af0e32272aba6a4af76cfd75bed7e02475c29d90a8120fbbc93b4aa18269 +Checksums-Sha1: + 817fbceab9e383149c3f5bb889984bdd53f02531 4334 eslint_6.4.0~dfsg+~6.1.9-12.dsc + 8e79873bd6030d78d9feaaca4aeb1fb9afc7331e 17520 eslint_6.4.0~dfsg+~6.1.9.orig-Xtypes.tar.xz + 8ddf9e691c8a44270e401e66ac384ded30e09bb9 1084676 eslint_6.4.0~dfsg+~6.1.9.orig.tar.xz + ff41c3a9d9a0c4fc09dbf805b462993b5a0797db 54472 eslint_6.4.0~dfsg+~6.1.9-12.debian.tar.xz +Checksums-Sha256: + b374af0e32272aba6a4af76cfd75bed7e02475c29d90a8120fbbc93b4aa18269 4334 eslint_6.4.0~dfsg+~6.1.9-12.dsc + 6f366c65d41d531e817e4016df57e1539ad8962e87dec56f21aa7c2bf1d8918e 17520 eslint_6.4.0~dfsg+~6.1.9.orig-Xtypes.tar.xz + b4d47ac753266cfa715c544abeaa837b10e377d9187e757df607d73cab6410b0 1084676 eslint_6.4.0~dfsg+~6.1.9.orig.tar.xz + 793a91a606bcf20f63047527f62daf3992af0ef60aa07b94f109dba1fb6b67aa 54472 eslint_6.4.0~dfsg+~6.1.9-12.debian.tar.xz +Files: + ce57ad88ad481a30efbf943b67d62d93 4334 eslint_6.4.0~dfsg+~6.1.9-12.dsc + 93f5f13c4de82aef9a34b95d5466f760 17520 eslint_6.4.0~dfsg+~6.1.9.orig-Xtypes.tar.xz + 0042fc02634843e17ec82dbb59276f86 1084676 eslint_6.4.0~dfsg+~6.1.9.orig.tar.xz + 87e949c52c675ca98340e550bfb0db84 54472 eslint_6.4.0~dfsg+~6.1.9-12.debian.tar.xz + +Format: 3.0 (quilt) +Package: ethtool +Binary: ethtool +Architecture: linux-any +Version: 1:6.10-1 +Maintainer: Debian Kernel Team +Uploaders: Ben Hutchings , Salvatore Bonaccorso +Homepage: https://www.kernel.org/pub/software/network/ethtool/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/kernel-team/ethtool +Vcs-Git: https://salsa.debian.org/kernel-team/ethtool.git +Build-Depends: debhelper-compat (= 13), autoconf, automake, libmnl-dev, pkgconf +Package-List: + ethtool deb net optional arch=linux-any +Directory: pool/52902b0bf03d48b00db300881289fb806e7f6e6dff2a0124011a617417b28428 +Checksums-Sha1: + 7b15a9c385623e937e51e0eca3ecb2a00b837350 2146 ethtool_6.10-1.dsc + 8bfac72ded39760c4dfecb8dcea17e02fb0764e8 277320 ethtool_6.10.orig.tar.xz + 45d814abf7f8c4dfe6c0d793bedcf6efb8056155 15460 ethtool_6.10-1.debian.tar.xz +Checksums-Sha256: + 52902b0bf03d48b00db300881289fb806e7f6e6dff2a0124011a617417b28428 2146 ethtool_6.10-1.dsc + b460217f5d74bad9fd1e4bd84c7058424e817454fc1c707c6382ed6d78bca01d 277320 ethtool_6.10.orig.tar.xz + daa72b0816bb3a23ec7643d6789dc798b5c637b2cf8265aa8eeb735c8c96b643 15460 ethtool_6.10-1.debian.tar.xz +Files: + eb86e5e2c1fd3a01b9b66a39ca6b12c1 2146 ethtool_6.10-1.dsc + a763717b5705fd85a6a12f24bf86603f 277320 ethtool_6.10.orig.tar.xz + ccefd730d7030533f1284f6bdffb42b7 15460 ethtool_6.10-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: exfatprogs +Binary: exfatprogs +Architecture: any +Version: 1.2.5-2 +Maintainer: Sven Hoexter +Homepage: https://github.com/exfatprogs/exfatprogs +Standards-Version: 4.7.0 +Vcs-Browser: https://git.sven.stormbind.net/?p=sven/exfatprogs.git +Vcs-Git: https://git.sven.stormbind.net/exfatprogs.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), pkgconf +Package-List: + exfatprogs deb otherosfs optional arch=any +Directory: pool/ea7a200fdd487b7ae6343929126437277c1db31f6fe393eb6649ee6c56e14e30 +Checksums-Sha1: + bddae4497c1cf775b67abe5dfdbc1fa506cbdd45 2149 exfatprogs_1.2.5-2.dsc + ce244785c59edb5b2853f77dccf8627eb99d41dd 364904 exfatprogs_1.2.5.orig.tar.xz + 859b64f856099df086818803116606b15077da75 833 exfatprogs_1.2.5.orig.tar.xz.asc + d9ff031c5e973d8cdbf851717d9c070c6797f660 6320 exfatprogs_1.2.5-2.debian.tar.xz +Checksums-Sha256: + ea7a200fdd487b7ae6343929126437277c1db31f6fe393eb6649ee6c56e14e30 2149 exfatprogs_1.2.5-2.dsc + f27160dcc1ddd17c96cd41a6ceef7037adc2796ab5c5633d3d85cf532c3ee2f0 364904 exfatprogs_1.2.5.orig.tar.xz + 9152ca61ce307bc5b3a8dbf1b9595ae8c853d62161ad3c33baf9d97b3d45a209 833 exfatprogs_1.2.5.orig.tar.xz.asc + 166b661d4b4862d94a6f83a7b128b9a6f0d04dccb12a2896b0d123ac28117e51 6320 exfatprogs_1.2.5-2.debian.tar.xz +Files: + 24a94048a47c7c55859e144f85b35c58 2149 exfatprogs_1.2.5-2.dsc + c7d360c02d156d924e05ef01bcc5fe7c 364904 exfatprogs_1.2.5.orig.tar.xz + d898173ed239b4c66b40b95371dc4562 833 exfatprogs_1.2.5.orig.tar.xz.asc + 9b62cfd62d8c5802c6c1291e70bff92f 6320 exfatprogs_1.2.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: expat +Binary: libexpat1-dev, libexpat1, libexpat1-udeb, expat +Architecture: any +Version: 2.6.3-1gl0 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://libexpat.github.io/ +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13), docbook-to-man, docbook2x , libbsd-dev [kfreebsd-any hurd-any] +Package-List: + expat deb text optional arch=any + libexpat1 deb libs optional arch=any + libexpat1-dev deb libdevel optional arch=any + libexpat1-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/5f9dc866bd054084d96f21efe0cba932d06d05ed8c4049cc61d82fabdb0787fa +Checksums-Sha1: + fc8d53a25f62c9ebb7be6088c47828bd2d33865a 1093 expat_2.6.3-1gl0.dsc + 14da5c63683e0daba4bca315eb056ac13c15ae90 5327116 expat_2.6.3.orig.tar.xz + 968413f5da67390c1831470b8b5dac228cef39ad 13124 expat_2.6.3-1gl0.debian.tar.xz +Checksums-Sha256: + 5f9dc866bd054084d96f21efe0cba932d06d05ed8c4049cc61d82fabdb0787fa 1093 expat_2.6.3-1gl0.dsc + e4e67aba3ff473810b83144f994d37dbf8b92d3a197babc56ccf5d82a8b3f635 5327116 expat_2.6.3.orig.tar.xz + 610b5fc6f097ef5d8e1061e2ae66b3144403291bc62f59c43dcac9913dd1a8f5 13124 expat_2.6.3-1gl0.debian.tar.xz +Files: + 73ba0897a205bff5106966e6cec0c209 1093 expat_2.6.3-1gl0.dsc + ac3b43a962d644f79923e48216a7f0ac 5327116 expat_2.6.3.orig.tar.xz + bf9f1b3d1762a9f22698d377b40eba52 13124 expat_2.6.3-1gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: f2fs-tools +Binary: f2fs-tools, libf2fs-dev, libf2fs-format-dev, f2fs-tools-udeb +Architecture: linux-any +Version: 1.16.0-1.1 +Maintainer: Filesystems Group +Uploaders: Vincent Cheng , Theodore Y. Ts'o +Homepage: https://www.kernel.org/doc/html/latest/filesystems/f2fs.html +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/f2fs-tools +Vcs-Git: https://salsa.debian.org/debian/f2fs-tools.git +Build-Depends: debhelper-compat (= 13), libblkid-dev, libselinux1-dev, pkg-config, uuid-dev +Package-List: + f2fs-tools deb admin optional arch=linux-any + f2fs-tools-udeb udeb debian-installer optional arch=linux-any + libf2fs-dev deb libdevel optional arch=linux-any + libf2fs-format-dev deb libdevel optional arch=linux-any +Directory: pool/120ec3fed9e3ac2b822680542d393833ed36d91619a04848ba96a7f9b72d096e +Checksums-Sha1: + b7fb0653a9f3876c839ccb7dc135fde947cb17d6 2277 f2fs-tools_1.16.0-1.1.dsc + 38134d84764b01261506d1534a05314c40d3696d 202368 f2fs-tools_1.16.0.orig.tar.xz + c4016b3fd72d0f5080d1309b34e70b817f8a5c6a 6576 f2fs-tools_1.16.0-1.1.debian.tar.xz +Checksums-Sha256: + 120ec3fed9e3ac2b822680542d393833ed36d91619a04848ba96a7f9b72d096e 2277 f2fs-tools_1.16.0-1.1.dsc + fe25b17422f278e5fc0c6ae9977d814fe3122b5bc82dd92a58296fad57263d9c 202368 f2fs-tools_1.16.0.orig.tar.xz + f961e45386404c30059aa74065adb124d453916cafb9976a914c7d242b4b7694 6576 f2fs-tools_1.16.0-1.1.debian.tar.xz +Files: + d25288ac3c40ca9f9ff6b52fd3272168 2277 f2fs-tools_1.16.0-1.1.dsc + 3da2cb931b7102628e846b96014a91f8 202368 f2fs-tools_1.16.0.orig.tar.xz + 8800f10853872aafcfb30880bd6815fc 6576 f2fs-tools_1.16.0-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: fail2ban +Binary: fail2ban +Architecture: all +Version: 1.1.0-4gardenlinux0 +Maintainer: Debian Python Team +Uploaders: Yaroslav Halchenko , Sylvestre Ledru +Homepage: https://www.fail2ban.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/fail2ban +Vcs-Git: https://salsa.debian.org/python-team/packages/fail2ban.git +Build-Depends: debhelper-compat (= 13), debhelper, dh-python, python3, python3-setuptools, python3-pyinotify, sqlite3, pkgconf, systemd-dev +Package-List: + fail2ban deb net optional arch=all +Directory: pool/033c2e4dfd8507b37930c906979828922fc380fffa446e26c280fa5509b9da26 +Checksums-Sha1: + 15889bb234a8af2228476e6115cb0f0cf6fc79b8 1219 fail2ban_1.1.0-4gardenlinux0.dsc + f43fe392a9ba5f912df9ca689bdeddada728ab09 486972 fail2ban_1.1.0.orig.tar.xz + 6fb07b19165b9bbdb668d7c89f09c7ca539137fd 30296 fail2ban_1.1.0-4gardenlinux0.debian.tar.xz +Checksums-Sha256: + 033c2e4dfd8507b37930c906979828922fc380fffa446e26c280fa5509b9da26 1219 fail2ban_1.1.0-4gardenlinux0.dsc + 6e449991e94f537c555d02edcc0747ea79d0edbc7220749b39dfc6bf10382a7c 486972 fail2ban_1.1.0.orig.tar.xz + cf5fff5ad733972afe28bc4a82535d7e80caa25f19a0a027391a93c4c8c660d4 30296 fail2ban_1.1.0-4gardenlinux0.debian.tar.xz +Files: + dd6713b6e444335440d498f0a6c01a3d 1219 fail2ban_1.1.0-4gardenlinux0.dsc + 79e06b3c8ddf3fb8e36a8e4bde7789ef 486972 fail2ban_1.1.0.orig.tar.xz + 7a4b9601b1e3368ac33b519ab3eeb17c 30296 fail2ban_1.1.0-4gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: fatresize +Binary: fatresize +Architecture: any +Version: 1.1.0-2 +Maintainer: Parted Maintainer Team +Uploaders: Philippe Coval , Colin Watson , +Homepage: https://github.com/ya-mouse/fatresize +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/parted-team/fatresize +Vcs-Git: https://salsa.debian.org/parted-team/fatresize.git +Build-Depends: debhelper-compat (= 12), docbook-to-man, docbook-utils, libparted-dev, pkg-config, uuid-dev +Package-List: + fatresize deb otherosfs optional arch=any +Directory: pool/b7dc56eb6e4248ae31a1275bf40c2acc016946926e55beb37ee797a68d80d82e +Checksums-Sha1: + ae6ca30a7a36e300ce79a92873cca65db11c1c8b 2149 fatresize_1.1.0-2.dsc + c6a24423c0f9c4023f2e7d8d074c3c2d7cccd1bd 137090 fatresize_1.1.0.orig.tar.gz + b9404a395889f6049355f264648ead0570b0a68d 4092 fatresize_1.1.0-2.debian.tar.xz +Checksums-Sha256: + b7dc56eb6e4248ae31a1275bf40c2acc016946926e55beb37ee797a68d80d82e 2149 fatresize_1.1.0-2.dsc + 9232bc354b6c49a9e695e071bfd2d62ec79cdf4bc84928fcf1967fa39b75c33e 137090 fatresize_1.1.0.orig.tar.gz + 9bdf4f45173543ae7402a9f75e28d318b8255e599240d34c5e8bbeb2054d4fb8 4092 fatresize_1.1.0-2.debian.tar.xz +Files: + 6e045e3310b5c72a940fc391423fa29a 2149 fatresize_1.1.0-2.dsc + 0d3899a6287cf4842ad5eb62dcf3d980 137090 fatresize_1.1.0.orig.tar.gz + bdf1496fe1b4bf68113e904fa4dba8af 4092 fatresize_1.1.0-2.debian.tar.xz +Dgit: f1da41544afb8e5c027212a3112bc2143ebd1d52 debian archive/debian/1.1.0-2 https://git.dgit.debian.org/fatresize + +Format: 3.0 (quilt) +Package: ferm +Binary: ferm +Architecture: all +Version: 2.7-0gardenlinux0 +Maintainer: Alexander Wirt +Homepage: http://ferm.foo-projects.org/ +Standards-Version: 4.4.1 +Vcs-Browser: https://github.com/formorer/pkg-ferm +Vcs-Git: git://github.com/formorer/pkg-ferm.git +Build-Depends: debhelper-compat (= 12), libnet-dns-resolver-mock-perl +Build-Depends-Indep: po-debconf +Package-List: + ferm deb net optional arch=all +Directory: pool/8da687fecb049e9e8262289d2dcb82194125279dc2a99ec706763cdc53727eef +Checksums-Sha1: + faa603ce1187e6c944b998f38552afe58c3514e2 986 ferm_2.7-0gardenlinux0.dsc + 23ccd2c8e103a664472101a838025b57ddc7acfb 76936 ferm_2.7.orig.tar.xz + aead504810171949bf7c4b509baea8bd83ddad66 22456 ferm_2.7-0gardenlinux0.debian.tar.xz +Checksums-Sha256: + 8da687fecb049e9e8262289d2dcb82194125279dc2a99ec706763cdc53727eef 986 ferm_2.7-0gardenlinux0.dsc + d5130647ba126a395a55dadaa0601098d3044b59a4f946ef1b0f5791ec2fdaac 76936 ferm_2.7.orig.tar.xz + 91340b72b187c6bac11ac7e8aaf9c1bd8eff7e2ffc31edcb5d42217ae212278e 22456 ferm_2.7-0gardenlinux0.debian.tar.xz +Files: + 6fda8f84f6e2984c815af37542f8642e 986 ferm_2.7-0gardenlinux0.dsc + 8828b56d962524958e5dda0f54e03778 76936 ferm_2.7.orig.tar.xz + 212f56f34a24ac7d4c4803de2c7b915a 22456 ferm_2.7-0gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: file +Binary: file, libmagic1t64, libmagic-mgc, libmagic-dev +Architecture: any +Version: 1:5.45-3 +Maintainer: Christoph Biedl +Homepage: https://www.darwinsys.com/file/ +Standards-Version: 4.6.2 +Vcs-Browser: https://git.in-ulm.de/cbiedl/file +Vcs-Git: https://git.in-ulm.de/cbiedl/file.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.22.5), libbz2-dev, liblzma-dev, zlib1g-dev +Package-List: + file deb utils standard arch=any + libmagic-dev deb libdevel optional arch=any + libmagic-mgc deb libs optional arch=any + libmagic1t64 deb libs optional arch=any +Directory: pool/5f406d2169753ca86828bfa41e5a9db3059f984004e6d07ba02edfd7de0f37ab +Checksums-Sha1: + 831c6e78fd767fd66a68457edd79949fe468736a 2268 file_5.45-3.dsc + e8ee39339e5d3d68b7da9c45580f2ca5faf0db54 1246503 file_5.45.orig.tar.gz + 691bf35b363ebfd9e69734ba2a552007757a9aa9 169 file_5.45.orig.tar.gz.asc + ec06eb1e36bb97affadb891ea319299459356460 35856 file_5.45-3.debian.tar.xz +Checksums-Sha256: + 5f406d2169753ca86828bfa41e5a9db3059f984004e6d07ba02edfd7de0f37ab 2268 file_5.45-3.dsc + fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82 1246503 file_5.45.orig.tar.gz + 81aacbee95911bd9825e81748d42f41dadf846ba13165462dc428467ed9ee075 169 file_5.45.orig.tar.gz.asc + 6637b243f7811317d4e07219b14f4f40777c7ab3783a8d7834f53695e01e263e 35856 file_5.45-3.debian.tar.xz +Files: + b751c02918e9f5b888d8e71c1daf15f1 2268 file_5.45-3.dsc + 26b2a96d4e3a8938827a1e572afd527a 1246503 file_5.45.orig.tar.gz + 8ad6e4ac6993e3e6117aac5d3665edd3 169 file_5.45.orig.tar.gz.asc + 62ffb8aef3e4d4610b213340a84e90ea 35856 file_5.45-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: findutils +Binary: findutils, locate +Architecture: any +Version: 4.10.0-3 +Maintainer: Andreas Metzler +Uploaders: Chuan-kai Lin , +Homepage: https://savannah.gnu.org/projects/findutils/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/findutils +Vcs-Git: https://salsa.debian.org/debian/findutils.git +Build-Depends: bison, debhelper-compat (= 13), dejagnu , libselinux1-dev [linux-any], texinfo +Package-List: + findutils deb utils required arch=any essential=yes + locate deb utils optional arch=any +Directory: pool/fa6b67056d9e5b4d8edbfc8ab95ac15ac769b140284426973f6a1ef07a4594ec +Checksums-Sha1: + c2274f0252eda9175f71c9233e9fef87be421678 2291 findutils_4.10.0-3.dsc + aa0646445da9aba2ab7823d7298f3a9a40a6b6ad 2240712 findutils_4.10.0.orig.tar.xz + f0dfd4608b3c2215868b3f0ac9a32ea97151db2e 488 findutils_4.10.0.orig.tar.xz.asc + 7adc5849ee272795be86d66a1eda10e8f37a6bf5 33364 findutils_4.10.0-3.debian.tar.xz +Checksums-Sha256: + fa6b67056d9e5b4d8edbfc8ab95ac15ac769b140284426973f6a1ef07a4594ec 2291 findutils_4.10.0-3.dsc + 1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5 2240712 findutils_4.10.0.orig.tar.xz + 7f53670eea6bd114e014571221eb652855c1129a3ed99f2a9257c2a313cc216f 488 findutils_4.10.0.orig.tar.xz.asc + 7d19668508523a6fcfb7731f5646305a8b1a00a3105ee3f0a5f167adf93a8a46 33364 findutils_4.10.0-3.debian.tar.xz +Files: + 7683392e0f66fe26ca1a254ed13edc34 2291 findutils_4.10.0-3.dsc + 870cfd71c07d37ebe56f9f4aaf4ad872 2240712 findutils_4.10.0.orig.tar.xz + c04b2e14c2d10592396f5e784679552f 488 findutils_4.10.0.orig.tar.xz.asc + 4887628503240f0c5d40edee4d679645 33364 findutils_4.10.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: firewalld +Binary: firewalld, firewall-applet, firewall-config, python3-firewall, firewalld-tests +Architecture: all +Version: 2.2.1-1 +Maintainer: Utopia Maintenance Team +Uploaders: Michael Biebl +Homepage: https://www.firewalld.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/utopia-team/firewalld +Vcs-Git: https://salsa.debian.org/utopia-team/firewalld.git +Testsuite: autopkgtest +Testsuite-Triggers: ipset, iptables, libglib2.0-bin, libxml2-utils, network-manager, nftables, policykit-1, polkitd, sudo, time +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.11.6), dh-sequence-python3, docbook-xml, docbook-xsl, libxml2-utils, intltool, kmod, libglib2.0-dev, pkgconf, python3 (>= 3.2), xsltproc +Package-List: + firewall-applet deb net optional arch=all + firewall-config deb net optional arch=all + firewalld deb net optional arch=all + firewalld-tests deb misc optional arch=all + python3-firewall deb python optional arch=all +Directory: pool/afd979db89ca27c79c566748605b8c817ca61834feb492d4beab4434b307d464 +Checksums-Sha1: + abd2b5a6e6f8fdf2c818e880de909b04907695f0 2477 firewalld_2.2.1-1.dsc + cd2ebdbe664abef94cae6e5285224c5bc00744f5 1295501 firewalld_2.2.1.orig.tar.bz2 + 859c58cf9199e73d73c4f4194b6a291a5b068c63 10496 firewalld_2.2.1-1.debian.tar.xz +Checksums-Sha256: + afd979db89ca27c79c566748605b8c817ca61834feb492d4beab4434b307d464 2477 firewalld_2.2.1-1.dsc + 5215ba30236ee1e3df2c2292465a9ff605b9c445dcab2e37da4961cb27c7f36e 1295501 firewalld_2.2.1.orig.tar.bz2 + a22d4f386dd8500f078bb83e76865085d7c44c2f54d52514ef947e9c98d082a6 10496 firewalld_2.2.1-1.debian.tar.xz +Files: + 668760d8071c58501666c991291a8847 2477 firewalld_2.2.1-1.dsc + 0754aae44d071a50b0cbd8580afa6b9f 1295501 firewalld_2.2.1.orig.tar.bz2 + 151a55207d48d8b307bf917d53bbc413 10496 firewalld_2.2.1-1.debian.tar.xz + +Format: 1.0 +Package: flex +Binary: flex, flex-doc, libfl2, libfl-dev +Architecture: any all +Version: 2.6.4-8.2 +Maintainer: Manoj Srivastava +Homepage: https://github.com/westes/flex +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/srivasta/flex +Vcs-Git: https://salsa.debian.org/srivasta/flex.git +Build-Depends: bison, gettext, texinfo, help2man, file, po-debconf, debhelper-compat (= 12), dh-autoreconf, dpkg-dev (>= 1.17.14), flex +Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended, cm-super-minimal +Package-List: + flex deb devel optional arch=any + flex-doc deb doc optional arch=all + libfl-dev deb libdevel optional arch=any + libfl2 deb libs optional arch=any +Directory: pool/5c77d8dda81631d43361e6cf29f5901bcaf0c20935f0a2c9a21bffa7a8666e22 +Checksums-Sha1: + 6272f51809f533a6aef0352855000f25811c62e0 2107 flex_2.6.4-8.2.dsc + fafece095a0d9890ebd618adb1f242d8908076e1 1419096 flex_2.6.4.orig.tar.gz + 94c41c9ff059a144eb90e80e459bf4e605d11e09 60738 flex_2.6.4-8.2.diff.gz +Checksums-Sha256: + 5c77d8dda81631d43361e6cf29f5901bcaf0c20935f0a2c9a21bffa7a8666e22 2107 flex_2.6.4-8.2.dsc + e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 1419096 flex_2.6.4.orig.tar.gz + c2ee0c631289f8a4f945a4c62ac05b7fe4abee9c72be1ab5604b9cc44a3d8678 60738 flex_2.6.4-8.2.diff.gz +Files: + 12d9fbbdb844d61e4a075d15a81e0ccc 2107 flex_2.6.4-8.2.dsc + 2882e3179748cc9f9c23ec593d6adc8d 1419096 flex_2.6.4.orig.tar.gz + 5830af0682a2ba84c1e1d11cab09c7d1 60738 flex_2.6.4-8.2.diff.gz + +Format: 3.0 (quilt) +Package: fltk1.3 +Binary: fluid, libfltk1.3-dev, libfltk1.3-compat-headers, libfltk1.3t64, libfltk-cairo1.3t64, libfltk-forms1.3t64, libfltk-gl1.3t64, libfltk-images1.3t64, fltk1.3-doc, fltk1.3-games +Architecture: any all +Version: 1.3.8-6.1 +Maintainer: Aaron M. Ucko +Homepage: https://www.fltk.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/ucko/fltk1.3 +Vcs-Git: https://salsa.debian.org/ucko/fltk1.3.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libcairo2-dev, libgl-dev | libgl1-mesa-dev, libglu1-mesa-dev | libglu-dev, libjpeg-dev, libpng-dev, libx11-dev, libxcursor-dev, libxext-dev, libxft-dev, libxinerama-dev, pkg-config, zlib1g-dev | libz-dev +Build-Depends-Arch: dpkg-dev (>= 1.22.5), cmake, libasound2-dev [linux-any] +Build-Depends-Indep: doxygen-latex, texlive-font-utils, texlive-latex-extra +Package-List: + fltk1.3-doc deb doc optional arch=all + fltk1.3-games deb games optional arch=any + fluid deb devel optional arch=any + libfltk-cairo1.3t64 deb libs optional arch=any + libfltk-forms1.3t64 deb libs optional arch=any + libfltk-gl1.3t64 deb libs optional arch=any + libfltk-images1.3t64 deb libs optional arch=any + libfltk1.3-compat-headers deb libdevel optional arch=all + libfltk1.3-dev deb libdevel optional arch=any + libfltk1.3t64 deb libs optional arch=any +Directory: pool/8a5b966da64b8851c63b99d1d9433776c7b21e5746aec07e259376ed6cde296c +Checksums-Sha1: + bbf56a8c75d41097f28748bea9fc229b1fcb89d8 2772 fltk1.3_1.3.8-6.1.dsc + 8753055c01f91e5295570324d8af2c5bdd7a2943 5335306 fltk1.3_1.3.8.orig.tar.gz + 721d510e0695ab0e79f4205c6732842cb26fabf5 49756 fltk1.3_1.3.8-6.1.debian.tar.xz +Checksums-Sha256: + 8a5b966da64b8851c63b99d1d9433776c7b21e5746aec07e259376ed6cde296c 2772 fltk1.3_1.3.8-6.1.dsc + f3c1102b07eb0e7a50538f9fc9037c18387165bc70d4b626e94ab725b9d4d1bf 5335306 fltk1.3_1.3.8.orig.tar.gz + a21f97598435ae6bb61f5c9d486478e8c2afe9156f9431565eb763306348bf1d 49756 fltk1.3_1.3.8-6.1.debian.tar.xz +Files: + f76f1cf3a08ca215e7accfc42cb8211f 2772 fltk1.3_1.3.8-6.1.dsc + 84907602c2e50fadec3bc40fb61935cd 5335306 fltk1.3_1.3.8.orig.tar.gz + 06d3b14b55bcf53999fa96a3887a48ea 49756 fltk1.3_1.3.8-6.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: fmtlib +Binary: libfmt-dev, libfmt-doc, libfmt9 +Architecture: any all +Version: 9.1.0+ds1-2 +Maintainer: Shengjing Zhu +Homepage: https://fmt.dev/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/zhsj/fmtlib +Vcs-Git: https://salsa.debian.org/zhsj/fmtlib.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Arch: cmake, googletest +Build-Depends-Indep: doxygen, libjs-bootstrap, node-clean-css, node-less, python3-breathe, python3-sphinx +Package-List: + libfmt-dev deb libdevel optional arch=any + libfmt-doc deb doc optional arch=all + libfmt9 deb libs optional arch=any +Directory: pool/1c8982464f1281f5b7d42ca24e058d80d71db7c381b278cc22cbdb40c534f0c5 +Checksums-Sha1: + cafad691a529ae89b5f10b90445f8e8f85ec038e 1480 fmtlib_9.1.0+ds1-2.dsc + 2ab667c92f2fc190c732afa926479815d2b2f981 318367 fmtlib_9.1.0+ds1.orig.tar.gz + 2f8ebc7f57c32b1ad0e3274a7ab74f34bd25d05e 13356 fmtlib_9.1.0+ds1-2.debian.tar.xz +Checksums-Sha256: + 1c8982464f1281f5b7d42ca24e058d80d71db7c381b278cc22cbdb40c534f0c5 1480 fmtlib_9.1.0+ds1-2.dsc + 84ce1c2d0be3a9863935137969dcec6970125caac032f82474640bfc81463583 318367 fmtlib_9.1.0+ds1.orig.tar.gz + aead535c0b3d7a02a89f6e004ac62d1e15bdbf8d34c36cd37038dcc7d37bc9e3 13356 fmtlib_9.1.0+ds1-2.debian.tar.xz +Files: + ac712f48daed448da82157071ff0a285 1480 fmtlib_9.1.0+ds1-2.dsc + 41deddc72e086ced62c61c70a0d4026b 318367 fmtlib_9.1.0+ds1.orig.tar.gz + 9711ecb40e5db576eae8374b1d43b6b1 13356 fmtlib_9.1.0+ds1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: fontconfig +Binary: fontconfig, fontconfig-config, fontconfig-udeb, libfontconfig-dev, libfontconfig1-dev, libfontconfig1, libfontconfig-doc +Architecture: any all +Version: 2.15.0-1.1 +Maintainer: Debian freedesktop.org maintainers +Uploaders: Keith Packard , Emilio Pozuelo Monfort , +Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/freedesktop-team/fontconfig +Vcs-Git: https://salsa.debian.org/freedesktop-team/fontconfig.git +Build-Depends: debhelper-compat (= 13), libfreetype-dev (>= 2.8.1), libexpat1-dev, uuid-dev, pkgconf, python3:any, gperf, po-debconf +Build-Depends-Indep: docbook , docbook-utils , texlive-formats-extra +Package-List: + fontconfig deb fonts optional arch=any + fontconfig-config deb fonts optional arch=any + fontconfig-udeb udeb debian-installer optional arch=any profile=!noudeb + libfontconfig-dev deb libdevel optional arch=any + libfontconfig-doc deb doc optional arch=all profile=!nodoc + libfontconfig1 deb libs optional arch=any + libfontconfig1-dev deb oldlibs optional arch=any +Directory: pool/8690eef21f60128a5a0bad56d8cd67fb19023f407b18cb3b14daef2a0af39277 +Checksums-Sha1: + 6709459bd90a07585bcde99acdf37f3f868c7dbf 2673 fontconfig_2.15.0-1.1.dsc + b6137ee5d542c0fe5c96a7724884f2e8e212d275 1447820 fontconfig_2.15.0.orig.tar.xz + 17f62e9e5e886319b630f341b564ee30caba844b 59068 fontconfig_2.15.0-1.1.debian.tar.xz +Checksums-Sha256: + 8690eef21f60128a5a0bad56d8cd67fb19023f407b18cb3b14daef2a0af39277 2673 fontconfig_2.15.0-1.1.dsc + 63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e 1447820 fontconfig_2.15.0.orig.tar.xz + 1fa268da49c325269255072c504fd9f1d84a1410a301bf93ed980699de49a291 59068 fontconfig_2.15.0-1.1.debian.tar.xz +Files: + 3297417067bc707748516c949d138f5e 2673 fontconfig_2.15.0-1.1.dsc + 5bb3a2829aecb22ae553c39099bd0d6a 1447820 fontconfig_2.15.0.orig.tar.xz + 56ec074784c583183e3adbd400fd7911 59068 fontconfig_2.15.0-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: fonts-dejavu +Binary: fonts-dejavu, fonts-dejavu-core, fonts-dejavu-mono, fonts-dejavu-extra, fonts-dejavu-udeb, fonts-dejavu-mono-udeb, fonts-dejavu-web +Architecture: all +Version: 2.37-8 +Maintainer: Debian Fonts Task Force +Uploaders: Davide Viti , Fabian Greffrath +Homepage: https://dejavu-fonts.github.io/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-dejavu +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-dejavu.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: fontforge-nox | fontforge, libfont-ttf-perl, perl, woff-tools, woff2 +Package-List: + fonts-dejavu deb fonts optional arch=all + fonts-dejavu-core deb fonts optional arch=all + fonts-dejavu-extra deb fonts optional arch=all + fonts-dejavu-mono deb fonts optional arch=all + fonts-dejavu-mono-udeb udeb debian-installer optional arch=all + fonts-dejavu-udeb udeb debian-installer optional arch=all + fonts-dejavu-web deb fonts optional arch=all +Directory: pool/219f7f8fba98827caaa296520730171ec230d3090ed8b6d663edb66839b48847 +Checksums-Sha1: + 3a8c98e6d5de3732cb4ba26f0ae32c2c962aa280 2156 fonts-dejavu_2.37-8.dsc + e707f64cf2e4881a12572b8c09eec4aec08946f7 12050109 fonts-dejavu_2.37.orig.tar.bz2 + cef5e0bc5ac04d8ad59fafe7b046de6b43ca212f 13176 fonts-dejavu_2.37-8.debian.tar.xz +Checksums-Sha256: + 219f7f8fba98827caaa296520730171ec230d3090ed8b6d663edb66839b48847 2156 fonts-dejavu_2.37-8.dsc + 4b21c5203f792343d5e90ab1cb0cf07e99887218abe3d83cd9a98cea9085e799 12050109 fonts-dejavu_2.37.orig.tar.bz2 + 2401402245dec8a59fc5f0f8eff76d203a38440797f7f223e1d044e07c2d41fb 13176 fonts-dejavu_2.37-8.debian.tar.xz +Files: + d4f968cc31e1f033091a38ff05502dcf 2156 fonts-dejavu_2.37-8.dsc + 41e4ea9f903674923d1ef61bd88bcb41 12050109 fonts-dejavu_2.37.orig.tar.bz2 + 50381a337d3f93141355306fcbcbdbd8 13176 fonts-dejavu_2.37-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: fonts-font-awesome +Binary: fonts-font-awesome +Architecture: all +Version: 5.0.10+really4.7.0~dfsg-4.1 +Maintainer: Debian Fonts Task Force +Uploaders: Jonas Smedegaard , Mike Gabriel , Pirate Praveen , Vasudev Kamath , +Homepage: http://fontawesome.io/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-font-awesome +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-font-awesome.git +Testsuite: autopkgtest +Testsuite-Triggers: fontconfig, node-less, sassc +Build-Depends: debhelper-compat (= 12), jq +Package-List: + fonts-font-awesome deb fonts optional arch=all +Directory: pool/50bcabfd5cb4ae4ff602ceabc358ae0253336bb50eec3a4414c668810457f489 +Checksums-Sha1: + a411d3e509f2a23a4422300c8dbfbfaeec340ac9 2322 fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1.dsc + a59bc27ace9906ae09cc8a49aac3b70899e0ae70 675665 fonts-font-awesome_5.0.10+really4.7.0~dfsg.orig.tar.gz + 9c3d9d765600d5bd38bd7ebda7d8ff3bdba62519 11068 fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1.debian.tar.xz +Checksums-Sha256: + 50bcabfd5cb4ae4ff602ceabc358ae0253336bb50eec3a4414c668810457f489 2322 fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1.dsc + 9d25735ecb8984dae7b1bf04c6c343f8684ce88e0c81104e4b5f5495df3ded5d 675665 fonts-font-awesome_5.0.10+really4.7.0~dfsg.orig.tar.gz + 671cb14ca943a2a7cc07df2dedb639edc95a83dd674bfc84a3df5568bc4b708b 11068 fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1.debian.tar.xz +Files: + 218a94e5a567e22b43580d593f1be020 2322 fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1.dsc + a1bdfd8d821939a2ca7ac3da268a6df0 675665 fonts-font-awesome_5.0.10+really4.7.0~dfsg.orig.tar.gz + e258cf2a31004a44d9e2e965139bbcfb 11068 fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: fonts-freefont +Binary: fonts-freefont-otf, fonts-freefont-ttf, fonts-freefont-udeb +Architecture: all +Version: 20211204+svn4273-2 +Maintainer: Debian Fonts Task Force +Uploaders: Davide Viti , Fabian Greffrath , +Homepage: https://savannah.gnu.org/projects/freefont/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-freefont +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-freefont.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: fontforge-nox | fontforge, python3-pkg-resources +Package-List: + fonts-freefont-otf deb fonts optional arch=all + fonts-freefont-ttf deb fonts optional arch=all + fonts-freefont-udeb udeb debian-installer optional arch=all +Directory: pool/085525ac838e0fee10ffa350bf7f78cb6ed98b1ffb362fe36c9e677d9b003d5b +Checksums-Sha1: + 02e637794e4d6c21076be21960152f1cc400b551 2357 fonts-freefont_20211204+svn4273-2.dsc + 8c3285a7b992c2d8f4fe50ef151ecfeaca2abf1d 8745686 fonts-freefont_20211204+svn4273.orig.tar.gz + 1fd68047f4282ed193484d9a6fad218d05d13f30 11824 fonts-freefont_20211204+svn4273-2.debian.tar.xz +Checksums-Sha256: + 085525ac838e0fee10ffa350bf7f78cb6ed98b1ffb362fe36c9e677d9b003d5b 2357 fonts-freefont_20211204+svn4273-2.dsc + 41d21ea08cdb64f208dd452c8a6251bfd84bc585baa35eb6378d0ae7a4d7a39e 8745686 fonts-freefont_20211204+svn4273.orig.tar.gz + 8a999b1191aebe4c2c2a10125a18d46cfc654ced74db7e0c84120e490cbbb245 11824 fonts-freefont_20211204+svn4273-2.debian.tar.xz +Files: + b382a236449e64770fc2564ed7246473 2357 fonts-freefont_20211204+svn4273-2.dsc + 50744dbaa9b1d9fe9f5308a3757051ed 8745686 fonts-freefont_20211204+svn4273.orig.tar.gz + e042a22e4bb1ab4cdcd98dd31e67a683 11824 fonts-freefont_20211204+svn4273-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: fonts-lato +Binary: fonts-lato +Architecture: all +Version: 2.015-1 +Maintainer: Debian Fonts Task Force +Uploaders: Vasudev Kamath +Homepage: http://www.latofonts.com +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-lato +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-lato.git +Build-Depends: debhelper-compat (= 13) +Package-List: + fonts-lato deb fonts optional arch=all +Directory: pool/428d692a2025b780b634c32cb40b3805220f76325583877c7f21e75bbce915b1 +Checksums-Sha1: + 2c69aa590a92f5782c91edae3ab8404e3282f8a4 1778 fonts-lato_2.015-1.dsc + 462420468e698777b5c67cb2a1524eb688b78510 2808648 fonts-lato_2.015.orig.tar.xz + aec7774407a66385765f77767522f2cb8a73912f 4432 fonts-lato_2.015-1.debian.tar.xz +Checksums-Sha256: + 428d692a2025b780b634c32cb40b3805220f76325583877c7f21e75bbce915b1 1778 fonts-lato_2.015-1.dsc + 789e1e664a7c369acd896398efa3defbb22e5e1c962837d5d4626cfd629bd703 2808648 fonts-lato_2.015.orig.tar.xz + e5a435511c482adbfeb52ffacde78a8fb5d5ac3f5aa0a911c2c5230a8b5798ca 4432 fonts-lato_2.015-1.debian.tar.xz +Files: + b9fea1193f3d18525f2cb1eac31136bc 1778 fonts-lato_2.015-1.dsc + da3bfff10ee373fa0d17211fab7e3f2b 2808648 fonts-lato_2.015.orig.tar.xz + 65532b76a50b0d3c1aa1f053c94dddbf 4432 fonts-lato_2.015-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: fonts-liberation +Binary: fonts-liberation, fonts-liberation2 +Architecture: all +Version: 1:2.1.5-3 +Maintainer: Debian Fonts Task Force +Uploaders: Alan Baghumian , Eugeniy Meshcheryakov , Holger Levsen , Fabian Greffrath +Homepage: https://github.com/liberationfonts +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-liberation2 +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-liberation2.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: fontforge-nox | fontforge, fonttools (>> 3.15.1) +Package-List: + fonts-liberation deb fonts optional arch=all + fonts-liberation2 deb fonts optional arch=all +Directory: pool/3024bd8a23845fd43b09d3f4df80beb4ab64116885dec1e78d30890c1c0b8754 +Checksums-Sha1: + a85a0728a9c1eaf1e549e0fca0cb6ef13daec827 2271 fonts-liberation_2.1.5-3.dsc + 7338ee0835f72f7af6a89d68807d250712d1b5c0 5106189 fonts-liberation_2.1.5.orig.tar.gz + d0b9f53d31a60a683da86d9e49299c6c2bf52bab 7600 fonts-liberation_2.1.5-3.debian.tar.xz +Checksums-Sha256: + 3024bd8a23845fd43b09d3f4df80beb4ab64116885dec1e78d30890c1c0b8754 2271 fonts-liberation_2.1.5-3.dsc + 9a823ccb33c8a8a865e84b982bcdc44d03ba4914adb91e6000df035dc0e55936 5106189 fonts-liberation_2.1.5.orig.tar.gz + c6b50a1783cf6e05eca6edf763822bc5ea66b311d95f00d71dd6460f0058dd59 7600 fonts-liberation_2.1.5-3.debian.tar.xz +Files: + 9d047f6434ee6804455fa2d87ed70836 2271 fonts-liberation_2.1.5-3.dsc + 77f8b9c9cdeea1f8b2a7c2fb29c5bae7 5106189 fonts-liberation_2.1.5.orig.tar.gz + 156c1cc61486c2c8bd36ea59814fcaa2 7600 fonts-liberation_2.1.5-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: fonts-noto +Binary: fonts-noto, fonts-noto-core, fonts-noto-extra, fonts-noto-ui-core, fonts-noto-ui-extra, fonts-noto-hinted-udeb, fonts-noto-unhinted, fonts-noto-unhinted-udeb, fonts-noto-mono, fonts-croscore, fonts-noto-hinted +Architecture: all +Version: 20201225-2 +Maintainer: Debian Fonts Task Force +Uploaders: Jonas Smedegaard , Vasudev Kamath , +Homepage: https://www.google.com/get/noto/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-noto +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-noto.git +Build-Depends: cdbs, debhelper, lcdf-typetools +Package-List: + fonts-croscore deb fonts optional arch=all + fonts-noto deb metapackages optional arch=all + fonts-noto-core deb fonts optional arch=all + fonts-noto-extra deb fonts optional arch=all + fonts-noto-hinted deb oldlibs optional arch=all + fonts-noto-hinted-udeb udeb debian-installer optional arch=all + fonts-noto-mono deb fonts optional arch=all + fonts-noto-ui-core deb fonts optional arch=all + fonts-noto-ui-extra deb fonts optional arch=all + fonts-noto-unhinted deb fonts optional arch=all + fonts-noto-unhinted-udeb udeb debian-installer optional arch=all +Directory: pool/6f316c8b6a21c0eaf6c7da0fb6decbfbfd77f8af393a70f4ed91fc04d4cc98aa +Checksums-Sha1: + 5d788b9f2c517e0b40afe05767743c6729023f5f 2377 fonts-noto_20201225-2.dsc + ad5353785a62fa8966dc8b8bb68ee2c4b271f9a9 903613276 fonts-noto_20201225.orig.tar.gz + 00a18f8bb2fc28a3a4059fc21b9572ce0622c1ea 110764 fonts-noto_20201225-2.debian.tar.xz +Checksums-Sha256: + 6f316c8b6a21c0eaf6c7da0fb6decbfbfd77f8af393a70f4ed91fc04d4cc98aa 2377 fonts-noto_20201225-2.dsc + 7ef8fc4b10f869de28cfcf3d6cf53345949ed7335d79472810d31787d8aba719 903613276 fonts-noto_20201225.orig.tar.gz + 7bc0a9addabd19ed713c321078a96de4b178fa6a91df4c0d80a8b1b11e3964f8 110764 fonts-noto_20201225-2.debian.tar.xz +Files: + c1214e66dee7bb29c7b75ff7415973a4 2377 fonts-noto_20201225-2.dsc + be7ff4387da75831d54fe4e88f1882f7 903613276 fonts-noto_20201225.orig.tar.gz + ee5a5abbc7612cb396ee84f905a6b9db 110764 fonts-noto_20201225-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: fonts-urw-base35 +Binary: fonts-urw-base35, gsfonts, gsfonts-x11 +Architecture: all +Version: 20200910-8 +Maintainer: Debian Fonts Task Force +Uploaders: Fabian Greffrath , Roland Rosenfeld +Homepage: https://github.com/ArtifexSoftware/urw-base35-fonts +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/fonts-team/fonts-urw-base35 +Vcs-Git: https://salsa.debian.org/fonts-team/fonts-urw-base35.git +Testsuite: autopkgtest +Testsuite-Triggers: coreutils +Build-Depends: debhelper-compat (= 13), t1utils +Package-List: + fonts-urw-base35 deb fonts optional arch=all + gsfonts deb oldlibs optional arch=all + gsfonts-x11 deb oldlibs optional arch=all +Directory: pool/54e700670e335495c702efbda1033681f25848e6d4bb46d47c1c93afb3113aae +Checksums-Sha1: + 147d9309da1b7a0c2d2a14cf0d4ea6b13c03edd4 2265 fonts-urw-base35_20200910-8.dsc + 57759a9089026927156907f59888c6c5ce493ef8 11190093 fonts-urw-base35_20200910.orig.tar.gz + dacaba99b2cb3a04e2c76a37de49e201c8b861be 24468 fonts-urw-base35_20200910-8.debian.tar.xz +Checksums-Sha256: + 54e700670e335495c702efbda1033681f25848e6d4bb46d47c1c93afb3113aae 2265 fonts-urw-base35_20200910-8.dsc + e0d9b7f11885fdfdc4987f06b2aa0565ad2a4af52b22e5ebf79e1a98abd0ae2f 11190093 fonts-urw-base35_20200910.orig.tar.gz + e4a47c315c1690b91984bed3fba03df35ce50d9af4059b9cfef4810e7afac93d 24468 fonts-urw-base35_20200910-8.debian.tar.xz +Files: + 96d235e5cb118bcfbeba53ef0b28c043 2265 fonts-urw-base35_20200910-8.dsc + eb78ab0b6eb4115fc1a68c8f2a81abf6 11190093 fonts-urw-base35_20200910.orig.tar.gz + 5a56f7688919eb0f0c5cafd85ffa1e51 24468 fonts-urw-base35_20200910-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: freeipmi +Binary: freeipmi, freeipmi-bmc-watchdog, freeipmi-common, freeipmi-ipmidetect, freeipmi-ipmiseld, freeipmi-tools, libfreeipmi-dev, libfreeipmi17, libipmiconsole-dev, libipmiconsole2, libipmidetect-dev, libipmidetect0, libipmimonitoring-dev, libipmimonitoring6 +Architecture: kfreebsd-any linux-any all +Version: 1.6.13-3 +Maintainer: Fabio Fantoni +Uploaders: Bernd Zeimetz +Homepage: https://www.gnu.org/software/freeipmi/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/freeipmi +Vcs-Git: https://salsa.debian.org/debian/freeipmi.git +Build-Depends: chrpath, debhelper-compat (= 13), dh-exec, libgcrypt20-dev, libsystemd-dev [linux-any], pkgconf, systemd-dev [linux-any], texinfo +Package-List: + freeipmi deb admin optional arch=all + freeipmi-bmc-watchdog deb admin optional arch=kfreebsd-any,linux-any + freeipmi-common deb admin optional arch=all + freeipmi-ipmidetect deb admin optional arch=kfreebsd-any,linux-any + freeipmi-ipmiseld deb admin optional arch=kfreebsd-any,linux-any + freeipmi-tools deb admin optional arch=kfreebsd-any,linux-any + libfreeipmi-dev deb libdevel optional arch=kfreebsd-any,linux-any + libfreeipmi17 deb libs optional arch=kfreebsd-any,linux-any + libipmiconsole-dev deb libdevel optional arch=kfreebsd-any,linux-any + libipmiconsole2 deb libs optional arch=kfreebsd-any,linux-any + libipmidetect-dev deb libdevel optional arch=kfreebsd-any,linux-any + libipmidetect0 deb libs optional arch=kfreebsd-any,linux-any + libipmimonitoring-dev deb libdevel optional arch=kfreebsd-any,linux-any + libipmimonitoring6 deb libs optional arch=kfreebsd-any,linux-any +Directory: pool/597189396a02c9d07dac71fc281b546cac424fab2c060a3ddb046482fa0b1070 +Checksums-Sha1: + a68fedc9e39c66404a0a4fd5ad2bb36d9ae66d5e 3353 freeipmi_1.6.13-3.dsc + 5a23a493885cb3afd9ef57f43d7a0fe2d8f8d693 3464369 freeipmi_1.6.13.orig.tar.gz + 2a3b31bd7c2dbd299163a8a6545a5664b87bd643 195 freeipmi_1.6.13.orig.tar.gz.asc + 797c16dfab3d7b9dd60b3a9a0d351efd249ee953 26912 freeipmi_1.6.13-3.debian.tar.xz +Checksums-Sha256: + 597189396a02c9d07dac71fc281b546cac424fab2c060a3ddb046482fa0b1070 3353 freeipmi_1.6.13-3.dsc + 196e33706174767a6d7ee2b9c451075cd48ba99f27bb83c4f2c511e0c92c74f5 3464369 freeipmi_1.6.13.orig.tar.gz + 39d805a3344bb86befde252ddfb442ef357a46364c740694391f59797ffacf53 195 freeipmi_1.6.13.orig.tar.gz.asc + a9c2c24b7b114124e9512462594778c43d8a5f46a950b0e8df0efa83de27fc81 26912 freeipmi_1.6.13-3.debian.tar.xz +Files: + 02a40923f3d544d72018d1b3fb2dd9ad 3353 freeipmi_1.6.13-3.dsc + b3c8e1c10f273000b1b1c9ba4ebbf965 3464369 freeipmi_1.6.13.orig.tar.gz + ca5658f875876ec75b4202de0e92d938 195 freeipmi_1.6.13.orig.tar.gz.asc + 88ff8f86b5d7d3b6b37d23c72b3d8808 26912 freeipmi_1.6.13-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: freetype +Binary: libfreetype6, libfreetype-dev, freetype2-demos, freetype2-doc, libfreetype6-udeb +Architecture: any all +Version: 2.13.3+dfsg-1 +Maintainer: Hugh McMaster +Uploaders: Anthony Fok , Keith Packard +Homepage: https://freetype.org +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/freetype +Vcs-Git: https://salsa.debian.org/debian/freetype.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: debhelper-compat (= 13), autoconf, bzip2, gettext, libbrotli-dev, libbz2-dev, libpng-dev, libtool, libx11-dev , pkgconf, x11proto-core-dev , zlib1g-dev | libz-dev +Package-List: + freetype2-demos deb utils optional arch=any profile=!pkg.freetype.nodemos + freetype2-doc deb doc optional arch=all + libfreetype-dev deb libdevel optional arch=any + libfreetype6 deb libs optional arch=any + libfreetype6-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/122104ec96184391361f4ee9e5c70e83b05a5c0b90030f2b94befb0fad0664c3 +Checksums-Sha1: + 995685c77dbb888190cb6642f8a2cfc342c5931a 3680 freetype_2.13.3+dfsg-1.dsc + 13772801af6b9341a20300ed89f36157f2506376 342404 freetype_2.13.3+dfsg.orig-ft2demos.tar.xz + 23ef17897819135ac8f6f99f57702ae7cd24c9a4 833 freetype_2.13.3+dfsg.orig-ft2demos.tar.xz.asc + 7e1c8bc2bba9425864c861438fce76db76fe33c2 2173852 freetype_2.13.3+dfsg.orig-ft2docs.tar.xz + 75a45eb7bd6ee570366654ecb14327f7e948e6ce 833 freetype_2.13.3+dfsg.orig-ft2docs.tar.xz.asc + 66e7e402e4f262f2dbb7577734717c98cfbeb59c 2201416 freetype_2.13.3+dfsg.orig.tar.xz + aecd6530d68f0c7317232465e6e4931135e91b7f 43904 freetype_2.13.3+dfsg-1.debian.tar.xz +Checksums-Sha256: + 122104ec96184391361f4ee9e5c70e83b05a5c0b90030f2b94befb0fad0664c3 3680 freetype_2.13.3+dfsg-1.dsc + 8775e5ffded1a885ba2ccb3ea0e82c73306a03b764080c3e4c79da15b5c9a28a 342404 freetype_2.13.3+dfsg.orig-ft2demos.tar.xz + 931bfa17e59c0ec7db391160f43977e0907f36ea3c39d7e6063731cd4612dd51 833 freetype_2.13.3+dfsg.orig-ft2demos.tar.xz.asc + b7b66149bea769e226fd3d6d1eee6160e5b6beb4249b088071434fbe85fd1070 2173852 freetype_2.13.3+dfsg.orig-ft2docs.tar.xz + 65c66aec6244d247540430b21d3e80b677f1361906347a5be7fad371d46655da 833 freetype_2.13.3+dfsg.orig-ft2docs.tar.xz.asc + 686ec73cbf6783b245dd068a09ce807b729ac0f8a46dd70f7867923c32fdf4de 2201416 freetype_2.13.3+dfsg.orig.tar.xz + e2de836c8bb52c5a59173465bfddbf476a277f3f065ba322d111c5046ef8b8c8 43904 freetype_2.13.3+dfsg-1.debian.tar.xz +Files: + 60ee6b386f9ca28e40e82ddb008d61b2 3680 freetype_2.13.3+dfsg-1.dsc + 0e4e6017813b7d134a1029d336dbc38a 342404 freetype_2.13.3+dfsg.orig-ft2demos.tar.xz + 38aeeebd44429eda1da9ad6b21604572 833 freetype_2.13.3+dfsg.orig-ft2demos.tar.xz.asc + 6affe0d431939398cc3c7cdd58d824f8 2173852 freetype_2.13.3+dfsg.orig-ft2docs.tar.xz + 5b769f78b7daa734e94f2bb533ad662b 833 freetype_2.13.3+dfsg.orig-ft2docs.tar.xz.asc + 21d424a215ee12f59f133c218f5d456f 2201416 freetype_2.13.3+dfsg.orig.tar.xz + acecf79a87998ecfc1ac0036e41c9d12 43904 freetype_2.13.3+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: fribidi +Binary: libfribidi0, libfribidi-dev, libfribidi0-udeb, libfribidi-bin +Architecture: any +Version: 1.0.15-1 +Maintainer: Debian Hebrew Packaging Team +Uploaders: Lior Kaplan , Shachar Shemesh , أحمد المحمودي (Ahmed El-Mahmoudy) +Homepage: http://www.fribidi.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/fribidi +Vcs-Git: https://salsa.debian.org/debian/fribidi.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), pkgconf +Package-List: + libfribidi-bin deb utils optional arch=any + libfribidi-dev deb libdevel optional arch=any + libfribidi0 deb libs optional arch=any + libfribidi0-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/fe428965937cf253b71efb5de0b214c8bbb2a024a13d09635938ff9fa0052283 +Checksums-Sha1: + 0fc7eebf6768597b56ee63217dc482803efb5e13 2004 fribidi_1.0.15-1.dsc + b602ab591d05dd4f96dd6ff664fbe2f153cfd2a2 1166860 fribidi_1.0.15.orig.tar.xz + 3eb8e0df04eb348d7c07d3a54b5b4952a5adaf44 8888 fribidi_1.0.15-1.debian.tar.xz +Checksums-Sha256: + fe428965937cf253b71efb5de0b214c8bbb2a024a13d09635938ff9fa0052283 2004 fribidi_1.0.15-1.dsc + 0bbc7ff633bfa208ae32d7e369cf5a7d20d5d2557a0b067c9aa98bcbf9967587 1166860 fribidi_1.0.15.orig.tar.xz + e0ec140d8bcabaaf5edcfe10e6bb268d8150a76d657bbfe9e3415569d4b67440 8888 fribidi_1.0.15-1.debian.tar.xz +Files: + 0f79af102f770c87cd15022786ac72b9 2004 fribidi_1.0.15-1.dsc + ccf2b019162b4e5e6569875d0641bc5f 1166860 fribidi_1.0.15.orig.tar.xz + 673529398fedeea58a300c87513ea26d 8888 fribidi_1.0.15-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: frr +Binary: frr, frr-snmp, frr-rpki-rtrlib, frr-doc, frr-pythontools +Architecture: linux-any all +Version: 10.1.1-0.1gl0 +Maintainer: David Lamparter +Uploaders: FRRouting-dev , Ondřej Surý +Homepage: https://www.frrouting.org/ +Standards-Version: 4.5.0.3 +Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master +Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master +Testsuite: autopkgtest +Build-Depends: bison, chrpath, debhelper (>= 10~), flex, gawk, install-info, libc-ares-dev, libcap-dev, libelf-dev:native, libjson-c-dev | libjson0-dev, libpam0g-dev, libpcre2-dev, libprotobuf-c-dev, libpython3-dev:native, libreadline-dev, librtr-dev (>= 0.8.0~) , libsnmp-dev, libssh-dev , libunwind-dev [!alpha !m68k !sparc64 !x32], libyang2-dev (>= 2.1.128), pkgconf, protobuf-c-compiler, python3:native, python3-dev:native, python3-pytest:native , python3-sphinx:native, texinfo (>= 4.7), lua5.3 , liblua5.3-dev +Package-List: + frr deb net optional arch=linux-any + frr-doc deb doc optional arch=all + frr-pythontools deb net optional arch=all + frr-rpki-rtrlib deb net optional arch=linux-any profile=!pkg.frr.nortrlib + frr-snmp deb net optional arch=linux-any +Directory: pool/cf06382f9271ad04442af6e5c7d94fc78f3767c84275e20eeb7a048abefe4db5 +Checksums-Sha1: + 98b36e21044b224f86afa080b9c8b61aa893d8ea 1874 frr_10.1.1-0.1gl0.dsc + 40c3c0db7aa25e76362302a7dba4627939b5e3a3 8405760 frr_10.1.1.orig.tar.xz + fb0e5bb6275ee75a585498a2820c2c22461cc5bb 32452 frr_10.1.1-0.1gl0.debian.tar.xz +Checksums-Sha256: + cf06382f9271ad04442af6e5c7d94fc78f3767c84275e20eeb7a048abefe4db5 1874 frr_10.1.1-0.1gl0.dsc + 287f17845c740951f47dceb0e37873b7187ade5220657fa40fcfffe7db21ed4b 8405760 frr_10.1.1.orig.tar.xz + 65344878914ec62b875365a65b02cb747b16d80d05626d015d26fc0357762bb0 32452 frr_10.1.1-0.1gl0.debian.tar.xz +Files: + b4b41379f5b03c0b742406594f605518 1874 frr_10.1.1-0.1gl0.dsc + 347c9a17ec74f616e37e0bb653f65ee4 8405760 frr_10.1.1.orig.tar.xz + f852064a015aa8a1f9e99565c744faf0 32452 frr_10.1.1-0.1gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: fstrm +Binary: libfstrm0, libfstrm-dev, fstrm-bin +Architecture: any +Version: 0.6.1-1 +Maintainer: Robert Edmonds +Homepage: https://github.com/farsightsec/fstrm +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/edmonds/fstrm +Vcs-Git: https://salsa.debian.org/edmonds/fstrm.git +Build-Depends: debhelper-compat (= 13), pkg-config, libevent-dev +Package-List: + fstrm-bin deb utils optional arch=any + libfstrm-dev deb libdevel optional arch=any + libfstrm0 deb libs optional arch=any +Directory: pool/f42ca88ddc54acb39fcaa6a2f7cda3d70a9f256b83e6044ea56cd8bb5f90d37d +Checksums-Sha1: + 5f4b59b05588d42ced4e170b913c8a0a2dcc3cef 1937 fstrm_0.6.1-1.dsc + 505aec8f36f21135ed6e99a0e9309355fce8d26f 135425 fstrm_0.6.1.orig.tar.gz + 81663c5a473f99caacabb4a3d6ebb55286d88302 3632 fstrm_0.6.1-1.debian.tar.xz +Checksums-Sha256: + f42ca88ddc54acb39fcaa6a2f7cda3d70a9f256b83e6044ea56cd8bb5f90d37d 1937 fstrm_0.6.1-1.dsc + 4f0f7ad2b760119c441aba58271e84de683b3cc138530d02710896641866e2d2 135425 fstrm_0.6.1.orig.tar.gz + bdeb41cf8d70ed9e804990d7026861334027766d09201635d808eefbff3aa457 3632 fstrm_0.6.1-1.debian.tar.xz +Files: + ee23e08fbc56e6dee71c251cd28b3674 1937 fstrm_0.6.1-1.dsc + b546e1e371742b067b831ff969091bdc 135425 fstrm_0.6.1.orig.tar.gz + 6703cf942311909391e6d4d5a243cc8a 3632 fstrm_0.6.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: fuse +Binary: libfuse2t64, libfuse-dev +Architecture: linux-any kfreebsd-any +Version: 2.9.9-9 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://github.com/libfuse/libfuse/wiki +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13), libselinux-dev [linux-any], gettext +Package-List: + libfuse-dev deb libdevel optional arch=linux-any,kfreebsd-any + libfuse2t64 deb libs optional arch=linux-any,kfreebsd-any +Directory: pool/2aa78ed0ad94e6aac2c118e0fa3aaccff8e8011ab54f2822ef15cd3850123e33 +Checksums-Sha1: + 231bb637bcb17bf5ea07e48e6ab0bbde13c58858 2099 fuse_2.9.9-9.dsc + 943ba651b14bc4a3c6fd959ed4b8c04f4a59032d 1813177 fuse_2.9.9.orig.tar.gz + b5d3a07106bfd03de062f39f12c96fb1d22f7cb3 1012 fuse_2.9.9.orig.tar.gz.asc + 843749c16075429d87a3d57a832833ac65027268 24720 fuse_2.9.9-9.debian.tar.xz +Checksums-Sha256: + 2aa78ed0ad94e6aac2c118e0fa3aaccff8e8011ab54f2822ef15cd3850123e33 2099 fuse_2.9.9-9.dsc + d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5 1813177 fuse_2.9.9.orig.tar.gz + 2306ebb33ecc560701f1b569cff3b1cee3dd1c02b46462a9f2c5ba0e5c263a51 1012 fuse_2.9.9.orig.tar.gz.asc + 2d57e172d14460a6df39366337852ba6e57ba0e6e64e9a9caec5c3da4556a588 24720 fuse_2.9.9-9.debian.tar.xz +Files: + 9ed98f60ee7cdae1a74e96b33c0e0d3d 2099 fuse_2.9.9-9.dsc + 8000410aadc9231fd48495f7642f3312 1813177 fuse_2.9.9.orig.tar.gz + 8e617f77c41a15537bcb5094eb11a9de 1012 fuse_2.9.9.orig.tar.gz.asc + 6719a5e3b54a085688545fcaf91f0f87 24720 fuse_2.9.9-9.debian.tar.xz + +Format: 3.0 (quilt) +Package: fuse3 +Binary: fuse3, libfuse3-3, libfuse3-dev, fuse3-udeb, libfuse3-3-udeb, fuse +Architecture: linux-any kfreebsd-any all +Version: 3.14.0-10 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://github.com/libfuse/libfuse/wiki +Standards-Version: 4.6.1 +Build-Depends: debhelper-compat (= 13), pkgconf, meson, systemd-dev, python3 , python3-pytest +Package-List: + fuse deb oldlibs optional arch=all + fuse3 deb utils optional arch=linux-any + fuse3-udeb udeb debian-installer optional arch=linux-any + libfuse3-3 deb libs optional arch=linux-any,kfreebsd-any + libfuse3-3-udeb udeb debian-installer optional arch=linux-any,kfreebsd-any profile=!noudeb + libfuse3-dev deb libdevel optional arch=linux-any,kfreebsd-any +Directory: pool/1770da11f220960c6b5b2c14b0d913037e9c59c8d71b0186a85220939ed525ad +Checksums-Sha1: + d25df23614efdf9b2f4f85b51dcb6ee77dcb9128 2435 fuse3_3.14.0-10.dsc + 3820905cd399fe9350285e76e72ceace656a761f 4351852 fuse3_3.14.0.orig.tar.xz + 8addaabc30aa4b6a86f580248ae31e9788d8918c 1012 fuse3_3.14.0.orig.tar.xz.asc + 596f44078797a6f547e8cf9c623e453dcc817717 18420 fuse3_3.14.0-10.debian.tar.xz +Checksums-Sha256: + 1770da11f220960c6b5b2c14b0d913037e9c59c8d71b0186a85220939ed525ad 2435 fuse3_3.14.0-10.dsc + 96115b2a8ff34bd1e0c7b00c5dfd8297571d7e165042b94498c9a26356a9a70a 4351852 fuse3_3.14.0.orig.tar.xz + 246ae20731da98c5f5a5cf6cdf8d10aa54ea986b4e71fe24805154b186ad30d0 1012 fuse3_3.14.0.orig.tar.xz.asc + f2ee3af4841c456b1e5936aeedd343c028963dac386eb9a0b78c97d45719fc74 18420 fuse3_3.14.0-10.debian.tar.xz +Files: + 33fe014115b012332d1d402bcb8edf49 2435 fuse3_3.14.0-10.dsc + 2070c0f347e2304fa122d4cb0746e8a9 4351852 fuse3_3.14.0.orig.tar.xz + c43df823d18a5749c9f1f5890c2438ea 1012 fuse3_3.14.0.orig.tar.xz.asc + 7317d233e2473cbc282f8a9a70b6729c 18420 fuse3_3.14.0-10.debian.tar.xz + +Format: 3.0 (native) +Package: garden-repo-manager +Binary: garden-repo-manager +Architecture: all +Version: 1.0.3gardenlinux0 +Maintainer: Florian Paul Azim Hoberg +Homepage: +Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 13) +Package-List: + garden-repo-manager deb os optional arch=all +Directory: pool/0e328abdf92078a746f233296c6b84bc18750c4fb489e054f61aa22d3bf24d7a +Checksums-Sha1: + 57109f19904d642d4f341375f0e25eddce020a27 693 garden-repo-manager_1.0.3gardenlinux0.dsc + 2d185c1710c6e4e83cffefc20c686cf9f33cce7c 5356 garden-repo-manager_1.0.3gardenlinux0.tar.xz +Checksums-Sha256: + 0e328abdf92078a746f233296c6b84bc18750c4fb489e054f61aa22d3bf24d7a 693 garden-repo-manager_1.0.3gardenlinux0.dsc + dd1f17838da01e25bc8fce3afcda8f9451baae11acaad87f087ec6474eedc1b3 5356 garden-repo-manager_1.0.3gardenlinux0.tar.xz +Files: + be946d7457735dc55328de26c84dc00f 693 garden-repo-manager_1.0.3gardenlinux0.dsc + e7c36a1e8a28b5e2b7a8b4526dc3aec0 5356 garden-repo-manager_1.0.3gardenlinux0.tar.xz + +Format: 3.0 (native) +Package: gardenlinux-selinux-module +Binary: gardenlinux-selinux-module +Architecture: all +Version: 1.0.10gardenlinux0 +Maintainer: Christoph Senkel +Homepage: +Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 13), checkpolicy, semodule-utils +Package-List: + gardenlinux-selinux-module deb selinux optional arch=all +Directory: pool/ec512610ec7d8eeb68192f5381846c2d068002600cd60f4f9b9b38f5ea4e53d5 +Checksums-Sha1: + c1b33cc42aca467566d68de36b039fc6c32ecd5a 768 gardenlinux-selinux-module_1.0.10gardenlinux0.dsc + 48e5e5e5e1e3313a52f1aedd9890ebbbb7e554a5 5536 gardenlinux-selinux-module_1.0.10gardenlinux0.tar.xz +Checksums-Sha256: + ec512610ec7d8eeb68192f5381846c2d068002600cd60f4f9b9b38f5ea4e53d5 768 gardenlinux-selinux-module_1.0.10gardenlinux0.dsc + 319a2d0539599c16f46d828c1fb9e0b2090914e61ff518bb6d66c29c17981733 5536 gardenlinux-selinux-module_1.0.10gardenlinux0.tar.xz +Files: + 4c39f7e5f790b2ae11e557a4eace2716 768 gardenlinux-selinux-module_1.0.10gardenlinux0.dsc + 7d993ff08cd4bf0e3b9c533db39dd058 5536 gardenlinux-selinux-module_1.0.10gardenlinux0.tar.xz + +Format: 3.0 (quilt) +Package: gawk +Binary: gawk +Architecture: any +Version: 1:5.2.1-2 +Maintainer: Adrian Bunk +Homepage: http://www.gnu.org/software/gawk/ +Standards-Version: 3.9.8 +Build-Depends: autotools-dev, bison, debhelper (>= 9), gettext, libmpfr-dev, libreadline-dev, libsigsegv-dev, locales-all +Package-List: + gawk deb interpreters optional arch=any +Directory: pool/1f2d11cd9b09419e86cf069571728802a068bb94d1947f3328ed430ab9b7540e +Checksums-Sha1: + 1ea14c1551d461330c1a4353f155174ea99acebd 1771 gawk_5.2.1-2.dsc + 2762fa19ac5972a32735b5ddec00f68fa8caf8c1 2729896 gawk_5.2.1.orig.tar.xz + 73700903afacd56646e157944583a7b9eaa36e07 15212 gawk_5.2.1-2.debian.tar.xz +Checksums-Sha256: + 1f2d11cd9b09419e86cf069571728802a068bb94d1947f3328ed430ab9b7540e 1771 gawk_5.2.1-2.dsc + 2337a0283b180ec1b9c727973a34781c6478b3ae9bcbdcca0a4dc49861d75a65 2729896 gawk_5.2.1.orig.tar.xz + ae031782d073e8d1670b4d9ced47b3adecde2f314d824339673d163ba7029f4b 15212 gawk_5.2.1-2.debian.tar.xz +Files: + bb4d55d4fa35464077d950b6e958e61e 1771 gawk_5.2.1-2.dsc + 4071c7b58f6704f47f441be8c26f8641 2729896 gawk_5.2.1.orig.tar.xz + 3f2598d4ce95bd8ad8ee915cdb480b39 15212 gawk_5.2.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: gcc-11 +Binary: gcc-11-base, libgcc-11-dev, lib64gcc-11-dev, lib32gcc-11-dev, libn32gcc-11-dev, libx32gcc-11-dev, gcc-11, gcc-11-multilib, gcc-11-test-results, gcc-11-plugin-dev, gcc-11-hppa64-linux-gnu, cpp-11, gcc-11-locales, g++-11, g++-11-multilib, libasan6, lib32asan6, lib64asan6, libx32asan6, libhwasan0, libtsan0, libgccjit-11-doc, libgccjit-11-dev, gobjc++-11, gobjc++-11-multilib, gobjc-11, gobjc-11-multilib, libobjc-11-dev, lib64objc-11-dev, lib32objc-11-dev, libn32objc-11-dev, libx32objc-11-dev, gfortran-11, gfortran-11-multilib, libgfortran-11-dev, lib64gfortran-11-dev, lib32gfortran-11-dev, libn32gfortran-11-dev, libx32gfortran-11-dev, gccgo-11, gccgo-11-multilib, libgo-11-dev, lib64go-11-dev, lib32go-11-dev, libn32go-11-dev, libx32go-11-dev, libgo19, lib64go19, lib32go19, libn32go19, libx32go19, libstdc++-11-dev, libstdc++-11-pic, libstdc++6-11-dbg, lib32stdc++-11-dev, lib32stdc++6-11-dbg, lib64stdc++-11-dev, lib64stdc++6-11-dbg, libn32stdc++-11-dev, + libn32stdc++6-11-dbg, libx32stdc++-11-dev, libx32stdc++6-11-dbg, libstdc++-11-doc, gnat-11, libgnat-11, gdc-11, gdc-11-multilib, libgphobos-11-dev, lib64gphobos-11-dev, lib32gphobos-11-dev, libn32gphobos-11-dev, libx32gphobos-11-dev, libgphobos2, lib64gphobos2, lib32gphobos2, libn32gphobos2, libx32gphobos2, gm2-11, libgm2-11-dev, gccbrig-11, libhsail-rt-11-dev, libhsail-rt0, gcc-11-offload-nvptx, libgomp-plugin-nvptx1, gcc-11-offload-amdgcn, libgomp-plugin-amdgcn1, + gcc-11-source +Architecture: any all +Version: 11.5.0-1 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: http://gcc.gnu.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/toolchain-team/gcc/tree/gcc-11-debian +Vcs-Git: https://salsa.debian.org/toolchain-team/gcc.git -b gcc-11-debian +Testsuite: autopkgtest +Testsuite-Triggers: apt, libc-dev, libc6-dev, python3-minimal +Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14), g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 s390 s390x sparc sparc64 x32] , libc6.1-dev (>= 2.23-1~) [alpha ia64] | libc0.3-dev (>= 2.23-1~) [hurd-i386] | libc0.1-dev (>= 2.25) [kfreebsd-i386 kfreebsd-amd64] | libc6-dev (>= 2.23-1~), libc6-dev-amd64 [i386 x32], libc6-dev-sparc64 [sparc], libc6-dev-sparc [sparc64], libc6-dev-s390 [s390x], libc6-dev-s390x [s390], libc6-dev-i386 [amd64 x32], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc-s1 [amd64 ppc64 kfreebsd-amd64 mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el s390x sparc64 x32], libn32gcc-s1 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], lib64gcc-s1 [i386 mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el powerpc sparc s390 x32], libc6-dev-mips64 [mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el], libc6-dev-mipsn32 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], libc6-dev-mips32 [mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el], libc6-dev-x32 [amd64 i386], libx32gcc-s1 [amd64 i386], libc6.1-dbg [alpha ia64] | libc0.3-dbg [hurd-i386] | libc0.1-dbg [kfreebsd-i386 kfreebsd-amd64] | libc6-dbg, kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k], m4, libtool, autoconf2.69, gcc-12-base, dwz, libunwind8-dev [ia64], libatomic-ops-dev [ia64], gawk, lzma, xz-utils, patchutils, libzstd-dev, zlib1g-dev, systemtap-sdt-dev [linux-any], binutils:native (>= 2.37), binutils-hppa64-linux-gnu:native (>= 2.37) [hppa amd64 i386 x32], gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, gdb:native [!riscv64 !mipsel !mips64el], nvptx-tools [amd64 ppc64el], amdgcn-tools [amd64], texinfo (>= 4.3), locales-all, sharutils, procps, gnat-11:native [!arc !ia64 !loong64 !sh3 !sh3eb !sh4eb !m68k], g++-11:native, netbase, python3:any, libisl-dev (>= 0.20), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), lib32z1-dev [amd64 kfreebsd-amd64], lib64z1-dev [i386], unzip , dejagnu [!alpha !hurd-alpha] , coreutils (>= 2.26) | realpath (>= 1.9.12), chrpath, lsb-release, quilt, time, pkg-config, libgc-dev, g++-11-alpha-linux-gnu [alpha] , gobjc-11-alpha-linux-gnu [alpha] , gfortran-11-alpha-linux-gnu [alpha] , gdc-11-alpha-linux-gnu [alpha] , gccgo-11-alpha-linux-gnu [alpha] , gnat-11-alpha-linux-gnu [alpha] , gm2-11-alpha-linux-gnu [alpha] , g++-11-x86-64-linux-gnu [amd64] , gobjc-11-x86-64-linux-gnu [amd64] , gfortran-11-x86-64-linux-gnu [amd64] , gdc-11-x86-64-linux-gnu [amd64] , gccgo-11-x86-64-linux-gnu [amd64] , gnat-11-x86-64-linux-gnu [amd64] , gm2-11-x86-64-linux-gnu [amd64] , g++-11-arm-linux-gnueabi [armel] , gobjc-11-arm-linux-gnueabi [armel] , gfortran-11-arm-linux-gnueabi [armel] , gdc-11-arm-linux-gnueabi [armel] , gccgo-11-arm-linux-gnueabi [armel] , gnat-11-arm-linux-gnueabi [armel] , gm2-11-arm-linux-gnueabi [armel] , g++-11-arm-linux-gnueabihf [armhf] , gobjc-11-arm-linux-gnueabihf [armhf] , gfortran-11-arm-linux-gnueabihf [armhf] , gdc-11-arm-linux-gnueabihf [armhf] , gccgo-11-arm-linux-gnueabihf [armhf] , gnat-11-arm-linux-gnueabihf [armhf] , gm2-11-arm-linux-gnueabihf [armhf] , g++-11-aarch64-linux-gnu [arm64] , gobjc-11-aarch64-linux-gnu [arm64] , gfortran-11-aarch64-linux-gnu [arm64] , gdc-11-aarch64-linux-gnu [arm64] , gccgo-11-aarch64-linux-gnu [arm64] , gnat-11-aarch64-linux-gnu [arm64] , gm2-11-aarch64-linux-gnu [arm64] , g++-11-i686-linux-gnu [i386] , gobjc-11-i686-linux-gnu [i386] , gfortran-11-i686-linux-gnu [i386] , gdc-11-i686-linux-gnu [i386] , gccgo-11-i686-linux-gnu [i386] , gnat-11-i686-linux-gnu [i386] , gm2-11-i686-linux-gnu [i386] , g++-11-mipsel-linux-gnu [mipsel] , gobjc-11-mipsel-linux-gnu [mipsel] , gfortran-11-mipsel-linux-gnu [mipsel] , gdc-11-mipsel-linux-gnu [mipsel] , gccgo-11-mipsel-linux-gnu [mipsel] , gnat-11-mipsel-linux-gnu [mipsel] , gm2-11-mipsel-linux-gnu [mipsel] , g++-11-mips64-linux-gnuabi64 [mips64] , gobjc-11-mips64-linux-gnuabi64 [mips64] , gfortran-11-mips64-linux-gnuabi64 [mips64] , gdc-11-mips64-linux-gnuabi64 [mips64] , gccgo-11-mips64-linux-gnuabi64 [mips64] , gnat-11-mips64-linux-gnuabi64 [mips64] , gm2-11-mips64-linux-gnuabi64 [mips64] , g++-11-mips64el-linux-gnuabi64 [mips64el] , gobjc-11-mips64el-linux-gnuabi64 [mips64el] , gfortran-11-mips64el-linux-gnuabi64 [mips64el] , gdc-11-mips64el-linux-gnuabi64 [mips64el] , gccgo-11-mips64el-linux-gnuabi64 [mips64el] , gnat-11-mips64el-linux-gnuabi64 [mips64el] , gm2-11-mips64el-linux-gnuabi64 [mips64el] , g++-11-mips64-linux-gnuabin32 [mipsn32] , gobjc-11-mips64-linux-gnuabin32 [mipsn32] , gfortran-11-mips64-linux-gnuabin32 [mipsn32] , gdc-11-mips64-linux-gnuabin32 [mipsn32] , gccgo-11-mips64-linux-gnuabin32 [mipsn32] , gnat-11-mips64-linux-gnuabin32 [mipsn32] , gm2-11-mips64-linux-gnuabin32 [mipsn32] , g++-11-powerpc-linux-gnu [powerpc] , gobjc-11-powerpc-linux-gnu [powerpc] , gfortran-11-powerpc-linux-gnu [powerpc] , gdc-11-powerpc-linux-gnu [powerpc] , gccgo-11-powerpc-linux-gnu [powerpc] , gnat-11-powerpc-linux-gnu [powerpc] , g++-11-powerpc64-linux-gnu [ppc64] , gobjc-11-powerpc64-linux-gnu [ppc64] , gfortran-11-powerpc64-linux-gnu [ppc64] , gdc-11-powerpc64-linux-gnu [ppc64] , gccgo-11-powerpc64-linux-gnu [ppc64] , gnat-11-powerpc64-linux-gnu [ppc64] , g++-11-powerpc64le-linux-gnu [ppc64el] , gobjc-11-powerpc64le-linux-gnu [ppc64el] , gfortran-11-powerpc64le-linux-gnu [ppc64el] , gdc-11-powerpc64le-linux-gnu [ppc64el] , gccgo-11-powerpc64le-linux-gnu [ppc64el] , gnat-11-powerpc64le-linux-gnu [ppc64el] , gm2-11-powerpc64le-linux-gnu [ppc64el] , g++-11-m68k-linux-gnu [m68k] , gobjc-11-m68k-linux-gnu [m68k] , gfortran-11-m68k-linux-gnu [m68k] , gdc-11-m68k-linux-gnu [m68k] , gm2-11-m68k-linux-gnu [m68k] , g++-11-riscv64-linux-gnu [riscv64] , gobjc-11-riscv64-linux-gnu [riscv64] , gfortran-11-riscv64-linux-gnu [riscv64] , gdc-11-riscv64-linux-gnu [riscv64] , gccgo-11-riscv64-linux-gnu [riscv64] , gnat-11-riscv64-linux-gnu [riscv64] , gm2-11-riscv64-linux-gnu [riscv64] , g++-11-sh4-linux-gnu [sh4] , gobjc-11-sh4-linux-gnu [sh4] , gfortran-11-sh4-linux-gnu [sh4] , gnat-11-sh4-linux-gnu [sh4] , g++-11-sparc64-linux-gnu [sparc64] , gobjc-11-sparc64-linux-gnu [sparc64] , gfortran-11-sparc64-linux-gnu [sparc64] , gdc-11-sparc64-linux-gnu [sparc64] , gccgo-11-sparc64-linux-gnu [sparc64] , gnat-11-sparc64-linux-gnu [sparc64] , gm2-11-sparc64-linux-gnu [sparc64] , g++-11-s390x-linux-gnu [s390x] , gobjc-11-s390x-linux-gnu [s390x] , gfortran-11-s390x-linux-gnu [s390x] , gdc-11-s390x-linux-gnu [s390x] , gccgo-11-s390x-linux-gnu [s390x] , gnat-11-s390x-linux-gnu [s390x] , gm2-11-s390x-linux-gnu [s390x] , g++-11-x86-64-linux-gnux32 [x32] , gobjc-11-x86-64-linux-gnux32 [x32] , gfortran-11-x86-64-linux-gnux32 [x32] , gdc-11-x86-64-linux-gnux32 [x32] , gccgo-11-x86-64-linux-gnux32 [x32] , gnat-11-x86-64-linux-gnux32 [x32] , gm2-11-x86-64-linux-gnux32 [x32] , g++-11-mips64el-linux-gnuabin32 [mipsn32el] , gobjc-11-mips64el-linux-gnuabin32 [mipsn32el] , gfortran-11-mips64el-linux-gnuabin32 [mipsn32el] , gdc-11-mips64el-linux-gnuabin32 [mipsn32el] , gccgo-11-mips64el-linux-gnuabin32 [mipsn32el] , gnat-11-mips64el-linux-gnuabin32 [mipsn32el] , gm2-11-mips64el-linux-gnuabin32 [mipsn32el] , g++-11-mipsisa32r6-linux-gnu [mipsr6] , gobjc-11-mipsisa32r6-linux-gnu [mipsr6] , gfortran-11-mipsisa32r6-linux-gnu [mipsr6] , gdc-11-mipsisa32r6-linux-gnu [mipsr6] , gccgo-11-mipsisa32r6-linux-gnu [mipsr6] , gnat-11-mipsisa32r6-linux-gnu [mipsr6] , gm2-11-mipsisa32r6-linux-gnu [mipsr6] , g++-11-mipsisa32r6el-linux-gnu [mipsr6el] , gobjc-11-mipsisa32r6el-linux-gnu [mipsr6el] , gfortran-11-mipsisa32r6el-linux-gnu [mipsr6el] , gdc-11-mipsisa32r6el-linux-gnu [mipsr6el] , gccgo-11-mipsisa32r6el-linux-gnu [mipsr6el] , gnat-11-mipsisa32r6el-linux-gnu [mipsr6el] , gm2-11-mipsisa32r6el-linux-gnu [mipsr6el] , g++-11-mipsisa64r6-linux-gnuabi64 [mips64r6] , gobjc-11-mipsisa64r6-linux-gnuabi64 [mips64r6] , gfortran-11-mipsisa64r6-linux-gnuabi64 [mips64r6] , gdc-11-mipsisa64r6-linux-gnuabi64 [mips64r6] , gccgo-11-mipsisa64r6-linux-gnuabi64 [mips64r6] , gnat-11-mipsisa64r6-linux-gnuabi64 [mips64r6] , gm2-11-mipsisa64r6-linux-gnuabi64 [mips64r6] , g++-11-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gobjc-11-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gfortran-11-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gdc-11-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gccgo-11-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gnat-11-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gm2-11-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , g++-11-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gobjc-11-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gfortran-11-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gdc-11-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gccgo-11-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gnat-11-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gm2-11-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , g++-11-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gobjc-11-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gfortran-11-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gdc-11-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gccgo-11-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gnat-11-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gm2-11-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] +Build-Depends-Indep: doxygen (>= 1.7.2), graphviz (>= 2.2), ghostscript, texlive-latex-base, xsltproc, libxml2-utils, docbook-xsl-ns +Package-List: + cpp-11 deb interpreters optional arch=any + g++-11 deb devel optional arch=any + g++-11-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gcc-11 deb devel optional arch=any + gcc-11-base deb libs optional arch=any + gcc-11-hppa64-linux-gnu deb devel optional arch=hppa,amd64,i386,x32 + gcc-11-locales deb devel optional arch=all + gcc-11-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gcc-11-offload-amdgcn deb devel optional arch=amd64 + gcc-11-offload-nvptx deb devel optional arch=amd64,ppc64el + gcc-11-plugin-dev deb devel optional arch=any + gcc-11-source deb devel optional arch=all + gcc-11-test-results deb devel optional arch=any + gccbrig-11 deb devel optional arch=any + gccgo-11 deb devel optional arch=any + gccgo-11-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gdc-11 deb devel optional arch=any + gdc-11-multilib deb devel optional arch=any + gfortran-11 deb devel optional arch=any + gfortran-11-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gm2-11 deb devel optional arch=any + gnat-11 deb devel optional arch=any + gobjc++-11 deb devel optional arch=any + gobjc++-11-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc-11 deb devel optional arch=any + gobjc-11-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + lib32asan6 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gcc-11-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gfortran-11-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go-11-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go19 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos-11-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos2 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32objc-11-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++-11-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++6-11-dbg deb debug optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib64asan6 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gcc-11-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gfortran-11-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go-11-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go19 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos-11-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos2 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64objc-11-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++-11-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++6-11-dbg deb debug optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + libasan6 deb libs optional arch=any + libgcc-11-dev deb libdevel optional arch=any + libgccjit-11-dev deb libdevel optional arch=any + libgccjit-11-doc deb doc optional arch=all + libgfortran-11-dev deb libdevel optional arch=any + libgm2-11-dev deb libdevel optional arch=any + libgnat-11 deb libs optional arch=any + libgo-11-dev deb libdevel optional arch=any + libgo19 deb libs optional arch=any + libgomp-plugin-amdgcn1 deb libs optional arch=amd64 + libgomp-plugin-nvptx1 deb libs optional arch=amd64,ppc64el + libgphobos-11-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,x32,kfreebsd-amd64,kfreebsd-i386,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,powerpc,ppc64,ppc64el + libgphobos2 deb libs optional arch=amd64,arm64,armel,armhf,i386,x32,kfreebsd-amd64,kfreebsd-i386,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,powerpc,ppc64,ppc64el + libhsail-rt-11-dev deb libdevel optional arch=any + libhsail-rt0 deb libs optional arch=any + libhwasan0 deb libs optional arch=any + libn32gcc-11-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gfortran-11-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go-11-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go19 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos-11-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos2 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32objc-11-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++-11-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++6-11-dbg deb debug optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libobjc-11-dev deb libdevel optional arch=any + libstdc++-11-dev deb libdevel optional arch=any + libstdc++-11-doc deb doc optional arch=all + libstdc++-11-pic deb libdevel optional arch=any + libstdc++6-11-dbg deb debug optional arch=any + libtsan0 deb libs optional arch=any + libx32asan6 deb libs optional arch=amd64,i386 + libx32gcc-11-dev deb libdevel optional arch=amd64,i386 + libx32gfortran-11-dev deb libdevel optional arch=amd64,i386 + libx32go-11-dev deb libdevel optional arch=amd64,i386 + libx32go19 deb libs optional arch=amd64,i386 + libx32gphobos-11-dev deb libdevel optional arch=amd64,i386 + libx32gphobos2 deb libs optional arch=amd64,i386 + libx32objc-11-dev deb libdevel optional arch=amd64,i386 + libx32stdc++-11-dev deb libdevel optional arch=amd64,i386 + libx32stdc++6-11-dbg deb debug optional arch=amd64,i386 +Directory: pool/84378218a3dd9e6717539f15ab2a01f7af45880f6d422b6b45754df75d917122 +Checksums-Sha1: + 0d763f7252ff35c5fa818e2ab773a13a71905dc8 22381 gcc-11_11.5.0-1.dsc + ff92579833b5f0ec6cf616ed0f9ef91ccd201b86 84124888 gcc-11_11.5.0.orig.tar.gz + b1d26cce3b0c2987439e0c98dfa9da63099acf8c 548628 gcc-11_11.5.0-1.debian.tar.xz +Checksums-Sha256: + 84378218a3dd9e6717539f15ab2a01f7af45880f6d422b6b45754df75d917122 22381 gcc-11_11.5.0-1.dsc + 057fe66979d82123e56d3679437cdc3a8c3e52b96a440135e9716bcd92d8e429 84124888 gcc-11_11.5.0.orig.tar.gz + e70c6efe0f8fa015a29e4aaaa673694378c75fc7ce2215742b850d8b8773e355 548628 gcc-11_11.5.0-1.debian.tar.xz +Files: + b22c98d9c6463955f7ffeff6d9ef7f2f 22381 gcc-11_11.5.0-1.dsc + 797b2b4b0149fd5aec1bd10d30e1ef55 84124888 gcc-11_11.5.0.orig.tar.gz + b9273a59886c6d144b093e62a1cd19ec 548628 gcc-11_11.5.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: gcc-12 +Binary: gcc-12-base, libgcc-12-dev, lib64gcc-12-dev, lib32gcc-12-dev, libn32gcc-12-dev, libx32gcc-12-dev, gcc-12, gcc-12-multilib, gcc-12-test-results, gcc-12-plugin-dev, gcc-12-hppa64-linux-gnu, cpp-12, gcc-12-locales, g++-12, g++-12-multilib, libgccjit-12-doc, libgccjit-12-dev, gobjc++-12, gobjc++-12-multilib, gobjc-12, gobjc-12-multilib, libobjc-12-dev, lib64objc-12-dev, lib32objc-12-dev, libn32objc-12-dev, libx32objc-12-dev, gfortran-12, gfortran-12-multilib, libgfortran-12-dev, lib64gfortran-12-dev, lib32gfortran-12-dev, libn32gfortran-12-dev, libx32gfortran-12-dev, gccgo-12, gccgo-12-multilib, libgo-12-dev, lib64go-12-dev, lib32go-12-dev, libn32go-12-dev, libx32go-12-dev, libgo21, lib64go21, lib32go21, libn32go21, libx32go21, libstdc++-12-dev, libstdc++-12-pic, libstdc++6-12-dbg, lib32stdc++-12-dev, lib32stdc++6-12-dbg, lib64stdc++-12-dev, lib64stdc++6-12-dbg, libn32stdc++-12-dev, libn32stdc++6-12-dbg, libx32stdc++-12-dev, libx32stdc++6-12-dbg, libstdc++-12-doc, + gnat-12, libgnat-12, gdc-12, gdc-12-multilib, libgphobos-12-dev, lib64gphobos-12-dev, lib32gphobos-12-dev, libn32gphobos-12-dev, libx32gphobos-12-dev, libgphobos3, lib64gphobos3, lib32gphobos3, libn32gphobos3, libx32gphobos3, gm2-12, libgm2-12-dev, libgm2-17, gm2-12-doc, gcc-12-offload-nvptx, libgomp-plugin-nvptx1, gcc-12-offload-amdgcn, libgomp-plugin-amdgcn1, + gcc-12-source +Architecture: any all +Version: 12.4.0-2 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: http://gcc.gnu.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/toolchain-team/gcc/tree/gcc-12-debian +Vcs-Git: https://salsa.debian.org/toolchain-team/gcc.git -b gcc-12-debian +Testsuite: autopkgtest +Testsuite-Triggers: apt, libc-dev, libc6-dev, python3-minimal +Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14), g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 s390 s390x sparc sparc64 x32] , libc6.1-dev (>= 2.23-1~) [alpha ia64] | libc0.3-dev (>= 2.23-1~) [hurd-i386] | libc0.1-dev (>= 2.25) [kfreebsd-i386 kfreebsd-amd64] | libc6-dev (>= 2.23-1~), libc6-dev-amd64 [i386 x32], libc6-dev-sparc64 [sparc], libc6-dev-sparc [sparc64], libc6-dev-s390 [s390x], libc6-dev-s390x [s390], libc6-dev-i386 [amd64 x32], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc-s1 [amd64 ppc64 kfreebsd-amd64 mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el s390x sparc64 x32], libn32gcc-s1 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], lib64gcc-s1 [i386 mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el powerpc sparc s390 x32], libc6-dev-mips64 [mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el], libc6-dev-mipsn32 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], libc6-dev-mips32 [mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el], libc6-dev-x32 [amd64 i386], libx32gcc-s1 [amd64 i386], libc6.1-dbg [alpha ia64] | libc0.3-dbg [hurd-i386] | libc0.1-dbg [kfreebsd-i386 kfreebsd-amd64] | libc6-dbg, kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k], m4, libtool, autoconf2.69, gcc-13-base, dwz, libunwind8-dev [ia64], libatomic-ops-dev [ia64], gawk, lzma, xz-utils, patchutils, libzstd-dev, zlib1g-dev, systemtap-sdt-dev [linux-any], binutils:native (>= 2.37), binutils-hppa64-linux-gnu:native (>= 2.37) [hppa amd64 i386 x32], gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, gdb:native [!riscv64 !mipsel !mips64el], nvptx-tools [amd64 ppc64el], amdgcn-tools [amd64], texinfo (>= 4.3), locales-all, sharutils, procps, gnat-12:native [!arc !ia64 !loong64 !sh3 !sh3eb !sh4eb], g++-12:native, netbase, gdc-12:native [!arc !ia64 !loong64 !m68k !sh4 !s390 !sparc64 !alpha !hurd-alpha !hurd-amd64 !hurd-i386 !hurd-alpha !kfreebsd-amd64 !kfreebsd-i386 !kfreebsd-alpha], python3:any, libisl-dev (>= 0.20), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), lib32z1-dev [amd64 kfreebsd-amd64], lib64z1-dev [i386], unzip , dejagnu , coreutils (>= 2.26) | realpath (>= 1.9.12), chrpath, lsb-release, quilt, time, pkg-config, libgc-dev, g++-12-alpha-linux-gnu [alpha] , gobjc-12-alpha-linux-gnu [alpha] , gfortran-12-alpha-linux-gnu [alpha] , gdc-12-alpha-linux-gnu [alpha] , gccgo-12-alpha-linux-gnu [alpha] , gnat-12-alpha-linux-gnu [alpha] , gm2-12-alpha-linux-gnu [alpha] , g++-12-x86-64-linux-gnu [amd64] , gobjc-12-x86-64-linux-gnu [amd64] , gfortran-12-x86-64-linux-gnu [amd64] , gdc-12-x86-64-linux-gnu [amd64] , gccgo-12-x86-64-linux-gnu [amd64] , gnat-12-x86-64-linux-gnu [amd64] , gm2-12-x86-64-linux-gnu [amd64] , g++-12-arm-linux-gnueabi [armel] , gobjc-12-arm-linux-gnueabi [armel] , gfortran-12-arm-linux-gnueabi [armel] , gdc-12-arm-linux-gnueabi [armel] , gccgo-12-arm-linux-gnueabi [armel] , gnat-12-arm-linux-gnueabi [armel] , gm2-12-arm-linux-gnueabi [armel] , g++-12-arm-linux-gnueabihf [armhf] , gobjc-12-arm-linux-gnueabihf [armhf] , gfortran-12-arm-linux-gnueabihf [armhf] , gdc-12-arm-linux-gnueabihf [armhf] , gccgo-12-arm-linux-gnueabihf [armhf] , gnat-12-arm-linux-gnueabihf [armhf] , gm2-12-arm-linux-gnueabihf [armhf] , g++-12-aarch64-linux-gnu [arm64] , gobjc-12-aarch64-linux-gnu [arm64] , gfortran-12-aarch64-linux-gnu [arm64] , gdc-12-aarch64-linux-gnu [arm64] , gccgo-12-aarch64-linux-gnu [arm64] , gnat-12-aarch64-linux-gnu [arm64] , gm2-12-aarch64-linux-gnu [arm64] , g++-12-i686-linux-gnu [i386] , gobjc-12-i686-linux-gnu [i386] , gfortran-12-i686-linux-gnu [i386] , gdc-12-i686-linux-gnu [i386] , gccgo-12-i686-linux-gnu [i386] , gnat-12-i686-linux-gnu [i386] , gm2-12-i686-linux-gnu [i386] , g++-12-mipsel-linux-gnu [mipsel] , gobjc-12-mipsel-linux-gnu [mipsel] , gfortran-12-mipsel-linux-gnu [mipsel] , gdc-12-mipsel-linux-gnu [mipsel] , gccgo-12-mipsel-linux-gnu [mipsel] , gnat-12-mipsel-linux-gnu [mipsel] , gm2-12-mipsel-linux-gnu [mipsel] , g++-12-mips64-linux-gnuabi64 [mips64] , gobjc-12-mips64-linux-gnuabi64 [mips64] , gfortran-12-mips64-linux-gnuabi64 [mips64] , gdc-12-mips64-linux-gnuabi64 [mips64] , gccgo-12-mips64-linux-gnuabi64 [mips64] , gnat-12-mips64-linux-gnuabi64 [mips64] , gm2-12-mips64-linux-gnuabi64 [mips64] , g++-12-mips64el-linux-gnuabi64 [mips64el] , gobjc-12-mips64el-linux-gnuabi64 [mips64el] , gfortran-12-mips64el-linux-gnuabi64 [mips64el] , gdc-12-mips64el-linux-gnuabi64 [mips64el] , gccgo-12-mips64el-linux-gnuabi64 [mips64el] , gnat-12-mips64el-linux-gnuabi64 [mips64el] , gm2-12-mips64el-linux-gnuabi64 [mips64el] , g++-12-mips64-linux-gnuabin32 [mipsn32] , gobjc-12-mips64-linux-gnuabin32 [mipsn32] , gfortran-12-mips64-linux-gnuabin32 [mipsn32] , gdc-12-mips64-linux-gnuabin32 [mipsn32] , gccgo-12-mips64-linux-gnuabin32 [mipsn32] , gnat-12-mips64-linux-gnuabin32 [mipsn32] , gm2-12-mips64-linux-gnuabin32 [mipsn32] , g++-12-powerpc-linux-gnu [powerpc] , gobjc-12-powerpc-linux-gnu [powerpc] , gfortran-12-powerpc-linux-gnu [powerpc] , gdc-12-powerpc-linux-gnu [powerpc] , gccgo-12-powerpc-linux-gnu [powerpc] , gnat-12-powerpc-linux-gnu [powerpc] , g++-12-powerpc64-linux-gnu [ppc64] , gobjc-12-powerpc64-linux-gnu [ppc64] , gfortran-12-powerpc64-linux-gnu [ppc64] , gdc-12-powerpc64-linux-gnu [ppc64] , gccgo-12-powerpc64-linux-gnu [ppc64] , gnat-12-powerpc64-linux-gnu [ppc64] , g++-12-powerpc64le-linux-gnu [ppc64el] , gobjc-12-powerpc64le-linux-gnu [ppc64el] , gfortran-12-powerpc64le-linux-gnu [ppc64el] , gdc-12-powerpc64le-linux-gnu [ppc64el] , gccgo-12-powerpc64le-linux-gnu [ppc64el] , gnat-12-powerpc64le-linux-gnu [ppc64el] , gm2-12-powerpc64le-linux-gnu [ppc64el] , g++-12-m68k-linux-gnu [m68k] , gobjc-12-m68k-linux-gnu [m68k] , gfortran-12-m68k-linux-gnu [m68k] , gdc-12-m68k-linux-gnu [m68k] , gm2-12-m68k-linux-gnu [m68k] , g++-12-riscv64-linux-gnu [riscv64] , gobjc-12-riscv64-linux-gnu [riscv64] , gfortran-12-riscv64-linux-gnu [riscv64] , gdc-12-riscv64-linux-gnu [riscv64] , gccgo-12-riscv64-linux-gnu [riscv64] , gnat-12-riscv64-linux-gnu [riscv64] , gm2-12-riscv64-linux-gnu [riscv64] , g++-12-sh4-linux-gnu [sh4] , gobjc-12-sh4-linux-gnu [sh4] , gfortran-12-sh4-linux-gnu [sh4] , gnat-12-sh4-linux-gnu [sh4] , g++-12-sparc64-linux-gnu [sparc64] , gobjc-12-sparc64-linux-gnu [sparc64] , gfortran-12-sparc64-linux-gnu [sparc64] , gdc-12-sparc64-linux-gnu [sparc64] , gccgo-12-sparc64-linux-gnu [sparc64] , gnat-12-sparc64-linux-gnu [sparc64] , gm2-12-sparc64-linux-gnu [sparc64] , g++-12-s390x-linux-gnu [s390x] , gobjc-12-s390x-linux-gnu [s390x] , gfortran-12-s390x-linux-gnu [s390x] , gdc-12-s390x-linux-gnu [s390x] , gccgo-12-s390x-linux-gnu [s390x] , gnat-12-s390x-linux-gnu [s390x] , gm2-12-s390x-linux-gnu [s390x] , g++-12-x86-64-linux-gnux32 [x32] , gobjc-12-x86-64-linux-gnux32 [x32] , gfortran-12-x86-64-linux-gnux32 [x32] , gdc-12-x86-64-linux-gnux32 [x32] , gccgo-12-x86-64-linux-gnux32 [x32] , gnat-12-x86-64-linux-gnux32 [x32] , gm2-12-x86-64-linux-gnux32 [x32] , g++-12-mips64el-linux-gnuabin32 [mipsn32el] , gobjc-12-mips64el-linux-gnuabin32 [mipsn32el] , gfortran-12-mips64el-linux-gnuabin32 [mipsn32el] , gdc-12-mips64el-linux-gnuabin32 [mipsn32el] , gccgo-12-mips64el-linux-gnuabin32 [mipsn32el] , gnat-12-mips64el-linux-gnuabin32 [mipsn32el] , gm2-12-mips64el-linux-gnuabin32 [mipsn32el] , g++-12-mipsisa32r6-linux-gnu [mipsr6] , gobjc-12-mipsisa32r6-linux-gnu [mipsr6] , gfortran-12-mipsisa32r6-linux-gnu [mipsr6] , gdc-12-mipsisa32r6-linux-gnu [mipsr6] , gccgo-12-mipsisa32r6-linux-gnu [mipsr6] , gnat-12-mipsisa32r6-linux-gnu [mipsr6] , gm2-12-mipsisa32r6-linux-gnu [mipsr6] , g++-12-mipsisa32r6el-linux-gnu [mipsr6el] , gobjc-12-mipsisa32r6el-linux-gnu [mipsr6el] , gfortran-12-mipsisa32r6el-linux-gnu [mipsr6el] , gdc-12-mipsisa32r6el-linux-gnu [mipsr6el] , gccgo-12-mipsisa32r6el-linux-gnu [mipsr6el] , gnat-12-mipsisa32r6el-linux-gnu [mipsr6el] , gm2-12-mipsisa32r6el-linux-gnu [mipsr6el] , g++-12-mipsisa64r6-linux-gnuabi64 [mips64r6] , gobjc-12-mipsisa64r6-linux-gnuabi64 [mips64r6] , gfortran-12-mipsisa64r6-linux-gnuabi64 [mips64r6] , gdc-12-mipsisa64r6-linux-gnuabi64 [mips64r6] , gccgo-12-mipsisa64r6-linux-gnuabi64 [mips64r6] , gnat-12-mipsisa64r6-linux-gnuabi64 [mips64r6] , gm2-12-mipsisa64r6-linux-gnuabi64 [mips64r6] , g++-12-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gobjc-12-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gfortran-12-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gdc-12-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gccgo-12-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gnat-12-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gm2-12-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , g++-12-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gobjc-12-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gfortran-12-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gdc-12-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gccgo-12-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gnat-12-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , gm2-12-mipsisa64r6-linux-gnuabin32 [mipsn32r6] , g++-12-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gobjc-12-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gfortran-12-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gdc-12-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gccgo-12-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gnat-12-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] , gm2-12-mipsisa64r6el-linux-gnuabin32 [mipsn32r6el] +Build-Depends-Indep: doxygen (>= 1.7.2), graphviz (>= 2.2), ghostscript, texlive-latex-base, xsltproc, libxml2-utils, docbook-xsl-ns +Package-List: + cpp-12 deb interpreters optional arch=any + g++-12 deb devel optional arch=any + g++-12-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gcc-12 deb devel optional arch=any + gcc-12-base deb libs optional arch=any + gcc-12-hppa64-linux-gnu deb devel optional arch=hppa,amd64,i386,x32 + gcc-12-locales deb devel optional arch=all + gcc-12-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gcc-12-offload-amdgcn deb devel optional arch=amd64 + gcc-12-offload-nvptx deb devel optional arch=amd64,ppc64el + gcc-12-plugin-dev deb devel optional arch=any + gcc-12-source deb devel optional arch=all + gcc-12-test-results deb devel optional arch=any + gccgo-12 deb devel optional arch=any + gccgo-12-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gdc-12 deb devel optional arch=any + gdc-12-multilib deb devel optional arch=any + gfortran-12 deb devel optional arch=any + gfortran-12-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gm2-12 deb devel optional arch=any + gm2-12-doc deb doc optional arch=all + gnat-12 deb devel optional arch=any + gobjc++-12 deb devel optional arch=any + gobjc++-12-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc-12 deb devel optional arch=any + gobjc-12-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + lib32gcc-12-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gfortran-12-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go-12-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go21 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos-12-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos3 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32objc-12-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++-12-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++6-12-dbg deb debug optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib64gcc-12-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gfortran-12-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go-12-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go21 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos-12-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos3 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64objc-12-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++-12-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++6-12-dbg deb debug optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + libgcc-12-dev deb libdevel optional arch=any + libgccjit-12-dev deb libdevel optional arch=any + libgccjit-12-doc deb doc optional arch=all + libgfortran-12-dev deb libdevel optional arch=any + libgm2-12-dev deb libdevel optional arch=any + libgm2-17 deb libs optional arch=any + libgnat-12 deb libs optional arch=any + libgo-12-dev deb libdevel optional arch=any + libgo21 deb libs optional arch=any + libgomp-plugin-amdgcn1 deb libs optional arch=amd64 + libgomp-plugin-nvptx1 deb libs optional arch=amd64,ppc64el + libgphobos-12-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,x32,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,powerpc,ppc64,ppc64el + libgphobos3 deb libs optional arch=amd64,arm64,armel,armhf,i386,x32,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,powerpc,ppc64,ppc64el + libn32gcc-12-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gfortran-12-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go-12-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go21 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos-12-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos3 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32objc-12-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++-12-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++6-12-dbg deb debug optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libobjc-12-dev deb libdevel optional arch=any + libstdc++-12-dev deb libdevel optional arch=any + libstdc++-12-doc deb doc optional arch=all + libstdc++-12-pic deb libdevel optional arch=any + libstdc++6-12-dbg deb debug optional arch=any + libx32gcc-12-dev deb libdevel optional arch=amd64,i386 + libx32gfortran-12-dev deb libdevel optional arch=amd64,i386 + libx32go-12-dev deb libdevel optional arch=amd64,i386 + libx32go21 deb libs optional arch=amd64,i386 + libx32gphobos-12-dev deb libdevel optional arch=amd64,i386 + libx32gphobos3 deb libs optional arch=amd64,i386 + libx32objc-12-dev deb libdevel optional arch=amd64,i386 + libx32stdc++-12-dev deb libdevel optional arch=amd64,i386 + libx32stdc++6-12-dbg deb debug optional arch=amd64,i386 +Directory: pool/a111fb1f7838105adb431a87212da9e24e3ee0c1c02218d7773ac9422dcdff57 +Checksums-Sha1: + a818dc7e0eae59e98e56465b3269f968fddd48e8 21866 gcc-12_12.4.0-2.dsc + eeb20c665672b801b5bf5f9a416d6bcac72626c3 87196187 gcc-12_12.4.0.orig.tar.gz + c9cf1844da4e147cc7b6a92a4e17780662be442a 588816 gcc-12_12.4.0-2.debian.tar.xz +Checksums-Sha256: + a111fb1f7838105adb431a87212da9e24e3ee0c1c02218d7773ac9422dcdff57 21866 gcc-12_12.4.0-2.dsc + 7d5001ad2c5fcca998314e1864ae21635d1c5a2247ed418b6acde8b948602136 87196187 gcc-12_12.4.0.orig.tar.gz + 4a6fe8a561c2595a6045a0bcf975b52515d467246b8260acf487a4017e74795f 588816 gcc-12_12.4.0-2.debian.tar.xz +Files: + e459368c235663400e654ab74f9dc52b 21866 gcc-12_12.4.0-2.dsc + 87ce3d90a77d4fded99effda1df056f7 87196187 gcc-12_12.4.0.orig.tar.gz + 45b726537716fb9cf95e9189f6ef4995 588816 gcc-12_12.4.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: gcc-13 +Binary: gcc-13-base, libgcc-13-dev, lib64gcc-13-dev, lib32gcc-13-dev, libn32gcc-13-dev, libx32gcc-13-dev, gcc-13-alpha-linux-gnu, gcc-13-x86-64-linux-gnu, gcc-13-arm-linux-gnueabi, gcc-13-arm-linux-gnueabihf, gcc-13-aarch64-linux-gnu, gcc-13-i686-linux-gnu, gcc-13-loongarch64-linux-gnu, gcc-13-mipsel-linux-gnu, gcc-13-mips64-linux-gnuabi64, gcc-13-mips64el-linux-gnuabi64, gcc-13-mips64-linux-gnuabin32, gcc-13-powerpc-linux-gnu, gcc-13-powerpc64-linux-gnu, gcc-13-powerpc64le-linux-gnu, gcc-13-m68k-linux-gnu, gcc-13-riscv64-linux-gnu, gcc-13-sh4-linux-gnu, gcc-13-sparc64-linux-gnu, gcc-13-s390x-linux-gnu, gcc-13-x86-64-linux-gnux32, gcc-13-mips64el-linux-gnuabin32, gcc-13-mipsisa32r6-linux-gnu, gcc-13-mipsisa32r6el-linux-gnu, gcc-13-mipsisa64r6-linux-gnuabi64, gcc-13-mipsisa64r6el-linux-gnuabi64, gcc-13-mipsisa64r6-linux-gnuabin32, gcc-13-mipsisa64r6el-linux-gnuabin32, gcc-13-for-host, gcc-13-for-build, gcc-13, gcc-13-multilib, gcc-13-test-results, gcc-13-plugin-dev, + gcc-13-hppa64-linux-gnu, cpp-13-alpha-linux-gnu, cpp-13-x86-64-linux-gnu, cpp-13-arm-linux-gnueabi, cpp-13-arm-linux-gnueabihf, cpp-13-aarch64-linux-gnu, cpp-13-i686-linux-gnu, cpp-13-loongarch64-linux-gnu, cpp-13-mipsel-linux-gnu, cpp-13-mips64-linux-gnuabi64, cpp-13-mips64el-linux-gnuabi64, cpp-13-mips64-linux-gnuabin32, cpp-13-powerpc-linux-gnu, cpp-13-powerpc64-linux-gnu, cpp-13-powerpc64le-linux-gnu, cpp-13-m68k-linux-gnu, cpp-13-riscv64-linux-gnu, cpp-13-sh4-linux-gnu, cpp-13-sparc64-linux-gnu, cpp-13-s390x-linux-gnu, cpp-13-x86-64-linux-gnux32, cpp-13-mips64el-linux-gnuabin32, cpp-13-mipsisa32r6-linux-gnu, cpp-13-mipsisa32r6el-linux-gnu, cpp-13-mipsisa64r6-linux-gnuabi64, cpp-13-mipsisa64r6el-linux-gnuabi64, cpp-13-mipsisa64r6-linux-gnuabin32, cpp-13-mipsisa64r6el-linux-gnuabin32, cpp-13-for-host, cpp-13-for-build, cpp-13, gcc-13-locales, g++-13-alpha-linux-gnu, g++-13-x86-64-linux-gnu, g++-13-arm-linux-gnueabi, g++-13-arm-linux-gnueabihf, + g++-13-aarch64-linux-gnu, g++-13-i686-linux-gnu, g++-13-loongarch64-linux-gnu, g++-13-mipsel-linux-gnu, g++-13-mips64-linux-gnuabi64, g++-13-mips64el-linux-gnuabi64, g++-13-mips64-linux-gnuabin32, g++-13-powerpc-linux-gnu, g++-13-powerpc64-linux-gnu, g++-13-powerpc64le-linux-gnu, g++-13-m68k-linux-gnu, g++-13-riscv64-linux-gnu, g++-13-sh4-linux-gnu, g++-13-sparc64-linux-gnu, g++-13-s390x-linux-gnu, g++-13-x86-64-linux-gnux32, g++-13-mips64el-linux-gnuabin32, g++-13-mipsisa32r6-linux-gnu, g++-13-mipsisa32r6el-linux-gnu, g++-13-mipsisa64r6-linux-gnuabi64, g++-13-mipsisa64r6el-linux-gnuabi64, g++-13-mipsisa64r6-linux-gnuabin32, g++-13-mipsisa64r6el-linux-gnuabin32, g++-13-for-host, g++-13-for-build, g++-13, g++-13-multilib, libhwasan0, libgccjit-13-doc, libgccjit-13-dev, gobjc++-13-alpha-linux-gnu, gobjc++-13-x86-64-linux-gnu, gobjc++-13-arm-linux-gnueabi, gobjc++-13-arm-linux-gnueabihf, gobjc++-13-aarch64-linux-gnu, gobjc++-13-i686-linux-gnu, + gobjc++-13-loongarch64-linux-gnu, gobjc++-13-mipsel-linux-gnu, gobjc++-13-mips64-linux-gnuabi64, gobjc++-13-mips64el-linux-gnuabi64, gobjc++-13-mips64-linux-gnuabin32, gobjc++-13-powerpc-linux-gnu, gobjc++-13-powerpc64-linux-gnu, gobjc++-13-powerpc64le-linux-gnu, gobjc++-13-m68k-linux-gnu, gobjc++-13-riscv64-linux-gnu, gobjc++-13-sh4-linux-gnu, gobjc++-13-sparc64-linux-gnu, gobjc++-13-s390x-linux-gnu, gobjc++-13-x86-64-linux-gnux32, gobjc++-13-mips64el-linux-gnuabin32, gobjc++-13-mipsisa32r6-linux-gnu, gobjc++-13-mipsisa32r6el-linux-gnu, gobjc++-13-mipsisa64r6-linux-gnuabi64, gobjc++-13-mipsisa64r6el-linux-gnuabi64, gobjc++-13-mipsisa64r6-linux-gnuabin32, gobjc++-13-mipsisa64r6el-linux-gnuabin32, gobjc++-13-for-host, gobjc++-13-for-build, gobjc++-13, gobjc++-13-multilib, gobjc-13-alpha-linux-gnu, gobjc-13-x86-64-linux-gnu, gobjc-13-arm-linux-gnueabi, gobjc-13-arm-linux-gnueabihf, gobjc-13-aarch64-linux-gnu, gobjc-13-i686-linux-gnu, gobjc-13-loongarch64-linux-gnu, + gobjc-13-mipsel-linux-gnu, gobjc-13-mips64-linux-gnuabi64, gobjc-13-mips64el-linux-gnuabi64, gobjc-13-mips64-linux-gnuabin32, gobjc-13-powerpc-linux-gnu, gobjc-13-powerpc64-linux-gnu, gobjc-13-powerpc64le-linux-gnu, gobjc-13-m68k-linux-gnu, gobjc-13-riscv64-linux-gnu, gobjc-13-sh4-linux-gnu, gobjc-13-sparc64-linux-gnu, gobjc-13-s390x-linux-gnu, gobjc-13-x86-64-linux-gnux32, gobjc-13-mips64el-linux-gnuabin32, gobjc-13-mipsisa32r6-linux-gnu, gobjc-13-mipsisa32r6el-linux-gnu, gobjc-13-mipsisa64r6-linux-gnuabi64, gobjc-13-mipsisa64r6el-linux-gnuabi64, gobjc-13-mipsisa64r6-linux-gnuabin32, gobjc-13-mipsisa64r6el-linux-gnuabin32, gobjc-13-for-host, gobjc-13-for-build, gobjc-13, gobjc-13-multilib, libobjc-13-dev, lib64objc-13-dev, lib32objc-13-dev, libn32objc-13-dev, libx32objc-13-dev, gfortran-13-alpha-linux-gnu, gfortran-13-x86-64-linux-gnu, gfortran-13-arm-linux-gnueabi, gfortran-13-arm-linux-gnueabihf, gfortran-13-aarch64-linux-gnu, gfortran-13-i686-linux-gnu, + gfortran-13-loongarch64-linux-gnu, gfortran-13-mipsel-linux-gnu, gfortran-13-mips64-linux-gnuabi64, gfortran-13-mips64el-linux-gnuabi64, gfortran-13-mips64-linux-gnuabin32, gfortran-13-powerpc-linux-gnu, gfortran-13-powerpc64-linux-gnu, gfortran-13-powerpc64le-linux-gnu, gfortran-13-m68k-linux-gnu, gfortran-13-riscv64-linux-gnu, gfortran-13-sh4-linux-gnu, gfortran-13-sparc64-linux-gnu, gfortran-13-s390x-linux-gnu, gfortran-13-x86-64-linux-gnux32, gfortran-13-mips64el-linux-gnuabin32, gfortran-13-mipsisa32r6-linux-gnu, gfortran-13-mipsisa32r6el-linux-gnu, gfortran-13-mipsisa64r6-linux-gnuabi64, gfortran-13-mipsisa64r6el-linux-gnuabi64, gfortran-13-mipsisa64r6-linux-gnuabin32, gfortran-13-mipsisa64r6el-linux-gnuabin32, gfortran-13-for-host, gfortran-13-for-build, gfortran-13, gfortran-13-multilib, libgfortran-13-dev, lib64gfortran-13-dev, lib32gfortran-13-dev, libn32gfortran-13-dev, libx32gfortran-13-dev, gccgo-13-alpha-linux-gnu, gccgo-13-x86-64-linux-gnu, + gccgo-13-arm-linux-gnueabi, gccgo-13-arm-linux-gnueabihf, gccgo-13-aarch64-linux-gnu, gccgo-13-i686-linux-gnu, gccgo-13-mipsel-linux-gnu, gccgo-13-mips64-linux-gnuabi64, gccgo-13-mips64el-linux-gnuabi64, gccgo-13-mips64-linux-gnuabin32, gccgo-13-powerpc-linux-gnu, gccgo-13-powerpc64-linux-gnu, gccgo-13-powerpc64le-linux-gnu, gccgo-13-riscv64-linux-gnu, gccgo-13-sparc64-linux-gnu, gccgo-13-s390x-linux-gnu, gccgo-13-x86-64-linux-gnux32, gccgo-13-mips64el-linux-gnuabin32, gccgo-13-mipsisa32r6-linux-gnu, gccgo-13-mipsisa32r6el-linux-gnu, gccgo-13-mipsisa64r6-linux-gnuabi64, gccgo-13-mipsisa64r6el-linux-gnuabi64, gccgo-13-mipsisa64r6-linux-gnuabin32, gccgo-13-mipsisa64r6el-linux-gnuabin32, gccgo-13-for-host, gccgo-13-for-build, gccgo-13, gccgo-13-multilib, libgo-13-dev, lib64go-13-dev, lib32go-13-dev, libn32go-13-dev, libx32go-13-dev, libgo22, lib64go22, lib32go22, libn32go22, libx32go22, libstdc++-13-dev, libstdc++-13-pic, libstdc++6-13-dbg, lib32stdc++-13-dev, + lib32stdc++6-13-dbg, lib64stdc++-13-dev, lib64stdc++6-13-dbg, libn32stdc++-13-dev, libn32stdc++6-13-dbg, libx32stdc++-13-dev, libx32stdc++6-13-dbg, libstdc++-13-doc, gnat-13-alpha-linux-gnu, gnat-13-x86-64-linux-gnu, gnat-13-arm-linux-gnueabi, gnat-13-arm-linux-gnueabihf, gnat-13-aarch64-linux-gnu, gnat-13-i686-linux-gnu, gnat-13-mipsel-linux-gnu, gnat-13-mips64-linux-gnuabi64, gnat-13-mips64el-linux-gnuabi64, gnat-13-mips64-linux-gnuabin32, gnat-13-powerpc-linux-gnu, gnat-13-powerpc64-linux-gnu, gnat-13-powerpc64le-linux-gnu, gnat-13-m68k-linux-gnu, gnat-13-riscv64-linux-gnu, gnat-13-sh4-linux-gnu, gnat-13-sparc64-linux-gnu, gnat-13-s390x-linux-gnu, gnat-13-x86-64-linux-gnux32, gnat-13-mips64el-linux-gnuabin32, gnat-13-mipsisa32r6-linux-gnu, gnat-13-mipsisa32r6el-linux-gnu, gnat-13-mipsisa64r6-linux-gnuabi64, gnat-13-mipsisa64r6el-linux-gnuabi64, gnat-13-mipsisa64r6-linux-gnuabin32, gnat-13-mipsisa64r6el-linux-gnuabin32, gnat-13-for-host, gnat-13-for-build, gnat-13, + libgnat-13, gdc-13-x86-64-linux-gnu, gdc-13-arm-linux-gnueabi, gdc-13-arm-linux-gnueabihf, gdc-13-aarch64-linux-gnu, gdc-13-i686-linux-gnu, gdc-13-mipsel-linux-gnu, gdc-13-mips64-linux-gnuabi64, gdc-13-mips64el-linux-gnuabi64, gdc-13-mips64-linux-gnuabin32, gdc-13-powerpc-linux-gnu, gdc-13-powerpc64-linux-gnu, gdc-13-powerpc64le-linux-gnu, gdc-13-riscv64-linux-gnu, gdc-13-s390x-linux-gnu, gdc-13-x86-64-linux-gnux32, gdc-13-mips64el-linux-gnuabin32, gdc-13-mipsisa32r6-linux-gnu, gdc-13-mipsisa32r6el-linux-gnu, gdc-13-mipsisa64r6-linux-gnuabi64, gdc-13-mipsisa64r6el-linux-gnuabi64, gdc-13-mipsisa64r6-linux-gnuabin32, gdc-13-mipsisa64r6el-linux-gnuabin32, gdc-13-for-host, gdc-13-for-build, gdc-13, gdc-13-multilib, libgphobos-13-dev, lib64gphobos-13-dev, lib32gphobos-13-dev, libn32gphobos-13-dev, libx32gphobos-13-dev, libgphobos4, lib64gphobos4, lib32gphobos4, libn32gphobos4, libx32gphobos4, gm2-13-alpha-linux-gnu, gm2-13-x86-64-linux-gnu, gm2-13-arm-linux-gnueabi, + gm2-13-arm-linux-gnueabihf, gm2-13-aarch64-linux-gnu, gm2-13-i686-linux-gnu, gm2-13-mipsel-linux-gnu, gm2-13-mips64-linux-gnuabi64, gm2-13-mips64el-linux-gnuabi64, gm2-13-mips64-linux-gnuabin32, gm2-13-powerpc64le-linux-gnu, gm2-13-m68k-linux-gnu, gm2-13-riscv64-linux-gnu, gm2-13-sparc64-linux-gnu, gm2-13-s390x-linux-gnu, gm2-13-x86-64-linux-gnux32, gm2-13-mips64el-linux-gnuabin32, gm2-13-mipsisa32r6-linux-gnu, gm2-13-mipsisa32r6el-linux-gnu, gm2-13-mipsisa64r6-linux-gnuabi64, gm2-13-mipsisa64r6el-linux-gnuabi64, gm2-13-mipsisa64r6-linux-gnuabin32, gm2-13-mipsisa64r6el-linux-gnuabin32, gm2-13-for-host, gm2-13-for-build, gm2-13, libgm2-13-dev, libgm2-18, gm2-13-doc, gcc-13-offload-nvptx, libgomp-plugin-nvptx1, gcc-13-offload-amdgcn, libgomp-plugin-amdgcn1, + gcc-13-source +Architecture: any all +Version: 13.3.0-6 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: http://gcc.gnu.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/toolchain-team/gcc/tree/gcc-13-debian +Vcs-Git: https://salsa.debian.org/toolchain-team/gcc.git -b gcc-13-debian +Testsuite: autopkgtest +Testsuite-Triggers: apt, libc-dev, libc6-dev, python3-minimal +Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14), g++-multilib [amd64 i386 kfreebsd-amd64 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 s390 s390x sparc sparc64 x32] , libc6.1-dev (>= 2.23-1~) [alpha ia64] | libc0.3-dev (>= 2.23-1~) [hurd-amd64 hurd-i386] | libc0.1-dev (>= 2.25) [kfreebsd-amd64 kfreebsd-i386] | libc6-dev (>= 2.23-1~), libc6-dev-amd64 [i386 x32], libc6-dev-sparc64 [sparc], libc6-dev-sparc [sparc64], libc6-dev-s390 [s390x], libc6-dev-s390x [s390], libc6-dev-i386 [amd64 x32], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc-s1 [amd64 ppc64 kfreebsd-amd64 mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el s390x sparc64 x32], libn32gcc-s1 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], lib64gcc-s1 [i386 mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el powerpc sparc s390 x32], libc6-dev-mips64 [mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el], libc6-dev-mipsn32 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], libc6-dev-mips32 [mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el], libc6-dev-x32 [amd64 i386], libx32gcc-s1 [amd64 i386], libc6.1-dbg [alpha ia64] | libc0.3-dbg [hurd-amd64 hurd-i386] | libc0.1-dbg [kfreebsd-amd64 kfreebsd-i386] | libc6-dbg, kfreebsd-kernel-headers (>= 0.84) [kfreebsd-any], linux-libc-dev [m68k], m4, libtool, autoconf2.69, gcc-14-base, dwz, libunwind8-dev [ia64], libatomic-ops-dev [ia64], gawk, lzma, xz-utils, patchutils, libzstd-dev, zlib1g-dev, systemtap-sdt-dev [linux-any], binutils:native (>= 2.39), binutils-hppa64-linux-gnu:native (>= 2.39) [hppa amd64 i386 x32], gperf (>= 3.0.1), bison (>= 1:2.3), flex, gettext, nvptx-tools [amd64 arm64 ppc64el], amdgcn-tools [amd64], texinfo (>= 4.3), locales-all, sharutils, procps, gnat-13:native [!arc !ia64 !loong64 !sh3 !sh3eb !sh4eb], g++-13:native, netbase, gdc-13:native [!arc !ia64 !loong64 !m68k !sh4 !s390 !sparc64 !alpha !hurd-alpha !hurd-amd64 !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386], python3:any, libisl-dev (>= 0.20), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), lib32z1-dev [amd64 kfreebsd-amd64], lib64z1-dev [i386], unzip , dejagnu , coreutils (>= 2.26) | realpath (>= 1.9.12), chrpath, lsb-release, quilt, time, pkgconf, libgc-dev, g++-13-for-host , gobjc-13-for-host [!avr] , gfortran-13-for-host , gdc-13-for-host [!s390 !sh4] , gccgo-13-for-host [!hppa !m68k !sh4] , gnat-13-for-host [!m68k] , gm2-13-for-host [!loong64 !powerpc !ppc64 !sh4 !hurd-amd64 !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386] +Build-Depends-Indep: doxygen (>= 1.7.2) , graphviz (>= 2.2) , ghostscript , texlive-latex-base , xsltproc , libxml2-utils , docbook-xsl-ns +Package-List: + cpp-13 deb interpreters optional arch=any + cpp-13-aarch64-linux-gnu deb interpreters optional arch=arm64 + cpp-13-alpha-linux-gnu deb interpreters optional arch=alpha + cpp-13-arm-linux-gnueabi deb interpreters optional arch=armel + cpp-13-arm-linux-gnueabihf deb interpreters optional arch=armhf + cpp-13-for-build deb interpreters optional arch=all + cpp-13-for-host deb interpreters optional arch=any + cpp-13-i686-linux-gnu deb interpreters optional arch=i386 + cpp-13-loongarch64-linux-gnu deb interpreters optional arch=loong64 + cpp-13-m68k-linux-gnu deb interpreters optional arch=m68k + cpp-13-mips64-linux-gnuabi64 deb interpreters optional arch=mips64 + cpp-13-mips64-linux-gnuabin32 deb interpreters optional arch=mipsn32 + cpp-13-mips64el-linux-gnuabi64 deb interpreters optional arch=mips64el + cpp-13-mips64el-linux-gnuabin32 deb interpreters optional arch=mipsn32el + cpp-13-mipsel-linux-gnu deb interpreters optional arch=mipsel + cpp-13-mipsisa32r6-linux-gnu deb interpreters optional arch=mipsr6 + cpp-13-mipsisa32r6el-linux-gnu deb interpreters optional arch=mipsr6el + cpp-13-mipsisa64r6-linux-gnuabi64 deb interpreters optional arch=mips64r6 + cpp-13-mipsisa64r6-linux-gnuabin32 deb interpreters optional arch=mipsn32r6 + cpp-13-mipsisa64r6el-linux-gnuabi64 deb interpreters optional arch=mips64r6el + cpp-13-mipsisa64r6el-linux-gnuabin32 deb interpreters optional arch=mipsn32r6el + cpp-13-powerpc-linux-gnu deb interpreters optional arch=powerpc + cpp-13-powerpc64-linux-gnu deb interpreters optional arch=ppc64 + cpp-13-powerpc64le-linux-gnu deb interpreters optional arch=ppc64el + cpp-13-riscv64-linux-gnu deb interpreters optional arch=riscv64 + cpp-13-s390x-linux-gnu deb interpreters optional arch=s390x + cpp-13-sh4-linux-gnu deb interpreters optional arch=sh4 + cpp-13-sparc64-linux-gnu deb interpreters optional arch=sparc64 + cpp-13-x86-64-linux-gnu deb interpreters optional arch=amd64 + cpp-13-x86-64-linux-gnux32 deb interpreters optional arch=x32 + g++-13 deb devel optional arch=any + g++-13-aarch64-linux-gnu deb devel optional arch=arm64 + g++-13-alpha-linux-gnu deb devel optional arch=alpha + g++-13-arm-linux-gnueabi deb devel optional arch=armel + g++-13-arm-linux-gnueabihf deb devel optional arch=armhf + g++-13-for-build deb devel optional arch=all + g++-13-for-host deb devel optional arch=any + g++-13-i686-linux-gnu deb devel optional arch=i386 + g++-13-loongarch64-linux-gnu deb devel optional arch=loong64 + g++-13-m68k-linux-gnu deb devel optional arch=m68k + g++-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + g++-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + g++-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + g++-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + g++-13-mipsel-linux-gnu deb devel optional arch=mipsel + g++-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + g++-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + g++-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + g++-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + g++-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + g++-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + g++-13-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + g++-13-powerpc-linux-gnu deb devel optional arch=powerpc + g++-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + g++-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + g++-13-riscv64-linux-gnu deb devel optional arch=riscv64 + g++-13-s390x-linux-gnu deb devel optional arch=s390x + g++-13-sh4-linux-gnu deb devel optional arch=sh4 + g++-13-sparc64-linux-gnu deb devel optional arch=sparc64 + g++-13-x86-64-linux-gnu deb devel optional arch=amd64 + g++-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gcc-13 deb devel optional arch=any + gcc-13-aarch64-linux-gnu deb devel optional arch=arm64 + gcc-13-alpha-linux-gnu deb devel optional arch=alpha + gcc-13-arm-linux-gnueabi deb devel optional arch=armel + gcc-13-arm-linux-gnueabihf deb devel optional arch=armhf + gcc-13-base deb libs optional arch=any + gcc-13-for-build deb devel optional arch=all + gcc-13-for-host deb devel optional arch=any + gcc-13-hppa64-linux-gnu deb devel optional arch=hppa,amd64,i386,x32 + gcc-13-i686-linux-gnu deb devel optional arch=i386 + gcc-13-locales deb devel optional arch=all + gcc-13-loongarch64-linux-gnu deb devel optional arch=loong64 + gcc-13-m68k-linux-gnu deb devel optional arch=m68k + gcc-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gcc-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gcc-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gcc-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gcc-13-mipsel-linux-gnu deb devel optional arch=mipsel + gcc-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gcc-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gcc-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gcc-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gcc-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gcc-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gcc-13-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gcc-13-offload-amdgcn deb devel optional arch=amd64 + gcc-13-offload-nvptx deb devel optional arch=amd64,arm64,ppc64el + gcc-13-plugin-dev deb devel optional arch=any + gcc-13-powerpc-linux-gnu deb devel optional arch=powerpc + gcc-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + gcc-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gcc-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gcc-13-s390x-linux-gnu deb devel optional arch=s390x + gcc-13-sh4-linux-gnu deb devel optional arch=sh4 + gcc-13-source deb devel optional arch=all + gcc-13-sparc64-linux-gnu deb devel optional arch=sparc64 + gcc-13-test-results deb devel optional arch=any + gcc-13-x86-64-linux-gnu deb devel optional arch=amd64 + gcc-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gccgo-13 deb devel optional arch=any + gccgo-13-aarch64-linux-gnu deb devel optional arch=arm64 + gccgo-13-alpha-linux-gnu deb devel optional arch=alpha + gccgo-13-arm-linux-gnueabi deb devel optional arch=armel + gccgo-13-arm-linux-gnueabihf deb devel optional arch=armhf + gccgo-13-for-build deb devel optional arch=all + gccgo-13-for-host deb devel optional arch=any + gccgo-13-i686-linux-gnu deb devel optional arch=i386 + gccgo-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gccgo-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gccgo-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gccgo-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gccgo-13-mipsel-linux-gnu deb devel optional arch=mipsel + gccgo-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gccgo-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gccgo-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gccgo-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gccgo-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gccgo-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gccgo-13-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gccgo-13-powerpc-linux-gnu deb devel optional arch=powerpc + gccgo-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + gccgo-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gccgo-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gccgo-13-s390x-linux-gnu deb devel optional arch=s390x + gccgo-13-sparc64-linux-gnu deb devel optional arch=sparc64 + gccgo-13-x86-64-linux-gnu deb devel optional arch=amd64 + gccgo-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gdc-13 deb devel optional arch=any + gdc-13-aarch64-linux-gnu deb devel optional arch=arm64 + gdc-13-arm-linux-gnueabi deb devel optional arch=armel + gdc-13-arm-linux-gnueabihf deb devel optional arch=armhf + gdc-13-for-build deb devel optional arch=all + gdc-13-for-host deb devel optional arch=any + gdc-13-i686-linux-gnu deb devel optional arch=i386 + gdc-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gdc-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gdc-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gdc-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gdc-13-mipsel-linux-gnu deb devel optional arch=mipsel + gdc-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gdc-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gdc-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gdc-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gdc-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gdc-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gdc-13-multilib deb devel optional arch=any + gdc-13-powerpc-linux-gnu deb devel optional arch=powerpc + gdc-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + gdc-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gdc-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gdc-13-s390x-linux-gnu deb devel optional arch=s390x + gdc-13-x86-64-linux-gnu deb devel optional arch=amd64 + gdc-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gfortran-13 deb devel optional arch=any + gfortran-13-aarch64-linux-gnu deb devel optional arch=arm64 + gfortran-13-alpha-linux-gnu deb devel optional arch=alpha + gfortran-13-arm-linux-gnueabi deb devel optional arch=armel + gfortran-13-arm-linux-gnueabihf deb devel optional arch=armhf + gfortran-13-for-build deb devel optional arch=all + gfortran-13-for-host deb devel optional arch=any + gfortran-13-i686-linux-gnu deb devel optional arch=i386 + gfortran-13-loongarch64-linux-gnu deb devel optional arch=loong64 + gfortran-13-m68k-linux-gnu deb devel optional arch=m68k + gfortran-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gfortran-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gfortran-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gfortran-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gfortran-13-mipsel-linux-gnu deb devel optional arch=mipsel + gfortran-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gfortran-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gfortran-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gfortran-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gfortran-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gfortran-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gfortran-13-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gfortran-13-powerpc-linux-gnu deb devel optional arch=powerpc + gfortran-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + gfortran-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gfortran-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gfortran-13-s390x-linux-gnu deb devel optional arch=s390x + gfortran-13-sh4-linux-gnu deb devel optional arch=sh4 + gfortran-13-sparc64-linux-gnu deb devel optional arch=sparc64 + gfortran-13-x86-64-linux-gnu deb devel optional arch=amd64 + gfortran-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gm2-13 deb devel optional arch=any + gm2-13-aarch64-linux-gnu deb devel optional arch=arm64 + gm2-13-alpha-linux-gnu deb devel optional arch=alpha + gm2-13-arm-linux-gnueabi deb devel optional arch=armel + gm2-13-arm-linux-gnueabihf deb devel optional arch=armhf + gm2-13-doc deb doc optional arch=all + gm2-13-for-build deb devel optional arch=all + gm2-13-for-host deb devel optional arch=any + gm2-13-i686-linux-gnu deb devel optional arch=i386 + gm2-13-m68k-linux-gnu deb devel optional arch=m68k + gm2-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gm2-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gm2-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gm2-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gm2-13-mipsel-linux-gnu deb devel optional arch=mipsel + gm2-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gm2-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gm2-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gm2-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gm2-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gm2-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gm2-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gm2-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gm2-13-s390x-linux-gnu deb devel optional arch=s390x + gm2-13-sparc64-linux-gnu deb devel optional arch=sparc64 + gm2-13-x86-64-linux-gnu deb devel optional arch=amd64 + gm2-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gnat-13 deb devel optional arch=any + gnat-13-aarch64-linux-gnu deb devel optional arch=arm64 + gnat-13-alpha-linux-gnu deb devel optional arch=alpha + gnat-13-arm-linux-gnueabi deb devel optional arch=armel + gnat-13-arm-linux-gnueabihf deb devel optional arch=armhf + gnat-13-for-build deb devel optional arch=all + gnat-13-for-host deb devel optional arch=any + gnat-13-i686-linux-gnu deb devel optional arch=i386 + gnat-13-m68k-linux-gnu deb devel optional arch=m68k + gnat-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gnat-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gnat-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gnat-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gnat-13-mipsel-linux-gnu deb devel optional arch=mipsel + gnat-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gnat-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gnat-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gnat-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gnat-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gnat-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gnat-13-powerpc-linux-gnu deb devel optional arch=powerpc + gnat-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + gnat-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gnat-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gnat-13-s390x-linux-gnu deb devel optional arch=s390x + gnat-13-sh4-linux-gnu deb devel optional arch=sh4 + gnat-13-sparc64-linux-gnu deb devel optional arch=sparc64 + gnat-13-x86-64-linux-gnu deb devel optional arch=amd64 + gnat-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gobjc++-13 deb devel optional arch=any + gobjc++-13-aarch64-linux-gnu deb devel optional arch=arm64 + gobjc++-13-alpha-linux-gnu deb devel optional arch=alpha + gobjc++-13-arm-linux-gnueabi deb devel optional arch=armel + gobjc++-13-arm-linux-gnueabihf deb devel optional arch=armhf + gobjc++-13-for-build deb devel optional arch=all + gobjc++-13-for-host deb devel optional arch=any + gobjc++-13-i686-linux-gnu deb devel optional arch=i386 + gobjc++-13-loongarch64-linux-gnu deb devel optional arch=loong64 + gobjc++-13-m68k-linux-gnu deb devel optional arch=m68k + gobjc++-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gobjc++-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gobjc++-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gobjc++-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gobjc++-13-mipsel-linux-gnu deb devel optional arch=mipsel + gobjc++-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gobjc++-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gobjc++-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gobjc++-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gobjc++-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gobjc++-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gobjc++-13-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc++-13-powerpc-linux-gnu deb devel optional arch=powerpc + gobjc++-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + gobjc++-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gobjc++-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gobjc++-13-s390x-linux-gnu deb devel optional arch=s390x + gobjc++-13-sh4-linux-gnu deb devel optional arch=sh4 + gobjc++-13-sparc64-linux-gnu deb devel optional arch=sparc64 + gobjc++-13-x86-64-linux-gnu deb devel optional arch=amd64 + gobjc++-13-x86-64-linux-gnux32 deb devel optional arch=x32 + gobjc-13 deb devel optional arch=any + gobjc-13-aarch64-linux-gnu deb devel optional arch=arm64 + gobjc-13-alpha-linux-gnu deb devel optional arch=alpha + gobjc-13-arm-linux-gnueabi deb devel optional arch=armel + gobjc-13-arm-linux-gnueabihf deb devel optional arch=armhf + gobjc-13-for-build deb devel optional arch=all + gobjc-13-for-host deb devel optional arch=any + gobjc-13-i686-linux-gnu deb devel optional arch=i386 + gobjc-13-loongarch64-linux-gnu deb devel optional arch=loong64 + gobjc-13-m68k-linux-gnu deb devel optional arch=m68k + gobjc-13-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gobjc-13-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gobjc-13-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gobjc-13-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gobjc-13-mipsel-linux-gnu deb devel optional arch=mipsel + gobjc-13-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gobjc-13-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gobjc-13-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gobjc-13-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gobjc-13-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gobjc-13-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gobjc-13-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc-13-powerpc-linux-gnu deb devel optional arch=powerpc + gobjc-13-powerpc64-linux-gnu deb devel optional arch=ppc64 + gobjc-13-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gobjc-13-riscv64-linux-gnu deb devel optional arch=riscv64 + gobjc-13-s390x-linux-gnu deb devel optional arch=s390x + gobjc-13-sh4-linux-gnu deb devel optional arch=sh4 + gobjc-13-sparc64-linux-gnu deb devel optional arch=sparc64 + gobjc-13-x86-64-linux-gnu deb devel optional arch=amd64 + gobjc-13-x86-64-linux-gnux32 deb devel optional arch=x32 + lib32gcc-13-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gfortran-13-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go-13-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go22 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos-13-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos4 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32objc-13-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++-13-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++6-13-dbg deb debug optional arch=amd64,ppc64,kfreebsd-amd64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib64gcc-13-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gfortran-13-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go-13-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go22 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos-13-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos4 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64objc-13-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++-13-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++6-13-dbg deb debug optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + libgcc-13-dev deb libdevel optional arch=any + libgccjit-13-dev deb libdevel optional arch=any + libgccjit-13-doc deb doc optional arch=all + libgfortran-13-dev deb libdevel optional arch=any + libgm2-13-dev deb libdevel optional arch=any + libgm2-18 deb libs optional arch=any + libgnat-13 deb libs optional arch=any + libgo-13-dev deb libdevel optional arch=any + libgo22 deb libs optional arch=any + libgomp-plugin-amdgcn1 deb libs optional arch=amd64 + libgomp-plugin-nvptx1 deb libs optional arch=amd64,arm64,ppc64el + libgphobos-13-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,x32,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,powerpc,ppc64,ppc64el + libgphobos4 deb libs optional arch=amd64,arm64,armel,armhf,i386,x32,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,powerpc,ppc64,ppc64el + libhwasan0 deb libs optional arch=any + libn32gcc-13-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gfortran-13-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go-13-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go22 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos-13-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos4 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32objc-13-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++-13-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++6-13-dbg deb debug optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libobjc-13-dev deb libdevel optional arch=any + libstdc++-13-dev deb libdevel optional arch=any + libstdc++-13-doc deb doc optional arch=all profile=!nodoc + libstdc++-13-pic deb libdevel optional arch=any + libstdc++6-13-dbg deb debug optional arch=any + libx32gcc-13-dev deb libdevel optional arch=amd64,i386 + libx32gfortran-13-dev deb libdevel optional arch=amd64,i386 + libx32go-13-dev deb libdevel optional arch=amd64,i386 + libx32go22 deb libs optional arch=amd64,i386 + libx32gphobos-13-dev deb libdevel optional arch=amd64,i386 + libx32gphobos4 deb libs optional arch=amd64,i386 + libx32objc-13-dev deb libdevel optional arch=amd64,i386 + libx32stdc++-13-dev deb libdevel optional arch=amd64,i386 + libx32stdc++6-13-dbg deb debug optional arch=amd64,i386 +Directory: pool/656293ec8e2c6365d1da62ca7269ad50adcd2d28065996ec5c6e4310cce7d9bd +Checksums-Sha1: + 3bced32ad78ff97650d422be598147e4ce1c8d7d 39085 gcc-13_13.3.0-6.dsc + 4d72fbe958f15acdde07222cef1a7bf68119c86a 90346516 gcc-13_13.3.0.orig.tar.gz + ba0e9bf4a6f6e48a69443723ae90baa3527ff465 641176 gcc-13_13.3.0-6.debian.tar.xz +Checksums-Sha256: + 656293ec8e2c6365d1da62ca7269ad50adcd2d28065996ec5c6e4310cce7d9bd 39085 gcc-13_13.3.0-6.dsc + 2fde6610c97427ca320113b8ed99d75439c15b7d75d0a5410256a9cf4a8e5402 90346516 gcc-13_13.3.0.orig.tar.gz + 3ae58fa580ebd083090d6d39bf85b7459cb4c85d9346cbf9deeb66f332cb9960 641176 gcc-13_13.3.0-6.debian.tar.xz +Files: + a8caf47f5bebd9a98760a9da29682593 39085 gcc-13_13.3.0-6.dsc + 5cb77cfe4c848c81f24f4c9952ac6f9e 90346516 gcc-13_13.3.0.orig.tar.gz + 618b064c4820c77286fd1586591233f8 641176 gcc-13_13.3.0-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: gcc-14 +Binary: gcc-14-base, libgcc-s1, libgcc-s2, libgcc-s4, libgcc-14-dev, lib64gcc-s1, lib64gcc-14-dev, lib32gcc-s1, lib32gcc-14-dev, libn32gcc-s1, libn32gcc-14-dev, libx32gcc-s1, libx32gcc-14-dev, gcc-14-alpha-linux-gnu, gcc-14-x86-64-linux-gnu, gcc-14-arm-linux-gnueabi, gcc-14-arm-linux-gnueabihf, gcc-14-aarch64-linux-gnu, gcc-14-i686-linux-gnu, gcc-14-loongarch64-linux-gnu, gcc-14-mipsel-linux-gnu, gcc-14-mips64-linux-gnuabi64, gcc-14-mips64el-linux-gnuabi64, gcc-14-mips64-linux-gnuabin32, gcc-14-powerpc-linux-gnu, gcc-14-powerpc64-linux-gnu, gcc-14-powerpc64le-linux-gnu, gcc-14-m68k-linux-gnu, gcc-14-riscv64-linux-gnu, gcc-14-sh4-linux-gnu, gcc-14-sparc64-linux-gnu, gcc-14-s390x-linux-gnu, gcc-14-x86-64-linux-gnux32, gcc-14-mips64el-linux-gnuabin32, gcc-14-mipsisa32r6-linux-gnu, gcc-14-mipsisa32r6el-linux-gnu, gcc-14-mipsisa64r6-linux-gnuabi64, gcc-14-mipsisa64r6el-linux-gnuabi64, gcc-14-mipsisa64r6-linux-gnuabin32, gcc-14-mipsisa64r6el-linux-gnuabin32, gcc-14-for-host, + gcc-14-for-build, gcc-14, gcc-14-multilib, gcc-14-test-results, gcc-14-plugin-dev, gcc-14-hppa64-linux-gnu, cpp-14-alpha-linux-gnu, cpp-14-x86-64-linux-gnu, cpp-14-arm-linux-gnueabi, cpp-14-arm-linux-gnueabihf, cpp-14-aarch64-linux-gnu, cpp-14-i686-linux-gnu, cpp-14-loongarch64-linux-gnu, cpp-14-mipsel-linux-gnu, cpp-14-mips64-linux-gnuabi64, cpp-14-mips64el-linux-gnuabi64, cpp-14-mips64-linux-gnuabin32, cpp-14-powerpc-linux-gnu, cpp-14-powerpc64-linux-gnu, cpp-14-powerpc64le-linux-gnu, cpp-14-m68k-linux-gnu, cpp-14-riscv64-linux-gnu, cpp-14-sh4-linux-gnu, cpp-14-sparc64-linux-gnu, cpp-14-s390x-linux-gnu, cpp-14-x86-64-linux-gnux32, cpp-14-mips64el-linux-gnuabin32, cpp-14-mipsisa32r6-linux-gnu, cpp-14-mipsisa32r6el-linux-gnu, cpp-14-mipsisa64r6-linux-gnuabi64, cpp-14-mipsisa64r6el-linux-gnuabi64, cpp-14-mipsisa64r6-linux-gnuabin32, cpp-14-mipsisa64r6el-linux-gnuabin32, cpp-14-for-host, cpp-14-for-build, cpp-14, gcc-14-locales, g++-14-alpha-linux-gnu, + g++-14-x86-64-linux-gnu, g++-14-arm-linux-gnueabi, g++-14-arm-linux-gnueabihf, g++-14-aarch64-linux-gnu, g++-14-i686-linux-gnu, g++-14-loongarch64-linux-gnu, g++-14-mipsel-linux-gnu, g++-14-mips64-linux-gnuabi64, g++-14-mips64el-linux-gnuabi64, g++-14-mips64-linux-gnuabin32, g++-14-powerpc-linux-gnu, g++-14-powerpc64-linux-gnu, g++-14-powerpc64le-linux-gnu, g++-14-m68k-linux-gnu, g++-14-riscv64-linux-gnu, g++-14-sh4-linux-gnu, g++-14-sparc64-linux-gnu, g++-14-s390x-linux-gnu, g++-14-x86-64-linux-gnux32, g++-14-mips64el-linux-gnuabin32, g++-14-mipsisa32r6-linux-gnu, g++-14-mipsisa32r6el-linux-gnu, g++-14-mipsisa64r6-linux-gnuabi64, g++-14-mipsisa64r6el-linux-gnuabi64, g++-14-mipsisa64r6-linux-gnuabin32, g++-14-mipsisa64r6el-linux-gnuabin32, g++-14-for-host, g++-14-for-build, g++-14, g++-14-multilib, libgomp1, lib32gomp1, lib64gomp1, libn32gomp1, libx32gomp1, libitm1, lib32itm1, lib64itm1, libx32itm1, libatomic1, lib32atomic1, lib64atomic1, libn32atomic1, + libx32atomic1, libasan8, lib32asan8, lib64asan8, libx32asan8, libhwasan0, liblsan0, libtsan2, libubsan1, lib32ubsan1, lib64ubsan1, libx32ubsan1, libquadmath0, lib32quadmath0, lib64quadmath0, libx32quadmath0, libcc1-0, libgccjit0, libgccjit-14-doc, libgccjit-14-dev, gobjc++-14-alpha-linux-gnu, gobjc++-14-x86-64-linux-gnu, gobjc++-14-arm-linux-gnueabi, gobjc++-14-arm-linux-gnueabihf, gobjc++-14-aarch64-linux-gnu, gobjc++-14-i686-linux-gnu, gobjc++-14-loongarch64-linux-gnu, gobjc++-14-mipsel-linux-gnu, gobjc++-14-mips64-linux-gnuabi64, gobjc++-14-mips64el-linux-gnuabi64, gobjc++-14-mips64-linux-gnuabin32, gobjc++-14-powerpc-linux-gnu, gobjc++-14-powerpc64-linux-gnu, gobjc++-14-powerpc64le-linux-gnu, gobjc++-14-m68k-linux-gnu, gobjc++-14-riscv64-linux-gnu, gobjc++-14-sh4-linux-gnu, gobjc++-14-sparc64-linux-gnu, gobjc++-14-s390x-linux-gnu, gobjc++-14-x86-64-linux-gnux32, gobjc++-14-mips64el-linux-gnuabin32, gobjc++-14-mipsisa32r6-linux-gnu, + gobjc++-14-mipsisa32r6el-linux-gnu, gobjc++-14-mipsisa64r6-linux-gnuabi64, gobjc++-14-mipsisa64r6el-linux-gnuabi64, gobjc++-14-mipsisa64r6-linux-gnuabin32, gobjc++-14-mipsisa64r6el-linux-gnuabin32, gobjc++-14-for-host, gobjc++-14-for-build, gobjc++-14, gobjc++-14-multilib, gobjc-14-alpha-linux-gnu, gobjc-14-x86-64-linux-gnu, gobjc-14-arm-linux-gnueabi, gobjc-14-arm-linux-gnueabihf, gobjc-14-aarch64-linux-gnu, gobjc-14-i686-linux-gnu, gobjc-14-loongarch64-linux-gnu, gobjc-14-mipsel-linux-gnu, gobjc-14-mips64-linux-gnuabi64, gobjc-14-mips64el-linux-gnuabi64, gobjc-14-mips64-linux-gnuabin32, gobjc-14-powerpc-linux-gnu, gobjc-14-powerpc64-linux-gnu, gobjc-14-powerpc64le-linux-gnu, gobjc-14-m68k-linux-gnu, gobjc-14-riscv64-linux-gnu, gobjc-14-sh4-linux-gnu, gobjc-14-sparc64-linux-gnu, gobjc-14-s390x-linux-gnu, gobjc-14-x86-64-linux-gnux32, gobjc-14-mips64el-linux-gnuabin32, gobjc-14-mipsisa32r6-linux-gnu, gobjc-14-mipsisa32r6el-linux-gnu, + gobjc-14-mipsisa64r6-linux-gnuabi64, gobjc-14-mipsisa64r6el-linux-gnuabi64, gobjc-14-mipsisa64r6-linux-gnuabin32, gobjc-14-mipsisa64r6el-linux-gnuabin32, gobjc-14-for-host, gobjc-14-for-build, gobjc-14, gobjc-14-multilib, libobjc-14-dev, lib64objc-14-dev, lib32objc-14-dev, libn32objc-14-dev, libx32objc-14-dev, libobjc4, lib64objc4, lib32objc4, libn32objc4, libx32objc4, gfortran-14-alpha-linux-gnu, gfortran-14-x86-64-linux-gnu, gfortran-14-arm-linux-gnueabi, gfortran-14-arm-linux-gnueabihf, gfortran-14-aarch64-linux-gnu, gfortran-14-i686-linux-gnu, gfortran-14-loongarch64-linux-gnu, gfortran-14-mipsel-linux-gnu, gfortran-14-mips64-linux-gnuabi64, gfortran-14-mips64el-linux-gnuabi64, gfortran-14-mips64-linux-gnuabin32, gfortran-14-powerpc-linux-gnu, gfortran-14-powerpc64-linux-gnu, gfortran-14-powerpc64le-linux-gnu, gfortran-14-m68k-linux-gnu, gfortran-14-riscv64-linux-gnu, gfortran-14-sh4-linux-gnu, gfortran-14-sparc64-linux-gnu, gfortran-14-s390x-linux-gnu, + gfortran-14-x86-64-linux-gnux32, gfortran-14-mips64el-linux-gnuabin32, gfortran-14-mipsisa32r6-linux-gnu, gfortran-14-mipsisa32r6el-linux-gnu, gfortran-14-mipsisa64r6-linux-gnuabi64, gfortran-14-mipsisa64r6el-linux-gnuabi64, gfortran-14-mipsisa64r6-linux-gnuabin32, gfortran-14-mipsisa64r6el-linux-gnuabin32, gfortran-14-for-host, gfortran-14-for-build, gfortran-14, gfortran-14-multilib, libgfortran-14-dev, lib64gfortran-14-dev, lib32gfortran-14-dev, libn32gfortran-14-dev, libx32gfortran-14-dev, libgfortran5, lib64gfortran5, lib32gfortran5, libn32gfortran5, libx32gfortran5, gccgo-14-alpha-linux-gnu, gccgo-14-x86-64-linux-gnu, gccgo-14-arm-linux-gnueabi, gccgo-14-arm-linux-gnueabihf, gccgo-14-aarch64-linux-gnu, gccgo-14-i686-linux-gnu, gccgo-14-mipsel-linux-gnu, gccgo-14-mips64-linux-gnuabi64, gccgo-14-mips64el-linux-gnuabi64, gccgo-14-mips64-linux-gnuabin32, gccgo-14-powerpc-linux-gnu, gccgo-14-powerpc64-linux-gnu, gccgo-14-powerpc64le-linux-gnu, + gccgo-14-riscv64-linux-gnu, gccgo-14-sparc64-linux-gnu, gccgo-14-s390x-linux-gnu, gccgo-14-x86-64-linux-gnux32, gccgo-14-mips64el-linux-gnuabin32, gccgo-14-mipsisa32r6-linux-gnu, gccgo-14-mipsisa32r6el-linux-gnu, gccgo-14-mipsisa64r6-linux-gnuabi64, gccgo-14-mipsisa64r6el-linux-gnuabi64, gccgo-14-mipsisa64r6-linux-gnuabin32, gccgo-14-mipsisa64r6el-linux-gnuabin32, gccgo-14-for-host, gccgo-14-for-build, gccgo-14, gccgo-14-multilib, libgo-14-dev, lib64go-14-dev, lib32go-14-dev, libn32go-14-dev, libx32go-14-dev, libgo23, lib64go23, lib32go23, libn32go23, libx32go23, libstdc++6, lib32stdc++6, lib64stdc++6, libn32stdc++6, libx32stdc++6, libstdc++-14-dev, libstdc++-14-pic, libstdc++6-14-dbg, lib32stdc++-14-dev, lib32stdc++6-14-dbg, lib64stdc++-14-dev, lib64stdc++6-14-dbg, libn32stdc++-14-dev, libn32stdc++6-14-dbg, libx32stdc++-14-dev, libx32stdc++6-14-dbg, libstdc++-14-doc, gnat-14-alpha-linux-gnu, gnat-14-x86-64-linux-gnu, gnat-14-arm-linux-gnueabi, + gnat-14-arm-linux-gnueabihf, gnat-14-aarch64-linux-gnu, gnat-14-i686-linux-gnu, gnat-14-loongarch64-linux-gnu, gnat-14-mipsel-linux-gnu, gnat-14-mips64-linux-gnuabi64, gnat-14-mips64el-linux-gnuabi64, gnat-14-mips64-linux-gnuabin32, gnat-14-powerpc-linux-gnu, gnat-14-powerpc64-linux-gnu, gnat-14-powerpc64le-linux-gnu, gnat-14-m68k-linux-gnu, gnat-14-riscv64-linux-gnu, gnat-14-sh4-linux-gnu, gnat-14-sparc64-linux-gnu, gnat-14-s390x-linux-gnu, gnat-14-x86-64-linux-gnux32, gnat-14-mips64el-linux-gnuabin32, gnat-14-mipsisa32r6-linux-gnu, gnat-14-mipsisa32r6el-linux-gnu, gnat-14-mipsisa64r6-linux-gnuabi64, gnat-14-mipsisa64r6el-linux-gnuabi64, gnat-14-mipsisa64r6-linux-gnuabin32, gnat-14-mipsisa64r6el-linux-gnuabin32, gnat-14-for-host, gnat-14-for-build, gnat-14, libgnat-14, gdc-14-x86-64-linux-gnu, gdc-14-arm-linux-gnueabi, gdc-14-arm-linux-gnueabihf, gdc-14-aarch64-linux-gnu, gdc-14-i686-linux-gnu, gdc-14-loongarch64-linux-gnu, gdc-14-mipsel-linux-gnu, + gdc-14-mips64-linux-gnuabi64, gdc-14-mips64el-linux-gnuabi64, gdc-14-mips64-linux-gnuabin32, gdc-14-powerpc-linux-gnu, gdc-14-powerpc64-linux-gnu, gdc-14-powerpc64le-linux-gnu, gdc-14-riscv64-linux-gnu, gdc-14-s390x-linux-gnu, gdc-14-x86-64-linux-gnux32, gdc-14-mips64el-linux-gnuabin32, gdc-14-mipsisa32r6-linux-gnu, gdc-14-mipsisa32r6el-linux-gnu, gdc-14-mipsisa64r6-linux-gnuabi64, gdc-14-mipsisa64r6el-linux-gnuabi64, gdc-14-mipsisa64r6-linux-gnuabin32, gdc-14-mipsisa64r6el-linux-gnuabin32, gdc-14-for-host, gdc-14-for-build, gdc-14, gdc-14-multilib, libgphobos-14-dev, lib64gphobos-14-dev, lib32gphobos-14-dev, libn32gphobos-14-dev, libx32gphobos-14-dev, libgphobos5, lib64gphobos5, lib32gphobos5, libn32gphobos5, libx32gphobos5, gm2-14-alpha-linux-gnu, gm2-14-x86-64-linux-gnu, gm2-14-arm-linux-gnueabi, gm2-14-arm-linux-gnueabihf, gm2-14-aarch64-linux-gnu, gm2-14-i686-linux-gnu, gm2-14-loongarch64-linux-gnu, gm2-14-mipsel-linux-gnu, gm2-14-mips64-linux-gnuabi64, + gm2-14-mips64el-linux-gnuabi64, gm2-14-mips64-linux-gnuabin32, gm2-14-powerpc64le-linux-gnu, gm2-14-m68k-linux-gnu, gm2-14-riscv64-linux-gnu, gm2-14-sparc64-linux-gnu, gm2-14-s390x-linux-gnu, gm2-14-x86-64-linux-gnux32, gm2-14-mips64el-linux-gnuabin32, gm2-14-mipsisa32r6-linux-gnu, gm2-14-mipsisa32r6el-linux-gnu, gm2-14-mipsisa64r6-linux-gnuabi64, gm2-14-mipsisa64r6el-linux-gnuabi64, gm2-14-mipsisa64r6-linux-gnuabin32, gm2-14-mipsisa64r6el-linux-gnuabin32, gm2-14-for-host, gm2-14-for-build, gm2-14, libgm2-14-dev, libgm2-19, gm2-14-doc, gccrs-14-x86-64-linux-gnu, gccrs-14-arm-linux-gnueabi, gccrs-14-arm-linux-gnueabihf, gccrs-14-aarch64-linux-gnu, gccrs-14-i686-linux-gnu, gccrs-14-loongarch64-linux-gnu, gccrs-14-mipsel-linux-gnu, gccrs-14-mips64-linux-gnuabi64, gccrs-14-mips64el-linux-gnuabi64, gccrs-14-mips64-linux-gnuabin32, gccrs-14-powerpc-linux-gnu, gccrs-14-powerpc64-linux-gnu, gccrs-14-powerpc64le-linux-gnu, gccrs-14-riscv64-linux-gnu, + gccrs-14-sparc64-linux-gnu, gccrs-14-s390x-linux-gnu, gccrs-14-x86-64-linux-gnux32, gccrs-14-mips64el-linux-gnuabin32, gccrs-14-mipsisa32r6-linux-gnu, gccrs-14-mipsisa32r6el-linux-gnu, gccrs-14-mipsisa64r6-linux-gnuabi64, gccrs-14-mipsisa64r6el-linux-gnuabi64, gccrs-14-mipsisa64r6-linux-gnuabin32, gccrs-14-mipsisa64r6el-linux-gnuabin32, gccrs-14-for-host, gccrs-14-for-build, gccrs-14, gcc-14-offload-nvptx, libgomp-plugin-nvptx1, gcc-14-offload-amdgcn, libgomp-plugin-amdgcn1, + gcc-14-source +Architecture: any all +Version: 14.2.0-3 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: http://gcc.gnu.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/toolchain-team/gcc +Vcs-Git: https://salsa.debian.org/toolchain-team/gcc.git +Testsuite: autopkgtest +Testsuite-Triggers: apt, libc-dev, libc6-dev, python3-minimal +Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.14), g++-multilib [amd64 i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 s390 s390x sparc sparc64 x32] , libc6.1-dev (>= 2.23-1~) [alpha ia64] | libc0.3-dev (>= 2.23-1~) [hurd-amd64 hurd-i386] | libc6-dev (>= 2.23-1~), libc6-dev-amd64 [i386 x32], libc6-dev-sparc64 [sparc], libc6-dev-sparc [sparc64], libc6-dev-s390 [s390x], libc6-dev-s390x [s390], libc6-dev-i386 [amd64 x32], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], lib32gcc-s1 [amd64 ppc64 mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el s390x sparc64 x32], libn32gcc-s1 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], lib64gcc-s1 [i386 mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el powerpc sparc s390 x32], libc6-dev-mips64 [mips mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el], libc6-dev-mipsn32 [mips mipsel mips64 mips64el mipsr6 mipsr6el mips64r6 mips64r6el], libc6-dev-mips32 [mipsn32 mipsn32el mips64 mips64el mipsn32r6 mipsn32r6el mips64r6 mips64r6el], libc6-dev-x32 [amd64 i386], libx32gcc-s1 [amd64 i386], libc6.1-dbg [alpha ia64] | libc0.3-dbg [hurd-amd64 hurd-i386] | libc6-dbg, linux-libc-dev [m68k], m4, libtool, autoconf2.69, dwz, libunwind8-dev [ia64], libatomic-ops-dev [ia64], gawk, lzma, xz-utils, patchutils, libzstd-dev, zlib1g-dev, systemtap-sdt-dev [linux-any], binutils:native (>= 2.37), binutils-hppa64-linux-gnu:native (>= 2.37) [hppa amd64 i386 x32], gperf, bison, flex, gettext, nvptx-tools [amd64 arm64 ppc64el], amdgcn-tools-18 [amd64], texinfo, locales-all, sharutils, procps, gnat-13:native [!arc !ia64 !sh3 !sh3eb !sh4eb !sparc !loong64 !hurd-amd64], g++-13:native [!loong64], gnat-14:native [loong64], g++-14:native [loong64], netbase, gdc-13:native [!arc !ia64 !m68k !sh4 !s390 !sparc64 !alpha !hurd-alpha !hurd-amd64 !hurd-i386 !loong64], gdc-14:native [loong64], python3:any, cargo [!hppa !ia64 !m68k !sh4 !alpha !hurd-alpha !hurd-amd64 !hurd-i386], libisl-dev (>= 0.20), libmpc-dev (>= 1.0), libmpfr-dev (>= 3.0.0-9~), libgmp-dev (>= 2:5.0.1~), lib32z1-dev [amd64], lib64z1-dev [i386], unzip , dejagnu , coreutils, chrpath, lsb-release, quilt, time, pkgconf, libgc-dev, g++-14-for-host , gobjc-14-for-host [!avr] , gfortran-14-for-host , gdc-14-for-host [!arc !ia64 !m68k !sh4 !s390 !sparc64 !alpha !hurd-alpha !hurd-amd64 !hurd-i386] , gccgo-14-for-host [!arc !avr !hppa !loong64 !m68k !sh4] , gnat-14-for-host [!arc !ia64 !sh3 !sh3eb !sh4eb !sparc] , gm2-14-for-host [!powerpc !ppc64 !sh4] +Build-Depends-Indep: doxygen , graphviz , ghostscript , texlive-latex-base , xsltproc , libxml2-utils , docbook-xsl-ns +Package-List: + cpp-14 deb interpreters optional arch=any + cpp-14-aarch64-linux-gnu deb interpreters optional arch=arm64 + cpp-14-alpha-linux-gnu deb interpreters optional arch=alpha + cpp-14-arm-linux-gnueabi deb interpreters optional arch=armel + cpp-14-arm-linux-gnueabihf deb interpreters optional arch=armhf + cpp-14-for-build deb interpreters optional arch=all + cpp-14-for-host deb interpreters optional arch=any + cpp-14-i686-linux-gnu deb interpreters optional arch=i386 + cpp-14-loongarch64-linux-gnu deb interpreters optional arch=loong64 + cpp-14-m68k-linux-gnu deb interpreters optional arch=m68k + cpp-14-mips64-linux-gnuabi64 deb interpreters optional arch=mips64 + cpp-14-mips64-linux-gnuabin32 deb interpreters optional arch=mipsn32 + cpp-14-mips64el-linux-gnuabi64 deb interpreters optional arch=mips64el + cpp-14-mips64el-linux-gnuabin32 deb interpreters optional arch=mipsn32el + cpp-14-mipsel-linux-gnu deb interpreters optional arch=mipsel + cpp-14-mipsisa32r6-linux-gnu deb interpreters optional arch=mipsr6 + cpp-14-mipsisa32r6el-linux-gnu deb interpreters optional arch=mipsr6el + cpp-14-mipsisa64r6-linux-gnuabi64 deb interpreters optional arch=mips64r6 + cpp-14-mipsisa64r6-linux-gnuabin32 deb interpreters optional arch=mipsn32r6 + cpp-14-mipsisa64r6el-linux-gnuabi64 deb interpreters optional arch=mips64r6el + cpp-14-mipsisa64r6el-linux-gnuabin32 deb interpreters optional arch=mipsn32r6el + cpp-14-powerpc-linux-gnu deb interpreters optional arch=powerpc + cpp-14-powerpc64-linux-gnu deb interpreters optional arch=ppc64 + cpp-14-powerpc64le-linux-gnu deb interpreters optional arch=ppc64el + cpp-14-riscv64-linux-gnu deb interpreters optional arch=riscv64 + cpp-14-s390x-linux-gnu deb interpreters optional arch=s390x + cpp-14-sh4-linux-gnu deb interpreters optional arch=sh4 + cpp-14-sparc64-linux-gnu deb interpreters optional arch=sparc64 + cpp-14-x86-64-linux-gnu deb interpreters optional arch=amd64 + cpp-14-x86-64-linux-gnux32 deb interpreters optional arch=x32 + g++-14 deb devel optional arch=any + g++-14-aarch64-linux-gnu deb devel optional arch=arm64 + g++-14-alpha-linux-gnu deb devel optional arch=alpha + g++-14-arm-linux-gnueabi deb devel optional arch=armel + g++-14-arm-linux-gnueabihf deb devel optional arch=armhf + g++-14-for-build deb devel optional arch=all + g++-14-for-host deb devel optional arch=any + g++-14-i686-linux-gnu deb devel optional arch=i386 + g++-14-loongarch64-linux-gnu deb devel optional arch=loong64 + g++-14-m68k-linux-gnu deb devel optional arch=m68k + g++-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + g++-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + g++-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + g++-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + g++-14-mipsel-linux-gnu deb devel optional arch=mipsel + g++-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + g++-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + g++-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + g++-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + g++-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + g++-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + g++-14-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + g++-14-powerpc-linux-gnu deb devel optional arch=powerpc + g++-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + g++-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + g++-14-riscv64-linux-gnu deb devel optional arch=riscv64 + g++-14-s390x-linux-gnu deb devel optional arch=s390x + g++-14-sh4-linux-gnu deb devel optional arch=sh4 + g++-14-sparc64-linux-gnu deb devel optional arch=sparc64 + g++-14-x86-64-linux-gnu deb devel optional arch=amd64 + g++-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gcc-14 deb devel optional arch=any + gcc-14-aarch64-linux-gnu deb devel optional arch=arm64 + gcc-14-alpha-linux-gnu deb devel optional arch=alpha + gcc-14-arm-linux-gnueabi deb devel optional arch=armel + gcc-14-arm-linux-gnueabihf deb devel optional arch=armhf + gcc-14-base deb libs optional arch=any + gcc-14-for-build deb devel optional arch=all + gcc-14-for-host deb devel optional arch=any + gcc-14-hppa64-linux-gnu deb devel optional arch=hppa,amd64,i386,x32 + gcc-14-i686-linux-gnu deb devel optional arch=i386 + gcc-14-locales deb devel optional arch=all + gcc-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gcc-14-m68k-linux-gnu deb devel optional arch=m68k + gcc-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gcc-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gcc-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gcc-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gcc-14-mipsel-linux-gnu deb devel optional arch=mipsel + gcc-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gcc-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gcc-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gcc-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gcc-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gcc-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gcc-14-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gcc-14-offload-amdgcn deb devel optional arch=amd64 + gcc-14-offload-nvptx deb devel optional arch=amd64,arm64,ppc64el + gcc-14-plugin-dev deb devel optional arch=any + gcc-14-powerpc-linux-gnu deb devel optional arch=powerpc + gcc-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gcc-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gcc-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gcc-14-s390x-linux-gnu deb devel optional arch=s390x + gcc-14-sh4-linux-gnu deb devel optional arch=sh4 + gcc-14-source deb devel optional arch=all + gcc-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gcc-14-test-results deb devel optional arch=any + gcc-14-x86-64-linux-gnu deb devel optional arch=amd64 + gcc-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gccgo-14 deb devel optional arch=any + gccgo-14-aarch64-linux-gnu deb devel optional arch=arm64 + gccgo-14-alpha-linux-gnu deb devel optional arch=alpha + gccgo-14-arm-linux-gnueabi deb devel optional arch=armel + gccgo-14-arm-linux-gnueabihf deb devel optional arch=armhf + gccgo-14-for-build deb devel optional arch=all + gccgo-14-for-host deb devel optional arch=any + gccgo-14-i686-linux-gnu deb devel optional arch=i386 + gccgo-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gccgo-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gccgo-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gccgo-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gccgo-14-mipsel-linux-gnu deb devel optional arch=mipsel + gccgo-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gccgo-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gccgo-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gccgo-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gccgo-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gccgo-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gccgo-14-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gccgo-14-powerpc-linux-gnu deb devel optional arch=powerpc + gccgo-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gccgo-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gccgo-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gccgo-14-s390x-linux-gnu deb devel optional arch=s390x + gccgo-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gccgo-14-x86-64-linux-gnu deb devel optional arch=amd64 + gccgo-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gccrs-14 deb devel optional arch=any + gccrs-14-aarch64-linux-gnu deb devel optional arch=arm64 + gccrs-14-arm-linux-gnueabi deb devel optional arch=armel + gccrs-14-arm-linux-gnueabihf deb devel optional arch=armhf + gccrs-14-for-build deb devel optional arch=all + gccrs-14-for-host deb devel optional arch=any + gccrs-14-i686-linux-gnu deb devel optional arch=i386 + gccrs-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gccrs-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gccrs-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gccrs-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gccrs-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gccrs-14-mipsel-linux-gnu deb devel optional arch=mipsel + gccrs-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gccrs-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gccrs-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gccrs-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gccrs-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gccrs-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gccrs-14-powerpc-linux-gnu deb devel optional arch=powerpc + gccrs-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gccrs-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gccrs-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gccrs-14-s390x-linux-gnu deb devel optional arch=s390x + gccrs-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gccrs-14-x86-64-linux-gnu deb devel optional arch=amd64 + gccrs-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gdc-14 deb devel optional arch=any + gdc-14-aarch64-linux-gnu deb devel optional arch=arm64 + gdc-14-arm-linux-gnueabi deb devel optional arch=armel + gdc-14-arm-linux-gnueabihf deb devel optional arch=armhf + gdc-14-for-build deb devel optional arch=all + gdc-14-for-host deb devel optional arch=any + gdc-14-i686-linux-gnu deb devel optional arch=i386 + gdc-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gdc-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gdc-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gdc-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gdc-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gdc-14-mipsel-linux-gnu deb devel optional arch=mipsel + gdc-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gdc-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gdc-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gdc-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gdc-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gdc-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gdc-14-multilib deb devel optional arch=any + gdc-14-powerpc-linux-gnu deb devel optional arch=powerpc + gdc-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gdc-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gdc-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gdc-14-s390x-linux-gnu deb devel optional arch=s390x + gdc-14-x86-64-linux-gnu deb devel optional arch=amd64 + gdc-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gfortran-14 deb devel optional arch=any + gfortran-14-aarch64-linux-gnu deb devel optional arch=arm64 + gfortran-14-alpha-linux-gnu deb devel optional arch=alpha + gfortran-14-arm-linux-gnueabi deb devel optional arch=armel + gfortran-14-arm-linux-gnueabihf deb devel optional arch=armhf + gfortran-14-for-build deb devel optional arch=all + gfortran-14-for-host deb devel optional arch=any + gfortran-14-i686-linux-gnu deb devel optional arch=i386 + gfortran-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gfortran-14-m68k-linux-gnu deb devel optional arch=m68k + gfortran-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gfortran-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gfortran-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gfortran-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gfortran-14-mipsel-linux-gnu deb devel optional arch=mipsel + gfortran-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gfortran-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gfortran-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gfortran-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gfortran-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gfortran-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gfortran-14-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gfortran-14-powerpc-linux-gnu deb devel optional arch=powerpc + gfortran-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gfortran-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gfortran-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gfortran-14-s390x-linux-gnu deb devel optional arch=s390x + gfortran-14-sh4-linux-gnu deb devel optional arch=sh4 + gfortran-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gfortran-14-x86-64-linux-gnu deb devel optional arch=amd64 + gfortran-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gm2-14 deb devel optional arch=any + gm2-14-aarch64-linux-gnu deb devel optional arch=arm64 + gm2-14-alpha-linux-gnu deb devel optional arch=alpha + gm2-14-arm-linux-gnueabi deb devel optional arch=armel + gm2-14-arm-linux-gnueabihf deb devel optional arch=armhf + gm2-14-doc deb doc optional arch=all + gm2-14-for-build deb devel optional arch=all + gm2-14-for-host deb devel optional arch=any + gm2-14-i686-linux-gnu deb devel optional arch=i386 + gm2-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gm2-14-m68k-linux-gnu deb devel optional arch=m68k + gm2-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gm2-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gm2-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gm2-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gm2-14-mipsel-linux-gnu deb devel optional arch=mipsel + gm2-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gm2-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gm2-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gm2-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gm2-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gm2-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gm2-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gm2-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gm2-14-s390x-linux-gnu deb devel optional arch=s390x + gm2-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gm2-14-x86-64-linux-gnu deb devel optional arch=amd64 + gm2-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gnat-14 deb devel optional arch=any + gnat-14-aarch64-linux-gnu deb devel optional arch=arm64 + gnat-14-alpha-linux-gnu deb devel optional arch=alpha + gnat-14-arm-linux-gnueabi deb devel optional arch=armel + gnat-14-arm-linux-gnueabihf deb devel optional arch=armhf + gnat-14-for-build deb devel optional arch=all + gnat-14-for-host deb devel optional arch=any + gnat-14-i686-linux-gnu deb devel optional arch=i386 + gnat-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gnat-14-m68k-linux-gnu deb devel optional arch=m68k + gnat-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gnat-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gnat-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gnat-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gnat-14-mipsel-linux-gnu deb devel optional arch=mipsel + gnat-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gnat-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gnat-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gnat-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gnat-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gnat-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gnat-14-powerpc-linux-gnu deb devel optional arch=powerpc + gnat-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gnat-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gnat-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gnat-14-s390x-linux-gnu deb devel optional arch=s390x + gnat-14-sh4-linux-gnu deb devel optional arch=sh4 + gnat-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gnat-14-x86-64-linux-gnu deb devel optional arch=amd64 + gnat-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gobjc++-14 deb devel optional arch=any + gobjc++-14-aarch64-linux-gnu deb devel optional arch=arm64 + gobjc++-14-alpha-linux-gnu deb devel optional arch=alpha + gobjc++-14-arm-linux-gnueabi deb devel optional arch=armel + gobjc++-14-arm-linux-gnueabihf deb devel optional arch=armhf + gobjc++-14-for-build deb devel optional arch=all + gobjc++-14-for-host deb devel optional arch=any + gobjc++-14-i686-linux-gnu deb devel optional arch=i386 + gobjc++-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gobjc++-14-m68k-linux-gnu deb devel optional arch=m68k + gobjc++-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gobjc++-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gobjc++-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gobjc++-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gobjc++-14-mipsel-linux-gnu deb devel optional arch=mipsel + gobjc++-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gobjc++-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gobjc++-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gobjc++-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gobjc++-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gobjc++-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gobjc++-14-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc++-14-powerpc-linux-gnu deb devel optional arch=powerpc + gobjc++-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gobjc++-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gobjc++-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gobjc++-14-s390x-linux-gnu deb devel optional arch=s390x + gobjc++-14-sh4-linux-gnu deb devel optional arch=sh4 + gobjc++-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gobjc++-14-x86-64-linux-gnu deb devel optional arch=amd64 + gobjc++-14-x86-64-linux-gnux32 deb devel optional arch=x32 + gobjc-14 deb devel optional arch=any + gobjc-14-aarch64-linux-gnu deb devel optional arch=arm64 + gobjc-14-alpha-linux-gnu deb devel optional arch=alpha + gobjc-14-arm-linux-gnueabi deb devel optional arch=armel + gobjc-14-arm-linux-gnueabihf deb devel optional arch=armhf + gobjc-14-for-build deb devel optional arch=all + gobjc-14-for-host deb devel optional arch=any + gobjc-14-i686-linux-gnu deb devel optional arch=i386 + gobjc-14-loongarch64-linux-gnu deb devel optional arch=loong64 + gobjc-14-m68k-linux-gnu deb devel optional arch=m68k + gobjc-14-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gobjc-14-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gobjc-14-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gobjc-14-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gobjc-14-mipsel-linux-gnu deb devel optional arch=mipsel + gobjc-14-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gobjc-14-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gobjc-14-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gobjc-14-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gobjc-14-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gobjc-14-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gobjc-14-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc-14-powerpc-linux-gnu deb devel optional arch=powerpc + gobjc-14-powerpc64-linux-gnu deb devel optional arch=ppc64 + gobjc-14-powerpc64le-linux-gnu deb devel optional arch=ppc64el + gobjc-14-riscv64-linux-gnu deb devel optional arch=riscv64 + gobjc-14-s390x-linux-gnu deb devel optional arch=s390x + gobjc-14-sh4-linux-gnu deb devel optional arch=sh4 + gobjc-14-sparc64-linux-gnu deb devel optional arch=sparc64 + gobjc-14-x86-64-linux-gnu deb devel optional arch=amd64 + gobjc-14-x86-64-linux-gnux32 deb devel optional arch=x32 + lib32asan8 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32atomic1 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gcc-14-dev deb libdevel optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gcc-s1 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gfortran-14-dev deb libdevel optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gfortran5 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go-14-dev deb libdevel optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32go23 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gomp1 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos-14-dev deb libdevel optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32gphobos5 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32itm1 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32objc-14-dev deb libdevel optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32objc4 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32quadmath0 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++-14-dev deb libdevel optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++6 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32stdc++6-14-dbg deb debug optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib32ubsan1 deb libs optional arch=amd64,ppc64,s390x,sparc64,x32,mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el + lib64asan8 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64atomic1 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gcc-14-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gcc-s1 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gfortran-14-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gfortran5 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go-14-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64go23 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gomp1 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos-14-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64gphobos5 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64itm1 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64objc-14-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64objc4 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64quadmath0 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++-14-dev deb libdevel optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++6 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64stdc++6-14-dbg deb debug optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + lib64ubsan1 deb libs optional arch=i386,powerpc,sparc,s390,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 + libasan8 deb libs optional arch=any + libatomic1 deb libs optional arch=any + libcc1-0 deb libs optional arch=any + libgcc-14-dev deb libdevel optional arch=any + libgcc-s1 deb libs optional arch=any protected=yes + libgcc-s2 deb libs optional arch=m68k protected=yes + libgcc-s4 deb libs optional arch=hppa protected=yes + libgccjit-14-dev deb libdevel optional arch=any + libgccjit-14-doc deb doc optional arch=all + libgccjit0 deb libs optional arch=any + libgfortran-14-dev deb libdevel optional arch=any + libgfortran5 deb libs optional arch=any + libgm2-14-dev deb libdevel optional arch=any + libgm2-19 deb libs optional arch=any + libgnat-14 deb libs optional arch=any + libgo-14-dev deb libdevel optional arch=any + libgo23 deb libs optional arch=any + libgomp-plugin-amdgcn1 deb libs optional arch=amd64 + libgomp-plugin-nvptx1 deb libs optional arch=amd64,arm64,ppc64el + libgomp1 deb libs optional arch=any + libgphobos-14-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,x32,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,loong64,powerpc,ppc64,ppc64el + libgphobos5 deb libs optional arch=amd64,arm64,armel,armhf,i386,x32,hppa,mips,mips64,mipsel,mips64el,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,riscv64,s390x,loong64,powerpc,ppc64,ppc64el + libhwasan0 deb libs optional arch=any + libitm1 deb libs optional arch=any + liblsan0 deb libs optional arch=any + libn32atomic1 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gcc-14-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gcc-s1 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gfortran-14-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gfortran5 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go-14-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32go23 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gomp1 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos-14-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32gphobos5 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32objc-14-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32objc4 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++-14-dev deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++6 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libn32stdc++6-14-dbg deb debug optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el + libobjc-14-dev deb libdevel optional arch=any + libobjc4 deb libs optional arch=any + libquadmath0 deb libs optional arch=any + libstdc++-14-dev deb libdevel optional arch=any + libstdc++-14-doc deb doc optional arch=all profile=!nodoc + libstdc++-14-pic deb libdevel optional arch=any + libstdc++6 deb libs optional arch=any + libstdc++6-14-dbg deb debug optional arch=any + libtsan2 deb libs optional arch=any + libubsan1 deb libs optional arch=any + libx32asan8 deb libs optional arch=amd64,i386 + libx32atomic1 deb libs optional arch=amd64,i386 + libx32gcc-14-dev deb libdevel optional arch=amd64,i386 + libx32gcc-s1 deb libs optional arch=amd64,i386 + libx32gfortran-14-dev deb libdevel optional arch=amd64,i386 + libx32gfortran5 deb libs optional arch=amd64,i386 + libx32go-14-dev deb libdevel optional arch=amd64,i386 + libx32go23 deb libs optional arch=amd64,i386 + libx32gomp1 deb libs optional arch=amd64,i386 + libx32gphobos-14-dev deb libdevel optional arch=amd64,i386 + libx32gphobos5 deb libs optional arch=amd64,i386 + libx32itm1 deb libs optional arch=amd64,i386 + libx32objc-14-dev deb libdevel optional arch=amd64,i386 + libx32objc4 deb libs optional arch=amd64,i386 + libx32quadmath0 deb libs optional arch=amd64,i386 + libx32stdc++-14-dev deb libdevel optional arch=amd64,i386 + libx32stdc++6 deb libs optional arch=amd64,i386 + libx32stdc++6-14-dbg deb debug optional arch=amd64,i386 + libx32ubsan1 deb libs optional arch=amd64,i386 +Directory: pool/f302088261fc7fe0e7d8832712cabb1948821c5f038263e25fe293945109afe4 +Checksums-Sha1: + a75845531bb33bb57b3b5f094a587a6b6444ad33 46607 gcc-14_14.2.0-3.dsc + 40f4fae7a993865facd67321c28b95ef19aa7ab1 94299633 gcc-14_14.2.0.orig.tar.gz + f833281aaaac22a3f3dc2d72d07e879112f6136e 1646060 gcc-14_14.2.0-3.debian.tar.xz +Checksums-Sha256: + f302088261fc7fe0e7d8832712cabb1948821c5f038263e25fe293945109afe4 46607 gcc-14_14.2.0-3.dsc + e162a5ef3f0077ecae598c6556908d2ab80841532df3398072a96a6df6e6aa29 94299633 gcc-14_14.2.0.orig.tar.gz + a9bd103acb96395d7706981a50916a797d77d39c48138eadd5895f6084fc7922 1646060 gcc-14_14.2.0-3.debian.tar.xz +Files: + 4a1cc0c8d66b1768bad85e57acf1a0f5 46607 gcc-14_14.2.0-3.dsc + 772d9fc5b68fb1cf83240b81cedbfbf9 94299633 gcc-14_14.2.0.orig.tar.gz + 7b72d2c3a38db105ce11cd09b89ac9d3 1646060 gcc-14_14.2.0-3.debian.tar.xz + +Format: 3.0 (native) +Package: gcc-defaults +Binary: cpp, cpp-for-host, cpp-for-build, gcc, gcc-for-host, gcc-for-build, gcc-multilib, g++, g++-for-host, g++-for-build, g++-multilib, gobjc, gobjc-for-host, gobjc-for-build, gobjc-multilib, gobjc++, gobjc++-for-host, gobjc++-for-build, gobjc++-multilib, gfortran, gfortran-for-host, gfortran-for-build, gfortran-multilib, gccgo, gccgo-for-host, gccgo-for-build, gccgo-multilib, gdc, gdc-for-host, gdc-for-build, gdc-multilib, libgphobos-dev, gm2, gm2-for-host, gm2-for-build, gcc-offload-nvptx, gcc-offload-amdgcn, gcc-hppa64-linux-gnu, cpp-alpha-linux-gnu, gcc-alpha-linux-gnu, g++-alpha-linux-gnu, gobjc-alpha-linux-gnu, gobjc++-alpha-linux-gnu, gfortran-alpha-linux-gnu, gccgo-alpha-linux-gnu, gm2-alpha-linux-gnu, cpp-arc-linux-gnu, gcc-arc-linux-gnu, g++-arc-linux-gnu, gobjc-arc-linux-gnu, gobjc++-arc-linux-gnu, gfortran-arc-linux-gnu, gm2-arc-linux-gnu, cpp-x86-64-linux-gnu, gcc-x86-64-linux-gnu, g++-x86-64-linux-gnu, gobjc-x86-64-linux-gnu, gobjc++-x86-64-linux-gnu, + gfortran-x86-64-linux-gnu, gccgo-x86-64-linux-gnu, gdc-x86-64-linux-gnu, gm2-x86-64-linux-gnu, gcc-multilib-x86-64-linux-gnu, g++-multilib-x86-64-linux-gnu, gobjc-multilib-x86-64-linux-gnu, gobjc++-multilib-x86-64-linux-gnu, gfortran-multilib-x86-64-linux-gnu, gccgo-multilib-x86-64-linux-gnu, gdc-multilib-x86-64-linux-gnu, cpp-arm-linux-gnueabi, gcc-arm-linux-gnueabi, g++-arm-linux-gnueabi, gobjc-arm-linux-gnueabi, gobjc++-arm-linux-gnueabi, gfortran-arm-linux-gnueabi, gccgo-arm-linux-gnueabi, gdc-arm-linux-gnueabi, gm2-arm-linux-gnueabi, cpp-arm-linux-gnueabihf, gcc-arm-linux-gnueabihf, g++-arm-linux-gnueabihf, gobjc-arm-linux-gnueabihf, gobjc++-arm-linux-gnueabihf, gfortran-arm-linux-gnueabihf, gccgo-arm-linux-gnueabihf, gdc-arm-linux-gnueabihf, gm2-arm-linux-gnueabihf, cpp-aarch64-linux-gnu, gcc-aarch64-linux-gnu, g++-aarch64-linux-gnu, gobjc-aarch64-linux-gnu, gobjc++-aarch64-linux-gnu, gfortran-aarch64-linux-gnu, gccgo-aarch64-linux-gnu, gdc-aarch64-linux-gnu, + gm2-aarch64-linux-gnu, cpp-hppa-linux-gnu, gcc-hppa-linux-gnu, g++-hppa-linux-gnu, gobjc-hppa-linux-gnu, gobjc++-hppa-linux-gnu, gfortran-hppa-linux-gnu, gdc-hppa-linux-gnu, gm2-hppa-linux-gnu, cpp-i686-linux-gnu, gcc-i686-linux-gnu, g++-i686-linux-gnu, gobjc-i686-linux-gnu, gobjc++-i686-linux-gnu, gfortran-i686-linux-gnu, gccgo-i686-linux-gnu, gdc-i686-linux-gnu, gm2-i686-linux-gnu, gcc-multilib-i686-linux-gnu, g++-multilib-i686-linux-gnu, gobjc-multilib-i686-linux-gnu, gobjc++-multilib-i686-linux-gnu, gfortran-multilib-i686-linux-gnu, gccgo-multilib-i686-linux-gnu, gdc-multilib-i686-linux-gnu, cpp-ia64-linux-gnu, gcc-ia64-linux-gnu, g++-ia64-linux-gnu, gobjc-ia64-linux-gnu, gobjc++-ia64-linux-gnu, gfortran-ia64-linux-gnu, gccgo-ia64-linux-gnu, gdc-ia64-linux-gnu, gm2-ia64-linux-gnu, cpp-m68k-linux-gnu, gcc-m68k-linux-gnu, g++-m68k-linux-gnu, gobjc-m68k-linux-gnu, gobjc++-m68k-linux-gnu, gfortran-m68k-linux-gnu, gm2-m68k-linux-gnu, cpp-or1k-linux-gnu, + gcc-or1k-linux-gnu, g++-or1k-linux-gnu, gobjc-or1k-linux-gnu, gobjc++-or1k-linux-gnu, gfortran-or1k-linux-gnu, gccgo-or1k-linux-gnu, gdc-or1k-linux-gnu, gm2-or1k-linux-gnu, cpp-loongarch64-linux-gnu, gcc-loongarch64-linux-gnu, g++-loongarch64-linux-gnu, gobjc-loongarch64-linux-gnu, gobjc++-loongarch64-linux-gnu, gfortran-loongarch64-linux-gnu, gdc-loongarch64-linux-gnu, gm2-loongarch64-linux-gnu, cpp-powerpc-linux-gnu, gcc-powerpc-linux-gnu, g++-powerpc-linux-gnu, gobjc-powerpc-linux-gnu, gobjc++-powerpc-linux-gnu, gfortran-powerpc-linux-gnu, gccgo-powerpc-linux-gnu, gdc-powerpc-linux-gnu, cpp-powerpc64-linux-gnu, gcc-powerpc64-linux-gnu, g++-powerpc64-linux-gnu, gobjc-powerpc64-linux-gnu, gobjc++-powerpc64-linux-gnu, gfortran-powerpc64-linux-gnu, gccgo-powerpc64-linux-gnu, gdc-powerpc64-linux-gnu, cpp-powerpc64le-linux-gnu, gcc-powerpc64le-linux-gnu, g++-powerpc64le-linux-gnu, gobjc-powerpc64le-linux-gnu, gobjc++-powerpc64le-linux-gnu, + gfortran-powerpc64le-linux-gnu, gccgo-powerpc64le-linux-gnu, gdc-powerpc64le-linux-gnu, gm2-powerpc64le-linux-gnu, cpp-riscv64-linux-gnu, gcc-riscv64-linux-gnu, g++-riscv64-linux-gnu, gobjc-riscv64-linux-gnu, gobjc++-riscv64-linux-gnu, gfortran-riscv64-linux-gnu, gccgo-riscv64-linux-gnu, gdc-riscv64-linux-gnu, gm2-riscv64-linux-gnu, cpp-s390-linux-gnu, gcc-s390-linux-gnu, g++-s390-linux-gnu, gobjc-s390-linux-gnu, gobjc++-s390-linux-gnu, gfortran-s390-linux-gnu, gccgo-s390-linux-gnu, gdc-s390-linux-gnu, gm2-s390-linux-gnu, cpp-s390x-linux-gnu, gcc-s390x-linux-gnu, g++-s390x-linux-gnu, gobjc-s390x-linux-gnu, gobjc++-s390x-linux-gnu, gfortran-s390x-linux-gnu, gccgo-s390x-linux-gnu, gdc-s390x-linux-gnu, gm2-s390x-linux-gnu, gcc-multilib-s390x-linux-gnu, g++-multilib-s390x-linux-gnu, gobjc-multilib-s390x-linux-gnu, gobjc++-multilib-s390x-linux-gnu, gfortran-multilib-s390x-linux-gnu, gccgo-multilib-s390x-linux-gnu, gdc-multilib-s390x-linux-gnu, cpp-sh4-linux-gnu, + gcc-sh4-linux-gnu, g++-sh4-linux-gnu, gobjc-sh4-linux-gnu, gobjc++-sh4-linux-gnu, gfortran-sh4-linux-gnu, cpp-sparc-linux-gnu, gcc-sparc-linux-gnu, g++-sparc-linux-gnu, gobjc-sparc-linux-gnu, gobjc++-sparc-linux-gnu, gfortran-sparc-linux-gnu, gccgo-sparc-linux-gnu, gdc-sparc-linux-gnu, gm2-sparc-linux-gnu, cpp-sparc64-linux-gnu, gcc-sparc64-linux-gnu, g++-sparc64-linux-gnu, gobjc-sparc64-linux-gnu, gobjc++-sparc64-linux-gnu, gfortran-sparc64-linux-gnu, gccgo-sparc64-linux-gnu, gm2-sparc64-linux-gnu, cpp-x86-64-linux-gnux32, gcc-x86-64-linux-gnux32, g++-x86-64-linux-gnux32, gobjc-x86-64-linux-gnux32, gobjc++-x86-64-linux-gnux32, gfortran-x86-64-linux-gnux32, gccgo-x86-64-linux-gnux32, gdc-x86-64-linux-gnux32, gm2-x86-64-linux-gnux32, cpp-x86-64-gnu, gcc-x86-64-gnu, g++-x86-64-gnu, gobjc-x86-64-gnu, gobjc++-x86-64-gnu, gfortran-x86-64-gnu, gccgo-x86-64-gnu, gdc-x86-64-gnu, gm2-x86-64-gnu, cpp-i686-gnu, gcc-i686-gnu, g++-i686-gnu, gobjc-i686-gnu, gobjc++-i686-gnu, + gfortran-i686-gnu, gccgo-i686-gnu, gdc-i686-gnu, gm2-i686-gnu, cpp-x86-64-kfreebsd-gnu, gcc-x86-64-kfreebsd-gnu, g++-x86-64-kfreebsd-gnu, gobjc-x86-64-kfreebsd-gnu, gobjc++-x86-64-kfreebsd-gnu, gfortran-x86-64-kfreebsd-gnu, gccgo-x86-64-kfreebsd-gnu, gdc-x86-64-kfreebsd-gnu, gm2-x86-64-kfreebsd-gnu, cpp-i686-kfreebsd-gnu, gcc-i686-kfreebsd-gnu, g++-i686-kfreebsd-gnu, gobjc-i686-kfreebsd-gnu, gobjc++-i686-kfreebsd-gnu, gfortran-i686-kfreebsd-gnu, gccgo-i686-kfreebsd-gnu, gdc-i686-kfreebsd-gnu, gm2-i686-kfreebsd-gnu, cpp-mips-linux-gnu, gcc-mips-linux-gnu, g++-mips-linux-gnu, gobjc-mips-linux-gnu, gobjc++-mips-linux-gnu, gfortran-mips-linux-gnu, gccgo-mips-linux-gnu, gdc-mips-linux-gnu, gm2-mips-linux-gnu, cpp-mipsel-linux-gnu, gcc-mipsel-linux-gnu, g++-mipsel-linux-gnu, gobjc-mipsel-linux-gnu, gobjc++-mipsel-linux-gnu, gfortran-mipsel-linux-gnu, gccgo-mipsel-linux-gnu, gdc-mipsel-linux-gnu, gm2-mipsel-linux-gnu, cpp-mips64-linux-gnuabin32, gcc-mips64-linux-gnuabin32, + g++-mips64-linux-gnuabin32, gobjc-mips64-linux-gnuabin32, gobjc++-mips64-linux-gnuabin32, gfortran-mips64-linux-gnuabin32, gccgo-mips64-linux-gnuabin32, gdc-mips64-linux-gnuabin32, gm2-mips64-linux-gnuabin32, cpp-mips64el-linux-gnuabin32, gcc-mips64el-linux-gnuabin32, g++-mips64el-linux-gnuabin32, gobjc-mips64el-linux-gnuabin32, gobjc++-mips64el-linux-gnuabin32, gfortran-mips64el-linux-gnuabin32, gccgo-mips64el-linux-gnuabin32, gdc-mips64el-linux-gnuabin32, gm2-mips64el-linux-gnuabin32, cpp-mips64-linux-gnuabi64, gcc-mips64-linux-gnuabi64, g++-mips64-linux-gnuabi64, gobjc-mips64-linux-gnuabi64, gobjc++-mips64-linux-gnuabi64, gfortran-mips64-linux-gnuabi64, gccgo-mips64-linux-gnuabi64, gdc-mips64-linux-gnuabi64, gm2-mips64-linux-gnuabi64, cpp-mips64el-linux-gnuabi64, gcc-mips64el-linux-gnuabi64, g++-mips64el-linux-gnuabi64, gobjc-mips64el-linux-gnuabi64, gobjc++-mips64el-linux-gnuabi64, gfortran-mips64el-linux-gnuabi64, gccgo-mips64el-linux-gnuabi64, + gdc-mips64el-linux-gnuabi64, gm2-mips64el-linux-gnuabi64, cpp-mipsisa32r6-linux-gnu, gcc-mipsisa32r6-linux-gnu, g++-mipsisa32r6-linux-gnu, gobjc-mipsisa32r6-linux-gnu, gobjc++-mipsisa32r6-linux-gnu, gfortran-mipsisa32r6-linux-gnu, gccgo-mipsisa32r6-linux-gnu, gdc-mipsisa32r6-linux-gnu, gm2-mipsisa32r6-linux-gnu, cpp-mipsisa32r6el-linux-gnu, gcc-mipsisa32r6el-linux-gnu, g++-mipsisa32r6el-linux-gnu, gobjc-mipsisa32r6el-linux-gnu, gobjc++-mipsisa32r6el-linux-gnu, gfortran-mipsisa32r6el-linux-gnu, gccgo-mipsisa32r6el-linux-gnu, gdc-mipsisa32r6el-linux-gnu, gm2-mipsisa32r6el-linux-gnu, cpp-mipsisa64r6-linux-gnuabin32, gcc-mipsisa64r6-linux-gnuabin32, g++-mipsisa64r6-linux-gnuabin32, gobjc-mipsisa64r6-linux-gnuabin32, gobjc++-mipsisa64r6-linux-gnuabin32, gfortran-mipsisa64r6-linux-gnuabin32, gccgo-mipsisa64r6-linux-gnuabin32, gdc-mipsisa64r6-linux-gnuabin32, gm2-mipsisa64r6-linux-gnuabin32, cpp-mipsisa64r6el-linux-gnuabin32, gcc-mipsisa64r6el-linux-gnuabin32, + g++-mipsisa64r6el-linux-gnuabin32, gobjc-mipsisa64r6el-linux-gnuabin32, gobjc++-mipsisa64r6el-linux-gnuabin32, gfortran-mipsisa64r6el-linux-gnuabin32, gccgo-mipsisa64r6el-linux-gnuabin32, gdc-mipsisa64r6el-linux-gnuabin32, gm2-mipsisa64r6el-linux-gnuabin32, cpp-mipsisa64r6-linux-gnuabi64, gcc-mipsisa64r6-linux-gnuabi64, g++-mipsisa64r6-linux-gnuabi64, gobjc-mipsisa64r6-linux-gnuabi64, gobjc++-mipsisa64r6-linux-gnuabi64, gfortran-mipsisa64r6-linux-gnuabi64, gccgo-mipsisa64r6-linux-gnuabi64, gdc-mipsisa64r6-linux-gnuabi64, gm2-mipsisa64r6-linux-gnuabi64, cpp-mipsisa64r6el-linux-gnuabi64, gcc-mipsisa64r6el-linux-gnuabi64, g++-mipsisa64r6el-linux-gnuabi64, gobjc-mipsisa64r6el-linux-gnuabi64, gobjc++-mipsisa64r6el-linux-gnuabi64, gfortran-mipsisa64r6el-linux-gnuabi64, gccgo-mipsisa64r6el-linux-gnuabi64, gdc-mipsisa64r6el-linux-gnuabi64, gm2-mipsisa64r6el-linux-gnuabi64, + gm2-doc +Architecture: any all +Version: 1.219 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/toolchain-team/gcc-defaults +Vcs-Git: https://salsa.debian.org/toolchain-team/gcc-defaults.git +Build-Depends: m4, debhelper-compat (= 13), gcc-14-base (>= 14.1.0-4~), lsb-release +Package-List: + cpp deb interpreters optional arch=any + cpp-aarch64-linux-gnu deb interpreters optional arch=arm64,amd64,i386,x32,ppc64el,s390x + cpp-alpha-linux-gnu deb interpreters optional arch=alpha + cpp-arc-linux-gnu deb interpreters optional arch=arc + cpp-arm-linux-gnueabi deb interpreters optional arch=armel + cpp-arm-linux-gnueabihf deb interpreters optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + cpp-for-build deb devel optional arch=all + cpp-for-host deb devel optional arch=any + cpp-hppa-linux-gnu deb interpreters optional arch=hppa + cpp-i686-gnu deb interpreters optional arch=hurd-i386 + cpp-i686-kfreebsd-gnu deb interpreters optional arch=kfreebsd-i386 + cpp-i686-linux-gnu deb interpreters optional arch=i386,amd64,arm64,ppc64el,x32,s390x + cpp-ia64-linux-gnu deb interpreters optional arch=ia64 + cpp-loongarch64-linux-gnu deb interpreters optional arch=loong64 + cpp-m68k-linux-gnu deb interpreters optional arch=m68k + cpp-mips-linux-gnu deb interpreters optional arch=mips + cpp-mips64-linux-gnuabi64 deb interpreters optional arch=mips64 + cpp-mips64-linux-gnuabin32 deb interpreters optional arch=mipsn32 + cpp-mips64el-linux-gnuabi64 deb interpreters optional arch=mips64el + cpp-mips64el-linux-gnuabin32 deb interpreters optional arch=mipsn32el + cpp-mipsel-linux-gnu deb interpreters optional arch=mipsel + cpp-mipsisa32r6-linux-gnu deb interpreters optional arch=mipsr6 + cpp-mipsisa32r6el-linux-gnu deb interpreters optional arch=mipsr6el + cpp-mipsisa64r6-linux-gnuabi64 deb interpreters optional arch=mips64r6 + cpp-mipsisa64r6-linux-gnuabin32 deb interpreters optional arch=mipsn32r6 + cpp-mipsisa64r6el-linux-gnuabi64 deb interpreters optional arch=mips64r6el + cpp-mipsisa64r6el-linux-gnuabin32 deb interpreters optional arch=mipsn32r6el + cpp-or1k-linux-gnu deb interpreters optional arch=or1k + cpp-powerpc-linux-gnu deb interpreters optional arch=powerpc + cpp-powerpc64-linux-gnu deb interpreters optional arch=ppc64 + cpp-powerpc64le-linux-gnu deb interpreters optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + cpp-riscv64-linux-gnu deb interpreters optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + cpp-s390-linux-gnu deb interpreters optional arch=s390 + cpp-s390x-linux-gnu deb interpreters optional arch=s390x,amd64,i386,x32,arm64,ppc64el + cpp-sh4-linux-gnu deb interpreters optional arch=sh4 + cpp-sparc-linux-gnu deb interpreters optional arch=sparc + cpp-sparc64-linux-gnu deb interpreters optional arch=sparc64 + cpp-x86-64-gnu deb interpreters optional arch=hurd-amd64 + cpp-x86-64-kfreebsd-gnu deb interpreters optional arch=kfreebsd-amd64 + cpp-x86-64-linux-gnu deb interpreters optional arch=amd64,arm64,i386,ppc64el,x32,s390x + cpp-x86-64-linux-gnux32 deb interpreters optional arch=x32 + g++ deb devel optional arch=any + g++-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + g++-alpha-linux-gnu deb devel optional arch=alpha + g++-arc-linux-gnu deb devel optional arch=arc + g++-arm-linux-gnueabi deb devel optional arch=armel + g++-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + g++-for-build deb devel optional arch=all + g++-for-host deb devel optional arch=any + g++-hppa-linux-gnu deb devel optional arch=hppa + g++-i686-gnu deb devel optional arch=hurd-i386 + g++-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + g++-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + g++-ia64-linux-gnu deb devel optional arch=ia64 + g++-loongarch64-linux-gnu deb devel optional arch=loong64 + g++-m68k-linux-gnu deb devel optional arch=m68k + g++-mips-linux-gnu deb devel optional arch=mips + g++-mips64-linux-gnuabi64 deb devel optional arch=mips64 + g++-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + g++-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + g++-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + g++-mipsel-linux-gnu deb devel optional arch=mipsel + g++-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + g++-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + g++-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + g++-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + g++-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + g++-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + g++-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + g++-multilib-i686-linux-gnu deb devel optional arch=amd64,arm64,ppc64el,x32,s390x + g++-multilib-s390x-linux-gnu deb devel optional arch=amd64,i386,x32,arm64,ppc64el + g++-multilib-x86-64-linux-gnu deb devel optional arch=arm64,i386,ppc64el,x32,s390x + g++-or1k-linux-gnu deb devel optional arch=or1k + g++-powerpc-linux-gnu deb devel optional arch=powerpc + g++-powerpc64-linux-gnu deb devel optional arch=ppc64 + g++-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + g++-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + g++-s390-linux-gnu deb devel optional arch=s390 + g++-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + g++-sh4-linux-gnu deb devel optional arch=sh4 + g++-sparc-linux-gnu deb devel optional arch=sparc + g++-sparc64-linux-gnu deb devel optional arch=sparc64 + g++-x86-64-gnu deb devel optional arch=hurd-amd64 + g++-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + g++-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + g++-x86-64-linux-gnux32 deb devel optional arch=x32 + gcc deb devel optional arch=any + gcc-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + gcc-alpha-linux-gnu deb devel optional arch=alpha + gcc-arc-linux-gnu deb devel optional arch=arc + gcc-arm-linux-gnueabi deb devel optional arch=armel + gcc-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + gcc-for-build deb devel optional arch=all + gcc-for-host deb devel optional arch=any + gcc-hppa-linux-gnu deb devel optional arch=hppa + gcc-hppa64-linux-gnu deb devel optional arch=amd64,hppa,i386,x32 + gcc-i686-gnu deb devel optional arch=hurd-i386 + gcc-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + gcc-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + gcc-ia64-linux-gnu deb devel optional arch=ia64 + gcc-loongarch64-linux-gnu deb devel optional arch=loong64 + gcc-m68k-linux-gnu deb devel optional arch=m68k + gcc-mips-linux-gnu deb devel optional arch=mips + gcc-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gcc-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gcc-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gcc-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gcc-mipsel-linux-gnu deb devel optional arch=mipsel + gcc-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gcc-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gcc-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gcc-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gcc-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gcc-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gcc-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gcc-multilib-i686-linux-gnu deb devel optional arch=amd64,arm64,ppc64el,x32,s390x + gcc-multilib-s390x-linux-gnu deb devel optional arch=amd64,i386,x32,arm64,ppc64el + gcc-multilib-x86-64-linux-gnu deb devel optional arch=arm64,i386,ppc64el,x32,s390x + gcc-offload-amdgcn deb devel optional arch=amd64 + gcc-offload-nvptx deb devel optional arch=amd64,ppc64el + gcc-or1k-linux-gnu deb devel optional arch=or1k + gcc-powerpc-linux-gnu deb devel optional arch=powerpc + gcc-powerpc64-linux-gnu deb devel optional arch=ppc64 + gcc-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + gcc-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + gcc-s390-linux-gnu deb devel optional arch=s390 + gcc-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + gcc-sh4-linux-gnu deb devel optional arch=sh4 + gcc-sparc-linux-gnu deb devel optional arch=sparc + gcc-sparc64-linux-gnu deb devel optional arch=sparc64 + gcc-x86-64-gnu deb devel optional arch=hurd-amd64 + gcc-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + gcc-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + gcc-x86-64-linux-gnux32 deb devel optional arch=x32 + gccgo deb devel optional arch=any + gccgo-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + gccgo-alpha-linux-gnu deb devel optional arch=alpha + gccgo-arm-linux-gnueabi deb devel optional arch=armel + gccgo-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + gccgo-for-build deb devel optional arch=all + gccgo-for-host deb devel optional arch=any + gccgo-i686-gnu deb devel optional arch=hurd-i386 + gccgo-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + gccgo-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + gccgo-ia64-linux-gnu deb devel optional arch=ia64 + gccgo-mips-linux-gnu deb devel optional arch=mips + gccgo-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gccgo-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gccgo-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gccgo-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gccgo-mipsel-linux-gnu deb devel optional arch=mipsel + gccgo-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gccgo-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gccgo-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gccgo-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gccgo-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gccgo-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gccgo-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gccgo-multilib-i686-linux-gnu deb devel optional arch=amd64,arm64,ppc64el,x32,s390x + gccgo-multilib-s390x-linux-gnu deb devel optional arch=amd64,i386,x32,arm64,ppc64el + gccgo-multilib-x86-64-linux-gnu deb devel optional arch=arm64,i386,ppc64el,x32,s390x + gccgo-or1k-linux-gnu deb devel optional arch=or1k + gccgo-powerpc-linux-gnu deb devel optional arch=powerpc + gccgo-powerpc64-linux-gnu deb devel optional arch=ppc64 + gccgo-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + gccgo-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + gccgo-s390-linux-gnu deb devel optional arch=s390 + gccgo-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + gccgo-sparc-linux-gnu deb devel optional arch=sparc + gccgo-sparc64-linux-gnu deb devel optional arch=sparc64 + gccgo-x86-64-gnu deb devel optional arch=hurd-amd64 + gccgo-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + gccgo-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + gccgo-x86-64-linux-gnux32 deb devel optional arch=x32 + gdc deb devel optional arch=any + gdc-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + gdc-arm-linux-gnueabi deb devel optional arch=armel + gdc-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + gdc-for-build deb devel optional arch=all + gdc-for-host deb devel optional arch=any + gdc-hppa-linux-gnu deb devel optional arch=hppa + gdc-i686-gnu deb devel optional arch=hurd-i386 + gdc-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + gdc-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + gdc-ia64-linux-gnu deb devel optional arch=ia64 + gdc-loongarch64-linux-gnu deb devel optional arch=loong64 + gdc-mips-linux-gnu deb devel optional arch=mips + gdc-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gdc-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gdc-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gdc-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gdc-mipsel-linux-gnu deb devel optional arch=mipsel + gdc-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gdc-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gdc-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gdc-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gdc-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gdc-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gdc-multilib deb devel optional arch=amd64,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390x,x32 + gdc-multilib-i686-linux-gnu deb devel optional arch=amd64,arm64,ppc64el,x32,s390x + gdc-multilib-s390x-linux-gnu deb devel optional arch=amd64,i386,x32,arm64,ppc64el + gdc-multilib-x86-64-linux-gnu deb devel optional arch=arm64,i386,ppc64el,x32,s390x + gdc-or1k-linux-gnu deb devel optional arch=or1k + gdc-powerpc-linux-gnu deb devel optional arch=powerpc + gdc-powerpc64-linux-gnu deb devel optional arch=ppc64 + gdc-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + gdc-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + gdc-s390-linux-gnu deb devel optional arch=s390 + gdc-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + gdc-sparc-linux-gnu deb devel optional arch=sparc + gdc-x86-64-gnu deb devel optional arch=hurd-amd64 + gdc-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + gdc-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + gdc-x86-64-linux-gnux32 deb devel optional arch=x32 + gfortran deb devel optional arch=any + gfortran-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + gfortran-alpha-linux-gnu deb devel optional arch=alpha + gfortran-arc-linux-gnu deb devel optional arch=arc + gfortran-arm-linux-gnueabi deb devel optional arch=armel + gfortran-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + gfortran-for-build deb devel optional arch=all + gfortran-for-host deb devel optional arch=any + gfortran-hppa-linux-gnu deb devel optional arch=hppa + gfortran-i686-gnu deb devel optional arch=hurd-i386 + gfortran-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + gfortran-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + gfortran-ia64-linux-gnu deb devel optional arch=ia64 + gfortran-loongarch64-linux-gnu deb devel optional arch=loong64 + gfortran-m68k-linux-gnu deb devel optional arch=m68k + gfortran-mips-linux-gnu deb devel optional arch=mips + gfortran-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gfortran-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gfortran-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gfortran-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gfortran-mipsel-linux-gnu deb devel optional arch=mipsel + gfortran-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gfortran-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gfortran-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gfortran-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gfortran-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gfortran-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gfortran-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gfortran-multilib-i686-linux-gnu deb devel optional arch=amd64,arm64,ppc64el,x32,s390x + gfortran-multilib-s390x-linux-gnu deb devel optional arch=amd64,i386,x32,arm64,ppc64el + gfortran-multilib-x86-64-linux-gnu deb devel optional arch=arm64,i386,ppc64el,x32,s390x + gfortran-or1k-linux-gnu deb devel optional arch=or1k + gfortran-powerpc-linux-gnu deb devel optional arch=powerpc + gfortran-powerpc64-linux-gnu deb devel optional arch=ppc64 + gfortran-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + gfortran-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + gfortran-s390-linux-gnu deb devel optional arch=s390 + gfortran-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + gfortran-sh4-linux-gnu deb devel optional arch=sh4 + gfortran-sparc-linux-gnu deb devel optional arch=sparc + gfortran-sparc64-linux-gnu deb devel optional arch=sparc64 + gfortran-x86-64-gnu deb devel optional arch=hurd-amd64 + gfortran-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + gfortran-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + gfortran-x86-64-linux-gnux32 deb devel optional arch=x32 + gm2 deb devel optional arch=any + gm2-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + gm2-alpha-linux-gnu deb devel optional arch=alpha + gm2-arc-linux-gnu deb devel optional arch=arc + gm2-arm-linux-gnueabi deb devel optional arch=armel + gm2-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + gm2-doc deb doc optional arch=any + gm2-for-build deb devel optional arch=all + gm2-for-host deb devel optional arch=any + gm2-hppa-linux-gnu deb devel optional arch=hppa + gm2-i686-gnu deb devel optional arch=hurd-i386 + gm2-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + gm2-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + gm2-ia64-linux-gnu deb devel optional arch=ia64 + gm2-loongarch64-linux-gnu deb devel optional arch=loong64 + gm2-m68k-linux-gnu deb devel optional arch=m68k + gm2-mips-linux-gnu deb devel optional arch=mips + gm2-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gm2-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gm2-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gm2-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gm2-mipsel-linux-gnu deb devel optional arch=mipsel + gm2-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gm2-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gm2-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gm2-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gm2-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gm2-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gm2-or1k-linux-gnu deb devel optional arch=or1k + gm2-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + gm2-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + gm2-s390-linux-gnu deb devel optional arch=s390 + gm2-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + gm2-sparc-linux-gnu deb devel optional arch=sparc + gm2-sparc64-linux-gnu deb devel optional arch=sparc64 + gm2-x86-64-gnu deb devel optional arch=hurd-amd64 + gm2-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + gm2-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + gm2-x86-64-linux-gnux32 deb devel optional arch=x32 + gobjc deb devel optional arch=any + gobjc++ deb devel optional arch=any + gobjc++-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + gobjc++-alpha-linux-gnu deb devel optional arch=alpha + gobjc++-arc-linux-gnu deb devel optional arch=arc + gobjc++-arm-linux-gnueabi deb devel optional arch=armel + gobjc++-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + gobjc++-for-build deb devel optional arch=all + gobjc++-for-host deb devel optional arch=any + gobjc++-hppa-linux-gnu deb devel optional arch=hppa + gobjc++-i686-gnu deb devel optional arch=hurd-i386 + gobjc++-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + gobjc++-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + gobjc++-ia64-linux-gnu deb devel optional arch=ia64 + gobjc++-loongarch64-linux-gnu deb devel optional arch=loong64 + gobjc++-m68k-linux-gnu deb devel optional arch=m68k + gobjc++-mips-linux-gnu deb devel optional arch=mips + gobjc++-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gobjc++-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gobjc++-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gobjc++-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gobjc++-mipsel-linux-gnu deb devel optional arch=mipsel + gobjc++-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gobjc++-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gobjc++-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gobjc++-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gobjc++-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gobjc++-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gobjc++-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc++-multilib-i686-linux-gnu deb devel optional arch=amd64,arm64,ppc64el,x32,s390x + gobjc++-multilib-s390x-linux-gnu deb devel optional arch=amd64,i386,x32,arm64,ppc64el + gobjc++-multilib-x86-64-linux-gnu deb devel optional arch=arm64,i386,ppc64el,x32,s390x + gobjc++-or1k-linux-gnu deb devel optional arch=or1k + gobjc++-powerpc-linux-gnu deb devel optional arch=powerpc + gobjc++-powerpc64-linux-gnu deb devel optional arch=ppc64 + gobjc++-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + gobjc++-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + gobjc++-s390-linux-gnu deb devel optional arch=s390 + gobjc++-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + gobjc++-sh4-linux-gnu deb devel optional arch=sh4 + gobjc++-sparc-linux-gnu deb devel optional arch=sparc + gobjc++-sparc64-linux-gnu deb devel optional arch=sparc64 + gobjc++-x86-64-gnu deb devel optional arch=hurd-amd64 + gobjc++-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + gobjc++-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + gobjc++-x86-64-linux-gnux32 deb devel optional arch=x32 + gobjc-aarch64-linux-gnu deb devel optional arch=arm64,amd64,i386,x32,ppc64el,s390x + gobjc-alpha-linux-gnu deb devel optional arch=alpha + gobjc-arc-linux-gnu deb devel optional arch=arc + gobjc-arm-linux-gnueabi deb devel optional arch=armel + gobjc-arm-linux-gnueabihf deb devel optional arch=armhf,amd64,i386,x32,arm64,ppc64el,s390x + gobjc-for-build deb devel optional arch=all + gobjc-for-host deb devel optional arch=any + gobjc-hppa-linux-gnu deb devel optional arch=hppa + gobjc-i686-gnu deb devel optional arch=hurd-i386 + gobjc-i686-kfreebsd-gnu deb devel optional arch=kfreebsd-i386 + gobjc-i686-linux-gnu deb devel optional arch=i386,amd64,arm64,ppc64el,x32,s390x + gobjc-ia64-linux-gnu deb devel optional arch=ia64 + gobjc-loongarch64-linux-gnu deb devel optional arch=loong64 + gobjc-m68k-linux-gnu deb devel optional arch=m68k + gobjc-mips-linux-gnu deb devel optional arch=mips + gobjc-mips64-linux-gnuabi64 deb devel optional arch=mips64 + gobjc-mips64-linux-gnuabin32 deb devel optional arch=mipsn32 + gobjc-mips64el-linux-gnuabi64 deb devel optional arch=mips64el + gobjc-mips64el-linux-gnuabin32 deb devel optional arch=mipsn32el + gobjc-mipsel-linux-gnu deb devel optional arch=mipsel + gobjc-mipsisa32r6-linux-gnu deb devel optional arch=mipsr6 + gobjc-mipsisa32r6el-linux-gnu deb devel optional arch=mipsr6el + gobjc-mipsisa64r6-linux-gnuabi64 deb devel optional arch=mips64r6 + gobjc-mipsisa64r6-linux-gnuabin32 deb devel optional arch=mipsn32r6 + gobjc-mipsisa64r6el-linux-gnuabi64 deb devel optional arch=mips64r6el + gobjc-mipsisa64r6el-linux-gnuabin32 deb devel optional arch=mipsn32r6el + gobjc-multilib deb devel optional arch=amd64,i386,kfreebsd-amd64,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,s390,s390x,sparc,sparc64,x32 + gobjc-multilib-i686-linux-gnu deb devel optional arch=amd64,arm64,ppc64el,x32,s390x + gobjc-multilib-s390x-linux-gnu deb devel optional arch=amd64,i386,x32,arm64,ppc64el + gobjc-multilib-x86-64-linux-gnu deb devel optional arch=arm64,i386,ppc64el,x32,s390x + gobjc-or1k-linux-gnu deb devel optional arch=or1k + gobjc-powerpc-linux-gnu deb devel optional arch=powerpc + gobjc-powerpc64-linux-gnu deb devel optional arch=ppc64 + gobjc-powerpc64le-linux-gnu deb devel optional arch=ppc64el,amd64,i386,x32,ppc64,arm64,s390x + gobjc-riscv64-linux-gnu deb devel optional arch=riscv64,amd64,i386,x32,arm64,ppc64el,s390x + gobjc-s390-linux-gnu deb devel optional arch=s390 + gobjc-s390x-linux-gnu deb devel optional arch=s390x,amd64,i386,x32,arm64,ppc64el + gobjc-sh4-linux-gnu deb devel optional arch=sh4 + gobjc-sparc-linux-gnu deb devel optional arch=sparc + gobjc-sparc64-linux-gnu deb devel optional arch=sparc64 + gobjc-x86-64-gnu deb devel optional arch=hurd-amd64 + gobjc-x86-64-kfreebsd-gnu deb devel optional arch=kfreebsd-amd64 + gobjc-x86-64-linux-gnu deb devel optional arch=amd64,arm64,i386,ppc64el,x32,s390x + gobjc-x86-64-linux-gnux32 deb devel optional arch=x32 + libgphobos-dev deb libdevel optional arch=any +Directory: pool/4f90df7abb0a10fd943ce1bd03053ddf1c893405cb5cdc86492bca90f932436f +Checksums-Sha1: + 644d6a91788d31fdba1c95162b88495d98dea03a 36895 gcc-defaults_1.219.dsc + ae25d358eb93f0048de91b3f29c04841bbf82b8e 64700 gcc-defaults_1.219.tar.xz +Checksums-Sha256: + 4f90df7abb0a10fd943ce1bd03053ddf1c893405cb5cdc86492bca90f932436f 36895 gcc-defaults_1.219.dsc + f6e2eee21d8c05bc24f54855cd659b8fd9a8ac012aa23af3d8537f5ca2679cef 64700 gcc-defaults_1.219.tar.xz +Files: + 1d6ddb0768fc7a8ecd4361c62e883406 36895 gcc-defaults_1.219.dsc + 9efb88dd3f5ed1d8f8689139742d0ec8 64700 gcc-defaults_1.219.tar.xz + +Format: 3.0 (quilt) +Package: gcr +Binary: gcr, libgck-1-dev, libgck-1-doc, libgck-1-0, gir1.2-gck-1, libgcr-3-dev, libgcr-3-doc, libgcr-base-3-1, libgcr-ui-3-1, gir1.2-gcr-3 +Architecture: any all +Version: 3.41.2-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Iain Lane , Jeremy Bícha , Laurent Bigonville , Marco Trevisan (Treviño) , Michael Biebl +Homepage: https://wiki.gnome.org/Projects/GnomeKeyring +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/gcr +Vcs-Git: https://salsa.debian.org/gnome-team/gcr.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dbus, pkg-config, xauth, xvfb +Build-Depends: dbus , debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, docbook-xml, gi-docgen, gnupg, libdbus-1-dev (>= 1.0), libgcrypt20-dev (>= 1.4.5), libgirepository1.0-dev (>= 1.34), libglib2.0-dev (>= 2.44.0), libgtk-3-dev (>= 3.22.0), libp11-kit-dev (>= 0.19.0), libsecret-1-dev (>= 0.20) [linux-any], libsystemd-dev [linux-any], libtasn1-6-dev, libtasn1-bin, meson (>= 0.52), openssh-client, valac, xsltproc +Build-Depends-Indep: libglib2.0-doc , libgtk-3-doc +Package-List: + gcr deb gnome optional arch=any + gir1.2-gck-1 deb introspection optional arch=any + gir1.2-gcr-3 deb introspection optional arch=any + libgck-1-0 deb libs optional arch=any + libgck-1-dev deb libdevel optional arch=any + libgck-1-doc deb doc optional arch=all profile=!nodoc + libgcr-3-dev deb libdevel optional arch=any + libgcr-3-doc deb doc optional arch=all profile=!nodoc + libgcr-base-3-1 deb libs optional arch=any + libgcr-ui-3-1 deb libs optional arch=any +Directory: pool/d5ceffadb2782080f6e7a3f7e1133aad44d55ab99831ddd4ce2cc14e6e08bf2c +Checksums-Sha1: + d4be107ba02195141668aea9e9c44560e08dde53 3188 gcr_3.41.2-1.dsc + 1a478f00803a8301b72c1b0ed91a981bb9838212 1034532 gcr_3.41.2.orig.tar.xz + d61ec840802d8b86eebf9f44d1fbb36be075e603 23336 gcr_3.41.2-1.debian.tar.xz +Checksums-Sha256: + d5ceffadb2782080f6e7a3f7e1133aad44d55ab99831ddd4ce2cc14e6e08bf2c 3188 gcr_3.41.2-1.dsc + bad10f3c553a0e1854649ab59c5b2434da22ca1a54ae6138f1f53961567e1ab7 1034532 gcr_3.41.2.orig.tar.xz + 6a03899fbd7b72fa2796517c4ac186133461ce70b2a6b399c3174e2ecbab4197 23336 gcr_3.41.2-1.debian.tar.xz +Files: + 460c0d579706d36cf541724ce816cf8e 3188 gcr_3.41.2-1.dsc + 40a754ba44d5e95e4d07656d6302900c 1034532 gcr_3.41.2.orig.tar.xz + 866aeac92fadd99430580107a91c5344 23336 gcr_3.41.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: gcr4 +Binary: gcr4, libgck-2-dev, libgck-2-doc, libgck-2-2, gir1.2-gck-2, libgcr-4-dev, libgcr-4-doc, libgcr-4-4, gir1.2-gcr-4 +Architecture: any all +Version: 4.3.0-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Iain Lane , Jeremy Bícha , Laurent Bigonville , Marco Trevisan (Treviño) +Homepage: https://wiki.gnome.org/Projects/GnomeKeyring +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gcr4 +Vcs-Git: https://salsa.debian.org/gnome-team/gcr4.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dbus, pkg-config +Build-Depends: dbus , debhelper-compat (= 13), dh-exec, dh-sequence-gir, dh-sequence-gnome, docbook-xml, gi-docgen, gir1.2-gio-2.0-dev, gir1.2-gobject-2.0-dev, gnupg, gobject-introspection (>= 1.78.1-9~), libdbus-1-dev (>= 1.0), libgcrypt20-dev (>= 1.4.5), libglib2.0-dev (>= 2.44.0), libgtk-4-dev, libp11-kit-dev (>= 0.19.0), libsecret-1-dev (>= 0.20) [linux-any], libsystemd-dev [linux-any], libtasn1-6-dev, libtasn1-bin, meson (>= 0.52), openssh-client, systemd-dev [linux-any], valac, xsltproc +Build-Depends-Indep: libglib2.0-doc , libgtk-4-doc +Package-List: + gcr4 deb gnome optional arch=any + gir1.2-gck-2 deb introspection optional arch=any + gir1.2-gcr-4 deb introspection optional arch=any + libgck-2-2 deb libs optional arch=any + libgck-2-dev deb libdevel optional arch=any + libgck-2-doc deb doc optional arch=all profile=!nodoc + libgcr-4-4 deb libs optional arch=any + libgcr-4-dev deb libdevel optional arch=any + libgcr-4-doc deb doc optional arch=all profile=!nodoc +Directory: pool/bcf9d055354bbcc67769f4076d23f58dab4aa4fd5fde5e94391a0bf1e564da18 +Checksums-Sha1: + 557ed57bf06e217efe51bbd2d32f2ff54c0d6912 3145 gcr4_4.3.0-1.dsc + 96b08a65838ed76865cb8c52405c13faccd475f9 726488 gcr4_4.3.0.orig.tar.xz + 7451deac960e56227dad5804973c3dc1c29c4e23 21856 gcr4_4.3.0-1.debian.tar.xz +Checksums-Sha256: + bcf9d055354bbcc67769f4076d23f58dab4aa4fd5fde5e94391a0bf1e564da18 3145 gcr4_4.3.0-1.dsc + c3ee8728e4364b0397f435fa20f92f901ab139d2b264f4e059d67b3c0f43cd36 726488 gcr4_4.3.0.orig.tar.xz + ffe2485dbee2f57716891ef43afd8782772894f362ff76c0cd13ac2e36d59349 21856 gcr4_4.3.0-1.debian.tar.xz +Files: + 341a3a814894801c6b7f2dc34bf8ea99 3145 gcr4_4.3.0-1.dsc + 51ae0448c7c42caf0b7deb2639c9e9b8 726488 gcr4_4.3.0.orig.tar.xz + 44829437101d1f5c03ebaec855dcd9e2 21856 gcr4_4.3.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: gdbm +Binary: libgdbm6t64, gdbm-l10n, libgdbm-dev, gdbmtool, libgdbm-compat4t64, libgdbm-compat-dev +Architecture: any all +Version: 1.24-2 +Maintainer: Nicolas Mora +Homepage: https://gnu.org/software/gdbm +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/gdbm +Vcs-Git: https://salsa.debian.org/debian/gdbm.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential +Build-Depends: dpkg-dev (>= 1.22.5), texinfo, debhelper-compat (= 13), dh-exec, libreadline-dev, bison, flex +Package-List: + gdbm-l10n deb localization optional arch=all + gdbmtool deb utils optional arch=any + libgdbm-compat-dev deb libdevel optional arch=any + libgdbm-compat4t64 deb libs optional arch=any + libgdbm-dev deb libdevel optional arch=any + libgdbm6t64 deb libs optional arch=any +Directory: pool/28acecf1cf00240942833c04079a02bb4c199a48faa1f4ca90f0ea9b79dc5841 +Checksums-Sha1: + 90c37917d703605e2a6846ab36c60702ba276ebc 2466 gdbm_1.24-2.dsc + 7bd455f28c9e4afacc042e0c712aac1b2391fef2 1195931 gdbm_1.24.orig.tar.gz + 8440bafd4abb8dc198e928dfd927e1defa2daa61 195 gdbm_1.24.orig.tar.gz.asc + e30ff28c6344b69a69e3cab9d6e5e9957d65b1ae 16880 gdbm_1.24-2.debian.tar.xz +Checksums-Sha256: + 28acecf1cf00240942833c04079a02bb4c199a48faa1f4ca90f0ea9b79dc5841 2466 gdbm_1.24-2.dsc + 695e9827fdf763513f133910bc7e6cfdb9187943a4fec943e57449723d2b8dbf 1195931 gdbm_1.24.orig.tar.gz + 8fb2f87e817ed6bd1d7ef2ab976f6a0046814a5ff28a06c521b796e0d3fd1226 195 gdbm_1.24.orig.tar.gz.asc + 736d23450674c1bf0b03a2f65b83870b0801bc3747df3099df970c1479b0ab63 16880 gdbm_1.24-2.debian.tar.xz +Files: + a7abab527fcefe06a99732c8d95381df 2466 gdbm_1.24-2.dsc + c780815649e52317be48331c1773e987 1195931 gdbm_1.24.orig.tar.gz + fb084d1be9ca8f15d30dfbfd0e636beb 195 gdbm_1.24.orig.tar.gz.asc + 7271293cebcd73f41a666fd8ec49a90f 16880 gdbm_1.24-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: gdisk +Binary: gdisk +Architecture: any +Version: 1.0.10-2 +Maintainer: Jonathan Carter +Homepage: http://sourceforge.net/projects/gptfdisk/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/gdisk +Vcs-Git: https://salsa.debian.org/debian/gdisk.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), dh-sequence-movetousr, libncursesw5-dev, libpopt-dev, uuid-dev +Package-List: + gdisk deb admin optional arch=any +Directory: pool/c43abfbe8aca6c86e5eabfd9c82dab427744a7c4907e5995e6d144e9d00671bf +Checksums-Sha1: + 92b1ee2a2f82d13dd6f0e4e91c81acea0aa06c89 1910 gdisk_1.0.10-2.dsc + 70c0bfe4290c2893fc957ef7f6156c5e74e469fc 220787 gdisk_1.0.10.orig.tar.gz + 5cbe8f2f5a3af97e62da9a776f3bb9868e73fa38 6036 gdisk_1.0.10-2.debian.tar.xz +Checksums-Sha256: + c43abfbe8aca6c86e5eabfd9c82dab427744a7c4907e5995e6d144e9d00671bf 1910 gdisk_1.0.10-2.dsc + 2abed61bc6d2b9ec498973c0440b8b804b7a72d7144069b5a9209b2ad693a282 220787 gdisk_1.0.10.orig.tar.gz + de60abcaeea8233d50ca94035599b010702bc92bc1a373fd3496acd742cd6f28 6036 gdisk_1.0.10-2.debian.tar.xz +Files: + 7505cde8390406699eed65b593d063c6 1910 gdisk_1.0.10-2.dsc + 1970269eb7a97560e238611524b7797a 220787 gdisk_1.0.10.orig.tar.gz + d074d6f19ba5a7a00968e10401464cbf 6036 gdisk_1.0.10-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: gdk-pixbuf +Binary: libgdk-pixbuf-2.0-0, libgdk-pixbuf2.0-bin, libgdk-pixbuf2.0-common, libgdk-pixbuf-2.0-dev, libgdk-pixbuf2.0-doc, libgdk-pixbuf2.0-0-udeb, libgdk-pixbuf-2.0-0-udeb, gir1.2-gdkpixbuf-2.0, gdk-pixbuf-tests +Architecture: any all +Version: 2.42.12+dfsg-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Iain Lane , Jeremy Bicha , Laurent Bigonville +Homepage: https://www.gtk.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/gdk-pixbuf +Vcs-Git: https://salsa.debian.org/gnome-team/gdk-pixbuf.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gnome-desktop-testing, pkg-config +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, gi-docgen, libgirepository1.0-dev (>= 1.78.1-5~), libglib2.0-dev, libjpeg-dev, libpng-dev (<< 1.7), libtiff-dev, meson, python3-docutils , shared-mime-info, xsltproc +Package-List: + gdk-pixbuf-tests deb libs optional arch=any + gir1.2-gdkpixbuf-2.0 deb introspection optional arch=any + libgdk-pixbuf-2.0-0 deb libs optional arch=any + libgdk-pixbuf-2.0-0-udeb udeb debian-installer optional arch=any profile=!noudeb + libgdk-pixbuf-2.0-dev deb libdevel optional arch=any + libgdk-pixbuf2.0-0-udeb udeb debian-installer optional arch=any profile=!noudeb + libgdk-pixbuf2.0-bin deb libs optional arch=any + libgdk-pixbuf2.0-common deb libs optional arch=all + libgdk-pixbuf2.0-doc deb doc optional arch=all profile=!nodoc +Directory: pool/812ca8729a97e91c754067ac296fc727884534868c987f36016bb972c49417b9 +Checksums-Sha1: + e98ce6248b0a198e79c143096cc4cdb8c82925ba 3214 gdk-pixbuf_2.42.12+dfsg-1.dsc + aba2ae5adf39345bf8a808db1bea62fb25fd3915 6443656 gdk-pixbuf_2.42.12+dfsg.orig.tar.xz + 592076b4668e451252693db7cd2a66f121bcf257 21576 gdk-pixbuf_2.42.12+dfsg-1.debian.tar.xz +Checksums-Sha256: + 812ca8729a97e91c754067ac296fc727884534868c987f36016bb972c49417b9 3214 gdk-pixbuf_2.42.12+dfsg-1.dsc + 2fab7a828f1a017a235cd800cf0b47d83733037bade493337c46ed79e7ef3678 6443656 gdk-pixbuf_2.42.12+dfsg.orig.tar.xz + ae0b3a9c557c734ade86f68f5a4ae8413981e3b97ca5d8ae6dc60508ba26be46 21576 gdk-pixbuf_2.42.12+dfsg-1.debian.tar.xz +Files: + 540b7857889a19b6560f8d4c9b584ba9 3214 gdk-pixbuf_2.42.12+dfsg-1.dsc + 346ccfe90f473634cca1d3dee72ed03b 6443656 gdk-pixbuf_2.42.12+dfsg.orig.tar.xz + 19dc3a5ec4b53ad7e3f2fd2826a67dd8 21576 gdk-pixbuf_2.42.12+dfsg-1.debian.tar.xz +Dgit: e6c198c8fd1ccd79b3452a874785e815acf85f38 debian archive/debian/2.42.12+dfsg-1 https://git.dgit.debian.org/gdk-pixbuf + +Format: 3.0 (quilt) +Package: gettext +Binary: gettext-base, gettext, gettext-el, gettext-doc, autopoint, libgettextpo0, libasprintf0v5, libgettextpo-dev, libasprintf-dev +Architecture: any all +Version: 0.22.5-2 +Maintainer: Santiago Vila +Homepage: https://www.gnu.org/software/gettext/ +Standards-Version: 4.6.2 +Build-Depends: bison, debhelper-compat (= 13), default-jdk [!hppa !hurd-any !kfreebsd-any] , dh-exec (>= 0.13), file, gawk | mawk (<= 1.3.4.20230808-1) | mawk (>= 1.3.4.20240622-1), groff, libunistring-dev, libxml2-dev, maven-repo-helper [!hppa !hurd-any !kfreebsd-any] , xz-utils +Build-Depends-Indep: dh-sequence-elpa +Package-List: + autopoint deb devel optional arch=all + gettext deb devel optional arch=any + gettext-base deb utils standard arch=any + gettext-doc deb doc optional arch=all + gettext-el deb editors optional arch=all + libasprintf-dev deb libdevel optional arch=any + libasprintf0v5 deb libs optional arch=any + libgettextpo-dev deb libdevel optional arch=any + libgettextpo0 deb libs optional arch=any +Directory: pool/45cbd591994b3e2bd0b061d702b22c138d178582fe7cd06101d09d2d64fc10c0 +Checksums-Sha1: + 76582f995e52e7d353b41e0a37497e395f9d83d3 2388 gettext_0.22.5-2.dsc + 396a3b2a0c66ca113f6a91fca8772f752f1696e4 10270724 gettext_0.22.5.orig.tar.xz + b857fd0f96f6c8b300f702e6aebedac66c4e6637 833 gettext_0.22.5.orig.tar.xz.asc + 17183fc6a0de45761acc50e690f5cb84fc63f9aa 25532 gettext_0.22.5-2.debian.tar.xz +Checksums-Sha256: + 45cbd591994b3e2bd0b061d702b22c138d178582fe7cd06101d09d2d64fc10c0 2388 gettext_0.22.5-2.dsc + fe10c37353213d78a5b83d48af231e005c4da84db5ce88037d88355938259640 10270724 gettext_0.22.5.orig.tar.xz + ec574fb5ebacd01620970621930f7c0c706d012773351c63ca6173a4ae0e63da 833 gettext_0.22.5.orig.tar.xz.asc + 577ac51e93b12ce63e8e19780967c5ed2daf233791e96fd9419f918f99dba757 25532 gettext_0.22.5-2.debian.tar.xz +Files: + 4b2c2a1caa34be9b74783ac79fcfe37e 2388 gettext_0.22.5-2.dsc + 3ae5580599d84be93e6213930facb2db 10270724 gettext_0.22.5.orig.tar.xz + 32e8067a0ce8b02a3fc71e41699e707c 833 gettext_0.22.5.orig.tar.xz.asc + 07fabb452bb0f0174b7e025c40202c4b 25532 gettext_0.22.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: gfs2-utils +Binary: gfs2-utils +Architecture: linux-any +Version: 3.5.1-2 +Maintainer: Debian HA Maintainers +Uploaders: Valentin Vidic +Homepage: https://pagure.io/gfs2-utils +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/ha-team/gfs2-utils +Vcs-Git: https://salsa.debian.org/ha-team/gfs2-utils.git +Testsuite: autopkgtest +Testsuite-Triggers: corosync, dlm-controld +Build-Depends: autoconf, automake, autopoint, bison, check, debhelper-compat (= 13), flex, libblkid-dev, libbz2-dev, libncurses-dev, libtool, pkgconf, systemd-dev, zlib1g-dev +Package-List: + gfs2-utils deb admin optional arch=linux-any +Directory: pool/b3d48f22f109dde24ea7e424cd47e6d7ea7aa8a90dec68271872fe551b76d054 +Checksums-Sha1: + c5b58f22e909b850df6e4bd303512ee1649f21d3 2161 gfs2-utils_3.5.1-2.dsc + 4ef4f4afdb618ccc18db1511d0c56b4d79ee5734 286500 gfs2-utils_3.5.1.orig.tar.xz + 37f1b3b309df24d6b4db9d049b8d9d5cca80eff4 5940 gfs2-utils_3.5.1-2.debian.tar.xz +Checksums-Sha256: + b3d48f22f109dde24ea7e424cd47e6d7ea7aa8a90dec68271872fe551b76d054 2161 gfs2-utils_3.5.1-2.dsc + b67a16315502ff9e5504d1ebe4f0655d50c2852335aa279b176a2503af31a55b 286500 gfs2-utils_3.5.1.orig.tar.xz + 18882d849f8ed7a0cf9f38a9bf19b064226925d98be285b094fda0d824a115a3 5940 gfs2-utils_3.5.1-2.debian.tar.xz +Files: + b0357e435655c98796756a200b715eb0 2161 gfs2-utils_3.5.1-2.dsc + b96b0eed06546da2ee73c3f373135ebf 286500 gfs2-utils_3.5.1.orig.tar.xz + a4e7aa4c4248895588d98b43fda9baa1 5940 gfs2-utils_3.5.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: git-lfs +Binary: git-lfs, golang-github-git-lfs-git-lfs-dev +Architecture: any all +Version: 3.5.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Stephen Gelman +Homepage: https://git-lfs.github.com/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/git-lfs +Vcs-Git: https://salsa.debian.org/go-team/packages/git-lfs.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, git, golang-any (>= 2:1.12~), asciidoctor, golang-github-pkg-errors-dev, golang-github-spf13-cobra-dev, golang-github-rubyist-tracerx-dev, golang-github-olekukonko-ts-dev, golang-github-xeipuuv-gojsonschema-dev, golang-github-git-lfs-wildmatch-dev (>= 2.0.1~), golang-github-git-lfs-go-netrc-dev (>= 0.0~git20210914.f0c862d~), golang-github-git-lfs-gitobj-dev (>= 2.1.1~), golang-github-mattn-go-isatty-dev, golang-github-ssgelm-cookiejarparser-dev, golang-golang-x-sync-dev, golang-github-dpotapov-go-spnego-dev, golang-github-git-lfs-pktline-dev, golang-github-leonelquinteros-gotext-dev, golang-github-jmhodges-clock-dev (>= 1.1-1~) +Package-List: + git-lfs deb vcs optional arch=any + golang-github-git-lfs-git-lfs-dev deb golang optional arch=all +Directory: pool/c4d9d717f3459330e5b788ef473c1c17b3eb6b0eba1ecb532d49614531c7c24f +Checksums-Sha1: + 02543648d570a81dcd3185bc8ccc0f99eec5e0cd 2741 git-lfs_3.5.0-1.dsc + b0dae78f8be8deeb42b1badf718f95f7064aa0f4 683987 git-lfs_3.5.0.orig.tar.gz + aa6513a94a82346059568c3fa4517786393969ca 4612 git-lfs_3.5.0-1.debian.tar.xz +Checksums-Sha256: + c4d9d717f3459330e5b788ef473c1c17b3eb6b0eba1ecb532d49614531c7c24f 2741 git-lfs_3.5.0-1.dsc + 316787eea2a30c5a880b38e71157be585096fe14487a8032b66fc449a886b37e 683987 git-lfs_3.5.0.orig.tar.gz + 883b853cf877c297e0f6139a671368677176e004c06bc91e889188631dcc2bc1 4612 git-lfs_3.5.0-1.debian.tar.xz +Files: + 64af3e3f22f5dc84a184907c939f5f31 2741 git-lfs_3.5.0-1.dsc + 5ee91855aae815c11c3f5bf6995cfe33 683987 git-lfs_3.5.0.orig.tar.gz + ef03ad01d70e11588fed861ffea28637 4612 git-lfs_3.5.0-1.debian.tar.xz +Go-Import-Path: github.com/git-lfs/git-lfs + +Format: 3.0 (quilt) +Package: git +Binary: git, git-man, git-doc, git-cvs, git-svn, git-mediawiki, git-email, git-daemon-run, git-daemon-sysvinit, git-gui, gitk, gitweb, git-all +Architecture: any all +Version: 1:2.45.2-1 +Maintainer: Jonathan Nieder +Uploaders: Anders Kaseorg +Homepage: https://git-scm.com/ +Standards-Version: 4.3.0.1 +Vcs-Browser: https://repo.or.cz/w/git/debian.git/ +Vcs-Git: https://repo.or.cz/r/git/debian.git/ +Build-Depends: libz-dev, gettext, libpcre2-dev | libpcre3-dev, libcurl4-gnutls-dev, libexpat1-dev, subversion, libsvn-perl, libyaml-perl, tcl, python3, libhttp-date-perl | libtime-parsedate-perl, libcgi-pm-perl, liberror-perl, libmailtools-perl, cvs, cvsps, libdbd-sqlite3-perl, unzip, libio-pty-perl, debhelper-compat (= 10), dh-exec (>= 0.7), dh-apache2, dpkg-dev (>= 1.16.2~) +Build-Depends-Indep: asciidoc (>= 8.6.10), xmlto, docbook-xsl +Package-List: + git deb vcs optional arch=any + git-all deb vcs optional arch=all + git-cvs deb vcs optional arch=all + git-daemon-run deb vcs optional arch=all + git-daemon-sysvinit deb vcs optional arch=all + git-doc deb doc optional arch=all + git-email deb vcs optional arch=all + git-gui deb vcs optional arch=all + git-man deb doc optional arch=all + git-mediawiki deb vcs optional arch=all + git-svn deb vcs optional arch=all + gitk deb vcs optional arch=all + gitweb deb vcs optional arch=all +Directory: pool/4b40fdfeb10d0b9f156848667055695febc428f0698e7b2bb1655192838faf6b +Checksums-Sha1: + 865c8cab71be2129226a53aa33c4c95d0c46b963 2825 git_2.45.2-1.dsc + c7b6becec398e69130e4f066390e1519a417eb35 7487680 git_2.45.2.orig.tar.xz + d9babfda45f99f1e1a9e146d752d37633c888824 777720 git_2.45.2-1.debian.tar.xz +Checksums-Sha256: + 4b40fdfeb10d0b9f156848667055695febc428f0698e7b2bb1655192838faf6b 2825 git_2.45.2-1.dsc + 51bfe87eb1c02fed1484051875365eeab229831d30d0cec5d89a14f9e40e9adb 7487680 git_2.45.2.orig.tar.xz + cb8a380dfc4add25674e83357f0cb68bc1bf8db15ff050ae1766109c53d59f0a 777720 git_2.45.2-1.debian.tar.xz +Files: + 40067feee50d321441306f2bbb57a1a8 2825 git_2.45.2-1.dsc + a6af98f948a1f07cfeac57e91a0f2abe 7487680 git_2.45.2.orig.tar.xz + 275d68419375f36b358bc584d437396e 777720 git_2.45.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: glib-networking +Binary: glib-networking, glib-networking-services, glib-networking-common, glib-networking-tests +Architecture: any all +Version: 2.80.0-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/glib-networking +Vcs-Git: https://salsa.debian.org/gnome-team/glib-networking.git +Testsuite: autopkgtest +Testsuite-Triggers: dbus, gnome-desktop-testing, xauth, xvfb +Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, meson (>= 0.60.0), libglib2.0-dev (>= 2.73.3), libgnutls28-dev (>= 3.7.4), libproxy-dev (>= 0.5), gsettings-desktop-schemas-dev, ca-certificates +Package-List: + glib-networking deb libs optional arch=any + glib-networking-common deb libs optional arch=all + glib-networking-services deb libs optional arch=any + glib-networking-tests deb misc optional arch=any +Directory: pool/a66fbf4e33c7c450898aa9452dd980f449af6ae19f4cdb9b8ba135dae897d70e +Checksums-Sha1: + e28df73d0b5fbb80df7838ed64eaed17f6aac198 2465 glib-networking_2.80.0-1.dsc + 746f00f1601818ba670366c90f9511c8babec90a 287044 glib-networking_2.80.0.orig.tar.xz + 0d9d69c063393aae5437d5a57ebb1dbfbb87abfa 12388 glib-networking_2.80.0-1.debian.tar.xz +Checksums-Sha256: + a66fbf4e33c7c450898aa9452dd980f449af6ae19f4cdb9b8ba135dae897d70e 2465 glib-networking_2.80.0-1.dsc + d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf 287044 glib-networking_2.80.0.orig.tar.xz + d2f6f59ebc4fff3eb4d2f514512c5f9ed0b7264f57c41f0dd374bc37a6c56f44 12388 glib-networking_2.80.0-1.debian.tar.xz +Files: + 9a7d0fe0962e6c90bf1b154f48985190 2465 glib-networking_2.80.0-1.dsc + 8e13b80148e28adc9e4cf681c0b30402 287044 glib-networking_2.80.0.orig.tar.xz + 5d70425e6987631444bb4ec2a3ad53ca 12388 glib-networking_2.80.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: glib2.0 +Binary: libglib2.0-0t64, libglib2.0-tests, libglib2.0-udeb, libglib2.0-bin, libgio-2.0-dev, libglib2.0-dev, libgio-2.0-dev-bin, libglib2.0-dev-bin, libglib2.0-data, libglib2.0-doc, girepository-tools, libgirepository-2.0-0, libgirepository-2.0-dev, gir1.2-glib-2.0, gir1.2-glib-2.0-dev, gir1.2-girepository-3.0, gir1.2-girepository-3.0-dev +Architecture: any all +Version: 2.82.1-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Jeremy Bícha , Marco Trevisan (Treviño) , Simon McVittie , +Homepage: https://wiki.gnome.org/Projects/GLib +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/glib +Vcs-Git: https://salsa.debian.org/gnome-team/glib.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dbus-daemon, dbus-x11, dconf-gsettings-backend, dpkg-dev, dpkg-repack, gnome-desktop-testing, gsettings-desktop-schemas, locales, locales-all, xauth, xvfb +Build-Depends: dbus-daemon , debhelper-compat (= 13), dh-sequence-gnome, dh-sequence-python3, docbook-xml, docbook-xsl, dpkg-dev (>= 1.22.5), gettext, libdbus-1-dev , libelf-dev, libffi-dev, libmount-dev [linux-any], libpcre2-dev, libselinux1-dev [linux-any], libsysprof-capture-4-dev (>= 3.38.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4] , libxml2-utils, linux-libc-dev [linux-any], meson (>= 1.2.0), pkgconf, python3-docutils , python3-packaging:native, python3:native, xsltproc, zlib1g-dev +Build-Depends-Arch: cross-exe-wrapper , desktop-file-utils , dh-sequence-gir , gobject-introspection (>= 1.78.1-18~) , locales | locales-all , python3-dbus , python3-gi , shared-mime-info , tzdata , xterm +Build-Depends-Indep: cross-exe-wrapper , gi-docgen , gobject-introspection (>= 1.78.1-18~) +Package-List: + gir1.2-girepository-3.0 deb introspection optional arch=any profile=!nogir + gir1.2-girepository-3.0-dev deb libdevel optional arch=any profile=!nogir + gir1.2-glib-2.0 deb introspection optional arch=any profile=!nogir + gir1.2-glib-2.0-dev deb libdevel optional arch=any profile=!nogir + girepository-tools deb libdevel optional arch=any + libgio-2.0-dev deb libdevel optional arch=any + libgio-2.0-dev-bin deb libdevel optional arch=any + libgirepository-2.0-0 deb libs optional arch=any + libgirepository-2.0-dev deb libdevel optional arch=any + libglib2.0-0t64 deb libs optional arch=any + libglib2.0-bin deb misc optional arch=any + libglib2.0-data deb libs optional arch=all + libglib2.0-dev deb libdevel optional arch=any + libglib2.0-dev-bin deb libdevel optional arch=any + libglib2.0-doc deb doc optional arch=all profile=!nodoc + libglib2.0-tests deb libs optional arch=any profile=!noinsttest,!nogir + libglib2.0-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/3ec4fc5f8cf0d84298c457337ae48f959a572544d1405df56af3944ec6923cb8 +Checksums-Sha1: + d79433592662c1c74c1fce9728af9823afe83f8e 4895 glib2.0_2.82.1-1.dsc + 5243c0e79a4a194915db726c27271d27b0cc3200 262908 glib2.0_2.82.1.orig-unicode-data.tar.xz + bd14e6968e0b33ff03b353342cc510bde28699ff 5554132 glib2.0_2.82.1.orig.tar.xz + c5e068b369eb473f193fe014e86dae8b6304496d 133856 glib2.0_2.82.1-1.debian.tar.xz +Checksums-Sha256: + 3ec4fc5f8cf0d84298c457337ae48f959a572544d1405df56af3944ec6923cb8 4895 glib2.0_2.82.1-1.dsc + 9bf66a7e9f2f18cbd7a72f561dc1f997990b53243435008777109c823cd7e1ea 262908 glib2.0_2.82.1.orig-unicode-data.tar.xz + 478634440bf52ee4ec4428d558787398c0be6b043c521beb308334b3db4489a6 5554132 glib2.0_2.82.1.orig.tar.xz + eec8688cd7d7f1a434cb84f3a88b5136131b1bf4bf7fcf4f3e8d767c1917f35e 133856 glib2.0_2.82.1-1.debian.tar.xz +Files: + cc749f2ce0736b14c44f48d08d717f41 4895 glib2.0_2.82.1-1.dsc + 6ad3c10daf51ca9e9810841d267e7451 262908 glib2.0_2.82.1.orig-unicode-data.tar.xz + d101f1acab6805d4d6d3104e9634b8e3 5554132 glib2.0_2.82.1.orig.tar.xz + e1eb3baa99cbbd0a876e7f0ceb82e14c 133856 glib2.0_2.82.1-1.debian.tar.xz +Dgit: 5073f853b47485ea9117f49dc0f88ddff3762c0f debian archive/debian/2.82.1-1 https://git.dgit.debian.org/glib2.0 + +Format: 3.0 (quilt) +Package: glibc +Binary: libc-bin, libc-dev-bin, libc-devtools, libc-l10n, glibc-doc, glibc-source, locales, locales-all, nscd, libc6, libc6-dev, libc6-dbg, libc6-udeb, libc6.1, libc6.1-dev, libc6.1-dbg, libc6.1-udeb, libc0.3, libc0.3-dev, libc0.3-dbg, libc0.3-udeb, libc6-i386, libc6-dev-i386, libc6-sparc, libc6-dev-sparc, libc6-sparc64, libc6-dev-sparc64, libc6-s390, libc6-dev-s390, libc6-amd64, libc6-dev-amd64, libc6-powerpc, libc6-dev-powerpc, libc6-ppc64, libc6-dev-ppc64, libc6-mips32, libc6-dev-mips32, libc6-mipsn32, libc6-dev-mipsn32, libc6-mips64, libc6-dev-mips64, libc6-x32, libc6-dev-x32 +Architecture: any all +Version: 2.40-2 +Maintainer: GNU Libc Maintainers +Uploaders: Clint Adams , Aurelien Jarno , Samuel Thibault +Homepage: https://www.gnu.org/software/libc/libc.html +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/glibc-team/glibc +Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, binutils, fakeroot, gcc-13, linux-libc-dev +Build-Depends: gettext, dpkg (>= 1.18.7), dpkg-dev (>= 1.17.14), xz-utils, file, quilt, autoconf, gawk, debhelper-compat (= 13), rdfind, symlinks, netbase, gperf, bison, linux-libc-dev (>= 3.9) [linux-any], libaudit-dev [linux-any], libcap-dev [linux-any] , libselinux1-dev [linux-any] , mig-for-host (>= 1.8+git20200618-7~) [hurd-any], gnumach-dev (>= 2:1.8+git20200710-2~) [hurd-any], hurd-dev (>= 1:0.9.git20201127-4~) [hurd-any] | hurd-headers-dev [hurd-any], binutils-for-host (>= 2.38), g++-13-for-host, g++-13-multilib [amd64 i386 mips mipsel mipsn32 mipsn32el mips64 mips64el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 s390x sparc sparc64 x32] , g++-13-for-host (>= 13.3.0-3) [arm64], python3:native, libidn2-0 (>= 2.0.5~) , libc-bin (>= 2.40) , libgd-dev +Build-Depends-Indep: perl, po-debconf (>= 1.0) +Package-List: + glibc-doc deb doc optional arch=all profile=!stage1 + glibc-source deb devel optional arch=all profile=!stage1 + libc-bin deb libs required arch=any profile=!stage1 essential=yes + libc-dev-bin deb libdevel optional arch=any profile=!stage1 + libc-devtools deb devel optional arch=any profile=!stage1+!stage2 + libc-l10n deb localization standard arch=all profile=!stage1 + libc0.3 deb libs optional arch=hurd-i386,hurd-amd64 profile=!stage1 + libc0.3-dbg deb debug optional arch=hurd-i386,hurd-amd64 profile=!stage1 + libc0.3-dev deb libdevel optional arch=hurd-i386,hurd-amd64 + libc0.3-udeb udeb debian-installer optional arch=hurd-i386,hurd-amd64 profile=!noudeb,!stage1 + libc6 deb libs optional arch=amd64,arc,arm64,armel,armhf,hppa,i386,loong64,m68k,mips,mipsel,mipsn32,mipsn32el,mips64,mips64el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,nios2,powerpc,ppc64,ppc64el,riscv64,sparc,sparc64,s390x,sh3,sh4,x32 profile=!stage1 + libc6-amd64 deb libs optional arch=i386,x32 profile=!stage1,!nobiarch + libc6-dbg deb debug optional arch=amd64,arc,arm64,armel,armhf,hppa,i386,loong64,m68k,mips,mipsel,mipsn32,mipsn32el,mips64,mips64el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,nios2,powerpc,ppc64,ppc64el,riscv64,sparc,sparc64,s390x,sh3,sh4,x32 profile=!stage1 + libc6-dev deb libdevel optional arch=amd64,arc,arm64,armel,armhf,hppa,i386,loong64,m68k,mips,mipsel,mipsn32,mipsn32el,mips64,mips64el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,nios2,powerpc,ppc64,ppc64el,riscv64,sparc,sparc64,s390x,sh3,sh4,x32 + libc6-dev-amd64 deb libdevel optional arch=i386,x32 profile=!nobiarch + libc6-dev-i386 deb libdevel optional arch=amd64,x32 profile=!nobiarch + libc6-dev-mips32 deb libdevel optional arch=mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el profile=!nobiarch + libc6-dev-mips64 deb libdevel optional arch=mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el profile=!nobiarch + libc6-dev-mipsn32 deb libdevel optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el profile=!nobiarch + libc6-dev-powerpc deb libdevel optional arch=ppc64 profile=!nobiarch + libc6-dev-ppc64 deb libdevel optional arch=powerpc profile=!nobiarch + libc6-dev-s390 deb libdevel optional arch=s390x profile=!nobiarch + libc6-dev-sparc deb libdevel optional arch=sparc64 profile=!nobiarch + libc6-dev-sparc64 deb libdevel optional arch=sparc profile=!nobiarch + libc6-dev-x32 deb libdevel optional arch=amd64,i386 profile=!nobiarch + libc6-i386 deb libs optional arch=amd64,x32 profile=!stage1,!nobiarch + libc6-mips32 deb libs optional arch=mipsn32,mipsn32el,mips64,mips64el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el profile=!stage1,!nobiarch + libc6-mips64 deb libs optional arch=mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el profile=!stage1,!nobiarch + libc6-mipsn32 deb libs optional arch=mips,mipsel,mips64,mips64el,mipsr6,mipsr6el,mips64r6,mips64r6el profile=!stage1,!nobiarch + libc6-powerpc deb libs optional arch=ppc64 profile=!stage1,!nobiarch + libc6-ppc64 deb libs optional arch=powerpc profile=!stage1,!nobiarch + libc6-s390 deb libs optional arch=s390x profile=!stage1,!nobiarch + libc6-sparc deb libs optional arch=sparc64 profile=!stage1,!nobiarch + libc6-sparc64 deb libs optional arch=sparc profile=!stage1,!nobiarch + libc6-udeb udeb debian-installer optional arch=amd64,arc,arm64,armel,armhf,hppa,i386,loong64,m68k,mips,mipsel,mipsn32,mipsn32el,mips64,mips64el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,mips64r6,mips64r6el,nios2,powerpc,ppc64,ppc64el,riscv64,sparc,sparc64,s390x,sh3,sh4,x32 profile=!noudeb,!stage1 + libc6-x32 deb libs optional arch=amd64,i386 profile=!stage1,!nobiarch + libc6.1 deb libs optional arch=alpha profile=!stage1 + libc6.1-dbg deb debug optional arch=alpha profile=!stage1 + libc6.1-dev deb libdevel optional arch=alpha + libc6.1-udeb udeb debian-installer optional arch=alpha profile=!noudeb,!stage1 + locales deb localization standard arch=all profile=!stage1 + locales-all deb localization optional arch=any profile=!stage1 + nscd deb admin optional arch=any profile=!stage1 +Directory: pool/afff6a290a398d405dcd6abb13db4cdcb0c07dc7b6322eb62aae1e8b18d80235 +Checksums-Sha1: + 8907c2349fbacd7b42cdf2421d5b39e30b095531 7550 glibc_2.40-2.dsc + d507fb9ee7f1e44e14e74b5adab058a23a6b9eb9 19517224 glibc_2.40.orig.tar.xz + f895ca440ccbce065c865c1ceb3f86875e360d19 393976 glibc_2.40-2.debian.tar.xz +Checksums-Sha256: + afff6a290a398d405dcd6abb13db4cdcb0c07dc7b6322eb62aae1e8b18d80235 7550 glibc_2.40-2.dsc + 0b89b8c058eaa0f1121a814be6196ce2048235b43d95714ce8278fe72c7cc34a 19517224 glibc_2.40.orig.tar.xz + 95d3255ec19f271e5e4063f78175a1e83bfd915e75c07a5eefd07aa5c1c02eea 393976 glibc_2.40-2.debian.tar.xz +Files: + b4445e8f6599f1b24873692bd7ed0ee1 7550 glibc_2.40-2.dsc + 92ace473ee6ff70c4b9964cde56b759c 19517224 glibc_2.40.orig.tar.xz + d695fef186530166cf23bdb54b63df3d 393976 glibc_2.40-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: glusterfs +Binary: glusterfs-client, glusterfs-cli, glusterfs-server, glusterfs-common, libglusterfs0, libgfapi0, libgfchangelog0, libgfrpc0, libgfxdr0, libglusterfs-dev +Architecture: amd64 arm64 ppc64el ppc64 riscv64 mips64el s390x ia64 sparc64 loong64 +Version: 11.1-5 +Maintainer: Patrick Matthäi +Homepage: https://www.gluster.org/ +Standards-Version: 4.7.0 +Testsuite: autopkgtest +Testsuite-Triggers: xfsprogs +Build-Depends: debhelper-compat (= 13), libibverbs-dev , libdb-dev , librdmacm-dev , libaio-dev, libacl1-dev, libsqlite3-dev , libtirpc-dev (>= 1.1.4), liburcu-dev, uuid-dev, attr , bash-completion, flex, bison, firewalld, libreadline-dev, libgoogle-perftools-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x loong64], libncurses-dev, libglib2.0-dev , libssl-dev, openssl, libxml2-dev, pkg-config, dh-exec, dh-python, dh-sequence-python3, python3-dev +Package-List: + glusterfs-cli deb admin optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + glusterfs-client deb admin optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + glusterfs-common deb admin optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + glusterfs-server deb admin optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + libgfapi0 deb libs optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + libgfchangelog0 deb libs optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + libgfrpc0 deb libs optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + libgfxdr0 deb libs optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + libglusterfs-dev deb libdevel optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 + libglusterfs0 deb libs optional arch=amd64,arm64,ppc64el,ppc64,riscv64,mips64el,s390x,ia64,sparc64,loong64 +Directory: pool/3f887a1df1b99ddf0abf6b2e4c5ea6550511f4e86034d30a4a9db7151c7db447 +Checksums-Sha1: + 4ccd234a39306204bb560640a2a38d4a2f09c18d 3537 glusterfs_11.1-5.dsc + 1f70019c36a7a852b941888b548d21ec17f2a7d6 8365581 glusterfs_11.1.orig.tar.gz + 7ffe859dc403ce33876d19f6e803803fadd27d7c 24784 glusterfs_11.1-5.debian.tar.xz +Checksums-Sha256: + 3f887a1df1b99ddf0abf6b2e4c5ea6550511f4e86034d30a4a9db7151c7db447 3537 glusterfs_11.1-5.dsc + 6a31b8450d02cd12f47f4571c031e9d6b8705279a0e8970ae9a05e1c87dffb76 8365581 glusterfs_11.1.orig.tar.gz + 7ba8e7d1e2cfffda0e6b06340f02777547aa921d1baf0330fe1a9a7a0cbbc1e5 24784 glusterfs_11.1-5.debian.tar.xz +Files: + eead78fd4446af7deb5ef589678fec8c 3537 glusterfs_11.1-5.dsc + 7e290a50026752f435f694651687e0f2 8365581 glusterfs_11.1.orig.tar.gz + 958a549b07fb2faf56514230e4a2b99c 24784 glusterfs_11.1-5.debian.tar.xz + +Format: 1.0 +Package: glvd +Binary: glvd +Architecture: any +Version: 0.0.1gl0 +Maintainer: Garden Linux +Standards-Version: 4.6.0 +Build-Depends: debhelper-compat (= 13), git, golang +Package-List: + glvd deb misc optional arch=any +Directory: pool/75b0e5e12ab232ac9ee2c0e82dcd3679a75dbf80a433405c881393dd42eeb9f8 +Checksums-Sha1: + e4cac2afb2b3543b2a193a05f2b535cd1bc7c0fe 512 glvd_0.0.1gl0.dsc + ab24fcd5fdcc6799628d8cea74e5e5516804d64b 80706 glvd_0.0.1gl0.tar.gz +Checksums-Sha256: + 75b0e5e12ab232ac9ee2c0e82dcd3679a75dbf80a433405c881393dd42eeb9f8 512 glvd_0.0.1gl0.dsc + 99ad02307e2e513aeda4830bf8ecaea36f03ae5baa0997e29fd93cc4ebd5daab 80706 glvd_0.0.1gl0.tar.gz +Files: + 26c0b0496845e365c88fa389cced93c3 512 glvd_0.0.1gl0.dsc + 177efdffe2a03b6da34589bf8718fb7e 80706 glvd_0.0.1gl0.tar.gz + +Format: 3.0 (quilt) +Package: gmp +Binary: libgmp10, libgmpxx4ldbl, libgmp-dev, libgmp10-doc, libgmp3-dev +Architecture: any all +Version: 2:6.3.0+dfsg-2 +Maintainer: Debian Science Maintainers +Uploaders: Steve M. Robbins , Anton Gladky +Homepage: https://gmplib.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/science-team/gmp +Vcs-Git: https://salsa.debian.org/science-team/gmp.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: m4, debhelper-compat (= 13) +Package-List: + libgmp-dev deb libdevel optional arch=any + libgmp10 deb libs optional arch=any + libgmp10-doc deb doc optional arch=all + libgmp3-dev deb libdevel optional arch=any + libgmpxx4ldbl deb libs optional arch=any +Directory: pool/31bf88a2899f7a6eb2dc0db438ba2b27f87562dfe73815a3bbc8b65675ba1a51 +Checksums-Sha1: + 304234abcd49c870b1d1ea13b1e54a050762192a 2251 gmp_6.3.0+dfsg-2.dsc + 72323f8cf07aa5d338aff92ef42eea622569ed2c 1870556 gmp_6.3.0+dfsg.orig.tar.xz + 2c6c401d98c8c84983e2b0464965ff3542aca5ea 19156 gmp_6.3.0+dfsg-2.debian.tar.xz +Checksums-Sha256: + 31bf88a2899f7a6eb2dc0db438ba2b27f87562dfe73815a3bbc8b65675ba1a51 2251 gmp_6.3.0+dfsg-2.dsc + bd2966e6d277f79328e894a5a9f3ba3fbf2ed2be81def5f48623e30c23fb1572 1870556 gmp_6.3.0+dfsg.orig.tar.xz + 07fbc1f67c1c076575f8196f3b5a2d2be0268be10940ca59293d7f1669365f4e 19156 gmp_6.3.0+dfsg-2.debian.tar.xz +Files: + dff34df79239cd390b6abcc56de7b5e5 2251 gmp_6.3.0+dfsg-2.dsc + d4a3890b5e28df535b653b07798b11b2 1870556 gmp_6.3.0+dfsg.orig.tar.xz + ef46bd9d6bdf3054516d9a7e9dd03806 19156 gmp_6.3.0+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: gnome-icon-theme +Binary: gnome-icon-theme +Architecture: all +Version: 3.12.0-5 +Maintainer: Leonardo Rodrigues Pereira +Uploaders: Laurent Bigonville , Michael Biebl , Sjoerd Simons +Homepage: https://download.gnome.org/sources/gnome-icon-theme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-icon-theme +Vcs-Git: https://salsa.debian.org/gnome-team/gnome-icon-theme.git +Build-Depends: debhelper-compat (= 13), gnome-pkg-tools (>= 0.10) +Build-Depends-Indep: gettext, gtk-update-icon-cache, icon-naming-utils (>= 0.8.7), intltool (>= 0.40.0), librsvg2-bin, pkg-config +Package-List: + gnome-icon-theme deb gnome optional arch=all +Directory: pool/39f5d33986f3de5b0a3896ac9991b0bb25bd95c16267506e2bbc68001ce4ec53 +Checksums-Sha1: + 7c4162d685dfe2ea4850a10407886a39f90dc024 2250 gnome-icon-theme_3.12.0-5.dsc + cc0f0dc55db3c4ca7f2f34564402f712807f1342 17742624 gnome-icon-theme_3.12.0.orig.tar.xz + 9595f4fdb7d37e6a2318696e19abd9083a996d81 16700 gnome-icon-theme_3.12.0-5.debian.tar.xz +Checksums-Sha256: + 39f5d33986f3de5b0a3896ac9991b0bb25bd95c16267506e2bbc68001ce4ec53 2250 gnome-icon-theme_3.12.0-5.dsc + 359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a 17742624 gnome-icon-theme_3.12.0.orig.tar.xz + ad21fa60b531cc157c569cb234ca2933f7989f441cbbb505c58d12c842f37c3c 16700 gnome-icon-theme_3.12.0-5.debian.tar.xz +Files: + 8f1a98f667379f35029a98f527a53482 2250 gnome-icon-theme_3.12.0-5.dsc + f14bed7f804e843189ffa7021141addd 17742624 gnome-icon-theme_3.12.0.orig.tar.xz + 6f62ba35a67d5d354bcc0e93ded3547b 16700 gnome-icon-theme_3.12.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: gnupg2 +Binary: gpgconf, gnupg-agent, gpg-agent, gpg-wks-server, gpg-wks-client, scdaemon, gpgsm, gpg, gnupg, gnupg2, gpgv, dirmngr, gpgv-udeb, gpgv-static, gpgv-win32, gnupg-l10n, gnupg-utils +Architecture: any all +Version: 2.2.43-8 +Maintainer: Debian GnuPG Maintainers +Uploaders: Eric Dorland , Daniel Kahn Gillmor , +Homepage: https://www.gnupg.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/gnupg2 +Vcs-Git: https://salsa.debian.org/debian/gnupg2.git +Testsuite: autopkgtest +Testsuite-Triggers: coreutils, debian-archive-keyring, diffutils, emacs-nox, findutils, gnupg1, wine32 +Build-Depends: automake, autopoint, debhelper-compat (= 13), fig2dev , file, gettext, gpgrt-tools, imagemagick , libassuan-dev (>= 2.5.0), libbz2-dev, libgcrypt20-dev (>= 1.8.0), libgnutls28-dev (>= 3.2), libgpg-error-dev (>= 1.38), libksba-dev (>= 1.4.0), libldap2-dev, libnpth0-dev (>= 1.2), libreadline-dev, librsvg2-bin , libsqlite3-dev, libusb-1.0-0-dev [!hurd-any], openssh-client , pkgconf, texinfo , unicode-data, zlib1g-dev | libz-dev +Build-Depends-Indep: binutils-multiarch [!amd64 !i386], libassuan-mingw-w64-dev (>= 2.5.0), libgcrypt-mingw-w64-dev (>= 1.8.0), libgpg-error-mingw-w64-dev (>= 1.45), libksba-mingw-w64-dev (>= 1.3.5), libnpth-mingw-w64-dev (>= 1.2), libz-mingw-w64-dev, mingw-w64 +Package-List: + dirmngr deb utils optional arch=any + gnupg deb metapackages optional arch=all + gnupg-agent deb oldlibs optional arch=all + gnupg-l10n deb localization optional arch=all + gnupg-utils deb utils optional arch=any + gnupg2 deb oldlibs optional arch=all + gpg deb utils optional arch=any + gpg-agent deb utils optional arch=any + gpg-wks-client deb utils optional arch=any + gpg-wks-server deb utils optional arch=any + gpgconf deb utils optional arch=any + gpgsm deb utils optional arch=any + gpgv deb utils important arch=any + gpgv-static deb utils optional arch=any + gpgv-udeb udeb debian-installer optional arch=any + gpgv-win32 deb utils optional arch=all + scdaemon deb utils optional arch=any +Directory: pool/8cd7674efe59b305abe9faf50895582c2276f066dadb8a6ce9586311c0d8a365 +Checksums-Sha1: + 4e35eca57cd9e68c7787bf578d5e0dbe3ebd7f9e 3834 gnupg2_2.2.43-8.dsc + 0df3631bd0a38ceda6a1d4cd1ba262e3df3711c9 7435426 gnupg2_2.2.43.orig.tar.bz2 + e12593aaa0f8c99815e5fc9b79a81a5f6283de82 228 gnupg2_2.2.43.orig.tar.bz2.asc + 95747baca0c380021b735cd164e953e9b864a1f0 139592 gnupg2_2.2.43-8.debian.tar.xz +Checksums-Sha256: + 8cd7674efe59b305abe9faf50895582c2276f066dadb8a6ce9586311c0d8a365 3834 gnupg2_2.2.43-8.dsc + a3b34c40f455d93054d33cf4cf2a8ce41149d499eca2fbb759619de04822d453 7435426 gnupg2_2.2.43.orig.tar.bz2 + adb6964121fde1299f0db31fe7380812f4b6bb66f4eaabdc4ab5c79480e6b701 228 gnupg2_2.2.43.orig.tar.bz2.asc + a99aef15523464a944797f89c01da967fc4860ec9c0897686844e2552583a8fe 139592 gnupg2_2.2.43-8.debian.tar.xz +Files: + b20df59513293508f437a5b2cb3792c8 3834 gnupg2_2.2.43-8.dsc + bd7ba3f83a8644de23acd33e4771ba89 7435426 gnupg2_2.2.43.orig.tar.bz2 + 6b2d32b82e88292016544365280e4a1f 228 gnupg2_2.2.43.orig.tar.bz2.asc + 7bf847c8005b7f872420e1963f74a2a6 139592 gnupg2_2.2.43-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: gnutls28 +Binary: libgnutls28-dev, libgnutls30t64, gnutls-bin, gnutls-doc, libgnutls-openssl27t64, libgnutls-dane0t64 +Architecture: any all +Version: 3.8.6-2 +Maintainer: Debian GnuTLS Maintainers +Uploaders: Andreas Metzler , Eric Dorland , James Westby , Simon Josefsson , +Homepage: https://www.gnutls.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnutls-team/gnutls +Vcs-Git: https://salsa.debian.org/gnutls-team/gnutls.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, ca-certificates, datefudge, freebsd-net-tools, net-tools, openssl, softhsm2 +Build-Depends: dpkg-dev (>= 1.22.5), bison, ca-certificates , chrpath, datefudge , debhelper-compat (= 13), freebsd-net-tools [kfreebsd-i386 kfreebsd-amd64] , gperf, libcmocka-dev , libidn2-dev, libp11-kit-dev, libssl-dev , libtasn1-6-dev, libunbound-dev, libunistring-dev, net-tools [!kfreebsd-i386 !kfreebsd-amd64] , nettle-dev (>= 3.10), openssl , pkgconf, python3:any, softhsm2 +Build-Depends-Indep: gtk-doc-tools, texinfo, texlive-latex-base, texlive-plain-generic +Build-Conflicts: libgnutls-dev +Package-List: + gnutls-bin deb net optional arch=any + gnutls-doc deb doc optional arch=all + libgnutls-dane0t64 deb libs optional arch=any + libgnutls-openssl27t64 deb libs optional arch=any + libgnutls28-dev deb libdevel optional arch=any + libgnutls30t64 deb libs optional arch=any +Directory: pool/4ec462fc0173a7e33a7051586ea4486b4856cbd97e38e9a96f88f033cf0862f8 +Checksums-Sha1: + 5c3dd898387ed6b2f8897a494ef3d50eaacd68be 3269 gnutls28_3.8.6-2.dsc + 59c9f9e03b1b0331340774a7bd470fb3cbacf0c2 6517476 gnutls28_3.8.6.orig.tar.xz + b06eecef496e88f21c53db659167338574523109 228 gnutls28_3.8.6.orig.tar.xz.asc + 97d140f9c139b6265d2e572e85b36ad73be2ec0d 77512 gnutls28_3.8.6-2.debian.tar.xz +Checksums-Sha256: + 4ec462fc0173a7e33a7051586ea4486b4856cbd97e38e9a96f88f033cf0862f8 3269 gnutls28_3.8.6-2.dsc + 2e1588aae53cb32d43937f1f4eca28febd9c0c7aa1734fc5dd61a7e81e0ebcdd 6517476 gnutls28_3.8.6.orig.tar.xz + 53ad69e21ea74447117aa55e51853c49e745f2c1e2de97539c6fbbec306cf65e 228 gnutls28_3.8.6.orig.tar.xz.asc + 7a71826206b082d6742fafcb6dee37aa9ae147b9bad8a69875f5eed8ea7a915b 77512 gnutls28_3.8.6-2.debian.tar.xz +Files: + 027345b12a40f3c6e63b58d44b1f589c 3269 gnutls28_3.8.6-2.dsc + 29d50ccec120cb486adca2b15b8cdd4b 6517476 gnutls28_3.8.6.orig.tar.xz + a1d97567848b8c433f796081c04d3d6a 228 gnutls28_3.8.6.orig.tar.xz.asc + 9d0e8ba7a6717913255daf007e6d0603 77512 gnutls28_3.8.6-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: go-md2man-v2 +Binary: go-md2man, golang-github-cpuguy83-go-md2man-v2-dev +Architecture: any all +Version: 2.0.4-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tianon Gravi , Anthony Fok +Homepage: https://github.com/cpuguy83/go-md2man +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/go-md2man-v2 +Vcs-Git: https://salsa.debian.org/go-team/packages/go-md2man-v2.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-russross-blackfriday-v2-dev (>= 2.1.0) +Package-List: + go-md2man deb doc optional arch=any + golang-github-cpuguy83-go-md2man-v2-dev deb golang optional arch=all +Directory: pool/2f5e0b5ba17cff2fa450144bef266e350a7528f8428f7dfb2b75a0923cf6d6dd +Checksums-Sha1: + 215d84a9817f6b3ea2eadf3f2845eacfc093424a 2279 go-md2man-v2_2.0.4-1.dsc + c46f4ed0a135161bfcd78dc14247e3aaa00ce8e7 9902 go-md2man-v2_2.0.4.orig.tar.gz + 3a66c1cb4830e079fc3d7133ddab454b82218006 5000 go-md2man-v2_2.0.4-1.debian.tar.xz +Checksums-Sha256: + 2f5e0b5ba17cff2fa450144bef266e350a7528f8428f7dfb2b75a0923cf6d6dd 2279 go-md2man-v2_2.0.4-1.dsc + b0a4c7c077ede56967deef6ab7e7696c0f46124b0b3360fd05564ec5a536f11f 9902 go-md2man-v2_2.0.4.orig.tar.gz + 1d18c21e90089cfe560732354acf68c1e51bf1f45fa2adb0138993db734d047b 5000 go-md2man-v2_2.0.4-1.debian.tar.xz +Files: + 7eedb61e42046625c7bd0c2fbf66ce3f 2279 go-md2man-v2_2.0.4-1.dsc + cf61a18de1b7a50534fe652b2f2d54fa 9902 go-md2man-v2_2.0.4.orig.tar.gz + c4ed5455b8cf4b1cc40e5a108dac425d 5000 go-md2man-v2_2.0.4-1.debian.tar.xz +Go-Import-Path: github.com/cpuguy83/go-md2man/v2 + +Format: 3.0 (quilt) +Package: gobject-introspection +Binary: libgirepository-1.0-1, libgirepository1.0-dev, libgirepository-1.0-dev, libgirepository1.0-doc, gobject-introspection, gobject-introspection-bin, gir1.2-girepository-2.0, gir1.2-girepository-2.0-dev, gir1.2-freedesktop, gir1.2-freedesktop-dev +Architecture: any all +Version: 1.82.0-2 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha , Laurent Bigonville , Marco Trevisan (Treviño) , Matthias Klumpp , Michael Biebl , Tim Lunn , Simon McVittie , +Homepage: https://wiki.gnome.org/GObjectIntrospection +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gobject-introspection +Vcs-Git: https://salsa.debian.org/gnome-team/gobject-introspection.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, file, gir1.2-gtk-3.0, libcairo2-dev, pkgconf +Build-Depends: bison, debhelper-compat (= 13), dh-sequence-python3, flex, gir1.2-glib-2.0-dev (>= 2.82.0) , gobject-introspection (>= 1.78.1-17~) , libcairo2-dev, libelf-dev, libelf-dev:native, libffi-dev (>= 3.4), libglib2.0-dev (>= 2.82.0), libpython3-dev, libtool, meson (>= 0.60.0), pkgconf, python3-debian:native, python3-dev:any, python3-docutils , python3-mako:native, python3-markdown:native, python3-setuptools, python3:native, cross-exe-wrapper +Build-Depends-Indep: gtk-doc-tools, libglib2.0-doc (>= 2.82.0) +Package-List: + gir1.2-freedesktop deb introspection optional arch=any profile=!nogir + gir1.2-freedesktop-dev deb libdevel optional arch=any profile=!nogir + gir1.2-girepository-2.0 deb introspection optional arch=any profile=!nogir + gir1.2-girepository-2.0-dev deb libdevel optional arch=any profile=!nogir + gobject-introspection deb devel optional arch=any + gobject-introspection-bin deb devel optional arch=any + libgirepository-1.0-1 deb libs optional arch=any + libgirepository-1.0-dev deb libdevel optional arch=any + libgirepository1.0-dev deb libdevel optional arch=any profile=!nogir + libgirepository1.0-doc deb doc optional arch=all +Directory: pool/296726a4877d202bf71017d68b719162ab98547b0af515103ca5be63fa652592 +Checksums-Sha1: + 0907c29e512e7482d72bb687fc292658b8dd0044 4180 gobject-introspection_1.82.0-2.dsc + a86f8979d6e2cba0ff9122a6f699025b2d81bab6 5475296 gobject-introspection_1.82.0.orig-glib.tar.xz + f731a1ef49963dd56309bfd4ad1c44ccd7a4d5eb 1052872 gobject-introspection_1.82.0.orig.tar.xz + 98ad9291ee3c1f4ce7280da2fce98bfa38149fe7 58052 gobject-introspection_1.82.0-2.debian.tar.xz +Checksums-Sha256: + 296726a4877d202bf71017d68b719162ab98547b0af515103ca5be63fa652592 4180 gobject-introspection_1.82.0-2.dsc + b3764dd6e29b664085921dd4dd6ba2430fc19760ab6857ecfa3ebd4e8c1d114c 5475296 gobject-introspection_1.82.0.orig-glib.tar.xz + 0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09 1052872 gobject-introspection_1.82.0.orig.tar.xz + 67f81e0ad073e6f1c9d8dc47d40c1ae4497621e53d94004906353d42ed1c8841 58052 gobject-introspection_1.82.0-2.debian.tar.xz +Files: + ed9c565016fec576e8c9168d6df0c5d6 4180 gobject-introspection_1.82.0-2.dsc + 9df2169686c0b7f891067017002ad111 5475296 gobject-introspection_1.82.0.orig-glib.tar.xz + 50beb465bc81f33395b5e0e3bbe364ec 1052872 gobject-introspection_1.82.0.orig.tar.xz + c78e524f0b020343f7225489d5727575 58052 gobject-introspection_1.82.0-2.debian.tar.xz +Dgit: ba8654109827b8df5b27014eb92930fc0821430d debian archive/debian/1.82.0-2 https://git.dgit.debian.org/gobject-introspection + +Format: 3.0 (quilt) +Package: golang-1.22 +Binary: golang-1.22-go, golang-1.22-src, golang-1.22-doc, golang-1.22 +Architecture: amd64 arm64 armel armhf i386 loong64 mips mips64el mipsel ppc64 ppc64el riscv64 s390x all +Version: 1.22.6-1gardenlinux0 +Maintainer: Debian Go Compiler Team +Uploaders: Michael Stapelberg , Paul Tagliamonte , Tianon Gravi , Michael Hudson-Doyle , Anthony Fok +Homepage: https://go.dev/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/compiler/golang/tree/golang-1.22 +Vcs-Git: https://salsa.debian.org/go-team/compiler/golang.git -b golang-1.22 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), golang-go (>= 2:1.20~), netbase +Package-List: + golang-1.22 deb golang optional arch=all + golang-1.22-doc deb doc optional arch=all + golang-1.22-go deb golang optional arch=amd64,arm64,armel,armhf,i386,loong64,mips,mips64el,mipsel,ppc64,ppc64el,riscv64,s390x + golang-1.22-src deb golang optional arch=all +Directory: pool/4c9e87086d0761e687584da1cb59f2e85a0ae605315cab7f1a7139ff805baa42 +Checksums-Sha1: + eaec8975170052fba460369431faf24406588d1a 1734 golang-1.22_1.22.6-1gardenlinux0.dsc + 46d0bf15d5d57aec6af5119d7c8e5a2d40bdf67d 18699004 golang-1.22_1.22.6.orig.tar.xz + 59e7cc2d5e510a40f412058cd1798ddb12d2d7b8 41296 golang-1.22_1.22.6-1gardenlinux0.debian.tar.xz +Checksums-Sha256: + 4c9e87086d0761e687584da1cb59f2e85a0ae605315cab7f1a7139ff805baa42 1734 golang-1.22_1.22.6-1gardenlinux0.dsc + 12bf1cd11db239707f35ff7dc6059181f905c94c35aa864e7688380d2eafaeee 18699004 golang-1.22_1.22.6.orig.tar.xz + bfd05320376e18e32504b47da07ff9f4f82cd9c8b8383f2169e8a2c37c1dcaca 41296 golang-1.22_1.22.6-1gardenlinux0.debian.tar.xz +Files: + eb7730cd26fdc2b936abe563970bd729 1734 golang-1.22_1.22.6-1gardenlinux0.dsc + aedf62f69a3ee34fb113920dacabc158 18699004 golang-1.22_1.22.6.orig.tar.xz + 969142f1c3807f19ab755f6ebaed99b4 41296 golang-1.22_1.22.6-1gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: golang-1.23 +Binary: golang-1.23-go, golang-1.23-src, golang-1.23-doc, golang-1.23 +Architecture: amd64 arm64 armel armhf i386 loong64 mips mips64el mipsel ppc64 ppc64el riscv64 s390x all +Version: 1.23.2-1 +Maintainer: Debian Go Compiler Team +Uploaders: Michael Stapelberg , Paul Tagliamonte , Tianon Gravi , Michael Hudson-Doyle , Anthony Fok +Homepage: https://go.dev/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/compiler/golang/tree/golang-1.23 +Vcs-Git: https://salsa.debian.org/go-team/compiler/golang.git -b golang-1.23 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), golang-go (>= 2:1.20~), netbase +Package-List: + golang-1.23 deb golang optional arch=all + golang-1.23-doc deb doc optional arch=all + golang-1.23-go deb golang optional arch=amd64,arm64,armel,armhf,i386,loong64,mips,mips64el,mipsel,ppc64,ppc64el,riscv64,s390x + golang-1.23-src deb golang optional arch=all +Directory: pool/38d37e0aed5d59538fd01a0940a1ccc5d7e2346105f43b9bbb0e1f421929168a +Checksums-Sha1: + 585dcc8ad082067ce2db5b228a3b3157e8ae0274 2483 golang-1.23_1.23.2-1.dsc + 0a85f286133c84e01a4d324beb567ba8502bd61b 28171276 golang-1.23_1.23.2.orig.tar.gz + eab475d6f90aff216ae53beed33dc788034eb7b9 833 golang-1.23_1.23.2.orig.tar.gz.asc + 24d7b21ba70d35afa0ad3d20c1d692297395b271 41440 golang-1.23_1.23.2-1.debian.tar.xz +Checksums-Sha256: + 38d37e0aed5d59538fd01a0940a1ccc5d7e2346105f43b9bbb0e1f421929168a 2483 golang-1.23_1.23.2-1.dsc + 36930162a93df417d90bd22c6e14daff4705baac2b02418edda671cdfa9cd07f 28171276 golang-1.23_1.23.2.orig.tar.gz + d739af3b232af5d411242f43e9549d0725a522c89f016268ab243eb8944fda19 833 golang-1.23_1.23.2.orig.tar.gz.asc + 9b442ec0def74dc54b6f128761366d74257e62334abe37dcc4398e4825feb879 41440 golang-1.23_1.23.2-1.debian.tar.xz +Files: + f4d470a6ba6039dc2cca5354bf85595c 2483 golang-1.23_1.23.2-1.dsc + 12f74843bb7a1d0abfcd41c65c0e6372 28171276 golang-1.23_1.23.2.orig.tar.gz + 220f4d33427bfa23732d544607526bc0 833 golang-1.23_1.23.2.orig.tar.gz.asc + f5c4f299fc434c9a97d90c1d65a8c296 41440 golang-1.23_1.23.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: golang-blackfriday-v2 +Binary: golang-github-russross-blackfriday-v2-dev +Architecture: all +Version: 2.1.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/russross/blackfriday +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-blackfriday-v2 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-blackfriday-v2.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-pmezard-go-difflib-dev, golang-github-shurcool-sanitized-anchor-name-dev +Package-List: + golang-github-russross-blackfriday-v2-dev deb golang optional arch=all +Directory: pool/af0cdcc369e75589b103aebb30b5aee07f4a68190cc92b09b40eab72b845ede4 +Checksums-Sha1: + 9c60843bc9d4dfd1ee869f4067185a77cc88ab48 2328 golang-blackfriday-v2_2.1.0-1.dsc + 7a16f28e9d9c6fe3aad59578e45843c4f9b2d7d5 92896 golang-blackfriday-v2_2.1.0.orig.tar.gz + fdb8a750fd3b2cd28abb51f710c6d23b41b42e16 3084 golang-blackfriday-v2_2.1.0-1.debian.tar.xz +Checksums-Sha256: + af0cdcc369e75589b103aebb30b5aee07f4a68190cc92b09b40eab72b845ede4 2328 golang-blackfriday-v2_2.1.0-1.dsc + a13af0fc5305713f5154693feaf654d024689efea76390091a5e8c757335b4f4 92896 golang-blackfriday-v2_2.1.0.orig.tar.gz + 70e508e4eceed694ad80e673f4cf9f0e4bfe80a6bd890084b380e1a518dd8044 3084 golang-blackfriday-v2_2.1.0-1.debian.tar.xz +Files: + f7f04c6a63d06306d827edbdb29b02bc 2328 golang-blackfriday-v2_2.1.0-1.dsc + 59acda02d26209540970ad339d071f6a 92896 golang-blackfriday-v2_2.1.0.orig.tar.gz + d9a32e2ebe92f7a4d1f203112f2f2063 3084 golang-blackfriday-v2_2.1.0-1.debian.tar.xz +Go-Import-Path: github.com/russross/blackfriday/v2 + +Format: 3.0 (quilt) +Package: golang-check.v1 +Binary: golang-gopkg-check.v1-dev +Architecture: all +Version: 0.0+git20200902.038fdea-1 +Maintainer: Debian Go Packaging Team +Uploaders: Sergio Schvezov , Martín Ferrari , Michael Stapelberg , Anthony Fok +Homepage: http://labix.org/gocheck +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-check.v1 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-check.v1.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.28), golang-any, golang-github-kr-pretty-dev (>= 0.2.1+git20200831.59b4212) +Package-List: + golang-gopkg-check.v1-dev deb devel optional arch=all +Directory: pool/a4c67bc449b311f4ae5375955894380cf96b337e3d5926f6c0576a25b4385ad4 +Checksums-Sha1: + e205654ecec83e14e9638f56654c3aeb6c722726 2517 golang-check.v1_0.0+git20200902.038fdea-1.dsc + 1099ca2d1504aff7e6d5a3c48786ca98efd8b20d 27956 golang-check.v1_0.0+git20200902.038fdea.orig.tar.xz + a78d285ced057c04509c0979df03f758b6166663 5432 golang-check.v1_0.0+git20200902.038fdea-1.debian.tar.xz +Checksums-Sha256: + a4c67bc449b311f4ae5375955894380cf96b337e3d5926f6c0576a25b4385ad4 2517 golang-check.v1_0.0+git20200902.038fdea-1.dsc + 166752108211137c5171961ebf076beb4d10d8ba317ccb416cdcb6dd41dfbc6c 27956 golang-check.v1_0.0+git20200902.038fdea.orig.tar.xz + ef59c6ea07d35713c35a919244a18fb013ec2e753745bbce5487aa59d5427154 5432 golang-check.v1_0.0+git20200902.038fdea-1.debian.tar.xz +Files: + ff4b90b2f078b9b83099a69a9ee317f7 2517 golang-check.v1_0.0+git20200902.038fdea-1.dsc + 75f38c361ff3b8d615f9c900ba84cae5 27956 golang-check.v1_0.0+git20200902.038fdea.orig.tar.xz + 2fa15cd783b3c359671c1129abf21767 5432 golang-check.v1_0.0+git20200902.038fdea-1.debian.tar.xz +Go-Import-Path: gopkg.in/check.v1, + launchpad.net/gocheck, + github.com/go-check/check + +Format: 3.0 (quilt) +Package: golang-dbus +Binary: golang-dbus-dev +Architecture: all +Version: 5.1.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Michael Hudson-Doyle , Dmitry Smirnov , +Homepage: https://github.com/godbus/dbus +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-dbus +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-dbus.git +Testsuite: autopkgtest-pkg-go +Build-Depends: dbus-x11, debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-dbus-dev deb golang optional arch=all +Directory: pool/8befba2002ea3ad0c66977e7d8b6cba9177b9c5d372b99edb615971c355b721b +Checksums-Sha1: + 9a976550845bc3a949804ad3433a7814d029a2f9 1514 golang-dbus_5.1.0-1.dsc + 719a02899d5d234293ff666b855303141bad3fb8 74080 golang-dbus_5.1.0.orig.tar.gz + 3e6fcbd15ce80326a4df6245f155285bc45694e7 3392 golang-dbus_5.1.0-1.debian.tar.xz +Checksums-Sha256: + 8befba2002ea3ad0c66977e7d8b6cba9177b9c5d372b99edb615971c355b721b 1514 golang-dbus_5.1.0-1.dsc + 2f4939ab13a20178584ef534293abc5b6744bb5b6232432050c5a3ab2ab85fd7 74080 golang-dbus_5.1.0.orig.tar.gz + c0564287445bccb954e76efa4de5b3af706dfaf91bed1874d1a8f0674d1159b9 3392 golang-dbus_5.1.0-1.debian.tar.xz +Files: + 155e82e1efdc15cd9ed53b566eddc7db 1514 golang-dbus_5.1.0-1.dsc + d456df1207b7ba6a073d9ab1dd82ad2d 74080 golang-dbus_5.1.0.orig.tar.gz + 59c1e37b1897c384b0a75bb7b223ec12 3392 golang-dbus_5.1.0-1.debian.tar.xz +Go-Import-Path: github.com/godbus/dbus + +Format: 3.0 (native) +Package: golang-defaults +Binary: golang-go, golang-any, gccgo-go, golang-src, golang-doc, golang +Architecture: any all +Version: 2:1.23~2 +Maintainer: Debian Go Compiler Team +Uploaders: Michael Stapelberg , Paul Tagliamonte , Tianon Gravi , Michael Hudson-Doyle , Martina Ferrari , Dr. Tobias Quathamer , Anthony Fok +Homepage: https://golang.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/compiler/golang-defaults +Vcs-Git: https://salsa.debian.org/go-team/compiler/golang-defaults.git +Build-Depends: debhelper-compat (= 13), dh-exec +Package-List: + gccgo-go deb golang optional arch=any + golang deb golang optional arch=amd64,arm64,armel,armhf,i386,loong64,mips,mips64el,mipsel,ppc64el,riscv64,s390x + golang-any deb golang optional arch=any + golang-doc deb doc optional arch=all + golang-go deb golang optional arch=amd64,arm64,armel,armhf,i386,loong64,mips,mips64el,mipsel,ppc64,ppc64el,riscv64,s390x + golang-src deb golang optional arch=all +Directory: pool/a30201f8c7f2c4fc98c7d1f8c7d7340e1676d855a0ffeb198a4176641e2ab244 +Checksums-Sha1: + a96c92f326550ae62044cbd7bf4cf62368fc71be 1990 golang-defaults_1.23~2.dsc + 1eaffe66556007be2ce18d61b75e84bbf4547789 31124 golang-defaults_1.23~2.tar.xz +Checksums-Sha256: + a30201f8c7f2c4fc98c7d1f8c7d7340e1676d855a0ffeb198a4176641e2ab244 1990 golang-defaults_1.23~2.dsc + 95a165135cb03bdf3aee43029b9522dda933f262cce387c5fb200dc66f8474bd 31124 golang-defaults_1.23~2.tar.xz +Files: + 4177ad6365bfb6ddede8f7670ee694ab 1990 golang-defaults_1.23~2.dsc + a8da8acf7a3fd272f046de23065ff2ea 31124 golang-defaults_1.23~2.tar.xz + +Format: 3.0 (quilt) +Package: golang-fsnotify +Binary: golang-github-fsnotify-fsnotify-dev +Architecture: all +Version: 1.7.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok , Martina Ferrari , +Homepage: https://github.com/fsnotify/fsnotify +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-fsnotify +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-fsnotify.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.17~), golang-golang-x-sys-dev (>= 0.4.0) +Package-List: + golang-github-fsnotify-fsnotify-dev deb golang optional arch=all +Directory: pool/e7a2914aad2724008ec8cd6064ea7f28b481aef0fe532a7412a4125cb5e3f252 +Checksums-Sha1: + 2311f48b13bce328951fb0e6bc776737a8e96726 2241 golang-fsnotify_1.7.0-1.dsc + 1c8fe64b97cd95d0f573b9e7756732cd97cc7374 57502 golang-fsnotify_1.7.0.orig.tar.gz + dfcb34970790536a18bef7de2c97dcc00b2d173a 4184 golang-fsnotify_1.7.0-1.debian.tar.xz +Checksums-Sha256: + e7a2914aad2724008ec8cd6064ea7f28b481aef0fe532a7412a4125cb5e3f252 2241 golang-fsnotify_1.7.0-1.dsc + ca8175ba6bd3d0cc992200c2f44acabec05367575dc0478c5902971fe7453f35 57502 golang-fsnotify_1.7.0.orig.tar.gz + 4c7e08ca05fcdd9e8681b4a2ed7e3c6dbaea65ee6e0fa08bdad5f9dbf72b3cdc 4184 golang-fsnotify_1.7.0-1.debian.tar.xz +Files: + bd808e42cb2e826c84c48dd7f3a5dd8f 2241 golang-fsnotify_1.7.0-1.dsc + 6963c1d162f276746bd6af14e85bfa8f 57502 golang-fsnotify_1.7.0.orig.tar.gz + 095b754847595f7b37092d276f73b20d 4184 golang-fsnotify_1.7.0-1.debian.tar.xz +Go-Import-Path: github.com/fsnotify/fsnotify + +Format: 3.0 (quilt) +Package: golang-ginkgo +Binary: golang-github-onsi-ginkgo-dev +Architecture: all +Version: 1.16.5-5 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , +Homepage: https://github.com/onsi/ginkgo +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-ginkgo +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-ginkgo.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-nxadm-tail-dev, golang-golang-x-sys-dev, golang-golang-x-tools-dev, golang-gomega-dev +Package-List: + golang-github-onsi-ginkgo-dev deb golang optional arch=all +Directory: pool/83842e8b5776845a4be016d394a09bbbfe8911b3a0b8ee6d34508695480402bf +Checksums-Sha1: + 914868d81a968fa9bc83b1514b1fb84e57e1d2f9 2196 golang-ginkgo_1.16.5-5.dsc + 01f47e62335a0df3f8673f9e908e786c8d556674 164946 golang-ginkgo_1.16.5.orig.tar.gz + f136754ee7f06e32704a75d8e943627498186335 6836 golang-ginkgo_1.16.5-5.debian.tar.xz +Checksums-Sha256: + 83842e8b5776845a4be016d394a09bbbfe8911b3a0b8ee6d34508695480402bf 2196 golang-ginkgo_1.16.5-5.dsc + 36a993c50e0d21539f42708cc6fd2fb2dc0d9d62cbef80f17afe8a0efb118aea 164946 golang-ginkgo_1.16.5.orig.tar.gz + b21a4c9987a0e0fd60c56bf0398d53aa6b96b3d518484f71e1eef57348b6a186 6836 golang-ginkgo_1.16.5-5.debian.tar.xz +Files: + 66085dbeaf8f2a8ff8e8ae862dcd40d0 2196 golang-ginkgo_1.16.5-5.dsc + 50880bb8166c6575bdc66035feead2cd 164946 golang-ginkgo_1.16.5.orig.tar.gz + 903f55496d4a0dab9b952bfc7fb3e3e1 6836 golang-ginkgo_1.16.5-5.debian.tar.xz +Go-Import-Path: github.com/onsi/ginkgo + +Format: 3.0 (quilt) +Package: golang-github-alecthomas-units +Binary: golang-github-alecthomas-units-dev +Architecture: all +Version: 0.0~git20240626.61d1e34-1 +Maintainer: Debian Go Packaging Team +Uploaders: Peter Colberg , Guillem Jover , +Homepage: https://github.com/alecthomas/units +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-units +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-units.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-stretchr-testify-dev +Package-List: + golang-github-alecthomas-units-dev deb golang optional arch=all +Directory: pool/e10a411e73b5c9061073dac000dd843423eac34793bcda47952d22f9e0e4b976 +Checksums-Sha1: + d2e10c200aff8e43e2517f8e79b17b74c2572b67 2562 golang-github-alecthomas-units_0.0~git20240626.61d1e34-1.dsc + ca16fd73602d82f33c531de205b07377e6ba6ae2 6272 golang-github-alecthomas-units_0.0~git20240626.61d1e34.orig.tar.xz + 1ecc0bba9eed23534c9c6f889daeafd32994d647 3552 golang-github-alecthomas-units_0.0~git20240626.61d1e34-1.debian.tar.xz +Checksums-Sha256: + e10a411e73b5c9061073dac000dd843423eac34793bcda47952d22f9e0e4b976 2562 golang-github-alecthomas-units_0.0~git20240626.61d1e34-1.dsc + fac7e47095aaa9c50deadb8d852406ded007872669989059a11b2dd85fe6524d 6272 golang-github-alecthomas-units_0.0~git20240626.61d1e34.orig.tar.xz + 6ba14be89e4df6d8f2992bbe61f70304456fbd943f1e0dbd4b9fa724a54edf12 3552 golang-github-alecthomas-units_0.0~git20240626.61d1e34-1.debian.tar.xz +Files: + d863df526af6bccf5d57fee81456a3f5 2562 golang-github-alecthomas-units_0.0~git20240626.61d1e34-1.dsc + 8652e7206110d3fa2d8a8df29e3376f3 6272 golang-github-alecthomas-units_0.0~git20240626.61d1e34.orig.tar.xz + de700c494706d7403d9a4d8aa75a407d 3552 golang-github-alecthomas-units_0.0~git20240626.61d1e34-1.debian.tar.xz +Go-Import-Path: github.com/alecthomas/units + +Format: 3.0 (quilt) +Package: golang-github-alexflint-go-filemutex +Binary: golang-github-alexflint-go-filemutex-dev +Architecture: all +Version: 1.2.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , +Homepage: https://github.com/alexflint/go-filemutex +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alexflint-go-filemutex +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alexflint-go-filemutex.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang +Build-Depends-Indep: golang-any, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev +Package-List: + golang-github-alexflint-go-filemutex-dev deb golang optional arch=all +Directory: pool/30225e6d996514606ad913c2e23aef3d5914476345d99b75cf2dcb4b42fb603d +Checksums-Sha1: + 94c8dfb37d38cae1746d3a969a76da96a5e064c0 1836 golang-github-alexflint-go-filemutex_1.2.0-1.dsc + 2ce8b26c447da997e89b870e87dbb94869d05729 4122 golang-github-alexflint-go-filemutex_1.2.0.orig.tar.gz + 45bf37ce64029fa623f735575e9e9a2a3de9115e 3064 golang-github-alexflint-go-filemutex_1.2.0-1.debian.tar.xz +Checksums-Sha256: + 30225e6d996514606ad913c2e23aef3d5914476345d99b75cf2dcb4b42fb603d 1836 golang-github-alexflint-go-filemutex_1.2.0-1.dsc + b4147604ca9f1a865835f1fa7f3bc3df315b415cf3966b0c5442effe55eb7cbf 4122 golang-github-alexflint-go-filemutex_1.2.0.orig.tar.gz + e7bd46773b2a184a654699fa593c1449e99f4c2c292718150870b80c28f1d806 3064 golang-github-alexflint-go-filemutex_1.2.0-1.debian.tar.xz +Files: + 097dc71600edbcc8280c4bef586e30e1 1836 golang-github-alexflint-go-filemutex_1.2.0-1.dsc + aeb360a6b48cb0342d772eb556e1a87d 4122 golang-github-alexflint-go-filemutex_1.2.0.orig.tar.gz + 28f03102e8da2c10b6722cf510fc3312 3064 golang-github-alexflint-go-filemutex_1.2.0-1.debian.tar.xz +Go-Import-Path: github.com/alexflint/go-filemutex + +Format: 3.0 (quilt) +Package: golang-github-antlr-antlr4 +Binary: golang-github-antlr-antlr4-dev +Architecture: all +Version: 4.11.1+ds-2 +Maintainer: Debian Go Packaging Team +Uploaders: Peymaneh +Homepage: https://github.com/antlr/antlr4 +Standards-Version: 4.6.1.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-antlr-antlr4 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-antlr-antlr4.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-exp-dev +Package-List: + golang-github-antlr-antlr4-dev deb golang optional arch=all +Directory: pool/d1fa6619f73c6cc6e5c49205ea1aecf75ba082de9f569bc72249626ce1a5dfec +Checksums-Sha1: + 6c0ec08d4224bb97b82ae6577bf05e1406a3d163 1683 golang-github-antlr-antlr4_4.11.1+ds-2.dsc + 8cf16908529d270b1cb459a2b843b87476857f75 109680 golang-github-antlr-antlr4_4.11.1+ds.orig.tar.xz + fcba2a734ec27c20dc1a34054bb314780e51a152 3668 golang-github-antlr-antlr4_4.11.1+ds-2.debian.tar.xz +Checksums-Sha256: + d1fa6619f73c6cc6e5c49205ea1aecf75ba082de9f569bc72249626ce1a5dfec 1683 golang-github-antlr-antlr4_4.11.1+ds-2.dsc + b78b8f4d086fc76cd19aae2698cf4c1539763d26775ba70b7122b34ce4828c65 109680 golang-github-antlr-antlr4_4.11.1+ds.orig.tar.xz + 4e3c6dbb937c61fb4544d2a39b73cc709af5599b1919d502ddb03a646800113a 3668 golang-github-antlr-antlr4_4.11.1+ds-2.debian.tar.xz +Files: + 901d63cfaa294f293a0a8c8658f622c0 1683 golang-github-antlr-antlr4_4.11.1+ds-2.dsc + 1af26039f5054cd6aa0027af9a43cf8a 109680 golang-github-antlr-antlr4_4.11.1+ds.orig.tar.xz + 07c9121eeab05e0f3175ee5d0e688b73 3668 golang-github-antlr-antlr4_4.11.1+ds-2.debian.tar.xz +Go-Import-Path: github.com/antlr/antlr4 + +Format: 3.0 (quilt) +Package: golang-github-appc-cni +Binary: golang-github-appc-cni-dev +Architecture: all +Version: 1.1.2-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/containernetworking/cni +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-appc-cni +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-appc-cni.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-onsi-ginkgo-dev, golang-gomega-dev +Package-List: + golang-github-appc-cni-dev deb golang optional arch=all +Directory: pool/142f068a16eb8578b440527dcd9fca7dce41e5724567331651fab20ab4839ef7 +Checksums-Sha1: + a989f3a8cecbedf72ca6e921a5305001b4273297 1682 golang-github-appc-cni_1.1.2-1.dsc + 1aa7c957701eaadd160b8611e02be8f9487a2ed8 95908 golang-github-appc-cni_1.1.2.orig.tar.xz + 8b68de720f338ff37dcfa55905563c416c214970 5228 golang-github-appc-cni_1.1.2-1.debian.tar.xz +Checksums-Sha256: + 142f068a16eb8578b440527dcd9fca7dce41e5724567331651fab20ab4839ef7 1682 golang-github-appc-cni_1.1.2-1.dsc + d16939874ef2e2ff2e34970e2ef62bac910a518b17f3bd2e72bfd05096a1dfec 95908 golang-github-appc-cni_1.1.2.orig.tar.xz + 9be52a791e6d35f71f5797488106c0578bed2761970dbe0db206831e7128050c 5228 golang-github-appc-cni_1.1.2-1.debian.tar.xz +Files: + 4ad85154a7671d591394babf5a710443 1682 golang-github-appc-cni_1.1.2-1.dsc + eba7c996ae556cf3b14280a5ab71e026 95908 golang-github-appc-cni_1.1.2.orig.tar.xz + f75cb156310b72cfacf5b960797ca058 5228 golang-github-appc-cni_1.1.2-1.debian.tar.xz +Go-Import-Path: github.com/containernetworking/cni + +Format: 3.0 (quilt) +Package: golang-github-armon-go-socks5 +Binary: golang-github-armon-go-socks5-dev +Architecture: all +Version: 0.0~git20160902.e753329-1.1 +Maintainer: Debian Go Packaging Team +Uploaders: Christopher Hoskin +Homepage: https://github.com/armon/go-socks5 +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-armon-go-socks5.git +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-armon-go-socks5.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper (>= 11), dh-golang, golang-any, golang-golang-x-net-dev +Package-List: + golang-github-armon-go-socks5-dev deb devel optional arch=all +Directory: pool/19d63cd55447111ff8fa314fe12c8e3659dbc10740a0f3062163e3358abba163 +Checksums-Sha1: + eb0a263a285a748b17085ac612a2bf1a5eca508e 2416 golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.dsc + f462f857ff4ea54daf4d724c4a636885bcdbfc7d 8060 golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz + 91b9a5638aeb3724f89ad2dd3b7dbf1a9e823552 2964 golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.debian.tar.xz +Checksums-Sha256: + 19d63cd55447111ff8fa314fe12c8e3659dbc10740a0f3062163e3358abba163 2416 golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.dsc + b3ad7371c809f907521f8823dca74571663fd8c6c74d9f7c7c39d0168b69cb20 8060 golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz + 9a1b6aa993db62bcf4d82772250d080f468c43bca5de803f6c2de53e52ae5d0e 2964 golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.debian.tar.xz +Files: + cd64749abb5ab1a48acf44fa7ee9817d 2416 golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.dsc + 68553eae608a172cbaf143cd0d57bed5 8060 golang-github-armon-go-socks5_0.0~git20160902.e753329.orig.tar.xz + 7cf23e314b476d4b071c1a3af2e55a3f 2964 golang-github-armon-go-socks5_0.0~git20160902.e753329-1.1.debian.tar.xz +Go-Import-Path: github.com/armon/go-socks5 + +Format: 3.0 (quilt) +Package: golang-github-asaskevich-govalidator +Binary: golang-github-asaskevich-govalidator-dev +Architecture: all +Version: 11.0.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , Nobuhiro Iwamatsu , +Homepage: https://github.com/asaskevich/govalidator +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-asaskevich-govalidator/ +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-asaskevich-govalidator.git +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-asaskevich-govalidator-dev deb golang optional arch=all +Directory: pool/33a45fb053ef2874309758251117e91c8d2737e33e00a40b42bef06bf3d165cf +Checksums-Sha1: + 80e4531ddc826bfbdbef5596db670c65c5b86eae 1792 golang-github-asaskevich-govalidator_11.0.1-1.dsc + 3c63303c842fe746c9ed0a997b76fd36af5631b6 62633 golang-github-asaskevich-govalidator_11.0.1.orig.tar.gz + 0251abecb416d612c9371fd198e03c8d0831b958 3456 golang-github-asaskevich-govalidator_11.0.1-1.debian.tar.xz +Checksums-Sha256: + 33a45fb053ef2874309758251117e91c8d2737e33e00a40b42bef06bf3d165cf 1792 golang-github-asaskevich-govalidator_11.0.1-1.dsc + fcdc54daf9eb14374e42c44cd9dcf5c004d865decbddb7174028fb2e8676e199 62633 golang-github-asaskevich-govalidator_11.0.1.orig.tar.gz + 10e35222d7f03e1dfe52532c261d24c72306018b9888b8208f359067fb3d79c5 3456 golang-github-asaskevich-govalidator_11.0.1-1.debian.tar.xz +Files: + 075c410db24ce84886014bec3f6a7338 1792 golang-github-asaskevich-govalidator_11.0.1-1.dsc + 679851de2318fc8ffc8b5a46e02f3afb 62633 golang-github-asaskevich-govalidator_11.0.1.orig.tar.gz + 96afe9ba38f3b6c629e477c2786e1d61 3456 golang-github-asaskevich-govalidator_11.0.1-1.debian.tar.xz +Go-Import-Path: github.com/asaskevich/govalidator + +Format: 3.0 (quilt) +Package: golang-github-aws-aws-sdk-go +Binary: golang-github-aws-aws-sdk-go-dev +Architecture: all +Version: 1.49.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , Shengjing Zhu , Anthony Fok +Homepage: https://github.com/aws/aws-sdk-go +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-aws-aws-sdk-go +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-aws-aws-sdk-go.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.19~), golang-github-jmespath-go-jmespath-dev (>= 0.4.0), golang-golang-x-net-dev (>= 1:0.17.0) +Package-List: + golang-github-aws-aws-sdk-go-dev deb golang optional arch=all +Directory: pool/1867b95fda68cdcbb5b1db39736f5559a6485bd33002bdea079b21c8cf0f9bbd +Checksums-Sha1: + db525f5071cce016da68e9441fcd8b456f04cb81 2485 golang-github-aws-aws-sdk-go_1.49.0-2.dsc + 7b23321ab3512e2536e0616314fe34ef64014d7f 31500237 golang-github-aws-aws-sdk-go_1.49.0.orig.tar.gz + c27edaf21bc72a0bc6c2f2ca85db0ccf1d1a3d94 7772 golang-github-aws-aws-sdk-go_1.49.0-2.debian.tar.xz +Checksums-Sha256: + 1867b95fda68cdcbb5b1db39736f5559a6485bd33002bdea079b21c8cf0f9bbd 2485 golang-github-aws-aws-sdk-go_1.49.0-2.dsc + f9a64078f257ea281d75dbe0a0b268de7c0cd3ffb356068e261a9786e5399e11 31500237 golang-github-aws-aws-sdk-go_1.49.0.orig.tar.gz + 39d753c1868949ee5c9584a51e88b1e8dc411237c1aed0cb8b0bf128855d620c 7772 golang-github-aws-aws-sdk-go_1.49.0-2.debian.tar.xz +Files: + fe371cfc22d4da3f02bda1ab7480fdf4 2485 golang-github-aws-aws-sdk-go_1.49.0-2.dsc + 25cfe7544771aad40b458685e4d5ca0e 31500237 golang-github-aws-aws-sdk-go_1.49.0.orig.tar.gz + c6909e319cf1bfb37671422ab12812e2 7772 golang-github-aws-aws-sdk-go_1.49.0-2.debian.tar.xz +Go-Import-Path: github.com/aws/aws-sdk-go + +Format: 3.0 (quilt) +Package: golang-github-beorn7-perks +Binary: golang-github-beorn7-perks-dev +Architecture: all +Version: 1.0.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , Martín Ferrari , +Homepage: https://github.com/beorn7/perks +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-beorn7-perks +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-beorn7-perks.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any +Package-List: + golang-github-beorn7-perks-dev deb devel optional arch=all +Directory: pool/de1da2f4c7fe57af45f8270c3b27233237d59935d80a533380adcd25cdfff6f0 +Checksums-Sha1: + 81444c012789cb100803a470b2c1d2431cedf0dc 2283 golang-github-beorn7-perks_1.0.1-1.dsc + 6d9ecddd4007521c16006425265f3ca1f2bac10e 10878 golang-github-beorn7-perks_1.0.1.orig.tar.gz + 82f725fd4fd183e6245a0a25965185ed00a12cc1 2920 golang-github-beorn7-perks_1.0.1-1.debian.tar.xz +Checksums-Sha256: + de1da2f4c7fe57af45f8270c3b27233237d59935d80a533380adcd25cdfff6f0 2283 golang-github-beorn7-perks_1.0.1-1.dsc + 317c52b249703ba4e331360e7b87385ac1cf714d41084ff02f4737e3082dbb9d 10878 golang-github-beorn7-perks_1.0.1.orig.tar.gz + 31b3c03d8984c80c94c39596a9d1e5914a0847d431fd03071a69a520337b1659 2920 golang-github-beorn7-perks_1.0.1-1.debian.tar.xz +Files: + 6a69ce2e4136aeeeea853efa3770a36e 2283 golang-github-beorn7-perks_1.0.1-1.dsc + e4919dbdab5aa9fc92eb15713a5cf6d1 10878 golang-github-beorn7-perks_1.0.1.orig.tar.gz + 0cd7477c98e8441c029e18f95eb0145e 2920 golang-github-beorn7-perks_1.0.1-1.debian.tar.xz +Go-Import-Path: github.com/beorn7/perks + +Format: 3.0 (quilt) +Package: golang-github-blang-semver +Binary: golang-github-blang-semver-dev +Architecture: all +Version: 4.0.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter +Homepage: https://github.com/blang/semver +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-blang-semver +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-blang-semver.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-blang-semver-dev deb devel optional arch=all +Directory: pool/71d8809cc4d925261f20efe6f93bc060832e6da9b696723f8729247d7edaee3e +Checksums-Sha1: + afe1255a08eb8d2ac6e56212115d8d85e4c2ee10 2270 golang-github-blang-semver_4.0.0-1.dsc + bac55d7c00c5f0550f27410a53d2aa1610c657e3 27777 golang-github-blang-semver_4.0.0.orig.tar.gz + 49ed611644a0d90bb77e71a199f092cb5b4f9046 2696 golang-github-blang-semver_4.0.0-1.debian.tar.xz +Checksums-Sha256: + 71d8809cc4d925261f20efe6f93bc060832e6da9b696723f8729247d7edaee3e 2270 golang-github-blang-semver_4.0.0-1.dsc + 873e979323df6060cb4f843bc920f07fa59c05002359bf5d4a3311c8911f6640 27777 golang-github-blang-semver_4.0.0.orig.tar.gz + 391c3543e027be7000e614e438db2177236c144a65a63ee27b327f59981d0b41 2696 golang-github-blang-semver_4.0.0-1.debian.tar.xz +Files: + 46bfcb75b1984fdeb0e96b13c11b2662 2270 golang-github-blang-semver_4.0.0-1.dsc + e4395a2928e64db604191eacacee0d90 27777 golang-github-blang-semver_4.0.0.orig.tar.gz + e21b749875b417b90dfb2f5050705e2b 2696 golang-github-blang-semver_4.0.0-1.debian.tar.xz +Go-Import-Path: github.com/blang/semver + +Format: 3.0 (quilt) +Package: golang-github-cenkalti-backoff +Binary: golang-github-cenkalti-backoff-dev +Architecture: all +Version: 4.3.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Félix Sipma , Anthony Fok , +Homepage: https://github.com/cenkalti/backoff +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cenkalti-backoff +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cenkalti-backoff.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~) +Package-List: + golang-github-cenkalti-backoff-dev deb golang optional arch=all +Directory: pool/3bc1cfaf5387e468b36c5374865f279e4b113f5c7f15edcbcdbae46f230bf08b +Checksums-Sha1: + 3fbf97d395adc3222e28373e4643f6c7616f0e7c 2375 golang-github-cenkalti-backoff_4.3.0-1.dsc + 414727295d08d5014cfeeb8cc2ed798841411d2a 10976 golang-github-cenkalti-backoff_4.3.0.orig.tar.gz + ac71eefee6d52c6d3d0bc30bcf84363b4351a47a 3384 golang-github-cenkalti-backoff_4.3.0-1.debian.tar.xz +Checksums-Sha256: + 3bc1cfaf5387e468b36c5374865f279e4b113f5c7f15edcbcdbae46f230bf08b 2375 golang-github-cenkalti-backoff_4.3.0-1.dsc + 7c01456b7667f1d9e34580425fe36d4f902a5200bdf97e79c2aae391c658b181 10976 golang-github-cenkalti-backoff_4.3.0.orig.tar.gz + 12dddb30f9d3d697dfaefa5a059c563bc4d41257585afe6fb5f57521a096ed97 3384 golang-github-cenkalti-backoff_4.3.0-1.debian.tar.xz +Files: + a5383d5301dae4c9db2d5ce7e2f95440 2375 golang-github-cenkalti-backoff_4.3.0-1.dsc + 35db6ea966b03b76515fda72fdb166df 10976 golang-github-cenkalti-backoff_4.3.0.orig.tar.gz + ab002373d6ae597876f70f4f907c1373 3384 golang-github-cenkalti-backoff_4.3.0-1.debian.tar.xz +Go-Import-Path: github.com/cenkalti/backoff + +Format: 3.0 (quilt) +Package: golang-github-cespare-xxhash +Binary: golang-github-cespare-xxhash-dev +Architecture: all +Version: 2.3.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Alexandre Viau , Dmitry Smirnov , Anthony Fok , +Homepage: https://github.com/cespare/xxhash +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cespare-xxhash +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cespare-xxhash.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any +Package-List: + golang-github-cespare-xxhash-dev deb golang optional arch=all +Directory: pool/75be4e424409a7613b436e15fae6f87db84433c75bb53c939774dbde22ed038c +Checksums-Sha1: + 1a7eb7ffa9f7cef6b765b59e9c796a1290cb1a61 2334 golang-github-cespare-xxhash_2.3.0-1.dsc + 2dd50fe5f7db9ca6598d67d3413e76d7012d29c9 12696 golang-github-cespare-xxhash_2.3.0.orig.tar.gz + 5c365b1581b64a8cc412f8e04130cf31033d7941 3148 golang-github-cespare-xxhash_2.3.0-1.debian.tar.xz +Checksums-Sha256: + 75be4e424409a7613b436e15fae6f87db84433c75bb53c939774dbde22ed038c 2334 golang-github-cespare-xxhash_2.3.0-1.dsc + 0e3dda07b03a5f3733506218860ecb2d50c0f01f16299b5d60902ef5158cbde5 12696 golang-github-cespare-xxhash_2.3.0.orig.tar.gz + b319012fbffda4f99bf1f1d726455e53edbfa1d8ef82669e04b8628f0d1b5f7a 3148 golang-github-cespare-xxhash_2.3.0-1.debian.tar.xz +Files: + e21d8d125f48a52a3150b0334fd60b1a 2334 golang-github-cespare-xxhash_2.3.0-1.dsc + 63d8ecd122bbcf7ae903fb29f4f6e6c3 12696 golang-github-cespare-xxhash_2.3.0.orig.tar.gz + 5226f1536882f3e49a8f2b5cdc2438b7 3148 golang-github-cespare-xxhash_2.3.0-1.debian.tar.xz +Go-Import-Path: github.com/cespare/xxhash + +Format: 3.0 (quilt) +Package: golang-github-checkpoint-restore-go-criu +Binary: golang-github-checkpoint-restore-go-criu-dev +Architecture: all +Version: 7.1.0+ds1-6 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Reinhard Tartler +Homepage: https://github.com/checkpoint-restore/go-criu +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-checkpoint-restore-go-criu +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-checkpoint-restore-go-criu.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-github-spf13-cobra-dev, golang-google-protobuf-dev, protoc-gen-go +Build-Depends-Indep: golang-any +Package-List: + golang-github-checkpoint-restore-go-criu-dev deb golang optional arch=all +Directory: pool/f5dfaf43482f5581fdc52048ba4e2b0b443a2ba829ff61832f6dfb2850977b3c +Checksums-Sha1: + f0665a8f7503714324dff53bff5438d8fe909dd6 2733 golang-github-checkpoint-restore-go-criu_7.1.0+ds1-6.dsc + e158c615b5a98f5c91a2a08fb73c0a0fc18c84c2 132756 golang-github-checkpoint-restore-go-criu_7.1.0+ds1.orig.tar.xz + 648c7fcac22f746c09faae685749021ed30d074e 5084 golang-github-checkpoint-restore-go-criu_7.1.0+ds1-6.debian.tar.xz +Checksums-Sha256: + f5dfaf43482f5581fdc52048ba4e2b0b443a2ba829ff61832f6dfb2850977b3c 2733 golang-github-checkpoint-restore-go-criu_7.1.0+ds1-6.dsc + 64beb23e5e1772071f7aedabbddbce6f301737e0f22a7dd306d346e2dbf698a0 132756 golang-github-checkpoint-restore-go-criu_7.1.0+ds1.orig.tar.xz + 50b5ecf1176f8caef443110fc7ab172ba3b183d78150bca0a22c696536af84a3 5084 golang-github-checkpoint-restore-go-criu_7.1.0+ds1-6.debian.tar.xz +Files: + 32e118736632ccbc7a6efb9ceda35c18 2733 golang-github-checkpoint-restore-go-criu_7.1.0+ds1-6.dsc + 79e4945ca095322d318668dfef3eecca 132756 golang-github-checkpoint-restore-go-criu_7.1.0+ds1.orig.tar.xz + 371941c96c23b2e605db655b034d969c 5084 golang-github-checkpoint-restore-go-criu_7.1.0+ds1-6.debian.tar.xz +Dgit: d2942309272c58f8c26357dc2e738b20aef71721 debian archive/debian/7.1.0+ds1-6 https://git.dgit.debian.org/golang-github-checkpoint-restore-go-criu +Go-Import-Path: github.com/checkpoint-restore/go-criu + +Format: 3.0 (quilt) +Package: golang-github-chzyer-readline +Binary: golang-github-chzyer-readline-dev +Architecture: all +Version: 1.4.39.g2972be2-3 +Maintainer: Debian Go Packaging Team +Uploaders: Paul Tagliamonte , +Homepage: https://github.com/chzyer/readline +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-chzyer-readline +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-chzyer-readline.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any +Package-List: + golang-github-chzyer-readline-dev deb devel optional arch=all +Directory: pool/fcd6d3ff7b241e084f9296ef4a4206fc2923bb04c9bb0d88d38d7394d887d95b +Checksums-Sha1: + 501852ff3e3363592c2405307820fdd3be8b8bb9 2534 golang-github-chzyer-readline_1.4.39.g2972be2-3.dsc + 8a35a59f103c286f0146016b51432b72cbcc183c 32068 golang-github-chzyer-readline_1.4.39.g2972be2.orig.tar.xz + 5132e0230af912c994768f74cd9bf619497cce3b 3928 golang-github-chzyer-readline_1.4.39.g2972be2-3.debian.tar.xz +Checksums-Sha256: + fcd6d3ff7b241e084f9296ef4a4206fc2923bb04c9bb0d88d38d7394d887d95b 2534 golang-github-chzyer-readline_1.4.39.g2972be2-3.dsc + b8ca59c9bc0a0feed9087b7ba467ddb4219ef5ec233870287014f37cda380439 32068 golang-github-chzyer-readline_1.4.39.g2972be2.orig.tar.xz + 2a2bb2db550b218b2cec6433466d290a1a25fb3d1abe52b20eceea1c869b3fdd 3928 golang-github-chzyer-readline_1.4.39.g2972be2-3.debian.tar.xz +Files: + 3b111b0e313f47b16808f62b6878192a 2534 golang-github-chzyer-readline_1.4.39.g2972be2-3.dsc + b3066bbabe8b239afa65bab12e878fb3 32068 golang-github-chzyer-readline_1.4.39.g2972be2.orig.tar.xz + 379e3c5db1aebba2f7ca18644f1b4eeb 3928 golang-github-chzyer-readline_1.4.39.g2972be2-3.debian.tar.xz +Dgit: d8aa1d8871abf17314010039cb91ba456dcf1665 debian archive/debian/1.4.39.g2972be2-3 https://git.dgit.debian.org/golang-github-chzyer-readline +Go-Import-Path: github.com/chzyer/readline, + gopkg.in/readline.v1, + +Format: 3.0 (quilt) +Package: golang-github-cilium-ebpf +Binary: golang-github-cilium-ebpf-dev +Architecture: all +Version: 0.11.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , +Homepage: https://github.com/cilium/ebpf +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cilium-ebpf +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cilium-ebpf.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any (>= 2:1.13~), golang-golang-x-exp-dev, golang-golang-x-sys-dev (>= 0.0~git20211117~) +Package-List: + golang-github-cilium-ebpf-dev deb golang optional arch=all +Directory: pool/3da5d30677dc3750b391edd322207aeb20f3a13b4d6c20b9771e1d89543c8266 +Checksums-Sha1: + 295442bf37c9470823fba70525363c5f5063c86f 1944 golang-github-cilium-ebpf_0.11.0-2.dsc + 13a00047b55b0126df57b21c4e0a6858a58c9d2f 1931194 golang-github-cilium-ebpf_0.11.0.orig.tar.gz + 17827c452e2dca9c81b0d2ba6b542e6393f57e56 4484 golang-github-cilium-ebpf_0.11.0-2.debian.tar.xz +Checksums-Sha256: + 3da5d30677dc3750b391edd322207aeb20f3a13b4d6c20b9771e1d89543c8266 1944 golang-github-cilium-ebpf_0.11.0-2.dsc + 7d5048620e13a837c3549de8c2db9818249c1a85f63d3e46e6e21899dcebb402 1931194 golang-github-cilium-ebpf_0.11.0.orig.tar.gz + af6b3a4b6a9b2d26de5f9b78549a209d0a0aae2bc03876032d54a93f32ae159c 4484 golang-github-cilium-ebpf_0.11.0-2.debian.tar.xz +Files: + 3ed3d3f2ed342631cdba44f8d4ebff4c 1944 golang-github-cilium-ebpf_0.11.0-2.dsc + 19eab1d272c5ac1ee970961c2664951f 1931194 golang-github-cilium-ebpf_0.11.0.orig.tar.gz + 2f6ab1407486f18756ce6beb204d6fb1 4484 golang-github-cilium-ebpf_0.11.0-2.debian.tar.xz +Go-Import-Path: github.com/cilium/ebpf + +Format: 3.0 (quilt) +Package: golang-github-containerd-btrfs +Binary: golang-github-containerd-btrfs-dev +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout +Homepage: https://github.com/containerd/btrfs +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-btrfs +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-btrfs.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-pkg-errors-dev, golang-golang-x-sys-dev, libbtrfs-dev | btrfs-progs (<< 4.16.1~) +Package-List: + golang-github-containerd-btrfs-dev deb golang optional arch=all +Directory: pool/fc0fbeb42cf37c1fae354f98ac24d69d6d6000ef8f817a6ad9f0a419c433f269 +Checksums-Sha1: + 1ada893f3716f5299c36813c6224ab673f410e2f 2394 golang-github-containerd-btrfs_2.0.0-2.dsc + 121cd582eb54fe3abf75c3df5ff9d953cb577e9a 10840 golang-github-containerd-btrfs_2.0.0.orig.tar.xz + 63b69c7389aa56e9126f13ac6998d9bcaf938b61 2684 golang-github-containerd-btrfs_2.0.0-2.debian.tar.xz +Checksums-Sha256: + fc0fbeb42cf37c1fae354f98ac24d69d6d6000ef8f817a6ad9f0a419c433f269 2394 golang-github-containerd-btrfs_2.0.0-2.dsc + b3b6c48c27f725d7cd10c3c0387187629d773a08c6fd5ddbaa4a89cdace21f68 10840 golang-github-containerd-btrfs_2.0.0.orig.tar.xz + 45c974fecd4c2b5890f155cfe04ead7e6335a65fe5e3bada330455428126c395 2684 golang-github-containerd-btrfs_2.0.0-2.debian.tar.xz +Files: + 811447b05f3f441bf3983cd75c41bc43 2394 golang-github-containerd-btrfs_2.0.0-2.dsc + 46ef9a5e434c01a2c816005c6129d111 10840 golang-github-containerd-btrfs_2.0.0.orig.tar.xz + e5b985f35918895469329614bac45411 2684 golang-github-containerd-btrfs_2.0.0-2.debian.tar.xz +Go-Import-Path: github.com/containerd/btrfs + +Format: 3.0 (quilt) +Package: golang-github-containerd-cgroups +Binary: golang-github-containerd-cgroups-dev +Architecture: all +Version: 3.0.3-3 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Dmitry Smirnov , Reinhard Tartler , +Homepage: https://github.com/containerd/cgroups +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-cgroups +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-cgroups.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-dbus-dev, golang-google-protobuf-dev, golang-github-cilium-ebpf-dev, golang-github-coreos-go-systemd-dev, golang-github-docker-go-units-dev, golang-github-opencontainers-specs-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-uber-goleak-dev, golang-golang-x-sys-dev, libprotobuf-dev, protobuild, protoc-gen-go +Package-List: + golang-github-containerd-cgroups-dev deb golang optional arch=all +Directory: pool/1da71a7e5a6f1b4663dbdbee9d55926973eb9387b5b885770ef864499e1a1778 +Checksums-Sha1: + d8f02b74c7806ecd3df149627078b356f685a7f8 2740 golang-github-containerd-cgroups_3.0.3-3.dsc + e15e91c1473f68ad8228b2ae907eeb9c4925cc84 65144 golang-github-containerd-cgroups_3.0.3.orig.tar.xz + 8dfe31d752fa7e87b0b5fccf608f55a6e8da354b 4132 golang-github-containerd-cgroups_3.0.3-3.debian.tar.xz +Checksums-Sha256: + 1da71a7e5a6f1b4663dbdbee9d55926973eb9387b5b885770ef864499e1a1778 2740 golang-github-containerd-cgroups_3.0.3-3.dsc + 47eea3d903f4d0a59c242da9272071667cfdf2edf37ffb37b6996560a0b2bc3b 65144 golang-github-containerd-cgroups_3.0.3.orig.tar.xz + 7b04bbc845f09e84c802724ff48cad5ba8baff03b82e9a4a1dce8fdd30031d0e 4132 golang-github-containerd-cgroups_3.0.3-3.debian.tar.xz +Files: + bcb562cb90024487f33c407320e448d4 2740 golang-github-containerd-cgroups_3.0.3-3.dsc + 73f2de7ebb5dd0baa606bff094995abd 65144 golang-github-containerd-cgroups_3.0.3.orig.tar.xz + 51a91376c905ad62180588cedcde5930 4132 golang-github-containerd-cgroups_3.0.3-3.debian.tar.xz +Go-Import-Path: github.com/containerd/cgroups + +Format: 3.0 (quilt) +Package: golang-github-containerd-console +Binary: golang-github-containerd-console-dev +Architecture: all +Version: 1.0.3-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , +Homepage: https://github.com/containerd/console +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-console +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-console.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev +Package-List: + golang-github-containerd-console-dev deb golang optional arch=all +Directory: pool/1aef238583a1d8f56864f179d1a5f062e6026da985a48175da5bcf00ce5d6de6 +Checksums-Sha1: + d2da89acc4c08cd8fb8c0c54db4e8af493afd4d7 1744 golang-github-containerd-console_1.0.3-1.dsc + aa1fb574105e3838ac8d4fb0c82b3b2b205c2586 12664 golang-github-containerd-console_1.0.3.orig.tar.xz + f10b5ea088ab30d538699ab7f6169236638fbcf6 2708 golang-github-containerd-console_1.0.3-1.debian.tar.xz +Checksums-Sha256: + 1aef238583a1d8f56864f179d1a5f062e6026da985a48175da5bcf00ce5d6de6 1744 golang-github-containerd-console_1.0.3-1.dsc + 2c82567b024f9d4dde9ca90f7390f9c749269f956940f5fd08fc0407681b9846 12664 golang-github-containerd-console_1.0.3.orig.tar.xz + 9e1a9714946dfb6a7007f9f258d3c32b3e33ff0a4e0365e235ce069926e05aef 2708 golang-github-containerd-console_1.0.3-1.debian.tar.xz +Files: + 1bd016dd36fe5b7858b05ab99610f20a 1744 golang-github-containerd-console_1.0.3-1.dsc + 94138ece5b32a931df540ceb1670d576 12664 golang-github-containerd-console_1.0.3.orig.tar.xz + 5e3d8d7ffcc8e7aa0de0762938d40b24 2708 golang-github-containerd-console_1.0.3-1.debian.tar.xz +Go-Import-Path: github.com/containerd/console + +Format: 3.0 (quilt) +Package: golang-github-containerd-errdefs +Binary: golang-github-containerd-errdefs-dev +Architecture: all +Version: 0.1.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/containerd/errdefs +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-errdefs +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-errdefs.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-google-grpc-dev +Package-List: + golang-github-containerd-errdefs-dev deb golang optional arch=all +Directory: pool/7588926fd88f16d1b491831c8942fcec33792c5dbcff8934d49766683ff4a3d5 +Checksums-Sha1: + 6f5ef3514460f4f9b9ba3744a1f100942e71846d 2485 golang-github-containerd-errdefs_0.1.0-2.dsc + 72c845a9a59ac024b6dcc0b44687c9723fb9c1d1 8494 golang-github-containerd-errdefs_0.1.0.orig.tar.gz + abddd710cc53d96a7ec5df703967276f34887223 2304 golang-github-containerd-errdefs_0.1.0-2.debian.tar.xz +Checksums-Sha256: + 7588926fd88f16d1b491831c8942fcec33792c5dbcff8934d49766683ff4a3d5 2485 golang-github-containerd-errdefs_0.1.0-2.dsc + 45625bdba0436874a250ae687bbf5cce41f12b1ff2a3bfd9169c7abe4b2dc607 8494 golang-github-containerd-errdefs_0.1.0.orig.tar.gz + 4bb666909b8be7a7b32d9e3d62cf9141c334673dad70dc62d2da457379d1a910 2304 golang-github-containerd-errdefs_0.1.0-2.debian.tar.xz +Files: + 2ed09312d78c4fd766b14648034c1f05 2485 golang-github-containerd-errdefs_0.1.0-2.dsc + 9914e4bb42c19ab8e9f5b99204007caa 8494 golang-github-containerd-errdefs_0.1.0.orig.tar.gz + 2dd97a0df81ea153f77dec64494fcc70 2304 golang-github-containerd-errdefs_0.1.0-2.debian.tar.xz +Dgit: 059fb43b26bc177f62ec20686e4346caa1aec9bb debian archive/debian/0.1.0-2 https://git.dgit.debian.org/golang-github-containerd-errdefs +Go-Import-Path: github.com/containerd/errdefs + +Format: 3.0 (quilt) +Package: golang-github-containerd-fifo +Binary: golang-github-containerd-fifo-dev +Architecture: all +Version: 1.1.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , +Homepage: https://github.com/containerd/fifo +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-fifo +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-fifo.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev +Package-List: + golang-github-containerd-fifo-dev deb golang optional arch=all +Directory: pool/51fac19ca90bc7939a0042c16f67022044be5a8e147f898b505f1e83af33a211 +Checksums-Sha1: + 724f8c646099d33d1010b673222465ff68ace48d 1703 golang-github-containerd-fifo_1.1.0-1.dsc + 89c8fd7697be7cd98be85f96d99b962a545ab86f 11776 golang-github-containerd-fifo_1.1.0.orig.tar.xz + 6680082ee22569d2a975b0993bd53a432dba7c1a 2376 golang-github-containerd-fifo_1.1.0-1.debian.tar.xz +Checksums-Sha256: + 51fac19ca90bc7939a0042c16f67022044be5a8e147f898b505f1e83af33a211 1703 golang-github-containerd-fifo_1.1.0-1.dsc + 8bdebac6a263a99c968d888023e72530444fc85b8c26dd62ec574b95aec4d9eb 11776 golang-github-containerd-fifo_1.1.0.orig.tar.xz + 8de9d8a9419ffc9f9fe80b8917c6e43c77ce595869521b384ed12898ddeb4156 2376 golang-github-containerd-fifo_1.1.0-1.debian.tar.xz +Files: + 9efc1dde3d06c8c703517de6ceba6d92 1703 golang-github-containerd-fifo_1.1.0-1.dsc + a18b57d2523211f4886005aa5c384341 11776 golang-github-containerd-fifo_1.1.0.orig.tar.xz + 22846f551507bc7780933c9cf5930a5d 2376 golang-github-containerd-fifo_1.1.0-1.debian.tar.xz +Go-Import-Path: github.com/containerd/fifo + +Format: 3.0 (quilt) +Package: golang-github-containerd-go-cni +Binary: golang-github-containerd-go-cni-dev +Architecture: all +Version: 1.1.9-2 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , Dmitry Smirnov , +Homepage: https://github.com/containerd/go-cni +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-go-cni +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-go-cni.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang +Build-Depends-Indep: golang-any, golang-github-appc-cni-dev (>= 1.0.1~), golang-github-stretchr-testify-dev +Package-List: + golang-github-containerd-go-cni-dev deb golang optional arch=all +Directory: pool/6930894362ef2a3206534283efbe92ade28ca82266d3c20ea1686c2022b5edc5 +Checksums-Sha1: + cea6d213972fbcd0e903ee1fda433a9b9789b44e 2428 golang-github-containerd-go-cni_1.1.9-2.dsc + b082d21fc10252cb746feb45e381461614f43824 27108 golang-github-containerd-go-cni_1.1.9.orig.tar.xz + b10edffdbfdd9045beed1d615f0de8b4b049523c 2584 golang-github-containerd-go-cni_1.1.9-2.debian.tar.xz +Checksums-Sha256: + 6930894362ef2a3206534283efbe92ade28ca82266d3c20ea1686c2022b5edc5 2428 golang-github-containerd-go-cni_1.1.9-2.dsc + 7342986f2560b6b67daeda37a462e9cdbbba09bd5375e9259a2861170833466a 27108 golang-github-containerd-go-cni_1.1.9.orig.tar.xz + 4f10ad15693fe2b1aa1e875f140f593d7c3f48fec172f811bf73b7aae2e5044d 2584 golang-github-containerd-go-cni_1.1.9-2.debian.tar.xz +Files: + b6265a94e52e7a612911880dafd4ccdc 2428 golang-github-containerd-go-cni_1.1.9-2.dsc + 4f4a94659a20cda24a961f8e801588d2 27108 golang-github-containerd-go-cni_1.1.9.orig.tar.xz + 17c81398a8e3f1da51a0a5a0af36db03 2584 golang-github-containerd-go-cni_1.1.9-2.debian.tar.xz +Go-Import-Path: github.com/containerd/go-cni + +Format: 3.0 (quilt) +Package: golang-github-containerd-go-runc +Binary: golang-github-containerd-go-runc-dev +Architecture: all +Version: 1.1.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , +Homepage: https://github.com/containerd/go-runc +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-go-runc +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-go-runc.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-containerd-console-dev, golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev +Package-List: + golang-github-containerd-go-runc-dev deb golang optional arch=all +Directory: pool/58b8697a140a5e270ec52857fa241c9b7f8aa8d3bf32b364dc78365e8300ee1b +Checksums-Sha1: + 7c74f20e39bda0d431f16543c35b3b5dbb8bcdcd 2493 golang-github-containerd-go-runc_1.1.0-2.dsc + 77a6466f581b8c05dc2c7acc87563eb77c610964 18064 golang-github-containerd-go-runc_1.1.0.orig.tar.xz + 97b8988ade6e08ff2698b496d3cfff04eafbf1fd 2516 golang-github-containerd-go-runc_1.1.0-2.debian.tar.xz +Checksums-Sha256: + 58b8697a140a5e270ec52857fa241c9b7f8aa8d3bf32b364dc78365e8300ee1b 2493 golang-github-containerd-go-runc_1.1.0-2.dsc + f7d947feda2b705a59db31162af4d790a0d619ac7b851921a58d8982713a3d69 18064 golang-github-containerd-go-runc_1.1.0.orig.tar.xz + 376857b438da3ee19d2d1cfed6ef4b65c02b25f61877e33a98f31af1ddde8e60 2516 golang-github-containerd-go-runc_1.1.0-2.debian.tar.xz +Files: + 15eb1e8eeff055e771ffc93bd2e38f71 2493 golang-github-containerd-go-runc_1.1.0-2.dsc + 7f9c7134e937f58c37260a0597374824 18064 golang-github-containerd-go-runc_1.1.0.orig.tar.xz + 1d221d7a4d7c09bab73cdca1ded0516c 2516 golang-github-containerd-go-runc_1.1.0-2.debian.tar.xz +Go-Import-Path: github.com/containerd/go-runc + +Format: 3.0 (quilt) +Package: golang-github-containerd-imgcrypt +Binary: imgcrypt, golang-github-containerd-imgcrypt-dev +Architecture: linux-any all +Version: 1.1.11-4 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/containerd/imgcrypt +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-imgcrypt +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-imgcrypt.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-containerd-containerd-dev (>> 1.7), golang-github-containerd-errdefs-dev, golang-github-containerd-typeurl-dev (>> 2), golang-github-containers-ocicrypt-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev +Package-List: + golang-github-containerd-imgcrypt-dev deb golang optional arch=all + imgcrypt deb golang optional arch=linux-any +Directory: pool/9f53c7559281e689a20533fac91a5993f5d3fbfd3e94b8c43dd0ec14293ab01e +Checksums-Sha1: + 3592784db2c593b2f031e2b959384a1174e48039 2815 golang-github-containerd-imgcrypt_1.1.11-4.dsc + 6036f5afb5c24e3fccc8394d7cdd53ba2d7bbc88 197855 golang-github-containerd-imgcrypt_1.1.11.orig.tar.gz + e19274668ef3b4ab627c7f757f7cda84a00efc8a 3524 golang-github-containerd-imgcrypt_1.1.11-4.debian.tar.xz +Checksums-Sha256: + 9f53c7559281e689a20533fac91a5993f5d3fbfd3e94b8c43dd0ec14293ab01e 2815 golang-github-containerd-imgcrypt_1.1.11-4.dsc + a2c8ccc903a8e49442c579a635ced7e162d1726ac0cb3c758ce27988e263795a 197855 golang-github-containerd-imgcrypt_1.1.11.orig.tar.gz + 394d92a28167569768ab10eb8fd25f145bf3b32468194a24a52634b159e52c28 3524 golang-github-containerd-imgcrypt_1.1.11-4.debian.tar.xz +Files: + 260667da039da186bd8a37d73569997c 2815 golang-github-containerd-imgcrypt_1.1.11-4.dsc + 91d26d773ca2bdd5316dc161d5a608fc 197855 golang-github-containerd-imgcrypt_1.1.11.orig.tar.gz + f1200ac5724c16b6353548b653236873 3524 golang-github-containerd-imgcrypt_1.1.11-4.debian.tar.xz +Dgit: aa69ab8fe1ba22b495b166b4b785dfb7f9f92420 debian archive/debian/1.1.11-4 https://git.dgit.debian.org/golang-github-containerd-imgcrypt +Go-Import-Path: github.com/containerd/imgcrypt + +Format: 3.0 (quilt) +Package: golang-github-containerd-log +Binary: golang-github-containerd-log-dev +Architecture: all +Version: 0.1.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/containerd/log +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-log +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-log.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-logrus-dev +Package-List: + golang-github-containerd-log-dev deb golang optional arch=all +Directory: pool/caba5c3b167990bc957fc967768cc4f33c6cf8fc1f0c74a6b0b839d7180fd7d7 +Checksums-Sha1: + 566440e181f01dce53e2fb61bde4ce0e26aa8ede 2286 golang-github-containerd-log_0.1.0-2.dsc + acbaf04d8b509154c3fdb5819f8b04feb56a4e8a 9654 golang-github-containerd-log_0.1.0.orig.tar.gz + b20b4368db7c80d1239513fa3fe2b3c8980ecf3f 2028 golang-github-containerd-log_0.1.0-2.debian.tar.xz +Checksums-Sha256: + caba5c3b167990bc957fc967768cc4f33c6cf8fc1f0c74a6b0b839d7180fd7d7 2286 golang-github-containerd-log_0.1.0-2.dsc + bfe14fa56ab57783e3ee827351e5704b04870cfb2a4aa03a13a7b2b81cc56c61 9654 golang-github-containerd-log_0.1.0.orig.tar.gz + 0cfcb23fbd72f24d40ca694165b117895653a41aec8c88f9a4b862a582eef3b1 2028 golang-github-containerd-log_0.1.0-2.debian.tar.xz +Files: + 5aaefb7f420ba148ccaac696ad31b519 2286 golang-github-containerd-log_0.1.0-2.dsc + 48858c9a41af61187e619482aec8a8d9 9654 golang-github-containerd-log_0.1.0.orig.tar.gz + 97c0803944149735192b289749b88847 2028 golang-github-containerd-log_0.1.0-2.debian.tar.xz +Go-Import-Path: github.com/containerd/log + +Format: 3.0 (quilt) +Package: golang-github-containerd-nri +Binary: golang-github-containerd-nri-dev +Architecture: all +Version: 0.6.1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/containerd/nri +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-nri +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-nri.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-containerd-ttrpc-dev (>> 1.2), golang-github-kubernetes-cri-api-dev, golang-github-moby-sys-dev, golang-github-onsi-ginkgo-v2-dev, golang-github-opencontainers-runtime-tools-dev, golang-github-opencontainers-specs-dev, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev, golang-gomega-dev, golang-google-protobuf-dev, golang-k8s-sigs-yaml-dev, golang-logrus-dev +Package-List: + golang-github-containerd-nri-dev deb golang optional arch=all +Directory: pool/cbd2775428b406163ed891e60407e64a3096e489dec2c0c0a30b24dbf20479b3 +Checksums-Sha1: + ac8f233950f1ff3f53ff2801032a588a9f880008 2797 golang-github-containerd-nri_0.6.1-2.dsc + 94054bb4578a07b54c6794fd259719eca9e00712 459345 golang-github-containerd-nri_0.6.1.orig.tar.gz + da5386413fa45195d3da19c8aeb0f96bac431d41 2764 golang-github-containerd-nri_0.6.1-2.debian.tar.xz +Checksums-Sha256: + cbd2775428b406163ed891e60407e64a3096e489dec2c0c0a30b24dbf20479b3 2797 golang-github-containerd-nri_0.6.1-2.dsc + b35a8f297a5cf3ce9c87514de76123804893e17b2378b413fbbe9d428c40be8d 459345 golang-github-containerd-nri_0.6.1.orig.tar.gz + 1428e682036c048bf20b5d24fa77e8c6a8bf69e724cb7018e53a54927a86622a 2764 golang-github-containerd-nri_0.6.1-2.debian.tar.xz +Files: + e915daf4f1cb30dc189cb219c5e63550 2797 golang-github-containerd-nri_0.6.1-2.dsc + e0fa76d33c162bde2c1199df116d0639 459345 golang-github-containerd-nri_0.6.1.orig.tar.gz + bdb0b323dcf533a5ec8cacfba57b0390 2764 golang-github-containerd-nri_0.6.1-2.debian.tar.xz +Dgit: f846f2f72399e2d2c5857a50c2c0fe2822e488dc debian archive/debian/0.6.1-2 https://git.dgit.debian.org/golang-github-containerd-nri +Go-Import-Path: github.com/containerd/nri + +Format: 3.0 (quilt) +Package: golang-github-containerd-platforms +Binary: golang-github-containerd-platforms-dev +Architecture: all +Version: 0.2.1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu +Homepage: https://github.com/containerd/platforms +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-platforms +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-platforms.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-containerd-log-dev, golang-github-opencontainers-image-spec-dev, golang-golang-x-sys-dev +Package-List: + golang-github-containerd-platforms-dev deb golang optional arch=all +Directory: pool/5a4fb7b390d25b1bf25f5607a8b5694b5a427c4c7106a8b80a1bd600d9fdd8c3 +Checksums-Sha1: + 005f16246fa76ff97f87d8ff8c4a2c6fa3cf8c32 2075 golang-github-containerd-platforms_0.2.1-2.dsc + 0993ec51a53084310689301aa25e2bc80fa3bd23 20913 golang-github-containerd-platforms_0.2.1.orig.tar.gz + 5709ad7b61cc542bcdfe56f849423ef5ae8244c0 2000 golang-github-containerd-platforms_0.2.1-2.debian.tar.xz +Checksums-Sha256: + 5a4fb7b390d25b1bf25f5607a8b5694b5a427c4c7106a8b80a1bd600d9fdd8c3 2075 golang-github-containerd-platforms_0.2.1-2.dsc + db86a2871901b46b0f8c12d405223c9fca7778ef746cdff5800b56c783a868d2 20913 golang-github-containerd-platforms_0.2.1.orig.tar.gz + 8b36e7ec9beb0e2cefb69a586c6133009703bd48807de5d060360069dd7dab2e 2000 golang-github-containerd-platforms_0.2.1-2.debian.tar.xz +Files: + b823af5b0f31fe5ece9121caa4242fa4 2075 golang-github-containerd-platforms_0.2.1-2.dsc + bf3898b7647af3d9081d3856eda41de2 20913 golang-github-containerd-platforms_0.2.1.orig.tar.gz + 2e0444139f4b47d1b33ce480f3a726be 2000 golang-github-containerd-platforms_0.2.1-2.debian.tar.xz +Go-Import-Path: github.com/containerd/platforms + +Format: 3.0 (quilt) +Package: golang-github-containerd-typeurl +Binary: golang-github-containerd-typeurl-dev +Architecture: all +Version: 2.1.1-3 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , +Homepage: https://github.com/containerd/typeurl +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-typeurl +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-typeurl.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-gogo-protobuf-dev, golang-github-pkg-errors-dev, golang-google-protobuf-dev +Package-List: + golang-github-containerd-typeurl-dev deb golang optional arch=all +Directory: pool/89f0d8fab7487af56d23ffd389bc8a592d6e8efc862c4b246f0fa535fd2e8d93 +Checksums-Sha1: + f0af9c37e71e0d7ca42d93ddd0f2c81c82506c6c 2558 golang-github-containerd-typeurl_2.1.1-3.dsc + 1b4f25b215abf47ec032569e486f48712e9ffbdb 10624 golang-github-containerd-typeurl_2.1.1.orig.tar.xz + 7ce5968b79d46a1f1056bfac247bb8da19afa8ab 2424 golang-github-containerd-typeurl_2.1.1-3.debian.tar.xz +Checksums-Sha256: + 89f0d8fab7487af56d23ffd389bc8a592d6e8efc862c4b246f0fa535fd2e8d93 2558 golang-github-containerd-typeurl_2.1.1-3.dsc + cc17d62637c1b0d77fcf1e44aef2b9511bfb99c7d4ce96b0d4779383e53e2584 10624 golang-github-containerd-typeurl_2.1.1.orig.tar.xz + 578d67108c8f9a1a9f5021370906a90c5fe86918df866b6d879e15cb65113a4b 2424 golang-github-containerd-typeurl_2.1.1-3.debian.tar.xz +Files: + a2bd96cc802ab17a631b3020584517ec 2558 golang-github-containerd-typeurl_2.1.1-3.dsc + 27c71a989f5752869c0e64ae6b44095d 10624 golang-github-containerd-typeurl_2.1.1.orig.tar.xz + 84494b7b42ccba2dfdb6c3b08306ef05 2424 golang-github-containerd-typeurl_2.1.1-3.debian.tar.xz +Dgit: c393d89b99fc43b87311bf248d95f789a64bd373 debian archive/debian/2.1.1-3 https://git.dgit.debian.org/golang-github-containerd-typeurl +Go-Import-Path: github.com/containerd/typeurl + +Format: 3.0 (quilt) +Package: golang-github-containernetworking-plugins +Binary: golang-github-containernetworking-plugins-dev, containernetworking-plugins +Architecture: any all +Version: 1.1.1+ds1-3 +Maintainer: Debian Go Packaging Team +Uploaders: Jamie Bliss , Nicolas Braud-Santoni , Dmitry Smirnov , +Homepage: https://github.com/containernetworking/plugins +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containernetworking-plugins +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containernetworking-plugins.git +Testsuite: autopkgtest, autopkgtest-pkg-go +Testsuite-Triggers: @builddeps@, dbus-daemon, iproute2, iptables, iputils-ping, nftables +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-dbus-dev (>= 5.0.2~), golang-github-alexflint-go-filemutex-dev, golang-github-appc-cni-dev (>= 1.0.1~), golang-github-coreos-go-iptables-dev (>= 0.4.5~), golang-github-coreos-go-systemd-dev (>= 20~), golang-github-d2g-dhcp4-dev, golang-github-d2g-dhcp4client-dev (>= 1.0.0~), golang-github-mattn-go-shellwords-dev, golang-github-networkplumbing-go-nft-dev, golang-github-onsi-ginkgo-dev, golang-github-safchain-ethtool-dev, golang-github-vishvananda-netlink-dev (>= 1.1.0.125~), golang-golang-x-sys-dev, golang-gomega-dev +Package-List: + containernetworking-plugins deb golang optional arch=any + golang-github-containernetworking-plugins-dev deb golang optional arch=all +Directory: pool/d4154233ab6f5779bd6a325b0f51bdcab4724958a84f9305232c1cad8c8fbf61 +Checksums-Sha1: + 85de475e32a4f5ab7b2911565f58cdeaa378531a 2650 golang-github-containernetworking-plugins_1.1.1+ds1-3.dsc + 42485a249bab2bd1000ca9e4aefa0355302b1c8b 160928 golang-github-containernetworking-plugins_1.1.1+ds1.orig.tar.xz + 0381a7c1e72ec5727a0b0c1554f358e9e03f394d 5928 golang-github-containernetworking-plugins_1.1.1+ds1-3.debian.tar.xz +Checksums-Sha256: + d4154233ab6f5779bd6a325b0f51bdcab4724958a84f9305232c1cad8c8fbf61 2650 golang-github-containernetworking-plugins_1.1.1+ds1-3.dsc + 46ce6214581cfdfd9784cb008765af4dafc21ffc46149e78286ae99c02ba6f9d 160928 golang-github-containernetworking-plugins_1.1.1+ds1.orig.tar.xz + b6eca3dcc579dd1b834935229dcc08e39f824803bc43df10765e6112712bc707 5928 golang-github-containernetworking-plugins_1.1.1+ds1-3.debian.tar.xz +Files: + c827f491121cd4e01922ce21a0c9ce68 2650 golang-github-containernetworking-plugins_1.1.1+ds1-3.dsc + 4ec4dc4540e395161853a91dbe314c4f 160928 golang-github-containernetworking-plugins_1.1.1+ds1.orig.tar.xz + 0f9de21570e36f480e71857860f7f88e 5928 golang-github-containernetworking-plugins_1.1.1+ds1-3.debian.tar.xz +Go-Import-Path: github.com/containernetworking/plugins + +Format: 3.0 (quilt) +Package: golang-github-containers-common +Binary: golang-github-containers-common, golang-github-containers-common-dev +Architecture: all +Version: 0.60.3+ds1-3 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/containers/common +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-common +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-common.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, go-md2man, golang-github-appc-cni-dev (>> 1.0~~), golang-github-burntsushi-toml-dev (>> 1.3), golang-github-checkpoint-restore-checkpointctl-dev (>> 1.2~~), golang-github-checkpoint-restore-go-criu-dev (>> 7.1~~), golang-github-container-orchestrated-devices-container-device-interface-dev (>> 0.6.2), golang-github-containerd-containerd-dev, golang-github-containernetworking-plugins-dev, golang-github-containers-image-dev (>> 5.32.2~~), golang-github-containers-ocicrypt-dev, golang-github-containers-storage-dev (>> 1.55~~), golang-github-coreos-bbolt-dev, golang-github-coreos-go-systemd-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-davecgh-go-spew-dev, golang-github-disiqueira-gotree-dev, golang-github-docker-distribution-dev, golang-github-docker-docker-dev, golang-github-docker-go-units-dev, golang-github-fsnotify-fsnotify-dev, golang-github-ghodss-yaml-dev, golang-github-godbus-dbus-dev, golang-github-hashicorp-go-multierror-dev, golang-github-jinzhu-copier-dev, golang-github-json-iterator-go-dev, golang-github-onsi-ginkgo-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>> 1.1.0~~), golang-github-opencontainers-runc-dev (>> 1.0.1~~), golang-github-opencontainers-runtime-tools-dev, golang-github-opencontainers-selinux-dev (>> 1.8.0), golang-github-opencontainers-specs-dev, golang-github-pkg-sftp-dev, golang-github-pmezard-go-difflib-dev, golang-github-seccomp-libseccomp-golang-dev, golang-github-sirupsen-logrus-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev, golang-github-vishvananda-netlink-dev, golang-go (>> 2:1.14), golang-gocapability-dev, golang-golang-x-crypto-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-golang-x-term-dev, golang-gomega-dev, gpg +Package-List: + golang-github-containers-common deb golang optional arch=all + golang-github-containers-common-dev deb golang optional arch=all +Directory: pool/749b3461d82596a30eef4b385b791198ea0f2fa0f13b8d3829df15c695e2121c +Checksums-Sha1: + 6690a7472edaf54385b8d007f3e67a466c195e22 4390 golang-github-containers-common_0.60.3+ds1-3.dsc + 05bcb6c9ab32285ee1cbffdda19aaf8c28b11eb6 1354788 golang-github-containers-common_0.60.3+ds1.orig.tar.xz + 849bb81617b7d861713fe579611024d3794c6b17 6988 golang-github-containers-common_0.60.3+ds1-3.debian.tar.xz +Checksums-Sha256: + 749b3461d82596a30eef4b385b791198ea0f2fa0f13b8d3829df15c695e2121c 4390 golang-github-containers-common_0.60.3+ds1-3.dsc + 9fe2b1edb1e4d032d4dde56092da2036f1b86efa721c9c10b9f243d02e343a4b 1354788 golang-github-containers-common_0.60.3+ds1.orig.tar.xz + 22a8bc2c2494699b5bc0144daa2d368a01fa78fbd55f01f8b09c439048055c97 6988 golang-github-containers-common_0.60.3+ds1-3.debian.tar.xz +Files: + 7dd775d8fb5dc55188c561a03354ab9b 4390 golang-github-containers-common_0.60.3+ds1-3.dsc + d2cd0f21fb6bc04c89320c5e88b2f31c 1354788 golang-github-containers-common_0.60.3+ds1.orig.tar.xz + f1acfd48636ade6eae4ce458e0c7a9ca 6988 golang-github-containers-common_0.60.3+ds1-3.debian.tar.xz +Dgit: d20e9824e937a2039e60e181fcb84fc56163d695 debian archive/debian/0.60.3+ds1-3 https://git.dgit.debian.org/golang-github-containers-common +Go-Import-Path: github.com/containers/common + +Format: 3.0 (quilt) +Package: golang-github-containers-image +Binary: golang-github-containers-image, golang-github-containers-image-dev +Architecture: all +Version: 5.32.2-4 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler , Dmitry Smirnov +Homepage: https://github.com/containers/image +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-image +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-image.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, go-md2man, golang-github-acarl005-stripansi-dev, golang-github-burntsushi-toml-dev (>= 1.3.2), golang-github-containers-libtrust-dev, golang-github-containers-ocicrypt-dev (>= 1.1.9), golang-github-containers-storage-dev (>= 1.55), golang-github-coreos-bbolt-dev (>= 1.3.3~), golang-github-docker-distribution-dev, golang-github-docker-docker-credential-helpers-dev, golang-github-docker-docker-dev (>= 26.1), golang-github-docker-go-connections-dev, golang-github-fullsailor-pkcs7-dev, golang-github-ghodss-yaml-dev, golang-github-imdario-mergo-dev, golang-github-klauspost-pgzip-dev, golang-github-manifoldco-promptui-dev, golang-github-mattn-go-sqlite3-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>= 1.1.0~rc5~), golang-github-opencontainers-selinux-dev (>= 1.11), golang-github-ostreedev-ostree-go-dev, golang-github-otiai10-copy-dev, golang-github-pkg-errors-dev, golang-github-pquerna-ffjson-dev, golang-github-proglottis-gpgme-dev, golang-github-secure-systems-lab-go-securesystemslib-dev, golang-github-sigstore-fulcio-dev, golang-github-sigstore-rekor-dev, golang-github-sigstore-sigstore-dev (>= 1.8.6), golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-sylabs-sif-dev (>> 2.3.1), golang-github-ulikunitz-xz-dev, golang-github-vbatts-tar-split-dev, golang-github-vbauerster-mpb-dev (>= 8), golang-github-xeipuuv-gojsonschema-dev, golang-go, golang-golang-x-crypto-dev, golang-golang-x-exp-dev (>= 0.0~git20230522.2e198f4-1~), golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-gopkg-cheggaaa-pb.v1-dev, libbtrfs-dev, libdevmapper-dev +Package-List: + golang-github-containers-image deb devel optional arch=all + golang-github-containers-image-dev deb devel optional arch=all +Directory: pool/b65a7d1f04635dd7ed125e3a54be8d82d4d4fba0df81507eaa544befc166b49c +Checksums-Sha1: + 29de6592f0e0b31f65f3ce5b020844fa33762465 4219 golang-github-containers-image_5.32.2-4.dsc + 88fc09924799e47834e4f3a9430117f1126dda5b 735422 golang-github-containers-image_5.32.2.orig.tar.gz + 698f89fa02b888d621a6fbcaa4b8cd1eb7f0bd25 8264 golang-github-containers-image_5.32.2-4.debian.tar.xz +Checksums-Sha256: + b65a7d1f04635dd7ed125e3a54be8d82d4d4fba0df81507eaa544befc166b49c 4219 golang-github-containers-image_5.32.2-4.dsc + 2e0a4f21416cd287a39fe3556197f258ca02ffc5825a74b4ad6c3f52f08446b5 735422 golang-github-containers-image_5.32.2.orig.tar.gz + f97f2e3e3ee680e5ea40d6f0c922ad9e66f17a83285cc077f073236be3b4314f 8264 golang-github-containers-image_5.32.2-4.debian.tar.xz +Files: + eef3347eb025da93f2e9d91f2af5c3fb 4219 golang-github-containers-image_5.32.2-4.dsc + e8685cc59569d2a29a7b8cd10fe1ce6e 735422 golang-github-containers-image_5.32.2.orig.tar.gz + 042d2f1477e3fa96de59a87d4ecadee7 8264 golang-github-containers-image_5.32.2-4.debian.tar.xz +Dgit: ca1d7deed6d434f2ef064ea97312a5739d965872 debian archive/debian/5.32.2-4 https://git.dgit.debian.org/golang-github-containers-image +Go-Import-Path: github.com/containers/image + +Format: 3.0 (quilt) +Package: golang-github-containers-libhvee +Binary: golang-github-containers-libhvee-dev +Architecture: any +Version: 0.7.1+ds1-1gardenlinux0 +Maintainer: Gardenlinux Maintainers +Homepage: https://github.com/containers/libhvee +Standards-Version: 4.6.0 +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev +Package-List: + golang-github-containers-libhvee-dev deb devel optional arch=any +Directory: pool/5d8620f4f9d0e17cbe41ce03b5aebb33a11c998601ca511dfd18dd73eed2324c +Checksums-Sha1: + d3a2fba89afc554c4e6b231f734083c1e39b08b3 1273 golang-github-containers-libhvee_0.7.1+ds1-1gardenlinux0.dsc + 0148147447271a106aec1ca5a70f1db3f44d164c 164804 golang-github-containers-libhvee_0.7.1+ds1.orig.tar.xz + 50ee16852e0bc19b34eecf22c4c8eac7cabb88fc 1660 golang-github-containers-libhvee_0.7.1+ds1-1gardenlinux0.debian.tar.xz +Checksums-Sha256: + 5d8620f4f9d0e17cbe41ce03b5aebb33a11c998601ca511dfd18dd73eed2324c 1273 golang-github-containers-libhvee_0.7.1+ds1-1gardenlinux0.dsc + e9fbcda37c0effa35fe7707a3dc9ed6a0b6c6c426d93e359b0f919c3b9aa17e0 164804 golang-github-containers-libhvee_0.7.1+ds1.orig.tar.xz + 6d5e76d5f8e8e522a91edf304d901ae713f99ea1691a7eb8a53273f03cdb8423 1660 golang-github-containers-libhvee_0.7.1+ds1-1gardenlinux0.debian.tar.xz +Files: + 52291b754ed99fe8b221100f208bd656 1273 golang-github-containers-libhvee_0.7.1+ds1-1gardenlinux0.dsc + fe965b6f0e19e7c437e488e7d8b1c9ee 164804 golang-github-containers-libhvee_0.7.1+ds1.orig.tar.xz + 32db3e5b4b3ca5fa37d05a1c86ee0d3a 1660 golang-github-containers-libhvee_0.7.1+ds1-1gardenlinux0.debian.tar.xz +Go-Import-Path: github.com/containers/libhvee + +Format: 3.0 (quilt) +Package: golang-github-containers-ocicrypt +Binary: golang-github-containers-ocicrypt-dev +Architecture: all +Version: 1.1.10-2 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler , +Homepage: https://github.com/containers/ocicrypt +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-ocicrypt +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-ocicrypt.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, gnutls-bin, golang-any, golang-github-fullsailor-pkcs7-dev, golang-github-miekg-pkcs11-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-github-stefanberger-go-pkcs11uri-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-github-go-jose-go-jose-dev, golang-gopkg-yaml.v2-dev, libhsm-bin, softhsm2 +Package-List: + golang-github-containers-ocicrypt-dev deb devel optional arch=all +Directory: pool/fef699023549a12277c4854c3f0cd72179e62db3f273ee7b923b4c53622b1461 +Checksums-Sha1: + 57e6a8e9ed446d629d1d707f4d1cfed0a681be29 2955 golang-github-containers-ocicrypt_1.1.10-2.dsc + f3cb155d182da87be416debfc8f154fbb6d8630b 60344 golang-github-containers-ocicrypt_1.1.10.orig.tar.xz + f8a23ede48e427762590fb5c79aa7f0dd8473460 3788 golang-github-containers-ocicrypt_1.1.10-2.debian.tar.xz +Checksums-Sha256: + fef699023549a12277c4854c3f0cd72179e62db3f273ee7b923b4c53622b1461 2955 golang-github-containers-ocicrypt_1.1.10-2.dsc + 08da118ee985b38121a3707bf0b23acefbeccb77dca418791f09e05f42942e06 60344 golang-github-containers-ocicrypt_1.1.10.orig.tar.xz + 5e843a77930cd912e67203743f2b6cf5aa5e866045cef654d32cfffeca6e4cef 3788 golang-github-containers-ocicrypt_1.1.10-2.debian.tar.xz +Files: + c43a82f1bfce9c4285ea532fc698d3e3 2955 golang-github-containers-ocicrypt_1.1.10-2.dsc + 76d377b2079ceb1778b2371bb573a72c 60344 golang-github-containers-ocicrypt_1.1.10.orig.tar.xz + 1f460ea51683916a9fda858bbd4ee2e9 3788 golang-github-containers-ocicrypt_1.1.10-2.debian.tar.xz +Dgit: 523f9f92ac68bb4624d5b5bc4458418f8751915d debian archive/debian/1.1.10-2 https://git.dgit.debian.org/golang-github-containers-ocicrypt +Go-Import-Path: github.com/containers/ocicrypt + +Format: 3.0 (quilt) +Package: golang-github-coreos-bbolt +Binary: golang-github-coreos-bbolt-dev +Architecture: all +Version: 1.3.10-2 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok , Martín Ferrari , Tim Potter , Dmitry Smirnov , +Homepage: https://github.com/etcd-io/bbolt +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-bbolt +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-bbolt.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.21~), golang-github-stretchr-testify-dev (>= 1.8.1), golang-github-etcd-io-gofail-dev (>= 0.1.0), golang-golang-x-sync-dev (>= 0.5.0), golang-golang-x-sys-dev (>= 0.4.0) +Package-List: + golang-github-coreos-bbolt-dev deb golang optional arch=all +Directory: pool/0c7c608743b203ba64165b35de78b7fde6bdd0df995da7a5dfcd4a5036fe838f +Checksums-Sha1: + 5c17392c02a47fbc7e230e5c18ab23e5f1e7efa0 2609 golang-github-coreos-bbolt_1.3.10-2.dsc + 015cdf5aaf86640211f1183dc115775d25cfbfbe 125701 golang-github-coreos-bbolt_1.3.10.orig.tar.gz + d8ea37c0d0d9e4e47eddaba5171ec401247206c8 4696 golang-github-coreos-bbolt_1.3.10-2.debian.tar.xz +Checksums-Sha256: + 0c7c608743b203ba64165b35de78b7fde6bdd0df995da7a5dfcd4a5036fe838f 2609 golang-github-coreos-bbolt_1.3.10-2.dsc + 4991a0f2cfb4fd4530c450e3b913cf38fc8566d115c514ecbcef5946a7391400 125701 golang-github-coreos-bbolt_1.3.10.orig.tar.gz + 171a8bb5aa50fa072858193a85244d2fd5076f8be143d0b2e74bb18d0258df06 4696 golang-github-coreos-bbolt_1.3.10-2.debian.tar.xz +Files: + a049d74c50f211b7feac330c7bcf8e5a 2609 golang-github-coreos-bbolt_1.3.10-2.dsc + 55452d14821943699b07ec2883f6ed71 125701 golang-github-coreos-bbolt_1.3.10.orig.tar.gz + dab2597cd0280c2650c2fc979bb1ead2 4696 golang-github-coreos-bbolt_1.3.10-2.debian.tar.xz +Go-Import-Path: go.etcd.io/bbolt, + github.com/coreos/bbolt, + github.com/etcd-io/bbolt, + +Format: 3.0 (quilt) +Package: golang-github-coreos-go-iptables +Binary: golang-github-coreos-go-iptables-dev +Architecture: all +Version: 0.6.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Dmitry Smirnov , +Homepage: https://github.com/coreos/go-iptables +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-iptables +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-iptables.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-coreos-go-iptables-dev deb golang optional arch=all +Directory: pool/66fc04121799502ac1a20813a2d0454c7a46dedfeb82302bf62cb6ca0659c248 +Checksums-Sha1: + 58d12f8fbbc2730c0bc266389aaad84cfeb0b40d 1732 golang-github-coreos-go-iptables_0.6.0-1.dsc + 15f2729f1085851755beea1950d4de046d836717 16396 golang-github-coreos-go-iptables_0.6.0.orig.tar.gz + 19d8db804766514fa81580b92e57e17c83ebd58a 2552 golang-github-coreos-go-iptables_0.6.0-1.debian.tar.xz +Checksums-Sha256: + 66fc04121799502ac1a20813a2d0454c7a46dedfeb82302bf62cb6ca0659c248 1732 golang-github-coreos-go-iptables_0.6.0-1.dsc + a784cc17fcb17879f073eae47bc4c2e899f59f6906dac5a0aa7a9cc9f95ea66d 16396 golang-github-coreos-go-iptables_0.6.0.orig.tar.gz + 6c7c2f3cfe7da8a66c3c5dc52a77d9ac35bcb416a036cf494034454dbd2542c2 2552 golang-github-coreos-go-iptables_0.6.0-1.debian.tar.xz +Files: + 187f6368cbf6d38802e0cd6e41b98cf8 1732 golang-github-coreos-go-iptables_0.6.0-1.dsc + 3280757631ad1dbc6a0597f96a34fb6b 16396 golang-github-coreos-go-iptables_0.6.0.orig.tar.gz + 7a2b66c01835c617faf983c73cea77a9 2552 golang-github-coreos-go-iptables_0.6.0-1.debian.tar.xz +Go-Import-Path: github.com/coreos/go-iptables + +Format: 3.0 (quilt) +Package: golang-github-coreos-go-systemd +Binary: golang-github-coreos-go-systemd-dev +Architecture: all +Version: 22.5.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok , +Homepage: https://github.com/coreos/go-systemd +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-systemd +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-coreos-go-systemd.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-dbus-dev (>= 5.0.4), libsystemd-dev +Package-List: + golang-github-coreos-go-systemd-dev deb golang optional arch=all +Directory: pool/223571dff8c67a5a81d8e329dfdd6bffc1fc8dda88307ae5fb864f5c78f7f69a +Checksums-Sha1: + 16371e98c9cd3ada59b01ef89097c89491363dd4 2416 golang-github-coreos-go-systemd_22.5.0-1.dsc + 256b8067f6c16a1c20cb2ee9e2b98463109b9517 75550 golang-github-coreos-go-systemd_22.5.0.orig.tar.gz + b188f8fe5c8a3d426cc89a37182896f88c0cb2aa 3816 golang-github-coreos-go-systemd_22.5.0-1.debian.tar.xz +Checksums-Sha256: + 223571dff8c67a5a81d8e329dfdd6bffc1fc8dda88307ae5fb864f5c78f7f69a 2416 golang-github-coreos-go-systemd_22.5.0-1.dsc + b56f4a5aa5cd8a5a2e8b323fb8e76b4a45c6ea6a319a42d9bb2851c54e97a3a1 75550 golang-github-coreos-go-systemd_22.5.0.orig.tar.gz + a259e722eefcfb3fa581d879518b0ecb89929e4fe8912143017adbb32d5e93f6 3816 golang-github-coreos-go-systemd_22.5.0-1.debian.tar.xz +Files: + d638ca1c1653e912a35a8cee82e867f9 2416 golang-github-coreos-go-systemd_22.5.0-1.dsc + cfec71e3ec6cb509e88918d8e3739861 75550 golang-github-coreos-go-systemd_22.5.0.orig.tar.gz + 31e3a3ae312169e11728e3cecda25600 3816 golang-github-coreos-go-systemd_22.5.0-1.debian.tar.xz +Go-Import-Path: github.com/coreos/go-systemd + +Format: 3.0 (quilt) +Package: golang-github-creack-pty +Binary: golang-github-creack-pty-dev +Architecture: all +Version: 1.1.21-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , +Homepage: https://github.com/creack/pty +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-creack-pty +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-creack-pty.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang +Build-Depends-Indep: golang-any +Package-List: + golang-github-creack-pty-dev deb golang optional arch=all +Directory: pool/f3f65da6cbaa46055057e76852aef0775aa15766062baf78cb74b7ec5df30577 +Checksums-Sha1: + 5e3fe6cfe273706235f6784277fee6a9a37800e6 2244 golang-github-creack-pty_1.1.21-1.dsc + b5443e096f00dd73ab57a57c8ef67d303ca8fa4a 20132 golang-github-creack-pty_1.1.21.orig.tar.gz + c9aefd38e2384b2272001cc0ac8e9ca1c15da7b4 2528 golang-github-creack-pty_1.1.21-1.debian.tar.xz +Checksums-Sha256: + f3f65da6cbaa46055057e76852aef0775aa15766062baf78cb74b7ec5df30577 2244 golang-github-creack-pty_1.1.21-1.dsc + 1282f0912dd7b02acac253d1203343b06378ed8bac1c45c9ed7df05e6840365d 20132 golang-github-creack-pty_1.1.21.orig.tar.gz + 8e9acb909a1521a02a4563208c0f55e6b6881808b46cf710934a4d8679029c3c 2528 golang-github-creack-pty_1.1.21-1.debian.tar.xz +Files: + e6da9d1d13fb72fa2a54a43494ddc396 2244 golang-github-creack-pty_1.1.21-1.dsc + b73f3869cca7d70404d516af9394d7e6 20132 golang-github-creack-pty_1.1.21.orig.tar.gz + 263afc238653cebec83b9c6d91f980c4 2528 golang-github-creack-pty_1.1.21-1.debian.tar.xz +Go-Import-Path: github.com/creack/pty + +Format: 3.0 (quilt) +Package: golang-github-cyphar-filepath-securejoin +Binary: golang-github-cyphar-filepath-securejoin-dev +Architecture: all +Version: 0.2.3-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , +Homepage: https://github.com/cyphar/filepath-securejoin +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cyphar-filepath-securejoin +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cyphar-filepath-securejoin.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-cyphar-filepath-securejoin-dev deb golang optional arch=all +Directory: pool/e4497ceba0371807026e60564604c353d02f23d00385d6248ad75446c0575334 +Checksums-Sha1: + dbe4e4ccfbb1954241bf9476822a404ac6704d24 1806 golang-github-cyphar-filepath-securejoin_0.2.3-1.dsc + ea7eb74c157159bbbf9ef9dc98b8d34a0fb4140a 6945 golang-github-cyphar-filepath-securejoin_0.2.3.orig.tar.gz + c139152b4c28144b11462eb2cfea2387efd51b33 2940 golang-github-cyphar-filepath-securejoin_0.2.3-1.debian.tar.xz +Checksums-Sha256: + e4497ceba0371807026e60564604c353d02f23d00385d6248ad75446c0575334 1806 golang-github-cyphar-filepath-securejoin_0.2.3-1.dsc + a769d31b0b51a3c741cf54fe821bc7a1eef6d07527c9cddaff829671127de480 6945 golang-github-cyphar-filepath-securejoin_0.2.3.orig.tar.gz + 43bb835a0c9d256d8075bc7e9574422487701efbc4b8f26a6162b9140d9721ab 2940 golang-github-cyphar-filepath-securejoin_0.2.3-1.debian.tar.xz +Files: + 47fb02f3d5ac82b7597ee8dbf4783f84 1806 golang-github-cyphar-filepath-securejoin_0.2.3-1.dsc + a209e6ecde5bd04806910e4819fcd7b3 6945 golang-github-cyphar-filepath-securejoin_0.2.3.orig.tar.gz + 81801a0c508264aefbed126406087cdd 2940 golang-github-cyphar-filepath-securejoin_0.2.3-1.debian.tar.xz +Go-Import-Path: github.com/cyphar/filepath-securejoin + +Format: 3.0 (quilt) +Package: golang-github-davecgh-go-spew +Binary: golang-github-davecgh-go-spew-dev +Architecture: all +Version: 1.1.1-3 +Maintainer: Debian Go Packaging Team +Uploaders: Utkarsh Gupta +Homepage: https://github.com/davecgh/go-spew +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-davecgh-go-spew +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-davecgh-go-spew.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any +Package-List: + golang-github-davecgh-go-spew-dev deb golang optional arch=all +Directory: pool/34d373d79ed6b956be60f33f6b30a14197bfac65062250cf984837fe6b55522d +Checksums-Sha1: + ed8eea1e0edbefec7ecc0f68ea6e1ac35a4a03ac 2287 golang-github-davecgh-go-spew_1.1.1-3.dsc + 8cc68b6ea04b10b22b0dad3800071a56870c899e 42181 golang-github-davecgh-go-spew_1.1.1.orig.tar.gz + ebf8985c9cdb68d4ab8be8f02a8109f2a94a5326 2756 golang-github-davecgh-go-spew_1.1.1-3.debian.tar.xz +Checksums-Sha256: + 34d373d79ed6b956be60f33f6b30a14197bfac65062250cf984837fe6b55522d 2287 golang-github-davecgh-go-spew_1.1.1-3.dsc + 9f5b53e8e936ff7279c49d0ffca8f4fad8b59096f2097b9029d017c76eb19eb3 42181 golang-github-davecgh-go-spew_1.1.1.orig.tar.gz + e07798cbbd88ff4df2a58edc8b6404107e41cbbc01d852e06d9cbe4345bb3376 2756 golang-github-davecgh-go-spew_1.1.1-3.debian.tar.xz +Files: + a2dd03e9cc8ab5ce793c03a3d36fd168 2287 golang-github-davecgh-go-spew_1.1.1-3.dsc + 920e9f08ddc3e067c4e59ee0a4408250 42181 golang-github-davecgh-go-spew_1.1.1.orig.tar.gz + 15f12e1ef4784e88fa2eb4ebac478ec4 2756 golang-github-davecgh-go-spew_1.1.1-3.debian.tar.xz +Go-Import-Path: github.com/davecgh/go-spew + +Format: 3.0 (quilt) +Package: golang-github-distribution-reference +Binary: golang-github-distribution-reference-dev +Architecture: all +Version: 0.6.0-4 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/distribution/reference +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-distribution-reference +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-distribution-reference.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-opencontainers-go-digest-dev +Package-List: + golang-github-distribution-reference-dev deb golang optional arch=all +Directory: pool/0209b046d19f03fcfc24ed88dbe1acf69c99f0654f5f5650d016894bd1616e8d +Checksums-Sha1: + 850cc274363de6d67d03d9bc597c54d59ea019bd 2564 golang-github-distribution-reference_0.6.0-4.dsc + b00d78406c3c805d3516c4514e68763ecd1125fb 34139 golang-github-distribution-reference_0.6.0.orig.tar.gz + 91dbaacf8ebe4f89f4dba76cf48a134b7b93d84d 3848 golang-github-distribution-reference_0.6.0-4.debian.tar.xz +Checksums-Sha256: + 0209b046d19f03fcfc24ed88dbe1acf69c99f0654f5f5650d016894bd1616e8d 2564 golang-github-distribution-reference_0.6.0-4.dsc + 379bbf93dc3365a5c5fcd6c2538b63f21f9e5493a439b69999e01fad3de1ea39 34139 golang-github-distribution-reference_0.6.0.orig.tar.gz + 9da9f8e85fc4671096f6db360d720507a56d6be77d01333dd820681911a3bd24 3848 golang-github-distribution-reference_0.6.0-4.debian.tar.xz +Files: + 81359e7d0ff5d5c43e9d9e52edc75b46 2564 golang-github-distribution-reference_0.6.0-4.dsc + 2b777034850f2e33c06adf89c11dd3ce 34139 golang-github-distribution-reference_0.6.0.orig.tar.gz + 6ededba645ceb54aa4e8c544f785250a 3848 golang-github-distribution-reference_0.6.0-4.debian.tar.xz +Dgit: 1b833137aff5fc069bd42a99ae5f46ead98bc6f6 debian archive/debian/0.6.0-4 https://git.dgit.debian.org/golang-github-distribution-reference +Go-Import-Path: github.com/distribution/reference + +Format: 3.0 (quilt) +Package: golang-github-docker-go-events +Binary: golang-github-docker-go-events-dev +Architecture: all +Version: 0.0~git20190806.e31b211-4 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Tim Potter , +Homepage: https://github.com/docker/go-events +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-go-events +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-go-events.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-sirupsen-logrus-dev (>= 1.0.2~) +Package-List: + golang-github-docker-go-events-dev deb devel optional arch=all +Directory: pool/4beb8a11776d7c2c8e6bd5f0afcec3d1937dbc87b4abcb931a4afc90bb14f10e +Checksums-Sha1: + 73177f10592dc9dbc91e2f7c8f82da7ea0271b42 2473 golang-github-docker-go-events_0.0~git20190806.e31b211-4.dsc + d1720a78d37e9de255e9020ce6d39a6af2e97dbb 14620 golang-github-docker-go-events_0.0~git20190806.e31b211.orig.tar.xz + 296d42e14d8e7e9f82cd46c5e7f14c00b29bce42 2536 golang-github-docker-go-events_0.0~git20190806.e31b211-4.debian.tar.xz +Checksums-Sha256: + 4beb8a11776d7c2c8e6bd5f0afcec3d1937dbc87b4abcb931a4afc90bb14f10e 2473 golang-github-docker-go-events_0.0~git20190806.e31b211-4.dsc + 444b6bacfb407aab232a587d5ca162ed87b939fcf7b7f32960f3c7e266631807 14620 golang-github-docker-go-events_0.0~git20190806.e31b211.orig.tar.xz + 91cb77afe2b4c76c7351a25089a9f146bb449462cd03f866640443bd7db1886b 2536 golang-github-docker-go-events_0.0~git20190806.e31b211-4.debian.tar.xz +Files: + cdc7f6d39f4123e7879201eab3c7ae3d 2473 golang-github-docker-go-events_0.0~git20190806.e31b211-4.dsc + b48e8bd5f86f15a190f3b1068c756384 14620 golang-github-docker-go-events_0.0~git20190806.e31b211.orig.tar.xz + d10d5c6884aa4788e7bb5d58d299d2e3 2536 golang-github-docker-go-events_0.0~git20190806.e31b211-4.debian.tar.xz +Go-Import-Path: github.com/docker/go-events + +Format: 3.0 (quilt) +Package: golang-github-docker-go-metrics +Binary: golang-github-docker-go-metrics-dev +Architecture: all +Version: 0.0.1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Tim Potter , +Homepage: https://github.com/docker/go-metrics +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-go-metrics +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-go-metrics.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-prometheus-client-golang-dev (>= 0.9.0~) +Package-List: + golang-github-docker-go-metrics-dev deb devel optional arch=all +Directory: pool/d90a6a6490b74b5607fac080369f375efbcd7c93375e37613bacc674f36b1854 +Checksums-Sha1: + de0f3a6c83ba8ca114fe4a36d5116d4388331592 2369 golang-github-docker-go-metrics_0.0.1-2.dsc + 81e63d4712209f22d5c6406881dc7f34d06c5396 19923 golang-github-docker-go-metrics_0.0.1.orig.tar.gz + 419aebe0ee8efe607a017b3006faaef4135a2c36 8236 golang-github-docker-go-metrics_0.0.1-2.debian.tar.xz +Checksums-Sha256: + d90a6a6490b74b5607fac080369f375efbcd7c93375e37613bacc674f36b1854 2369 golang-github-docker-go-metrics_0.0.1-2.dsc + a8a31fd2f59880f4d771c7de45b7dbcee309468ed94740d960e0c76488f9a60b 19923 golang-github-docker-go-metrics_0.0.1.orig.tar.gz + cbff80f309aef088009ce4dd76787578a1fc00e643ce94c73f8bb7d501adebcb 8236 golang-github-docker-go-metrics_0.0.1-2.debian.tar.xz +Files: + f256104c8e65be302335260a9fb7fe9c 2369 golang-github-docker-go-metrics_0.0.1-2.dsc + 7ac589c3991dbdfd1abc7be7fc246899 19923 golang-github-docker-go-metrics_0.0.1.orig.tar.gz + e3d4e5d8771c7c3d39f5552870fb8b74 8236 golang-github-docker-go-metrics_0.0.1-2.debian.tar.xz +Go-Import-Path: github.com/docker/go-metrics + +Format: 3.0 (quilt) +Package: golang-github-docker-go-units +Binary: golang-github-docker-go-units-dev +Architecture: all +Version: 0.4.0-4 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/docker/go-units +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-go-units +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-go-units.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-docker-go-units-dev deb golang optional arch=all +Directory: pool/292baf88250d57d4157e4938f0dbfd3da372393a433d98f214b5b159b87a9204 +Checksums-Sha1: + f9a59e57babe0fb888cc15d469046dae4188688b 1693 golang-github-docker-go-units_0.4.0-4.dsc + 7dcb163f6a892a2d743d9dd4d33bd4a00acc1261 10728 golang-github-docker-go-units_0.4.0.orig.tar.xz + 1ca0fec5357e55e2860d1a8720d25c369f201ed9 2376 golang-github-docker-go-units_0.4.0-4.debian.tar.xz +Checksums-Sha256: + 292baf88250d57d4157e4938f0dbfd3da372393a433d98f214b5b159b87a9204 1693 golang-github-docker-go-units_0.4.0-4.dsc + d68d393456c62567564227a9c9b2e12881455f8c38be1d999c3ea8dc4e6dc594 10728 golang-github-docker-go-units_0.4.0.orig.tar.xz + ba2f243fdefd6a93ed7b8c150025d6a2f757e6e8a40010ca490bbf950d99c266 2376 golang-github-docker-go-units_0.4.0-4.debian.tar.xz +Files: + 59b8abf8ec2a68b12d8be3035c174ea7 1693 golang-github-docker-go-units_0.4.0-4.dsc + f9ae2d84f9926527cd2364bf021089db 10728 golang-github-docker-go-units_0.4.0.orig.tar.xz + e0ae486510710e7865f92bec2de67bc7 2376 golang-github-docker-go-units_0.4.0-4.debian.tar.xz +Go-Import-Path: github.com/docker/go-units + +Format: 3.0 (quilt) +Package: golang-github-docker-spdystream +Binary: golang-github-docker-spdystream-dev +Architecture: all +Version: 0.5.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok , +Homepage: https://github.com/moby/spdystream +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-spdystream +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-spdystream.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-docker-spdystream-dev deb golang optional arch=all +Directory: pool/16a74e2683e549ba71a9f7cfb8f1a6b54d7623f59fb5bff7b22ce1aec01131cc +Checksums-Sha1: + 6a50eb49ff8615299415340da135f6128eea6c48 2032 golang-github-docker-spdystream_0.5.0-1.dsc + 239ab4da81d5e794ad50b0f29aff2e8111e4ae66 29796 golang-github-docker-spdystream_0.5.0.orig.tar.gz + c87ec0f8893d9d3905912d95a5bf651cc797b0e7 3560 golang-github-docker-spdystream_0.5.0-1.debian.tar.xz +Checksums-Sha256: + 16a74e2683e549ba71a9f7cfb8f1a6b54d7623f59fb5bff7b22ce1aec01131cc 2032 golang-github-docker-spdystream_0.5.0-1.dsc + 70e7163424726142ecbac2a0b103721790ed80f6752c8f63021ab1412b0569b2 29796 golang-github-docker-spdystream_0.5.0.orig.tar.gz + 8437f8b8b350923282515e2ce946f29a4946b99771b324e8b2112c11b60fee78 3560 golang-github-docker-spdystream_0.5.0-1.debian.tar.xz +Files: + accef375dcd1275501357d719288ca8b 2032 golang-github-docker-spdystream_0.5.0-1.dsc + ba773129c39d770af5be4e96d0ac393a 29796 golang-github-docker-spdystream_0.5.0.orig.tar.gz + 9db41b5c5cfc1c1626e3604c8d44a328 3560 golang-github-docker-spdystream_0.5.0-1.debian.tar.xz +Go-Import-Path: github.com/moby/spdystream, + github.com/docker/spdystream, + +Format: 3.0 (quilt) +Package: golang-github-emicklei-go-restful +Binary: golang-github-emicklei-go-restful-dev +Architecture: all +Version: 3.10.2-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/emicklei/go-restful +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-emicklei-go-restful-dev deb golang optional arch=all +Directory: pool/f4a7aa44311997b2fcf8965f1ac3370e432918c9d2c47dc9f6e7e7386d46b1b2 +Checksums-Sha1: + fd4b77a47678c9319d39758a8de384682eae0d9d 1728 golang-github-emicklei-go-restful_3.10.2-1.dsc + 3ca69b9c1ee25564f43b6a7c37d8564243c2b609 84993 golang-github-emicklei-go-restful_3.10.2.orig.tar.gz + 2598ede04fbd07d1568b2608289920dad6814e35 3100 golang-github-emicklei-go-restful_3.10.2-1.debian.tar.xz +Checksums-Sha256: + f4a7aa44311997b2fcf8965f1ac3370e432918c9d2c47dc9f6e7e7386d46b1b2 1728 golang-github-emicklei-go-restful_3.10.2-1.dsc + a23aa505517091610c5b737de77e958b760bf730aeca440b37e21fc9ece305ae 84993 golang-github-emicklei-go-restful_3.10.2.orig.tar.gz + b77bf2b14d41b4becb35a5388be025b3f8462ed494898725bc07d77b812318fc 3100 golang-github-emicklei-go-restful_3.10.2-1.debian.tar.xz +Files: + f15556e4fe06494e72674f2020fd4544 1728 golang-github-emicklei-go-restful_3.10.2-1.dsc + 641680b584deb7f42f04e07ce0bcdc05 84993 golang-github-emicklei-go-restful_3.10.2.orig.tar.gz + 035cf594c851cc9176b7f767619d7ff1 3100 golang-github-emicklei-go-restful_3.10.2-1.debian.tar.xz +Go-Import-Path: github.com/emicklei/go-restful + +Format: 3.0 (quilt) +Package: golang-github-etcd-io-gofail +Binary: golang-github-etcd-io-gofail, golang-github-etcd-io-gofail-dev +Architecture: any all +Version: 0.1.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Thomas Goirand +Homepage: https://github.com/etcd-io/gofail +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-etcd-io-gofail +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-etcd-io-gofail.git +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.17~), golang-github-stretchr-testify-dev (>= 1.8.1) +Package-List: + golang-github-etcd-io-gofail deb admin optional arch=any + golang-github-etcd-io-gofail-dev deb golang optional arch=all +Directory: pool/e6b61b0edd2751d59ceb21656721af1108c4f67e2c707da81cee9d05fc9c81da +Checksums-Sha1: + b893bda45faebf44356172fe2918d2234195929d 2348 golang-github-etcd-io-gofail_0.1.0-1.dsc + 8f26b26b40ac357d46ebdc92d19c84b7c59437bd 111108 golang-github-etcd-io-gofail_0.1.0.orig.tar.gz + 57fbfe64e80b8cf1cbd41dce821edcefef8a1bf5 2588 golang-github-etcd-io-gofail_0.1.0-1.debian.tar.xz +Checksums-Sha256: + e6b61b0edd2751d59ceb21656721af1108c4f67e2c707da81cee9d05fc9c81da 2348 golang-github-etcd-io-gofail_0.1.0-1.dsc + 6257b14083aa0f67b1635e3ace04f8d193dc90c8cfb07327cd93aaf456ef0a3e 111108 golang-github-etcd-io-gofail_0.1.0.orig.tar.gz + df635bec458a246f69c682ff4e1227aba19729ceb25f8d0991fba42f12227c31 2588 golang-github-etcd-io-gofail_0.1.0-1.debian.tar.xz +Files: + 04ffee7fa2954851717d55acf9777b8c 2348 golang-github-etcd-io-gofail_0.1.0-1.dsc + 76bd010fca1e73c68045f1d3cbf0820d 111108 golang-github-etcd-io-gofail_0.1.0.orig.tar.gz + 6716af5a5d5a31803c35c886ac35754e 2588 golang-github-etcd-io-gofail_0.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: golang-github-evanphx-json-patch +Binary: golang-github-evanphx-json-patch-dev +Architecture: all +Version: 5.7.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/evanphx/json-patch +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-evanphx-json-patch +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-evanphx-json-patch.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dh-golang +Build-Depends-Indep: golang-any, golang-github-pkg-errors-dev +Package-List: + golang-github-evanphx-json-patch-dev deb golang optional arch=all +Directory: pool/8e9cf727be693bb660b7ea2ac29e20c2e194556c64e8848b15df0844787e3e2d +Checksums-Sha1: + 89874924ca4fa1906567b377cdb75cb508758b49 2460 golang-github-evanphx-json-patch_5.7.0-1.dsc + 8cf0064aa02e732e1effbb8e3cf6b2d8d9e1e39e 34758 golang-github-evanphx-json-patch_5.7.0.orig.tar.gz + 3fdc43fab04263d0ae50c533d61951cc2b5cd34f 3060 golang-github-evanphx-json-patch_5.7.0-1.debian.tar.xz +Checksums-Sha256: + 8e9cf727be693bb660b7ea2ac29e20c2e194556c64e8848b15df0844787e3e2d 2460 golang-github-evanphx-json-patch_5.7.0-1.dsc + 3e3e0ea492c075285104baedac12ce52636a471e8eb7f0343890a621f509bb6a 34758 golang-github-evanphx-json-patch_5.7.0.orig.tar.gz + 3534ecc6bf0be5bf759b5ad6bb8ff7fb504bcf7f2ff47387c8c40463b5885c70 3060 golang-github-evanphx-json-patch_5.7.0-1.debian.tar.xz +Files: + 73c62069b49855da225f47cbbe51e693 2460 golang-github-evanphx-json-patch_5.7.0-1.dsc + 1b5570331a6e9bae549800ec05a69db0 34758 golang-github-evanphx-json-patch_5.7.0.orig.tar.gz + bae63597e8a43253bc1a797f279bd80a 3060 golang-github-evanphx-json-patch_5.7.0-1.debian.tar.xz +Go-Import-Path: github.com/evanphx/json-patch + +Format: 3.0 (quilt) +Package: golang-github-felixge-httpsnoop +Binary: golang-github-felixge-httpsnoop-dev +Architecture: all +Version: 1.0.3-3 +Maintainer: Debian Go Packaging Team +Uploaders: Thomas Goirand , +Homepage: https://github.com/felixge/httpsnoop +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-felixge-httpsnoop +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-felixge-httpsnoop.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any +Package-List: + golang-github-felixge-httpsnoop-dev deb golang optional arch=all +Directory: pool/4d8dd84ca3345f4e7893c4f2d0e0379b86104e4b5484e2bfda4db089a17773d5 +Checksums-Sha1: + b569792f4dfbf37bea8906c888bfcc22be8f96ad 1675 golang-github-felixge-httpsnoop_1.0.3-3.dsc + 11ef59062db0341365c1f015057bf9d299c34299 11662 golang-github-felixge-httpsnoop_1.0.3.orig.tar.gz + a9d2eef9e22d20d0d452fb74e6d0091155d6f315 2524 golang-github-felixge-httpsnoop_1.0.3-3.debian.tar.xz +Checksums-Sha256: + 4d8dd84ca3345f4e7893c4f2d0e0379b86104e4b5484e2bfda4db089a17773d5 1675 golang-github-felixge-httpsnoop_1.0.3-3.dsc + 6c8f1ff85d90b4af6e6158d33e9fb7a2fe86dcb2c61b1082e8d755a868d466dd 11662 golang-github-felixge-httpsnoop_1.0.3.orig.tar.gz + 13ed08f60bf5d20d1896d8b338291ddbe0bcc9accaface6c8f7768acca142399 2524 golang-github-felixge-httpsnoop_1.0.3-3.debian.tar.xz +Files: + bd92163d19ba8dcfe7cafbce762b2a9c 1675 golang-github-felixge-httpsnoop_1.0.3-3.dsc + 04309f3918e76c734e6e78ec1fbfa9ef 11662 golang-github-felixge-httpsnoop_1.0.3.orig.tar.gz + 822dec6fefdd49a90598e5b60717a194 2524 golang-github-felixge-httpsnoop_1.0.3-3.debian.tar.xz +Go-Import-Path: github.com/felixge/httpsnoop + +Format: 3.0 (quilt) +Package: golang-github-fullsailor-pkcs7 +Binary: golang-github-fullsailor-pkcs7-dev +Architecture: all +Version: 0.0~git20210826.33d0574-2 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/fullsailor/pkcs7 +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fullsailor-pkcs7 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fullsailor-pkcs7.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, openssl +Package-List: + golang-github-fullsailor-pkcs7-dev deb golang optional arch=all +Directory: pool/c8b46004d5afe114b93e5614162a51ea7dc66546e7aad20b4a5bbc440a942e18 +Checksums-Sha1: + 83da32783416855831ec01b4849e83ef2fe48357 1857 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-2.dsc + 8f5fe984d06723c26fc15934e6c0d727bea3cddd 48555 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574.orig.tar.gz + aab800088da6309bd88742020e69e574cdfcd65d 2696 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-2.debian.tar.xz +Checksums-Sha256: + c8b46004d5afe114b93e5614162a51ea7dc66546e7aad20b4a5bbc440a942e18 1857 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-2.dsc + 0e869affc52f01f0d3d007ecf81948a56abc20ee885afe90f788719beacf3944 48555 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574.orig.tar.gz + b5aefa4ff828c7f6224c90b72a3f725fc2471d7cdd527cd905bd6f7459bdb900 2696 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-2.debian.tar.xz +Files: + 6760c3a17037b24b30f5e90ee998d993 1857 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-2.dsc + c0cfde622200ea8a6f1c402a7e324296 48555 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574.orig.tar.gz + e7d48d3fc229fd24401d294323988493 2696 golang-github-fullsailor-pkcs7_0.0~git20210826.33d0574-2.debian.tar.xz +Go-Import-Path: github.com/fullsailor/pkcs7, + go.mozilla.org/pkcs7 + +Format: 3.0 (quilt) +Package: golang-github-garyburd-redigo +Binary: golang-github-garyburd-redigo-dev +Architecture: all +Version: 0.0~git20150901.0.d8dbe4d-2.1 +Maintainer: pkg-go +Uploaders: Tim Potter , Tianon Gravi +Homepage: https://github.com/garyburd/redigo +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-garyburd-redigo.git +Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-garyburd-redigo.git +Build-Depends: debhelper (>= 9), dh-golang, golang-any +Package-List: + golang-github-garyburd-redigo-dev deb devel extra arch=all +Directory: pool/20e9d01726092bd605ccd56d97665d1ba4ecd28d11c4442300e58867bcfc3fd1 +Checksums-Sha1: + 1f4639d3b5ed5c2d6f0dbb828dd239596cc644db 2388 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d-2.1.dsc + 9a8f3fbb44fcf5fa94a1354cf964cdbc989ea32e 29081 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d.orig.tar.bz2 + c4c0686360c9177c3d707404a8bc5e3049930755 1828 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d-2.1.debian.tar.xz +Checksums-Sha256: + 20e9d01726092bd605ccd56d97665d1ba4ecd28d11c4442300e58867bcfc3fd1 2388 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d-2.1.dsc + d5e4e696ed2b9d01c50d6e1c6702f4b1712a01a59eb15efa478bec4c3fc53c9d 29081 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d.orig.tar.bz2 + c30f9ca9880de25889bd1c2f472ff529120479bcdd01d6da9d63a9f7755ca4c0 1828 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d-2.1.debian.tar.xz +Files: + c72e1bd71ea633629bd4908267bbe330 2388 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d-2.1.dsc + 4ed72c44ed8688d9add6cdbbcd337aa7 29081 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d.orig.tar.bz2 + ef126176292c30f04c30777293a4aa9c 1828 golang-github-garyburd-redigo_0.0~git20150901.0.d8dbe4d-2.1.debian.tar.xz +Go-Import-Path: github.com/garyburd/redigo + +Format: 3.0 (quilt) +Package: golang-github-getkin-kin-openapi +Binary: golang-github-getkin-kin-openapi-dev +Architecture: all +Version: 0.124.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Alexandre Viau , Anthony Fok +Homepage: https://github.com/getkin/kin-openapi +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-getkin-kin-openapi +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-getkin-kin-openapi.git +Testsuite: autopkgtest-pkg-go +Build-Depends: ca-certificates, debhelper (>= 13.4), debhelper-compat (= 13), dh-golang (>= 1.58~), dh-sequence-golang, golang-any (>= 2:1.20~), golang-github-invopop-yaml-dev (>= 0.2.0), golang-github-go-openapi-jsonpointer-dev (>= 1:0.20.2), golang-github-gorilla-mux-dev (>= 1.8.1), golang-github-mohae-deepcopy-dev (>= 0.0~git20170929.c48cc78), golang-github-perimeterx-marshmallow-dev (>= 1.1.5), golang-github-stretchr-testify-dev (>= 1.8.4), golang-gopkg-yaml.v3-dev (>= 3.0.1) +Package-List: + golang-github-getkin-kin-openapi-dev deb golang optional arch=all +Directory: pool/65e488b4450f89b57bc1b21c1f8ec6e4d891618d013819f650f902ad545ed75c +Checksums-Sha1: + ba081bb21753622b3936b5ff0f56d039de53692d 2779 golang-github-getkin-kin-openapi_0.124.0-1.dsc + 65bb93e711ff8f2ae438957b50284a4a2f1e4d94 488126 golang-github-getkin-kin-openapi_0.124.0.orig.tar.gz + c1dbe7d7e6115f679a74be9f457c32fd5c69fa25 5180 golang-github-getkin-kin-openapi_0.124.0-1.debian.tar.xz +Checksums-Sha256: + 65e488b4450f89b57bc1b21c1f8ec6e4d891618d013819f650f902ad545ed75c 2779 golang-github-getkin-kin-openapi_0.124.0-1.dsc + 745dd396651b603bcbd7d9e39a71e071b2fa2a40353f9ab051e8c07d417a1a34 488126 golang-github-getkin-kin-openapi_0.124.0.orig.tar.gz + d90edb96537be065e0406a843ec8b50719b6545b8d7b3b4cb9614aa2e22e14a6 5180 golang-github-getkin-kin-openapi_0.124.0-1.debian.tar.xz +Files: + 8880debde7a6f6294afd650bb854a473 2779 golang-github-getkin-kin-openapi_0.124.0-1.dsc + 2e96c76015d8db513d424df5e92b6f42 488126 golang-github-getkin-kin-openapi_0.124.0.orig.tar.gz + 86f53a987d7d0395f02a72efc332426d 5180 golang-github-getkin-kin-openapi_0.124.0-1.debian.tar.xz +Go-Import-Path: github.com/getkin/kin-openapi + +Format: 3.0 (quilt) +Package: golang-github-go-jose-go-jose +Binary: golang-github-go-jose-go-jose-dev, jose-util +Architecture: any all +Version: 4.0.4-1 +Maintainer: Debian Go Packaging Team +Uploaders: Bo YU +Homepage: https://github.com/go-jose/go-jose +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-jose-go-jose +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-jose-go-jose.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any (>= 2:1.21~), golang-github-google-go-cmp-dev, golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, txt2man +Package-List: + golang-github-go-jose-go-jose-dev deb golang optional arch=all + jose-util deb golang optional arch=any +Directory: pool/51a0817ff1e2189dca8f2e023593af61f5b1ff99b9fb511af2b2533a14bd17c8 +Checksums-Sha1: + aebe95040b9172ab57bdeeeb0f4900a5a8bcf864 2448 golang-github-go-jose-go-jose_4.0.4-1.dsc + 76596f774a10d75c47d3da7f695442e3285a3bb9 319389 golang-github-go-jose-go-jose_4.0.4.orig.tar.gz + 4e1b0e1cf81adac7bdfb3f9050b00817404cb646 4016 golang-github-go-jose-go-jose_4.0.4-1.debian.tar.xz +Checksums-Sha256: + 51a0817ff1e2189dca8f2e023593af61f5b1ff99b9fb511af2b2533a14bd17c8 2448 golang-github-go-jose-go-jose_4.0.4-1.dsc + d4f8d7356cbab67577d51294f599988e73b0ab469f7dba15e9e22626cc18ce2f 319389 golang-github-go-jose-go-jose_4.0.4.orig.tar.gz + 4ceb0f893a2a3a89fecd8dc8f7da199db1127ce0558cea9461fec184ac45f21b 4016 golang-github-go-jose-go-jose_4.0.4-1.debian.tar.xz +Files: + bad8cf90bed6ff37d326c52a7e3d1233 2448 golang-github-go-jose-go-jose_4.0.4-1.dsc + f9277ecae8db953476fd1cd50c1f80a2 319389 golang-github-go-jose-go-jose_4.0.4.orig.tar.gz + ea706097db51eb6210d1d8752d57b835 4016 golang-github-go-jose-go-jose_4.0.4-1.debian.tar.xz +Go-Import-Path: github.com/go-jose/go-jose + +Format: 3.0 (quilt) +Package: golang-github-go-kit-log +Binary: golang-github-go-kit-log-dev +Architecture: all +Version: 0.2.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Benjamin Drung +Homepage: https://github.com/go-kit/log +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-kit-log +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-kit-log.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-go-logfmt-logfmt-dev +Package-List: + golang-github-go-kit-log-dev deb golang optional arch=all +Directory: pool/22fb1133c0384bbea51355b6d73d026dc8ed77638db222a2bfb2512da408fd7c +Checksums-Sha1: + f6d044a4c2a097bbab2d33f8846af70445b68851 2249 golang-github-go-kit-log_0.2.1-1.dsc + b57a856e2cae544f276dff80b167c9ac82f13b37 30608 golang-github-go-kit-log_0.2.1.orig.tar.gz + d50d941a9f0ff4a20ca0a29b2e85af1af5f08fcd 2696 golang-github-go-kit-log_0.2.1-1.debian.tar.xz +Checksums-Sha256: + 22fb1133c0384bbea51355b6d73d026dc8ed77638db222a2bfb2512da408fd7c 2249 golang-github-go-kit-log_0.2.1-1.dsc + 0fa8e41027eb88c8c5b840af4f804f1c30df04ccbe94b8080916b5ab5d99b872 30608 golang-github-go-kit-log_0.2.1.orig.tar.gz + b2d71f028b99bd8d1d5682ed9ee137891a109042ed83335c9c1b423cc265004f 2696 golang-github-go-kit-log_0.2.1-1.debian.tar.xz +Files: + 6eba02163665be4f3fab95ac5abb32b4 2249 golang-github-go-kit-log_0.2.1-1.dsc + 380998d40c186a9bdfc7db823c48ca35 30608 golang-github-go-kit-log_0.2.1.orig.tar.gz + c526c3b96c74ea26814b33b0060894b7 2696 golang-github-go-kit-log_0.2.1-1.debian.tar.xz +Go-Import-Path: github.com/go-kit/log + +Format: 3.0 (quilt) +Package: golang-github-go-logfmt-logfmt +Binary: golang-github-go-logfmt-logfmt-dev +Architecture: all +Version: 0.5.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , +Homepage: https://github.com/go-logfmt/logfmt +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-logfmt-logfmt +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-logfmt-logfmt.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-go-logfmt-logfmt-dev deb golang optional arch=all +Directory: pool/d63867157398af44cd9e11bea7bd6c8b52396568515742ab19a8db6c8bead94b +Checksums-Sha1: + 6253c112c566853b67a79f8af9162981c15188ac 1679 golang-github-go-logfmt-logfmt_0.5.0-2.dsc + bb3f2cc8ae6d8d822a5f291de524aa0c64f6584a 11754 golang-github-go-logfmt-logfmt_0.5.0.orig.tar.gz + 077a4025e5bdc436318059a820d65f929c8ceea5 3828 golang-github-go-logfmt-logfmt_0.5.0-2.debian.tar.xz +Checksums-Sha256: + d63867157398af44cd9e11bea7bd6c8b52396568515742ab19a8db6c8bead94b 1679 golang-github-go-logfmt-logfmt_0.5.0-2.dsc + b16f89bdf705630be9df8db1bd7b37ab677b55d1f4d87c981c72d664f89c8906 11754 golang-github-go-logfmt-logfmt_0.5.0.orig.tar.gz + 0d38ea609e46a57d4bcc5460bf2842f3b07dac0fbcbdbc492df5bc613271fd9b 3828 golang-github-go-logfmt-logfmt_0.5.0-2.debian.tar.xz +Files: + d8615b5a748d60bad7d32da1076cd0e6 1679 golang-github-go-logfmt-logfmt_0.5.0-2.dsc + e133e94167691ac19c0fd35cbeca805b 11754 golang-github-go-logfmt-logfmt_0.5.0.orig.tar.gz + bbd892f3cb0233a5aeb667755cd0dbe7 3828 golang-github-go-logfmt-logfmt_0.5.0-2.debian.tar.xz +Go-Import-Path: github.com/go-logfmt/logfmt + +Format: 3.0 (quilt) +Package: golang-github-go-logr-logr +Binary: golang-github-go-logr-logr-dev +Architecture: all +Version: 1.2.3-1 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu +Homepage: https://github.com/go-logr/logr +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-logr-logr +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-logr-logr.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-go-logr-logr-dev deb golang optional arch=all +Directory: pool/bcadde1b403ad3c7675e35ed131691e6d7b00f48a57d5145673c3a79b46d97ce +Checksums-Sha1: + 5b86ec9f0aeb8334ec1ef5c521d6b2dda16a57a8 1622 golang-github-go-logr-logr_1.2.3-1.dsc + 0f5478fa5f3a637b11253705d000143e206ab76f 38586 golang-github-go-logr-logr_1.2.3.orig.tar.gz + a9e6c9bdfebf37ca31cd28945f8153ef0e27f114 2412 golang-github-go-logr-logr_1.2.3-1.debian.tar.xz +Checksums-Sha256: + bcadde1b403ad3c7675e35ed131691e6d7b00f48a57d5145673c3a79b46d97ce 1622 golang-github-go-logr-logr_1.2.3-1.dsc + 3e5333113adcddd23e7272e19019e15b92ad3ed712297f28b52204f2d9d0a80e 38586 golang-github-go-logr-logr_1.2.3.orig.tar.gz + 0a6376c32261a4815ddee53bb1b21522aa0f543906c12f19976d5f15ddba2350 2412 golang-github-go-logr-logr_1.2.3-1.debian.tar.xz +Files: + c9407fa7446500a95fc8ed5cf81ca628 1622 golang-github-go-logr-logr_1.2.3-1.dsc + 9cd35fad692bc93c0a0be8615328a9d2 38586 golang-github-go-logr-logr_1.2.3.orig.tar.gz + f54efa8162b3696e22b6de591368d804 2412 golang-github-go-logr-logr_1.2.3-1.debian.tar.xz +Go-Import-Path: github.com/go-logr/logr + +Format: 3.0 (quilt) +Package: golang-github-go-logr-stdr +Binary: golang-github-go-logr-stdr-dev +Architecture: all +Version: 1.2.2-3 +Maintainer: Debian Go Packaging Team +Uploaders: Thomas Goirand , +Homepage: https://github.com/go-logr/stdr +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-logr-stdr +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-logr-stdr.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-go-logr-logr-dev (>= 1.2.3) +Package-List: + golang-github-go-logr-stdr-dev deb golang optional arch=all +Directory: pool/f34b81054ea3704e41a6c91993546e2ece5363bfabda9e690c32a27db8fe2b04 +Checksums-Sha1: + 7e532470caed88054b6a5839127c0b4f6d766001 1665 golang-github-go-logr-stdr_1.2.2-3.dsc + 123c18565ce70ae19ca9fa0a94a4c92361123e22 9098 golang-github-go-logr-stdr_1.2.2.orig.tar.gz + 2ab8a9ef84ce327c20c3fe3451ba8de9495e8d22 2000 golang-github-go-logr-stdr_1.2.2-3.debian.tar.xz +Checksums-Sha256: + f34b81054ea3704e41a6c91993546e2ece5363bfabda9e690c32a27db8fe2b04 1665 golang-github-go-logr-stdr_1.2.2-3.dsc + 37d975b280d884ca0d55a800bc6e47314b6e86268e56254f9d15d19ca9404eb8 9098 golang-github-go-logr-stdr_1.2.2.orig.tar.gz + 326a742d41775064c6b451674c33cb5f8db9c753413d3f3a41a2a4e285b7baa9 2000 golang-github-go-logr-stdr_1.2.2-3.debian.tar.xz +Files: + ea76a8e86a87afad5ab7f6a4bbc0a86d 1665 golang-github-go-logr-stdr_1.2.2-3.dsc + 633641e6f80a3c4367984d3e7b506e23 9098 golang-github-go-logr-stdr_1.2.2.orig.tar.gz + edcc200b477d9072f3664c7a4c919a9f 2000 golang-github-go-logr-stdr_1.2.2-3.debian.tar.xz +Go-Import-Path: github.com/go-logr/stdr + +Format: 3.0 (quilt) +Package: golang-github-go-openapi-jsonpointer +Binary: golang-github-go-openapi-jsonpointer-dev +Architecture: all +Version: 1:0.21.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Anthony Fok , Guillem Jover , +Homepage: https://github.com/go-openapi/jsonpointer +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-jsonpointer +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-jsonpointer.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.19~), golang-github-go-openapi-swag-dev (>= 1:0.22.5), golang-github-stretchr-testify-dev (>= 1.8.4) +Package-List: + golang-github-go-openapi-jsonpointer-dev deb golang optional arch=all +Directory: pool/189bf808dd89172c4fb39a245aa2f3840bfcc9fbc2b5af5069caeeb21df681fd +Checksums-Sha1: + 68ade95d9cb8bed862e6dae08e4970ff85ecca32 2633 golang-github-go-openapi-jsonpointer_0.21.0-1.dsc + a2f5eac386ca6304f8ec44d437a65430bdb6b1be 17857 golang-github-go-openapi-jsonpointer_0.21.0.orig.tar.gz + 4c4e8646259333d4b1dfd6910064f3baa0fe73fa 3052 golang-github-go-openapi-jsonpointer_0.21.0-1.debian.tar.xz +Checksums-Sha256: + 189bf808dd89172c4fb39a245aa2f3840bfcc9fbc2b5af5069caeeb21df681fd 2633 golang-github-go-openapi-jsonpointer_0.21.0-1.dsc + 825a1cc494e1cb0e5b56eb880e3ab138f3d07e4c85f2938b852aeae9e8de72ae 17857 golang-github-go-openapi-jsonpointer_0.21.0.orig.tar.gz + eeceed23d137f7c5530f30a3984c0f6614d342acf873ef1f419aad2664439c65 3052 golang-github-go-openapi-jsonpointer_0.21.0-1.debian.tar.xz +Files: + c272cbefa97884989ab5f54773ad5b8b 2633 golang-github-go-openapi-jsonpointer_0.21.0-1.dsc + 9a5cb7e3f1048382cdca125d23804e00 17857 golang-github-go-openapi-jsonpointer_0.21.0.orig.tar.gz + f7ac9fac9ab1c58ac741bc6bb9987e94 3052 golang-github-go-openapi-jsonpointer_0.21.0-1.debian.tar.xz +Go-Import-Path: github.com/go-openapi/jsonpointer + +Format: 3.0 (quilt) +Package: golang-github-go-openapi-jsonreference +Binary: golang-github-go-openapi-jsonreference-dev +Architecture: all +Version: 1:0.21.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Guillem Jover , +Homepage: https://github.com/go-openapi/jsonreference +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-jsonreference +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-jsonreference.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-go-openapi-jsonpointer-dev, golang-github-stretchr-testify-dev +Package-List: + golang-github-go-openapi-jsonreference-dev deb golang optional arch=all +Directory: pool/68922911975ec81591f91388e915c8fcd096214c1ca51bd4fd11d9bdbadb997f +Checksums-Sha1: + 7c13e19505351cc3361cd3454abeb705babab33d 2586 golang-github-go-openapi-jsonreference_0.21.0-1.dsc + a21e3eba636d94e86deb807d77e6d6d9b44f5400 14749 golang-github-go-openapi-jsonreference_0.21.0.orig.tar.gz + adda5dba171b304f80230fa2bd94d013edb2cb91 2728 golang-github-go-openapi-jsonreference_0.21.0-1.debian.tar.xz +Checksums-Sha256: + 68922911975ec81591f91388e915c8fcd096214c1ca51bd4fd11d9bdbadb997f 2586 golang-github-go-openapi-jsonreference_0.21.0-1.dsc + 768727fd350dd05aaaebfe809acaed5ddcce68b468f00e8de071a204cc08cac5 14749 golang-github-go-openapi-jsonreference_0.21.0.orig.tar.gz + 3e4d19c77f242efab777d151b74e23afafaa1ae4a9d7cdcff7ffbb9b76e98e68 2728 golang-github-go-openapi-jsonreference_0.21.0-1.debian.tar.xz +Files: + 906b40361ce37cab204874c1c60a1582 2586 golang-github-go-openapi-jsonreference_0.21.0-1.dsc + 11bc22663b1669422e4f43f326a4a396 14749 golang-github-go-openapi-jsonreference_0.21.0.orig.tar.gz + 6aee3a617e7f1a22d6b818b668f7ce5e 2728 golang-github-go-openapi-jsonreference_0.21.0-1.debian.tar.xz +Go-Import-Path: github.com/go-openapi/jsonreference + +Format: 3.0 (quilt) +Package: golang-github-go-openapi-swag +Binary: golang-github-go-openapi-swag-dev +Architecture: all +Version: 1:0.23.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Anthony Fok , Guillem Jover , +Homepage: https://github.com/go-openapi/swag +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-swag +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-swag.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.19~), golang-github-mailru-easyjson-dev (>= 0.7.7), golang-github-stretchr-testify-dev (>= 1.8.4), golang-gopkg-yaml.v3-dev (>= 3.0.1) +Package-List: + golang-github-go-openapi-swag-dev deb golang optional arch=all +Directory: pool/7d09739b0cda6767114c21a04ec271eab797805b49d2ff32925f59abd14fe478 +Checksums-Sha1: + 0af9e03e40180b83b5f40cacc699d4fa702b721b 2565 golang-github-go-openapi-swag_0.23.0-1.dsc + 33ce09680ffcfa08dd2fc07b9f881e8f57b01914 43292 golang-github-go-openapi-swag_0.23.0.orig.tar.gz + e44ac2219ab70d131d4d2bdafeb1db8c42b0495e 3108 golang-github-go-openapi-swag_0.23.0-1.debian.tar.xz +Checksums-Sha256: + 7d09739b0cda6767114c21a04ec271eab797805b49d2ff32925f59abd14fe478 2565 golang-github-go-openapi-swag_0.23.0-1.dsc + fe2f7b04008d08fbd6a165f3a1292d2dbe5b91010377fe0c313f7dc2d0b50e1f 43292 golang-github-go-openapi-swag_0.23.0.orig.tar.gz + f2a88a5122fcd86336a5c232578b72af42832895a00c49379a6e133e47b272c7 3108 golang-github-go-openapi-swag_0.23.0-1.debian.tar.xz +Files: + 31b33727a79200529fd6796d3421312b 2565 golang-github-go-openapi-swag_0.23.0-1.dsc + ac588c5e706deb88c8944264951d1098 43292 golang-github-go-openapi-swag_0.23.0.orig.tar.gz + e87f892f3b24c4e91fe80fcade0ac609 3108 golang-github-go-openapi-swag_0.23.0-1.debian.tar.xz +Go-Import-Path: github.com/go-openapi/swag + +Format: 3.0 (quilt) +Package: golang-github-gogo-googleapis +Binary: golang-github-gogo-googleapis-dev +Architecture: all +Version: 1.4.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Dmitry Smirnov , +Homepage: https://github.com/gogo/googleapis +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gogo-googleapis +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gogo-googleapis.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, gogoprotobuf (>= 1.3.1~), golang-any, golang-github-gogo-protobuf-dev (>= 1.3.1~), libprotobuf-dev +Package-List: + golang-github-gogo-googleapis-dev deb devel optional arch=all +Directory: pool/bf41c178149e628c8bd20b390607e1391e198a08f9428767d8397277afeb6fbf +Checksums-Sha1: + e5676d1fecc34cab5473cb5ada10daa10ecb52a9 2388 golang-github-gogo-googleapis_1.4.0-2.dsc + ce4467e9bc8f94e96bc5bf4e1e60281da34e99db 146813 golang-github-gogo-googleapis_1.4.0.orig.tar.gz + 5a8300ecd21f8aa43209d673c968b2e8affd1c5b 2776 golang-github-gogo-googleapis_1.4.0-2.debian.tar.xz +Checksums-Sha256: + bf41c178149e628c8bd20b390607e1391e198a08f9428767d8397277afeb6fbf 2388 golang-github-gogo-googleapis_1.4.0-2.dsc + 0f1be0cc87e1f7942091f529dd2669d66fc249d57c6ed6906666d42b6d384497 146813 golang-github-gogo-googleapis_1.4.0.orig.tar.gz + 0952d62fbb7fe88e59985e3a53d1ca009cf04d2e2468e8b8c4c5dd6cf13eff13 2776 golang-github-gogo-googleapis_1.4.0-2.debian.tar.xz +Files: + 6ed397da145a037bf89ac78199a49497 2388 golang-github-gogo-googleapis_1.4.0-2.dsc + eb4a2d5fb2eabd782d1a678079a6faf0 146813 golang-github-gogo-googleapis_1.4.0.orig.tar.gz + bf5a0fd564dc8a70dc7ed8ff6963f0fd 2776 golang-github-gogo-googleapis_1.4.0-2.debian.tar.xz +Go-Import-Path: github.com/gogo/googleapis + +Format: 3.0 (quilt) +Package: golang-github-golang-groupcache +Binary: golang-github-golang-groupcache-dev +Architecture: all +Version: 0.0~git20210331.41bb18b-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , +Homepage: https://github.com/golang/groupcache +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-groupcache +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-groupcache.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-golang-protobuf-1-3-dev +Package-List: + golang-github-golang-groupcache-dev deb golang optional arch=all +Directory: pool/9b5c559a81c446d108f32dbab2c39a049386e3330885b2b3b150f5068940f99f +Checksums-Sha1: + ef4f0bb25422eb982b98327f455a54350d4c0e45 2453 golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.dsc + fe0e7745231880d352b50804e327b89f30c7e3be 23588 golang-github-golang-groupcache_0.0~git20210331.41bb18b.orig.tar.xz + 069593cc461fb9b9e6eb8807c4c1250137b9b22b 2680 golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.debian.tar.xz +Checksums-Sha256: + 9b5c559a81c446d108f32dbab2c39a049386e3330885b2b3b150f5068940f99f 2453 golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.dsc + 27fd951f181ad70ef13b1b1fde233caa8f0db2e217215d9d65630fe3e45cdbcb 23588 golang-github-golang-groupcache_0.0~git20210331.41bb18b.orig.tar.xz + d448931d08acc16018c417e8530b05721fa040d4085e665d58e70bcd69dee948 2680 golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.debian.tar.xz +Files: + 3dbff7ace19da4add413993c8ec7ef3d 2453 golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.dsc + 1806daa7e7a4c5afbb89b04f6a5f6e31 23588 golang-github-golang-groupcache_0.0~git20210331.41bb18b.orig.tar.xz + 9af559da4b5820dd0dc7cef79f0c2ac4 2680 golang-github-golang-groupcache_0.0~git20210331.41bb18b-1.debian.tar.xz +Go-Import-Path: github.com/golang/groupcache + +Format: 3.0 (quilt) +Package: golang-github-golang-mock +Binary: golang-github-golang-mock-dev, mockgen +Architecture: any all +Version: 1.6.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Anthony Fok +Homepage: https://github.com/golang/mock +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-mock +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-mock.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-mod-dev, golang-golang-x-tools-dev +Package-List: + golang-github-golang-mock-dev deb golang optional arch=all + mockgen deb golang optional arch=any +Directory: pool/2f8c22c2c0b604b2e0a7b9e8a8dcb69465b36d4dfaacb0c70d68ef1b067b5412 +Checksums-Sha1: + 52543db35d833a336fb87401470fb0fe2ebc4d9a 2328 golang-github-golang-mock_1.6.0-2.dsc + 60325aedc2af1077f92648a037c924794f4588a4 56844 golang-github-golang-mock_1.6.0.orig.tar.xz + 8f1c0f2095dd18e0ad5c0de28daa8d4a96e720ea 4400 golang-github-golang-mock_1.6.0-2.debian.tar.xz +Checksums-Sha256: + 2f8c22c2c0b604b2e0a7b9e8a8dcb69465b36d4dfaacb0c70d68ef1b067b5412 2328 golang-github-golang-mock_1.6.0-2.dsc + 984a4800f05f9cdd3c16d60261845baec13d9ebe0fa3cefc84b2caf4750f3990 56844 golang-github-golang-mock_1.6.0.orig.tar.xz + 934edb21a9cf40043e7089ad73e095c4e317dd1860ad2299587c1c53dd8d3421 4400 golang-github-golang-mock_1.6.0-2.debian.tar.xz +Files: + 152d31a24df041b65f080dda4713c5c1 2328 golang-github-golang-mock_1.6.0-2.dsc + e89ac47f6decd9806b7d08b576daae92 56844 golang-github-golang-mock_1.6.0.orig.tar.xz + b17993627ce6eeb9add9cb94109f839f 4400 golang-github-golang-mock_1.6.0-2.debian.tar.xz +Go-Import-Path: github.com/golang/mock + +Format: 3.0 (quilt) +Package: golang-github-golang-protobuf-1-3 +Binary: golang-goprotobuf-dev, golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3 +Architecture: any all +Version: 1.3.5-4 +Maintainer: Debian Go Packaging Team +Uploaders: Michael Stapelberg , Martín Ferrari , Anthony Fok , +Homepage: https://github.com/golang/protobuf +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-3 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-3.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler +Package-List: + golang-github-golang-protobuf-1-3-dev deb golang optional arch=all + golang-goprotobuf-dev deb oldlibs optional arch=any + protoc-gen-go-1-3 deb golang optional arch=any +Directory: pool/150ac4cfcffbb15ecf5ab1db80f8d54ef7cf2a178a9a6f7288455cd7f5552c18 +Checksums-Sha1: + 67327ac491eb747aac8cd49637d3f9c410b33d50 1958 golang-github-golang-protobuf-1-3_1.3.5-4.dsc + 77b5aba7b0aedbea923af48e5cddbe1cd1d70320 315673 golang-github-golang-protobuf-1-3_1.3.5.orig.tar.gz + ba689b95cf5ee324047fcaae75615f48bdfbbbc0 4764 golang-github-golang-protobuf-1-3_1.3.5-4.debian.tar.xz +Checksums-Sha256: + 150ac4cfcffbb15ecf5ab1db80f8d54ef7cf2a178a9a6f7288455cd7f5552c18 1958 golang-github-golang-protobuf-1-3_1.3.5-4.dsc + af3a537939737af26f37661610cd615d44fb6ffb0b966e09bd041cd5a05b01fd 315673 golang-github-golang-protobuf-1-3_1.3.5.orig.tar.gz + 9ebaeb208d44295e1b565d5d5da1f1cf244c859bea084d1b5eac5e0a196a3eb2 4764 golang-github-golang-protobuf-1-3_1.3.5-4.debian.tar.xz +Files: + 3cca9ea0712f26f403f5f4a7b5163b4e 1958 golang-github-golang-protobuf-1-3_1.3.5-4.dsc + 827edd085be423201b6e632b5d56b04c 315673 golang-github-golang-protobuf-1-3_1.3.5.orig.tar.gz + 3ba6c409f09dffd224aa045a8555931d 4764 golang-github-golang-protobuf-1-3_1.3.5-4.debian.tar.xz +Go-Import-Path: github.com/golang/protobuf + +Format: 3.0 (quilt) +Package: golang-github-golang-protobuf-1-5 +Binary: golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5 +Architecture: any all +Version: 1.5.4-1 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , +Homepage: https://github.com/golang/protobuf +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-5 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-protobuf-1-5.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.17~), golang-github-google-go-cmp-dev (>= 0.5.5), golang-google-protobuf-dev (>= 1.33.0) +Package-List: + golang-github-golang-protobuf-1-5-dev deb golang optional arch=all + protoc-gen-go-1-5 deb golang optional arch=any +Directory: pool/1d55aaf89da480177cb18d8c39bc6e06dab52d1163aea255184f0bb5e2939fe2 +Checksums-Sha1: + 407091a7cc5d76320130036411fc506fc37e7b3d 2492 golang-github-golang-protobuf-1-5_1.5.4-1.dsc + cfdbab166aa33a1c5b82be00f7b061abda21be7a 172992 golang-github-golang-protobuf-1-5_1.5.4.orig.tar.gz + f82560c1744eb1801d49f7e08d610ad0e62af7bb 2920 golang-github-golang-protobuf-1-5_1.5.4-1.debian.tar.xz +Checksums-Sha256: + 1d55aaf89da480177cb18d8c39bc6e06dab52d1163aea255184f0bb5e2939fe2 2492 golang-github-golang-protobuf-1-5_1.5.4-1.dsc + d75e6960ecfabaaa83a7261b1b630d24e9c63aca79615fb15bf33e11b62fd019 172992 golang-github-golang-protobuf-1-5_1.5.4.orig.tar.gz + fddb1fa98f8a1985c10a484cf719ded873ce29cd84bca8781bf5b1556daa2432 2920 golang-github-golang-protobuf-1-5_1.5.4-1.debian.tar.xz +Files: + 7a0e5492e95146f382d8de62ba43cd18 2492 golang-github-golang-protobuf-1-5_1.5.4-1.dsc + bbdaed5e0de5a93ab968a851e4cec2c0 172992 golang-github-golang-protobuf-1-5_1.5.4.orig.tar.gz + 971cda71f821812e87b83d34c94cf710 2920 golang-github-golang-protobuf-1-5_1.5.4-1.debian.tar.xz +Go-Import-Path: github.com/golang/protobuf + +Format: 3.0 (quilt) +Package: golang-github-golang-snappy +Binary: golang-github-golang-snappy-dev, golang-snappy-go-dev +Architecture: all +Version: 0.0.2-3 +Maintainer: Debian Go Packaging Team +Uploaders: Hilko Bengen , Martín Ferrari , +Homepage: https://github.com/golang/snappy +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-snappy +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-snappy.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.17~), golang-any +Package-List: + golang-github-golang-snappy-dev deb golang optional arch=all + golang-snappy-go-dev deb oldlibs optional arch=all +Directory: pool/fb063db84cc6e125f3f4fc9248d7ee7d372f5cc84e53975ecb6f540328e34ef0 +Checksums-Sha1: + c5db5aad22bb395ef6fc00ab40d3f0a1766d2205 2340 golang-github-golang-snappy_0.0.2-3.dsc + 801cf95ea4d4a12662d91818eb5fc90addbbdca4 53132 golang-github-golang-snappy_0.0.2.orig.tar.xz + e2fbda238827764632551af810859c2de104f3c3 6300 golang-github-golang-snappy_0.0.2-3.debian.tar.xz +Checksums-Sha256: + fb063db84cc6e125f3f4fc9248d7ee7d372f5cc84e53975ecb6f540328e34ef0 2340 golang-github-golang-snappy_0.0.2-3.dsc + fabe56ea5d0cd44b45503dc025731e33f7cb4fea939126c5ad03f240b35ba85f 53132 golang-github-golang-snappy_0.0.2.orig.tar.xz + 92246d5d7c7b11e322333ea4966a3949879d545f7aece17154447a63edb5963d 6300 golang-github-golang-snappy_0.0.2-3.debian.tar.xz +Files: + 9231cd17f86969863b6045020fcd6066 2340 golang-github-golang-snappy_0.0.2-3.dsc + 7b13814c5d15b3063f224ec7366f51ed 53132 golang-github-golang-snappy_0.0.2.orig.tar.xz + 35eab979e0ded0cad6c495ca29a6f36b 6300 golang-github-golang-snappy_0.0.2-3.debian.tar.xz +Go-Import-Path: github.com/golang/snappy + +Format: 3.0 (quilt) +Package: golang-github-google-btree +Binary: golang-github-google-btree-dev +Architecture: all +Version: 1.0.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok , John Goerzen +Homepage: https://github.com/google/btree +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-btree +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-btree.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any +Package-List: + golang-github-google-btree-dev deb devel optional arch=all +Directory: pool/849fc4900bde20071fba2320399791226c353dbcb890f790ec7b9db189919315 +Checksums-Sha1: + 4dc27b552473d387edae8d65b10133fc7f3092e0 2314 golang-github-google-btree_1.0.1-1.dsc + 8c8c107ef54c56ecaf776f3220e8e09cccb0f703 15381 golang-github-google-btree_1.0.1.orig.tar.gz + 6cd42942a762bd890c40122683f4eb2b0e4f15ac 2780 golang-github-google-btree_1.0.1-1.debian.tar.xz +Checksums-Sha256: + 849fc4900bde20071fba2320399791226c353dbcb890f790ec7b9db189919315 2314 golang-github-google-btree_1.0.1-1.dsc + 240723cff7c3c28e8444d45e500e65b2c25df519273260f248786e1a7367a654 15381 golang-github-google-btree_1.0.1.orig.tar.gz + b80c716e01d80c770ddda21c11d2be2755d918d570efcd8d8e86119c5213a937 2780 golang-github-google-btree_1.0.1-1.debian.tar.xz +Files: + e283990f200d28e054b13159010a365a 2314 golang-github-google-btree_1.0.1-1.dsc + 0a49c4ccd05d3fabd7aba3d817a08354 15381 golang-github-google-btree_1.0.1.orig.tar.gz + 2b810092f26e76b978b01f7fd8a01969 2780 golang-github-google-btree_1.0.1-1.debian.tar.xz +Go-Import-Path: github.com/google/btree + +Format: 3.0 (quilt) +Package: golang-github-google-cel-go +Binary: golang-github-google-cel-go-dev +Architecture: all +Version: 0.18.2+ds-5 +Maintainer: Debian Go Packaging Team +Uploaders: Peymaneh +Homepage: https://github.com/google/cel-go +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-cel-go +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-cel-go.git +Testsuite: autopkgtest, autopkgtest-pkg-go +Testsuite-Triggers: net-tools, psmisc +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-antlr-antlr4-dev (>= 4.11.1~), golang-github-golang-protobuf-1-5-dev, golang-github-stoewer-go-strcase-dev, golang-golang-x-text-dev, golang-google-genproto-dev (>= 0.0~git20210726.e7812ac~), tzdata +Package-List: + golang-github-google-cel-go-dev deb golang optional arch=all +Directory: pool/31a7e34b5c642cf444087400c72b89474a69a1044d8bc872c0e8bfa72e9b7ad8 +Checksums-Sha1: + 48c2b4c9e2f0e4796bca569b8aa1ca41fa8911ab 2539 golang-github-google-cel-go_0.18.2+ds-5.dsc + 7d73d197eb11b4da0fe0a89b5f0ed3ed3a44cea4 510132 golang-github-google-cel-go_0.18.2+ds.orig.tar.xz + e0149689a60f5c3b2c886397cb074e6850812c97 72248 golang-github-google-cel-go_0.18.2+ds-5.debian.tar.xz +Checksums-Sha256: + 31a7e34b5c642cf444087400c72b89474a69a1044d8bc872c0e8bfa72e9b7ad8 2539 golang-github-google-cel-go_0.18.2+ds-5.dsc + 2e7fb6f48ebcb465620d8aac5dda704faff6ac16d549881b951119a5dc122aed 510132 golang-github-google-cel-go_0.18.2+ds.orig.tar.xz + ac2f8a12b307426b9be415476bcff8afc393be2f91d078ec52f8f07fc90ea1ce 72248 golang-github-google-cel-go_0.18.2+ds-5.debian.tar.xz +Files: + 644bfcf207c8c096d53841b77b0f4122 2539 golang-github-google-cel-go_0.18.2+ds-5.dsc + fc9da7023b7ad61594d64de30bdf136f 510132 golang-github-google-cel-go_0.18.2+ds.orig.tar.xz + d8d9f3bb66fd38f95ddc0b6ecac9127c 72248 golang-github-google-cel-go_0.18.2+ds-5.debian.tar.xz +Go-Import-Path: github.com/google/cel-go + +Format: 3.0 (quilt) +Package: golang-github-google-gnostic-models +Binary: golang-github-google-gnostic-models-dev +Architecture: all +Version: 0.6.8-3 +Maintainer: Debian Go Packaging Team +Uploaders: Nicolas Schier +Homepage: https://github.com/google/gnostic-models +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-gnostic-models +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-gnostic-models.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-google-protobuf-dev, golang-gopkg-yaml.v3-dev, golang-gopkg-check.v1-dev, golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev +Package-List: + golang-github-google-gnostic-models-dev deb golang optional arch=all +Directory: pool/d283ea506f496bdbeb22d6688621ef0e14023c1e8b43aec3363d512b3b9e5fa2 +Checksums-Sha1: + 388afb8f191e7de315bdc6e347bcf739b0c7fbeb 2512 golang-github-google-gnostic-models_0.6.8-3.dsc + 9363e697d26150e18d3f7a77ca05e39708dc0d80 158074 golang-github-google-gnostic-models_0.6.8.orig.tar.gz + d2e5363ea75105abdf47e3d14fca09daca485a2d 3868 golang-github-google-gnostic-models_0.6.8-3.debian.tar.xz +Checksums-Sha256: + d283ea506f496bdbeb22d6688621ef0e14023c1e8b43aec3363d512b3b9e5fa2 2512 golang-github-google-gnostic-models_0.6.8-3.dsc + 92d804d1f620c38b05f35abe101d45e0c13600ffb4a4af7d8edb3fb2ae56a176 158074 golang-github-google-gnostic-models_0.6.8.orig.tar.gz + ee2e75d0ae32485cfcb700fa0c72ecfabd9bed3734a92e94552deed4ae363a0a 3868 golang-github-google-gnostic-models_0.6.8-3.debian.tar.xz +Files: + 3e0b993a11e0601c00879bc2ec980af4 2512 golang-github-google-gnostic-models_0.6.8-3.dsc + 380e111dff398b58fc65ae4a2dd9e81a 158074 golang-github-google-gnostic-models_0.6.8.orig.tar.gz + 80abb9ff5cc017fffc740f8b6cc15946 3868 golang-github-google-gnostic-models_0.6.8-3.debian.tar.xz +Go-Import-Path: github.com/google/gnostic-models + +Format: 3.0 (quilt) +Package: golang-github-google-go-cmp +Binary: golang-github-google-go-cmp-dev +Architecture: all +Version: 0.6.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Martín Ferrari , Anthony Fok +Homepage: https://github.com/google/go-cmp +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-go-cmp +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-go-cmp.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any +Package-List: + golang-github-google-go-cmp-dev deb golang optional arch=all +Directory: pool/9673090e7d4531631d85862d935621b67131e4d04a985972f18eb43c0c681a51 +Checksums-Sha1: + 669392cd565dc93ba37700cbc86079d78f0b8ee6 2339 golang-github-google-go-cmp_0.6.0-1.dsc + b81d90a51d978f5f256ea71f3178af4ba8e3af1c 104784 golang-github-google-go-cmp_0.6.0.orig.tar.gz + bfee00aff0b5141cb1745e9177d54dc43bc1d427 3348 golang-github-google-go-cmp_0.6.0-1.debian.tar.xz +Checksums-Sha256: + 9673090e7d4531631d85862d935621b67131e4d04a985972f18eb43c0c681a51 2339 golang-github-google-go-cmp_0.6.0-1.dsc + d14f7d57b0f6d25771bee3d7d5d038f532539e71bfc934772b1c0467ab90fa86 104784 golang-github-google-go-cmp_0.6.0.orig.tar.gz + 1d811ed211736a2afdbfebf899dff3c52153ae7b714d4ec81cac6906dcea62c8 3348 golang-github-google-go-cmp_0.6.0-1.debian.tar.xz +Files: + dfb94e2eb971ba881e580d95fa8b7278 2339 golang-github-google-go-cmp_0.6.0-1.dsc + 5f88097e0cfd038e6f44c80c3580fa78 104784 golang-github-google-go-cmp_0.6.0.orig.tar.gz + 0a6560a8b051e7f3f2005bf939923a5a 3348 golang-github-google-go-cmp_0.6.0-1.debian.tar.xz +Go-Import-Path: github.com/google/go-cmp + +Format: 3.0 (quilt) +Package: golang-github-google-gofuzz +Binary: golang-github-google-gofuzz-dev +Architecture: all +Version: 1.2.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tianon Gravi , Tim Potter , +Homepage: https://github.com/google/gofuzz +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-gofuzz +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-gofuzz.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, tzdata +Package-List: + golang-github-google-gofuzz-dev deb golang optional arch=all +Directory: pool/015c69f5273e494330073760c1c3b27385d1057c35ceb25dca3a7e90c3d1c8ac +Checksums-Sha1: + 1753cd47bea3c513bd2202cb37e586c25d8c0dbe 1672 golang-github-google-gofuzz_1.2.0-1.dsc + 707c8efdd2f5f8f7b43d13a65a5a73f9609ec09a 17055 golang-github-google-gofuzz_1.2.0.orig.tar.gz + 170d00988414f29d4d8450f93d17b5be819f27f1 3492 golang-github-google-gofuzz_1.2.0-1.debian.tar.xz +Checksums-Sha256: + 015c69f5273e494330073760c1c3b27385d1057c35ceb25dca3a7e90c3d1c8ac 1672 golang-github-google-gofuzz_1.2.0-1.dsc + a3d2fc0777639d84dc709af532823587f449b15a5d01dd44d0c72619cb1d0310 17055 golang-github-google-gofuzz_1.2.0.orig.tar.gz + c4ce678762a0192f11c3ff819b2488b8c865e0b66a9102c39a361d7e6865e7a1 3492 golang-github-google-gofuzz_1.2.0-1.debian.tar.xz +Files: + 346a0cd63fcf7220f2bf5a056eb0a559 1672 golang-github-google-gofuzz_1.2.0-1.dsc + efacc542e0035fcdb9d2647cbd503055 17055 golang-github-google-gofuzz_1.2.0.orig.tar.gz + 86323db3c961ae5259f3b2a51cc9c32b 3492 golang-github-google-gofuzz_1.2.0-1.debian.tar.xz +Go-Import-Path: github.com/google/gofuzz + +Format: 3.0 (quilt) +Package: golang-github-google-martian +Binary: golang-github-google-martian-dev +Architecture: all +Version: 3.3.2-3 +Maintainer: Debian Go Packaging Team +Uploaders: Stephen Gelman +Homepage: https://github.com/google/martian +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-martian +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-martian.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-net-dev, media-types +Package-List: + golang-github-google-martian-dev deb golang optional arch=all +Directory: pool/f41f0c617a6ef5963502cbb5d5e6b888d17f9d4ebe2f781f6c1f5cc86bec5634 +Checksums-Sha1: + 85be41038193f8087a9b8b622554385f28f704e0 1668 golang-github-google-martian_3.3.2-3.dsc + 0f345ee88a509031f1d7d77771cf2a8bf1e072eb 160530 golang-github-google-martian_3.3.2.orig.tar.gz + fcf353b6431e1266313c819431a84eb84d96adf0 2992 golang-github-google-martian_3.3.2-3.debian.tar.xz +Checksums-Sha256: + f41f0c617a6ef5963502cbb5d5e6b888d17f9d4ebe2f781f6c1f5cc86bec5634 1668 golang-github-google-martian_3.3.2-3.dsc + 9f9b6dbba2f483f037003ce72bbdc7d07470daa5aa4f3949241a0f8f4255eaa4 160530 golang-github-google-martian_3.3.2.orig.tar.gz + 0eb44379b1c9e9f46667f5bf7342a18cb66e3b482e96f79a5c5b6ec2885d1eab 2992 golang-github-google-martian_3.3.2-3.debian.tar.xz +Files: + c6204c36ccc350032a26a69ca4789191 1668 golang-github-google-martian_3.3.2-3.dsc + 2ffac77b548dc0246113aaed98837f34 160530 golang-github-google-martian_3.3.2.orig.tar.gz + 7e146fa6d12906b30754537020020009 2992 golang-github-google-martian_3.3.2-3.debian.tar.xz +Go-Import-Path: github.com/google/martian + +Format: 3.0 (quilt) +Package: golang-github-google-pprof +Binary: golang-github-google-pprof-dev +Architecture: all +Version: 0.0~git20211008.947d60d-1 +Maintainer: Debian Go Packaging Team +Uploaders: Stephen Gelman , Anthony Fok +Homepage: https://github.com/google/pprof +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-pprof +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-pprof.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-chzyer-readline-dev, golang-github-ianlancetaylor-demangle-dev +Package-List: + golang-github-google-pprof-dev deb golang optional arch=all +Directory: pool/c56fb4c616b47702a8cdab40872d450413ee92e31c9c70c79474a3495453308f +Checksums-Sha1: + 95537e623b2177220fcce698c8e7a93ef9436839 1866 golang-github-google-pprof_0.0~git20211008.947d60d-1.dsc + ba1bb502b3f9f01bc9a81f18e26ff2fa7f636bff 1431520 golang-github-google-pprof_0.0~git20211008.947d60d.orig.tar.xz + f31cbbb246322f19197528eea6fd536ec05a30b6 4368 golang-github-google-pprof_0.0~git20211008.947d60d-1.debian.tar.xz +Checksums-Sha256: + c56fb4c616b47702a8cdab40872d450413ee92e31c9c70c79474a3495453308f 1866 golang-github-google-pprof_0.0~git20211008.947d60d-1.dsc + 9181da3e041393e2a3be6241eb303eb21038f58e3cbe6b6e771953173f033ac0 1431520 golang-github-google-pprof_0.0~git20211008.947d60d.orig.tar.xz + 1cf6e06ce21866e14130fb170fd26400afe067a801428ec087ea71e76eb16ca8 4368 golang-github-google-pprof_0.0~git20211008.947d60d-1.debian.tar.xz +Files: + 799da12e7db7a3987b8db5859fb596f5 1866 golang-github-google-pprof_0.0~git20211008.947d60d-1.dsc + 00b5996c978d78e10e5cf537bc1776cd 1431520 golang-github-google-pprof_0.0~git20211008.947d60d.orig.tar.xz + 3141b58b8f1218e8ffbb971320590777 4368 golang-github-google-pprof_0.0~git20211008.947d60d-1.debian.tar.xz +Go-Import-Path: github.com/google/pprof + +Format: 3.0 (quilt) +Package: golang-github-google-uuid +Binary: golang-github-google-uuid-dev +Architecture: all +Version: 1.6.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov +Homepage: https://github.com/google/uuid +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-uuid +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-uuid.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any +Package-List: + golang-github-google-uuid-dev deb golang optional arch=all +Directory: pool/7298861cbc81b1f9a086143b9aa24a3e0c10715e7c22e90dbc21edb4785fc120 +Checksums-Sha1: + 151c0368ee647ee48380a0353eb6ff2b0425357f 2228 golang-github-google-uuid_1.6.0-1.dsc + 57341cd337a839f879a9946f04de5689b854daf9 20896 golang-github-google-uuid_1.6.0.orig.tar.gz + 763e8744ce92a914f40ad8fd76a62b0d09fc39bd 3284 golang-github-google-uuid_1.6.0-1.debian.tar.xz +Checksums-Sha256: + 7298861cbc81b1f9a086143b9aa24a3e0c10715e7c22e90dbc21edb4785fc120 2228 golang-github-google-uuid_1.6.0-1.dsc + ee63376b5675376c60e055ed66e5f3651ccc703bd580c022b8ad00cea309252d 20896 golang-github-google-uuid_1.6.0.orig.tar.gz + d03b45a190eb635640daf8677609d4800fea6fd0dad7f0f67a712c090ffb0994 3284 golang-github-google-uuid_1.6.0-1.debian.tar.xz +Files: + fa44049d83a32064d8731530c855c4ab 2228 golang-github-google-uuid_1.6.0-1.dsc + 62b4a8921dd78aa37017b32cbeef6810 20896 golang-github-google-uuid_1.6.0.orig.tar.gz + 151e0d28f2a0a2c953959aadfc91dcd0 3284 golang-github-google-uuid_1.6.0-1.debian.tar.xz +Go-Import-Path: github.com/google/uuid + +Format: 3.0 (quilt) +Package: golang-github-googleapis-gax-go +Binary: golang-github-googleapis-gax-go-dev +Architecture: all +Version: 2.13.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Anthony Fok , +Homepage: https://github.com/googleapis/gax-go +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-googleapis-gax-go +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-googleapis-gax-go.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-net-dev, golang-google-grpc-dev +Package-List: + golang-github-googleapis-gax-go-dev deb golang optional arch=all +Directory: pool/332fd77ceb5724eab6b0ec26e9aabbac51d3c7625dcd9a61e9ca12dda30c392b +Checksums-Sha1: + dfe7f16eb5acd6816204c8027a4913dbe9cc9426 2459 golang-github-googleapis-gax-go_2.13.0-1.dsc + e0ad22365415eeaf5e3220f9c8f00d2f27c40a1f 63684 golang-github-googleapis-gax-go_2.13.0.orig.tar.gz + e8c9da7510633fec858711dd7dcfa02b0b0ede3c 3192 golang-github-googleapis-gax-go_2.13.0-1.debian.tar.xz +Checksums-Sha256: + 332fd77ceb5724eab6b0ec26e9aabbac51d3c7625dcd9a61e9ca12dda30c392b 2459 golang-github-googleapis-gax-go_2.13.0-1.dsc + b27ac1a2d9b458bdf0857ff2be66c3e5aec8034316d5dbba5ff624095bd97614 63684 golang-github-googleapis-gax-go_2.13.0.orig.tar.gz + 2f47628ff10ab442f61b4d72d8eb144b3338c424b3a0da94d355d15293917ef6 3192 golang-github-googleapis-gax-go_2.13.0-1.debian.tar.xz +Files: + 27533dfe653d3ee7de161e5bdb89c5ef 2459 golang-github-googleapis-gax-go_2.13.0-1.dsc + a3cb0435e12eafb7a7c55e772ee9ef6e 63684 golang-github-googleapis-gax-go_2.13.0.orig.tar.gz + 9e21f9db36aac934141d9c7fbea51f8e 3192 golang-github-googleapis-gax-go_2.13.0-1.debian.tar.xz +Go-Import-Path: github.com/googleapis/gax-go + +Format: 3.0 (quilt) +Package: golang-github-gorilla-mux +Binary: golang-github-gorilla-mux-dev +Architecture: all +Version: 1.8.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Tim Potter , Anthony Fok , +Homepage: https://github.com/gorilla/mux +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gorilla-mux +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gorilla-mux.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-gorilla-mux-dev deb golang optional arch=all +Directory: pool/fb26e2bbbdb9f1798d3ecfdf90220b796c15e7c30865fc05d07fad7cd7d4ad48 +Checksums-Sha1: + 7bf35b192357aba4ce321ed1c1b73a1759643903 2292 golang-github-gorilla-mux_1.8.1-1.dsc + 6365a6aff238cb63eb8ac808f707f417317b24b1 47033 golang-github-gorilla-mux_1.8.1.orig.tar.gz + ced264adf684d1299bc1f258b68511b130faa1d9 4184 golang-github-gorilla-mux_1.8.1-1.debian.tar.xz +Checksums-Sha256: + fb26e2bbbdb9f1798d3ecfdf90220b796c15e7c30865fc05d07fad7cd7d4ad48 2292 golang-github-gorilla-mux_1.8.1-1.dsc + c2a09e78d1886abb2d291b472eba3ac9185acb35234c1f5616669664ba893d6d 47033 golang-github-gorilla-mux_1.8.1.orig.tar.gz + e4312efe5dce44edbeecd8dbc6392dde5b7dfb9547d5138c97f11c0f3367158d 4184 golang-github-gorilla-mux_1.8.1-1.debian.tar.xz +Files: + b81430fa1229a53c8f2e5edd84a31e53 2292 golang-github-gorilla-mux_1.8.1-1.dsc + cd1537f90b41449239d11581a02c2800 47033 golang-github-gorilla-mux_1.8.1.orig.tar.gz + bc784309dafbdfd3d7cca086c2a4c22f 4184 golang-github-gorilla-mux_1.8.1-1.debian.tar.xz +Go-Import-Path: github.com/gorilla/mux + +Format: 3.0 (quilt) +Package: golang-github-gorilla-websocket +Binary: golang-github-gorilla-websocket-dev +Architecture: all +Version: 1.5.3-1 +Maintainer: Debian Go Packaging Team +Uploaders: Vincent Bernat , Anthony Fok +Homepage: https://github.com/gorilla/websocket +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gorilla-websocket +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gorilla-websocket.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.20~), golang-golang-x-net-dev (>= 1:0.17.0) +Package-List: + golang-github-gorilla-websocket-dev deb golang optional arch=all +Directory: pool/34f0082872bf11e93556f73fd5bd0813c8eeb17d5bf731f33a232612bf767a4b +Checksums-Sha1: + 1d5eb628249f695f65b4eb2f07f3401a9a8233db 2388 golang-github-gorilla-websocket_1.5.3-1.dsc + bb987bcaedf8397a13acfb0f93b0fa2e754f7f58 54884 golang-github-gorilla-websocket_1.5.3.orig.tar.gz + 260e174d779f2438acaf647c92e6c22d08e332bf 4216 golang-github-gorilla-websocket_1.5.3-1.debian.tar.xz +Checksums-Sha256: + 34f0082872bf11e93556f73fd5bd0813c8eeb17d5bf731f33a232612bf767a4b 2388 golang-github-gorilla-websocket_1.5.3-1.dsc + 707f217e9a46c516c289b71c45a4e51b11b5e0fcec54c1fbfecde47b8a001799 54884 golang-github-gorilla-websocket_1.5.3.orig.tar.gz + 62a431a497f68d77912decb39b8316dd35f8e590dda59e65b4f52abb08984dc8 4216 golang-github-gorilla-websocket_1.5.3-1.debian.tar.xz +Files: + 29cf18300875fce9f54ef952ef59a41d 2388 golang-github-gorilla-websocket_1.5.3-1.dsc + 78f070a63f7d4b9ebbe92fad46ea2e7e 54884 golang-github-gorilla-websocket_1.5.3.orig.tar.gz + 2038e709adeb81fb77ddb6353bb44c53 4216 golang-github-gorilla-websocket_1.5.3-1.debian.tar.xz +Go-Import-Path: github.com/gorilla/websocket + +Format: 3.0 (quilt) +Package: golang-github-gregjones-httpcache +Binary: golang-github-gregjones-httpcache-dev +Architecture: all +Version: 0.0~git20180305.9cad4c3-1.1 +Maintainer: Debian Go Packaging Team +Uploaders: Dr. Tobias Quathamer +Homepage: https://github.com/gregjones/httpcache +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gregjones-httpcache +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gregjones-httpcache.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper (>= 11), dh-golang, golang-any, golang-github-bradfitz-gomemcache-dev, golang-github-garyburd-redigo-dev, golang-github-peterbourgon-diskv-dev, golang-github-syndtr-goleveldb-dev +Package-List: + golang-github-gregjones-httpcache-dev deb devel optional arch=all +Directory: pool/230caaa97fd2507014ad27ac91d4349667c8faf9c5f82ae2e73d2f199c7987b8 +Checksums-Sha1: + e20ef8907412534c2fcc320d461e438c2380427c 2577 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.dsc + adf275e1387dc1b0d5ac682c39bdf0f3e0d25c95 12456 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3.orig.tar.xz + 4c3efdc2072dea76dcd9de8879908ada43f5ea81 2196 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.debian.tar.xz +Checksums-Sha256: + 230caaa97fd2507014ad27ac91d4349667c8faf9c5f82ae2e73d2f199c7987b8 2577 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.dsc + 0395b2857bbab4a02211b459399ea8a9c43c4b8f51707e68a1ae32fd412dd29a 12456 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3.orig.tar.xz + e86cb3427691bc0cd5ed1803d081dc2776ab5b829c1c0e8e32879068e4d7d3ee 2196 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.debian.tar.xz +Files: + 1d09d435537c1f712d707848fe618e08 2577 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.dsc + 1492367ca8e743451aa5a60fdd13bb94 12456 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3.orig.tar.xz + cb43f837d88f3fc2b2e1e9dd71848e59 2196 golang-github-gregjones-httpcache_0.0~git20180305.9cad4c3-1.1.debian.tar.xz +Go-Import-Path: github.com/gregjones/httpcache + +Format: 3.0 (quilt) +Package: golang-github-grpc-ecosystem-go-grpc-prometheus +Binary: golang-github-grpc-ecosystem-go-grpc-prometheus-dev +Architecture: all +Version: 1.2.0+git20191002.6af20e3-5 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , +Homepage: https://github.com/grpc-ecosystem/go-grpc-prometheus +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-go-grpc-prometheus +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-go-grpc-prometheus.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-golang-protobuf-1-5-dev, golang-github-prometheus-client-golang-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-google-grpc-dev (>= 1.64), protoc-gen-go-1-5 +Package-List: + golang-github-grpc-ecosystem-go-grpc-prometheus-dev deb golang optional arch=all +Directory: pool/9d4ac208565aee159ab4ba0a5afd762f6e7598c9284b0c701259fa447f450f5a +Checksums-Sha1: + db4ab7e0cb1a01a75cb187a34e69bf98060d710e 2833 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3-5.dsc + fd849234310ec6c4186e51932f4218127f55c67f 30631 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3.orig.tar.gz + 61a282fcdfa67b1a0b37d70bc486dcf095755f38 3468 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3-5.debian.tar.xz +Checksums-Sha256: + 9d4ac208565aee159ab4ba0a5afd762f6e7598c9284b0c701259fa447f450f5a 2833 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3-5.dsc + c5b252eef938d19f162c4316d6e61befbbe34755e4a06b100efd7b44809b20f9 30631 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3.orig.tar.gz + d4e98f0a2b9ac68dec0ca05f9f79d961e13fdf8437239cb64e621401a0cafc7d 3468 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3-5.debian.tar.xz +Files: + 5361a325cdb4e46b20df214fd0961bbb 2833 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3-5.dsc + f1fa58e9108ab19d0530d31fdbf4e077 30631 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3.orig.tar.gz + 046ea7f4193c50cca8f19ec40caa9359 3468 golang-github-grpc-ecosystem-go-grpc-prometheus_1.2.0+git20191002.6af20e3-5.debian.tar.xz +Go-Import-Path: github.com/grpc-ecosystem/go-grpc-prometheus + +Format: 3.0 (quilt) +Package: golang-github-grpc-ecosystem-grpc-gateway +Binary: golang-github-grpc-ecosystem-grpc-gateway-dev, golang-grpc-gateway +Architecture: any all +Version: 2.20.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , Tim Potter , +Homepage: https://github.com/grpc-ecosystem/grpc-gateway +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-gateway +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-grpc-gateway.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-google-go-cmp-dev, golang-github-rogpeppe-fastuuid-dev, golang-golang-x-oauth2-dev, golang-golang-x-text-dev, golang-google-genproto-dev (>= 0.0~git20210726.e7812ac~), golang-google-grpc-dev (>= 1.64.0), golang-github-golang-protobuf-1-5-dev, golang-gopkg-yaml.v3-dev +Package-List: + golang-github-grpc-ecosystem-grpc-gateway-dev deb golang optional arch=all + golang-grpc-gateway deb golang optional arch=any +Directory: pool/2226d5f8bb5430ba0105761f6b5077fae36a2c9b36153dd42fd771bf3770f062 +Checksums-Sha1: + 6d88ddb563ba1c0183fbd67bc77848bd72e1de70 2823 golang-github-grpc-ecosystem-grpc-gateway_2.20.0-2.dsc + 9aa71aff315538f2d6c0ca699de9cce4d1ceb421 805829 golang-github-grpc-ecosystem-grpc-gateway_2.20.0.orig.tar.gz + 0ca9ae0c740d580e7d4f1328be246e685bec5310 4288 golang-github-grpc-ecosystem-grpc-gateway_2.20.0-2.debian.tar.xz +Checksums-Sha256: + 2226d5f8bb5430ba0105761f6b5077fae36a2c9b36153dd42fd771bf3770f062 2823 golang-github-grpc-ecosystem-grpc-gateway_2.20.0-2.dsc + 103cf92f610cb0e5bcbeb38ee5c704fe65057efafd9b3f1d02ddb0cf1578471b 805829 golang-github-grpc-ecosystem-grpc-gateway_2.20.0.orig.tar.gz + 2fb3801eb3716166735fbef96e7543524d48720f9e7359c662d61fa400b3f8a6 4288 golang-github-grpc-ecosystem-grpc-gateway_2.20.0-2.debian.tar.xz +Files: + ad38827c6e7061f4b422a0e0834d3f95 2823 golang-github-grpc-ecosystem-grpc-gateway_2.20.0-2.dsc + 7dd3422c40b2ec990bd0f9b2792d4751 805829 golang-github-grpc-ecosystem-grpc-gateway_2.20.0.orig.tar.gz + f2fe7b6a826b96b5806d31af8dd1c196 4288 golang-github-grpc-ecosystem-grpc-gateway_2.20.0-2.debian.tar.xz +Go-Import-Path: github.com/grpc-ecosystem/grpc-gateway + +Format: 3.0 (quilt) +Package: golang-github-hashicorp-errwrap +Binary: golang-github-hashicorp-errwrap-dev +Architecture: all +Version: 1.1.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tianon Gravi , Tim Potter , Anthony Fok +Homepage: https://github.com/hashicorp/errwrap +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-errwrap +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-errwrap.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-hashicorp-errwrap-dev deb golang optional arch=all +Directory: pool/9202574b09e1a86276ea6d7c31be1d4061c81cc1f6b79fa5ff5726db4a0b41bc +Checksums-Sha1: + 17518b53bb12bde5ff8144678782614267e0cb3b 1743 golang-github-hashicorp-errwrap_1.1.0-1.dsc + fe6fa2243e8f415faca7162e00b8747ca49c7bda 8581 golang-github-hashicorp-errwrap_1.1.0.orig.tar.gz + 3b99a22f39416f8103b2a14971436870e136ad85 3032 golang-github-hashicorp-errwrap_1.1.0-1.debian.tar.xz +Checksums-Sha256: + 9202574b09e1a86276ea6d7c31be1d4061c81cc1f6b79fa5ff5726db4a0b41bc 1743 golang-github-hashicorp-errwrap_1.1.0-1.dsc + 0d73891a7a179e50a142ac8832db97b17c792d29ae205b0e6aeedde4c43d51a4 8581 golang-github-hashicorp-errwrap_1.1.0.orig.tar.gz + faacd64e8aef2bb9a25ad22521a03f25f541f0e79f3fa58133bbfc25a068ef39 3032 golang-github-hashicorp-errwrap_1.1.0-1.debian.tar.xz +Files: + fedc86b80e2fcddb1d6d1bec421eebbd 1743 golang-github-hashicorp-errwrap_1.1.0-1.dsc + a95db9f238fa15a51d1d848b1b939120 8581 golang-github-hashicorp-errwrap_1.1.0.orig.tar.gz + 3eba5dfa8446d146e984abd0cf10112a 3032 golang-github-hashicorp-errwrap_1.1.0-1.debian.tar.xz +Go-Import-Path: github.com/hashicorp/errwrap + +Format: 3.0 (quilt) +Package: golang-github-hashicorp-go-multierror +Binary: golang-github-hashicorp-go-multierror-dev +Architecture: all +Version: 1.1.1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Anthony Fok +Homepage: https://github.com/hashicorp/go-multierror +Standards-Version: 4.6.0.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-multierror +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-multierror.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-github-hashicorp-errwrap-dev, golang-any +Package-List: + golang-github-hashicorp-go-multierror-dev deb golang optional arch=all +Directory: pool/5a2781ba7d40ddb393e1af55e7b0b48493bb3a32b9bdfee020103fe611be61c8 +Checksums-Sha1: + ec240cb6a0142f6e5f234d3cd71f88d984944fa0 2410 golang-github-hashicorp-go-multierror_1.1.1-2.dsc + 51fe0341f1538dc61f73d59d05066c4bab48e038 13803 golang-github-hashicorp-go-multierror_1.1.1.orig.tar.gz + 424343cf58f3cd1d9150ec0af6170c0e2c512cc7 2572 golang-github-hashicorp-go-multierror_1.1.1-2.debian.tar.xz +Checksums-Sha256: + 5a2781ba7d40ddb393e1af55e7b0b48493bb3a32b9bdfee020103fe611be61c8 2410 golang-github-hashicorp-go-multierror_1.1.1-2.dsc + 8d1bb3377310e8ffe4c7b5672c5de1eaed153402aebd15d6e5b9673c356a065f 13803 golang-github-hashicorp-go-multierror_1.1.1.orig.tar.gz + ac96b1078dd3241928cd476c6a7bd3211e57c1b7d97f465b8e7ac5f8e95f1157 2572 golang-github-hashicorp-go-multierror_1.1.1-2.debian.tar.xz +Files: + 2e457182e1811167ef8ee40b4e688438 2410 golang-github-hashicorp-go-multierror_1.1.1-2.dsc + 0a8d245c4327644d71d77260a283a186 13803 golang-github-hashicorp-go-multierror_1.1.1.orig.tar.gz + 7f6da3e166ddde1cce833da786aaa382 2572 golang-github-hashicorp-go-multierror_1.1.1-2.debian.tar.xz +Go-Import-Path: github.com/hashicorp/go-multierror + +Format: 3.0 (quilt) +Package: golang-github-ianlancetaylor-demangle +Binary: golang-github-ianlancetaylor-demangle-dev +Architecture: all +Version: 0.0~git20200824.28f6c0f-2 +Maintainer: Debian Go Packaging Team +Uploaders: Stephen Gelman +Homepage: https://github.com/ianlancetaylor/demangle +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-ianlancetaylor-demangle-dev deb golang optional arch=all +Directory: pool/ed4a8a1b0fdbf73c931ff81f2535d76f8b1a22673bf8dc02d43f925ae51b61ab +Checksums-Sha1: + 4b5f2f20525f7add13b76ad557e118d891f7d599 2475 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f-2.dsc + d6f8b352d16b56fd8db60bb670e875f55631b1e4 47472 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f.orig.tar.xz + a211b69040542eabf8ab3a18ff1caca4829f370d 2368 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f-2.debian.tar.xz +Checksums-Sha256: + ed4a8a1b0fdbf73c931ff81f2535d76f8b1a22673bf8dc02d43f925ae51b61ab 2475 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f-2.dsc + e74e8f46ca9d590102d7ffd8892098665a7749fb51d424d2662ce8f4be10e161 47472 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f.orig.tar.xz + b6ec0e5df8347ea9e36ca23dfee0b87f71a53cf99cd55b08382dc55ab29e69e1 2368 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f-2.debian.tar.xz +Files: + 62735308656e12ea25fea738267e3fad 2475 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f-2.dsc + 61689d0d7997e4cc37145eb6575eeaf8 47472 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f.orig.tar.xz + b97bad41643b780bad7ffa75b59da590 2368 golang-github-ianlancetaylor-demangle_0.0~git20200824.28f6c0f-2.debian.tar.xz +Go-Import-Path: github.com/ianlancetaylor/demangle + +Format: 3.0 (quilt) +Package: golang-github-imdario-mergo +Binary: golang-github-imdario-mergo-dev +Architecture: all +Version: 0.3.16-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/imdario/mergo +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-gopkg-yaml.v3-dev +Package-List: + golang-github-imdario-mergo-dev deb golang optional arch=all +Directory: pool/56aaa9ce8fbaee73abf830db82c9a7de0b501e523ae2342a7fe7586a28e4bb27 +Checksums-Sha1: + 6ee5085304f2e30108fdafb442a15ad09060f959 2382 golang-github-imdario-mergo_0.3.16-2.dsc + 7e6963ae0e5ce9edc6d323883dd8aafae89ca5cd 29046 golang-github-imdario-mergo_0.3.16.orig.tar.gz + 2f93065208be99019dbed591464598bf75da8095 3364 golang-github-imdario-mergo_0.3.16-2.debian.tar.xz +Checksums-Sha256: + 56aaa9ce8fbaee73abf830db82c9a7de0b501e523ae2342a7fe7586a28e4bb27 2382 golang-github-imdario-mergo_0.3.16-2.dsc + aad20db6d2559bca1b7bd076bb97b7cadbb2a072bcd1a8053e95b254a07e6e0c 29046 golang-github-imdario-mergo_0.3.16.orig.tar.gz + 768381c27177cd8b0974eea0ae677b58f2a0ebe76978b55dfdd2c876234c4980 3364 golang-github-imdario-mergo_0.3.16-2.debian.tar.xz +Files: + 7eb0b9fe5bdd1f008cdb0f8ff527ed2b 2382 golang-github-imdario-mergo_0.3.16-2.dsc + e018359cd57cb5bcee42ad9acd62c95c 29046 golang-github-imdario-mergo_0.3.16.orig.tar.gz + 2b7559550957bedc4b28dda136654554 3364 golang-github-imdario-mergo_0.3.16-2.debian.tar.xz +Go-Import-Path: github.com/imdario/mergo, dario.cat/mergo + +Format: 3.0 (quilt) +Package: golang-github-intel-goresctrl +Binary: golang-github-intel-goresctrl-dev +Architecture: all +Version: 0.3.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , +Homepage: https://github.com/intel/goresctrl +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-intel-goresctrl +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-intel-goresctrl.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-google-go-cmp-dev, golang-github-hashicorp-go-multierror-dev, golang-github-opencontainers-runtime-spec-dev, golang-github-prometheus-client-golang-dev, golang-golang-x-sys-dev, golang-gopkg-inf.v0-dev, golang-k8s-sigs-yaml-dev +Package-List: + golang-github-intel-goresctrl-dev deb golang optional arch=all +Directory: pool/b8924bf2b806c1fe6807f2481ab9070c5c9b9fbd0193d7abd00da0cf79a502cc +Checksums-Sha1: + 88086607c74f05f1a788292581a884962e575468 1920 golang-github-intel-goresctrl_0.3.0-2.dsc + 92917b9271f1a4c06e8bef3b9cfed1e4666ddfbf 100609 golang-github-intel-goresctrl_0.3.0.orig.tar.gz + 0c01d972f21bc1e3b3800e3604c188bf193ef184 10212 golang-github-intel-goresctrl_0.3.0-2.debian.tar.xz +Checksums-Sha256: + b8924bf2b806c1fe6807f2481ab9070c5c9b9fbd0193d7abd00da0cf79a502cc 1920 golang-github-intel-goresctrl_0.3.0-2.dsc + 7de59338ce65473a9e50f8f019e5a30f158c6a5b72cc1050a80ca47e81f0ae58 100609 golang-github-intel-goresctrl_0.3.0.orig.tar.gz + d3fb2073c4fa4bac30d70bae4421fefb98ff003d96aaa5270b3dd1dc407e7e5c 10212 golang-github-intel-goresctrl_0.3.0-2.debian.tar.xz +Files: + 8c5811f1bfb6057bcf52760a1aa690d9 1920 golang-github-intel-goresctrl_0.3.0-2.dsc + 2d402db693da499b87b3c125ca00ecda 100609 golang-github-intel-goresctrl_0.3.0.orig.tar.gz + 78d5f4ea29d177106f5eb89ab15f1a96 10212 golang-github-intel-goresctrl_0.3.0-2.debian.tar.xz +Go-Import-Path: github.com/intel/goresctrl + +Format: 3.0 (quilt) +Package: golang-github-invopop-yaml +Binary: golang-github-invopop-yaml-dev +Architecture: all +Version: 0.2.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/invopop/yaml +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-invopop-yaml +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-invopop-yaml.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-gopkg-yaml.v3-dev (>= 3.0.0) +Package-List: + golang-github-invopop-yaml-dev deb golang optional arch=all +Directory: pool/335a1c827d794962a8b0b2a00758c83f4e571a4db7602d5559c4f919986bf537 +Checksums-Sha1: + 74621d0cc3b91cd3748cf759c320455e565e0bc2 2272 golang-github-invopop-yaml_0.2.0-2.dsc + 7c999f703e5250df327aca87c4026cb5c5037236 14434 golang-github-invopop-yaml_0.2.0.orig.tar.gz + 89bc7e4af9028708e5b9c2c4bb5d03b248db0d7c 3012 golang-github-invopop-yaml_0.2.0-2.debian.tar.xz +Checksums-Sha256: + 335a1c827d794962a8b0b2a00758c83f4e571a4db7602d5559c4f919986bf537 2272 golang-github-invopop-yaml_0.2.0-2.dsc + de6f189bf9b8dd86532d094bdb491f83e3ae1a5b8e69a3ab00e031399e0bf41f 14434 golang-github-invopop-yaml_0.2.0.orig.tar.gz + d53df72b42708c1fe4c644c531f282de1a71e62649701a3089ca32f079673358 3012 golang-github-invopop-yaml_0.2.0-2.debian.tar.xz +Files: + 60a2428607601287450325146a37e7eb 2272 golang-github-invopop-yaml_0.2.0-2.dsc + fff83503150ecafa46ade166dba41331 14434 golang-github-invopop-yaml_0.2.0.orig.tar.gz + 9ce6082b78421dbdc2887aea6e080d85 3012 golang-github-invopop-yaml_0.2.0-2.debian.tar.xz +Go-Import-Path: github.com/invopop/yaml + +Format: 3.0 (quilt) +Package: golang-github-jmespath-go-jmespath +Binary: golang-github-jmespath-go-jmespath-dev +Architecture: all +Version: 0.4.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , Martina Ferrari , Jongmin Kim , Anthony Fok +Homepage: https://github.com/jmespath/go-jmespath +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jmespath-go-jmespath +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jmespath-go-jmespath.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-davecgh-go-spew-dev, golang-github-pmezard-go-difflib-dev, golang-github-stretchr-objx-dev, golang-gopkg-yaml.v2-dev (>= 2.2.8) +Package-List: + golang-github-jmespath-go-jmespath-dev deb golang optional arch=all +Directory: pool/ca040bb0d28ceed315cd46d5be26d11730dc31d7464ab91e4f42b9483a919f81 +Checksums-Sha1: + f30ef298c428a28da5ed68543a9f4a123ca589bc 2612 golang-github-jmespath-go-jmespath_0.4.0-2.dsc + a1ecfe58feb38c7ee4a5e0a5b283e587039d73c0 128861 golang-github-jmespath-go-jmespath_0.4.0.orig.tar.gz + 51a7f5f37e9669324a6ef8e17ec1daf7f372db14 4040 golang-github-jmespath-go-jmespath_0.4.0-2.debian.tar.xz +Checksums-Sha256: + ca040bb0d28ceed315cd46d5be26d11730dc31d7464ab91e4f42b9483a919f81 2612 golang-github-jmespath-go-jmespath_0.4.0-2.dsc + aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d 128861 golang-github-jmespath-go-jmespath_0.4.0.orig.tar.gz + 1b1dbc732a392a23c66208074e8e3319bb9f4b278b91246636cb446125291ece 4040 golang-github-jmespath-go-jmespath_0.4.0-2.debian.tar.xz +Files: + 90c0b87ecdd32dea7c1f51f379ab6491 2612 golang-github-jmespath-go-jmespath_0.4.0-2.dsc + a231f7a93d2e830c345be40b2d831fe2 128861 golang-github-jmespath-go-jmespath_0.4.0.orig.tar.gz + 1445c5f76a07f679bb3c1efb07f7f091 4040 golang-github-jmespath-go-jmespath_0.4.0-2.debian.tar.xz +Go-Import-Path: github.com/jmespath/go-jmespath + +Format: 3.0 (quilt) +Package: golang-github-josharian-intern +Binary: golang-github-josharian-intern-dev +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Go Packaging Team +Uploaders: Roger Shimizu +Homepage: https://github.com/josharian/intern +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-josharian-intern +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-josharian-intern.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any +Package-List: + golang-github-josharian-intern-dev deb devel optional arch=all +Directory: pool/ee15ab60c380bc7ec0b2710277af55b70dbb4b270caf55360ed5e9debaa48117 +Checksums-Sha1: + b0310a4028cb267e6cf4f5b3cad54fb52325532a 2276 golang-github-josharian-intern_1.0.0-3.dsc + 7aa76b7b797c17c056374d8f81daf90d8b09a11e 1927 golang-github-josharian-intern_1.0.0.orig.tar.gz + 1a3edec42004e34130eaa8b78fd4020db0193617 2588 golang-github-josharian-intern_1.0.0-3.debian.tar.xz +Checksums-Sha256: + ee15ab60c380bc7ec0b2710277af55b70dbb4b270caf55360ed5e9debaa48117 2276 golang-github-josharian-intern_1.0.0-3.dsc + 7c7df6e792ed5db0b1a63c8ec74236b70958ad36c9fe5a02b52b1a418b177b5e 1927 golang-github-josharian-intern_1.0.0.orig.tar.gz + 09e6a349684000380bf272b8f8559ea68f3973def8d2dc7115d1cce7f837e815 2588 golang-github-josharian-intern_1.0.0-3.debian.tar.xz +Files: + 05b0efb404cef1cf63661ca3234be841 2276 golang-github-josharian-intern_1.0.0-3.dsc + d011b488420acfb61adb06c5d1ce7b73 1927 golang-github-josharian-intern_1.0.0.orig.tar.gz + d9ec8d22ae23f89582fcafee997d60ec 2588 golang-github-josharian-intern_1.0.0-3.debian.tar.xz +Go-Import-Path: github.com/josharian/intern + +Format: 3.0 (quilt) +Package: golang-github-jpillora-backoff +Binary: golang-github-jpillora-backoff-dev +Architecture: all +Version: 1.0.0-1.1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov +Homepage: https://github.com/jpillora/backoff +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jpillora-backoff +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jpillora-backoff.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper (>= 11~), dh-golang, golang-any +Package-List: + golang-github-jpillora-backoff-dev deb devel optional arch=all +Directory: pool/43b41a50d86e0d71adeb3df9aac779202a9f6105c49b884cef8bb1d48dcde501 +Checksums-Sha1: + e73da350c7dd850067d2a23cf625b21e006cf1e0 2270 golang-github-jpillora-backoff_1.0.0-1.1.dsc + efda5ae48175ad094a7eab7b227853dd46ebdd4c 3068 golang-github-jpillora-backoff_1.0.0.orig.tar.xz + 614f876522918ebe7ad2d3ee5825d78e10d9eee7 2480 golang-github-jpillora-backoff_1.0.0-1.1.debian.tar.xz +Checksums-Sha256: + 43b41a50d86e0d71adeb3df9aac779202a9f6105c49b884cef8bb1d48dcde501 2270 golang-github-jpillora-backoff_1.0.0-1.1.dsc + ad7cdbb6ba7f83e213941399b12a3b69dc99811a2420bebc2763078d89e35f66 3068 golang-github-jpillora-backoff_1.0.0.orig.tar.xz + 5f6f7fa0a2f2c0145958b7c93ac23a36067dbc0445b1608a6f8e7c300e63ecd2 2480 golang-github-jpillora-backoff_1.0.0-1.1.debian.tar.xz +Files: + 18b3ad76aadc5fe201a7f4c317884ff9 2270 golang-github-jpillora-backoff_1.0.0-1.1.dsc + 3fe4302a1c225893dfe940b34630e5be 3068 golang-github-jpillora-backoff_1.0.0.orig.tar.xz + ebc6fc8ac4c044b74f93b8d2958aa815 2480 golang-github-jpillora-backoff_1.0.0-1.1.debian.tar.xz +Go-Import-Path: github.com/jpillora/backoff + +Format: 3.0 (quilt) +Package: golang-github-json-iterator-go +Binary: golang-github-json-iterator-go-dev +Architecture: all +Version: 1.1.12-2 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , +Homepage: http://jsoniter.com/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-json-iterator-go +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-json-iterator-go.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-modern-go-concurrent-dev, golang-github-modern-go-reflect2-dev, golang-github-stretchr-testify-dev +Package-List: + golang-github-json-iterator-go-dev deb golang optional arch=all +Directory: pool/586d28b2497bb7bc3f09159ff081b7b9c4eb9d6f24a7236fa0ac0bf73168be7d +Checksums-Sha1: + 93ccae1c4cad092de885682ec92cd97ab3afddba 2021 golang-github-json-iterator-go_1.1.12-2.dsc + ff8f43d05eac6d8afe17c7461c4c9e57bae42767 84289 golang-github-json-iterator-go_1.1.12.orig.tar.gz + 9a052ebb063f3ee159709f351223335d07c80149 3028 golang-github-json-iterator-go_1.1.12-2.debian.tar.xz +Checksums-Sha256: + 586d28b2497bb7bc3f09159ff081b7b9c4eb9d6f24a7236fa0ac0bf73168be7d 2021 golang-github-json-iterator-go_1.1.12-2.dsc + 8ec1028f8bcdc81ce74faeb4e127233778dd414db2a22a5a87632db06283534b 84289 golang-github-json-iterator-go_1.1.12.orig.tar.gz + be3161c89d2d9bb4e954a660d98d24f1ba4fad6e14929cb803267cd2761b5081 3028 golang-github-json-iterator-go_1.1.12-2.debian.tar.xz +Files: + 5f9660bf83f544bc49935f975bd8583d 2021 golang-github-json-iterator-go_1.1.12-2.dsc + 43182ff63f798889f46589af85e5d3ae 84289 golang-github-json-iterator-go_1.1.12.orig.tar.gz + 109c0d872a4e15457fed7dd865c42646 3028 golang-github-json-iterator-go_1.1.12-2.debian.tar.xz +Go-Import-Path: github.com/json-iterator/go + +Format: 3.0 (quilt) +Package: golang-github-julienschmidt-httprouter +Binary: golang-github-julienschmidt-httprouter-dev +Architecture: all +Version: 1.3.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , +Homepage: https://github.com/julienschmidt/httprouter +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-julienschmidt-httprouter +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-julienschmidt-httprouter.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-julienschmidt-httprouter-dev deb golang optional arch=all +Directory: pool/243cc9d934920a8a4ac74a50a7b20715568f1d0fe54d342403b9d0ce19eb2a0f +Checksums-Sha1: + e23abd9a922ad455951302f6e7803759a64208e6 2364 golang-github-julienschmidt-httprouter_1.3.0-2.dsc + 9a6573fde89d3b3f8fd554e45b9c9ee113920704 23893 golang-github-julienschmidt-httprouter_1.3.0.orig.tar.gz + 9de0ece7d3a32a5129d34debfc0f250d22949455 3116 golang-github-julienschmidt-httprouter_1.3.0-2.debian.tar.xz +Checksums-Sha256: + 243cc9d934920a8a4ac74a50a7b20715568f1d0fe54d342403b9d0ce19eb2a0f 2364 golang-github-julienschmidt-httprouter_1.3.0-2.dsc + a704031944e6ae4dd9600fca4a311f02b3ff16d26a99b67b615e61dc18682a88 23893 golang-github-julienschmidt-httprouter_1.3.0.orig.tar.gz + 6fd4ff013928181f508771d52928c065a85a19f518df4276bddece6228a4d526 3116 golang-github-julienschmidt-httprouter_1.3.0-2.debian.tar.xz +Files: + 6dbb7bca9e34b3556f12710fe48c3052 2364 golang-github-julienschmidt-httprouter_1.3.0-2.dsc + 5038248c7c569d8ddef4eac9d52a26c2 23893 golang-github-julienschmidt-httprouter_1.3.0.orig.tar.gz + c9af809664eb5895814352aeed1d5888 3116 golang-github-julienschmidt-httprouter_1.3.0-2.debian.tar.xz +Go-Import-Path: github.com/julienschmidt/httprouter + +Format: 3.0 (quilt) +Package: golang-github-klauspost-compress +Binary: golang-github-klauspost-compress-dev +Architecture: all +Version: 1.17.9+ds1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Dmitry Smirnov , Anthony Fok +Homepage: https://github.com/klauspost/compress +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-klauspost-compress +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-klauspost-compress.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-cespare-xxhash-dev (>= 2.1.0~), golang-golang-x-tools +Package-List: + golang-github-klauspost-compress-dev deb golang optional arch=all +Directory: pool/193cb09ed1265ebe702394cd6ea1b6b8c673578330a00bfba7bda42ecd13de0e +Checksums-Sha1: + e1fa407c3499eeaa44f441cee561f95a9b1c0326 2564 golang-github-klauspost-compress_1.17.9+ds1-1.dsc + 78397abcb77083c11a89051fd553a35ed3949986 33051328 golang-github-klauspost-compress_1.17.9+ds1.orig.tar.xz + 66c4f89cd7713cd14bc45dba602f80a975135feb 5944 golang-github-klauspost-compress_1.17.9+ds1-1.debian.tar.xz +Checksums-Sha256: + 193cb09ed1265ebe702394cd6ea1b6b8c673578330a00bfba7bda42ecd13de0e 2564 golang-github-klauspost-compress_1.17.9+ds1-1.dsc + d57205daae9cc70f82daa18aee672bb2960095adbd63ab987f1b3e40efa21a9e 33051328 golang-github-klauspost-compress_1.17.9+ds1.orig.tar.xz + bc913a8d7bf37d723ec11a6733971d8edafef85f309376a373fe0ce019408460 5944 golang-github-klauspost-compress_1.17.9+ds1-1.debian.tar.xz +Files: + 5132e613a78b8ea021753b9b424f64a3 2564 golang-github-klauspost-compress_1.17.9+ds1-1.dsc + ac9919a07a5d192cf01153bdbf1c9e6c 33051328 golang-github-klauspost-compress_1.17.9+ds1.orig.tar.xz + 9a6280f3781f84099d3ec2f5c21ea34e 5944 golang-github-klauspost-compress_1.17.9+ds1-1.debian.tar.xz +Go-Import-Path: github.com/klauspost/compress + +Format: 3.0 (quilt) +Package: golang-github-klauspost-cpuid +Binary: golang-github-klauspost-cpuid-dev +Architecture: all +Version: 2.2.8-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Roger Shimizu +Homepage: https://github.com/klauspost/cpuid +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-klauspost-cpuid +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-klauspost-cpuid.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev +Package-List: + golang-github-klauspost-cpuid-dev deb golang optional arch=all +Directory: pool/ea420c9bf218e1bd87fe45b88f5644c3ab7caa824ae1da43210006c2563b6f91 +Checksums-Sha1: + 0a9c1e61b1364c2d5e320d7f11992921d5d15b68 2326 golang-github-klauspost-cpuid_2.2.8-1.dsc + ba05dfb9eeac6a7c6e0882db25a61e000a0b4f91 457443 golang-github-klauspost-cpuid_2.2.8.orig.tar.gz + 822dab3f7e3ae80a226e2dede030993f2b158b75 3792 golang-github-klauspost-cpuid_2.2.8-1.debian.tar.xz +Checksums-Sha256: + ea420c9bf218e1bd87fe45b88f5644c3ab7caa824ae1da43210006c2563b6f91 2326 golang-github-klauspost-cpuid_2.2.8-1.dsc + 765dda37ed4fffdbf00ef6055a1e12fd63a16707b1ab1a0bbdc5749c19343bfc 457443 golang-github-klauspost-cpuid_2.2.8.orig.tar.gz + d551cc510d50e41b200a0f87698b66536ac8be0bedbd13e4c44b39e0b9d9d9ac 3792 golang-github-klauspost-cpuid_2.2.8-1.debian.tar.xz +Files: + 7ae90fb28a127e51a67a5f4021ffa6a6 2326 golang-github-klauspost-cpuid_2.2.8-1.dsc + e0c590d881acf7a754582ea56e21dcf9 457443 golang-github-klauspost-cpuid_2.2.8.orig.tar.gz + 87694ba11924d1397928bedef6a55643 3792 golang-github-klauspost-cpuid_2.2.8-1.debian.tar.xz +Go-Import-Path: github.com/klauspost/cpuid/v2 + +Format: 3.0 (quilt) +Package: golang-github-kubernetes-cri-api +Binary: golang-github-kubernetes-cri-api-dev +Architecture: all +Version: 0.27.15-1 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/kubernetes/cri-api +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kubernetes-cri-api +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kubernetes-cri-api.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-gogo-protobuf-dev, golang-github-stretchr-testify-dev, golang-google-grpc-dev +Package-List: + golang-github-kubernetes-cri-api-dev deb golang optional arch=all +Directory: pool/db40c0232099dfb0e0d17fe7f2e841e9862103212fa7cf50474d1244cb237604 +Checksums-Sha1: + 970db1147e49bc95e0bf3d384b31ab5c2aac9466 2561 golang-github-kubernetes-cri-api_0.27.15-1.dsc + 92a4a882d5bce48189d64d0229a3d13a0fcc8824 122841 golang-github-kubernetes-cri-api_0.27.15.orig.tar.gz + b3db8cc101fc3b3a0cfb635648554159af7c9b69 2216 golang-github-kubernetes-cri-api_0.27.15-1.debian.tar.xz +Checksums-Sha256: + db40c0232099dfb0e0d17fe7f2e841e9862103212fa7cf50474d1244cb237604 2561 golang-github-kubernetes-cri-api_0.27.15-1.dsc + 0e340b91ac143038bdf5909736add615362a94c9d65eb15886bd1b64768ff809 122841 golang-github-kubernetes-cri-api_0.27.15.orig.tar.gz + 9828906198f3bb7e7c0f6bab7474e8ff3b47730cf754fc7691438e495969607f 2216 golang-github-kubernetes-cri-api_0.27.15-1.debian.tar.xz +Files: + 64d8baaa88395e93200417b47e942e1e 2561 golang-github-kubernetes-cri-api_0.27.15-1.dsc + 47e7aa4083ba69c33e4c3c6e7af30489 122841 golang-github-kubernetes-cri-api_0.27.15.orig.tar.gz + 7bf7e61380e5a27b8380f75bf7008952 2216 golang-github-kubernetes-cri-api_0.27.15-1.debian.tar.xz +Dgit: 0eec59dc7aff67b1c5e036a82e5bf6ff8254560e debian archive/debian/0.27.15-1 https://git.dgit.debian.org/golang-github-kubernetes-cri-api +Go-Import-Path: k8s.io/cri-api + +Format: 3.0 (quilt) +Package: golang-github-kubernetes-gengo +Binary: golang-github-kubernetes-gengo-dev +Architecture: all +Version: 0.0~git20230829.9cce18d-2 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter +Homepage: https://github.com/kubernetes/gengo +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-gengo +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-gengo.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.15~), golang-glog-dev, golang-github-davecgh-go-spew-dev, golang-github-kr-pretty-dev, golang-github-google-gofuzz-dev, golang-github-gogo-protobuf-dev, golang-github-google-go-cmp-dev, golang-github-spf13-pflag-dev, golang-gopkg-check.v1-dev, golang-golang-x-tools-dev, golang-k8s-klog-dev, golang-k8s-sigs-yaml-dev +Package-List: + golang-github-kubernetes-gengo-dev deb golang optional arch=all +Directory: pool/c32328d05a8b59319d62772541bb5756ae0063381d83563d756e31d486b6b85b +Checksums-Sha1: + d4ffc3825bca6dd80861bdb97e6eac3bf925226b 2691 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.dsc + 1ad0fdb47653cc51c1f9e56cbf51dd3d3c85288a 85936 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d.orig.tar.xz + 84ef634ab6b81f818dfa6d30ca7fad1363cc4f7e 3108 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.debian.tar.xz +Checksums-Sha256: + c32328d05a8b59319d62772541bb5756ae0063381d83563d756e31d486b6b85b 2691 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.dsc + f23677225f50f8466afa71d487aded3fa2d2e84055848eee66cc9ba636dc1959 85936 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d.orig.tar.xz + 8b68baea7ba818572d63d907b9d7b303f5fdcae9d48d4c8a14fda659534f48d2 3108 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.debian.tar.xz +Files: + 4ce00be4889a624ebf1ff4e81c3da9ff 2691 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.dsc + 7573a3bf3007c52baee7d921c0c6d015 85936 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d.orig.tar.xz + 0ebac045f731de5d1ed60e8a3bd4a6c1 3108 golang-github-kubernetes-gengo_0.0~git20230829.9cce18d-2.debian.tar.xz +Go-Import-Path: k8s.io/gengo + +Format: 3.0 (quilt) +Package: golang-github-kylelemons-godebug +Binary: golang-github-kylelemons-godebug-dev +Architecture: all +Version: 1.1.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Martín Ferrari , Anthony Fok , +Homepage: https://github.com/kylelemons/godebug +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kylelemons-godebug +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kylelemons-godebug.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.17~), golang-any +Package-List: + golang-github-kylelemons-godebug-dev deb devel optional arch=all +Directory: pool/8db3433fe77791b0e9ccd78f9aa04d9236dc001ec270902de4edb07b7b522f1c +Checksums-Sha1: + acaa0aa9274a63eefdf34a84d041e9c50731c988 2364 golang-github-kylelemons-godebug_1.1.0-2.dsc + 7744e0580816f9c765b473405beff4bebdf33b14 17637 golang-github-kylelemons-godebug_1.1.0.orig.tar.gz + fb74d90dfa9153778c12936a05ed3be945e39ab7 2460 golang-github-kylelemons-godebug_1.1.0-2.debian.tar.xz +Checksums-Sha256: + 8db3433fe77791b0e9ccd78f9aa04d9236dc001ec270902de4edb07b7b522f1c 2364 golang-github-kylelemons-godebug_1.1.0-2.dsc + 72cc6f274fbd165b7674280f836a6b400e80dbae055919e101920dedf50e79db 17637 golang-github-kylelemons-godebug_1.1.0.orig.tar.gz + efb4d7c8160da74916085acf19308eeb846d26e9862c38e0500c6b6cf0f4343e 2460 golang-github-kylelemons-godebug_1.1.0-2.debian.tar.xz +Files: + 3a1ba90fbeca8307b75fc332a8f419da 2364 golang-github-kylelemons-godebug_1.1.0-2.dsc + 8c8db6ddeb7966365c15c0308f3ea0e3 17637 golang-github-kylelemons-godebug_1.1.0.orig.tar.gz + 3304d4e41d2bb05905c63f062b8d6140 2460 golang-github-kylelemons-godebug_1.1.0-2.debian.tar.xz +Go-Import-Path: github.com/kylelemons/godebug + +Format: 3.0 (quilt) +Package: golang-github-mailru-easyjson +Binary: golang-github-mailru-easyjson-dev, golang-easyjson +Architecture: any all +Version: 0.7.7-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Anthony Fok , +Homepage: https://github.com/mailru/easyjson +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mailru-easyjson +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mailru-easyjson.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-josharian-intern-dev +Package-List: + golang-easyjson deb golang optional arch=any + golang-github-mailru-easyjson-dev deb golang optional arch=all +Directory: pool/1f7a3b0778164374f38821ff50e567039929fc838e044e13d8bb5709f4fccae3 +Checksums-Sha1: + 5b3e61b308d76f91b54db4e1926ddf37b8881998 2405 golang-github-mailru-easyjson_0.7.7-1.dsc + bcacd8851fa0976d23287e2d5e317841fde76b1d 81404 golang-github-mailru-easyjson_0.7.7.orig.tar.gz + dd56778e3551c8aaf50e5e158aa9cb0170fefe08 3392 golang-github-mailru-easyjson_0.7.7-1.debian.tar.xz +Checksums-Sha256: + 1f7a3b0778164374f38821ff50e567039929fc838e044e13d8bb5709f4fccae3 2405 golang-github-mailru-easyjson_0.7.7-1.dsc + 18ce2051cda6b20a09163d9ecedf905593d7777db043b32b263e62b1cebb7f73 81404 golang-github-mailru-easyjson_0.7.7.orig.tar.gz + 5e0ff13ee9b3d94b1a7e3912fda108e1e5038fa62c3a3fddbf29824b085860e9 3392 golang-github-mailru-easyjson_0.7.7-1.debian.tar.xz +Files: + 7e66b5c990d8e345313f30314f202ef8 2405 golang-github-mailru-easyjson_0.7.7-1.dsc + 367eaaaf66f7817d93b28b00053d72d8 81404 golang-github-mailru-easyjson_0.7.7.orig.tar.gz + 0dc156b4f4f226c0af53f1d7848242a0 3392 golang-github-mailru-easyjson_0.7.7-1.debian.tar.xz +Go-Import-Path: github.com/mailru/easyjson + +Format: 3.0 (quilt) +Package: golang-github-masterminds-semver-dev +Binary: golang-github-masterminds-semver-dev +Architecture: all +Version: 3.2.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: ChangZhuo Chen (陳昌倬) , Vincent Bernat , Anthony Fok +Homepage: https://github.com/Masterminds/semver +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-masterminds-semver-dev +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-masterminds-semver-dev.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-masterminds-semver-dev deb golang optional arch=all +Directory: pool/5aae248ab05771fe5c34e7ddd5e3285756aa201dd85e56c751bbe420bc30cd82 +Checksums-Sha1: + 9d4740a952ca29fe4d9e0563533d913dd68b00dd 2399 golang-github-masterminds-semver-dev_3.2.0-1.dsc + 669899e4c82fb10988ea4c0e823511c23ac05d3c 26066 golang-github-masterminds-semver-dev_3.2.0.orig.tar.gz + a58e6c5f062891b50d8e47a603895cb808be56b7 3540 golang-github-masterminds-semver-dev_3.2.0-1.debian.tar.xz +Checksums-Sha256: + 5aae248ab05771fe5c34e7ddd5e3285756aa201dd85e56c751bbe420bc30cd82 2399 golang-github-masterminds-semver-dev_3.2.0-1.dsc + c0e5b400a219f5b11d75009c56c69706dbe7d6056661c6aa6b5909103e477482 26066 golang-github-masterminds-semver-dev_3.2.0.orig.tar.gz + 997646868ac64faadaec3c068ca3b697ddcabcd948abd0f7a9079f43524b6328 3540 golang-github-masterminds-semver-dev_3.2.0-1.debian.tar.xz +Files: + 7e71888220167b0a1f61eff502639556 2399 golang-github-masterminds-semver-dev_3.2.0-1.dsc + 55ea86320475b22e4d3e1d4786bc211d 26066 golang-github-masterminds-semver-dev_3.2.0.orig.tar.gz + 4858dfab499a09efea04f123dd09a6be 3540 golang-github-masterminds-semver-dev_3.2.0-1.debian.tar.xz +Go-Import-Path: github.com/Masterminds/semver + +Format: 3.0 (quilt) +Package: golang-github-miekg-pkcs11 +Binary: golang-github-miekg-pkcs11-dev +Architecture: all +Version: 1.0.3+dfsg1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Tim Potter , +Homepage: https://github.com/miekg/pkcs11 +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-miekg-pkcs11 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-miekg-pkcs11.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-go, libltdl-dev, libnss3-dev, libsofthsm2, pkg-config, softhsm2 +Package-List: + golang-github-miekg-pkcs11-dev deb golang optional arch=all +Directory: pool/a7e3eb49377e67b38b2b3c07f58666b70a43dbf105e981bf0c9eabb8e8fefa77 +Checksums-Sha1: + 779fa036e0553ef2c69528deb3228ead14cfae03 2343 golang-github-miekg-pkcs11_1.0.3+dfsg1-2.dsc + 33e0a753241d11c70548fcdea5b79ff2e35046fa 32224 golang-github-miekg-pkcs11_1.0.3+dfsg1.orig.tar.xz + 92af84b83619bc9ab4acb73016414206b1bebff5 4596 golang-github-miekg-pkcs11_1.0.3+dfsg1-2.debian.tar.xz +Checksums-Sha256: + a7e3eb49377e67b38b2b3c07f58666b70a43dbf105e981bf0c9eabb8e8fefa77 2343 golang-github-miekg-pkcs11_1.0.3+dfsg1-2.dsc + afb5ac14e5d4d341e61be596870b9eeadd98c92a1662ef92b631d54cb6ad76c8 32224 golang-github-miekg-pkcs11_1.0.3+dfsg1.orig.tar.xz + e601fb2f68efb97ddffdb2cf76bdb00752aeb53a1bd74e883eac6801b670c0fb 4596 golang-github-miekg-pkcs11_1.0.3+dfsg1-2.debian.tar.xz +Files: + 6cbd779adf7413543c0d844d78343a38 2343 golang-github-miekg-pkcs11_1.0.3+dfsg1-2.dsc + 2929efa60c0f71b2399b5d60c1420052 32224 golang-github-miekg-pkcs11_1.0.3+dfsg1.orig.tar.xz + a6d19629728147aadd3d15e438925d23 4596 golang-github-miekg-pkcs11_1.0.3+dfsg1-2.debian.tar.xz +Go-Import-Path: github.com/miekg/pkcs11 + +Format: 3.0 (quilt) +Package: golang-github-minio-sha256-simd +Binary: golang-github-minio-sha256-simd-dev +Architecture: all +Version: 1.0.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Alexandre Viau , Dmitry Smirnov +Homepage: https://github.com/minio/sha256-simd +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-minio-sha256-simd +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-minio-sha256-simd.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-klauspost-cpuid-dev (>= 2.0.4) +Package-List: + golang-github-minio-sha256-simd-dev deb golang optional arch=all +Directory: pool/070ac19800b699431df0ab18acb9d4b9b5cacf427f4ed3c1a2047aa2d4d4f938 +Checksums-Sha1: + b5e7d8de42e913f60a4f2b9dd2d0c7b02c40891b 2378 golang-github-minio-sha256-simd_1.0.1-1.dsc + 239d9b7371a5dc2e9d0ebbf4bd5bb914761a386d 38676 golang-github-minio-sha256-simd_1.0.1.orig.tar.xz + 189954ecc51d38542ad688fae4fb89722ff48015 3668 golang-github-minio-sha256-simd_1.0.1-1.debian.tar.xz +Checksums-Sha256: + 070ac19800b699431df0ab18acb9d4b9b5cacf427f4ed3c1a2047aa2d4d4f938 2378 golang-github-minio-sha256-simd_1.0.1-1.dsc + d8980377382a9fbc80d098162cb5a364f9732700d9270b28442d764d7e99e75f 38676 golang-github-minio-sha256-simd_1.0.1.orig.tar.xz + 3de707b6c33a179a86e21a8c6426fab96306dafdba5150bb53ecb8f4bbc37c8a 3668 golang-github-minio-sha256-simd_1.0.1-1.debian.tar.xz +Files: + 559852cb566545a46ce3b06c3bb81958 2378 golang-github-minio-sha256-simd_1.0.1-1.dsc + fe12320d6dfc5f138db4558b4204da10 38676 golang-github-minio-sha256-simd_1.0.1.orig.tar.xz + 0611d331a826703d912941ab54b24786 3668 golang-github-minio-sha256-simd_1.0.1-1.debian.tar.xz +Go-Import-Path: github.com/minio/sha256-simd + +Format: 3.0 (quilt) +Package: golang-github-moby-locker +Binary: golang-github-moby-locker-dev +Architecture: all +Version: 1.0.1-3 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu +Homepage: https://github.com/moby/locker +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-moby-locker +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-moby-locker.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-moby-locker-dev deb golang optional arch=all +Directory: pool/a8e91af0008c495893b1f78ecda56526f3fdf5b56fca90512095bbb551f3a3e9 +Checksums-Sha1: + 7772d5f3233132e2dc2bf7042d83e76be7beaa0a 2187 golang-github-moby-locker_1.0.1-3.dsc + ed4c1d161122a92bd205ce1a319f78a9c6e4986f 6631 golang-github-moby-locker_1.0.1.orig.tar.gz + c2f4cc5c1a28c1f54834db90ff8fb4843cb60edf 2140 golang-github-moby-locker_1.0.1-3.debian.tar.xz +Checksums-Sha256: + a8e91af0008c495893b1f78ecda56526f3fdf5b56fca90512095bbb551f3a3e9 2187 golang-github-moby-locker_1.0.1-3.dsc + 951323e36ccb7c3b0740ccb33dcf8712f4e832764399e3cc6e76f67f64e5d57d 6631 golang-github-moby-locker_1.0.1.orig.tar.gz + bd6c662e452fda7eb8931e4dc72842105d786b75383d4f6cb1ff8f96f045bfbc 2140 golang-github-moby-locker_1.0.1-3.debian.tar.xz +Files: + 5cdffcd5585f46d2f530eeb76b8e23a2 2187 golang-github-moby-locker_1.0.1-3.dsc + 598ee376061987f4e173612d5cc020cd 6631 golang-github-moby-locker_1.0.1.orig.tar.gz + ccd824f83e55637c069df7103b5b4620 2140 golang-github-moby-locker_1.0.1-3.debian.tar.xz +Go-Import-Path: github.com/moby/locker + +Format: 3.0 (quilt) +Package: golang-github-moby-sys +Binary: golang-github-moby-sys-dev +Architecture: all +Version: 0.0~git20240807.5447519-2 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , +Homepage: https://github.com/moby/sys +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-moby-sys +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-moby-sys.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev (>= 0.0~git20201101~) +Package-List: + golang-github-moby-sys-dev deb golang optional arch=all +Directory: pool/ab7bcb16999eeed3162146d2233339b555d5dee440189dcb9145c4dab889a7ea +Checksums-Sha1: + 37ab7f9c1fc25dccaef66c75b1384a4a4af89b0d 2500 golang-github-moby-sys_0.0~git20240807.5447519-2.dsc + b979cd6ed118234f83a55cffc96e4fbef1df5e5e 55092 golang-github-moby-sys_0.0~git20240807.5447519.orig.tar.xz + 99d4473930ebf47ce1a030fad4275e797d830d7e 2348 golang-github-moby-sys_0.0~git20240807.5447519-2.debian.tar.xz +Checksums-Sha256: + ab7bcb16999eeed3162146d2233339b555d5dee440189dcb9145c4dab889a7ea 2500 golang-github-moby-sys_0.0~git20240807.5447519-2.dsc + b031483abc8e36d7f21dc28c5c25370a37ff8dc62840503230302317745ceacf 55092 golang-github-moby-sys_0.0~git20240807.5447519.orig.tar.xz + 3c376bf5262628abf2d3f239b3651bb3b368bb17852e94e828df6a3ded536e94 2348 golang-github-moby-sys_0.0~git20240807.5447519-2.debian.tar.xz +Files: + a451cef47251271187679bffe523b794 2500 golang-github-moby-sys_0.0~git20240807.5447519-2.dsc + 2999efb78c8806c91a16c4370cb08e5c 55092 golang-github-moby-sys_0.0~git20240807.5447519.orig.tar.xz + eebfe376d372f08cc720c4090478c853 2348 golang-github-moby-sys_0.0~git20240807.5447519-2.debian.tar.xz +Dgit: e6262c13d02c68f90fec1676d3f3abebe8c44cd1 debian archive/debian/0.0_git20240807.5447519-2 https://git.dgit.debian.org/golang-github-moby-sys +Go-Import-Path: github.com/moby/sys + +Format: 3.0 (quilt) +Package: golang-github-modern-go-concurrent +Binary: golang-github-modern-go-concurrent-dev +Architecture: all +Version: 1.0.3-1.1 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari +Homepage: https://github.com/modern-go/concurrent +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-modern-go-concurrent +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-modern-go-concurrent.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper (>= 11), dh-golang, golang-any +Package-List: + golang-github-modern-go-concurrent-dev deb devel optional arch=all +Directory: pool/1bcfd053367339d76ef6b9e2de7c316cee9d718a1bf43b97389cc047bdfdea7e +Checksums-Sha1: + a14c9ca2162cfac4b9064fdb08bdbc6f3cc5d246 2321 golang-github-modern-go-concurrent_1.0.3-1.1.dsc + 4bade7ce8b87bf1e97cf9b7ac42b1de7a979b5e0 7544 golang-github-modern-go-concurrent_1.0.3.orig.tar.gz + 1e62749102a237ab397065301ee5da48172843ea 1808 golang-github-modern-go-concurrent_1.0.3-1.1.debian.tar.xz +Checksums-Sha256: + 1bcfd053367339d76ef6b9e2de7c316cee9d718a1bf43b97389cc047bdfdea7e 2321 golang-github-modern-go-concurrent_1.0.3-1.1.dsc + 3ecfc0421dd35d5f484a44d41d570c1e84f9ee38e27127723a852f23493f9074 7544 golang-github-modern-go-concurrent_1.0.3.orig.tar.gz + b1c7238d73913ff3332ac7ad45e1b5cc49ba35b7f665853b097b298129b0edc3 1808 golang-github-modern-go-concurrent_1.0.3-1.1.debian.tar.xz +Files: + 6112f9211b45a4eddb0874ec77fd3c7d 2321 golang-github-modern-go-concurrent_1.0.3-1.1.dsc + 69269618e7547a3bd2cccbf228041eaf 7544 golang-github-modern-go-concurrent_1.0.3.orig.tar.gz + 3dcaab026e543bd9b80cc712ad1a3cbc 1808 golang-github-modern-go-concurrent_1.0.3-1.1.debian.tar.xz +Go-Import-Path: github.com/modern-go/concurrent + +Format: 3.0 (quilt) +Package: golang-github-modern-go-reflect2 +Binary: golang-github-modern-go-reflect2-dev +Architecture: all +Version: 1.0.2-2 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , +Homepage: https://github.com/modern-go/reflect2 +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-modern-go-reflect2 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-modern-go-reflect2.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-modern-go-reflect2-dev deb golang optional arch=all +Directory: pool/cf4ba2c4e38fffda1f4cf666f9aa6284c398d153260be2b37f39bd5da468a590 +Checksums-Sha1: + 0207d190d927cd7c21db96f84c3640a5d703c388 1705 golang-github-modern-go-reflect2_1.0.2-2.dsc + 7c85bbc020ca5939bcfbb5f32e95d486dae57d9e 14042 golang-github-modern-go-reflect2_1.0.2.orig.tar.gz + db2ae2e189c2beb7bce0ead31fd4a998944e03b6 2860 golang-github-modern-go-reflect2_1.0.2-2.debian.tar.xz +Checksums-Sha256: + cf4ba2c4e38fffda1f4cf666f9aa6284c398d153260be2b37f39bd5da468a590 1705 golang-github-modern-go-reflect2_1.0.2-2.dsc + 86049e7ba480c7da86b3d459f13a7c6c383a769134bf4eac0023a0aa024244de 14042 golang-github-modern-go-reflect2_1.0.2.orig.tar.gz + b2fbdbc93fe56bc9710f12db22424770a8f23cfb602cd3f16a6d7179d9f909dd 2860 golang-github-modern-go-reflect2_1.0.2-2.debian.tar.xz +Files: + 57768b8c581b43c4b5b7a7b594f45757 1705 golang-github-modern-go-reflect2_1.0.2-2.dsc + eb8467dad7310696e1f4af616cefb3b7 14042 golang-github-modern-go-reflect2_1.0.2.orig.tar.gz + 4ba8abe3289f35ab124eb709a57f54ab 2860 golang-github-modern-go-reflect2_1.0.2-2.debian.tar.xz +Go-Import-Path: github.com/modern-go/reflect2 + +Format: 3.0 (quilt) +Package: golang-github-mohae-deepcopy +Binary: golang-github-mohae-deepcopy-dev +Architecture: all +Version: 0.0~git20170929.c48cc78-4 +Maintainer: Debian Go Packaging Team +Uploaders: Cyril Brulebois +Homepage: https://github.com/mohae/deepcopy +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mohae-deepcopy +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mohae-deepcopy.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, tzdata +Package-List: + golang-github-mohae-deepcopy-dev deb golang optional arch=all +Directory: pool/a19e8b302b03b9e0f094c25d7097a49f10212013ed25b147fff0e8e27f0093dd +Checksums-Sha1: + 9ea656b288df41323184f91c1bcd408d3ade436a 1770 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.dsc + a364903baa26056e39a4d3fd249bb988a1f6b419 8656 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78.orig.tar.xz + e02e7d09a7b8fdfe6fbcf13592a852e9bb4520dc 2408 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.debian.tar.xz +Checksums-Sha256: + a19e8b302b03b9e0f094c25d7097a49f10212013ed25b147fff0e8e27f0093dd 1770 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.dsc + 213fd4db2b4107b5c1b989d0521a84914864551f0f26ecdd7ebf6ec0b96d62d9 8656 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78.orig.tar.xz + 06fa84766c3b0a4f3a4e5f26e962eedbf4729e4b4ca016b871759f291fde80ff 2408 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.debian.tar.xz +Files: + 601320089cdc3e0e546b4585ffe4133a 1770 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.dsc + 0da6da9b98c7e358ed7eb0b80720152b 8656 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78.orig.tar.xz + a82a3460f76908547f4e0b9549319875 2408 golang-github-mohae-deepcopy_0.0~git20170929.c48cc78-4.debian.tar.xz +Go-Import-Path: github.com/mohae/deepcopy + +Format: 3.0 (quilt) +Package: golang-github-mrunalp-fileutils +Binary: golang-github-mrunalp-fileutils-dev +Architecture: all +Version: 0.5.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , +Homepage: https://github.com/mrunalp/fileutils +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mrunalp-fileutils +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mrunalp-fileutils.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-mrunalp-fileutils-dev deb golang optional arch=all +Directory: pool/1e3b9d0f403434a937b642b3aee59e9812a6da3d99f4fa0eaf234972e8f95a23 +Checksums-Sha1: + 98b25ce3abc09420f6d634853dde62db994043c0 1655 golang-github-mrunalp-fileutils_0.5.1-1.dsc + d62e817f38bb60c574f0621f9fd898f459be15e1 6352 golang-github-mrunalp-fileutils_0.5.1.orig.tar.xz + 911aa20548f874807a5fd9919bee507c9f551d6c 2708 golang-github-mrunalp-fileutils_0.5.1-1.debian.tar.xz +Checksums-Sha256: + 1e3b9d0f403434a937b642b3aee59e9812a6da3d99f4fa0eaf234972e8f95a23 1655 golang-github-mrunalp-fileutils_0.5.1-1.dsc + 8dcb174f643736d961b5c89586054d83da5266a38e1325a8bfff4e626bb3c69b 6352 golang-github-mrunalp-fileutils_0.5.1.orig.tar.xz + d8e780d8f5d44b0c6548807078cc5b31f4b3470ce97f318b1dff6c158769e9c0 2708 golang-github-mrunalp-fileutils_0.5.1-1.debian.tar.xz +Files: + 51259446d0b7eaf23125766c20395fee 1655 golang-github-mrunalp-fileutils_0.5.1-1.dsc + 9bf6c3708091c5eb78cac8378c78c7ce 6352 golang-github-mrunalp-fileutils_0.5.1.orig.tar.xz + f2b1501f26bc2f30e736c02a6d986695 2708 golang-github-mrunalp-fileutils_0.5.1-1.debian.tar.xz +Go-Import-Path: github.com/mrunalp/fileutils + +Format: 3.0 (quilt) +Package: golang-github-munnerz-goautoneg +Binary: golang-github-munnerz-goautoneg-dev +Architecture: all +Version: 0.0~git20191010.a7dc8b6-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arthur Diniz +Homepage: https://github.com/munnerz/goautoneg +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-munnerz-goautoneg +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-munnerz-goautoneg.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-munnerz-goautoneg-dev deb golang optional arch=all +Directory: pool/3532ae71154c3bf1835954d8453264b4d588ecf6fa3d7e715d4391a0fa54c722 +Checksums-Sha1: + a093adfb93173d8f597f095f07f28b792f455889 2426 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.dsc + cdbd614a833bf4634d8f96833e19fc9ae17f1566 2692 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6.orig.tar.xz + 871889814fdf7ee09cb9f6b37a296ae570adf3e0 3032 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.debian.tar.xz +Checksums-Sha256: + 3532ae71154c3bf1835954d8453264b4d588ecf6fa3d7e715d4391a0fa54c722 2426 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.dsc + 8a56b4980b5c260400a6be57b680962dbed1bc38cd008dcba1b0143f9bcca6df 2692 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6.orig.tar.xz + d2696cac9f00af58f517772b3aa8a7d0d91a34f30875c525c6fd8eea5d754f5f 3032 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.debian.tar.xz +Files: + 5da3d5fe3bc181a2b4ba545f0f7ba737 2426 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.dsc + 6aff68bdbeeb18c3c5fe6ee24f3be297 2692 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6.orig.tar.xz + eb9df75b92584b45d51bc3b52f1f386b 3032 golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.debian.tar.xz +Go-Import-Path: github.com/munnerz/goautoneg + +Format: 3.0 (quilt) +Package: golang-github-mwitkow-go-conntrack +Binary: golang-github-mwitkow-go-conntrack-dev +Architecture: all +Version: 0.0~git20190716.2f06839-3 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , +Homepage: https://github.com/mwitkow/go-conntrack +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mwitkow-go-conntrack +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mwitkow-go-conntrack.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-jpillora-backoff-dev, golang-github-prometheus-client-golang-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev +Package-List: + golang-github-mwitkow-go-conntrack-dev deb golang optional arch=all +Directory: pool/cb0398abb629d75ec4b123c5c90e0573620c0bb89383d6d6bb7f5804578dce23 +Checksums-Sha1: + 95d37da5672aa5308f2ddd525d31430ee377d06f 1974 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839-3.dsc + c5a73c83ccdccb9cd9688d55845cbbd4ae20fa3e 17159 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839.orig.tar.gz + 7ea802dc78fee9392d1f16c8025b219b623fe1fc 3268 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839-3.debian.tar.xz +Checksums-Sha256: + cb0398abb629d75ec4b123c5c90e0573620c0bb89383d6d6bb7f5804578dce23 1974 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839-3.dsc + 9f15e3fb984c0eeb8baa82e03cdb10f2a63d420fc1d72fb1a53b5df4e5e646d5 17159 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839.orig.tar.gz + 0ec2fc8e68c8b2719b1dbcb2e8a0ca87337de512f6e484d41442b2495069fe4b 3268 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839-3.debian.tar.xz +Files: + f0b3140e46552f42eacdddb1b5517c50 1974 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839-3.dsc + bc46e5dead36d11bf3341078e0766068 17159 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839.orig.tar.gz + d8ce11b834e10c8d061780cbd5af7906 3268 golang-github-mwitkow-go-conntrack_0.0~git20190716.2f06839-3.debian.tar.xz +Go-Import-Path: github.com/mwitkow/go-conntrack + +Format: 3.0 (quilt) +Package: golang-github-mxk-go-flowrate +Binary: golang-github-mxk-go-flowrate-dev +Architecture: all +Version: 0.0~git20140419.0.cca7078-1.1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter +Homepage: https://github.com/mxk/go-flowrate +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mxk-go-flowrate.git +Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-mxk-go-flowrate.git +Build-Depends: debhelper (>= 9), dh-golang, golang-go +Package-List: + golang-github-mxk-go-flowrate-dev deb devel extra arch=all +Directory: pool/166b79dd28546d79f5815aabc16d1a135dedf3ab89fac730cc1122c96677cbf7 +Checksums-Sha1: + 3c6fdd72cda40f5b24225494d3623250ddf0412a 2360 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078-1.1.dsc + b5699daebb8745650fee64de737e1aa73fe340fa 6492 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078.orig.tar.xz + f13edd537708fc3cc5c8614dff803360d64310a9 2120 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078-1.1.debian.tar.xz +Checksums-Sha256: + 166b79dd28546d79f5815aabc16d1a135dedf3ab89fac730cc1122c96677cbf7 2360 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078-1.1.dsc + d91e540c675e4fd7cd84fa211121742d31aa10d540c27eca1df586505fbd919b 6492 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078.orig.tar.xz + 7154a99b558e171ee9fd47d4ca34496ee18d5fe356cffb3b13613b4ea6c91049 2120 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078-1.1.debian.tar.xz +Files: + d2dc42e3e1dbe49048a534eebe6409da 2360 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078-1.1.dsc + efa66b34f2858cad579bb360cade6813 6492 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078.orig.tar.xz + f8cd05339ff00ad581f033b009d74675 2120 golang-github-mxk-go-flowrate_0.0~git20140419.0.cca7078-1.1.debian.tar.xz +Go-Import-Path: github.com/mxk/go-flowrate + +Format: 3.0 (quilt) +Package: golang-github-nxadm-tail +Binary: golang-github-nxadm-tail-dev +Architecture: all +Version: 1.4.5+ds1-5 +Maintainer: Debian Go Packaging Team +Uploaders: Cyril Brulebois +Homepage: https://github.com/nxadm/tail +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nxadm-tail +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nxadm-tail.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-fsnotify-fsnotify-dev, golang-gopkg-tomb.v1-dev +Package-List: + golang-github-nxadm-tail-dev deb golang optional arch=all +Directory: pool/825c964a0a7e1dcefe20d36194110b16c4b4f27e3a0ba06215772d2e08a53e7a +Checksums-Sha1: + 8ba85a2faebb1b6e1ac094e91ee050185db606f3 1927 golang-github-nxadm-tail_1.4.5+ds1-5.dsc + 38b22f13ab85e7212d857c13e5c00ab3c232fed4 15596 golang-github-nxadm-tail_1.4.5+ds1.orig.tar.xz + 386db3fd4a5d46f3a9594311301e5aab0ee15d61 2788 golang-github-nxadm-tail_1.4.5+ds1-5.debian.tar.xz +Checksums-Sha256: + 825c964a0a7e1dcefe20d36194110b16c4b4f27e3a0ba06215772d2e08a53e7a 1927 golang-github-nxadm-tail_1.4.5+ds1-5.dsc + 7d8eeb6cfa255b2626800c0b5f85e42b5b474969f09a498ce264b1d9dfcafafd 15596 golang-github-nxadm-tail_1.4.5+ds1.orig.tar.xz + cfa8c2f00558cc82c0e5940b9b75f55a47f53db2ad798286a1bef7a113b118c6 2788 golang-github-nxadm-tail_1.4.5+ds1-5.debian.tar.xz +Files: + 3510687a5d1dcc5a326358618c021886 1927 golang-github-nxadm-tail_1.4.5+ds1-5.dsc + 83987e207901b20b06f02327e34e3994 15596 golang-github-nxadm-tail_1.4.5+ds1.orig.tar.xz + d46b061ec47651700f18cbcabddb4962 2788 golang-github-nxadm-tail_1.4.5+ds1-5.debian.tar.xz +Go-Import-Path: github.com/nxadm/tail + +Format: 3.0 (quilt) +Package: golang-github-nytimes-gziphandler +Binary: golang-github-nytimes-gziphandler-dev +Architecture: all +Version: 1.1.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov +Homepage: https://github.com/NYTimes/gziphandler +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nytimes-gziphandler +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nytimes-gziphandler.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper (>= 12~), dh-golang, golang-go, golang-github-stretchr-testify-dev +Package-List: + golang-github-nytimes-gziphandler-dev deb devel optional arch=all +Directory: pool/f7994f8a372b390cee2d170fe767f62f12c611bdae34a2065345d8e2b9df2dfc +Checksums-Sha1: + 7123fb7ae11574a3a14199ac9ef32db2488a666a 2339 golang-github-nytimes-gziphandler_1.1.1-1.dsc + eb42adde6bd110de04dbc453fb7e830433c6a9a5 44816 golang-github-nytimes-gziphandler_1.1.1.orig.tar.xz + 3887e220e6c03c29bdb69bdce6af5ffa2235fada 2476 golang-github-nytimes-gziphandler_1.1.1-1.debian.tar.xz +Checksums-Sha256: + f7994f8a372b390cee2d170fe767f62f12c611bdae34a2065345d8e2b9df2dfc 2339 golang-github-nytimes-gziphandler_1.1.1-1.dsc + b02e926b1e82651bcb8908e1f334d4be553d28d25e6fea4ddd9184913db1fc2a 44816 golang-github-nytimes-gziphandler_1.1.1.orig.tar.xz + 102a27c3e59da9b9085242fc41e7a0c28d2737acb37f9ec8a225b0826667062c 2476 golang-github-nytimes-gziphandler_1.1.1-1.debian.tar.xz +Files: + 3c0082d34931f7f64182d08ce963f0a5 2339 golang-github-nytimes-gziphandler_1.1.1-1.dsc + b8436ab51cb859a876e129e7e9a7ff87 44816 golang-github-nytimes-gziphandler_1.1.1.orig.tar.xz + ce2571c9dc6989cf16b6e8e4853f0339 2476 golang-github-nytimes-gziphandler_1.1.1-1.debian.tar.xz +Go-Import-Path: github.com/NYTimes/gziphandler + +Format: 3.0 (quilt) +Package: golang-github-onsi-ginkgo-v2 +Binary: ginkgo, golang-github-onsi-ginkgo-v2-dev +Architecture: any all +Version: 2.15.0-5 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , +Homepage: https://github.com/onsi/ginkgo +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-onsi-ginkgo-v2 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-onsi-ginkgo-v2.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.17~), golang-any, golang-github-go-logr-logr-dev, golang-github-google-pprof-dev, golang-golang-x-sys-dev, golang-golang-x-tools-dev, golang-gomega-dev (>= 1.27.10~) +Package-List: + ginkgo deb golang optional arch=any + golang-github-onsi-ginkgo-v2-dev deb golang optional arch=all +Directory: pool/69550228b80d18ae1dbcc86f12420ad0c6b7148bb1ed5dc793a7cb4f9a4c04aa +Checksums-Sha1: + 3856ec06e22a17a5cd799ff87c8d229d5ee06dc9 2610 golang-github-onsi-ginkgo-v2_2.15.0-5.dsc + 6aecd39757a5e104f12fda2ea7619d9155ee7c9d 633797 golang-github-onsi-ginkgo-v2_2.15.0.orig.tar.gz + 3b58cbe49bc08c1a0377106227fb60f964175f14 9568 golang-github-onsi-ginkgo-v2_2.15.0-5.debian.tar.xz +Checksums-Sha256: + 69550228b80d18ae1dbcc86f12420ad0c6b7148bb1ed5dc793a7cb4f9a4c04aa 2610 golang-github-onsi-ginkgo-v2_2.15.0-5.dsc + 8c698c730d485c6d339a65ae1e24445d929d7ae4fc64e225c973e0232eadef7a 633797 golang-github-onsi-ginkgo-v2_2.15.0.orig.tar.gz + b77b29b4f0c3250373784974a6b4e7d7e04f56f01a08e25f5e61da45510af87f 9568 golang-github-onsi-ginkgo-v2_2.15.0-5.debian.tar.xz +Files: + 94d358f4510c297cd2d76e641b7bfbed 2610 golang-github-onsi-ginkgo-v2_2.15.0-5.dsc + 9f06f6b6fab869ef2bdeb4503a6724d4 633797 golang-github-onsi-ginkgo-v2_2.15.0.orig.tar.gz + 825604ff6faf9666f390886f761c47b0 9568 golang-github-onsi-ginkgo-v2_2.15.0-5.debian.tar.xz +Dgit: ac5af66ce0c7ab7d60524e1c9f4090795dba76c3 debian archive/debian/2.15.0-5 https://git.dgit.debian.org/golang-github-onsi-ginkgo-v2 +Go-Import-Path: github.com/onsi/ginkgo/v2 + +Format: 3.0 (quilt) +Package: golang-github-opencontainers-go-digest +Binary: golang-github-opencontainers-go-digest-dev +Architecture: all +Version: 1.0.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout +Homepage: https://github.com/opencontainers/go-digest +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-go-digest +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-go-digest.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-opencontainers-go-digest-dev deb devel optional arch=all +Directory: pool/5229b212dca038dd54fcb30d4472706957c441f76141ab18d98b535366fca42e +Checksums-Sha1: + ef2a4089e81585091843bf345d5fe0bd899d93be 2376 golang-github-opencontainers-go-digest_1.0.0-2.dsc + a7c9ff9311f4713b2e7231cdf6cd304a6153e964 24456 golang-github-opencontainers-go-digest_1.0.0.orig.tar.gz + d929d50f584e43c76e72e488a12be8b0c24c9118 2744 golang-github-opencontainers-go-digest_1.0.0-2.debian.tar.xz +Checksums-Sha256: + 5229b212dca038dd54fcb30d4472706957c441f76141ab18d98b535366fca42e 2376 golang-github-opencontainers-go-digest_1.0.0-2.dsc + 1e74706d265c92f62793af741e322163f3c08afa66f5a7926c9b9ccb44fed230 24456 golang-github-opencontainers-go-digest_1.0.0.orig.tar.gz + 3b10abf18009f215978b7f516105fedc34b09b4245f0556572c85fbfef4e10c7 2744 golang-github-opencontainers-go-digest_1.0.0-2.debian.tar.xz +Files: + ea0e4d918d3b1b481e3dd2d2f326ad3b 2376 golang-github-opencontainers-go-digest_1.0.0-2.dsc + 85e66d338aae62b92ef7f32fcff08263 24456 golang-github-opencontainers-go-digest_1.0.0.orig.tar.gz + d898dea0e3a3c43844f9557fbfbf42a9 2744 golang-github-opencontainers-go-digest_1.0.0-2.debian.tar.xz +Go-Import-Path: github.com/opencontainers/go-digest + +Format: 3.0 (quilt) +Package: golang-github-opencontainers-image-spec +Binary: golang-github-opencontainers-image-spec-dev +Architecture: all +Version: 1.1.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Michael Stapelberg , Reinhard Tartler , +Homepage: https://github.com/opencontainers/image-spec +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-image-spec +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-image-spec.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-russross-blackfriday-dev, golang-github-xeipuuv-gojsonschema-dev (>= 1.2.0~) +Package-List: + golang-github-opencontainers-image-spec-dev deb golang optional arch=all +Directory: pool/4e43d90994941144e2a4fd928da25ffa9a419c0c99d679132cd8cc1123173395 +Checksums-Sha1: + 5805bfc07de5ffde1834bd6b4a19aba52af38b0c 2804 golang-github-opencontainers-image-spec_1.1.0-2.dsc + 4429ec4ab2d9d5bc07406d3cf1a3808da805eb9c 161395 golang-github-opencontainers-image-spec_1.1.0.orig.tar.gz + 029300dcbe725d48b4d7c7aaa343e3533d1cd3ca 3208 golang-github-opencontainers-image-spec_1.1.0-2.debian.tar.xz +Checksums-Sha256: + 4e43d90994941144e2a4fd928da25ffa9a419c0c99d679132cd8cc1123173395 2804 golang-github-opencontainers-image-spec_1.1.0-2.dsc + 751b0ea90f9c3b589ea05336854e34f72323f043154fec21c472ed7c69ccc2bf 161395 golang-github-opencontainers-image-spec_1.1.0.orig.tar.gz + 29c34ac0d9192564bc767a2c81fa5d549dfb14a3351d11df06c823afc03c873f 3208 golang-github-opencontainers-image-spec_1.1.0-2.debian.tar.xz +Files: + b0afc47462c2ef8bbf6830fca0bb4d94 2804 golang-github-opencontainers-image-spec_1.1.0-2.dsc + 48ae78710f16867fefc5bc0fc381dcb6 161395 golang-github-opencontainers-image-spec_1.1.0.orig.tar.gz + 08d06864df2955809bfdb3ed78a33618 3208 golang-github-opencontainers-image-spec_1.1.0-2.debian.tar.xz +Dgit: d7aa8f3deaf56efeef69f6f1af34e11e9a902e99 debian archive/debian/1.1.0-2 https://git.dgit.debian.org/golang-github-opencontainers-image-spec +Go-Import-Path: github.com/opencontainers/image-spec + +Format: 3.0 (quilt) +Package: golang-github-opencontainers-runtime-tools +Binary: golang-github-opencontainers-runtime-tools-dev +Architecture: all +Version: 0.9.0.109.ge931285-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov +Homepage: https://github.com/opencontainers/runtime-tools +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-runtime-tools +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-runtime-tools.git +Testsuite: autopkgtest-pkg-go +Build-Depends: ca-certificates, debhelper-compat (= 13), dh-golang, golang-any, golang-github-blang-semver-dev, golang-github-hashicorp-go-multierror-dev, golang-github-opencontainers-selinux-dev (>= 1.3.0~), golang-github-opencontainers-specs-dev (>= 1.0.1+git20181111~), golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-xeipuuv-gojsonschema-dev, golang-gocapability-dev, golang-golang-x-sys-dev +Package-List: + golang-github-opencontainers-runtime-tools-dev deb golang optional arch=all +Directory: pool/264a1f53b3cbd98cee3744ede918052bc3d7ec6c2e22db71e2ba033081e39fec +Checksums-Sha1: + 8f51a7c9b323d6f1f99170d7d5e3094efc48dae5 2278 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285-1.dsc + d23f6ba85a88aec596da865d0c9ac796a594208b 2252524 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285.orig.tar.xz + cf4ff6c214449fdebbf9a7b41db80060289cff78 3324 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285-1.debian.tar.xz +Checksums-Sha256: + 264a1f53b3cbd98cee3744ede918052bc3d7ec6c2e22db71e2ba033081e39fec 2278 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285-1.dsc + 203989a1ea98cf2aaced79155bbda09270b20db19b03376dde91ab12e5e6a0fe 2252524 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285.orig.tar.xz + e8db9e74d63fc69b651ed58e7d7b07748dd1e6db7da2e208a7758569a9bcedda 3324 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285-1.debian.tar.xz +Files: + 3abe037cfab1fea6823824b41c3f1ab7 2278 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285-1.dsc + 7259c21a86a5728e96cb88dc1e26f9d0 2252524 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285.orig.tar.xz + 52514c46080a980dc6219d9204f16730 3324 golang-github-opencontainers-runtime-tools_0.9.0.109.ge931285-1.debian.tar.xz +Go-Import-Path: github.com/opencontainers/runtime-tools + +Format: 3.0 (quilt) +Package: golang-github-opencontainers-selinux +Binary: golang-github-opencontainers-selinux-dev +Architecture: all +Version: 1.11.0+ds1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Balint Reczey , +Homepage: https://github.com/opencontainers/selinux +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-selinux +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-selinux.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev +Package-List: + golang-github-opencontainers-selinux-dev deb golang optional arch=all +Directory: pool/3e1b92a016c88855abf957251d6bbee7b162a7464b057e6aac509a9c5f618383 +Checksums-Sha1: + e13613cee279edc452db40618e954718b7c972c2 2573 golang-github-opencontainers-selinux_1.11.0+ds1-2.dsc + 9e80981c6bc4f4eba200810c83a8ad49dfddddb6 31979 golang-github-opencontainers-selinux_1.11.0+ds1.orig.tar.gz + 9b959ed431eb4c1374a07a4cd2c725b0287f4e62 2668 golang-github-opencontainers-selinux_1.11.0+ds1-2.debian.tar.xz +Checksums-Sha256: + 3e1b92a016c88855abf957251d6bbee7b162a7464b057e6aac509a9c5f618383 2573 golang-github-opencontainers-selinux_1.11.0+ds1-2.dsc + d8fd24e3882e0a5d70ab81c2b6560dbc105294da04c93fec9fc172e098b67e8d 31979 golang-github-opencontainers-selinux_1.11.0+ds1.orig.tar.gz + 261dc5015aa037048cdff9cd78e081146a6dedf27999cd6c3b6923e49deb8243 2668 golang-github-opencontainers-selinux_1.11.0+ds1-2.debian.tar.xz +Files: + 28a1d04b7b0cd8cbfa1821eeb0a3945f 2573 golang-github-opencontainers-selinux_1.11.0+ds1-2.dsc + 1de4845e1b551809935c0e42cad51ecf 31979 golang-github-opencontainers-selinux_1.11.0+ds1.orig.tar.gz + 31dc0dab9d4d904628d44465d4076d69 2668 golang-github-opencontainers-selinux_1.11.0+ds1-2.debian.tar.xz +Dgit: 28c7e62329ec6782c425bd96be8b35a85acb2197 debian archive/debian/1.11.0+ds1-2 https://git.dgit.debian.org/golang-github-opencontainers-selinux +Go-Import-Path: github.com/opencontainers/selinux + +Format: 3.0 (quilt) +Package: golang-github-opencontainers-specs +Binary: golang-github-opencontainers-specs-dev +Architecture: all +Version: 1.2.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/opencontainers/runtime-spec +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-specs +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-specs.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-opencontainers-specs-dev deb golang optional arch=all +Directory: pool/4b0b843f95935cf1b0e2d7b7610e24f3f58eb9484a7104a891af8042bf3cc4d6 +Checksums-Sha1: + 2fe9a5a0e19ccce0c73a9f4d2bb3097d0e97d3a0 2354 golang-github-opencontainers-specs_1.2.0-1.dsc + 6ea0363650e4f03a4ea6620719f01817678c46d3 73160 golang-github-opencontainers-specs_1.2.0.orig.tar.xz + e132889309204664de27f81ee2c505ac2a844eba 3696 golang-github-opencontainers-specs_1.2.0-1.debian.tar.xz +Checksums-Sha256: + 4b0b843f95935cf1b0e2d7b7610e24f3f58eb9484a7104a891af8042bf3cc4d6 2354 golang-github-opencontainers-specs_1.2.0-1.dsc + 43e7184305c0e8730459b7580b1ca9269ad9cfc51dff9d2f96695a7fdc0e7ac9 73160 golang-github-opencontainers-specs_1.2.0.orig.tar.xz + f7a8e9c78ab50ea431a87d516c95172e6c3efacfb480122fbbffba6890e97a9d 3696 golang-github-opencontainers-specs_1.2.0-1.debian.tar.xz +Files: + d18eec265c1632f8cf3d68e1788a7c06 2354 golang-github-opencontainers-specs_1.2.0-1.dsc + 9fc2d7de75aaae09f49f8a8ea1a6537e 73160 golang-github-opencontainers-specs_1.2.0.orig.tar.xz + 856efcd821e4ab802b7ac8778aaa99aa 3696 golang-github-opencontainers-specs_1.2.0-1.debian.tar.xz +Go-Import-Path: github.com/opencontainers/runtime-spec + +Format: 3.0 (quilt) +Package: golang-github-pelletier-go-toml +Binary: golang-github-pelletier-go-toml-dev, golang-github-pelletier-go-toml +Architecture: any all +Version: 1.9.5-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dr. Tobias Quathamer , Anthony Fok +Homepage: https://github.com/pelletier/go-toml +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pelletier-go-toml +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pelletier-go-toml.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-burntsushi-toml-dev (>= 0.3.1), golang-gopkg-yaml.v2-dev (>= 2.3.0) +Package-List: + golang-github-pelletier-go-toml deb golang optional arch=any + golang-github-pelletier-go-toml-dev deb golang optional arch=all +Directory: pool/f1cc1d4f92293adfbbb4734d2946d7d6d98d5f8e4f0f21eed51d39124807d4cf +Checksums-Sha1: + e7ecfa2a44a9fbc306311b917ae9d2bc5e841cf7 2526 golang-github-pelletier-go-toml_1.9.5-1.dsc + f6bbc0e76f3aa4966ce08ab423b7947ecc94bb13 106932 golang-github-pelletier-go-toml_1.9.5.orig.tar.gz + 9f98b007f61b690ef239ea0bb8d5a00d8dfb9e03 5296 golang-github-pelletier-go-toml_1.9.5-1.debian.tar.xz +Checksums-Sha256: + f1cc1d4f92293adfbbb4734d2946d7d6d98d5f8e4f0f21eed51d39124807d4cf 2526 golang-github-pelletier-go-toml_1.9.5-1.dsc + 7ee5ee9344a5c18eebf9487782e00b2dbeaaf19be64b447a1e1d90f8aed710e8 106932 golang-github-pelletier-go-toml_1.9.5.orig.tar.gz + 4ed76961f10a4d64b410841d206e597cac234ddd195ce4736d757244a69d3999 5296 golang-github-pelletier-go-toml_1.9.5-1.debian.tar.xz +Files: + 3392e3ae9f41626194155ca27a9bb80f 2526 golang-github-pelletier-go-toml_1.9.5-1.dsc + b2324c8d01d25625ccf0f2d36f20df25 106932 golang-github-pelletier-go-toml_1.9.5.orig.tar.gz + e664f6fbcd8acff31969278d1787b8a5 5296 golang-github-pelletier-go-toml_1.9.5-1.debian.tar.xz +Go-Import-Path: github.com/pelletier/go-toml + +Format: 3.0 (quilt) +Package: golang-github-perimeterx-marshmallow +Binary: golang-github-perimeterx-marshmallow-dev +Architecture: all +Version: 1.1.5-1 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/perimeterx/marshmallow +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-perimeterx-marshmallow +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-perimeterx-marshmallow.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.17~), golang-github-go-test-deep-dev (>= 1.0.8), golang-github-mailru-easyjson-dev (>= 0.7.7), golang-github-ugorji-go-codec-dev (>= 1.2.7) +Package-List: + golang-github-perimeterx-marshmallow-dev deb golang optional arch=all +Directory: pool/11ad86217656116690c18a204f4257235bb72e7304a9854bba3cd48d9f7c232a +Checksums-Sha1: + 81025f7e41d0f67c88862c2548d40dfb5516dc26 2513 golang-github-perimeterx-marshmallow_1.1.5-1.dsc + 1daeb94c35951c818e7c709ab8a3ad11421f324f 30187 golang-github-perimeterx-marshmallow_1.1.5.orig.tar.gz + 6efa817533175419c15e783e59b2ab15b782e379 2468 golang-github-perimeterx-marshmallow_1.1.5-1.debian.tar.xz +Checksums-Sha256: + 11ad86217656116690c18a204f4257235bb72e7304a9854bba3cd48d9f7c232a 2513 golang-github-perimeterx-marshmallow_1.1.5-1.dsc + d4f804a42181649e45f344764b273d9610aa439ca66f4efc8906fd07acc3b624 30187 golang-github-perimeterx-marshmallow_1.1.5.orig.tar.gz + fff496e4c7bfce23bb82dede641c5dfa1b3b6d73b279675066336e4f37150b98 2468 golang-github-perimeterx-marshmallow_1.1.5-1.debian.tar.xz +Files: + 638d51cd1897127c0becad55ad41ba0a 2513 golang-github-perimeterx-marshmallow_1.1.5-1.dsc + b4472cdc01d76672cea4605b4b59873d 30187 golang-github-perimeterx-marshmallow_1.1.5.orig.tar.gz + cc2f2f3019fa16605d5d99b7b71f4360 2468 golang-github-perimeterx-marshmallow_1.1.5-1.debian.tar.xz +Go-Import-Path: github.com/perimeterx/marshmallow + +Format: 3.0 (quilt) +Package: golang-github-peterbourgon-diskv +Binary: golang-github-peterbourgon-diskv-dev +Architecture: all +Version: 3.0.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter +Homepage: https://github.com/peterbourgon/diskv +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-peterbourgon-diskv +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-peterbourgon-diskv.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, golang-go, golang-github-google-btree-dev (>= 1.0.0~) +Package-List: + golang-github-peterbourgon-diskv-dev deb devel optional arch=all +Directory: pool/80f608482c7a9d9952004c3cb1508e909a22b3b33e3d58fcda1e532cb68c68fe +Checksums-Sha1: + b6f1bc8a83a61d6e671d6c5d6baad941c9cfedf9 2366 golang-github-peterbourgon-diskv_3.0.0-2.dsc + 8e50e4a59bb1d4bb1b83dbb3dec770d528ce52c0 17228 golang-github-peterbourgon-diskv_3.0.0.orig.tar.xz + 96e07e37ca115bc50c4d0670e2b199ed4391e6f8 2888 golang-github-peterbourgon-diskv_3.0.0-2.debian.tar.xz +Checksums-Sha256: + 80f608482c7a9d9952004c3cb1508e909a22b3b33e3d58fcda1e532cb68c68fe 2366 golang-github-peterbourgon-diskv_3.0.0-2.dsc + 4019e750e7391e2a0be0ef1c607edde762f122b94a0d8c20652fd09106c9bb3d 17228 golang-github-peterbourgon-diskv_3.0.0.orig.tar.xz + 8c9a11f49d94cee92e3d5d07298d72fe08de98e723d324e7023f09aa4ce35624 2888 golang-github-peterbourgon-diskv_3.0.0-2.debian.tar.xz +Files: + 3f25a1b7187a843eab2cc0a965461e32 2366 golang-github-peterbourgon-diskv_3.0.0-2.dsc + a59166b5e9cc177a7de0ca3de77356f5 17228 golang-github-peterbourgon-diskv_3.0.0.orig.tar.xz + 0713f4c9838e37e2fd7df39725c225c8 2888 golang-github-peterbourgon-diskv_3.0.0-2.debian.tar.xz +Go-Import-Path: github.com/peterbourgon/diskv + +Format: 3.0 (quilt) +Package: golang-github-pkg-errors +Binary: golang-github-pkg-errors-dev +Architecture: all +Version: 0.9.1-3 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/pkg/errors +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pkg-errors +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pkg-errors.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-pkg-errors-dev deb golang optional arch=all +Directory: pool/3d560a540c7583bd05aff88f58308a0f317f225d59663e778edf7c35bf534d52 +Checksums-Sha1: + 161cb72faa6711e78c113a644c9f416f61260a24 1570 golang-github-pkg-errors_0.9.1-3.dsc + 28d926a18c9d0fc8085391e331c28a741e97fa99 13415 golang-github-pkg-errors_0.9.1.orig.tar.gz + f091b004a7e102ce411d7a9fe3d0fe3e9a399be8 3284 golang-github-pkg-errors_0.9.1-3.debian.tar.xz +Checksums-Sha256: + 3d560a540c7583bd05aff88f58308a0f317f225d59663e778edf7c35bf534d52 1570 golang-github-pkg-errors_0.9.1-3.dsc + 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608 13415 golang-github-pkg-errors_0.9.1.orig.tar.gz + 565b592d4fa542ca81aec8188a2ef1e9d5ebbdff0c3b93d774000bff48d5d47e 3284 golang-github-pkg-errors_0.9.1-3.debian.tar.xz +Files: + 1125f819ac4d05071b29ed3bf6728cb7 1570 golang-github-pkg-errors_0.9.1-3.dsc + 0951216925c98fda75a484a528b06af6 13415 golang-github-pkg-errors_0.9.1.orig.tar.gz + 87c5afdf620a3d6a65ff3426a3ce75b9 3284 golang-github-pkg-errors_0.9.1-3.debian.tar.xz +Go-Import-Path: github.com/pkg/errors + +Format: 3.0 (quilt) +Package: golang-github-pmezard-go-difflib +Binary: golang-github-pmezard-go-difflib-dev +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Anthony Fok +Homepage: https://github.com/pmezard/go-difflib +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pmezard-go-difflib +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pmezard-go-difflib.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-pmezard-go-difflib-dev deb devel optional arch=all +Directory: pool/8850c0afa8f52318455bbe840f3495c793f8235c6ef45de02847ee4e907641f8 +Checksums-Sha1: + 2f0c567bb802f48661bdb7dfcab8ac0955371fb8 2340 golang-github-pmezard-go-difflib_1.0.0-3.dsc + 24c22ae343fdba7db756f54b5bbd0cfb69754dde 11398 golang-github-pmezard-go-difflib_1.0.0.orig.tar.gz + 9078abf494e65ab4b9260d1c6e73e0e855ca96e3 3252 golang-github-pmezard-go-difflib_1.0.0-3.debian.tar.xz +Checksums-Sha256: + 8850c0afa8f52318455bbe840f3495c793f8235c6ef45de02847ee4e907641f8 2340 golang-github-pmezard-go-difflib_1.0.0-3.dsc + 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda 11398 golang-github-pmezard-go-difflib_1.0.0.orig.tar.gz + 6e1ce41f02e1d93ab9ca482f997047862c0a9a4e4d4a4dc4fa648b2d6b2fb7d3 3252 golang-github-pmezard-go-difflib_1.0.0-3.debian.tar.xz +Files: + 0824be3f7c0757e7eb6967b4495d2940 2340 golang-github-pmezard-go-difflib_1.0.0-3.dsc + 56e81fe945d04771dcb79964ce958a5f 11398 golang-github-pmezard-go-difflib_1.0.0.orig.tar.gz + a395f61cf5aaa17005f90b255a786164 3252 golang-github-pmezard-go-difflib_1.0.0-3.debian.tar.xz +Go-Import-Path: github.com/pmezard/go-difflib + +Format: 3.0 (quilt) +Package: golang-github-prometheus-client-golang +Binary: golang-github-prometheus-client-golang-dev +Architecture: all +Version: 1.20.4-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Lucas Kanashiro , Daniel Swarbrick , +Homepage: https://github.com/prometheus/client_golang.git +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-client-golang +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-client-golang.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-beorn7-perks-dev, golang-github-cespare-xxhash-dev, golang-github-davecgh-go-spew-dev, golang-github-json-iterator-go-dev, golang-github-klauspost-compress-dev, golang-github-kylelemons-godebug-dev, golang-github-prometheus-client-model-dev (>= 0.5.0), golang-github-prometheus-common-dev (>= 0.59.0), golang-github-prometheus-procfs-dev, golang-google-protobuf-dev +Package-List: + golang-github-prometheus-client-golang-dev deb golang optional arch=all +Directory: pool/77eb63dde52fda3d8e4b1e2b8013e10753b626dbbe0e23f9391a815daad8967b +Checksums-Sha1: + 866d31ad37b8d7d3fbea61dcf0dcbae6a5af190a 2887 golang-github-prometheus-client-golang_1.20.4-1.dsc + cfe149380be99985cc9c9d890a554e6cf9a3ad76 1102070 golang-github-prometheus-client-golang_1.20.4.orig.tar.gz + 1803f8f3502c73b61f3719bd0a70e5bbb967f233 10280 golang-github-prometheus-client-golang_1.20.4-1.debian.tar.xz +Checksums-Sha256: + 77eb63dde52fda3d8e4b1e2b8013e10753b626dbbe0e23f9391a815daad8967b 2887 golang-github-prometheus-client-golang_1.20.4-1.dsc + 8857f9cd89e735f1ace78fed100c1b1f24ee2fcc367195a1c163084f50bfa0df 1102070 golang-github-prometheus-client-golang_1.20.4.orig.tar.gz + b3cef17307d8373508f7fb0b6d391fb086b97dfc2d64d2facac80ebcae7d17a0 10280 golang-github-prometheus-client-golang_1.20.4-1.debian.tar.xz +Files: + c97752e26bef5c6e8b82e6618128ed70 2887 golang-github-prometheus-client-golang_1.20.4-1.dsc + 798e185ef3f3531a543792f205fcca01 1102070 golang-github-prometheus-client-golang_1.20.4.orig.tar.gz + a8bbb6ed7d41a242e9015efb35085340 10280 golang-github-prometheus-client-golang_1.20.4-1.debian.tar.xz +Go-Import-Path: github.com/prometheus/client_golang + +Format: 3.0 (quilt) +Package: golang-github-prometheus-client-model +Binary: golang-github-prometheus-client-model-dev +Architecture: all +Version: 0.6.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Martina Ferrari , Daniel Swarbrick , +Homepage: https://github.com/prometheus/client_model +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-client-model +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-client-model.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-google-protobuf-dev, protobuf-compiler, protoc-gen-go +Package-List: + golang-github-prometheus-client-model-dev deb golang optional arch=all +Directory: pool/1070403ce8ea087a196d3eaae4255a19b57e2bde4b90ae4f477e45a3a09f3d7b +Checksums-Sha1: + 0ddd3f384543823216265f3a2e735e7023edffef 2532 golang-github-prometheus-client-model_0.6.0-1.dsc + a0ae72c27f214abe823372e1323ff8ee61b178e1 17403 golang-github-prometheus-client-model_0.6.0.orig.tar.gz + 5ef006ebb2050d424ec3221fc9cf47bf7ae34d8b 3856 golang-github-prometheus-client-model_0.6.0-1.debian.tar.xz +Checksums-Sha256: + 1070403ce8ea087a196d3eaae4255a19b57e2bde4b90ae4f477e45a3a09f3d7b 2532 golang-github-prometheus-client-model_0.6.0-1.dsc + 2d791ed69e702b159b72d54e695d007e38ab7819257d84c5b5499e3faf7411b7 17403 golang-github-prometheus-client-model_0.6.0.orig.tar.gz + f90801cda84934cf6859cd6d3a90c08db94f245b1075f81f4dc652f2a39f2643 3856 golang-github-prometheus-client-model_0.6.0-1.debian.tar.xz +Files: + 033182e8ba6f98a366108a7e501f281a 2532 golang-github-prometheus-client-model_0.6.0-1.dsc + 6582f19078d84d5285d86a954386045e 17403 golang-github-prometheus-client-model_0.6.0.orig.tar.gz + 7b8d1b7b3bac78253951aa131d535ca5 3856 golang-github-prometheus-client-model_0.6.0-1.debian.tar.xz +Go-Import-Path: github.com/prometheus/client_model + +Format: 3.0 (quilt) +Package: golang-github-prometheus-common +Binary: golang-github-prometheus-common-dev +Architecture: all +Version: 0.60.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Anthony Fok , Lucas Kanashiro , Daniel Swarbrick , +Homepage: https://github.com/prometheus/common +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.21~), golang-github-aws-aws-sdk-go-dev, golang-github-go-kit-log-dev, golang-github-google-go-cmp-dev, golang-github-julienschmidt-httprouter-dev, golang-github-munnerz-goautoneg-dev, golang-github-mwitkow-go-conntrack-dev, golang-github-prometheus-client-model-dev (>= 0.6.0), golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-google-protobuf-dev, golang-gopkg-alecthomas-kingpin.v2-dev, golang-gopkg-yaml.v2-dev +Package-List: + golang-github-prometheus-common-dev deb golang optional arch=all +Directory: pool/013fc3ffae3eee2ada69306370fde3a4a94b8fe7d486e65b9ba25dfa9a3099c1 +Checksums-Sha1: + fe146ece5f4ef0d1533e05f4cd2cb329c164fb12 2868 golang-github-prometheus-common_0.60.0-1.dsc + 6672f2d59183166f6ace021c1246e1b05c3e26a8 151493 golang-github-prometheus-common_0.60.0.orig.tar.gz + 5b26865c17c52971eb5a34a8a63513f12e2d49f1 7252 golang-github-prometheus-common_0.60.0-1.debian.tar.xz +Checksums-Sha256: + 013fc3ffae3eee2ada69306370fde3a4a94b8fe7d486e65b9ba25dfa9a3099c1 2868 golang-github-prometheus-common_0.60.0-1.dsc + 06549a7a24533968f698c013aeed81de42a771257a9debe9a3735d1753446684 151493 golang-github-prometheus-common_0.60.0.orig.tar.gz + 4f42bfc64ae3511640dc5ccf76f458efbb0f5e6c8210d660cf1b976afeb55305 7252 golang-github-prometheus-common_0.60.0-1.debian.tar.xz +Files: + 0cd55393f53254d91bbcf71c0aadf361 2868 golang-github-prometheus-common_0.60.0-1.dsc + 46f94edda73283195e4def2b3036bacf 151493 golang-github-prometheus-common_0.60.0.orig.tar.gz + 0dabed789bdf873d758e8ae539e2a7ba 7252 golang-github-prometheus-common_0.60.0-1.debian.tar.xz +Go-Import-Path: github.com/prometheus/common + +Format: 3.0 (quilt) +Package: golang-github-prometheus-procfs +Binary: golang-github-prometheus-procfs-dev +Architecture: all +Version: 0.14.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Daniel Swarbrick , Lucas Kanashiro , +Homepage: https://github.com/prometheus/procfs.git +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-procfs +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-procfs.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.20~), golang-github-google-go-cmp-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev +Package-List: + golang-github-prometheus-procfs-dev deb golang optional arch=all +Directory: pool/cf4692d696bc0a3e7f9997c156eb9eb774b57ca23a3b2cfd2546679b6b59825b +Checksums-Sha1: + 9edfe7f3fea9e3e471c7243e3d0fe7424179803f 2506 golang-github-prometheus-procfs_0.14.0-1.dsc + 8a91300971fcc68a0da1996ef180197cefd7e3e8 241974 golang-github-prometheus-procfs_0.14.0.orig.tar.gz + 841d28b65635771f628895d2ce04de8beb52b18f 6720 golang-github-prometheus-procfs_0.14.0-1.debian.tar.xz +Checksums-Sha256: + cf4692d696bc0a3e7f9997c156eb9eb774b57ca23a3b2cfd2546679b6b59825b 2506 golang-github-prometheus-procfs_0.14.0-1.dsc + f6ad5cf343de8021261ae2a91f2345411ef8a727561906e7dff243c2096add10 241974 golang-github-prometheus-procfs_0.14.0.orig.tar.gz + 5110c6ac54f4abc3251cb47707c333881a368c925bbbf7beb508c7036f79d19a 6720 golang-github-prometheus-procfs_0.14.0-1.debian.tar.xz +Files: + 0aa0bf5a9196a3d40bb4275064c3210e 2506 golang-github-prometheus-procfs_0.14.0-1.dsc + d9e712ca3b2c020c9f410f97f80f40d1 241974 golang-github-prometheus-procfs_0.14.0.orig.tar.gz + 704fb51d946e4ff569907afab6f80a6e 6720 golang-github-prometheus-procfs_0.14.0-1.debian.tar.xz +Go-Import-Path: github.com/prometheus/procfs + +Format: 3.0 (quilt) +Package: golang-github-rogpeppe-fastuuid +Binary: golang-github-rogpeppe-fastuuid-dev +Architecture: all +Version: 0.0~git20150106.0.6724a57-2.1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Anthony Fok +Homepage: https://github.com/rogpeppe/fastuuid +Standards-Version: 4.0.0 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-rogpeppe-fastuuid.git +Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-rogpeppe-fastuuid.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper (>= 10), dh-golang, golang-any +Package-List: + golang-github-rogpeppe-fastuuid-dev deb devel extra arch=all +Directory: pool/0705ac947b033a0b1563408bb19509ea5408cb8f3008848f908d1c59180ad347 +Checksums-Sha1: + 55a0984516fefb3500cfb5e432da02da7765269e 2465 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57-2.1.dsc + f60a051296a7c3a6c9e796336000eee5b59d6d9e 2332 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57.orig.tar.xz + f6cd5c1b8cac8c06a037904452f458c3e34c3a94 2252 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57-2.1.debian.tar.xz +Checksums-Sha256: + 0705ac947b033a0b1563408bb19509ea5408cb8f3008848f908d1c59180ad347 2465 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57-2.1.dsc + ab0b92cc2085735760904a1d845f2647cbc4c8e1c77a570f188312b5e4e5e9d5 2332 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57.orig.tar.xz + d14da9e14a027eec33b1844da5de527d22bbeeca10b5368695debac798c8a428 2252 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57-2.1.debian.tar.xz +Files: + 160b9c48c69e9b9f5f2e9052e560209b 2465 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57-2.1.dsc + 527be46c54a1bcf8cdf3d3be2bad1e80 2332 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57.orig.tar.xz + 15405551d351540fcae55c69a0c43263 2252 golang-github-rogpeppe-fastuuid_0.0~git20150106.0.6724a57-2.1.debian.tar.xz +Go-Import-Path: github.com/rogpeppe/fastuuid + +Format: 3.0 (quilt) +Package: golang-github-rogpeppe-go-internal +Binary: golang-github-rogpeppe-go-internal-dev, go-internal +Architecture: any all +Version: 1.12.0-3 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/rogpeppe/go-internal +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rogpeppe-go-internal +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rogpeppe-go-internal.git +Testsuite: autopkgtest-pkg-go +Build-Depends: ca-certificates, debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.20~), golang-golang-x-mod-dev (>= 0.9.0), golang-golang-x-sys-dev (>= 0.0~git20220722.8c9f86f), golang-golang-x-tools-dev (>= 1:0.1.12) +Package-List: + go-internal deb golang optional arch=any + golang-github-rogpeppe-go-internal-dev deb golang optional arch=all +Directory: pool/6fde1e78d0154b4d1ac43a7dcbf72c6c7f74c9ac057b6a60a9d1477bea00f710 +Checksums-Sha1: + 6e3789628006b45c35b50c823ff24c73b5e7e243 2569 golang-github-rogpeppe-go-internal_1.12.0-3.dsc + 5b7c80953c244a8603b53cb8b5dd838e780b2751 116899 golang-github-rogpeppe-go-internal_1.12.0.orig.tar.gz + 7cd78fe61062e44eb6b58ebcf8c6d8bef5047215 5336 golang-github-rogpeppe-go-internal_1.12.0-3.debian.tar.xz +Checksums-Sha256: + 6fde1e78d0154b4d1ac43a7dcbf72c6c7f74c9ac057b6a60a9d1477bea00f710 2569 golang-github-rogpeppe-go-internal_1.12.0-3.dsc + b51d588d05f3e82d3045545ef46bd758a0610b9cfde1ae243489a593908b6060 116899 golang-github-rogpeppe-go-internal_1.12.0.orig.tar.gz + 63d44ecc7d854cdcd46c7d5b678df8c3f40208394de648ff855cfdeea370dd94 5336 golang-github-rogpeppe-go-internal_1.12.0-3.debian.tar.xz +Files: + 3d7a3a3e14a4f049be0b012f0b27aa76 2569 golang-github-rogpeppe-go-internal_1.12.0-3.dsc + cf726a1bcd3dd219efc9fcb2df261241 116899 golang-github-rogpeppe-go-internal_1.12.0.orig.tar.gz + e033c1e053d8b2576bd0d2280300c17f 5336 golang-github-rogpeppe-go-internal_1.12.0-3.debian.tar.xz +Go-Import-Path: github.com/rogpeppe/go-internal + +Format: 3.0 (quilt) +Package: golang-github-safchain-ethtool +Binary: golang-github-safchain-ethtool-dev +Architecture: all +Version: 0.4.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Sascha Steinbiss +Homepage: https://github.com/safchain/ethtool +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-safchain-ethtool +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-safchain-ethtool.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev +Package-List: + golang-github-safchain-ethtool-dev deb golang optional arch=all +Directory: pool/88cd91006d30fc3cc87ee69819ded22becdee11340ff0ec752f2034af1296091 +Checksums-Sha1: + ec6d469e210c378778fed2fcababbef5d4660fdf 2284 golang-github-safchain-ethtool_0.4.1-1.dsc + 5db8bf6a8b28c91e5d2fec0981ae21f5a55fdac7 15030 golang-github-safchain-ethtool_0.4.1.orig.tar.gz + 22ffab576e1626c631879c17942deb239875a01a 3252 golang-github-safchain-ethtool_0.4.1-1.debian.tar.xz +Checksums-Sha256: + 88cd91006d30fc3cc87ee69819ded22becdee11340ff0ec752f2034af1296091 2284 golang-github-safchain-ethtool_0.4.1-1.dsc + bbbadded202bf35359448092b11f7659c2040a5b587d307caba68ce963caeb28 15030 golang-github-safchain-ethtool_0.4.1.orig.tar.gz + 3d7f22dca16dad6f744dfb39760831cb58e198b53d313d687a1a50d609242fea 3252 golang-github-safchain-ethtool_0.4.1-1.debian.tar.xz +Files: + 1efccf86fc1bda9f6c2e9b94ff051249 2284 golang-github-safchain-ethtool_0.4.1-1.dsc + c6f3d8e756e2a76fcb817b7be674e885 15030 golang-github-safchain-ethtool_0.4.1.orig.tar.gz + ce4af20b6e1be1303122ad9df883a4c1 3252 golang-github-safchain-ethtool_0.4.1-1.debian.tar.xz +Go-Import-Path: github.com/safchain/ethtool + +Format: 3.0 (quilt) +Package: golang-github-seccomp-libseccomp-golang +Binary: golang-github-seccomp-libseccomp-golang-dev +Architecture: all +Version: 0.10.0-3 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/seccomp/libseccomp-golang +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-seccomp-libseccomp-golang +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-seccomp-libseccomp-golang.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, libseccomp-dev, pkg-config +Package-List: + golang-github-seccomp-libseccomp-golang-dev deb golang optional arch=all +Directory: pool/fd13f55fd9daab8dab582defc009463b6c6e9b009869a4cefbb001daeaf9d399 +Checksums-Sha1: + 7e31bdb187a729c6d3333ca67afd61ff9c2db238 2439 golang-github-seccomp-libseccomp-golang_0.10.0-3.dsc + 4524b0cf96d4b523afc04f315749cde3165d4f57 29498 golang-github-seccomp-libseccomp-golang_0.10.0.orig.tar.gz + bbc527e467cd1f723a8c7ea639283ed504a7d499 4092 golang-github-seccomp-libseccomp-golang_0.10.0-3.debian.tar.xz +Checksums-Sha256: + fd13f55fd9daab8dab582defc009463b6c6e9b009869a4cefbb001daeaf9d399 2439 golang-github-seccomp-libseccomp-golang_0.10.0-3.dsc + de570f2c52e571561f54a8c4f65a6a3ffa1e2bdcac4a8ae5fcfdf63926f78f56 29498 golang-github-seccomp-libseccomp-golang_0.10.0.orig.tar.gz + dac77bb762cdb50b9e18b779ecd941a1089135e33a7a343896d710f1aad9f3b4 4092 golang-github-seccomp-libseccomp-golang_0.10.0-3.debian.tar.xz +Files: + 4a7629a68f42875b1fa2beca78ade22d 2439 golang-github-seccomp-libseccomp-golang_0.10.0-3.dsc + e8f665a8cef4a3914a72cefc8a27ffb1 29498 golang-github-seccomp-libseccomp-golang_0.10.0.orig.tar.gz + 1f131ba37e34e68a9e55c1f4f86e55e8 4092 golang-github-seccomp-libseccomp-golang_0.10.0-3.debian.tar.xz +Go-Import-Path: github.com/seccomp/libseccomp-golang + +Format: 3.0 (quilt) +Package: golang-github-shurcool-sanitized-anchor-name +Binary: golang-github-shurcool-sanitized-anchor-name-dev +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok , Tim Potter +Homepage: https://github.com/shurcooL/sanitized_anchor_name +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shurcool-sanitized-anchor-name +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shurcool-sanitized-anchor-name.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-shurcool-sanitized-anchor-name-dev deb devel optional arch=all +Directory: pool/1b175f935ef9bed54c8f435ff04bc6055ab5f053005f42412278845cf0d42156 +Checksums-Sha1: + a336176a608ae80c3ea547664b6c1b6e47fdad78 2458 golang-github-shurcool-sanitized-anchor-name_1.0.0-3.dsc + 3736867e2a8f1320f5f9da190a52c21f3a965791 2143 golang-github-shurcool-sanitized-anchor-name_1.0.0.orig.tar.gz + cabb9a9bfae46d07fc2cf17fea21ca5a9d245558 2932 golang-github-shurcool-sanitized-anchor-name_1.0.0-3.debian.tar.xz +Checksums-Sha256: + 1b175f935ef9bed54c8f435ff04bc6055ab5f053005f42412278845cf0d42156 2458 golang-github-shurcool-sanitized-anchor-name_1.0.0-3.dsc + 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f 2143 golang-github-shurcool-sanitized-anchor-name_1.0.0.orig.tar.gz + 732a0b1cf7769575abb11869b4e73f3d0b2519ebc06ca7e1c7e02bf5774575ab 2932 golang-github-shurcool-sanitized-anchor-name_1.0.0-3.debian.tar.xz +Files: + 7919f25a0b068bcdbea653539a70ca43 2458 golang-github-shurcool-sanitized-anchor-name_1.0.0-3.dsc + 5c50833a695e071280d9954609481c1c 2143 golang-github-shurcool-sanitized-anchor-name_1.0.0.orig.tar.gz + 5a969d399028d87edf096f28352a0883 2932 golang-github-shurcool-sanitized-anchor-name_1.0.0-3.debian.tar.xz +Go-Import-Path: github.com/shurcooL/sanitized_anchor_name + +Format: 3.0 (quilt) +Package: golang-github-spf13-pflag +Binary: golang-github-spf13-pflag-dev +Architecture: all +Version: 1.0.6~git20210604-d5e0c0615ace-1 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok , Dmitry Smirnov , Félix Sipma , Tim Potter , +Homepage: https://github.com/spf13/pflag +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spf13-pflag +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spf13-pflag.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-spf13-pflag-dev deb devel optional arch=all +Directory: pool/54210c3e329ea1a57d907e4d95ca3bc5b38e4f2b6c296d18582405a0a18fc0b3 +Checksums-Sha1: + 59e7c1077692eb2267120e5140535be000b29c61 2466 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.dsc + 4c601ce9c1d2ca6ba4faac952627903ae4039382 41960 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace.orig.tar.xz + ef63bcfb536994bcace5523fd217e4aa15afa90e 3760 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.debian.tar.xz +Checksums-Sha256: + 54210c3e329ea1a57d907e4d95ca3bc5b38e4f2b6c296d18582405a0a18fc0b3 2466 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.dsc + 9b21056481ebf33e78a80ae999a714abb29392a5995a515bc8fefd6d88b6b204 41960 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace.orig.tar.xz + 0901e5b40b834dd77a70ed123ac244cb63e881c418968a69faf5d29a54edb47b 3760 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.debian.tar.xz +Files: + 3d9d0f385ae536542b91357b3d2b57c4 2466 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.dsc + 7ba4ef1936878ee338dcbab4edf9b6f1 41960 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace.orig.tar.xz + 228e87aff75e2f78eeb02eb04b13a281 3760 golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.debian.tar.xz +Go-Import-Path: github.com/spf13/pflag + +Format: 3.0 (quilt) +Package: golang-github-stefanberger-go-pkcs11uri +Binary: golang-github-stefanberger-go-pkcs11uri-dev +Architecture: all +Version: 0.0~git20201008.78d3cae-2 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/stefanberger/go-pkcs11uri +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-stefanberger-go-pkcs11uri +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-stefanberger-go-pkcs11uri.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-stefanberger-go-pkcs11uri-dev deb golang optional arch=all +Directory: pool/b1a105be01e9d33f29225cc152786b251b593534138840dc173d8d527f8cf6bf +Checksums-Sha1: + 523a3a23cac784f9177a2b0418d4ec8ee31723bc 2697 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae-2.dsc + 55b1284d1ae96c4239e1dd2948cfc61dd2ad5abd 10604 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae.orig.tar.xz + 569ea4f161b2de086e78ef1ba30b232c505b5b43 2328 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae-2.debian.tar.xz +Checksums-Sha256: + b1a105be01e9d33f29225cc152786b251b593534138840dc173d8d527f8cf6bf 2697 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae-2.dsc + 3c1167aee5de4cb2be8f8cc53c53fafbad14fe0906eca06da819e1a96e3a71f9 10604 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae.orig.tar.xz + 5c3652cbba655e67830ee8367495a46e6eec893da1bd41d5f61d442779b993b8 2328 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae-2.debian.tar.xz +Files: + 86de1faa18c6b0cd3ac04292559f3c53 2697 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae-2.dsc + 71060eb6f02869bef82f32891d351e9f 10604 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae.orig.tar.xz + 1d34fd33dea7ea5c48c790e4f3d877d0 2328 golang-github-stefanberger-go-pkcs11uri_0.0~git20201008.78d3cae-2.debian.tar.xz +Dgit: f5eb87799f22f2168c0f1e8b9a052d0483e20ace debian archive/debian/0.0_git20201008.78d3cae-2 https://git.dgit.debian.org/golang-github-stefanberger-go-pkcs11uri +Go-Import-Path: github.com/stefanberger/go-pkcs11uri + +Format: 3.0 (quilt) +Package: golang-github-stoewer-go-strcase +Binary: golang-github-stoewer-go-strcase-dev +Architecture: all +Version: 1.2.0-4 +Maintainer: Debian Go Packaging Team +Uploaders: Peymaneh +Homepage: https://github.com/stoewer/go-strcase +Standards-Version: 4.6.1.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-stoewer-go-strcase +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-stoewer-go-strcase.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-stretchr-testify-dev +Package-List: + golang-github-stoewer-go-strcase-dev deb golang optional arch=all +Directory: pool/cc1a30d85c8e976d4572acd1ff0db6b5a2906700a8d3eb94730bf6fa94466976 +Checksums-Sha1: + 9a8b6e4c5b5efff08089c12be3eacaa42e21e71e 1710 golang-github-stoewer-go-strcase_1.2.0-4.dsc + d11476c97ae7bafb9e55aa269d11e990fc6d6b01 5286 golang-github-stoewer-go-strcase_1.2.0.orig.tar.gz + fdc30930d1a0ade5634abc603b9f89e7af22ebc3 2416 golang-github-stoewer-go-strcase_1.2.0-4.debian.tar.xz +Checksums-Sha256: + cc1a30d85c8e976d4572acd1ff0db6b5a2906700a8d3eb94730bf6fa94466976 1710 golang-github-stoewer-go-strcase_1.2.0-4.dsc + 5015a14dc191baa9f0b606e755534ddc45742b81f9f4be88bd4e65d92f29937d 5286 golang-github-stoewer-go-strcase_1.2.0.orig.tar.gz + f5f1de3086a896841b909fe534f90408818348d27ae8c509c3d902980bb969af 2416 golang-github-stoewer-go-strcase_1.2.0-4.debian.tar.xz +Files: + 287357e141a0ccd0ba066ec75e74a77e 1710 golang-github-stoewer-go-strcase_1.2.0-4.dsc + 8b5316d09526b05ec3a6add958289361 5286 golang-github-stoewer-go-strcase_1.2.0.orig.tar.gz + 287464101c7ffc3fbadbc292d3e3c385 2416 golang-github-stoewer-go-strcase_1.2.0-4.debian.tar.xz +Go-Import-Path: github.com/stoewer/go-strcase + +Format: 3.0 (quilt) +Package: golang-github-ugorji-go-codec +Binary: golang-github-ugorji-go-codec-dev, golang-github-ugorji-go-codec +Architecture: any all +Version: 1.2.8-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Anthony Fok , Dmitry Smirnov , +Homepage: https://github.com/ugorji/go +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ugorji-go-codec +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ugorji-go-codec.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-tools-dev, python3 +Package-List: + golang-github-ugorji-go-codec deb golang optional arch=any + golang-github-ugorji-go-codec-dev deb golang optional arch=all +Directory: pool/cb0f55d9d0b707174d17e34227411df1d645ed4e128e67a3cffa8e9a4262b366 +Checksums-Sha1: + a272515d816c1d999326ceac65d448039025f952 1822 golang-github-ugorji-go-codec_1.2.8-1.dsc + 6842ee6d24db4344b0e470b8f8683b324af2597c 365683 golang-github-ugorji-go-codec_1.2.8.orig.tar.gz + 526c0428395018f38cd1508e67bdf99963bd50f9 4244 golang-github-ugorji-go-codec_1.2.8-1.debian.tar.xz +Checksums-Sha256: + cb0f55d9d0b707174d17e34227411df1d645ed4e128e67a3cffa8e9a4262b366 1822 golang-github-ugorji-go-codec_1.2.8-1.dsc + a95b1ce976e5ffed7c7b95d228781d047f4c3ff7de40ac3d7940b65ead38f77a 365683 golang-github-ugorji-go-codec_1.2.8.orig.tar.gz + 439c6c524e64730a6f0eb7a7e5d96dd0c5a47f7df6c9220127470fcbb4aa59f1 4244 golang-github-ugorji-go-codec_1.2.8-1.debian.tar.xz +Files: + 768dad96403bd5c3dd183d24ae773b4a 1822 golang-github-ugorji-go-codec_1.2.8-1.dsc + ff189e893d92e0d9b79c08bf644d9dba 365683 golang-github-ugorji-go-codec_1.2.8.orig.tar.gz + 0feb49a040b54b3ed17f0ac5b9442fbb 4244 golang-github-ugorji-go-codec_1.2.8-1.debian.tar.xz +Go-Import-Path: github.com/ugorji/go + +Format: 3.0 (quilt) +Package: golang-github-urfave-cli +Binary: golang-github-urfave-cli-dev +Architecture: all +Version: 1.22.14-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , +Homepage: https://github.com/urfave/cli +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-urfave-cli +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-urfave-cli.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.1~), golang-github-stretchr-testify-dev +Package-List: + golang-github-urfave-cli-dev deb golang optional arch=all +Directory: pool/87e0bb2d7692d4bf0eb69cc16625faf0e41278653c45891a34f279bbafffaf0e +Checksums-Sha1: + 7fb53267c4384bd71a55aa9e0c630b2f991ff4e8 2455 golang-github-urfave-cli_1.22.14-1.dsc + c433c34b3215e5d5025f01fe83bf8815851a2b88 66292 golang-github-urfave-cli_1.22.14.orig.tar.xz + b4ce7aec38e6aaf6854ded3b6d64004480e14bb5 3936 golang-github-urfave-cli_1.22.14-1.debian.tar.xz +Checksums-Sha256: + 87e0bb2d7692d4bf0eb69cc16625faf0e41278653c45891a34f279bbafffaf0e 2455 golang-github-urfave-cli_1.22.14-1.dsc + a4e95cf016b2c6f6563a21db0f741596e2a8f01163d06fa2dbbd3391b79ca1eb 66292 golang-github-urfave-cli_1.22.14.orig.tar.xz + 5e083c66fc124046a73c61ea9642e18b821a55321d4bf6d46e0e289e6aea0e0d 3936 golang-github-urfave-cli_1.22.14-1.debian.tar.xz +Files: + 222e8fe5afabae513c1a8b8c45d715f5 2455 golang-github-urfave-cli_1.22.14-1.dsc + b2f3ecbe6e5c17ec73de98521feaaf05 66292 golang-github-urfave-cli_1.22.14.orig.tar.xz + cff56b1b889776891fdb12fd44590d04 3936 golang-github-urfave-cli_1.22.14-1.debian.tar.xz +Dgit: 199ddddb2bc9ea78fb04fddd2eca81661b6d4a28 debian archive/debian/1.22.14-1 https://git.dgit.debian.org/golang-github-urfave-cli +Go-Import-Path: github.com/urfave/cli + +Format: 3.0 (quilt) +Package: golang-github-vishvananda-netlink +Binary: golang-github-vishvananda-netlink-dev +Architecture: all +Version: 1.1.0.125.gf243826-4 +Maintainer: Debian Go Packaging Team +Uploaders: Tianon Gravi , Tim Potter , Dmitry Smirnov +Homepage: https://github.com/vishvananda/netlink +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vishvananda-netlink +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vishvananda-netlink.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-vishvananda-netns-dev, golang-golang-x-sys-dev +Package-List: + golang-github-vishvananda-netlink-dev deb golang optional arch=all +Directory: pool/38aa88575336fcc3e4baf70355f1710ef08e35e7749c3197986d455dc4376eb6 +Checksums-Sha1: + cf5bbce1d7dc458bdb85e237905e4d5c57a0920e 1934 golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.dsc + bf1771c17ae93dea8e161c9845239e9746eb88c1 147772 golang-github-vishvananda-netlink_1.1.0.125.gf243826.orig.tar.xz + d804770ed6e950aa14211fd22be0e900296c7370 3856 golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.debian.tar.xz +Checksums-Sha256: + 38aa88575336fcc3e4baf70355f1710ef08e35e7749c3197986d455dc4376eb6 1934 golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.dsc + 03f0fc0a4a687b673f114b88d66316f0582ff4b0c4f1c7b1a00fbf4d5cc31f9f 147772 golang-github-vishvananda-netlink_1.1.0.125.gf243826.orig.tar.xz + 60620b440cccd9a393fc610671c4fd0a0413aef16b3805f89ac9182813608f91 3856 golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.debian.tar.xz +Files: + 1617fb767836878c978f82a9d4b37003 1934 golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.dsc + 03a65047753841082545294753d46e14 147772 golang-github-vishvananda-netlink_1.1.0.125.gf243826.orig.tar.xz + 41e3743e18123b114bbcd7f805a1e6b8 3856 golang-github-vishvananda-netlink_1.1.0.125.gf243826-4.debian.tar.xz +Go-Import-Path: github.com/vishvananda/netlink + +Format: 3.0 (quilt) +Package: golang-github-vishvananda-netns +Binary: golang-github-vishvananda-netns-dev +Architecture: all +Version: 0.0~git20211101.5004558-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tianon Gravi , Tim Potter , +Homepage: https://github.com/vishvananda/netns +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vishvananda-netns +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vishvananda-netns.git +Testsuite: autopkgtest +Testsuite-Triggers: golang +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-sys-dev +Package-List: + golang-github-vishvananda-netns-dev deb golang optional arch=all +Directory: pool/f0921649f6929ed1999bb251cc937fa3f5b217f4cdc368681c664cbbdae336d2 +Checksums-Sha1: + d412b681186ee36516d3ef1797ed8952e1f2a4ab 1884 golang-github-vishvananda-netns_0.0~git20211101.5004558-1.dsc + eddf0ffd635da8ca056c2e059ee68d25744697e0 8260 golang-github-vishvananda-netns_0.0~git20211101.5004558.orig.tar.xz + 267e22312b0a08d97da3f248581a2d386759b201 2608 golang-github-vishvananda-netns_0.0~git20211101.5004558-1.debian.tar.xz +Checksums-Sha256: + f0921649f6929ed1999bb251cc937fa3f5b217f4cdc368681c664cbbdae336d2 1884 golang-github-vishvananda-netns_0.0~git20211101.5004558-1.dsc + 9a880ed3b5c2c499dc2922442f04c0a86e599a4852815c338335767e4658ea51 8260 golang-github-vishvananda-netns_0.0~git20211101.5004558.orig.tar.xz + e52c0c2ac4043621c109872e027eb4e6ee13fa235182abc549ef68c3f43ddd84 2608 golang-github-vishvananda-netns_0.0~git20211101.5004558-1.debian.tar.xz +Files: + e00d51cf1e08300767462b208f69c427 1884 golang-github-vishvananda-netns_0.0~git20211101.5004558-1.dsc + 6af87125cef29290d74de32a75588ac2 8260 golang-github-vishvananda-netns_0.0~git20211101.5004558.orig.tar.xz + 5b2117b8f44dcae7622f4d90bad6e01c 2608 golang-github-vishvananda-netns_0.0~git20211101.5004558-1.debian.tar.xz +Go-Import-Path: github.com/vishvananda/netns + +Format: 3.0 (quilt) +Package: golang-github-xeipuuv-gojsonpointer +Binary: golang-github-xeipuuv-gojsonpointer-dev +Architecture: all +Version: 0.0~git20190905.02993c4-3 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/xeipuuv/gojsonpointer +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonpointer +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonpointer.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-xeipuuv-gojsonpointer-dev deb devel optional arch=all +Directory: pool/6e1d3a51902dbfc6ded9bb1a72b55d4ef224bd62bf166aeefac32fb415f2f5d8 +Checksums-Sha1: + 5abb307575132f1363ddc516cc6baf3bcb7ab6fb 2474 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4-3.dsc + bd8c49708cafc6e55786a1ebac6e6129b2858bc6 7324 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4.orig.tar.xz + cd432aa107e298fd8d86d431f79e646099cec9a2 2212 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4-3.debian.tar.xz +Checksums-Sha256: + 6e1d3a51902dbfc6ded9bb1a72b55d4ef224bd62bf166aeefac32fb415f2f5d8 2474 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4-3.dsc + 0f046e05dc8c1d298ad7c032135dff9fccb956d390e1af3212d04b9539e262d8 7324 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4.orig.tar.xz + 69fb3c15805943c78fe2a138f51dc125567a586d0d03c20d1b01d1a7c349a08f 2212 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4-3.debian.tar.xz +Files: + eac615ad8fe7f7e103443b978f5548ca 2474 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4-3.dsc + c07b96ec4337f449d175c7c640dccebb 7324 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4.orig.tar.xz + 894b6c9e64754ce87ee01308f6405fec 2212 golang-github-xeipuuv-gojsonpointer_0.0~git20190905.02993c4-3.debian.tar.xz +Go-Import-Path: github.com/xeipuuv/gojsonpointer + +Format: 3.0 (quilt) +Package: golang-github-xeipuuv-gojsonreference +Binary: golang-github-xeipuuv-gojsonreference-dev +Architecture: all +Version: 0.0~git20180127.bd5ef7b-3 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter +Homepage: https://github.com/xeipuuv/gojsonreference +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonreference +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonreference.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-github-xeipuuv-gojsonpointer-dev +Package-List: + golang-github-xeipuuv-gojsonreference-dev deb devel optional arch=all +Directory: pool/597e9815250af89062dad8561bc8b02160d01aa78bec4abec578dc90ba8cba6f +Checksums-Sha1: + 6f21073c3cc2d70caa54b79cdd4751ee14ad1c48 2540 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b-3.dsc + fc58954b23bf635a76321ad00f855bbcb201afff 6620 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b.orig.tar.xz + 59c3826a2f140d3b7bd0ab41f58123504bd6f339 2200 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b-3.debian.tar.xz +Checksums-Sha256: + 597e9815250af89062dad8561bc8b02160d01aa78bec4abec578dc90ba8cba6f 2540 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b-3.dsc + 7ccf57c5a21e2f649edb8ff5a2ccd377554a133688ee3a947b6cbcb093a0532e 6620 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b.orig.tar.xz + e37d3f22ed3adb6b6ae149b6f0f5ddd3d7f3814cfa32986ceba1cf49348dc8d2 2200 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b-3.debian.tar.xz +Files: + 356772fca0bfe804dd4d50d78931dd28 2540 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b-3.dsc + e4ae24181167072b0385843e4b90e822 6620 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b.orig.tar.xz + 33a61bb8f5ae0a15c8d52e28923e25d6 2200 golang-github-xeipuuv-gojsonreference_0.0~git20180127.bd5ef7b-3.debian.tar.xz +Go-Import-Path: github.com/xeipuuv/gojsonreference + +Format: 3.0 (quilt) +Package: golang-github-xeipuuv-gojsonschema +Binary: golang-github-xeipuuv-gojsonschema-dev +Architecture: all +Version: 1.2.0-3 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Tim Potter , Stephen Gelman , +Homepage: https://github.com/xeipuuv/gojsonschema +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonschema +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonschema.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-stretchr-testify-dev, golang-github-xeipuuv-gojsonreference-dev +Package-List: + golang-github-xeipuuv-gojsonschema-dev deb golang optional arch=all +Directory: pool/f4e3e92e2b96d271a57ab72f16e6b8989a57ead427a204c419ec9dd040ca2cc4 +Checksums-Sha1: + f119788a1f9a0b50966b524f9b84b082bfbda0a1 2479 golang-github-xeipuuv-gojsonschema_1.2.0-3.dsc + 0117a19c0f9e89edc9c198afec83a2d29129bbcb 73602 golang-github-xeipuuv-gojsonschema_1.2.0.orig.tar.gz + 0787d6495f2826490c87804a920fec9d2fce8657 3704 golang-github-xeipuuv-gojsonschema_1.2.0-3.debian.tar.xz +Checksums-Sha256: + f4e3e92e2b96d271a57ab72f16e6b8989a57ead427a204c419ec9dd040ca2cc4 2479 golang-github-xeipuuv-gojsonschema_1.2.0-3.dsc + ad47429e26a7078df155bffe2d3ff2e967fb0d6be185b5ffe995d6731916bcf7 73602 golang-github-xeipuuv-gojsonschema_1.2.0.orig.tar.gz + c365e54e5a0c9472a407daaa220a8cab2d41f96a380567a1c651f0629013da82 3704 golang-github-xeipuuv-gojsonschema_1.2.0-3.debian.tar.xz +Files: + 6942a649d7cd3cb9b51640ffa6131d6c 2479 golang-github-xeipuuv-gojsonschema_1.2.0-3.dsc + f456dade04d0797a25bb6f2decca5769 73602 golang-github-xeipuuv-gojsonschema_1.2.0.orig.tar.gz + acd477ab65f8c2b52bf857dfe92de76e 3704 golang-github-xeipuuv-gojsonschema_1.2.0-3.debian.tar.xz +Go-Import-Path: github.com/xeipuuv/gojsonschema + +Format: 3.0 (quilt) +Package: golang-github-yuin-goldmark +Binary: golang-github-yuin-goldmark-dev +Architecture: all +Version: 1.7.4-1 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/yuin/goldmark +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yuin-goldmark +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yuin-goldmark.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang +Build-Depends-Indep: golang-any (>= 2:1.19~) +Package-List: + golang-github-yuin-goldmark-dev deb golang optional arch=all +Directory: pool/4c0739aed0db3818a8aba802709827dc20a4a06a355acdf216db2099e1e59a0c +Checksums-Sha1: + e757c1f7dcea966500a0eb2c4bc2bc3ccdc862ff 2284 golang-github-yuin-goldmark_1.7.4-1.dsc + c99911da039a98854d740b9ca96cba5e5ad0b816 252411 golang-github-yuin-goldmark_1.7.4.orig.tar.gz + a608245bf4df837256113fa813e6d6d146af13f7 3848 golang-github-yuin-goldmark_1.7.4-1.debian.tar.xz +Checksums-Sha256: + 4c0739aed0db3818a8aba802709827dc20a4a06a355acdf216db2099e1e59a0c 2284 golang-github-yuin-goldmark_1.7.4-1.dsc + 8e44cccc7fd44ee8f7c35c127e9cd592529be74ae8c8570e64b6f1560affcf95 252411 golang-github-yuin-goldmark_1.7.4.orig.tar.gz + ae4986b5e61fcb13f1fa08e20f1052fd60a3614ba4b58a9e62f4b05beda6f7dd 3848 golang-github-yuin-goldmark_1.7.4-1.debian.tar.xz +Files: + 253f196b56a98184102e258f13eea01e 2284 golang-github-yuin-goldmark_1.7.4-1.dsc + fdf8db7bcdd78e63420d77e829bc1f7d 252411 golang-github-yuin-goldmark_1.7.4.orig.tar.gz + e066c8ed5efdac87ce205c2a4e2fab4c 3848 golang-github-yuin-goldmark_1.7.4-1.debian.tar.xz +Go-Import-Path: github.com/yuin/goldmark + +Format: 3.0 (quilt) +Package: golang-glog +Binary: golang-glog-dev +Architecture: all +Version: 1.2.2-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Tim Potter , Anthony Fok , +Homepage: https://github.com/golang/glog +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-glog +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-glog.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-google-go-cmp-dev +Package-List: + golang-glog-dev deb golang optional arch=all +Directory: pool/0d3cc881b204f75cb9ebc72402b0d3fc3f62ed5fa7ad73bcd9658ad1bf0778de +Checksums-Sha1: + a3024b5306f0f40ceadfed132a57718ca4ff26c3 2130 golang-glog_1.2.2-1.dsc + 8862ae2f93a194ddd939eb8486527763dd4f07ff 36761 golang-glog_1.2.2.orig.tar.gz + 11b353085634607bf137c6f7465ed170218c66e4 2812 golang-glog_1.2.2-1.debian.tar.xz +Checksums-Sha256: + 0d3cc881b204f75cb9ebc72402b0d3fc3f62ed5fa7ad73bcd9658ad1bf0778de 2130 golang-glog_1.2.2-1.dsc + 21551ff2ec64d908aadb95b3d49fc2e0eab2575c0913f2143b7b4751c296749a 36761 golang-glog_1.2.2.orig.tar.gz + 0679e566cfe9680cb1ddf2c0d8d1ed37db51d9afc9cc4cf7aca648b21eefb4c6 2812 golang-glog_1.2.2-1.debian.tar.xz +Files: + b88b1437c3ce52dca7bd9e3d9b29be57 2130 golang-glog_1.2.2-1.dsc + 0c28b99936dfa200e1752d526b856f8b 36761 golang-glog_1.2.2.orig.tar.gz + d9c90d159c0f9ab608322feb40665652 2812 golang-glog_1.2.2-1.debian.tar.xz +Go-Import-Path: github.com/golang/glog + +Format: 3.0 (quilt) +Package: golang-go-patricia +Binary: golang-github-tchap-go-patricia-dev +Architecture: all +Version: 2.3.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter +Homepage: https://github.com/tchap/go-patricia +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go-patricia +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go-patricia.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-tchap-go-patricia-dev deb golang optional arch=all +Directory: pool/e2174ce6c70464992d9ab62c3f058ee09aaad8114d6d456030e951d25fcb56ea +Checksums-Sha1: + e27a7ad922bb2fb0f0b973062df5494a682ec29c 1564 golang-go-patricia_2.3.1-1.dsc + 49c4b70d55050007506259d00b68052882b12421 12366 golang-go-patricia_2.3.1.orig.tar.gz + b8c6633cd6a65370de64ba6b72bd4ba308103120 2940 golang-go-patricia_2.3.1-1.debian.tar.xz +Checksums-Sha256: + e2174ce6c70464992d9ab62c3f058ee09aaad8114d6d456030e951d25fcb56ea 1564 golang-go-patricia_2.3.1-1.dsc + 16441d571cc2e8f24beba43e7f63497cc6ccb6f6776cb92b6c4cb6be29190107 12366 golang-go-patricia_2.3.1.orig.tar.gz + 8a9ffd5e4d325fd2747a011dd572794690035ce57d8ada10db024aa209b889b2 2940 golang-go-patricia_2.3.1-1.debian.tar.xz +Files: + def306c04e00b07c18c378e34b320237 1564 golang-go-patricia_2.3.1-1.dsc + 6286bda00c554c10459ac55a08147681 12366 golang-go-patricia_2.3.1.orig.tar.gz + 6ca62312b0a608281530b0342d149fae 2940 golang-go-patricia_2.3.1-1.debian.tar.xz +Go-Import-Path: github.com/tchap/go-patricia + +Format: 3.0 (quilt) +Package: golang-go.crypto +Binary: golang-golang-x-crypto-dev +Architecture: all +Version: 1:0.25.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Michael Stapelberg , Anthony Fok , Michael Hudson-Doyle +Homepage: https://golang.org/x/crypto +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go.crypto +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go.crypto.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.20~), golang-golang-x-sys-dev (>= 0.22.0), golang-golang-x-term-dev (>= 0.22.0), golang-golang-x-text-dev (>= 0.16.0), openssh-server +Package-List: + golang-golang-x-crypto-dev deb golang optional arch=all +Directory: pool/01dcf18492e6c7ce80e3df48794a15a80aeb6a0d0f0a54615d9ac3585373f85f +Checksums-Sha1: + a6ddc67f1d49430ce0fa9961f964daf28aab1a69 2377 golang-go.crypto_0.25.0-1.dsc + 07b2e8e574f40f01862ee4f49580540d48e5faef 1587144 golang-go.crypto_0.25.0.orig.tar.xz + 577d3cb4a887e6496587bad14a91f70e1736e2c6 92576 golang-go.crypto_0.25.0-1.debian.tar.xz +Checksums-Sha256: + 01dcf18492e6c7ce80e3df48794a15a80aeb6a0d0f0a54615d9ac3585373f85f 2377 golang-go.crypto_0.25.0-1.dsc + b5dbc39a0b28b52e196da9a4531e81442687a9089573b99cfa9ac4a940cf3486 1587144 golang-go.crypto_0.25.0.orig.tar.xz + 068a83e430cd23117b099bd3ebbd287857040058a46f6735b590a17ddfb22ba6 92576 golang-go.crypto_0.25.0-1.debian.tar.xz +Files: + 72ce86b0ce073ab56e226b260bbd9a4b 2377 golang-go.crypto_0.25.0-1.dsc + b28f45de08e8c0c889f34289d09b8db4 1587144 golang-go.crypto_0.25.0.orig.tar.xz + a249c69fc02aa40e57ce9cc03841ce90 92576 golang-go.crypto_0.25.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/crypto + +Format: 3.0 (quilt) +Package: golang-go.opencensus +Binary: golang-go.opencensus-dev +Architecture: all +Version: 0.24.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Stephen Gelman , Anthony Fok +Homepage: https://github.com/census-instrumentation/opencensus-go +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-go.opencensus +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-go.opencensus.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-google-go-cmp-dev (>= 0.5.3), golang-github-golang-groupcache-dev, golang-github-stretchr-testify-dev (>= 1.8.1), golang-golang-x-net-dev, golang-google-grpc-dev (>= 1.33.2), golang-github-golang-protobuf-1-5-dev +Package-List: + golang-go.opencensus-dev deb golang optional arch=all +Directory: pool/4e59fc092294b835fa53d380738b4f1888fae0482677c929e9c9c4660d2e98be +Checksums-Sha1: + d14cb91d8d47caf1021a3c8c73e4c1ccbff7f349 2451 golang-go.opencensus_0.24.0-2.dsc + 64f0dbcdbc7a92e20f24f3e8667fbfb35b770dd1 176752 golang-go.opencensus_0.24.0.orig.tar.gz + 6fbff69a7c9ba335a1305f61245849cdb60f25a8 4060 golang-go.opencensus_0.24.0-2.debian.tar.xz +Checksums-Sha256: + 4e59fc092294b835fa53d380738b4f1888fae0482677c929e9c9c4660d2e98be 2451 golang-go.opencensus_0.24.0-2.dsc + 048708914541817193330ce052026deb0c617c9d953ac15ae601ab2bde5788d1 176752 golang-go.opencensus_0.24.0.orig.tar.gz + 5336dcf09ed74323922b18d58460175219b2ef6a1be568098943cb85d50fab1f 4060 golang-go.opencensus_0.24.0-2.debian.tar.xz +Files: + a19c501e86b885c2495125b13464ba4e 2451 golang-go.opencensus_0.24.0-2.dsc + 3a4649cb9f910e5167d8b2bfa651567a 176752 golang-go.opencensus_0.24.0.orig.tar.gz + 6773ea2e0d3c4ac4efffbceefcd2a315 4060 golang-go.opencensus_0.24.0-2.debian.tar.xz +Go-Import-Path: go.opencensus.io + +Format: 3.0 (quilt) +Package: golang-gocapability-dev +Binary: golang-gocapability-dev +Architecture: all +Version: 0.0+git20200815.42c35b4-2 +Maintainer: Debian Go Packaging Team +Uploaders: Johan Euphrosine , Tim Potter , Dmitry Smirnov , +Homepage: https://github.com/syndtr/gocapability +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gocapability-dev +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gocapability-dev.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-gocapability-dev deb devel optional arch=all +Directory: pool/241cb649608592a3a06f5baaeeb34e4695dc9c088eff2a20e74fd5c7d7f8d747 +Checksums-Sha1: + 30c90ecdf90eb80b1fca4f8e3fe2f9e5f94a3042 2371 golang-gocapability-dev_0.0+git20200815.42c35b4-2.dsc + 66122821096455e5dc4d39c85740c1a6b61ea818 10048 golang-gocapability-dev_0.0+git20200815.42c35b4.orig.tar.xz + 4ce763263ab8e68d137cc1ff627d9e1adc128c3a 3048 golang-gocapability-dev_0.0+git20200815.42c35b4-2.debian.tar.xz +Checksums-Sha256: + 241cb649608592a3a06f5baaeeb34e4695dc9c088eff2a20e74fd5c7d7f8d747 2371 golang-gocapability-dev_0.0+git20200815.42c35b4-2.dsc + c15c3e82034d2196ac96287486c147dfa7f0fefcb667bb7d7db521868ab9ef80 10048 golang-gocapability-dev_0.0+git20200815.42c35b4.orig.tar.xz + 84ad7b3caf704f01de2fbd1b63068e2f05373f8dfc0670a234279201d2a1c740 3048 golang-gocapability-dev_0.0+git20200815.42c35b4-2.debian.tar.xz +Files: + 969c1078841abdd715d38b465e2d277e 2371 golang-gocapability-dev_0.0+git20200815.42c35b4-2.dsc + 8b7e6e82ea42247e90461194ca480f72 10048 golang-gocapability-dev_0.0+git20200815.42c35b4.orig.tar.xz + 5ae400c3f8d6a57b371e35a91e81bebf 3048 golang-gocapability-dev_0.0+git20200815.42c35b4-2.debian.tar.xz +Go-Import-Path: github.com/syndtr/gocapability + +Format: 3.0 (quilt) +Package: golang-gogoprotobuf +Binary: golang-gogoprotobuf-dev, golang-github-gogo-protobuf-dev, gogoprotobuf +Architecture: any all +Version: 1.3.2-3 +Maintainer: Debian Go Packaging Team +Uploaders: Jelmer Vernooij , Martina Ferrari , Tim Potter , Dmitry Smirnov , +Homepage: https://github.com/gogo/protobuf +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gogoprotobuf +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gogoprotobuf.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, protobuf-compiler +Package-List: + gogoprotobuf deb golang optional arch=any + golang-github-gogo-protobuf-dev deb golang optional arch=all + golang-gogoprotobuf-dev deb oldlibs optional arch=all +Directory: pool/ab6e3ae8764b3cea0ba7f3d14eb2279886c70845557aa987451e20a942c51486 +Checksums-Sha1: + 22d8b269cb17e5c5887632365679076f6c546de7 1835 golang-gogoprotobuf_1.3.2-3.dsc + e3659ffa1ea05228f34faeca7a3afe8be2076ad6 2040385 golang-gogoprotobuf_1.3.2.orig.tar.gz + c0321654442c3d61a5573ea147e06dd249c656e1 6636 golang-gogoprotobuf_1.3.2-3.debian.tar.xz +Checksums-Sha256: + ab6e3ae8764b3cea0ba7f3d14eb2279886c70845557aa987451e20a942c51486 1835 golang-gogoprotobuf_1.3.2-3.dsc + aa12994736807684775842155c357d1a1fdd3b41c7e7f45120f6f10b7dfd285c 2040385 golang-gogoprotobuf_1.3.2.orig.tar.gz + 5ce469c3a107db43337070af46689d00a9e7a429f8b37bd86de0ad083d34cadc 6636 golang-gogoprotobuf_1.3.2-3.debian.tar.xz +Files: + b34d7004ff21bb619d96d375bdb3843a 1835 golang-gogoprotobuf_1.3.2-3.dsc + 68c25e3c4066833b197a3e850a00b8ac 2040385 golang-gogoprotobuf_1.3.2.orig.tar.gz + 86f4a45100347939007f6d0510b2d470 6636 golang-gogoprotobuf_1.3.2-3.debian.tar.xz +Go-Import-Path: github.com/gogo/protobuf + +Format: 3.0 (quilt) +Package: golang-gogottrpc +Binary: golang-github-containerd-ttrpc-dev +Architecture: all +Version: 1.2.4-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , +Homepage: https://github.com/containerd/ttrpc +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gogottrpc +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gogottrpc.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-github-prometheus-procfs-dev +Package-List: + golang-github-containerd-ttrpc-dev deb golang optional arch=all +Directory: pool/033a264985f5ea25851ce14e253bbaf211f3dbf447d7059892d620440298df7b +Checksums-Sha1: + e772fc6934a392e39efffcfd592feeb57aed8091 2511 golang-gogottrpc_1.2.4-2.dsc + fefdaa51d10607d31b3b2ab15ec9dfb8a9c2e1f4 52501 golang-gogottrpc_1.2.4.orig.tar.gz + ee7f7734871a3e80cac7f9f15870e91398b69632 3696 golang-gogottrpc_1.2.4-2.debian.tar.xz +Checksums-Sha256: + 033a264985f5ea25851ce14e253bbaf211f3dbf447d7059892d620440298df7b 2511 golang-gogottrpc_1.2.4-2.dsc + 67776206e1f99ad97ea0ea1d1b263b11e2b9b04092b09c4d8081afaabe921e02 52501 golang-gogottrpc_1.2.4.orig.tar.gz + c789929a51427d54a369e9dd2821d39e9d4979881adf9e52f2f0e374a85e3462 3696 golang-gogottrpc_1.2.4-2.debian.tar.xz +Files: + bc9fc89e87cdba03889463194e854706 2511 golang-gogottrpc_1.2.4-2.dsc + 007114f8fd0e55eddfcadd565f5ece34 52501 golang-gogottrpc_1.2.4.orig.tar.gz + e7156d9b1b4302d44ebce123fb0a812c 3696 golang-gogottrpc_1.2.4-2.debian.tar.xz +Dgit: 3811a0a5fdee50d939d77a9bfeaf5906ebba1e0a debian archive/debian/1.2.4-2 https://git.dgit.debian.org/golang-gogottrpc +Go-Import-Path: github.com/containerd/ttrpc, + github.com/stevvooe/ttrpc, + +Format: 3.0 (quilt) +Package: golang-golang-x-exp +Binary: golang-golang-x-exp-dev, ebnflint +Architecture: any all +Version: 0.0~git20231006.7918f67-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , Anthony Fok , +Homepage: https://golang.org/x/exp +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-exp +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-exp.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.19~) +Package-List: + ebnflint deb golang optional arch=any + golang-golang-x-exp-dev deb golang optional arch=all +Directory: pool/cfdc9e81cddfd052d9f9098c7e55ebfd1e6a17fa65471836aa7b63bc97329870 +Checksums-Sha1: + 3e8a578766b59959dff55f8cc76849a18fffbb99 2370 golang-golang-x-exp_0.0~git20231006.7918f67-1.dsc + a6be9501a4df38b2a7b179b1c55ae9f4246f0b70 1419968 golang-golang-x-exp_0.0~git20231006.7918f67.orig.tar.xz + 27d43d3b203a7015a275dfd83710911872d0490b 4324 golang-golang-x-exp_0.0~git20231006.7918f67-1.debian.tar.xz +Checksums-Sha256: + cfdc9e81cddfd052d9f9098c7e55ebfd1e6a17fa65471836aa7b63bc97329870 2370 golang-golang-x-exp_0.0~git20231006.7918f67-1.dsc + 098c2cba87f935a8b200c73c8cb51bab46c9852f8fe3617fc906d380c2bd882f 1419968 golang-golang-x-exp_0.0~git20231006.7918f67.orig.tar.xz + 37f1f1c81329dcdcf0d20639ca977aea939eeaee40a3525328000c8ff5339acd 4324 golang-golang-x-exp_0.0~git20231006.7918f67-1.debian.tar.xz +Files: + 9c9df544b968996287d6524ec733a9de 2370 golang-golang-x-exp_0.0~git20231006.7918f67-1.dsc + acfd9dbfe02e6922fc7ceb38f61fff10 1419968 golang-golang-x-exp_0.0~git20231006.7918f67.orig.tar.xz + 8fcac4bd3001ed447b8ee0e3ad3ef88d 4324 golang-golang-x-exp_0.0~git20231006.7918f67-1.debian.tar.xz +Go-Import-Path: golang.org/x/exp + +Format: 3.0 (quilt) +Package: golang-golang-x-mod +Binary: golang-golang-x-mod-dev +Architecture: all +Version: 0.19.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/golang/mod +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-mod +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-mod.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~) +Package-List: + golang-golang-x-mod-dev deb golang optional arch=all +Directory: pool/23b5effa7a3a451a877fc8e272c4089661817c262cecc593d810db9c1954d33e +Checksums-Sha1: + 7adec3315e5b6c1dfacfd0edf9773c485a9886bc 2172 golang-golang-x-mod_0.19.0-1.dsc + 0c5713330c5000909b507cd56c9357dfb3734037 123341 golang-golang-x-mod_0.19.0.orig.tar.gz + da7ae31b394c6afce0366a82858ba6905d2b720b 3492 golang-golang-x-mod_0.19.0-1.debian.tar.xz +Checksums-Sha256: + 23b5effa7a3a451a877fc8e272c4089661817c262cecc593d810db9c1954d33e 2172 golang-golang-x-mod_0.19.0-1.dsc + ddd9041c3fc71e7b22967e9cf4766dd8bea8fa00f565753a9b0374334163c505 123341 golang-golang-x-mod_0.19.0.orig.tar.gz + 648b03d880cccba984aedb52f0ed3aa9754a1dba57f1fb113a0f50b862dd92d4 3492 golang-golang-x-mod_0.19.0-1.debian.tar.xz +Files: + c4d2e3cc482f6a3f40a82b0d7725ae46 2172 golang-golang-x-mod_0.19.0-1.dsc + bd421cd21e515f7a415a2db43b45c092 123341 golang-golang-x-mod_0.19.0.orig.tar.gz + 0a5e90691e1a84e0faa44cc129d74246 3492 golang-golang-x-mod_0.19.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/mod + +Format: 3.0 (quilt) +Package: golang-golang-x-net +Binary: golang-golang-x-net-dev +Architecture: all +Version: 1:0.27.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , Michael Stapelberg , Tim Potter , Anthony Fok +Homepage: https://golang.org/x/net +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-net +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-net.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~), golang-golang-x-crypto-dev (>= 0.25.0), golang-golang-x-sys-dev (>= 0.22.0), golang-golang-x-term-dev (>= 0.22.0), golang-golang-x-text-dev (>= 0.16.0), publicsuffix (>= 20230804.1533) +Package-List: + golang-golang-x-net-dev deb golang optional arch=all +Directory: pool/77223406ecd2975f1b4cefb1cf04d33035878ea933cbd54661c4da2f47d7c371 +Checksums-Sha1: + 5ea4b60b8562b8b6d9ad5561b04ea07c3109c2f8 2466 golang-golang-x-net_0.27.0-1.dsc + 916fbf7e564278940da79ad32c72c7db36bed6fb 877400 golang-golang-x-net_0.27.0.orig.tar.xz + 2550c6cf16b96e01b933779ff22d0933251a8b2c 15852 golang-golang-x-net_0.27.0-1.debian.tar.xz +Checksums-Sha256: + 77223406ecd2975f1b4cefb1cf04d33035878ea933cbd54661c4da2f47d7c371 2466 golang-golang-x-net_0.27.0-1.dsc + 8c1c0496a129cdf31a81fc982188b5740e0f94a8740f90f814a0b7031c7e81f0 877400 golang-golang-x-net_0.27.0.orig.tar.xz + 94bf504d87d73854f1295056f2706afe10928d3f0cdd473fd98f03d06b120a65 15852 golang-golang-x-net_0.27.0-1.debian.tar.xz +Files: + 39682be9c86433a06d6bcff39cfc9927 2466 golang-golang-x-net_0.27.0-1.dsc + 998c0f25accaf851a1e287fef2b5a834 877400 golang-golang-x-net_0.27.0.orig.tar.xz + 01a4a39117fec8eabd7bfcbbb42c0ab6 15852 golang-golang-x-net_0.27.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/net + +Format: 3.0 (quilt) +Package: golang-golang-x-oauth2 +Binary: golang-golang-x-oauth2-dev, golang-golang-x-oauth2-google-dev +Architecture: all +Version: 0.15.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Michael Stapelberg , Tim Potter , Anthony Fok +Homepage: https://golang.org/x/oauth2 +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-oauth2 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-oauth2.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~), golang-github-google-go-cmp-dev (>= 0.5.9) +Package-List: + golang-golang-x-oauth2-dev deb golang optional arch=all + golang-golang-x-oauth2-google-dev deb golang optional arch=all +Directory: pool/ef5bba90ddbf20da5457e315e86b47c7a3e95b4048d1f6a0e325cd43ae193ba8 +Checksums-Sha1: + 0229ffda1b60709b0948a0250000416732d7334b 2452 golang-golang-x-oauth2_0.15.0-1.dsc + 89513f374ca2be7450bdedb515ca132a2a75c032 74192 golang-golang-x-oauth2_0.15.0.orig.tar.xz + 7c9c5f4bc23238a582f222aacb101b7afc8ef3ed 4488 golang-golang-x-oauth2_0.15.0-1.debian.tar.xz +Checksums-Sha256: + ef5bba90ddbf20da5457e315e86b47c7a3e95b4048d1f6a0e325cd43ae193ba8 2452 golang-golang-x-oauth2_0.15.0-1.dsc + 4fa90f99be339725a53c2e850b1e4967e43af21d8fc7f1588ef19c4bd12799f2 74192 golang-golang-x-oauth2_0.15.0.orig.tar.xz + e8be95690d6daed34aa0b0fdfbc9cacf86e897efce1f6feae9de5b773502b688 4488 golang-golang-x-oauth2_0.15.0-1.debian.tar.xz +Files: + 42f73f8aa87038230660b33e149ba5b0 2452 golang-golang-x-oauth2_0.15.0-1.dsc + a41a7eca61205bf961304c5edf3f2503 74192 golang-golang-x-oauth2_0.15.0.orig.tar.xz + edfb07e20fd6499f7ea160255098852a 4488 golang-golang-x-oauth2_0.15.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/oauth2 + +Format: 3.0 (quilt) +Package: golang-golang-x-sync +Binary: golang-golang-x-sync-dev +Architecture: all +Version: 0.7.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dr. Tobias Quathamer , Anthony Fok +Homepage: https://golang.org/x/sync +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-sync +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-sync.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~) +Package-List: + golang-golang-x-sync-dev deb golang optional arch=all +Directory: pool/be10b39be284d47ab368e2ca93abb34731be7190bf34dd365a87d89413733653 +Checksums-Sha1: + 7dc86de34a952c41585f238dc17c818beb8d633c 2211 golang-golang-x-sync_0.7.0-1.dsc + 95dc0647df9f4b99960045d86c5604eb96206947 18181 golang-golang-x-sync_0.7.0.orig.tar.gz + fc7d617ecdbbeab0492f32f492110e7be9feb652 3536 golang-golang-x-sync_0.7.0-1.debian.tar.xz +Checksums-Sha256: + be10b39be284d47ab368e2ca93abb34731be7190bf34dd365a87d89413733653 2211 golang-golang-x-sync_0.7.0-1.dsc + 39bf56d2dc04d16baabbf5eb5d847a2ad68762b5efde7ca3a8fdb24bdcdd9461 18181 golang-golang-x-sync_0.7.0.orig.tar.gz + 007a3e61067d3f155ca858fda411c86d95bf1a9ff78ce8095eb31ac930357e19 3536 golang-golang-x-sync_0.7.0-1.debian.tar.xz +Files: + d790c82f95f2e5ca1a3a9b55e29e40e4 2211 golang-golang-x-sync_0.7.0-1.dsc + 7a89be834b4d9fa79e57d6f6024bc1aa 18181 golang-golang-x-sync_0.7.0.orig.tar.gz + 98effc87a231ca4ab5d1bbc2ec604050 3536 golang-golang-x-sync_0.7.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/sync + +Format: 3.0 (quilt) +Package: golang-golang-x-sys +Binary: golang-golang-x-sys-dev +Architecture: all +Version: 0.22.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Michael Stapelberg , Anthony Fok , Martina Ferrari +Homepage: https://golang.org/x/sys +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-sys +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-sys.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~) +Package-List: + golang-golang-x-sys-dev deb golang optional arch=all +Directory: pool/e903935f15198c134e4e7aef118bc4d1a37322c55cad380846d798a17050db46 +Checksums-Sha1: + da72419b9e5a4ac7bd874323c471128d82e8a9cf 2249 golang-golang-x-sys_0.22.0-1.dsc + b2f7ec62bda8dd6a8b523eb6714bdbec75deeea4 1498230 golang-golang-x-sys_0.22.0.orig.tar.gz + da0afc25e0bbde8daeb4a2729d492ccdc70efd4e 6728 golang-golang-x-sys_0.22.0-1.debian.tar.xz +Checksums-Sha256: + e903935f15198c134e4e7aef118bc4d1a37322c55cad380846d798a17050db46 2249 golang-golang-x-sys_0.22.0-1.dsc + b5a84a20ff327803ed47aefd837a3264d511b3f644017cb8e050ff1f5bd22471 1498230 golang-golang-x-sys_0.22.0.orig.tar.gz + c8641263a2d558dd94edbd8181571c11b31be81dc307a846fd4eacc93d4dbe13 6728 golang-golang-x-sys_0.22.0-1.debian.tar.xz +Files: + e6d8563832dfe3e369464f3b97af51b9 2249 golang-golang-x-sys_0.22.0-1.dsc + 8f81fcebc3e17b38c1be7c6bb6084044 1498230 golang-golang-x-sys_0.22.0.orig.tar.gz + 5482cdd9cf37e9d58a65f0a7b9e25e9f 6728 golang-golang-x-sys_0.22.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/sys + +Format: 3.0 (quilt) +Package: golang-golang-x-term +Binary: golang-golang-x-term-dev +Architecture: all +Version: 0.22.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Anthony Fok +Homepage: https://golang.org/x/term +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-term +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-term.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~), golang-golang-x-sys-dev (>= 0.22.0) +Package-List: + golang-golang-x-term-dev deb golang optional arch=all +Directory: pool/0a3df0ee53b2ad45b8d0fe39e0727ce7478cf1f705f172e2ead00510b27c824f +Checksums-Sha1: + bebd9058e1ab714cacaa99d3f82d87425dab4e3b 2257 golang-golang-x-term_0.22.0-1.dsc + e2bba1e8c79b88c85a6e8657951078f3e6c4458a 13740 golang-golang-x-term_0.22.0.orig.tar.xz + f9ad66354cb99ef40801014b5e6b5364317c91a3 2896 golang-golang-x-term_0.22.0-1.debian.tar.xz +Checksums-Sha256: + 0a3df0ee53b2ad45b8d0fe39e0727ce7478cf1f705f172e2ead00510b27c824f 2257 golang-golang-x-term_0.22.0-1.dsc + 65bd67e3ba1652276d54cee477ea119da8ff0d89290521c5abaef9f475cc60c8 13740 golang-golang-x-term_0.22.0.orig.tar.xz + 27239da99233f82f1685ae619fbf540dbaed20e7e74e400876470c44a04a832d 2896 golang-golang-x-term_0.22.0-1.debian.tar.xz +Files: + 50e53cf33d9bcacf8647719d2a51d134 2257 golang-golang-x-term_0.22.0-1.dsc + 4eae372e0d7c97f1bd4894bc90604aae 13740 golang-golang-x-term_0.22.0.orig.tar.xz + c97b6403db029388b7106381e84f5e85 2896 golang-golang-x-term_0.22.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/term + +Format: 3.0 (quilt) +Package: golang-golang-x-text +Binary: golang-golang-x-text-dev +Architecture: all +Version: 0.16.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Anthony Fok , +Homepage: https://golang.org/x/text +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-text +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-text.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~) +Package-List: + golang-golang-x-text-dev deb golang optional arch=all +Directory: pool/9ab7ae041813363cb015b1fe536fbe1a4ad66d747c723f0b4ce4343e2d0c84ac +Checksums-Sha1: + 3b72ecb44b552566c5118cfa88225474279eb665 2219 golang-golang-x-text_0.16.0-1.dsc + 0b12a1646a5b3f5e95f1145de70c58cb4bf303e3 8972326 golang-golang-x-text_0.16.0.orig.tar.gz + 6dd54432009fbf8cb2b8adf823a635a00071706b 6164 golang-golang-x-text_0.16.0-1.debian.tar.xz +Checksums-Sha256: + 9ab7ae041813363cb015b1fe536fbe1a4ad66d747c723f0b4ce4343e2d0c84ac 2219 golang-golang-x-text_0.16.0-1.dsc + 6df270cb3d696f882857c8ce02233e7f08d5ff900986e1ac669b47e088b18779 8972326 golang-golang-x-text_0.16.0.orig.tar.gz + b3d5910671c1fb64d6226a17fbe17d387f1e449e152abba30df76df1509b5528 6164 golang-golang-x-text_0.16.0-1.debian.tar.xz +Files: + aed578cfdc877fe0114b65bb7e4d9440 2219 golang-golang-x-text_0.16.0-1.dsc + d99b74f60413e025284303d5eccc5842 8972326 golang-golang-x-text_0.16.0.orig.tar.gz + 7834079614073c5848a06c82e50282b5 6164 golang-golang-x-text_0.16.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/text + +Format: 3.0 (quilt) +Package: golang-golang-x-time +Binary: golang-golang-x-time-dev +Architecture: all +Version: 0.5.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Martina Ferrari , Tim Potter , Michael Stapelberg , +Homepage: https://golang.org/x/time +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-time +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-time.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.18~) +Package-List: + golang-golang-x-time-dev deb golang optional arch=all +Directory: pool/438926d8a86a7eecc4918e60e41317f688d1859f0ec19ca6a38fd1110f22ea65 +Checksums-Sha1: + 521594de93b759b18ac5da3fd6b082c091df3323 2283 golang-golang-x-time_0.5.0-1.dsc + f5a32f035236ed36201d98d593a6c1a7de27f966 11504 golang-golang-x-time_0.5.0.orig.tar.xz + 02201d0aa225396f7991bc97953d72933e6b5d0c 3524 golang-golang-x-time_0.5.0-1.debian.tar.xz +Checksums-Sha256: + 438926d8a86a7eecc4918e60e41317f688d1859f0ec19ca6a38fd1110f22ea65 2283 golang-golang-x-time_0.5.0-1.dsc + e656afa38f42d1c960e79bf43c54a762db80471ff6eaba04bc6c7b2e4244d438 11504 golang-golang-x-time_0.5.0.orig.tar.xz + a26da6f9f367ba94c4abbd1e98a21530a2a0c0033ab9180f943033755a60993e 3524 golang-golang-x-time_0.5.0-1.debian.tar.xz +Files: + 4c3e274b619d2b3d8b8c12b0d4efaa2c 2283 golang-golang-x-time_0.5.0-1.dsc + aa405c57e13a770fc651362e2dec9679 11504 golang-golang-x-time_0.5.0.orig.tar.xz + 57301f11d7e8beeb6d8a3cbb422c75af 3524 golang-golang-x-time_0.5.0-1.debian.tar.xz +Go-Import-Path: golang.org/x/time + +Format: 3.0 (quilt) +Package: golang-golang-x-tools +Binary: golang-golang-x-tools, golang-golang-x-tools-dev +Architecture: any all +Version: 1:0.23.0+ds-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Michael Stapelberg , Tim Potter , Anthony Fok , +Homepage: https://golang.org/x/tools +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-tools +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-tools.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.19~), golang-github-google-go-cmp-dev (>= 0.6.0), golang-github-yuin-goldmark-dev (>= 1.4.13), golang-golang-x-mod-dev (>= 0.19.0), golang-golang-x-net-dev (>= 1:0.27.0), golang-golang-x-sync-dev (>= 0.7.0) +Package-List: + golang-golang-x-tools deb golang optional arch=any + golang-golang-x-tools-dev deb golang optional arch=all +Directory: pool/a6882710df5de70c21cec95eb2e33bc1cc2f0fa8f6e3078e103fe00e9780dd47 +Checksums-Sha1: + a7c5a7759c3d49b7464d09f1daa628d7c8c1f654 2613 golang-golang-x-tools_0.23.0+ds-1.dsc + e7e2805ec091b8b67f748750dd5d4dadd1891150 5630416 golang-golang-x-tools_0.23.0+ds.orig.tar.xz + 29cffd3d6149e58645fce79f86af460c27367710 101380 golang-golang-x-tools_0.23.0+ds-1.debian.tar.xz +Checksums-Sha256: + a6882710df5de70c21cec95eb2e33bc1cc2f0fa8f6e3078e103fe00e9780dd47 2613 golang-golang-x-tools_0.23.0+ds-1.dsc + 546b3e881d7dedbc9efab09a2481728941d3a27edf3a2bc22b5fff2df87f1f18 5630416 golang-golang-x-tools_0.23.0+ds.orig.tar.xz + da1a34d05f6e73d30b8d7495143390e296c3e87e8a1a4172d6861df3f85baea1 101380 golang-golang-x-tools_0.23.0+ds-1.debian.tar.xz +Files: + 0fcbeef3f2ba309dd7f86da39fbfde8f 2613 golang-golang-x-tools_0.23.0+ds-1.dsc + aa55763d0550d703994cad3adfec79fa 5630416 golang-golang-x-tools_0.23.0+ds.orig.tar.xz + d8c3d7091d84f3b856aa766edbc2ee92 101380 golang-golang-x-tools_0.23.0+ds-1.debian.tar.xz +Go-Import-Path: golang.org/x/tools + +Format: 3.0 (quilt) +Package: golang-goleveldb +Binary: golang-github-syndtr-goleveldb-dev +Architecture: all +Version: 0.0~git20200815.5c35d60-2 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , +Homepage: https://github.com/syndtr/goleveldb +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-goleveldb +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-goleveldb.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-golang-snappy-dev, golang-github-onsi-ginkgo-dev +Package-List: + golang-github-syndtr-goleveldb-dev deb devel optional arch=all +Directory: pool/cf7ae5d4697179e84c6578305d43715d44ed95ced7a440cbd41b269cec654aaa +Checksums-Sha1: + 74ab77b4bb975b60800282722e9722a299bb7d0b 2336 golang-goleveldb_0.0~git20200815.5c35d60-2.dsc + 8575558b361ba8167d2c4c5280ea2ebe08eaf24c 121936 golang-goleveldb_0.0~git20200815.5c35d60.orig.tar.xz + 409c51e1c826a71a8d8cb8e27326c06e565d3991 3524 golang-goleveldb_0.0~git20200815.5c35d60-2.debian.tar.xz +Checksums-Sha256: + cf7ae5d4697179e84c6578305d43715d44ed95ced7a440cbd41b269cec654aaa 2336 golang-goleveldb_0.0~git20200815.5c35d60-2.dsc + 72351d2d02f88e2b831516b1ea565325cfe24421ea5b48bdeb4d28f97618e581 121936 golang-goleveldb_0.0~git20200815.5c35d60.orig.tar.xz + 84034f378b4df976f9c268c752408e690c13c3c8df79eabfa5a622262a340c97 3524 golang-goleveldb_0.0~git20200815.5c35d60-2.debian.tar.xz +Files: + 8a83b9f2f84b4df43961a7df64f7820d 2336 golang-goleveldb_0.0~git20200815.5c35d60-2.dsc + 48cd33b2924cd937bf616862f0ea7a67 121936 golang-goleveldb_0.0~git20200815.5c35d60.orig.tar.xz + bd0e8bf544a082682bf486b9d875cf91 3524 golang-goleveldb_0.0~git20200815.5c35d60-2.debian.tar.xz +Go-Import-Path: github.com/syndtr/goleveldb + +Format: 3.0 (quilt) +Package: golang-gomega +Binary: golang-gomega-dev +Architecture: all +Version: 1.27.10-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , +Homepage: https://github.com/onsi/gomega +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gomega +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gomega.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.17~), golang-any, golang-github-golang-protobuf-1-5-dev, golang-github-google-go-cmp-dev, golang-golang-x-net-dev, golang-gopkg-yaml.v3-dev +Package-List: + golang-gomega-dev deb golang optional arch=all +Directory: pool/e51bea109ca0529b4d1fdb4a559634d9202430b911c1099649c17b93d0a65692 +Checksums-Sha1: + 085bb69e920e910ce1a70dc4ec1daf1b7ea260b3 1609 golang-gomega_1.27.10-1.dsc + f8580650032ce0b72c38be0442fdc43b3d057053 313205 golang-gomega_1.27.10.orig.tar.gz + b9cdc3d7656d2113f638919d292aa46bd2df9eca 2992 golang-gomega_1.27.10-1.debian.tar.xz +Checksums-Sha256: + e51bea109ca0529b4d1fdb4a559634d9202430b911c1099649c17b93d0a65692 1609 golang-gomega_1.27.10-1.dsc + cb61ea6546b079943e640fc943ae7e741f09e436556bed348c490fff5ed4b10c 313205 golang-gomega_1.27.10.orig.tar.gz + daf8918454b1dd28ad8003fb6624c766f055e361a58598ae985dcca943299ded 2992 golang-gomega_1.27.10-1.debian.tar.xz +Files: + 91610708fd6c0d51b97ba49feb3e5743 1609 golang-gomega_1.27.10-1.dsc + 6fd9adc9071feb13c0f3694cf3e8d063 313205 golang-gomega_1.27.10.orig.tar.gz + 16aabe62f2e2f2cbbf5b771f5494fe02 2992 golang-gomega_1.27.10-1.debian.tar.xz +Go-Import-Path: github.com/onsi/gomega + +Format: 3.0 (quilt) +Package: golang-gomemcache +Binary: golang-github-bradfitz-gomemcache-dev +Architecture: all +Version: 0.0~git20230611.acc6962-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , +Homepage: https://github.com/bradfitz/gomemcache +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gomemcache +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gomemcache.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-github-bradfitz-gomemcache-dev deb golang optional arch=all +Directory: pool/0eaabe2552b7f59afa9e898d5fa72b1e57b1e4ae7370883da7b9d341056990d1 +Checksums-Sha1: + ebfaaa9dfc4015bd4e8f57b4e3e87a9db174df9c 1666 golang-gomemcache_0.0~git20230611.acc6962-1.dsc + bd03be81164ca70b55caccb321df68c799c00f47 13801 golang-gomemcache_0.0~git20230611.acc6962.orig.tar.gz + befb7b78a65b99e822bb418f34b13bd218ac84a7 2584 golang-gomemcache_0.0~git20230611.acc6962-1.debian.tar.xz +Checksums-Sha256: + 0eaabe2552b7f59afa9e898d5fa72b1e57b1e4ae7370883da7b9d341056990d1 1666 golang-gomemcache_0.0~git20230611.acc6962-1.dsc + c717049087ec04687f63991b95af3b59931aceb39097f652b9c584ca8ead22e4 13801 golang-gomemcache_0.0~git20230611.acc6962.orig.tar.gz + e86d99bcc9c5a133695e716ff147d783e35b203e7e94a89a377409e38b4d2d30 2584 golang-gomemcache_0.0~git20230611.acc6962-1.debian.tar.xz +Files: + f4d829368d4d74e7604b82b12a473547 1666 golang-gomemcache_0.0~git20230611.acc6962-1.dsc + ee376cc215547341d915c26dc38de860 13801 golang-gomemcache_0.0~git20230611.acc6962.orig.tar.gz + d05cf9f8a34acd50c486d105c5e71b4a 2584 golang-gomemcache_0.0~git20230611.acc6962-1.debian.tar.xz +Go-Import-Path: github.com/bradfitz/gomemcache + +Format: 3.0 (quilt) +Package: golang-google-api +Binary: golang-google-api-dev +Architecture: all +Version: 0.61.0-5 +Maintainer: Debian Go Packaging Team +Uploaders: Martina Ferrari , Michael Stapelberg , Tim Potter , Anthony Fok +Homepage: https://google.golang.org/api +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-api +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-api.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.53~), dh-sequence-golang, golang-any, golang-github-google-go-cmp-dev (>= 0.5.6), golang-github-googleapis-gax-go-dev (>= 2.0.5), golang-go.opencensus-dev (>= 0.23.0), golang-golang-x-net-dev (>= 1:0.0+git20210503.7fd8e65), golang-golang-x-oauth2-dev (>= 0.0~git20211104.d3ed0bb), golang-golang-x-oauth2-google-dev (>= 0.0~git20211104.d3ed0bb), golang-golang-x-sync-dev (>= 0.0~git20210220.036812b), golang-golang-x-sys-dev (>= 0.0~git20211124.fe61309), golang-google-cloud-compute-metadata-dev (>= 0.56.0), golang-google-genproto-dev, golang-google-grpc-dev +Package-List: + golang-google-api-dev deb golang optional arch=all +Directory: pool/9f1417caa011633c074401c7bd41eb907c005d522780dc0aeb6aff2aea58b938 +Checksums-Sha1: + 69021fdd2e8fc4f5dfccc22c93d496f5ec96318f 2926 golang-google-api_0.61.0-5.dsc + 1f9eabfe84c312c023bb4fa1bd3f6957d9b27da0 23004199 golang-google-api_0.61.0.orig.tar.gz + 804a7cc4f60e928c61f93180acbf345da4e74376 5964 golang-google-api_0.61.0-5.debian.tar.xz +Checksums-Sha256: + 9f1417caa011633c074401c7bd41eb907c005d522780dc0aeb6aff2aea58b938 2926 golang-google-api_0.61.0-5.dsc + 94fe555d73fb4b406efdc05764b7e31929a730ef8c79e87f4f6c32d26617701e 23004199 golang-google-api_0.61.0.orig.tar.gz + ef259d84c4b6b3bff4b53d72cf5b00c45b8c32e982e1e31e024d9ee0f0620c3e 5964 golang-google-api_0.61.0-5.debian.tar.xz +Files: + 2094eede4c4cacdcffa29733360065ec 2926 golang-google-api_0.61.0-5.dsc + 9f2eb3822500bd9d69ed0e3cadda5651 23004199 golang-google-api_0.61.0.orig.tar.gz + 9feebbe5aa884331fc4daeb281e4fa7a 5964 golang-google-api_0.61.0-5.debian.tar.xz +Dgit: fbc4f37379a70533808903be9af6ff4a8b9d0121 debian archive/debian/0.61.0-5 https://git.dgit.debian.org/golang-google-api +Go-Import-Path: google.golang.org/api + +Format: 3.0 (quilt) +Package: golang-google-cloud +Binary: golang-google-cloud-dev, golang-google-cloud-compute-metadata-dev +Architecture: all +Version: 0.56.0-5 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , Michael Stapelberg , Tim Potter , Anthony Fok +Homepage: https://cloud.google.com/go/home +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-cloud +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-cloud.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.31~), golang-any, golang-github-golang-mock-dev (>= 1.3.1~), golang-github-golang-protobuf-1-5-dev, golang-github-google-btree-dev, golang-github-google-go-cmp-dev (>= 0.3.0~), golang-github-google-martian-dev, golang-github-google-pprof-dev, golang-github-googleapis-gax-go-dev (>= 2.0.5~), golang-go.opencensus-dev (>= 0.22.0~), golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-time-dev, golang-google-api-dev (>= 0.21.0~), golang-google-genproto-dev (>= 0.0~git20210726), golang-google-grpc-dev (>= 1.64), golang-rsc-binaryregexp-dev +Package-List: + golang-google-cloud-compute-metadata-dev deb golang optional arch=all + golang-google-cloud-dev deb golang optional arch=all +Directory: pool/e4012e3421606739eba6f8870b1fae4d8bb5e186b2294a088e786b20fb328425 +Checksums-Sha1: + d6f7a4c41c6bb8669e82fd687e4ad81c8038fc98 3068 golang-google-cloud_0.56.0-5.dsc + c7990cb2fa9bab95f63acfb6644b7174e5338a97 2670306 golang-google-cloud_0.56.0.orig.tar.gz + 3c9a9a5ff0f52c7c47cb0deb214cb42f228eb57e 7584 golang-google-cloud_0.56.0-5.debian.tar.xz +Checksums-Sha256: + e4012e3421606739eba6f8870b1fae4d8bb5e186b2294a088e786b20fb328425 3068 golang-google-cloud_0.56.0-5.dsc + 43eb3236a5612fbbc03ea50f54b1ee1be93453363e67b4f595a255a90ed550ae 2670306 golang-google-cloud_0.56.0.orig.tar.gz + f1263a48c7d835aa0fac7ee07ba1a98de7d1dfe00cac99c8188d2ccb4e27c598 7584 golang-google-cloud_0.56.0-5.debian.tar.xz +Files: + c97cc95a551e490e22f9cba6b295f2bc 3068 golang-google-cloud_0.56.0-5.dsc + 0bf7f5173a2e02e6b896e28a0adbe925 2670306 golang-google-cloud_0.56.0.orig.tar.gz + 0222c9806c8e76266cf50c9484535ce4 7584 golang-google-cloud_0.56.0-5.debian.tar.xz +Dgit: eac3f1adb0b72e3462d3ab7d8ed5a037c262b882 debian archive/debian/0.56.0-5 https://git.dgit.debian.org/golang-google-cloud +Go-Import-Path: cloud.google.com/go + +Format: 3.0 (quilt) +Package: golang-google-genproto +Binary: golang-google-genproto-dev +Architecture: all +Version: 0.0~git20210726.e7812ac-4 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , Anthony Fok +Homepage: https://godoc.org/google.golang.org/genproto +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-genproto +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-genproto.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-golang-protobuf-1-5-dev, golang-google-grpc-dev +Package-List: + golang-google-genproto-dev deb golang optional arch=all +Directory: pool/814f84819a57dcb6d84b80929226a1441ef879fd06665fdfb16a7cc86400ac6a +Checksums-Sha1: + d20c561e863e633f1b10f0e3f219e0d59d22d11f 2430 golang-google-genproto_0.0~git20210726.e7812ac-4.dsc + d6d8bab6b39e3d82d67f5fd187db8287118fa70e 5213292 golang-google-genproto_0.0~git20210726.e7812ac.orig.tar.xz + f58af2f5a8914a4028c17e91d660024bdbb71077 3452 golang-google-genproto_0.0~git20210726.e7812ac-4.debian.tar.xz +Checksums-Sha256: + 814f84819a57dcb6d84b80929226a1441ef879fd06665fdfb16a7cc86400ac6a 2430 golang-google-genproto_0.0~git20210726.e7812ac-4.dsc + 2f539b020f0f82548dcd47baf3cd2f91a09654acff9320ec94ca6c738ab53461 5213292 golang-google-genproto_0.0~git20210726.e7812ac.orig.tar.xz + 67aeae30f53882a138e6d9622438dd2a3526b0ff0eefd4976e10838f472189ff 3452 golang-google-genproto_0.0~git20210726.e7812ac-4.debian.tar.xz +Files: + c690ef7a82e42c6c1139b8dea83c88d8 2430 golang-google-genproto_0.0~git20210726.e7812ac-4.dsc + 48c955f81ea20b638feecaf3cae29ecd 5213292 golang-google-genproto_0.0~git20210726.e7812ac.orig.tar.xz + bab0d99128fc8e20cc5f03c3f25bb820 3452 golang-google-genproto_0.0~git20210726.e7812ac-4.debian.tar.xz +Go-Import-Path: google.golang.org/genproto + +Format: 3.0 (quilt) +Package: golang-google-grpc +Binary: golang-google-grpc-dev, protoc-gen-go-grpc +Architecture: any all +Version: 1.64.0-6 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Martín Ferrari , Tim Potter +Homepage: https://godoc.org/google.golang.org/grpc +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-grpc +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-grpc.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-google-cel-go-dev, golang-github-google-go-cmp-dev, golang-github-google-uuid-dev, golang-glog-dev | golang-github-golang-glog-dev, golang-go.opencensus-dev, golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-google-cloud-dev, golang-google-genproto-dev (>= 0.0~git20210726.e7812ac-4), golang-google-protobuf-dev, protobuf-compiler (>= 3.11.4~), protoc-gen-go +Package-List: + golang-google-grpc-dev deb golang optional arch=all + protoc-gen-go-grpc deb golang optional arch=any +Directory: pool/94ed3e450386ded7c565880ecb1991274a59dafb3b6b57222e03b2fdf2a58579 +Checksums-Sha1: + 0207b0a38979abbe5ff94a1602d1c8bd0546ab50 2787 golang-google-grpc_1.64.0-6.dsc + 9f6cb088cd72c124bec93e325d43b808481d3a5b 1334840 golang-google-grpc_1.64.0.orig.tar.xz + 2a2fe4be731169094e773ca98316d67a8f67e560 107368 golang-google-grpc_1.64.0-6.debian.tar.xz +Checksums-Sha256: + 94ed3e450386ded7c565880ecb1991274a59dafb3b6b57222e03b2fdf2a58579 2787 golang-google-grpc_1.64.0-6.dsc + 2ac0cd286e5f625689db1757069f97a3c481c8f564dd343dde87fe058af4fe8d 1334840 golang-google-grpc_1.64.0.orig.tar.xz + 72f46d5758635407a07bfa626c94831a5c885390d883661581f2d35a7a9fd523 107368 golang-google-grpc_1.64.0-6.debian.tar.xz +Files: + cf32cbed0a45afd59f9428e8b3d99576 2787 golang-google-grpc_1.64.0-6.dsc + 3969d050bba21a2e212c79015e61fa14 1334840 golang-google-grpc_1.64.0.orig.tar.xz + 40d4463e6333776877f6a52650eafb23 107368 golang-google-grpc_1.64.0-6.debian.tar.xz +Go-Import-Path: google.golang.org/grpc + +Format: 3.0 (quilt) +Package: golang-google-protobuf +Binary: golang-google-protobuf-dev, protoc-gen-go +Architecture: any all +Version: 1.33.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , Anthony Fok , Anton Gladky +Homepage: https://github.com/protocolbuffers/protobuf-go +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-protobuf +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-protobuf.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-google-go-cmp-dev +Package-List: + golang-google-protobuf-dev deb golang optional arch=all + protoc-gen-go deb golang optional arch=any +Directory: pool/1274db27a31a56d97a94efd04ed288922bbe8dcc46cf2e805ced2cd423bb8a01 +Checksums-Sha1: + b4aaad31d00d1ab4eccdbf8624d3b7831a3ab61a 2381 golang-google-protobuf_1.33.0-1.dsc + 9673951a743296d76d1a474871c2443f7a449ffc 812348 golang-google-protobuf_1.33.0.orig.tar.xz + 5a249134d9e0c499bd70f8978155a5ccd2573eaf 4060 golang-google-protobuf_1.33.0-1.debian.tar.xz +Checksums-Sha256: + 1274db27a31a56d97a94efd04ed288922bbe8dcc46cf2e805ced2cd423bb8a01 2381 golang-google-protobuf_1.33.0-1.dsc + 40d83211cdfc25e1c13c6de527b33516c21d6ef48188070ff22f29330abe4f84 812348 golang-google-protobuf_1.33.0.orig.tar.xz + 9469684733b7810b2a382ea2c0e801c4b0b4bd90bc41399e3a76d8760996ac03 4060 golang-google-protobuf_1.33.0-1.debian.tar.xz +Files: + 9f76d0ea63ae9eb01ff3917847cd8ebc 2381 golang-google-protobuf_1.33.0-1.dsc + e102870db4b3dfb32af3ee85f427acad 812348 golang-google-protobuf_1.33.0.orig.tar.xz + b7485bec7ce51cb4b820b7c0df1c3a6e 4060 golang-google-protobuf_1.33.0-1.debian.tar.xz +Go-Import-Path: google.golang.org/protobuf + +Format: 3.0 (quilt) +Package: golang-gopkg-alecthomas-kingpin.v2 +Binary: golang-gopkg-alecthomas-kingpin.v2-dev +Architecture: all +Version: 2.2.6-4 +Maintainer: Debian Go Packaging Team +Uploaders: Peter Colberg , Martín Ferrari , Anthony Fok , +Homepage: https://github.com/alecthomas/kingpin +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-alecthomas-kingpin.v2 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-alecthomas-kingpin.v2.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-alecthomas-units-dev, golang-github-stretchr-testify-dev +Package-List: + golang-gopkg-alecthomas-kingpin.v2-dev deb devel optional arch=all +Directory: pool/3eef606f186eebf2e3bddbeb8f5a784a58eb118d78e2121cf48d96e969fd8bd9 +Checksums-Sha1: + b490e6ad07a9a85c05b4baa0606802c2de78d381 2496 golang-gopkg-alecthomas-kingpin.v2_2.2.6-4.dsc + a695b2c54bbc64623bf0b7ded2fe17710ba50cf8 44369 golang-gopkg-alecthomas-kingpin.v2_2.2.6.orig.tar.gz + e3eacaf8358f4d031d1a569de4f08f544eacaa26 5056 golang-gopkg-alecthomas-kingpin.v2_2.2.6-4.debian.tar.xz +Checksums-Sha256: + 3eef606f186eebf2e3bddbeb8f5a784a58eb118d78e2121cf48d96e969fd8bd9 2496 golang-gopkg-alecthomas-kingpin.v2_2.2.6-4.dsc + 25c7f20515e53d5c5f87dff45a0c944fc53d061bc34898aa87e32ab60f2375c9 44369 golang-gopkg-alecthomas-kingpin.v2_2.2.6.orig.tar.gz + fcf4d57f6502883843b5f9e5c5d9da67514ad9dcd5aab3cf3506b61bd44b9b2c 5056 golang-gopkg-alecthomas-kingpin.v2_2.2.6-4.debian.tar.xz +Files: + 29d279c3d538c2e743e3bb5f862244ba 2496 golang-gopkg-alecthomas-kingpin.v2_2.2.6-4.dsc + 8b07d811bdceb6643dd98cba7ec2a02c 44369 golang-gopkg-alecthomas-kingpin.v2_2.2.6.orig.tar.gz + b24fe1a54b7e1f020bcebd3db36a7e29 5056 golang-gopkg-alecthomas-kingpin.v2_2.2.6-4.debian.tar.xz +Go-Import-Path: gopkg.in/alecthomas/kingpin.v2, + github.com/alecthomas/kingpin + +Format: 3.0 (quilt) +Package: golang-gopkg-inf.v0 +Binary: golang-gopkg-inf.v0-dev +Architecture: all +Version: 0.9.1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Sascha Steinbiss +Homepage: https://github.com/go-inf/inf +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-inf.v0 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-inf.v0.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-gopkg-inf.v0-dev deb golang optional arch=all +Directory: pool/f927610a84549e309df414ccb1e214a62a7d4c5139d6ce69535b9f162ca37600 +Checksums-Sha1: + 92c369e6b51cfc7d17ba677ed002c6dd8b3d3d46 2120 golang-gopkg-inf.v0_0.9.1-2.dsc + 45026d8178c9a5aa2deedcccff3eceacc1385c7f 13072 golang-gopkg-inf.v0_0.9.1.orig.tar.gz + 4fdc40f37ae1a078581a1b843203762def26bed1 2760 golang-gopkg-inf.v0_0.9.1-2.debian.tar.xz +Checksums-Sha256: + f927610a84549e309df414ccb1e214a62a7d4c5139d6ce69535b9f162ca37600 2120 golang-gopkg-inf.v0_0.9.1-2.dsc + 756e00e87207cb063d305b6e38bf56dba4d76586fbe40b7d6b657d22516d0f71 13072 golang-gopkg-inf.v0_0.9.1.orig.tar.gz + 919219959f9a950cab9069204e406dce4dba94f7d364da51335e8ca9ef8c16fb 2760 golang-gopkg-inf.v0_0.9.1-2.debian.tar.xz +Files: + a2e98eaa7a2e26a50007607818bdae58 2120 golang-gopkg-inf.v0_0.9.1-2.dsc + 29612706170a026066512a6265b10e9a 13072 golang-gopkg-inf.v0_0.9.1.orig.tar.gz + ca39223190394b5a9ae005dcbd2d70ce 2760 golang-gopkg-inf.v0_0.9.1-2.debian.tar.xz +Go-Import-Path: gopkg.in/inf.v0 + +Format: 3.0 (quilt) +Package: golang-gopkg-tomb.v1 +Binary: golang-gopkg-tomb.v1-dev +Architecture: all +Version: 0.0~git20141024.0.dd63297-8 +Maintainer: Debian Go Packaging Team +Uploaders: Tim Potter , +Homepage: https://github.com/go-tomb/tomb/tree/v1 +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-tomb.v1 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-tomb.v1.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-gopkg-tomb.v1-dev deb devel optional arch=all +Directory: pool/099c1eca792cc444f659a00709d07d3a8ab2a53ac2ce6705db4c7f03a6ba4507 +Checksums-Sha1: + f8f4d6e42851eee042438250d1794e05038e1571 2272 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.dsc + 493b76ad3c013ce3fb2acae07a09ba1e27506bbb 3726 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297.orig.tar.bz2 + 4d9f694355e429476c8a50a4b0136ed23ed789d6 2760 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.debian.tar.xz +Checksums-Sha256: + 099c1eca792cc444f659a00709d07d3a8ab2a53ac2ce6705db4c7f03a6ba4507 2272 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.dsc + 979e709d5db6d1d199effef5a3b0960b7f027e3b7465ac6c300131dffcbe845a 3726 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297.orig.tar.bz2 + 071a596ae4887caa01af7baf4b56ee88470f7c0d23a605cc7994ea84e87f28d9 2760 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.debian.tar.xz +Files: + 615dd858690b05a7ef4cf8a561f0097e 2272 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.dsc + 22825de327dd92ad3117a80321d3b1ec 3726 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297.orig.tar.bz2 + 682d5bef3087b28062b4c019d837e636 2760 golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.debian.tar.xz +Go-Import-Path: gopkg.in/tomb.v1 + +Format: 3.0 (quilt) +Package: golang-gopkg-yaml.v3 +Binary: golang-gopkg-yaml.v3-dev +Architecture: all +Version: 3.0.1-3 +Maintainer: Debian Go Packaging Team +Uploaders: Daniel Swarbrick , Anthony Fok , +Homepage: https://gopkg.in/yaml.v3 +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-yaml.v3 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-yaml.v3.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-gopkg-check.v1-dev +Package-List: + golang-gopkg-yaml.v3-dev deb golang optional arch=all +Directory: pool/ad42942a8bbe2908e33cc4740a3b68207d39d9a5af141908d00a2df3b7106cae +Checksums-Sha1: + 25da775601654a12b01db835d4c7d0bbcdcdd0c6 2191 golang-gopkg-yaml.v3_3.0.1-3.dsc + cc7bb69c6a34bf61440d47ac00108f51cffea65f 91173 golang-gopkg-yaml.v3_3.0.1.orig.tar.gz + b18d802a4d63aacc762d6a2a51ebfaa764f70581 4556 golang-gopkg-yaml.v3_3.0.1-3.debian.tar.xz +Checksums-Sha256: + ad42942a8bbe2908e33cc4740a3b68207d39d9a5af141908d00a2df3b7106cae 2191 golang-gopkg-yaml.v3_3.0.1-3.dsc + cf05411540d3e6ef8f1fd88434b34f94cedaceb540329031d80e23b74540c4e5 91173 golang-gopkg-yaml.v3_3.0.1.orig.tar.gz + 18446874819470a623a6a9c34c6efc129640e34a25dce355a72ad9e3d45dbc7d 4556 golang-gopkg-yaml.v3_3.0.1-3.debian.tar.xz +Files: + 2ec5927d5e292042ae1f4eaf9705f12d 2191 golang-gopkg-yaml.v3_3.0.1-3.dsc + 3653fca1491a8b432d590ed3dab3aa77 91173 golang-gopkg-yaml.v3_3.0.1.orig.tar.gz + e29ab58a633587f4b1650b10f4b590b9 4556 golang-gopkg-yaml.v3_3.0.1-3.debian.tar.xz +Go-Import-Path: gopkg.in/yaml.v3 + +Format: 3.0 (quilt) +Package: golang-k8s-api +Binary: golang-k8s-api-dev +Architecture: all +Version: 0.29.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Jérémy Lal +Homepage: https://github.com/kubernetes/api +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-api +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-api.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-gogo-protobuf-dev, golang-github-stretchr-testify-dev, golang-k8s-apimachinery-dev +Package-List: + golang-k8s-api-dev deb golang optional arch=all +Directory: pool/e4ab07e9b5209cbbf1ca9b04ee4244e7526066640e79aeed338ed447f247c3b2 +Checksums-Sha1: + dd8a859694c0555a61895dddfa251b0c8cdc4fcf 2206 golang-k8s-api_0.29.0-2.dsc + e87430002374f130204dc814742ca3527bcac45e 2464015 golang-k8s-api_0.29.0.orig.tar.gz + 8fc3a742f760db5f5c1c8ba011acde05ea98c921 2188 golang-k8s-api_0.29.0-2.debian.tar.xz +Checksums-Sha256: + e4ab07e9b5209cbbf1ca9b04ee4244e7526066640e79aeed338ed447f247c3b2 2206 golang-k8s-api_0.29.0-2.dsc + 8aae4777681e202f971a3d33626d048b212ee12057d4d67d44afde970c8675cc 2464015 golang-k8s-api_0.29.0.orig.tar.gz + 3fba58605b82893398a2181b06709d6e2207c6f9ff3ebdec88a501a1e5023cf8 2188 golang-k8s-api_0.29.0-2.debian.tar.xz +Files: + d915a06a5cb8e1e72341045c1eb9fc11 2206 golang-k8s-api_0.29.0-2.dsc + 3943d726dede4b847b71113f94eae5a5 2464015 golang-k8s-api_0.29.0.orig.tar.gz + 8eae202104e2149253a7bc7e052562b5 2188 golang-k8s-api_0.29.0-2.debian.tar.xz +Go-Import-Path: k8s.io/api + +Format: 3.0 (quilt) +Package: golang-k8s-apimachinery +Binary: golang-k8s-apimachinery-dev +Architecture: all +Version: 0.29.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Jérémy Lal +Homepage: https://github.com/kubernetes/apimachinery +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-apimachinery +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-apimachinery.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-armon-go-socks5-dev, golang-github-davecgh-go-spew-dev, golang-github-evanphx-json-patch-dev (>= 5.7.0~), golang-github-gogo-protobuf-dev, golang-google-protobuf-dev, golang-github-google-gnostic-models-dev, golang-github-google-gofuzz-dev, golang-github-google-uuid-dev, golang-github-moby-spdystream-dev, golang-github-mxk-go-flowrate-dev, golang-github-onsi-ginkgo-v2-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-golang-x-time-dev, golang-gopkg-inf.v0-dev, golang-k8s-klog-dev, golang-k8s-kube-openapi-dev, golang-k8s-utils-dev, golang-k8s-sigs-json-dev, golang-k8s-sigs-structured-merge-diff-dev, golang-k8s-sigs-yaml-dev +Package-List: + golang-k8s-apimachinery-dev deb golang optional arch=all +Directory: pool/87cb074e0806d5315cbae78321bd3346b0fcd3b51be9c043be8c30ec6beccdf5 +Checksums-Sha1: + 8fd763a9fd17e415de80c0038f0e41516be74384 2922 golang-k8s-apimachinery_0.29.0-2.dsc + 12658878172f072ae9b36c185a397987a47ecb41 694363 golang-k8s-apimachinery_0.29.0.orig.tar.gz + ffe1b155d93a8777ef4c4e21183ac7d7c2d48aa0 3112 golang-k8s-apimachinery_0.29.0-2.debian.tar.xz +Checksums-Sha256: + 87cb074e0806d5315cbae78321bd3346b0fcd3b51be9c043be8c30ec6beccdf5 2922 golang-k8s-apimachinery_0.29.0-2.dsc + 4c9739bc1f8d556a47f6318e90e44129a3a956376834ab4ff2725d61f542a08d 694363 golang-k8s-apimachinery_0.29.0.orig.tar.gz + fc1ab5615087625348ce4857c214432befe1dcc89b3e09a94f2823468615048d 3112 golang-k8s-apimachinery_0.29.0-2.debian.tar.xz +Files: + 194f6753da89d0e867b5849955c4d1b4 2922 golang-k8s-apimachinery_0.29.0-2.dsc + f961e189bbddf6688e48f6b6730cd0f0 694363 golang-k8s-apimachinery_0.29.0.orig.tar.gz + fb0e3a11dd8a43c1bb4e4ecc71fb91ba 3112 golang-k8s-apimachinery_0.29.0-2.debian.tar.xz +Go-Import-Path: k8s.io/apimachinery + +Format: 3.0 (quilt) +Package: golang-k8s-apiserver +Binary: golang-k8s-apiserver-dev +Architecture: all +Version: 0.20.15-2 +Maintainer: Debian Go Packaging Team +Uploaders: Reinhard Tartler +Homepage: https://github.com/kubernetes/apiserver +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kubernetes-apiserver +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kubernetes-apiserver.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-golang-x-net-dev, golang-k8s-apimachinery-dev, golang-k8s-klog-dev +Package-List: + golang-k8s-apiserver-dev deb golang optional arch=all +Directory: pool/fd89811354924e8d23956475a524077588bd6ab2a7f6258d6ebd0f0b8c646a6d +Checksums-Sha1: + 01a492ab9a604ecf47e5eb325e014003afcee280 2431 golang-k8s-apiserver_0.20.15-2.dsc + 1f204a930c1160062bc00f94f4d2095ba6e3b48a 724860 golang-k8s-apiserver_0.20.15.orig.tar.xz + 766888d725b5b60f0d7493b2d969c8927411ae82 2324 golang-k8s-apiserver_0.20.15-2.debian.tar.xz +Checksums-Sha256: + fd89811354924e8d23956475a524077588bd6ab2a7f6258d6ebd0f0b8c646a6d 2431 golang-k8s-apiserver_0.20.15-2.dsc + 759a13a8455c2644c4d7f725f49c892e59c99c8ab34aaf0e351c0ffd6e794262 724860 golang-k8s-apiserver_0.20.15.orig.tar.xz + af0c12891f63bbe19c397b64787de6bf1f7205fe509bb8ace28501a780a460a5 2324 golang-k8s-apiserver_0.20.15-2.debian.tar.xz +Files: + 7e1fe02eca1d207f1f73f88c4087cd25 2431 golang-k8s-apiserver_0.20.15-2.dsc + 6222d0aa431a0f42a014877f466ce216 724860 golang-k8s-apiserver_0.20.15.orig.tar.xz + 3ae009954d555aec6946a73fc2247c45 2324 golang-k8s-apiserver_0.20.15-2.debian.tar.xz +Dgit: 73e9af674085c4add9927c2873d1ce14537482dd debian archive/debian/0.20.15-2 https://git.dgit.debian.org/golang-k8s-apiserver +Go-Import-Path: k8s.io/apiserver + +Format: 3.0 (quilt) +Package: golang-k8s-client-go +Binary: golang-k8s-client-go-dev +Architecture: all +Version: 0.29.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Jérémy Lal +Homepage: https://github.com/kubernetes/client-go +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-client-go +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-client-go.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-evanphx-json-patch-dev, golang-github-gogo-protobuf-dev, golang-github-golang-groupcache-dev, golang-github-golang-protobuf-1-5-dev, golang-github-google-gnostic-models-dev, golang-github-google-go-cmp-dev, golang-github-google-gofuzz-dev, golang-github-google-uuid-dev, golang-github-gorilla-websocket-dev, golang-github-gregjones-httpcache-dev, golang-github-imdario-mergo-dev, golang-github-peterbourgon-diskv-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-golang-x-term-dev, golang-golang-x-time-dev, golang-google-protobuf-dev, golang-k8s-api-dev, golang-k8s-apimachinery-dev, golang-k8s-klog-dev, golang-k8s-kube-openapi-dev, golang-k8s-utils-dev, golang-k8s-sigs-json-dev, golang-k8s-sigs-structured-merge-diff-dev, golang-k8s-sigs-yaml-dev +Package-List: + golang-k8s-client-go-dev deb golang optional arch=all +Directory: pool/1656641dea84d202dcc64c7760a7ac330eadf3db132d71fa11f4cb1c2a244489 +Checksums-Sha1: + 91ab95a0708b398229498e5f803987039f3e78b7 3034 golang-k8s-client-go_0.29.0-2.dsc + 52b90a6022a2328b251348e5ba92dbf06e09f782 1480555 golang-k8s-client-go_0.29.0.orig.tar.gz + b3f814a042af6f8d688428ca18b733d2e0a8f2ea 3276 golang-k8s-client-go_0.29.0-2.debian.tar.xz +Checksums-Sha256: + 1656641dea84d202dcc64c7760a7ac330eadf3db132d71fa11f4cb1c2a244489 3034 golang-k8s-client-go_0.29.0-2.dsc + 8a8d0d588bbdecb6744ab6f94ed5a3bc60ed27bf04bf08c9da7e3f044a4938bf 1480555 golang-k8s-client-go_0.29.0.orig.tar.gz + b9eb4a476197f19b7b6d6c5a0baa5693ac60c52cb18fc1f1481fbd6d77888ea1 3276 golang-k8s-client-go_0.29.0-2.debian.tar.xz +Files: + 012d75319f618b25d9891b3600ce8d50 3034 golang-k8s-client-go_0.29.0-2.dsc + bcfc46b51c5d187c35756b26f7194919 1480555 golang-k8s-client-go_0.29.0.orig.tar.gz + 28de30b2f61e5a1ea8696c1e6e0938bf 3276 golang-k8s-client-go_0.29.0-2.debian.tar.xz +Go-Import-Path: k8s.io/client-go + +Format: 3.0 (quilt) +Package: golang-k8s-klog +Binary: golang-k8s-klog-dev +Architecture: all +Version: 2.80.1-2 +Maintainer: Debian Go Packaging Team +Uploaders: Arthur Diniz +Homepage: https://github.com/kubernetes/klog +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-klog +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-klog.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-go-logr-logr-dev (>= 1.2.0~) +Package-List: + golang-k8s-klog-dev deb golang optional arch=all +Directory: pool/6d3a10678c41aebc1ebc25881a837ababf0dd42b33758098ca00114681b93993 +Checksums-Sha1: + f24e462abfbc62c26f275212ae2e5c2ff9bb18e0 2130 golang-k8s-klog_2.80.1-2.dsc + 082fdb8370a2cbdf939291f1440d0e3b463cb6d0 89684 golang-k8s-klog_2.80.1.orig.tar.gz + eeee090a58840defed64fc66a9baf1c8fa387e0d 2972 golang-k8s-klog_2.80.1-2.debian.tar.xz +Checksums-Sha256: + 6d3a10678c41aebc1ebc25881a837ababf0dd42b33758098ca00114681b93993 2130 golang-k8s-klog_2.80.1-2.dsc + 28d0fadc639404e75165024064509a310cac9dec701b08687bfd9449f843a2d2 89684 golang-k8s-klog_2.80.1.orig.tar.gz + ee9b38c89c159f0749a0f750e5d3ceddc8265ca83d5876aca8ee13ac75abd8f2 2972 golang-k8s-klog_2.80.1-2.debian.tar.xz +Files: + a1cf9312026d4ae039399f6f9cc6c178 2130 golang-k8s-klog_2.80.1-2.dsc + cd72905322aca64a13b16b9124245801 89684 golang-k8s-klog_2.80.1.orig.tar.gz + f84a9e136a6d715caf7462f3901196b6 2972 golang-k8s-klog_2.80.1-2.debian.tar.xz +Go-Import-Path: k8s.io/klog + +Format: 3.0 (quilt) +Package: golang-k8s-kube-openapi +Binary: golang-k8s-kube-openapi-dev, kube-openapi +Architecture: any all +Version: 0.0~git20231214.ab13479-3 +Maintainer: Debian Go Packaging Team +Uploaders: Andrej Shadura +Homepage: https://github.com/kubernetes/kube-openapi +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-kube-openapi +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-kube-openapi.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-asaskevich-govalidator-dev, golang-github-emicklei-go-restful-dev, golang-github-getkin-kin-openapi-dev, golang-github-go-openapi-jsonreference-dev, golang-github-go-openapi-swag-dev, golang-github-google-gnostic-models-dev, golang-github-google-go-cmp-dev, golang-github-google-gofuzz-dev, golang-github-google-uuid-dev, golang-github-kubernetes-gengo-dev (>= 0.0~git20230829.9cce18d-2~), golang-github-munnerz-goautoneg-dev, golang-github-nytimes-gziphandler-dev, golang-github-onsi-ginkgo-v2-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev, golang-gomega-dev, golang-google-protobuf-dev, golang-k8s-klog-dev, golang-k8s-sigs-json-dev, golang-k8s-sigs-structured-merge-diff-dev (>= 4.4.1~), golang-k8s-sigs-yaml-dev, golang-k8s-utils-dev (>= 0.0~git20210629), golang-gopkg-yaml.v2-dev, golang-gopkg-yaml.v3-dev +Package-List: + golang-k8s-kube-openapi-dev deb golang optional arch=all + kube-openapi deb golang optional arch=any +Directory: pool/ebe004dbf390791dcee3869d2c803736b5cd9ca004c93e9bfa2f87ae3202a5a9 +Checksums-Sha1: + c79119bc97c15ab416c427ff9298813995b89c83 3260 golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.dsc + 77858fd5bab34d6e780c086d8b33b0d104bf2368 2522198 golang-k8s-kube-openapi_0.0~git20231214.ab13479.orig.tar.gz + be1fd608f43528182ee2c425347c226103019993 5148 golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.debian.tar.xz +Checksums-Sha256: + ebe004dbf390791dcee3869d2c803736b5cd9ca004c93e9bfa2f87ae3202a5a9 3260 golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.dsc + 5a356ae0247c20034b70987ec26f7ced1d5b18d987f1baa33d6f9b72962c035d 2522198 golang-k8s-kube-openapi_0.0~git20231214.ab13479.orig.tar.gz + 5e7972cbbe901e8fec8b6d045e6e501a758e781a1f2927f5d3ead0c1bddec8c2 5148 golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.debian.tar.xz +Files: + 32c3546fb57caab0df6382a6a0d10e66 3260 golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.dsc + 8a39e5cb424f77d227332d6170bc19f8 2522198 golang-k8s-kube-openapi_0.0~git20231214.ab13479.orig.tar.gz + a0390c0d11596f7cbf5fbadd84e27620 5148 golang-k8s-kube-openapi_0.0~git20231214.ab13479-3.debian.tar.xz +Go-Import-Path: k8s.io/kube-openapi + +Format: 3.0 (quilt) +Package: golang-k8s-sigs-json +Binary: golang-k8s-sigs-json-dev +Architecture: all +Version: 0.0~git20211208.9f7c6b3-2 +Maintainer: Debian Go Packaging Team +Uploaders: Nobuhiro Iwamatsu +Homepage: https://github.com/kubernetes-sigs/json +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-json +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-json.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any +Package-List: + golang-k8s-sigs-json-dev deb golang optional arch=all +Directory: pool/39c9a90a23d270b19162ef633b529308a337693a30ede142a671cfb9b863e07f +Checksums-Sha1: + 72f53994e95d44d2d2090650f996f951037487fb 2275 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3-2.dsc + dd61e8798e7b351f020c403d5247382e0c0ed579 192740 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3.orig.tar.xz + 2470d012bf05114d7c903fcee9f07dcc36e6d2da 2852 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3-2.debian.tar.xz +Checksums-Sha256: + 39c9a90a23d270b19162ef633b529308a337693a30ede142a671cfb9b863e07f 2275 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3-2.dsc + e5b5ee8ade1f40e29789271f8d7d70c2a750e587cdd196b83fff5a080c8b9dcd 192740 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3.orig.tar.xz + 7387e74d98b0239acdec642398a815f5acebcf373e6ba1fc421f4e2e363f1727 2852 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3-2.debian.tar.xz +Files: + aa2a7b97a530b7a4dc6c3e7be9e0e690 2275 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3-2.dsc + 7897323af8409fb2ad4f3e1c647ac130 192740 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3.orig.tar.xz + a31bead343a33cef2505afaacd0cdcb3 2852 golang-k8s-sigs-json_0.0~git20211208.9f7c6b3-2.debian.tar.xz +Go-Import-Path: sigs.k8s.io/json + +Format: 3.0 (quilt) +Package: golang-k8s-sigs-structured-merge-diff +Binary: golang-k8s-sigs-structured-merge-diff-dev +Architecture: all +Version: 4.4.1+ds1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Tong Sun +Homepage: https://github.com/kubernetes-sigs/structured-merge-diff +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-structured-merge-diff +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-structured-merge-diff.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-google-gofuzz-dev, golang-github-json-iterator-go-dev, golang-github-google-go-cmp-dev, golang-gopkg-yaml.v2-dev +Package-List: + golang-k8s-sigs-structured-merge-diff-dev deb golang optional arch=all +Directory: pool/59356c9dff9ae3fcda08f5d736b64d1cc5468bf94c53cb001c31f752ab4546e4 +Checksums-Sha1: + eef562139d52b9a1ab5e69cf612764ed9e73426c 2564 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1-1.dsc + 03a23fb9b55092d89411f5774a5f5521702291c5 151488 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1.orig.tar.xz + 5baa766e1e40f828830f123829d72364776bea4e 3204 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1-1.debian.tar.xz +Checksums-Sha256: + 59356c9dff9ae3fcda08f5d736b64d1cc5468bf94c53cb001c31f752ab4546e4 2564 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1-1.dsc + 5af03992758497df8d9acb1811ff8110babf3dab552ab4688308b2bddc4177a6 151488 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1.orig.tar.xz + d5d792d61402563ab4115c040813a734aeb210f3404823bac471b6c31c673f6a 3204 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1-1.debian.tar.xz +Files: + 0b9836b36b65e69341dd6d8277a76cf1 2564 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1-1.dsc + cb1e8b06afa8adb5b3ac670189491c31 151488 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1.orig.tar.xz + 2cd7ec93a5b5c1731e0383ac1c075ab4 3204 golang-k8s-sigs-structured-merge-diff_4.4.1+ds1-1.debian.tar.xz +Go-Import-Path: sigs.k8s.io/structured-merge-diff + +Format: 3.0 (quilt) +Package: golang-k8s-sigs-yaml +Binary: golang-k8s-sigs-yaml-dev +Architecture: all +Version: 1.3.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu , +Homepage: https://github.com/kubernetes-sigs/yaml +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-yaml +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-yaml.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang +Build-Depends-Indep: golang-any, golang-github-davecgh-go-spew-dev, golang-gopkg-yaml.v2-dev +Package-List: + golang-k8s-sigs-yaml-dev deb golang optional arch=all +Directory: pool/dc1cab1a00a613a87496c73664e3cc7e959df4e1e7cc22b926272840ab82f5b5 +Checksums-Sha1: + ce47b3225b36fdc4a9625119ee7466bfe8fe1f0b 1639 golang-k8s-sigs-yaml_1.3.0-1.dsc + 838a79b369cde98c57a260937ee05031196f1763 17353 golang-k8s-sigs-yaml_1.3.0.orig.tar.gz + fbc88ef2deabd858a5b7d87d04ef8da96232c334 3460 golang-k8s-sigs-yaml_1.3.0-1.debian.tar.xz +Checksums-Sha256: + dc1cab1a00a613a87496c73664e3cc7e959df4e1e7cc22b926272840ab82f5b5 1639 golang-k8s-sigs-yaml_1.3.0-1.dsc + ef6a4306f088bfe3e5b7dc53e12629447567fbdf54b88d50dc4cd5183c0a3542 17353 golang-k8s-sigs-yaml_1.3.0.orig.tar.gz + b4c62dfd3c6ac740c134a50d4e408fbd672498ee6cbea3261c8701c253157a3b 3460 golang-k8s-sigs-yaml_1.3.0-1.debian.tar.xz +Files: + 7d1ba08727b0498cc98f98d5be1414ff 1639 golang-k8s-sigs-yaml_1.3.0-1.dsc + ea95598aa6ca8b7b666d3c66272c1f5d 17353 golang-k8s-sigs-yaml_1.3.0.orig.tar.gz + 39316ee9188b635e7b3e23f278e2fdde 3460 golang-k8s-sigs-yaml_1.3.0-1.debian.tar.xz +Go-Import-Path: sigs.k8s.io/yaml + +Format: 3.0 (quilt) +Package: golang-k8s-utils +Binary: golang-k8s-utils-dev +Architecture: all +Version: 0.0~git20240821.f90d014-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arthur Diniz , Mathias Gibbens +Homepage: https://github.com/kubernetes/utils +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-utils +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-utils.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-davecgh-go-spew-dev, golang-k8s-klog-dev +Package-List: + golang-k8s-utils-dev deb golang optional arch=all +Directory: pool/59e1e5d3ca6be8446025e1d9684903cd47740b970a12d296bedb7af73b0a8c04 +Checksums-Sha1: + bd8477c7057d48b510455a54cf640f77be839d54 2345 golang-k8s-utils_0.0~git20240821.f90d014-1.dsc + 33cbf3e022cf5cf7317bd4dcb0ca997b5bd5c939 99192 golang-k8s-utils_0.0~git20240821.f90d014.orig.tar.xz + 2a284c548df07c2b7e9b262448845418d057d810 3636 golang-k8s-utils_0.0~git20240821.f90d014-1.debian.tar.xz +Checksums-Sha256: + 59e1e5d3ca6be8446025e1d9684903cd47740b970a12d296bedb7af73b0a8c04 2345 golang-k8s-utils_0.0~git20240821.f90d014-1.dsc + e2d02323bb3d600ef2da637e3079863d555e5fc2fa697ae5da79ec645aefd74e 99192 golang-k8s-utils_0.0~git20240821.f90d014.orig.tar.xz + 4b94b097a868149fe3e1f96ec8cc8ee13f1179b91eb678714bc0678d1873b6c0 3636 golang-k8s-utils_0.0~git20240821.f90d014-1.debian.tar.xz +Files: + 891f9ac0c6b788fa19738e8d43274d12 2345 golang-k8s-utils_0.0~git20240821.f90d014-1.dsc + 7d11eefc563ad25a41ed4d83e2f779b4 99192 golang-k8s-utils_0.0~git20240821.f90d014.orig.tar.xz + e5a2114866d619de03c76b4b22d84bc6 3636 golang-k8s-utils_0.0~git20240821.f90d014-1.debian.tar.xz +Go-Import-Path: k8s.io/utils + +Format: 3.0 (quilt) +Package: golang-logrus +Binary: golang-github-sirupsen-logrus-dev +Architecture: all +Version: 1.9.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Martín Ferrari , Dmitry Smirnov , +Homepage: https://github.com/sirupsen/logrus +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-logrus +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-logrus.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.10), golang-any, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev +Package-List: + golang-github-sirupsen-logrus-dev deb golang optional arch=all +Directory: pool/91c052455d696ec39e8dc7307c88d66466ecbc082b58ccad515c519a2ac5559c +Checksums-Sha1: + e406700d8ca3d30658cc379bc54b1f95c5f328f3 2211 golang-logrus_1.9.0-1.dsc + dce6e2d684389d5b95e2bcc081653017519e6d55 49098 golang-logrus_1.9.0.orig.tar.gz + fe373d6d06b5a613080f41a8199ea0570a055dc5 3956 golang-logrus_1.9.0-1.debian.tar.xz +Checksums-Sha256: + 91c052455d696ec39e8dc7307c88d66466ecbc082b58ccad515c519a2ac5559c 2211 golang-logrus_1.9.0-1.dsc + 12446ed9eb96573c2aae4df2db81900a65bfd21d2ce92efde7201614e42134f7 49098 golang-logrus_1.9.0.orig.tar.gz + 93b4a3a1afa481f055f53e5678bacd5a03b56c78af558392eae5233fb3b0b24b 3956 golang-logrus_1.9.0-1.debian.tar.xz +Files: + f11afe5171437885ab157ebd22f36fc8 2211 golang-logrus_1.9.0-1.dsc + 3d436b241e9df05221972eda48767332 49098 golang-logrus_1.9.0.orig.tar.gz + 28306f2ea500dee4dd35b19a88e0d4b4 3956 golang-logrus_1.9.0-1.debian.tar.xz +Go-Import-Path: github.com/sirupsen/logrus + +Format: 3.0 (quilt) +Package: golang-objx +Binary: golang-github-stretchr-objx-dev +Architecture: all +Version: 0.5.2-1 +Maintainer: Debian Go Packaging Team +Uploaders: Jelmer Vernooij , Anthony Fok , Michael Stapelberg +Homepage: https://github.com/stretchr/objx +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-objx +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-objx.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.20~) +Package-List: + golang-github-stretchr-objx-dev deb golang optional arch=all +Directory: pool/8b29e8c944041f71923411a3844b7348bdd6123d40335e17aaf38360e9efaed3 +Checksums-Sha1: + 68cdf02e8fc1514afc2382e7a7c96797e1e20e7d 2198 golang-objx_0.5.2-1.dsc + b14d7c0192fe06c7f65d1ee4cafa39eb0f746946 33222 golang-objx_0.5.2.orig.tar.gz + 6b0d09125d4fae9685cc03e856dcaacca33d81fc 3832 golang-objx_0.5.2-1.debian.tar.xz +Checksums-Sha256: + 8b29e8c944041f71923411a3844b7348bdd6123d40335e17aaf38360e9efaed3 2198 golang-objx_0.5.2-1.dsc + c21c81a2e619fe8194c9cfafd577a72fe163df5a384d68799fbc54eef4b0e33f 33222 golang-objx_0.5.2.orig.tar.gz + 5f5ee4d2dd88c3be2306a8573f7b5328deebe495cf16f54ec5c808182445b501 3832 golang-objx_0.5.2-1.debian.tar.xz +Files: + 99768113e1820b48c37e23e626d26789 2198 golang-objx_0.5.2-1.dsc + 6e0290ffcd7bdc5e84705feeb36c8924 33222 golang-objx_0.5.2.orig.tar.gz + 395c2c19d5003d531885c4e4b34cb614 3832 golang-objx_0.5.2-1.debian.tar.xz +Go-Import-Path: github.com/stretchr/objx + +Format: 3.0 (quilt) +Package: golang-opentelemetry-contrib +Binary: golang-opentelemetry-contrib-dev +Architecture: all +Version: 0.42.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Thomas Goirand , +Homepage: https://pkg.go.dev/go.opentelemetry.io/contrib +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-opentelemetry-contrib +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-contrib.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-felixge-httpsnoop-dev, golang-github-google-go-cmp-dev, golang-github-gorilla-mux-dev, golang-github-stretchr-testify-dev, golang-google-grpc-dev, golang-google-protobuf-dev, golang-opentelemetry-otel-dev (>= 1.10.0) +Package-List: + golang-opentelemetry-contrib-dev deb golang optional arch=all +Directory: pool/2be8ecf4b18ac7c62ab94c9e4f36abd715ea50a7d5bef1c8106e19a11e6bb961 +Checksums-Sha1: + edf3ee8500414b1cde657ed3e559e5b52e48fb41 2144 golang-opentelemetry-contrib_0.42.0-2.dsc + 204ec6b8039b91db95167bf5cdb04bc8cc494626 574392 golang-opentelemetry-contrib_0.42.0.orig.tar.gz + 831a48dee7b758c1e7bb4e8ecc57f1911f15cac1 3512 golang-opentelemetry-contrib_0.42.0-2.debian.tar.xz +Checksums-Sha256: + 2be8ecf4b18ac7c62ab94c9e4f36abd715ea50a7d5bef1c8106e19a11e6bb961 2144 golang-opentelemetry-contrib_0.42.0-2.dsc + 227ae51ea61043c8fcc87a677e9dc4854536330dd7755a252caa0a89474cc591 574392 golang-opentelemetry-contrib_0.42.0.orig.tar.gz + 1a608fd583f1c7f77c88d7c3ecef37ab4b86d927da6f9ea2330347cdfe8a3d17 3512 golang-opentelemetry-contrib_0.42.0-2.debian.tar.xz +Files: + 914a938c3f7c125ca59c38463c1ad431 2144 golang-opentelemetry-contrib_0.42.0-2.dsc + 75d5650dabe514c37e6143ef5b6e42fc 574392 golang-opentelemetry-contrib_0.42.0.orig.tar.gz + 7d760443c45a835f0cb6791c0be901dc 3512 golang-opentelemetry-contrib_0.42.0-2.debian.tar.xz +Go-Import-Path: go.opentelemetry.io/contrib + +Format: 3.0 (quilt) +Package: golang-opentelemetry-otel +Binary: golang-opentelemetry-otel-dev +Architecture: all +Version: 1.21.0-4 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu +Homepage: https://github.com/open-telemetry/opentelemetry-go +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-opentelemetry-otel +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-otel.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-cenkalti-backoff-dev, golang-github-go-logr-logr-dev, golang-github-go-logr-stdr-dev, golang-github-google-go-cmp-dev, golang-github-masterminds-semver-dev (>= 3.1.1~), golang-github-prometheus-client-golang-dev, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev, golang-google-grpc-dev (>= 1.34.0~), golang-gopkg-yaml.v2-dev, golang-opentelemetry-proto-dev, golang-uber-goleak-dev +Package-List: + golang-opentelemetry-otel-dev deb golang optional arch=all +Directory: pool/6e83ee160f9eb3403c3331f1a685ed2f67bdebd23fd75c10dd90150f9bcd32f5 +Checksums-Sha1: + 85002b1622e759be3d4709189ee0caae32922a66 2287 golang-opentelemetry-otel_1.21.0-4.dsc + 4646078402b526655317d36a71592211bd0ae066 1270544 golang-opentelemetry-otel_1.21.0.orig.tar.gz + a60651fda7264bcefd6fd14d70b5212982fb524e 3172 golang-opentelemetry-otel_1.21.0-4.debian.tar.xz +Checksums-Sha256: + 6e83ee160f9eb3403c3331f1a685ed2f67bdebd23fd75c10dd90150f9bcd32f5 2287 golang-opentelemetry-otel_1.21.0-4.dsc + 4b349d1d8b694a8d2383278561cedad59e06eae7ae165ea7231541824df2b63e 1270544 golang-opentelemetry-otel_1.21.0.orig.tar.gz + 7b0be449a4f928b4c2d200bed21c37a2c8ad5230c4fc90d7579afc209403edcb 3172 golang-opentelemetry-otel_1.21.0-4.debian.tar.xz +Files: + 687df4f723c0b03558ce13a766ac2cac 2287 golang-opentelemetry-otel_1.21.0-4.dsc + 64f31616bcd695bdf849cf81a133460f 1270544 golang-opentelemetry-otel_1.21.0.orig.tar.gz + 50774518615e0c768a0290f2d4c423fc 3172 golang-opentelemetry-otel_1.21.0-4.debian.tar.xz +Go-Import-Path: go.opentelemetry.io/otel + +Format: 3.0 (quilt) +Package: golang-opentelemetry-proto +Binary: golang-opentelemetry-proto-dev +Architecture: all +Version: 0.19.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Thomas Goirand , Shengjing Zhu , +Homepage: https://github.com/open-telemetry/opentelemetry-proto-go +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-opentelemetry-proto +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-opentelemetry-proto.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-grpc-ecosystem-grpc-gateway-dev (>= 2.20.0), golang-google-grpc-dev (>= 1.64.0), golang-google-protobuf-dev +Package-List: + golang-opentelemetry-proto-dev deb golang optional arch=all +Directory: pool/0e0b026a9f9319455c81c45149301f84090d96b97df842cfb8212ace42da802e +Checksums-Sha1: + 78c41ff161e05576b869173ad938b00cdd159f8b 2424 golang-opentelemetry-proto_0.19.0-2.dsc + 5bdf1d5ba0035a4930bb45de58aadd3f80cf8131 101676 golang-opentelemetry-proto_0.19.0.orig.tar.gz + ebf502c60637d3fc28a1afe4865a7812c84d8b85 2388 golang-opentelemetry-proto_0.19.0-2.debian.tar.xz +Checksums-Sha256: + 0e0b026a9f9319455c81c45149301f84090d96b97df842cfb8212ace42da802e 2424 golang-opentelemetry-proto_0.19.0-2.dsc + ce2c35322e5fdf3f23c1a70701dc679ca02bc9d3835d5e47609936ed55ce9f64 101676 golang-opentelemetry-proto_0.19.0.orig.tar.gz + 612ffea7f18b536062a31aca9596166989ce054099311106398297fdd1dbe40f 2388 golang-opentelemetry-proto_0.19.0-2.debian.tar.xz +Files: + 8482bfd678db396a2064371620281be6 2424 golang-opentelemetry-proto_0.19.0-2.dsc + 69fe306713b7c28aa9291a645e6f752f 101676 golang-opentelemetry-proto_0.19.0.orig.tar.gz + 1d16d99ebd6a4f173bc2e555f7a72181 2388 golang-opentelemetry-proto_0.19.0-2.debian.tar.xz +Go-Import-Path: go.opentelemetry.io/proto + +Format: 3.0 (quilt) +Package: golang-pretty +Binary: golang-github-kr-pretty-dev +Architecture: all +Version: 0.3.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/kr/pretty/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-pretty +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-pretty.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-kr-text-dev (>= 0.2.0), golang-github-rogpeppe-go-internal-dev (>= 1.9.0) +Package-List: + golang-github-kr-pretty-dev deb golang optional arch=all +Directory: pool/1321798562fa1129b1ffe7fa91e56262b4c01d649b7d3bf87b82e2a199f6aef5 +Checksums-Sha1: + 7797c0951fd9ddafcce089ff604300c10a38c5be 2187 golang-pretty_0.3.1-1.dsc + b9c8b1df918494927088d59aac28cc7c4a140842 10227 golang-pretty_0.3.1.orig.tar.gz + 110e7269bd4f47adc104172584af457d8aad997b 3496 golang-pretty_0.3.1-1.debian.tar.xz +Checksums-Sha256: + 1321798562fa1129b1ffe7fa91e56262b4c01d649b7d3bf87b82e2a199f6aef5 2187 golang-pretty_0.3.1-1.dsc + e6fa7db2708320e66a1645bf6b234e524e73f4163ca0519b8608616e48f5d206 10227 golang-pretty_0.3.1.orig.tar.gz + f2eda225950531b5a83417fa8d2d1f11963bc00c001702fac48876050b7a9dce 3496 golang-pretty_0.3.1-1.debian.tar.xz +Files: + 2f7113c28cef7d95300d8392515fc174 2187 golang-pretty_0.3.1-1.dsc + 4232e8f18caf434f2c0fd1aed5712f3a 10227 golang-pretty_0.3.1.orig.tar.gz + 35a4ff4e09b06a3514452dbc4ae41590 3496 golang-pretty_0.3.1-1.debian.tar.xz +Go-Import-Path: github.com/kr/pretty + +Format: 3.0 (quilt) +Package: golang-rsc-binaryregexp +Binary: golang-rsc-binaryregexp-dev +Architecture: all +Version: 0.2.0-3 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok +Homepage: https://github.com/rsc/binaryregexp +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-rsc-binaryregexp +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-rsc-binaryregexp.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 12), dh-golang, golang-any +Package-List: + golang-rsc-binaryregexp-dev deb devel optional arch=all +Directory: pool/fe10e48aad226f785e1fc7b2165b3a3710c775b709ce272c50e6f720f9691387 +Checksums-Sha1: + ba98d1f92cca57a8be2046f622579032bb731878 2170 golang-rsc-binaryregexp_0.2.0-3.dsc + 9e0fbca852dcab8e5d4e673be9434171f4f3c621 436035 golang-rsc-binaryregexp_0.2.0.orig.tar.gz + c70e86963954a4e7033bc8bcf46598b82dbee533 2760 golang-rsc-binaryregexp_0.2.0-3.debian.tar.xz +Checksums-Sha256: + fe10e48aad226f785e1fc7b2165b3a3710c775b709ce272c50e6f720f9691387 2170 golang-rsc-binaryregexp_0.2.0-3.dsc + e0c7044306fc811068d950c67bc74ca8c8542444cca05947c1d19f4f9e6c1206 436035 golang-rsc-binaryregexp_0.2.0.orig.tar.gz + 267004239eb84161afd2d71e631019867d732cc597bfdafc2cd4de38867cf24f 2760 golang-rsc-binaryregexp_0.2.0-3.debian.tar.xz +Files: + 3c00dc4fd67eabdfe28f12501ef36cc7 2170 golang-rsc-binaryregexp_0.2.0-3.dsc + 1156555f5316780d93ae679246cc3e63 436035 golang-rsc-binaryregexp_0.2.0.orig.tar.gz + b1a11cef43bea3bf6f313e09a2ee72fc 2760 golang-rsc-binaryregexp_0.2.0-3.debian.tar.xz +Go-Import-Path: rsc.io/binaryregexp + +Format: 3.0 (quilt) +Package: golang-testify +Binary: golang-github-stretchr-testify-dev +Architecture: all +Version: 1.9.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Jelmer Vernooij , Anthony Fok , Martina Ferrari +Homepage: https://github.com/stretchr/testify +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-testify +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-testify.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.17~), golang-github-davecgh-go-spew-dev (>= 1.1.1), golang-github-pmezard-go-difflib-dev (>= 1.0.0), golang-github-stretchr-objx-dev (>= 0.5.2), golang-gopkg-yaml.v3-dev (>= 3.0.1) +Package-List: + golang-github-stretchr-testify-dev deb golang optional arch=all +Directory: pool/56eab0c75f393d98984d1ad288d42095f718df15c2066ebccb4cbb0baf5dda00 +Checksums-Sha1: + c396929a352cdbf93bfc0bb2e26dde4803af1c2c 2403 golang-testify_1.9.0-1.dsc + 25bc9504d90883f731d31643c63375f33bb77771 108663 golang-testify_1.9.0.orig.tar.gz + 7be597aa0c4cd1c5444d3e5983abcfb2a86fc5c8 5244 golang-testify_1.9.0-1.debian.tar.xz +Checksums-Sha256: + 56eab0c75f393d98984d1ad288d42095f718df15c2066ebccb4cbb0baf5dda00 2403 golang-testify_1.9.0-1.dsc + ee651d4d4427d55096007190398102383498e6b5cf97ea9e89ad6e72b4115fbb 108663 golang-testify_1.9.0.orig.tar.gz + 3c6a1fe36d7f67107d58e358d5b40fb89cd6ab46e99049eef3913971ba430975 5244 golang-testify_1.9.0-1.debian.tar.xz +Files: + 918c9d2e7e391cdb0d7b8cb3592dda82 2403 golang-testify_1.9.0-1.dsc + 62478698565a0f2f9a0627b46871d65c 108663 golang-testify_1.9.0.orig.tar.gz + a965baf3746c4d07046978e2ae972352 5244 golang-testify_1.9.0-1.debian.tar.xz +Go-Import-Path: github.com/stretchr/testify + +Format: 3.0 (quilt) +Package: golang-text +Binary: golang-github-kr-text-dev +Architecture: all +Version: 0.2.0-2 +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok , Tim Potter , +Homepage: https://github.com/kr/text +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-text +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-text.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-creack-pty-dev +Package-List: + golang-github-kr-text-dev deb golang optional arch=all +Directory: pool/0e5ccf9b4f4081efcaa6b5681adad64f40ea173bbe9f1d260740b5786c368fc8 +Checksums-Sha1: + 4689b1f42d088e77aa4efa2842cdf5a3352c916c 2101 golang-text_0.2.0-2.dsc + 206ea56d3cb912c3a11f0cbc07ea2ae69c806f50 8124 golang-text_0.2.0.orig.tar.xz + 3ea843bb02f367015b82a19971f7e180c6d47302 3300 golang-text_0.2.0-2.debian.tar.xz +Checksums-Sha256: + 0e5ccf9b4f4081efcaa6b5681adad64f40ea173bbe9f1d260740b5786c368fc8 2101 golang-text_0.2.0-2.dsc + af2c3bcc52b676e7b7578879de46c931f288f9c060f40044a1c06c43e19797a6 8124 golang-text_0.2.0.orig.tar.xz + 11964ccdc1741409bb51d3f5191204f0144daf634edd9d03689389f4288e1f09 3300 golang-text_0.2.0-2.debian.tar.xz +Files: + df88db9ce7eafbd3355fefc89319fa9b 2101 golang-text_0.2.0-2.dsc + 9680a10e63c3b124326dcce9074b2fb6 8124 golang-text_0.2.0.orig.tar.xz + d6ee2c4a226ef93b8ce62573e6256a20 3300 golang-text_0.2.0-2.debian.tar.xz +Go-Import-Path: github.com/kr/text + +Format: 3.0 (quilt) +Package: golang-toml +Binary: golang-github-burntsushi-toml-dev +Architecture: all +Version: 1.4.0-1 +Maintainer: Debian Go Packaging Team +Uploaders: Jelmer Vernooij , Anthony Fok , Tim Potter +Homepage: https://github.com/BurntSushi/toml +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-toml +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-toml.git +Testsuite: autopkgtest-pkg-go +Build-Depends: dh-sequence-golang, golang-any, debhelper-compat (= 13) +Package-List: + golang-github-burntsushi-toml-dev deb golang optional arch=all +Directory: pool/d2ebeff0cf59939d79d9c373f7a712dfd1e3638084dc3197f82fff8cdee7fdba +Checksums-Sha1: + e52f4bf43cac4754b30c264679ddaf0cb156b7e7 1806 golang-toml_1.4.0-1.dsc + ba5614ec2940ee124a313d402c51deefe42893b6 93228 golang-toml_1.4.0.orig.tar.xz + 9511b281e946c9f8af8e9bac36f3bf428e5a0db8 8492 golang-toml_1.4.0-1.debian.tar.xz +Checksums-Sha256: + d2ebeff0cf59939d79d9c373f7a712dfd1e3638084dc3197f82fff8cdee7fdba 1806 golang-toml_1.4.0-1.dsc + f26f1bd64e03aa68c8a2afd5e4fbc71699b868f85899919517225a3596ab145f 93228 golang-toml_1.4.0.orig.tar.xz + 618a8a3f31c6ee42e31c4fb3a7c89e5407c320c57460d4e5f64cade34f6b37c0 8492 golang-toml_1.4.0-1.debian.tar.xz +Files: + cc95ffb14b2fd927a7ba5856bbea4416 1806 golang-toml_1.4.0-1.dsc + a41a7f664c3e82fe90cce3e6b0e88a4d 93228 golang-toml_1.4.0.orig.tar.xz + f79364a60fdacd0305915d41c3d4e863 8492 golang-toml_1.4.0-1.debian.tar.xz +Go-Import-Path: github.com/BurntSushi/toml + +Format: 3.0 (quilt) +Package: golang-yaml.v2 +Binary: golang-gopkg-yaml.v2-dev +Architecture: all +Version: 2.4.0-4 +Maintainer: Debian Go Packaging Team +Uploaders: Sergio Schvezov , Martina Ferrari , Anthony Fok , +Homepage: https://github.com/go-yaml/yaml/tree/v2 +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-yaml.v2 +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-yaml.v2.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-gopkg-check.v1-dev +Package-List: + golang-gopkg-yaml.v2-dev deb golang optional arch=all +Directory: pool/3c8ce7960b3915cf1fb0d3abba48d6b842064c1c53505c51d18482ffa79eef55 +Checksums-Sha1: + d61a98f7b27fe387f11a6df9d9300c862e8f725c 2196 golang-yaml.v2_2.4.0-4.dsc + 3cc77251a6d9c7d0454af5dd094e8262afad62a4 73209 golang-yaml.v2_2.4.0.orig.tar.gz + d117061b8e40b8fad6fb42752e7cfa6bbd274c34 4352 golang-yaml.v2_2.4.0-4.debian.tar.xz +Checksums-Sha256: + 3c8ce7960b3915cf1fb0d3abba48d6b842064c1c53505c51d18482ffa79eef55 2196 golang-yaml.v2_2.4.0-4.dsc + d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 73209 golang-yaml.v2_2.4.0.orig.tar.gz + ed1126d6392b448e3137fc31437218f7a35f6e54e001978a0c833cb61c18e100 4352 golang-yaml.v2_2.4.0-4.debian.tar.xz +Files: + 17f3ccae8b58b8d16363d6478136c43a 2196 golang-yaml.v2_2.4.0-4.dsc + f1da7147d0cbd237f228cc81c118618b 73209 golang-yaml.v2_2.4.0.orig.tar.gz + 0c3254cea31eb957d1e2e37218dffa77 4352 golang-yaml.v2_2.4.0-4.debian.tar.xz +Go-Import-Path: gopkg.in/yaml.v2 + +Format: 3.0 (quilt) +Package: google-compute-engine-oslogin +Binary: google-compute-engine-oslogin +Architecture: any +Version: 20240415.00-1 +Maintainer: Debian Cloud Team +Uploaders: Bastian Blank +Homepage: https://cloud.google.com/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/waldi/google-compute-engine-oslogin +Vcs-Git: https://salsa.debian.org/waldi/google-compute-engine-oslogin.git +Build-Depends: debhelper-compat (= 13), libcurl4-openssl-dev, libgtest-dev , libjson-c-dev, libpam-dev +Package-List: + google-compute-engine-oslogin deb admin optional arch=any +Directory: pool/7e9a3386175158305b9201c058842db41fc277fc66d141525085d5cc96a6f4b5 +Checksums-Sha1: + 02588ed20764e050fc9caceca33a7e9464b54218 1620 google-compute-engine-oslogin_20240415.00-1.dsc + fe05b2e11dd586d56d16ef942d467c947d7fe985 50376 google-compute-engine-oslogin_20240415.00.orig.tar.xz + 14ab1b79a67d0f0467bd7289ee0b0f78e0d4f194 2792 google-compute-engine-oslogin_20240415.00-1.debian.tar.xz +Checksums-Sha256: + 7e9a3386175158305b9201c058842db41fc277fc66d141525085d5cc96a6f4b5 1620 google-compute-engine-oslogin_20240415.00-1.dsc + 5bcb6c4bfd08e0f6aef24e9e861d765124f319ee330466e4a70e8cde618e131d 50376 google-compute-engine-oslogin_20240415.00.orig.tar.xz + d03db4e0ee0375436335ace1749b53f0bcbd6bffa8048399cb8d416a1798ce32 2792 google-compute-engine-oslogin_20240415.00-1.debian.tar.xz +Files: + 05d275c8292a106fb85e3cc530b7d57e 1620 google-compute-engine-oslogin_20240415.00-1.dsc + d5bedb39432e34590b0528931254da79 50376 google-compute-engine-oslogin_20240415.00.orig.tar.xz + 9f71b75ec95a7110a253151fc0bd6be2 2792 google-compute-engine-oslogin_20240415.00-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: google-guest-agent +Binary: google-guest-agent +Architecture: any +Version: 20211116.00-6.2 +Maintainer: Debian Cloud Team +Uploaders: Michael Banck +Homepage: https://github.com/GoogleCloudPlatform/guest-agent +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/cloud-team/google-guest-agent +Vcs-Git: https://salsa.debian.org/cloud-team/google-guest-agent.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-go-ini-ini-dev, golang-github-golang-groupcache-dev, golang-github-kardianos-service-dev, golang-github-tarm-serial-dev, golang-google-cloud-dev, golang-github-googlecloudplatform-guest-logging-go-dev, golang-google-grpc-dev, golang-github-golang-protobuf-1-5-dev +Package-List: + google-guest-agent deb golang optional arch=any +Directory: pool/c0a13ebe4e0c7c6728586194c13417bc66b83b17d3f43460aed2c5e96d95f87b +Checksums-Sha1: + 2e59ebf7b4596be7b6ef044d9772a54fe3ff93d7 2617 google-guest-agent_20211116.00-6.2.dsc + 6da464060b95466f370fb204f3ac619788de65d7 70380 google-guest-agent_20211116.00.orig.tar.xz + 42b80a82e5d87cd85d530449c5071a2a5dd0f540 4348 google-guest-agent_20211116.00-6.2.debian.tar.xz +Checksums-Sha256: + c0a13ebe4e0c7c6728586194c13417bc66b83b17d3f43460aed2c5e96d95f87b 2617 google-guest-agent_20211116.00-6.2.dsc + 605368bb18bf16831e9b16c5e456ac5e19e51ba60acdf517387db3107d9733fe 70380 google-guest-agent_20211116.00.orig.tar.xz + 23187eeb27abf18689be0eab674acd171843737a1cb02f80f019866d1e2f4ec8 4348 google-guest-agent_20211116.00-6.2.debian.tar.xz +Files: + 935688119d0425b8ab7de6ba55f3ae71 2617 google-guest-agent_20211116.00-6.2.dsc + b31c0220d3cb6c6c63ac6dd0fa8343c0 70380 google-guest-agent_20211116.00.orig.tar.xz + 178dded442f375dec5a7f1478aee5483 4348 google-guest-agent_20211116.00-6.2.debian.tar.xz +Dgit: 5953705f43e40bfd5aa48f74e6b9e777d5e7ae2e debian archive/debian/20211116.00-6.2 https://git.dgit.debian.org/google-guest-agent +Go-Import-Path: github.com/GoogleCloudPlatform/guest-agent + +Format: 3.0 (quilt) +Package: google-perftools +Binary: libgoogle-perftools-dev, libtcmalloc-minimal4t64, libgoogle-perftools4t64, google-perftools +Architecture: any all +Version: 2.15-3 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://github.com/gperftools/gperftools +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/google-perftools +Vcs-Git: https://salsa.debian.org/debian/google-perftools.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libunwind-dev [amd64] +Build-Conflicts: autoconf2.13, automake1.4 +Package-List: + google-perftools deb devel optional arch=all + libgoogle-perftools-dev deb libdevel optional arch=any + libgoogle-perftools4t64 deb libs optional arch=any + libtcmalloc-minimal4t64 deb libs optional arch=any +Directory: pool/13808e637a4ea3b5634b645ea46de390ce9e61d59b95289f4139ac61d50821a0 +Checksums-Sha1: + f706dd81ed411e45ee29bd6fed1b4cc26f1335e7 2244 google-perftools_2.15-3.dsc + 06d69e692a7a4f9e1ab2a28b3eada4599090d099 888271 google-perftools_2.15.orig.tar.gz + 33924c02b46375f002ad7792516e0d8da2741101 8832 google-perftools_2.15-3.debian.tar.xz +Checksums-Sha256: + 13808e637a4ea3b5634b645ea46de390ce9e61d59b95289f4139ac61d50821a0 2244 google-perftools_2.15-3.dsc + 3918ff2e21bb3dbb5a801e1daf55fb20421906f7c42fbb482bede7bdc15dfd2e 888271 google-perftools_2.15.orig.tar.gz + bf962ef1b4e967e4ce3dd28a70f47fb4eb236d73c71576f7e3210476fde9fdf9 8832 google-perftools_2.15-3.debian.tar.xz +Files: + d912d3857d271aafc6cdc6dfd88f137d 2244 google-perftools_2.15-3.dsc + 44eb163362ea2449f89276f28b13c5a3 888271 google-perftools_2.15.orig.tar.gz + d85416cae67e29f6a589f45943c096e4 8832 google-perftools_2.15-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: gotest.tools +Binary: golang-github-gotestyourself-gotest.tools-dev +Architecture: all +Version: 3.5.1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Arnaud Rebillout , Anthony Fok +Homepage: https://github.com/gotestyourself/gotest.tools +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/gotest.tools +Vcs-Git: https://salsa.debian.org/go-team/packages/gotest.tools.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-google-go-cmp-dev (>= 0.4.0~) +Package-List: + golang-github-gotestyourself-gotest.tools-dev deb golang optional arch=all +Directory: pool/d4ce397272096e9a413361b6efb8dfaea267d1cfa06ed8d76dbb7bc9c14cb43c +Checksums-Sha1: + 34e348461e14a2553fbd312777095e28baa1846a 2216 gotest.tools_3.5.1-1.dsc + d9eb4a45f91b18c0ecc0510a9b19845d1aff61f9 74147 gotest.tools_3.5.1.orig.tar.gz + e399a7a0bb9e3760242944201debaa8c80fea6a8 4564 gotest.tools_3.5.1-1.debian.tar.xz +Checksums-Sha256: + d4ce397272096e9a413361b6efb8dfaea267d1cfa06ed8d76dbb7bc9c14cb43c 2216 gotest.tools_3.5.1-1.dsc + 8befafb5204d1552cb380e44b055a997f2380b9397863bee7f96554a5da486e6 74147 gotest.tools_3.5.1.orig.tar.gz + dbfe5a969272f0f588f1ecd6d708be2a7089220a716553a1b411d4b7fd4d3c3c 4564 gotest.tools_3.5.1-1.debian.tar.xz +Files: + ce57a884f0732df80f40560de34ea025 2216 gotest.tools_3.5.1-1.dsc + bc9e36dd4a19d14fa8545f5ca9ca6c28 74147 gotest.tools_3.5.1.orig.tar.gz + e56e78b45475896845a47c9128e0a08b 4564 gotest.tools_3.5.1-1.debian.tar.xz +Go-Import-Path: gotest.tools + +Format: 3.0 (quilt) +Package: gpgme1.0 +Binary: libgpgme-dev, libgpgme11t64, python3-gpg, libqgpgme15t64, libgpgmepp6t64, libgpgmepp-dev, libgpgmepp-doc +Architecture: any all +Version: 1.18.0-6 +Maintainer: Debian GnuPG Maintainers +Uploaders: Daniel Kahn Gillmor , Andreas Metzler , +Homepage: https://www.gnupg.org/related_software/gpgme/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/gpgme +Vcs-Git: https://salsa.debian.org/debian/gpgme.git +Testsuite: autopkgtest +Testsuite-Triggers: gcc, libc6-dev, python3-all +Build-Depends: dpkg-dev (>= 1.22.5), automake (>= 1.14), debhelper-compat (= 13), dh-python, gnupg-agent, gnupg2 | gnupg (>= 2), gpgsm, libassuan-dev (>= 2.4.2), libgpg-error-dev (>= 1.36), libpython3-all-dev, pkg-config, python3-all-dev:any, qtbase5-dev, scdaemon, swig, texinfo +Build-Depends-Indep: doxygen, graphviz +Package-List: + libgpgme-dev deb libdevel optional arch=any + libgpgme11t64 deb libs optional arch=any + libgpgmepp-dev deb libdevel optional arch=any + libgpgmepp-doc deb doc optional arch=all + libgpgmepp6t64 deb libs optional arch=any + libqgpgme15t64 deb libs optional arch=any + python3-gpg deb python optional arch=any +Directory: pool/21f65e4df7f7e63efd38e9133083c4f76e68ea4ed01a6f91e813e47440dcd152 +Checksums-Sha1: + 32eb051a0a66116dfff85c7fc35f84f088227d61 2942 gpgme1.0_1.18.0-6.dsc + d559f7994f9dfd1af611f1f14313b2abbea2a33b 1762323 gpgme1.0_1.18.0.orig.tar.bz2 + 456669b0bb71504f7e8921a1d73decce0f88d966 390 gpgme1.0_1.18.0.orig.tar.bz2.asc + e3eca9633e10247cd62e619db08345b366161960 28976 gpgme1.0_1.18.0-6.debian.tar.xz +Checksums-Sha256: + 21f65e4df7f7e63efd38e9133083c4f76e68ea4ed01a6f91e813e47440dcd152 2942 gpgme1.0_1.18.0-6.dsc + 361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e 1762323 gpgme1.0_1.18.0.orig.tar.bz2 + 61efa5372ea178285b3ebf8be8c26edac2ac883a9cd6085e4ad608b6c2f772b6 390 gpgme1.0_1.18.0.orig.tar.bz2.asc + 3c311aa12e231c72fd4755e9e0776f9b2f8512efc28f2e6d7e6134dde8526806 28976 gpgme1.0_1.18.0-6.debian.tar.xz +Files: + d23a98c6128fe79be46d4b2c06ad50b7 2942 gpgme1.0_1.18.0-6.dsc + 98f25a7e494d294c4b2c1a769113510e 1762323 gpgme1.0_1.18.0.orig.tar.bz2 + 081f4168f027d77e280b6c32306663db 390 gpgme1.0_1.18.0.orig.tar.bz2.asc + d9abb34329498809e0d4f016f36abe44 28976 gpgme1.0_1.18.0-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: gpm +Binary: gpm, libgpm2, libgpm-dev +Architecture: linux-any +Version: 1.20.7-11 +Maintainer: Axel Beckert +Uploaders: Samuel Thibault +Homepage: https://nico.schottelius.org/software/gpm/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/gpm +Vcs-Git: https://salsa.debian.org/debian/gpm.git +Build-Depends: bison, debhelper-compat (= 13), dh-exec, mawk | awk, texinfo +Package-List: + gpm deb misc optional arch=linux-any + libgpm-dev deb libdevel optional arch=linux-any + libgpm2 deb libs optional arch=linux-any +Directory: pool/bf525d4e3aacaa375b29f2a1888c7d23c912e9133f6b0b016ea1a98cedb0ae71 +Checksums-Sha1: + d630034deafea6797b02d2273bbf7dd974ccceb6 1995 gpm_1.20.7-11.dsc + 3438de6d2be7cb6399bba54f15289ff148a5f11d 855027 gpm_1.20.7.orig.tar.gz + 72e7e3e185e0bd5957038fc1c55cc6d177cf3c76 85096 gpm_1.20.7-11.debian.tar.xz +Checksums-Sha256: + bf525d4e3aacaa375b29f2a1888c7d23c912e9133f6b0b016ea1a98cedb0ae71 1995 gpm_1.20.7-11.dsc + c7e4661c24e05ae13547176b649bac8e3a0db2575f7dd57559f9e0b509f90f49 855027 gpm_1.20.7.orig.tar.gz + 3624196c3c84a01bae2a245c81f7c28c37ca4693430637dc17ace329e826a807 85096 gpm_1.20.7-11.debian.tar.xz +Files: + dff7d9ce999cf924fd4c5a854923d8a2 1995 gpm_1.20.7-11.dsc + e9a4ba2711753c89b37950aada7aed4a 855027 gpm_1.20.7.orig.tar.gz + 637790114246df0d070d65075bda765e 85096 gpm_1.20.7-11.debian.tar.xz + +Format: 3.0 (quilt) +Package: graphene +Binary: libgraphene-1.0-0, libgraphene-1.0-dev, libgraphene-doc, graphene-tests, gir1.2-graphene-1.0 +Architecture: any all +Version: 1.10.8-4 +Maintainer: Debian GNOME Maintainers +Uploaders: Jeremy Bicha , Laurent Bigonville +Homepage: https://ebassi.github.io/graphene/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/graphene +Vcs-Git: https://salsa.debian.org/gnome-team/graphene.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gnome-desktop-testing, pkg-config, python3-gi, python3-tap +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-python3, gir1.2-gobject-2.0-dev, gobject-introspection, gobject-introspection (>= 1.78.1-9~) , libglib2.0-dev, meson, pkg-config +Build-Depends-Indep: gtk-doc-tools , libglib2.0-doc +Package-List: + gir1.2-graphene-1.0 deb introspection optional arch=any + graphene-tests deb libs optional arch=any + libgraphene-1.0-0 deb libs optional arch=any + libgraphene-1.0-dev deb libdevel optional arch=any + libgraphene-doc deb doc optional arch=all profile=!nodoc +Directory: pool/33e038ca5dd884dea3d5441a8b7b42d02fb68dce73f3fd154c54b2e00fd145c7 +Checksums-Sha1: + f2407b17bbeeae1c4fe98929f23fd08620f5c44a 2734 graphene_1.10.8-4.dsc + fa78b8e2a7ed1475c37ad0d75b1cc3da9d5761a7 248540 graphene_1.10.8.orig.tar.xz + baa96ceca7ead694d158fe009e8e82cda9adfe92 7948 graphene_1.10.8-4.debian.tar.xz +Checksums-Sha256: + 33e038ca5dd884dea3d5441a8b7b42d02fb68dce73f3fd154c54b2e00fd145c7 2734 graphene_1.10.8-4.dsc + 52e3f69828a2e1895a29d08d8a457ecad7a7a554901596069284fd9cf092fcf9 248540 graphene_1.10.8.orig.tar.xz + f4e29fe96dfb66ed1b8ac50959608c18152ed344d14128c15376d78e9257bcd6 7948 graphene_1.10.8-4.debian.tar.xz +Files: + 8fa9b984e07e694069847de041249069 2734 graphene_1.10.8-4.dsc + daf48c12b6e0b0bf6115fd4275dbadb4 248540 graphene_1.10.8.orig.tar.xz + 3c1fda8d4e3cea432af0f0e31fffae0c 7948 graphene_1.10.8-4.debian.tar.xz +Dgit: 0b59d7b0b7ab4665ea3b65ff8350b272a36da78b debian archive/debian/1.10.8-4 https://git.dgit.debian.org/graphene + +Format: 3.0 (quilt) +Package: graphite2 +Binary: libgraphite2-3, libgraphite2-dev, libgraphite2-doc, libgraphite2-utils, python3-graphite2 +Architecture: any all +Version: 1.3.14-2 +Maintainer: Debian LibreOffice Maintainers +Uploaders: Rene Engelhard , Daniel Glassey , +Homepage: https://graphite.sil.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/libreoffice-team/graphite2 +Vcs-Git: https://salsa.debian.org/libreoffice-team/graphite2.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, dpkg-dev, python3-all +Build-Depends: cmake, debhelper-compat (= 12), dh-exec, dh-python, python3:native, python3-fonttools +Build-Depends-Indep: asciidoc-dblatex, docbook-xsl, doxygen, graphviz, libxml2-utils, python3-all, python3-setuptools, texlive-latex-recommended +Package-List: + libgraphite2-3 deb libs optional arch=any + libgraphite2-dev deb libdevel optional arch=any + libgraphite2-doc deb doc optional arch=all + libgraphite2-utils deb fonts optional arch=any + python3-graphite2 deb python optional arch=all +Directory: pool/98ee6be2e35e2a4f7dbc71a21315399d59c4f79339cb832c6caccf8f62342d26 +Checksums-Sha1: + 457ddc8848b686d323148776fe587b5d44b61b0b 2568 graphite2_1.3.14-2.dsc + 768d478d300253a855a7a15ba1e59b56d06ad01c 6629829 graphite2_1.3.14.orig.tar.gz + b6feb27ea6942f1ba4a547b8b1bb51b012f93942 14168 graphite2_1.3.14-2.debian.tar.xz +Checksums-Sha256: + 98ee6be2e35e2a4f7dbc71a21315399d59c4f79339cb832c6caccf8f62342d26 2568 graphite2_1.3.14-2.dsc + 7a3b342c5681921ce2e0c2496509d30b5b078399d5a7bd2358f95166d57d91df 6629829 graphite2_1.3.14.orig.tar.gz + dc46cc532a54adfc7ed5798061795120325bf0722221b2a6299f49c403ee9cd4 14168 graphite2_1.3.14-2.debian.tar.xz +Files: + 724d6f3b9ffa8faaa125985e2be9444b 2568 graphite2_1.3.14-2.dsc + a3cb1dc0032a5875e2eaa4ed57cd38b1 6629829 graphite2_1.3.14.orig.tar.gz + c4069e02950392b9c189d731a25dd31d 14168 graphite2_1.3.14-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: grep +Binary: grep +Architecture: any +Version: 3.11-4 +Maintainer: Anibal Monsalve Salazar +Uploaders: Santiago Ruano Rincón +Homepage: https://www.gnu.org/software/grep/ +Standards-Version: 4.6.1.1 +Vcs-Browser: https://salsa.debian.org/debian/grep +Vcs-Git: https://salsa.debian.org/debian/grep.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, fakeroot, libpcre2-8-0, locales-all +Build-Depends: debhelper-compat (= 13), dh-sequence-movetousr, gettext, libpcre2-dev, texinfo +Package-List: + grep deb utils required arch=any essential=yes +Directory: pool/dd6f8eb933bc05446e483f7792c8bf0a1aba9d498e65c6ccafe64e9bf27ac054 +Checksums-Sha1: + 11e1b405ff336ae264c25f1ee8aed46031f91e11 1642 grep_3.11-4.dsc + 955146a0a4887eca33606e391481bbef37055b86 1703776 grep_3.11.orig.tar.xz + 55d07b1247899b99e5b6cb956b0720491c235f32 833 grep_3.11.orig.tar.xz.asc + 3686e9c246f03108dad1379f3e1d666fbd065d91 20468 grep_3.11-4.debian.tar.xz +Checksums-Sha256: + dd6f8eb933bc05446e483f7792c8bf0a1aba9d498e65c6ccafe64e9bf27ac054 1642 grep_3.11-4.dsc + 1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab 1703776 grep_3.11.orig.tar.xz + 89ec23ffd59b68822732dc8204fc89883c3af30a90ae390feb94346d9d09a589 833 grep_3.11.orig.tar.xz.asc + f10394b7589c58ca7de4b580692b1b59431f898cb2068e86222c174e093fdf49 20468 grep_3.11-4.debian.tar.xz +Files: + 7825c3c1de83e4ff17b512e49a06207f 1642 grep_3.11-4.dsc + 7c9bbd74492131245f7cdb291fa142c0 1703776 grep_3.11.orig.tar.xz + dca377728931fa16b0a5c0f1f50f436e 833 grep_3.11.orig.tar.xz.asc + 332d6fe3cff80c3e65baab694da6e037 20468 grep_3.11-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: groff +Binary: groff-base, groff +Architecture: any +Version: 1.23.0-5 +Maintainer: Colin Watson +Homepage: https://www.gnu.org/software/groff/ +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/debian/groff +Vcs-Git: https://salsa.debian.org/debian/groff.git +Build-Depends: bison, debhelper-compat (= 13), ghostscript, gsfonts, libuchardet-dev, libx11-dev, libxaw7-dev, libxmu-dev, libxt-dev, m4, netpbm, pkgconf, poppler-utils , psutils, texinfo, texlive-base, texlive-latex-base, x11proto-core-dev +Package-List: + groff deb text optional arch=any + groff-base deb text important arch=any +Directory: pool/008e4e03a3778d2f71369ae0318a43d89e23f649f2c08c6acd82d1296ca5d642 +Checksums-Sha1: + f8b6dd04f39df200761c1561fda24f09fdfb58fb 2420 groff_1.23.0-5.dsc + c18099667889873704f6f953ba501abc014fae85 7433031 groff_1.23.0.orig.tar.gz + fbf11773b8cb8360a1ccc4a2c32630a95e436eb3 833 groff_1.23.0.orig.tar.gz.asc + 5829f272e4fbdde400021042812b1bdb9996a6b3 43976 groff_1.23.0-5.debian.tar.xz +Checksums-Sha256: + 008e4e03a3778d2f71369ae0318a43d89e23f649f2c08c6acd82d1296ca5d642 2420 groff_1.23.0-5.dsc + 6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13 7433031 groff_1.23.0.orig.tar.gz + 7ec23a8550fba8d942da06b1f84a090d80538ac062e8c73de6a4ad7a4f69e09f 833 groff_1.23.0.orig.tar.gz.asc + d690891d6f44b70dd529f358f06fe1d9ec8f1a5a96775ebde3ba6b6ea430a471 43976 groff_1.23.0-5.debian.tar.xz +Files: + 70d0eea1d6352f31c92db5445ed7a38d 2420 groff_1.23.0-5.dsc + 5e4f40315a22bb8a158748e7d5094c7d 7433031 groff_1.23.0.orig.tar.gz + cd738df56f7a4732ca4ed3725dab3604 833 groff_1.23.0.orig.tar.gz.asc + 464e24e362bf1b15fa4bd4d104624da9 43976 groff_1.23.0-5.debian.tar.xz +Dgit: bf7a9407b361aaca00f1a15aca361239188fe094 debian archive/debian/1.23.0-5 https://git.dgit.debian.org/groff + +Format: 3.0 (quilt) +Package: grub2 +Binary: grub2, grub-linuxbios, grub-efi, grub-common, grub2-common, grub-emu, grub-emu-dbg, grub-pc-bin, grub-pc-dbg, grub-pc, grub-rescue-pc, grub-coreboot-bin, grub-coreboot-dbg, grub-coreboot, grub-efi-ia32-bin, grub-efi-ia32-unsigned, grub-efi-ia32-dbg, grub-efi-ia32, grub-efi-ia32-signed-template, grub-efi-amd64-bin, grub-efi-amd64-unsigned, grub-efi-amd64-dbg, grub-efi-amd64, grub-efi-amd64-signed-template, grub-efi-ia64-bin, grub-efi-ia64-unsigned, grub-efi-ia64-dbg, grub-efi-ia64, grub-efi-arm-bin, grub-efi-arm-unsigned, grub-efi-arm-dbg, grub-efi-arm, grub-efi-arm64-bin, grub-efi-arm64-unsigned, grub-efi-arm64-dbg, grub-efi-arm64, grub-efi-arm64-signed-template, grub-efi-riscv64-bin, grub-efi-riscv64-unsigned, grub-efi-riscv64-dbg, grub-efi-riscv64, grub-efi-loong64-bin, grub-efi-loong64-unsigned, grub-efi-loong64-dbg, grub-efi-loong64, grub-ieee1275-bin, grub-ieee1275-dbg, grub-ieee1275, grub-firmware-qemu, grub-uboot-bin, grub-uboot-dbg, grub-uboot, grub-xen-bin, + grub-xen-dbg, grub-xen, grub-xen-host, grub-yeeloong-bin, grub-yeeloong-dbg, grub-yeeloong, grub-theme-starfield, + grub-mount-udeb +Architecture: any +Version: 2.12-5 +Maintainer: GRUB Maintainers +Uploaders: Felix Zielcke , Jordi Mallach , Steve McIntyre <93sam@debian.org>, Julian Andres Klode , Mate Kukri +Homepage: https://www.gnu.org/software/grub/ +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/grub-team/grub +Vcs-Git: https://salsa.debian.org/grub-team/grub.git +Build-Depends: debhelper-compat (= 13), patchutils, python3, flex, bison, gawk, po-debconf, help2man, texinfo, gcc-multilib [i386 kopensolaris-i386 any-amd64 any-ppc64 any-sparc], xfonts-unifont, libfreetype6-dev, gettext, libdevmapper-dev [linux-any], libgeom-dev (>= 8.2+ds1-1~) [kfreebsd-any] | libgeom-dev (<< 8.2) [kfreebsd-any], libsdl2-dev [!hurd-any], xorriso, qemu-system [i386 kfreebsd-i386 kopensolaris-i386 any-amd64], cpio [i386 kopensolaris-i386 amd64 x32], parted [!hurd-any], libfuse3-dev [linux-any kfreebsd-any], fonts-dejavu-core, liblzma-dev, liblzo2-dev, lzop, dosfstools [any-i386 any-amd64 any-arm64], squashfs-tools [any-i386 any-arm any-amd64 any-arm64 any-ia64 any-loong64 any-riscv64], wamerican, libparted-dev [any-powerpc any-ppc64 any-ppc64el], pkgconf, bash-completion, libefiboot-dev [i386 amd64 ia64 x32 armel armhf arm64 riscv64 loong64], libefivar-dev [i386 amd64 ia64 x32 armel armhf arm64 riscv64 loong64] +Build-Conflicts: autoconf2.13, libnvpair-dev, libzfs-dev +Package-List: + grub-common deb admin optional arch=any + grub-coreboot deb admin optional arch=any-i386,any-amd64 + grub-coreboot-bin deb admin optional arch=any-i386,any-amd64 + grub-coreboot-dbg deb debug optional arch=any-i386,any-amd64 + grub-efi deb admin optional arch=any-i386,any-amd64,any-arm64,any-ia64,any-arm,any-riscv64,any-loong64 + grub-efi-amd64 deb admin optional arch=i386,kopensolaris-i386,any-amd64 + grub-efi-amd64-bin deb admin optional arch=i386,kopensolaris-i386,any-amd64 + grub-efi-amd64-dbg deb debug optional arch=i386,kopensolaris-i386,any-amd64 + grub-efi-amd64-signed-template deb admin optional arch=amd64 + grub-efi-amd64-unsigned deb admin optional arch=i386,kopensolaris-i386,any-amd64 + grub-efi-arm deb admin optional arch=any-arm + grub-efi-arm-bin deb admin optional arch=any-arm + grub-efi-arm-dbg deb debug optional arch=any-arm + grub-efi-arm-unsigned deb admin optional arch=any-arm + grub-efi-arm64 deb admin optional arch=any-arm64 + grub-efi-arm64-bin deb admin optional arch=any-arm64 + grub-efi-arm64-dbg deb debug optional arch=any-arm64 + grub-efi-arm64-signed-template deb admin optional arch=arm64 + grub-efi-arm64-unsigned deb admin optional arch=any-arm64 + grub-efi-ia32 deb admin optional arch=any-i386,any-amd64 + grub-efi-ia32-bin deb admin optional arch=any-i386,any-amd64 + grub-efi-ia32-dbg deb debug optional arch=any-i386,any-amd64 + grub-efi-ia32-signed-template deb admin optional arch=i386 + grub-efi-ia32-unsigned deb admin optional arch=any-i386,any-amd64 + grub-efi-ia64 deb admin optional arch=any-ia64 + grub-efi-ia64-bin deb admin optional arch=any-ia64 + grub-efi-ia64-dbg deb debug optional arch=any-ia64 + grub-efi-ia64-unsigned deb admin optional arch=any-ia64 + grub-efi-loong64 deb admin optional arch=any-loong64 + grub-efi-loong64-bin deb admin optional arch=any-loong64 + grub-efi-loong64-dbg deb debug optional arch=any-loong64 + grub-efi-loong64-unsigned deb admin optional arch=any-loong64 + grub-efi-riscv64 deb admin optional arch=any-riscv64 + grub-efi-riscv64-bin deb admin optional arch=any-riscv64 + grub-efi-riscv64-dbg deb debug optional arch=any-riscv64 + grub-efi-riscv64-unsigned deb admin optional arch=any-riscv64 + grub-emu deb admin optional arch=any-i386,any-amd64,any-powerpc + grub-emu-dbg deb debug optional arch=any-i386,any-amd64,any-powerpc + grub-firmware-qemu deb admin optional arch=any-i386,any-amd64 + grub-ieee1275 deb admin optional arch=any-i386,any-amd64,any-powerpc,any-ppc64,any-ppc64el,any-sparc,any-sparc64 + grub-ieee1275-bin deb admin optional arch=any-i386,any-amd64,any-powerpc,any-ppc64,any-ppc64el,any-sparc,any-sparc64 + grub-ieee1275-dbg deb debug optional arch=any-i386,any-amd64,any-powerpc,any-ppc64,any-ppc64el,any-sparc,any-sparc64 + grub-linuxbios deb oldlibs optional arch=any-i386,any-amd64 + grub-mount-udeb udeb debian-installer optional arch=linux-any,kfreebsd-any + grub-pc deb admin optional arch=any-i386,any-amd64 + grub-pc-bin deb admin optional arch=any-i386,any-amd64 + grub-pc-dbg deb debug optional arch=any-i386,any-amd64 + grub-rescue-pc deb admin optional arch=any-i386,any-amd64 + grub-theme-starfield deb admin optional arch=any-i386,any-amd64,any-powerpc,any-ppc64,any-ppc64el,any-sparc,any-sparc64,any-mipsel,any-ia64,any-arm,any-arm64,any-riscv64,any-loong64 + grub-uboot deb admin optional arch=any-arm + grub-uboot-bin deb admin optional arch=any-arm + grub-uboot-dbg deb debug optional arch=any-arm + grub-xen deb admin optional arch=i386,amd64 + grub-xen-bin deb admin optional arch=i386,amd64 + grub-xen-dbg deb debug optional arch=i386,amd64 + grub-xen-host deb admin optional arch=i386,amd64 + grub-yeeloong deb admin optional arch=any-mipsel + grub-yeeloong-bin deb admin optional arch=any-mipsel + grub-yeeloong-dbg deb debug optional arch=any-mipsel + grub2 deb oldlibs optional arch=any-i386,any-amd64,any-powerpc,any-ppc64,any-ppc64el,any-sparc,any-sparc64 + grub2-common deb admin optional arch=any-i386,any-amd64,any-powerpc,any-ppc64,any-ppc64el,any-sparc,any-sparc64,any-mipsel,any-ia64,any-arm,any-arm64,any-riscv64,any-loong64 +Directory: pool/69d4afb212083c3117b2a75f8d80ef66ae7a081b008ea7a296ed4a34aec7cd3e +Checksums-Sha1: + b6cbb2d8c8cb774716f8cdce99dcef1337627faa 8071 grub2_2.12-5.dsc + 9a5cd9860a02d479ff65461b710a4d85ea46b9f4 6675608 grub2_2.12.orig.tar.xz + 16db129e3a11412246eda5923bee64a9f0ec877b 1096460 grub2_2.12-5.debian.tar.xz +Checksums-Sha256: + 69d4afb212083c3117b2a75f8d80ef66ae7a081b008ea7a296ed4a34aec7cd3e 8071 grub2_2.12-5.dsc + f3c97391f7c4eaa677a78e090c7e97e6dc47b16f655f04683ebd37bef7fe0faa 6675608 grub2_2.12.orig.tar.xz + 145d784255ae9063a23e5013e2bae1e3832c13bd4714005e5b736ac41118336c 1096460 grub2_2.12-5.debian.tar.xz +Files: + 893814a8edfc4d7982d7b9c9063420cc 8071 grub2_2.12-5.dsc + 60c564b1bdc39d8e43b3aab4bc0fb140 6675608 grub2_2.12.orig.tar.xz + 9344fd9521a3339df99854a514834b24 1096460 grub2_2.12-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: gsettings-desktop-schemas +Binary: gsettings-desktop-schemas, gsettings-desktop-schemas-dev, gir1.2-gdesktopenums-3.0 +Architecture: any all +Version: 47.1-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha , Laurent Bigonville , Marco Trevisan (Treviño) , Tim Lunn +Homepage: https://www.gnome.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gsettings-desktop-schemas +Vcs-Git: https://salsa.debian.org/gnome-team/gsettings-desktop-schemas.git +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, libglib2.0-dev (>= 2.31.0), libgirepository1.0-dev (>= 1.31.0), meson (>= 0.57.0) +Package-List: + gir1.2-gdesktopenums-3.0 deb introspection optional arch=any + gsettings-desktop-schemas deb gnome optional arch=all + gsettings-desktop-schemas-dev deb libdevel optional arch=any +Directory: pool/72130a2d21d82c79fabadfaac9143794360dc6aa608f5b277923e7d18c93d9ec +Checksums-Sha1: + 68085df15c55ef925e05f0951b690ca71dc205c3 2532 gsettings-desktop-schemas_47.1-1.dsc + 7b86d55c9e95fa911e885daefe6533b7d9953edd 806272 gsettings-desktop-schemas_47.1.orig.tar.xz + 7de3a3fbc20d2f4ace942bce3f87152b1c6a2320 8320 gsettings-desktop-schemas_47.1-1.debian.tar.xz +Checksums-Sha256: + 72130a2d21d82c79fabadfaac9143794360dc6aa608f5b277923e7d18c93d9ec 2532 gsettings-desktop-schemas_47.1-1.dsc + a60204d9c9c0a1b264d6d0d134a38340ba5fc6076a34b84da945d8bfcc7a2815 806272 gsettings-desktop-schemas_47.1.orig.tar.xz + 4ba346c73c58d6956eb5a98e2e89bb7559efa899892a96372c5bae8c5858c803 8320 gsettings-desktop-schemas_47.1-1.debian.tar.xz +Files: + 5a0c3171b2d95519d41dd26bbabd343d 2532 gsettings-desktop-schemas_47.1-1.dsc + cf4431e4d8ada7a6e73a46f80f553f06 806272 gsettings-desktop-schemas_47.1.orig.tar.xz + 09ef384f8f17084f9fb1b0e2362557dd 8320 gsettings-desktop-schemas_47.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: gtk+2.0 +Binary: libgtk2.0-0t64, libgtk2.0-0-udeb, libgtk2.0-common, libgtk2.0-bin, libgtk2.0-dev, libgtk2.0-doc, gtk2-engines-pixbuf, gir1.2-gtk-2.0, libgail18t64, libgail18-udeb, libgail-common, libgail-dev, libgail-doc +Architecture: any all +Version: 2.24.33-6 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Jeremy Bícha +Homepage: http://www.gtk.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gtk2 +Vcs-Git: https://salsa.debian.org/gnome-team/gtk2.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dpkg-dev, dpkg-repack, xauth, xvfb +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), dh-sequence-gnome, dh-python, gettext, gtk-doc-tools, xsltproc, pkgconf, python3:any, libglib2.0-dev, libgdk-pixbuf-2.0-dev, libpango1.0-dev, libatk1.0-dev, libx11-dev, libxext-dev, libxi-dev, libxrandr-dev, libxt-dev, libxrender-dev, libxft-dev, libxcursor-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, libxinerama-dev, libxfixes-dev, libcairo2-dev, x11proto-dev, libcups2-dev, gobject-introspection, libgirepository1.0-dev, gawk, shared-mime-info, docbook-xml, docbook-xsl, docbook-utils, libxml2-utils, xauth , xvfb +Build-Depends-Indep: libglib2.0-doc, libatk1.0-doc, libpango1.0-doc, libcairo2-doc +Package-List: + gir1.2-gtk-2.0 deb oldlibs optional arch=any + gtk2-engines-pixbuf deb oldlibs optional arch=any + libgail-common deb oldlibs optional arch=any + libgail-dev deb oldlibs optional arch=any + libgail-doc deb oldlibs optional arch=all + libgail18-udeb udeb debian-installer optional arch=any profile=!noudeb + libgail18t64 deb oldlibs optional arch=any + libgtk2.0-0-udeb udeb debian-installer optional arch=any profile=!noudeb + libgtk2.0-0t64 deb oldlibs optional arch=any + libgtk2.0-bin deb oldlibs optional arch=any + libgtk2.0-common deb oldlibs optional arch=all + libgtk2.0-dev deb oldlibs optional arch=any + libgtk2.0-doc deb oldlibs optional arch=all +Directory: pool/83bc28abd1b221fd098b02def97ae76e23225fd0046bd2d0297c52c20c39258b +Checksums-Sha1: + 92c86186b48c78115574a2a6acce3583bf1d715d 3626 gtk+2.0_2.24.33-6.dsc + 6fb0199cbb858456ba5d6fc9d7e4641f73476e76 12661828 gtk+2.0_2.24.33.orig.tar.xz + 58b1a55a542254513efb96f30c3004d82493ab5e 96244 gtk+2.0_2.24.33-6.debian.tar.xz +Checksums-Sha256: + 83bc28abd1b221fd098b02def97ae76e23225fd0046bd2d0297c52c20c39258b 3626 gtk+2.0_2.24.33-6.dsc + ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da 12661828 gtk+2.0_2.24.33.orig.tar.xz + 9aa4e98ae8f2b781e7fba8578eccd5318dd65fd7a3506aeff5b56b0e77a31918 96244 gtk+2.0_2.24.33-6.debian.tar.xz +Files: + d3b71fdd76683ddeedc94900d0311803 3626 gtk+2.0_2.24.33-6.dsc + 0118e98dbe0e4dab90ce475f9f0e6c0c 12661828 gtk+2.0_2.24.33.orig.tar.xz + b579c1b0034074b4f63de6d1215944ab 96244 gtk+2.0_2.24.33-6.debian.tar.xz +Dgit: 98877a8b6256e3290af99edc03d232329b26c39d debian archive/debian/2.24.33-6 https://git.dgit.debian.org/gtk+2.0 + +Format: 3.0 (quilt) +Package: gtk+3.0 +Binary: libgtk-3-0t64, libgtk-3-0-udeb, libgtk-3-common, libgtk-3-bin, libgtk-3-dev, libgtk-3-doc, gtk-3-examples, gir1.2-gtk-3.0, gtk-update-icon-cache, libgail-3-0t64, libgail-3-dev, libgail-3-doc +Architecture: any all +Version: 3.24.43-4 +Maintainer: Debian GNOME Maintainers +Uploaders: Simon McVittie , Dmitry Shachnev , Jeremy Bícha +Homepage: https://www.gtk.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gtk3 +Vcs-Git: https://salsa.debian.org/gnome-team/gtk3.git +Testsuite: autopkgtest +Testsuite-Triggers: adwaita-icon-theme, at-spi2-core, build-essential, dbus-daemon, dpkg-dev, dpkg-repack, gnome-desktop-testing, librsvg2-common, python3-gi, xauth, xvfb +Build-Depends: adwaita-icon-theme (>= 45.0-4~) , at-spi2-core , dbus-daemon , debhelper-compat (= 13), dh-sequence-gir, docbook-xml , docbook-xsl , dpkg-dev (>= 1.22.5), fonts-cantarell , fonts-dejavu-core , gir1.2-atk-1.0-dev , gir1.2-cairo-1.0-dev | libgirepository1.0-dev, gir1.2-gdkpixbuf-2.0-dev, gir1.2-gio-2.0-dev | libgirepository1.0-dev, gir1.2-pango-1.0-dev, gir1.2-xlib-2.0-dev | libgirepository1.0-dev, gnome-pkg-tools (>= 0.11), gobject-introspection (>= 1.78.1-9~) | libgirepository1.0-dev (>= 1.41.3), gobject-introspection (>= 1.78.1-9~) , gsettings-desktop-schemas , libatk-bridge2.0-dev (>= 2.15.1), libatk1.0-dev (>= 2.35.1), libcairo2-dev (>= 1.14.0), libcloudproviders-dev (>= 0.3.2), libcolord-dev (>= 0.1.9), libcups2-dev (>= 1.7), libegl1-mesa-dev [linux-any], libepoxy-dev (>= 1.4), libfontconfig-dev, libfreetype-dev (>= 2.7.1), libfribidi-dev (>= 0.19.7), libgdk-pixbuf-2.0-dev (>= 2.40.0), libglib2.0-dev (>= 2.57.2), libharfbuzz-dev (>= 2.2.0), libjson-glib-dev:native, libpango1.0-dev (>= 1.44.0), librsvg2-common [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x powerpc ppc64 riscv64 sparc64] , libsysprof-capture-4-dev (>= 3.40.1) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4], libwayland-dev (>= 1.14.91) [linux-any], libx11-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbcommon-dev (>= 0.2.0), libxkbfile-dev, libxml2-utils, libxrandr-dev (>= 2:1.5.0), meson (>= 0.60.0), ninja-build, pkgconf, pkgconf:native, sassc, wayland-protocols (>= 1.17) [linux-any], xauth , xsltproc , xvfb +Build-Depends-Indep: gtk-doc-tools (>= 1.20) , libatk1.0-doc , libcairo2-doc , libglib2.0-doc , libpango1.0-doc +Package-List: + gir1.2-gtk-3.0 deb introspection optional arch=any + gtk-3-examples deb x11 optional arch=any + gtk-update-icon-cache deb misc optional arch=any + libgail-3-0t64 deb libs optional arch=any + libgail-3-dev deb libdevel optional arch=any + libgail-3-doc deb doc optional arch=all profile=!nodoc + libgtk-3-0-udeb udeb debian-installer optional arch=any profile=!noudeb + libgtk-3-0t64 deb libs optional arch=any + libgtk-3-bin deb misc optional arch=any + libgtk-3-common deb misc optional arch=all + libgtk-3-dev deb libdevel optional arch=any + libgtk-3-doc deb doc optional arch=all profile=!nodoc +Directory: pool/b05f287e3d38ed791864d6e1b831b35766ca527b1a4f9c45a77907ee483c415c +Checksums-Sha1: + 5e73804c373cc78c5f57cc2d813b131bda822d4a 4945 gtk+3.0_3.24.43-4.dsc + 4f94c8dca81b26aaea2d17a15f265e3a7d777ea3 13227856 gtk+3.0_3.24.43.orig.tar.xz + 86826debdd2998338bca1935507a7af159b2b5b2 3464144 gtk+3.0_3.24.43-4.debian.tar.xz +Checksums-Sha256: + b05f287e3d38ed791864d6e1b831b35766ca527b1a4f9c45a77907ee483c415c 4945 gtk+3.0_3.24.43-4.dsc + 7e04f0648515034b806b74ae5d774d87cffb1a2a96c468cb5be476d51bf2f3c7 13227856 gtk+3.0_3.24.43.orig.tar.xz + 655fbaca5622882f9d7f124ed8899460bc22c7179a5e7e38e9cacb64adfede95 3464144 gtk+3.0_3.24.43-4.debian.tar.xz +Files: + 2f6b4f6ba64fd5b1c5c26239f6750e01 4945 gtk+3.0_3.24.43-4.dsc + 226e372664a7fae749a50a04983ecd8d 13227856 gtk+3.0_3.24.43.orig.tar.xz + 8eacd8b02632684179ccde706bda29c3 3464144 gtk+3.0_3.24.43-4.debian.tar.xz +Dgit: 7bcece475a10dcf2d6da23192d7d0b42f3d6db5d debian archive/debian/3.24.43-4 https://git.dgit.debian.org/gtk+3.0 + +Format: 3.0 (quilt) +Package: gtk4 +Binary: libgtk-4-1, libgtk-4-1-udeb, libgtk-4-common, libgtk-4-bin, libgtk-4-dev, libgtk-4-doc, libgtk-4-media-gstreamer, gtk-4-examples, gtk-4-tests, gir1.2-gtk-4.0, gtk-update-icon-cache +Architecture: any all +Version: 4.16.2+ds-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Simon McVittie , Amin Bandali , Jeremy Bícha +Homepage: https://www.gtk.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/gtk4 +Vcs-Git: https://salsa.debian.org/gnome-team/gtk4.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dbus-daemon, fonts-noto-core, gnome-desktop-testing, libgl1, libgl1-mesa-dri, locales, locales-all, python3-gi, weston, xauth, xvfb +Build-Depends: adwaita-icon-theme , at-spi2-core , dbus-daemon , debhelper-compat (= 13), dh-exec, dh-sequence-gir, dh-sequence-gnome, fonts-cantarell , fonts-noto-core , gir1.2-cairo-1.0-dev, gir1.2-gio-2.0-dev, gir1.2-gdkpixbuf-2.0-dev, gir1.2-graphene-1.0-dev, gir1.2-pango-1.0-dev, gir1.2-pangocairo-1.0-dev, gir1.2-xlib-2.0-dev, glslc, gobject-introspection (>= 1.76.0), gobject-introspection (>= 1.78.1-9~) , gsettings-desktop-schemas , iso-codes , libcairo2-dev (>= 1.18.0), libcolord-dev , libcloudproviders-dev (>= 0.3.1), libcpdb-dev (>= 2.0~b5), libcpdb-frontend-dev (>= 2.0~b5), libegl1-mesa-dev [linux-any], libepoxy-dev, libfontconfig-dev, libfribidi-dev, libgdk-pixbuf-2.0-dev, libglib2.0-dev (>= 2.76.0), libgraphene-1.0-dev, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, libharfbuzz-dev, libjpeg-dev, libjson-glib-dev:native, libpango1.0-dev (>= 1.52.0), libpng-dev, libpolkit-gobject-1-dev [linux-any], librsvg2-common [amd64 arm64 armel armhf i386 loong64 mips64el ppc64el s390x powerpc ppc64 riscv64 sparc64 x32] , librsvg2-dev (>= 2.52.0) [amd64 arm64 armel armhf i386 loong64 mips64el ppc64el s390x powerpc ppc64 riscv64 sparc64 x32], libsysprof-capture-4-dev (>= 3.40.1) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4], libtiff-dev, libvulkan-dev [linux-any], libwayland-dev (>= 1.21.0) [linux-any], libx11-dev, libxcomposite-dev, libxcursor-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxi-dev, libxinerama-dev, libxkbcommon-dev, libxkbfile-dev, libxml2-utils, libxrandr-dev, locales | locales-all , meson (>= 0.63), pkgconf, pkgconf:native, python3-docutils , python3-gi (>= 3.40) , sassc, wayland-protocols (>= 1.36) [linux-any], weston [linux-any] , xauth , xvfb +Build-Depends-Indep: gi-docgen , libcairo2-doc , libglib2.0-doc , libpango1.0-doc +Package-List: + gir1.2-gtk-4.0 deb introspection optional arch=any + gtk-4-examples deb x11 optional arch=any profile=!noinsttest + gtk-4-tests deb x11 optional arch=any profile=!noinsttest + gtk-update-icon-cache deb misc optional arch=any + libgtk-4-1 deb libs optional arch=any + libgtk-4-1-udeb udeb debian-installer optional arch=any profile=!noudeb + libgtk-4-bin deb misc optional arch=any + libgtk-4-common deb misc optional arch=all + libgtk-4-dev deb libdevel optional arch=any + libgtk-4-doc deb doc optional arch=all profile=!nodoc + libgtk-4-media-gstreamer deb x11 optional arch=any +Directory: pool/2f66c0451268214cca2363ff125f0536374f29a1ff23fc0101f6405953072384 +Checksums-Sha1: + cc777676adc84f802d67a724fc0f81156cbde858 4881 gtk4_4.16.2+ds-1.dsc + 3daf136bfd25f85220fe135030c53993135e4e4c 14476540 gtk4_4.16.2+ds.orig.tar.xz + 26e41131859c597e27b1ab22426f07c428e2eeb6 3611060 gtk4_4.16.2+ds-1.debian.tar.xz +Checksums-Sha256: + 2f66c0451268214cca2363ff125f0536374f29a1ff23fc0101f6405953072384 4881 gtk4_4.16.2+ds-1.dsc + 2b122723329b279966128c4cb19927486b4a87f8088a053f44845a4f143eeac9 14476540 gtk4_4.16.2+ds.orig.tar.xz + e4a74d5cf51f82df179cc88b20e3d0e0098a8d5ff5e360e203949669df2aac11 3611060 gtk4_4.16.2+ds-1.debian.tar.xz +Files: + 8270aaa2852e5d3d3c63f6b696bb65e3 4881 gtk4_4.16.2+ds-1.dsc + 5fb6b97d76fab703081746ba4353ea6f 14476540 gtk4_4.16.2+ds.orig.tar.xz + 192d78e1a82d8efc16258f84c7c4b013 3611060 gtk4_4.16.2+ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: guestfs-tools +Binary: guestfs-tools +Architecture: linux-any +Version: 1.52.0-4 +Maintainer: Hilko Bengen +Homepage: https://libguestfs.org +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/libvirt-team/guestfs-tools +Vcs-Git: https://salsa.debian.org/libvirt-team/guestfs-tools.git +Build-Depends: debhelper-compat (= 13), pkg-config, libguestfs-dev (>> 1:1.49), libguestfs-ocaml-dev (>> 1:1.49), libguestfs-perl (>> 1:1.49), ocaml-nox, ocaml-findlib, libgettext-ocaml-dev, libounit-ocaml-dev , libvirt-ocaml-dev, libjansson-dev, liblzma-dev, libncurses-dev, libosinfo-1.0-dev, libpcre2-dev, libvirt-dev, libxml2-dev, libmodule-build-perl, libintl-perl, gettext, po4a, bison, flex, sqlite3, xorriso, xz-utils, bash-completion, guestfish (>> 1:1.46) , ipxe-qemu , libxml2-utils , linux-image-alpha-generic [alpha] , linux-image-rpi [armel] | linux-image-marvell [armel] | linux-image-versatile [armel] , linux-image-armmp [armhf] , linux-image-arm64 [arm64] , linux-image-4kc-malta [mips mipsel] | linux-image-5kc-malta [mips mipsel] , linux-image-5kc-malta [mips64 mips64el] , linux-image-s390x [s390x] , linux-image-parisc [hppa] , linux-image-powerpc [powerpc] , linux-image-powerpc64 [ppc64] , linux-image-powerpc64le [ppc64el] , linux-image-sparc64 [sparc sparc64] , linux-image-amd64 [amd64 x32] , linux-image-686-pae [i386] | linux-image-586 [i386] | linux-image-486 [i386] , linux-image-riscv64 [riscv64] , linux-image-itanium [ia64] | linux-image-mckinley [ia64] +Package-List: + guestfs-tools deb utils optional arch=linux-any +Directory: pool/066e37f2031cd0cd013a81a47522db8c82ba2747e776d4b00049873008ed7833 +Checksums-Sha1: + 30dd1d2493e66e2773a72d7595c1339d56facee6 3317 guestfs-tools_1.52.0-4.dsc + 5075f9843b733b93aeea776b75b45b0fc4695eee 16352784 guestfs-tools_1.52.0.orig.tar.gz + d2dce05f38ce48dc937e973209c267a63a815a95 5160 guestfs-tools_1.52.0-4.debian.tar.xz +Checksums-Sha256: + 066e37f2031cd0cd013a81a47522db8c82ba2747e776d4b00049873008ed7833 3317 guestfs-tools_1.52.0-4.dsc + 22fd132297045f90a67406f0ff0eee0f2a0106a5f1c8dcfc5c396a625ff78376 16352784 guestfs-tools_1.52.0.orig.tar.gz + 62c2d034ce935ea0245b887bc4333c22508f80b032215c353c462019e2a8b37d 5160 guestfs-tools_1.52.0-4.debian.tar.xz +Files: + 9eb141666f3b10fc645798ba9cbcef90 3317 guestfs-tools_1.52.0-4.dsc + 69c3639dad7c0bec1745418fc2d7dd6b 16352784 guestfs-tools_1.52.0.orig.tar.gz + 5b517b59535dc0dfefd2b7103369621b 5160 guestfs-tools_1.52.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: guile-3.0 +Binary: guile-3.0, guile-3.0-dev, guile-3.0-doc, guile-3.0-libs +Architecture: any all +Version: 3.0.10+really3.0.9-1 +Maintainer: Rob Browning +Homepage: http://www.gnu.org/software/guile/ +Standards-Version: 3.7.2 +Build-Depends: libtool, debhelper-compat (= 10), autoconf, automake, gperf, guile-3.0:native , libncurses-dev, libreadline-dev, libltdl-dev, libgmp-dev, texinfo, flex, libunistring-dev, libgc-dev, libffi-dev, pkgconf +Package-List: + guile-3.0 deb lisp optional arch=any + guile-3.0-dev deb lisp optional arch=any + guile-3.0-doc deb doc optional arch=all + guile-3.0-libs deb lisp optional arch=any +Directory: pool/41605f2ae1b02650a600fb0f3d4be3fc0ae8ab226924ab0891dce34a4aa10de5 +Checksums-Sha1: + 44daf0ae368e49e4a2f7e6cb8f9e80e617dfab98 2211 guile-3.0_3.0.10+really3.0.9-1.dsc + 588bf19090d71baca12298a8d0ea1897ac1e613b 4236264 guile-3.0_3.0.10+really3.0.9.orig.tar.xz + d6de439d6e95256b9796c64a3faa34fed984a8b8 34608 guile-3.0_3.0.10+really3.0.9-1.debian.tar.xz +Checksums-Sha256: + 41605f2ae1b02650a600fb0f3d4be3fc0ae8ab226924ab0891dce34a4aa10de5 2211 guile-3.0_3.0.10+really3.0.9-1.dsc + 65d403f0af1da9eb18d8fe4b1c87f51b63708af73efc81aa058c07fe98980ee2 4236264 guile-3.0_3.0.10+really3.0.9.orig.tar.xz + 509432a8e084c40803e8caae91e1893a5a056e5b0dc4ef8144d2abea52b032ca 34608 guile-3.0_3.0.10+really3.0.9-1.debian.tar.xz +Files: + 5ee60576dd5f7d683da9403b1d589ac5 2211 guile-3.0_3.0.10+really3.0.9-1.dsc + a304cb8a72aa054a0e291a79922ae7c4 4236264 guile-3.0_3.0.10+really3.0.9.orig.tar.xz + 36edaa0ccb8ee19ca7c1f0a5d9ca9992 34608 guile-3.0_3.0.10+really3.0.9-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: gyp +Binary: gyp +Architecture: all +Version: 0.16.2-1 +Maintainer: Debian Python Team +Uploaders: Jérémy Lal , Joseph Nahmias , +Homepage: https://github.com/nodejs/gyp-next/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/gyp +Vcs-Git: https://salsa.debian.org/python-team/packages/gyp.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), python3-all, python3-setuptools, dh-sequence-python3, pybuild-plugin-pyproject, python3-pytest, python3-packaging, asciidoc , xsltproc, docbook-xsl , docbook-xml , ninja-build , python3-distro +Package-List: + gyp deb devel optional arch=all +Directory: pool/13dc86cdf64faa2464d97234baaf4f9b37cc65cb855161ed83b5b13743e03b1d +Checksums-Sha1: + abf9b6ae021ac20b0f1a3a1e98844add08c955ac 2201 gyp_0.16.2-1.dsc + 8026cc0b30b25f6458c315016db2d911d0e2b32c 413513 gyp_0.16.2.orig.tar.gz + 450aa91abb237cfc108e546eb0171e8c9ef4f6f5 7712 gyp_0.16.2-1.debian.tar.xz +Checksums-Sha256: + 13dc86cdf64faa2464d97234baaf4f9b37cc65cb855161ed83b5b13743e03b1d 2201 gyp_0.16.2-1.dsc + 145d5719a88112ae2631a88556361da3b8780f4179a928c823ba3d18ab796464 413513 gyp_0.16.2.orig.tar.gz + ccf5adda063cbb0d67f1cc2aee85bea55bb98df231f34d25d423aaf8395bcec4 7712 gyp_0.16.2-1.debian.tar.xz +Files: + 63320a112824a3b8ebb96a485bfcde6b 2201 gyp_0.16.2-1.dsc + 0e27b1689c32f9bb1346f0fc2f93a4cd 413513 gyp_0.16.2.orig.tar.gz + b29ae26b51d04ec5aca5a048ca80d49d 7712 gyp_0.16.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: gzip +Binary: gzip, gzip-win32 +Architecture: any all +Version: 1.12-1.1 +Maintainer: Milan Kupcevic +Homepage: https://www.gnu.org/software/gzip/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/gzip +Vcs-Git: https://salsa.debian.org/debian/gzip.git +Testsuite: autopkgtest +Build-Depends: debhelper (>= 11), texinfo, autoconf, automake, less +Build-Depends-Indep: mingw-w64 +Package-List: + gzip deb utils required arch=any essential=yes + gzip-win32 deb utils optional arch=all +Directory: pool/212bff0edd2ccbbf816d7168f46f81d714b57043c249411e2e2d0fd71c3d3e40 +Checksums-Sha1: + 1f30a8896b3f3a8a7672a508efa993f77797aae1 2167 gzip_1.12-1.1.dsc + 318107297587818c8f1e1fbb55962f4b2897bc0b 825548 gzip_1.12.orig.tar.xz + 981d0a887e94223ceb31930395b34af5e8e21270 833 gzip_1.12.orig.tar.xz.asc + cb176abde2d6eed50f93c0fb3a52e7a461215309 19244 gzip_1.12-1.1.debian.tar.xz +Checksums-Sha256: + 212bff0edd2ccbbf816d7168f46f81d714b57043c249411e2e2d0fd71c3d3e40 2167 gzip_1.12-1.1.dsc + ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956 825548 gzip_1.12.orig.tar.xz + 3ed9ab54452576e0be0d477c772c9f47baa36415133fef7dd1fcf7b15480ba32 833 gzip_1.12.orig.tar.xz.asc + d48d5314c0255114f43964f78b87262299bbac840e5f511a078e2d2590937ad6 19244 gzip_1.12-1.1.debian.tar.xz +Files: + 15fd5cdc5862481a94adada2f3ba1c38 2167 gzip_1.12-1.1.dsc + 9608e4ac5f061b2a6479dc44e917a5db 825548 gzip_1.12.orig.tar.xz + 431c7f48daf19af368c0bdc483f830a5 833 gzip_1.12.orig.tar.xz.asc + 1fd7f2ed0c4542b40ac66a2193e77bf9 19244 gzip_1.12-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: harfbuzz +Binary: libharfbuzz0b, libharfbuzz-gobject0, gir1.2-harfbuzz-0.0, libharfbuzz-icu0, libharfbuzz-dev, libharfbuzz-bin, libharfbuzz-subset0, libharfbuzz-cairo0, libharfbuzz-doc, libharfbuzz0-udeb +Architecture: any all +Version: 9.0.0-1 +Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) +Uploaders: Emilio Pozuelo Monfort +Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/freedesktop-team/harfbuzz +Vcs-Git: https://salsa.debian.org/freedesktop-team/harfbuzz.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, gir1.2-freetype2-2.0-dev, gir1.2-gobject-2.0-dev, meson (>= 0.55), libglib2.0-dev, libcairo2-dev, libchafa-dev, libfreetype-dev, libicu-dev, libgraphite2-dev, libgirepository1.0-dev, gtk-doc-tools +Package-List: + gir1.2-harfbuzz-0.0 deb introspection optional arch=any + libharfbuzz-bin deb utils optional arch=any + libharfbuzz-cairo0 deb libs optional arch=any + libharfbuzz-dev deb libdevel optional arch=any + libharfbuzz-doc deb doc optional arch=all + libharfbuzz-gobject0 deb libs optional arch=any + libharfbuzz-icu0 deb libs optional arch=any + libharfbuzz-subset0 deb libs optional arch=any + libharfbuzz0-udeb udeb debian-installer optional arch=any + libharfbuzz0b deb libs optional arch=any +Directory: pool/3d784240ebe2a1518f425cfe4f0f8db09d6835e425879e7111a40b39561b9fd4 +Checksums-Sha1: + 02a8f96b2a1c7995f5cc4f0506877cb4e2ecffc5 2880 harfbuzz_9.0.0-1.dsc + 4216dbe9fb720e456bc082341babc7ff645beea4 17895360 harfbuzz_9.0.0.orig.tar.xz + caf5705853b1be81a08c308da2ac1fd609284dfe 19828 harfbuzz_9.0.0-1.debian.tar.xz +Checksums-Sha256: + 3d784240ebe2a1518f425cfe4f0f8db09d6835e425879e7111a40b39561b9fd4 2880 harfbuzz_9.0.0-1.dsc + a41b272ceeb920c57263ec851604542d9ec85ee3030506d94662067c7b6ab89e 17895360 harfbuzz_9.0.0.orig.tar.xz + 6b2daa5aca95f2064c874be788e99c826b773aae4c5a30b67903fb630c8bc15d 19828 harfbuzz_9.0.0-1.debian.tar.xz +Files: + ad4fd8ca54ce39bbe7214610b16b005e 2880 harfbuzz_9.0.0-1.dsc + 0035c129cb1646ab1cff65e5ef7153db 17895360 harfbuzz_9.0.0.orig.tar.xz + b52210dfbc4174b380d8e8cac6852ea7 19828 harfbuzz_9.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: haveged +Binary: haveged, libhavege2, libhavege-dev, haveged-udeb +Architecture: linux-any +Version: 1.9.14-1 +Maintainer: Jérémy Bobbio +Uploaders: nicoo +Homepage: https://issihosts.com/haveged/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/haveged +Vcs-Git: https://salsa.debian.org/debian/haveged.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, dieharder, grep +Build-Depends: debhelper-compat (= 13), dh-apparmor +Package-List: + haveged deb misc optional arch=linux-any + haveged-udeb udeb debian-installer optional arch=linux-any + libhavege-dev deb libdevel optional arch=linux-any + libhavege2 deb libs optional arch=linux-any +Directory: pool/7b19fe14efa1bda37d7876d7e4840c4c275ad86c6d177af9a7d66b3d9ee1a303 +Checksums-Sha1: + f78581b4cf080a09c885eec7e89e64265d38c408 2148 haveged_1.9.14-1.dsc + 66571ee9273dbb6152e829790753a0bbfdb95e71 496346 haveged_1.9.14.orig.tar.gz + 3d68e5b874bb1926ad9fcfea54fbb2224df72d20 11592 haveged_1.9.14-1.debian.tar.xz +Checksums-Sha256: + 7b19fe14efa1bda37d7876d7e4840c4c275ad86c6d177af9a7d66b3d9ee1a303 2148 haveged_1.9.14-1.dsc + 938cb494bcad7e4f24e61eb50fab4aa0acbc3240c80f3ad5c6cf7e6e922618c3 496346 haveged_1.9.14.orig.tar.gz + 170e1ae859608ae152ed4e5cb6fddb13e969b9f8418db51eb07ec5182c6bbc70 11592 haveged_1.9.14-1.debian.tar.xz +Files: + 85941bb448c1b50bbffb89019280a3a6 2148 haveged_1.9.14-1.dsc + f756474201bec9a46b41e8712f79468a 496346 haveged_1.9.14.orig.tar.gz + 1ae254ce2353e3f5f80d9e0cde5ce70e 11592 haveged_1.9.14-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: hdparm +Binary: hdparm, hdparm-udeb +Architecture: any +Version: 9.65+ds-1.1 +Maintainer: Alexandre Mestiashvili +Uploaders: Dmitry Smirnov +Homepage: http://sourceforge.net/projects/hdparm/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/hdparm +Vcs-Git: https://salsa.debian.org/debian/hdparm.git +Build-Depends: debhelper-compat (= 13) +Package-List: + hdparm deb admin optional arch=any + hdparm-udeb udeb debian-installer optional arch=any +Directory: pool/3cc91d41ad70f8330c189f2c3574034ff0a6ab22186be00471a83a3f82db2b42 +Checksums-Sha1: + b53c06d1b502ea3b2289c7b33bb2f36b51bbb703 1952 hdparm_9.65+ds-1.1.dsc + b8a7f49ae979af7223eaa80253200f48b8f793ee 102108 hdparm_9.65+ds.orig.tar.xz + e0b479f8f7feb1610c0b465ad263897f344cc14f 31516 hdparm_9.65+ds-1.1.debian.tar.xz +Checksums-Sha256: + 3cc91d41ad70f8330c189f2c3574034ff0a6ab22186be00471a83a3f82db2b42 1952 hdparm_9.65+ds-1.1.dsc + d6541daca56de332348aa15ba3fa70ad126522bc9e44128aabe07f5213732228 102108 hdparm_9.65+ds.orig.tar.xz + 69bd9f0d391abcfee9f8912334f59745d9390256622084357f8f92a21f29d9e6 31516 hdparm_9.65+ds-1.1.debian.tar.xz +Files: + f846902a564afe25bf613ca3305d2688 1952 hdparm_9.65+ds-1.1.dsc + e473ebd446d230de11f59e43602f29cd 102108 hdparm_9.65+ds.orig.tar.xz + 757e8df7cd6f6617941a39e6297f0ed6 31516 hdparm_9.65+ds-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: heimdal +Binary: heimdal-docs, heimdal-kdc, heimdal-multidev, heimdal-dev, heimdal-clients, heimdal-kcm, heimdal-servers, libheimbase1t64-heimdal, libasn1-8t64-heimdal, libkrb5-26t64-heimdal, libhdb9t64-heimdal, libkadm5srv8t64-heimdal, libkadm5clnt7t64-heimdal, libgssapi3t64-heimdal, libkafs0t64-heimdal, libroken19t64-heimdal, libotp0t64-heimdal, libsl0t64-heimdal, libkdc2t64-heimdal, libhx509-5t64-heimdal, libheimntlm0t64-heimdal, libwind0t64-heimdal, libhcrypto5t64-heimdal +Architecture: any all +Version: 7.8.git20221117.28daf24+dfsg-8 +Maintainer: Brian May +Uploaders: Dominik George +Homepage: http://www.h5l.org/ +Standards-Version: 4.1.2 +Vcs-Browser: https://salsa.debian.org/debian/heimdal +Vcs-Git: https://salsa.debian.org/debian/heimdal.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), bison, comerr-dev (>= 1.41.11), debhelper (>= 10), flex, libcap-ng-dev [linux-any], libdb-dev, libedit-dev, libjson-perl, libldap2-dev, libncurses-dev, libsqlite3-dev, netbase, pkgconf, python3, texinfo, unzip +Package-List: + heimdal-clients deb net optional arch=any + heimdal-dev deb devel optional arch=any + heimdal-docs deb doc optional arch=all + heimdal-kcm deb net optional arch=any + heimdal-kdc deb net optional arch=any + heimdal-multidev deb devel optional arch=any + heimdal-servers deb net optional arch=any + libasn1-8t64-heimdal deb libs optional arch=any + libgssapi3t64-heimdal deb libs optional arch=any + libhcrypto5t64-heimdal deb libs optional arch=any + libhdb9t64-heimdal deb libs optional arch=any + libheimbase1t64-heimdal deb libs optional arch=any + libheimntlm0t64-heimdal deb libs optional arch=any + libhx509-5t64-heimdal deb libs optional arch=any + libkadm5clnt7t64-heimdal deb libs optional arch=any + libkadm5srv8t64-heimdal deb libs optional arch=any + libkafs0t64-heimdal deb libs optional arch=any + libkdc2t64-heimdal deb libs optional arch=any + libkrb5-26t64-heimdal deb libs optional arch=any + libotp0t64-heimdal deb libs optional arch=any + libroken19t64-heimdal deb libs optional arch=any + libsl0t64-heimdal deb libs optional arch=any + libwind0t64-heimdal deb libs optional arch=any +Directory: pool/25ce94a8820428c4f8515bf8049feffccec3380c92963d616ef7f9a86ea2a569 +Checksums-Sha1: + 0ec835ba9d014ab9afdab9b052ab62de4b8fd600 3763 heimdal_7.8.git20221117.28daf24+dfsg-8.dsc + 0a8023057a49ac94ac196b949bd50841cdbaca4a 7744956 heimdal_7.8.git20221117.28daf24+dfsg.orig.tar.xz + af871f47f2bcd8c1741b931b9b69c27b7f9e9363 136568 heimdal_7.8.git20221117.28daf24+dfsg-8.debian.tar.xz +Checksums-Sha256: + 25ce94a8820428c4f8515bf8049feffccec3380c92963d616ef7f9a86ea2a569 3763 heimdal_7.8.git20221117.28daf24+dfsg-8.dsc + ae703f84856b98609985f8c63ed2d414c69fe8d55147137b3a71136621ffd454 7744956 heimdal_7.8.git20221117.28daf24+dfsg.orig.tar.xz + ec2e73e5b3a977927ab43a73d189558ff6118a1c63a32e2ce6fe33a7ac5553b0 136568 heimdal_7.8.git20221117.28daf24+dfsg-8.debian.tar.xz +Files: + 773ede368b5dd578683c19a9502b1b1d 3763 heimdal_7.8.git20221117.28daf24+dfsg-8.dsc + 2bfd3177cc2f35aa3d5917c67d2eb845 7744956 heimdal_7.8.git20221117.28daf24+dfsg.orig.tar.xz + fc26a7ba95b4748cc7986f306679f3f0 136568 heimdal_7.8.git20221117.28daf24+dfsg-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: hfsplus +Binary: libhfsp0t64, hfsplus, libhfsp-dev +Architecture: linux-any +Version: 1.0.4-17.1 +Maintainer: Debian QA Group +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/hfsplus +Vcs-Git: https://salsa.debian.org/debian/hfsplus.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), docbook-to-man +Package-List: + hfsplus deb otherosfs optional arch=linux-any + libhfsp-dev deb libdevel optional arch=linux-any + libhfsp0t64 deb libs optional arch=linux-any +Directory: pool/47ead0fc0ec05a395bb282c5a7a9789a457b1231cd60eea9d41d1b9024f2d556 +Checksums-Sha1: + e06527b3df04e93d0b76671f9f567508205e0f6e 1989 hfsplus_1.0.4-17.1.dsc + 8048a674b4a357a331471b4bf24bc543eb239580 216678 hfsplus_1.0.4.orig.tar.gz + c5fe12569ae55268a098f284df003e8b82d45923 20488 hfsplus_1.0.4-17.1.debian.tar.xz +Checksums-Sha256: + 47ead0fc0ec05a395bb282c5a7a9789a457b1231cd60eea9d41d1b9024f2d556 1989 hfsplus_1.0.4-17.1.dsc + 7c357d2f9e4f3131f00308257f23bab8a644f02e75689d551cc345dceba6f027 216678 hfsplus_1.0.4.orig.tar.gz + dd9a4f8efe65f9af78e5bd9e71f60491cccfa680e55bacec093f1d31b9a454d9 20488 hfsplus_1.0.4-17.1.debian.tar.xz +Files: + dcad451489d83c1e6e0bad937a6085fa 1989 hfsplus_1.0.4-17.1.dsc + 4dfb8cf19187f63c0fe4e3203ce4423f 216678 hfsplus_1.0.4.orig.tar.gz + 784f1bf680b39ed0e39b3eeb130a1525 20488 hfsplus_1.0.4-17.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: hicolor-icon-theme +Binary: hicolor-icon-theme +Architecture: all +Version: 0.18-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Jeremy Bícha , Laurent Bigonville +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/hicolor-icon-theme +Vcs-Git: https://salsa.debian.org/gnome-team/hicolor-icon-theme.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: daps , meson +Package-List: + hicolor-icon-theme deb misc optional arch=all +Directory: pool/97e0afba92378c0bf4bfeb5d10e9cc3a811811e7b23f712bd6e18b46f0f0d7c3 +Checksums-Sha1: + fe3f56234acac6113e7cc1c067dceb93dc26d8b3 2325 hicolor-icon-theme_0.18-1.dsc + a560c8c64be043bec8421b831528910157695436 29624 hicolor-icon-theme_0.18.orig.tar.xz + ed3cff6cf74b7e0f02bbbc29d75d6dc198f7ea5d 833 hicolor-icon-theme_0.18.orig.tar.xz.asc + ee112c64786c7288f44e258a4d25bf5c94f64ed8 9100 hicolor-icon-theme_0.18-1.debian.tar.xz +Checksums-Sha256: + 97e0afba92378c0bf4bfeb5d10e9cc3a811811e7b23f712bd6e18b46f0f0d7c3 2325 hicolor-icon-theme_0.18-1.dsc + db0e50a80aa3bf64bb45cbca5cf9f75efd9348cf2ac690b907435238c3cf81d7 29624 hicolor-icon-theme_0.18.orig.tar.xz + 0fe29ecd5d445805e33b33d7ff35813eabab2100806c06dd002efd35b37fb855 833 hicolor-icon-theme_0.18.orig.tar.xz.asc + 659512f9e592c31feef303069315f0052987ee619609a741c41a2dc820592608 9100 hicolor-icon-theme_0.18-1.debian.tar.xz +Files: + aed39c16f41cf8a1b0049b0e26f77252 2325 hicolor-icon-theme_0.18-1.dsc + ef14f3af03bcde9ed134aad626bdbaad 29624 hicolor-icon-theme_0.18.orig.tar.xz + 7c9d9e602b4cdb0330bef83167ecbd20 833 hicolor-icon-theme_0.18.orig.tar.xz.asc + 36e69a827ef22a2129d9ea4be85619ed 9100 hicolor-icon-theme_0.18-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: hivex +Binary: libhivex0, libhivex-dev, libhivex-bin, libwin-hivex-perl, libhivex-ocaml, libhivex-ocaml-dev, python3-hivex, ruby-hivex +Architecture: any +Version: 1.3.24-1 +Maintainer: Debian Libvirt Maintainers +Uploaders: Hilko Bengen +Homepage: http://libguestfs.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/libvirt-team/hivex +Vcs-Git: https://salsa.debian.org/libvirt-team/hivex.git +Build-Depends: debhelper-compat (= 13), dh-python, autopoint, pkgconf, libxml2-dev, libreadline-dev, libio-stringy-perl, ocaml-findlib, dh-ocaml (>= 0.9~), ocaml-nox (>= 3.11.1-3~), python3-all-dev, gem2deb, rake +Package-List: + libhivex-bin deb otherosfs optional arch=any + libhivex-dev deb libdevel optional arch=any + libhivex-ocaml deb ocaml optional arch=any + libhivex-ocaml-dev deb ocaml optional arch=any + libhivex0 deb libs optional arch=any + libwin-hivex-perl deb perl optional arch=any + python3-hivex deb python optional arch=any + ruby-hivex deb ruby optional arch=any +Directory: pool/a0b5648cf9986eba4a4db313b3f5bb683fc13df4d8d1ecb2ebee08ab4494a467 +Checksums-Sha1: + e52d345f89814b0cbb115a42ee0aac1b777f20e5 2486 hivex_1.3.24-1.dsc + 76cb2b15d83ef90c77ef1a5acd9b772fbe7ae759 741279 hivex_1.3.24.orig.tar.gz + 83da17c18ccc7d42ed7df82cd56909691498d079 7320 hivex_1.3.24-1.debian.tar.xz +Checksums-Sha256: + a0b5648cf9986eba4a4db313b3f5bb683fc13df4d8d1ecb2ebee08ab4494a467 2486 hivex_1.3.24-1.dsc + a52fa45cecc9a78adb2d28605d68261e4f1fd4514a778a5473013d2ccc8a193c 741279 hivex_1.3.24.orig.tar.gz + 7bf7d8e28e90babbdfb4bc60ea7bd7f415030b61066aec39f58e40d1689dedb7 7320 hivex_1.3.24-1.debian.tar.xz +Files: + 47fd9ccd0113de45f808a18b753a8caf 2486 hivex_1.3.24-1.dsc + 83fd882a691556a0156e365cd5af5dec 741279 hivex_1.3.24.orig.tar.gz + 35bcbdaf0a5287a72b9b492c389f09e1 7320 hivex_1.3.24-1.debian.tar.xz + +Format: 3.0 (native) +Package: hostname +Binary: hostname +Architecture: any +Version: 3.23+nmu2 +Maintainer: Michael Meskes +Standards-Version: 4.4.1 +Build-Depends: debhelper-compat (= 12) +Package-List: + hostname deb admin required arch=any essential=yes +Directory: pool/03fe3dcdda4e3abc3a5d8d7ed6eb63558d9fa0dfe68412667eac73945b47e506 +Checksums-Sha1: + 4304972b9025cc502bd36fbff40a926d44dd9ada 1431 hostname_3.23+nmu2.dsc + 1efed1ee70655c23638894823c57104a51ef5811 12944 hostname_3.23+nmu2.tar.xz +Checksums-Sha256: + 03fe3dcdda4e3abc3a5d8d7ed6eb63558d9fa0dfe68412667eac73945b47e506 1431 hostname_3.23+nmu2.dsc + e94bc2323862e1b49635c2b638aa905f14aa91d9eb525be8e8811a773ca3a60d 12944 hostname_3.23+nmu2.tar.xz +Files: + c3e0c12f5dfe0ac298b3a07e9bbafca0 1431 hostname_3.23+nmu2.dsc + 63f7c8fd39cc2759656cf1434b26b35b 12944 hostname_3.23+nmu2.tar.xz + +Format: 3.0 (quilt) +Package: htop +Binary: htop +Architecture: any +Version: 3.3.0-4gardenlinux0 +Maintainer: Daniel Lange +Uploaders: Eugene V. Lyubimkin , Graham Inggs +Homepage: https://htop.dev/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/htop +Vcs-Git: https://salsa.debian.org/debian/htop.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1.1), libdevstat-dev [kfreebsd-any], libhwloc-dev [!linux-any], libkvm-dev [kfreebsd-any], libncurses5-dev, libncursesw5-dev, libnl-3-dev [linux-any], libnl-genl-3-dev [linux-any], libsensors-dev [!hurd-any], pkg-config +Package-List: + htop deb utils optional arch=any +Directory: pool/a25858409f4363c8c54414ecb0a19e4db5d85021a9de1a0e4aa129bde222d9ed +Checksums-Sha1: + 544d15bda0ec0ea8eb3a345502f87d92da4c98e4 1252 htop_3.3.0-4gardenlinux0.dsc + 9dc3e06b3df2e4e6819b23cfa834fee0a275fdb4 293816 htop_3.3.0.orig.tar.xz + d20c675cb4c7e68991b4e145355d6d01973d18cf 13160 htop_3.3.0-4gardenlinux0.debian.tar.xz +Checksums-Sha256: + a25858409f4363c8c54414ecb0a19e4db5d85021a9de1a0e4aa129bde222d9ed 1252 htop_3.3.0-4gardenlinux0.dsc + 37404a648115e77e60ebf87673243bbf473463a65b72e14ee2b8d57fe7166068 293816 htop_3.3.0.orig.tar.xz + 6b2c754b49a739692fdbdfd8cb179289d4e9b6aff44d0d64f7940868f7db304b 13160 htop_3.3.0-4gardenlinux0.debian.tar.xz +Files: + 1c3c3920b7238909e3ddbf249db1d50e 1252 htop_3.3.0-4gardenlinux0.dsc + 72d437c2e9b4c77abbad6292e638eaf3 293816 htop_3.3.0.orig.tar.xz + d7ca44965d60d22697fa0d3d0d7d0c08 13160 htop_3.3.0-4gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: hyperlink +Binary: python3-hyperlink +Architecture: all +Version: 21.0.0-6 +Maintainer: Debian Python Team +Uploaders: Free Ekanayaka , +Homepage: https://github.com/python-hyper/hyperlink +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/hyperlink +Vcs-Git: https://salsa.debian.org/python-team/packages/hyperlink.git +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-idna, python3-pytest, python3-pytest-cov, python3-setuptools +Package-List: + python3-hyperlink deb python optional arch=all +Directory: pool/b35a75379ff17069decd0de34900b441f823b87002a785c99291ade6af8bbfb0 +Checksums-Sha1: + 743e5547bfcbf7b98700a3e7cdbc1bfa697e136a 2192 hyperlink_21.0.0-6.dsc + 17e538afafbf16e298ed78201a15fbd874d855a2 140743 hyperlink_21.0.0.orig.tar.gz + 98de016856816307a6e668e169b7add45ffa41bd 2892 hyperlink_21.0.0-6.debian.tar.xz +Checksums-Sha256: + b35a75379ff17069decd0de34900b441f823b87002a785c99291ade6af8bbfb0 2192 hyperlink_21.0.0-6.dsc + 427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b 140743 hyperlink_21.0.0.orig.tar.gz + ef13905d679291ba2786babb99f8d5f4ed8f25adadd870c1fbbf4f8a768288e3 2892 hyperlink_21.0.0-6.debian.tar.xz +Files: + 92ed677a4f6ad3854870c30e0e42d2d9 2192 hyperlink_21.0.0-6.dsc + 6285ac13e7d6be4157698ad7960ed490 140743 hyperlink_21.0.0.orig.tar.gz + 365b9d7cfada8f9f53f335fd42c99d7d 2892 hyperlink_21.0.0-6.debian.tar.xz +Dgit: d0a99e6ae328a39cab7f72456a167882c91c0b52 debian archive/debian/21.0.0-6 https://git.dgit.debian.org/hyperlink + +Format: 3.0 (quilt) +Package: icoutils +Binary: icoutils +Architecture: any +Version: 0.32.3-4 +Maintainer: Colin Watson +Homepage: https://www.nongnu.org/icoutils/ +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/debian/icoutils +Vcs-Git: https://salsa.debian.org/debian/icoutils.git +Build-Depends: debhelper-compat (= 13), libpng-dev +Package-List: + icoutils deb graphics optional arch=any +Directory: pool/46c836d4322a50e92d45a0bae5a1c8281b21407012cc43f58b0c9d212a782d45 +Checksums-Sha1: + 0628c4ba81678b796ec8f83815c717b1fcd09676 2217 icoutils_0.32.3-4.dsc + 6fe61b85b2a44bd1a8a7d8e03eeb0efa45f2a7fd 609286 icoutils_0.32.3.orig.tar.bz2 + 54689d76d830c4e61a54cd570b7014c4699f61ff 418 icoutils_0.32.3.orig.tar.bz2.asc + 25d564b55b9c964412f3be9021decb7f3955ee73 12580 icoutils_0.32.3-4.debian.tar.xz +Checksums-Sha256: + 46c836d4322a50e92d45a0bae5a1c8281b21407012cc43f58b0c9d212a782d45 2217 icoutils_0.32.3-4.dsc + 17abe02d043a253b68b47e3af69c9fc755b895db68fdc8811786125df564c6e0 609286 icoutils_0.32.3.orig.tar.bz2 + 42935b8c506ae3631961ddc7ef4e8d85594ad6cbba8adef8cc615e8cde85c9be 418 icoutils_0.32.3.orig.tar.bz2.asc + 441e724a37d62ee71758c96741458f580fe2d8085230f155f1ed81764185ab5a 12580 icoutils_0.32.3-4.debian.tar.xz +Files: + 1e6169e30f7d050739b7135c9a7c8b53 2217 icoutils_0.32.3-4.dsc + 907bfd140aa2cebd7fb2d3def6d24c9e 609286 icoutils_0.32.3.orig.tar.bz2 + 6873c6d742876afd9d44bb72c93a99b9 418 icoutils_0.32.3.orig.tar.bz2.asc + 0ff7206483347a3b052cfea8d3ced1be 12580 icoutils_0.32.3-4.debian.tar.xz +Dgit: 1d128b332022d1689ca99dcf28bace3f1e02b867 debian archive/debian/0.32.3-4 https://git.dgit.debian.org/icoutils + +Format: 3.0 (quilt) +Package: icu +Binary: libicu72, libicu-dev, icu-devtools, icu-doc +Architecture: any all +Version: 72.1-5 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://icu.unicode.org/ +Standards-Version: 4.7.0 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), autoconf-archive, pkgconf, python3 +Build-Depends-Indep: doxygen +Build-Conflicts: clang +Package-List: + icu-devtools deb libdevel optional arch=any + icu-doc deb doc optional arch=all + libicu-dev deb libdevel optional arch=any + libicu72 deb libs optional arch=any +Directory: pool/0059598c83340a461c89bf51affe20ae8f84431c0c1a39f1b8e9c80ee892cabc +Checksums-Sha1: + 3d0b1ffd25622c59e9585bb210d9aa827ce16bd7 2239 icu_72.1-5.dsc + a97546f0119c37a3526143bc29fb573a4417ff84 26303933 icu_72.1.orig.tar.gz + 839c365644536d46364f5993ec3e5b825cd3957f 659 icu_72.1.orig.tar.gz.asc + 2e788a3f95c1cbd36642884de186ff3364e754cd 62532 icu_72.1-5.debian.tar.xz +Checksums-Sha256: + 0059598c83340a461c89bf51affe20ae8f84431c0c1a39f1b8e9c80ee892cabc 2239 icu_72.1-5.dsc + a2d2d38217092a7ed56635e34467f92f976b370e20182ad325edea6681a71d68 26303933 icu_72.1.orig.tar.gz + 87b6ff610d587292cec0444fa8cbbfb12994cb89bade40578f5ba6470de245c7 659 icu_72.1.orig.tar.gz.asc + fce0ce962faacae576d3312f2e421a17433e620994dcd1ea168cf4a48147303e 62532 icu_72.1-5.debian.tar.xz +Files: + e507fd0f69e0f7a4381fbe953fd6c7d1 2239 icu_72.1-5.dsc + 4de6484a6c460d3d1468a6fe50369439 26303933 icu_72.1.orig.tar.gz + 40202677f928ebb561180b8c3c1ccca6 659 icu_72.1.orig.tar.gz.asc + c8f968a074f7872a628c19f1e15b2186 62532 icu_72.1-5.debian.tar.xz + +Format: 3.0 (native) +Package: ieee-data +Binary: ieee-data +Architecture: all +Version: 20240722 +Maintainer: Samuel Henrique +Homepage: https://standards.ieee.org/products-services/regauth/index.html +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/ieee-data +Vcs-Git: https://salsa.debian.org/debian/ieee-data.git +Build-Depends: debhelper-compat (= 13) +Package-List: + ieee-data deb net optional arch=all +Directory: pool/9e2f966bd7fe2762727706e7da55015048a705588e6a11b58ed687aa1fd0f24f +Checksums-Sha1: + 9c0115263bcc1ac4226d332d1dc542684e71bce8 1611 ieee-data_20240722.dsc + 79227bb926ab46922676549b637dbd5af45dffdc 2221620 ieee-data_20240722.tar.xz +Checksums-Sha256: + 9e2f966bd7fe2762727706e7da55015048a705588e6a11b58ed687aa1fd0f24f 1611 ieee-data_20240722.dsc + 5c9f249151536c35f157dffad0909d9fae8c25c6d8a6cbff354db14bab5b75b6 2221620 ieee-data_20240722.tar.xz +Files: + 10175788be2139ebc8b8ef15e0740bdf 1611 ieee-data_20240722.dsc + fc1cf3a9d81d664c5a60a9c8c9d955bc 2221620 ieee-data_20240722.tar.xz + +Format: 3.0 (native) +Package: ifupdown +Binary: ifupdown +Architecture: any +Version: 0.8.44 +Maintainer: Debian Networking Team +Uploaders: Josué Ortega , Santiago Ruano Rincón +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/ifupdown +Vcs-Git: https://salsa.debian.org/debian/ifupdown.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Package-List: + ifupdown deb admin important arch=any +Directory: pool/7bbc64abf6fb9e1524d54a1bc2c9e4d14c31b4a16cf9245b5db5dd02ba9e811f +Checksums-Sha1: + eace4cc0376da3fa865ccf5f48b9cb91c54073bd 1075 ifupdown_0.8.44.dsc + dde8270d99a7533d33cf17615f319f97116606fd 82368 ifupdown_0.8.44.tar.xz +Checksums-Sha256: + 7bbc64abf6fb9e1524d54a1bc2c9e4d14c31b4a16cf9245b5db5dd02ba9e811f 1075 ifupdown_0.8.44.dsc + 6121a19702e2e86b8f3aaac90d486ae8d557477f769718f3eb838945b697bcad 82368 ifupdown_0.8.44.tar.xz +Files: + 0e24ac02b3adb11800c84aea6d39e11b 1075 ifupdown_0.8.44.dsc + bd077bc97e5f973f21c5a2b95f322510 82368 ifupdown_0.8.44.tar.xz + +Format: 3.0 (quilt) +Package: ignition +Binary: ignition +Architecture: any +Version: 2.19.0-0gardenlinux0 +Maintainer: Debian Cloud Team +Uploaders: Michael Banck +Homepage: https://github.com/coreos/ignition +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/cloud-team/ignition +Vcs-Git: https://salsa.debian.org/cloud-team/ignition.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-exec, dh-golang, golang-any, golang-github-aws-aws-sdk-go-dev, golang-github-beevik-etree-dev, golang-github-containers-libhvee-dev, golang-github-coreos-go-json-dev, golang-github-coreos-go-systemd-dev, golang-github-coreos-vcontext-dev, golang-github-google-renameio-dev, golang-github-google-uuid-dev, golang-github-mdlayher-vsock-dev, golang-github-opencontainers-selinux-dev, golang-github-pin-tftp-dev, golang-github-spf13-pflag-dev (>= 1.0.6~git20210604), golang-github-stretchr-testify-dev, golang-github-vincent-petithory-dataurl-dev, golang-github-vmware-vmw-guestinfo-dev (>= 0.0~git20220317) [amd64 i386], golang-github-vmware-vmw-ovflib-dev, golang-go-semver-dev, golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-sys-dev, golang-google-api-dev, golang-google-cloud-dev, libblkid-dev +Package-List: + ignition deb golang optional arch=any +Directory: pool/5607795c653dee72d129459ff0c87eef9163fd7b5992d2be950ca233d349d9af +Checksums-Sha1: + 50bf50c1c37b3a3209e8e979eeeeac0277fe8367 1964 ignition_2.19.0-0gardenlinux0.dsc + 1517760707f8e452895b98ddf27bde12487194e8 245716 ignition_2.19.0.orig.tar.xz + 22cded3203668e2d26c33c3dd99875712cd92649 4636 ignition_2.19.0-0gardenlinux0.debian.tar.xz +Checksums-Sha256: + 5607795c653dee72d129459ff0c87eef9163fd7b5992d2be950ca233d349d9af 1964 ignition_2.19.0-0gardenlinux0.dsc + ff88642c43aa68a57674c01db57f2c0fa7590c642d8695348d3ccb0f106794f0 245716 ignition_2.19.0.orig.tar.xz + 20c7d9360171dd72503e9f01162c35477e58b712fb65b3445bc875d9770f2aa7 4636 ignition_2.19.0-0gardenlinux0.debian.tar.xz +Files: + 61f5a427e6d2e3801bd76b6c613a192b 1964 ignition_2.19.0-0gardenlinux0.dsc + 53943c478541b866dfd39524297964c1 245716 ignition_2.19.0.orig.tar.xz + 0a59630897fc08c823dd08f85cf08b56 4636 ignition_2.19.0-0gardenlinux0.debian.tar.xz +Go-Import-Path: github.com/coreos/ignition + +Format: 3.0 (quilt) +Package: importlib-resources +Binary: python3-importlib-resources +Architecture: all +Version: 6.0.1-1 +Maintainer: Debian Python Team +Uploaders: Jonas Meurer +Homepage: https://github.com/python/importlib_resources +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/importlib-resources +Vcs-Git: https://salsa.debian.org/python-team/packages/importlib-resources.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-pytest +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pytest, python3-setuptools, python3-setuptools-scm, pybuild-plugin-pyproject, python3-zipp +Package-List: + python3-importlib-resources deb python optional arch=all +Directory: pool/b4b81354b14f321c60e1231710b7de75fc49fbe8430044fde2ff158335352f7d +Checksums-Sha1: + cd3456447ec12290d5b22d39d5be71f8ef500cca 2278 importlib-resources_6.0.1-1.dsc + dc5322c0a6414fa823f54ef7fe938210abecd6a8 38745 importlib-resources_6.0.1.orig.tar.gz + c99bdb85ec0b97d4abc9936ee37da39eaa0af6b8 2784 importlib-resources_6.0.1-1.debian.tar.xz +Checksums-Sha256: + b4b81354b14f321c60e1231710b7de75fc49fbe8430044fde2ff158335352f7d 2278 importlib-resources_6.0.1-1.dsc + 4359457e42708462b9626a04657c6208ad799ceb41e5c58c57ffa0e6a098a5d4 38745 importlib-resources_6.0.1.orig.tar.gz + 7d61c80eced72523b1bc1fa8198e102a80543241af661d6b9fa14f8c10e2a5b4 2784 importlib-resources_6.0.1-1.debian.tar.xz +Files: + 1c34f7bdeed224bbd4fe3e605003283e 2278 importlib-resources_6.0.1-1.dsc + ebb549867902e44c9314ac3998e0d31f 38745 importlib-resources_6.0.1.orig.tar.gz + 58bed6db89d15bbc56696129a26759c8 2784 importlib-resources_6.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: incremental +Binary: python3-incremental +Architecture: all +Version: 24.7.2-2 +Maintainer: Debian Python Team +Uploaders: Free Ekanayaka , +Homepage: https://github.com/twisted/incremental +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/incremental +Vcs-Git: https://salsa.debian.org/python-team/packages/incremental.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-click, python3-twisted +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-click, python3-setuptools, python3-twisted +Package-List: + python3-incremental deb python optional arch=all +Directory: pool/ed8bd02f514f55f2d425358fa7581d70c12fabb157ae68e64af710cc7488608e +Checksums-Sha1: + b4e8ef08fc7f2c7e1a0e9419640042e469478962 2276 incremental_24.7.2-2.dsc + fa2f821c506600bcba407264205b58c6939e4907 28157 incremental_24.7.2.orig.tar.gz + 210639091ec3e5b895b4709b5a9439d218d465c2 4592 incremental_24.7.2-2.debian.tar.xz +Checksums-Sha256: + ed8bd02f514f55f2d425358fa7581d70c12fabb157ae68e64af710cc7488608e 2276 incremental_24.7.2-2.dsc + fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9 28157 incremental_24.7.2.orig.tar.gz + 87df1beff6958caa409e13a0a2fed35025aaa94497ace50e254f2646709bbd3f 4592 incremental_24.7.2-2.debian.tar.xz +Files: + c8d6a70413a68f80fce6778bfc2b43a0 2276 incremental_24.7.2-2.dsc + d946fb1a369c77693b4dab8ac9b13596 28157 incremental_24.7.2.orig.tar.gz + d824ab68610b5333b9b079212041f724 4592 incremental_24.7.2-2.debian.tar.xz +Dgit: b07bbaa18cf09a913cd0b9092b7339a6768ea40f debian archive/debian/24.7.2-2 https://git.dgit.debian.org/incremental + +Format: 3.0 (native) +Package: init-system-helpers +Binary: init-system-helpers, init +Architecture: any all +Version: 1.67 +Maintainer: Debian systemd Maintainers +Uploaders: Michael Biebl , Martin Pitt , Felipe Sateler , Luca Boccassi , +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/init-system-helpers +Vcs-Git: https://salsa.debian.org/debian/init-system-helpers.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, fakechroot, fakeroot, libtest-deep-perl +Build-Depends: debhelper-compat (= 13), fakeroot [!hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !x32] , fakechroot [!hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !x32] , libtest-deep-perl , perl:any, python3-docutils +Package-List: + init deb metapackages important arch=any protected=yes + init-system-helpers deb admin required arch=all essential=yes +Directory: pool/26e89df8709f6af0bc7629df7d6ccd327227ab9be8788c9232ffe9b559a7e86d +Checksums-Sha1: + 6071a695d0ba421c1d3eff08626b943da573a9bd 2234 init-system-helpers_1.67.dsc + 755e9a35a21532fe29417df20da68f387cb27240 45180 init-system-helpers_1.67.tar.xz +Checksums-Sha256: + 26e89df8709f6af0bc7629df7d6ccd327227ab9be8788c9232ffe9b559a7e86d 2234 init-system-helpers_1.67.dsc + 3fa7f7f1cffd0300363b49062c953023705009640e50141b00362e9fb40c5556 45180 init-system-helpers_1.67.tar.xz +Files: + 699a43911a8f5b9af5c46b430f3f711f 2234 init-system-helpers_1.67.dsc + 2e9aca25d147b253d9809fe54484b458 45180 init-system-helpers_1.67.tar.xz + +Format: 3.0 (native) +Package: initramfs-tools +Binary: initramfs-tools, initramfs-tools-core +Architecture: all +Version: 0.145 +Maintainer: Debian kernel team +Uploaders: Michael Prokop , Ben Hutchings +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/kernel-team/initramfs-tools +Vcs-Git: https://salsa.debian.org/kernel-team/initramfs-tools.git +Testsuite: autopkgtest +Testsuite-Triggers: busybox, busybox-initramfs, genext2fs, iproute2, ipxe-qemu, klibc-utils, linux-image-generic, procps, python3, qemu-efi-aarch64, qemu-efi-arm, qemu-kvm, seabios, zstd +Build-Depends: bash-completion, debhelper-compat (= 13), shunit2 +Package-List: + initramfs-tools deb utils optional arch=all + initramfs-tools-core deb utils optional arch=all +Directory: pool/6c9fda5896b927f541891cf232ccf840c5abeea3d985e526846b600278a1be46 +Checksums-Sha1: + 7dc8e6ad74b8f2236183af67facd76ee5ca70d1d 1991 initramfs-tools_0.145.dsc + 60c1c178542dd0876b5e6c4518cc956f5f68b606 106024 initramfs-tools_0.145.tar.xz +Checksums-Sha256: + 6c9fda5896b927f541891cf232ccf840c5abeea3d985e526846b600278a1be46 1991 initramfs-tools_0.145.dsc + a9111ba80d825d2e4baa66d32609900ef25e11e13a15c8d3abee4b235155ca0f 106024 initramfs-tools_0.145.tar.xz +Files: + 502d9b2bd6ed9c928842d0ccf153bff3 1991 initramfs-tools_0.145.dsc + b3dab25fb9f721b9190d927aeeaef68d 106024 initramfs-tools_0.145.tar.xz + +Format: 3.0 (quilt) +Package: insserv +Binary: insserv +Architecture: any +Version: 1.25.0-1 +Maintainer: Debian sysvinit maintainers +Uploaders: Mark Hindley , +Homepage: https://github.com/slicer69/insserv +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/insserv +Vcs-Git: https://salsa.debian.org/debian/insserv.git +Testsuite: autopkgtest +Build-Depends: bash-completion, debhelper-compat (= 13), po-debconf +Package-List: + insserv deb misc optional arch=any +Directory: pool/85d529169b925346087ef33c2b957f1cec42c5974922226615cbd06628ac7e12 +Checksums-Sha1: + ad1f159a217f3cb1b2152cb673d2d0bb0defcfca 1957 insserv_1.25.0-1.dsc + 794228dcb070f0a9e59f8ca2639792d926d13c92 76802 insserv_1.25.0.orig.tar.gz + 5b70d272ac64f380004f302e0f49408577f8f035 36420 insserv_1.25.0-1.debian.tar.xz +Checksums-Sha256: + 85d529169b925346087ef33c2b957f1cec42c5974922226615cbd06628ac7e12 1957 insserv_1.25.0-1.dsc + 5653830eeefd2ac792d0e3a0570b15b10689b07874f685ee9550e8337bd90149 76802 insserv_1.25.0.orig.tar.gz + c1f0c6380504fa93802921338e063c9d6d3945d5752e36d64f9b62de3246991b 36420 insserv_1.25.0-1.debian.tar.xz +Files: + 98bd7748a3c02832b1310b6ca58d25ed 1957 insserv_1.25.0-1.dsc + 4132831d6f4042949b6069bd76a5404f 76802 insserv_1.25.0.orig.tar.gz + 67b3253394453efc1dff1eb23fd3db45 36420 insserv_1.25.0-1.debian.tar.xz + +Format: 3.0 (native) +Package: intltool-debian +Binary: intltool-debian +Architecture: all +Version: 0.35.0+20060710.6 +Maintainer: Debian QA Group +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/debian/intltool-debian +Vcs-Git: https://salsa.debian.org/debian/intltool-debian.git +Build-Depends: debhelper-compat (= 12) +Build-Depends-Indep: perl +Package-List: + intltool-debian deb devel optional arch=all +Directory: pool/304c59033388fe487a4b489f6ae976971e50096fc9868d387dc9f012e81fb8d7 +Checksums-Sha1: + f53692308f1ae65ddca7fe4d6bb437cc7c607fe7 1645 intltool-debian_0.35.0+20060710.6.dsc + 66c48e083def4c88d48c2f2898d3f6bc31733edb 28132 intltool-debian_0.35.0+20060710.6.tar.xz +Checksums-Sha256: + 304c59033388fe487a4b489f6ae976971e50096fc9868d387dc9f012e81fb8d7 1645 intltool-debian_0.35.0+20060710.6.dsc + 4c0451189af0843dc72a00d730a8d37cef3b9744705d62605c3da43f54fe8709 28132 intltool-debian_0.35.0+20060710.6.tar.xz +Files: + 2882168b738f605996c232247d1054b2 1645 intltool-debian_0.35.0+20060710.6.dsc + 517cf9a8615feb7554791e5b2c4c5ce9 28132 intltool-debian_0.35.0+20060710.6.tar.xz + +Format: 3.0 (quilt) +Package: ipmitool +Binary: ipmitool +Architecture: any +Version: 1.8.19-7 +Maintainer: Jörg Frings-Fürst +Homepage: https://codeberg.org/IPMITool/ipmitool +Standards-Version: 4.6.2.0 +Vcs-Browser: https://git.jff.email/cgit/ipmitool.git +Vcs-Git: git://git.jff.email/ipmitool.git +Testsuite: autopkgtest +Testsuite-Triggers: bridge-utils, libvirt-clients, libvirt-daemon-system, libxml2-utils, linux-generic, linux-image-amd64, python3-libvirt, qemu-kvm, qemu-system, virtualbmc +Build-Depends: debhelper-compat (= 13), init-system-helpers (>= 1.58), libncurses-dev, libfreeipmi-dev [!hurd-i386], libreadline-dev, libssl-dev +Package-List: + ipmitool deb utils optional arch=any +Directory: pool/1bba09cedf5e67e685c0c2b4fb839a6d1d3e5a5090503bbb77790fca1c150ef5 +Checksums-Sha1: + be8853693df37bd4b088cdae452b66bb43e453cb 2139 ipmitool_1.8.19-7.dsc + 92620c40a0f2d5fbe72e774385a55a53aa4ec448 641383 ipmitool_1.8.19.orig.tar.gz + 6f96e21c07538415b1c4cca890ff5e0392dd7e0e 1554064 ipmitool_1.8.19-7.debian.tar.xz +Checksums-Sha256: + 1bba09cedf5e67e685c0c2b4fb839a6d1d3e5a5090503bbb77790fca1c150ef5 2139 ipmitool_1.8.19-7.dsc + 48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c 641383 ipmitool_1.8.19.orig.tar.gz + 893d9af143242bb2675f7e72d0ca1252c608bde7a8075ae7a942cb115fa613b0 1554064 ipmitool_1.8.19-7.debian.tar.xz +Files: + b0f98bdde80e704e1290ae31809d702d 2139 ipmitool_1.8.19-7.dsc + 0aa41c99d93ce129cf00a9b8803ed8c9 641383 ipmitool_1.8.19.orig.tar.gz + 2225b10600952ac3c32e92aebfe5c45c 1554064 ipmitool_1.8.19-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: iproute2 +Binary: iproute2 +Architecture: linux-any +Version: 6.10.0-2gardenlinux0 +Maintainer: Debian Kernel Team +Uploaders: Luca Boccassi +Homepage: https://wiki.linuxfoundation.org/networking/iproute2 +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/kernel-team/iproute2 +Vcs-Git: https://salsa.debian.org/kernel-team/iproute2.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential, dpkg-dev, kmod, locales-all, sudo +Build-Depends: bison, debhelper-compat (= 13), dh-package-notes, dh-sequence-movetousr, flex, libxtables-dev, libatm1-dev, libbsd-dev, libbpf-dev (>= 1:0.1.0~), libcap-dev, libelf-dev, libmnl-dev, libnsl-dev, libselinux1-dev, linux-libc-dev, pkgconf, po-debconf, zlib1g-dev +Package-List: + iproute2 deb net important arch=linux-any +Directory: pool/7d7675281e8264673a4eccaf9a90491e7c9752253a393f841599168d112ab714 +Checksums-Sha1: + 328736e78f1514e4ee737105a3c794ba47abea3b 1440 iproute2_6.10.0-2gardenlinux0.dsc + a20664f782b34a767f7fe6a6825b9a8edf942436 925508 iproute2_6.10.0.orig.tar.xz + 4b5145876ba3090230143e6f3c7973f5b912fa5c 38992 iproute2_6.10.0-2gardenlinux0.debian.tar.xz +Checksums-Sha256: + 7d7675281e8264673a4eccaf9a90491e7c9752253a393f841599168d112ab714 1440 iproute2_6.10.0-2gardenlinux0.dsc + 219152ef5821dc782f382a53db85883a1d8732ee3fbeea02d200832bc1f51469 925508 iproute2_6.10.0.orig.tar.xz + 32f7aef4935502ea17a1d3e542db7a6406750630d04b0acb07e06c4ad19e5c19 38992 iproute2_6.10.0-2gardenlinux0.debian.tar.xz +Files: + 972a7dc04a6ae616e1036eb8b7a65b03 1440 iproute2_6.10.0-2gardenlinux0.dsc + e8b389da08a6df06b29097d40ada7634 925508 iproute2_6.10.0.orig.tar.xz + 5c6ce8c67fbabd8da5d6b7922b43225c 38992 iproute2_6.10.0-2gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: iptables +Binary: iptables, libxtables12, libxtables-dev, libiptc-dev, libip4tc2, libip4tc-dev, libip6tc2, libip6tc-dev +Architecture: linux-any +Version: 1.8.10-4 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Arturo Borrero Gonzalez , Alberto Molina Coballes , Jeremy Sowden +Homepage: https://www.netfilter.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-iptables.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), libmnl-dev, libnetfilter-conntrack-dev, libnfnetlink-dev, libnftnl-dev (>= 1.1.6), netbase (>= 6.0), python3:native +Package-List: + iptables deb net optional arch=linux-any + libip4tc-dev deb libdevel optional arch=linux-any + libip4tc2 deb libs optional arch=linux-any + libip6tc-dev deb libdevel optional arch=linux-any + libip6tc2 deb libs optional arch=linux-any + libiptc-dev deb libdevel optional arch=linux-any + libxtables-dev deb libdevel optional arch=linux-any + libxtables12 deb libs optional arch=linux-any +Directory: pool/f0601503a7d269b976f58a42c1942b7c41d353824e7860a41067cf5598a5a8e2 +Checksums-Sha1: + 2c2834eb4959f3af066ab974b8a4c6723f327153 2656 iptables_1.8.10-4.dsc + ddbebf81eacbf900dc6dd4ed409353930397e0c2 641168 iptables_1.8.10.orig.tar.xz + fd2b54f8adbad3e1ca29bbd4492e184b2d4a7b6c 28036 iptables_1.8.10-4.debian.tar.xz +Checksums-Sha256: + f0601503a7d269b976f58a42c1942b7c41d353824e7860a41067cf5598a5a8e2 2656 iptables_1.8.10-4.dsc + 5cc255c189356e317d070755ce9371eb63a1b783c34498fb8c30264f3cc59c9c 641168 iptables_1.8.10.orig.tar.xz + 34bb51e916ab643f4d99667cd1dc3408aead7c44b54de4e95f3beac421dfa4b3 28036 iptables_1.8.10-4.debian.tar.xz +Files: + 534c95ae12ad90a5dba19eb6d64858a6 2656 iptables_1.8.10-4.dsc + 5eaa3bb424dd3a13c98c0cb026314029 641168 iptables_1.8.10.orig.tar.xz + 9cae60c42c77ff512f9ae2c9f91dec0a 28036 iptables_1.8.10-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: iputils +Binary: iputils-ping, iputils-tracepath, iputils-arping, iputils-clockdiff +Architecture: any +Version: 3:20240117-1 +Maintainer: Noah Meyerhans +Homepage: https://github.com/iputils/iputils/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/iputils +Vcs-Git: https://salsa.debian.org/debian/iputils.git +Build-Depends: debhelper-compat (= 13), xsltproc, docbook-xsl, docbook-xsl-ns, libcap-dev, iproute2, libgcrypt-dev, libidn2-dev, bash (>= 3), meson, pkg-config +Package-List: + iputils-arping deb net optional arch=any + iputils-clockdiff deb net optional arch=any + iputils-ping deb net important arch=any + iputils-tracepath deb net optional arch=any +Directory: pool/4049dca90dc5d4cc9566888a4fd465bbd7935151c2729ad3a8b0a8eddeae9b7c +Checksums-Sha1: + 6df15ee37f7dec9c82e03b3e3c06e146416498e3 2182 iputils_20240117-1.dsc + 973946aee78bb7921c241a9e85b3966a7907551a 445072 iputils_20240117.orig.tar.xz + 6d4c290b283235216c96ebcfec5386b1732f6d57 297284 iputils_20240117-1.debian.tar.xz +Checksums-Sha256: + 4049dca90dc5d4cc9566888a4fd465bbd7935151c2729ad3a8b0a8eddeae9b7c 2182 iputils_20240117-1.dsc + 9b505fb86b77274c66a86998f1e88edba34c6c79692a99962aab2e3195fd8a66 445072 iputils_20240117.orig.tar.xz + 30de655670cd67f1d4847f5dfacc47c04ba255f451ed4c844d42ed4ac1f0a454 297284 iputils_20240117-1.debian.tar.xz +Files: + 850dd8e65ff9743a2d1082b0828078d9 2182 iputils_20240117-1.dsc + 645d2d0a0dc00addf024151b5b4fc360 445072 iputils_20240117.orig.tar.xz + cad95611c01f24136ef466ad93da3cae 297284 iputils_20240117-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ipvsadm +Binary: ipvsadm +Architecture: linux-any +Version: 1:1.31-3 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Jeremy Sowden +Homepage: https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-ipvsadm +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-ipvsadm.git +Build-Depends: debhelper-compat (= 13), libnl-3-dev, libnl-genl-3-dev, libpopt-dev, pkgconf, po-debconf +Package-List: + ipvsadm deb net optional arch=linux-any +Directory: pool/1b5724af3a42d3230ea92801c90b622784beec984b92ad5bc3a8d0161d97676d +Checksums-Sha1: + a3f613315f7f7a7935cdd0dcf298601f3c0aae14 2055 ipvsadm_1.31-3.dsc + 2d6fa5fe01f8aa9dd4fc272855c8fc12aea3c06b 50389 ipvsadm_1.31.orig.tar.gz + f52c86c40120f90d2ba60322a7a295db02972458 14616 ipvsadm_1.31-3.debian.tar.xz +Checksums-Sha256: + 1b5724af3a42d3230ea92801c90b622784beec984b92ad5bc3a8d0161d97676d 2055 ipvsadm_1.31-3.dsc + 7276bcf214f31051188b2e44f11029e57303f37e54126e517000c1b2123a6d4e 50389 ipvsadm_1.31.orig.tar.gz + 32445ddc23ce97854ca224259973ae1104356eb357b1beb0243ea7b58b1e404a 14616 ipvsadm_1.31-3.debian.tar.xz +Files: + f273243606503a01047f81710bcb9c21 2055 ipvsadm_1.31-3.dsc + c0c22a127cefa71a031046aa089cc656 50389 ipvsadm_1.31.orig.tar.gz + 391c2da1fead99488bb0fc6c13efc32e 14616 ipvsadm_1.31-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: ipxe +Binary: ipxe, ipxe-qemu +Architecture: all +Version: 1.0.0+git-20190125.36a4c85-5.1 +Maintainer: Bastian Blank +Homepage: http://ipxe.org/ +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/waldi/ipxe +Vcs-Git: https://salsa.debian.org/waldi/ipxe.git +Build-Depends: debhelper-compat (= 12), dpkg-source-gitarchive, dh-exec, xorriso, isolinux, syslinux-common, syslinux-utils, dosfstools, mtools, binutils-dev, liblzma-dev, zlib1g-dev +Package-List: + ipxe deb admin optional arch=all + ipxe-qemu deb admin optional arch=all +Directory: pool/9ef3e5f462b675e7a475d9f0e49b8c990e9cce41eda44ab9a7469416f04e6502 +Checksums-Sha1: + 7e3bf2d76ca16543c9cfd78d79c3e5f78213def5 2109 ipxe_1.0.0+git-20190125.36a4c85-5.1.dsc + 2c89d37034b6c3daf735a6025f7afa82732ce336 2542700 ipxe_1.0.0+git-20190125.36a4c85.orig.tar.xz + 750e10ae3ff1c0a91760d464439a628880121e04 8664 ipxe_1.0.0+git-20190125.36a4c85-5.1.debian.tar.xz +Checksums-Sha256: + 9ef3e5f462b675e7a475d9f0e49b8c990e9cce41eda44ab9a7469416f04e6502 2109 ipxe_1.0.0+git-20190125.36a4c85-5.1.dsc + 3ae46008c5f0910665569928e18d171b02bcb210e9fc191dc19dd0d9ae59ee42 2542700 ipxe_1.0.0+git-20190125.36a4c85.orig.tar.xz + 6af4799853d710eb1c45bfc032bc2f49dbefae08ac2ff85f66e74eed38f44433 8664 ipxe_1.0.0+git-20190125.36a4c85-5.1.debian.tar.xz +Files: + f0fa5291387b55bc4a23b8039290b7f4 2109 ipxe_1.0.0+git-20190125.36a4c85-5.1.dsc + cb07d6043ee509afdac2f28d56013611 2542700 ipxe_1.0.0+git-20190125.36a4c85.orig.tar.xz + 0d9f4e92c40091a25412d93e1b493862 8664 ipxe_1.0.0+git-20190125.36a4c85-5.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: isc-dhcp +Binary: isc-dhcp-server, isc-dhcp-server-ldap, isc-dhcp-common, isc-dhcp-dev, isc-dhcp-client, isc-dhcp-client-ddns, isc-dhcp-client-udeb, isc-dhcp-relay, isc-dhcp-keama +Architecture: any +Version: 4.4.3-P1-5 +Maintainer: Debian ISC DHCP Maintainers +Uploaders: Andrew Pollock , Santiago Ruano Rincón +Homepage: http://www.isc.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/isc-dhcp +Vcs-Git: https://salsa.debian.org/debian/isc-dhcp.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.13.2), debhelper-compat (= 13), dh-apparmor, dh-autoreconf, groff, pkg-config, po-debconf, libldap2-dev +Package-List: + isc-dhcp-client deb net important arch=any + isc-dhcp-client-ddns deb net optional arch=any + isc-dhcp-client-udeb udeb debian-installer important arch=any + isc-dhcp-common deb net important arch=any + isc-dhcp-dev deb devel optional arch=any + isc-dhcp-keama deb net optional arch=any + isc-dhcp-relay deb net optional arch=any + isc-dhcp-server deb net optional arch=any + isc-dhcp-server-ldap deb net optional arch=any +Directory: pool/55b3c9087eaa1d2a0f97b29a17d9fc7d1f3ecf1545e949c16dde9d720b9267d0 +Checksums-Sha1: + f1e4f6742fc9740e9748f528a1c3c1fd9b13b4a0 2258 isc-dhcp_4.4.3-P1-5.dsc + 1f82ddfbe43c6e03e22240cd9494bd9e8f52c8b1 10081055 isc-dhcp_4.4.3-P1.orig.tar.gz + fc4138fdfb51a2fc4464162e06da72f9251f147b 874 isc-dhcp_4.4.3-P1.orig.tar.gz.asc + 0be58b1d25be05961efe873bbba7e459912c4133 105460 isc-dhcp_4.4.3-P1-5.debian.tar.xz +Checksums-Sha256: + 55b3c9087eaa1d2a0f97b29a17d9fc7d1f3ecf1545e949c16dde9d720b9267d0 2258 isc-dhcp_4.4.3-P1-5.dsc + 0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7 10081055 isc-dhcp_4.4.3-P1.orig.tar.gz + 66dd53dc74df0b02f1672158f1e35c61d4d8c6cf61940fcb0d0b2ee9b60cbc98 874 isc-dhcp_4.4.3-P1.orig.tar.gz.asc + 9894d711231338fa59de1126a46953d1d4f082352374c21d1119e234d301110d 105460 isc-dhcp_4.4.3-P1-5.debian.tar.xz +Files: + 333f8e27958ddda1bfc3c1dea3e62068 2258 isc-dhcp_4.4.3-P1-5.dsc + 36c6ca77212373b0cff478ae9e5d32af 10081055 isc-dhcp_4.4.3-P1.orig.tar.gz + 6db320501d5766198bc2da9515c62bbb 874 isc-dhcp_4.4.3-P1.orig.tar.gz.asc + df399823515dd3d44758d3e769d0fd9f 105460 isc-dhcp_4.4.3-P1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: isl +Binary: libisl-dev, libisl23 +Architecture: any +Version: 0.27-1 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: https://openhub.net/p/isl +Standards-Version: 4.7.0 +Build-Depends: debhelper (>= 11), libgmp-dev, python3:any +Package-List: + libisl-dev deb libdevel optional arch=any + libisl23 deb libs optional arch=any +Directory: pool/35ceb67dbb1b4098431b184e342143c2bd94c4a41ebfb3a983e3be31440b0453 +Checksums-Sha1: + c6eba158144b9022808031f4e98e76caedecf7bb 1829 isl_0.27-1.dsc + 8778bdabc1fbebe392564440c1ebbaaa45cdaf85 2056436 isl_0.27.orig.tar.xz + 8c311dddc1b6fc3708864567c2b93f1d3ebc5168 24868 isl_0.27-1.debian.tar.xz +Checksums-Sha256: + 35ceb67dbb1b4098431b184e342143c2bd94c4a41ebfb3a983e3be31440b0453 1829 isl_0.27-1.dsc + 6d8babb59e7b672e8cb7870e874f3f7b813b6e00e6af3f8b04f7579965643d5c 2056436 isl_0.27.orig.tar.xz + 1ac2e33075903489d4284ff4e86645405e68a282a80432ee4ee0c43397f59224 24868 isl_0.27-1.debian.tar.xz +Files: + aa252e856f06383ad142fa2edbd9f20b 1829 isl_0.27-1.dsc + 11ee9d335b227ea2e8579c4ba6e56138 2056436 isl_0.27.orig.tar.xz + d73c0053e9b93c6937d2832536351793 24868 isl_0.27-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: jansson +Binary: libjansson4, libjansson-dev, libjansson-doc +Architecture: any all +Version: 2.14-2 +Maintainer: Alessandro Ghedini +Homepage: http://www.digip.org/jansson/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/jansson +Vcs-Git: https://salsa.debian.org/debian/jansson.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: python3-sphinx (>= 1.0) +Package-List: + libjansson-dev deb libdevel optional arch=any + libjansson-doc deb doc optional arch=all + libjansson4 deb libs optional arch=any +Directory: pool/6296ddd9c0a022bd1b70074aefb171cfcdf5694a04ffd32b35fd66097621af87 +Checksums-Sha1: + df50de4d44356365157a2eac0212042e76a6e9c8 1980 jansson_2.14-2.dsc + c3c2b631864eca28de482e51fc027c9cd276eb67 141500 jansson_2.14.orig.tar.gz + b397245e2b8f4d63b4c67aa3910dfaea2332bbde 5428 jansson_2.14-2.debian.tar.xz +Checksums-Sha256: + 6296ddd9c0a022bd1b70074aefb171cfcdf5694a04ffd32b35fd66097621af87 1980 jansson_2.14-2.dsc + c739578bf6b764aa0752db9a2fdadcfe921c78f1228c7ec0bb47fa804c55d17b 141500 jansson_2.14.orig.tar.gz + e89fe4fd8221f6934ddb50f2e7f8404311928d0e23e49a5599f3d3d14ee8cb88 5428 jansson_2.14-2.debian.tar.xz +Files: + eb5e2010182b4f5e327691439c468a99 1980 jansson_2.14-2.dsc + bc78f39c7cd7fab1dd5fc4a2c3be1661 141500 jansson_2.14.orig.tar.gz + 5ea826b7f08f1310ecc3335dea80aff7 5428 jansson_2.14-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: jaraco.classes +Binary: python3-jaraco.classes +Architecture: all +Version: 3.4.0-1 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/jaraco/jaraco.classes +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.classes +Vcs-Git: https://salsa.debian.org/jcfp/jaraco.classes.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-more-itertools , python3-pytest , python3-setuptools, python3-setuptools-scm +Package-List: + python3-jaraco.classes deb python optional arch=all +Directory: pool/83905fdcc91cc81d76cec01b53f839630b56f7954c2de71fd4d60a453ad43b4f +Checksums-Sha1: + 67dc8f4ac2e146b82fb38259e1398e28f082ebd0 2151 jaraco.classes_3.4.0-1.dsc + beeecb365449114d07d63d81c434ecbe9c3439f8 9670 jaraco.classes_3.4.0.orig.tar.gz + 5f96b3663ab3d0af410ee728ac9b97bf7798bce1 3008 jaraco.classes_3.4.0-1.debian.tar.xz +Checksums-Sha256: + 83905fdcc91cc81d76cec01b53f839630b56f7954c2de71fd4d60a453ad43b4f 2151 jaraco.classes_3.4.0-1.dsc + 8caee68fada598a3cf53d550599cc8fc5a7533bd60758bbe9ae6d6445710c7c0 9670 jaraco.classes_3.4.0.orig.tar.gz + 9d4ebf9091edf6240008ad08f9fc275663159d1ccfb53e237ba9d98e6d8dd5d0 3008 jaraco.classes_3.4.0-1.debian.tar.xz +Files: + 420b57308e9d5f3ed9cf7f85b74c0118 2151 jaraco.classes_3.4.0-1.dsc + e0cf42be1b386ff0bde8a4e242d93ebe 9670 jaraco.classes_3.4.0.orig.tar.gz + 2400a5c81d67e7c4ac752d3efd1d372f 3008 jaraco.classes_3.4.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: jaraco.collections +Binary: python3-jaraco.collections +Architecture: all +Version: 5.0.1-1 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/jaraco/jaraco.collections +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.collections +Vcs-Git: https://salsa.debian.org/jcfp/jaraco.collections.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-jaraco.classes , python3-jaraco.text , python3-pytest , python3-setuptools, python3-setuptools-scm +Package-List: + python3-jaraco.collections deb python optional arch=all +Directory: pool/bc5a18f7c7c3201c4c8c2e5b09e74c7c94cd2b81d12b2f16e07077d7da14b2f1 +Checksums-Sha1: + a6eb7e890962b5a52bea62376c0b178c94ad2fc2 2210 jaraco.collections_5.0.1-1.dsc + 6aa56533f36860c9a8ec77e3bd4a1a4215a71d25 15397 jaraco.collections_5.0.1.orig.tar.gz + e6843b6477cbb8999fa9ec0d42bec63f91c78c9c 3132 jaraco.collections_5.0.1-1.debian.tar.xz +Checksums-Sha256: + bc5a18f7c7c3201c4c8c2e5b09e74c7c94cd2b81d12b2f16e07077d7da14b2f1 2210 jaraco.collections_5.0.1-1.dsc + b0999a5b0ec897303971eba2bdede817975976b43c0bf293acdc43288222d77d 15397 jaraco.collections_5.0.1.orig.tar.gz + 14cc7da26d383927f1ccfbb6b9368338e897a63e0340c0f89ba9be822de5bcd6 3132 jaraco.collections_5.0.1-1.debian.tar.xz +Files: + 94cc98ad3e1243884cd38529ae6d2a3b 2210 jaraco.collections_5.0.1-1.dsc + c5cdd38ce2d76aac01417f9a9d97a2ad 15397 jaraco.collections_5.0.1.orig.tar.gz + 80ec82070d4d7236c2ab1eadcdc04af8 3132 jaraco.collections_5.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: jaraco.context +Binary: python3-jaraco.context +Architecture: all +Version: 6.0.0-1 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/jaraco/jaraco.context +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.context +Vcs-Git: https://salsa.debian.org/jcfp/jaraco.context.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all, python3-portend, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-portend , python3-pytest , python3-setuptools, python3-setuptools-scm +Package-List: + python3-jaraco.context deb python optional arch=all +Directory: pool/25a06ed02ca21413b80656ee552fb5a033780a37ead838243b46696e41a6f76a +Checksums-Sha1: + 6ec11d7d8c54783fbec22cf6c8040fe600d61436 2164 jaraco.context_6.0.0-1.dsc + cefee11dbdcb5b1971dfa2d8f0272bf768ce8510 10826 jaraco.context_6.0.0.orig.tar.gz + 1ed759b9c16477b55998830868b998b6c5a79564 3048 jaraco.context_6.0.0-1.debian.tar.xz +Checksums-Sha256: + 25a06ed02ca21413b80656ee552fb5a033780a37ead838243b46696e41a6f76a 2164 jaraco.context_6.0.0-1.dsc + ce99960bbf5c02099609c12eae19cdc7a1492d0e328dca4a66b93e98421fee6d 10826 jaraco.context_6.0.0.orig.tar.gz + e26767344c39bda80095a48485f4f89aeb3861923a407392d8f026f212f0cb67 3048 jaraco.context_6.0.0-1.debian.tar.xz +Files: + 615d4ea1c01db082ce46b6390227fa17 2164 jaraco.context_6.0.0-1.dsc + 014e4f3d058a344bef51d58d6eae0575 10826 jaraco.context_6.0.0.orig.tar.gz + fe2b86fc0fed17d8bf5932f94be251b5 3048 jaraco.context_6.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: jaraco.text +Binary: python3-jaraco.text +Architecture: all +Version: 4.0.0-1 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/jaraco/jaraco.text +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.text +Vcs-Git: https://salsa.debian.org/jcfp/jaraco.text.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-autocommand , python3-inflect , python3-jaraco.context , python3-jaraco.functools , python3-pytest , python3-setuptools, python3-setuptools-scm +Package-List: + python3-jaraco.text deb python optional arch=all +Directory: pool/2e38c64fd7cd6aeb2cdf0b04c230330e18c314d95f295bf589201acd4599b9f9 +Checksums-Sha1: + e227a42489c51c1b9292529a2645d925cd81c18c 2215 jaraco.text_4.0.0-1.dsc + b001e01a85c317a4251f690ccf57dc15314dc3c0 14167 jaraco.text_4.0.0.orig.tar.gz + 1809d515094c5257f658d83c31f3f13d3e31ba81 3756 jaraco.text_4.0.0-1.debian.tar.xz +Checksums-Sha256: + 2e38c64fd7cd6aeb2cdf0b04c230330e18c314d95f295bf589201acd4599b9f9 2215 jaraco.text_4.0.0-1.dsc + d84969c483a49d8d0a6f44991307f91951a9349c277b64a13f065bd357430831 14167 jaraco.text_4.0.0.orig.tar.gz + cfcdb3c511da216e55d3e17b106605ca4c58c19b630723c641efd06ca64c424a 3756 jaraco.text_4.0.0-1.debian.tar.xz +Files: + 9e785db12983977b8717b974df5079c8 2215 jaraco.text_4.0.0-1.dsc + e8d77cc0d714fa7c3cfdb05c825670c0 14167 jaraco.text_4.0.0.orig.tar.gz + a0e8d2cb97917567478cf5c605c128c9 3756 jaraco.text_4.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: jbigkit +Binary: jbigkit-bin, jbigkit-testdata, libjbig-dev, libjbig0 +Architecture: any +Version: 2.1-6.1 +Maintainer: Michael van der Kolff +Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian-phototools-team/jbigkit +Vcs-Git: https://salsa.debian.org/debian-phototools-team/jbigkit.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Package-List: + jbigkit-bin deb graphics optional arch=any + jbigkit-testdata deb graphics optional arch=any + libjbig-dev deb libdevel optional arch=any + libjbig0 deb libs optional arch=any +Directory: pool/8dea586c47cb4b2436f77fd33ef4a702b9da936d74de8332a72a8ddbe8124e09 +Checksums-Sha1: + d86cafe128a2701289e864878dab6e75a30cc3a1 2089 jbigkit_2.1-6.1.dsc + 4864646df004e8331d19f2fa103ed731fdb6c099 438710 jbigkit_2.1.orig.tar.gz + ba344ca00fadcd6dd6761fe5fed6c8b306f2c9fb 9244 jbigkit_2.1-6.1.debian.tar.xz +Checksums-Sha256: + 8dea586c47cb4b2436f77fd33ef4a702b9da936d74de8332a72a8ddbe8124e09 2089 jbigkit_2.1-6.1.dsc + de7106b6bfaf495d6865c7dd7ac6ca1381bd12e0d81405ea81e7f2167263d932 438710 jbigkit_2.1.orig.tar.gz + c9ba99e84d18b1affdc97b26b625721ed06b41a92996d9b426b62c0dbe3868cd 9244 jbigkit_2.1-6.1.debian.tar.xz +Files: + 97bc4774f819fc41c80977a65146a06a 2089 jbigkit_2.1-6.1.dsc + ebcf09bed9f14d7fa188d3bd57349522 438710 jbigkit_2.1.orig.tar.gz + 09b5e64dcf9163341141b6e6c4149682 9244 jbigkit_2.1-6.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: jeepney +Binary: python3-jeepney, jeepney-doc +Architecture: all +Version: 0.8.0-3 +Maintainer: Debian Python Team +Uploaders: Dmitry Shachnev +Homepage: https://gitlab.com/takluyver/jeepney +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/jeepney +Vcs-Git: https://salsa.debian.org/python-team/packages/jeepney.git +Testsuite: autopkgtest +Testsuite-Triggers: dbus, python3-all, python3-async-timeout, python3-pytest, python3-pytest-asyncio, python3-testpath, python3-trio +Build-Depends: dbus, debhelper-compat (= 13), dh-python (>= 5.20211214), flit, pybuild-plugin-pyproject, python3-all, python3-async-timeout, python3-doc, python3-pytest, python3-pytest-asyncio (>= 0.17), python3-sphinx, python3-sphinx-rtd-theme, python3-testpath, python3-trio +Package-List: + jeepney-doc deb doc optional arch=all + python3-jeepney deb python optional arch=all +Directory: pool/c2cfd3238e292c3390e3e5e153176ea7a72604be162ecb511aa3160ef8b8f990 +Checksums-Sha1: + 802576a984583634f0542530fb1f0f01ede5cf56 1765 jeepney_0.8.0-3.dsc + 27611c47ba2349e10af02a7e3cfc26ac63383708 106005 jeepney_0.8.0.orig.tar.gz + a2a24ce2f7a6901c6403d1143d3eeaf30326b01b 4020 jeepney_0.8.0-3.debian.tar.xz +Checksums-Sha256: + c2cfd3238e292c3390e3e5e153176ea7a72604be162ecb511aa3160ef8b8f990 1765 jeepney_0.8.0-3.dsc + 5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 106005 jeepney_0.8.0.orig.tar.gz + 8f4a9d106187dfd04181a5d54a82458e805617949c642e08817228504d4cd78b 4020 jeepney_0.8.0-3.debian.tar.xz +Files: + c166ef19064180ffd4b6dc875c5da226 1765 jeepney_0.8.0-3.dsc + 7e2151e9197c751ceca6550bc6b3294c 106005 jeepney_0.8.0.orig.tar.gz + 7f1471c4bfd4fb8af9b2cc612f52b6ab 4020 jeepney_0.8.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: jemalloc +Binary: libjemalloc-dev, libjemalloc2 +Architecture: any +Version: 5.3.0-2 +Maintainer: Faidon Liambotis +Homepage: https://jemalloc.net/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/jemalloc +Vcs-Git: https://salsa.debian.org/debian/jemalloc.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), docbook-xml , docbook-xsl , xsltproc +Package-List: + libjemalloc-dev deb libdevel optional arch=any + libjemalloc2 deb libs optional arch=any +Directory: pool/69052abe7ef45171c4895a2e8a00163183698e7af5034021a3336978ef510d29 +Checksums-Sha1: + 0dd9f246d2beb3bb79cd94e3711aa338f8de2abe 1978 jemalloc_5.3.0-2.dsc + 1c8f2d0dfbf39fa8cd86363bf3314351ab21f8d4 736023 jemalloc_5.3.0.orig.tar.bz2 + 6d823dff2a2b3f01be4e71da19f81c47c94b9653 15336 jemalloc_5.3.0-2.debian.tar.xz +Checksums-Sha256: + 69052abe7ef45171c4895a2e8a00163183698e7af5034021a3336978ef510d29 1978 jemalloc_5.3.0-2.dsc + 2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa 736023 jemalloc_5.3.0.orig.tar.bz2 + 861c974691c0a3a358255dc2798bb3f4957ca4d1f5d8fc07408ce99d9a8ffd2c 15336 jemalloc_5.3.0-2.debian.tar.xz +Files: + 6747314aa88fdfddca2d6d3321f56964 1978 jemalloc_5.3.0-2.dsc + 09a8328574dab22a7df848eae6dbbf53 736023 jemalloc_5.3.0.orig.tar.bz2 + 274f890be066690b791135c9292a3642 15336 jemalloc_5.3.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: jfsutils +Binary: jfsutils, jfsutils-udeb +Architecture: any +Version: 1.1.15-6 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://jfs.sourceforge.net/ +Standards-Version: 4.6.2 +Build-Depends: cdbs, debhelper (>= 10), uuid-dev +Package-List: + jfsutils deb admin optional arch=any + jfsutils-udeb udeb debian-installer optional arch=any +Directory: pool/e5d1401efdab054ed0efc740ad59e2808c084697f5b6fbc8ec158044bd4327fb +Checksums-Sha1: + 55f60ee6db5730aabdf953f8ab0f1f4779ba82f9 1803 jfsutils_1.1.15-6.dsc + 33c0ca2cfd4986a8a2d2218cde1d37f5a96b19e6 554897 jfsutils_1.1.15.orig.tar.gz + 0be7e474dfb24add319f0b528bd3c8306e364b79 7204 jfsutils_1.1.15-6.debian.tar.xz +Checksums-Sha256: + e5d1401efdab054ed0efc740ad59e2808c084697f5b6fbc8ec158044bd4327fb 1803 jfsutils_1.1.15-6.dsc + bc17a4cd96e986815ef5ac5e7086e452f996c3178046cd278dafd6c202e6c578 554897 jfsutils_1.1.15.orig.tar.gz + 817156b0f091e1938b885d85c02cfd24bad4eabb385f7a8a2444abf4d384235c 7204 jfsutils_1.1.15-6.debian.tar.xz +Files: + 1090ea816912f4c062db2149de21b19e 1803 jfsutils_1.1.15-6.dsc + 2cd01d58f267d4d449a4d1153fe6fa28 554897 jfsutils_1.1.15.orig.tar.gz + b841c6e001f04e7b55bcf248fd5512ee 7204 jfsutils_1.1.15-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: jinja2 +Binary: python-jinja2-doc, python3-jinja2 +Architecture: all +Version: 3.1.3-1 +Maintainer: Piotr Ożarowski +Uploaders: Debian Python Team , +Homepage: http://jinja.pocoo.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/jinja2 +Vcs-Git: https://salsa.debian.org/python-team/packages/jinja2.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-babel, python3-markupsafe (>= 2.0), python3-pallets-sphinx-themes (>= 2.0.2), python3-pygments, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-issues +Package-List: + python-jinja2-doc deb doc optional arch=all + python3-jinja2 deb python optional arch=all +Directory: pool/59fd9065679fe5b375c3e549ea2a93eac6c5484beaad7959d72e05c55c0f4a8d +Checksums-Sha1: + bfa2369e328642110ca9b7ec440a452dde2f237a 1881 jinja2_3.1.3-1.dsc + a9db54d91b53f76f546afa1414dd015c0574ebeb 268261 jinja2_3.1.3.orig.tar.gz + 34c9691d09b8bf577243317f4d5b486d9d37a286 10080 jinja2_3.1.3-1.debian.tar.xz +Checksums-Sha256: + 59fd9065679fe5b375c3e549ea2a93eac6c5484beaad7959d72e05c55c0f4a8d 1881 jinja2_3.1.3-1.dsc + ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90 268261 jinja2_3.1.3.orig.tar.gz + 4d2572bc3d43a547d619c50c48c328d69f8ad88d770b7ffb60c3cdf283fc8822 10080 jinja2_3.1.3-1.debian.tar.xz +Files: + 0dfc0baec68c30fba0b2ec0a3484ce1b 1881 jinja2_3.1.3-1.dsc + caf5418c851eac59e70a78d9730d4cea 268261 jinja2_3.1.3.orig.tar.gz + a486a895224d53f965aebb2950b14084 10080 jinja2_3.1.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: jq +Binary: jq, libjq1, libjq-dev +Architecture: any +Version: 1.7.1-3 +Maintainer: ChangZhuo Chen (陳昌倬) +Homepage: https://jqlang.github.io/jq +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/jq +Vcs-Git: https://salsa.debian.org/debian/jq.git +Build-Depends: debhelper-compat (= 13), bison, flex, libonig-dev, libtool, python3-jinja2, python3-yaml, python3-markdown, python3-lxml, python3-jsonschema, valgrind [amd64] +Package-List: + jq deb utils optional arch=any + libjq-dev deb libdevel optional arch=any + libjq1 deb utils optional arch=any +Directory: pool/4984586e4635361fb9ba2dc336278f684c912b3d25bdfa7c31c66f71fe190501 +Checksums-Sha1: + 86918d3793e68289da7bdcd872b73c3190cdb975 2000 jq_1.7.1-3.dsc + b84066c8abfda37b1eff2d4f9bc2187951e281e2 1323338 jq_1.7.1.orig.tar.gz + 6600b39c1834c775211d982f9111a791ca7db049 13932 jq_1.7.1-3.debian.tar.xz +Checksums-Sha256: + 4984586e4635361fb9ba2dc336278f684c912b3d25bdfa7c31c66f71fe190501 2000 jq_1.7.1-3.dsc + fc75b1824aba7a954ef0886371d951c3bf4b6e0a921d1aefc553f309702d6ed1 1323338 jq_1.7.1.orig.tar.gz + 4294096acc4c5deac32405113ad765dd9fb94b24ad29f7992a087f572305190b 13932 jq_1.7.1-3.debian.tar.xz +Files: + 1b6284d5d92fa454630e7c5cacdd62eb 2000 jq_1.7.1-3.dsc + 6298967cd176a8e9f3e83b98f42295b6 1323338 jq_1.7.1.orig.tar.gz + 93f956d7369dac0049c56538028e2cee 13932 jq_1.7.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: json-c +Binary: libjson-c5, libjson-c-dev, libjson-c-doc, libjson-c5-udeb +Architecture: any all +Version: 0.18+ds-1 +Maintainer: Nicolas Mora +Homepage: https://github.com/json-c/json-c/wiki +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/json-c +Vcs-Git: https://salsa.debian.org/debian/json-c.git +Testsuite: autopkgtest +Testsuite-Triggers: cmake, gcc, libc-dev +Build-Depends: debhelper-compat (= 13), cmake, doxygen +Package-List: + libjson-c-dev deb libdevel optional arch=any + libjson-c-doc deb doc optional arch=all + libjson-c5 deb libs optional arch=any + libjson-c5-udeb udeb debian-installer optional arch=any +Directory: pool/30f35cab8f920a6481e5fb8e58e789c59dd92945b82a2bcb9cf640a6e6e88594 +Checksums-Sha1: + 90758b1b325faa67b444035fb048cb073d3e9800 2102 json-c_0.18+ds-1.dsc + 769430f202a3f62d155539d400fe535af244dd92 159264 json-c_0.18+ds.orig.tar.xz + 7c16236e7ae9f6a1c12c167351e24b79d399ea4e 8984 json-c_0.18+ds-1.debian.tar.xz +Checksums-Sha256: + 30f35cab8f920a6481e5fb8e58e789c59dd92945b82a2bcb9cf640a6e6e88594 2102 json-c_0.18+ds-1.dsc + f6439962c9622c1f9f4746d5b3daf5e0800c335281b048fab00159f2a29d7daa 159264 json-c_0.18+ds.orig.tar.xz + 01c6b44a9c3cbf33f8eba7f83bc78dd8f4c84a8e1f3e41314d1d2357d0316100 8984 json-c_0.18+ds-1.debian.tar.xz +Files: + ca9d02d3d8f76620bd15aa7de30d4251 2102 json-c_0.18+ds-1.dsc + 3b0d19d95eec7d5f2fb9283460839449 159264 json-c_0.18+ds.orig.tar.xz + 6d5c1bf3015fbedf0c799422bb44ff43 8984 json-c_0.18+ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: json-glib +Binary: libjson-glib-1.0-0, libjson-glib-dev, libjson-glib-1.0-common, libjson-glib-doc, gir1.2-json-1.0, json-glib-tools +Architecture: any all +Version: 1.10.0+ds-2 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha , Laurent Bigonville , Michael Biebl +Homepage: https://wiki.gnome.org/Projects/JsonGlib +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/json-glib +Vcs-Git: https://salsa.debian.org/gnome-team/json-glib.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gnome-desktop-testing +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, gi-docgen, gir1.2-glib-2.0 (>= 0.9.12), gtk-doc-tools (>= 1.20), libgirepository1.0-dev (>= 0.9.12), libglib2.0-dev (>= 2.72.0), meson (>= 1.2.0), python3-docutils, python3-jinja2, python3-toml, python3-typogrify, xsltproc +Build-Depends-Indep: libglib2.0-doc +Package-List: + gir1.2-json-1.0 deb introspection optional arch=any + json-glib-tools deb devel optional arch=any + libjson-glib-1.0-0 deb libs optional arch=any + libjson-glib-1.0-common deb libs optional arch=all + libjson-glib-dev deb libdevel optional arch=any + libjson-glib-doc deb doc optional arch=all profile=!nodoc +Directory: pool/5722b2913c11937e22b7b5819e79c4d0bd305ba6eeef00b7a0b3b5f0b102e40a +Checksums-Sha1: + 70c7759684401aa3584edc9e29e55807525f1487 2945 json-glib_1.10.0+ds-2.dsc + fd4b4072c58943de3ae06f3aebf0109ac30314ce 173864 json-glib_1.10.0+ds.orig.tar.xz + 1832a32982d7ef328e0ee809dbe4d7070b8f0d9f 11772 json-glib_1.10.0+ds-2.debian.tar.xz +Checksums-Sha256: + 5722b2913c11937e22b7b5819e79c4d0bd305ba6eeef00b7a0b3b5f0b102e40a 2945 json-glib_1.10.0+ds-2.dsc + 001110efb2a507933ee1f6b6e2bc7a04a38533f2947ae459c0a545b1d1ffd82a 173864 json-glib_1.10.0+ds.orig.tar.xz + 9fd8031fea4a14fbdac835afbaeb1135c207bac48c1b71409bbe876d717ace14 11772 json-glib_1.10.0+ds-2.debian.tar.xz +Files: + 34dd2a43d53042ae175c3db9a0b50e1e 2945 json-glib_1.10.0+ds-2.dsc + 7583b129daadc723bbf559a8985936ce 173864 json-glib_1.10.0+ds.orig.tar.xz + 2aaad0d61e1b6b21ccaff8235d67c14f 11772 json-glib_1.10.0+ds-2.debian.tar.xz +Dgit: 247d50d5f4ba507ab317bfe85acabe536d0ef939 debian archive/debian/1.10.0+ds-2 https://git.dgit.debian.org/json-glib + +Format: 3.0 (native) +Package: kerberos-configs +Binary: krb5-config +Architecture: all +Version: 2.7 +Maintainer: Sam Hartman +Uploaders: Russ Allbery +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/kerberos-configs +Vcs-Git: https://salsa.debian.org/debian/kerberos-configs +Build-Depends: debhelper-compat (= 13), perl (>= 5.8) +Package-List: + krb5-config deb net optional arch=all +Directory: pool/9666e117889a92d15cdef7a9ae6570bb1078ed3c388926c4b112824cf3cbb713 +Checksums-Sha1: + bceb110d00193898038369279748277b48270aa5 999 kerberos-configs_2.7.dsc + 3706295da11342facb3a6e84f3d4a20a32857537 27168 kerberos-configs_2.7.tar.xz +Checksums-Sha256: + 9666e117889a92d15cdef7a9ae6570bb1078ed3c388926c4b112824cf3cbb713 999 kerberos-configs_2.7.dsc + 4e39145f88287ed0a3202d6f71ee749f4c67faf5283b0d100575dc125951bbd2 27168 kerberos-configs_2.7.tar.xz +Files: + 2001f66b35ffe420c7000fbd167e4272 999 kerberos-configs_2.7.dsc + 24209d1b0410f2b786b0a985c2ae5909 27168 kerberos-configs_2.7.tar.xz + +Format: 3.0 (native) +Package: kernel-wedge +Binary: kernel-wedge +Architecture: all +Version: 2.106 +Maintainer: Debian Install System Team +Uploaders: Steve Langasek , Ben Hutchings +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/installer-team/kernel-wedge +Vcs-Git: https://salsa.debian.org/installer-team/kernel-wedge.git +Testsuite: autopkgtest +Testsuite-Triggers: diffutils, gcc, kmod +Build-Depends: debhelper-compat (= 13) +Package-List: + kernel-wedge deb utils optional arch=all +Directory: pool/86875b18e1f03cdb481ef789bc3d1a43cf4d094610af163eb55243c530aee5da +Checksums-Sha1: + 837e7bb433d3901225da046fe71dc45ab6bcb6fa 1723 kernel-wedge_2.106.dsc + be512a775229f546f6af1768100f242b0d0fa1af 40064 kernel-wedge_2.106.tar.xz +Checksums-Sha256: + 86875b18e1f03cdb481ef789bc3d1a43cf4d094610af163eb55243c530aee5da 1723 kernel-wedge_2.106.dsc + 1ee50f1af55e1d26a26074b9c1c51763ee1783dc05dd01c01c997ba3fd7a246d 40064 kernel-wedge_2.106.tar.xz +Files: + 3166a1e52e905d6f955533879d0187cb 1723 kernel-wedge_2.106.dsc + b31ff93b1065a97e1f000b03fe8b46e2 40064 kernel-wedge_2.106.tar.xz + +Format: 3.0 (quilt) +Package: kexec-tools +Binary: kexec-tools, kexec-tools-udeb +Architecture: linux-any +Version: 1:2.0.29-1 +Maintainer: Khalid Aziz +Homepage: https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/ +Standards-Version: 4.5.1.0 +Build-Depends: debhelper (>= 10.0.0), debhelper-compat (= 13), gnu-efi (>= 3.0a-4) [ia64], libz-dev [arm64 ia64], po-debconf, libxen-dev [amd64 arm64 armhf] +Package-List: + kexec-tools deb admin optional arch=linux-any + kexec-tools-udeb udeb debian-installer optional arch=linux-any +Directory: pool/8bbde1a9b34c223f8f783193d5d92391079ed02829f1e71377d58b6f24b5048a +Checksums-Sha1: + 37b51ad4bb240a9a5a68b3b16988d942af763d8b 1997 kexec-tools_2.0.29-1.dsc + b05e53b8f63ca039a06b0f8cb8a175b0f447449e 314576 kexec-tools_2.0.29.orig.tar.xz + 7b164f54377e7b81e36c28a1520e96941d61073a 26420 kexec-tools_2.0.29-1.debian.tar.xz +Checksums-Sha256: + 8bbde1a9b34c223f8f783193d5d92391079ed02829f1e71377d58b6f24b5048a 1997 kexec-tools_2.0.29-1.dsc + 67b1ac503aade45a54db0bc79228a8830a35d5d4f83cee932cff3e7a81a4a9ec 314576 kexec-tools_2.0.29.orig.tar.xz + 10d9b3fca4c3225c4933a80b6f8b6fb2c54fd79b039bd7b0bdd00f4c9e55f3c2 26420 kexec-tools_2.0.29-1.debian.tar.xz +Files: + 9468645e9430f064dbc70dba3cd3f59a 1997 kexec-tools_2.0.29-1.dsc + 4e57578456c9ec6da2bda6c754529975 314576 kexec-tools_2.0.29.orig.tar.xz + 3e808ad1a4647df8de6a04cc6321e8c0 26420 kexec-tools_2.0.29-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: keyutils +Binary: keyutils, libkeyutils1, libkeyutils-dev +Architecture: linux-any +Version: 1.6.3-3 +Maintainer: Christian Kastner +Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/keyutils +Vcs-Git: https://salsa.debian.org/debian/keyutils.git +Testsuite: autopkgtest +Testsuite-Triggers: file, lsb-release +Build-Depends: debhelper-compat (= 13), lsb-release +Package-List: + keyutils deb admin optional arch=linux-any + libkeyutils-dev deb libdevel optional arch=linux-any + libkeyutils1 deb libs optional arch=linux-any +Directory: pool/0a4178e10982c7351da7db5b44b5c18807613ad066cb2e157d0756019764f0c1 +Checksums-Sha1: + 07f32ffe6ec9cdcd9c0441675f5111acf289f5e0 2079 keyutils_1.6.3-3.dsc + 7e5112d68eef5677e474d062282a0e1d1f19904c 137022 keyutils_1.6.3.orig.tar.gz + caacaa8e598be89eb6e5cecdda506912ff821c9b 13328 keyutils_1.6.3-3.debian.tar.xz +Checksums-Sha256: + 0a4178e10982c7351da7db5b44b5c18807613ad066cb2e157d0756019764f0c1 2079 keyutils_1.6.3-3.dsc + a61d5706136ae4c05bd48f86186bcfdbd88dd8bd5107e3e195c924cfc1b39bb4 137022 keyutils_1.6.3.orig.tar.gz + 8c078d9de91f930df174eebc60e063e8fff574ac36c0f7ee18f7e21635d60af0 13328 keyutils_1.6.3-3.debian.tar.xz +Files: + 8e0b7e5ec9325585ec54ac29a441286e 2079 keyutils_1.6.3-3.dsc + 6b70b2b381c1b6d9adfaf66d5d3e7c00 137022 keyutils_1.6.3.orig.tar.gz + cea15bbbde5727a2e2464d8f8ff70788 13328 keyutils_1.6.3-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: klibc +Binary: libklibc-dev, libklibc, klibc-utils +Architecture: linux-any +Version: 2.0.13-4 +Maintainer: Debian Kernel Team +Uploaders: Ben Hutchings , maximilian attems , Salvatore Bonaccorso +Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git +Standards-Version: 4.1.2 +Vcs-Browser: https://salsa.debian.org/kernel-team/klibc +Vcs-Git: https://salsa.debian.org/kernel-team/klibc.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 12), linux-libc-dev, m4 [sparc] +Package-List: + klibc-utils deb libs optional arch=linux-any + libklibc deb libs optional arch=linux-any + libklibc-dev deb libdevel optional arch=linux-any +Directory: pool/0c9d56146b257775f00e0aa28e1596b170ed52b441062c1e95ee7f5698493d4a +Checksums-Sha1: + 9879e9f0ad3e17e33b114ce98d98369ca29cf0b9 2346 klibc_2.0.13-4.dsc + f2f9c892740636efa51a52f6e11903171076c75f 472720 klibc_2.0.13.orig.tar.xz + 69c8be65a20cf65cc9dbf6751fbe55aebe564065 20216 klibc_2.0.13-4.debian.tar.xz +Checksums-Sha256: + 0c9d56146b257775f00e0aa28e1596b170ed52b441062c1e95ee7f5698493d4a 2346 klibc_2.0.13-4.dsc + d673a294f742d59368222ff5c38462d81098c55063799de6fb8a7ba3d4af0436 472720 klibc_2.0.13.orig.tar.xz + 8cad05d08c4796f57e5b8d79f13d4267d5651ce80535d2a67ae5394395845808 20216 klibc_2.0.13-4.debian.tar.xz +Files: + eee4817089c58292d046cf3ce18d956d 2346 klibc_2.0.13-4.dsc + 0a82353a5739d54e4091d7014787175c 472720 klibc_2.0.13.orig.tar.xz + 110aaf345c5bc2e72548639c53b3bfca 20216 klibc_2.0.13-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: kmod +Binary: kmod, libkmod2, libkmod-dev, kmod-udeb, libkmod2-udeb +Architecture: linux-any +Version: 33+20240816-2 +Maintainer: Marco d'Itri +Standards-Version: 4.7.0.0 +Vcs-Browser: https://salsa.debian.org/md/kmod +Vcs-Git: https://salsa.debian.org/md/kmod.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), autoconf, automake, libtool, pkgconf, liblzma-dev (>= 5.4.5-0.2), libssl-dev, libzstd-dev, zstd , gtk-doc-tools, xsltproc, scdoc +Package-List: + kmod deb admin important arch=linux-any + kmod-udeb udeb debian-installer important arch=linux-any + libkmod-dev deb libdevel optional arch=linux-any + libkmod2 deb libs optional arch=linux-any + libkmod2-udeb udeb debian-installer important arch=linux-any +Directory: pool/adcfb953544f040c68496280014eadbfd8d0d77e18cfa12d506851666a364761 +Checksums-Sha1: + 3fc308f259cf1549703d976d06143fea6cfff772 1646 kmod_33+20240816-2.dsc + 88c3bd139a340d05aa7e37a9fb156b166ba7edc5 297820 kmod_33+20240816.orig.tar.xz + 352fdee7a676d06a479e3d3f0e3c5ca90de6d85e 10664 kmod_33+20240816-2.debian.tar.xz +Checksums-Sha256: + adcfb953544f040c68496280014eadbfd8d0d77e18cfa12d506851666a364761 1646 kmod_33+20240816-2.dsc + 62869d2eaf047b9f6d6ff30dbfa9a3dbe6622a7a009c2d19f71af84cd0d83265 297820 kmod_33+20240816.orig.tar.xz + 8242463b1a5c030f693cbdafbcf41c2e76b302015ad21d6d9de49595ca792592 10664 kmod_33+20240816-2.debian.tar.xz +Files: + b29de6e1324aeffe9da9340f43e96d57 1646 kmod_33+20240816-2.dsc + b4d5063fcd529a65ccde9483eb6db908 297820 kmod_33+20240816.orig.tar.xz + b8ef0f307f9dee268dd333477f8a5538 10664 kmod_33+20240816-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: krb5 +Binary: krb5-user, krb5-kdc, krb5-kdc-ldap, krb5-admin-server, krb5-kpropd, krb5-multidev, libkrb5-dev, libkrb5-dbg, krb5-pkinit, krb5-otp, krb5-k5tls, krb5-doc, libkrb5-3, libgssapi-krb5-2, libgssrpc4t64, libkadm5srv-mit12, libkadm5clnt-mit12, libk5crypto3, libkdb5-10t64, libkrb5support0, libkrad0, krb5-gss-samples, krb5-locales, libkrad-dev +Architecture: any all +Version: 1.21.3-3gl0 +Maintainer: Sam Hartman +Uploaders: Russ Allbery , Benjamin Kaduk +Homepage: https://web.mit.edu/kerberos/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/krb5 +Vcs-Git: https://salsa.debian.org/debian/krb5 +Testsuite: autopkgtest +Testsuite-Triggers: ldap-utils, libsasl2-modules-gssapi-mit, slapd +Build-Depends: byacc | bison, comerr-dev, debhelper-compat (= 13), docbook-to-man, dpkg-dev (>= 1.22.5), libkeyutils-dev [linux-any], libldap2-dev , liblmdb-dev, libnss-myhostname, libsasl2-dev , libssl-dev, libverto-dev, pkg-config, ss-dev +Build-Depends-Arch: dpkg-dev (>= 1.22.5), keyutils [linux-any] , libcmocka-dev , python3-kdcproxy , python3-pyrad +Build-Depends-Indep: doxygen, doxygen-latex, python3, python3-cheetah, python3-lxml, python3-sphinx, tex-gyre +Package-List: + krb5-admin-server deb net optional arch=any + krb5-doc deb doc optional arch=all + krb5-gss-samples deb net optional arch=any + krb5-k5tls deb net optional arch=any + krb5-kdc deb net optional arch=any + krb5-kdc-ldap deb net optional arch=any profile=!stage1 + krb5-kpropd deb net optional arch=any + krb5-locales deb localization optional arch=all + krb5-multidev deb libdevel optional arch=any + krb5-otp deb net optional arch=any + krb5-pkinit deb net optional arch=any + krb5-user deb net optional arch=any + libgssapi-krb5-2 deb libs optional arch=any + libgssrpc4t64 deb libs optional arch=any + libk5crypto3 deb libs optional arch=any + libkadm5clnt-mit12 deb libs optional arch=any + libkadm5srv-mit12 deb libs optional arch=any + libkdb5-10t64 deb libs optional arch=any + libkrad-dev deb libdevel optional arch=any + libkrad0 deb libs optional arch=any + libkrb5-3 deb libs optional arch=any + libkrb5-dbg deb debug optional arch=any + libkrb5-dev deb libdevel optional arch=any + libkrb5support0 deb libs optional arch=any +Directory: pool/191c4af9a3dd22f6e0c6ac9535899acbcf0431c9a7f407095833214dfdde9402 +Checksums-Sha1: + 6f20bc136be9d98d66b9cb88f41f721fb8fd7a38 2877 krb5_1.21.3-3gl0.dsc + ed94f92007e7cf5614229969a782017ae6192583 6711968 krb5_1.21.3.orig.tar.xz + 445c26a232a16dab8bb70882e35101cd17a1f06a 103448 krb5_1.21.3-3gl0.debian.tar.xz +Checksums-Sha256: + 191c4af9a3dd22f6e0c6ac9535899acbcf0431c9a7f407095833214dfdde9402 2877 krb5_1.21.3-3gl0.dsc + 97fd763e0541d5c6a7a15b2b9d6dcfddc05a9e94d7120bc43c8658a1d2475f18 6711968 krb5_1.21.3.orig.tar.xz + 3ff4242145304b570a15ac22f8de3524c1b1b0ce300cdb302d3f59069ec0861b 103448 krb5_1.21.3-3gl0.debian.tar.xz +Files: + cf0799ea773cba8acc8e9a49d1ce6aac 2877 krb5_1.21.3-3gl0.dsc + b30de8e477c1192ff2b2ba22d4b59b1a 6711968 krb5_1.21.3.orig.tar.xz + 35af8b618dd56aff99f529f483255790 103448 krb5_1.21.3-3gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: lcms2 +Binary: liblcms2-dev, liblcms2-2, liblcms2-utils +Architecture: any +Version: 2.14-2 +Maintainer: Thomas Weber +Homepage: http://www.littlecms.com/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/lcms2 +Vcs-Git: https://salsa.debian.org/debian/lcms2.git +Build-Depends: debhelper-compat (= 13), libjpeg-dev, libtiff-dev, zlib1g-dev +Package-List: + liblcms2-2 deb libs optional arch=any + liblcms2-dev deb libdevel optional arch=any + liblcms2-utils deb utils optional arch=any +Directory: pool/65d7bd751c1dd0d0b70eaeb3a743849d19446b454c7bcf736de194e047784934 +Checksums-Sha1: + dc63b8645f95f2af7a50d68bec1ed93846c36dfa 1944 lcms2_2.14-2.dsc + 94350a2638fe58da736e8726048c859b46a69e6f 7406694 lcms2_2.14.orig.tar.gz + 6589c0839a0451418966a08a0a40333f0f6f198a 11728 lcms2_2.14-2.debian.tar.xz +Checksums-Sha256: + 65d7bd751c1dd0d0b70eaeb3a743849d19446b454c7bcf736de194e047784934 1944 lcms2_2.14-2.dsc + 28474ea6f6591c4d4cee972123587001a4e6e353412a41b3e9e82219818d5740 7406694 lcms2_2.14.orig.tar.gz + 06ce5d9b473dce422f2387c2e18d646b7f639deae10e5a80bb2e4c5e45f1f6b5 11728 lcms2_2.14-2.debian.tar.xz +Files: + 8cbd489eb6152850419c1679126800c0 1944 lcms2_2.14-2.dsc + 7f7baa3e605c961b9301135105ee9a34 7406694 lcms2_2.14.orig.tar.gz + 79a7ff3a666e4a065f2efef56a709265 11728 lcms2_2.14-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: lerc +Binary: liblerc4, liblerc-dev, python3-lerc +Architecture: any all +Version: 4.0.0+ds-4 +Maintainer: Debian GIS Project +Uploaders: Antonio Valentino +Homepage: https://github.com/Esri/lerc +Description: Limited Error Raster Compression library + LERC is an open-source image or raster format which + supports rapid encoding and decoding for any pixel + type (not just RGB or Byte). Users set the maximum + compression error per pixel while encoding, so the + precision of the original input image is preserved + (within user defined error bounds). +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian-gis-team/lerc +Vcs-Git: https://salsa.debian.org/debian-gis-team/lerc.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: architecture-is-little-endian, cmake, debhelper-compat (= 13), dh-python, dh-sequence-numpy3, dh-sequence-pkgkde-symbolshelper, dh-sequence-python3, pkg-kde-tools, python3-all, python3-numpy, python3-setuptools +Package-List: + liblerc-dev deb libdevel optional arch=any + liblerc4 deb libs optional arch=any + python3-lerc deb python optional arch=all +Directory: pool/1f5758010599f9fd8b52ecea0541addeb0ea968f37d383a747abaa2a956f717e +Checksums-Sha1: + b446c9e9d75a25efc552ca7432d94ed02e11ce6b 2638 lerc_4.0.0+ds-4.dsc + 03f7ed1ab6873ef6855462f845bd260863a9be81 348140 lerc_4.0.0+ds.orig.tar.xz + 493dfa4713e8db179b556bd5cef21a9a91fc47f2 8280 lerc_4.0.0+ds-4.debian.tar.xz +Checksums-Sha256: + 1f5758010599f9fd8b52ecea0541addeb0ea968f37d383a747abaa2a956f717e 2638 lerc_4.0.0+ds-4.dsc + acf855502fd3b950ee78f0b67bc9e9b39316b3526fbf6d8b8b1a9482fb756723 348140 lerc_4.0.0+ds.orig.tar.xz + 513db93f198180d601bba09356bd447c57d3a6360119e289cba897bf9054e5ac 8280 lerc_4.0.0+ds-4.debian.tar.xz +Files: + 552ade65bdf5bb45c103b6f395f87c19 2638 lerc_4.0.0+ds-4.dsc + 587b5ce9cad1e4b32c43a73f9a66d512 348140 lerc_4.0.0+ds.orig.tar.xz + 87aa247e198a654239d4bc26472d9e76 8280 lerc_4.0.0+ds-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: less +Binary: less +Architecture: any +Version: 643-1 +Maintainer: Milan Kupcevic +Homepage: http://www.greenwoodsoftware.com/less/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/less +Vcs-Git: https://salsa.debian.org/debian/less.git +Testsuite: autopkgtest +Build-Depends: debhelper (>= 12), libncurses-dev +Package-List: + less deb text important arch=any +Directory: pool/0a3de7248142639c6deaf5f355627bcbbe52c2773459100275761b6e648f5e63 +Checksums-Sha1: + 5d07ab83f919517ef64aa9afa514a8c71085516a 1883 less_643-1.dsc + ee1f35a340b2631eb0376df7e073f01d86cdfbed 592291 less_643.orig.tar.gz + 21586f79da7a31c2ff0e33bcc2bd453e7823efa8 163 less_643.orig.tar.gz.asc + 8ff1b5e9d59f448c627dc6fe5b0f47a6790d64b5 23292 less_643-1.debian.tar.xz +Checksums-Sha256: + 0a3de7248142639c6deaf5f355627bcbbe52c2773459100275761b6e648f5e63 1883 less_643-1.dsc + 2911b5432c836fa084c8a2e68f6cd6312372c026a58faaa98862731c8b6052e8 592291 less_643.orig.tar.gz + 72eaaf892e2f17e188aa17acf1e3d4c6dbf15c68b1b9726a360ed4bbbd3837d3 163 less_643.orig.tar.gz.asc + 1df050060f1cbc071737e4f1c29497b08ea6c4fc79866f9cee484429a15e92cc 23292 less_643-1.debian.tar.xz +Files: + a2b7fed5eb87d62021fff14dd784638d 1883 less_643-1.dsc + cf05e2546a3729492b944b4874dd43dd 592291 less_643.orig.tar.gz + 7240754d2d3865a6e35167796b5cd388 163 less_643.orig.tar.gz.asc + dccd207fbc564889b288eaa0fa63d8d1 23292 less_643-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libaio +Binary: libaio1t64, libaio1-udeb, libaio-dev +Architecture: linux-any +Version: 0.3.113-8 +Maintainer: Guillem Jover +Homepage: https://pagure.io/libaio +Standards-Version: 4.6.2 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/libaio.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/libaio.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10), dpkg-dev (>= 1.22.0) +Package-List: + libaio-dev deb libdevel optional arch=linux-any + libaio1-udeb udeb debian-installer optional arch=linux-any profile=!noudeb + libaio1t64 deb libs optional arch=linux-any +Directory: pool/b88a7d63a7268b6baeb4bf3ccab9075883f8fd5b7db8971c76e14fe71b69f1ee +Checksums-Sha1: + 1a992c99bb056b8757896231918fbea99fb519ad 2099 libaio_0.3.113-8.dsc + 86727941e0d3084ce264b8a6878961812bc212b8 49980 libaio_0.3.113.orig.tar.gz + 9ba284e50cb8cb336bb913244c9890898f5e066a 25244 libaio_0.3.113-8.debian.tar.xz +Checksums-Sha256: + b88a7d63a7268b6baeb4bf3ccab9075883f8fd5b7db8971c76e14fe71b69f1ee 2099 libaio_0.3.113-8.dsc + 2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b 49980 libaio_0.3.113.orig.tar.gz + e36714f67056e60740a6e2082e652c5988a40aae17ace4f76fb94c58764f2c90 25244 libaio_0.3.113-8.debian.tar.xz +Files: + 7e19378d3fc0c033f6c6526490dff7fe 2099 libaio_0.3.113-8.dsc + 7d5be185f20eeaae15e267419950aaf7 49980 libaio_0.3.113.orig.tar.gz + 73c0ad8e94cba4932dc8426641725ede 25244 libaio_0.3.113-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: libarchive-zip-perl +Binary: libarchive-zip-perl +Architecture: all +Version: 1.68-1 +Maintainer: Debian Perl Group +Uploaders: Ernesto Hernández-Novich (USB) , Salvatore Bonaccorso +Homepage: https://metacpan.org/release/Archive-Zip +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libarchive-zip-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libarchive-zip-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 12) +Build-Depends-Indep: perl, unzip , zip +Package-List: + libarchive-zip-perl deb perl optional arch=all +Directory: pool/07b91f925c54158ad4ec3d837a6e67f660168c3dac3c2856b3b8621a3c41735a +Checksums-Sha1: + 67e9d37c43b4e10b49e8996dfd26a954d1566699 2457 libarchive-zip-perl_1.68-1.dsc + 71faba3b05942c94959aba50a2471f08e3b7b202 163490 libarchive-zip-perl_1.68.orig.tar.gz + 4ef2d9b70fedd917e447b70693d2ba3b32bfed5c 8836 libarchive-zip-perl_1.68-1.debian.tar.xz +Checksums-Sha256: + 07b91f925c54158ad4ec3d837a6e67f660168c3dac3c2856b3b8621a3c41735a 2457 libarchive-zip-perl_1.68-1.dsc + 984e185d785baf6129c6e75f8eb44411745ac00bf6122fb1c8e822a3861ec650 163490 libarchive-zip-perl_1.68.orig.tar.gz + af3593345383b92d83f7d158943bf8503351ef34020491e86f839d0adc207f6e 8836 libarchive-zip-perl_1.68-1.debian.tar.xz +Files: + 0d68290f79fa98bc1092ca287b9734b6 2457 libarchive-zip-perl_1.68-1.dsc + a33993309322164867c99e04a4000ee3 163490 libarchive-zip-perl_1.68.orig.tar.gz + 35ec855b84990ff06ae3a4218d06f95f 8836 libarchive-zip-perl_1.68-1.debian.tar.xz +Dgit: a37ab6fcc3f72310ca45acf51e70e004bc227790 debian archive/debian/1.68-1 https://git.dgit.debian.org/libarchive-zip-perl + +Format: 3.0 (quilt) +Package: libarchive +Binary: libarchive-dev, libarchive13t64, libarchive-tools +Architecture: any +Version: 3.7.4-1 +Maintainer: Peter Pentchev +Homepage: https://www.libarchive.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libarchive +Vcs-Git: https://salsa.debian.org/debian/libarchive.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, file, pkg-config +Build-Depends: debhelper (>> 13.15.2~), dh-package-notes, dpkg-build-api (= 1), dpkg-dev (>= 1.22.5), libacl1-dev [!hurd-any], libbz2-dev, libext2fs-dev, liblz4-dev, liblzma-dev, libxml2-dev, libzstd-dev, locales | locales-all , nettle-dev, pkgconf, sharutils , zlib1g-dev +Package-List: + libarchive-dev deb libdevel optional arch=any + libarchive-tools deb utils optional arch=any + libarchive13t64 deb libs optional arch=any +Directory: pool/ffb065c30283ad0aa9de2629b314dd2f773cadc021f69abb87645df3a2cffe97 +Checksums-Sha1: + 81d9b96016fffdcce9be3d254152d53c0bb0175f 2714 libarchive_3.7.4-1.dsc + 9abaf161e4ee81e70072a3ebda99593ce66d9fdd 5417660 libarchive_3.7.4.orig.tar.xz + 27bcb1b2d4ec7d3d00080d5be81aa308c10b192a 659 libarchive_3.7.4.orig.tar.xz.asc + 81841bb5a73a993b1ade6f2ab554b4bb0dabea99 25920 libarchive_3.7.4-1.debian.tar.xz +Checksums-Sha256: + ffb065c30283ad0aa9de2629b314dd2f773cadc021f69abb87645df3a2cffe97 2714 libarchive_3.7.4-1.dsc + f887755c434a736a609cbd28d87ddbfbe9d6a3bb5b703c22c02f6af80a802735 5417660 libarchive_3.7.4.orig.tar.xz + 400b72233b64fae8d93a180f7330d0015a48fe93cdfb56329190b4d1a099d816 659 libarchive_3.7.4.orig.tar.xz.asc + 27bccd8e905d7d020ff0c42977143bf5f0600fdd858229758e2946f788e4f09c 25920 libarchive_3.7.4-1.debian.tar.xz +Files: + 2c3f155131f9aaca6a713ff9624abf8d 2714 libarchive_3.7.4-1.dsc + 1bab4c1b443ecf4f23ff9881665e680a 5417660 libarchive_3.7.4.orig.tar.xz + bb62fc1dacf10c65c72484fb9ca49d6a 659 libarchive_3.7.4.orig.tar.xz.asc + c01fdb34a0e65565f6475db1b82d0d3f 25920 libarchive_3.7.4-1.debian.tar.xz +Dgit: 4837efdbde234357a40a0b496181aea52a8e2782 debian archive/debian/3.7.4-1 https://git.dgit.debian.org/libarchive + +Format: 3.0 (quilt) +Package: libassuan +Binary: libassuan9, libassuan-dev, libassuan-mingw-w64-dev +Architecture: any all +Version: 3.0.1-2 +Maintainer: Debian GnuPG-Maintainers +Uploaders: Eric Dorland , Daniel Kahn Gillmor , Andreas Metzler , +Homepage: https://www.gnupg.org/related_software/libassuan/index.html +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libassuan/tree/debian/experimental +Vcs-Git: https://salsa.debian.org/debian/libassuan.git -b debian/experimental +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gcc-mingw-w64-i686, gcc-mingw-w64-x86-64, pkg-config, wine32, wine64 +Build-Depends: debhelper-compat (= 13), libgpg-error-dev (>= 1.33) +Build-Depends-Indep: libgpg-error-mingw-w64-dev, mingw-w64 +Package-List: + libassuan-dev deb libdevel optional arch=any + libassuan-mingw-w64-dev deb libdevel optional arch=all + libassuan9 deb libs optional arch=any +Directory: pool/68084957611dff71741562ff35139af2f77381b45839514f80dcfc7c5daf2292 +Checksums-Sha1: + 9d2f68edef14861182954062e7dfcb2b7d1204e8 2689 libassuan_3.0.1-2.dsc + 776aac6fe4a64f29406bb498e0b2b73f2622c799 592430 libassuan_3.0.1.orig.tar.bz2 + 6dd353c29e3dca2b1618c9b2128b5c9ed1c99b6e 228 libassuan_3.0.1.orig.tar.bz2.asc + 25a56b640d93a359be2db83cea857ad1f6aaca00 17964 libassuan_3.0.1-2.debian.tar.xz +Checksums-Sha256: + 68084957611dff71741562ff35139af2f77381b45839514f80dcfc7c5daf2292 2689 libassuan_3.0.1-2.dsc + c8f0f42e6103dea4b1a6a483cb556654e97302c7465308f58363778f95f194b1 592430 libassuan_3.0.1.orig.tar.bz2 + 06d5268b96e5591108fe41e97e7a63ec47e4fb6419d64e4bfb7bd6f6c95957e2 228 libassuan_3.0.1.orig.tar.bz2.asc + 3126e15bc5105c70b7b9c226752a35c059556d6feb17b41df1a782f71765c857 17964 libassuan_3.0.1-2.debian.tar.xz +Files: + ce802b916829c492213f60407c929f91 2689 libassuan_3.0.1-2.dsc + 6f0d239302ae3b8d4aefcb499b137530 592430 libassuan_3.0.1.orig.tar.bz2 + 6ad89db2c7728479c2baaf4d923eb7cd 228 libassuan_3.0.1.orig.tar.bz2.asc + 87f9d646e0f3a52dbf2fd87ac1288792 17964 libassuan_3.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libb-hooks-op-check-perl +Binary: libb-hooks-op-check-perl +Architecture: any +Version: 0.22-3 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Homepage: https://metacpan.org/release/B-Hooks-OP-Check +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-check-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-check-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libextutils-depends-perl, perl-xs-dev, perl:native +Package-List: + libb-hooks-op-check-perl deb perl optional arch=any +Directory: pool/fcbb14e66ff8194734e09cac067f5fbe23fb74e9083eaeaf76b99a84debc29f1 +Checksums-Sha1: + 12d3b31faf806d86a8bd2c5adfd7b60d3d2000cf 2454 libb-hooks-op-check-perl_0.22-3.dsc + 23a07985405c871704052a6b58b3395fa92d9382 76535 libb-hooks-op-check-perl_0.22.orig.tar.gz + d9554eb26b45100c0a36c97640533277dc17dd0d 3276 libb-hooks-op-check-perl_0.22-3.debian.tar.xz +Checksums-Sha256: + fcbb14e66ff8194734e09cac067f5fbe23fb74e9083eaeaf76b99a84debc29f1 2454 libb-hooks-op-check-perl_0.22-3.dsc + c7b5d1bef59ef9087ff67eb3168d2624be94ae5464469e259ad11bfb8ad8cdcd 76535 libb-hooks-op-check-perl_0.22.orig.tar.gz + b90f21c018f67d6d5dfbcd616ad92f56ab7ceada9bfe725b183488d10942e2b9 3276 libb-hooks-op-check-perl_0.22-3.debian.tar.xz +Files: + 0da461259d32ef0a02564647fdc8b94f 2454 libb-hooks-op-check-perl_0.22-3.dsc + b02925eacea03913a922f4b45020b5ac 76535 libb-hooks-op-check-perl_0.22.orig.tar.gz + 2404738595ce34e882861b3e41834757 3276 libb-hooks-op-check-perl_0.22-3.debian.tar.xz +Dgit: 8f1d64cdc2226cba9f0147f30556cee50aaf9645 debian archive/debian/0.22-3 https://git.dgit.debian.org/libb-hooks-op-check-perl + +Format: 3.0 (quilt) +Package: libbfio +Binary: libbfio-dev, libbfio1 +Architecture: any +Version: 20170123-6 +Maintainer: Debian Security Tools +Uploaders: Pierre Chifflier , Hilko Bengen +Homepage: https://github.com/libyal/libbfio +Standards-Version: 4.1.1 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/libbfio +Vcs-Git: https://salsa.debian.org/pkg-security-team/libbfio.git +Build-Depends: debhelper (>= 10), pkg-config +Package-List: + libbfio-dev deb libdevel optional arch=any + libbfio1 deb libs optional arch=any +Directory: pool/d1711f2ed3ff270fe46570396b8ccf0682f86816a142187478e55f5bf65a7007 +Checksums-Sha1: + 3ee17ecec90ecbbd915c5a9d66e812bade397a95 1684 libbfio_20170123-6.dsc + 3022db866f9cd6300d091c6f5041c73fa28a623f 1948359 libbfio_20170123.orig.tar.gz + 87652cd8a5c184302c03fbdc9025434c3a0057f1 4828 libbfio_20170123-6.debian.tar.xz +Checksums-Sha256: + d1711f2ed3ff270fe46570396b8ccf0682f86816a142187478e55f5bf65a7007 1684 libbfio_20170123-6.dsc + d45eaa2c7bc5d75905bbd1d04f9730e17bb4b638417343db1af410f3b17a15dd 1948359 libbfio_20170123.orig.tar.gz + 9cdfb830b266f4abb876e9ea08a306ab7d7a954f3804e90da3e97848f5a635de 4828 libbfio_20170123-6.debian.tar.xz +Files: + cb13208a00005939fece53c4a435ca93 1684 libbfio_20170123-6.dsc + d2737a8fd99f3ad2e32c8e210fc30871 1948359 libbfio_20170123.orig.tar.gz + 1c64addd9eef4caef739b19d8245d34e 4828 libbfio_20170123-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: libblkio +Binary: libblkio1, libblkio-dev +Architecture: any +Version: 1.5.0-2 +Maintainer: Michael Tokarev +Homepage: https://libblkio.gitlab.io/libblkio +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/qemu-team/libblkio/tree/master +Vcs-Git: https://salsa.debian.org/qemu-team/libblkio.git +Build-Depends: debhelper-compat (= 13), architecture-is-64-bit, cargo:native, rustc:native, meson, ninja-build, python3-docutils, libstd-rust-dev, librust-cc-1-dev, librust-libc-0.2-dev, librust-bitflags-1-dev (>> 1.2), librust-paste-1-dev, librust-io-uring-0.6-dev, librust-lazy-static-1-dev (>= 1.1-~), librust-pci-driver-0.1-dev (>= 0.1.2-~), librust-rustix-0.38-dev, librust-memmap2-0.9-dev, librust-virtio-bindings-0.2-dev +Package-List: + libblkio-dev deb libdevel optional arch=any + libblkio1 deb libs optional arch=any +Directory: pool/7ec295afc2b248ea27c19c948cecb1baf07023b94934aa107b59562f7a528966 +Checksums-Sha1: + 6d0d3c9a34f01f5eabc74d687a588169aad34502 1967 libblkio_1.5.0-2.dsc + ad30ce62b14d0a6218ab33ebc98fcc2de6750c05 109507 libblkio_1.5.0.orig.tar.bz2 + ccd4ca164187960d2c76b312c93ab4c730b0f588 4916 libblkio_1.5.0-2.debian.tar.xz +Checksums-Sha256: + 7ec295afc2b248ea27c19c948cecb1baf07023b94934aa107b59562f7a528966 1967 libblkio_1.5.0-2.dsc + 7fb70998f56e4ad9a1eeb749b04b7b5c2ede6f7aad561f18bbd3c71db537c11d 109507 libblkio_1.5.0.orig.tar.bz2 + 046d82728b8ec916deb9032c6579f68b29c561fbb35315f7b243443f074bd7cf 4916 libblkio_1.5.0-2.debian.tar.xz +Files: + 39cb4e22dd71546283bed883c97d6e73 1967 libblkio_1.5.0-2.dsc + 2dec38f46af2d63186975627d4628f84 109507 libblkio_1.5.0.orig.tar.bz2 + d0fbbda9166d3c3535b82664820ba04e 4916 libblkio_1.5.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libbpf +Binary: libbpf-dev, libbpf1 +Architecture: linux-any +Version: 1.4.6-1 +Maintainer: Sudip Mukherjee +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/sudip/libbpf +Vcs-Git: https://salsa.debian.org/sudip/libbpf.git +Build-Depends: debhelper-compat (= 13), libelf-dev, zlib1g-dev, pkgconf +Package-List: + libbpf-dev deb libdevel optional arch=linux-any + libbpf1 deb libs optional arch=linux-any +Directory: pool/7870c2f7f82b029adc54a82c0665f8650629a6d025ef1a4dcdf74f10e056b00f +Checksums-Sha1: + f2cd7d96e687c90287192c13f4eb4a006f55cf73 1874 libbpf_1.4.6-1.dsc + 489490ff4491e74adfdb486683f3f30bdd4e20d7 1016372 libbpf_1.4.6.orig.tar.gz + 2d61a87433c95229f22d28092e738e8021751c1d 6820 libbpf_1.4.6-1.debian.tar.xz +Checksums-Sha256: + 7870c2f7f82b029adc54a82c0665f8650629a6d025ef1a4dcdf74f10e056b00f 1874 libbpf_1.4.6-1.dsc + d4cf3ee697d9bd959ad3c0f5c6757370a2559e54448761271e15a23c31c1082e 1016372 libbpf_1.4.6.orig.tar.gz + 24829467a67f5977c715b918b4c4e74a03e4440f20110e141394766a20cc8ab2 6820 libbpf_1.4.6-1.debian.tar.xz +Files: + 3f67b2b6f2e0f9f610119244d69fdfb3 1874 libbpf_1.4.6-1.dsc + 80efc88e2f98705fb41e4830d6f6fc7b 1016372 libbpf_1.4.6.orig.tar.gz + 5c0d9e49f0acb1b081f5af36d338b6a7 6820 libbpf_1.4.6-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libbsd +Binary: libbsd-dev, libbsd0, libbsd0-udeb +Architecture: any +Version: 0.12.2-2 +Maintainer: Guillem Jover +Homepage: https://libbsd.freedesktop.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/libbsd.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/libbsd.git +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, automake, build-essential, pkgconf +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10), libmd-dev (>= 1.0.3-2) +Package-List: + libbsd-dev deb libdevel optional arch=any + libbsd0 deb libs optional arch=any + libbsd0-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/01eb1d0c896096f9038213f5f00376ecfd1c0d1def21b7042f28ae070e4837e3 +Checksums-Sha1: + a3e0557ef167fd83e16803225c4de6abd69c26bf 2446 libbsd_0.12.2-2.dsc + c8f49920dec71e8e72f2b19f6c209b440a367d3a 446032 libbsd_0.12.2.orig.tar.xz + e234fc7862bd78065ebf5222f7dcc54ae6b33786 833 libbsd_0.12.2.orig.tar.xz.asc + c60b41226e738fc9872fc8a633fd2f501465f954 18688 libbsd_0.12.2-2.debian.tar.xz +Checksums-Sha256: + 01eb1d0c896096f9038213f5f00376ecfd1c0d1def21b7042f28ae070e4837e3 2446 libbsd_0.12.2-2.dsc + b88cc9163d0c652aaf39a99991d974ddba1c3a9711db8f1b5838af2a14731014 446032 libbsd_0.12.2.orig.tar.xz + 620dc92f158ebe0a650c0e92214a8121b927276895dc9a1dcaa38f627fa0fcb0 833 libbsd_0.12.2.orig.tar.xz.asc + 36c878a32c1f190ca2cb474de5c6139990a6c029906493d3566770b1ebd569bf 18688 libbsd_0.12.2-2.debian.tar.xz +Files: + 2e1ccd0681ee7fac86372c4851249cc1 2446 libbsd_0.12.2-2.dsc + 1aa07d44ee00e2cc1ae3ac10baae7a68 446032 libbsd_0.12.2.orig.tar.xz + 11a7ee56ca9b657220d53046e752b699 833 libbsd_0.12.2.orig.tar.xz.asc + e17ab1ba84b49f43c06a7ef9a2562c6a 18688 libbsd_0.12.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libcacard +Binary: libcacard0, libcacard-dev +Architecture: any +Version: 1:2.8.0-3 +Maintainer: Debian QEMU Team +Uploaders: Michael Tokarev +Homepage: https://cgit.freedesktop.org/spice/libcacard/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/qemu-team/libcacard +Vcs-Git: https://salsa.debian.org/qemu-team/libcacard.git +Build-Depends: debhelper-compat (= 12), pkg-config, libtool, meson, libnss3-dev (>= 3.12.8~), libglib2.0-dev (>= 2.22~), libpcsclite-dev, opensc, softhsm2, gnutls-bin, libnss3-tools, openssl +Package-List: + libcacard-dev deb libdevel optional arch=any + libcacard0 deb libs optional arch=any +Directory: pool/aefc3421bf42d6774f4e4a78ddcb25707f1a458afdff165fa99092e06bddb519 +Checksums-Sha1: + 3cd18906052d5673c556778d65a7fd3dfc247580 2059 libcacard_2.8.0-3.dsc + a99ed99ae0b7c906afb29fd886f92b47b8e89b57 150336 libcacard_2.8.0.orig.tar.xz + 062ea36b1a631ef6f6adce15e4551a28f5d7651a 566 libcacard_2.8.0.orig.tar.xz.asc + d9b5f1533f4e2f064b5298cf4c7c0956d022293e 4096 libcacard_2.8.0-3.debian.tar.xz +Checksums-Sha256: + aefc3421bf42d6774f4e4a78ddcb25707f1a458afdff165fa99092e06bddb519 2059 libcacard_2.8.0-3.dsc + 8005b93c3139ff739057efb19f9dac1d0993ffb0b913111505af6a91711ef22b 150336 libcacard_2.8.0.orig.tar.xz + 2b414801c32905ffef2dbccbac96c0602832fe8d299388cf3c09a1e45ecc0975 566 libcacard_2.8.0.orig.tar.xz.asc + e805d4d80bb11e2ee4f03f75389efa3225edd8d7d0c03dc6766604b164be73a1 4096 libcacard_2.8.0-3.debian.tar.xz +Files: + 66e9b01066469e8f4faee3242521ffaf 2059 libcacard_2.8.0-3.dsc + 71ac03db1786bdd891d8185a2524909f 150336 libcacard_2.8.0.orig.tar.xz + 969898e6d20773491a205e435600ed8e 566 libcacard_2.8.0.orig.tar.xz.asc + dc8939a04f5dd471b61e8eeaffbbc039 4096 libcacard_2.8.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libcap-ng +Binary: libcap-ng-dev, libcap-ng0, libcap-ng-utils, python3-cap-ng +Architecture: linux-any +Version: 0.8.5-2 +Maintainer: Håvard F. Aasen +Homepage: https://people.redhat.com/sgrubb/libcap-ng +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libcap-ng +Vcs-Git: https://salsa.debian.org/debian/libcap-ng.git +Build-Depends: debhelper-compat (= 13), dh-sequence-python3 , libpython3-all-dev , linux-libc-dev, python3-all-dev:any , swig +Package-List: + libcap-ng-dev deb libdevel optional arch=linux-any + libcap-ng-utils deb admin optional arch=linux-any + libcap-ng0 deb libs optional arch=linux-any + python3-cap-ng deb python optional arch=linux-any profile=!nopython +Directory: pool/0ae4a5110c0987516e6ac566340a3f3ce89616d6439994d0f0f40ad59c7c2e60 +Checksums-Sha1: + 20b38161e291bc441251b0a6a65c97fa3eb60728 1638 libcap-ng_0.8.5-2.dsc + 37693cccf2a13576c7b642a19f83db298fd1979d 59265 libcap-ng_0.8.5.orig.tar.gz + 4e0c1c2120b4ff6fa2da4b59bd0a83986e857450 7456 libcap-ng_0.8.5-2.debian.tar.xz +Checksums-Sha256: + 0ae4a5110c0987516e6ac566340a3f3ce89616d6439994d0f0f40ad59c7c2e60 1638 libcap-ng_0.8.5-2.dsc + e4be07fdd234f10b866433f224d183626003c65634ed0552b02e654a380244c2 59265 libcap-ng_0.8.5.orig.tar.gz + 4644a13502cb51c0d4de47ea87029962498b3e4b848f98635d02d9f72611794f 7456 libcap-ng_0.8.5-2.debian.tar.xz +Files: + 8b1160b3219ef6d28f4677d4ad9b4f07 1638 libcap-ng_0.8.5-2.dsc + 8635fae2b1ead2381a9630d00e8f80b7 59265 libcap-ng_0.8.5.orig.tar.gz + 50c2bc596bb7365e0b29204f63dc4e3f 7456 libcap-ng_0.8.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libcap2 +Binary: libcap2-bin, libcap2, libcap-dev, libpam-cap, libcap2-udeb +Architecture: linux-any +Version: 1:2.66-5 +Maintainer: Christian Kastner +Homepage: https://sites.google.com/site/fullycapable/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/libcap2 +Vcs-Git: https://salsa.debian.org/debian/libcap2.git +Testsuite: autopkgtest +Testsuite-Triggers: gcc, libc-dev +Build-Depends: chrpath, debhelper-compat (= 13), gperf (>= 3.1), indent, libpam0g-dev +Package-List: + libcap-dev deb libdevel optional arch=linux-any + libcap2 deb libs optional arch=linux-any + libcap2-bin deb utils important arch=linux-any + libcap2-udeb udeb debian-installer optional arch=linux-any profile=!noudeb + libpam-cap deb admin optional arch=linux-any +Directory: pool/7d8fd6db23376ad9ded85aebd5d5ed9cf133b1e561d3ac2b43fdf5b0b63739a8 +Checksums-Sha1: + e092b75c151ad6a8d2d59fb8e6ab72a7bd4b05f2 2204 libcap2_2.66-5.dsc + d440e60686bd542e2a6481986c63ee8de625563e 181592 libcap2_2.66.orig.tar.xz + c591605cd6b3b2a9b83cef30e72df4518b12101d 21648 libcap2_2.66-5.debian.tar.xz +Checksums-Sha256: + 7d8fd6db23376ad9ded85aebd5d5ed9cf133b1e561d3ac2b43fdf5b0b63739a8 2204 libcap2_2.66-5.dsc + 15c40ededb3003d70a283fe587a36b7d19c8b3b554e33f86129c059a4bb466b2 181592 libcap2_2.66.orig.tar.xz + fee7fdec4c806808b3e4c56e53ff5614b92186ecc6fd23a9e88694cdd938c452 21648 libcap2_2.66-5.debian.tar.xz +Files: + f22ddc392d16663bf4da7c452d4b3c26 2204 libcap2_2.66-5.dsc + 00afd6e13bc94b2543b1a70770bdb41f 181592 libcap2_2.66.orig.tar.xz + 6a348a69b8ca91d438663ab08ee6b390 21648 libcap2_2.66-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: libcbor +Binary: libcbor0.10, libcbor-dev, libcbor-doc +Architecture: any all +Version: 0.10.2-2 +Maintainer: Vincent Bernat +Homepage: https://github.com/PJK/libcbor +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/libcbor +Vcs-Git: https://salsa.debian.org/debian/libcbor.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Arch: cmake, debhelper (>= 13.12~) , libcmocka-dev +Build-Depends-Indep: dh-sequence-sphinxdoc, doxygen, python3-sphinx, python3-sphinx-rtd-theme, python3-breathe +Package-List: + libcbor-dev deb libdevel optional arch=any + libcbor-doc deb doc optional arch=all + libcbor0.10 deb libs optional arch=any +Directory: pool/45d6e3f92a54584c5a19ea861095d04415d1eb380658a0e6ee61f690f378cba3 +Checksums-Sha1: + daefc37a88cf39a7de4d23fde0921f61f9a06209 2156 libcbor_0.10.2-2.dsc + 926051e0ad493c19b7e19b4ff0c360e3b1afa70c 289450 libcbor_0.10.2.orig.tar.gz + 72f32da368d58eccb19c017f9e63e9ac8061ef55 6148 libcbor_0.10.2-2.debian.tar.xz +Checksums-Sha256: + 45d6e3f92a54584c5a19ea861095d04415d1eb380658a0e6ee61f690f378cba3 2156 libcbor_0.10.2-2.dsc + e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b 289450 libcbor_0.10.2.orig.tar.gz + 85c84ec8bafc8369fddb183ddb4c173cb23b1fc5f57bdd94e2763c4bdbccc6ad 6148 libcbor_0.10.2-2.debian.tar.xz +Files: + 41e29c9c1f4b42151df4c3225a9dba6c 2156 libcbor_0.10.2-2.dsc + da3a6a64614678b4f67eced25f52c53b 289450 libcbor_0.10.2.orig.tar.gz + b2c9cb13430e047365835c476a2c1ba5 6148 libcbor_0.10.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libclass-method-modifiers-perl +Binary: libclass-method-modifiers-perl +Architecture: all +Version: 2.15-1 +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , gregor herrmann , Nick Morrott +Homepage: https://metacpan.org/release/Class-Method-Modifiers +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-method-modifiers-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-method-modifiers-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl +Package-List: + libclass-method-modifiers-perl deb perl optional arch=all +Directory: pool/be98931dc97bec62aefd0f35acf63dd56cafbb688972d6b0b508b25493d945ca +Checksums-Sha1: + 62db77783cf213648b2246717a17a0a7d04ad603 2591 libclass-method-modifiers-perl_2.15-1.dsc + 119e7790d9677ab5e0ef876ae9ed49c663a1126e 41167 libclass-method-modifiers-perl_2.15.orig.tar.gz + 03211d0dc4c41e0cd10b018cb188d5c3b57bc204 3684 libclass-method-modifiers-perl_2.15-1.debian.tar.xz +Checksums-Sha256: + be98931dc97bec62aefd0f35acf63dd56cafbb688972d6b0b508b25493d945ca 2591 libclass-method-modifiers-perl_2.15-1.dsc + 65cd85bfe475d066e9186f7a8cc636070985b30b0ebb1cde8681cf062c2e15fc 41167 libclass-method-modifiers-perl_2.15.orig.tar.gz + e1b82dddb3e5aab38d5bf96982ef8bc6b2539a0f5bee2c80d70372f0eec44066 3684 libclass-method-modifiers-perl_2.15-1.debian.tar.xz +Files: + 097013dc4922362a17d3b85639c617d0 2591 libclass-method-modifiers-perl_2.15-1.dsc + 1aea89d0f23c3537580cae549b5c5864 41167 libclass-method-modifiers-perl_2.15.orig.tar.gz + 91fe363cbfb768e7d4f46bc86ffc4fb3 3684 libclass-method-modifiers-perl_2.15-1.debian.tar.xz +Dgit: effd9eccc1b0ab458ed49d443118487185733357 debian archive/debian/2.15-1 https://git.dgit.debian.org/libclass-method-modifiers-perl + +Format: 3.0 (quilt) +Package: libclass-xsaccessor-perl +Binary: libclass-xsaccessor-perl +Architecture: any +Version: 1.19-4 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , gregor herrmann , Ansgar Burchardt , Xavier Guimard +Homepage: https://metacpan.org/release/Class-XSAccessor +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-xsaccessor-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-xsaccessor-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native +Package-List: + libclass-xsaccessor-perl deb perl optional arch=any +Directory: pool/3e19a4fe6a308df6137914a23a04a921a4ffe41fc668e57605828fe2c5df6cfe +Checksums-Sha1: + ab32ae728ea0f147f05bdac0f11cc3ebd1579ed7 2537 libclass-xsaccessor-perl_1.19-4.dsc + 77a6a7e2893f93666a6ad1438efd17bf65bbbafc 80786 libclass-xsaccessor-perl_1.19.orig.tar.gz + ae29ec57a7f037a1202f88a5de3cac02fe4143d7 3856 libclass-xsaccessor-perl_1.19-4.debian.tar.xz +Checksums-Sha256: + 3e19a4fe6a308df6137914a23a04a921a4ffe41fc668e57605828fe2c5df6cfe 2537 libclass-xsaccessor-perl_1.19-4.dsc + 99c56b395f1239af19901f2feeb125d9ecb4e351a0d80daa9529211a4700a6f2 80786 libclass-xsaccessor-perl_1.19.orig.tar.gz + 81c6bbc9a9933c2d6071af0083604ec2a01feb4e1eca9859edad0246611a2264 3856 libclass-xsaccessor-perl_1.19-4.debian.tar.xz +Files: + 118ece635d55e9b80d03f5d4e2f034ca 2537 libclass-xsaccessor-perl_1.19-4.dsc + 5c5dea74f00ad37c5119dd22b28a5563 80786 libclass-xsaccessor-perl_1.19.orig.tar.gz + f3e43632c5c61f7c4b8c6b62265f81f9 3856 libclass-xsaccessor-perl_1.19-4.debian.tar.xz +Dgit: cde96bb5efdba35010fa45671282bff13837934c debian archive/debian/1.19-4 https://git.dgit.debian.org/libclass-xsaccessor-perl + +Format: 3.0 (quilt) +Package: libclone-perl +Binary: libclone-perl +Architecture: any +Version: 0.47-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Ansgar Burchardt , Xavier Guimard +Homepage: https://metacpan.org/release/Clone +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclone-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclone-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libb-cow-perl , libtaint-runtime-perl , perl-xs-dev, perl:native +Package-List: + libclone-perl deb perl optional arch=any +Directory: pool/34c7c525fdb9fa45ed9d8bbec028c38acfc103584cb809359912309f5478c489 +Checksums-Sha1: + 82f5bb73355633a74b30216fb7f5bba3dfb42f7b 2425 libclone-perl_0.47-1.dsc + b77182eecbb82c3824eb86318bb8007d63b09536 139080 libclone-perl_0.47.orig.tar.gz + 392216eb17777e7219236315719ebcda74c96b4c 4184 libclone-perl_0.47-1.debian.tar.xz +Checksums-Sha256: + 34c7c525fdb9fa45ed9d8bbec028c38acfc103584cb809359912309f5478c489 2425 libclone-perl_0.47-1.dsc + 4c2c0cb9a483efbf970cb1a75b2ca75b0e18cb84bcb5c09624f86e26b09c211d 139080 libclone-perl_0.47.orig.tar.gz + 6e37a40b7581eeca636e1fa2c080d1f8646d046a011131f39e63b658d1db48b7 4184 libclone-perl_0.47-1.debian.tar.xz +Files: + 3e8a6cbcc711afcc243ab6641eab16df 2425 libclone-perl_0.47-1.dsc + 62ff032a4df0c4abb74f76adf519361e 139080 libclone-perl_0.47.orig.tar.gz + 6c1024c005521a127428e192b2980d86 4184 libclone-perl_0.47-1.debian.tar.xz +Dgit: c6ad24277b802e9c1f7e679cf4e7200a095ff2e6 debian archive/debian/0.47-1 https://git.dgit.debian.org/libclone-perl + +Format: 3.0 (quilt) +Package: libcloudproviders +Binary: libcloudproviders0, gir1.2-cloudproviders-0.3.0, libcloudproviders-dev, libcloudproviders-doc +Architecture: any all +Version: 0.3.6-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Jeremy Bícha , Marco Trevisan (Treviño) +Homepage: https://gitlab.gnome.org/World/libcloudproviders +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/libcloudproviders +Vcs-Git: https://salsa.debian.org/gnome-team/libcloudproviders.git +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, gtk-doc-tools, libgirepository1.0-dev, libglib2.0-dev, meson, valac +Package-List: + gir1.2-cloudproviders-0.3.0 deb introspection optional arch=any + libcloudproviders-dev deb libdevel optional arch=any + libcloudproviders-doc deb doc optional arch=all profile=!nodoc + libcloudproviders0 deb libs optional arch=any +Directory: pool/80619abd1ecff39eb6071e80e5be98ea28f2a59cef1bb0d8c3916f63244bb84d +Checksums-Sha1: + 7a76fbe6bc62689e398e2e5f65780dabe0c45796 2419 libcloudproviders_0.3.6-1.dsc + 4ecc6e5b295bda2e5b8619220ee82dcb54970f60 23844 libcloudproviders_0.3.6.orig.tar.xz + 9454044b7d945364eeed8da62d3ba8b7038c596b 3712 libcloudproviders_0.3.6-1.debian.tar.xz +Checksums-Sha256: + 80619abd1ecff39eb6071e80e5be98ea28f2a59cef1bb0d8c3916f63244bb84d 2419 libcloudproviders_0.3.6-1.dsc + 3b75110b3a4fdef4c5c5a440e48701fe054d2ae061d156c89136bb5ba05e74b7 23844 libcloudproviders_0.3.6.orig.tar.xz + d4b3c1e5f27e8bd41dcf6e10c0eca919a53eeda813cbfd40420e835d0e566ae2 3712 libcloudproviders_0.3.6-1.debian.tar.xz +Files: + 53a31c90337308bb6623a073ba88c581 2419 libcloudproviders_0.3.6-1.dsc + f0f994bdc36fdfe9b31e3655b8071599 23844 libcloudproviders_0.3.6.orig.tar.xz + 3671ab1a182cd9260b13af0f44cde370 3712 libcloudproviders_0.3.6-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libcompress-raw-bzip2-perl +Binary: libcompress-raw-bzip2-perl +Architecture: any +Version: 2.213-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Xavier Guimard +Homepage: https://metacpan.org/release/Compress-Raw-Bzip2 +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcompress-raw-bzip2-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcompress-raw-bzip2-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libbz2-dev, libtest-pod-perl , perl-xs-dev, perl:native +Package-List: + libcompress-raw-bzip2-perl deb perl optional arch=any +Directory: pool/2f0fa8037e52c4c09259ef6fc52ca94435be5cf939830496f0c4e78c784d0c3d +Checksums-Sha1: + d83b0284237eb875009182b3cff67dbf9c349a75 2545 libcompress-raw-bzip2-perl_2.213-1.dsc + 03d88e952975d6dc56e3656330dce0dee25dc524 218757 libcompress-raw-bzip2-perl_2.213.orig.tar.gz + 8ecc89868df5edb36531be5bb6bdd4371e3b0197 5188 libcompress-raw-bzip2-perl_2.213-1.debian.tar.xz +Checksums-Sha256: + 2f0fa8037e52c4c09259ef6fc52ca94435be5cf939830496f0c4e78c784d0c3d 2545 libcompress-raw-bzip2-perl_2.213-1.dsc + 8d75d3d366c9101ca18061b00d438d3da39478c06159147dea3c666770577c7b 218757 libcompress-raw-bzip2-perl_2.213.orig.tar.gz + cca8657a4554f19b2029f57384f8520ef20bbd40724a7542b9520dd87609e0fa 5188 libcompress-raw-bzip2-perl_2.213-1.debian.tar.xz +Files: + 368d18e396a4ecac0469016692efffe8 2545 libcompress-raw-bzip2-perl_2.213-1.dsc + 5c5212895bcce53900cf5d176b5d0dbe 218757 libcompress-raw-bzip2-perl_2.213.orig.tar.gz + 53e00dbefb63449c305acaa9cf4465df 5188 libcompress-raw-bzip2-perl_2.213-1.debian.tar.xz +Dgit: 2e32da317b47496dead865a1193ee1b1360122d7 debian archive/debian/2.213-1 https://git.dgit.debian.org/libcompress-raw-bzip2-perl + +Format: 3.0 (quilt) +Package: libcompress-raw-zlib-perl +Binary: libcompress-raw-zlib-perl +Architecture: any +Version: 2.213-1 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , gregor herrmann , Niko Tyni , Xavier Guimard +Homepage: https://metacpan.org/release/Compress-Raw-Zlib +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcompress-raw-zlib-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcompress-raw-zlib-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libtest-pod-perl , perl-xs-dev, perl:native, zlib1g-dev (>= 1:1.3) +Package-List: + libcompress-raw-zlib-perl deb perl optional arch=any +Directory: pool/ee87ecb371ce64c5cf66c6cbf45f8ef17ae773eddda7f2e7d5fcb7dce013da45 +Checksums-Sha1: + 0ce8ad67e710ddf1aade9a666ab1846440419bd7 2605 libcompress-raw-zlib-perl_2.213-1.dsc + cb6bb2685ac602cf002c1a4e70a450f0ac106507 551722 libcompress-raw-zlib-perl_2.213.orig.tar.gz + 17b2be9ebcf66d37b3e0211583949234c080699d 7284 libcompress-raw-zlib-perl_2.213-1.debian.tar.xz +Checksums-Sha256: + ee87ecb371ce64c5cf66c6cbf45f8ef17ae773eddda7f2e7d5fcb7dce013da45 2605 libcompress-raw-zlib-perl_2.213-1.dsc + 56b21c99cb3a3a7f7876a74dd05daa3f41fc9143ddd4dc98f8e46710a106af45 551722 libcompress-raw-zlib-perl_2.213.orig.tar.gz + cc351fcc9fa8eee178a831745556ababea75b7c3b18d19f52c5ca10568e3f1a7 7284 libcompress-raw-zlib-perl_2.213-1.debian.tar.xz +Files: + b2397a207a484df38d07150916e026e5 2605 libcompress-raw-zlib-perl_2.213-1.dsc + 2af453d22f9608c2eac73de2b48aca30 551722 libcompress-raw-zlib-perl_2.213.orig.tar.gz + 2d11f32653f6ce896b3ee6e813686e31 7284 libcompress-raw-zlib-perl_2.213-1.debian.tar.xz +Dgit: 29060dacd7f823603a7e4fe8e9572bde61692f0b debian archive/debian/2.213-1 https://git.dgit.debian.org/libcompress-raw-zlib-perl + +Format: 3.0 (quilt) +Package: libconfig +Binary: libconfig9, libconfig++9v5, libconfig-dev, libconfig++-dev, libconfig-doc +Architecture: any all +Version: 1.5-0.4 +Maintainer: Jonathan McCrohan +Homepage: http://www.hyperrealm.com/libconfig/ +Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 10), texinfo +Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended +Package-List: + libconfig++-dev deb libdevel optional arch=any + libconfig++9v5 deb libs optional arch=any + libconfig-dev deb libdevel optional arch=any + libconfig-doc deb doc optional arch=all + libconfig9 deb libs optional arch=any +Directory: pool/0f6a7f04adbb3d4c584a3cf0437f9824e8d7946eb7adaf3bf06c8f08fe819a5c +Checksums-Sha1: + 56f9afcd1540c53eaf25dfc9fc5bc4e2dad70b51 2181 libconfig_1.5-0.4.dsc + 24306c7efce07669a4053d0977a45e2f3a3add79 644432 libconfig_1.5.orig.tar.gz + 37e5acb2b45053e14a51b15eb5f105d340f9174a 5100 libconfig_1.5-0.4.debian.tar.xz +Checksums-Sha256: + 0f6a7f04adbb3d4c584a3cf0437f9824e8d7946eb7adaf3bf06c8f08fe819a5c 2181 libconfig_1.5-0.4.dsc + e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6 644432 libconfig_1.5.orig.tar.gz + ff244a46d30f5bdea4c41846f4cca409ff346b59cfba17a70989cb2517b009d5 5100 libconfig_1.5-0.4.debian.tar.xz +Files: + 875eb9bd18863955fd2111d6ad17a9df 2181 libconfig_1.5-0.4.dsc + a939c4990d74e6fc1ee62be05716f633 644432 libconfig_1.5.orig.tar.gz + 72642a387198e96a3a7d04bdebcadb24 5100 libconfig_1.5-0.4.debian.tar.xz +Dgit: 19f70f340db9ad3652cfe228a4d3cab56547cdaf debian archive/debian/1.5-0.4 https://git.dgit.debian.org/libconfig + +Format: 3.0 (quilt) +Package: libdate-manip-perl +Binary: libdate-manip-perl +Architecture: all +Version: 6.95-1 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , gregor herrmann , Xavier Guimard +Homepage: https://metacpan.org/release/Date-Manip +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdate-manip-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdate-manip-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libtest-inter-perl , perl +Package-List: + libdate-manip-perl deb perl optional arch=all +Directory: pool/cc96fe76caf3da75d4962a7af7d4cd32cbd015052bdc7db311f4d85370383ff4 +Checksums-Sha1: + bd16f64bfc30b8d29b446792046f3a67e609a765 2458 libdate-manip-perl_6.95-1.dsc + 0b4d23ac4789f69b919858a0fe6af3a639bb3d27 1887360 libdate-manip-perl_6.95.orig.tar.gz + 75736c3064b6e1213d7dd472f43427ee7ce235ed 8492 libdate-manip-perl_6.95-1.debian.tar.xz +Checksums-Sha256: + cc96fe76caf3da75d4962a7af7d4cd32cbd015052bdc7db311f4d85370383ff4 2458 libdate-manip-perl_6.95-1.dsc + 92383832311f22083f55d03c8dae8f4bcc387cd902624e5ef9ac680f144cbd4c 1887360 libdate-manip-perl_6.95.orig.tar.gz + 94db9a45d385ed4536027eeeea28b77b39a064998d72fae053d574734d3f5302 8492 libdate-manip-perl_6.95-1.debian.tar.xz +Files: + 291fcce8380b26f76020175cafaf8ea2 2458 libdate-manip-perl_6.95-1.dsc + 1dc65dbb042ecab09149a22fbbe9abb4 1887360 libdate-manip-perl_6.95.orig.tar.gz + 7a70dd0dce4297a87dce2ed9b38c9c75 8492 libdate-manip-perl_6.95-1.debian.tar.xz +Dgit: 9e8a65fd51fa847854f75216b6b62f4244a5634f debian archive/debian/6.95-1 https://git.dgit.debian.org/libdate-manip-perl + +Format: 3.0 (quilt) +Package: libdatrie +Binary: libdatrie-dev, libdatrie1-bin, libdatrie1, libdatrie1-udeb, libdatrie-doc +Architecture: any all +Version: 0.2.13-3 +Maintainer: Theppitak Karoonboonyanan +Homepage: https://linux.thai.net/projects/libthai +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libdatrie +Vcs-Git: https://salsa.debian.org/debian/libdatrie.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: autoconf-archive, debhelper-compat (= 13) +Build-Depends-Indep: doxygen (>= 1.8.8) +Package-List: + libdatrie-dev deb libdevel optional arch=any + libdatrie-doc deb doc optional arch=all + libdatrie1 deb libs optional arch=any + libdatrie1-bin deb misc optional arch=any + libdatrie1-udeb udeb debian-installer optional arch=any +Directory: pool/6ddcaf319da01cc044f9b335b6b01b608a0380ccdaecb06bda71710b6f4395bb +Checksums-Sha1: + ebcb9855fc8e8268e282a984af40a02e0ae67254 2236 libdatrie_0.2.13-3.dsc + ff3d30605fdc9a226e7acde8de3752125b3a8791 314072 libdatrie_0.2.13.orig.tar.xz + 3668413a4f65405a71408f0fe7cb67a9a7a4e59b 9668 libdatrie_0.2.13-3.debian.tar.xz +Checksums-Sha256: + 6ddcaf319da01cc044f9b335b6b01b608a0380ccdaecb06bda71710b6f4395bb 2236 libdatrie_0.2.13-3.dsc + 12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be 314072 libdatrie_0.2.13.orig.tar.xz + e656d536beb5db9e52ef92dd1fccd5480ebd21e4eddbfe013c51a1e2ec45cf38 9668 libdatrie_0.2.13-3.debian.tar.xz +Files: + e2f8ba09dbab85331dd810a3b2ac21af 2236 libdatrie_0.2.13-3.dsc + e26b5aa008b5f3588ab38d2dce9e9325 314072 libdatrie_0.2.13.orig.tar.xz + 7a278fd7248a849d7dcaec2a9c178a0a 9668 libdatrie_0.2.13-3.debian.tar.xz + +Format: 3.0 (native) +Package: libdebian-installer +Binary: libdebian-installer4, libdebian-installer4-dev, libdebian-installer4-udeb, libdebian-installer-extra4, libdebian-installer-extra4-udeb +Architecture: any +Version: 0.124 +Maintainer: Debian Install System Team +Uploaders: Bastian Blank , Colin Watson , Steve McIntyre <93sam@debian.org> +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/installer-team/libdebian-installer +Vcs-Git: https://salsa.debian.org/installer-team/libdebian-installer.git +Build-Depends: debhelper-compat (= 12), doxygen , pkg-config, check +Package-List: + libdebian-installer-extra4 deb libs optional arch=any + libdebian-installer-extra4-udeb udeb debian-installer optional arch=any + libdebian-installer4 deb libs optional arch=any + libdebian-installer4-dev deb libdevel optional arch=any + libdebian-installer4-udeb udeb debian-installer optional arch=any +Directory: pool/1141e771544517e08e636f04aeed866cf1025df943f6dfacb907a9168982b41b +Checksums-Sha1: + 57992bbbe6636f55645cc6c8a088d681839de231 2191 libdebian-installer_0.124.dsc + 06b4ad100ab43dfdec1bf97641f6ec2dce726201 72652 libdebian-installer_0.124.tar.xz +Checksums-Sha256: + 1141e771544517e08e636f04aeed866cf1025df943f6dfacb907a9168982b41b 2191 libdebian-installer_0.124.dsc + d1318a7684451e44368a61e0e9e3b8c84174809139864775362c570fd4e73909 72652 libdebian-installer_0.124.tar.xz +Files: + e86072dd466dc22b0c1036b562c143c5 2191 libdebian-installer_0.124.dsc + ee7d6c7ea9f73636f3753afa33b6f9a1 72652 libdebian-installer_0.124.tar.xz + +Format: 3.0 (quilt) +Package: libdeflate +Binary: libdeflate0, libdeflate-dev, libdeflate-tools +Architecture: any +Version: 1.21-1 +Maintainer: Deflate Team +Uploaders: Nick Black , Andrea Pappacoda +Homepage: https://github.com/ebiggers/libdeflate +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/med-team/libdeflate +Vcs-Git: https://salsa.debian.org/med-team/libdeflate.git +Testsuite: autopkgtest +Testsuite-Triggers: bash +Build-Depends: debhelper-compat (= 13), cmake, zlib1g-dev , python3 , xxd , help2man +Package-List: + libdeflate-dev deb libdevel optional arch=any + libdeflate-tools deb utils optional arch=any + libdeflate0 deb libs optional arch=any +Directory: pool/b102dfc1291488623794e65940c7b6d8668b842aa130fa0a4bc1058893ad7299 +Checksums-Sha1: + c4ec03d52f10ef7fb35c997c80009d602f54be5b 2214 libdeflate_1.21-1.dsc + 1da78a4b0cc0c40f2489c7f277ceca13970d3775 195361 libdeflate_1.21.orig.tar.gz + fc971bcd283b2b20d68d8e98371afabc1886fbaf 5504 libdeflate_1.21-1.debian.tar.xz +Checksums-Sha256: + b102dfc1291488623794e65940c7b6d8668b842aa130fa0a4bc1058893ad7299 2214 libdeflate_1.21-1.dsc + 50827d312c0413fbd41b0628590cd54d9ad7ebf88360cba7c0e70027942dbd01 195361 libdeflate_1.21.orig.tar.gz + e6c7155c3cfc0fc52495cf3e7cb315648bd935872d703e873b1a518029f0308d 5504 libdeflate_1.21-1.debian.tar.xz +Files: + 3cda192b9a4a528e8d9007d6dd93dd6d 2214 libdeflate_1.21-1.dsc + 2eb438e8c465c6fbde9bc20f4813ee60 195361 libdeflate_1.21.orig.tar.gz + 795e417b5b8a0086b4b2ed3fdf8540d4 5504 libdeflate_1.21-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libdevel-callchecker-perl +Binary: libdevel-callchecker-perl +Architecture: any +Version: 0.009-1 +Maintainer: Debian Perl Group +Uploaders: Jonas Smedegaard , +Homepage: https://metacpan.org/release/Devel-CallChecker +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdevel-callchecker-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdevel-callchecker-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libb-hooks-op-check-perl , libdynaloader-functions-perl , libmodule-build-perl, perl +Package-List: + libdevel-callchecker-perl deb perl optional arch=any +Directory: pool/3318ac15408c57fce64cd1759aecc844ae46a2bc3b82a93212038cd14abd68d0 +Checksums-Sha1: + 753c5c7df3ab236285c0650e51166b8d458b0e99 2530 libdevel-callchecker-perl_0.009-1.dsc + 565bcac2239ae33256f660c17be7bc3e1c89e099 20981 libdevel-callchecker-perl_0.009.orig.tar.gz + aeff5edf479dc89bd2af225c5853d13c6524638e 4136 libdevel-callchecker-perl_0.009-1.debian.tar.xz +Checksums-Sha256: + 3318ac15408c57fce64cd1759aecc844ae46a2bc3b82a93212038cd14abd68d0 2530 libdevel-callchecker-perl_0.009-1.dsc + 7a46caef9c48908f00fe8985dcecc4ec55f42e6c4efaafce9dbdaf9d45a37bc4 20981 libdevel-callchecker-perl_0.009.orig.tar.gz + ecc9a877d980a8f3c3026bdefd3517e363be06bdafaa2a0fcda39eaf59750eb2 4136 libdevel-callchecker-perl_0.009-1.debian.tar.xz +Files: + ee6df1997453912139d94697c3fad3a4 2530 libdevel-callchecker-perl_0.009-1.dsc + fc92d8a74da64c581adced9946e7e4bb 20981 libdevel-callchecker-perl_0.009.orig.tar.gz + 15ffb9368df882395eeba3b422076d27 4136 libdevel-callchecker-perl_0.009-1.debian.tar.xz +Dgit: d80a5645a06b91c802b3f1771836baef307df84f debian archive/debian/0.009-1 https://git.dgit.debian.org/libdevel-callchecker-perl + +Format: 3.0 (quilt) +Package: libdrm +Binary: libdrm-dev, libdrm2, libdrm-common, libdrm-tests, libdrm2-udeb, libdrm-intel1, libdrm-nouveau2, libdrm-radeon1, libdrm-omap1, libdrm-freedreno1, libdrm-exynos1, libdrm-tegra0, libdrm-amdgpu1, libdrm-etnaviv1 +Architecture: any all +Version: 2.4.123-1 +Maintainer: Debian X Strike Force +Uploaders: Andreas Boll +Homepage: https://gitlab.freedesktop.org/mesa/drm/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libdrm +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libdrm +Build-Depends: debhelper-compat (= 13), meson, libpciaccess-dev, libudev-dev [linux-any], libx11-dev, pkgconf, python3-docutils, python3-setuptools +Package-List: + libdrm-amdgpu1 deb libs optional arch=linux-any,hurd-any + libdrm-common deb libs optional arch=all + libdrm-dev deb libdevel optional arch=linux-any,hurd-any + libdrm-etnaviv1 deb libs optional arch=armhf,arm64 + libdrm-exynos1 deb libs optional arch=any-arm + libdrm-freedreno1 deb libs optional arch=any-arm,arm64 + libdrm-intel1 deb libs optional arch=amd64,arm64,i386,hurd-i386,x32 + libdrm-nouveau2 deb libs optional arch=linux-any + libdrm-omap1 deb libs optional arch=any-arm + libdrm-radeon1 deb libs optional arch=linux-any,hurd-any + libdrm-tegra0 deb libs optional arch=any-arm,arm64 + libdrm-tests deb libs optional arch=any + libdrm2 deb libs optional arch=linux-any,hurd-any + libdrm2-udeb udeb debian-installer optional arch=linux-any,hurd-any +Directory: pool/548e692c72e3078625fcd929c90794a33e9d784307186fc413f09fe0d4bfcfbd +Checksums-Sha1: + dfa1c56b7f8b41e2f2cdfec71035969c33e6a534 3165 libdrm_2.4.123-1.dsc + d61f31495f931d53971fa61686239483c25c2a86 481112 libdrm_2.4.123.orig.tar.xz + f32e207a9c966e4e471af9d11435fda02d08d2a8 358 libdrm_2.4.123.orig.tar.xz.asc + 746a264384f8feff9b9288d2f9afe48fc431cd04 75224 libdrm_2.4.123-1.debian.tar.xz +Checksums-Sha256: + 548e692c72e3078625fcd929c90794a33e9d784307186fc413f09fe0d4bfcfbd 3165 libdrm_2.4.123-1.dsc + a2b98567a149a74b0f50e91e825f9c0315d86e7be9b74394dae8b298caadb79e 481112 libdrm_2.4.123.orig.tar.xz + f8e874a03d1181f51323555bde5d06ac3c81cbe70b0fff3ce12ce7e7584a785d 358 libdrm_2.4.123.orig.tar.xz.asc + 4bf17f6844a21e5ffeba7ab4ca82ee0d0659163b7d27fdc563d829f363f03e90 75224 libdrm_2.4.123-1.debian.tar.xz +Files: + 64a278eba9b0db37155564244a907d16 3165 libdrm_2.4.123-1.dsc + 322f5ffe2d3adc2f6ecaab52ae64ba4a 481112 libdrm_2.4.123.orig.tar.xz + b17daffa39c9c0f6062eb3eff273502a 358 libdrm_2.4.123.orig.tar.xz.asc + b31cc7f4bb11f3795ee20fb85d0b8744 75224 libdrm_2.4.123-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libdynaloader-functions-perl +Binary: libdynaloader-functions-perl +Architecture: all +Version: 0.004-1 +Maintainer: Debian Perl Group +Uploaders: Jonas Smedegaard +Homepage: https://metacpan.org/release/DynaLoader-Functions +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdynaloader-functions-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdynaloader-functions-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: libmodule-build-perl, debhelper-compat (= 13) +Package-List: + libdynaloader-functions-perl deb perl optional arch=all +Directory: pool/2ed4bc041cecd77573b55266f52102c3841f087ed30588e799adade48ff96df5 +Checksums-Sha1: + 05be16c4f16d8b9b2a56f5fb813f04f24ca154ae 2237 libdynaloader-functions-perl_0.004-1.dsc + cd51ad451cc8d09119bbed3d5ec9ee72aef06b8b 10349 libdynaloader-functions-perl_0.004.orig.tar.gz + 11fb3fa4c11ec387c9222a0c5dc44ce9127fa0b3 3244 libdynaloader-functions-perl_0.004-1.debian.tar.xz +Checksums-Sha256: + 2ed4bc041cecd77573b55266f52102c3841f087ed30588e799adade48ff96df5 2237 libdynaloader-functions-perl_0.004-1.dsc + 5e8e424671a0b2f1d9dff30e5f99087e7555880eb5d79a328b31f4cd4992983d 10349 libdynaloader-functions-perl_0.004.orig.tar.gz + 1718e3b57a96f9e3daac2bb78003e3137c4f99f67ecf899ef8912801c70a2b8e 3244 libdynaloader-functions-perl_0.004-1.debian.tar.xz +Files: + 053a25b3f2f16d1d7c910983e6cc2e81 2237 libdynaloader-functions-perl_0.004-1.dsc + e3f15666d0eae1634a3afc683a726b2e 10349 libdynaloader-functions-perl_0.004.orig.tar.gz + ad6c04262501c549759803650be47425 3244 libdynaloader-functions-perl_0.004-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libedit +Binary: libedit2, libedit-dev, libeditreadline-dev +Architecture: any +Version: 3.1-20240808-1 +Maintainer: LLVM Packaging Team +Uploaders: Anibal Monsalve Salazar , Sylvestre Ledru , +Homepage: https://www.thrysoee.dk/editline/ +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/debian/libedit +Vcs-Git: https://salsa.debian.org/debian/libedit.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gcc, pkgconf +Build-Depends: debhelper-compat (= 13), pkgconf, groff-base, libbsd-dev (>= 0.1.3), libncurses-dev | libtinfo-dev +Package-List: + libedit-dev deb libdevel optional arch=any + libedit2 deb libs optional arch=any + libeditreadline-dev deb libdevel optional arch=any +Directory: pool/a60f3c9aa67364db2d05f9797b5f4fa2ba3d0ecad796ed5500158348e0bf0d3b +Checksums-Sha1: + 66cb339a63ab7a528377f2abccf684e80bf5a544 2264 libedit_3.1-20240808-1.dsc + 37cbf926372fc01f2fcf43cddb4b093676b2843f 538611 libedit_3.1-20240808.orig.tar.gz + 9f426816b05953457cf1ff94eefe2b6f60c944a7 16680 libedit_3.1-20240808-1.debian.tar.xz +Checksums-Sha256: + a60f3c9aa67364db2d05f9797b5f4fa2ba3d0ecad796ed5500158348e0bf0d3b 2264 libedit_3.1-20240808-1.dsc + 5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc02696d6099f 538611 libedit_3.1-20240808.orig.tar.gz + f9e8c39d7ef648092b0c5fa93d37181d44d4fe500988ede608a928be4116af0c 16680 libedit_3.1-20240808-1.debian.tar.xz +Files: + d70c638683d084d46f163e5e01a17372 2264 libedit_3.1-20240808-1.dsc + 42f9434731d9097993b87e073e798ddd 538611 libedit_3.1-20240808.orig.tar.gz + 07601e7df9d7f702b8c4fa3948a22a72 16680 libedit_3.1-20240808-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libencode-locale-perl +Binary: libencode-locale-perl +Architecture: all +Version: 1.05-3 +Maintainer: Debian Perl Group +Homepage: https://metacpan.org/release/Encode-Locale +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libencode-locale-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libencode-locale-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl +Package-List: + libencode-locale-perl deb perl optional arch=all +Directory: pool/b1f3478750a345e3bdb3e7f840fba1b84bf118c0a1222665a07530310188c6c9 +Checksums-Sha1: + 23b1b5d0915d8e4be0842f6f594646cd566670c6 2088 libencode-locale-perl_1.05-3.dsc + 1e1632e869cb76e3fdbda0a83a192190ed178d60 8355 libencode-locale-perl_1.05.orig.tar.gz + 8dd8a2fc813794e8deabbd575f5a255929653db5 2940 libencode-locale-perl_1.05-3.debian.tar.xz +Checksums-Sha256: + b1f3478750a345e3bdb3e7f840fba1b84bf118c0a1222665a07530310188c6c9 2088 libencode-locale-perl_1.05-3.dsc + 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1 8355 libencode-locale-perl_1.05.orig.tar.gz + fb16859fd023be094c9fd254f020bc1ea8e90527adf494a9bf73c187bea16d3e 2940 libencode-locale-perl_1.05-3.debian.tar.xz +Files: + 1e0b286afd5c15237e3e398b6500b9e6 2088 libencode-locale-perl_1.05-3.dsc + fcfdb8e4ee34bcf62aed429b4a23db27 8355 libencode-locale-perl_1.05.orig.tar.gz + 7ab220c8db52266e413f1e5ec5081a63 2940 libencode-locale-perl_1.05-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libencode-perl +Binary: libencode-perl +Architecture: any +Version: 3.21-1 +Maintainer: Debian Perl Group +Uploaders: Dominic Hargreaves , gregor herrmann , Yadd , Florian Schlichting +Homepage: https://metacpan.org/release/Encode +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libencode-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libencode-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native +Package-List: + libencode-perl deb perl optional arch=any +Directory: pool/ccca6b52b117a2014f939ec4502d98c3037bc9b04e54433bab7eaab9523d9229 +Checksums-Sha1: + d44560b00c36946812e70fb47d43843647aa7f15 2407 libencode-perl_3.21-1.dsc + ee9540508e5539e854baa2da5be30bef63864a2b 2086738 libencode-perl_3.21.orig.tar.gz + ccd6b268482075f1d7b87fbf18aad179fc99d331 6804 libencode-perl_3.21-1.debian.tar.xz +Checksums-Sha256: + ccca6b52b117a2014f939ec4502d98c3037bc9b04e54433bab7eaab9523d9229 2407 libencode-perl_3.21-1.dsc + eacf71c5eb49e0e590de797f1982d7fb95d8481e4d13c3ce79eb32ef9373b3db 2086738 libencode-perl_3.21.orig.tar.gz + b52963e5ebce142eae1e0b6af1e44d28816c7882bf8fbd1ab2e8ff8a3147b0f0 6804 libencode-perl_3.21-1.debian.tar.xz +Files: + 8f732e69da91b864cc433b12705136a4 2407 libencode-perl_3.21-1.dsc + 824c6d75f28fed326c31c595f3f81dbd 2086738 libencode-perl_3.21.orig.tar.gz + 61750dff285f91ee288412d563998403 6804 libencode-perl_3.21-1.debian.tar.xz +Dgit: f79377a526865d107482b1953f97ef969e3c787a debian archive/debian/3.21-1 https://git.dgit.debian.org/libencode-perl + +Format: 3.0 (quilt) +Package: libepoxy +Binary: libepoxy-dev, libepoxy0, libepoxy0-udeb +Architecture: any +Version: 1.5.10-2 +Maintainer: Debian X Strike Force +Homepage: https://github.com/anholt/libepoxy +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libepoxy +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libepoxy.git +Build-Depends: debhelper-compat (= 13), meson, pkg-config, libx11-dev, libgl-dev, libegl-dev, xauth , xvfb +Package-List: + libepoxy-dev deb libdevel optional arch=any + libepoxy0 deb libs optional arch=any + libepoxy0-udeb udeb debian-installer optional arch=any +Directory: pool/e17c2688adb989257d239d39392495e43b645863f68ef83c58b4f4f3b8a706c7 +Checksums-Sha1: + a0c145d2854057592196939556f88e91ebf81ab4 2083 libepoxy_1.5.10-2.dsc + f86e817b293eb30ca1e26d159de3a5903ee92f54 332078 libepoxy_1.5.10.orig.tar.gz + 8e20ad5b3f0e4b1eb809e6d43564d0e44a086e09 17584 libepoxy_1.5.10-2.debian.tar.xz +Checksums-Sha256: + e17c2688adb989257d239d39392495e43b645863f68ef83c58b4f4f3b8a706c7 2083 libepoxy_1.5.10-2.dsc + a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15 332078 libepoxy_1.5.10.orig.tar.gz + 9996e6ba287272bbdb4e297e2ca131fd0d060f30fa9bf9c3d30440c72d06b83d 17584 libepoxy_1.5.10-2.debian.tar.xz +Files: + 0e6e00544a15a78d56f7e1718d163a4a 2083 libepoxy_1.5.10-2.dsc + f0730aad115c952e77591fcc805b1dc1 332078 libepoxy_1.5.10.orig.tar.gz + 694b7ab988132a286d337ed57cfa5911 17584 libepoxy_1.5.10-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: liberror-perl +Binary: liberror-perl +Architecture: all +Version: 0.17029-2 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/Error +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liberror-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liberror-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libmodule-build-perl +Build-Depends-Indep: perl +Package-List: + liberror-perl deb perl optional arch=all +Directory: pool/48c6ca66e03144a8bec4f32b2419f34d70e8a00500b01ea3bb6a5cab0c03e164 +Checksums-Sha1: + 0068275740baddf126ebee14275512b3d667e82e 2085 liberror-perl_0.17029-2.dsc + dc339398cae75ce5c8371be05775a32c377d0e3c 33304 liberror-perl_0.17029.orig.tar.gz + b63af9559b2ee439bc201daa54026b51a22f2f3c 4608 liberror-perl_0.17029-2.debian.tar.xz +Checksums-Sha256: + 48c6ca66e03144a8bec4f32b2419f34d70e8a00500b01ea3bb6a5cab0c03e164 2085 liberror-perl_0.17029-2.dsc + 1a23f7913032aed6d4b68321373a3899ca66590f4727391a091ec19c95bf7adc 33304 liberror-perl_0.17029.orig.tar.gz + 60deb5d5cbc4b478f8db4cfa0ac6c512e85eea5fcd7fc7285c26a9942d3b8b67 4608 liberror-perl_0.17029-2.debian.tar.xz +Files: + 9f718766e824a00cd79192f915b312ae 2085 liberror-perl_0.17029-2.dsc + 6732b1c6207e4a9a3e2987c88368039a 33304 liberror-perl_0.17029.orig.tar.gz + fcceb5ecd581d332173773eb63b36f17 4608 liberror-perl_0.17029-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libestr +Binary: libestr-dev, libestr0 +Architecture: any +Version: 0.1.11-1 +Maintainer: Florian Ernst +Homepage: https://libestr.adiscon.com/ +Standards-Version: 4.6.0.1 +Vcs-Browser: https://salsa.debian.org/debian/libestr +Vcs-Git: https://salsa.debian.org/debian/libestr.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13) +Package-List: + libestr-dev deb libdevel optional arch=any + libestr0 deb libs optional arch=any +Directory: pool/972ae4d0e689f3eca05003dfe1f1e3650641f041467e04f0bac966497bf1daf9 +Checksums-Sha1: + 21746e524499ae262473f23065d728b532a5a071 1944 libestr_0.1.11-1.dsc + 3acdf7dae0c3e0fa3dabf43267a1fb5f625c0606 355544 libestr_0.1.11.orig.tar.gz + 4f41afd114639b3c799f60df0abf60f8ad98d16c 3612 libestr_0.1.11-1.debian.tar.xz +Checksums-Sha256: + 972ae4d0e689f3eca05003dfe1f1e3650641f041467e04f0bac966497bf1daf9 1944 libestr_0.1.11-1.dsc + 46632b2785ff4a231dcf241eeb0dcb5fc0c7d4da8ee49cf5687722cdbe8b2024 355544 libestr_0.1.11.orig.tar.gz + 9ab64663af53ecebc339571f076cd54a417d914123e6f4f62cd811ce2340e82e 3612 libestr_0.1.11-1.debian.tar.xz +Files: + 92a0e6802abf0513c1ce30ecafc73812 1944 libestr_0.1.11-1.dsc + 1f25a2332750d4bfacfb314235fedff0 355544 libestr_0.1.11.orig.tar.gz + 66e95046df5b4020fa7bc814b27fe7f1 3612 libestr_0.1.11-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libev +Binary: libev-dev, libev-libevent-dev, libev4t64 +Architecture: any all +Version: 1:4.33-2.1 +Maintainer: Boyuan Yang +Uploaders: Jérémy Lal , +Homepage: http://software.schmorp.de/pkg/libev.html +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libev +Vcs-Git: https://salsa.debian.org/debian/libev.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13) +Package-List: + libev-dev deb libdevel optional arch=any + libev-libevent-dev deb libdevel optional arch=all + libev4t64 deb libs optional arch=any +Directory: pool/65749703ffc449d859513590622d40080e7fbe6c02495fc3f12522f5d2844d14 +Checksums-Sha1: + d1c4d7728886fe1d2c6fe428349c083ba922c7ac 1999 libev_4.33-2.1.dsc + 133587b89c34dba0b3a2d2a90ba59f6748f6c368 569527 libev_4.33.orig.tar.gz + 5f03449969b8cf946bfdd5eadac40879bf670000 5360 libev_4.33-2.1.debian.tar.xz +Checksums-Sha256: + 65749703ffc449d859513590622d40080e7fbe6c02495fc3f12522f5d2844d14 1999 libev_4.33-2.1.dsc + 507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea 569527 libev_4.33.orig.tar.gz + 88a6f144e7bdd1f728e692f15c63f997837cc05bd0be73bc811f0efddba4a11e 5360 libev_4.33-2.1.debian.tar.xz +Files: + acc12523d8f5c917742814f10eb13b4a 1999 libev_4.33-2.1.dsc + a3433f23583167081bf4acdd5b01b34f 569527 libev_4.33.orig.tar.gz + db0676d116e6a63b504b3570aaaf3c38 5360 libev_4.33-2.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libevdev +Binary: libevdev-dev, libevdev-doc, libevdev2, libevdev2-udeb, libevdev-tools +Architecture: linux-any all +Version: 1.13.3+dfsg-1 +Maintainer: Stephen Kitt +Homepage: https://www.freedesktop.org/wiki/Software/libevdev/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libevdev +Vcs-Git: https://salsa.debian.org/debian/libevdev.git +Build-Depends: debhelper-compat (= 13), pkgconf, python3:native +Build-Depends-Arch: check +Build-Depends-Indep: doxygen, graphviz +Package-List: + libevdev-dev deb libdevel optional arch=linux-any + libevdev-doc deb doc optional arch=all + libevdev-tools deb utils optional arch=linux-any + libevdev2 deb libs optional arch=linux-any + libevdev2-udeb udeb debian-installer optional arch=linux-any +Directory: pool/c813cde9316201dd24adb88a495091a86f854344fb13a32a9395354e0a0ccc95 +Checksums-Sha1: + d1c2c14124c51fc58f4f70ce2a207679136cca10 2260 libevdev_1.13.3+dfsg-1.dsc + 814bf3fac8938bbfc1b680e05d84f333b7b4e95e 348408 libevdev_1.13.3+dfsg.orig.tar.xz + 4ffb3c6e41d36e9b3b9e545457117cc1b98b45f6 9292 libevdev_1.13.3+dfsg-1.debian.tar.xz +Checksums-Sha256: + c813cde9316201dd24adb88a495091a86f854344fb13a32a9395354e0a0ccc95 2260 libevdev_1.13.3+dfsg-1.dsc + 30b10f665727f93c6bbf21045f3c72b78834abfd509843d77baa5da4be571dc0 348408 libevdev_1.13.3+dfsg.orig.tar.xz + 72b96b962c6db1e6e5a7bfab98d89c67384b01bf79c4874929d3ee38e9e8da50 9292 libevdev_1.13.3+dfsg-1.debian.tar.xz +Files: + 0efa3b1838d538aba0c3844f97b3ebc4 2260 libevdev_1.13.3+dfsg-1.dsc + 30a31dc611ae0410abee506f9dc95bba 348408 libevdev_1.13.3+dfsg.orig.tar.xz + 3fd5ec92b80bcae86f738a9d86d87461 9292 libevdev_1.13.3+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libevent +Binary: libevent-dev, libevent-2.1-7t64, libevent-core-2.1-7t64, libevent-extra-2.1-7t64, libevent-pthreads-2.1-7t64, libevent-openssl-2.1-7t64 +Architecture: any +Version: 2.1.12-stable-10 +Maintainer: Nicolas Mora +Homepage: https://libevent.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libevent +Vcs-Git: https://salsa.debian.org/debian/libevent.git -b master +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, automake, gcc, libc-dev, libssl-dev, libtool +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libssl-dev +Package-List: + libevent-2.1-7t64 deb libs optional arch=any + libevent-core-2.1-7t64 deb libs optional arch=any + libevent-dev deb libdevel optional arch=any + libevent-extra-2.1-7t64 deb libs optional arch=any + libevent-openssl-2.1-7t64 deb libs optional arch=any + libevent-pthreads-2.1-7t64 deb libs optional arch=any +Directory: pool/43ebc80590ab06ab0bdc6a07d4e5d85b4c5ce4ef61bf82103edcc4603873abe0 +Checksums-Sha1: + 7f4b8fb898b0c16fc2856fd264cad36c52d70be2 2412 libevent_2.1.12-stable-10.dsc + cd55656a9b5bed630b08f05495230affb7996b21 1100847 libevent_2.1.12-stable.orig.tar.gz + d5c863d43340c2b850f5fc228f3101406b287729 17908 libevent_2.1.12-stable-10.debian.tar.xz +Checksums-Sha256: + 43ebc80590ab06ab0bdc6a07d4e5d85b4c5ce4ef61bf82103edcc4603873abe0 2412 libevent_2.1.12-stable-10.dsc + 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb 1100847 libevent_2.1.12-stable.orig.tar.gz + 82743ad3391b9868516826b37e60a199aae9830f94d1ba5042f62dcbbe375349 17908 libevent_2.1.12-stable-10.debian.tar.xz +Files: + 8a730f69494f7f32571bd760ed635bfe 2412 libevent_2.1.12-stable-10.dsc + b5333f021f880fe76490d8a799cd79f4 1100847 libevent_2.1.12-stable.orig.tar.gz + 4f34e4af42b61119b54e5a36d950aa1a 17908 libevent_2.1.12-stable-10.debian.tar.xz + +Format: 3.0 (quilt) +Package: libewf +Binary: libewf2, libewf-dev, ewf-tools, python3-libewf +Architecture: any +Version: 20140814-1 +Maintainer: Debian Security Tools +Uploaders: Pierre Chifflier +Homepage: https://github.com/libyal/libewf-legacy +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/libewf +Vcs-Git: https://salsa.debian.org/pkg-security-team/libewf.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), autopoint, libfuse-dev, zlib1g-dev, libbz2-dev, uuid-dev, libssl-dev, flex, bison, pkg-config, python3-dev, dh-python +Package-List: + ewf-tools deb admin optional arch=any + libewf-dev deb libdevel optional arch=any + libewf2 deb libs optional arch=any + python3-libewf deb python optional arch=any +Directory: pool/11cd2f23df688d0347af5f6df2487303f7f875a4928c95cbcfc61f14bf4f62b6 +Checksums-Sha1: + 480bd450c1e7f8c488f6eb78bd1f14602a99652c 2249 libewf_20140814-1.dsc + c35213ce044cfc70c319aad37a30e5f9fdcdf09d 2393406 libewf_20140814.orig.tar.gz + 0a06c6f1c7f37f28e872e8933f3e88f7e46ea7c1 10364 libewf_20140814-1.debian.tar.xz +Checksums-Sha256: + 11cd2f23df688d0347af5f6df2487303f7f875a4928c95cbcfc61f14bf4f62b6 2249 libewf_20140814-1.dsc + 38cdd05f09da2037a8eba50d8f39aeeada39dd2c6008c9ffac4f554cf957e414 2393406 libewf_20140814.orig.tar.gz + 39753df54cc0d51f101b4065439acb401e240f587f8b89933a6a978ba173cce3 10364 libewf_20140814-1.debian.tar.xz +Files: + 85b7e06610443410990a21771a94dc0f 2249 libewf_20140814-1.dsc + 848032467f748344151469f86df67239 2393406 libewf_20140814.orig.tar.gz + b6f5f77e48ad29e27c19864bf006960b 10364 libewf_20140814-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libexecs +Binary: libexecs-dev, libexecs1, libexecs-embedded1 +Architecture: any +Version: 1.4-2 +Maintainer: Debian VirtualSquare Team +Uploaders: Giulia Cantini , Mattia Biondi , Renzo Davoli , Andrea Capriotti +Homepage: http://www.virtualsquare.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/virtualsquare-team/s2argv-execs +Vcs-Git: https://salsa.debian.org/virtualsquare-team/s2argv-execs.git +Build-Depends: debhelper-compat (= 13), cmake +Package-List: + libexecs-dev deb libdevel optional arch=any + libexecs-embedded1 deb libs optional arch=any + libexecs1 deb libs optional arch=any +Directory: pool/a7c978aa0d45476f3aed83aa50db6eb7c2f1fd958601c7f28f757cf45c12e7e4 +Checksums-Sha1: + 89d0c57410a490dfdd2f84015957085bdf5eff59 2154 libexecs_1.4-2.dsc + b04e7aecf81e7b6d7fbd3c7bd49f69369ea78c36 21144 libexecs_1.4.orig.tar.gz + 65584dee3be5d8ae8302b4f84cc4fb62e5cb7fc5 3064 libexecs_1.4-2.debian.tar.xz +Checksums-Sha256: + a7c978aa0d45476f3aed83aa50db6eb7c2f1fd958601c7f28f757cf45c12e7e4 2154 libexecs_1.4-2.dsc + bcb4680560528db229c496c7f84710d3e8495ad1cc5281cc784bf0be4651823c 21144 libexecs_1.4.orig.tar.gz + d75f903f2eb39fb704df69ccd7158db9b288f72664c356347301e301e25f83cb 3064 libexecs_1.4-2.debian.tar.xz +Files: + 11b958a582737884bacabe70a8137b86 2154 libexecs_1.4-2.dsc + 8005a50f68f4d651ec2ecfccd92c2524 21144 libexecs_1.4.orig.tar.gz + ac1a35865a30778820c2746082cfe2e8 3064 libexecs_1.4-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libfastjson +Binary: libfastjson4, libfastjson-dev +Architecture: any +Version: 1.2304.0-2 +Maintainer: Michael Biebl +Homepage: https://github.com/rsyslog/libfastjson +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libfastjson +Vcs-Git: https://salsa.debian.org/debian/libfastjson.git +Build-Depends: debhelper-compat (= 13), pkgconf +Package-List: + libfastjson-dev deb libdevel optional arch=any + libfastjson4 deb libs optional arch=any +Directory: pool/73ab15cf326dc344f0e09fe69046a41fa5dc8701e8ee17da6b1f113e7045bc77 +Checksums-Sha1: + d1feaa535ecdc4e6e763909aa5422aa62fad261d 1954 libfastjson_1.2304.0-2.dsc + 2ee6f4e133dfa003de1b4b03743a6eb91806668c 436726 libfastjson_1.2304.0.orig.tar.gz + 45e39d986ccc59019fb28f608476976736579d3f 3616 libfastjson_1.2304.0-2.debian.tar.xz +Checksums-Sha256: + 73ab15cf326dc344f0e09fe69046a41fa5dc8701e8ee17da6b1f113e7045bc77 1954 libfastjson_1.2304.0-2.dsc + ef30d1e57a18ec770f90056aaac77300270c6203bbe476f4181cc83a2d5dc80c 436726 libfastjson_1.2304.0.orig.tar.gz + f719a7909f7a44b4a9a649475f1e9a984a28c6d12287f35aa2d8d6017ae08eb3 3616 libfastjson_1.2304.0-2.debian.tar.xz +Files: + dd9cd370281beb5ef827f4e2a4a25ef9 1954 libfastjson_1.2304.0-2.dsc + d949467b3ad51a258cf693c3c3f94112 436726 libfastjson_1.2304.0.orig.tar.gz + 5d726e9feee7436d5083d637275f90ec 3616 libfastjson_1.2304.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libffi +Binary: libffi-dev, libffi8, libffi8-udeb +Architecture: any +Version: 3.4.6-1 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: https://sourceware.org/libffi/ +Standards-Version: 4.6.2 +Build-Depends: debhelper (>= 11), libltdl-dev, dejagnu, texinfo +Package-List: + libffi-dev deb libdevel optional arch=any + libffi8 deb libs optional arch=any + libffi8-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/6734a8f8e237a7d5c4f52503f5e9cc193d16f8930a201bbf737f09cb31cfe28e +Checksums-Sha1: + 22cc365d79c7377f2d1255b268a13cc6adc13c8c 1948 libffi_3.4.6-1.dsc + 5bee9227b8559f4152a2da2c085c7452c3e657f7 598175 libffi_3.4.6.orig.tar.gz + 45f739f5147280d096259f9104e3339bb66d5599 10636 libffi_3.4.6-1.debian.tar.xz +Checksums-Sha256: + 6734a8f8e237a7d5c4f52503f5e9cc193d16f8930a201bbf737f09cb31cfe28e 1948 libffi_3.4.6-1.dsc + 9ac790464c1eb2f5ab5809e978a1683e9393131aede72d1b0a0703771d3c6cda 598175 libffi_3.4.6.orig.tar.gz + 7126c310b616e9c4c8fdd50bd857f54379d26897ab55383a25e89b6cbd69729c 10636 libffi_3.4.6-1.debian.tar.xz +Files: + 804673b1e035b98d899c6ea3c7da7a9b 1948 libffi_3.4.6-1.dsc + 449a55540ac2214fe7619c73d350c983 598175 libffi_3.4.6.orig.tar.gz + 0b2fe44ed6a6e3040115d0ee54c3cd18 10636 libffi_3.4.6-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libfido2 +Binary: libfido2-1, libfido2-dev, libfido2-doc, fido2-tools +Architecture: any all +Version: 1.15.0-1 +Maintainer: Debian Authentication Maintainers +Uploaders: Colin Watson , nicoo +Homepage: https://developers.yubico.com/libfido2/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/auth-team/libfido2 +Vcs-Git: https://salsa.debian.org/auth-team/libfido2.git +Build-Depends: debhelper-compat (= 13), pkgconf, cmake (>= 3.14), mandoc, libcbor-dev, libssl-dev, libudev-dev, zlib1g-dev +Package-List: + fido2-tools deb utils optional arch=any + libfido2-1 deb libs optional arch=any + libfido2-dev deb libdevel optional arch=any + libfido2-doc deb doc optional arch=all +Directory: pool/eb792b5b55bfd5421ce9abb30797317767b9b3e5884a071ab31e16a39ba21aba +Checksums-Sha1: + a7f5f79da0c2e92bb5eb712d08fa7ad6a16a27ac 2585 libfido2_1.15.0-1.dsc + b7547583efb28bf2a12e48c9d8a1b0a20e8f68ac 670019 libfido2_1.15.0.orig.tar.gz + 08ecdcc4fdad24c66d42af95d43baca0f516a886 228 libfido2_1.15.0.orig.tar.gz.asc + 9ceb1554b4a2b725e8ffd676609fa18dae1b7fa6 52960 libfido2_1.15.0-1.debian.tar.xz +Checksums-Sha256: + eb792b5b55bfd5421ce9abb30797317767b9b3e5884a071ab31e16a39ba21aba 2585 libfido2_1.15.0-1.dsc + abaab1318d21d262ece416fb8a7132fa9374bda89f6fa52b86a98a2f5712b61e 670019 libfido2_1.15.0.orig.tar.gz + 7b757a545a07c989c75528d884d863a52ba61a4cc94661338dbbb2b7e62560ee 228 libfido2_1.15.0.orig.tar.gz.asc + 4c20c21cffd478556f2fd2ab1ab529fd75bc1fc499f0851a45af91f78c3b4626 52960 libfido2_1.15.0-1.debian.tar.xz +Files: + 6c877252d283b3986a634778e6de8754 2585 libfido2_1.15.0-1.dsc + a66f4b2bcfb38e47b738cdd6ff438bb5 670019 libfido2_1.15.0.orig.tar.gz + 707d7eb16a4c88e5a0f6c0edee902fb1 228 libfido2_1.15.0.orig.tar.gz.asc + 6be4f011755ce7ce0f659023c3a7e724 52960 libfido2_1.15.0-1.debian.tar.xz +Dgit: 17acdb342b349aa4cf9e66f05c827ae6a353a394 debian archive/debian/1.15.0-1 https://git.dgit.debian.org/libfido2 + +Format: 3.0 (quilt) +Package: libfile-dirlist-perl +Binary: libfile-dirlist-perl +Architecture: all +Version: 0.05-3 +Maintainer: Debian Perl Group +Uploaders: Andrius Merkys , +Homepage: https://metacpan.org/release/File-DirList +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-dirlist-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-dirlist-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl +Package-List: + libfile-dirlist-perl deb perl optional arch=all +Directory: pool/b8d8758e79e1f13fb346b9a4e01408e2ec6db54e15e91bf37391f15e81851fe5 +Checksums-Sha1: + 5efcf8d6a9d3a0b55ee8ed84ba63e99ef4b1e73e 2124 libfile-dirlist-perl_0.05-3.dsc + 2b4ae8837b3a70a6238bb8f677218dc7b47a9e94 4337 libfile-dirlist-perl_0.05.orig.tar.gz + 4d3ac6299d8cc28e960b7b1a9f0acb5c7a6a4c35 1976 libfile-dirlist-perl_0.05-3.debian.tar.xz +Checksums-Sha256: + b8d8758e79e1f13fb346b9a4e01408e2ec6db54e15e91bf37391f15e81851fe5 2124 libfile-dirlist-perl_0.05-3.dsc + 993b7d7662e55798448a1edaccb9abd281d2bd23be7eab99f569b8e2962d3bc3 4337 libfile-dirlist-perl_0.05.orig.tar.gz + 044c7e6afb49fc3d14d9a17e659a6e00daef4cc78676afb32c7f9143b466f6b1 1976 libfile-dirlist-perl_0.05-3.debian.tar.xz +Files: + 2dcf649172c91ef9786bb30dcde545c8 2124 libfile-dirlist-perl_0.05-3.dsc + 8d3d21273b20745789c63a96bf16966e 4337 libfile-dirlist-perl_0.05.orig.tar.gz + b0ebe8a0af131170087d7476e4317ff5 1976 libfile-dirlist-perl_0.05-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libfile-find-rule-perl +Binary: libfile-find-rule-perl +Architecture: all +Version: 0.34-3 +Maintainer: Debian Perl Group +Uploaders: Niko Tyni , gregor herrmann , Angel Abad +Homepage: https://metacpan.org/release/File-Find-Rule +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-find-rule-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-find-rule-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libnumber-compare-perl, libtest-differences-perl, libtext-glob-perl, perl +Package-List: + libfile-find-rule-perl deb perl optional arch=all +Directory: pool/d7c43a7cf0c3d89a50827101784913d85a29bbce47b3571aff28a9d1ccebf63e +Checksums-Sha1: + 3f27f2e4377664099f83ba81773f526a1ad5fdac 2276 libfile-find-rule-perl_0.34-3.dsc + 05fe46cc142279b0716d058a51f7214bd80d34ff 16165 libfile-find-rule-perl_0.34.orig.tar.gz + b36e6472e5243f53ce7eff6f087db5b118f7ede1 4148 libfile-find-rule-perl_0.34-3.debian.tar.xz +Checksums-Sha256: + d7c43a7cf0c3d89a50827101784913d85a29bbce47b3571aff28a9d1ccebf63e 2276 libfile-find-rule-perl_0.34-3.dsc + 7e6f16cc33eb1f29ff25bee51d513f4b8a84947bbfa18edb2d3cc40a2d64cafe 16165 libfile-find-rule-perl_0.34.orig.tar.gz + 2cbc5f0e89763b653cde849a7c84d18dbebb6326e4e080d6d17138f15572a799 4148 libfile-find-rule-perl_0.34-3.debian.tar.xz +Files: + bcd83ccf767a6bc2f6a8c234b350b72c 2276 libfile-find-rule-perl_0.34-3.dsc + a7aa9ad4d8ee87b2a77b8e3722768712 16165 libfile-find-rule-perl_0.34.orig.tar.gz + e1ea06bc995d43c401e568fdec513e07 4148 libfile-find-rule-perl_0.34-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libfile-homedir-perl +Binary: libfile-homedir-perl +Architecture: all +Version: 1.006-2 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Angel Abad , gregor herrmann +Homepage: https://metacpan.org/release/File-HomeDir +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-homedir-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-homedir-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libfile-which-perl , libtest-pod-perl , perl +Package-List: + libfile-homedir-perl deb perl optional arch=all +Directory: pool/24f18bca6c35ba21d6e61d856d15cedf20be0dc7ad5a86f149d40bea87ac1d01 +Checksums-Sha1: + 52da7ee3f83b6b4ee4defc137a9ab180aca66bbc 2259 libfile-homedir-perl_1.006-2.dsc + e0fcae679037a937e888f424119402eff7900896 35855 libfile-homedir-perl_1.006.orig.tar.gz + 17c0e45098127d89fec782784dbc0c9e62252acb 4208 libfile-homedir-perl_1.006-2.debian.tar.xz +Checksums-Sha256: + 24f18bca6c35ba21d6e61d856d15cedf20be0dc7ad5a86f149d40bea87ac1d01 2259 libfile-homedir-perl_1.006-2.dsc + 593737c62df0f6dab5d4122e0b4476417945bb6262c33eedc009665ef1548852 35855 libfile-homedir-perl_1.006.orig.tar.gz + 4883d136962535ff37dd1a633fe76f376399df90f63998a9d4f67b1a6d0de03c 4208 libfile-homedir-perl_1.006-2.debian.tar.xz +Files: + e9dfa43e14f7e48a73f543a013d5970d 2259 libfile-homedir-perl_1.006-2.dsc + 3a59f74d227fdf97b2af908a2d4fee05 35855 libfile-homedir-perl_1.006.orig.tar.gz + 6031e2c56cdd68493b58f9e34b2caa28 4208 libfile-homedir-perl_1.006-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libfile-listing-perl +Binary: libfile-listing-perl +Architecture: all +Version: 6.16-1 +Maintainer: Debian Perl Group +Uploaders: Angel Abad +Homepage: https://metacpan.org/release/File-Listing +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-listing-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-listing-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libhttp-date-perl , perl +Package-List: + libfile-listing-perl deb perl optional arch=all +Directory: pool/99f4e76dd9f35b392ffcd3633d7346febba5270225181e759a4450d7362845c5 +Checksums-Sha1: + ce034dc179d261b00d2e9de1bd78cb79ce18c556 2405 libfile-listing-perl_6.16-1.dsc + ee0f0e247661127d3fc397296f8a8474b821bfec 78506 libfile-listing-perl_6.16.orig.tar.gz + 58e3b46f397628afbe4f90a8c0b726707407f36d 2780 libfile-listing-perl_6.16-1.debian.tar.xz +Checksums-Sha256: + 99f4e76dd9f35b392ffcd3633d7346febba5270225181e759a4450d7362845c5 2405 libfile-listing-perl_6.16-1.dsc + 189b3a13fc0a1ba412b9d9ec5901e9e5e444cc746b9f0156d4399370d33655c6 78506 libfile-listing-perl_6.16.orig.tar.gz + 9c7f9342dcb410538f03519a8761929381ff38f6e3c9d0e0eebc943a2366b12a 2780 libfile-listing-perl_6.16-1.debian.tar.xz +Files: + ead3a3381fb06d2f907cedaab98013a7 2405 libfile-listing-perl_6.16-1.dsc + d4fc8b0c86633d1fa5bf75323720eadc 78506 libfile-listing-perl_6.16.orig.tar.gz + a885a1a6448deb2716962dd7eeca39f5 2780 libfile-listing-perl_6.16-1.debian.tar.xz +Dgit: b9b0b9dbfa53b23c6ce628bdf1517d6123704caa debian archive/debian/6.16-1 https://git.dgit.debian.org/libfile-listing-perl + +Format: 3.0 (quilt) +Package: libfile-touch-perl +Binary: libfile-touch-perl +Architecture: all +Version: 0.12-2 +Maintainer: Debian Perl Group +Uploaders: Allard Hoeve , Niko Tyni , gregor herrmann +Homepage: https://metacpan.org/release/File-Touch +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-touch-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-touch-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl (>= 5.31.5) +Package-List: + libfile-touch-perl deb perl optional arch=all +Directory: pool/b467f450dc698083b74fd1b37e007009bc8dae27b9a0b1d73da641d0e7a3a275 +Checksums-Sha1: + 4818a40f70142429ff02fcb945c7128493df0d2e 2171 libfile-touch-perl_0.12-2.dsc + c68dae35439900e630fe603827fec7684df7db31 12297 libfile-touch-perl_0.12.orig.tar.gz + c69d9dc75cee6c10275cd09e3628d770ff172b0c 3676 libfile-touch-perl_0.12-2.debian.tar.xz +Checksums-Sha256: + b467f450dc698083b74fd1b37e007009bc8dae27b9a0b1d73da641d0e7a3a275 2171 libfile-touch-perl_0.12-2.dsc + 2a04dc424df48e98c54556c6045cab026a49e3737aa94a21cf497761b0f2e59c 12297 libfile-touch-perl_0.12.orig.tar.gz + ba198bf5e0334ec9d4724147f79525240c8199c3c3c72569ee4b6867d9f4efae 3676 libfile-touch-perl_0.12-2.debian.tar.xz +Files: + ad1a42d008bb227b54e597d50205b6f1 2171 libfile-touch-perl_0.12-2.dsc + 84215f5010adcbec0065e1c718d8875f 12297 libfile-touch-perl_0.12.orig.tar.gz + 0fbff393f06ad8dc7cf3ad2861c63e8d 3676 libfile-touch-perl_0.12-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libfile-which-perl +Binary: libfile-which-perl +Architecture: all +Version: 1.27-2 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Florian Schlichting +Homepage: https://metacpan.org/release/File-Which +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-which-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-which-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl +Package-List: + libfile-which-perl deb perl optional arch=all +Directory: pool/eeb39065332ec8b25b2273308b031d5ea476243a8401a62ab8eebf8acec9db48 +Checksums-Sha1: + 8ebfcbcc5f54f0a51c8a3af94957dd85443b1240 2141 libfile-which-perl_1.27-2.dsc + baabfba65328da4a8cc1d0f280b1944a06309f4c 23569 libfile-which-perl_1.27.orig.tar.gz + 71a17a50c086af62d25d0af0f7bfb68803d2ce88 4056 libfile-which-perl_1.27-2.debian.tar.xz +Checksums-Sha256: + eeb39065332ec8b25b2273308b031d5ea476243a8401a62ab8eebf8acec9db48 2141 libfile-which-perl_1.27-2.dsc + 2170bf38ae7f8437f51f1b901a5607f4e0aa678529d4dbdfc8813ae8b20127e8 23569 libfile-which-perl_1.27.orig.tar.gz + caa58947ce64749b34612460ff261167f713a4069f37413974f9a3f4452d5a7f 4056 libfile-which-perl_1.27-2.debian.tar.xz +Files: + 41ba92a223acd67d6d463402109c4ed5 2141 libfile-which-perl_1.27-2.dsc + 428b53d4b5c68e06ad3383019adb5efa 23569 libfile-which-perl_1.27.orig.tar.gz + 464e3aaf8c78d597a99bc054b3359d20 4056 libfile-which-perl_1.27-2.debian.tar.xz + +Format: 1.0 +Package: libfontenc +Binary: libfontenc1, libfontenc1-udeb, libfontenc-dev +Architecture: any +Version: 1:1.1.8-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libfontenc +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libfontenc.git +Build-Depends: x11proto-dev, zlib1g-dev, pkgconf, xutils-dev (>= 1:7.5~1), xfonts-utils (>= 1:7.5+1), debhelper-compat (= 13) +Package-List: + libfontenc-dev deb libdevel optional arch=any + libfontenc1 deb libs optional arch=any + libfontenc1-udeb udeb debian-installer optional arch=any +Directory: pool/fc070572b06923aa72dae3fc0e6db16906eb38ac7765100abf567efe2caa404f +Checksums-Sha1: + a9b6daa9a4490c04fcaae2ddffdd0cbb74d764ce 2288 libfontenc_1.1.8-1.dsc + b47c1a09458cb9e74a1aaf6dde84aee9d9a4ba4b 405168 libfontenc_1.1.8.orig.tar.gz + b915bd3f552d4a143b9341f9aaa8546651ecfba2 833 libfontenc_1.1.8.orig.tar.gz.asc + f18d4bdacfdc2c8402014f600557d4df4ffe9642 12021 libfontenc_1.1.8-1.diff.gz +Checksums-Sha256: + fc070572b06923aa72dae3fc0e6db16906eb38ac7765100abf567efe2caa404f 2288 libfontenc_1.1.8-1.dsc + b55039f70959a1b2f02f4ec8db071e5170528d2c9180b30575dccf7510d7fb9f 405168 libfontenc_1.1.8.orig.tar.gz + 3e42c5de5281768f2ba83c7519a2b572de04d4392a60167fa50a4f582d58025f 833 libfontenc_1.1.8.orig.tar.gz.asc + 3061495a0800059dbca1295be18aaf22e342d2c11e2c2317ee0a8ea02ecae209 12021 libfontenc_1.1.8-1.diff.gz +Files: + 2781d9ecfdb1aef38ecfc134179cf8d3 2288 libfontenc_1.1.8-1.dsc + ee94d82b6023e59c249b317cd330ecf5 405168 libfontenc_1.1.8.orig.tar.gz + 183909e41f550cb84adb99bbeca36cc2 833 libfontenc_1.1.8.orig.tar.gz.asc + 14b130160c881de550a33a4197165c5b 12021 libfontenc_1.1.8-1.diff.gz + +Format: 3.0 (quilt) +Package: libgc +Binary: libgc1, libgc-dev +Architecture: any +Version: 1:8.2.8-1 +Maintainer: Christoph Egger +Uploaders: Debian GCC Maintainers , Ian Wienand +Homepage: https://www.hboehm.info/gc/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/libgc +Vcs-Git: https://salsa.debian.org/debian/libgc +Build-Depends: debhelper-compat (= 13), pkgconf, pkg-kde-tools +Package-List: + libgc-dev deb libdevel optional arch=any + libgc1 deb libs optional arch=any +Directory: pool/e9c90ee694ef4945700054ad2ea23e326d8ac2d15daf79cd97e99977e5d517b7 +Checksums-Sha1: + b2f7f57111c78edfed72aaaee41d406246e8fd6c 1989 libgc_8.2.8-1.dsc + 1c8d7bde86aa98df957563982f38c583c2c6707f 1219553 libgc_8.2.8.orig.tar.gz + e1d0f4ce14cf62c3a49facbcf603017542153494 11884 libgc_8.2.8-1.debian.tar.xz +Checksums-Sha256: + e9c90ee694ef4945700054ad2ea23e326d8ac2d15daf79cd97e99977e5d517b7 1989 libgc_8.2.8-1.dsc + 7649020621cb26325e1fb5c8742590d92fb48ce5c259b502faf7d9fb5dabb160 1219553 libgc_8.2.8.orig.tar.gz + 198d152060dc11d4b80939b50be8b07b83bf679de07c92689dd52296260e1986 11884 libgc_8.2.8-1.debian.tar.xz +Files: + 4bb0689e81ca56947a1639b4fbb83450 1989 libgc_8.2.8-1.dsc + ad7298be1a300fc0ce75196718036c61 1219553 libgc_8.2.8.orig.tar.gz + 8fd3239229760c2fbc016b0d4040b8d8 11884 libgc_8.2.8-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libgcrypt20 +Binary: libgcrypt20-doc, libgcrypt20-dev, libgcrypt20, libgcrypt20-udeb, libgcrypt-mingw-w64-dev, libgcrypt-bin +Architecture: any all +Version: 1.11.0-6 +Maintainer: Debian GnuTLS Maintainers +Uploaders: Andreas Metzler , Eric Dorland , James Westby , Simon Josefsson , +Homepage: https://gnupg.org/software/libgcrypt/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnutls-team/libgcrypt/tree/branch1.6 +Vcs-Git: https://salsa.debian.org/gnutls-team/libgcrypt.git -b branch1.6 +Build-Depends: debhelper-compat (= 13), libgpg-error-dev (>= 1.49) +Build-Depends-Indep: libgpg-error-mingw-w64-dev (>= 1.49), mingw-w64, texinfo, texlive-latex-base, texlive-plain-generic +Package-List: + libgcrypt-bin deb devel optional arch=any + libgcrypt-mingw-w64-dev deb libdevel optional arch=all + libgcrypt20 deb libs optional arch=any + libgcrypt20-dev deb libdevel optional arch=any + libgcrypt20-doc deb doc optional arch=all + libgcrypt20-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/9d14f1cfec9a9c6523f9c469132634467daa43f83203f6339447fb6722b54b42 +Checksums-Sha1: + 357e6ddcc2e868e7df04d2a9d04f5e5c32283286 2877 libgcrypt20_1.11.0-6.dsc + dd2c68e0685bb99249efeeb06046fae15b5214ba 4180345 libgcrypt20_1.11.0.orig.tar.bz2 + 8f67baf118e060414f24eeaad8028a5ab396ad98 228 libgcrypt20_1.11.0.orig.tar.bz2.asc + 4d08e02e56618a72466eb40ce37671e37aae8c45 39088 libgcrypt20_1.11.0-6.debian.tar.xz +Checksums-Sha256: + 9d14f1cfec9a9c6523f9c469132634467daa43f83203f6339447fb6722b54b42 2877 libgcrypt20_1.11.0-6.dsc + 09120c9867ce7f2081d6aaa1775386b98c2f2f246135761aae47d81f58685b9c 4180345 libgcrypt20_1.11.0.orig.tar.bz2 + 9fedf4f7bb80d5178d4e26ec2f03ba5fc44eddfc72c2e9966d7d619aeee3df2c 228 libgcrypt20_1.11.0.orig.tar.bz2.asc + f1b8c0dc512241b427d8c2f7617355a7f4c98def3d5689495b6051a275a1357f 39088 libgcrypt20_1.11.0-6.debian.tar.xz +Files: + b29321c8d86cb7f05bcaed76386145b0 2877 libgcrypt20_1.11.0-6.dsc + 321c4975cfd6a496f0530b65a673f9a4 4180345 libgcrypt20_1.11.0.orig.tar.bz2 + 268767dc35fd170632e621ca6ce89c4a 228 libgcrypt20_1.11.0.orig.tar.bz2.asc + ff6ef1e31173ead5405b5818e9618152 39088 libgcrypt20_1.11.0-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: libglvnd +Binary: libglvnd-dev, libglvnd-core-dev, libglvnd0, libegl1, libegl-dev, libgles1, libgles2, libgles-dev, libgl1, libgl-dev, libglx0, libglx-dev, libopengl0, libopengl-dev +Architecture: any +Version: 1.7.0-1 +Maintainer: Debian X Strike Force +Uploaders: Timo Aaltonen +Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libglvnd.git +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git +Build-Depends: debhelper-compat (= 13), meson, pkg-config, libx11-dev, libxext-dev, python3-setuptools, x11proto-dev, xauth, xvfb +Package-List: + libegl-dev deb libs optional arch=any + libegl1 deb libs optional arch=any + libgl-dev deb libs optional arch=any + libgl1 deb libs optional arch=any + libgles-dev deb libs optional arch=any + libgles1 deb libs optional arch=any + libgles2 deb libs optional arch=any + libglvnd-core-dev deb libdevel optional arch=any + libglvnd-dev deb libdevel optional arch=any + libglvnd0 deb libs optional arch=any + libglx-dev deb libs optional arch=any + libglx0 deb libs optional arch=any + libopengl-dev deb libs optional arch=any + libopengl0 deb libs optional arch=any +Directory: pool/285d789904aa75ea21654bf845dba854ab37727f24c1a2f51326c6e6e5d95cab +Checksums-Sha1: + 4529d8746eea06ecfce6e085089f9f15365a5189 2687 libglvnd_1.7.0-1.dsc + a8bf5d4304048d851f395a748389ced524892da5 839809 libglvnd_1.7.0.orig.tar.gz + 947a947726a3c6f508f71a48f3cdcd788ecc832d 22404 libglvnd_1.7.0-1.debian.tar.xz +Checksums-Sha256: + 285d789904aa75ea21654bf845dba854ab37727f24c1a2f51326c6e6e5d95cab 2687 libglvnd_1.7.0-1.dsc + 073e7292788d4d3eeb45ea6c7bdcce9bfdb3b3eef8d7dbd47f2f30dce046ef98 839809 libglvnd_1.7.0.orig.tar.gz + ddbeef8899524f1d3136bceda73905f58a16f4fa85ac5b22bb0be9d1930a5eb5 22404 libglvnd_1.7.0-1.debian.tar.xz +Files: + bab58e114fc9252f914f28b92bb7772b 2687 libglvnd_1.7.0-1.dsc + bbfdc3e1a2cd33a4a3d3a46498248376 839809 libglvnd_1.7.0.orig.tar.gz + 1e76dfaed627de9fdfeb9a541d6c0bd2 22404 libglvnd_1.7.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libgpg-error +Binary: libgpg-error-dev, libgpg-error0, gpgrt-tools, libgpg-error0-udeb, libgpg-error-mingw-w64-dev, libgpg-error-l10n +Architecture: any all +Version: 1.50-4 +Maintainer: Debian GnuPG Maintainers +Uploaders: Daniel Kahn Gillmor , Christoph Biedl , Andreas Metzler , +Homepage: https://www.gnupg.org/related_software/libgpg-error/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libgpg-error +Vcs-Git: https://salsa.debian.org/debian/libgpg-error.git -b debian/unstable +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gcc-mingw-w64-i686, gcc-mingw-w64-x86-64, pkg-config, wine32, wine64 +Build-Depends: automake (>= 1.14), debhelper-compat (= 13), gettext (>= 0.19.3), texinfo +Build-Depends-Indep: mingw-w64 +Package-List: + gpgrt-tools deb devel optional arch=any + libgpg-error-dev deb libdevel optional arch=any + libgpg-error-l10n deb localization optional arch=all + libgpg-error-mingw-w64-dev deb libdevel optional arch=all + libgpg-error0 deb libs optional arch=any + libgpg-error0-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/040461a197ba1d3882859303fb37058c3027a64f96166413ca47effe427c55a6 +Checksums-Sha1: + 04175a766cd4a23e9773c321c4d24c6b08ac8688 2935 libgpg-error_1.50-4.dsc + 6790fc3d6e7bbd7576654b43971bbe15e953ccc4 1082003 libgpg-error_1.50.orig.tar.bz2 + ed0f74228fd4bfdf9ab79362dfeb20961202b28c 228 libgpg-error_1.50.orig.tar.bz2.asc + 65c48dea496e947bd3c90e044ff586a74e11dce2 19640 libgpg-error_1.50-4.debian.tar.xz +Checksums-Sha256: + 040461a197ba1d3882859303fb37058c3027a64f96166413ca47effe427c55a6 2935 libgpg-error_1.50-4.dsc + 69405349e0a633e444a28c5b35ce8f14484684518a508dc48a089992fe93e20a 1082003 libgpg-error_1.50.orig.tar.bz2 + cbc77b528a1c018f56a83bc46d721dd8aed48f2f9b9c884a62879d33b96d424a 228 libgpg-error_1.50.orig.tar.bz2.asc + 7c7066775788eb1c74dc7a693f2de9071c079251e66b20ad23b0d758723713b5 19640 libgpg-error_1.50-4.debian.tar.xz +Files: + 664003af783a5810b715183d8f11e35c 2935 libgpg-error_1.50-4.dsc + 80e905ce798553c766e3384467dc55ea 1082003 libgpg-error_1.50.orig.tar.bz2 + a619ad85b7ae2a125bcce7ce7490d58d 228 libgpg-error_1.50.orig.tar.bz2.asc + abbd6f4831343d0992155cc9acf49252 19640 libgpg-error_1.50-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: libgudev +Binary: libgudev-1.0-0, gir1.2-gudev-1.0, libgudev-1.0-dev +Architecture: linux-any +Version: 238-5 +Maintainer: Debian GNOME Maintainers +Uploaders: Jeremy Bícha , Michael Biebl +Homepage: https://wiki.gnome.org/Projects/libgudev +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/libgudev +Vcs-Git: https://salsa.debian.org/gnome-team/libgudev.git +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, meson (>= 0.53.0), pkg-config, gtk-doc-tools, libglib2.0-dev (>= 2.38.0), libudev-dev (>= 251), libgirepository1.0-dev (>= 1.31.1), libglib2.0-doc, libumockdev-dev , umockdev , locales-all +Package-List: + gir1.2-gudev-1.0 deb introspection optional arch=linux-any + libgudev-1.0-0 deb libs optional arch=linux-any + libgudev-1.0-dev deb libdevel optional arch=linux-any +Directory: pool/2a853538166f83b1113e86f000ac4d2307bca96a5bb4b4507801e763523d912f +Checksums-Sha1: + 26f6758ea597c306f2611cef2da95ff175d17700 2368 libgudev_238-5.dsc + 38f948d27bd42537f155ad087c99d9856a1ad25e 30548 libgudev_238.orig.tar.xz + e134b92ff0f7b91efbde4db9b5697eac58c05e3b 4716 libgudev_238-5.debian.tar.xz +Checksums-Sha256: + 2a853538166f83b1113e86f000ac4d2307bca96a5bb4b4507801e763523d912f 2368 libgudev_238-5.dsc + 61266ab1afc9d73dbc60a8b2af73e99d2fdff47d99544d085760e4fa667b5dd1 30548 libgudev_238.orig.tar.xz + 08e61361c236f3289215f84f61a8a4e8763ffdc5c0e809d864f01ef9381e7ac0 4716 libgudev_238-5.debian.tar.xz +Files: + 4f6273389ca949bd1b53061f600b2fd6 2368 libgudev_238-5.dsc + 46da30a1c69101c3a13fa660d9ab7b73 30548 libgudev_238.orig.tar.xz + a15c25437aa14304a2326ce02127c6f4 4716 libgudev_238-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: libguestfs +Binary: guestfsd, libguestfs-dev, libguestfs0t64, libguestfs-gfs2, libguestfs-hfsplus, libguestfs-jfs, libguestfs-nilfs, libguestfs-reiserfs, libguestfs-rescue, libguestfs-rsync, libguestfs-xfs, libguestfs-zfs, guestfish, guestmount, libguestfs-tools, python3-guestfs, libguestfs-perl, libguestfs-ocaml, libguestfs-ocaml-dev, libguestfs-java, ruby-guestfs, libguestfs-gobject-1.0-0t64, libguestfs-gobject-dev, gir1.2-guestfs-1.0, lua-guestfs, golang-guestfs-dev, php-guestfs +Architecture: linux-any all +Version: 1:1.52.2-3gl0 +Maintainer: Debian Libvirt Maintainers +Uploaders: Richard Jones , Guido Günther , Hilko Bengen +Homepage: http://libguestfs.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/libvirt-team/libguestfs +Vcs-Git: https://salsa.debian.org/libvirt-team/libguestfs.git +Testsuite: autopkgtest +Testsuite-Triggers: linux-image-486, linux-image-4kc-malta, linux-image-586, linux-image-5kc-malta, linux-image-686-pae, linux-image-alpha-generic, linux-image-amd64, linux-image-arm64, linux-image-armmp, linux-image-itanium, linux-image-marvell, linux-image-mckinley, linux-image-parisc, linux-image-powerpc, linux-image-powerpc64, linux-image-powerpc64le, linux-image-riscv64, linux-image-s390x, linux-image-sparc64, linux-image-versatile, mmdebstrap, openssh-client, sleepenh +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), po-debconf, bash-completion, supermin (>= 5.2.2-4~), libtirpc-dev, rpcsvc-proto, libreadline-dev, libaugeas-dev (>= 1.0.0), libselinux1-dev, libhivex-ocaml-dev, libvirt-dev (>= 1.2.20), libaugeas-ocaml-dev, libvirt-ocaml-dev, libounit-ocaml-dev, liblzma-dev, libmagic-dev, libncurses-dev, libpcre2-dev, libxml2-dev, libconfig-dev, libc-dev-bin, libdbus-1-dev, librpm-dev, systemtap-sdt-dev, libcap-dev, libacl1-dev, libyajl-dev, libsystemd-dev, libtsk-dev, libyara-dev, automake, autoconf, libtool, fdisk, gperf, libxml2-utils, qemu-system-arm [armel armhf arm64], qemu-system-mips [mips mipsel mips64 mips64el], qemu-system-misc [s390x riscv64], qemu-system-ppc [powerpc powerpcspe ppc64 ppc64el], qemu-system-sparc [sparc sparc64], qemu-system-x86 [i386 amd64], xorriso, sqlite3, pkgconf, dh-lua, dh-ocaml, ocaml-nox, ocaml-findlib, libgettext-ocaml-dev, python3-all-dev, dh-python, default-jdk, gem2deb, rake, libjs-jquery, perl-xs-dev, libmodule-build-perl, libtest-pod-coverage-perl, libextutils-command-perl, libintl-perl, libtest-pod-perl, libstring-shellquote-perl, libsys-virt-perl, libwin-hivex-perl, libfuse-dev, fuse, libglib2.0-dev, gjs [!s390x !armel] , gobject-introspection, gobject-introspection-bin, libgirepository1.0-dev, libgtk-3-dev, netpbm, icoutils, po4a, flex, bison, golang-go [i386 amd64 armel armhf arm64 mips mipsel mips64el ppc64el], dh-php, php-all-dev | php5-dev, linux-image-amd64 [amd64] , linux-image-armmp [armhf] , linux-image-arm64 [arm64] , linux-image-686-pae [i386] | linux-image-586 [i386] | linux-image-486 [i386] , linux-image-powerpc64le [ppc64el] , linux-image-riscv64 [riscv64] , linux-image-s390x [s390x] , acl, attr, bsdextrautils | bsdmainutils, btrfs-progs, bzip2, cpio, cryptsetup-bin, curl, debootstrap, dosfstools, exfatprogs, extlinux [i386 amd64], f2fs-tools, file, gawk, gdisk, gfs2-utils, grub2-common [amd64 arm64 armel armhf i386 mipsel ppc64el], hfsplus, iproute2 | iproute, iputils-arping, iputils-ping, iputils-tracepath, isc-dhcp-client, jfsutils, kmod | module-init-tools, kpartx, ldmtool, less, lsof, lsscsi, lvm2, lzop, mdadm, mount, mtools, nilfs-tools, ntfs-3g, openssh-client, parted, pciutils, procps, psmisc, qemu-utils, reiserfsprogs, rsync, scrub, sleuthkit, squashfs-tools, strace, systemd-sysv, syslinux [i386 amd64], udev, util-linux-extra, uuid-runtime, vim-tiny, e2fsprogs, xfsprogs, xz-utils, zerofree, zfs-fuse [i386 amd64 armel armhf powerpc ppc64el sparc], zstd +Build-Conflicts: db-util +Package-List: + gir1.2-guestfs-1.0 deb introspection optional arch=linux-any + golang-guestfs-dev deb devel optional arch=all + guestfish deb admin optional arch=linux-any + guestfsd deb libs optional arch=linux-any + guestmount deb admin optional arch=linux-any + libguestfs-dev deb libdevel optional arch=linux-any + libguestfs-gfs2 deb libs optional arch=linux-any + libguestfs-gobject-1.0-0t64 deb libs optional arch=linux-any + libguestfs-gobject-dev deb libdevel optional arch=linux-any + libguestfs-hfsplus deb libs optional arch=linux-any + libguestfs-java deb java optional arch=linux-any + libguestfs-jfs deb libs optional arch=linux-any + libguestfs-nilfs deb libs optional arch=linux-any + libguestfs-ocaml deb ocaml optional arch=linux-any + libguestfs-ocaml-dev deb ocaml optional arch=linux-any + libguestfs-perl deb perl optional arch=linux-any + libguestfs-reiserfs deb libs optional arch=linux-any + libguestfs-rescue deb libs optional arch=linux-any + libguestfs-rsync deb libs optional arch=linux-any + libguestfs-tools deb admin optional arch=linux-any + libguestfs-xfs deb libs optional arch=linux-any + libguestfs-zfs deb libs optional arch=i386,amd64,powerpc,sparc + libguestfs0t64 deb libs optional arch=linux-any + lua-guestfs deb libs optional arch=linux-any + php-guestfs deb php optional arch=linux-any + python3-guestfs deb python optional arch=linux-any + ruby-guestfs deb ruby optional arch=linux-any +Directory: pool/8cea877a5c08113259af2f9be2595a450393b5d324478f1fac56c4c842e757a0 +Checksums-Sha1: + e53a317a3b516696a2d5b682e1502b2b4f61ff6e 6077 libguestfs_1.52.2-3gl0.dsc + ffaa8dc37826bc96581175345a7e7ecec2c05649 7496804 libguestfs_1.52.2.orig.tar.xz + 35cff6254eb5ca815488e04185ac2cbfee1e65f9 42888 libguestfs_1.52.2-3gl0.debian.tar.xz +Checksums-Sha256: + 8cea877a5c08113259af2f9be2595a450393b5d324478f1fac56c4c842e757a0 6077 libguestfs_1.52.2-3gl0.dsc + 195b001563043dfda7d14b021c25ddef370a2542806c4fea000b70fdf3eb116b 7496804 libguestfs_1.52.2.orig.tar.xz + e040d7ec094cf0d700b6f51137cf03436299bc691cfc494cdb7e6f7c84fde1f1 42888 libguestfs_1.52.2-3gl0.debian.tar.xz +Files: + 704bb31349e854b00b397e6d277f658c 6077 libguestfs_1.52.2-3gl0.dsc + f9afed0dc43f9977f7a11485d3858e47 7496804 libguestfs_1.52.2.orig.tar.xz + f69b0fd46edbb20513ea9137ce0ebdd8 42888 libguestfs_1.52.2-3gl0.debian.tar.xz +Ruby-Versions: all + +Format: 3.0 (quilt) +Package: libhtml-parser-perl +Binary: libhtml-parser-perl +Architecture: any +Version: 3.83-1 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Salvatore Bonaccorso , Dominic Hargreaves +Homepage: https://metacpan.org/release/HTML-Parser +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-parser-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-parser-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libhtml-tagset-perl , libhttp-message-perl , liburi-perl , perl-xs-dev, perl:native +Package-List: + libhtml-parser-perl deb perl optional arch=any +Directory: pool/39f2d573ab3989b5600438535af2a065ae80cd412ad4e0a08b0c957e7edf97e9 +Checksums-Sha1: + deb9ee7df3148aa1a24cb6ba44ced5da83561b47 2532 libhtml-parser-perl_3.83-1.dsc + 0246d30aa6121a622d34d9289ade9e75335083dd 151224 libhtml-parser-perl_3.83.orig.tar.gz + 247c457f3fcfe5818a476bdffca99417d7465b79 8388 libhtml-parser-perl_3.83-1.debian.tar.xz +Checksums-Sha256: + 39f2d573ab3989b5600438535af2a065ae80cd412ad4e0a08b0c957e7edf97e9 2532 libhtml-parser-perl_3.83-1.dsc + 7278ce9791256132b26a71a5719451844704bb9674b58302c3486df43584f8c0 151224 libhtml-parser-perl_3.83.orig.tar.gz + bf93da283d5aedee706875cc5e97445e84d0cfcf47937497e5db1587cd9ae0e4 8388 libhtml-parser-perl_3.83-1.debian.tar.xz +Files: + 4bd0ab1bdc72502fa030d56c42bc8b07 2532 libhtml-parser-perl_3.83-1.dsc + 17a4c886024bfad1cffcbe6b46cda128 151224 libhtml-parser-perl_3.83.orig.tar.gz + 545d910b368b03a6af4a68632b74b04a 8388 libhtml-parser-perl_3.83-1.debian.tar.xz +Dgit: 07a1a435b9860f8f25dc2cc8868774d0b63a7d56 debian archive/debian/3.83-1 https://git.dgit.debian.org/libhtml-parser-perl + +Format: 3.0 (quilt) +Package: libhtml-tagset-perl +Binary: libhtml-tagset-perl +Architecture: all +Version: 3.24-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/HTML-Tagset +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-tagset-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-tagset-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libtest-pod-perl , libtest-simple-perl , perl +Package-List: + libhtml-tagset-perl deb perl optional arch=all +Directory: pool/b495137b57107aff1f5c3d3afc91708601f69477250984840274859bfdb12ed7 +Checksums-Sha1: + fc62dfb61d3d6c48a30d12067c2bfa8ea8aa3635 2426 libhtml-tagset-perl_3.24-1.dsc + b5eab7171d2bb8fcececf9ea1d5fba7cbbb79ffd 8120 libhtml-tagset-perl_3.24.orig.tar.gz + 54256e86bcc4c26407fece8cdb92d03472e8ff85 6268 libhtml-tagset-perl_3.24-1.debian.tar.xz +Checksums-Sha256: + b495137b57107aff1f5c3d3afc91708601f69477250984840274859bfdb12ed7 2426 libhtml-tagset-perl_3.24-1.dsc + eb89e145a608ed1f8f141a57472ee5f69e67592a432dcd2e8b1dbb445f2b230b 8120 libhtml-tagset-perl_3.24.orig.tar.gz + 18bb7912de5454c3bb89455426c1e2a28bf01e4960a23fe1b8c5e18dbc0f4bc6 6268 libhtml-tagset-perl_3.24-1.debian.tar.xz +Files: + d9e443711754b96afa53cb10baf8d7d5 2426 libhtml-tagset-perl_3.24-1.dsc + f8db8974f5e7fe7df2a58263a7b00552 8120 libhtml-tagset-perl_3.24.orig.tar.gz + e6977ca159c49fbef5cb265a93a87f98 6268 libhtml-tagset-perl_3.24-1.debian.tar.xz +Dgit: 569fdbc80efdc771298e50f772497ed09ae47cad debian archive/debian/3.24-1 https://git.dgit.debian.org/libhtml-tagset-perl + +Format: 3.0 (quilt) +Package: libhtml-tree-perl +Binary: libhtml-tree-perl +Architecture: all +Version: 5.07-3 +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , gregor herrmann +Homepage: https://metacpan.org/release/HTML-Tree +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-tree-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-tree-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libmodule-build-perl +Build-Depends-Indep: perl, libhtml-parser-perl, libhtml-tagset-perl, libtest-fatal-perl, libtest-leaktrace-perl +Package-List: + libhtml-tree-perl deb perl optional arch=all +Directory: pool/5c01f87e391b882bba01a3f22eff784824b583b9cf188e1b77ae532e448a8c7d +Checksums-Sha1: + 6ff17d2c917a641060f43d261fde374f29a332fe 2239 libhtml-tree-perl_5.07-3.dsc + 2de118d967ce1616f039a1e77822cdb0b7155cb1 150477 libhtml-tree-perl_5.07.orig.tar.gz + 7b20f32ac0b98c911164de4362ffa13418d02354 6312 libhtml-tree-perl_5.07-3.debian.tar.xz +Checksums-Sha256: + 5c01f87e391b882bba01a3f22eff784824b583b9cf188e1b77ae532e448a8c7d 2239 libhtml-tree-perl_5.07-3.dsc + f0374db84731c204b86c1d5b90975fef0d30a86bd9def919343e554e31a9dbbf 150477 libhtml-tree-perl_5.07.orig.tar.gz + f42d2809457e98dd08a5ab19a312c7b8b6cad1895a71d6532f85510495ebfab3 6312 libhtml-tree-perl_5.07-3.debian.tar.xz +Files: + fa95bfcd0381a90ac862328ba02aefdb 2239 libhtml-tree-perl_5.07-3.dsc + 7d22aa8fda76a60a88ce47bc63f4d21d 150477 libhtml-tree-perl_5.07.orig.tar.gz + 14c3cef9abe7014c5798b3d20fdae238 6312 libhtml-tree-perl_5.07-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libhttp-cookies-perl +Binary: libhttp-cookies-perl +Architecture: all +Version: 6.11-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/HTTP-Cookies +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-cookies-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-cookies-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libhttp-date-perl , libhttp-message-perl , perl +Package-List: + libhttp-cookies-perl deb perl optional arch=all +Directory: pool/c8b2650f1510449d6c4c90e55771180f0cb37c65c7882c6ba1f946f6761a2ef9 +Checksums-Sha1: + d2a68115bf7d14f12b9e72fccc78f6fc2793d8f8 2444 libhttp-cookies-perl_6.11-1.dsc + a5caa268ed1ff6d0ab25021190f1c275c6a08869 46131 libhttp-cookies-perl_6.11.orig.tar.gz + 11d79a8fdc2bf48b5cbbe4fe707fa85824b5bb78 3000 libhttp-cookies-perl_6.11-1.debian.tar.xz +Checksums-Sha256: + c8b2650f1510449d6c4c90e55771180f0cb37c65c7882c6ba1f946f6761a2ef9 2444 libhttp-cookies-perl_6.11-1.dsc + 8c9a541a4a39f6c0c7e3d0b700b05dfdb830bd490a1b1942a7dedd1b50d9a8c8 46131 libhttp-cookies-perl_6.11.orig.tar.gz + a3e8aa697e4a7d0f711d819260fb2b0632ffb7ce2f855b32df2a3390b15aaba1 3000 libhttp-cookies-perl_6.11-1.debian.tar.xz +Files: + 9f5993aea4582df323edafc991c9e9d0 2444 libhttp-cookies-perl_6.11-1.dsc + 80017e7e56bdc8ba16dea75789748829 46131 libhttp-cookies-perl_6.11.orig.tar.gz + d3fd56e285aab92add8b15ba061dc9a5 3000 libhttp-cookies-perl_6.11-1.debian.tar.xz +Dgit: 7b0bf93aecdcd83a1f620fda8f6e4e5014c2dc11 debian archive/debian/6.11-1 https://git.dgit.debian.org/libhttp-cookies-perl + +Format: 3.0 (quilt) +Package: libhttp-date-perl +Binary: libhttp-date-perl +Architecture: all +Version: 6.06-1 +Maintainer: Debian Perl Group +Uploaders: Nick Morrott +Homepage: https://metacpan.org/release/HTTP-Date +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-date-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-date-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libtest-simple-perl , libtime-local-perl (>= 1.28) , libtimedate-perl , perl +Package-List: + libhttp-date-perl deb perl optional arch=all +Directory: pool/303e2e6b76118fa9222135590b6d5dccfd1757b0962db8a06152867e91185d9c +Checksums-Sha1: + e2c8d16c107cd7bfef3227fb42f57d9db928ccf0 2440 libhttp-date-perl_6.06-1.dsc + c0650f3282b0f49c5127e746039dda153636ce92 31629 libhttp-date-perl_6.06.orig.tar.gz + 84f45e70fe0d3224dfd4db1a81ee89cc82a71bde 2328 libhttp-date-perl_6.06-1.debian.tar.xz +Checksums-Sha256: + 303e2e6b76118fa9222135590b6d5dccfd1757b0962db8a06152867e91185d9c 2440 libhttp-date-perl_6.06-1.dsc + 7b685191c6acc3e773d1fc02c95ee1f9fae94f77783175f5e78c181cc92d2b52 31629 libhttp-date-perl_6.06.orig.tar.gz + 6862a37edcbf49d8827b684a34d3fe4f5b7499296268fda16914ead0cdee3293 2328 libhttp-date-perl_6.06-1.debian.tar.xz +Files: + 27de5369a2c7aeebbd31319ad9ed67c5 2440 libhttp-date-perl_6.06-1.dsc + 60462359bfeb1e6d14602508cfd07885 31629 libhttp-date-perl_6.06.orig.tar.gz + ba8f57ba550d03ba9b2495f16d41d44f 2328 libhttp-date-perl_6.06-1.debian.tar.xz +Dgit: 639a0f5df739ff16c647b663f80607f5782531da debian archive/debian/6.06-1 https://git.dgit.debian.org/libhttp-date-perl + +Format: 3.0 (quilt) +Package: libhttp-message-perl +Binary: libhttp-message-perl +Architecture: all +Version: 6.46-1 +Maintainer: Debian Perl Group +Uploaders: Xavier Guimard +Homepage: https://metacpan.org/release/HTTP-Message +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-message-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-message-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libclone-perl (>= 0.46) , libcompress-raw-bzip2-perl , libcompress-raw-zlib-perl , libencode-locale-perl , libencode-perl , libhttp-date-perl , libio-compress-brotli-perl , libio-html-perl , liblwp-mediatypes-perl , libtest-needs-perl , libtest-simple-perl , libtry-tiny-perl , liburi-perl , perl +Package-List: + libhttp-message-perl deb perl optional arch=all +Directory: pool/3da7f14bdb03e610d39dcd85d3dbbf0b66299f697a7b412472d428ebe0eec098 +Checksums-Sha1: + 55f6cebe8e34376448f3dffbf3775f703d446c9f 2800 libhttp-message-perl_6.46-1.dsc + d59af8c2510b869782dd50cd1308439a23d8c01e 95274 libhttp-message-perl_6.46.orig.tar.gz + acc12f68eae37d56ea847d8789d77e578a758b5f 3728 libhttp-message-perl_6.46-1.debian.tar.xz +Checksums-Sha256: + 3da7f14bdb03e610d39dcd85d3dbbf0b66299f697a7b412472d428ebe0eec098 2800 libhttp-message-perl_6.46-1.dsc + e27443434150d2d1259bb1e5c964429f61559b0ae34b5713090481994936e2a5 95274 libhttp-message-perl_6.46.orig.tar.gz + 9349fdb7bd6b2a74996bc273ff86e59a873e1800225c1c4aff6c232237f1edc9 3728 libhttp-message-perl_6.46-1.debian.tar.xz +Files: + 8b0e4c3ce345ad040fbd0ea9181ceace 2800 libhttp-message-perl_6.46-1.dsc + 12a4bf7d993ba7b231df9a24f8bf3ec5 95274 libhttp-message-perl_6.46.orig.tar.gz + 2d569ba46e5479073128caaa42eb356b 3728 libhttp-message-perl_6.46-1.debian.tar.xz +Dgit: 3a8d9d1869ed6650760593a9599491a366b2f654 debian archive/debian/6.46-1 https://git.dgit.debian.org/libhttp-message-perl + +Format: 3.0 (quilt) +Package: libhttp-negotiate-perl +Binary: libhttp-negotiate-perl +Architecture: all +Version: 6.01-2 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/HTTP-Negotiate +Standards-Version: 4.1.5 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-negotiate-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-negotiate-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl, libhttp-message-perl +Package-List: + libhttp-negotiate-perl deb perl optional arch=all +Directory: pool/fa3d1143ca00f6366628055b45eb9d4626003e2084e391586b696a68e11050f9 +Checksums-Sha1: + ba4d7c7d5893b4486d1f04a42bf2d605c2edb12c 2169 libhttp-negotiate-perl_6.01-2.dsc + 4a4974639d9b64f7132cb075f551f7293f788c62 8596 libhttp-negotiate-perl_6.01.orig.tar.gz + 5c77574b0b419ce9eab4e5177643bb89b3c46bc6 2352 libhttp-negotiate-perl_6.01-2.debian.tar.xz +Checksums-Sha256: + fa3d1143ca00f6366628055b45eb9d4626003e2084e391586b696a68e11050f9 2169 libhttp-negotiate-perl_6.01-2.dsc + 1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016 8596 libhttp-negotiate-perl_6.01.orig.tar.gz + d8471fcbd433226837b26db1e168af77b49f6a23faaa8a807e6758ea7e1d0930 2352 libhttp-negotiate-perl_6.01-2.debian.tar.xz +Files: + 28de51fc0c917d0654d8dbd144fcc62f 2169 libhttp-negotiate-perl_6.01-2.dsc + 1236195250e264d7436e7bb02031671b 8596 libhttp-negotiate-perl_6.01.orig.tar.gz + bfaba95117f7a13ae17a14fe8ea0224d 2352 libhttp-negotiate-perl_6.01-2.debian.tar.xz + +Format: 1.0 +Package: libice +Binary: libice6, libice-dev, libice-doc +Architecture: any all +Version: 2:1.0.10-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libice +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libice.git +Build-Depends: debhelper-compat (= 12), quilt, pkg-config, x11proto-dev, xtrans-dev (>= 1.0.1), xutils-dev (>= 1:7.6+2), libbsd-dev +Build-Depends-Indep: xmlto (>= 0.0.22), xorg-sgml-doctools (>= 1:1.8), w3m +Package-List: + libice-dev deb libdevel optional arch=any + libice-doc deb doc optional arch=all + libice6 deb libs optional arch=any +Directory: pool/adb7b4e250db838a476a44b5a941c8f935ac2b20858186f09228cd3e0696034d +Checksums-Sha1: + c2fec182646186f4493f27020183c609807c7df5 2049 libice_1.0.10-1.dsc + b042c56b8a9cb42324c1ee7c8ac43f1bb54cc835 481960 libice_1.0.10.orig.tar.gz + 9649c8d387ac2c0898674ec304eacbe0854f4feb 11349 libice_1.0.10-1.diff.gz +Checksums-Sha256: + adb7b4e250db838a476a44b5a941c8f935ac2b20858186f09228cd3e0696034d 2049 libice_1.0.10-1.dsc + 1116bc64c772fd127a0d0c0ffa2833479905e3d3d8197740b3abd5f292f22d2d 481960 libice_1.0.10.orig.tar.gz + d186b3877416a7e80f1923fe2fc736d576e585a41450bcf4cd5e74f9dd099362 11349 libice_1.0.10-1.diff.gz +Files: + 44d0b7717948fd42d9725158788370d8 2049 libice_1.0.10-1.dsc + 25825f4caca2f75b112f287849455f15 481960 libice_1.0.10.orig.tar.gz + 5abbf121f9f2a5a09535fe4476bd7bec 11349 libice_1.0.10-1.diff.gz + +Format: 3.0 (quilt) +Package: libidn2 +Binary: libidn2-0, idn2, libidn2-dev, libidn2-doc +Architecture: any all +Version: 2.3.7-2 +Maintainer: Debian Libidn team +Uploaders: Simon Josefsson , Ondřej Surý , +Homepage: https://www.gnu.org/software/libidn/#libidn2 +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libidn2 +Vcs-Git: https://salsa.debian.org/debian/libidn2.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, libunistring-dev, man, pkg-config +Build-Depends: debhelper-compat (= 13), gengetopt, help2man, libunistring-dev, pkgconf, texinfo +Build-Depends-Indep: dblatex, gtk-doc-tools, libglib2.0-dev, texlive +Package-List: + idn2 deb devel optional arch=any + libidn2-0 deb libs optional arch=any + libidn2-dev deb libdevel optional arch=any + libidn2-doc deb doc optional arch=all +Directory: pool/ba763f71c75847be4c68557a937484ff9e676c0af8be9a6796c914dab1363a5f +Checksums-Sha1: + fa0896e670e394a5481952706381482d9f22f51d 1963 libidn2_2.3.7-2.dsc + 359acd390cb123b491076a49af98b6555ce72133 2155214 libidn2_2.3.7.orig.tar.gz + ddfd9a904cafeb115d78827b4555288f37849f51 228 libidn2_2.3.7.orig.tar.gz.asc + 7bf1515c4ed8d2b0637dbfc8ce55c2aed98638c6 16276 libidn2_2.3.7-2.debian.tar.xz +Checksums-Sha256: + ba763f71c75847be4c68557a937484ff9e676c0af8be9a6796c914dab1363a5f 1963 libidn2_2.3.7-2.dsc + 4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64 2155214 libidn2_2.3.7.orig.tar.gz + d4e78fc1c5a5c35980be3a04dd864574f450d55921360b0aa19326c75ada4a98 228 libidn2_2.3.7.orig.tar.gz.asc + 1f0ca3a2bb2c745056933cb41d212965b6571c9a436f83d33cba15e932d88d29 16276 libidn2_2.3.7-2.debian.tar.xz +Files: + f4e5ede114c75981bef1a5749f6f97c9 1963 libidn2_2.3.7-2.dsc + de2818c7dea718a4f264f463f595596b 2155214 libidn2_2.3.7.orig.tar.gz + 6e88af6e4f34795c35623d60ffb34809 228 libidn2_2.3.7.orig.tar.gz.asc + 194283ec73de50b183525eee932ba3f6 16276 libidn2_2.3.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libimport-into-perl +Binary: libimport-into-perl +Architecture: all +Version: 1.002005-2 +Maintainer: Debian Perl Group +Uploaders: Nuno Carvalho +Homepage: https://metacpan.org/release/Import-Into +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libimport-into-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libimport-into-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl, libmodule-runtime-perl +Package-List: + libimport-into-perl deb perl optional arch=all +Directory: pool/f6fe162b6dc25d37ebce24895464d1d92de83e7b32af5dab60d4bf183e3dd56f +Checksums-Sha1: + bc741c31e641733897a73b476d9815ecac7bd937 2158 libimport-into-perl_1.002005-2.dsc + ae123af669e064168ae0371c020d88335d92c8a3 7748 libimport-into-perl_1.002005.orig.tar.gz + 88a8dacbb82a903d085acc3941725a006c5decba 2564 libimport-into-perl_1.002005-2.debian.tar.xz +Checksums-Sha256: + f6fe162b6dc25d37ebce24895464d1d92de83e7b32af5dab60d4bf183e3dd56f 2158 libimport-into-perl_1.002005-2.dsc + bd9e77a3fb662b40b43b18d3280cd352edf9fad8d94283e518181cc1ce9f0567 7748 libimport-into-perl_1.002005.orig.tar.gz + 00bbc0b436ef1f7fa9e6e7d17056155c653d3295dec3cddfa7accbfb70d84193 2564 libimport-into-perl_1.002005-2.debian.tar.xz +Files: + c314c9059a1706b62d4e464df3489b46 2158 libimport-into-perl_1.002005-2.dsc + 48bdc7988f5a7d4d06039ccc5c2459e9 7748 libimport-into-perl_1.002005.orig.tar.gz + 712e00e4d01593bcdb8e7d01ae88239d 2564 libimport-into-perl_1.002005-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libinih +Binary: libinih-dev, libinih1, libinih1-udeb, libinireader0 +Architecture: any +Version: 58-1 +Maintainer: Yangfl +Homepage: https://github.com/benhoyt/inih +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/yangfl-guest/inih +Vcs-Git: https://salsa.debian.org/yangfl-guest/inih.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), meson +Package-List: + libinih-dev deb libdevel optional arch=any + libinih1 deb libs optional arch=any + libinih1-udeb udeb debian-installer optional arch=any + libinireader0 deb libs optional arch=any +Directory: pool/987f4502a356329a8b7d8a7559b31939538b948012071fcc2adc36a3e4831e10 +Checksums-Sha1: + fcddb423ad31a7ca357929663e83d8d3a0b1ab2e 2031 libinih_58-1.dsc + d6c0ce58e46767a2e0ad3f11de903090803dec5f 19964 libinih_58.orig.tar.gz + 47efa2d9cbaa94607f901d211eb359b129a70c12 9628 libinih_58-1.debian.tar.xz +Checksums-Sha256: + 987f4502a356329a8b7d8a7559b31939538b948012071fcc2adc36a3e4831e10 2031 libinih_58-1.dsc + e79216260d5dffe809bda840be48ab0eec7737b2bb9f02d2275c1b46344ea7b7 19964 libinih_58.orig.tar.gz + 889da08bca53afb6d1e675a0e1306b72b8c6153a2838f163b75e60df4978733d 9628 libinih_58-1.debian.tar.xz +Files: + ee9156884adf87a3b86d5e75697f35bb 2031 libinih_58-1.dsc + 5c9725320ad2c79e0b1f76568bd0ff24 19964 libinih_58.orig.tar.gz + f8098cc3abd6e8b19249baaac888bc58 9628 libinih_58-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libinput +Binary: libinput10, libinput-bin, libinput10-udeb, libinput-dev, libinput-tools +Architecture: any +Version: 1.26.2-1 +Maintainer: Debian X Strike Force +Uploaders: Emilio Pozuelo Monfort , Héctor Orón Martínez , Marius Gripsgard +Homepage: https://www.freedesktop.org/wiki/Software/libinput/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libinput +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libinput.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), meson, pkgconf, check, libgtk-3-dev, libmtdev-dev (>= 1.1.0), libudev-dev, libevdev-dev (>= 1.10.0), libwacom-dev (>= 0.20) +Package-List: + libinput-bin deb libs optional arch=any + libinput-dev deb libdevel optional arch=any + libinput-tools deb libdevel optional arch=any + libinput10 deb libs optional arch=any + libinput10-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/caa237306b4444654cf1fdc4887952cedae76a4dc70e3453c1de105101be3bef +Checksums-Sha1: + dd3953945ad12cfd5af67fd1b1399068478dc2d2 2472 libinput_1.26.2-1.dsc + 2ba8e5f4f429e20bcddb66712a5428b30d683d33 1032914 libinput_1.26.2.orig.tar.gz + 4a82b4470eaa0f7632ed6e030f35eb1500c131ce 10880 libinput_1.26.2-1.debian.tar.xz +Checksums-Sha256: + caa237306b4444654cf1fdc4887952cedae76a4dc70e3453c1de105101be3bef 2472 libinput_1.26.2-1.dsc + 5c1c4150f217fea1db2d1fd88e2607b2f1928cfde65c34da65a9f24dcfd69464 1032914 libinput_1.26.2.orig.tar.gz + f5087afbc00074833cebac0b44584e458f74fe8908e0e4b37eb4f17cf46772e6 10880 libinput_1.26.2-1.debian.tar.xz +Files: + 1b68787a38527bb901727799482267ce 2472 libinput_1.26.2-1.dsc + 65bfce1b15c7b2375d4df4f390a9233f 1032914 libinput_1.26.2.orig.tar.gz + d6ca12fd95efe53b78fe55104d308055 10880 libinput_1.26.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libintl-perl +Binary: libintl-perl, libintl-xs-perl +Architecture: any all +Version: 1.33-1 +Maintainer: Debian Perl Group +Uploaders: Ken Ibbotson +Homepage: https://metacpan.org/release/libintl-perl +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libintl-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libintl-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), locales-all , perl-xs-dev, perl:native +Package-List: + libintl-perl deb perl optional arch=all + libintl-xs-perl deb perl optional arch=any +Directory: pool/49f163d921a6adfca79a1447bdf0f0d206c1b15a446dbb0c401791a8b9e9240d +Checksums-Sha1: + 7b6780a13ab2ca367eec27e9ae9f9d15ac1a7f62 2374 libintl-perl_1.33-1.dsc + 0f0744c6691e92e3c0aa4fd5d26cddc4d9379f8d 579631 libintl-perl_1.33.orig.tar.gz + 3cd862e1b028ce8257abe948b87fbf243eec26af 7848 libintl-perl_1.33-1.debian.tar.xz +Checksums-Sha256: + 49f163d921a6adfca79a1447bdf0f0d206c1b15a446dbb0c401791a8b9e9240d 2374 libintl-perl_1.33-1.dsc + 5126eda9ccd0eeb10db82ddef63cbcaf7dbd771e78cc0fb110cc3b5a6b8679e7 579631 libintl-perl_1.33.orig.tar.gz + 6cf54c340313f404e4518273275e4a4c13a16ea3f91efe79f46925ab07404e46 7848 libintl-perl_1.33-1.debian.tar.xz +Files: + a1ce3a128fd64601a9289598c41b4435 2374 libintl-perl_1.33-1.dsc + 2bf35c850af534b506330950f096ac03 579631 libintl-perl_1.33.orig.tar.gz + 99ee99d02084bd4eb64d46c21e2f0134 7848 libintl-perl_1.33-1.debian.tar.xz +Dgit: 8476bae2439d34c53edaa5a76f258d1241bde830 debian archive/debian/1.33-1 https://git.dgit.debian.org/libintl-perl + +Format: 3.0 (quilt) +Package: libio-html-perl +Binary: libio-html-perl +Architecture: all +Version: 1.004-3 +Maintainer: Debian Perl Group +Uploaders: Jonas Smedegaard +Homepage: https://metacpan.org/release/IO-HTML +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-html-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-html-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl +Package-List: + libio-html-perl deb perl optional arch=all +Directory: pool/d4e7752c2fbd654251acba8e98d46c49bad486ab5f9cd25aac03ed0eab82965f +Checksums-Sha1: + 4ad01ad7e37653cea89038df58425e6257f13ce9 2299 libio-html-perl_1.004-3.dsc + 06a9d6f18f99e5ffff62ebaef53af05ae0b3c884 20927 libio-html-perl_1.004.orig.tar.gz + 290c8dc546c6f45259823ea1b7d7cd8dea288b57 3588 libio-html-perl_1.004-3.debian.tar.xz +Checksums-Sha256: + d4e7752c2fbd654251acba8e98d46c49bad486ab5f9cd25aac03ed0eab82965f 2299 libio-html-perl_1.004-3.dsc + c87b2df59463bbf2c39596773dfb5c03bde0f7e1051af339f963f58c1cbd8bf5 20927 libio-html-perl_1.004.orig.tar.gz + 1ca386a922fbdcc48e74e531ee7ed33b8a1f91398402ce8d1f1f11e2270e8cad 3588 libio-html-perl_1.004-3.debian.tar.xz +Files: + 040d7b11c8eea82fdce98d2a7512c9d2 2299 libio-html-perl_1.004-3.dsc + 04bbe363686fd19bfb4cc0ed775e3d03 20927 libio-html-perl_1.004.orig.tar.gz + 95bd00605f6463b0eba7adfdfdfb116f 3588 libio-html-perl_1.004-3.debian.tar.xz +Dgit: c98590ff17fdde58bbff34590ed29af43d273555 debian archive/debian/1.004-3 https://git.dgit.debian.org/libio-html-perl + +Format: 3.0 (quilt) +Package: libio-pty-perl +Binary: libio-pty-perl +Architecture: any +Version: 1:1.20-1 +Maintainer: Debian Perl Group +Uploaders: Xavier Guimard +Homepage: https://metacpan.org/release/IO-Tty +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-pty-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-pty-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native +Package-List: + libio-pty-perl deb perl optional arch=any +Directory: pool/ca2295796c9fbc476e68d222dcacfa9edbcb9ca336334cff6e2b074a506afc24 +Checksums-Sha1: + 524ecf7621ffa444e85ca99b953eaf56376ea374 2199 libio-pty-perl_1.20-1.dsc + bde18e41e52b8a63922ab2f67a9b7cb4abe59e5e 27709 libio-pty-perl_1.20.orig.tar.gz + e863e9b468a8b79335735377a35acd5b2bbc4ea2 4848 libio-pty-perl_1.20-1.debian.tar.xz +Checksums-Sha256: + ca2295796c9fbc476e68d222dcacfa9edbcb9ca336334cff6e2b074a506afc24 2199 libio-pty-perl_1.20-1.dsc + b15309fc85623893289cb9b2b88dfa9ed1e69156b75f29938553a45be6d730af 27709 libio-pty-perl_1.20.orig.tar.gz + efe35de00dd78915afc183a29648a99f6c4a78195db489a5df077b760260a91e 4848 libio-pty-perl_1.20-1.debian.tar.xz +Files: + 1641631a8fde5a33357737a0868f446d 2199 libio-pty-perl_1.20-1.dsc + b46e30de0e2b8fd4d17fb32002a2d03c 27709 libio-pty-perl_1.20.orig.tar.gz + 15f0cb7f738cd36c0309e8eb10350522 4848 libio-pty-perl_1.20-1.debian.tar.xz +Dgit: 66ab082e23c5d97d111565bf1713d429e4f3254e debian archive/debian/1%1.20-1 https://git.dgit.debian.org/libio-pty-perl + +Format: 3.0 (quilt) +Package: libio-socket-ip-perl +Binary: libio-socket-ip-perl +Architecture: all +Version: 0.42-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Xavier Guimard , Dominique Dumont , Dominic Hargreaves +Homepage: https://metacpan.org/release/IO-Socket-IP +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-socket-ip-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-socket-ip-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libmodule-build-perl +Build-Depends-Indep: libio-socket-inet6-perl , libtest-pod-perl , netbase , perl +Package-List: + libio-socket-ip-perl deb perl optional arch=all +Directory: pool/e4c3378636dfd488d250ecede88e398273530d99fc26dd3c02c53e393f48602e +Checksums-Sha1: + d24ddf0ecb02a8dda6d1a67b997a4a25a3c7b9de 2592 libio-socket-ip-perl_0.42-1.dsc + 12c4c7d185564313d4c023b26699100b2ccce45c 45124 libio-socket-ip-perl_0.42.orig.tar.gz + 76665fa3b8a81c9bcdfbf92ee4f9ded94c35f401 5440 libio-socket-ip-perl_0.42-1.debian.tar.xz +Checksums-Sha256: + e4c3378636dfd488d250ecede88e398273530d99fc26dd3c02c53e393f48602e 2592 libio-socket-ip-perl_0.42-1.dsc + f97a3846c50a4e0658ce1722ce7cc2acad9472e70478bfbe9c794fb1db6a6b13 45124 libio-socket-ip-perl_0.42.orig.tar.gz + c36f9780cbb18b2a6c6674282a1866d8d6b14cac66c5104830450fe55a0c9529 5440 libio-socket-ip-perl_0.42-1.debian.tar.xz +Files: + c960a6c0bc9ae144cb94d97db3a4f1b0 2592 libio-socket-ip-perl_0.42-1.dsc + 53843be0e39593c2c3b0f0b415c5709b 45124 libio-socket-ip-perl_0.42.orig.tar.gz + 66ffbfdfcfda9ecab1fb557a454a4931 5440 libio-socket-ip-perl_0.42-1.debian.tar.xz +Dgit: ba03701a2c7bc1ebe1252d2136292cdf053e2fb6 debian archive/debian/0.42-1 https://git.dgit.debian.org/libio-socket-ip-perl + +Format: 3.0 (quilt) +Package: libio-socket-ssl-perl +Binary: libio-socket-ssl-perl +Architecture: all +Version: 2.089-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Ansgar Burchardt , Salvatore Bonaccorso , Angel Abad , Damyan Ivanov , Richard Hansen +Homepage: https://metacpan.org/release/IO-Socket-SSL +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-socket-ssl-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-socket-ssl-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: ca-certificates , libio-socket-ip-perl | libio-socket-inet6-perl , libnet-idn-encode-perl , libnet-libidn-perl , libnet-ssleay-perl , libsocket-perl | libsocket6-perl , liburi-perl , netbase , perl, procps +Package-List: + libio-socket-ssl-perl deb perl optional arch=all +Directory: pool/6b6b94590a08d4e539c8da29a19797f687dc10d70ebed7f11c3057bd844aa080 +Checksums-Sha1: + 9fd62b81fa3d1de327d70084264c6957698436f8 2801 libio-socket-ssl-perl_2.089-1.dsc + e8dded36390cc997bd2e803e86f250b00140c817 271442 libio-socket-ssl-perl_2.089.orig.tar.gz + 902fe78ad346b9fac485f07fadd1ea2924550dae 10932 libio-socket-ssl-perl_2.089-1.debian.tar.xz +Checksums-Sha256: + 6b6b94590a08d4e539c8da29a19797f687dc10d70ebed7f11c3057bd844aa080 2801 libio-socket-ssl-perl_2.089-1.dsc + f683112c1642967e9149f51ad553eccd017833b2f22eb23a9055609d2e3a14d1 271442 libio-socket-ssl-perl_2.089.orig.tar.gz + 6381446091a7110b4aad81f34c7fe55b954a17595ed2c72d18ea6a84577f4eb7 10932 libio-socket-ssl-perl_2.089-1.debian.tar.xz +Files: + bf12a5912222a0297781874ce610a3a9 2801 libio-socket-ssl-perl_2.089-1.dsc + 1e9cf40beaaafa502de8f3b560a9adee 271442 libio-socket-ssl-perl_2.089.orig.tar.gz + 1d189cb04dbf7fa687985ed00cb84839 10932 libio-socket-ssl-perl_2.089-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libipc-run-perl +Binary: libipc-run-perl +Architecture: all +Version: 20231003.0-2 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Salvatore Bonaccorso +Homepage: https://metacpan.org/release/IPC-Run +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libipc-run-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libipc-run-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libio-pty-perl , libreadonly-perl , netbase , perl +Package-List: + libipc-run-perl deb perl optional arch=all +Directory: pool/780f5dca60dc6202894430c00f903c154e3570f94eafb2ad074e52c56eb30d54 +Checksums-Sha1: + cbe9a1f99661c4ac3c279c4da8edfab9c9cfc8ee 2485 libipc-run-perl_20231003.0-2.dsc + e254a6ce784426e38c43f21e878a460fef80552d 135491 libipc-run-perl_20231003.0.orig.tar.gz + 7f38bfca451715f5d4935bcb0e9766d6a8fe8bbd 8856 libipc-run-perl_20231003.0-2.debian.tar.xz +Checksums-Sha256: + 780f5dca60dc6202894430c00f903c154e3570f94eafb2ad074e52c56eb30d54 2485 libipc-run-perl_20231003.0-2.dsc + eb25bbdf5913d291797ef1bfe998f15130b455d3ed02aacde6856f0b25e4fe57 135491 libipc-run-perl_20231003.0.orig.tar.gz + e4cf0ff8b21733689dea06a195c9e26427c4878a7017285dbf9efcc01e47cb34 8856 libipc-run-perl_20231003.0-2.debian.tar.xz +Files: + c7063a2b0642be668c5cd3090fcb70a1 2485 libipc-run-perl_20231003.0-2.dsc + acda362aa389c8cf8872235f55c8084f 135491 libipc-run-perl_20231003.0.orig.tar.gz + a6a277f2086fbacfb4fda825c02229da 8856 libipc-run-perl_20231003.0-2.debian.tar.xz +Dgit: 0a9a3fd6b1697441e8a135532e1db018ae2d4e6a debian archive/debian/20231003.0-2 https://git.dgit.debian.org/libipc-run-perl + +Format: 3.0 (quilt) +Package: libiscsi +Binary: libiscsi7, libiscsi-dev, libiscsi-bin +Architecture: any +Version: 1.19.0-3 +Maintainer: Michael Tokarev +Homepage: https://github.com/sahlberg/libiscsi +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/qemu-team/libiscsi +Vcs-Git: https://salsa.debian.org/qemu-team/libiscsi.git +Build-Depends: debhelper-compat (= 12), libcunit1-dev, librdmacm-dev +Package-List: + libiscsi-bin deb net optional arch=any + libiscsi-dev deb libdevel optional arch=any + libiscsi7 deb libs optional arch=any +Directory: pool/0574e48a986fd2dbf7e473015fb74d8f481c185859e47e794eddd025316a584d +Checksums-Sha1: + d78249da8dd16048594cbad8ccff25926f076db2 1658 libiscsi_1.19.0-3.dsc + 0c1aca9a473a915e6d221de4593b404f7078b22f 284969 libiscsi_1.19.0.orig.tar.gz + 6dc162f332de6f0f7ea85719d5850322a2cf2073 12564 libiscsi_1.19.0-3.debian.tar.xz +Checksums-Sha256: + 0574e48a986fd2dbf7e473015fb74d8f481c185859e47e794eddd025316a584d 1658 libiscsi_1.19.0-3.dsc + c7848ac722c8361d5064654bc6e926c2be61ef11dd3875020a63931836d806df 284969 libiscsi_1.19.0.orig.tar.gz + d918296c95a57151f79307f9da9a6e12e3a3f4d3c578357671a1cb405133f0aa 12564 libiscsi_1.19.0-3.debian.tar.xz +Files: + 4c3c95020ac9b6d6159793b6acde1c72 1658 libiscsi_1.19.0-3.dsc + fe0c0c7b677f3b6fbe535e758838ccf2 284969 libiscsi_1.19.0.orig.tar.gz + b2ba178e3fdf6010f71c177132af29f5 12564 libiscsi_1.19.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libjpeg-turbo +Binary: libjpeg-dev, libjpeg62-turbo-dev, libjpeg62-turbo, libturbojpeg0, libturbojpeg0-dev, libjpeg-turbo-progs, libturbojpeg-java +Architecture: any all +Version: 1:2.1.5-3 +Maintainer: Ondřej Surý +Uploaders: Mike Gabriel +Homepage: https://www.libjpeg-turbo.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libjpeg-turbo/ +Vcs-Git: https://salsa.debian.org/debian/libjpeg-turbo.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: cmake, debhelper-compat (= 13), default-jdk [!hppa !hurd-any], help2man, javahelper, nasm +Package-List: + libjpeg-dev deb libdevel optional arch=any + libjpeg-turbo-progs deb graphics optional arch=any + libjpeg62-turbo deb libs optional arch=any + libjpeg62-turbo-dev deb libdevel optional arch=any + libturbojpeg-java deb java optional arch=all + libturbojpeg0 deb libs optional arch=any + libturbojpeg0-dev deb libdevel optional arch=any +Directory: pool/a05e6bd60e85b10d12ed705e84262ceadbac95f63a0ef947d783e3ae8da8e747 +Checksums-Sha1: + f952d79cf25c50c0c10b9d6e68f6795037f93e86 2499 libjpeg-turbo_2.1.5-3.dsc + 3731459f8774035efac9bd0a3b890832484a2681 2264471 libjpeg-turbo_2.1.5.orig.tar.gz + 6fbe8d8ec9933e0c34d6f48707cc77ab1d653a8c 107996 libjpeg-turbo_2.1.5-3.debian.tar.xz +Checksums-Sha256: + a05e6bd60e85b10d12ed705e84262ceadbac95f63a0ef947d783e3ae8da8e747 2499 libjpeg-turbo_2.1.5-3.dsc + 254f3642b04e309fee775123133c6464181addc150499561020312ec61c1bf7c 2264471 libjpeg-turbo_2.1.5.orig.tar.gz + 18631a8db64da29c6fe86aef840a417a3a8205373679ae870e8f1cdcb22a32b4 107996 libjpeg-turbo_2.1.5-3.debian.tar.xz +Files: + 357aa4888b3e596301003608177151fc 2499 libjpeg-turbo_2.1.5-3.dsc + d09e8d0639bfbaf8e16360d823900599 2264471 libjpeg-turbo_2.1.5.orig.tar.gz + c553c7c67e84133d41dfbcf0732d9138 107996 libjpeg-turbo_2.1.5-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libksba +Binary: libksba-dev, libksba8, libksba-mingw-w64-dev +Architecture: any all +Version: 1.6.7-2 +Maintainer: Debian GnuTLS Maintainers +Uploaders: Andreas Metzler , Eric Dorland , James Westby , +Homepage: https://www.gnupg.org/related_software/libksba/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnutls-team/libksba +Vcs-Git: https://salsa.debian.org/gnutls-team/libksba.git +Build-Depends: debhelper-compat (= 13), libgpg-error-dev (>= 1.46), texinfo +Build-Depends-Indep: libgpg-error-mingw-w64-dev, mingw-w64 +Package-List: + libksba-dev deb libdevel optional arch=any + libksba-mingw-w64-dev deb libdevel optional arch=all + libksba8 deb libs optional arch=any +Directory: pool/47f8b314c6b74fdcfb42390327dc0441c6ba6bfdb4511ca12e2b4478fc452e1c +Checksums-Sha1: + b2a95338610f74e04ad3505a00f6380a7f58cb25 2482 libksba_1.6.7-2.dsc + 781acfb012cbb5328f41efcf82f723524e8d0128 706437 libksba_1.6.7.orig.tar.bz2 + e7a68cfebe3d459b0016e6b572a7d68ee1a0b4eb 228 libksba_1.6.7.orig.tar.bz2.asc + 23fcd59333b1299a825c668e8f3ee2461def8bff 14872 libksba_1.6.7-2.debian.tar.xz +Checksums-Sha256: + 47f8b314c6b74fdcfb42390327dc0441c6ba6bfdb4511ca12e2b4478fc452e1c 2482 libksba_1.6.7-2.dsc + cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763 706437 libksba_1.6.7.orig.tar.bz2 + cd704f8100151752b12776fa87dac42a3f99334ed155bcbcbaeda8e786581316 228 libksba_1.6.7.orig.tar.bz2.asc + 28f0ef1f9dd2a7f1cef23e49393d750d50aade01476462d8d5225a23e4ad9929 14872 libksba_1.6.7-2.debian.tar.xz +Files: + fbbd8ff0b92b31caeb50a0591f64efc5 2482 libksba_1.6.7-2.dsc + 7e736de467b67c7ea88de746c31ea12f 706437 libksba_1.6.7.orig.tar.bz2 + 4e1aef7e8cd8864f1050803246019e89 228 libksba_1.6.7.orig.tar.bz2.asc + d5f6bfaf75d858966e64aba9601d41c8 14872 libksba_1.6.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libldm +Binary: libldm-dev, libldm-1.0-0t64, ldmtool +Architecture: any +Version: 0.2.5-1.1 +Maintainer: Hilko Bengen +Homepage: https://github.com/mdbooth/libldm +Standards-Version: 4.2.0 +Vcs-Browser: https://salsa.debian.org/debian/libldm +Vcs-Git: https://salsa.debian.org/debian/libldm.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10~), pkg-config, libglib2.0-dev, libjson-glib-dev, zlib1g-dev, uuid-dev, libdevmapper-dev, libudev-dev, libreadline-dev, gtk-doc-tools +Package-List: + ldmtool deb otherosfs optional arch=any + libldm-1.0-0t64 deb libs optional arch=any + libldm-dev deb libdevel optional arch=any +Directory: pool/92cafdaa3d9058f44c21b4a1b15c19ecc715dd022e4e14f522d7d17795d1ba0d +Checksums-Sha1: + ca8bcfbb9ae76bdc9a7954419f36e6d8b7b9ed33 2076 libldm_0.2.5-1.1.dsc + 9f6823d3f2ce2a1830b76f1199ab6ad6a69bcff8 252438 libldm_0.2.5.orig.tar.gz + 8cc53ce38ead068e57100abb5588d1a18fcc1d35 3324 libldm_0.2.5-1.1.debian.tar.xz +Checksums-Sha256: + 92cafdaa3d9058f44c21b4a1b15c19ecc715dd022e4e14f522d7d17795d1ba0d 2076 libldm_0.2.5-1.1.dsc + 61bb2f2367b1df59f818cb96794d1770a0def956bd2c343dccf1425dae3021b5 252438 libldm_0.2.5.orig.tar.gz + 436b48d2d2cd02817b1772b9c48f747a7b73d9e30040ccbf2012c0a8701862ed 3324 libldm_0.2.5-1.1.debian.tar.xz +Files: + 172948c3505cdc59654d4ed18632d386 2076 libldm_0.2.5-1.1.dsc + ab38c1a47275eebb9c9cbcaf16220636 252438 libldm_0.2.5.orig.tar.gz + 4402ef170cfe67112cb4619dbc039ba6 3324 libldm_0.2.5-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: liblocale-gettext-perl +Binary: liblocale-gettext-perl +Architecture: any +Version: 1.07-7 +Maintainer: Debian Perl Group +Uploaders: Niko Tyni , gregor herrmann +Homepage: https://metacpan.org/release/Locale-gettext +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblocale-gettext-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblocale-gettext-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), locales-all , perl-xs-dev, perl:native +Package-List: + liblocale-gettext-perl deb perl required arch=any +Directory: pool/2d79df99c4c459114e162660c2db1c7383bf15d6391f621e859cae68fbfc5b66 +Checksums-Sha1: + 86fb917220c9284a040a9964407d705c2ae149d9 2458 liblocale-gettext-perl_1.07-7.dsc + a23d0b35269c8db49418fa8585a8dbbed6b8fefa 8651 liblocale-gettext-perl_1.07.orig.tar.gz + b83920d15b2eb91f6f132458bb51d2531fdb61d0 6516 liblocale-gettext-perl_1.07-7.debian.tar.xz +Checksums-Sha256: + 2d79df99c4c459114e162660c2db1c7383bf15d6391f621e859cae68fbfc5b66 2458 liblocale-gettext-perl_1.07-7.dsc + 909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15 8651 liblocale-gettext-perl_1.07.orig.tar.gz + 83ecf7ec5fee525b75d1114d8542c5d01e18b08f3a4cdd7d991cbf2a333db2d0 6516 liblocale-gettext-perl_1.07-7.debian.tar.xz +Files: + 62be71977dab9eeed923b61542f56fba 2458 liblocale-gettext-perl_1.07-7.dsc + bc652758af65c24500f1d06a77415019 8651 liblocale-gettext-perl_1.07.orig.tar.gz + 667190b20770c03e59c8cab1b8628c68 6516 liblocale-gettext-perl_1.07-7.debian.tar.xz +Dgit: 3fcebdf51570a820ef09e7ec1e2998700fd3f751 debian archive/debian/1.07-7 https://git.dgit.debian.org/liblocale-gettext-perl + +Format: 3.0 (quilt) +Package: liblockfile +Binary: liblockfile1, liblockfile-bin, liblockfile-dev +Architecture: any +Version: 1.17-1 +Maintainer: Miquel van Smoorenburg +Uploaders: Anibal Monsalve Salazar +Homepage: https://github.com/miquels/liblockfile +Standards-Version: 3.9.4 +Vcs-Browser: https://github.com/miquels/liblockfile-debian +Vcs-Git: https://github.com/miquels/liblockfile-debian +Build-Depends: debhelper (>= 9) +Package-List: + liblockfile-bin deb utils standard arch=any + liblockfile-dev deb libdevel optional arch=any + liblockfile1 deb libs standard arch=any +Directory: pool/2365773d1d1f36086738c63667c2af1a7cb86f51600b61b76ac1c022d1c41e8c +Checksums-Sha1: + f395af2eda9dc854437dee0f272e53db8846ac42 2067 liblockfile_1.17-1.dsc + ecda2184f43dd7c58347ec2a64bac4b07b183f40 69232 liblockfile_1.17.orig.tar.gz + 0397db92caddad314499c2e712d26b9f74fa8703 6773 liblockfile_1.17-1.debian.tar.bz2 +Checksums-Sha256: + 2365773d1d1f36086738c63667c2af1a7cb86f51600b61b76ac1c022d1c41e8c 2067 liblockfile_1.17-1.dsc + 6e937f3650afab4aac198f348b89b1ca42edceb17fb6bb0918f642143ccfd15e 69232 liblockfile_1.17.orig.tar.gz + e3657c0e3facfeccb58900c0b48d56cd68ad5f9f24d1b4c6eaa69c26490fb673 6773 liblockfile_1.17-1.debian.tar.bz2 +Files: + 0a8d9a7bb87bad63ee8322aaf47963a1 2067 liblockfile_1.17-1.dsc + 918c4c07f7b99fc327db8bf39d3a1804 69232 liblockfile_1.17.orig.tar.gz + 40415c5702f82681d9811e4e9e182813 6773 liblockfile_1.17-1.debian.tar.bz2 + +Format: 3.0 (quilt) +Package: liblognorm +Binary: liblognorm-dev, liblognorm-doc, liblognorm5, liblognorm-utils +Architecture: any all +Version: 2.0.6-4 +Maintainer: Florian Ernst +Homepage: https://www.liblognorm.com/ +Standards-Version: 4.6.1.0 +Vcs-Browser: https://salsa.debian.org/debian/liblognorm +Vcs-Git: https://salsa.debian.org/debian/liblognorm.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), pkg-config, libxml2-dev, libestr-dev, libfastjson-dev +Build-Depends-Indep: python3-sphinx +Package-List: + liblognorm-dev deb libdevel optional arch=any + liblognorm-doc deb doc optional arch=all + liblognorm-utils deb admin optional arch=any + liblognorm5 deb libs optional arch=any +Directory: pool/252a78fc7049a31a6f21a9e057a36171ddceb1d9ec09a58ddb74aedc9a66bc70 +Checksums-Sha1: + 33f5f8561bea4804e614129c2b544d5cdc856472 2195 liblognorm_2.0.6-4.dsc + 61c72b58f511924ab80401b0719803963872c73d 666712 liblognorm_2.0.6.orig.tar.gz + c463c9f88ee7301733a1fd5099a5a89a4dea38f4 18928 liblognorm_2.0.6-4.debian.tar.xz +Checksums-Sha256: + 252a78fc7049a31a6f21a9e057a36171ddceb1d9ec09a58ddb74aedc9a66bc70 2195 liblognorm_2.0.6-4.dsc + cff057e85c22038992f9ed12eb8d4e63c45adf53a5a51faaa3279f605809f6f2 666712 liblognorm_2.0.6.orig.tar.gz + 6dad7e7c1b609a87b81252354e61785be38ae354b90240e9584a66acbb741c6b 18928 liblognorm_2.0.6-4.debian.tar.xz +Files: + 6e676a5c2671b26aa76216fee7f4b299 2195 liblognorm_2.0.6-4.dsc + 9b6b6b5f76fafbc853c65aad69d5d33b 666712 liblognorm_2.0.6.orig.tar.gz + eb2f383f3d2db6f155d185c0f9fe339c 18928 liblognorm_2.0.6-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: liblwp-mediatypes-perl +Binary: liblwp-mediatypes-perl +Architecture: all +Version: 6.04-2 +Maintainer: Debian Perl Group +Uploaders: intrigeri +Homepage: https://metacpan.org/release/LWP-MediaTypes +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblwp-mediatypes-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblwp-mediatypes-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl, libtest-fatal-perl +Package-List: + liblwp-mediatypes-perl deb perl optional arch=all +Directory: pool/ce7c5a78e997e84b09e22d474f5e5ad2fbc9b9ec21dae71d80e4bb59616242f3 +Checksums-Sha1: + 7b025b505aa136feb1e2d5005bd522298047abe9 2167 liblwp-mediatypes-perl_6.04-2.dsc + b869d8b8b009d06a3bc3433c8a7fc522036df412 40000 liblwp-mediatypes-perl_6.04.orig.tar.gz + fe175fa6080c9f4418d5573856e2f6a83aef82a5 2444 liblwp-mediatypes-perl_6.04-2.debian.tar.xz +Checksums-Sha256: + ce7c5a78e997e84b09e22d474f5e5ad2fbc9b9ec21dae71d80e4bb59616242f3 2167 liblwp-mediatypes-perl_6.04-2.dsc + 8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9 40000 liblwp-mediatypes-perl_6.04.orig.tar.gz + c95dc96b4974f80873a24496fe8b24393f47056be71fec86144d798074af0b36 2444 liblwp-mediatypes-perl_6.04-2.debian.tar.xz +Files: + bc5b5f09570badd5588f07fb0db0e963 2167 liblwp-mediatypes-perl_6.04-2.dsc + 84b799a90c0d2ce52897a7cb4c0478d0 40000 liblwp-mediatypes-perl_6.04.orig.tar.gz + 9e94031fca095f1a17d1ef2e402ae9d9 2444 liblwp-mediatypes-perl_6.04-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: liblwp-protocol-https-perl +Binary: liblwp-protocol-https-perl +Architecture: all +Version: 6.14-1 +Maintainer: Debian Perl Group +Uploaders: Florian Schlichting , Dominique Dumont +Homepage: https://metacpan.org/release/LWP-Protocol-https +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblwp-protocol-https-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblwp-protocol-https-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libio-socket-ssl-perl , libnet-http-perl , libtest-needs-perl , libtest-requiresinternet-perl , libwww-perl , perl +Package-List: + liblwp-protocol-https-perl deb perl optional arch=all +Directory: pool/75c9914b53c0c2022ae4a04d5031a3767a4d05b4f0e4b97439054faf91dd9d71 +Checksums-Sha1: + ecfa4c16a0ed078cad78a51c888435cae840fd48 2656 liblwp-protocol-https-perl_6.14-1.dsc + e6d3164dbc776114a97d52a1f9e4ea2c632b2426 33714 liblwp-protocol-https-perl_6.14.orig.tar.gz + 134971b3cd55dd31d944c3ea7e30ce010f4b2ae9 4744 liblwp-protocol-https-perl_6.14-1.debian.tar.xz +Checksums-Sha256: + 75c9914b53c0c2022ae4a04d5031a3767a4d05b4f0e4b97439054faf91dd9d71 2656 liblwp-protocol-https-perl_6.14-1.dsc + 59cdeabf26950d4f1bef70f096b0d77c5b1c5a7b5ad1b66d71b681ba279cbb2a 33714 liblwp-protocol-https-perl_6.14.orig.tar.gz + 48bd2da178e3eaf71e9ddbf2f8b197555e2337b5556a0ed6e42ecd148232437a 4744 liblwp-protocol-https-perl_6.14-1.debian.tar.xz +Files: + 43abeb3e3e5a8eb79f924727562eedcd 2656 liblwp-protocol-https-perl_6.14-1.dsc + 65401e3e34be653c9e3b31f798ed5454 33714 liblwp-protocol-https-perl_6.14.orig.tar.gz + ced0383c7e1daadd5e565abf19942676 4744 liblwp-protocol-https-perl_6.14-1.debian.tar.xz +Dgit: 6d79db5bac5365463b71a9eda04f617cb887ee97 debian archive/debian/6.14-1 https://git.dgit.debian.org/liblwp-protocol-https-perl + +Format: 3.0 (quilt) +Package: libmaxminddb +Binary: libmaxminddb0, libmaxminddb-dev, mmdb-bin +Architecture: any +Version: 1.11.0-1 +Maintainer: Faidon Liambotis +Uploaders: Sergio Durigan Junior +Homepage: https://maxmind.github.io/libmaxminddb/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libmaxminddb +Vcs-Git: https://salsa.debian.org/debian/libmaxminddb.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), perl , libipc-run3-perl , libtest-output-perl , lowdown | pandoc , libipc-system-simple-perl , libfile-slurp-perl , libfile-which-perl +Package-List: + libmaxminddb-dev deb libdevel optional arch=any + libmaxminddb0 deb libs optional arch=any + mmdb-bin deb net optional arch=any +Directory: pool/a6b4ce6d7d0942463418b7fe9ac1e8a7c152e2f3ef29b271d44aed7dd85e7313 +Checksums-Sha1: + 488880017d685cbe1d49be4fc3a8ca53972ee4b0 2326 libmaxminddb_1.11.0-1.dsc + bc2cf6f89db2463a335ac379bc06c39809b4ebc5 367052 libmaxminddb_1.11.0.orig.tar.gz + 00528254b76b87a942e165bd4b623afb02a68eac 6888 libmaxminddb_1.11.0-1.debian.tar.xz +Checksums-Sha256: + a6b4ce6d7d0942463418b7fe9ac1e8a7c152e2f3ef29b271d44aed7dd85e7313 2326 libmaxminddb_1.11.0-1.dsc + bfecdff182212830929b4e1e3b43f0448b1dc03c489d26112ff2ac21731cfa6d 367052 libmaxminddb_1.11.0.orig.tar.gz + 9c34a5d629ea0917c61defbe6adaceaaaf9c21d39919f931d7b7d185aaffb52e 6888 libmaxminddb_1.11.0-1.debian.tar.xz +Files: + 83bc78888f380f071e6b33a40cd3eed0 2326 libmaxminddb_1.11.0-1.dsc + 3bf65cb6bc0dc8abfba2e2d5544200af 367052 libmaxminddb_1.11.0.orig.tar.gz + 388f3d21af80803c8402ce10be6a51bc 6888 libmaxminddb_1.11.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libmd +Binary: libmd-dev, libmd0, libmd0-udeb +Architecture: any +Version: 1.1.0-2 +Maintainer: Guillem Jover +Homepage: https://www.hadrons.org/software/libmd/ +Standards-Version: 4.6.2 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/libmd.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/libmd.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10) +Package-List: + libmd-dev deb libdevel optional arch=any + libmd0 deb libs optional arch=any + libmd0-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/46cc951cd6d71bbfeff4522de66f968fb92601ec4cc622b07f6ac0a2a36ac5f0 +Checksums-Sha1: + 1240d4d6fa5945654e74f7e4e7084c79b57f3171 2280 libmd_1.1.0-2.dsc + 72718d5ffad112b702ba84fd40900486f8179642 271228 libmd_1.1.0.orig.tar.xz + 36302180a69e21afb53f5e30c1c2df3d75db61a9 833 libmd_1.1.0.orig.tar.xz.asc + 7073624fcfe38f68b4faddd51c3af703883946a2 8244 libmd_1.1.0-2.debian.tar.xz +Checksums-Sha256: + 46cc951cd6d71bbfeff4522de66f968fb92601ec4cc622b07f6ac0a2a36ac5f0 2280 libmd_1.1.0-2.dsc + 1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332 271228 libmd_1.1.0.orig.tar.xz + 402fd3024e43ab975733d09e661804a58ca58697194e4b15216b1217cfe1dadb 833 libmd_1.1.0.orig.tar.xz.asc + 3b6ff35fc921eb5450fa9bf2d300c9e058e3771f96f8f13f759768fadd53324c 8244 libmd_1.1.0-2.debian.tar.xz +Files: + 3501609054e08ea790105fbcec67b3b2 2280 libmd_1.1.0-2.dsc + b2a0650c78d92c7a9632a2a3cdd4f6a6 271228 libmd_1.1.0.orig.tar.xz + 48e33a820e1f42cdae96bc09fa87df5f 833 libmd_1.1.0.orig.tar.xz.asc + 36bd5c9992cd671e40a49baf7a399617 8244 libmd_1.1.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libmicrohttpd +Binary: libmicrohttpd-dev, libmicrohttpd12t64 +Architecture: any +Version: 1.0.1-2 +Maintainer: Florian Ernst +Homepage: https://www.gnu.org/software/libmicrohttpd/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libmicrohttpd +Vcs-Git: https://salsa.debian.org/debian/libmicrohttpd.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: dpkg-dev (>= 1.22.5), autoconf, automake, debhelper-compat (= 13), libcurl4-gnutls-dev , libgnutls28-dev, pkgconf, texinfo +Package-List: + libmicrohttpd-dev deb libdevel optional arch=any + libmicrohttpd12t64 deb libs optional arch=any +Directory: pool/6f508a958c046ecaf972501c71ef5835eb16cbafb8ffe3d37900f17f454911a0 +Checksums-Sha1: + a170b8a37c9813a8c79e3ba094db46ef6ce2ebfa 2410 libmicrohttpd_1.0.1-2.dsc + 08e34fa5ec5b552e09ad98b08d8d7da2ba9496ca 2239593 libmicrohttpd_1.0.1.orig.tar.gz + 40a5a1d1f126219a2a6abf798542e70f574eb58b 854 libmicrohttpd_1.0.1.orig.tar.gz.asc + 0a15f805674e5976f5a57c567512b1dfdc613904 19660 libmicrohttpd_1.0.1-2.debian.tar.xz +Checksums-Sha256: + 6f508a958c046ecaf972501c71ef5835eb16cbafb8ffe3d37900f17f454911a0 2410 libmicrohttpd_1.0.1-2.dsc + a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94 2239593 libmicrohttpd_1.0.1.orig.tar.gz + 6aaa92a91ef00636f397872ecfa447e7f3de596cde64ee5eb3f3e091a5be8a91 854 libmicrohttpd_1.0.1.orig.tar.gz.asc + e970b56599f073d0603594bfd0e92fbf7fcae9522c2f51a2c8d5bef4da36de46 19660 libmicrohttpd_1.0.1-2.debian.tar.xz +Files: + 26c7ae6acd6e67f44768fdd730a92d8b 2410 libmicrohttpd_1.0.1-2.dsc + b41c83799a478ea9c774e50ed22446bc 2239593 libmicrohttpd_1.0.1.orig.tar.gz + 410765ce7066188a32c9cc2f566ba0fb 854 libmicrohttpd_1.0.1.orig.tar.gz.asc + 18dd1098f03f6162acfa732e2a3d6cd9 19660 libmicrohttpd_1.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libmnl +Binary: libmnl-dev, libmnl0, libmnl-doc +Architecture: linux-any all +Version: 1.0.5-3 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Neutron Soutmun , Arturo Borrero Gonzalez , Jeremy Sowden +Homepage: https://netfilter.org/projects/libmnl/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libmnl +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libmnl.git +Build-Depends: debhelper-compat (= 13), libtool, pkgconf +Build-Depends-Indep: doxygen , graphviz +Package-List: + libmnl-dev deb libdevel optional arch=linux-any + libmnl-doc deb doc optional arch=all profile=!nodoc + libmnl0 deb libs optional arch=linux-any +Directory: pool/a9449e856f44552d40dc91957416f1f21d4996de0736182655b2111fcd0b05b3 +Checksums-Sha1: + 7e54255624abc22a090cc8aa840071a298b56775 2501 libmnl_1.0.5-3.dsc + 63c6456b77f7978a7b37e62c1b38346b2ef2d91c 314791 libmnl_1.0.5.orig.tar.bz2 + 6b2a71ca7734c93fca2dabfcd8dbadce2b80d2a5 833 libmnl_1.0.5.orig.tar.bz2.asc + 37197ca73f2802dc8c3d9c53193de542f1778d21 10168 libmnl_1.0.5-3.debian.tar.xz +Checksums-Sha256: + a9449e856f44552d40dc91957416f1f21d4996de0736182655b2111fcd0b05b3 2501 libmnl_1.0.5-3.dsc + 274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525 314791 libmnl_1.0.5.orig.tar.bz2 + 7175ee1de6c831e6d7ffae3540af7fcd9c64f302351af55ff12966ecbe6a5b71 833 libmnl_1.0.5.orig.tar.bz2.asc + b5629925e76672654cff2f8c067961c72613c347f053a2b3fe381487bb36139c 10168 libmnl_1.0.5-3.debian.tar.xz +Files: + c3ffb177464a2eb7d271f428257065df 2501 libmnl_1.0.5-3.dsc + 0bbb70573119ec5d49435114583e7a49 314791 libmnl_1.0.5.orig.tar.bz2 + ed1bd729d077c72bb7afd362b6026894 833 libmnl_1.0.5.orig.tar.bz2.asc + 82e32fe227b15e09941685c01f1dea2d 10168 libmnl_1.0.5-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libmodule-runtime-perl +Binary: libmodule-runtime-perl +Architecture: all +Version: 0.016-2 +Maintainer: Debian Perl Group +Uploaders: Ivan Kohler , Angel Abad +Homepage: https://metacpan.org/release/Module-Runtime +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-runtime-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-runtime-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libmodule-build-perl +Build-Depends-Indep: libparams-classify-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl +Package-List: + libmodule-runtime-perl deb perl optional arch=all +Directory: pool/d438075879c1ff3bf527c6e20fb5868b9fa4e14486506f4539b4a759d361a9de +Checksums-Sha1: + 4d9e24d5d542a25fa4cf2da9d22f10ef8e2e99ef 2277 libmodule-runtime-perl_0.016-2.dsc + bd8979871dc465f31fac961dc2d7fba0320aa894 18275 libmodule-runtime-perl_0.016.orig.tar.gz + dda240cf6362828ce990cb7365ecbdb1e27211f5 3188 libmodule-runtime-perl_0.016-2.debian.tar.xz +Checksums-Sha256: + d438075879c1ff3bf527c6e20fb5868b9fa4e14486506f4539b4a759d361a9de 2277 libmodule-runtime-perl_0.016-2.dsc + 68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024 18275 libmodule-runtime-perl_0.016.orig.tar.gz + 55f0ab3a53d2785e2a1c7cf83c51953491d04f76946441aeae2a472fd150f116 3188 libmodule-runtime-perl_0.016-2.debian.tar.xz +Files: + d56726d505fb70d5bf408c423cbf2daf 2277 libmodule-runtime-perl_0.016-2.dsc + d3d47222fa2e3dfcb4526f6cc8437b20 18275 libmodule-runtime-perl_0.016.orig.tar.gz + 1acee4b96f5e94ada8fdd209ed393a2a 3188 libmodule-runtime-perl_0.016-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libmoo-perl +Binary: libmoo-perl +Architecture: all +Version: 2.005005-1 +Maintainer: Debian Perl Group +Uploaders: intrigeri +Homepage: https://metacpan.org/release/Moo +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoo-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoo-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libclass-method-modifiers-perl , libclass-xsaccessor-perl , libimport-into-perl , libmoose-perl , librole-tiny-perl (>= 2.002003) , libscalar-list-utils-perl , libsub-quote-perl (>= 2.006006) , libtest-simple-perl , libtype-tiny-perl , perl +Package-List: + libmoo-perl deb perl optional arch=all +Directory: pool/0c3790f9436b44c6446cbf88674631a968d836f3dbf5820444e19ebf9b2e3473 +Checksums-Sha1: + bde8f50430bf9cb1fdad959b01ae335d486ff347 2622 libmoo-perl_2.005005-1.dsc + ce2a2bc934278401c957743fd0b0cf076ae6b8e1 108583 libmoo-perl_2.005005.orig.tar.gz + f9afc0feef1c18a666f10b1fb4a97249ec5f2894 5896 libmoo-perl_2.005005-1.debian.tar.xz +Checksums-Sha256: + 0c3790f9436b44c6446cbf88674631a968d836f3dbf5820444e19ebf9b2e3473 2622 libmoo-perl_2.005005-1.dsc + fb5a2952649faed07373f220b78004a9c6aba387739133740c1770e9b1f4b108 108583 libmoo-perl_2.005005.orig.tar.gz + b17c78a26b8f002b30c0cf1dd60c5b7a3458813977063a2ffa35dc7431290667 5896 libmoo-perl_2.005005-1.debian.tar.xz +Files: + 48069870320be3cc25ee2f6f11d07b76 2622 libmoo-perl_2.005005-1.dsc + 259530e5ea37a1bf968f6cf18a25db86 108583 libmoo-perl_2.005005.orig.tar.gz + 6525e84b97ace1fe58c9d9b632895542 5896 libmoo-perl_2.005005-1.debian.tar.xz +Dgit: 2ddc65fbffecc12fe0fd047d5b2eede591b77ebf debian archive/debian/2.005005-1 https://git.dgit.debian.org/libmoo-perl + +Format: 3.0 (quilt) +Package: libmspack +Binary: libmspack0t64, libmspack-dev, libmspack-doc +Architecture: any all +Version: 0.11-1.1 +Maintainer: Marc Dequènes (Duck) +Homepage: https://www.cabextract.org.uk/libmspack/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libmspack +Vcs-Git: https://salsa.debian.org/debian/libmspack.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12) +Build-Depends-Indep: doxygen, graphviz +Package-List: + libmspack-dev deb libdevel optional arch=any + libmspack-doc deb doc optional arch=all + libmspack0t64 deb libs optional arch=any +Directory: pool/3fd51ac44bfa060eed5878beb4eb7cb3f503e48f36cdddfc90fcb5b1d8b50dd5 +Checksums-Sha1: + 3cc4cf2c00efbcf144fbbd01cecae1c95b195492 2037 libmspack_0.11-1.1.dsc + 4ff621c71ecfb07007a1d7ff9d9aabf41ac1d755 509478 libmspack_0.11.orig.tar.gz + 3beae54bcdd62da9dc4158aaa464fe32196dbcb6 4044 libmspack_0.11-1.1.debian.tar.xz +Checksums-Sha256: + 3fd51ac44bfa060eed5878beb4eb7cb3f503e48f36cdddfc90fcb5b1d8b50dd5 2037 libmspack_0.11-1.1.dsc + 70dd1fb2f0aecc36791b71a1e1840e62173079eadaa081192d1c323a0eeea21b 509478 libmspack_0.11.orig.tar.gz + c02d19a78056c0e7cc9d28778c356f7be412070c34db8bf20b53a521bf1cc262 4044 libmspack_0.11-1.1.debian.tar.xz +Files: + 446770301455de0063b19b5a31bb1e15 2037 libmspack_0.11-1.1.dsc + 3e770746e8eebba9ac4ce965e69dd107 509478 libmspack_0.11.orig.tar.gz + f6fef80dee1f664f42babe3cd6aa46cd 4044 libmspack_0.11-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libndp +Binary: libndp-dev, libndp-tools, libndp0 +Architecture: linux-any kfreebsd-any +Version: 1.9-1 +Maintainer: Florian Ernst +Homepage: http://libndp.org +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libndp +Vcs-Git: https://salsa.debian.org/debian/libndp.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13) +Package-List: + libndp-dev deb libdevel optional arch=linux-any,kfreebsd-any + libndp-tools deb net optional arch=linux-any,kfreebsd-any + libndp0 deb libs optional arch=linux-any,kfreebsd-any +Directory: pool/977035e13e36df079cf639bdc4590175d715b66f212e74b77397d498173294f7 +Checksums-Sha1: + 348827a70204d82158c63282860f1b57184bb6f6 2024 libndp_1.9-1.dsc + c8b079416e767e8af58db908a735b3272588286f 30025 libndp_1.9.orig.tar.gz + 263bbabdba8a3125038716a7e032cf9a1cf145b9 4544 libndp_1.9-1.debian.tar.xz +Checksums-Sha256: + 977035e13e36df079cf639bdc4590175d715b66f212e74b77397d498173294f7 2024 libndp_1.9-1.dsc + e564f5914a6b1b799c3afa64c258824a801c1b79a29e2fe6525b682249c65261 30025 libndp_1.9.orig.tar.gz + cd1d53476cb918f12796784858166db2a6760cc8c24b3248cec4092ba48fbbe0 4544 libndp_1.9-1.debian.tar.xz +Files: + 7ab2e330e4006c2888dbfb68bc48356e 2024 libndp_1.9-1.dsc + 5a0ead3cc1dea3b8fec6feb7ed0abaf2 30025 libndp_1.9.orig.tar.gz + 3ce9885c74f3fd4cf0b187dc2f852946 4544 libndp_1.9-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnet-http-perl +Binary: libnet-http-perl +Architecture: all +Version: 6.23-1 +Maintainer: Debian Perl Group +Uploaders: Florian Schlichting +Homepage: https://metacpan.org/release/Net-HTTP +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-http-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-http-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libcpan-meta-perl , libio-socket-ip-perl , liburi-perl +Build-Depends-Indep: perl +Package-List: + libnet-http-perl deb perl optional arch=all +Directory: pool/f2195d11046ea0b08126afcfb5c67b43a53b9ac3eb16cb6c2079d993ffe22cbd +Checksums-Sha1: + 7f7c2c6abeb756ccdbfcba8993d419df5695ade7 2418 libnet-http-perl_6.23-1.dsc + 6af8ade8ff7ac2e20a587af0b1640411fde2699d 42998 libnet-http-perl_6.23.orig.tar.gz + 1e57f6b9676a38582c1163bd244db8131826557c 3760 libnet-http-perl_6.23-1.debian.tar.xz +Checksums-Sha256: + f2195d11046ea0b08126afcfb5c67b43a53b9ac3eb16cb6c2079d993ffe22cbd 2418 libnet-http-perl_6.23-1.dsc + 0d65c09dd6c8589b2ae1118174d3c1a61703b6ecfc14a3442a8c74af65e0c94e 42998 libnet-http-perl_6.23.orig.tar.gz + 20a4056e9cf11d7ea36177afc8854cc8b5de2fb5cb84ac6bfe2494a062685caa 3760 libnet-http-perl_6.23-1.debian.tar.xz +Files: + f68a421aac8b7e43be9029bd290977cd 2418 libnet-http-perl_6.23-1.dsc + 1682735ddd1c059864ca5c1bbf15ab95 42998 libnet-http-perl_6.23.orig.tar.gz + d1d9d1bc3f05549b406de3f5b7bf031e 3760 libnet-http-perl_6.23-1.debian.tar.xz +Dgit: cbd26b5766068e31a490c79bcfb3bb355699984d debian archive/debian/6.23-1 https://git.dgit.debian.org/libnet-http-perl + +Format: 3.0 (quilt) +Package: libnet-ssleay-perl +Binary: libnet-ssleay-perl +Architecture: any +Version: 1.94-1 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , gregor herrmann +Homepage: https://metacpan.org/release/Net-SSLeay +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-ssleay-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-ssleay-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), dh-sequence-perl-openssl, libscalar-list-utils-perl , libsocket-perl , libssl-dev, libtest-pod-perl , libtest-simple-perl , openssl, perl-openssl-defaults, perl-xs-dev, perl:native +Package-List: + libnet-ssleay-perl deb perl optional arch=any +Directory: pool/c0f7a7e97f6defe57886d6f61c8b7ddd0b017551503b1d50995eb762230f2a0e +Checksums-Sha1: + 542d3b17c2dcf69fb6b67a1152c558d84bb778d0 2589 libnet-ssleay-perl_1.94-1.dsc + dd5b22da7d4214685dc54f3881370d26b6585dfb 663948 libnet-ssleay-perl_1.94.orig.tar.gz + 4d61529e600b3e244601735eec7245feb77f36c0 12296 libnet-ssleay-perl_1.94-1.debian.tar.xz +Checksums-Sha256: + c0f7a7e97f6defe57886d6f61c8b7ddd0b017551503b1d50995eb762230f2a0e 2589 libnet-ssleay-perl_1.94-1.dsc + 9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d 663948 libnet-ssleay-perl_1.94.orig.tar.gz + 7dde7994600897809d10b498e8ee0b3aa2d380e096b39e60c9584bc466911a34 12296 libnet-ssleay-perl_1.94-1.debian.tar.xz +Files: + 339bd850f0d7da13c19822d8219aac7f 2589 libnet-ssleay-perl_1.94-1.dsc + 1b22c764e5a094c6261e37a4b1f148ce 663948 libnet-ssleay-perl_1.94.orig.tar.gz + 066b02c25c9204560fe65b907a7da89b 12296 libnet-ssleay-perl_1.94-1.debian.tar.xz +Dgit: d14926a3a844c2967f171fe118d9221e62f000fc debian archive/debian/1.94-1 https://git.dgit.debian.org/libnet-ssleay-perl + +Format: 3.0 (quilt) +Package: libnetfilter-conntrack +Binary: libnetfilter-conntrack3, libnetfilter-conntrack-dev, libnetfilter-conntrack-doc +Architecture: linux-any all +Version: 1.1.0-1 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Arturo Borrero Gonzalez , Jeremy Sowden +Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-conntrack +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-conntrack.git +Build-Depends: debhelper-compat (= 13), libmnl-dev, libnfnetlink-dev, libtool, pkgconf +Build-Depends-Indep: doxygen , graphviz +Package-List: + libnetfilter-conntrack-dev deb libdevel optional arch=linux-any + libnetfilter-conntrack-doc deb doc optional arch=all profile=!nodoc + libnetfilter-conntrack3 deb libs optional arch=linux-any +Directory: pool/4441e11c1a599a2ea1ac26740ab20b1558f7f7b431304d29516dfcbe4f3358f3 +Checksums-Sha1: + d3ccfb40bae3e5af114804d3cbdf5ca8e23c44d3 2794 libnetfilter-conntrack_1.1.0-1.dsc + 8cc762765688f9a22e5df1cab93b312c7f81cf44 340332 libnetfilter-conntrack_1.1.0.orig.tar.xz + 30667f5d45ebdd9bccfa05016ea0ee2f2518597a 833 libnetfilter-conntrack_1.1.0.orig.tar.xz.asc + 711afe4b0e6052fa503e566893e0ba499ec0ab2b 10052 libnetfilter-conntrack_1.1.0-1.debian.tar.xz +Checksums-Sha256: + 4441e11c1a599a2ea1ac26740ab20b1558f7f7b431304d29516dfcbe4f3358f3 2794 libnetfilter-conntrack_1.1.0-1.dsc + 67edcb4eb826c2f8dc98af08dabff68f3b3d0fe6fb7d9d0ac1ee7ecce0fe694e 340332 libnetfilter-conntrack_1.1.0.orig.tar.xz + 4b7c1b889bd6fc1b77131c09d54d06a6e12e0501052a5db9ce6bffed71157799 833 libnetfilter-conntrack_1.1.0.orig.tar.xz.asc + bd7553a977026a8512d3f81963ca2a9af6d5d83287e89a9ee08f74e5fe090e50 10052 libnetfilter-conntrack_1.1.0-1.debian.tar.xz +Files: + 20c31cd2d8c16fcfacc4aa61cd484cdc 2794 libnetfilter-conntrack_1.1.0-1.dsc + f5b3957d0fcef6cc6b6706dc2108b841 340332 libnetfilter-conntrack_1.1.0.orig.tar.xz + fc8e57336f019754b708f50cf82bab57 833 libnetfilter-conntrack_1.1.0.orig.tar.xz.asc + 6c39529f89df9db98b5ab34650fde576 10052 libnetfilter-conntrack_1.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnfnetlink +Binary: libnfnetlink0, libnfnetlink-dev +Architecture: linux-any +Version: 1.0.2-3 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Alexander Wirt , Arturo Borrero Gonzalez , Jeremy Sowden +Homepage: https://git.netfilter.org/libnfnetlink +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libnfnetlink +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libnfnetlink.git +Build-Depends: debhelper-compat (= 13) +Package-List: + libnfnetlink-dev deb libdevel optional arch=linux-any + libnfnetlink0 deb libs optional arch=linux-any +Directory: pool/8e7c88352275339f45469a901634af2ca2a4b7f8fdecdaec53dcc1437d259b88 +Checksums-Sha1: + ff87d2016a8d9117df5f5e5d5c4b10303bd1a2ef 2449 libnfnetlink_1.0.2-3.dsc + 1fc7023b970ac59410bc60120db9371c2946ff4f 298844 libnfnetlink_1.0.2.orig.tar.bz2 + 8ff043a9079ffde4b46d03447897d15a2ba20dff 566 libnfnetlink_1.0.2.orig.tar.bz2.asc + 2ababbb42c33379c003aa39ac93c6a9d58dbaec7 6948 libnfnetlink_1.0.2-3.debian.tar.xz +Checksums-Sha256: + 8e7c88352275339f45469a901634af2ca2a4b7f8fdecdaec53dcc1437d259b88 2449 libnfnetlink_1.0.2-3.dsc + b064c7c3d426efb4786e60a8e6859b82ee2f2c5e49ffeea640cfe4fe33cbc376 298844 libnfnetlink_1.0.2.orig.tar.bz2 + 2ed73b9069ab761168bb11694b8507dbb65e194697d5674dabc8af08a76ac552 566 libnfnetlink_1.0.2.orig.tar.bz2.asc + 494be799cba8ce4c1d4442b2fb3e6ca7c4cf20b9687a9e51784a1cd7faab5f8d 6948 libnfnetlink_1.0.2-3.debian.tar.xz +Files: + fe378e89965d49ac6870ab4955ee621e 2449 libnfnetlink_1.0.2-3.dsc + 39d65185e2990562c64de05a08de8771 298844 libnfnetlink_1.0.2.orig.tar.bz2 + 0f8f77d3489ae79c6e39dd6802b6ee78 566 libnfnetlink_1.0.2.orig.tar.bz2.asc + c58493ef6af68ed994d9ddd3a6026bd6 6948 libnfnetlink_1.0.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnfs +Binary: libnfs-dev, libnfs14, libnfs-utils +Architecture: any +Version: 5.0.2-1 +Maintainer: Ritesh Raj Sarraf , +Uploaders: Chrysostomos Nanakos +Homepage: https://github.com/sahlberg/libnfs +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/debian/libnfs +Vcs-Git: https://salsa.debian.org/debian/libnfs.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, libevent-dev, libtool-bin, nfs-kernel-server, sudo, valgrind +Build-Depends: debhelper-compat (= 13), libpopt-dev +Package-List: + libnfs-dev deb libdevel optional arch=any + libnfs-utils deb libs optional arch=any + libnfs14 deb libs optional arch=any +Directory: pool/59e3db63514f1efa78ed0ecb342fb673875d6b4e21d8356c9620025dcba509ec +Checksums-Sha1: + 16469f59ad759921e699022f92b86ebd64dd204c 2102 libnfs_5.0.2-1.dsc + afa9d1a272ebb505a1e782288556d56c90b2bd91 281154 libnfs_5.0.2.orig.tar.gz + 7a6b6a775ef3dd2d04a5f2c05fa8fc1b46325d50 12316 libnfs_5.0.2-1.debian.tar.xz +Checksums-Sha256: + 59e3db63514f1efa78ed0ecb342fb673875d6b4e21d8356c9620025dcba509ec 2102 libnfs_5.0.2-1.dsc + 637e56643b19da9fba98f06847788c4dad308b723156a64748041035dcdf9bd3 281154 libnfs_5.0.2.orig.tar.gz + cf2d7733b9cd3abd269310515346bfc2c6af5243a73e625747b03e0c203a2e0b 12316 libnfs_5.0.2-1.debian.tar.xz +Files: + b92918f13ea5a3af0b14ce29a6f78ee1 2102 libnfs_5.0.2-1.dsc + 115034aab322d05235a9555d057f8b14 281154 libnfs_5.0.2.orig.tar.gz + 92c2e09ac7eb414ec02c4af0f679cbcb 12316 libnfs_5.0.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnftnl +Binary: libnftnl11, libnftnl-dev, libnftnl-dev-doc +Architecture: linux-any all +Version: 1.2.7-1 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Arturo Borrero Gonzalez , Jeremy Sowden +Homepage: https://git.netfilter.org/libnftnl +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libnftnl +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libnftnl.git +Build-Depends: debhelper-compat (= 13), libmnl-dev, libtool, pkgconf +Build-Depends-Indep: doxygen , graphviz +Package-List: + libnftnl-dev deb libdevel optional arch=linux-any + libnftnl-dev-doc deb doc optional arch=all profile=!nodoc + libnftnl11 deb libs optional arch=linux-any +Directory: pool/9d26154d3d604ee6fac8f6299ba5017ca0eae967c42e2613fcd2ac044c56bec4 +Checksums-Sha1: + 751470b9548d9e13bdb965bec3f36fb4dffc1610 2510 libnftnl_1.2.7-1.dsc + 06532b49e06d12a8fc2a33326dc35a638b3ae3c6 343876 libnftnl_1.2.7.orig.tar.xz + 2b2c31e068af6191764871993ba2bed710205f4e 833 libnftnl_1.2.7.orig.tar.xz.asc + d2355c10083e1d2c4d30e3f512bd9d4ddaae867f 10780 libnftnl_1.2.7-1.debian.tar.xz +Checksums-Sha256: + 9d26154d3d604ee6fac8f6299ba5017ca0eae967c42e2613fcd2ac044c56bec4 2510 libnftnl_1.2.7-1.dsc + 9122774f968093d5c0bacddd67de480f31fa4073405a7fc058a34b0f387aecb3 343876 libnftnl_1.2.7.orig.tar.xz + 9983c364fc3e512e6274ef36b0f28e24daf0a4c1a515aa328485a5af471f706c 833 libnftnl_1.2.7.orig.tar.xz.asc + 6c03755bab011931b6b5c78adbdcf34afba5b40349972630ed4104c98666cb0b 10780 libnftnl_1.2.7-1.debian.tar.xz +Files: + 31dd3e9781127a0f8236371c7a1226eb 2510 libnftnl_1.2.7-1.dsc + 87556a67002a46288469684e8c0df7ce 343876 libnftnl_1.2.7.orig.tar.xz + 06511c3c7bd044dc37d1a381cb20a10c 833 libnftnl_1.2.7.orig.tar.xz.asc + 02e783a0aa9a840c36b2d9fdfd4f5cd4 10780 libnftnl_1.2.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnl3 +Binary: libnl-3-200, libnl-cli-3-200, libnl-utils, libnl-genl-3-200, libnl-idiag-3-200, libnl-nf-3-200, libnl-route-3-200, libnl-xfrm-3-200, libnl-3-dev, libnl-cli-3-dev, libnl-genl-3-dev, libnl-idiag-3-dev, libnl-nf-3-dev, libnl-route-3-dev, libnl-xfrm-3-dev, libnl-3-200-dbg, libnl-3-200-udeb, libnl-genl-3-200-udeb +Architecture: linux-any +Version: 3.7.0-0.3 +Maintainer: Heiko Stuebner +Homepage: http://www.infradead.org/~tgr/libnl/ +Standards-Version: 4.1.4 +Build-Depends: debhelper (>= 9), dh-exec (>= 0.3), cdbs (>= 0.4.93~), bison, flex, automake, autoconf, dh-autoreconf, linux-libc-dev (>= 3.2.41), pkg-config +Package-List: + libnl-3-200 deb libs optional arch=linux-any + libnl-3-200-dbg deb debug optional arch=linux-any + libnl-3-200-udeb udeb debian-installer optional arch=linux-any + libnl-3-dev deb libdevel optional arch=linux-any + libnl-cli-3-200 deb libs optional arch=linux-any + libnl-cli-3-dev deb libdevel optional arch=linux-any + libnl-genl-3-200 deb libs optional arch=linux-any + libnl-genl-3-200-udeb udeb debian-installer optional arch=linux-any + libnl-genl-3-dev deb libdevel optional arch=linux-any + libnl-idiag-3-200 deb libs optional arch=linux-any + libnl-idiag-3-dev deb libdevel optional arch=linux-any + libnl-nf-3-200 deb libs optional arch=linux-any + libnl-nf-3-dev deb libdevel optional arch=linux-any + libnl-route-3-200 deb libs optional arch=linux-any + libnl-route-3-dev deb libdevel optional arch=linux-any + libnl-utils deb libs optional arch=linux-any + libnl-xfrm-3-200 deb libs optional arch=linux-any + libnl-xfrm-3-dev deb libdevel optional arch=linux-any +Directory: pool/4f86f5147e2c4f02484c103f1875547c311d69ed4870660732a6904637d3e74b +Checksums-Sha1: + 2888a9b0be34ca71acdf041d524fdb5345f7f24d 3304 libnl3_3.7.0-0.3.dsc + 34c0fa84005b1522175d42165f6e885f75b1b8e3 1000913 libnl3_3.7.0.orig.tar.gz + b3c954840541a29a366d3acd4a971fedc2e57089 862 libnl3_3.7.0.orig.tar.gz.asc + cae38f12850038da005a44ddae5c8971c002518c 26388 libnl3_3.7.0-0.3.debian.tar.xz +Checksums-Sha256: + 4f86f5147e2c4f02484c103f1875547c311d69ed4870660732a6904637d3e74b 3304 libnl3_3.7.0-0.3.dsc + 9fe43ccbeeea72c653bdcf8c93332583135cda46a79507bfd0a483bb57f65939 1000913 libnl3_3.7.0.orig.tar.gz + abdf098b3a7802a1e77086e5f92835ad25a2da6a59a05d6a5a086d66a323bffc 862 libnl3_3.7.0.orig.tar.gz.asc + 938bd516d5d5b993c5ff8d266caf065b9d92b0d121b0e33a1725244fdf7625b9 26388 libnl3_3.7.0-0.3.debian.tar.xz +Files: + aaaceb11893ac113b624a628f282ba05 3304 libnl3_3.7.0-0.3.dsc + b381405afd14e466e35d29a112480333 1000913 libnl3_3.7.0.orig.tar.gz + d68e65e8f10f59d374d2611cafe9a421 862 libnl3_3.7.0.orig.tar.gz.asc + 2b4e7090acb646adfdc5a444ca56d64d 26388 libnl3_3.7.0-0.3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnsl +Binary: libnsl2, libnsl-dev +Architecture: any +Version: 1.3.0-3 +Maintainer: GNU Libc Maintainers +Uploaders: Aurelien Jarno +Homepage: https://github.com/thkukuk/libnsl +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/glibc-team/libnsl +Vcs-Git: https://salsa.debian.org/glibc-team/libnsl.git +Build-Depends: debhelper-compat (= 13), libtirpc-dev, pkg-config +Package-List: + libnsl-dev deb libdevel optional arch=any + libnsl2 deb libs optional arch=any +Directory: pool/32ef29339eb7aa7aa8a150d4c71592475fdefc0cc45509b517f470dbdd88b371 +Checksums-Sha1: + 6f771ae6faae7b30f3d831901d405bf77c09f4c4 1955 libnsl_1.3.0-3.dsc + c078bdf2469d666626a61152f640531829994005 321488 libnsl_1.3.0.orig.tar.xz + 98965ef3ad237e76788f9fcd6d0f63ed628ccdd5 4748 libnsl_1.3.0-3.debian.tar.xz +Checksums-Sha256: + 32ef29339eb7aa7aa8a150d4c71592475fdefc0cc45509b517f470dbdd88b371 1955 libnsl_1.3.0-3.dsc + eac3062957fa302c62eff4aed718a07bacbf9ceb0a058289f12a19bfdda3c8e2 321488 libnsl_1.3.0.orig.tar.xz + a9172c5b27236cae278effdbe74447bdb2536afea8ad4c2a44d9661e02ae2d89 4748 libnsl_1.3.0-3.debian.tar.xz +Files: + 4b10199b7983c05e00a477c13f6fa9d8 1955 libnsl_1.3.0-3.dsc + 9214f674bd0c2bcfdd6c1da0cadb061f 321488 libnsl_1.3.0.orig.tar.xz + 4481d46794ede9d6a21e7531e669c114 4748 libnsl_1.3.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnumber-compare-perl +Binary: libnumber-compare-perl +Architecture: all +Version: 0.03-3 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/Number-Compare +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnumber-compare-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnumber-compare-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl +Package-List: + libnumber-compare-perl deb perl optional arch=all +Directory: pool/b98df57210d1424d70257b69be9c8b3c2d87758607171833c81382256502e023 +Checksums-Sha1: + fab2cc63061e7ede014215be3d62c723c2d63a1c 2147 libnumber-compare-perl_0.03-3.dsc + 8c3f2744486ae0732f96415deafad1229d1325df 2572 libnumber-compare-perl_0.03.orig.tar.gz + 2a7fa64eac7b2b18ec84f44363134610f1609dde 3304 libnumber-compare-perl_0.03-3.debian.tar.xz +Checksums-Sha256: + b98df57210d1424d70257b69be9c8b3c2d87758607171833c81382256502e023 2147 libnumber-compare-perl_0.03-3.dsc + 83293737e803b43112830443fb5208ec5208a2e6ea512ed54ef8e4dd2b880827 2572 libnumber-compare-perl_0.03.orig.tar.gz + fe55168c19af9c932886378ed5d522e3440da03654b55ee3061682d83ebeac58 3304 libnumber-compare-perl_0.03-3.debian.tar.xz +Files: + 1e0873eac930e982d9f3cecf6e7010e9 2147 libnumber-compare-perl_0.03-3.dsc + ded4085a8fc96328742785574ca65208 2572 libnumber-compare-perl_0.03.orig.tar.gz + b311a61bc6e9ca9487a22198721249e6 3304 libnumber-compare-perl_0.03-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libnvme +Binary: libnvme-dev, libnvme1t64, python3-libnvme, python3-nvme +Architecture: any all +Version: 1.10-1 +Maintainer: Daniel Baumann +Homepage: https://github.com/linux-nvme/libnvme +Standards-Version: 4.7.0 +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libnvme +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libnvme +Build-Depends: cmake, debhelper (>= 13.14~), debhelper-compat (= 13), dh-python, dpkg-dev (>= 1.22.5), libdbus-1-dev, libjson-c-dev, libkeyutils-dev, libssl-dev, meson (>= 1.0.0-1.1~), pkg-config, python3-dev, swig +Package-List: + libnvme-dev deb libdevel optional arch=any + libnvme1t64 deb libs optional arch=any + python3-libnvme deb python optional arch=any + python3-nvme deb oldlibs extra arch=all +Directory: pool/2591e1f050814ad6409b7114d4b1cd8d73b7fde1de5b84a9d15ea0bea2cb43e8 +Checksums-Sha1: + dfb55b6cb9b46c9f7f7b26ad0a1deed3608bc4cc 2254 libnvme_1.10-1.dsc + 4e7e74e6cf63ad78d53dc47b06193b4267cd6bd8 463932 libnvme_1.10.orig.tar.xz + 7ae362bf1c4ed61ebdbbeef0a2284f90c5a1e212 7392 libnvme_1.10-1.debian.tar.xz +Checksums-Sha256: + 2591e1f050814ad6409b7114d4b1cd8d73b7fde1de5b84a9d15ea0bea2cb43e8 2254 libnvme_1.10-1.dsc + f2a7db48e32a7df23db351d07c2780902bff119164ae45bfdd239f4d2c348ffc 463932 libnvme_1.10.orig.tar.xz + 4bdf6fc6fe97b7f7ea1eb7397c6c1aab8276359cdbdcb24ce2c06340f46b241b 7392 libnvme_1.10-1.debian.tar.xz +Files: + aee5b1f8d047155b8feedd4d405969f3 2254 libnvme_1.10-1.dsc + cea2f372564dfa3ca1257f40b3ac3b2e 463932 libnvme_1.10.orig.tar.xz + 0244a1eaced1619bec5911a06e7b7b9e 7392 libnvme_1.10-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libonig +Binary: libonig5, libonig-dev +Architecture: any +Version: 6.9.9-1 +Maintainer: Jörg Frings-Fürst +Homepage: https://github.com/kkos/oniguruma +Standards-Version: 4.6.2.0 +Vcs-Browser: https://git.jff.email/cgit/libonig.git +Vcs-Git: git://git.jff.email/libonig.git +Build-Depends: debhelper-compat (= 13) +Package-List: + libonig-dev deb libdevel optional arch=any + libonig5 deb libs optional arch=any +Directory: pool/c20de5d65f043340e776db59d6cfd1599a9e5260f853e48cef9149e13c4bfe06 +Checksums-Sha1: + cc12d03e61e76bb4590de560ab60b1b4abd449fd 1862 libonig_6.9.9-1.dsc + 83e7f2e1142baa9a545e7e1c49a0c81e8828e31e 645616 libonig_6.9.9.orig.tar.gz + 77d1e73c3ad98fc365868733f5063df16c3344e6 8960 libonig_6.9.9-1.debian.tar.xz +Checksums-Sha256: + c20de5d65f043340e776db59d6cfd1599a9e5260f853e48cef9149e13c4bfe06 1862 libonig_6.9.9-1.dsc + 001aa1202e78448f4c0bf1a48c76e556876b36f16d92ce3207eccfd61d99f2a0 645616 libonig_6.9.9.orig.tar.gz + 01be609556b8e1f175464054bf87f7d64dc06ae01b2f78a6f731a837a4582a19 8960 libonig_6.9.9-1.debian.tar.xz +Files: + 85ae105dce1c9cbab1e1937ff71e8f02 1862 libonig_6.9.9-1.dsc + 6a3defb3d5e57c2fa4b6f3b4ec6de28b 645616 libonig_6.9.9.orig.tar.gz + 4e6814639694c9f84cb63af40b280a6c 8960 libonig_6.9.9-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libosinfo +Binary: libosinfo-1.0-0, libosinfo-bin, libosinfo-l10n, libosinfo-1.0-dev, gir1.2-libosinfo-1.0 +Architecture: any all +Version: 1.11.0-2 +Maintainer: Debian Libvirt Maintainers +Uploaders: Guido Günther , Pino Toscano , +Homepage: https://libosinfo.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/libvirt-team/libosinfo +Vcs-Git: https://salsa.debian.org/libvirt-team/libosinfo.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, gettext, gtk-doc-tools, libglib2.0-bin, libglib2.0-dev, libgirepository1.0-dev, libsoup-3.0-dev, libxml2-dev, libxml2-utils, libxslt-dev, meson, valac (>= 0.20), osinfo-db (>= 0.20190411), pci.ids, usb.ids +Package-List: + gir1.2-libosinfo-1.0 deb introspection optional arch=any + libosinfo-1.0-0 deb libs optional arch=any + libosinfo-1.0-dev deb libdevel optional arch=any + libosinfo-bin deb libs optional arch=any + libosinfo-l10n deb localization optional arch=all +Directory: pool/16d1e42cf012f4e97b4abff83e19fae36f69a8cadba812899c0dc7432c4a532a +Checksums-Sha1: + d3de3b9496c8dc3f1bf30661a6a2dd8fb47f2b2d 2787 libosinfo_1.11.0-2.dsc + 483b2ed86c9bb3efc4ba3ef572ec9fd7060b2d54 303944 libosinfo_1.11.0.orig.tar.xz + 734f7dfa3a8b68a6c92da1629d02550e5b2f80a7 833 libosinfo_1.11.0.orig.tar.xz.asc + 248c11bd45d7ed08c658bf5a09d5def65e4f9916 18256 libosinfo_1.11.0-2.debian.tar.xz +Checksums-Sha256: + 16d1e42cf012f4e97b4abff83e19fae36f69a8cadba812899c0dc7432c4a532a 2787 libosinfo_1.11.0-2.dsc + 1bf96eec9e1460f3d1a713163cca1ff0d480a3490b50899292f14548b3a96b60 303944 libosinfo_1.11.0.orig.tar.xz + 06d1e30d6be7dd945b71cb50d72a014392d2246663b34ff852f107a4382b7dd3 833 libosinfo_1.11.0.orig.tar.xz.asc + 8b422e202740526e783d7267cb53aecfc4804d6ebb395b04d513a8211d2472f4 18256 libosinfo_1.11.0-2.debian.tar.xz +Files: + 63726d4b5e0f5ffd00a4073510cbd03c 2787 libosinfo_1.11.0-2.dsc + e7e586c0dd61aa73deff7fbe86473d64 303944 libosinfo_1.11.0.orig.tar.xz + 2f8a60cd7b4e0d63fbc214dbf1490a35 833 libosinfo_1.11.0.orig.tar.xz.asc + cf37982f237f2c2352f866d7fb5a4317 18256 libosinfo_1.11.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libp11 +Binary: libp11-dev, libp11-3t64, libengine-pkcs11-openssl +Architecture: any +Version: 0.4.12-3 +Maintainer: Debian OpenSC Maintainers +Uploaders: Eric Dorland +Homepage: https://github.com/OpenSC/libp11 +Standards-Version: 4.5.0.3 +Vcs-Browser: https://salsa.debian.org/opensc-team/libp11 +Vcs-Git: https://salsa.debian.org/opensc-team/libp11.git +Testsuite: autopkgtest +Testsuite-Triggers: gnutls-bin, opensc-pkcs11, openssl, softhsm2 +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), libltdl3-dev, libp11-kit-dev, libssl-dev, pkgconf +Package-List: + libengine-pkcs11-openssl deb libdevel optional arch=any + libp11-3t64 deb libs optional arch=any + libp11-dev deb libdevel optional arch=any +Directory: pool/af1e02942ffc935b1cc43d7f3f25b80d7ca812a8e238a7f755beb612797413f4 +Checksums-Sha1: + 6b5c2623a1449cfca5f60cd4051ecba76ce0da34 2054 libp11_0.4.12-3.dsc + e42d8ba9092d933dc463070cdd7c280321c9b65c 516414 libp11_0.4.12.orig.tar.gz + 5a5ecdaa36c8057ee7abf8a12cb915e62f0244aa 16492 libp11_0.4.12-3.debian.tar.xz +Checksums-Sha256: + af1e02942ffc935b1cc43d7f3f25b80d7ca812a8e238a7f755beb612797413f4 2054 libp11_0.4.12-3.dsc + 1e1a2533b3fcc45fde4da64c9c00261b1047f14c3f911377ebd1b147b3321cfd 516414 libp11_0.4.12.orig.tar.gz + 0133022dd075a3531e0b429ddb5e4174b1972f82d5bf99b106d98a728c5771e4 16492 libp11_0.4.12-3.debian.tar.xz +Files: + f9efb5d270ebe378840d581da3378f20 2054 libp11_0.4.12-3.dsc + 2ec3c29523cc06ec60166b320c489c63 516414 libp11_0.4.12.orig.tar.gz + d3590831d7afaee74cc9ab5bd4abd0ea 16492 libp11_0.4.12-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libpam-ssh +Binary: libpam-ssh +Architecture: any +Version: 2.3+ds-6gardenlinux0 +Maintainer: Jerome Benoit +Homepage: http://pam-ssh.sourceforge.net +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/libpam-ssh +Vcs-Git: https://salsa.debian.org/debian/libpam-ssh.git +Build-Depends: debhelper-compat (= 13), libtool, libssl-dev (>= 1.1.1), libpam0g-dev, openssh-client | ssh-client +Package-List: + libpam-ssh deb admin optional arch=any +Directory: pool/9824adab3bf75fad977188d1fc925293fc8026574d16eea90c7b5707d27c8b47 +Checksums-Sha1: + c5bceb2cc8839d98abfa95501fca146bdc3037bf 1093 libpam-ssh_2.3+ds-6gardenlinux0.dsc + 6e94818a4bd978b21c6455014d070eaf6267dc9a 151556 libpam-ssh_2.3+ds.orig.tar.xz + 701f6d5466ddb72ec879df5d7c607c0b5a2bad97 17040 libpam-ssh_2.3+ds-6gardenlinux0.debian.tar.xz +Checksums-Sha256: + 9824adab3bf75fad977188d1fc925293fc8026574d16eea90c7b5707d27c8b47 1093 libpam-ssh_2.3+ds-6gardenlinux0.dsc + f3812baa1b484ea504074e30c7882a070604bae040a87c4d8afae4f189c66d0f 151556 libpam-ssh_2.3+ds.orig.tar.xz + 5570ea900011d8b311d23c35a520b626448c7bcfc616b68115abf4dfff3f45df 17040 libpam-ssh_2.3+ds-6gardenlinux0.debian.tar.xz +Files: + b63ddce3e6aef881d4cb88f3733133e1 1093 libpam-ssh_2.3+ds-6gardenlinux0.dsc + cdd4fe9be1817b4262a46436cc2271e2 151556 libpam-ssh_2.3+ds.orig.tar.xz + 36901b310e776f342f3f62bb18699e2f 17040 libpam-ssh_2.3+ds-6gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: libparams-classify-perl +Binary: libparams-classify-perl +Architecture: any +Version: 0.015-2 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Damyan Ivanov , Ansgar Burchardt , Dominic Hargreaves +Homepage: https://metacpan.org/release/Params-Classify +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libparams-classify-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libparams-classify-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native, libdevel-callchecker-perl, libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl +Package-List: + libparams-classify-perl deb perl optional arch=any +Directory: pool/80555246d0bcfa5bed06bd85192bb15f08c13ffbd94fbb2ee8520226e4a42449 +Checksums-Sha1: + 6d999abb8eeb2f69bc90c7135291a3f0ee1be688 2368 libparams-classify-perl_0.015-2.dsc + ca7f68c02aa5d0a1b8ca9948ef711f239341a6cf 22061 libparams-classify-perl_0.015.orig.tar.gz + 5826215c95bb686923152fd556968c61ed0be19a 4572 libparams-classify-perl_0.015-2.debian.tar.xz +Checksums-Sha256: + 80555246d0bcfa5bed06bd85192bb15f08c13ffbd94fbb2ee8520226e4a42449 2368 libparams-classify-perl_0.015-2.dsc + 398ec15cd899fcd8bef3db9ea1748bf631f15f6c32be203e475b67df510a5914 22061 libparams-classify-perl_0.015.orig.tar.gz + c7087bb7fffdcf94812dd6e2f2fb6c0ebbabe1ae5205401e01dbb3bbdfb45f1b 4572 libparams-classify-perl_0.015-2.debian.tar.xz +Files: + e8ebe14a055a84d24459d699b83d62f3 2368 libparams-classify-perl_0.015-2.dsc + 3c3367d759ed5bd6fe86c1f35e9b51ed 22061 libparams-classify-perl_0.015.orig.tar.gz + 4b73d508c72b4ca19c036c33a73e5905 4572 libparams-classify-perl_0.015-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libpcap +Binary: libpcap-dev, libpcap0.8-dev, libpcap0.8t64 +Architecture: any +Version: 1.10.5-1gl0 +Maintainer: Romain Francoise +Homepage: https://www.tcpdump.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/rfrancoise/libpcap +Vcs-Git: https://salsa.debian.org/rfrancoise/libpcap.git +Build-Depends: bison, debhelper-compat (= 13), dpkg-dev (>= 1.22.5), flex, libbluetooth-dev [linux-any], libdbus-1-dev, linux-libc-dev [i386] +Package-List: + libpcap-dev deb libdevel optional arch=any + libpcap0.8-dev deb libdevel optional arch=any + libpcap0.8t64 deb libs optional arch=any +Directory: pool/bc46abd31bb4f5c1608563f5baba63585b8ede3482aede19682127e725460d4c +Checksums-Sha1: + fc67d2082b6d10d299e35ba13325a5446912becd 1189 libpcap_1.10.5-1gl0.dsc + dcfe3a06273ac48e247bc96e96b4f58e65856c07 671888 libpcap_1.10.5.orig.tar.xz + c12193f34289d422788160ec6d9237df6b1c9bb2 19820 libpcap_1.10.5-1gl0.debian.tar.xz +Checksums-Sha256: + bc46abd31bb4f5c1608563f5baba63585b8ede3482aede19682127e725460d4c 1189 libpcap_1.10.5-1gl0.dsc + 2365e6d5b1c4262bb8429d075db6a201bc3b192e4253b2a8117131de7dc8fcc0 671888 libpcap_1.10.5.orig.tar.xz + f9f7eaa30df62e72f73a13b1085d216c86693cd3e2688e18489648d63658bde4 19820 libpcap_1.10.5-1gl0.debian.tar.xz +Files: + 3383848e34fc58332c93e9adb6847244 1189 libpcap_1.10.5-1gl0.dsc + fb82101056aebd757c708622ff4ffdf3 671888 libpcap_1.10.5.orig.tar.xz + 3fc5109adfe0f3610e147faec4afe621 19820 libpcap_1.10.5-1gl0.debian.tar.xz + +Format: 1.0 +Package: libpciaccess +Binary: libpciaccess0, libpciaccess0-udeb, libpciaccess-dev +Architecture: any +Version: 0.17-3 +Maintainer: Debian X Strike Force +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libpciaccess +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libpciaccess.git +Build-Depends: debhelper-compat (= 13), zlib1g-dev, xutils-dev (>= 1:7.5), pkg-config, quilt (>= 0.46-7) +Package-List: + libpciaccess-dev deb libdevel optional arch=any + libpciaccess0 deb libs optional arch=any + libpciaccess0-udeb udeb debian-installer optional arch=any +Directory: pool/b85bc2f12e4566e6471597c2cdc376bc8d0f403f4b56505d02dc937ac210f475 +Checksums-Sha1: + 9413b6fc5ed8e0958f3ffe1e8f2a37c5a2c1e754 2291 libpciaccess_0.17-3.dsc + 377d55446bcba79c0aa1712f7a2044bc2d00310a 490419 libpciaccess_0.17.orig.tar.gz + 93c0302c47d86814a4823199574e3669e448c88b 801 libpciaccess_0.17.orig.tar.gz.asc + 498d4e15cbc976a9e899c3b51c47d66d20de661a 34504 libpciaccess_0.17-3.diff.gz +Checksums-Sha256: + b85bc2f12e4566e6471597c2cdc376bc8d0f403f4b56505d02dc937ac210f475 2291 libpciaccess_0.17-3.dsc + bf6985a77d2ecb00e2c79da3edfb26b909178ffca3f2e9d14ed0620259ab733b 490419 libpciaccess_0.17.orig.tar.gz + f8eb8809b95f6bed9f5fe315d84c45b7a4c2ef2d0e3d94b942f6c76548c80cdd 801 libpciaccess_0.17.orig.tar.gz.asc + 34c49a1dc94b7a69b5f7a31fee2878d516f733446107386aa405185c246e828b 34504 libpciaccess_0.17-3.diff.gz +Files: + bad5a72cced8b2537612b664874a3df7 2291 libpciaccess_0.17-3.dsc + 749a8a8cd8e8a059162a5bf27f531ffa 490419 libpciaccess_0.17.orig.tar.gz + c1b778016ab0fc92578fa9a68a52af7d 801 libpciaccess_0.17.orig.tar.gz.asc + 9b7b1d740b1d6350ff1fa59dca79ab31 34504 libpciaccess_0.17-3.diff.gz + +Format: 3.0 (quilt) +Package: libpipeline +Binary: libpipeline1, libpipeline-dev +Architecture: any +Version: 1.5.8-1 +Maintainer: Colin Watson +Homepage: https://libpipeline.gitlab.io/libpipeline/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libpipeline +Vcs-Git: https://salsa.debian.org/debian/libpipeline.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: check , debhelper-compat (= 13), gnulib, pkgconf +Package-List: + libpipeline-dev deb libdevel optional arch=any + libpipeline1 deb libs optional arch=any +Directory: pool/2d740d57232fa296975b77384c99ff52b785ad32751ce3d881a277a6490707c2 +Checksums-Sha1: + 1bf880f4c21416fbf3087eb588dc5304b2c957e1 2415 libpipeline_1.5.8-1.dsc + 9fdf097ec8f4143c019793089b0107abf53e1809 1070254 libpipeline_1.5.8.orig.tar.gz + 4efbddfbf5e8b54c6796454ed38c2d83066d58df 833 libpipeline_1.5.8.orig.tar.gz.asc + 185c3d3f58957d2322b2f26beda6165b7d552440 10048 libpipeline_1.5.8-1.debian.tar.xz +Checksums-Sha256: + 2d740d57232fa296975b77384c99ff52b785ad32751ce3d881a277a6490707c2 2415 libpipeline_1.5.8-1.dsc + 1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405 1070254 libpipeline_1.5.8.orig.tar.gz + a201417b3e370feccda30a9395f5e7d1ea8d9793419f5cce339f47ddb1c626e4 833 libpipeline_1.5.8.orig.tar.gz.asc + 08ba6f17afe9a7692d6e25e46dc5fdb270837e5eb895d2cd3e1fd2e8fba2fbec 10048 libpipeline_1.5.8-1.debian.tar.xz +Files: + 445168e5d8954e250741d04518d9e37a 2415 libpipeline_1.5.8-1.dsc + 17ac6969b2015386bcb5d278a08a40b5 1070254 libpipeline_1.5.8.orig.tar.gz + 1104698187eb230f4fbfe47d12946166 833 libpipeline_1.5.8.orig.tar.gz.asc + 4617f02388fd999222333372b86f232d 10048 libpipeline_1.5.8-1.debian.tar.xz +Dgit: 8f67a1fbb9235b77de7e1d982db6016c9142c958 debian archive/debian/1.5.8-1 https://git.dgit.debian.org/libpipeline + +Format: 3.0 (quilt) +Package: libpng1.6 +Binary: libpng16-16t64, libpng-dev, libpng-tools, libpng16-16-udeb +Architecture: any +Version: 1.6.44-2 +Maintainer: Maintainers of libpng1.6 packages +Uploaders: Nobuhiro Iwamatsu , Gianfranco Costamagna , Tobias Frost +Homepage: http://libpng.org/pub/png/libpng.html +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libpng1.6 +Vcs-Git: https://salsa.debian.org/debian/libpng1.6.git +Build-Depends: debhelper-compat (= 13), cmake, zlib1g-dev, mawk +Package-List: + libpng-dev deb libdevel optional arch=any + libpng-tools deb libdevel optional arch=any + libpng16-16-udeb udeb debian-installer optional arch=any profile=!noudeb + libpng16-16t64 deb libs optional arch=any +Directory: pool/1b06f9c144f4102886ed7b5f639f607708fcc1014e60ee17b1c7f8f6674ebd0d +Checksums-Sha1: + 035f3ad8eda7a1a879bbf3f674ac558bb267e820 2254 libpng1.6_1.6.44-2.dsc + c92df426b739eec74428b8fde637c9349e43819c 1558044 libpng1.6_1.6.44.orig.tar.gz + 8e7b7efaa9ed25d0491b83b14519d7cb62b1e978 31580 libpng1.6_1.6.44-2.debian.tar.xz +Checksums-Sha256: + 1b06f9c144f4102886ed7b5f639f607708fcc1014e60ee17b1c7f8f6674ebd0d 2254 libpng1.6_1.6.44-2.dsc + 0ef5b633d0c65f780c4fced27ff832998e71478c13b45dfb6e94f23a82f64f7c 1558044 libpng1.6_1.6.44.orig.tar.gz + ee27a126c2de86c7ff13059cdc0fd922dda0ae6db0e6edd7feacb7a1fb6603f1 31580 libpng1.6_1.6.44-2.debian.tar.xz +Files: + e16e23ee4089c0aa3baa472d9097ec5f 2254 libpng1.6_1.6.44-2.dsc + ac3903e0677f043f95f997f4496e8c45 1558044 libpng1.6_1.6.44.orig.tar.gz + f92441194932778636189da1d4fe6145 31580 libpng1.6_1.6.44-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libproxy +Binary: libproxy1v5, libproxy1-plugin-gsettings, libproxy1-plugin-kconfig, libproxy1-plugin-networkmanager, libproxy1-plugin-webkit, libproxy-dev, libproxy-tools +Architecture: any +Version: 0.5.8-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha , Laurent Bigonville +Homepage: https://libproxy.github.io/libproxy/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/libproxy +Vcs-Git: https://salsa.debian.org/gnome-team/libproxy.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gsettings-desktop-schemas, pkg-config +Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, duktape-dev, gsettings-desktop-schemas-dev, meson, netbase , valac, zlib1g-dev, libnm-dev [linux-any], libcurl4-gnutls-dev, libdbus-1-dev, libkf5config-bin , libwebkit2gtk-4.1-dev , libjavascriptcoregtk-4.1-dev , libglib2.0-dev (>= 2.26) , libxmu-dev +Package-List: + libproxy-dev deb libdevel optional arch=any + libproxy-tools deb utils optional arch=any + libproxy1-plugin-gsettings deb oldlibs optional arch=any + libproxy1-plugin-kconfig deb oldlibs optional arch=any + libproxy1-plugin-networkmanager deb oldlibs optional arch=linux-any + libproxy1-plugin-webkit deb oldlibs optional arch=any + libproxy1v5 deb libs optional arch=any +Directory: pool/3cdee0b581f9f23edac8206a5b036617df8e1bfa21c7725c80584d3356e391de +Checksums-Sha1: + 47dc0ff035b0ab6941bf3990cfaedf2539757378 2911 libproxy_0.5.8-1.dsc + dfdea2682cd6cf32c8925c7df4dbe3fe4af3fbf7 58009 libproxy_0.5.8.orig.tar.gz + ac31175714214a103e144e499eb86df65c52c6ca 15000 libproxy_0.5.8-1.debian.tar.xz +Checksums-Sha256: + 3cdee0b581f9f23edac8206a5b036617df8e1bfa21c7725c80584d3356e391de 2911 libproxy_0.5.8-1.dsc + 64e363855012175bf796b37cacddf7bc7e08af0bf406eea94b549ce207987d3e 58009 libproxy_0.5.8.orig.tar.gz + 88e5ad36f0bca4c20801b1b9a035a427e2161b332c2766743b498376e03d80ed 15000 libproxy_0.5.8-1.debian.tar.xz +Files: + 96c2f83c3c2e38dbbf5a76b9d8a12452 2911 libproxy_0.5.8-1.dsc + c1b7623125abddf7ad24804c6f809e07 58009 libproxy_0.5.8.orig.tar.gz + 893d6ff9e22c496a7a1d4a340ec959b9 15000 libproxy_0.5.8-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libpsl +Binary: libpsl-dev, libpsl5t64, psl, psl-make-dafsa +Architecture: any all +Version: 0.21.2-1.1 +Maintainer: Tim Rühsen +Uploaders: Daniel Kahn Gillmor , +Homepage: https://github.com/rockdaboot/libpsl +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libpsl +Vcs-Git: https://salsa.debian.org/debian/libpsl.git +Testsuite: autopkgtest +Testsuite-Triggers: publicsuffix +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13) +Build-Depends-Arch: dpkg-dev (>= 1.22.5), autoconf-archive, automake, gtk-doc-tools, libidn2-dev, libunistring-dev, pkg-config, publicsuffix (>= 20150507), python3:any +Package-List: + libpsl-dev deb libdevel optional arch=any + libpsl5t64 deb libs optional arch=any + psl deb net optional arch=any + psl-make-dafsa deb net optional arch=all +Directory: pool/b9b5496ca2bffb827cb0b2d997469908a2b7a7475c20a11c02f9dcd1ed2a0cc9 +Checksums-Sha1: + afe3a20cff43619cfc7f1c13ad317a79e94a7e5c 2285 libpsl_0.21.2-1.1.dsc + eff866df9906dd254f1a54cc0e51f051cc42e61d 1870352 libpsl_0.21.2.orig.tar.xz + 4dc62f44cb904d29a0c26cfb770605a3f6ebbb02 12120 libpsl_0.21.2-1.1.debian.tar.xz +Checksums-Sha256: + b9b5496ca2bffb827cb0b2d997469908a2b7a7475c20a11c02f9dcd1ed2a0cc9 2285 libpsl_0.21.2-1.1.dsc + 11e34380f2c81d6e72c710464aae3b680df4ddcc1007826c630fb03c7ca6aa54 1870352 libpsl_0.21.2.orig.tar.xz + 0eccab147b6dfbfb7f5ad40fb5bd9f888d72a0fe44e7d1801811c34a9acad1a7 12120 libpsl_0.21.2-1.1.debian.tar.xz +Files: + dd37e647fba3e0ff68a64356e25fad99 2285 libpsl_0.21.2-1.1.dsc + 32d5a8b2ce39f537394eb28f25272e1f 1870352 libpsl_0.21.2.orig.tar.xz + f449f7ba50fab1d96af7c50fb65e5a0f 12120 libpsl_0.21.2-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libpwquality +Binary: libpwquality-dev, libpwquality1, libpwquality-common, libpwquality-tools, libpam-pwquality, python3-pwquality +Architecture: any all +Version: 1.4.5-3 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Laurent Bigonville , Michael Biebl +Homepage: https://github.com/libpwquality/libpwquality +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/libpwquality +Vcs-Git: https://salsa.debian.org/gnome-team/libpwquality.git +Build-Depends: debhelper-compat (= 13), dh-sequence-gnome, dh-sequence-python3, libcrack2-dev, libpam0g-dev, libpython3-dev, python3-dev:any, python3-setuptools +Package-List: + libpam-pwquality deb admin optional arch=any + libpwquality-common deb libs optional arch=all + libpwquality-dev deb libdevel optional arch=any + libpwquality-tools deb admin optional arch=any + libpwquality1 deb libs optional arch=any + python3-pwquality deb python optional arch=any +Directory: pool/29804d1853f3de39bd8a0828372b0e54bdd276d014039267784378c847cbbad0 +Checksums-Sha1: + 74339e53a96556264c17fe9dc65fe847f695736b 2501 libpwquality_1.4.5-3.dsc + bd39e45abe3cd7ec2f97fa4780feff9435ba8239 433961 libpwquality_1.4.5.orig.tar.bz2 + 5605bbee4a7031890b72bd6b834bc17b42415e9d 7120 libpwquality_1.4.5-3.debian.tar.xz +Checksums-Sha256: + 29804d1853f3de39bd8a0828372b0e54bdd276d014039267784378c847cbbad0 2501 libpwquality_1.4.5-3.dsc + 6fcf18b75d305d99d04d2e42982ed5b787a081af2842220ed63287a2d6a10988 433961 libpwquality_1.4.5.orig.tar.bz2 + 41d252b7bbd204796d1706a20553ba5f1cf93977bdb38481dace67e4c7785e4a 7120 libpwquality_1.4.5-3.debian.tar.xz +Files: + 72aca2a0fe73e1574a395e5e6148ab13 2501 libpwquality_1.4.5-3.dsc + 6b70e355269aef0b9ddb2b9d17936f21 433961 libpwquality_1.4.5.orig.tar.bz2 + c438d7900870942aa6ef9c6ea6e634ef 7120 libpwquality_1.4.5-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: librabbitmq +Binary: amqp-tools, librabbitmq-dev, librabbitmq4 +Architecture: any +Version: 0.14.0-1 +Maintainer: Florian Ernst +Homepage: https://github.com/alanxz/rabbitmq-c +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/librabbitmq +Vcs-Git: https://salsa.debian.org/debian/librabbitmq.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: cmake, debhelper-compat (= 13), xmlto, libpopt-dev, libssl-dev, libtool +Package-List: + amqp-tools deb net optional arch=any + librabbitmq-dev deb libdevel optional arch=any + librabbitmq4 deb libs optional arch=any +Directory: pool/a7b75602313e27afbb9284f5e44827be0b52de5868562dae41eba43a19e10ad3 +Checksums-Sha1: + 7b83e5dba3fe478a0abe732abca7c6ae556bf120 2084 librabbitmq_0.14.0-1.dsc + 2bdb47c8e520ce2fbe0820f73e11abd7e580ea37 130220 librabbitmq_0.14.0.orig.tar.gz + b4f14f1fa1835b38c9c20e92161505f9329b8dc1 6240 librabbitmq_0.14.0-1.debian.tar.xz +Checksums-Sha256: + a7b75602313e27afbb9284f5e44827be0b52de5868562dae41eba43a19e10ad3 2084 librabbitmq_0.14.0-1.dsc + 839b28eae20075ac58f45925fe991d16a3138cbde015db0ee11df1acb1c493df 130220 librabbitmq_0.14.0.orig.tar.gz + 440c0100b191466048a2616a64f5901c9f7a746493b667f9521f625a1d18a177 6240 librabbitmq_0.14.0-1.debian.tar.xz +Files: + 9c4e94de37dd59ccabc325eae7c4d8c0 2084 librabbitmq_0.14.0-1.dsc + 8e95a78de16738adf774914093cadb70 130220 librabbitmq_0.14.0.orig.tar.gz + 05737668df995af6b1e9e10fa482743a 6240 librabbitmq_0.14.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: librelp +Binary: librelp0, librelp-dev +Architecture: any +Version: 1.11.0-2 +Maintainer: Michael Biebl +Homepage: https://www.rsyslog.com/librelp/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/librelp +Vcs-Git: https://salsa.debian.org/debian/librelp.git +Build-Depends: debhelper-compat (= 13), autoconf-archive, libgnutls28-dev (>= 2.10.0), libssl-dev, pkgconf, procps , python3 +Package-List: + librelp-dev deb libdevel optional arch=any + librelp0 deb libs optional arch=any +Directory: pool/bcc6f3e55bb14c6d70f1f9387897a20ffc423710713125a768c476d5d17d37a6 +Checksums-Sha1: + fa250c9b448d3ae3225f22c305e406d1c18730eb 1980 librelp_1.11.0-2.dsc + 72b0ffdc57444972e3b5eaf287f1b79f28f7d1be 546841 librelp_1.11.0.orig.tar.gz + 83e732661bfaf504d1eed8ff9310289accaa9cba 5328 librelp_1.11.0-2.debian.tar.xz +Checksums-Sha256: + bcc6f3e55bb14c6d70f1f9387897a20ffc423710713125a768c476d5d17d37a6 1980 librelp_1.11.0-2.dsc + 7719b5f31e07cbb9872289ad32b787c613b5355d407982a0a2c4d69938457fd6 546841 librelp_1.11.0.orig.tar.gz + 9ac00a459d56d6f78f5bd00bd6e65d2a761471413a4a26b95f9717dfeed43aa7 5328 librelp_1.11.0-2.debian.tar.xz +Files: + 498848734bc025da20da261a620359c8 1980 librelp_1.11.0-2.dsc + 8130097ed0bf6b5f96083c410a1e89d9 546841 librelp_1.11.0.orig.tar.gz + d668346833b0ca10da16f2ae89b958d3 5328 librelp_1.11.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: librole-tiny-perl +Binary: librole-tiny-perl +Architecture: all +Version: 2.002004-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/Role-Tiny +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librole-tiny-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librole-tiny-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libclass-method-modifiers-perl , libtest-simple-perl , perl +Package-List: + librole-tiny-perl deb perl optional arch=all +Directory: pool/a8a62c10f614776b6e9133b59f9df68610c217a46cea63c168956b71aa340cb2 +Checksums-Sha1: + 8302b9062e1adc9b9d745ffe9c93d0758598c7cf 2449 librole-tiny-perl_2.002004-1.dsc + 4bc9b5e1b449dd15724741408945aac47a18acdb 35940 librole-tiny-perl_2.002004.orig.tar.gz + 7c57d93c06e592cb09344842c7094c54727a9708 3692 librole-tiny-perl_2.002004-1.debian.tar.xz +Checksums-Sha256: + a8a62c10f614776b6e9133b59f9df68610c217a46cea63c168956b71aa340cb2 2449 librole-tiny-perl_2.002004-1.dsc + d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45 35940 librole-tiny-perl_2.002004.orig.tar.gz + 5ffe95082ef753a629fd63d521d42f61858c8fc42d8e8ea1e5b3f1aa2d8d6097 3692 librole-tiny-perl_2.002004-1.debian.tar.xz +Files: + a02bf1ea398c834f0396bf4c13d04f14 2449 librole-tiny-perl_2.002004-1.dsc + 9ee45591befa3d0b1094ac75d282b6ba 35940 librole-tiny-perl_2.002004.orig.tar.gz + 89ee71573e1bcaf881ac1a5c8dfb4bf3 3692 librole-tiny-perl_2.002004-1.debian.tar.xz +Dgit: 8d4bf6557a3fa113dd65db0e2bcced021af53279 debian archive/debian/2.002004-1 https://git.dgit.debian.org/librole-tiny-perl + +Format: 3.0 (quilt) +Package: librsvg +Binary: librsvg2-dev, librsvg2-2, librsvg2-common, librsvg2-doc, librsvg2-bin, librsvg2-tests, gir1.2-rsvg-2.0 +Architecture: any all +Version: 2.59.0+dfsg-3 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Jeremy Bícha , Laurent Bigonville , Michael Biebl , Tim Lunn +Homepage: https://wiki.gnome.org/Projects/LibRsvg +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/librsvg +Vcs-Git: https://salsa.debian.org/gnome-team/librsvg.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, file +Build-Depends: debhelper-compat (= 13), cargo, cargo-c, dh-sequence-gir, gi-docgen, jq, libcairo2-dev (>= 1.2.0), libdav1d-dev, libfreetype-dev (>= 2.8.0), libgdk-pixbuf-2.0-dev (>= 2.23.5-2), libglib2.0-dev (>= 2.50.0), libharfbuzz-dev, libpango1.0-dev (>= 1.48.11), libxml2-dev (>= 2.9.0), libgirepository1.0-dev, gir1.2-gobject-2.0-dev , gir1.2-gdkpixbuf-2.0-dev , gir1.2-gio-2.0-dev , gir1.2-cairo-1.0-dev , locales, meson, python3-docutils , rustc (>= 1.70), valac (>= 0.17.5) +Package-List: + gir1.2-rsvg-2.0 deb introspection optional arch=any + librsvg2-2 deb libs optional arch=any + librsvg2-bin deb graphics optional arch=any + librsvg2-common deb libs optional arch=any + librsvg2-dev deb libdevel optional arch=any + librsvg2-doc deb doc optional arch=all profile=!nodoc + librsvg2-tests deb misc optional arch=any +Directory: pool/b738fd2aea50e452723d7ef470ae9ce60e3430df1dc0308d15c04d9825f7583f +Checksums-Sha1: + bc9078044cc8f532705b487c9b6b65afbb62d8d8 3046 librsvg_2.59.0+dfsg-3.dsc + 24e6ad12332c771221ce399ff49070b891b11f3e 6111680 librsvg_2.59.0+dfsg.orig.tar.xz + ca4176bc62c262bc68a2f0d9ac66641f8dd78230 17815368 librsvg_2.59.0+dfsg-3.debian.tar.xz +Checksums-Sha256: + b738fd2aea50e452723d7ef470ae9ce60e3430df1dc0308d15c04d9825f7583f 3046 librsvg_2.59.0+dfsg-3.dsc + ab76cd1f5a0969c6e71073f369f9470839873c39ed0e5a34ab9b19ab5281d7e9 6111680 librsvg_2.59.0+dfsg.orig.tar.xz + 08a0bc6fb4488cb7aa686035225aabb6e630adb991c623ca944a657a96230033 17815368 librsvg_2.59.0+dfsg-3.debian.tar.xz +Files: + 7b1d4633b804d7e4c7d808fdb4093bdb 3046 librsvg_2.59.0+dfsg-3.dsc + e366bbef8f73afd666773da4d251fd1d 6111680 librsvg_2.59.0+dfsg.orig.tar.xz + 9dd1e8d7c2426c3ae8a7bf928ea6cbe8 17815368 librsvg_2.59.0+dfsg-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: librtr +Binary: librtr-dev, librtr-doc, librtr0t64, rtr-tools +Architecture: any all +Version: 0.8.0-1.1 +Maintainer: Debian Security Tools +Uploaders: Lukas Schwaighofer +Homepage: https://rtrlib.realmv6.org/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/librtr +Vcs-Git: https://salsa.debian.org/pkg-security-team/librtr.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), doxygen, libssh-dev, pkg-config +Package-List: + librtr-dev deb libdevel optional arch=any + librtr-doc deb doc optional arch=all + librtr0t64 deb libs optional arch=any + rtr-tools deb utils optional arch=any +Directory: pool/ff22cbba916d6392b9f3cf7ca0ed0834fc180f35deb0b188f84775195a870464 +Checksums-Sha1: + fe70e966dd5fe63ea4f10f469d748b36b9b33fcc 2157 librtr_0.8.0-1.1.dsc + 026f211a954590c61a681ae94297721b877b2521 262281 librtr_0.8.0.orig.tar.gz + 7e11273906fd979e8e92e331795a98c6f1e75b2e 6400 librtr_0.8.0-1.1.debian.tar.xz +Checksums-Sha256: + ff22cbba916d6392b9f3cf7ca0ed0834fc180f35deb0b188f84775195a870464 2157 librtr_0.8.0-1.1.dsc + 8cc99343dc3ea8908cd9710ba1f72a1ddce591bf80bfd7d656dbc4568f560ada 262281 librtr_0.8.0.orig.tar.gz + e7886c5c5e1ed96a32c99910ace804b9d14cc288956dfd7da526cc527f57934e 6400 librtr_0.8.0-1.1.debian.tar.xz +Files: + a95ae24a242cc4ba79e7bb80a3debe44 2157 librtr_0.8.0-1.1.dsc + e6237318b51ea1162d9ae7b296f966c8 262281 librtr_0.8.0.orig.tar.gz + b3b5e510397f5e163f25d7d72fc285e7 6400 librtr_0.8.0-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libscalar-list-utils-perl +Binary: libscalar-list-utils-perl +Architecture: any +Version: 1:1.63-1 +Maintainer: Debian Perl Group +Uploaders: Salvatore Bonaccorso +Homepage: https://metacpan.org/release/Scalar-List-Utils +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libscalar-list-utils-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libscalar-list-utils-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native +Package-List: + libscalar-list-utils-perl deb perl optional arch=any +Directory: pool/56374a4e7c85f88dcab3b17b7e28ec095c62e36460c54755fcaa1b050e3ab9df +Checksums-Sha1: + f94a08fa9e6df8b0d9e0b8a74cd88bedd19322e2 2196 libscalar-list-utils-perl_1.63-1.dsc + c9551bb33e842af29024778c7ad389022d12ad5d 177981 libscalar-list-utils-perl_1.63.orig.tar.gz + c585c847cad3dbe2e07fbb04ab333ff284c000b2 4020 libscalar-list-utils-perl_1.63-1.debian.tar.xz +Checksums-Sha256: + 56374a4e7c85f88dcab3b17b7e28ec095c62e36460c54755fcaa1b050e3ab9df 2196 libscalar-list-utils-perl_1.63-1.dsc + cafbdf212f6827dc9a0dd3b57b6ee50e860586d7198228a33262d55c559eb2a9 177981 libscalar-list-utils-perl_1.63.orig.tar.gz + 729ae88d9b695f866c4e9560fd2e010b4cf35511302c2e52f6594af511f49528 4020 libscalar-list-utils-perl_1.63-1.debian.tar.xz +Files: + 008bd4b54554f8e58a71b82a843299b1 2196 libscalar-list-utils-perl_1.63-1.dsc + bf0470460a4c1d20fb2ae0c5862be315 177981 libscalar-list-utils-perl_1.63.orig.tar.gz + 87691459958ceeb3555ee70e2e38743f 4020 libscalar-list-utils-perl_1.63-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libseccomp +Binary: libseccomp-dev, libseccomp2, seccomp, python3-seccomp +Architecture: linux-any +Version: 2.5.5-1 +Maintainer: Kees Cook +Uploaders: Luca Bruno , Felix Geyer +Homepage: https://github.com/seccomp/libseccomp +Standards-Version: 3.9.7 +Vcs-Browser: https://salsa.debian.org/debian/libseccomp +Vcs-Git: https://salsa.debian.org/debian/libseccomp.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 12), linux-libc-dev, dh-python , python3-all-dev:any , libpython3-all-dev , cython3:native , python3-setuptools , valgrind [amd64 arm64 armhf i386 mips mips64 powerpc ppc64 ppc64el s390x] , gperf +Package-List: + libseccomp-dev deb libdevel optional arch=linux-any + libseccomp2 deb libs optional arch=linux-any + python3-seccomp deb python optional arch=linux-any profile=!nopython + seccomp deb utils optional arch=linux-any +Directory: pool/d8ea2fb22a4ed90001a34ace6e6a6f41fd1d9404de923182f2dde6037fec22e5 +Checksums-Sha1: + 954a14cc566908b58ee95e1914f2889b1ee2237b 2708 libseccomp_2.5.5-1.dsc + c0349aca443ec0807528d088a3f2e2e0d5d1b17b 642445 libseccomp_2.5.5.orig.tar.gz + 9a734ef6a09c03a43d9b90ae631be5e60fb00e28 833 libseccomp_2.5.5.orig.tar.gz.asc + 8671b82b4f458023363a58852eb01dc0501ba840 17608 libseccomp_2.5.5-1.debian.tar.xz +Checksums-Sha256: + d8ea2fb22a4ed90001a34ace6e6a6f41fd1d9404de923182f2dde6037fec22e5 2708 libseccomp_2.5.5-1.dsc + 248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375 642445 libseccomp_2.5.5.orig.tar.gz + f3bf8a946020d3047581f11fe6ac71971a842115ddb362562b193861ef57d97b 833 libseccomp_2.5.5.orig.tar.gz.asc + 0e14e878a97657d8ff660f32477461abbd3ce366e5c24df4e4385c3e64cacaac 17608 libseccomp_2.5.5-1.debian.tar.xz +Files: + 94fefb91d1d912bb7623a665857e61aa 2708 libseccomp_2.5.5-1.dsc + c27a5e43cae1e89e6ebfedeea734c9b4 642445 libseccomp_2.5.5.orig.tar.gz + c098d8cb3827dcdd038a5ffeab897311 833 libseccomp_2.5.5.orig.tar.gz.asc + 88120cf3198d8deb092308e548bb5fb1 17608 libseccomp_2.5.5-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libsecret +Binary: libsecret-1-dev, libsecret-1-0, libsecret-common, libsecret-tools, gir1.2-secret-1 +Architecture: any all +Version: 0.21.4-3 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Jeremy Bícha , Laurent Bigonville , Tim Lunn +Homepage: https://wiki.gnome.org/Projects/Libsecret +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/libsecret +Vcs-Git: https://salsa.debian.org/gnome-team/libsecret.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dbus, pkg-config +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, gi-docgen, libglib2.0-dev (>= 2.44.0), libglib2.0-doc (>= 2.44.0), libgcrypt20-dev (>= 1.2.2), libgirepository1.0-dev (>= 1.29), meson (>= 0.50.), gtk-doc-tools (>= 1.9), valac (>= 0.17.2.12), python3-dbus , python3-gi , dbus , gjs [amd64 arm64 armhf mips64el mipsel ppc64el riscv64 s390x] +Package-List: + gir1.2-secret-1 deb introspection optional arch=any + libsecret-1-0 deb libs optional arch=any + libsecret-1-dev deb libdevel optional arch=any + libsecret-common deb libs optional arch=all + libsecret-tools deb admin optional arch=any +Directory: pool/9ef2593572fc97bf363fe36c57ca52659b73b36dc6915907828bd17ab382d0a5 +Checksums-Sha1: + d63cfa176889412bc8a0796b377e6678de974462 2771 libsecret_0.21.4-3.dsc + 94df91594f14224e1aa02bfe8d15dcc657298cc1 206636 libsecret_0.21.4.orig.tar.xz + dff3b93d6d96cdf7d835b38daafe2a819d219f62 11600 libsecret_0.21.4-3.debian.tar.xz +Checksums-Sha256: + 9ef2593572fc97bf363fe36c57ca52659b73b36dc6915907828bd17ab382d0a5 2771 libsecret_0.21.4-3.dsc + 163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20 206636 libsecret_0.21.4.orig.tar.xz + 4ac3828258bf9528600a4d08d50a65b1cc6454fe5e07fcc51be77f2a08b4ac8a 11600 libsecret_0.21.4-3.debian.tar.xz +Files: + 4940c34bcac2eeb5f1ac553a5ed59ce9 2771 libsecret_0.21.4-3.dsc + 85f0534c673ccf10daf6fa419728e0d8 206636 libsecret_0.21.4.orig.tar.xz + 390eec859f101a1021f26fb436f7f8a1 11600 libsecret_0.21.4-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libselinux +Binary: selinux-utils, libselinux1, libselinux1-dev, libselinux1-udeb, ruby-selinux, python3-selinux +Architecture: linux-any +Version: 3.7-3 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Homepage: https://github.com/SELinuxProject +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/libselinux +Vcs-Git: https://salsa.debian.org/selinux-team/libselinux.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config, python3-all +Build-Depends: debhelper-compat (= 13), dh-sequence-python3 , dh-sequence-ruby , file, libsepol-dev (>= 3.7), libpcre2-dev, libpython3-all-dev , pkg-config, python3-all-dev:any , python3-pip , python3-setuptools , swig +Package-List: + libselinux1 deb libs optional arch=linux-any + libselinux1-dev deb libdevel optional arch=linux-any + libselinux1-udeb udeb debian-installer optional arch=linux-any profile=!noudeb + python3-selinux deb python optional arch=linux-any profile=!nopython + ruby-selinux deb ruby optional arch=linux-any profile=!noruby + selinux-utils deb admin optional arch=linux-any +Directory: pool/18559f82479feb99d429eb20e4b4572825cb8cb8ce0d2534b69c145f80cd7230 +Checksums-Sha1: + cd581a0c38babdb25c81ebde2f5fb9f55a036115 2990 libselinux_3.7-3.dsc + b4e13ef41333377644b50810c8b3b225f63366d0 194834 libselinux_3.7.orig.tar.gz + b1d819eba749eb1a47531cb3b657d37d539f579e 833 libselinux_3.7.orig.tar.gz.asc + 1eadc576b5bb58fc627eb1ac3439837e4384b7bd 41912 libselinux_3.7-3.debian.tar.xz +Checksums-Sha256: + 18559f82479feb99d429eb20e4b4572825cb8cb8ce0d2534b69c145f80cd7230 2990 libselinux_3.7-3.dsc + ea03f42d13a4f95757997dba8cf0b26321fac5d2f164418b4cc856a92d2b17bd 194834 libselinux_3.7.orig.tar.gz + 8dbd0457d227a7182b0a1f2f8659c2f4dd4ae837f5e69a17d1698f6c31c37f31 833 libselinux_3.7.orig.tar.gz.asc + db181834077ab5bbfc7118b3414d003b412f21463acd1924a25f826fa0f484ed 41912 libselinux_3.7-3.debian.tar.xz +Files: + 6a2b1392c88a50e19b966b5a14dc1eb9 2990 libselinux_3.7-3.dsc + ac0c812124d83faa7721928d0c01adc0 194834 libselinux_3.7.orig.tar.gz + c723e75a3c18f653c4f4cea407cab528 833 libselinux_3.7.orig.tar.gz.asc + b144d8a88b70cbce857111307c6bbcc8 41912 libselinux_3.7-3.debian.tar.xz +Ruby-Versions: all + +Format: 3.0 (quilt) +Package: libsemanage +Binary: libsemanage-common, libsemanage2, libsemanage-dev, ruby-semanage, python3-semanage, semanage-utils +Architecture: linux-any all +Version: 3.7-2 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Homepage: https://selinuxproject.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/libsemanage +Vcs-Git: https://salsa.debian.org/selinux-team/libsemanage.git +Build-Depends: bison, debhelper-compat (= 13), dh-sequence-python3 , dh-sequence-ruby , file, flex, gem2deb (>= 0.5.0~) , libaudit-dev, libbz2-dev, libcunit1-dev , libpython3-all-dev , libselinux1-dev (>= 3.7), libsepol-dev (>= 3.7), pkg-config, python3-all-dev:any , secilc (>= 3.7) , swig +Package-List: + libsemanage-common deb libs optional arch=all + libsemanage-dev deb libdevel optional arch=linux-any + libsemanage2 deb libs optional arch=linux-any + python3-semanage deb python optional arch=linux-any profile=!nopython + ruby-semanage deb ruby optional arch=linux-any profile=!noruby + semanage-utils deb admin optional arch=all +Directory: pool/77fd2cef54cbd51c3d76a622a0aefe4488ae9403db32c5c92c801bce181690ae +Checksums-Sha1: + 4f8bc73c4bbb733f18e824775b805b78da977236 2965 libsemanage_3.7-2.dsc + 8d39cd9d1c6af6ace12ed5ef277859296f5a229e 182896 libsemanage_3.7.orig.tar.gz + 88861587453c329507d46f195616a836060dda2f 833 libsemanage_3.7.orig.tar.gz.asc + 82a98c78be78fc30da01010c207168ca3b43a9b3 35172 libsemanage_3.7-2.debian.tar.xz +Checksums-Sha256: + 77fd2cef54cbd51c3d76a622a0aefe4488ae9403db32c5c92c801bce181690ae 2965 libsemanage_3.7-2.dsc + e166cae29a417dab008db9ca0874023f353a3017b07693a036ed97487eda35b1 182896 libsemanage_3.7.orig.tar.gz + 02981e0224fdf0141fc29b950f7e5aab1653d5fee6dcbf6d6a5ff976e5720cc8 833 libsemanage_3.7.orig.tar.gz.asc + eeb1ca76456ea4caf7850699d5999b7a9f5b49ebaa6a5a6929e84848305a297b 35172 libsemanage_3.7-2.debian.tar.xz +Files: + 9fcf7370386e9e71f3c843c869567184 2965 libsemanage_3.7-2.dsc + 64e6b5cf945b9e45077b8051e7b88f93 182896 libsemanage_3.7.orig.tar.gz + f63367c8f539596104b82d19c90801c7 833 libsemanage_3.7.orig.tar.gz.asc + cb547cb8e192b9748f26c917889fbebe 35172 libsemanage_3.7-2.debian.tar.xz +Ruby-Versions: all + +Format: 3.0 (quilt) +Package: libsepol +Binary: sepol-utils, libsepol2, libsepol-dev +Architecture: linux-any +Version: 3.7-1 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Homepage: https://selinuxproject.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/libsepol +Vcs-Git: https://salsa.debian.org/selinux-team/libsepol.git +Build-Depends: debhelper-compat (= 13), file, flex +Package-List: + libsepol-dev deb libdevel optional arch=linux-any + libsepol2 deb libs optional arch=linux-any + sepol-utils deb admin optional arch=linux-any +Directory: pool/d5c8df3195e58607d769d6030b4254013bf483723084a42656cfb50a38b91fff +Checksums-Sha1: + 400a664d965fa5769380ccba69360d91ec3bd2d6 2085 libsepol_3.7-1.dsc + f066bfde61962db11aa025366204c7364702e223 511487 libsepol_3.7.orig.tar.gz + 133d851e52548b9b847c62e1c36b771014f708db 27632 libsepol_3.7-1.debian.tar.xz +Checksums-Sha256: + d5c8df3195e58607d769d6030b4254013bf483723084a42656cfb50a38b91fff 2085 libsepol_3.7-1.dsc + cd741e25244e7ef6cd934d633614131a266c3eaeab33d8bfa45e8a93b45cc901 511487 libsepol_3.7.orig.tar.gz + fe5c57d69d081d60d423185bf339aa10755eb629d38f4129dd9944be64c6991b 27632 libsepol_3.7-1.debian.tar.xz +Files: + 827c05e1da325be8b6480029dd0f0366 2085 libsepol_3.7-1.dsc + 9361a4b2d8927b08ca8de4f23c3a36b9 511487 libsepol_3.7.orig.tar.gz + 6486444e029b671f560b8dcc69e883c4 27632 libsepol_3.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libsigsegv +Binary: libsigsegv2, libsigsegv-dev +Architecture: any +Version: 2.14-1 +Maintainer: Debian Common Lisp Team +Uploaders: Peter Van Eynde , Christoph Egger , Sébastien Villemot +Homepage: https://www.gnu.org/software/libsigsegv/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/common-lisp-team/libsigsegv +Vcs-Git: https://salsa.debian.org/common-lisp-team/libsigsegv.git +Build-Depends: debhelper-compat (= 13) +Package-List: + libsigsegv-dev deb libdevel optional arch=any + libsigsegv2 deb libs optional arch=any +Directory: pool/b1a374e54891e47d04c4a6c29784a7dcee632213bb918afad8b1e9ca5cf40a7e +Checksums-Sha1: + acc8a3ea5d9b85ae942544b7d2a0597b17401167 2338 libsigsegv_2.14-1.dsc + f2a034bd98935583ad3b1949cb4c4c39abdc484e 464658 libsigsegv_2.14.orig.tar.gz + 233c52d739cefed9e2be0ada6ad2a2c3fd86ea81 833 libsigsegv_2.14.orig.tar.gz.asc + 06c425f8ffd12352e983bc18c99d189bcfecaf4c 9368 libsigsegv_2.14-1.debian.tar.xz +Checksums-Sha256: + b1a374e54891e47d04c4a6c29784a7dcee632213bb918afad8b1e9ca5cf40a7e 2338 libsigsegv_2.14-1.dsc + cdac3941803364cf81a908499beb79c200ead60b6b5b40cad124fd1e06caa295 464658 libsigsegv_2.14.orig.tar.gz + d5046f2f3ccec42e6cd10252d5fd15c7bb1fb6422167f75509e6d6d895516fe8 833 libsigsegv_2.14.orig.tar.gz.asc + 1a06fc4c19ee5fc36d5c8329627301f300b8d76d49da4920169fe01b29c97550 9368 libsigsegv_2.14-1.debian.tar.xz +Files: + a70e5c48c257b82c9aa1650c5c2545ec 2338 libsigsegv_2.14-1.dsc + 63a2b35f11b2fbccc3d82f9e6c6afd58 464658 libsigsegv_2.14.orig.tar.gz + a7d8ad2204c4771ed0297d2c2d01b49f 833 libsigsegv_2.14.orig.tar.gz.asc + 3a06e35d5a52226d5640d4925bc76164 9368 libsigsegv_2.14-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libslirp +Binary: libslirp0, libslirp-dev +Architecture: any +Version: 4.8.0-1 +Maintainer: Debian QEMU Team +Uploaders: Michael Tokarev +Homepage: https://gitlab.freedesktop.org/slirp/libslirp +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/qemu-team/libslirp +Vcs-Git: https://salsa.debian.org/qemu-team/libslirp.git +Build-Depends: debhelper-compat (= 13), libglib2.0-dev, meson, ninja-build +Package-List: + libslirp-dev deb libdevel optional arch=any + libslirp0 deb libs optional arch=any +Directory: pool/618e0704955d5ba4772703d0f2d22133d8976375534aee72fbf2a83c2843bf17 +Checksums-Sha1: + a4c9215b8cc9f86599473c3649b2ac09f1f67d17 1681 libslirp_4.8.0-1.dsc + 8f882d86c96b43847c4ae553feba4489cba74a30 128898 libslirp_4.8.0.orig.tar.bz2 + e7d76aac9314e23bc183ddf576615d70986ac004 4548 libslirp_4.8.0-1.debian.tar.xz +Checksums-Sha256: + 618e0704955d5ba4772703d0f2d22133d8976375534aee72fbf2a83c2843bf17 1681 libslirp_4.8.0-1.dsc + 1c2e3d30e41a055ed41f9d0b3234d0d143bc28f5ad84bb101413f830844df757 128898 libslirp_4.8.0.orig.tar.bz2 + baedc6adbef16c4f14c1ee0a212340552e93fbdabed929daa685ec421f4ae090 4548 libslirp_4.8.0-1.debian.tar.xz +Files: + 8dfb9b822299907098f6ef9fc3be9d5a 1681 libslirp_4.8.0-1.dsc + 975605bcc503cc092b6a01351b927a60 128898 libslirp_4.8.0.orig.tar.bz2 + fb9eedd123b12c5b7faec85bab7e2896 4548 libslirp_4.8.0-1.debian.tar.xz + +Format: 1.0 +Package: libsm +Binary: libsm6, libsm-dev, libsm-doc +Architecture: any all +Version: 2:1.2.3-1 +Maintainer: Debian X Strike Force +Homepage: https://www.x.org +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libsm +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libsm.git +Build-Depends: debhelper (>= 11), pkg-config, x11proto-dev, xtrans-dev, libice-dev (>= 2:1.0.5), uuid-dev, xutils-dev (>= 1:7.6+2), quilt, xmlto (>= 0.0.22), xorg-sgml-doctools (>= 1:1.8), w3m +Package-List: + libsm-dev deb libdevel optional arch=any + libsm-doc deb doc optional arch=all + libsm6 deb libs optional arch=any +Directory: pool/5488f8de81d53c32cbb5f062b6a6f262cd067283b8082041392dc60f0d04002c +Checksums-Sha1: + 58bd9df68a704c15ed65010bec99b036c257098d 2063 libsm_1.2.3-1.dsc + 595b43aec719e0525a1e07504218835dadee8ed2 445362 libsm_1.2.3.orig.tar.gz + 05af04dd5c9b4f3f35e906d9ee09c458495870d0 8929 libsm_1.2.3-1.diff.gz +Checksums-Sha256: + 5488f8de81d53c32cbb5f062b6a6f262cd067283b8082041392dc60f0d04002c 2063 libsm_1.2.3-1.dsc + 1e92408417cb6c6c477a8a6104291001a40b3bb56a4a60608fdd9cd2c5a0f320 445362 libsm_1.2.3.orig.tar.gz + 7eb99ab50b19f26d1470f89e4b46891f6a697cb1794a58ed0d1376cceaf1b6a9 8929 libsm_1.2.3-1.diff.gz +Files: + 3dee5846a71f9c82876946e64b03e440 2063 libsm_1.2.3-1.dsc + 6d167e6f7802d76b4ac89c44aa4c1f97 445362 libsm_1.2.3.orig.tar.gz + fcd636badfa71e42e6b5d7f0a7db04ce 8929 libsm_1.2.3-1.diff.gz + +Format: 3.0 (quilt) +Package: libsodium +Binary: libsodium23, libsodium-dev +Architecture: any +Version: 1.0.18-1 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://www.libsodium.org/ +Standards-Version: 4.4.0 +Vcs-Browser: https://github.com/gcsideal/debian-libsodium +Vcs-Git: git://github.com/gcsideal/debian-libsodium +Build-Depends: debhelper (>= 11), pkg-config +Package-List: + libsodium-dev deb libdevel optional arch=any + libsodium23 deb libs optional arch=any +Directory: pool/037b3ac05a50409cb462e2c21c7a67f983d193a22d2486f4ab3fdc793f5a731c +Checksums-Sha1: + fd52f9add3cd2b3294471751b38cdee766c42083 1913 libsodium_1.0.18-1.dsc + cd8a76b79aeb077e8d3eea478ea6241972593dfd 1619527 libsodium_1.0.18.orig.tar.gz + d805c75f17b06edb4c7bdace7bbcc2fa83efa22c 7440 libsodium_1.0.18-1.debian.tar.xz +Checksums-Sha256: + 037b3ac05a50409cb462e2c21c7a67f983d193a22d2486f4ab3fdc793f5a731c 1913 libsodium_1.0.18-1.dsc + d59323c6b712a1519a5daf710b68f5e7fde57040845ffec53850911f10a5d4f4 1619527 libsodium_1.0.18.orig.tar.gz + 50863d8fc4f0a2a86f7b69745514455f0b9d74cf45906523c675ffe5b8db0377 7440 libsodium_1.0.18-1.debian.tar.xz +Files: + ab66a4a92bb40fafc6a08adc696b5b6f 1913 libsodium_1.0.18-1.dsc + 94a783f33ff8a97a09708bc61370d280 1619527 libsodium_1.0.18.orig.tar.gz + 4d1800e93a192568c162e29fd8c06b8b 7440 libsodium_1.0.18-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libsoup3 +Binary: libsoup-3.0-dev, libsoup-3.0-0, libsoup-3.0-common, libsoup-3.0-doc, gir1.2-soup-3.0, libsoup-3.0-tests +Architecture: any all +Version: 3.6.0-2 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha , Michael Biebl , Sebastien Bacher +Homepage: https://wiki.gnome.org/Projects/libsoup +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/libsoup3 +Vcs-Git: https://salsa.debian.org/gnome-team/libsoup3.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dbus, gnome-desktop-testing, winbind, xauth, xvfb +Build-Depends: apache2 , curl , debhelper-compat (= 13), dh-sequence-gir, dh-sequence-gnome, gir1.2-gio-2.0-dev, glib-networking, gi-docgen, libapache2-mod-php (<< 2:9) [!i386] , libbrotli-dev, libgirepository1.0-dev, libglib2.0-dev (>= 2.70), libgnutls28-dev, libkrb5-dev, libnghttp2-dev, libnss-myhostname [linux-any] , libpsl-dev, libsqlite3-dev, libsysprof-capture-4-dev [linux-any], meson, php (<< 2:9) [!i386] , valac, winbind +Package-List: + gir1.2-soup-3.0 deb introspection optional arch=any + libsoup-3.0-0 deb libs optional arch=any + libsoup-3.0-common deb devel optional arch=all + libsoup-3.0-dev deb libdevel optional arch=any + libsoup-3.0-doc deb doc optional arch=all + libsoup-3.0-tests deb misc optional arch=any profile=!noinsttest +Directory: pool/7bb98fd5275ed1849d800eb6e85b99b6636f6f0b915ce103888f3e3ec5a4b16b +Checksums-Sha1: + addd6f0a11c7cced14df8042d94a6bb310be577b 2998 libsoup3_3.6.0-2.dsc + 63f1e754a423a4467b12057ccc1bb9aaadadf51e 1543908 libsoup3_3.6.0.orig.tar.xz + fa2ca11f0e29a64d0eff1e53e1258ded4eabd1c8 26656 libsoup3_3.6.0-2.debian.tar.xz +Checksums-Sha256: + 7bb98fd5275ed1849d800eb6e85b99b6636f6f0b915ce103888f3e3ec5a4b16b 2998 libsoup3_3.6.0-2.dsc + 62959f791e8e8442f8c13cedac8c4919d78f9120d5bb5301be67a5e53318b4a3 1543908 libsoup3_3.6.0.orig.tar.xz + 011908a5126665c81d189e203992002eb306cc91068d246d817b2432ab507d7f 26656 libsoup3_3.6.0-2.debian.tar.xz +Files: + 9a6d3ffcb0ad8ff0ba0d9e5a65d0fc55 2998 libsoup3_3.6.0-2.dsc + 756fd5b1930d62a37ea2d2f093955802 1543908 libsoup3_3.6.0.orig.tar.xz + 9c65ef48fca1479b54d306a6d9ce71d6 26656 libsoup3_3.6.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libssh +Binary: libssh-4, libssh-dev, libssh-doc +Architecture: any all +Version: 0.11.1-1 +Maintainer: Laurent Bigonville +Uploaders: Mike Gabriel , Martin Pitt +Homepage: https://www.libssh.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libssh +Vcs-Git: https://salsa.debian.org/debian/libssh.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, libglib2.0-dev, openssh-client +Build-Depends: cmake, debhelper-compat (= 13), libcmocka-dev , libkrb5-dev | heimdal-dev, libssl-dev, zlib1g-dev | libz-dev, openssh-client , openssh-server , pkgconf, python3:any +Build-Depends-Indep: doxygen , graphviz +Package-List: + libssh-4 deb libs optional arch=any + libssh-dev deb libdevel optional arch=any + libssh-doc deb doc optional arch=all profile=!nodoc +Directory: pool/3077682ef12043931e76d9bb30c52fc42958ae832728ff1d5369a464120bb923 +Checksums-Sha1: + 7f2f2f759b982bea2a491946c4894e37fda5b91a 2583 libssh_0.11.1-1.dsc + 1ddc90daacc4aedd3ab1c5407adc44925e0ba28e 621108 libssh_0.11.1.orig.tar.xz + ef7937f6af98808288b7f56af83fe6e2f6495542 833 libssh_0.11.1.orig.tar.xz.asc + c17b3e405de4c5b9373afba6c5d813973d9244e9 31068 libssh_0.11.1-1.debian.tar.xz +Checksums-Sha256: + 3077682ef12043931e76d9bb30c52fc42958ae832728ff1d5369a464120bb923 2583 libssh_0.11.1-1.dsc + 14b7dcc72e91e08151c58b981a7b570ab2663f630e7d2837645d5a9c612c1b79 621108 libssh_0.11.1.orig.tar.xz + 111168754cba90efc383709cd31b5d091803ad9cd9c929cf1f46d8794513ba79 833 libssh_0.11.1.orig.tar.xz.asc + d2a6c8c11b684133005d005264c8bbad1d696e524f13132ecae52ef681834564 31068 libssh_0.11.1-1.debian.tar.xz +Files: + 74da2319f48b756c1a679932a121d82a 2583 libssh_0.11.1-1.dsc + 93e6fe0c9effb216a48b8b6bc1e4a576 621108 libssh_0.11.1.orig.tar.xz + 8a2b9c3df4af06572ad00717812c6317 833 libssh_0.11.1.orig.tar.xz.asc + c7dca1e6c3c10cb2cb9c656664c90222 31068 libssh_0.11.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libssh2 +Binary: libssh2-1t64, libssh2-1-dev +Architecture: any +Version: 1.11.0-7 +Maintainer: Nicolas Mora +Homepage: https://libssh2.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libssh2 +Vcs-Git: https://salsa.debian.org/debian/libssh2.git +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, chrpath, gcc, libc-dev, libssl-dev, openssh-server, zlib1g-dev +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libssl-dev, zlib1g-dev, chrpath, openssh-server +Package-List: + libssh2-1-dev deb libdevel optional arch=any + libssh2-1t64 deb libs optional arch=any +Directory: pool/8c6c145427dddd3844ab55f9a8ee77f834dbdee05e1f7ebbc25ebf7623b53c70 +Checksums-Sha1: + 2f6d6244f1e9da8c605f6b9cefc8c4fa3c53a439 2328 libssh2_1.11.0-7.dsc + fbdb4751a4bc93e895e9c3426f7f80b437d250fe 1053562 libssh2_1.11.0.orig.tar.gz + 45356748f83d27fe878dd5d963d1d1dbcc3298c7 488 libssh2_1.11.0.orig.tar.gz.asc + 43b0ce152ffeb6c3d17d976905b3d080da9aaeac 17000 libssh2_1.11.0-7.debian.tar.xz +Checksums-Sha256: + 8c6c145427dddd3844ab55f9a8ee77f834dbdee05e1f7ebbc25ebf7623b53c70 2328 libssh2_1.11.0-7.dsc + 3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461 1053562 libssh2_1.11.0.orig.tar.gz + b6a32c85a3f9b6f30f2b3595ba034b48a8508ee9c94708ef811f58fd7adfcdee 488 libssh2_1.11.0.orig.tar.gz.asc + f579fa06d5f2ca2dd89634cb8e40557c4c1606308823ac99a258bdde2cd3bdb6 17000 libssh2_1.11.0-7.debian.tar.xz +Files: + b19b2889337e29d4e7271276508236a2 2328 libssh2_1.11.0-7.dsc + a01d543fd891ca48fe47726540d50b17 1053562 libssh2_1.11.0.orig.tar.gz + afe042f2abfbc990ba9f9081af7f9887 488 libssh2_1.11.0.orig.tar.gz.asc + 2a3679f462c892bf2f59f1c89cd1a59a 17000 libssh2_1.11.0-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: libstoragemgmt +Binary: libstoragemgmt-tools, libstoragemgmt-plugins, libstoragemgmtd, python3-libstoragemgmt, libstoragemgmt-dev, libstoragemgmt1 +Architecture: any all +Version: 1.9.8-0gardenlinux0 +Maintainer: Gris Ge +Homepage: https://github.com/libstorage/libstoragemgmt +Standards-Version: 4.1.3 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libstoragemgmt.git;a=summary +Vcs-Git: git://anonscm.debian.org/collab-maint/libstoragemgmt.git +Build-Depends: debhelper (>= 9~), autoconf, automake, libtool, pkg-config, check, libglib2.0-dev (>= 2.22.5), dpkg-dev (>= 1.16.1~), libssl-dev, dh-python, dh-autoreconf, libconfig-dev (>= 1.3.2), perl, bash-completion, procps, libsqlite3-dev, python3-dev, python3-six, libudev-dev, systemd +Package-List: + libstoragemgmt-dev deb libdevel optional arch=any + libstoragemgmt-plugins deb libs optional arch=linux-any + libstoragemgmt-tools deb libs optional arch=all + libstoragemgmt1 deb libs optional arch=any + libstoragemgmtd deb libs optional arch=linux-any + python3-libstoragemgmt deb python optional arch=linux-any +Directory: pool/8c6224df76db34d4fe16ce5249219f8d653f81908b41248985e3fd74c7db2db9 +Checksums-Sha1: + 98bc91dfb954240a69a73bc8dd7884e99ea72f7b 1721 libstoragemgmt_1.9.8-0gardenlinux0.dsc + ff8879ec29f498d03a821f2c90b7900ac7388b65 374536 libstoragemgmt_1.9.8.orig.tar.xz + 82dc5c391f440a36357ed89b0abbf71a0254fd29 3644 libstoragemgmt_1.9.8-0gardenlinux0.debian.tar.xz +Checksums-Sha256: + 8c6224df76db34d4fe16ce5249219f8d653f81908b41248985e3fd74c7db2db9 1721 libstoragemgmt_1.9.8-0gardenlinux0.dsc + c6153139f1ad194fb6157e89c57c1544edd886f866a83b5b69eff6f1893ef23e 374536 libstoragemgmt_1.9.8.orig.tar.xz + e0a9089b7852fa2b7142e1dd903830c5f4a07d3c4b248ab80996bf21e3047794 3644 libstoragemgmt_1.9.8-0gardenlinux0.debian.tar.xz +Files: + 599d65b29e4476ec1202987d736b2898 1721 libstoragemgmt_1.9.8-0gardenlinux0.dsc + cd4b4037a307ed7ae85bf5c0682c20a7 374536 libstoragemgmt_1.9.8.orig.tar.xz + 17c6eb37f7e4a554ca5353247d421683 3644 libstoragemgmt_1.9.8-0gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: libstring-shellquote-perl +Binary: libstring-shellquote-perl +Architecture: all +Version: 1.04-3 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/String-ShellQuote +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-shellquote-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-shellquote-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl +Package-List: + libstring-shellquote-perl deb perl optional arch=all +Directory: pool/15c0e3c78e94b6b302b4ba032c51839678661825a4e5de0bbb8a6fc389c0a586 +Checksums-Sha1: + 17c39d42c7f74f62d35bf63d87fb011cd02657b7 2163 libstring-shellquote-perl_1.04-3.dsc + e60f348200b16d85ccc50780d4d6546485b15bc5 6867 libstring-shellquote-perl_1.04.orig.tar.gz + 3b2f4262b2bad6b1557f69627b54f8ce3ee015e8 2980 libstring-shellquote-perl_1.04-3.debian.tar.xz +Checksums-Sha256: + 15c0e3c78e94b6b302b4ba032c51839678661825a4e5de0bbb8a6fc389c0a586 2163 libstring-shellquote-perl_1.04-3.dsc + e606365038ce20d646d255c805effdd32f86475f18d43ca75455b00e4d86dd35 6867 libstring-shellquote-perl_1.04.orig.tar.gz + 77bf3390485f7905505ae3d77dc1bdadeafbac4d1d88deb2e450b8d01d396e4f 2980 libstring-shellquote-perl_1.04-3.debian.tar.xz +Files: + 7bd24b9425b2a6febd31f28e8b20c257 2163 libstring-shellquote-perl_1.04-3.dsc + da6329dc482b21adf5697cfbd2ac5412 6867 libstring-shellquote-perl_1.04.orig.tar.gz + 76a7a1de08d44d98c2e34eb22eb318cf 2980 libstring-shellquote-perl_1.04-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libsub-quote-perl +Binary: libsub-quote-perl +Architecture: all +Version: 2.006008-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/Sub-Quote +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsub-quote-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsub-quote-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libscalar-list-utils-perl , libtest-simple-perl , libxstring-perl , perl +Package-List: + libsub-quote-perl deb perl optional arch=all +Directory: pool/5e42ddb9056cbbb513e3dcc9e8a06585d5818201e7a806ab5798b5350a55969c +Checksums-Sha1: + 84983b35ae60d3e44c6a9f0a7580b65c45f22acd 2472 libsub-quote-perl_2.006008-1.dsc + 867efff58763d5c753c298dae58ff0af054255f7 35925 libsub-quote-perl_2.006008.orig.tar.gz + dd12d0fd6278a57ff03daecb621dcbc6a7a43c14 2644 libsub-quote-perl_2.006008-1.debian.tar.xz +Checksums-Sha256: + 5e42ddb9056cbbb513e3dcc9e8a06585d5818201e7a806ab5798b5350a55969c 2472 libsub-quote-perl_2.006008-1.dsc + 94bebd500af55762e83ea2f2bc594d87af828072370c7110c60c238a800d15b2 35925 libsub-quote-perl_2.006008.orig.tar.gz + 0d46ddb1c113cd85c453482280cfce48f745ae61828657f4ecc32f07ce7201b9 2644 libsub-quote-perl_2.006008-1.debian.tar.xz +Files: + 89e819e4c8b3b247930d7f898707f332 2472 libsub-quote-perl_2.006008-1.dsc + f19c60039ba87f69f7f9357fc0a03e07 35925 libsub-quote-perl_2.006008.orig.tar.gz + d61c54f1a74e691b966ba754798e659c 2644 libsub-quote-perl_2.006008-1.debian.tar.xz +Dgit: fccb08fdd1a86ddddaeadbb8151a8ecba8c88f0c debian archive/debian/2.006008-1 https://git.dgit.debian.org/libsub-quote-perl + +Format: 3.0 (quilt) +Package: libsys-virt-perl +Binary: libsys-virt-perl +Architecture: any +Version: 10.6.0-1 +Maintainer: Debian Perl Group +Uploaders: Salvatore Bonaccorso +Homepage: https://metacpan.org/release/Sys-Virt +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsys-virt-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsys-virt-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libcpan-changes-perl , libmodule-build-perl, libtest-pod-coverage-perl , libtest-pod-perl , libvirt-dev (>= 10.6.0~), libxml-xpath-perl, perl-xs-dev, perl:native, pkgconf +Package-List: + libsys-virt-perl deb perl optional arch=any +Directory: pool/98f156f2ad8088c197414c3fe4c165c1d7bbd53ce1c4cac2215b117f411c695b +Checksums-Sha1: + e8369cd078fe4e47252f3cf761be9754f4850cf6 2431 libsys-virt-perl_10.6.0-1.dsc + 2c1fa0d3b297999dc0c912c6e422779149f7bfb3 167553 libsys-virt-perl_10.6.0.orig.tar.gz + f9f1fcfe6df55fa843aaecc4162d7eb462f16cfa 5788 libsys-virt-perl_10.6.0-1.debian.tar.xz +Checksums-Sha256: + 98f156f2ad8088c197414c3fe4c165c1d7bbd53ce1c4cac2215b117f411c695b 2431 libsys-virt-perl_10.6.0-1.dsc + 2a59e2a4fc8a724433dc7859b661d2c55502d17b00209370ccd775fed1fe806d 167553 libsys-virt-perl_10.6.0.orig.tar.gz + 7ad75f507932f0b3723c6c1132216e50f9577ad84a12334733be2de9843bc12e 5788 libsys-virt-perl_10.6.0-1.debian.tar.xz +Files: + 6f6b1bbfec43357c3e0ff0465d848ad4 2431 libsys-virt-perl_10.6.0-1.dsc + c5240c6eaaee8f83dc74513ae15a8f20 167553 libsys-virt-perl_10.6.0.orig.tar.gz + 605107f72737cfc5a06b4a51a5b1e37c 5788 libsys-virt-perl_10.6.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtasn1-6 +Binary: libtasn1-6-dev, libtasn1-doc, libtasn1-6, libtasn1-bin +Architecture: any all +Version: 4.19.0-3 +Maintainer: Debian GnuTLS Maintainers +Uploaders: Andreas Metzler , Eric Dorland , James Westby , Simon Josefsson +Homepage: https://www.gnu.org/software/libtasn1/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnutls-team/libtasn1 +Vcs-Git: https://salsa.debian.org/gnutls-team/libtasn1.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, man, pkg-config +Build-Depends: bison, debhelper-compat (= 13), help2man +Build-Depends-Indep: gtk-doc-tools, texinfo, texlive-latex-base +Package-List: + libtasn1-6 deb libs optional arch=any + libtasn1-6-dev deb libdevel optional arch=any + libtasn1-bin deb devel optional arch=any + libtasn1-doc deb doc optional arch=all +Directory: pool/7fd9618be5b99035c7387d969b73365a57b1f6f01ec4abe0af332829af718190 +Checksums-Sha1: + 589d2d1ceebea0abcd94bf66ffa71f5c9bc84caf 2662 libtasn1-6_4.19.0-3.dsc + 9c4b6616de65513a0a4d27e0b7f25184391ca8fd 1786576 libtasn1-6_4.19.0.orig.tar.gz + 03c8e91a26463318aa4c6e82f717afd5b6cb5dc6 228 libtasn1-6_4.19.0.orig.tar.gz.asc + ac36211fce8f6532be712d99427ffabcfeb45e5e 22084 libtasn1-6_4.19.0-3.debian.tar.xz +Checksums-Sha256: + 7fd9618be5b99035c7387d969b73365a57b1f6f01ec4abe0af332829af718190 2662 libtasn1-6_4.19.0-3.dsc + 1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a 1786576 libtasn1-6_4.19.0.orig.tar.gz + 8410c0c004f3509c218a98b276b3308b9c46f48068e8b1a6d9ebfd61ea9f357a 228 libtasn1-6_4.19.0.orig.tar.gz.asc + acb32dc03d8c2aeb10e0fb1c2a0247efdab0a6dc5e8f8a4d3cdcfe5ad26bb0df 22084 libtasn1-6_4.19.0-3.debian.tar.xz +Files: + fb0e5b63dcf5d11d9038f478d1228fa5 2662 libtasn1-6_4.19.0-3.dsc + f701ab57eb8e7d9c105b2cd5d809b29a 1786576 libtasn1-6_4.19.0.orig.tar.gz + 5d93221bd2bb8d075e9cc83d09dccfaf 228 libtasn1-6_4.19.0.orig.tar.gz.asc + cb89ba434210be79907e7f1cf5937b66 22084 libtasn1-6_4.19.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libteam +Binary: libteam5, libteamdctl0, libteam-dev, libteam-utils +Architecture: linux-any +Version: 1.31-1 +Maintainer: Dmitry Smirnov +Homepage: http://libteam.org +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/libteam +Vcs-Git: https://salsa.debian.org/debian/libteam.git +Build-Depends: debhelper-compat (= 12), libdaemon-dev, libdbus-1-dev, libjansson-dev, libnl-3-dev, libnl-cli-3-dev, libnl-genl-3-dev, libnl-route-3-dev (>= 3.2.19), pkg-config +Package-List: + libteam-dev deb libdevel optional arch=linux-any + libteam-utils deb net optional arch=linux-any + libteam5 deb net optional arch=linux-any + libteamdctl0 deb net optional arch=linux-any +Directory: pool/32137112685c450da5d6d59b99ee3cd3f8eabef1e2f43774b4ee12d0bededac9 +Checksums-Sha1: + f402d05d93b843b4029fc4a58b55953e1cf43caf 2124 libteam_1.31-1.dsc + 078df5ca97568ed7f3cbd8d4007d96a6bde12b22 138940 libteam_1.31.orig.tar.xz + 99e4d2e4698d77e0879c2ae0ce1e0f07df818a58 6916 libteam_1.31-1.debian.tar.xz +Checksums-Sha256: + 32137112685c450da5d6d59b99ee3cd3f8eabef1e2f43774b4ee12d0bededac9 2124 libteam_1.31-1.dsc + a39c636a71c30c631a9dcf1f175597dabb19594e4fb4a3129eb5a58d1701d486 138940 libteam_1.31.orig.tar.xz + e31d0f79ecc4cfa462d4fdfb4551792ba09b3b7c5aa2ab87c18777d95aec38ef 6916 libteam_1.31-1.debian.tar.xz +Files: + f27b8eee722b8595ab45344e4bd3cbe7 2124 libteam_1.31-1.dsc + eec2e9c38e9a4c2cdb7e4954d110a118 138940 libteam_1.31.orig.tar.xz + 26fef506b62eb28e3356781a707c2440 6916 libteam_1.31-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtext-charwidth-perl +Binary: libtext-charwidth-perl +Architecture: any +Version: 0.04-11 +Maintainer: Debian Perl Group +Uploaders: Laurent Baillet +Homepage: https://metacpan.org/release/Text-CharWidth +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-charwidth-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-charwidth-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), perl:native, perl-xs-dev +Package-List: + libtext-charwidth-perl deb perl required arch=any +Directory: pool/8a4f6e7a44880f8b4dd8f3dc0c97a39c6fef979f99899de4962c9ccfe84a2577 +Checksums-Sha1: + fca06bf0f28d8e8e9811bd2f2cd7b4bd98c9f902 2162 libtext-charwidth-perl_0.04-11.dsc + e68f5862b857f708b5119595cbcd72e82377c92e 8327 libtext-charwidth-perl_0.04.orig.tar.bz2 + 3dc03cffc924b2770bf424c2d94a1778891ec67f 3016 libtext-charwidth-perl_0.04-11.debian.tar.xz +Checksums-Sha256: + 8a4f6e7a44880f8b4dd8f3dc0c97a39c6fef979f99899de4962c9ccfe84a2577 2162 libtext-charwidth-perl_0.04-11.dsc + 2990c13c3f4a5479d7dbc5a94b86c23798cf0dc7df54ffe54e065f072558b6ed 8327 libtext-charwidth-perl_0.04.orig.tar.bz2 + 2590d0b6ee7b9cea5396debb96190077210874b4847e844f9eb0d8a4d87ba19c 3016 libtext-charwidth-perl_0.04-11.debian.tar.xz +Files: + 9c01add2647cd28f88699dbb1856f92b 2162 libtext-charwidth-perl_0.04-11.dsc + fb42ffebd0b7bb32dbb61c2f18671952 8327 libtext-charwidth-perl_0.04.orig.tar.bz2 + 3cd9ea4507b0546650eb55019428a5a2 3016 libtext-charwidth-perl_0.04-11.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtext-glob-perl +Binary: libtext-glob-perl +Architecture: all +Version: 0.11-3 +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Homepage: https://metacpan.org/release/Text-Glob +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-glob-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-glob-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl +Package-List: + libtext-glob-perl deb perl optional arch=all +Directory: pool/01c11fcb9f0cfcb9ad8188414bb486da9fff522345902d6917a0775bc863f226 +Checksums-Sha1: + 167aea4fc1141460feb5fe0814d2bdbbbf88f0ac 2088 libtext-glob-perl_0.11-3.dsc + 1af2218ee602f25541473918fbfa2c78389c3803 4862 libtext-glob-perl_0.11.orig.tar.gz + 60a3e9ba7568599b240ca96056b8a00a523ab00c 4216 libtext-glob-perl_0.11-3.debian.tar.xz +Checksums-Sha256: + 01c11fcb9f0cfcb9ad8188414bb486da9fff522345902d6917a0775bc863f226 2088 libtext-glob-perl_0.11-3.dsc + 069ccd49d3f0a2dedb115f4bdc9fbac07a83592840953d1fcdfc39eb9d305287 4862 libtext-glob-perl_0.11.orig.tar.gz + 1c0a35a061dbe16a76afad6f9ab0e31cb12ce566f1e78dba910633cd1819dd5f 4216 libtext-glob-perl_0.11-3.debian.tar.xz +Files: + 47136521fbc486607be5116ef2999c3e 2088 libtext-glob-perl_0.11-3.dsc + d001559c504a2625dd117bd1558f07f7 4862 libtext-glob-perl_0.11.orig.tar.gz + be3a0062e4cee41f30cafaf36f318ec5 4216 libtext-glob-perl_0.11-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtext-iconv-perl +Binary: libtext-iconv-perl +Architecture: any +Version: 1.7-8 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/Text-Iconv +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-iconv-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-iconv-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: perl:native, perl-xs-dev, debhelper-compat (= 13) +Package-List: + libtext-iconv-perl deb perl required arch=any +Directory: pool/0c108758e75f87c95d8ca8e4b75c4d41aa1cd9cca90bd71f5ce9c09db1752448 +Checksums-Sha1: + ab05eb69c7843cdc77f57603d57ecfcf042e304f 2095 libtext-iconv-perl_1.7-8.dsc + ceff114e5347c95eb4139f344c83bc7767bb9e4b 9977 libtext-iconv-perl_1.7.orig.tar.bz2 + 8c3df2346e4d20de5fc129b9e26de96ddd976f0c 3528 libtext-iconv-perl_1.7-8.debian.tar.xz +Checksums-Sha256: + 0c108758e75f87c95d8ca8e4b75c4d41aa1cd9cca90bd71f5ce9c09db1752448 2095 libtext-iconv-perl_1.7-8.dsc + 815c5169b7afc40bc6f681b4c615ff8fb0e073d87422280c8c759a4666567490 9977 libtext-iconv-perl_1.7.orig.tar.bz2 + bc2f6085dbcce7694dd824e2a09f67ef02c4a01c5c4e84313ee6de0b35bf6e5f 3528 libtext-iconv-perl_1.7-8.debian.tar.xz +Files: + d3c4ed5bd34f9e58886f36dde3bd9ee1 2095 libtext-iconv-perl_1.7-8.dsc + 944b61999d2ca7b06930ad1d60f21f5e 9977 libtext-iconv-perl_1.7.orig.tar.bz2 + 40179db8b23644ab08336505e6fb1ff4 3528 libtext-iconv-perl_1.7-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtext-wrapi18n-perl +Binary: libtext-wrapi18n-perl +Architecture: all +Version: 0.06-10 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/Text-WrapI18N +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-wrapi18n-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-wrapi18n-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libtext-charwidth-perl , perl +Package-List: + libtext-wrapi18n-perl deb perl required arch=all +Directory: pool/726c08c23af488c28b70600a5c1632468f1535cb50dcd5255cc153a4f8558ed9 +Checksums-Sha1: + 48c1902de8d2f19800e52009d5c3ed23537e8c5f 1829 libtext-wrapi18n-perl_0.06-10.dsc + dae37dc31e79c9b531234ded95a2db440eb01a89 3797 libtext-wrapi18n-perl_0.06.orig.tar.gz + 57141644dc09c7f44672d0df6a9a66b606c54bff 3452 libtext-wrapi18n-perl_0.06-10.debian.tar.xz +Checksums-Sha256: + 726c08c23af488c28b70600a5c1632468f1535cb50dcd5255cc153a4f8558ed9 1829 libtext-wrapi18n-perl_0.06-10.dsc + 432c2a801efe9f12d631124c1163439eac4c99449ba13d80133c45ecacc627f5 3797 libtext-wrapi18n-perl_0.06.orig.tar.gz + 751073476ee62cc3430ff0afcab74a4e02b432199d7612e1fd63105fc89ec378 3452 libtext-wrapi18n-perl_0.06-10.debian.tar.xz +Files: + 7415fa4bdcb18ce7c90301be4e7e1092 1829 libtext-wrapi18n-perl_0.06-10.dsc + 8f1a45d3adf86703e68fdb01523a2a9c 3797 libtext-wrapi18n-perl_0.06.orig.tar.gz + 6c112a5ca99bf89992f3d803a294d21c 3452 libtext-wrapi18n-perl_0.06-10.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtextwrap +Binary: libtextwrap-dev, libtextwrap1, libtextwrap1-udeb +Architecture: any +Version: 0.1-17 +Maintainer: Debian QA Group +Homepage: http://libtextwrap.sourceforge.net/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/libtextwrap +Vcs-Git: https://salsa.debian.org/debian/libtextwrap.git +Build-Depends: debhelper-compat (= 13) +Package-List: + libtextwrap-dev deb libdevel optional arch=any + libtextwrap1 deb libs optional arch=any + libtextwrap1-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/9a3d1bbb09eb234ef9b1a112cba3524b25a47a2bdb2774f7ee271a65b34c7bdb +Checksums-Sha1: + fb01d6acd02313df77081c33e1e566550f959367 2013 libtextwrap_0.1-17.dsc + 3153046885545f402c409b50ada27f880568cfae 282139 libtextwrap_0.1.orig.tar.gz + 3f13321ae7eaf1ed1d2ecce329351ccd970eab10 6464 libtextwrap_0.1-17.debian.tar.xz +Checksums-Sha256: + 9a3d1bbb09eb234ef9b1a112cba3524b25a47a2bdb2774f7ee271a65b34c7bdb 2013 libtextwrap_0.1-17.dsc + 89fdb1050e4fb672244baa15bd29e6fff9094145afce667e6a88eac5c17f999c 282139 libtextwrap_0.1.orig.tar.gz + 6769d8f0a33a9c0d6197335c9a1d597c8a9e8d41aee81e216f70447d8b567b76 6464 libtextwrap_0.1-17.debian.tar.xz +Files: + 4f57d307b838e585c4924de8a7f0f070 2013 libtextwrap_0.1-17.dsc + 039755f292c07bcbbe5ae604f8c94ea3 282139 libtextwrap_0.1.orig.tar.gz + b5d267f7a4e5aa39255ac6b038d083e9 6464 libtextwrap_0.1-17.debian.tar.xz + +Format: 3.0 (quilt) +Package: libthai +Binary: libthai-dev, libthai0, libthai-data, libthai-doc, libthai0-udeb, libthai-data-udeb +Architecture: any all +Version: 0.1.29-2 +Maintainer: Theppitak Karoonboonyanan +Homepage: https://linux.thai.net/projects/libthai +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libthai +Vcs-Git: https://salsa.debian.org/debian/libthai.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: autoconf-archive, debhelper-compat (= 13), libdatrie-dev, libdatrie1-bin, pkgconf +Build-Depends-Indep: doxygen (>= 1.8.8) +Package-List: + libthai-data deb libs optional arch=all + libthai-data-udeb udeb debian-installer optional arch=all + libthai-dev deb libdevel optional arch=any + libthai-doc deb doc optional arch=all + libthai0 deb libs optional arch=any + libthai0-udeb udeb debian-installer optional arch=any +Directory: pool/564814dc31a466566cb50c077c5f6c5926a451594f52a0fc6b6367100445dddb +Checksums-Sha1: + 37022ee270dd5f6a7aefabaedf99853176a3081c 2319 libthai_0.1.29-2.dsc + 068f6a0e17f34f9c22515eb63a5c4858b71453dd 417728 libthai_0.1.29.orig.tar.xz + c429085b780b2a68f4288b85c862896d5f61b2a8 12644 libthai_0.1.29-2.debian.tar.xz +Checksums-Sha256: + 564814dc31a466566cb50c077c5f6c5926a451594f52a0fc6b6367100445dddb 2319 libthai_0.1.29-2.dsc + fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd 417728 libthai_0.1.29.orig.tar.xz + 18a66bc2e766f475c206492612eabe3a206642bb69866236eb4a0a4126bf4f41 12644 libthai_0.1.29-2.debian.tar.xz +Files: + 72cea1fb87073369d4112a03fcfd0405 2319 libthai_0.1.29-2.dsc + c1fe8255d2bdfc5ea4f68dd9aff8b7f1 417728 libthai_0.1.29.orig.tar.xz + 5268068c9fa5f30783b3b94cf02923a8 12644 libthai_0.1.29-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtimedate-perl +Binary: libtimedate-perl +Architecture: all +Version: 2.3300-2 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Florian Schlichting +Homepage: https://metacpan.org/release/TimeDate +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtimedate-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtimedate-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: perl +Package-List: + libtimedate-perl deb perl optional arch=all +Directory: pool/11d93fcf5d82049323054957f4d0a92a2150eaba770ba489830534aa6b798d1e +Checksums-Sha1: + f11c27d3912f173590763c39afbe8d7a1853c1d7 2384 libtimedate-perl_2.3300-2.dsc + 33384f2bcea9d9bb77009d1be00e671add9df69a 29997 libtimedate-perl_2.3300.orig.tar.gz + 62f08ac162d74c87eb1ade850bc7e359b913d573 4832 libtimedate-perl_2.3300-2.debian.tar.xz +Checksums-Sha256: + 11d93fcf5d82049323054957f4d0a92a2150eaba770ba489830534aa6b798d1e 2384 libtimedate-perl_2.3300-2.dsc + c0b69c4b039de6f501b0d9f13ec58c86b040c1f7e9b27ef249651c143d605eb2 29997 libtimedate-perl_2.3300.orig.tar.gz + c40eec0f1f37ba2c50680e7c7d04b6a7a7b5f639e3203205a99dbc5da298fcc1 4832 libtimedate-perl_2.3300-2.debian.tar.xz +Files: + ac8e01e66edcce2817f5e99b4a6cc719 2384 libtimedate-perl_2.3300-2.dsc + 5e5afe22c8d417417283d1f7f4572a57 29997 libtimedate-perl_2.3300.orig.tar.gz + 9fc1e87be9befbc8e0224028a4c7af4d 4832 libtimedate-perl_2.3300-2.debian.tar.xz +Dgit: 6e9399d09faf8a5db0ef9e9b0acef87310fc95d8 debian archive/debian/2.3300-2 https://git.dgit.debian.org/libtimedate-perl + +Format: 3.0 (quilt) +Package: libtirpc +Binary: libtirpc-dev, libtirpc3t64, libtirpc-common, libtirpc3-udeb +Architecture: any all +Version: 1.3.4+ds-1.3 +Maintainer: Josue Ortega +Homepage: http://sourceforge.net/projects/libtirpc +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libtirpc +Vcs-Git: https://salsa.debian.org/debian/libtirpc.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libtool, pkg-config, libkrb5-dev +Package-List: + libtirpc-common deb libs optional arch=all + libtirpc-dev deb libdevel optional arch=any + libtirpc3-udeb udeb debian-installer optional arch=any + libtirpc3t64 deb libs optional arch=any +Directory: pool/6a402591fda2b06314da2058f0b846bdb4c5a5d3219c4e42d7c227204467f3b5 +Checksums-Sha1: + b5f25580ab7f2176ba08255f3628ec6be2565d38 1914 libtirpc_1.3.4+ds-1.3.dsc + 3d8f427036f9b7fb1f5f4bb4d07f8b514b340923 700735 libtirpc_1.3.4+ds.orig.tar.gz + 4f48e2a2db20c992adb05b28a563ee3b1cf28390 11892 libtirpc_1.3.4+ds-1.3.debian.tar.xz +Checksums-Sha256: + 6a402591fda2b06314da2058f0b846bdb4c5a5d3219c4e42d7c227204467f3b5 1914 libtirpc_1.3.4+ds-1.3.dsc + 730101dbb756b258164e496109bfdeee87eb0fcc05cd5a820e5f34537a1e637d 700735 libtirpc_1.3.4+ds.orig.tar.gz + afd52c61c81c5b9ab1eddf4e367dbd05984e2db62802b4fd267a3d0012793d0a 11892 libtirpc_1.3.4+ds-1.3.debian.tar.xz +Files: + 29add21a975ecc050f3b7d5f6afc3140 1914 libtirpc_1.3.4+ds-1.3.dsc + ff5d5d57825bf3cc310ff078e8e6f1db 700735 libtirpc_1.3.4+ds.orig.tar.gz + 6c1b17327644c3231fd469ccca4f2d72 11892 libtirpc_1.3.4+ds-1.3.debian.tar.xz +Dgit: 0eab9d51a6fad108988b34e19124040bf2adb8b0 debian archive/debian/1.3.4+ds-1.3 https://git.dgit.debian.org/libtirpc + +Format: 3.0 (quilt) +Package: libtool +Binary: libtool, libtool-bin, libtool-doc, libltdl7, libltdl-dev +Architecture: any all +Version: 2.4.7-7 +Maintainer: Alastair McKinstry +Homepage: https://www.gnu.org/software/libtool/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org:/mckinstry/libtool.git +Vcs-Git: https://salsa.debian.org:/mckinstry/libtool.git -b debian/latest +Build-Depends: debhelper-compat (= 13), file, gfortran | fortran95-compiler, automake (>= 1:1.14.1-3), autoconf (>= 2.69-7), help2man, texinfo, zlib1g-dev, gnulib, libltdl-dev +Build-Conflicts: automake1.9, gcj-jdk +Package-List: + libltdl-dev deb libdevel optional arch=any + libltdl7 deb libs optional arch=any + libtool deb devel optional arch=all + libtool-bin deb devel optional arch=any + libtool-doc deb doc optional arch=all +Directory: pool/c6045c55f34fcd3b7a4194059d498085d4a6d0bc4c6a0cb3825fb3859461dc7a +Checksums-Sha1: + 48eb145e688971441f823f481d40a131684472c1 2257 libtool_2.4.7-7.dsc + 9700ae6b81dc97ca00ba5c44fd063a24c1dca070 1026028 libtool_2.4.7.orig.tar.xz + 05410c6126400d2a5d61f92f3d954cae4e85a6a2 40916 libtool_2.4.7-7.debian.tar.xz +Checksums-Sha256: + c6045c55f34fcd3b7a4194059d498085d4a6d0bc4c6a0cb3825fb3859461dc7a 2257 libtool_2.4.7-7.dsc + dd637e270439b208907ceead3f163470ed2ce5723ef97ffbda6463c64b57128a 1026028 libtool_2.4.7.orig.tar.xz + 217a33c2f4474f4f23c69fa0bc694f9d380885003f02785ed69248b0dfb1d449 40916 libtool_2.4.7-7.debian.tar.xz +Files: + a581b1b994ad92c7236ab48ae0d0243b 2257 libtool_2.4.7-7.dsc + 8d5260fed7d8f9bb6aac3999d43e8d92 1026028 libtool_2.4.7.orig.tar.xz + 6b8387749b6235dec80e8f9882e6c3f8 40916 libtool_2.4.7-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtpms +Binary: libtpms-dev, libtpms0 +Architecture: any +Version: 0.9.2-3.1 +Maintainer: Seunghun Han +Homepage: https://github.com/stefanberger/libtpms +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/libtpms +Vcs-Git: https://salsa.debian.org/debian/libtpms.git +Build-Depends: debhelper-compat (= 13), dh-exec, gawk, libssl-dev, libtool, pkg-config +Package-List: + libtpms-dev deb libdevel optional arch=any + libtpms0 deb libs optional arch=any +Directory: pool/397d3ce5fb3d8853950c7f7ec29ef7abb4860c6df370e6e3e9ad82729e7220f7 +Checksums-Sha1: + e9791d3e45c03dfa727aa303fe40e2ff5a34aa33 2091 libtpms_0.9.2-3.1.dsc + 41e9ba916748672a66c38b6e27ac659ccfd60ca3 1263088 libtpms_0.9.2.orig.tar.gz + c6c2763a86702fe8dc015e5b8b44f82f268d1cdf 10272 libtpms_0.9.2-3.1.debian.tar.xz +Checksums-Sha256: + 397d3ce5fb3d8853950c7f7ec29ef7abb4860c6df370e6e3e9ad82729e7220f7 2091 libtpms_0.9.2-3.1.dsc + 460047f880c5a17dfb8f5c92668fd2f0c508279d4cc3de0a779c21a09f966766 1263088 libtpms_0.9.2.orig.tar.gz + e2a50a1bfd1907512119ddf0759ff8f7d74d8183ff16febcc073728a93a21e19 10272 libtpms_0.9.2-3.1.debian.tar.xz +Files: + 7fa3968a75ab8bbe09a323dfc3670614 2091 libtpms_0.9.2-3.1.dsc + ebfa4f07bc220df4fe19b1f04cfdfc91 1263088 libtpms_0.9.2.orig.tar.gz + badaa8be98643445e8a099441b42013c 10272 libtpms_0.9.2-3.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtraceevent +Binary: libtraceevent-dev, libtraceevent1, libtraceevent1-plugin, libtraceevent-doc +Architecture: linux-any all +Version: 1:1.8.3-1 +Maintainer: Sudip Mukherjee +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/sudip/libtraceevent +Vcs-Git: https://salsa.debian.org/sudip/libtraceevent.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), pkgconf, asciidoc, xmlto, source-highlight, libcunit1-dev +Package-List: + libtraceevent-dev deb libdevel optional arch=linux-any + libtraceevent-doc deb doc optional arch=all + libtraceevent1 deb libs optional arch=linux-any + libtraceevent1-plugin deb libs optional arch=linux-any +Directory: pool/7580d8f5f3c3d84c58c701ee9cc5528c054be909e34357ae7998986ea6f83a05 +Checksums-Sha1: + d46f2c787a14dfa31c668a9f503acd4a65cd7315 2192 libtraceevent_1.8.3-1.dsc + 0be7eb3f155090fdd9bf5b1f477920aa56ccf632 124940 libtraceevent_1.8.3.orig.tar.xz + 7c12a87f61a5531321de5b24967884df207b1a20 4200 libtraceevent_1.8.3-1.debian.tar.xz +Checksums-Sha256: + 7580d8f5f3c3d84c58c701ee9cc5528c054be909e34357ae7998986ea6f83a05 2192 libtraceevent_1.8.3-1.dsc + 5698b4a307516de1c45080477b076e391a3cdf88e002f0cbd2da1c8897b7588e 124940 libtraceevent_1.8.3.orig.tar.xz + 94fc951af9be362a1deb77404608202b82278384f45daca9503a49a084e5954a 4200 libtraceevent_1.8.3-1.debian.tar.xz +Files: + 60b0c929d895049c1d33a56d9f324fff 2192 libtraceevent_1.8.3-1.dsc + b2f40901ab316d0e51446f7f464b4c96 124940 libtraceevent_1.8.3.orig.tar.xz + a57cf96de3d3dfda2ffba6831e12b2a9 4200 libtraceevent_1.8.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtracefs +Binary: libtracefs-dev, libtracefs1, libtracefs-doc +Architecture: any all +Version: 1.8.1-1 +Maintainer: Sudip Mukherjee +Homepage: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/sudip/libtracefs +Vcs-Git: https://salsa.debian.org/sudip/libtracefs.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), libcunit1-dev, libtraceevent-dev (>= 1:1.3.0), pkgconf, asciidoc, xmlto, source-highlight, flex, bison +Package-List: + libtracefs-dev deb libdevel optional arch=any + libtracefs-doc deb doc optional arch=all + libtracefs1 deb libs optional arch=any +Directory: pool/c1e7c06667d81f3356fdff91310001dbcf117189b3ccc25f47326f8d14dcb735 +Checksums-Sha1: + d7deae1b764a22c2845a448f770626c73117d6e5 2163 libtracefs_1.8.1-1.dsc + 53f7649813fad1457d2cef039e7a576f0c03a9e1 174108 libtracefs_1.8.1.orig.tar.xz + 4994ab266e62006d1254bdb677fa261fc67b2e55 5288 libtracefs_1.8.1-1.debian.tar.xz +Checksums-Sha256: + c1e7c06667d81f3356fdff91310001dbcf117189b3ccc25f47326f8d14dcb735 2163 libtracefs_1.8.1-1.dsc + ad962e1ac6ce53d3a1d753bf60e81fa5664a5e990c29d3ee05bc869be2a86e27 174108 libtracefs_1.8.1.orig.tar.xz + 1b36aca670754c9fcb7d45ba7ce9b05c0bc3ddb555007a4c46ed68e609efca7b 5288 libtracefs_1.8.1-1.debian.tar.xz +Files: + cfd316ea85ddf38dc6a570d2de991280 2163 libtracefs_1.8.1-1.dsc + d16612bef28cb49e898558fe362496cc 174108 libtracefs_1.8.1.orig.tar.xz + 9db66e0d2aed7c88001fb2d5c5ca7d9b 5288 libtracefs_1.8.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libtry-tiny-perl +Binary: libtry-tiny-perl +Architecture: all +Version: 0.32-1 +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , Salvatore Bonaccorso , gregor herrmann +Homepage: https://metacpan.org/release/Try-Tiny +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtry-tiny-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtry-tiny-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libcapture-tiny-perl , libsub-name-perl , perl +Package-List: + libtry-tiny-perl deb perl optional arch=all +Directory: pool/aeb325f8fea4be610ba89d657136b026bdfc872d3ed85c420805e67492887616 +Checksums-Sha1: + cb31e9c6b9002fccb26dda11e8c9824bc9f17dec 2471 libtry-tiny-perl_0.32-1.dsc + ad62075b407977394c4a7b2829a753ab60e05a6b 36291 libtry-tiny-perl_0.32.orig.tar.gz + 414ef78a7f29645e0e96fa16c4c2ac477b433b5f 3924 libtry-tiny-perl_0.32-1.debian.tar.xz +Checksums-Sha256: + aeb325f8fea4be610ba89d657136b026bdfc872d3ed85c420805e67492887616 2471 libtry-tiny-perl_0.32-1.dsc + ef2d6cab0bad18e3ab1c4e6125cc5f695c7e459899f512451c8fa3ef83fa7fc0 36291 libtry-tiny-perl_0.32.orig.tar.gz + d4f1f5f2deab137ae35106bd271cec8f12284740461cef94c9c2b1c3d9690d58 3924 libtry-tiny-perl_0.32-1.debian.tar.xz +Files: + c38948f5bf3fd7ed16b8cdcee074de15 2471 libtry-tiny-perl_0.32-1.dsc + 964424fcada4654bede745a7a2fb870b 36291 libtry-tiny-perl_0.32.orig.tar.gz + 0c835fb475447b8c75e8fc217ec2c833 3924 libtry-tiny-perl_0.32-1.debian.tar.xz +Dgit: a3a6067c3fbbf5ecc927806b0fcce2e90ddaa0ee debian archive/debian/0.32-1 https://git.dgit.debian.org/libtry-tiny-perl + +Format: 3.0 (quilt) +Package: libunistring +Binary: libunistring-dev, libunistring5 +Architecture: any +Version: 1.2-1 +Maintainer: Jörg Frings-Fürst +Homepage: https://www.gnu.org/software/libunistring/ +Standards-Version: 4.6.2.0 +Vcs-Browser: https://git.jff.email/cgit/libunistring.git +Vcs-Git: git://git.jff.email/libunistring.git +Build-Depends: debhelper-compat (= 13) +Package-List: + libunistring-dev deb libdevel optional arch=any + libunistring5 deb libs optional arch=any +Directory: pool/5d951adce58920ab7e598f04b903f402382557ad102576d01184553437467dd6 +Checksums-Sha1: + 35c86fd5d388e66a48eaae1c1879921f08c263d0 2181 libunistring_1.2-1.dsc + 914912b4ab91ab57e0ede4b34f3d92296e4dd6ec 2502196 libunistring_1.2.orig.tar.xz + 626b0ac1ab9abe8cdf3e9b51b3687dd1d6459670 833 libunistring_1.2.orig.tar.xz.asc + 440053c8ebb70c9ae0bc57afeb94df104abed1d6 13656 libunistring_1.2-1.debian.tar.xz +Checksums-Sha256: + 5d951adce58920ab7e598f04b903f402382557ad102576d01184553437467dd6 2181 libunistring_1.2-1.dsc + 632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44 2502196 libunistring_1.2.orig.tar.xz + 91da3f033231a635dae9e0161c834b74e890e1eba19d4e5972b26c5c312ac2cb 833 libunistring_1.2.orig.tar.xz.asc + 0605dbb77c072393abaa9e6ec8507d57d91f62aee4d7a7f968f295e4e9ab3bcf 13656 libunistring_1.2-1.debian.tar.xz +Files: + 947a5067c1b3d5b695409802995b46cd 2181 libunistring_1.2-1.dsc + 6b4ea63617bf09d76e5234379e75e7f9 2502196 libunistring_1.2.orig.tar.xz + 2e48cac77918de6c4c8ac177c2b5a6f7 833 libunistring_1.2.orig.tar.xz.asc + adb49f43672b141496365c07368d9c7a 13656 libunistring_1.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libunwind +Binary: libunwind-dev, libunwind8, libunwind-setjmp0-dev, libunwind-setjmp0 +Architecture: amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sh4 +Version: 1.6.2-3.1 +Maintainer: Adrian Bunk +Homepage: http://www.nongnu.org/libunwind +Standards-Version: 4.1.1 +Build-Depends: debhelper-compat (= 10), liblzma-dev , texlive-extra-utils +Build-Conflicts: liblzma-dev +Package-List: + libunwind-dev deb libdevel optional arch=amd64,arm64,armel,armhf,hppa,i386,ia64,mips,mips64,mips64el,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sh4 + libunwind-setjmp0 deb libs optional arch=amd64,arm64,armel,armhf,hppa,i386,ia64,mips,mips64,mips64el,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sh4 + libunwind-setjmp0-dev deb libdevel optional arch=amd64,arm64,armel,armhf,hppa,i386,ia64,mips,mips64,mips64el,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sh4 + libunwind8 deb libs optional arch=amd64,arm64,armel,armhf,hppa,i386,ia64,mips,mips64,mips64el,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sh4 +Directory: pool/fcf59fc02cadca3b8fd514d56256fb50a9517fff0a367767c5b87d5e84ffa5c3 +Checksums-Sha1: + 89206f9e9ab86df280b4b71db84dd644e1258a43 2816 libunwind_1.6.2-3.1.dsc + 1e4d5e4b9502bfbe7609a4a64b83eb040be3f741 901392 libunwind_1.6.2.orig.tar.gz + 3fad46e765b24d76990325df27626b61666249bc 659 libunwind_1.6.2.orig.tar.gz.asc + 76b439072bf3245a8a6dca7c7545e7788f8fe225 16800 libunwind_1.6.2-3.1.debian.tar.xz +Checksums-Sha256: + fcf59fc02cadca3b8fd514d56256fb50a9517fff0a367767c5b87d5e84ffa5c3 2816 libunwind_1.6.2-3.1.dsc + 4a6aec666991fb45d0889c44aede8ad6eb108071c3554fcdff671f9c94794976 901392 libunwind_1.6.2.orig.tar.gz + f064387f5505fff34735a72dcaf190d2ea8a87569ef50c539cfb154986bbd4d2 659 libunwind_1.6.2.orig.tar.gz.asc + f7f93b00e4817c0f179e26fe48c4b917ad961aa22e78b93e543e2e4966d6cd3b 16800 libunwind_1.6.2-3.1.debian.tar.xz +Files: + 1b535703d677df9686ee08e305c5b7f5 2816 libunwind_1.6.2-3.1.dsc + f625b6a98ac1976116c71708a73dc44a 901392 libunwind_1.6.2.orig.tar.gz + ff49815d3b2d0a16a11c2ebef3182952 659 libunwind_1.6.2.orig.tar.gz.asc + 9036b9750bcac357ec4e7ec669ec2bee 16800 libunwind_1.6.2-3.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: liburcu +Binary: liburcu-dev, liburcu8t64, liburcu8-udeb +Architecture: any +Version: 0.14.1-1 +Maintainer: Jon Bernard +Uploaders: Michael Jeanson +Homepage: https://liburcu.org/ +Standards-Version: 4.6.1.0 +Vcs-Browser: https://salsa.debian.org/debian/liburcu +Vcs-Git: https://salsa.debian.org/debian/liburcu.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12) +Package-List: + liburcu-dev deb libdevel optional arch=any + liburcu8-udeb udeb debian-installer optional arch=any + liburcu8t64 deb libs optional arch=any +Directory: pool/db727434e9b55c25be47e343ddb3116ddf361c673d244f861e3260895d3f6ef5 +Checksums-Sha1: + ef6196d319fcaba2c7764974706c7af47b5f46af 2296 liburcu_0.14.1-1.dsc + 046ea027b60ce0da483fd26be0975e38b766e018 669999 liburcu_0.14.1.orig.tar.bz2 + b40cb985c6e4f1c6aa34035b3647be020c3ac900 488 liburcu_0.14.1.orig.tar.bz2.asc + 1201e3c55cf6877de4d0945413140e38651b918e 15484 liburcu_0.14.1-1.debian.tar.xz +Checksums-Sha256: + db727434e9b55c25be47e343ddb3116ddf361c673d244f861e3260895d3f6ef5 2296 liburcu_0.14.1-1.dsc + 231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0 669999 liburcu_0.14.1.orig.tar.bz2 + 06febdacbba92c9400af4a4069511206655d4ed4702ac4f1957a5dfe1def0be5 488 liburcu_0.14.1.orig.tar.bz2.asc + 9e27590869d517a33b006b4e803f37b8776267f52d2012e526698a49144c6571 15484 liburcu_0.14.1-1.debian.tar.xz +Files: + 33a84f7258c5c08ab0b661714ceb3086 2296 liburcu_0.14.1-1.dsc + dfeb1a6e67679f4ee4a0ac584bfd37ef 669999 liburcu_0.14.1.orig.tar.bz2 + a3be75662dd4b5cb1463a02ff55492ac 488 liburcu_0.14.1.orig.tar.bz2.asc + c59b179a9fc58d67c3dd418347250e53 15484 liburcu_0.14.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: liburi-perl +Binary: liburi-perl +Architecture: all +Version: 5.29-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Angel Abad +Homepage: https://metacpan.org/release/URI +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liburi-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liburi-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libbusiness-isbn-perl , libencode-perl , libmime-base32-perl , libregexp-ipv6-perl , libscalar-list-utils-perl , libtest-fatal-perl , libtest-needs-perl , libtest-simple-perl , libtest-warnings-perl , perl +Package-List: + liburi-perl deb perl optional arch=all +Directory: pool/510ec565f019d59e5983c9acc934e41daee1b74d4539dc5a912da5a23fb2fd92 +Checksums-Sha1: + 7361495d82997170dc295c2fdc29ce5b16339d7a 2589 liburi-perl_5.29-1.dsc + bf9fd1e94cdd72cdc86d521fd5785867fdcd6f2c 128686 liburi-perl_5.29.orig.tar.gz + a0d8742dd76514fec941b5288a525ffa82a3782a 7104 liburi-perl_5.29-1.debian.tar.xz +Checksums-Sha256: + 510ec565f019d59e5983c9acc934e41daee1b74d4539dc5a912da5a23fb2fd92 2589 liburi-perl_5.29-1.dsc + a34b9f626c3ff1e20c0d4a23ec5c8b7ae1de1fb674ecefed7e46791388137372 128686 liburi-perl_5.29.orig.tar.gz + df20c4a94131a09a14f4d69f423c8e71a3fea751867ff19b5eb0f499eae70c22 7104 liburi-perl_5.29-1.debian.tar.xz +Files: + e2a94c1ae7134eef4651c84400e0b154 2589 liburi-perl_5.29-1.dsc + 34cf48b69c4fbcc40cfebac94af39424 128686 liburi-perl_5.29.orig.tar.gz + a2b5c2b10c06ad760178a2e08b2d2157 7104 liburi-perl_5.29-1.debian.tar.xz +Dgit: d3616f6d9da77356ffe097d9d64f7c888499c0e5 debian archive/debian/5.29-1 https://git.dgit.debian.org/liburi-perl + +Format: 3.0 (quilt) +Package: liburing +Binary: liburing2, liburing-dev +Architecture: linux-any +Version: 2.7-2 +Maintainer: Guillem Jover +Homepage: https://github.com/axboe/liburing +Standards-Version: 4.7.0 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/liburing.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/liburing.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10), dpkg-dev (>= 1.22.0), procps +Package-List: + liburing-dev deb libdevel optional arch=linux-any + liburing2 deb libs optional arch=linux-any +Directory: pool/e585237a490de050a7b70b1f7bc13c8d898058d323518d7bdc6880a98b83ef1c +Checksums-Sha1: + 86595da486c52e9ef550646bbba32a1585df363f 2381 liburing_2.7-2.dsc + 5ba1ce42d697c118a15c15a29f5c57e160868069 347507 liburing_2.7.orig.tar.gz + fa8f4e9215bc58c0e130b2be048ff692a37ba259 858 liburing_2.7.orig.tar.gz.asc + 2ddfee4473f6ba1e322271cde1bcd0976b5b2c80 18992 liburing_2.7-2.debian.tar.xz +Checksums-Sha256: + e585237a490de050a7b70b1f7bc13c8d898058d323518d7bdc6880a98b83ef1c 2381 liburing_2.7-2.dsc + b28d25ee791bdc738a2394f54c7d7025bc74c2a42c87bebf69768fad8a13a530 347507 liburing_2.7.orig.tar.gz + 8576f871b445db525d044b9eca3d8b45378e5cc1bfade7b15001a7ea428509a9 858 liburing_2.7.orig.tar.gz.asc + 6ba41b9d2e03bff209160943510f006c488a0c6ed1e27af312739db239872464 18992 liburing_2.7-2.debian.tar.xz +Files: + 87d7e64988e1980e7b07d87a74b59d91 2381 liburing_2.7-2.dsc + b284d2a64bf2f6ff9b975e3490bd72a6 347507 liburing_2.7.orig.tar.gz + 054fa54ac0435369a6980210c1547473 858 liburing_2.7.orig.tar.gz.asc + db027479e149fc28f2c5ceeda43e0723 18992 liburing_2.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libusb-1.0 +Binary: libusb-1.0-0, libusb-1.0-0-dev, libusb-1.0-doc, libusb-1.0-0-udeb +Architecture: linux-any hurd-any all +Version: 2:1.0.27-1 +Maintainer: Aurelien Jarno +Homepage: http://www.libusb.info +Standards-Version: 4.6.2 +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, automake, build-essential, libudev-dev, libumockdev-dev, pkg-config, umockdev +Build-Depends: debhelper-compat (= 13), libudev-dev [linux-any], pkg-config, umockdev , libumockdev-dev +Build-Depends-Indep: doxygen +Package-List: + libusb-1.0-0 deb libs optional arch=linux-any,hurd-any + libusb-1.0-0-dev deb libdevel optional arch=linux-any,hurd-any + libusb-1.0-0-udeb udeb debian-installer optional arch=linux-any,hurd-any profile=!noudeb + libusb-1.0-doc deb doc optional arch=all +Directory: pool/8bb3b5e8ad48159cc562cc98b1d86ab78c0c24076bfaa25175855e332392503b +Checksums-Sha1: + d87ceb881069ae2eb074987af0826f7f39e6e1e7 2528 libusb-1.0_1.0.27-1.dsc + 7c169047f5970e767d937b598f60979de5f036e3 643680 libusb-1.0_1.0.27.orig.tar.bz2 + ffb7e3e03c672d154bfc9e8aa840cd9c1db656a7 833 libusb-1.0_1.0.27.orig.tar.bz2.asc + 9eee768d76ee4a490beeeade2e17a5cb0b334cb3 17044 libusb-1.0_1.0.27-1.debian.tar.xz +Checksums-Sha256: + 8bb3b5e8ad48159cc562cc98b1d86ab78c0c24076bfaa25175855e332392503b 2528 libusb-1.0_1.0.27-1.dsc + ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575 643680 libusb-1.0_1.0.27.orig.tar.bz2 + 1cd22bbfe4ce382ca9b091e2a6275c48f1c776253815cbb615da295ae0bfe687 833 libusb-1.0_1.0.27.orig.tar.bz2.asc + 560bc02e704b8f28b04be3e6a551ccbf2b5c5cb0850864d6a5416ad05723f0b4 17044 libusb-1.0_1.0.27-1.debian.tar.xz +Files: + f8b1dbf81dc292cbb44b2b4baaf6a2e3 2528 libusb-1.0_1.0.27-1.dsc + 1fb61afe370e94f902a67e03eb39c51f 643680 libusb-1.0_1.0.27.orig.tar.bz2 + be3b4265eb0ba77ea2a4bbe78539e1d7 833 libusb-1.0_1.0.27.orig.tar.bz2.asc + 9ab0e4b8a46ea6c3456343bba278398a 17044 libusb-1.0_1.0.27-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libuv1 +Binary: libuv1-dev, libuv1t64, libuv1-doc +Architecture: linux-any hurd-any all +Version: 1.48.0-6 +Maintainer: Dominique Dumont +Uploaders: Luca Bruno +Homepage: https://github.com/libuv/libuv +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/libuv1 +Vcs-Git: https://salsa.debian.org/debian/libuv1.git +Build-Depends: cmake, debhelper-compat (= 13), dh-exec, dh-sequence-sphinxdoc , netbase, pkgconf, sphinx +Package-List: + libuv1-dev deb libdevel optional arch=linux-any,hurd-any + libuv1-doc deb doc optional arch=all + libuv1t64 deb libs optional arch=linux-any,hurd-any +Directory: pool/349ba9f2ec04dcefc91a31b671561168ff8e8325c52f415fc83f52fe1b3c5cf9 +Checksums-Sha1: + 0008c36c6c663800695d8c2d4681b4ac54e1784b 2092 libuv1_1.48.0-6.dsc + bcc87b177634f3637315af2d6044731384b79142 1322696 libuv1_1.48.0.orig.tar.gz + 1a076ab4b91ed8e4e261a0c7e72eeac6e62344fa 23768 libuv1_1.48.0-6.debian.tar.xz +Checksums-Sha256: + 349ba9f2ec04dcefc91a31b671561168ff8e8325c52f415fc83f52fe1b3c5cf9 2092 libuv1_1.48.0-6.dsc + 95b66faf3c19b021eb475c0a04c4febfe0442efbd88bca3174d32a1f8957cb71 1322696 libuv1_1.48.0.orig.tar.gz + 69b78232cbf61561e2fd6a4c4530a061089fa30c3208ac928fb0324f3f8bd605 23768 libuv1_1.48.0-6.debian.tar.xz +Files: + 49ce5e3e032eeb9af957823594b045e5 2092 libuv1_1.48.0-6.dsc + bf42b4cdae4b327bf9d91908961421a2 1322696 libuv1_1.48.0.orig.tar.gz + d60025f2828f609bb99975b78533f037 23768 libuv1_1.48.0-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: libverto +Binary: libverto-dev, libverto1t64, libverto-libev1t64, libverto-glib1t64 +Architecture: any +Version: 0.3.1-1.2 +Maintainer: Sam Hartman +Homepage: https://github.com/latchset/libverto/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/libverto +Vcs-Git: https://salsa.debian.org/debian/libverto.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libev-dev, libglib2.0-dev +Build-Conflicts: libevent-dev, libtevent-dev +Package-List: + libverto-dev deb libdevel optional arch=any + libverto-glib1t64 deb libs optional arch=any + libverto-libev1t64 deb libs optional arch=any + libverto1t64 deb libs optional arch=any +Directory: pool/1f20d35f663800e97eb2c4897ddfaed52f3ff7d85cb86fc60956a021d4de7dad +Checksums-Sha1: + 5366c15f8060e0a81e46cb4b85ea8b3bca803460 2150 libverto_0.3.1-1.2.dsc + fc9c9b3b7db4ed73658cb1710b9acb118106c0e9 34891 libverto_0.3.1.orig.tar.gz + d32284603f037e6ddd8fe9567eb161dc3181f411 24684 libverto_0.3.1-1.2.debian.tar.xz +Checksums-Sha256: + 1f20d35f663800e97eb2c4897ddfaed52f3ff7d85cb86fc60956a021d4de7dad 2150 libverto_0.3.1-1.2.dsc + 02c7e679577ae7608ed35fe740bec2ef8c58142344cef247f2797ef788d41adc 34891 libverto_0.3.1.orig.tar.gz + b872d4c8b78d5361bf4e9c1d0878ab4ca1c271fde85cab1a7b874778c98e2b89 24684 libverto_0.3.1-1.2.debian.tar.xz +Files: + 89e8784fa09520194a975dee2623affc 2150 libverto_0.3.1-1.2.dsc + 158e64965083acabbbf2f27e914a2406 34891 libverto_0.3.1.orig.tar.gz + 29c6cd71dc27387fd7a517e667a615e2 24684 libverto_0.3.1-1.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libvhdi +Binary: libvhdi-dev, libvhdi1, libvhdi-utils, python3-libvhdi +Architecture: any +Version: 20240509-1 +Maintainer: Debian Security Tools +Uploaders: Hilko Bengen , Francisco Vilmar Cardoso Ruviaro +Homepage: https://github.com/libyal/libvhdi +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/libvhdi +Vcs-Git: https://salsa.debian.org/pkg-security-team/libvhdi.git +Build-Depends: debhelper-compat (= 13), dh-python, libbfio-dev, libfuse-dev, pkgconf, python3-dev +Package-List: + libvhdi-dev deb libdevel optional arch=any + libvhdi-utils deb otherosfs optional arch=any + libvhdi1 deb libs optional arch=any + python3-libvhdi deb python optional arch=any +Directory: pool/22d0c55d9013dea96099bb21dd7aa9868bd2b146960b66dc58aee2beff55cc97 +Checksums-Sha1: + 176130301d19897019a1f3738705d31ba9ebcaf0 2248 libvhdi_20240509-1.dsc + 96827ad7554d6b3e859101cfa628bd17d876f8da 1556130 libvhdi_20240509.orig.tar.gz + 03c7958f0f86c764ef5a8c93177a57cb0df8797c 7236 libvhdi_20240509-1.debian.tar.xz +Checksums-Sha256: + 22d0c55d9013dea96099bb21dd7aa9868bd2b146960b66dc58aee2beff55cc97 2248 libvhdi_20240509-1.dsc + 9efebe54a7ae6cf8b49103a3a0c37553f3f22d7526303a654aeb59eca58ccec7 1556130 libvhdi_20240509.orig.tar.gz + 3b664a402e7315ce6a749d425fb44c53d6e44bec92cfbb5c86608b1f23f3967a 7236 libvhdi_20240509-1.debian.tar.xz +Files: + bc181cc12b8c73f1c781120506624288 2248 libvhdi_20240509-1.dsc + a355b620b3e1c4a2e31465b877149dcd 1556130 libvhdi_20240509.orig.tar.gz + 799e81a48871d99a95a2df87b87a957c 7236 libvhdi_20240509-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libvirt +Binary: libvirt-clients, libvirt-clients-qemu, libvirt-login-shell, libvirt-daemon, libvirt-daemon-common, libvirt-daemon-log, libvirt-daemon-lock, libvirt-daemon-driver-qemu, libvirt-daemon-driver-lxc, libvirt-daemon-driver-vbox, libvirt-daemon-driver-xen, libvirt-daemon-driver-storage, libvirt-daemon-driver-storage-disk, libvirt-daemon-driver-storage-gluster, libvirt-daemon-driver-storage-iscsi, libvirt-daemon-driver-storage-iscsi-direct, libvirt-daemon-driver-storage-logical, libvirt-daemon-driver-storage-mpath, libvirt-daemon-driver-storage-rbd, libvirt-daemon-driver-storage-scsi, libvirt-daemon-driver-storage-zfs, libvirt-daemon-driver-network, libvirt-daemon-driver-nwfilter, libvirt-daemon-driver-interface, libvirt-daemon-driver-nodedev, libvirt-daemon-driver-secret, libvirt-daemon-plugin-lockd, libvirt-daemon-plugin-sanlock, libvirt-daemon-system, libvirt-daemon-system-systemd, libvirt-daemon-system-sysv, libvirt-daemon-config-network, libvirt-daemon-config-nwfilter, + libvirt0, libvirt-common, libvirt-l10n, libvirt-doc, libvirt-dev, libvirt-sanlock, libnss-libvirt, + libvirt-wireshark +Architecture: any all +Version: 10.7.0-3 +Maintainer: Debian Libvirt Maintainers +Uploaders: Guido Günther , Andrea Bolognani , +Homepage: https://libvirt.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/libvirt-team/libvirt +Vcs-Git: https://salsa.debian.org/libvirt-team/libvirt.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, libxml2-utils, pkg-config, qemu-kvm, qemu-system +Build-Depends: augeas-tools [linux-any], bash-completion, debhelper-compat (= 13), dh-apparmor [linux-any], kmod [linux-any], libacl1-dev [linux-any], libapparmor-dev (>= 3.0.0) [linux-any], libattr1-dev [linux-any], libaudit-dev [linux-any], libblkid-dev [linux-any], libc-dev (>= 2.31-14~), libcap-ng-dev [linux-any], libcurl4-gnutls-dev [linux-any], libdevmapper-dev [linux-any], libfuse3-dev [linux-any], libglib2.0-dev, libglusterfs-dev [amd64 arm64 ia64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64], libgnutls28-dev, libiscsi-dev [linux-any], libnl-3-dev [linux-any], libnl-route-3-dev [linux-any], libnuma-dev [linux-any], libparted-dev [linux-any], libpcap0.8-dev [linux-any], libpciaccess-dev [linux-any], librados-dev [amd64 arm64 loong64 mips64el ppc64el riscv64 s390x], librbd-dev [amd64 arm64 loong64 mips64el ppc64el riscv64 s390x], libreadline-dev, libsanlock-dev [linux-any], libsasl2-dev, libselinux1-dev [linux-any], libssh-dev, libssh2-1-dev, libtasn1-6-dev, libtirpc-dev, libudev-dev [linux-any], libwireshark-dev [linux-any], libxen-dev [amd64 arm64 armhf], libxml2-dev, libxml2-utils, libyajl-dev [linux-any], lvm2 [linux-any], meson, mount [linux-any], nfs-common:native [linux-any], numad:native [linux-any], open-iscsi [linux-any], po-debconf, python3-docutils, python3:native, qemu-utils [amd64 arm64 armel armhf i386 loong64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], systemtap-sdt-dev [linux-any], xsltproc +Package-List: + libnss-libvirt deb admin optional arch=linux-any + libvirt-clients deb admin optional arch=any + libvirt-clients-qemu deb admin optional arch=all + libvirt-common deb libs optional arch=any + libvirt-daemon deb admin optional arch=linux-any + libvirt-daemon-common deb admin optional arch=linux-any + libvirt-daemon-config-network deb admin optional arch=all + libvirt-daemon-config-nwfilter deb admin optional arch=all + libvirt-daemon-driver-interface deb admin optional arch=linux-any + libvirt-daemon-driver-lxc deb admin optional arch=alpha,amd64,arm64,armel,armhf,hppa,i386,loong64,m68k,mips64el,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sh4,sparc64,x32 + libvirt-daemon-driver-network deb admin optional arch=linux-any + libvirt-daemon-driver-nodedev deb admin optional arch=linux-any + libvirt-daemon-driver-nwfilter deb admin optional arch=linux-any + libvirt-daemon-driver-qemu deb admin optional arch=amd64,arm64,armel,armhf,i386,loong64,mips64el,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sparc64,x32 + libvirt-daemon-driver-secret deb admin optional arch=linux-any + libvirt-daemon-driver-storage deb admin optional arch=linux-any + libvirt-daemon-driver-storage-disk deb admin optional arch=linux-any + libvirt-daemon-driver-storage-gluster deb admin optional arch=amd64,arm64,ia64,loong64,mips64el,ppc64,ppc64el,riscv64,s390x,sparc64 + libvirt-daemon-driver-storage-iscsi deb admin optional arch=linux-any + libvirt-daemon-driver-storage-iscsi-direct deb admin optional arch=linux-any + libvirt-daemon-driver-storage-logical deb admin optional arch=linux-any + libvirt-daemon-driver-storage-mpath deb admin optional arch=linux-any + libvirt-daemon-driver-storage-rbd deb admin optional arch=amd64,arm64,loong64,mips64el,ppc64el,riscv64,s390x + libvirt-daemon-driver-storage-scsi deb admin optional arch=linux-any + libvirt-daemon-driver-storage-zfs deb admin optional arch=linux-any + libvirt-daemon-driver-vbox deb admin optional arch=amd64,i386 + libvirt-daemon-driver-xen deb admin optional arch=amd64,arm64,armhf + libvirt-daemon-lock deb admin optional arch=linux-any + libvirt-daemon-log deb admin optional arch=linux-any + libvirt-daemon-plugin-lockd deb admin optional arch=linux-any + libvirt-daemon-plugin-sanlock deb admin optional arch=linux-any + libvirt-daemon-system deb admin optional arch=linux-any + libvirt-daemon-system-systemd deb admin optional arch=all + libvirt-daemon-system-sysv deb admin optional arch=all + libvirt-dev deb libdevel optional arch=any + libvirt-doc deb doc optional arch=all + libvirt-l10n deb localization optional arch=all + libvirt-login-shell deb admin optional arch=alpha,amd64,arm64,armel,armhf,hppa,i386,loong64,m68k,mips64el,mipsel,powerpc,ppc64,ppc64el,riscv64,s390x,sh4,sparc64,x32 + libvirt-sanlock deb admin optional arch=linux-any + libvirt-wireshark deb admin optional arch=linux-any + libvirt0 deb libs optional arch=any +Directory: pool/5a296c9a9a0ec7b9f0e7688f18caba5336c6a52288bbf08d3fe8007f81fefc2b +Checksums-Sha1: + 6166e3a3192c731eed1a1c944cc41f08c5c8aeba 7666 libvirt_10.7.0-3.dsc + 1e09616f04f6764ca7606f052906375ac14bd42d 9500056 libvirt_10.7.0.orig.tar.xz + 6515131334abdc3fb37f9e19dc961612cd7f9e55 833 libvirt_10.7.0.orig.tar.xz.asc + cb508b8fb4413d13fbb44f291b5323f1806e6dc5 94596 libvirt_10.7.0-3.debian.tar.xz +Checksums-Sha256: + 5a296c9a9a0ec7b9f0e7688f18caba5336c6a52288bbf08d3fe8007f81fefc2b 7666 libvirt_10.7.0-3.dsc + ca757322eed998013b21f474c6c0c15dc08320ba6c8bae54aa16a93a1c3b7054 9500056 libvirt_10.7.0.orig.tar.xz + 79381b20a9017f72ffb4c2510b037680cc75addb442130bc7176d60c731569a8 833 libvirt_10.7.0.orig.tar.xz.asc + b5ffa426656412907dc1f59a4e58d4a6b27a59867f15c1b7320d63c1b30d9ee3 94596 libvirt_10.7.0-3.debian.tar.xz +Files: + bda79778f75fd8854494b3a0f996b758 7666 libvirt_10.7.0-3.dsc + 892dfa2ff4d2892f61c3d2b122129c04 9500056 libvirt_10.7.0.orig.tar.xz + 6ff91d518159cf38768de3f79ae0fe8f 833 libvirt_10.7.0.orig.tar.xz.asc + 55152aecdf2d69a66e2b7ef1da5a893a 94596 libvirt_10.7.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: libvmdk +Binary: libvmdk-dev, libvmdk1, libvmdk-utils, python3-libvmdk +Architecture: any +Version: 20200926-2 +Maintainer: Debian Security Tools +Uploaders: Hilko Bengen +Homepage: https://github.com/libyal/libvmdk +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/libvmdk +Vcs-Git: https://salsa.debian.org/pkg-security-team/libvmdk.git +Build-Depends: debhelper-compat (= 13), dh-python, pkg-config, libbfio-dev (>= 20160108), libfuse-dev, zlib1g-dev, python3-dev +Package-List: + libvmdk-dev deb libdevel optional arch=any + libvmdk-utils deb otherosfs optional arch=any + libvmdk1 deb libs optional arch=any + python3-libvmdk deb python optional arch=any +Directory: pool/8ea3c24fe8ecb8b35399c8b8b2a0160b7a0ccb177f1753d20fc401bb782de45f +Checksums-Sha1: + 075dc4c27676e14e7dfb07d31dbd5c660ea3103e 1853 libvmdk_20200926-2.dsc + 3a5bd1e2bd246c6a9a9bc7607fe41ee0f59c599b 1611133 libvmdk_20200926.orig.tar.gz + 6b387b126664444709cc1c295f6644fd8b5d500f 6924 libvmdk_20200926-2.debian.tar.xz +Checksums-Sha256: + 8ea3c24fe8ecb8b35399c8b8b2a0160b7a0ccb177f1753d20fc401bb782de45f 1853 libvmdk_20200926-2.dsc + 6102901eb299c1579790c822696b74553fb80f88116a3c0bd3952c532c624fc5 1611133 libvmdk_20200926.orig.tar.gz + d9cec6a3999457e8635b52d6098eaf18fffadef664d54b8aad582981f43a1d64 6924 libvmdk_20200926-2.debian.tar.xz +Files: + 28f34d03de735542655c2e72551c77cd 1853 libvmdk_20200926-2.dsc + bd478132381ed46788f92f87bd343fbe 1611133 libvmdk_20200926.orig.tar.gz + 0938646ba6948080026069f22454246a 6924 libvmdk_20200926-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: libwacom +Binary: libwacom9, libwacom-bin, libwacom-common, libwacom-dev +Architecture: any all +Version: 2.13.0-1 +Maintainer: Timo Aaltonen +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/libwacom +Vcs-Git: https://salsa.debian.org/debian/libwacom.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), meson, libevdev-dev, libglib2.0-dev, libgudev-1.0-dev, libxml2-dev , pkgconf, python3-libevdev , python3-pytest , python3-pyudev , systemd-dev, udev +Package-List: + libwacom-bin deb libs optional arch=any + libwacom-common deb libs optional arch=all + libwacom-dev deb libdevel optional arch=any + libwacom9 deb libs optional arch=any +Directory: pool/ea94427ed68cbd78c2fb3cfc6626fe742f97902b5705f0a2fcab62d8bbc74302 +Checksums-Sha1: + 25b2bdd6fb84216bdd0c5be5a0038ecdfabea5c1 2226 libwacom_2.13.0-1.dsc + 5c756954ccd19f3cfb4b4a9294a2252e5ef3b03b 208051 libwacom_2.13.0.orig.tar.gz + 422376c284997ba2cec656f9875b9eda7d087178 6224 libwacom_2.13.0-1.debian.tar.xz +Checksums-Sha256: + ea94427ed68cbd78c2fb3cfc6626fe742f97902b5705f0a2fcab62d8bbc74302 2226 libwacom_2.13.0-1.dsc + 160ef6418e5223638461db4d01532c5f1e3180794365e02370b1d3b6e21d12ae 208051 libwacom_2.13.0.orig.tar.gz + 65a31cb3fbd581930a32e3f79dd1dca8dcefbf088edecc8a771bda76d42c6d1e 6224 libwacom_2.13.0-1.debian.tar.xz +Files: + 69f3e4a59f1db8ab1e48fa9d1729102f 2226 libwacom_2.13.0-1.dsc + 1ccc2669686d102fd535ef8de41d3ba1 208051 libwacom_2.13.0.orig.tar.gz + c11787be3f9df9cc47a8464b44b216f9 6224 libwacom_2.13.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libwebp +Binary: libwebp-dev, libwebp7, libwebpdemux2, libwebpmux3, libwebpdecoder3, libsharpyuv0, libsharpyuv-dev, webp +Architecture: any +Version: 1.4.0-0.1 +Maintainer: Jeff Breidenbach +Homepage: https://developers.google.com/speed/webp/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libwebp +Vcs-Git: https://salsa.debian.org/debian/libwebp.git +Build-Depends: cmake, debhelper-compat (= 13), libgif-dev, libglut-dev, libjpeg-dev, libpng-dev, libtiff-dev , pkgconf +Package-List: + libsharpyuv-dev deb libdevel optional arch=any + libsharpyuv0 deb libs optional arch=any + libwebp-dev deb libdevel optional arch=any + libwebp7 deb libs optional arch=any + libwebpdecoder3 deb libs optional arch=any + libwebpdemux2 deb libs optional arch=any + libwebpmux3 deb libs optional arch=any + webp deb graphics optional arch=any +Directory: pool/c21ed5aa518a60d590e9435e998bf223114e6248f619b6af81cd82e7ebf39b51 +Checksums-Sha1: + c0ba588f74e3fbaeeebbb586d6b4bde8c1ad11f3 2569 libwebp_1.4.0-0.1.dsc + 0b1c8bea200caaa010182609dbaaa91aec69b64d 4281370 libwebp_1.4.0.orig.tar.gz + de88e5680d8bf2972fb54b168d84e0316e181574 833 libwebp_1.4.0.orig.tar.gz.asc + 86d68a40233c4902737059d11568f41d679c28fa 11048 libwebp_1.4.0-0.1.debian.tar.xz +Checksums-Sha256: + c21ed5aa518a60d590e9435e998bf223114e6248f619b6af81cd82e7ebf39b51 2569 libwebp_1.4.0-0.1.dsc + 61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5 4281370 libwebp_1.4.0.orig.tar.gz + 9a25a1f6c2bec4a4ec05ece3bd6938f0e9b47e432d58067d3877dba4fbcf6214 833 libwebp_1.4.0.orig.tar.gz.asc + d137689ec52cb7dd5851bea0e73a9d6e032b35df79e821ce1db770109f1eaf65 11048 libwebp_1.4.0-0.1.debian.tar.xz +Files: + 9914fa6a4119839886812f92f4458cf6 2569 libwebp_1.4.0-0.1.dsc + 07daaa13bef03b7be07f11977b159cb8 4281370 libwebp_1.4.0.orig.tar.gz + 6427f99c96b9fd5ba5ec5dde174c4482 833 libwebp_1.4.0.orig.tar.gz.asc + 5376fe1ccd2d14a3d1943d67d950cf25 11048 libwebp_1.4.0-0.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libwww-perl +Binary: libwww-perl +Architecture: all +Version: 6.77-1 +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Dominique Dumont , gregor herrmann +Homepage: https://metacpan.org/release/libwww-perl +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libencode-locale-perl , libfile-listing-perl , libhtml-parser-perl , libhttp-cookies-perl , libhttp-cookiejar-perl , libhttp-daemon-perl (>= 6.12) , libhttp-date-perl , libhttp-message-perl , libhttp-negotiate-perl , liblwp-mediatypes-perl , libnet-http-perl , libtest-fatal-perl , libtest-leaktrace-perl , libtest-needs-perl , libtest-requiresinternet-perl , libtry-tiny-perl , liburi-perl , libwww-robotrules-perl , netbase , perl +Package-List: + libwww-perl deb perl optional arch=all +Directory: pool/89c5ddb849de72399f8a8e3b93497b1e534c1c00bfc99a1d39537c4a2911b600 +Checksums-Sha1: + 0c90d350a9e0215b4f648d0a0c296c91f706e021 2963 libwww-perl_6.77-1.dsc + 6af272e24bbe869392c7331b2dd7ada8860e26f9 183886 libwww-perl_6.77.orig.tar.gz + 5858746d82946a8a45616723e0445deec63ffe97 11484 libwww-perl_6.77-1.debian.tar.xz +Checksums-Sha256: + 89c5ddb849de72399f8a8e3b93497b1e534c1c00bfc99a1d39537c4a2911b600 2963 libwww-perl_6.77-1.dsc + 94a907d6b3ea8d966ef43deffd4fa31f5500142b4c00489bfd403860a5f060e4 183886 libwww-perl_6.77.orig.tar.gz + 708e890aad609064bed8ca9339cc1e3be3e8a119f8eca904d0792d89a3abaac8 11484 libwww-perl_6.77-1.debian.tar.xz +Files: + 8f093e7c8f024284b7ff328f2b264268 2963 libwww-perl_6.77-1.dsc + e70e2f41a97b8d97608569d10b75b931 183886 libwww-perl_6.77.orig.tar.gz + 101edfb5cd81a73ed00c6d0f212b526b 11484 libwww-perl_6.77-1.debian.tar.xz +Dgit: 408dc602a109f593098fb068e4063c56eac10678 debian archive/debian/6.77-1 https://git.dgit.debian.org/libwww-perl + +Format: 3.0 (quilt) +Package: libwww-robotrules-perl +Binary: libwww-robotrules-perl +Architecture: all +Version: 6.02-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/WWW-RobotRules +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-robotrules-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-robotrules-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: perl, liburi-perl +Package-List: + libwww-robotrules-perl deb perl optional arch=all +Directory: pool/8419a4bac65737229e54cf2356e2f0ab90a8738d7fefb82a1883480a5747b469 +Checksums-Sha1: + 5cb229d3c674ee1ceffab7cb1ea2f1d02d7e974d 2284 libwww-robotrules-perl_6.02-1.dsc + e158e6559307878b32d8e4c241bf257c2bc88ebb 9059 libwww-robotrules-perl_6.02.orig.tar.gz + eafad910c6821183528f2dc35bcea6cb8fee80e1 2220 libwww-robotrules-perl_6.02-1.debian.tar.xz +Checksums-Sha256: + 8419a4bac65737229e54cf2356e2f0ab90a8738d7fefb82a1883480a5747b469 2284 libwww-robotrules-perl_6.02-1.dsc + 46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e 9059 libwww-robotrules-perl_6.02.orig.tar.gz + d9a0bde5423038c69616c5099a8c03158bfa8bdb6ae99eba3edbe76b8018ceeb 2220 libwww-robotrules-perl_6.02-1.debian.tar.xz +Files: + 424f014074352b6865b583b575d37ef0 2284 libwww-robotrules-perl_6.02-1.dsc + b7186e8b8b3701e70c22abf430742403 9059 libwww-robotrules-perl_6.02.orig.tar.gz + 6264f8275adf98edb5167cedc883d958 2220 libwww-robotrules-perl_6.02-1.debian.tar.xz + +Format: 1.0 +Package: libx11 +Binary: libx11-6, libx11-6-udeb, libx11-data, libx11-dev, libx11-xcb1, libx11-xcb-dev, libx11-doc +Architecture: any all +Version: 2:1.8.7-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libx11 +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libx11.git +Build-Depends: debhelper-compat (= 12), pkg-config, xtrans-dev, x11proto-dev, libxcb1-dev, quilt, xutils-dev +Build-Depends-Indep: xmlto, xorg-sgml-doctools, w3m +Package-List: + libx11-6 deb libs optional arch=any + libx11-6-udeb udeb debian-installer optional arch=any + libx11-data deb x11 optional arch=all + libx11-dev deb libdevel optional arch=any + libx11-doc deb doc optional arch=all + libx11-xcb-dev deb libdevel optional arch=any + libx11-xcb1 deb libs optional arch=any +Directory: pool/96eddec7e55ab344ce654c5043d59bc8da6470eb7849a578c843af965dda79d1 +Checksums-Sha1: + d8317338e63b2e14741afadbc96aff82e360a546 2480 libx11_1.8.7-1.dsc + 1d06e7a9999c721c8d88bca3d0d1c4d23b5ccc7e 3185363 libx11_1.8.7.orig.tar.gz + 3e1a897f6f82b7400b1ecbfb17bd34c730e00383 833 libx11_1.8.7.orig.tar.gz.asc + 308b9f1a21531c637a0d988d877f092eb3be64b1 74344 libx11_1.8.7-1.diff.gz +Checksums-Sha256: + 96eddec7e55ab344ce654c5043d59bc8da6470eb7849a578c843af965dda79d1 2480 libx11_1.8.7-1.dsc + 793ebebf569f12c864b77401798d38814b51790fce206e01a431e5feb982e20b 3185363 libx11_1.8.7.orig.tar.gz + c1cba69555c89e503abac81ebf1113a756f2fafd72677e7862b40f12208e0260 833 libx11_1.8.7.orig.tar.gz.asc + 57adc62acb0ba21a4cf444aaf03ea4adc7f732215df22afa8b8d6fd31d799d95 74344 libx11_1.8.7-1.diff.gz +Files: + c348e37f53454a7a93da44ed06d4be57 2480 libx11_1.8.7-1.dsc + feb9664ce36111923c0be0b292f6e15b 3185363 libx11_1.8.7.orig.tar.gz + e83cb6f7b661db13ac0a782af2d16a47 833 libx11_1.8.7.orig.tar.gz.asc + cb7603167a3279b4d5a9928aed532a40 74344 libx11_1.8.7-1.diff.gz + +Format: 1.0 +Package: libxau +Binary: libxau6, libxau6-udeb, libxau-dev +Architecture: any +Version: 1:1.0.9-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxau +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxau +Build-Depends: debhelper-compat (= 13), pkg-config, x11proto-dev, quilt, xutils-dev (>= 1:7.5+4) +Package-List: + libxau-dev deb libdevel optional arch=any + libxau6 deb libs optional arch=any + libxau6-udeb udeb debian-installer optional arch=any +Directory: pool/e6e059652cda7e5a49b6c9a70667639f32d629c20320487d16c642a06c1ebf85 +Checksums-Sha1: + 4652957f668b3280fcf5faa66076beab40ef3207 2183 libxau_1.0.9-1.dsc + 45ad25454e05cdc1ed5144b2abf1ae9e0f8fc95e 394068 libxau_1.0.9.orig.tar.gz + 05939953b8930c7016b03f9b5228f512c086d17b 801 libxau_1.0.9.orig.tar.gz.asc + ca52097053aeac9e7259fb100a9a0cecc218acbd 10193 libxau_1.0.9-1.diff.gz +Checksums-Sha256: + e6e059652cda7e5a49b6c9a70667639f32d629c20320487d16c642a06c1ebf85 2183 libxau_1.0.9-1.dsc + 1f123d8304b082ad63a9e89376400a3b1d4c29e67e3ea07b3f659cccca690eea 394068 libxau_1.0.9.orig.tar.gz + af6104aaf3c5ede529e381237dd60f49640ec96593a84502fa493b86582b2f04 801 libxau_1.0.9.orig.tar.gz.asc + 7b34899563f172e8f11d061de41b58fe1c32f8683d985e57686677ccb7299a9a 10193 libxau_1.0.9-1.diff.gz +Files: + f868425e03752c8147c65906caa00ced 2183 libxau_1.0.9-1.dsc + 01db30b67b5b315a815eb31d38f7d882 394068 libxau_1.0.9.orig.tar.gz + ef1b20efcbef9712391044bf095fb052 801 libxau_1.0.9.orig.tar.gz.asc + 8261620a72d53b0253e52b90ced977cc 10193 libxau_1.0.9-1.diff.gz + +Format: 1.0 +Package: libxcb +Binary: libxcb1, libxcb1-udeb, libxcb1-dev, libxcb-doc, libxcb-composite0, libxcb-composite0-dev, libxcb-damage0, libxcb-damage0-dev, libxcb-dpms0, libxcb-dpms0-dev, libxcb-glx0, libxcb-glx0-dev, libxcb-randr0, libxcb-randr0-dev, libxcb-record0, libxcb-record0-dev, libxcb-render0, libxcb-render0-dev, libxcb-res0, libxcb-res0-dev, libxcb-screensaver0, libxcb-screensaver0-dev, libxcb-shape0, libxcb-shape0-dev, libxcb-shm0, libxcb-shm0-dev, libxcb-sync1, libxcb-sync-dev, libxcb-xf86dri0, libxcb-xf86dri0-dev, libxcb-xfixes0, libxcb-xfixes0-dev, libxcb-xinerama0, libxcb-xinerama0-dev, libxcb-xinput0, libxcb-xinput-dev, libxcb-xtest0, libxcb-xtest0-dev, libxcb-xv0, libxcb-xv0-dev, libxcb-xvmc0, libxcb-xvmc0-dev, libxcb-dri2-0, libxcb-dri2-0-dev, libxcb-present0, libxcb-present-dev, libxcb-dri3-0, libxcb-dri3-dev, libxcb-xkb1, libxcb-xkb-dev +Architecture: any all +Version: 1.17.0-2 +Maintainer: Debian X Strike Force +Uploaders: Julien Cristau , +Homepage: https://xcb.freedesktop.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxcb +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxcb.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config, xauth, xvfb +Build-Depends: libxau-dev, libxdmcp-dev, xcb-proto (>= 1.15), xcb-proto (<< 2.0), libpthread-stubs0-dev [!linux-any], debhelper-compat (= 13), pkgconf, xutils-dev, xsltproc , check , python3-xcbgen (>= 1.14), libtool, automake, python3:native +Build-Depends-Indep: doxygen, graphviz +Package-List: + libxcb-composite0 deb libs optional arch=any + libxcb-composite0-dev deb libdevel optional arch=any + libxcb-damage0 deb libs optional arch=any + libxcb-damage0-dev deb libdevel optional arch=any + libxcb-doc deb doc optional arch=all + libxcb-dpms0 deb libs optional arch=any + libxcb-dpms0-dev deb libdevel optional arch=any + libxcb-dri2-0 deb libs optional arch=any + libxcb-dri2-0-dev deb libdevel optional arch=any + libxcb-dri3-0 deb libs optional arch=any + libxcb-dri3-dev deb libdevel optional arch=any + libxcb-glx0 deb libs optional arch=any + libxcb-glx0-dev deb libdevel optional arch=any + libxcb-present-dev deb libdevel optional arch=any + libxcb-present0 deb libs optional arch=any + libxcb-randr0 deb libs optional arch=any + libxcb-randr0-dev deb libdevel optional arch=any + libxcb-record0 deb libs optional arch=any + libxcb-record0-dev deb libdevel optional arch=any + libxcb-render0 deb libs optional arch=any + libxcb-render0-dev deb libdevel optional arch=any + libxcb-res0 deb libs optional arch=any + libxcb-res0-dev deb libdevel optional arch=any + libxcb-screensaver0 deb libs optional arch=any + libxcb-screensaver0-dev deb libdevel optional arch=any + libxcb-shape0 deb libs optional arch=any + libxcb-shape0-dev deb libdevel optional arch=any + libxcb-shm0 deb libs optional arch=any + libxcb-shm0-dev deb libdevel optional arch=any + libxcb-sync-dev deb libdevel optional arch=any + libxcb-sync1 deb libs optional arch=any + libxcb-xf86dri0 deb libs optional arch=any + libxcb-xf86dri0-dev deb libdevel optional arch=any + libxcb-xfixes0 deb libs optional arch=any + libxcb-xfixes0-dev deb libdevel optional arch=any + libxcb-xinerama0 deb libs optional arch=any + libxcb-xinerama0-dev deb libdevel optional arch=any + libxcb-xinput-dev deb libdevel optional arch=any + libxcb-xinput0 deb libs optional arch=any + libxcb-xkb-dev deb libdevel optional arch=any + libxcb-xkb1 deb libs optional arch=any + libxcb-xtest0 deb libs optional arch=any + libxcb-xtest0-dev deb libdevel optional arch=any + libxcb-xv0 deb libs optional arch=any + libxcb-xv0-dev deb libdevel optional arch=any + libxcb-xvmc0 deb libs optional arch=any + libxcb-xvmc0-dev deb libdevel optional arch=any + libxcb1 deb libs optional arch=any + libxcb1-dev deb libdevel optional arch=any + libxcb1-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/b2728d156f79d2e757e7378cfcefca52bd570739d2efffa87e1aaeaf4f21de3a +Checksums-Sha1: + a4c891dace6227bdd9663f24161ddf57cb1c4706 5318 libxcb_1.17.0-2.dsc + 220ec81181bcd8bf5a8367610858673e8de6e705 661593 libxcb_1.17.0.orig.tar.gz + 365b0f86925e0bb58f8ea27a6090a12d0278c516 28069 libxcb_1.17.0-2.diff.gz +Checksums-Sha256: + b2728d156f79d2e757e7378cfcefca52bd570739d2efffa87e1aaeaf4f21de3a 5318 libxcb_1.17.0-2.dsc + 2c69287424c9e2128cb47ffe92171e10417041ec2963bceafb65cb3fcf8f0b85 661593 libxcb_1.17.0.orig.tar.gz + c5b33b67a61d0d1c1b624bf88a8150f4be1ba9b46e855e38f03a8f73858af558 28069 libxcb_1.17.0-2.diff.gz +Files: + cb126bf126298d1bc94833e51c3b9ff5 5318 libxcb_1.17.0-2.dsc + 186c67e4fdc867dd7372f04b4dfa7c03 661593 libxcb_1.17.0.orig.tar.gz + ac9e4b4c051a32f274de9a97ed21e212 28069 libxcb_1.17.0-2.diff.gz + +Format: 1.0 +Package: libxcomposite +Binary: libxcomposite1, libxcomposite-dev +Architecture: any +Version: 1:0.4.5-1 +Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxcomposite +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxcomposite.git +Build-Depends: debhelper-compat (= 12), libx11-dev (>= 1:0.99.2), libxfixes-dev (>= 1:3.0.0-4), x11proto-dev, pkg-config, xmlto, xutils-dev (>= 1:7.5+4) +Package-List: + libxcomposite-dev deb libdevel optional arch=any + libxcomposite1 deb libs optional arch=any +Directory: pool/41b93952b43dfac6b0acde3ea9b6330d44fd7c96b6a38eba6d82094b88e436e8 +Checksums-Sha1: + 2b8878c4cd79eb36e5bd91eec77d84c125601aca 2067 libxcomposite_0.4.5-1.dsc + 3dc1c67d5cfefeb44934bce1107ba4e77de2d942 386513 libxcomposite_0.4.5.orig.tar.gz + 8e02014c3bc137a56087668957d75d706a013711 7547 libxcomposite_0.4.5-1.diff.gz +Checksums-Sha256: + 41b93952b43dfac6b0acde3ea9b6330d44fd7c96b6a38eba6d82094b88e436e8 2067 libxcomposite_0.4.5-1.dsc + 581c7fc0f41a99af38b1c36b9be64bc13ef3f60091cd3f01105bbc7c01617d6c 386513 libxcomposite_0.4.5.orig.tar.gz + b5e99d78f5260a7c27ac4c166f981e8c2eab44cff08f9ab64da3ee7150854410 7547 libxcomposite_0.4.5-1.diff.gz +Files: + b88bf79e88466c79772bbc3272e1f546 2067 libxcomposite_0.4.5-1.dsc + 1886cb780c77c6c894c0869a6b7fe1af 386513 libxcomposite_0.4.5.orig.tar.gz + 464ca14557452bb70e45b14bbe4e1147 7547 libxcomposite_0.4.5-1.diff.gz + +Format: 3.0 (quilt) +Package: libxcrypt +Binary: libcrypt1, libcrypt2, libcrypt-dev, libcrypt1-udeb, libxcrypt-source +Architecture: any all +Version: 1:4.4.36-5 +Maintainer: Marco d'Itri +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/md/libxcrypt +Vcs-Git: https://salsa.debian.org/md/libxcrypt.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), autoconf, automake, libtool, pkg-config +Package-List: + libcrypt-dev deb libdevel optional arch=any + libcrypt1 deb libs optional arch=gnu-any-any + libcrypt1-udeb udeb debian-installer optional arch=gnu-any-any + libcrypt2 deb libs optional arch=musl-any-any + libxcrypt-source deb devel optional arch=all +Directory: pool/660fca79ca38888ed61e26f7ef6990299586471ff8462d6900abf1afe1e569e3 +Checksums-Sha1: + 88bb0743045b7931643afe77c57b53d29236d56e 1576 libxcrypt_4.4.36-5.dsc + 79db48905dc82e907a0a079681c8f98962b8434f 392732 libxcrypt_4.4.36.orig.tar.xz + 43fcee39bcc5720b3bbe6a70b0fdcd7db421ad49 9184 libxcrypt_4.4.36-5.debian.tar.xz +Checksums-Sha256: + 660fca79ca38888ed61e26f7ef6990299586471ff8462d6900abf1afe1e569e3 1576 libxcrypt_4.4.36-5.dsc + 7b7abbc89f13f5194211aa6861ed954e4fa3a210a4cb64f7e13dc8cf413e7f2a 392732 libxcrypt_4.4.36.orig.tar.xz + c520211106ab811788ba37fc766166a6cf17156882a13d7f0ab9de5834f95b52 9184 libxcrypt_4.4.36-5.debian.tar.xz +Files: + 898423d20d36c7e6d596adda3cc6be52 1576 libxcrypt_4.4.36-5.dsc + 0d17b69b62b88547bf8d634066656061 392732 libxcrypt_4.4.36.orig.tar.xz + 528d8ffd9f6e2064c0d98828e3d67ea9 9184 libxcrypt_4.4.36-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: libxcursor +Binary: libxcursor1, libxcursor1-udeb, libxcursor-dev +Architecture: any +Version: 1:1.2.2-1 +Maintainer: Debian X Strike Force +Uploaders: Cyril Brulebois +Homepage: https://www.x.org +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxcursor +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxcursor.git +Build-Depends: debhelper-compat (= 13), x11proto-dev, libx11-dev, libxrender-dev, libxfixes-dev, pkgconf, quilt, automake, libtool, xutils-dev +Package-List: + libxcursor-dev deb libdevel optional arch=any + libxcursor1 deb libs optional arch=any + libxcursor1-udeb udeb debian-installer optional arch=any +Directory: pool/953cc9f90bd25d44dbb42448b1b257fcb7a4790814118f42eae67c59fcf2ccd8 +Checksums-Sha1: + f49127428617651a86d9790e5b8c81cd8fd91c44 2148 libxcursor_1.2.2-1.dsc + ee4ad5293f6f2541432893c0629234de68bc738e 427317 libxcursor_1.2.2.orig.tar.gz + a08fdf6a9d5e935aebfba0f9a9634853dd0b68b6 9120 libxcursor_1.2.2-1.debian.tar.xz +Checksums-Sha256: + 953cc9f90bd25d44dbb42448b1b257fcb7a4790814118f42eae67c59fcf2ccd8 2148 libxcursor_1.2.2-1.dsc + 98c3a30a3f85274c167d1ac5419d681ce41f14e27bfa5fe3003c8172cd8af104 427317 libxcursor_1.2.2.orig.tar.gz + 2a2690a11345bcdfaf88acaf9b8bb96862aa36bfba8454cbc07d96d9c4c29d76 9120 libxcursor_1.2.2-1.debian.tar.xz +Files: + dd662994e53c76ef0796c86f054c17dc 2148 libxcursor_1.2.2-1.dsc + 9f3f66c730a426bb0afaa53b005b3e31 427317 libxcursor_1.2.2.orig.tar.gz + 6cb95d083b4c634b5e0ad41a2d75c454 9120 libxcursor_1.2.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libxdamage +Binary: libxdamage1, libxdamage-dev +Architecture: any +Version: 1:1.1.6-1 +Maintainer: Debian X Strike Force +Uploaders: Drew Parsons +Homepage: https://www.x.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxdamage +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxdamage.git +Build-Depends: dpkg-dev (>= 1.16.1), debhelper-compat (= 13), libx11-dev (>= 1:0.99.2), libxfixes-dev (>= 1:3.0.0-4), x11proto-dev, pkg-config, quilt, automake, libtool, xutils-dev (>= 1:7.5+1) +Package-List: + libxdamage-dev deb libdevel optional arch=any + libxdamage1 deb libs optional arch=any +Directory: pool/3e8a0869abf7ed410d23c8f59df898b1f472a420b260412b388af485e9b87f63 +Checksums-Sha1: + 497f563178802334628078821f3d77965e1f483e 2124 libxdamage_1.1.6-1.dsc + a5b16c77b86236b6974e35128c4615334bcf3fd5 381548 libxdamage_1.1.6.orig.tar.gz + 9961229fb8cca4ab8520221a2e1d5846af258bb4 6200 libxdamage_1.1.6-1.debian.tar.xz +Checksums-Sha256: + 3e8a0869abf7ed410d23c8f59df898b1f472a420b260412b388af485e9b87f63 2124 libxdamage_1.1.6-1.dsc + 2afcc139eb6eb926ffe344494b1fc023da25def42874496e6e6d3aa8acef8595 381548 libxdamage_1.1.6.orig.tar.gz + ab7603ba139a898e2c05b76cca06fbe5fbf10f5591fc8d3fe787e31852ce2796 6200 libxdamage_1.1.6-1.debian.tar.xz +Files: + a25985bac979dfa06a98d6ae4b0c909c 2124 libxdamage_1.1.6-1.dsc + 1a244bf3aa674c39b62e2c624db1d130 381548 libxdamage_1.1.6.orig.tar.gz + 73dbf2e8c09a810bc14114b0139fa2f8 6200 libxdamage_1.1.6-1.debian.tar.xz + +Format: 1.0 +Package: libxdmcp +Binary: libxdmcp6, libxdmcp6-udeb, libxdmcp6-dbg, libxdmcp-dev +Architecture: any +Version: 1:1.1.2-3 +Maintainer: Debian X Strike Force +Standards-Version: 3.9.2 +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdmcp.git +Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdmcp +Build-Depends: debhelper (>= 9), dh-autoreconf, quilt, pkg-config, x11proto-core-dev, automake, libtool, libbsd-dev, xutils-dev (>= 1:7.5+4), xmlto, xorg-sgml-doctools (>= 1:1.5), w3m +Package-List: + libxdmcp-dev deb libdevel optional arch=any + libxdmcp6 deb libs optional arch=any + libxdmcp6-dbg deb debug extra arch=any + libxdmcp6-udeb udeb debian-installer optional arch=any +Directory: pool/f9697dca6a275aeee9a3eee9fb2d55e0f77485481e8b84efc6950fc9b1988460 +Checksums-Sha1: + 502119eef0e35ca6f4e9aeb92161f03198418c23 2145 libxdmcp_1.1.2-3.dsc + 486a7fea7c7e43df0b9032ae23f592420728ad52 404115 libxdmcp_1.1.2.orig.tar.gz + 0fc7f65299a4af6c01addc2a0691a50cd64add67 18017 libxdmcp_1.1.2-3.diff.gz +Checksums-Sha256: + f9697dca6a275aeee9a3eee9fb2d55e0f77485481e8b84efc6950fc9b1988460 2145 libxdmcp_1.1.2-3.dsc + 6f7c7e491a23035a26284d247779174dedc67e34e93cc3548b648ffdb6fc57c0 404115 libxdmcp_1.1.2.orig.tar.gz + 5844df115c17e5ba40ac116f80373304d821c607e763ef6f40562421f5cc0cf3 18017 libxdmcp_1.1.2-3.diff.gz +Files: + ac9d56426c5283a604e4a06237a5f229 2145 libxdmcp_1.1.2-3.dsc + ab0d6a38f0344a05d698ec7d48cfa5a8 404115 libxdmcp_1.1.2.orig.tar.gz + 94d7f0da538861753240d473b5fa6c9e 18017 libxdmcp_1.1.2-3.diff.gz + +Format: 1.0 +Package: libxext +Binary: libxext6, libxext6-udeb, libxext-dev, libxext-doc +Architecture: any all +Version: 2:1.3.4-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxext +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxext.git +Build-Depends: debhelper-compat (= 12), libx11-dev (>= 2:1.6), x11proto-dev, pkg-config, xutils-dev (>= 1:7.6+2) +Build-Depends-Indep: xmlto (>= 0.0.22), xorg-sgml-doctools (>= 1:1.8), w3m, xsltproc +Package-List: + libxext-dev deb libdevel optional arch=any + libxext-doc deb doc optional arch=all + libxext6 deb libs optional arch=any + libxext6-udeb udeb debian-installer optional arch=any +Directory: pool/25024f57d955739c6b858822bf93ec3c71400b56fc0d666826f440e3661fd7c0 +Checksums-Sha1: + 27ab2762de9b14b0dc24ceaf65f6e75003bce100 2118 libxext_1.3.4-1.dsc + b783a0c17a6cb9105ab0f95fef898904accbcc19 494434 libxext_1.3.4.orig.tar.gz + 90f84e25cdce0d282beab63887b008cf6b15fbdf 12509 libxext_1.3.4-1.diff.gz +Checksums-Sha256: + 25024f57d955739c6b858822bf93ec3c71400b56fc0d666826f440e3661fd7c0 2118 libxext_1.3.4-1.dsc + 8ef0789f282826661ff40a8eef22430378516ac580167da35cc948be9041aac1 494434 libxext_1.3.4.orig.tar.gz + b975870d6a7b791ffbe2d57efdf6e20c250c5e76d12e45b04c8655f593bb8337 12509 libxext_1.3.4-1.diff.gz +Files: + 6c021c1eceef9e6b1d649b3214fd590e 2118 libxext_1.3.4-1.dsc + dd7268653e3302bf136f4e4db3f0c6ee 494434 libxext_1.3.4.orig.tar.gz + a5ed434ecf91a1db922e62074bce9033 12509 libxext_1.3.4-1.diff.gz + +Format: 1.0 +Package: libxfixes +Binary: libxfixes3, libxfixes3-udeb, libxfixes-dev +Architecture: any +Version: 1:6.0.0-2 +Maintainer: Debian X Strike Force +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfixes +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfixes.git +Build-Depends: debhelper-compat (= 13), libx11-dev, x11proto-dev, pkg-config, quilt, xutils-dev +Package-List: + libxfixes-dev deb libdevel optional arch=any + libxfixes3 deb libs optional arch=any + libxfixes3-udeb udeb debian-installer optional arch=any +Directory: pool/d1958d4b89d749c7d05df7d6ec2215bf11527f9ae914c0f2da48672c6165c65e +Checksums-Sha1: + 278e1b04346e6aca46e1c567bdc9a22425c6a51a 2240 libxfixes_6.0.0-2.dsc + cc423279168f3d39bc69bfb224bf72235bc6b6a3 387810 libxfixes_6.0.0.orig.tar.gz + 7603cb0756687192f68085b6fb11b28f68483753 195 libxfixes_6.0.0.orig.tar.gz.asc + 87e4f9694c4a168b886257ef9ae4e7e1f7ba2482 17318 libxfixes_6.0.0-2.diff.gz +Checksums-Sha256: + d1958d4b89d749c7d05df7d6ec2215bf11527f9ae914c0f2da48672c6165c65e 2240 libxfixes_6.0.0-2.dsc + 82045da5625350838390c9440598b90d69c882c324ca92f73af9f0e992cb57c7 387810 libxfixes_6.0.0.orig.tar.gz + e5598f42aa32140936c7772ab4d99ba35ecb859c29adc1703bb51440e7a54928 195 libxfixes_6.0.0.orig.tar.gz.asc + 24f13645909ecfd63a21568e515cfc962692c468d7dcf8cb97212d2445f60a3b 17318 libxfixes_6.0.0-2.diff.gz +Files: + 4757da92fa7e4f326fa3ca0f2d233d67 2240 libxfixes_6.0.0-2.dsc + efe99ef5c971d0ad12cdc9e0c78e5f38 387810 libxfixes_6.0.0.orig.tar.gz + 87dbdfa5075ebebba28443b0c0b95639 195 libxfixes_6.0.0.orig.tar.gz.asc + 85baf7aa73be3ba0dbe1e74a50b5e635 17318 libxfixes_6.0.0-2.diff.gz + +Format: 1.0 +Package: libxi +Binary: libxi6, libxi6-udeb, libxi-dev +Architecture: any +Version: 2:1.8.2-1 +Maintainer: Debian X Strike Force +Homepage: https://www.x.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxi +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxi.git +Build-Depends: debhelper-compat (= 12), quilt, x11proto-dev (>= 2021.5), libx11-dev, libxext-dev, libxfixes-dev, xmlto, asciidoc, pkgconf, xutils-dev, xorg-sgml-doctools, xsltproc, w3m +Package-List: + libxi-dev deb libdevel optional arch=any + libxi6 deb libs optional arch=any + libxi6-udeb udeb debian-installer optional arch=any +Directory: pool/06669e65a5a382b97c6c1bf886dca7b6da0ebbcda17862243e53fee700195bb8 +Checksums-Sha1: + 0070009579a9b10fd4276a0dc7ad0a1ad54bde42 2286 libxi_1.8.2-1.dsc + cb3919313236256481bcb542eae3abb608af4ef0 611246 libxi_1.8.2.orig.tar.gz + ecbf69f998287ed91054e5946254f921e2001505 195 libxi_1.8.2.orig.tar.gz.asc + d19441d2abe2112e99786edada3c19f7930c33fb 27701 libxi_1.8.2-1.diff.gz +Checksums-Sha256: + 06669e65a5a382b97c6c1bf886dca7b6da0ebbcda17862243e53fee700195bb8 2286 libxi_1.8.2-1.dsc + 5542daec66febfeb6f51d57abfa915826efe2e3af57534f4105b82240ea3188d 611246 libxi_1.8.2.orig.tar.gz + acfaf42beee3690980632c5ec4d9948276da969f07beea6bd09312d63fa7fb45 195 libxi_1.8.2.orig.tar.gz.asc + f7a6b01f918159bc19570470ee315ea32284ae88a9cde269954e5086537716f8 27701 libxi_1.8.2-1.diff.gz +Files: + f6275bc7590fc5f0c735c4bf8879870e 2286 libxi_1.8.2-1.dsc + 9cecfc2d2b8adb2df4fc6640c58c0503 611246 libxi_1.8.2.orig.tar.gz + c9a67f395b7b8779f77f3a62804e7b22 195 libxi_1.8.2.orig.tar.gz.asc + 97b3d4f4237554a1716701b704676d96 27701 libxi_1.8.2-1.diff.gz + +Format: 1.0 +Package: libxinerama +Binary: libxinerama1, libxinerama1-udeb, libxinerama-dev +Architecture: any +Version: 2:1.1.4-3 +Maintainer: Debian X Strike Force +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxinerama +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxinerama.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1), libx11-dev (>= 2:1.3.3-2), libxext-dev (>= 2:1.1.1-3), x11proto-dev, pkg-config, xutils-dev (>= 1:7.5+4) +Package-List: + libxinerama-dev deb libdevel optional arch=any + libxinerama1 deb libs optional arch=any + libxinerama1-udeb udeb debian-installer optional arch=any +Directory: pool/5fe68b94d4cbc4be1ba37bbf676fbece3920b2c59a33cc94c4e4c7a140958edd +Checksums-Sha1: + 3fe3e1b6a59807c248853b70007375c996682fcd 2088 libxinerama_1.1.4-3.dsc + 5d9b9e6a8f92c4588b69c2e5d9597e153f443280 380740 libxinerama_1.1.4.orig.tar.gz + e2a7e0335829f68b45d1c59a55a60bc4b1eeeb68 8436 libxinerama_1.1.4-3.diff.gz +Checksums-Sha256: + 5fe68b94d4cbc4be1ba37bbf676fbece3920b2c59a33cc94c4e4c7a140958edd 2088 libxinerama_1.1.4-3.dsc + 64de45e18cc76b8e703cb09b3c9d28bd16e3d05d5cd99f2d630de2d62c3acc18 380740 libxinerama_1.1.4.orig.tar.gz + 127f99cde4e62d8ed0c11acda9491926df693b31bed4f56fc1cba39c461444d9 8436 libxinerama_1.1.4-3.diff.gz +Files: + 69abd2d3c39de84b89542d6ba4dff6e1 2088 libxinerama_1.1.4-3.dsc + 416f5afc64b8d064187b3508081dd194 380740 libxinerama_1.1.4.orig.tar.gz + d72625b3700df2438be39ba1b353a0b7 8436 libxinerama_1.1.4-3.diff.gz + +Format: 3.0 (quilt) +Package: libxkbcommon +Binary: libxkbcommon0, libxkbcommon-dev, libxkbcommon-doc, libxkbcommon-tools, libxkbcommon-x11-0, libxkbcommon-x11-dev, libxkbregistry0, libxkbregistry-dev +Architecture: any all +Version: 1.6.0-1 +Maintainer: Debian X Strike Force +Uploaders: Michael Stapelberg +Homepage: https://www.xkbcommon.org/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxkbcommon +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxkbcommon.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), bison, dh-exec, doxygen, flex, graphviz, meson, pkg-config, quilt, libwayland-dev [linux-any], libxcb-xkb-dev, libxml2-dev, wayland-protocols [linux-any], x11-xkb-utils , x11proto-dev, xkb-data , xvfb +Package-List: + libxkbcommon-dev deb libdevel optional arch=any + libxkbcommon-doc deb doc optional arch=all + libxkbcommon-tools deb graphics optional arch=any + libxkbcommon-x11-0 deb libs optional arch=any + libxkbcommon-x11-dev deb libdevel optional arch=any + libxkbcommon0 deb libs optional arch=any + libxkbregistry-dev deb libdevel optional arch=any + libxkbregistry0 deb libs optional arch=any +Directory: pool/faf179394c57fbb2892ce66f221462216bb8b143593be1c5196fbf6468cc74e2 +Checksums-Sha1: + 358ba045cd015f9123b21cad2037a5357c9b4edf 2725 libxkbcommon_1.6.0-1.dsc + 95a9547dd6efe72fd52b33c5f37a0317e8704bde 510456 libxkbcommon_1.6.0.orig.tar.xz + 13caa382f997e1555d9b12d687538ff67ac0bf63 8260 libxkbcommon_1.6.0-1.debian.tar.xz +Checksums-Sha256: + faf179394c57fbb2892ce66f221462216bb8b143593be1c5196fbf6468cc74e2 2725 libxkbcommon_1.6.0-1.dsc + 0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b 510456 libxkbcommon_1.6.0.orig.tar.xz + 54c61a026c13aabff1da0d4dac807dbce5a4cbe912bbf47f391beaf830af1c48 8260 libxkbcommon_1.6.0-1.debian.tar.xz +Files: + af246f503199ac0b6c471a1a627d2f6c 2725 libxkbcommon_1.6.0-1.dsc + 90079ab4a0c6fa56dc75abffef9b1bc6 510456 libxkbcommon_1.6.0.orig.tar.xz + 3727471d90bbcbf63219f00d3a65b82b 8260 libxkbcommon_1.6.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libxml-parser-perl +Binary: libxml-parser-perl +Architecture: any +Version: 2.47-1 +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Homepage: https://metacpan.org/release/XML-Parser +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-parser-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-parser-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libdevel-checklib-perl (>= 1.16), libexpat1-dev, liburi-perl , libwww-perl , perl-xs-dev, perl:native +Package-List: + libxml-parser-perl deb perl optional arch=any +Directory: pool/a64dc645cf084c2f5184e9acaadda3e9247fbc1287de2da60f4cca4befd6874f +Checksums-Sha1: + de01dfb5fe745ccdbd9b4f0eaf9f1740e3d1d115 2458 libxml-parser-perl_2.47-1.dsc + caa4cc51930cc6bd14c1d5bb1dbf5aeae4ab952b 279029 libxml-parser-perl_2.47.orig.tar.gz + 24413589e525d5889634ea79500c100724b2b20e 58536 libxml-parser-perl_2.47-1.debian.tar.xz +Checksums-Sha256: + a64dc645cf084c2f5184e9acaadda3e9247fbc1287de2da60f4cca4befd6874f 2458 libxml-parser-perl_2.47-1.dsc + ad4aae643ec784f489b956abe952432871a622d4e2b5c619e8855accbfc4d1d8 279029 libxml-parser-perl_2.47.orig.tar.gz + 14353f71ddf5507d1adf2cb03012e8b3c9976dfbff48efa8b1469f5b26dff576 58536 libxml-parser-perl_2.47-1.debian.tar.xz +Files: + 039487bee4b17418ae3bf259cb7b7c0b 2458 libxml-parser-perl_2.47-1.dsc + 89a8e82cfd2ad948b349c0a69c494463 279029 libxml-parser-perl_2.47.orig.tar.gz + adfdf1cc232cca633c50df574e6b97f9 58536 libxml-parser-perl_2.47-1.debian.tar.xz +Dgit: 565af6d790af4619dc87bd3ea173d67b8351944e debian archive/debian/2.47-1 https://git.dgit.debian.org/libxml-parser-perl + +Format: 3.0 (quilt) +Package: libxml-xpath-perl +Binary: libxml-xpath-perl +Architecture: all +Version: 1.48-1 +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt , Nick Morrott +Homepage: https://metacpan.org/release/XML-XPath +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-xpath-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-xpath-perl.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libpath-tiny-perl , libscalar-list-utils-perl , libxml-parser-perl , perl +Package-List: + libxml-xpath-perl deb perl optional arch=all +Directory: pool/8129ee64551fe4a893cadb04a03ddc1d4c7239c77722fda0419b6ed38a167ec6 +Checksums-Sha1: + 8ee53211cfe8dec4312f090c4e6a04fac67f319f 2484 libxml-xpath-perl_1.48-1.dsc + 9e2d46c4dc59493eba6eb987b9cea8c9a4a3878f 56854 libxml-xpath-perl_1.48.orig.tar.gz + e74494ba0434266dadbee71eff174c64ac07fcff 5400 libxml-xpath-perl_1.48-1.debian.tar.xz +Checksums-Sha256: + 8129ee64551fe4a893cadb04a03ddc1d4c7239c77722fda0419b6ed38a167ec6 2484 libxml-xpath-perl_1.48-1.dsc + 7bc75be36b239e5b2e700a9570d2b53b43093d467f2abe6a743f9ff9093790cd 56854 libxml-xpath-perl_1.48.orig.tar.gz + 785a73d7720360b8b6c2def8cc3f28aa2ee3bba30159c86aa599c2b6b521bef2 5400 libxml-xpath-perl_1.48-1.debian.tar.xz +Files: + 440007f11c86637883e2db608143e4ee 2484 libxml-xpath-perl_1.48-1.dsc + 39164bfc861cdf519bec24f9881fca03 56854 libxml-xpath-perl_1.48.orig.tar.gz + 48c913f6e3e8fc048b73db119320b6d8 5400 libxml-xpath-perl_1.48-1.debian.tar.xz +Dgit: 122734a3328cd15c80401b0386c8e8d2ae741cd4 debian archive/debian/1.48-1 https://git.dgit.debian.org/libxml-xpath-perl + +Format: 3.0 (quilt) +Package: libxml2 +Binary: libxml2, libxml2-utils, libxml2-dev, libxml2-doc, python3-libxml2 +Architecture: any all +Version: 2.12.7+dfsg-3gardenlinux0 +Maintainer: Debian XML/SGML Group +Uploaders: Aron Xu , YunQiang Su , +Homepage: http://xmlsoft.org +Description: GNOME XML library + XML is a metalanguage to let you design your own markup language. + A regular markup language defines a way to describe information in + a certain class of documents (eg HTML). XML lets you define your + own customized markup languages for many classes of document. It + can do this because it's written in SGML, the international standard + metalanguage for markup languages. +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xml-sgml-team/libxml2 +Vcs-Git: https://salsa.debian.org/xml-sgml-team/libxml2.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13) +Build-Depends-Arch: dh-sequence-python3 , libicu-dev , liblzma-dev, libpython3-all-dev , pkgconf, python3-all-dev:any (>= 3.5) , python3-setuptools, rename, zlib1g-dev | libz-dev +Build-Depends-Indep: pkgconf +Package-List: + libxml2 deb libs optional arch=any + libxml2-dev deb libdevel optional arch=any + libxml2-doc deb doc optional arch=all + libxml2-utils deb text optional arch=any + python3-libxml2 deb python optional arch=any profile=!nopython +Directory: pool/1d7fb94295999b386f0d17732a7500fbf670ae07bb6bfcb5c13f9c2599eb71c3 +Checksums-Sha1: + b6f61f4a033c3a9c3474c8235142480f5092ae37 2104 libxml2_2.12.7+dfsg-3gardenlinux0.dsc + 1ed8ca2d10be6670ae2c6e9bafe1ad2ef2651594 1825824 libxml2_2.12.7+dfsg.orig.tar.xz + 0dfd9afdcac5944007940b3bbfdbf9f99f01c21a 27692 libxml2_2.12.7+dfsg-3gardenlinux0.debian.tar.xz +Checksums-Sha256: + 1d7fb94295999b386f0d17732a7500fbf670ae07bb6bfcb5c13f9c2599eb71c3 2104 libxml2_2.12.7+dfsg-3gardenlinux0.dsc + b7de4df88f77a37072dc9838b12b2e483ab478873c178ec0ff29ac729810b510 1825824 libxml2_2.12.7+dfsg.orig.tar.xz + 129e9e6d82b0194764694da487c1dc0c25cffff1487b53efae1c3a1f62739b22 27692 libxml2_2.12.7+dfsg-3gardenlinux0.debian.tar.xz +Files: + 64640e909efb96b359193a70d2864890 2104 libxml2_2.12.7+dfsg-3gardenlinux0.dsc + 4b3d04cb1dfb7686cb8cf68c6d71ed82 1825824 libxml2_2.12.7+dfsg.orig.tar.xz + 2657d14f944fe5857171c45fe58e3ee7 27692 libxml2_2.12.7+dfsg-3gardenlinux0.debian.tar.xz + +Format: 1.0 +Package: libxrandr +Binary: libxrandr2, libxrandr2-udeb, libxrandr-dev +Architecture: any +Version: 2:1.5.4-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxrandr +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxrandr.git +Build-Depends: debhelper-compat (= 13), libx11-dev (>= 1:0.99.2), libxext-dev (>= 1:0.99.1), x11proto-dev, libxrender-dev (>= 1:0.9.0-2), pkgconf, quilt, xutils-dev (>= 1:7.5+4) +Package-List: + libxrandr-dev deb libdevel optional arch=any + libxrandr2 deb libs optional arch=any + libxrandr2-udeb udeb debian-installer optional arch=any +Directory: pool/791dfa8b5864c6e67a2f2ed08690154aec38866702eafed4bd5470725bb0f545 +Checksums-Sha1: + c53c60372be798b7ec9bd9274502734d6f1f15c5 2322 libxrandr_1.5.4-1.dsc + 3468fa3b6cb054a848b00bc7fd6237e653fd68dc 421566 libxrandr_1.5.4.orig.tar.gz + 079248b6b202e550247aab290556f179cbe0c946 833 libxrandr_1.5.4.orig.tar.gz.asc + ef72ecaca2554dfc8349fe7cbcf94c443ba16eac 21350 libxrandr_1.5.4-1.diff.gz +Checksums-Sha256: + 791dfa8b5864c6e67a2f2ed08690154aec38866702eafed4bd5470725bb0f545 2322 libxrandr_1.5.4-1.dsc + c72c94dc3373512ceb67f578952c5d10915b38cc9ebb0fd176a49857b8048e22 421566 libxrandr_1.5.4.orig.tar.gz + 2444694037ee4dc16f1886962a429516682011bbe12e3ca2c59342cbe91fa400 833 libxrandr_1.5.4.orig.tar.gz.asc + 7f784233b35ddcccd582a0d3eb2850fdd1a5d7e5ab5c21856ec1fb35f3734b6b 21350 libxrandr_1.5.4-1.diff.gz +Files: + d733ff7873d1d5152299941f2e2ec4fa 2322 libxrandr_1.5.4-1.dsc + 16e0e882200643343b7f71375060c059 421566 libxrandr_1.5.4.orig.tar.gz + 729805c220a25f636296d89dee15cf2b 833 libxrandr_1.5.4.orig.tar.gz.asc + 6ec4f6e7dc9ee0bc91427aebfe7919be 21350 libxrandr_1.5.4-1.diff.gz + +Format: 1.0 +Package: libxrender +Binary: libxrender1, libxrender1-udeb, libxrender-dev +Architecture: any +Version: 1:0.9.10-1.1 +Maintainer: Debian X Strike Force +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxrender.git +Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxrender.git +Build-Depends: debhelper (>= 10), pkg-config, libx11-dev (>= 2:1.6), x11proto-render-dev, x11proto-core-dev, xutils-dev (>= 1:7.5+4) +Package-List: + libxrender-dev deb libdevel optional arch=any + libxrender1 deb libs optional arch=any + libxrender1-udeb udeb debian-installer optional arch=any +Directory: pool/348ab15d05f1d802da485e4c6abdb9d5419691fb7c8ce44ca5b17b2b7f889ce8 +Checksums-Sha1: + 25e564c3f837da87a9c5cde5c410a11f9177d38b 2072 libxrender_0.9.10-1.1.dsc + 704f4571d70e81fcdb40143db938016231f84a05 373717 libxrender_0.9.10.orig.tar.gz + 49d955092af251cbc2aeaa31aaad87588913567e 15201 libxrender_0.9.10-1.1.diff.gz +Checksums-Sha256: + 348ab15d05f1d802da485e4c6abdb9d5419691fb7c8ce44ca5b17b2b7f889ce8 2072 libxrender_0.9.10-1.1.dsc + 770527cce42500790433df84ec3521e8bf095dfe5079454a92236494ab296adf 373717 libxrender_0.9.10.orig.tar.gz + caf8c84085b3b0d073f738fa12d32d4eca2d8b669cb3c7f1b1cd2ce64b7b10b7 15201 libxrender_0.9.10-1.1.diff.gz +Files: + 4871abc6712e3eb8a6627e40cc287604 2072 libxrender_0.9.10-1.1.dsc + 98a14fc11aee08b4a1769426ab4b23a3 373717 libxrender_0.9.10.orig.tar.gz + 9cab2d1755e226da963fc100b2c8c955 15201 libxrender_0.9.10-1.1.diff.gz + +Format: 1.0 +Package: libxshmfence +Binary: libxshmfence1, libxshmfence-dev, libxshmfence1-udeb +Architecture: linux-any kfreebsd-any +Version: 1.3-1 +Maintainer: Debian X Strike Force +Standards-Version: 3.9.4 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxshmfence +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxshmfence.git +Build-Depends: debhelper (>= 9), dh-autoreconf, quilt, xutils-dev, x11proto-core-dev, pkg-config +Package-List: + libxshmfence-dev deb libdevel optional arch=linux-any,kfreebsd-any + libxshmfence1 deb libs optional arch=linux-any,kfreebsd-any + libxshmfence1-udeb udeb debian-installer optional arch=linux-any,kfreebsd-any +Directory: pool/7da3e1195622ab34427bd5d09167b1f44ed1a3e828782fa8e618f1181c56194a +Checksums-Sha1: + fcbd671f798b340073a45cede309e32195bc9315 2096 libxshmfence_1.3-1.dsc + 70528d74ee4dd1fdd49175a263f2d8d4c6260a41 378960 libxshmfence_1.3.orig.tar.gz + 04790b7a4df0ca733a321471d254ba2e163d8598 17456 libxshmfence_1.3-1.diff.gz +Checksums-Sha256: + 7da3e1195622ab34427bd5d09167b1f44ed1a3e828782fa8e618f1181c56194a 2096 libxshmfence_1.3-1.dsc + 7eb3d46ad91bab444f121d475b11b39273142d090f7e9ac43e6a87f4ff5f902c 378960 libxshmfence_1.3.orig.tar.gz + 85422af90300523b8fb27e697b59418f18bd7cd5c849161fd0be64c91ce94698 17456 libxshmfence_1.3-1.diff.gz +Files: + 12fd92ffc89b373bbe8b1b4eac48761a 2096 libxshmfence_1.3-1.dsc + ab3940af0bd3d3cc91eb35ecd33a779a 378960 libxshmfence_1.3.orig.tar.gz + 19003ef8a28508c14640cfc510bd4aa3 17456 libxshmfence_1.3-1.diff.gz + +Format: 3.0 (quilt) +Package: libxslt +Binary: libxslt1.1, libxslt1-dev, xsltproc +Architecture: any +Version: 1.1.35-1.1 +Maintainer: Debian XML/SGML Group +Uploaders: Aron Xu , YunQiang Su , +Homepage: https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/xml-sgml-team/libxslt +Vcs-Git: https://salsa.debian.org/xml-sgml-team/libxslt.git +Build-Depends: debhelper-compat (= 12), docbook-xsl, libgcrypt20-dev, libxml2-dev (>= 2.6.27), perl:any, pkg-config, rename +Package-List: + libxslt1-dev deb libdevel optional arch=any + libxslt1.1 deb libs optional arch=any + xsltproc deb text optional arch=any +Directory: pool/102a6976eb833e719d34339e4a8346553d89325b8850c4fad0942a58aad03abe +Checksums-Sha1: + 4443c6270d651254b96bea2fd6aa0b47eaf04cfb 2163 libxslt_1.1.35-1.1.dsc + 9e4e7f884f8ac88c17df0f9475201bef985d42e4 1827548 libxslt_1.1.35.orig.tar.xz + 896608932e701530e3b2618dd6d82e46809be085 22212 libxslt_1.1.35-1.1.debian.tar.xz +Checksums-Sha256: + 102a6976eb833e719d34339e4a8346553d89325b8850c4fad0942a58aad03abe 2163 libxslt_1.1.35-1.1.dsc + 8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79 1827548 libxslt_1.1.35.orig.tar.xz + 6e7107620dc85c9d16e2650297cb1f86fe3e38ad0ee8d646e90fc3608f522eaf 22212 libxslt_1.1.35-1.1.debian.tar.xz +Files: + d0d37cbd26e67fb6c645482b4371f63d 2163 libxslt_1.1.35-1.1.dsc + 5b3a634b77effd8a6268c21173575053 1827548 libxslt_1.1.35.orig.tar.xz + 81a1589bb4985a17f60f665209a64a75 22212 libxslt_1.1.35-1.1.debian.tar.xz + +Format: 1.0 +Package: libxss +Binary: libxss1, libxss-dev +Architecture: any +Version: 1:1.2.3-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxss +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxss.git +Build-Depends: debhelper (>= 10), libx11-dev (>= 1:0.99.2), libxext-dev (>= 1:0.99.1), x11proto-scrnsaver-dev (>= 1.2.0), pkg-config, quilt, automake, libtool, xutils-dev (>= 1:7.5+4) +Package-List: + libxss-dev deb libdevel optional arch=any + libxss1 deb libs optional arch=any +Directory: pool/783dbcd49a0934d994693af676ee98734dad070ab2434a6afe831c2de0ecca1d +Checksums-Sha1: + f58e3ae4e249abb863bd37092868589d8d791f64 2203 libxss_1.2.3-1.dsc + 15c702b97dc95019b7d49116601673a0d9850d6e 385215 libxss_1.2.3.orig.tar.gz + c305d290f6562bba1a69414fcb03fe5b89a1b4bd 705 libxss_1.2.3.orig.tar.gz.asc + 5b8ea0524b6c314bae8ffef234984978336efe93 7145 libxss_1.2.3-1.diff.gz +Checksums-Sha256: + 783dbcd49a0934d994693af676ee98734dad070ab2434a6afe831c2de0ecca1d 2203 libxss_1.2.3-1.dsc + 4f74e7e412144591d8e0616db27f433cfc9f45aae6669c6c4bb03e6bf9be809a 385215 libxss_1.2.3.orig.tar.gz + 4e900524d56c8e7263365267efa91bb3671110c9eb28ccab58f70e2188f0b91b 705 libxss_1.2.3.orig.tar.gz.asc + 9d381b48f1377f27c506113e1f9b7d6ee286b856421f7f2b27017f01dccfef04 7145 libxss_1.2.3-1.diff.gz +Files: + 3c567df805f6313fe7392035b3506020 2203 libxss_1.2.3-1.dsc + 6ae51eb64351e11cea281f3a331ac461 385215 libxss_1.2.3.orig.tar.gz + 7401f1cc630159dbebedb991186b9adb 705 libxss_1.2.3.orig.tar.gz.asc + 03381a3c5916c1329de2401450c5b6fd 7145 libxss_1.2.3-1.diff.gz + +Format: 1.0 +Package: libxtst +Binary: libxtst6, libxtst6-udeb, libxtst-dev, libxtst-doc +Architecture: any all +Version: 2:1.2.3-1.1 +Maintainer: Debian X Strike Force +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxtst.git +Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxtst.git +Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 10), libx11-dev (>= 2:1.6.0), libxext-dev (>= 2:1.0.99.4), libxi-dev, x11proto-record-dev (>= 1.13.99.1), x11proto-xext-dev (>= 7.0.99.3), x11proto-input-dev, pkg-config, xmlto (>= 0.0.22), xutils-dev (>= 1:7.6+2), quilt, xorg-sgml-doctools (>= 1:1.8), w3m +Package-List: + libxtst-dev deb libdevel optional arch=any + libxtst-doc deb doc optional arch=all + libxtst6 deb libs optional arch=any + libxtst6-udeb udeb debian-installer optional arch=any +Directory: pool/ca51260a4a4fc34b244819065ab03d7a722678e9dd9dbd1ea8d86f74aaacc00c +Checksums-Sha1: + 754b5da1b10357854efd614ba1ee7e2e34f89647 2248 libxtst_1.2.3-1.1.dsc + 496c9a35afc99f7d81ccb69025c8bf1feb717b8d 400197 libxtst_1.2.3.orig.tar.gz + 6b9f118b60eee26cce75989ffdacb3f9f5fb28ad 9598 libxtst_1.2.3-1.1.diff.gz +Checksums-Sha256: + ca51260a4a4fc34b244819065ab03d7a722678e9dd9dbd1ea8d86f74aaacc00c 2248 libxtst_1.2.3-1.1.dsc + a0c83acce02d4923018c744662cb28eb0dbbc33b4adc027726879ccf68fbc2c2 400197 libxtst_1.2.3.orig.tar.gz + 4f7eef30f2a860bc649e470d844d0b90bcc7cf7c5bf98fb02f29163b692a5948 9598 libxtst_1.2.3-1.1.diff.gz +Files: + a1815efd7173a2fe516872618aae3f34 2248 libxtst_1.2.3-1.1.dsc + 2534e6015a52e0bb7b6f9148ca180028 400197 libxtst_1.2.3.orig.tar.gz + 7366091dc1d256d51d30306a150fcb42 9598 libxtst_1.2.3-1.1.diff.gz + +Format: 1.0 +Package: libxxf86vm +Binary: libxxf86vm1, libxxf86vm1-dbg, libxxf86vm-dev +Architecture: any +Version: 1:1.1.4-1 +Maintainer: Debian X Strike Force +Standards-Version: 3.9.2 +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86vm.git +Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86vm +Build-Depends: debhelper (>= 9), dh-autoreconf, libx11-dev (>= 1:0.99.2), x11proto-xf86vidmode-dev (>= 2.2.99.1), libx11-6 (>= 2:1.6), libxext-dev (>= 1:0.99.1), pkg-config, quilt, xutils-dev (>= 1:7.5+4) +Package-List: + libxxf86vm-dev deb libdevel optional arch=any + libxxf86vm1 deb libs optional arch=any + libxxf86vm1-dbg deb debug extra arch=any +Directory: pool/5a3aded030a415b0d6c201d2b9d3af36f241dc981f10052fd4c2b56d59597838 +Checksums-Sha1: + 6f5fa7f4f33aa05038bda914874a33b999b72765 2078 libxxf86vm_1.1.4-1.dsc + 7ab340428ec501d6ebe3d307028c7a39f5b38495 363146 libxxf86vm_1.1.4.orig.tar.gz + bf00dcb65c59b88f40cf0f181fd22397b3458895 8040 libxxf86vm_1.1.4-1.diff.gz +Checksums-Sha256: + 5a3aded030a415b0d6c201d2b9d3af36f241dc981f10052fd4c2b56d59597838 2078 libxxf86vm_1.1.4-1.dsc + 5108553c378a25688dcb57dca383664c36e293d60b1505815f67980ba9318a99 363146 libxxf86vm_1.1.4.orig.tar.gz + e0f11739d28c7a4475820ebda26e6f29e6cfa80b99a3513c075471132c81725b 8040 libxxf86vm_1.1.4-1.diff.gz +Files: + 3b2443594d7874b1aac54f5b4acc63dd 2078 libxxf86vm_1.1.4-1.dsc + 675bd0c521472628d5796602f625ef51 363146 libxxf86vm_1.1.4.orig.tar.gz + 42d45a8140a9912f20bf4427e2f33e3d 8040 libxxf86vm_1.1.4-1.diff.gz + +Format: 3.0 (quilt) +Package: libyaml +Binary: libyaml-0-2, libyaml-dev, libyaml-doc +Architecture: any all +Version: 0.2.5-1 +Maintainer: Florian Ernst +Homepage: https://github.com/yaml/libyaml +Standards-Version: 4.6.1.0 +Vcs-Browser: https://salsa.debian.org/debian/libyaml +Vcs-Git: https://salsa.debian.org/debian/libyaml.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), dh-buildinfo (>= 0.9+nmu1~) +Build-Depends-Indep: doxygen (>= 1.8.4-1~) +Package-List: + libyaml-0-2 deb libs optional arch=any + libyaml-dev deb libdevel optional arch=any + libyaml-doc deb doc optional arch=all +Directory: pool/1edbf86e5cd76937ff62892ba6c2537456d645d834d4cd4a82430b8be7051bf4 +Checksums-Sha1: + dbf88ef7db7667d2e3f39e0c0d12b5d52be024dd 2071 libyaml_0.2.5-1.dsc + db474288fde305468602e051d963c6936ef5a9ae 85055 libyaml_0.2.5.orig.tar.gz + de733ba5904f1da6e24f017a44f2128d2e8635b7 5324 libyaml_0.2.5-1.debian.tar.xz +Checksums-Sha256: + 1edbf86e5cd76937ff62892ba6c2537456d645d834d4cd4a82430b8be7051bf4 2071 libyaml_0.2.5-1.dsc + fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e 85055 libyaml_0.2.5.orig.tar.gz + 8730e0510129e516c3c7c1cda7428e02a0a122699e57ed203f835a338a686d1f 5324 libyaml_0.2.5-1.debian.tar.xz +Files: + 97f5e2a9bb0c6899898545bb861f66f9 2071 libyaml_0.2.5-1.dsc + 163fc1e22153d3e2cebfe5cbb43a1769 85055 libyaml_0.2.5.orig.tar.gz + b85c86c592b17615c9669618fc151c4d 5324 libyaml_0.2.5-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libyang2 +Binary: libyang2t64, libyang2-dev, libyang2-tools, libyang-tools +Architecture: any all +Version: 2.1.148-0.1 +Maintainer: Ondřej Surý +Homepage: https://github.com/CESNET/libyang/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/netconf-team/libyang2 +Vcs-Git: https://salsa.debian.org/netconf-team/libyang2.git -b debian/master +Testsuite: autopkgtest +Testsuite-Triggers: gzip +Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), libcmocka-dev , libpcre2-dev, pkg-config +Package-List: + libyang-tools deb oldlibs optional arch=all + libyang2-dev deb libdevel optional arch=any + libyang2-tools deb devel optional arch=any + libyang2t64 deb libs optional arch=any +Directory: pool/3dae4a3c8c0b87e8df4faf7512837fd416a60e019f75e4a177939c3d4ec47c12 +Checksums-Sha1: + 7acb4949f97d211034bd3a5b90029a2dfe33a6d9 2193 libyang2_2.1.148-0.1.dsc + 1b5a2b5397c53d16eb3a1c4174cd2bf5b61a7df0 852880 libyang2_2.1.148.orig.tar.xz + 1474695156cb7a2b1753e9e962cadfe24fd1cb09 12648 libyang2_2.1.148-0.1.debian.tar.xz +Checksums-Sha256: + 3dae4a3c8c0b87e8df4faf7512837fd416a60e019f75e4a177939c3d4ec47c12 2193 libyang2_2.1.148-0.1.dsc + 9813ae052e14312e34965b9d294a0529f392c4e21611c47c0c5732011296f2b8 852880 libyang2_2.1.148.orig.tar.xz + 6197b33e0103b8a33995ce388729933827e6e8c258d5659cd2811bbbbf1eb247 12648 libyang2_2.1.148-0.1.debian.tar.xz +Files: + afd09c5af50a2a210101568cf83ee7d2 2193 libyang2_2.1.148-0.1.dsc + ca6915c2c2e02525630777a626224ec7 852880 libyang2_2.1.148.orig.tar.xz + c4873d50e28c0370928f9c3feffb53bb 12648 libyang2_2.1.148-0.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: libzstd +Binary: libzstd-dev, libzstd1, zstd, libzstd1-udeb +Architecture: any +Version: 1.5.6+dfsg-1 +Maintainer: RPM packaging team +Uploaders: Peter Pentchev +Homepage: https://github.com/facebook/zstd +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/libzstd +Vcs-Git: https://salsa.debian.org/pkg-rpm-team/libzstd.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cmake, pkgconf, python3, python3-click, python3-typedload +Build-Depends: cmake (>= 3.24~), debhelper (>> 13.15.2~), dh-package-notes, dpkg-build-api (= 1), help2man, liblz4-dev, liblzma-dev, zlib1g-dev, less , python3 +Package-List: + libzstd-dev deb libdevel optional arch=any + libzstd1 deb libs optional arch=any + libzstd1-udeb udeb debian-installer optional arch=any profile=!noudeb + zstd deb utils optional arch=any +Directory: pool/c1774527814630f8e3ec1a6025d6b7a188ceccee002815ed143c3653e3b0b510 +Checksums-Sha1: + 65456fe3cc5a178dfd58db8eb5ee79f8df8f3952 2369 libzstd_1.5.6+dfsg-1.dsc + c03af50b83cdd1533bbfe7737f80324289dc5cb9 1815380 libzstd_1.5.6+dfsg.orig.tar.xz + 0468b0cef55910b5a27da4f04d5be5ad75bd8cab 22624 libzstd_1.5.6+dfsg-1.debian.tar.xz +Checksums-Sha256: + c1774527814630f8e3ec1a6025d6b7a188ceccee002815ed143c3653e3b0b510 2369 libzstd_1.5.6+dfsg-1.dsc + b3a60c7059886641830adf32c979be8d211da5d73fd05c7768f86d12d5bccec3 1815380 libzstd_1.5.6+dfsg.orig.tar.xz + 33e540298d9fa29e12426a66e4b0b7715b3143659d16246e09c33f2fb69bad17 22624 libzstd_1.5.6+dfsg-1.debian.tar.xz +Files: + 849893e6f03ee65c6e608a2f9cf0d9f2 2369 libzstd_1.5.6+dfsg-1.dsc + c6e519c23dcb92b284ff6e0cdc2e0bb6 1815380 libzstd_1.5.6+dfsg.orig.tar.xz + 09a3926891b014cb30b764f66e1e256a 22624 libzstd_1.5.6+dfsg-1.debian.tar.xz + +Format: 3.0 (native) +Package: linux-base +Binary: linux-base, linux-sysctl-defaults +Architecture: all +Version: 4.10.1 +Maintainer: Debian Kernel Team +Uploaders: Ben Hutchings , Salvatore Bonaccorso +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/kernel-team/linux-base +Vcs-Git: https://salsa.debian.org/kernel-team/linux-base.git +Build-Depends: debhelper-compat (= 13), libtext-glob-perl , po4a +Package-List: + linux-base deb kernel optional arch=all + linux-sysctl-defaults deb kernel optional arch=all +Directory: pool/a29efd1c7b2f57c3b93ff409e7d2bc592ad900474c5723e1ea0e13cdbebc3f57 +Checksums-Sha1: + 21d1a724c6ccc9ec68879f3a9b8dea59a965a74c 1753 linux-base_4.10.1.dsc + 4e77a7278fb01fc9adefbddebbd053d569aab1c5 35752 linux-base_4.10.1.tar.xz +Checksums-Sha256: + a29efd1c7b2f57c3b93ff409e7d2bc592ad900474c5723e1ea0e13cdbebc3f57 1753 linux-base_4.10.1.dsc + 745375e1f680bc6c8f671038f6eab980ecb4413787c4a3015e7cd6e04baee637 35752 linux-base_4.10.1.tar.xz +Files: + 2cef5dbdf8d8a431218ac0f0a0efae0e 1753 linux-base_4.10.1.dsc + e6e0589c8e959fb3df405c66bb58e0f0 35752 linux-base_4.10.1.tar.xz + +Format: 3.0 (quilt) +Package: linux +Binary: linux-support-6.6.56, linux-doc-6.6, linux-doc, linux-source-6.6, linux-source, linux-libc-dev, linux-headers-6.6.56-common, linux-config-6.6, bpftool, linux-cpupower, libcpupower1, libcpupower-dev, linux-perf, usbip, hyperv-daemons, rtla, linux-kbuild-6.6.56, linux-headers-6.6.56-amd64, linux-image-6.6.56-amd64, linux-image-amd64, linux-headers-amd64, linux-image-6.6.56-amd64-dbg, linux-image-amd64-dbg, linux-headers-6.6.56-cloud-amd64, linux-image-6.6.56-cloud-amd64, linux-image-cloud-amd64, linux-headers-cloud-amd64, linux-image-6.6.56-cloud-amd64-dbg, linux-image-cloud-amd64-dbg, linux-headers-6.6.56-firecracker-amd64, linux-image-6.6.56-firecracker-amd64, linux-image-firecracker-amd64, linux-headers-firecracker-amd64, linux-image-6.6.56-firecracker-amd64-dbg, linux-image-firecracker-amd64-dbg, linux-headers-6.6.56-arm64, linux-image-6.6.56-arm64, linux-image-arm64, linux-headers-arm64, linux-image-6.6.56-arm64-dbg, linux-image-arm64-dbg, + linux-headers-6.6.56-cloud-arm64, linux-image-6.6.56-cloud-arm64, linux-image-cloud-arm64, linux-headers-cloud-arm64, linux-image-6.6.56-cloud-arm64-dbg, linux-image-cloud-arm64-dbg, linux-headers-6.6.56-firecracker-arm64, linux-image-6.6.56-firecracker-arm64, linux-image-firecracker-arm64, linux-headers-firecracker-arm64, linux-image-6.6.56-firecracker-arm64-dbg, + linux-image-firecracker-arm64-dbg +Architecture: linux-any all +Version: 6.6.56-0gl0 +Maintainer: Debian Kernel Team +Uploaders: Bastian Blank , maximilian attems , Ben Hutchings , Salvatore Bonaccorso +Homepage: https://www.kernel.org/ +Standards-Version: 4.2.0 +Vcs-Browser: https://salsa.debian.org/kernel-team/linux +Vcs-Git: https://salsa.debian.org/kernel-team/linux.git +Testsuite: autopkgtest +Testsuite-Triggers: bc, fuse, gcc, gcc-multilib, kexec-tools, libfuse-dev, libpopt-dev, make, pkg-config, python3, python3-jinja2, python3-pytest +Build-Depends: debhelper-compat (= 12), dh-exec, python3:native, python3-jinja2:native, quilt, cpio , xz-utils , dh-python , bison , flex (>= 2.6.1-1.1~) +Build-Depends-Arch: bc , libssl-dev:native , libssl-dev , openssl (>= 1.1.0-1~) , libelf-dev:native , libelf-dev [linux-any] , lz4 [amd64 arm64] , pahole | dwarves:native (>= 1.16~) , gcc [amd64 arm64] , gcc-x86-64-linux-gnu [amd64] , gcc-aarch64-linux-gnu [arm64] , gcc-arm-linux-gnueabihf [arm64] , python3-docutils [amd64 arm64 armhf i386 linux-any x32] , binutils-dev [hppa] , zlib1g-dev [linux-any] , libcap-dev [linux-any] , libpci-dev [linux-any] , asciidoctor [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] , libaudit-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libbabeltrace-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libdw-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libnewt-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libnuma-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libopencsd-dev (>= 1.1.1) [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libperl-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libpython3-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , libtraceevent-dev (>= 1:1.5) [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64 x32] , libunwind-dev [amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc ppc64 ppc64el sh4] , libzstd-dev [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , python3-dev:any [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , python3-setuptools [alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mips64r6 mips64r6el mipsel mipsn32 mipsn32el mipsn32r6 mipsn32r6el mipsr6 mipsr6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64] , autoconf [linux-any] , automake [linux-any] , libtool [linux-any] , libglib2.0-dev [linux-any] , libudev-dev [linux-any] , libwrap0-dev [linux-any] , rsync [linux-any] , libtracefs-dev (>= 1.3) [amd64 arm64 armhf i386 x32] , kernel-wedge (>= 2.105~) [amd64 arm64] , kmod [amd64 arm64] +Build-Depends-Indep: graphviz , python3-sphinx , python3-sphinx-rtd-theme , texlive-latex-base , texlive-latex-extra , dvipng , patchutils , rsync +Package-List: + bpftool deb devel optional arch=linux-any profile=!pkg.linux.mintools,!pkg.linux.notools + hyperv-daemons deb admin optional arch=amd64,arm64,i386,x32 profile=!pkg.linux.mintools,!pkg.linux.notools + libcpupower-dev deb libdevel optional arch=linux-any profile=!pkg.linux.mintools,!pkg.linux.notools + libcpupower1 deb libs optional arch=linux-any profile=!pkg.linux.mintools,!pkg.linux.notools + linux-config-6.6 deb kernel optional arch=linux-any profile=!pkg.linux.nosource + linux-cpupower deb admin optional arch=linux-any profile=!pkg.linux.mintools,!pkg.linux.notools + linux-doc deb doc optional arch=all profile=!nodoc,!pkg.linux.nometa,!pkg.linux.quick + linux-doc-6.6 deb doc optional arch=all profile=!nodoc,!pkg.linux.quick + linux-headers-6.6.56-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-headers-6.6.56-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-headers-6.6.56-cloud-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel + linux-headers-6.6.56-cloud-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel + linux-headers-6.6.56-common deb kernel optional arch=all profile=!pkg.linux.nokernel + linux-headers-6.6.56-firecracker-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-headers-6.6.56-firecracker-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-headers-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-headers-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-headers-cloud-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nometa + linux-headers-cloud-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nometa + linux-headers-firecracker-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-headers-firecracker-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-image-6.6.56-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-image-6.6.56-amd64-dbg deb debug optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.quick + linux-image-6.6.56-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-image-6.6.56-arm64-dbg deb debug optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.quick + linux-image-6.6.56-cloud-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel + linux-image-6.6.56-cloud-amd64-dbg deb debug optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.quick + linux-image-6.6.56-cloud-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel + linux-image-6.6.56-cloud-arm64-dbg deb debug optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.quick + linux-image-6.6.56-firecracker-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-image-6.6.56-firecracker-amd64-dbg deb debug optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.quick + linux-image-6.6.56-firecracker-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.quick + linux-image-6.6.56-firecracker-arm64-dbg deb debug optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.quick + linux-image-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-image-amd64-dbg deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.nometa,!pkg.linux.quick + linux-image-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-image-arm64-dbg deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.nometa,!pkg.linux.quick + linux-image-cloud-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nometa + linux-image-cloud-amd64-dbg deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.nometa,!pkg.linux.quick + linux-image-cloud-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nometa + linux-image-cloud-arm64-dbg deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.nometa,!pkg.linux.quick + linux-image-firecracker-amd64 deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-image-firecracker-amd64-dbg deb kernel optional arch=amd64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.nometa,!pkg.linux.quick + linux-image-firecracker-arm64 deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nometa,!pkg.linux.quick + linux-image-firecracker-arm64-dbg deb kernel optional arch=arm64 profile=!pkg.linux.nokernel,!pkg.linux.nokerneldbg,!pkg.linux.nometa,!pkg.linux.quick + linux-kbuild-6.6.56 deb kernel optional arch=linux-any profile=!pkg.linux.notools + linux-libc-dev deb devel optional arch=all + linux-perf deb devel optional arch=alpha,amd64,arm64,armel,armhf,hppa,i386,mips,mips64,mips64el,mips64r6,mips64r6el,mipsel,mipsn32,mipsn32el,mipsn32r6,mipsn32r6el,mipsr6,mipsr6el,powerpc,ppc64,ppc64el,riscv64,s390,s390x,sh4,sparc,sparc64 profile=!nopython,!pkg.linux.mintools,!pkg.linux.notools + linux-source deb kernel optional arch=all profile=!pkg.linux.nometa,!pkg.linux.nosource,!pkg.linux.quick + linux-source-6.6 deb kernel optional arch=all profile=!pkg.linux.nosource,!pkg.linux.quick + linux-support-6.6.56 deb devel optional arch=all profile=!pkg.linux.notools + rtla deb devel optional arch=amd64,arm64,armhf,i386,x32 profile=!pkg.linux.mintools,!pkg.linux.notools + usbip deb admin optional arch=linux-any profile=!pkg.linux.mintools,!pkg.linux.notools +Directory: pool/f2446957b161ab5e177eb058334533592560e85a9b31a8acf82a1dbee2be8499 +Checksums-Sha1: + ea2426c86fd6eb7ec18323977736f3c88cffaf1d 14624 linux_6.6.56-0gl0.dsc + e77fe967c6f130cfe1bf33f118c1d54f862bf052 142933768 linux_6.6.56.orig.tar.xz + 4e1edbc9a4e7feaa9bb0d5f984d29ca8acce84d5 1581572 linux_6.6.56-0gl0.debian.tar.xz +Checksums-Sha256: + f2446957b161ab5e177eb058334533592560e85a9b31a8acf82a1dbee2be8499 14624 linux_6.6.56-0gl0.dsc + 5063e8f7b0e2be8c73ca29844a60b12b9fbc088673a8af99a92a73ab8cc4436f 142933768 linux_6.6.56.orig.tar.xz + 2d1fc96b868375a7422eb9331e8ecfb52bff2be89e53d1715a02f43609193fa0 1581572 linux_6.6.56-0gl0.debian.tar.xz +Files: + 496e2217b7e0047be47a8f052970d52c 14624 linux_6.6.56-0gl0.dsc + 370d8437c279ffb75565d87d8803e16c 142933768 linux_6.6.56.orig.tar.xz + b3dc48df952d1e3f570c463a5fc6c276 1581572 linux_6.6.56-0gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: llvm-toolchain-15 +Binary: clang-15, clang-tools-15, clang-format-15, clang-tidy-15, clangd-15, clang-15-doc, libclang1-15t64, libclang-15-dev, libclang-common-15-dev, libclang-rt-15-dev, libclang-rt-15-dev-wasm32, libclang-rt-15-dev-wasm64, libpolly-15-dev, libclang-cpp15t64, libclang-cpp15-dev, libfuzzer-15-dev, python3-clang-15, clang-15-examples, libllvm15t64, llvm-15-linker-tools, llvm-15, llvm-15-runtime, llvm-15-dev, llvm-15-tools, libllvm-15-ocaml-dev, llvm-15-doc, llvm-15-examples, lld-15, liblld-15, liblld-15-dev, lldb-15, liblldb-15t64, python3-lldb-15, liblldb-15-dev, libomp-15-dev, libomp5-15t64, libomp-15-doc, libc++1-15t64, libc++-15-dev, libc++-15-dev-wasm32, libc++abi1-15t64, libc++abi-15-dev, libc++abi-15-dev-wasm32, libclc-15, libclc-15-dev, libunwind-15t64, libunwind-15-dev, mlir-15-tools, libmlir-15t64, libmlir-15-dev, bolt-15, libbolt-15-dev, flang-15, libflang-15-dev +Architecture: any all +Version: 1:15.0.7-15 +Maintainer: LLVM Packaging Team +Uploaders: Sylvestre Ledru , Gianfranco Costamagna +Homepage: https://www.llvm.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/15 +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 15 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cmake, dpkg-dev, file, g++, gcc, libstdc++-10-dev, make +Build-Depends: debhelper (>= 10.0), cmake, ninja-build, chrpath, texinfo, sharutils, libelf-dev, libffi-dev, lsb-release, patchutils, diffstat, xz-utils, python3-dev, libedit-dev, libncurses5-dev, swig, python3-six, python3-sphinx (>= 1.3.6), binutils-dev, libxml2-dev, libjsoncpp-dev, pkg-config, lcov, procps, help2man, zlib1g-dev, g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32], libjs-mathjax, python3-recommonmark, doxygen, ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x], ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x], libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x], dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x], libpfm4-dev [linux-any], python3-setuptools, libz3-dev, llvm-spirv-15 [amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x] | llvm-spirv-14 [amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x] | hello [!i386], spirv-tools [linux-any] | hello [!i386], wasi-libc | hello [!i386], libcurl4-openssl-dev | libcurl-dev, libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x], protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x], libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x], protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] +Build-Conflicts: oprofile +Package-List: + bolt-15 deb devel optional arch=amd64 + clang-15 deb devel optional arch=any + clang-15-doc deb doc optional arch=all + clang-15-examples deb doc optional arch=any + clang-format-15 deb devel optional arch=any + clang-tidy-15 deb devel optional arch=any + clang-tools-15 deb devel optional arch=any + clangd-15 deb devel optional arch=any + flang-15 deb devel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64 + libbolt-15-dev deb libdevel optional arch=amd64 + libc++-15-dev deb libdevel optional arch=any + libc++-15-dev-wasm32 deb libdevel optional arch=all + libc++1-15t64 deb libs optional arch=any + libc++abi-15-dev deb libdevel optional arch=any + libc++abi-15-dev-wasm32 deb libdevel optional arch=all + libc++abi1-15t64 deb libs optional arch=any + libclang-15-dev deb libdevel optional arch=any + libclang-common-15-dev deb libdevel optional arch=any + libclang-cpp15-dev deb libdevel optional arch=any + libclang-cpp15t64 deb libs optional arch=any + libclang-rt-15-dev deb libdevel optional arch=any + libclang-rt-15-dev-wasm32 deb libdevel optional arch=all + libclang-rt-15-dev-wasm64 deb libdevel optional arch=all + libclang1-15t64 deb libs optional arch=any + libclc-15 deb libs optional arch=all + libclc-15-dev deb libdevel optional arch=all + libflang-15-dev deb libdevel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64 + libfuzzer-15-dev deb libdevel optional arch=linux-any + liblld-15 deb libs optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64 + liblld-15-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64 + liblldb-15-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32 + liblldb-15t64 deb libs optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32 + libllvm-15-ocaml-dev deb ocaml optional arch=amd64,arm64,armhf,ppc64el,s390x,riscv64 + libllvm15t64 deb libs optional arch=any + libmlir-15-dev deb libdevel optional arch=any + libmlir-15t64 deb libs optional arch=any + libomp-15-dev deb libdevel optional arch=amd64,arm64,armhf,i386,mips64el,ppc64el,ppc64,riscv64 + libomp-15-doc deb doc optional arch=amd64,arm64,armhf,i386,mips64el,ppc64el,ppc64,riscv64 + libomp5-15t64 deb devel optional arch=amd64,arm64,armhf,i386,mips64el,ppc64el,ppc64,riscv64 + libpolly-15-dev deb libdevel optional arch=any + libunwind-15-dev deb libdevel optional arch=amd64,arm64,armhf,i386,mips64el,ppc64el,ppc64,riscv64 + libunwind-15t64 deb libs optional arch=amd64,arm64,armhf,i386,mips64el,ppc64el,ppc64,riscv64 + lld-15 deb devel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64 + lldb-15 deb devel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32 + llvm-15 deb devel optional arch=any + llvm-15-dev deb devel optional arch=any + llvm-15-doc deb doc optional arch=all + llvm-15-examples deb doc optional arch=all + llvm-15-linker-tools deb devel optional arch=any + llvm-15-runtime deb devel optional arch=any + llvm-15-tools deb devel optional arch=any + mlir-15-tools deb devel optional arch=any + python3-clang-15 deb python optional arch=any + python3-lldb-15 deb python optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32 +Directory: pool/738dceb3a3d50f23e9e8a6f0d7802e96c0c68472ee8eb2d031036fe9111a97ed +Checksums-Sha1: + 2668eb36de6b2f594cb9041f0f092a848c7e2a13 8215 llvm-toolchain-15_15.0.7-15.dsc + 7b12281c5a9e009d2bf2b3ef1de675a37740f5a2 138500556 llvm-toolchain-15_15.0.7.orig.tar.xz + 45d589979c6a3bbdfc5259bef7b4bde04a2f063b 181476 llvm-toolchain-15_15.0.7-15.debian.tar.xz +Checksums-Sha256: + 738dceb3a3d50f23e9e8a6f0d7802e96c0c68472ee8eb2d031036fe9111a97ed 8215 llvm-toolchain-15_15.0.7-15.dsc + 083b8be0758dc7f80913c31718c2f3d00d1645c21aafcb29c4ad7819bad89e2f 138500556 llvm-toolchain-15_15.0.7.orig.tar.xz + 980441ccf5770e36d2cd30c28fac5be482bf6125a0a3b04753bc09459f8f0bfd 181476 llvm-toolchain-15_15.0.7-15.debian.tar.xz +Files: + f38cbd225745d04601e83a42aa2a3194 8215 llvm-toolchain-15_15.0.7-15.dsc + 699cca707baa96826739a103818406e7 138500556 llvm-toolchain-15_15.0.7.orig.tar.xz + a8109b49ece7284afc36816478fe69dc 181476 llvm-toolchain-15_15.0.7-15.debian.tar.xz + +Format: 3.0 (quilt) +Package: llvm-toolchain-16 +Binary: clang-16, clang-tools-16, clang-format-16, clang-tidy-16, clangd-16, clang-16-doc, libclang1-16t64, libclang-16-dev, libclang-common-16-dev, libclang-rt-16-dev, libclang-rt-16-dev-wasm32, libclang-rt-16-dev-wasm64, libpolly-16-dev, libclang-cpp16t64, libclang-cpp16-dev, libfuzzer-16-dev, python3-clang-16, clang-16-examples, libllvm16t64, llvm-16-linker-tools, llvm-16, llvm-16-runtime, llvm-16-dev, llvm-16-tools, libllvm-16-ocaml-dev, llvm-16-doc, llvm-16-examples, lld-16, liblld-16, liblld-16-dev, lldb-16, liblldb-16t64, python3-lldb-16, liblldb-16-dev, libomp-16-dev, libomp5-16t64, libomp-16-doc, libc++1-16t64, libc++-16-dev, libc++-16-dev-wasm32, libc++abi1-16t64, libc++abi-16-dev, libc++abi-16-dev-wasm32, libclc-16, libclc-16-dev, libunwind-16t64, libunwind-16-dev, mlir-16-tools, libmlir-16t64, libmlir-16-dev, bolt-16, libbolt-16-dev, flang-16, libflang-16-dev +Architecture: any all +Version: 1:16.0.6-27 +Maintainer: LLVM Packaging Team +Uploaders: Sylvestre Ledru , Gianfranco Costamagna +Homepage: https://www.llvm.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/16 +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 16 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cmake, dpkg-dev, file, g++, gcc, libstdc++-13-dev, make +Build-Depends: debhelper (>= 10.0), cmake, ninja-build, chrpath, texinfo, sharutils, libelf-dev, libffi-dev, lsb-release, patchutils, diffstat, xz-utils, python3-dev, libedit-dev, libncurses5-dev, swig, python3-sphinx (>= 1.3.6), binutils-dev, libxml2-dev, libjsoncpp-dev, pkg-config, lcov, procps, help2man, zlib1g-dev, libzstd-dev, g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32], libjs-mathjax, python3-recommonmark, doxygen, ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x], ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x], libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x], dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x], libpfm4-dev [linux-any], python3-setuptools, libz3-dev, llvm-spirv-16 [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x] | llvm-spirv-15 [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x] | llvm-spirv-14 [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x] | hello, spirv-tools [linux-any] | hello [!i386], wasi-libc | hello, libcurl4-openssl-dev | libcurl-dev , libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] +Build-Conflicts: oprofile +Package-List: + bolt-16 deb devel optional arch=amd64 + clang-16 deb devel optional arch=any + clang-16-doc deb doc optional arch=all + clang-16-examples deb doc optional arch=any + clang-format-16 deb devel optional arch=any + clang-tidy-16 deb devel optional arch=any + clang-tools-16 deb devel optional arch=any + clangd-16 deb devel optional arch=any + flang-16 deb devel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64 + libbolt-16-dev deb libdevel optional arch=amd64 + libc++-16-dev deb libdevel optional arch=any + libc++-16-dev-wasm32 deb libdevel optional arch=all + libc++1-16t64 deb libs optional arch=any + libc++abi-16-dev deb libdevel optional arch=any + libc++abi-16-dev-wasm32 deb libdevel optional arch=all + libc++abi1-16t64 deb libs optional arch=any + libclang-16-dev deb libdevel optional arch=any + libclang-common-16-dev deb libdevel optional arch=any + libclang-cpp16-dev deb libdevel optional arch=any + libclang-cpp16t64 deb libs optional arch=any + libclang-rt-16-dev deb libdevel optional arch=any + libclang-rt-16-dev-wasm32 deb libdevel optional arch=all + libclang-rt-16-dev-wasm64 deb libdevel optional arch=all + libclang1-16t64 deb libs optional arch=any + libclc-16 deb libs optional arch=all + libclc-16-dev deb libdevel optional arch=all + libflang-16-dev deb libdevel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64 + libfuzzer-16-dev deb libdevel optional arch=linux-any + liblld-16 deb libs optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + liblld-16-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + liblldb-16-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 + liblldb-16t64 deb libs optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 + libllvm-16-ocaml-dev deb ocaml optional arch=amd64,arm64,armhf,ppc64el,s390x,riscv64 + libllvm16t64 deb libs optional arch=any + libmlir-16-dev deb libdevel optional arch=any + libmlir-16t64 deb libs optional arch=any + libomp-16-dev deb libdevel optional arch=amd64,arm64,armhf,i386,loong64,mips64el,ppc64el,ppc64,riscv64 + libomp-16-doc deb doc optional arch=all + libomp5-16t64 deb devel optional arch=amd64,arm64,armhf,i386,loong64,mips64el,ppc64el,ppc64,riscv64 + libpolly-16-dev deb libdevel optional arch=any + libunwind-16-dev deb libdevel optional arch=amd64,arm64,armhf,i386,loong64,ppc64el,ppc64,riscv64 + libunwind-16t64 deb libs optional arch=amd64,arm64,armhf,i386,loong64,ppc64el,ppc64,riscv64 + lld-16 deb devel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + lldb-16 deb devel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 + llvm-16 deb devel optional arch=any + llvm-16-dev deb devel optional arch=any + llvm-16-doc deb doc optional arch=all + llvm-16-examples deb doc optional arch=all + llvm-16-linker-tools deb devel optional arch=any + llvm-16-runtime deb devel optional arch=any + llvm-16-tools deb devel optional arch=any + mlir-16-tools deb devel optional arch=any + python3-clang-16 deb python optional arch=any + python3-lldb-16 deb python optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 +Directory: pool/0163d6bea3930b34bba8f94ca9ec0d301bef02096a0ffc9b1354d1604b65b6e4 +Checksums-Sha1: + 51b499ef0a102e45b8927e9b4af9bc93c83088cd 8387 llvm-toolchain-16_16.0.6-27.dsc + 01f3df862d88718b0acd2fc9ac0c868bf75b4278 136421172 llvm-toolchain-16_16.0.6.orig.tar.xz + 8c16397232b23f63127d61e69cc95c4facbc188e 175164 llvm-toolchain-16_16.0.6-27.debian.tar.xz +Checksums-Sha256: + 0163d6bea3930b34bba8f94ca9ec0d301bef02096a0ffc9b1354d1604b65b6e4 8387 llvm-toolchain-16_16.0.6-27.dsc + 5ab98480d3bc9f1896de1a1afafb46c318a9baa02bf21a4f6830c644d06c1cc0 136421172 llvm-toolchain-16_16.0.6.orig.tar.xz + db2985ff9fad074ef598c703d9fb4161a4f4c4f08fa6b4f1e662c2bdbe7dceb0 175164 llvm-toolchain-16_16.0.6-27.debian.tar.xz +Files: + f81a68a143457a30a01c3b6ad34d0203 8387 llvm-toolchain-16_16.0.6-27.dsc + 8cee858614f5904e2e44a23d1ad6756f 136421172 llvm-toolchain-16_16.0.6.orig.tar.xz + 09ae8181d30d80c2d9f2f1a2d4207432 175164 llvm-toolchain-16_16.0.6-27.debian.tar.xz + +Format: 3.0 (quilt) +Package: llvm-toolchain-17 +Binary: clang-17, clang-tools-17, clang-format-17, clang-tidy-17, clangd-17, clang-17-doc, libclang1-17t64, libclang-17-dev, libclang-common-17-dev, libclang-rt-17-dev, libclang-rt-17-dev-wasm32, libclang-rt-17-dev-wasm64, libpolly-17-dev, libclang-cpp17t64, libclang-cpp17-dev, libfuzzer-17-dev, python3-clang-17, clang-17-examples, libllvm17t64, llvm-17-linker-tools, llvm-17, llvm-17-runtime, llvm-17-dev, llvm-17-tools, libllvm-17-ocaml-dev, llvm-17-doc, llvm-17-examples, lld-17, liblld-17, liblld-17-dev, lldb-17, liblldb-17t64, python3-lldb-17, liblldb-17-dev, libomp-17-dev, libomp5-17t64, libomp-17-doc, libc++1-17t64, libc++-17-dev, libc++-17-dev-wasm32, libc++abi1-17t64, libc++abi-17-dev, libc++abi-17-dev-wasm32, libclc-17, libclc-17-dev, libunwind-17t64, libunwind-17-dev, mlir-17-tools, libmlir-17t64, libmlir-17-dev, bolt-17, libbolt-17-dev, flang-17, libflang-17-dev +Architecture: any all +Version: 1:17.0.6-18 +Maintainer: LLVM Packaging Team +Uploaders: Sylvestre Ledru , Gianfranco Costamagna +Homepage: https://www.llvm.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/17 +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 17 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cmake, dpkg-dev, file, g++, gcc, libstdc++-13-dev, make +Build-Depends: debhelper (>= 10.0), cmake, ninja-build, chrpath, texinfo, sharutils, libelf-dev, libffi-dev, lsb-release, patchutils, diffstat, xz-utils, python3-dev, libedit-dev, libncurses-dev, swig, python3-sphinx (>= 1.3.6), binutils-dev, libxml2-dev, libjsoncpp-dev, pkg-config, lcov, procps, help2man, zlib1g-dev, libzstd-dev, g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 sparc sparc64 x32], libjs-mathjax, python3-recommonmark, doxygen, ocaml-base [amd64 arm64 ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 ppc64el riscv64 s390x], ocaml-findlib [amd64 arm64 ppc64el riscv64 s390x], libctypes-ocaml-dev [amd64 arm64 ppc64el riscv64 s390x], dh-exec, dh-ocaml [amd64 arm64 ppc64el riscv64 s390x], libpfm4-dev [linux-any], python3-setuptools, libz3-dev, llvm-spirv-17 [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] | hello, spirv-tools [linux-any] | hello [!i386], wasi-libc | hello, libcurl4-openssl-dev | libcurl-dev , libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] +Build-Conflicts: oprofile +Package-List: + bolt-17 deb devel optional arch=amd64 + clang-17 deb devel optional arch=any + clang-17-doc deb doc optional arch=all + clang-17-examples deb doc optional arch=all + clang-format-17 deb devel optional arch=any + clang-tidy-17 deb devel optional arch=any + clang-tools-17 deb devel optional arch=any + clangd-17 deb devel optional arch=any + flang-17 deb devel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64,loong64 + libbolt-17-dev deb libdevel optional arch=amd64 + libc++-17-dev deb libdevel optional arch=any + libc++-17-dev-wasm32 deb libdevel optional arch=all + libc++1-17t64 deb libs optional arch=any + libc++abi-17-dev deb libdevel optional arch=any + libc++abi-17-dev-wasm32 deb libdevel optional arch=all + libc++abi1-17t64 deb libs optional arch=any + libclang-17-dev deb libdevel optional arch=any + libclang-common-17-dev deb libdevel optional arch=any + libclang-cpp17-dev deb libdevel optional arch=any + libclang-cpp17t64 deb libs optional arch=any + libclang-rt-17-dev deb libdevel optional arch=any + libclang-rt-17-dev-wasm32 deb libdevel optional arch=all + libclang-rt-17-dev-wasm64 deb libdevel optional arch=all + libclang1-17t64 deb libs optional arch=any + libclc-17 deb libs optional arch=all + libclc-17-dev deb libdevel optional arch=all + libflang-17-dev deb libdevel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64,loong64 + libfuzzer-17-dev deb libdevel optional arch=linux-any + liblld-17 deb libs optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + liblld-17-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + liblldb-17-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 + liblldb-17t64 deb libs optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 + libllvm-17-ocaml-dev deb ocaml optional arch=amd64,arm64,ppc64el,s390x,riscv64 + libllvm17t64 deb libs optional arch=any + libmlir-17-dev deb libdevel optional arch=any + libmlir-17t64 deb libs optional arch=any + libomp-17-dev deb libdevel optional arch=amd64,arm64,armhf,i386,loong64,mips64el,ppc64el,ppc64,riscv64 + libomp-17-doc deb doc optional arch=all + libomp5-17t64 deb devel optional arch=amd64,arm64,armhf,i386,loong64,mips64el,ppc64el,ppc64,riscv64 + libpolly-17-dev deb libdevel optional arch=any + libunwind-17-dev deb libdevel optional arch=amd64,arm64,armhf,i386,loong64,ppc64el,ppc64,riscv64 + libunwind-17t64 deb libs optional arch=amd64,arm64,armhf,i386,loong64,ppc64el,ppc64,riscv64 + lld-17 deb devel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + lldb-17 deb devel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 + llvm-17 deb devel optional arch=any + llvm-17-dev deb devel optional arch=any + llvm-17-doc deb doc optional arch=all + llvm-17-examples deb doc optional arch=all + llvm-17-linker-tools deb devel optional arch=any + llvm-17-runtime deb devel optional arch=any + llvm-17-tools deb devel optional arch=any + mlir-17-tools deb devel optional arch=any + python3-clang-17 deb python optional arch=any + python3-lldb-17 deb python optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64 +Directory: pool/64138c7437323d7720d3d69293aa9a9a4288506b14ec190dd229b2654d92a661 +Checksums-Sha1: + c6615c1703f5f5c5a9ed3ad3736639f53cf4ebbc 8156 llvm-toolchain-17_17.0.6-18.dsc + 87dbe5554a6f3e070c6e99771c9084db4cecc132 148234752 llvm-toolchain-17_17.0.6.orig.tar.xz + e06475a5ff67f2722f4c99e9ce76e2612c5b8ce0 172324 llvm-toolchain-17_17.0.6-18.debian.tar.xz +Checksums-Sha256: + 64138c7437323d7720d3d69293aa9a9a4288506b14ec190dd229b2654d92a661 8156 llvm-toolchain-17_17.0.6-18.dsc + 04c12edc1995d9bb15da30d69f0207dda43b7833eaa989176c099e465cd38aee 148234752 llvm-toolchain-17_17.0.6.orig.tar.xz + 69cc85c5c8fd21c7dfc9240c21003e604587b06a48ba79da2ccbde9c2af4d23f 172324 llvm-toolchain-17_17.0.6-18.debian.tar.xz +Files: + 28dbe68042e6322312acec4b5c26ace5 8156 llvm-toolchain-17_17.0.6-18.dsc + c8e30b4d7a52a4535e0a8e98df21c1e6 148234752 llvm-toolchain-17_17.0.6.orig.tar.xz + a0d57e65a93c80497e34cd1465b9d6e1 172324 llvm-toolchain-17_17.0.6-18.debian.tar.xz + +Format: 3.0 (quilt) +Package: llvm-toolchain-18 +Binary: clang-18, clang-tools-18, clang-format-18, clang-tidy-18, clangd-18, clang-18-doc, libclang1-18, libclang-18-dev, libclang-common-18-dev, libclang-rt-18-dev, libclang-rt-18-dev-wasm32, libclang-rt-18-dev-wasm64, libpolly-18-dev, libclang-cpp18, libclang-cpp18-dev, libfuzzer-18-dev, python3-clang-18, clang-18-examples, libllvm18, llvm-18-linker-tools, llvm-18, llvm-18-runtime, llvm-18-dev, llvm-18-tools, libllvm-18-ocaml-dev, llvm-18-doc, llvm-18-examples, lld-18, liblld-18, liblld-18-dev, lldb-18, liblldb-18, python3-lldb-18, liblldb-18-dev, libomp-18-dev, libomp5-18, libomp-18-doc, libc++1-18, libc++-18-dev, libc++-18-dev-wasm32, libc++abi1-18, libc++abi-18-dev, libc++abi-18-dev-wasm32, libclc-18, libclc-18-dev, libunwind-18, libunwind-18-dev, mlir-18-tools, libmlir-18, libmlir-18-dev, bolt-18, libbolt-18-dev, flang-18, libflang-18-dev, libllvmlibc-18-dev +Architecture: any all +Version: 1:18.1.8-11 +Maintainer: LLVM Packaging Team +Uploaders: Sylvestre Ledru , Gianfranco Costamagna +Homepage: https://www.llvm.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/18 +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 18 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cmake, dpkg-dev, file, g++, gcc, libstdc++-13-dev, make +Build-Depends: debhelper (>= 10.0), cmake, ninja-build, chrpath, texinfo, sharutils, libelf-dev, libffi-dev, lsb-release, patchutils, diffstat, xz-utils, python3-dev, libedit-dev, libncurses-dev, swig, python3-sphinx (>= 1.3.6), binutils-dev, libxml2-dev, libjsoncpp-dev, pkg-config, libipt-dev [amd64 i386], lcov, procps, help2man, zlib1g-dev, libzstd-dev, g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 sparc sparc64 x32], libjs-mathjax, python3-myst-parser | python3-recommonmark, doxygen, ocaml-base [amd64 arm64 ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 ppc64el riscv64 s390x], ocaml-findlib [amd64 arm64 ppc64el riscv64 s390x], libctypes-ocaml-dev [amd64 arm64 ppc64el riscv64 s390x], dh-exec, dh-ocaml [amd64 arm64 ppc64el riscv64 s390x], libpfm4-dev [linux-any], python3-setuptools, libz3-dev, llvm-spirv-18 [amd64 arm64 armhf i386 ppc64el mips64el riscv64 s390x ppc64 hurd-i386 loong64 sparc64 x32] | hello [amd64 arm64 armhf i386 ppc64el mips64el riscv64 s390x ppc64 hurd-i386 loong64 sparc64 x32] , spirv-tools [linux-any] | hello [linux-any], wasi-libc | hello, libcurl4-openssl-dev | libcurl-dev , libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] , protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] +Build-Conflicts: oprofile +Package-List: + bolt-18 deb devel optional arch=amd64,arm64 + clang-18 deb devel optional arch=any + clang-18-doc deb doc optional arch=all + clang-18-examples deb doc optional arch=all + clang-format-18 deb devel optional arch=any + clang-tidy-18 deb devel optional arch=any + clang-tools-18 deb devel optional arch=any + clangd-18 deb devel optional arch=any + flang-18 deb devel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64,loong64 + libbolt-18-dev deb libdevel optional arch=amd64,arm64 + libc++-18-dev deb libdevel optional arch=any + libc++-18-dev-wasm32 deb libdevel optional arch=all + libc++1-18 deb libs optional arch=any + libc++abi-18-dev deb libdevel optional arch=any + libc++abi-18-dev-wasm32 deb libdevel optional arch=all + libc++abi1-18 deb libs optional arch=any + libclang-18-dev deb libdevel optional arch=any + libclang-common-18-dev deb libdevel optional arch=any + libclang-cpp18 deb libs optional arch=any + libclang-cpp18-dev deb libdevel optional arch=any + libclang-rt-18-dev deb libdevel optional arch=any + libclang-rt-18-dev-wasm32 deb libdevel optional arch=all + libclang-rt-18-dev-wasm64 deb libdevel optional arch=all + libclang1-18 deb libs optional arch=any + libclc-18 deb libs optional arch=all + libclc-18-dev deb libdevel optional arch=all + libflang-18-dev deb libdevel optional arch=amd64,arm64,mips64el,ppc64el,kfreebsd-amd64,ppc64,sparc64,riscv64,loong64 + libfuzzer-18-dev deb libdevel optional arch=linux-any + liblld-18 deb libs optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + liblld-18-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + liblldb-18 deb libs optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64,riscv64 + liblldb-18-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64,riscv64 + libllvm-18-ocaml-dev deb ocaml optional arch=amd64,arm64,ppc64el,s390x,riscv64 + libllvm18 deb libs optional arch=any + libllvmlibc-18-dev deb libdevel optional arch=amd64,arm64 + libmlir-18 deb libs optional arch=any + libmlir-18-dev deb libdevel optional arch=any + libomp-18-dev deb libdevel optional arch=amd64,arm64,armhf,i386,loong64,mips64el,ppc64el,ppc64,riscv64 + libomp-18-doc deb doc optional arch=all + libomp5-18 deb devel optional arch=amd64,arm64,armhf,i386,loong64,mips64el,ppc64el,ppc64,riscv64 + libpolly-18-dev deb libdevel optional arch=any + libunwind-18 deb libs optional arch=amd64,arm64,armhf,i386,loong64,ppc64el,ppc64,riscv64 + libunwind-18-dev deb libdevel optional arch=amd64,arm64,armhf,i386,loong64,ppc64el,ppc64,riscv64 + lld-18 deb devel optional arch=amd64,arm64,armel,armhf,i386,mipsel,mips64el,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,alpha,hppa,m68k,powerpcspe,ppc64,sh4,sparc64,x32,riscv64,loong64 + lldb-18 deb devel optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64,riscv64 + llvm-18 deb devel optional arch=any + llvm-18-dev deb devel optional arch=any + llvm-18-doc deb doc optional arch=all + llvm-18-examples deb doc optional arch=all + llvm-18-linker-tools deb devel optional arch=any + llvm-18-runtime deb devel optional arch=any + llvm-18-tools deb devel optional arch=any + mlir-18-tools deb devel optional arch=any + python3-clang-18 deb python optional arch=any + python3-lldb-18 deb python optional arch=amd64,arm64,armel,armhf,i386,ppc64el,kfreebsd-amd64,kfreebsd-i386,s390,s390x,sparc,hppa,m68k,sh4,x32,loong64,riscv64 +Directory: pool/c345c1a8051e286af5e842485c70877c2ca91078fc43de82dfff2424543ce22b +Checksums-Sha1: + c5c234aecc05d0da710798f8914005aabdf6ae33 8417 llvm-toolchain-18_18.1.8-11.dsc + 595e5a0bdd235f506605070e8da8b02585d12042 155366404 llvm-toolchain-18_18.1.8.orig.tar.xz + 6e6f13a0a400ddef3a40b858e2c896427066cf75 168420 llvm-toolchain-18_18.1.8-11.debian.tar.xz +Checksums-Sha256: + c345c1a8051e286af5e842485c70877c2ca91078fc43de82dfff2424543ce22b 8417 llvm-toolchain-18_18.1.8-11.dsc + 260836e9aefe43fa0f3065c5cc5d502a52e1c4cf03396c1982ddc886f912cbc7 155366404 llvm-toolchain-18_18.1.8.orig.tar.xz + 9c11bebfe6285d275a17f491357e9d2f29eaee56a9993cef6e0be9518864b1f3 168420 llvm-toolchain-18_18.1.8-11.debian.tar.xz +Files: + 3e20ed181e1b4c0f42c83aa37384560f 8417 llvm-toolchain-18_18.1.8-11.dsc + a442ca8af5d7658a8bcbe8d8aa0ae350 155366404 llvm-toolchain-18_18.1.8.orig.tar.xz + acf1b10a7f60f44723e32625edd08515 168420 llvm-toolchain-18_18.1.8-11.debian.tar.xz + +Format: 3.0 (quilt) +Package: lm-sensors +Binary: lm-sensors, libsensors-config, libsensors5, libsensors-dev, fancontrol +Architecture: any all +Version: 1:3.6.0-10 +Maintainer: Aurelien Jarno +Homepage: https://hwmon.wiki.kernel.org/lm_sensors +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), bison, flex, pkgconf, systemd-dev +Package-List: + fancontrol deb utils optional arch=all + libsensors-config deb utils optional arch=all + libsensors-dev deb libdevel optional arch=any + libsensors5 deb libs optional arch=any + lm-sensors deb utils optional arch=linux-any +Directory: pool/2fb41caa91210a086d8fedeb667abb9b2ea5f85a8382e92c02b75c23d06750a4 +Checksums-Sha1: + 522da0218c5ed1574ebaf7fab96131f96f1e129a 2028 lm-sensors_3.6.0-10.dsc + 2ef03242b62d70523919d06859503f12feb9f7d4 273209 lm-sensors_3.6.0.orig.tar.gz + c0f3f6cd4206f0930c475d24085d10173f291371 33796 lm-sensors_3.6.0-10.debian.tar.xz +Checksums-Sha256: + 2fb41caa91210a086d8fedeb667abb9b2ea5f85a8382e92c02b75c23d06750a4 2028 lm-sensors_3.6.0-10.dsc + 0591f9fa0339f0d15e75326d0365871c2d4e2ed8aa1ff759b3a55d3734b7d197 273209 lm-sensors_3.6.0.orig.tar.gz + f5a3dabe3112931068bafb7bc39023469c3d6c7cbbf2bb59b1d1f0f3d18a5b79 33796 lm-sensors_3.6.0-10.debian.tar.xz +Files: + 08dda901b96b1d0bf051f899e1a690a2 2028 lm-sensors_3.6.0-10.dsc + f60e47b5eb50bbeed48a9f43bb08dd5e 273209 lm-sensors_3.6.0.orig.tar.gz + fcffa7470c71683792c21a6b2d44b6d4 33796 lm-sensors_3.6.0-10.debian.tar.xz + +Format: 3.0 (quilt) +Package: lmdb +Binary: lmdb-utils, liblmdb0, liblmdb-dev, lmdb-doc +Architecture: any all +Version: 0.9.31-1 +Maintainer: LMDB +Uploaders: Ondřej Surý , Jakub Ružička +Homepage: https://symas.com/mdb/ +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/debian/lmdb +Vcs-Git: https://salsa.debian.org/debian/lmdb.git +Build-Depends: debhelper-compat (= 13), doxygen +Package-List: + liblmdb-dev deb libdevel optional arch=any + liblmdb0 deb libs optional arch=any + lmdb-doc deb doc optional arch=all + lmdb-utils deb database optional arch=any +Directory: pool/76262c17115458e3ab423cc7eeb7d16cee46d5ca76a660a8f2bdbab93473457b +Checksums-Sha1: + d6cd8527dbac3f34c2b7d9c9294965782789d30b 2030 lmdb_0.9.31-1.dsc + 60f1e774e19f61b2aeb54ccac9158fa67251be5c 145086 lmdb_0.9.31.orig.tar.gz + 40e79e73e2c584bb28ee24b6eb043ad90806dafb 6460 lmdb_0.9.31-1.debian.tar.xz +Checksums-Sha256: + 76262c17115458e3ab423cc7eeb7d16cee46d5ca76a660a8f2bdbab93473457b 2030 lmdb_0.9.31-1.dsc + d35d4f6f46313d62fd342c9dcbf574432919ce5e802d2b6cbe2ebd549821e5c4 145086 lmdb_0.9.31.orig.tar.gz + 926309e655186f7107c70b7b2d5020215aefd08b0902b1c8282e123c9584080a 6460 lmdb_0.9.31-1.debian.tar.xz +Files: + 21a0fd91288bcf9248969f223e5e48e4 2030 lmdb_0.9.31-1.dsc + a7532541a673d378e6f168a9847c775e 145086 lmdb_0.9.31.orig.tar.gz + bbcfe3bee2973c1b6dad944c909a2723 6460 lmdb_0.9.31-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: logrotate +Binary: logrotate +Architecture: any +Version: 3.22.0-1 +Maintainer: Christian Göttsche +Homepage: https://github.com/logrotate/logrotate +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/logrotate +Vcs-Git: https://salsa.debian.org/debian/logrotate.git +Testsuite: autopkgtest +Build-Depends: acl [linux-any] , debhelper-compat (= 13), libacl1-dev [linux-any], libpopt-dev, libselinux1-dev [linux-any] +Package-List: + logrotate deb admin important arch=any +Directory: pool/679a77b557ae9444c7c4b1fc9ae9b207aea7ed600da27e6b84ee6a725cfd57ed +Checksums-Sha1: + e410e80a8d78168a71ff5983f4429620dcd04da7 2230 logrotate_3.22.0-1.dsc + a43045c6705a7454f890a0046358a059727703b0 239604 logrotate_3.22.0.orig.tar.gz + 604799bd5b012c00f7f2939ed24cdf5204a5cd29 833 logrotate_3.22.0.orig.tar.gz.asc + 02ae703256a84fb435b416598962da070a7b33b9 23700 logrotate_3.22.0-1.debian.tar.xz +Checksums-Sha256: + 679a77b557ae9444c7c4b1fc9ae9b207aea7ed600da27e6b84ee6a725cfd57ed 2230 logrotate_3.22.0-1.dsc + 93154424e73094d923a54de0d358007457282df7e14ee999a7c10d153e2c347e 239604 logrotate_3.22.0.orig.tar.gz + c0f27afdca8f99f847aa181bd0d6093845ef72c24c77f84f83b498826ec39d60 833 logrotate_3.22.0.orig.tar.gz.asc + 9751c549d1a4e3366d8db98d400233b9a9aecb7e89205e8c47bdd0db478e2974 23700 logrotate_3.22.0-1.debian.tar.xz +Files: + 9124b15cc12916dcf319c2dfa78eecca 2230 logrotate_3.22.0-1.dsc + b13d305e99a2fd068aad65dc825c6199 239604 logrotate_3.22.0.orig.tar.gz + c5020a2a967281453a502dd52e79dac5 833 logrotate_3.22.0.orig.tar.gz.asc + 7db16bfb763d82b956dd34e74d61f511 23700 logrotate_3.22.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: lsb-release-minimal +Binary: lsb-release +Architecture: all +Version: 12.1-1 +Maintainer: Gioele Barabucci +Homepage: https://gioele.io/lsb-release-minimal +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gioele/lsb-release-minimal +Vcs-Git: https://salsa.debian.org/gioele/lsb-release-minimal.git +Testsuite: autopkgtest +Testsuite-Triggers: bash, bats, bats-assert, busybox, dash, mksh, shellcheck +Build-Depends: debhelper-compat (= 13), bats , bats-assert , podlators-perl , shellcheck +Package-List: + lsb-release deb misc optional arch=all +Directory: pool/1fdb0c54b258534c104ec9f9b10ed8ca27e1b6d21f5622e29ace1390f7e0b335 +Checksums-Sha1: + 4ae886a989fbfdb29005b274ff316d7f0243a3e4 2132 lsb-release-minimal_12.1-1.dsc + 250561e48f572b71aec5e0d315bcb6a524f950d3 5033 lsb-release-minimal_12.1.orig.tar.gz + 46e1508996078d7330fbd30f6d1fda22a74289b4 3404 lsb-release-minimal_12.1-1.debian.tar.xz +Checksums-Sha256: + 1fdb0c54b258534c104ec9f9b10ed8ca27e1b6d21f5622e29ace1390f7e0b335 2132 lsb-release-minimal_12.1-1.dsc + 1dcf4ba318203db771bd0f2e47442f84e36241c8aa4633f1e8431a6d74a49071 5033 lsb-release-minimal_12.1.orig.tar.gz + 5cec37d541a7401e0037767f28f2358775f207a7c32501917c5a2de6fdc884f6 3404 lsb-release-minimal_12.1-1.debian.tar.xz +Files: + 3132e24dd1722f6f5081e49eb3365fff 2132 lsb-release-minimal_12.1-1.dsc + 07b98f8f769836cd528109b39e724123 5033 lsb-release-minimal_12.1.orig.tar.gz + cf489f1953a758fd321030968761d809 3404 lsb-release-minimal_12.1-1.debian.tar.xz + +Format: 3.0 (native) +Package: lsb +Binary: lsb-base +Architecture: all +Version: 11.6 +Maintainer: Debian sysvinit maintainers +Uploaders: Mark Hindley +Homepage: https://wiki.linuxfoundation.org/lsb/start +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/lsb +Vcs-Git: https://salsa.debian.org/debian/lsb.git +Build-Depends: debhelper-compat (= 13) +Package-List: + lsb-base deb oldlibs optional arch=all +Directory: pool/f8458b93872593fea88a6d7838ffe3b90764012492f6e2566c959549c5528180 +Checksums-Sha1: + 507115bf3711a1ded7c56b9f7bf66d6ec48b9faa 1614 lsb_11.6.dsc + 5be574fa06eecf383c6ed8d52eb8ea31db23ec8e 39012 lsb_11.6.tar.xz +Checksums-Sha256: + f8458b93872593fea88a6d7838ffe3b90764012492f6e2566c959549c5528180 1614 lsb_11.6.dsc + 3030d688a4726ecfd1d2ebb018167a5662608e70362e72188bb6f1aefadb13c1 39012 lsb_11.6.tar.xz +Files: + 492d1d7d8f46fddd16eb7c8b4c97cc73 1614 lsb_11.6.dsc + cb0ff260241eefd11429c1d8069cf497 39012 lsb_11.6.tar.xz + +Format: 3.0 (quilt) +Package: lsof +Binary: lsof +Architecture: any +Version: 4.95.0-1.1 +Maintainer: Andres Salomon +Homepage: https://github.com/lsof-org/lsof +Standards-Version: 4.6.0.1 +Build-Depends: debhelper-compat (= 12), libselinux1-dev [linux-any], libtirpc-dev +Package-List: + lsof deb utils standard arch=any +Directory: pool/a03b8eee1b84b62c5500ce086468b294423e789af274f868a668cbf507f0bc78 +Checksums-Sha1: + d0ae053909de28f01b1c2811c4897030a5cdeb7f 1140 lsof_4.95.0-1.1.dsc + 4663ff398be3335913bbe8597abec677b4931b9a 520678 lsof_4.95.0.orig.tar.bz2 + bee94f07067c7e18bab55418a823c3320c6ed161 12164 lsof_4.95.0-1.1.debian.tar.xz +Checksums-Sha256: + a03b8eee1b84b62c5500ce086468b294423e789af274f868a668cbf507f0bc78 1140 lsof_4.95.0-1.1.dsc + e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c 520678 lsof_4.95.0.orig.tar.bz2 + 7434e38bd8b95b63114932e9415d9b43790e855260f3703099dbeeb1ed9901f4 12164 lsof_4.95.0-1.1.debian.tar.xz +Files: + 2e55e1664d91eaf3270bad88feff4048 1140 lsof_4.95.0-1.1.dsc + 670010707104b1b1fc4cabae974465a6 520678 lsof_4.95.0.orig.tar.bz2 + e7288d2f20d3a058c082a6b4276415c5 12164 lsof_4.95.0-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: lsscsi +Binary: lsscsi +Architecture: any +Version: 0.32-1 +Maintainer: Matt Taggart +Uploaders: Anibal Monsalve Salazar +Homepage: http://sg.danny.cz/scsi/lsscsi.html +Standards-Version: 4.6.2 +Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), autotools-dev +Package-List: + lsscsi deb admin optional arch=any +Directory: pool/10cc1d75a3030ac4805a07dec725f915d0988b7b82c13b44b6c752d8efa023b2 +Checksums-Sha1: + 2eac84df5d39c52e7cb2c644210c345d87ec1f98 1776 lsscsi_0.32-1.dsc + 43ce604caee3985a749690d2b43d0a2140b75d51 195376 lsscsi_0.32.orig.tar.gz + 1a19ca7361b87f768391aa0b93e747be105114fa 3436 lsscsi_0.32-1.debian.tar.xz +Checksums-Sha256: + 10cc1d75a3030ac4805a07dec725f915d0988b7b82c13b44b6c752d8efa023b2 1776 lsscsi_0.32-1.dsc + 0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1 195376 lsscsi_0.32.orig.tar.gz + 18d1c1d61998c6a144a60bbe840a3cb46a07cce41dff13518c87a59e8753c64a 3436 lsscsi_0.32-1.debian.tar.xz +Files: + 70b9bcb6cd964b43fd9b82f6fdb237a2 1776 lsscsi_0.32-1.dsc + e61b12ca8819723c25acd71439ebc59a 195376 lsscsi_0.32.orig.tar.gz + a346ac62e586521f7d750056ba7715b4 3436 lsscsi_0.32-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: lua5.3 +Binary: lua5.3, liblua5.3-dev, liblua5.3-0, liblua5.3-0-dbg +Architecture: any +Version: 5.3.6-2 +Maintainer: Debian Lua Team +Uploaders: Ondřej Surý +Homepage: https://www.lua.org +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/lua-team/lua5.3 +Vcs-Git: https://salsa.debian.org/lua-team/lua5.3.git +Build-Depends: debhelper (>= 10), quilt (>= 0.40), libtool-bin, libreadline-dev +Package-List: + liblua5.3-0 deb libs optional arch=any + liblua5.3-0-dbg deb debug optional arch=any + liblua5.3-dev deb libdevel optional arch=any + lua5.3 deb interpreters optional arch=any +Directory: pool/2241dc732aa15a4d09c3c87aaf154eb14d873b8f6eb824faf8313a492a4e14b6 +Checksums-Sha1: + 3df05d650839f795671c710a57c55eeffa903f59 2080 lua5.3_5.3.6-2.dsc + f27d20d6c81292149bc4308525a9d6733c224fa5 303770 lua5.3_5.3.6.orig.tar.gz + 3722581b1d013fa0708ca2eb7fca48066db499be 7628 lua5.3_5.3.6-2.debian.tar.xz +Checksums-Sha256: + 2241dc732aa15a4d09c3c87aaf154eb14d873b8f6eb824faf8313a492a4e14b6 2080 lua5.3_5.3.6-2.dsc + fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60 303770 lua5.3_5.3.6.orig.tar.gz + 0808119db67b1c81d0cf71f43df92623e09891439d9f454cb7183db89f63b721 7628 lua5.3_5.3.6-2.debian.tar.xz +Files: + e5dc609aec913b6fdbddccf443fd7807 2080 lua5.3_5.3.6-2.dsc + 83f23dbd5230140a3770d5f54076948d 303770 lua5.3_5.3.6.orig.tar.gz + 5e437ba7ef8b0b48a51d70b345a45e93 7628 lua5.3_5.3.6-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: lua5.4 +Binary: lua5.4, liblua5.4-dev, liblua5.4-0 +Architecture: any +Version: 5.4.6-3 +Maintainer: Debian Lua Team +Uploaders: Sergei Golovan +Homepage: http://www.lua.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/lua-team/lua5.4 +Vcs-Git: https://salsa.debian.org/lua-team/lua5.4.git +Testsuite: autopkgtest +Testsuite-Triggers: g++, gcc +Build-Depends: debhelper-compat (= 13), libreadline-dev +Package-List: + liblua5.4-0 deb libs optional arch=any + liblua5.4-dev deb libdevel optional arch=any + lua5.4 deb interpreters optional arch=any +Directory: pool/7c86561fb70d98873148abec0678a0a5995c47726f656f43590e1d51d2a80e80 +Checksums-Sha1: + 3eb39f2c84fe05d9b761ba23e1e4fbb9c8e4b8c6 2051 lua5.4_5.4.6-3.dsc + 83f41abf92620dd15f022e6f863807b07e318495 363329 lua5.4_5.4.6.orig.tar.gz + 1a4af6f295dea2e8fba134e8651c67e82a66bea8 13064 lua5.4_5.4.6-3.debian.tar.xz +Checksums-Sha256: + 7c86561fb70d98873148abec0678a0a5995c47726f656f43590e1d51d2a80e80 2051 lua5.4_5.4.6-3.dsc + 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88 363329 lua5.4_5.4.6.orig.tar.gz + 6ccef0ed6494cb1c25f7514a56b2a56110356e4f79617774d4a9417406965d9c 13064 lua5.4_5.4.6-3.debian.tar.xz +Files: + 2e07202b9233dbe5366cf569d9a44d46 2051 lua5.4_5.4.6-3.dsc + 25a429319dff20dfbfb9956c2b5be911 363329 lua5.4_5.4.6.orig.tar.gz + 32e99897b198ec544d92c3fa79a1226b 13064 lua5.4_5.4.6-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: lvm2 +Binary: lvm2, lvm2-udeb, lvm2-dbusd, lvm2-lockd, libdevmapper-dev, libdevmapper1.02.1, libdevmapper1.02.1-udeb, dmsetup, dmsetup-udeb, libdevmapper-event1.02.1, dmeventd, liblvm2cmd2.03, liblvm2-dev +Architecture: linux-any all +Version: 2.03.22-1 +Maintainer: Debian LVM Team +Uploaders: Bastian Blank +Homepage: https://sourceware.org/lvm2/ +Standards-Version: 4.1.1 +Vcs-Browser: https://salsa.debian.org/lvm-team/lvm2 +Vcs-Git: https://salsa.debian.org/lvm-team/lvm2.git +Build-Depends: debhelper-compat (= 13), autoconf-archive, automake, libaio-dev, libblkid-dev, pkg-config, systemd-dev (>= 255~rc1-1) +Build-Depends-Arch: libcmap-dev, libcorosync-common-dev, libcpg-dev, libdlm-dev (>> 2), libdlmcontrol-dev, libedit-dev, libquorum-dev, libsanlock-dev, libselinux1-dev, libsystemd-dev, libudev-dev +Build-Depends-Indep: dh-sequence-python3, python3-dev, python3-dbus, python3-pyudev +Package-List: + dmeventd deb admin optional arch=linux-any + dmsetup deb admin optional arch=linux-any + dmsetup-udeb udeb debian-installer optional arch=linux-any + libdevmapper-dev deb libdevel optional arch=linux-any + libdevmapper-event1.02.1 deb libs optional arch=linux-any + libdevmapper1.02.1 deb libs optional arch=linux-any + libdevmapper1.02.1-udeb udeb debian-installer optional arch=linux-any + liblvm2-dev deb libdevel optional arch=linux-any + liblvm2cmd2.03 deb libs optional arch=linux-any + lvm2 deb admin optional arch=linux-any + lvm2-dbusd deb admin optional arch=all + lvm2-lockd deb admin optional arch=linux-any + lvm2-udeb udeb debian-installer optional arch=linux-any +Directory: pool/ff1bd7dfc45c53e41ff5204ac1e1411d4459745b170b4bb05a97f4a24f223983 +Checksums-Sha1: + a7d27a58f2c584a9c57794bd82669f4b39fc1b11 2450 lvm2_2.03.22-1.dsc + fbcb853904d5292019f35b8b7b3d3e7923594429 1859140 lvm2_2.03.22.orig.tar.xz + e4cfe81cdaee58ce878ce03c10a763bc5478079c 29396 lvm2_2.03.22-1.debian.tar.xz +Checksums-Sha256: + ff1bd7dfc45c53e41ff5204ac1e1411d4459745b170b4bb05a97f4a24f223983 2450 lvm2_2.03.22-1.dsc + b96ecc377126fcecf9e884d1541f21911776cdf71ac9d34493bc0ed5f93fc7b5 1859140 lvm2_2.03.22.orig.tar.xz + bb06e4c2fecda44a17631d611a5cd052a97f2e6fa57c09054c99f59768a59238 29396 lvm2_2.03.22-1.debian.tar.xz +Files: + 15eef69bac3480325255a03a982b7463 2450 lvm2_2.03.22-1.dsc + 86d1919ca0a7dcd27e6d06818cf0275e 1859140 lvm2_2.03.22.orig.tar.xz + f3392f82ae7e027582a8699bee6427f4 29396 lvm2_2.03.22-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: lxml +Binary: python3-lxml, python-lxml-doc +Architecture: any all +Version: 5.3.0-1 +Maintainer: Matthias Klose +Homepage: http://lxml.de/ +Standards-Version: 4.6.2 +Build-Depends: debhelper (>= 10), dh-python, python3-all-dev (>= 3.3.3), libxml2-dev, libxslt1-dev, zlib1g-dev, python3-setuptools (>= 0.6.29), python3-bs4, python3-cssselect, python3-html5lib, cython3, python3-sphinx-autoapi +Package-List: + python-lxml-doc deb doc optional arch=all + python3-lxml deb python optional arch=any +Directory: pool/b38b9c2c057b4c9db5c68d4055ce21573266bbb8596da1ae0b619fe08202b21c +Checksums-Sha1: + 2f27a9da886a4bced02531bb4a39d62fa300a163 1953 lxml_5.3.0-1.dsc + 02f8bafe67bd5f8c363baecd9aac227e781cf393 3679318 lxml_5.3.0.orig.tar.gz + 8b58e778f79125d3a869b3010859188bf333c99f 8552 lxml_5.3.0-1.debian.tar.xz +Checksums-Sha256: + b38b9c2c057b4c9db5c68d4055ce21573266bbb8596da1ae0b619fe08202b21c 1953 lxml_5.3.0-1.dsc + 4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f 3679318 lxml_5.3.0.orig.tar.gz + 2b379e8e72b4e0a55ebc268251c88b4c0b4f14af9369a1e06f768ad2902c3291 8552 lxml_5.3.0-1.debian.tar.xz +Files: + 57060c2ee29f16ff625772578a53426e 1953 lxml_5.3.0-1.dsc + d3e6f800f4b73f2756663cc4a76df5e0 3679318 lxml_5.3.0.orig.tar.gz + 2bc89f2bf45bdb4c225ad88610861642 8552 lxml_5.3.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: lz4 +Binary: liblz4-dev, liblz4-1, lz4 +Architecture: any +Version: 1.9.4-3 +Maintainer: Nobuhiro Iwamatsu +Homepage: https://github.com/lz4/lz4 +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/lz4 +Vcs-Git: https://salsa.debian.org/debian/lz4.git +Build-Depends: debhelper-compat (= 13), python3:any , cmake (>= 2.8.12), libxxhash-dev, pkgconf +Package-List: + liblz4-1 deb libs optional arch=any + liblz4-dev deb libdevel optional arch=any + lz4 deb utils optional arch=any +Directory: pool/30365311787d4d9753a83d88dad9fa4a085e075db5cdee50be54b241f1265abb +Checksums-Sha1: + 405ddc48769bd04f99815a7b955c30d6de3e4db6 1934 lz4_1.9.4-3.dsc + 1d262fd78a0dbaa409e764979c6a643d0370f8d1 354063 lz4_1.9.4.orig.tar.gz + 6a8cf60819d4305fc3a5a6772ff6415fc7ab3b60 7076 lz4_1.9.4-3.debian.tar.xz +Checksums-Sha256: + 30365311787d4d9753a83d88dad9fa4a085e075db5cdee50be54b241f1265abb 1934 lz4_1.9.4-3.dsc + 0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b 354063 lz4_1.9.4.orig.tar.gz + 199c96cd86297cde59c56286ecd1b4ffa334dc73c0f54d39b5058f7e0b73a31c 7076 lz4_1.9.4-3.debian.tar.xz +Files: + 645b14b95f4061f730bc81f214e2872e 1934 lz4_1.9.4-3.dsc + e9286adb64040071c5e23498bf753261 354063 lz4_1.9.4.orig.tar.gz + f36cb9f6e87119a147ca2ef9fc581aa9 7076 lz4_1.9.4-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: lzip +Binary: lzip +Architecture: any +Version: 1.24.1-2 +Maintainer: Daniel Baumann +Homepage: http://www.nongnu.org/lzip/lzip.html +Standards-Version: 4.7.0 +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/lzip +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/lzip +Build-Depends: debhelper-compat (= 13), texinfo +Package-List: + lzip deb utils optional arch=any +Directory: pool/7b83a95d5498620e99e00c581248c495e1a973687cbf3806d86b351dfe9bda5a +Checksums-Sha1: + 7730d1b48e1775b42c15b95823c47e4fb4f7b6c5 1878 lzip_1.24.1-2.dsc + 76fd9d4f15aae38b804f413aa1be461d6aba1356 86572 lzip_1.24.1.orig.tar.xz + d37d00d6a417c5bd726e8e24270ffa99146fde71 8312 lzip_1.24.1-2.debian.tar.xz +Checksums-Sha256: + 7b83a95d5498620e99e00c581248c495e1a973687cbf3806d86b351dfe9bda5a 1878 lzip_1.24.1-2.dsc + 43165e4f79c4be83f6b47a7b53ee431916163bfccb49bd8c3e893403851164c0 86572 lzip_1.24.1.orig.tar.xz + e03c45fcc60eeb869ad3d357fbd4da7b5ee554dd956385d8917ef292de96fb83 8312 lzip_1.24.1-2.debian.tar.xz +Files: + ad7dfe03e5d14fc456f5786e00562788 1878 lzip_1.24.1-2.dsc + ddd645247384a01a34fc904d6068ec69 86572 lzip_1.24.1.orig.tar.xz + 1593684fc88efc46ab4f532b2e732079 8312 lzip_1.24.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: lzo2 +Binary: liblzo2-dev, liblzo2-2, liblzo2-2-udeb +Architecture: any +Version: 2.10-3 +Maintainer: Stephen Kitt +Homepage: https://www.oberhumer.com/opensource/lzo/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/lzo2 +Vcs-Git: https://salsa.debian.org/debian/lzo2.git +Build-Depends: debhelper-compat (= 13), pkgconf +Package-List: + liblzo2-2 deb libs optional arch=any + liblzo2-2-udeb udeb debian-installer optional arch=any + liblzo2-dev deb libdevel optional arch=any +Directory: pool/d3efa3ce5107bafda50ca2769e4ad896a34f7ed0b70600c1d986d6937898786c +Checksums-Sha1: + 0a3236ad0b1eeb6eb9d795a00ee364e76a35bf52 1923 lzo2_2.10-3.dsc + 4924676a9bae5db58ef129dc1cebce3baa3c4b5d 600622 lzo2_2.10.orig.tar.gz + ea928b7c9317ca7f5430aeb6d356524003e3bb0f 7228 lzo2_2.10-3.debian.tar.xz +Checksums-Sha256: + d3efa3ce5107bafda50ca2769e4ad896a34f7ed0b70600c1d986d6937898786c 1923 lzo2_2.10-3.dsc + c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 600622 lzo2_2.10.orig.tar.gz + cf18b57e9a0a5c5f816facd5905e5c8dce0f99d2598b8416dab46b0064ba2cd2 7228 lzo2_2.10-3.debian.tar.xz +Files: + 325544b32cfc20a5fcb841e2a3dc5e5c 1923 lzo2_2.10-3.dsc + 39d3f3f9c55c87b1e5d6888e1420f4b5 600622 lzo2_2.10.orig.tar.gz + 7fee73a48e4397a911fd91e4979cdbc8 7228 lzo2_2.10-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: lzop +Binary: lzop +Architecture: any +Version: 1.04-2 +Maintainer: Stephen Kitt +Homepage: https://www.lzop.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/lzop +Vcs-Git: https://salsa.debian.org/debian/lzop.git +Build-Depends: debhelper-compat (= 13), liblzo2-dev +Package-List: + lzop deb utils optional arch=any +Directory: pool/331f1abbf7a4b7f1f2c0f3db2d743bd4a905dc979cacab5c860aa4bd999145b3 +Checksums-Sha1: + 3791d3c5d0314717001e042d0153404c4d01ae35 1769 lzop_1.04-2.dsc + 3540761ce8fc6dc42c326a9fcb1471e190a4db62 393483 lzop_1.04.orig.tar.gz + 13e5de6fdbe93a7058a71a940c0c9cdde0434979 3368 lzop_1.04-2.debian.tar.xz +Checksums-Sha256: + 331f1abbf7a4b7f1f2c0f3db2d743bd4a905dc979cacab5c860aa4bd999145b3 1769 lzop_1.04-2.dsc + 7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41 393483 lzop_1.04.orig.tar.gz + cbba4e27ad3d6db17b7ce9ae1444e2dc68f23188abb94de1c789bd28555e0ead 3368 lzop_1.04-2.debian.tar.xz +Files: + 64c8c995c8198002efa38ddb17efc2f1 1769 lzop_1.04-2.dsc + 271eb10fde77a0a96b9cbf745e719ddf 393483 lzop_1.04.orig.tar.gz + bd0538c61e019d29d6689783c97210ef 3368 lzop_1.04-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: m4 +Binary: m4, m4-doc +Architecture: any all +Version: 1.4.19-4 +Maintainer: Santiago Vila +Homepage: https://www.gnu.org/software/m4/ +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), libsigsegv-dev, texinfo +Package-List: + m4 deb interpreters optional arch=any + m4-doc deb doc optional arch=all +Directory: pool/a52a24925928296b2574462d72bb1393e0cd54527a1ed2278aa2708bac543176 +Checksums-Sha1: + c74cceef636ad439ea6948cd28f14e93d627775c 1637 m4_1.4.19-4.dsc + b44b5c9746b69ee19204b7cb76d3a7b3eac69259 1654908 m4_1.4.19.orig.tar.xz + 48bd69a0649d0daf6822e27710484d4f9407ab46 488 m4_1.4.19.orig.tar.xz.asc + 41d2ffe21fec0fac3dc2b2144ff3afd93a81e7f4 17308 m4_1.4.19-4.debian.tar.xz +Checksums-Sha256: + a52a24925928296b2574462d72bb1393e0cd54527a1ed2278aa2708bac543176 1637 m4_1.4.19-4.dsc + 63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96 1654908 m4_1.4.19.orig.tar.xz + 9700ba4dca539b06e033b4e3ab37fa5b983becb6c14569a8b8aa02dee6ab666c 488 m4_1.4.19.orig.tar.xz.asc + c3fe8fe88dc5ba0d4dc114bea085dbc8421b7044b566a9a60b23499ff174c72f 17308 m4_1.4.19-4.debian.tar.xz +Files: + 54e099e37e099aae1d90d028405555cd 1637 m4_1.4.19-4.dsc + 0d90823e1426f1da2fd872df0311298d 1654908 m4_1.4.19.orig.tar.xz + 909bddbbf035fd997754e6295d9e3a07 488 m4_1.4.19.orig.tar.xz.asc + 768a4450fa7d0e993bb4c8a9186e504e 17308 m4_1.4.19-4.debian.tar.xz + +Format: 1.0 +Package: make-dfsg +Binary: make, make-guile +Architecture: any +Version: 4.3-4.1 +Maintainer: Manoj Srivastava +Homepage: https://www.gnu.org/software/make/ +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/srivasta/make-dfsg +Vcs-Git: https://salsa.debian.org/srivasta/make-dfsg.git +Build-Depends: gettext, po-debconf, debhelper-compat (= 12), dh-autoreconf, autoconf, automake | automaken, autopoint, file, pkg-config, guile-3.0-dev , procps, libbsd-resource-perl +Package-List: + make deb devel optional arch=any + make-guile deb devel extra arch=any +Directory: pool/d2523d94f4d4198df6801f238d36cf0dea2ab5521f1d19ee76b2e8ee1f1918bb +Checksums-Sha1: + 63a03ff8e7c3c3a64961e6a409d3b72b2de87437 2019 make-dfsg_4.3-4.1.dsc + f7fe088909436bf2dedd148c5c8a53a6ba478bf5 1845906 make-dfsg_4.3.orig.tar.gz + 45f4cef5d0f9dcc17b3a77a67330e6a11fb337d6 50940 make-dfsg_4.3-4.1.diff.gz +Checksums-Sha256: + d2523d94f4d4198df6801f238d36cf0dea2ab5521f1d19ee76b2e8ee1f1918bb 2019 make-dfsg_4.3-4.1.dsc + be4c17542578824e745f83bcd2a9ba264206187247cb6a5f5df99b0a9d1f9047 1845906 make-dfsg_4.3.orig.tar.gz + 753c254ecaba425ebe2e0a0fb4d299847701e1c3eeb43df563e39975cae56b4c 50940 make-dfsg_4.3-4.1.diff.gz +Files: + 85b2486304cafc3f211b70a411a38eb1 2019 make-dfsg_4.3-4.1.dsc + c0c63a4e2278a589b7622ae4d83f2609 1845906 make-dfsg_4.3.orig.tar.gz + ce6f728376c656a2e03c4a88fb83098b 50940 make-dfsg_4.3-4.1.diff.gz + +Format: 3.0 (quilt) +Package: mako +Binary: python-mako-doc, python3-mako +Architecture: all +Version: 1.3.5-1.1 +Maintainer: Piotr Ożarowski +Uploaders: Debian Python Team , +Homepage: https://www.makotemplates.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/mako +Vcs-Git: https://salsa.debian.org/python-team/packages/mako.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all, python3-markupsafe, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python +Build-Depends-Indep: python3-all, python3-changelog , python3-markupsafe , python3-pytest , python3-setuptools, python3-sphinx , python3-sphinx-paramlinks , python3-sphinxcontrib.jquery , python3-zzzeeksphinx +Package-List: + python-mako-doc deb doc optional arch=all profile=!nodoc + python3-mako deb python optional arch=all +Directory: pool/ce43aadba6b1a2437e22c525bd4739be335e9da73f94ef8a765d4eab4aaa4a5b +Checksums-Sha1: + acc5bcc8d3bf012234fd9042abe0b2699d4f5d85 2134 mako_1.3.5-1.1.dsc + 9a77663198346e9c5aa5c6d70b415cad360f7227 199853 mako_1.3.5.orig.tar.gz + 674b9032678c62ea4ac35d3bb22b4f1fac453edc 13264 mako_1.3.5-1.1.debian.tar.xz +Checksums-Sha256: + ce43aadba6b1a2437e22c525bd4739be335e9da73f94ef8a765d4eab4aaa4a5b 2134 mako_1.3.5-1.1.dsc + 6b132caefec8fb4e3c53869a936e8781d5a15733067c2cb7ffe030e6cc073f13 199853 mako_1.3.5.orig.tar.gz + c08a19358633dfa92fc7ab323ed1f582c6a4416657517eec550973543e4a5985 13264 mako_1.3.5-1.1.debian.tar.xz +Files: + 48323d191c52b7618a2b68a9918cb694 2134 mako_1.3.5-1.1.dsc + d9e612b0ed21caee91c4695aebe37052 199853 mako_1.3.5.orig.tar.gz + 3cbe9fdd9569e4e368dd4fb64e48239f 13264 mako_1.3.5-1.1.debian.tar.xz +Dgit: 355ca01a4c7e229e0bef98e2aeef88670293b789 debian archive/debian/1.3.5-1.1 https://git.dgit.debian.org/mako + +Format: 3.0 (quilt) +Package: man-db +Binary: man-db +Architecture: any +Version: 2.13.0-1 +Maintainer: Colin Watson +Homepage: https://man-db.gitlab.io/man-db/ +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/debian/man-db +Vcs-Git: https://salsa.debian.org/debian/man-db.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: autopoint, bsdextrautils | bsdmainutils (<< 12.1.1~), debhelper-compat (= 13), dh-apparmor, dh-sequence-zz-debputy-rrr (>= 0.1.23~), flex, gnulib, groff, libgdbm-dev, libpipeline-dev, libseccomp-dev [amd64 arm64 armel armhf hppa i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x x32], pkgconf, po4a, systemd-dev [linux-any], zlib1g-dev +Package-List: + man-db deb doc important arch=any +Directory: pool/3c86a345949b80be8388fcf6b90002e00c7bb351c22f92e4dc784c787dd52282 +Checksums-Sha1: + f7e1546968f11d7d5fd466ee6dff89030005feab 2550 man-db_2.13.0-1.dsc + eae4c1c76e6b7e843082c1be622a491af57cdedf 2071032 man-db_2.13.0.orig.tar.xz + 64cba45f6093ed031a24b0b91c8d2d58e4ee1e5e 833 man-db_2.13.0.orig.tar.xz.asc + 916146ce972ed97b47faaa66bd7a9df3eb4de8c7 75292 man-db_2.13.0-1.debian.tar.xz +Checksums-Sha256: + 3c86a345949b80be8388fcf6b90002e00c7bb351c22f92e4dc784c787dd52282 2550 man-db_2.13.0-1.dsc + 82f0739f4f61aab5eb937d234de3b014e777b5538a28cbd31433c45ae09aefb9 2071032 man-db_2.13.0.orig.tar.xz + 834aa9416497fc1c667f04b20f317d40f38b8a02b6270b1c818911081207e385 833 man-db_2.13.0.orig.tar.xz.asc + 4baa2021b18e9f2e1ec135d1168faf7780cbae1cdcc5ce7d1ef2a72d54e89c97 75292 man-db_2.13.0-1.debian.tar.xz +Files: + c7b7ab3e5d71d43c47d0f6e3c6a7cad1 2550 man-db_2.13.0-1.dsc + 97ab5f9f32914eef2062d867381d8cee 2071032 man-db_2.13.0.orig.tar.xz + 0c3a440c38eefb78cb9407ab5e6a27d0 833 man-db_2.13.0.orig.tar.xz.asc + 57da679192c0cb0e04be51c1c3765036 75292 man-db_2.13.0-1.debian.tar.xz +Dgit: aaef21c5f6d476bc27e20bc18c7a96f9520f0718 debian archive/debian/2.13.0-1 https://git.dgit.debian.org/man-db + +Format: 3.0 (quilt) +Package: mariadb +Binary: libmariadb-dev, libmariadb-dev-compat, libmariadb3, libmariadbd19t64, libmariadbd-dev, mariadb-common, mariadb-client-core, mariadb-client, mariadb-client-compat, mariadb-server-core, mariadb-server, mariadb-server-compat, mariadb-server-10.5, mariadb-backup, mariadb-plugin-connect, mariadb-plugin-connect-jdbc, mariadb-plugin-s3, mariadb-plugin-rocksdb, mariadb-plugin-oqgraph, mariadb-plugin-mroonga, mariadb-plugin-spider, mariadb-plugin-gssapi-server, mariadb-plugin-gssapi-client, mariadb-plugin-cracklib-password-check, mariadb-plugin-hashicorp-key-management, mariadb-plugin-provider-bzip2, mariadb-plugin-provider-lz4, mariadb-plugin-provider-lzma, mariadb-plugin-provider-lzo, mariadb-plugin-provider-snappy, mariadb-test, mariadb-test-data +Architecture: any all +Version: 1:11.4.3-1 +Maintainer: Debian MySQL Maintainers +Uploaders: Otto Kekäläinen , +Homepage: https://mariadb.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/mariadb-team/mariadb-server +Vcs-Git: https://salsa.debian.org/mariadb-team/mariadb-server.git +Testsuite: autopkgtest +Testsuite-Triggers: diffutils, eatmydata +Build-Depends: bison, cmake, cracklib-runtime , debhelper-compat (= 13), default-jdk, dh-exec, dpkg-dev (>= 1.22.5), gdb , libboost-dev, libbz2-dev, libcrack2-dev (>= 2.9.0), libcurl4-openssl-dev | libcurl4-dev, libedit-dev, libedit-dev:native, libfmt-dev (>= 10.2.2) | libfmt-dev (<< 10), libjemalloc-dev [linux-any], libjudy-dev, libkrb5-dev, liblz4-dev, liblzma-dev, liblzo2-dev, libncurses-dev, libnet-ssleay-perl , libnuma-dev [linux-any], libpam0g-dev, libpcre2-dev, libpmem-dev [amd64 arm64 ppc64el riscv64], libsnappy-dev, libssl-dev, libssl-dev:native, libsystemd-dev [linux-any], liburing-dev [linux-any], libxml2-dev, libzstd-dev (>= 1.3.3), lsb-release, perl:any, po-debconf, psmisc, unixodbc-dev, uuid-dev, zlib1g-dev (>= 1:1.1.3-5~), zlib1g-dev:native +Package-List: + libmariadb-dev deb libdevel optional arch=any + libmariadb-dev-compat deb libdevel optional arch=any + libmariadb3 deb libs optional arch=any + libmariadbd-dev deb libdevel optional arch=any + libmariadbd19t64 deb libs optional arch=any + mariadb-backup deb database optional arch=any + mariadb-client deb database optional arch=any + mariadb-client-compat deb database optional arch=all + mariadb-client-core deb database optional arch=any + mariadb-common deb database optional arch=all + mariadb-plugin-connect deb database optional arch=any + mariadb-plugin-connect-jdbc deb database optional arch=all + mariadb-plugin-cracklib-password-check deb database optional arch=any + mariadb-plugin-gssapi-client deb database optional arch=any + mariadb-plugin-gssapi-server deb database optional arch=any + mariadb-plugin-hashicorp-key-management deb database optional arch=any + mariadb-plugin-mroonga deb database optional arch=any-alpha,any-amd64,any-arm,any-arm64,any-i386,any-ia64,any-mips64el,any-mips64r6el,any-mipsel,any-mipsr6el,any-nios2,any-powerpcel,any-ppc64el,any-sh3,any-sh4 + mariadb-plugin-oqgraph deb database optional arch=any + mariadb-plugin-provider-bzip2 deb database optional arch=any + mariadb-plugin-provider-lz4 deb database optional arch=any + mariadb-plugin-provider-lzma deb database optional arch=any + mariadb-plugin-provider-lzo deb database optional arch=any + mariadb-plugin-provider-snappy deb database optional arch=any + mariadb-plugin-rocksdb deb database optional arch=amd64,arm64,mips64el,ppc64el,riscv64 + mariadb-plugin-s3 deb database optional arch=any + mariadb-plugin-spider deb database optional arch=any + mariadb-server deb database optional arch=any + mariadb-server-10.5 deb database optional arch=any + mariadb-server-compat deb database optional arch=all + mariadb-server-core deb database optional arch=any + mariadb-test deb database optional arch=any + mariadb-test-data deb database optional arch=all +Directory: pool/bc197706c5d42349bc361c6daae8f3e3fbff85f7fa2f8c568b2f1c1af7f3e215 +Checksums-Sha1: + 689a911afb553887c114f4566768b565f70c0508 5632 mariadb_11.4.3-1.dsc + 2ffa99cff632e06516eeda0b3b24970fdc0bedd7 108166685 mariadb_11.4.3.orig.tar.gz + f14e1afe19491ff990bca7ed5a62942928a20cf5 833 mariadb_11.4.3.orig.tar.gz.asc + 2aa978e5ece0a1a2c5214e7de488dd7e966b85d8 281176 mariadb_11.4.3-1.debian.tar.xz +Checksums-Sha256: + bc197706c5d42349bc361c6daae8f3e3fbff85f7fa2f8c568b2f1c1af7f3e215 5632 mariadb_11.4.3-1.dsc + 6f0017b9901bb1897de0eed21caef9ffa9d66ef559345a0d8a6f011308413ece 108166685 mariadb_11.4.3.orig.tar.gz + 2b44095aa1f1f7e42c594d719b5b8e35143f5f407449470b68fddfa1e8ba8eca 833 mariadb_11.4.3.orig.tar.gz.asc + ea48c6295b5ab4c923e611e3086b698b228a4515897684fce545db69ff1baa2f 281176 mariadb_11.4.3-1.debian.tar.xz +Files: + 36147e257cc3aa8623197be898bbe711 5632 mariadb_11.4.3-1.dsc + c19f97dc1ea3165fb282a8384155dc0a 108166685 mariadb_11.4.3.orig.tar.gz + 10231a69020fe7d67de11b828f59123c 833 mariadb_11.4.3.orig.tar.gz.asc + 911eddab1a49059c72ed3ef5eca52dcf 281176 mariadb_11.4.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: markupsafe +Binary: python3-markupsafe +Architecture: any +Version: 2.1.5-1 +Maintainer: Piotr Ożarowski +Uploaders: Debian Python Team , +Homepage: https://palletsprojects.com/p/markupsafe/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/markupsafe +Vcs-Git: https://salsa.debian.org/python-team/packages/markupsafe.git +Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, libpython3-all-dev, python3-all-dev:any, python3-setuptools +Package-List: + python3-markupsafe deb python optional arch=any +Directory: pool/de3281ba5f33b7b43f9bf41a4e130bc9bdd3a99a16fc9b35bb2ec34995b038a6 +Checksums-Sha1: + 3cc50da661f3208467ca9f3ea94b4eb470db2d2b 2053 markupsafe_2.1.5-1.dsc + 08593f9490b9be070aa2337e7311a392d33944dd 19384 markupsafe_2.1.5.orig.tar.gz + 0224ba425b945897971b17a86b604aefe7a4d08e 3660 markupsafe_2.1.5-1.debian.tar.xz +Checksums-Sha256: + de3281ba5f33b7b43f9bf41a4e130bc9bdd3a99a16fc9b35bb2ec34995b038a6 2053 markupsafe_2.1.5-1.dsc + d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b 19384 markupsafe_2.1.5.orig.tar.gz + 9bcce42a9b7a7ea784e0806778068206c747b5ceff32f7514edfeccf5aa4c880 3660 markupsafe_2.1.5-1.debian.tar.xz +Files: + 25c46c8cd166740d709e2952cf952711 2053 markupsafe_2.1.5-1.dsc + 8fe7227653f2fb9b1ffe7f9f2058998a 19384 markupsafe_2.1.5.orig.tar.gz + 52dc0e34727ce49ad6f1a9c059d76fed 3660 markupsafe_2.1.5-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: mathjax +Binary: libjs-mathjax, fonts-mathjax, fonts-mathjax-extras +Architecture: all +Version: 2.7.9+dfsg-1 +Maintainer: Dmitry Shachnev +Uploaders: Debian Javascript Maintainers +Homepage: https://www.mathjax.org +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/js-team/mathjax +Vcs-Git: https://salsa.debian.org/js-team/mathjax.git +Build-Depends: debhelper-compat (= 13), perl, yui-compressor +Package-List: + fonts-mathjax deb fonts optional arch=all + fonts-mathjax-extras deb fonts optional arch=all + libjs-mathjax deb javascript optional arch=all +Directory: pool/9e5713b34e246c21bcdc70603fece6b3b9b712b7d69ba8b1a42d2192a6bcffbb +Checksums-Sha1: + 41b2b299a6a1cf3bb5631a1e4575b32fd73c19e1 2132 mathjax_2.7.9+dfsg-1.dsc + ec854f07ef3aebcfa7b3da82f62055923322d3e7 9946996 mathjax_2.7.9+dfsg.orig.tar.xz + 434ba9c220d4dd5038bdd3031bfc11fd45713bd9 12928 mathjax_2.7.9+dfsg-1.debian.tar.xz +Checksums-Sha256: + 9e5713b34e246c21bcdc70603fece6b3b9b712b7d69ba8b1a42d2192a6bcffbb 2132 mathjax_2.7.9+dfsg-1.dsc + 42777138c31ae3e2d7b86f4ac501458101682b69810178712daad9b78636d040 9946996 mathjax_2.7.9+dfsg.orig.tar.xz + 28b915a10611467fb5f9f500ecfb698d63320b0f67520f889de34a6593f9fc03 12928 mathjax_2.7.9+dfsg-1.debian.tar.xz +Files: + 477bf67272737d3acde146b37ca32c74 2132 mathjax_2.7.9+dfsg-1.dsc + d81378042cf3773fa5bd02954562e96c 9946996 mathjax_2.7.9+dfsg.orig.tar.xz + 97e429ab55e8450b5c093ccf6eaabae4 12928 mathjax_2.7.9+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: mawk +Binary: mawk +Architecture: any +Version: 1.3.4.20240905-1 +Maintainer: Boyuan Yang +Homepage: https://invisible-island.net/mawk/ +Description: Pattern scanning and text processing language + Mawk is an interpreter for the AWK Programming Language. The AWK + language is useful for manipulation of data files, text retrieval and + processing, and for prototyping and experimenting with algorithms. Mawk + is a new awk meaning it implements the AWK language as defined in Aho, + Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley + Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms + to the POSIX 1003.2 (draft 11.3) definition of the AWK language + which contains a few features not described in the AWK book, and mawk + provides a small number of extensions. + . + Mawk is smaller and much faster than gawk. It has some compile-time + limits such as NF = 32767 and sprintf buffer = 1020. +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/mawk +Vcs-Git: https://salsa.debian.org/debian/mawk.git +Testsuite: autopkgtest +Build-Depends: bison, debhelper-compat (= 13), autoconf-dickey +Build-Conflicts: byacc +Package-List: + mawk deb interpreters required arch=any +Directory: pool/df6bed9b7f37975fb7228fa5a3eb381bfe67cb3f3a4333ea8e69ddab4c881177 +Checksums-Sha1: + 44c1b976049d88972a913e5f0d482aa0a7af68f6 2969 mawk_1.3.4.20240905-1.dsc + 0ea95b039e4fd6f3a11c8c189211931d052f64aa 423935 mawk_1.3.4.20240905.orig.tar.gz + 5a9c250f405b919520083d8e64833a2877e590f8 729 mawk_1.3.4.20240905.orig.tar.gz.asc + b001a1524512e0a24648e0fe38062d363b606195 15980 mawk_1.3.4.20240905-1.debian.tar.xz +Checksums-Sha256: + df6bed9b7f37975fb7228fa5a3eb381bfe67cb3f3a4333ea8e69ddab4c881177 2969 mawk_1.3.4.20240905-1.dsc + a39967927dfa1b0116efc45b944a0f5b5b4c34f8e842a4b223dcdd7b367399e0 423935 mawk_1.3.4.20240905.orig.tar.gz + 4360beec9fc972eba02f7af0a5340bd9a420c810d2424f50d34104b17386ac56 729 mawk_1.3.4.20240905.orig.tar.gz.asc + 3908cbe4d9c42f8cca1f2d3a5c77d6a9a630696c375ac25b99a19277d7925443 15980 mawk_1.3.4.20240905-1.debian.tar.xz +Files: + d3bfc2951b99d9b88ca25708d2786245 2969 mawk_1.3.4.20240905-1.dsc + c6d56b241a88713ead471e1ecc6854a8 423935 mawk_1.3.4.20240905.orig.tar.gz + 032f6760f3307adef321d7c9c7b7aae5 729 mawk_1.3.4.20240905.orig.tar.gz.asc + e1170b0a799b091bbf9f7cfbdbf42b66 15980 mawk_1.3.4.20240905-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: md4c +Binary: libmd4c-dev, libmd4c0, libmd4c-html0-dev, libmd4c-html0, md2html +Architecture: any +Version: 0.5.2-2 +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Lisandro Damián Nicanor Pérez Meyer , Patrick Franz , Andrea Pappacoda , +Homepage: https://github.com/mity/md4c +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/md4c +Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/md4c.git +Build-Depends: cmake, debhelper-compat (= 13), dh-sequence-pkgkde-symbolshelper +Package-List: + libmd4c-dev deb libdevel optional arch=any + libmd4c-html0 deb libs optional arch=any + libmd4c-html0-dev deb libdevel optional arch=any + libmd4c0 deb libs optional arch=any + md2html deb text optional arch=any +Directory: pool/4ee4886ed2b4af4695352f462f2140d43b171ad38add3fc8e0cfdd5fb5054301 +Checksums-Sha1: + 7f1fc7a880c34c4c9ff277cc95993336c28f8257 2250 md4c_0.5.2-2.dsc + 90284eafc4eb5768d482fec0f3810bf48b601d23 237973 md4c_0.5.2.orig.tar.gz + f7a36b28a87eda40bfae6aaa2dc107c3fbf33a9c 9872 md4c_0.5.2-2.debian.tar.xz +Checksums-Sha256: + 4ee4886ed2b4af4695352f462f2140d43b171ad38add3fc8e0cfdd5fb5054301 2250 md4c_0.5.2-2.dsc + 55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21 237973 md4c_0.5.2.orig.tar.gz + 3b5d74293c8a002997557810b6df86942662b7875ea4ed32de7e8dd8cd77e6af 9872 md4c_0.5.2-2.debian.tar.xz +Files: + bfddcd46e99589d276692214ca40e269 2250 md4c_0.5.2-2.dsc + 8ead909cfe31884295e81e2eee32bac9 237973 md4c_0.5.2.orig.tar.gz + 20861a8976e4112c49e421209f083128 9872 md4c_0.5.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: mdadm +Binary: mdadm, mdadm-udeb +Architecture: linux-any +Version: 4.3+20240723-2 +Maintainer: Daniel Baumann +Homepage: https://raid.wiki.kernel.org +Standards-Version: 4.7.0 +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mdadm +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/mdadm +Testsuite: autopkgtest +Testsuite-Triggers: fdisk, udev +Build-Depends: debhelper-compat (= 13), libudev-dev, pkgconf, systemd-dev +Package-List: + mdadm deb admin optional arch=linux-any + mdadm-udeb udeb debian-installer optional arch=linux-any +Directory: pool/9d133fc2b1aeb9746242677f2c93a04effa70a470437d4c4eafa7ea0c184262a +Checksums-Sha1: + ce18c0ab6a03924f4471b88acc03864ceb378676 2092 mdadm_4.3+20240723-2.dsc + e1f5d992e8db09519d81d303ce5243cf4f9ca58b 467024 mdadm_4.3+20240723.orig.tar.xz + 3146bc5c54d073d708eabf18318c8bbdd01c5c17 87484 mdadm_4.3+20240723-2.debian.tar.xz +Checksums-Sha256: + 9d133fc2b1aeb9746242677f2c93a04effa70a470437d4c4eafa7ea0c184262a 2092 mdadm_4.3+20240723-2.dsc + 3ad1bc8a7b1fc04d249fe4f936d0387bcfb62c47385e1374fa509808e1a46768 467024 mdadm_4.3+20240723.orig.tar.xz + 5606a2ba97bbeeeb7f2c20ca47e1bf13841761c5d80dd9c46143ba806f3521ae 87484 mdadm_4.3+20240723-2.debian.tar.xz +Files: + 966f2e0407e581cf8d9db57b677fe7c2 2092 mdadm_4.3+20240723-2.dsc + cc2a887756afa426b0597015e3a91793 467024 mdadm_4.3+20240723.orig.tar.xz + 0b94ba44a9c1f2fe1125597d2d4fe52a 87484 mdadm_4.3+20240723-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: mdevctl +Binary: mdevctl +Architecture: any +Version: 1.3.0-2.1 +Maintainer: Christian Ehrhardt +Uploaders: Athos Ribeiro +Homepage: https://github.com/mdevctl/mdevctl +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/mdevctl/tree/debian/master +Vcs-Git: https://salsa.debian.org/debian/mdevctl.git +Build-Depends: cargo, debhelper-compat (= 13), dh-cargo, librust-anyhow-dev (>= 1.0.0), librust-env-logger-0.10.2+default-dev, librust-log+serde-dev, librust-serde-json+indexmap-dev, librust-clap+derive-dev (>= 4.0), librust-clap-complete-dev (>= 4.0), librust-nix-dev , librust-tempfile-dev (>= 3.1.0) , librust-uuid-1+v4-dev, pkgconf, python3-docutils, systemd-dev +Package-List: + mdevctl deb admin optional arch=any +Directory: pool/5dcfb99e8fcba1a4306c56c9b2f9849e962b3dc2eadc13c4a6c94676b2b20d45 +Checksums-Sha1: + 49913f5348371c3b8c1c8d34625a837de072f2c1 2287 mdevctl_1.3.0-2.1.dsc + b886d4734a8af3f2bed28461116b0812b922d881 55702 mdevctl_1.3.0.orig.tar.gz + 5c2f820cd0f9d3c790cef4db265e83cb6d209974 5180 mdevctl_1.3.0-2.1.debian.tar.xz +Checksums-Sha256: + 5dcfb99e8fcba1a4306c56c9b2f9849e962b3dc2eadc13c4a6c94676b2b20d45 2287 mdevctl_1.3.0-2.1.dsc + a9a6bad03a2c5ec0753d8c85d9c1b5c55eb7270b2b15cb9a1f458a458114b200 55702 mdevctl_1.3.0.orig.tar.gz + 71a0002d3de380b446f1f5f9d12b14bcc0ad722971610c25d674c4b2b6c343a3 5180 mdevctl_1.3.0-2.1.debian.tar.xz +Files: + 69233201eca5d05d28c41216a8f8e569 2287 mdevctl_1.3.0-2.1.dsc + 8434a87e4044bda68674faa66d550572 55702 mdevctl_1.3.0.orig.tar.gz + 05feb17ae4b9735ad1b25cbba57b50c7 5180 mdevctl_1.3.0-2.1.debian.tar.xz + +Format: 3.0 (native) +Package: media-types +Binary: media-types +Architecture: all +Version: 10.1.0 +Maintainer: Mime-Support Packagers +Uploaders: Charles Plessy +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/media-types +Vcs-Git: https://salsa.debian.org/debian/media-types.git +Build-Depends: debhelper-compat (= 13) +Package-List: + media-types deb net standard arch=all +Directory: pool/1470ba869117eed57ba24c1e54664116a7ab6b4417e4b911e8c8051ffe19d626 +Checksums-Sha1: + ff3fd35a5abb364fb003747615d48e3966a2f30c 1624 media-types_10.1.0.dsc + 0afa8c3f5fcc481bfbbff1c3bae32fa62194b5ea 59052 media-types_10.1.0.tar.xz +Checksums-Sha256: + 1470ba869117eed57ba24c1e54664116a7ab6b4417e4b911e8c8051ffe19d626 1624 media-types_10.1.0.dsc + c35ec1ae0d0446aa903322f8f91a908a0d4270444326bfbad24b61fbe5600a0d 59052 media-types_10.1.0.tar.xz +Files: + fccdb7e7014d40a00d6f776396f748df 1624 media-types_10.1.0.dsc + 5634199c18dc863682d322e40fc925f1 59052 media-types_10.1.0.tar.xz + +Format: 3.0 (quilt) +Package: mesa +Binary: libxatracker2, libxatracker-dev, libd3dadapter9-mesa, libd3dadapter9-mesa-dev, libgbm1, libgbm-dev, libegl-mesa0, libegl1-mesa-dev, libgles2-mesa-dev, libglapi-mesa, libglx-mesa0, libgl1-mesa-dri, libgl1-mesa-dev, mesa-common-dev, mesa-libgallium, libosmesa6, libosmesa6-dev, mesa-teflon-delegate, mesa-va-drivers, mesa-vdpau-drivers, mesa-vulkan-drivers, mesa-opencl-icd, mesa-drm-shim +Architecture: any +Version: 24.2.2-1 +Maintainer: Debian X Strike Force +Uploaders: Andreas Boll +Homepage: https://mesa3d.org/ +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/mesa +Vcs-Git: https://salsa.debian.org/xorg-team/lib/mesa.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), directx-headers-dev (>= 1.613.0) [linux-amd64 linux-arm64], flatbuffers-compiler [linux-arm64], glslang-tools [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], meson (>= 1.4.0), quilt (>= 0.63-8.2~), pkgconf, libdrm-dev (>= 2.4.121), libx11-dev, libxxf86vm-dev, libexpat1-dev, libflatbuffers-dev [linux-arm64], libsensors-dev [!hurd-any], libxfixes-dev, libxext-dev, libva-dev (>= 1.6.0) [linux-any] , libvdpau-dev (>= 1.5) [linux-any], libvulkan-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], x11proto-dev, linux-libc-dev (>= 2.6.31) [linux-any], libx11-xcb-dev, libxcb-dri2-0-dev (>= 1.8), libxcb-glx0-dev (>= 1.8.1), libxcb-xfixes0-dev, libxcb-dri3-dev, libxcb-present-dev, libxcb-randr0-dev, libxcb-shm0-dev, libxcb-sync-dev, libxrandr-dev, libxshmfence-dev (>= 1.1), libxtensor-dev [linux-arm64], libzstd-dev, python3, python3-mako, python3-ply, python3-yaml, python3-pycparser [arm64 armhf], python3-setuptools, flex, bison, libelf-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], libwayland-dev (>= 1.15.0) [linux-any], libwayland-egl-backend-dev (>= 1.15.0) [linux-any], llvm-18-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], libclang-18-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], libclang-cpp18-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], libclc-18-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], libclc-18 [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], wayland-protocols (>= 1.34), zlib1g-dev, libglvnd-core-dev (>= 1.3.2), valgrind [amd64 arm64 armhf i386 mips64el powerpc ppc64 ppc64el s390x], rustc (>= 1.73) [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32], rustfmt [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32], bindgen (>= 0.66.1~) [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32], cbindgen [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32], llvm-spirv-18 [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32], libllvmspirvlib-18-dev [amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32], librust-paste-dev [amd64 arm64 armhf i386 ppc64 riscv64 x32], librust-syn-dev (>= 2.0.68) [amd64 arm64 armhf i386 ppc64 riscv64 x32] +Package-List: + libd3dadapter9-mesa deb libs optional arch=amd64,arm64,armel,armhf,i386 + libd3dadapter9-mesa-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386 + libegl-mesa0 deb libs optional arch=any + libegl1-mesa-dev deb libdevel optional arch=any + libgbm-dev deb libdevel optional arch=linux-any + libgbm1 deb libs optional arch=linux-any + libgl1-mesa-dev deb oldlibs optional arch=any + libgl1-mesa-dri deb libs optional arch=any + libglapi-mesa deb libs optional arch=any + libgles2-mesa-dev deb oldlibs optional arch=any + libglx-mesa0 deb libs optional arch=any + libosmesa6 deb libs optional arch=any + libosmesa6-dev deb libdevel optional arch=any + libxatracker-dev deb libdevel optional arch=amd64,i386,x32 + libxatracker2 deb libs optional arch=amd64,i386,x32 + mesa-common-dev deb libdevel optional arch=any + mesa-drm-shim deb libs optional arch=amd64,arm64,armel,armhf,i386,mips64el,powerpc,ppc64,ppc64el,s390x,sparc64 + mesa-libgallium deb libs optional arch=linux-any + mesa-opencl-icd deb libs optional arch=amd64,arm64,armel,armhf,i386,loong64,mips64el,powerpc,ppc64,ppc64el,riscv64,s390x,sparc64,x32 + mesa-teflon-delegate deb libs optional arch=arm64 + mesa-va-drivers deb libs optional arch=linux-any profile=!pkg.mesa.nolibva + mesa-vdpau-drivers deb libs optional arch=linux-any + mesa-vulkan-drivers deb libs optional arch=amd64,arm64,armel,armhf,i386,loong64,mips64el,powerpc,ppc64,ppc64el,riscv64,s390x,sparc64,x32 +Directory: pool/138a238711b03cb8e618d51e8b861d2c1e31417c6f940c4ce527826ebc99ff25 +Checksums-Sha1: + 038312f7c945c51bce43b22c5a0d1fc2d4b54bb9 6648 mesa_24.2.2-1.dsc + 93ef18fbcedac9adaab146ec2fe422ab42d9b08c 29441876 mesa_24.2.2.orig.tar.xz + f883a7cbcb4b58242a771167335cd1a43ea6bae1 228 mesa_24.2.2.orig.tar.xz.asc + 9ccd465fe6173d9020753c188b45311a67407cb0 105476 mesa_24.2.2-1.debian.tar.xz +Checksums-Sha256: + 138a238711b03cb8e618d51e8b861d2c1e31417c6f940c4ce527826ebc99ff25 6648 mesa_24.2.2-1.dsc + fd077d3104edbe459e2b8597d2757ec065f9bd2d620b8c0b9cc88c2bf9891d02 29441876 mesa_24.2.2.orig.tar.xz + 846fc35c7d3668e566ae321cdd18f5c635ccac551e473bf33f7b276989a1c1e2 228 mesa_24.2.2.orig.tar.xz.asc + fe0d8d13e054bdfa769e234eafb0e02c4155667a4560ed961b1de01a5e6c8bb7 105476 mesa_24.2.2-1.debian.tar.xz +Files: + 8b3f958023adfdc394cf66ab3530755e 6648 mesa_24.2.2-1.dsc + 2efcf055c7d48b12cd2c9df2fc41f1b0 29441876 mesa_24.2.2.orig.tar.xz + ab80e5278effbd326db277bdb23c185d 228 mesa_24.2.2.orig.tar.xz.asc + 09103daaa34df824fb1da8505b1648eb 105476 mesa_24.2.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: metalbond +Binary: metalbond +Architecture: linux-any +Version: 0.2.0-0gardenlinux0 +Maintainer: Malte Janduda +Build-Depends: debhelper-compat (= 13), golang +Package-List: + metalbond deb net optional arch=linux-any +Directory: pool/2c28559d9e57f26c09a4d1c5b3b463fde5a6d51ea9c8235e2f475bfa8294425b +Checksums-Sha1: + e5a1c4b763c71937f807a3d6cc1817d4928c7489 813 metalbond_0.2.0-0gardenlinux0.dsc + adb8f0bc6d5dfaaedd8e54160b26bce7e6c5f09f 35876 metalbond_0.2.0.orig.tar.xz + 7d7d35e571b64c68ce2a2660f425c752d17d31d8 2008 metalbond_0.2.0-0gardenlinux0.debian.tar.xz +Checksums-Sha256: + 2c28559d9e57f26c09a4d1c5b3b463fde5a6d51ea9c8235e2f475bfa8294425b 813 metalbond_0.2.0-0gardenlinux0.dsc + 0feb06a36ac9d8262bc2432946db10b2c16b51d1a1392d69bc0ce1ca783bde2e 35876 metalbond_0.2.0.orig.tar.xz + 671ff7d541d6cb22eb6d912a54ea5e6cc340eebe1c768fe03da50d95b312ff08 2008 metalbond_0.2.0-0gardenlinux0.debian.tar.xz +Files: + f57e5d7e11a721443426867ba7467c7e 813 metalbond_0.2.0-0gardenlinux0.dsc + e669ab30a318feae1d33300e507134dd 35876 metalbond_0.2.0.orig.tar.xz + 58fd7cb4ebe4f1320ec82b4d87627325 2008 metalbond_0.2.0-0gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: mew-beta +Binary: mew-beta, mew-beta-bin +Architecture: any all +Version: 7.0.50~6.8+0.20221129-4 +Maintainer: Tatsuya Kinoshita +Homepage: https://www.mew.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/mew-beta +Vcs-Git: https://salsa.debian.org/debian/mew-beta.git +Build-Depends: debhelper-compat (= 13), zlib1g-dev +Build-Depends-Indep: texinfo +Package-List: + mew-beta deb lisp optional arch=all + mew-beta-bin deb mail optional arch=any +Directory: pool/0185ae780887bc6d384b9603ac473c4775c86568941644b01770be7bc7c19dc6 +Checksums-Sha1: + e5a3c91d2b69a3ec86e6f9b50d589ba51a7eace7 2027 mew-beta_7.0.50~6.8+0.20221129-4.dsc + 554065fe5a3f60f614c73937515a7137f9898964 997158 mew-beta_7.0.50~6.8+0.20221129.orig.tar.gz + 44e3bbc7f2ea5c63f4608485dd2eb100e8eb1bc2 170564 mew-beta_7.0.50~6.8+0.20221129-4.debian.tar.xz +Checksums-Sha256: + 0185ae780887bc6d384b9603ac473c4775c86568941644b01770be7bc7c19dc6 2027 mew-beta_7.0.50~6.8+0.20221129-4.dsc + c903d858fbf8f41dfc673096e411bfbf7e93e3e64802b8e6cd774d3d7169b024 997158 mew-beta_7.0.50~6.8+0.20221129.orig.tar.gz + b33fe1c7844b547e0c28868c1c43a4c78a826fc863c88b8be018cf5c1d2685a0 170564 mew-beta_7.0.50~6.8+0.20221129-4.debian.tar.xz +Files: + 1e331bd313917867c59174c900b6d8f8 2027 mew-beta_7.0.50~6.8+0.20221129-4.dsc + a3a6ef11d78ea63b61033ff24db36cc1 997158 mew-beta_7.0.50~6.8+0.20221129.orig.tar.gz + 73fee8a049dcf3e577f8bbe00e580e0c 170564 mew-beta_7.0.50~6.8+0.20221129-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: mew +Binary: mew, mew-bin +Architecture: any all +Version: 1:6.8-17 +Maintainer: Tatsuya Kinoshita +Homepage: https://www.mew.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/mew +Vcs-Git: https://salsa.debian.org/debian/mew.git +Build-Depends: debhelper-compat (= 13), zlib1g-dev +Package-List: + mew deb lisp optional arch=all + mew-bin deb mail optional arch=any +Directory: pool/19123a65ed52b138da45c7e93efc683166bf85ae2d469c8e11c46c76600314ce +Checksums-Sha1: + c4b31dd90de43200f06707cb17546b7150192267 1810 mew_6.8-17.dsc + 579943ee8b5e7485ff6296b5df4fe38365ceed13 991876 mew_6.8.orig.tar.gz + aa2e9ad4b22a2666926747ee9f1289d39aa0e16d 55892 mew_6.8-17.debian.tar.xz +Checksums-Sha256: + 19123a65ed52b138da45c7e93efc683166bf85ae2d469c8e11c46c76600314ce 1810 mew_6.8-17.dsc + cf44c4f9ca704ba1edce7134bc7f38a17361391d5be1090221431a3a06f6bf47 991876 mew_6.8.orig.tar.gz + 7b7b006c2e496a45fd2efe8cdb9308409597c8899dd62468493df94a46d9233e 55892 mew_6.8-17.debian.tar.xz +Files: + c7df68b1ac011a01aa79d0c441031d46 1810 mew_6.8-17.dsc + 9601f98c8d3adb229841601aecd17035 991876 mew_6.8.orig.tar.gz + cc6b353a0eee911cfd7ecdfba5367351 55892 mew_6.8-17.debian.tar.xz + +Format: 3.0 (quilt) +Package: mhash +Binary: libmhash2, libmhash-dev +Architecture: any +Version: 0.9.9.9-9 +Maintainer: Barak A. Pearlmutter +Homepage: http://mhash.sourceforge.net/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/mhash +Vcs-Git: https://salsa.debian.org/debian/mhash.git +Build-Depends: debhelper-compat (= 13), pkg-config +Package-List: + libmhash-dev deb libdevel optional arch=any + libmhash2 deb libs optional arch=any +Directory: pool/cee703d37a3195a45cf93d0ab889bfdf64203882a4225e2bb2bb3929c99e2045 +Checksums-Sha1: + 7294e77fdda5cb50e44d99106bb3c2eaa2e2ef4e 1883 mhash_0.9.9.9-9.dsc + 81231a1fe6334e5eac44fac9b1994c4133af4bec 577533 mhash_0.9.9.9.orig.tar.gz + cf9b52287182a6f27a62674135cd13db23a375b1 12824 mhash_0.9.9.9-9.debian.tar.xz +Checksums-Sha256: + cee703d37a3195a45cf93d0ab889bfdf64203882a4225e2bb2bb3929c99e2045 1883 mhash_0.9.9.9-9.dsc + 73991e9e54bb392484a510943d4c5d395462181cc4abe53f863edec13c335403 577533 mhash_0.9.9.9.orig.tar.gz + 778226d68c64f1a57d3a49a28d0767553b4ad33dd8a09ebcfd0ac11531eabc06 12824 mhash_0.9.9.9-9.debian.tar.xz +Files: + b1da0e6a07d1caaf990312b2d2fe103a 1883 mhash_0.9.9.9-9.dsc + 1e957f3f568dd8fcf425f38f7f39c8b0 577533 mhash_0.9.9.9.orig.tar.gz + 167c0f7f038b32bb90f89fd0f4ab559a 12824 mhash_0.9.9.9-9.debian.tar.xz + +Format: 3.0 (quilt) +Package: modemmanager +Binary: modemmanager, modemmanager-dev, modemmanager-doc, libmm-glib0, libmm-glib-dev, libmm-glib-doc, gir1.2-modemmanager-1.0 +Architecture: linux-any all +Version: 1.22.0-3 +Maintainer: DebianOnMobile Maintainers +Uploaders: Arnaud Ferraris , Guido Günther , Henry-Nicolas Tourneur , Martin +Homepage: https://www.freedesktop.org/wiki/Software/ModemManager/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/modemmanager +Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/modemmanager.git +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.11.6), bash-completion, gnome-common, gobject-introspection, intltool, libdbus-1-dev, libgirepository1.0-dev, libglib2.0-dev, libgudev-1.0-dev, libmbim-glib-dev (>= 1.30.0~), libpolkit-gobject-1-dev (>= 0.97), libqmi-glib-dev (>= 1.34.0~), libsystemd-dev (>= 209), libtool, meson, polkitd, python3-dbus, python3-gi, systemd-dev, valac (>= 0.22), gtk-doc-tools , libglib2.0-doc , dbus +Package-List: + gir1.2-modemmanager-1.0 deb introspection optional arch=linux-any + libmm-glib-dev deb libdevel optional arch=linux-any + libmm-glib-doc deb doc optional arch=all profile=!nodoc + libmm-glib0 deb libs optional arch=linux-any + modemmanager deb net optional arch=linux-any + modemmanager-dev deb libdevel optional arch=linux-any + modemmanager-doc deb doc optional arch=all profile=!nodoc +Directory: pool/c9545f91ed20f77b2a14ac0d009ae39b1a3e1815a22b7e691ad229cde0bef71b +Checksums-Sha1: + 66822689e76ed3e533252d7fc75524080194780d 3015 modemmanager_1.22.0-3.dsc + bb2c252682b11074af78af9a006b9dbd59f196f2 1293320 modemmanager_1.22.0.orig.tar.xz + 45991307a3fe830ae8e2cdee3a02b72e0943cdef 33620 modemmanager_1.22.0-3.debian.tar.xz +Checksums-Sha256: + c9545f91ed20f77b2a14ac0d009ae39b1a3e1815a22b7e691ad229cde0bef71b 3015 modemmanager_1.22.0-3.dsc + 922f44ec6f7b9108b33c3a8625a4e803da97ec03d3ddedb5a42146cc9f125a10 1293320 modemmanager_1.22.0.orig.tar.xz + 562a69c51104aafc46e99420ba461f0f2bddc7bcae8432c8be1e22a620133a44 33620 modemmanager_1.22.0-3.debian.tar.xz +Files: + feff52a377c6e0318bd2ca513ab38a86 3015 modemmanager_1.22.0-3.dsc + c7106ab98b38a0eda50ceadde36d7275 1293320 modemmanager_1.22.0.orig.tar.xz + f06d0d2e70ba1e00951fc77466a70ba4 33620 modemmanager_1.22.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: more-itertools +Binary: python3-more-itertools +Architecture: all +Version: 10.5.0-1 +Maintainer: Debian Python Team +Homepage: https://github.com/more-itertools/more-itertools/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/more-itertools +Vcs-Git: https://salsa.debian.org/python-team/packages/more-itertools.git +Testsuite: autopkgtest +Testsuite-Triggers: flit, python3-all +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, flit, pybuild-plugin-pyproject, python3-all +Package-List: + python3-more-itertools deb python optional arch=all +Directory: pool/5b8ff7841b212bc87056d7eee51192c93f3bb569564dea91a8ba4c881e7af0cc +Checksums-Sha1: + ea98c126fa34ac05eda34039daeb530f622a9d74 2100 more-itertools_10.5.0-1.dsc + f110c35f186045fd5d806b7d34108ca763e3b876 115634 more-itertools_10.5.0.orig.tar.gz + c2de72021558dedfe2b8ffd2c32e794feec0698a 3600 more-itertools_10.5.0-1.debian.tar.xz +Checksums-Sha256: + 5b8ff7841b212bc87056d7eee51192c93f3bb569564dea91a8ba4c881e7af0cc 2100 more-itertools_10.5.0-1.dsc + e4bd3f0af69e9925f115a68ce5aabc0cf36abd82ccd2779659b9ed1542322d91 115634 more-itertools_10.5.0.orig.tar.gz + b0eb22a7e80efc293fcb426a0c70eab69903fdce2d80c70cdb976cb8fc3eb391 3600 more-itertools_10.5.0-1.debian.tar.xz +Files: + e93a7c0235a035343565db01528bea0c 2100 more-itertools_10.5.0-1.dsc + 90e150cd9bebe9e92e070d7096682d3a 115634 more-itertools_10.5.0.orig.tar.gz + 2c67947ffbf15d275839e14cedaefbaf 3600 more-itertools_10.5.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: mpclib3 +Binary: libmpc-dev, libmpc3 +Architecture: any +Version: 1.3.1-1 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: http://www.multiprecision.org/mpc/ +Standards-Version: 4.6.1 +Build-Depends: debhelper (>= 11), libmpfr-dev (>= 4.1.1), libgmp-dev +Package-List: + libmpc-dev deb libdevel optional arch=any + libmpc3 deb libs optional arch=any +Directory: pool/b2252a499fd0f8e92ce2cf7d8e68477ffc9dd06127803a91f0a1115822efec75 +Checksums-Sha1: + eb9fb79bd74f913c99c7a93e30dcfa7407f5663c 1877 mpclib3_1.3.1-1.dsc + bac1c1fa79f5602df1e29e4684e103ad55714e02 773573 mpclib3_1.3.1.orig.tar.gz + f38f9acf0a284e3cd71e190cbffa7ba63749cb20 4656 mpclib3_1.3.1-1.debian.tar.xz +Checksums-Sha256: + b2252a499fd0f8e92ce2cf7d8e68477ffc9dd06127803a91f0a1115822efec75 1877 mpclib3_1.3.1-1.dsc + ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 773573 mpclib3_1.3.1.orig.tar.gz + 25adb496258adacad69c022d712f96fbc465bcef9fd4751829dc351d9ce6a45d 4656 mpclib3_1.3.1-1.debian.tar.xz +Files: + bdb2f171daef86651148992f1722edb3 1877 mpclib3_1.3.1-1.dsc + 5c9bc658c9fd0f940e8e3e0f09530c62 773573 mpclib3_1.3.1.orig.tar.gz + eb0bfaff3d822a5301a2539a0075a9ff 4656 mpclib3_1.3.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: mpfr4 +Binary: libmpfr6, libmpfr-dev, libmpfr-doc +Architecture: any all +Version: 4.2.1-1 +Maintainer: Debian GCC Maintainers +Uploaders: Matthias Klose +Homepage: https://www.mpfr.org/ +Standards-Version: 4.6.2 +Build-Depends: debhelper (>= 10), libgmp-dev, autoconf-archive, texinfo +Build-Depends-Indep: texlive-latex-base +Package-List: + libmpfr-dev deb libdevel optional arch=any + libmpfr-doc deb doc optional arch=all + libmpfr6 deb libs optional arch=any +Directory: pool/2fb0ea6c37591f03c7f3445fc6a298a10dbd9d7662ccb441f7da0e514d71986a +Checksums-Sha1: + 963f01b7c0b5ad30fa78f2317dd2aa4a562d3d2d 1959 mpfr4_4.2.1-1.dsc + 31ffb4244cb469e2b4937cce1f50150300971dfb 1493608 mpfr4_4.2.1.orig.tar.xz + 127ddd425508a0e57e6ce35c8d8fdd4ccb480419 12556 mpfr4_4.2.1-1.debian.tar.xz +Checksums-Sha256: + 2fb0ea6c37591f03c7f3445fc6a298a10dbd9d7662ccb441f7da0e514d71986a 1959 mpfr4_4.2.1-1.dsc + 277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2 1493608 mpfr4_4.2.1.orig.tar.xz + 06c6c90efe3653d44527bcd6cfd66563d62409bbb348eb32f33b480e30ad9993 12556 mpfr4_4.2.1-1.debian.tar.xz +Files: + e096db2c2a20ed0edcf40fea83f1cc11 1959 mpfr4_4.2.1-1.dsc + 523c50c6318dde6f9dc523bc0244690a 1493608 mpfr4_4.2.1.orig.tar.xz + bfb00e02f86bc4f932ab3d40f4edf830 12556 mpfr4_4.2.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: mtdev +Binary: libmtdev1t64, libmtdev-dev, mtdev-tools, libmtdev1-udeb +Architecture: linux-any +Version: 1.1.6-1.2 +Maintainer: Nobuhiro Iwamatsu +Homepage: http://bitmath.org/code/mtdev/ +Standards-Version: 4.4.0 +Vcs-Browser: https://salsa.debian.org/debian/mtdev +Vcs-Git: https://salsa.debian.org/debian/mtdev.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 8.1.3), cdbs (>= 0.4.93~), pkg-config, quilt, dh-autoreconf (>= 7) +Package-List: + libmtdev-dev deb libdevel optional arch=linux-any + libmtdev1-udeb udeb debian-installer optional arch=linux-any + libmtdev1t64 deb libs optional arch=linux-any + mtdev-tools deb libdevel optional arch=linux-any +Directory: pool/4bd994a1d771f45a3c53abe04ccea62ac9b90a03acccdc47b18b71fc181a784d +Checksums-Sha1: + da0b2fda886d051206a07ac8bbac3abd18b0ce8c 2134 mtdev_1.1.6-1.2.dsc + c53499ba629074343eac5879a3065924a165f439 362376 mtdev_1.1.6.orig.tar.gz + 1d0b83177c056a260ead6e4cd5784efc234877b9 6412 mtdev_1.1.6-1.2.debian.tar.xz +Checksums-Sha256: + 4bd994a1d771f45a3c53abe04ccea62ac9b90a03acccdc47b18b71fc181a784d 2134 mtdev_1.1.6-1.2.dsc + 1325f389a2f25cd5f5a8ea4d29aad24aa7c3ec30401d679400dd79eb9c0a8dbb 362376 mtdev_1.1.6.orig.tar.gz + cc92d44b8824460a4c873d559c0818b0f27cdb069b8390826e3cad1d355861a4 6412 mtdev_1.1.6-1.2.debian.tar.xz +Files: + 0e80313f585b6ea3566399cb25cf4bc2 2134 mtdev_1.1.6-1.2.dsc + add648e38e26167ecdf78f0cd527a672 362376 mtdev_1.1.6.orig.tar.gz + 5d553c856eb9a1d6c98ed90ff2b6f78d 6412 mtdev_1.1.6-1.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: mtools +Binary: floppyd, mtools +Architecture: any +Version: 4.0.43-1 +Maintainer: Debian QA Group +Homepage: https://www.gnu.org/software/mtools/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/lamby/pkg-mtools +Vcs-Git: https://salsa.debian.org/lamby/pkg-mtools.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), libxfont-dev, libxt-dev, texinfo +Package-List: + floppyd deb otherosfs optional arch=any + mtools deb otherosfs optional arch=any +Directory: pool/34b3cfc5d680794467fab3646b76eefcf7360267c205f860c4dcebe2427b591b +Checksums-Sha1: + b61a814e84c2494319511e6a1d09735def267501 1939 mtools_4.0.43-1.dsc + b2a7050e7abef2430d3c1d129eca55b1e47ecc5d 443673 mtools_4.0.43.orig.tar.bz2 + 344998a7a14f32a0b38f3f0999b13f0c76bb1534 11044 mtools_4.0.43-1.debian.tar.xz +Checksums-Sha256: + 34b3cfc5d680794467fab3646b76eefcf7360267c205f860c4dcebe2427b591b 1939 mtools_4.0.43-1.dsc + 541e179665dc4e272b9602f2074243591a157da89cc47064da8c5829dbd2b339 443673 mtools_4.0.43.orig.tar.bz2 + da58fc889e18574262bba3f97d6f780558b4193d6ab5dc35e588d663efb41008 11044 mtools_4.0.43-1.debian.tar.xz +Files: + 49e96247eb5849fe85dde3e3b5e35ccd 1939 mtools_4.0.43-1.dsc + b83fa09fb0025025bec6bb7e153a91b4 443673 mtools_4.0.43.orig.tar.bz2 + d636d3843e7793c34755035313c03609 11044 mtools_4.0.43-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: multipath-tools +Binary: multipath-tools, kpartx, multipath-tools-boot, multipath-udeb, kpartx-udeb +Architecture: linux-any all +Version: 0.9.9-1 +Maintainer: Debian DM Multipath Team +Uploaders: Guido Günther , Ritesh Raj Sarraf , Chris Hofstaedtler , +Homepage: http://christophe.varoqui.free.fr/ +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/linux-blocks-team/multipath-tools +Vcs-Git: https://salsa.debian.org/linux-blocks-team/multipath-tools.git +Testsuite: autopkgtest +Testsuite-Triggers: fio, gdisk, initramfs-tools, linux-image-amd64, linux-image-arm64, lsscsi, open-iscsi, qemu-utils, tgt +Build-Depends: debhelper-compat (= 13), libaio-dev, libdevmapper-dev, libedit-dev, libmount-dev, libjson-c-dev, libsystemd-dev, libudev-dev, liburcu-dev, pkgconf, systemd-dev +Package-List: + kpartx deb admin optional arch=linux-any + kpartx-udeb udeb debian-installer optional arch=linux-any + multipath-tools deb admin optional arch=linux-any + multipath-tools-boot deb admin optional arch=all + multipath-udeb udeb debian-installer optional arch=linux-any +Directory: pool/82cbd7d106bccab207872ec76fbe1676b716100d4e6c2f6fdd3494ca7563a3fc +Checksums-Sha1: + c60d9fb0b39079669c8b166e23f9c5b545ae9d14 2644 multipath-tools_0.9.9-1.dsc + 8470daab6fbb871573523a2c64d4f2c0f906ce86 587838 multipath-tools_0.9.9.orig.tar.gz + 08cb982b31d71ae8f4b92652f6419434e694471e 29544 multipath-tools_0.9.9-1.debian.tar.xz +Checksums-Sha256: + 82cbd7d106bccab207872ec76fbe1676b716100d4e6c2f6fdd3494ca7563a3fc 2644 multipath-tools_0.9.9-1.dsc + 5c79219a7cce4eba5a196363ac121b9c0f3765e70e032889a5bf8e0c95de7bcb 587838 multipath-tools_0.9.9.orig.tar.gz + 07ab1d9d79ba27f843f21afbeba24a676ab7c0773db5345fd5e05d4f944012ac 29544 multipath-tools_0.9.9-1.debian.tar.xz +Files: + 1feabcd92d574c33169d3898ef8d5fb1 2644 multipath-tools_0.9.9-1.dsc + 9041e3fb89927401ba3a2ae0279a71d8 587838 multipath-tools_0.9.9.orig.tar.gz + 5f7af3981cf7ee696848c0a823c70d01 29544 multipath-tools_0.9.9-1.debian.tar.xz + +Format: 3.0 (native) +Package: mysql-defaults +Binary: mysql-common, default-mysql-client-core, default-mysql-client, default-mysql-server-core, default-mysql-server, default-libmysqlclient-dev +Architecture: any all +Version: 1.1.1 +Maintainer: Debian MySQL Maintainers +Uploaders: Robie Basak , Otto Kekäläinen , Andreas Beckmann , +Standards-Version: 4.6.1.0 +Vcs-Browser: https://salsa.debian.org/mariadb-team/mysql/-/tree/mysql-defaults/debian/master +Vcs-Git: https://salsa.debian.org/mariadb-team/mysql.git -b mysql-defaults/debian/master +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.17) +Package-List: + default-libmysqlclient-dev deb database optional arch=any + default-mysql-client deb database optional arch=all + default-mysql-client-core deb database optional arch=all + default-mysql-server deb database optional arch=all + default-mysql-server-core deb database optional arch=all + mysql-common deb database optional arch=all +Directory: pool/4fd91907a56a2251e2e0dc0faa37c52299a2ae8d68e457cd250ac29d160090f1 +Checksums-Sha1: + 6981b8ea102a2cfbec04bd89eb886ce55625b8ec 2202 mysql-defaults_1.1.1.dsc + 7c710cad98d990d218c0d8d09f45ee6a7670671f 7460 mysql-defaults_1.1.1.tar.xz +Checksums-Sha256: + 4fd91907a56a2251e2e0dc0faa37c52299a2ae8d68e457cd250ac29d160090f1 2202 mysql-defaults_1.1.1.dsc + 054d8da3bfd3419081a7ccb795ad614c235e8aa06674c5588cb88973467c1cdc 7460 mysql-defaults_1.1.1.tar.xz +Files: + 369f56e956ee999cefc22371f5f3513a 2202 mysql-defaults_1.1.1.dsc + e76042f2041bae90a2e3cb94cc6f9062 7460 mysql-defaults_1.1.1.tar.xz + +Format: 3.0 (quilt) +Package: nano +Binary: nano, nano-tiny, nano-udeb +Architecture: any +Version: 8.2-1 +Maintainer: Jordi Mallach +Uploaders: Steve Langasek +Homepage: https://www.nano-editor.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/nano +Vcs-Git: https://salsa.debian.org/debian/nano.git +Build-Depends: debhelper-compat (= 13), libncurses-dev, pkgconf, texinfo +Package-List: + nano deb editors important arch=any + nano-tiny deb editors optional arch=any + nano-udeb udeb debian-installer standard arch=any profile=!noudeb +Directory: pool/d20755dec6b67b275c681de2110a0a641fa3d4787f545e174e53293045320e46 +Checksums-Sha1: + f0ad2decfe2ab9527182f75d7fbae40177426d63 2205 nano_8.2-1.dsc + 33bc9c6bc8f84a8d551fd9d118a3495db5f419c7 1672076 nano_8.2.orig.tar.xz + cf9bc840c1baab55260e02cd1841a7ca66de032e 833 nano_8.2.orig.tar.xz.asc + 810dc7037cd2361fb70a7c979be96bdf0212416f 34536 nano_8.2-1.debian.tar.xz +Checksums-Sha256: + d20755dec6b67b275c681de2110a0a641fa3d4787f545e174e53293045320e46 2205 nano_8.2-1.dsc + d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb 1672076 nano_8.2.orig.tar.xz + 7ba79de26084c6d97bc8c6e40dd30bdcfbc87e13392e05d62a7b8fc5b0db11b1 833 nano_8.2.orig.tar.xz.asc + 983101af71d2884b773823166071174555b9667ceaa17ea90a73a53b6336950b 34536 nano_8.2-1.debian.tar.xz +Files: + 14c6c88ca104f7d141726b01d48458c5 2205 nano_8.2-1.dsc + 382baf871963ac2c31c1e8043c70776e 1672076 nano_8.2.orig.tar.xz + a6634eb8bdc0e16bc940261d587c0830 833 nano_8.2.orig.tar.xz.asc + e2b680595b1d5b5317c7d78abccbdc30 34536 nano_8.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: natsort +Binary: python3-natsort, python-natsort-doc +Architecture: all +Version: 8.0.2-2 +Maintainer: Debian Python Team +Uploaders: Agustin Henze , Ulises Vitulli +Homepage: https://github.com/SethMMorton/natsort +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/natsort +Vcs-Git: https://salsa.debian.org/python-team/packages/natsort.git +Testsuite: autopkgtest +Testsuite-Triggers: locales-all, python3-hypothesis, python3-pytest, python3-pytest-mock +Build-Depends: debhelper-compat (= 13), dh-python, help2man, locales-all , python3-all, python3-hypothesis , python3-pytest , python3-pytest-mock , python3-setuptools, python3-sphinx +Package-List: + python-natsort-doc deb doc optional arch=all + python3-natsort deb python optional arch=all +Directory: pool/c367ea9a816ecf534e470ce66941033a8b03853121c4a353fe1d664337c53a23 +Checksums-Sha1: + e15f7f8e29ac6862f0730f6bef0fdd21ac47ecaa 2318 natsort_8.0.2-2.dsc + 2fc84cb0ea2d291992c1320671a2ea232134e0d0 119640 natsort_8.0.2.orig.tar.xz + 5709df3ce52dbb03be09d04ae8cfcd236460db45 4676 natsort_8.0.2-2.debian.tar.xz +Checksums-Sha256: + c367ea9a816ecf534e470ce66941033a8b03853121c4a353fe1d664337c53a23 2318 natsort_8.0.2-2.dsc + 4634dc832308af2d91253b484502b0a30947a932ae2c9e03a2478a18396f6b04 119640 natsort_8.0.2.orig.tar.xz + 1052ecff8e71ea8b7748920d73d9a29b9a53785e8bf21b09376e4eb576299628 4676 natsort_8.0.2-2.debian.tar.xz +Files: + 1451097ef96bd959ad073a1161c50086 2318 natsort_8.0.2-2.dsc + 1b595b6fb95ee50be4908e69a8656491 119640 natsort_8.0.2.orig.tar.xz + 40723521c3398879f488454008f3466a 4676 natsort_8.0.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: ncurses +Binary: ncurses-base, ncurses-term, libtinfo6, libtinfo6-udeb, libncurses6, libncurses-dev, libncursesw6, libncursesw6-udeb, lib64tinfo6, lib64ncurses6, lib64ncursesw6, lib64ncurses-dev, lib32tinfo6, lib32ncurses6, lib32ncursesw6, lib32ncurses-dev, ncurses-bin, ncurses-examples, ncurses-doc +Architecture: any all +Version: 6.5-2 +Maintainer: Ncurses Maintainers +Uploaders: Sven Joachim , Craig Small +Homepage: https://invisible-island.net/ncurses/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/ncurses +Vcs-Git: https://salsa.debian.org/debian/ncurses.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), libgpm-dev [linux-any], pkgconf, autoconf-dickey (>= 2.52+20210509) +Build-Depends-Arch: g++-multilib [amd64 i386 powerpc ppc64 s390 sparc] +Build-Depends-Indep: ncurses-term +Package-List: + lib32ncurses-dev deb libdevel optional arch=amd64,ppc64 profile=!nobiarch + lib32ncurses6 deb libs optional arch=amd64,ppc64 profile=!nobiarch + lib32ncursesw6 deb libs optional arch=amd64,ppc64 profile=!nobiarch + lib32tinfo6 deb libs optional arch=amd64,ppc64 profile=!nobiarch + lib64ncurses-dev deb libdevel optional arch=i386,powerpc,sparc,s390 profile=!nobiarch + lib64ncurses6 deb libs optional arch=i386,powerpc,sparc,s390 profile=!nobiarch + lib64ncursesw6 deb libs optional arch=i386,powerpc,sparc,s390 profile=!nobiarch + lib64tinfo6 deb libs optional arch=i386,powerpc,sparc,s390 profile=!nobiarch + libncurses-dev deb libdevel optional arch=any + libncurses6 deb libs optional arch=any + libncursesw6 deb libs optional arch=any + libncursesw6-udeb udeb debian-installer optional arch=any profile=!noudeb + libtinfo6 deb libs optional arch=any + libtinfo6-udeb udeb debian-installer optional arch=any profile=!noudeb + ncurses-base deb misc required arch=all essential=yes + ncurses-bin deb utils required arch=any essential=yes + ncurses-doc deb doc optional arch=all + ncurses-examples deb misc optional arch=any profile=!pkg.ncurses.noexamples + ncurses-term deb misc standard arch=all +Directory: pool/c55a25d4697a881a12f98d9e69448a879fca1391663768822a7cc981b62b2b4c +Checksums-Sha1: + 13c3686d59d63f939c8ef3531719a77007c1173c 3799 ncurses_6.5-2.dsc + cde3024ac3f9ef21eaed6f001476ea8fffcaa381 3688489 ncurses_6.5.orig.tar.gz + 618b2c56b61367b2e8233a6d153d69306338bc2a 729 ncurses_6.5.orig.tar.gz.asc + 44d717e41962d14b586a3cee3d2bc3a85a06f0f1 49852 ncurses_6.5-2.debian.tar.xz +Checksums-Sha256: + c55a25d4697a881a12f98d9e69448a879fca1391663768822a7cc981b62b2b4c 3799 ncurses_6.5-2.dsc + 136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6 3688489 ncurses_6.5.orig.tar.gz + c7541cdb9e27c159548d6ab2115b4e923d06d174dce7307f4a943de9421f3751 729 ncurses_6.5.orig.tar.gz.asc + 19df80accc1c6d978ca54eba2542ea77248e7a894bbf42a093aee0b4981fddf3 49852 ncurses_6.5-2.debian.tar.xz +Files: + 9ae48c3a3b8ae93158f78f5ec82de808 3799 ncurses_6.5-2.dsc + ac2d2629296f04c8537ca706b6977687 3688489 ncurses_6.5.orig.tar.gz + a73c2d26b226400d5664f78c8e842523 729 ncurses_6.5.orig.tar.gz.asc + 4c4ef5e5801ba1165a4f1abe1ee51b5b 49852 ncurses_6.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: ndctl +Binary: ndctl, libndctl6, libndctl-dev, daxctl, libdaxctl1, libdaxctl-dev, libcxl1, libcxl-dev, cxl +Architecture: linux-any +Version: 77-2.2 +Maintainer: Adam Borowski +Homepage: https://github.com/pmem/ndctl +Standards-Version: 4.6.2 +Vcs-Browser: https://github.com/kilobyte/ndctl/tree/debian +Vcs-Git: https://github.com/kilobyte/ndctl -b debian +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 13), pkgconf, libkmod-dev, libudev-dev, uuid-dev, libjson-c-dev, bash-completion, libkeyutils-dev, asciidoctor, libiniparser-dev, libtraceevent-dev, libtracefs-dev, meson, cmake, systemd-dev +Package-List: + cxl deb misc optional arch=linux-any + daxctl deb misc optional arch=linux-any + libcxl-dev deb libdevel optional arch=linux-any + libcxl1 deb libs optional arch=linux-any + libdaxctl-dev deb libdevel optional arch=linux-any + libdaxctl1 deb libs optional arch=linux-any + libndctl-dev deb libdevel optional arch=linux-any + libndctl6 deb libs optional arch=linux-any + ndctl deb misc optional arch=linux-any +Directory: pool/a6c21eccafee8652ebcb8d7777699227d6b9d1a7d09e564c058130f2d7bc5890 +Checksums-Sha1: + 197211ee32e2e97bc71f8101bfa316b284887a4e 2503 ndctl_77-2.2.dsc + ca17ab7cbaa1464bcf8d6ec958068c3406780ce8 421255 ndctl_77.orig.tar.gz + 79f781fe0b28b09d93866ff001211aae7ec19bbc 11900 ndctl_77-2.2.debian.tar.xz +Checksums-Sha256: + a6c21eccafee8652ebcb8d7777699227d6b9d1a7d09e564c058130f2d7bc5890 2503 ndctl_77-2.2.dsc + 6ba54374b6182a211ee4115d83d1822422536c49f1a5234bac46c23c175f40b8 421255 ndctl_77.orig.tar.gz + 18285ea844c9e07bf06058e57d9a608b6b07c9ccbe088ff8ceba57f9784c824d 11900 ndctl_77-2.2.debian.tar.xz +Files: + ce3cddc234452c16e97e4150a0cdc830 2503 ndctl_77-2.2.dsc + 22adf45411cfbd111f4cd05f5c1012f5 421255 ndctl_77.orig.tar.gz + 22194e1fd9cdfd9e43ba3c3ddba3bcac 11900 ndctl_77-2.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: neofetch +Binary: neofetch +Architecture: all +Version: 7.1.0-4gardenlinux0 +Maintainer: Nobuhiro Iwamatsu +Homepage: https://github.com/dylanaraps/neofetch +Standards-Version: 4.6.0.1 +Vcs-Browser: https://salsa.debian.org/debian/neofetch +Vcs-Git: https://salsa.debian.org/debian/neofetch.git +Build-Depends: debhelper-compat (= 13) +Package-List: + neofetch deb utils optional arch=all +Directory: pool/139ea3603c80f21e5c5f8333f12efbfbdfa8d262bdfb45bfd64d5063ddb8a53d +Checksums-Sha1: + abe13e9935bcd6bc2efb9576e5863af68a8b48f0 996 neofetch_7.1.0-4gardenlinux0.dsc + 1ec30166e1520093c22b0128e200a5230fd60c75 78936 neofetch_7.1.0.orig.tar.xz + 03be80339448509b443dd2423f8dbac2dbc9168c 3820 neofetch_7.1.0-4gardenlinux0.debian.tar.xz +Checksums-Sha256: + 139ea3603c80f21e5c5f8333f12efbfbdfa8d262bdfb45bfd64d5063ddb8a53d 996 neofetch_7.1.0-4gardenlinux0.dsc + 00683e3b2fd64ec6df25a946570d15b87253dc60cf82dc55ee07ea58c2ba2c38 78936 neofetch_7.1.0.orig.tar.xz + 50d7cbcce3166ff2b94823bfd60614e123039694143ec3b3143150530f2a4899 3820 neofetch_7.1.0-4gardenlinux0.debian.tar.xz +Files: + ec6e448f5a9a376494a57c9da44b5dbf 996 neofetch_7.1.0-4gardenlinux0.dsc + 5e935041e18aabd001fa17830d40953d 78936 neofetch_7.1.0.orig.tar.xz + d6aaf5cc10ed1b692b7d090b622db894 3820 neofetch_7.1.0-4gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: net-snmp +Binary: snmpd, snmptrapd, snmp, libsnmp-base, libsnmp40t64, libnetsnmptrapd40t64, libsnmp-dev, libsnmp-perl, tkmib +Architecture: any all +Version: 5.9.4+dfsg-1.1 +Maintainer: Craig Small +Homepage: https://net-snmp.sourceforge.net/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/net-snmp +Vcs-Git: https://salsa.debian.org/debian/net-snmp.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), libtool, libwrap0-dev, libssl-dev, perl:any, perl-xs-dev, autoconf, automake, procps, pkg-config, libbsd-dev [kfreebsd-i386 kfreebsd-amd64], libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], default-libmysqlclient-dev, libpci-dev +Build-Conflicts: libsnmp-dev +Package-List: + libnetsnmptrapd40t64 deb libs optional arch=any + libsnmp-base deb libs optional arch=all + libsnmp-dev deb libdevel optional arch=any + libsnmp-perl deb perl optional arch=any + libsnmp40t64 deb libs optional arch=any + snmp deb net optional arch=any + snmpd deb net optional arch=any + snmptrapd deb net optional arch=any + tkmib deb net optional arch=all +Directory: pool/da9c531792bd6450b1c177478494eb445eda80014d01b48285c64fb55799fe8e +Checksums-Sha1: + 732ece3154a37fee9aa66b24db99ea4b75cabef2 2641 net-snmp_5.9.4+dfsg-1.1.dsc + 831b2bf6ca9abd04ad5971007dc3d0637beb003a 3568888 net-snmp_5.9.4+dfsg.orig.tar.xz + dde1a4b0d26476c10e4cc1a4da28960366b1bd60 70256 net-snmp_5.9.4+dfsg-1.1.debian.tar.xz +Checksums-Sha256: + da9c531792bd6450b1c177478494eb445eda80014d01b48285c64fb55799fe8e 2641 net-snmp_5.9.4+dfsg-1.1.dsc + 3b10ece3ef1975a66b4bb0b4fe8f0430e887f5d7d3278128e268197ee6653369 3568888 net-snmp_5.9.4+dfsg.orig.tar.xz + 348ec8cbaa6891ad97ce1f7a313f2b3a177ade3731a176563b6bf8a36548df76 70256 net-snmp_5.9.4+dfsg-1.1.debian.tar.xz +Files: + fe677e58f951121408033b30e83408a6 2641 net-snmp_5.9.4+dfsg-1.1.dsc + 9ac63dab33573024be2e08308a9d2124 3568888 net-snmp_5.9.4+dfsg.orig.tar.xz + e36505e1a256c3dbd9d7804ddd2c7586 70256 net-snmp_5.9.4+dfsg-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: net-tools +Binary: net-tools +Architecture: any +Version: 2.10-1.1 +Maintainer: net-tools Team +Uploaders: Martina Ferrari , Utkarsh Gupta +Homepage: http://sourceforge.net/projects/net-tools/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/net-tools +Vcs-Git: https://salsa.debian.org/debian/net-tools.git +Build-Depends: debhelper-compat (= 12), gettext, libselinux1-dev +Package-List: + net-tools deb net important arch=any +Directory: pool/c5bdfe9574151124e186df816bb81bb2726ae3bdef81a1540dd98a44e801a4a3 +Checksums-Sha1: + 90b3cd5be7885dc908f3e8918eddbf458db81720 1968 net-tools_2.10-1.1.dsc + 4080baab0486dc882c3b293d5559c27251ae4268 229616 net-tools_2.10.orig.tar.xz + 029e57c0a7c3634d4c9eba3242365c2ba1a8d2db 56488 net-tools_2.10-1.1.debian.tar.xz +Checksums-Sha256: + c5bdfe9574151124e186df816bb81bb2726ae3bdef81a1540dd98a44e801a4a3 1968 net-tools_2.10-1.1.dsc + b262435a5241e89bfa51c3cabd5133753952f7a7b7b93f32e08cb9d96f580d69 229616 net-tools_2.10.orig.tar.xz + 2d11a40e12f85bf16fb02d34922115a0317f18ce1256b019ce605492e41ee0b7 56488 net-tools_2.10-1.1.debian.tar.xz +Files: + cfc4d81c7b83914fe06b3ed20102fecf 1968 net-tools_2.10-1.1.dsc + 78aae762c95e2d731faf88d482e4cde5 229616 net-tools_2.10.orig.tar.xz + 7c822427af2b726c7d7d5251dbae0c0f 56488 net-tools_2.10-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: netavark +Binary: netavark +Architecture: any +Version: 1.12.1-3 +Maintainer: Reinhard Tartler +Homepage: https://github.com/containers/netavark +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/netavark +Vcs-Git: https://salsa.debian.org/debian/netavark.git +Testsuite: autopkgtest +Testsuite-Triggers: aardvark-dns, bats, bind9-dnsutils, firewalld, iproute2, iptables, iputils-ping, jq, ncat, nftables, util-linux +Build-Depends: cargo:native , debhelper-compat (= 13), dh-cargo (>= 25), librust-anyhow-dev, librust-atty-dev, librust-chrono-dev, librust-clap+derive-dev (>= 4.1), librust-env-logger-0.10-dev, librust-fs2-dev, librust-futures-dev, librust-http-dev (>= 0.2.11), librust-humantime-dev, librust-ipnet+serde-dev, librust-iptables-dev, librust-libc-dev, librust-log-dev, librust-macaddr-dev, librust-mozim-dev (>= 0.2.3), librust-netlink-packet-route-0.17-dev (>= 0.17.1), librust-nftables-dev, librust-nispor-dev, librust-nix-dev (>= 0.27), librust-prost-dev (>= 0.12), librust-rand-dev, librust-rtnetlink-dev, librust-rustversion-dev, librust-serde+derive-dev, librust-serde-json-dev, librust-serde-value-dev, librust-sha2-dev, librust-strsim-dev, librust-sysctl-dev (>= 0.5), librust-termcolor-dev, librust-tokio+full-dev, librust-tokio-stream-dev, librust-tonic-build-dev, librust-tonic-dev, librust-url-dev, librust-zbus-4-dev (>= 4.3.1), librust-zvariant-dev, libstd-rust-dev, rustc:native +Build-Conflicts: librust-zbus-1-dev +Package-List: + netavark deb net optional arch=any +Directory: pool/22786fc61bc225902bcdc75e98da9425abbf6b86ba7ef3a764f2606f7ea966a8 +Checksums-Sha1: + f9fe122d0b534982714da46b5db3dc50a0f3c6a1 3148 netavark_1.12.1-3.dsc + 4ae25fd4f3bf51295b818080f89a117c362498e4 164205 netavark_1.12.1.orig.tar.gz + 6ff9e8f596533a58ff04c784aa1d774eda9a51d7 19308 netavark_1.12.1-3.debian.tar.xz +Checksums-Sha256: + 22786fc61bc225902bcdc75e98da9425abbf6b86ba7ef3a764f2606f7ea966a8 3148 netavark_1.12.1-3.dsc + 52f6f5aae6c1644ed5010708799a44192c269f47f4da46e15844e5a4d69bc0a3 164205 netavark_1.12.1.orig.tar.gz + 6c6a1e7f29681d4db022488107c33918aad386faf6747e9258552865f9a4c64f 19308 netavark_1.12.1-3.debian.tar.xz +Files: + 60551acf6bfd2daffd2652a818a943e7 3148 netavark_1.12.1-3.dsc + 36329861758f0b7276425cfbeb7dfb7e 164205 netavark_1.12.1.orig.tar.gz + 3cf7799c4ab6923a3fe4e515868c6d38 19308 netavark_1.12.1-3.debian.tar.xz +Dgit: c4a7c2a51385f85903676771b050ba857fe6c94f debian archive/debian/1.12.1-3 https://git.dgit.debian.org/netavark + +Format: 3.0 (native) +Package: netbase +Binary: netbase +Architecture: all +Version: 6.4 +Maintainer: Marco d'Itri +Standards-Version: 4.6.1.1 +Vcs-Browser: https://salsa.debian.org/md/netbase +Vcs-Git: https://salsa.debian.org/md/netbase.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Package-List: + netbase deb admin important arch=all +Directory: pool/dc26cfcaa49fd874cc27c65216b2f8b6d3ad62845b78da4bdf0aea55592af756 +Checksums-Sha1: + 66c74bb2deb9285d044701e86fa37123d4e03c1d 898 netbase_6.4.dsc + b0eab45df5c3f31b1e454957f21beba3d3d93d61 32712 netbase_6.4.tar.xz +Checksums-Sha256: + dc26cfcaa49fd874cc27c65216b2f8b6d3ad62845b78da4bdf0aea55592af756 898 netbase_6.4.dsc + fa6621826ff1150e581bd90bc3c8a4ecafe5df90404f207db6dcdf2c75f26ad7 32712 netbase_6.4.tar.xz +Files: + c42adacff6787e03461e98d57c1a0d33 898 netbase_6.4.dsc + 910c45daecc51bb2262b05fdbd3a5613 32712 netbase_6.4.tar.xz + +Format: 3.0 (quilt) +Package: netcat-openbsd +Binary: netcat-openbsd +Architecture: any +Version: 1.226-1.1 +Maintainer: Guilhem Moulin +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/netcat-openbsd +Vcs-Git: https://salsa.debian.org/debian/netcat-openbsd.git -b debian/latest +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), iproute2 [linux-any] , libbsd-dev, pkg-config, procps [linux-any] , strace [linux-any] +Package-List: + netcat-openbsd deb net important arch=any +Directory: pool/1197fb06d8356020122b59a127809df45edb74a9577a8bb7e3380a371741d713 +Checksums-Sha1: + c5edfb4f130b6ff3e3f47c6306e7bd039edbfff4 2011 netcat-openbsd_1.226-1.1.dsc + 388d8b06e45d8a2f79a686844d200329f9b0c057 23091 netcat-openbsd_1.226.orig.tar.gz + 2e4ba19618db1cc641d46b56cfd9819650001db8 52676 netcat-openbsd_1.226-1.1.debian.tar.xz +Checksums-Sha256: + 1197fb06d8356020122b59a127809df45edb74a9577a8bb7e3380a371741d713 2011 netcat-openbsd_1.226-1.1.dsc + 91c34c3b9ebc18b84e42514ea0328274229afd408853f7e22af897652ee6bfe5 23091 netcat-openbsd_1.226.orig.tar.gz + 8fc57cf95e124ce33f41c045d8cf520a94f3a00d0c9f9424c8e81ae48bea9b01 52676 netcat-openbsd_1.226-1.1.debian.tar.xz +Files: + 13fe370508c720a0d128e30cfe9bf6d9 2011 netcat-openbsd_1.226-1.1.dsc + 50f01d30046dad4dc927d97e08006e1f 23091 netcat-openbsd_1.226.orig.tar.gz + 2312086225cab556087dc751b6c81271 52676 netcat-openbsd_1.226-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: netifaces +Binary: python3-netifaces +Architecture: any +Version: 0.11.0-2 +Maintainer: Debian Python Team +Uploaders: Mario Izquierdo (mariodebian) , Thomas Goirand , +Homepage: https://alastairs-place.net/projects/netifaces/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/netifaces +Vcs-Git: https://salsa.debian.org/python-team/packages/netifaces.git +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all-dev, python3-setuptools +Package-List: + python3-netifaces deb python optional arch=any +Directory: pool/33f31025a90f1c048d21d1cd7587b1d76d3e7e413c88769cfb5d608f416f2971 +Checksums-Sha1: + 01b5307710efb47904a960f9c680b47abc2b876c 2072 netifaces_0.11.0-2.dsc + c1dd2b481a0101eb518bf47bdf40ea53ab61ca62 30106 netifaces_0.11.0.orig.tar.gz + 17c3e5d102377be71ffa7fddc773f6478520b2fb 3796 netifaces_0.11.0-2.debian.tar.xz +Checksums-Sha256: + 33f31025a90f1c048d21d1cd7587b1d76d3e7e413c88769cfb5d608f416f2971 2072 netifaces_0.11.0-2.dsc + 043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32 30106 netifaces_0.11.0.orig.tar.gz + 5cd0a3614d8d503f9f033757ae2976ded82aa9929648957a035966657418a04e 3796 netifaces_0.11.0-2.debian.tar.xz +Files: + 77ef2253d8f0a42fe0f056a21fdd6aae 2072 netifaces_0.11.0-2.dsc + 3146dcb3297dd018ae5eb9a52b440419 30106 netifaces_0.11.0.orig.tar.gz + ebee07466ff1e39ac7eb9d8cab388776 3796 netifaces_0.11.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: netpbm-free +Binary: netpbm, libnetpbm11t64, libnetpbm-dev +Architecture: any +Version: 2:11.07.00-2 +Maintainer: Debian PhotoTools Maintainers +Uploaders: Andreas Metzler , Steve McIntyre <93sam@debian.org>, +Homepage: https://netpbm.sourceforge.net/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian-phototools-team/netpbm +Vcs-Git: https://salsa.debian.org/debian-phototools-team/netpbm.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.22.5), flex, ghostscript , libjpeg-dev, libpng-dev, libtiff-dev (>= 4.0.10), libx11-dev, libxml2-dev, pkg-config, python3, zlib1g-dev +Package-List: + libnetpbm-dev deb libdevel optional arch=any + libnetpbm11t64 deb libs optional arch=any + netpbm deb graphics optional arch=any +Directory: pool/70df2180c6aa6524d55295de392321f3557b7c177b2a56b4ea92d3ba26d3b568 +Checksums-Sha1: + beb9cfb5c0742fed94c6defca2e4b75eedb3f48a 2600 netpbm-free_11.07.00-2.dsc + 8a65b0356b20695237c674721cb6f08c04953185 1519316 netpbm-free_11.07.00.orig-userguide.tar.xz + 458450d83cccf7e0545b4b9e20b49559005e5740 2181828 netpbm-free_11.07.00.orig.tar.xz + 5bb7dfcc454e88e228948d0053844602874fbf67 35060 netpbm-free_11.07.00-2.debian.tar.xz +Checksums-Sha256: + 70df2180c6aa6524d55295de392321f3557b7c177b2a56b4ea92d3ba26d3b568 2600 netpbm-free_11.07.00-2.dsc + faa476a7dc965ab39fc3d6a79a30ea11a92a04a9f47c9461b63fb10e41a85ee7 1519316 netpbm-free_11.07.00.orig-userguide.tar.xz + 628d4a513132ba8e3a958357de9e40c5372ccb1d8e7638f9e6e195932d62e9fd 2181828 netpbm-free_11.07.00.orig.tar.xz + 066f4a5bd3cc36ec4bb0fc39358a9d9f84c76eb29453d516591da1b818a569ec 35060 netpbm-free_11.07.00-2.debian.tar.xz +Files: + 11218b6ed03536309774de2dd33189d7 2600 netpbm-free_11.07.00-2.dsc + 12491dff80e7550a79c7d750aac27c37 1519316 netpbm-free_11.07.00.orig-userguide.tar.xz + 9ae3a9ee24cec9cb1ec94446928b080c 2181828 netpbm-free_11.07.00.orig.tar.xz + e305cec4fd5dc74138d1142a102774df 35060 netpbm-free_11.07.00-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: netplan.io +Binary: netplan.io, netplan-generator, python3-netplan, libnetplan1, libnetplan-dev +Architecture: linux-any +Version: 1.1-1 +Maintainer: Debian Netplan Maintainers +Uploaders: Andrej Shadura , Lukas Märdian , +Homepage: https://netplan.io/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/netplan.io +Vcs-Git: https://salsa.debian.org/debian/netplan.io.git +Testsuite: autopkgtest +Testsuite-Triggers: dnsmasq-base, ethtool, gir1.2-nm-1.0, hostapd, iw, libnm0, network-manager, openvswitch-switch, python3-gi, python3-packaging, systemd, systemd-resolved, udev, wireguard-tools, wpasupplicant +Build-Depends: debhelper-compat (= 13), pkgconf, bash-completion, libyaml-dev, libglib2.0-dev, uuid-dev, python3, python3-cffi, python3-coverage , python3-dbus , python3-pytest , python3-pytest-cov , python3-rich , python3-yaml , python3-netifaces , libcmocka-dev , libpython3-dev, libsystemd-dev, udev , systemd , systemd-dev, dbus-x11 , pyflakes3 , pycodestyle | pep8 , pandoc, openvswitch-switch [!armel !armhf !i386 !hppa !m68k !powerpc !sh4 !x32] , meson (>= 1.3.0), iproute2 +Package-List: + libnetplan-dev deb libdevel optional arch=linux-any + libnetplan1 deb libs optional arch=linux-any + netplan-generator deb net optional arch=linux-any + netplan.io deb net optional arch=linux-any + python3-netplan deb python optional arch=linux-any +Directory: pool/d2c587599e19792c4e9428c2d04a6c7d812e2fdfb64b620b5ee44f47ec701a74 +Checksums-Sha1: + 8b11416f7d0a46641b28b55781dd9d6e1685a78a 3045 netplan.io_1.1-1.dsc + 5e7e0736446cb3050f8467c036b80e6137bfd07c 512011 netplan.io_1.1.orig.tar.gz + 99399f5b51d8e88ab3561cac8344cbb0b74474a7 19208 netplan.io_1.1-1.debian.tar.xz +Checksums-Sha256: + d2c587599e19792c4e9428c2d04a6c7d812e2fdfb64b620b5ee44f47ec701a74 3045 netplan.io_1.1-1.dsc + 06489358e4125ccaeee934835269883bc5039fb609ba22889a1a3808a54b3da6 512011 netplan.io_1.1.orig.tar.gz + 93036f3189c696de8ec424200894c730d67f7afa999a1b1b0334ddf0218f4088 19208 netplan.io_1.1-1.debian.tar.xz +Files: + f95210b7a386bd0faa1e5543b144f251 3045 netplan.io_1.1-1.dsc + 495cd32220cb3cf84d24a801f7e98c9e 512011 netplan.io_1.1.orig.tar.gz + e5d3e53ab5f125dd082edeb5c0abcd40 19208 netplan.io_1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: nettle +Binary: libnettle8t64, libhogweed6t64, nettle-dev, nettle-bin +Architecture: any +Version: 3.10-1 +Maintainer: Magnus Holmgren +Homepage: http://www.lysator.liu.se/~nisse/nettle/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/holmgren/nettle +Vcs-Git: https://salsa.debian.org/holmgren/nettle.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), libgmp-dev, m4, texinfo +Package-List: + libhogweed6t64 deb libs optional arch=any + libnettle8t64 deb libs optional arch=any + nettle-bin deb misc optional arch=any + nettle-dev deb libdevel optional arch=any +Directory: pool/25c9563ad861d8c62246687cc1aaace7d897db0e1aa287ef68485b89687aa739 +Checksums-Sha1: + 36c6c8a8034e02ba1ad3a393e5de367c7ff66b4e 2276 nettle_3.10-1.dsc + 8bd7614c5f5a156e2a5caa703402f3b4e87dabd5 2640485 nettle_3.10.orig.tar.gz + 912096f50316d5b999a831d9781b2a633880d7ff 573 nettle_3.10.orig.tar.gz.asc + da6d774054f8fc45f789b5db43e0e7eb6f7980e6 24936 nettle_3.10-1.debian.tar.xz +Checksums-Sha256: + 25c9563ad861d8c62246687cc1aaace7d897db0e1aa287ef68485b89687aa739 2276 nettle_3.10-1.dsc + b4c518adb174e484cb4acea54118f02380c7133771e7e9beb98a0787194ee47c 2640485 nettle_3.10.orig.tar.gz + 83f20f4bb5cc18335dacab8b8d01ddbae1b28453d889c5efcc2123987a8e09ca 573 nettle_3.10.orig.tar.gz.asc + fd7181ca135b8a560b048ffba5b9f75e2ce7d0d61d3223c278c77ea89500b660 24936 nettle_3.10-1.debian.tar.xz +Files: + 2968a534e2b977598a6d536519dd2914 2276 nettle_3.10-1.dsc + c61453139d5fb44e9cdcc5b684b26e55 2640485 nettle_3.10.orig.tar.gz + 08f1cf1fd5a682f5313d935138f5e871 573 nettle_3.10.orig.tar.gz.asc + faca22f0f6bad9b0c7d7546704f4bda0 24936 nettle_3.10-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: network-manager +Binary: network-manager, network-manager-dev, libnm0, libnm-dev, gir1.2-nm-1.0, network-manager-config-connectivity-debian +Architecture: linux-any all +Version: 1.49.90-2 +Maintainer: Utopia Maintenance Team +Uploaders: Michael Biebl +Homepage: https://networkmanager.dev/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/utopia-team/network-manager +Vcs-Git: https://salsa.debian.org/utopia-team/network-manager.git +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.11.6), dh-sequence-gir, meson (>= 0.51.0), pkgconf, gettext (>= 0.19.8), libglib2.0-dev (>= 2.42), ppp-dev, libselinux1-dev, libaudit-dev, libgnutls28-dev (>= 2.12), uuid-dev, systemd-dev, libsystemd-dev (>= 209), libudev-dev (>= 175), gir1.2-gio-2.0-dev, gir1.2-girepository-2.0, gobject-introspection, python3-gi, libpsl-dev (>= 0.1), libcurl4-gnutls-dev (>= 7.24.0), gtk-doc-tools, libglib2.0-doc, libmm-glib-dev (>= 0.7.991), libndp-dev, libreadline-dev, libnewt-dev (>= 0.52.15), libteam-dev (>= 1.9), libjansson-dev (>= 2.7), libbluetooth-dev (>= 5), libdbus-1-dev, libpolkit-gobject-1-dev, mobile-broadband-provider-info, valac, polkitd, dbus , python3-dbus , python3-pexpect , iproute2 +Package-List: + gir1.2-nm-1.0 deb introspection optional arch=linux-any + libnm-dev deb libdevel optional arch=linux-any + libnm0 deb libs optional arch=linux-any + network-manager deb net optional arch=linux-any + network-manager-config-connectivity-debian deb net optional arch=all + network-manager-dev deb devel optional arch=all +Directory: pool/746099f6e961eaf7e5982744140cd08af5c1e399348d48260ea87866aac56552 +Checksums-Sha1: + 5b4c6b79274eed64681e3a352d996e798e60e148 3136 network-manager_1.49.90-2.dsc + e5c75fb304c3a3217526346e7a79e25ac846ce00 6155112 network-manager_1.49.90.orig.tar.xz + 799c1c6c9f37d948d4a00dc9d5d5b6583a645ca8 49756 network-manager_1.49.90-2.debian.tar.xz +Checksums-Sha256: + 746099f6e961eaf7e5982744140cd08af5c1e399348d48260ea87866aac56552 3136 network-manager_1.49.90-2.dsc + f0907d73db4283e2c892f70971cc2ff75330a55cac151460163bc9a7ce36dd23 6155112 network-manager_1.49.90.orig.tar.xz + a5ef85d4cc3a205a863890453642dae0e6517b580b5ff177f93ad898f83854d4 49756 network-manager_1.49.90-2.debian.tar.xz +Files: + e9abca872acad5b26e5f3655210b8e7e 3136 network-manager_1.49.90-2.dsc + 29d8586d72531eaa14e6d6d01b5b6431 6155112 network-manager_1.49.90.orig.tar.xz + 7ba033957053a31bedb02ad6d6374df5 49756 network-manager_1.49.90-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: networkx +Binary: python3-networkx +Architecture: all +Version: 3.2.1-4 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://networkx.github.io/ +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/networkx +Vcs-Git: https://salsa.debian.org/openstack-team/third-party/networkx.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), dh-python, latexmk, openstack-pkg-tools, pybuild-plugin-pyproject, python3-all, python3-contextily , python3-decorator (>= 4.3.0), python3-gdal, python3-geopandas , python3-igraph , python3-ipykernel, python3-libpysal (>= 4.10) , python3-matplotlib (>= 3.0.2), python3-momepy , python3-nb2plots , python3-nbconvert, python3-nbformat, python3-numpy , python3-numpydoc , python3-osmnx , python3-pandas , python3-pydata-sphinx-theme , python3-pydot (>= 2.0), python3-pygraphviz (>= 1.12), python3-pytest, python3-scipy, python3-seaborn , python3-setuptools, python3-sphinx , python3-sphinx-gallery , python3-traitlets, texlive-binaries, texlive-fonts-recommended, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-plain-generic, zip +Package-List: + python3-networkx deb python optional arch=all +Directory: pool/ebe16d4dfd0dd951d11ef3d7029be7abc9222cdd7a9524fb6358f419b96951af +Checksums-Sha1: + a482fe71593236ca03006e7663c6b387982221f5 2869 networkx_3.2.1-4.dsc + bedb916b31cece01a2c19965b6364f7ffc73cc12 1635536 networkx_3.2.1.orig.tar.xz + 8055ecb258346a723092366e23b71269b83d8960 20152 networkx_3.2.1-4.debian.tar.xz +Checksums-Sha256: + ebe16d4dfd0dd951d11ef3d7029be7abc9222cdd7a9524fb6358f419b96951af 2869 networkx_3.2.1-4.dsc + ba30504c7d348595dfc99bdf199bbac2db8416faa39a549478bcb77897ebff18 1635536 networkx_3.2.1.orig.tar.xz + c2e8766d6defa546950e244b0ed2f8612b4d24eb17b9c801084de6807ce94fe5 20152 networkx_3.2.1-4.debian.tar.xz +Files: + 1af9d148b97a75db9b92b87704da6a01 2869 networkx_3.2.1-4.dsc + 1a1661c7cc4c08a97c6af67d39126161 1635536 networkx_3.2.1.orig.tar.xz + 9158d6fefb7f5cf740164a7587a18470 20152 networkx_3.2.1-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: newt +Binary: libnewt-dev, libnewt-pic, libnewt0.52-udeb, newt-tcl, python3-newt, libnewt0.52, whiptail +Architecture: any +Version: 0.52.24-2 +Maintainer: Alastair McKinstry +Homepage: https://pagure.io/newt +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org:/mckinstry/newt.git +Vcs-Git: https://salsa.debian.org:/mckinstry/newt.git -b debian/latest +Build-Depends: debhelper-compat (= 13), docbook-utils, automake (>= 1.16), libslang2-dev (>= 2.0.4-2), libpopt-dev, gettext, libfribidi-dev, tcl8.6-dev, dh-sequence-python3 , python3-all-dev:any , python3-all-dbg:any , libpython3-all-dev +Package-List: + libnewt-dev deb libdevel optional arch=any + libnewt-pic deb libdevel optional arch=any + libnewt0.52 deb libs optional arch=any + libnewt0.52-udeb udeb debian-installer optional arch=any + newt-tcl deb interpreters optional arch=any + python3-newt deb python optional arch=any profile=!nopython + whiptail deb utils optional arch=any +Directory: pool/e09f878cd686b0599d8e7f9ec11b449c1f88c1bb090d93c147996fbcc2a7dac3 +Checksums-Sha1: + 8d7a2d6a855ba0235af9d5bbb46df0e8ba1b0a03 2445 newt_0.52.24-2.dsc + ec2263cac2c9dc995f1e629192c7aeb46e174d84 141424 newt_0.52.24.orig.tar.xz + 66dac0636d7e8229810b881590e3a27577e3e671 38844 newt_0.52.24-2.debian.tar.xz +Checksums-Sha256: + e09f878cd686b0599d8e7f9ec11b449c1f88c1bb090d93c147996fbcc2a7dac3 2445 newt_0.52.24-2.dsc + e5b21c09874abc0115af38cf1fbe3172985b8340b184dbdd8b11796e71e6e28d 141424 newt_0.52.24.orig.tar.xz + 56b958c7f7b1cea674c360636e042df1e532ae0166c10c2ce92ae992bc31477e 38844 newt_0.52.24-2.debian.tar.xz +Files: + 5094cb40149d83f454569ced87795b69 2445 newt_0.52.24-2.dsc + f2dbda3ad31234641fd7f43d9b45764d 141424 newt_0.52.24.orig.tar.xz + 1a97c75d98c0baf681f9910efec51725 38844 newt_0.52.24-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: nfs-utils +Binary: nfs-kernel-server, nfs-common, libnfsidmap-dev, libnfsidmap1 +Architecture: any +Version: 1:2.7.1-3 +Maintainer: Debian kernel team +Uploaders: Anibal Monsalve Salazar , Ben Hutchings , Steve Langasek , Salvatore Bonaccorso +Homepage: https://linux-nfs.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/kernel-team/nfs-utils +Vcs-Git: https://salsa.debian.org/kernel-team/nfs-utils.git +Testsuite: autopkgtest +Testsuite-Triggers: keyutils, krb5-admin-server, krb5-kdc, krb5-user +Build-Depends: debhelper-compat (= 13), libwrap0-dev, libevent-dev, libkrb5-dev, libblkid-dev, libkeyutils-dev, pkgconf, libldap2-dev, libcap-dev, libtirpc-dev, libdevmapper-dev, libmount-dev, libsqlite3-dev, libxml2-dev +Package-List: + libnfsidmap-dev deb libdevel optional arch=any + libnfsidmap1 deb libs optional arch=any + nfs-common deb net optional arch=any + nfs-kernel-server deb net optional arch=any +Directory: pool/71075db32e8f4347356d34a1a28ef2356954be1541687f788b0b387dbeffa349 +Checksums-Sha1: + 0a7972bc75b9af9bb7cc041d0ea352740fae03db 2633 nfs-utils_2.7.1-3.dsc + 84d96167dfcbf5c5fa7f12f2c005262af623dac0 728392 nfs-utils_2.7.1.orig.tar.xz + c6a5bffb2f3f63672615cfbb6a3b31ea29005f63 49756 nfs-utils_2.7.1-3.debian.tar.xz +Checksums-Sha256: + 71075db32e8f4347356d34a1a28ef2356954be1541687f788b0b387dbeffa349 2633 nfs-utils_2.7.1-3.dsc + 885c948a84a58bca4148f459588f9a7369dbb40dcc466f04e455c6b10fd0aa48 728392 nfs-utils_2.7.1.orig.tar.xz + 95c6d028fccab2714efe089d4a6935abd377690209cc4a96e7c5d4ba2d9bbbe3 49756 nfs-utils_2.7.1-3.debian.tar.xz +Files: + fc48f12be58f9dbbac1bb5e3e7de3220 2633 nfs-utils_2.7.1-3.dsc + 5ca9f2a5c49f0a19563f3f14e813af18 728392 nfs-utils_2.7.1.orig.tar.xz + 2811cb28323a6546ac5cf945334ae93e 49756 nfs-utils_2.7.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: nftables +Binary: nftables, libnftables-dev, libnftables1, python3-nftables +Architecture: linux-any +Version: 1.1.0-2 +Maintainer: Debian Netfilter Packaging Team +Uploaders: Arturo Borrero Gonzalez , Jeremy Sowden +Homepage: https://www.netfilter.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-nftables +Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-nftables.git +Testsuite: autopkgtest +Testsuite-Triggers: kmod, python3, systemd +Build-Depends: automake, debhelper-compat (= 13), dh-python, libeditreadline-dev, libgmp-dev, libjansson-dev, libmnl-dev, libnftnl-dev (>= 1.2.7), libpython3-all-dev, libtool, libxtables-dev, pybuild-plugin-pyproject, python3-all:any, python3-setuptools +Package-List: + libnftables-dev deb libdevel optional arch=linux-any + libnftables1 deb libs optional arch=linux-any + nftables deb net important arch=linux-any + python3-nftables deb python optional arch=linux-any +Directory: pool/8b74d3a9ac99eb9bb7a8238f96da0811240e90963ac0ac55e3c3e8efc829540b +Checksums-Sha1: + 76587dc1b63416bebc9c8face1f73a0c5054915e 2752 nftables_1.1.0-2.dsc + a9237fe37b390f4d2af1b3f0b213bbc6efd9e643 1057672 nftables_1.1.0.orig.tar.xz + f16b253a887835d2a5c0b42fa12a8000ab4d52b9 833 nftables_1.1.0.orig.tar.xz.asc + 536745d7c0aa572f82a5eea698694592d0303b9f 22992 nftables_1.1.0-2.debian.tar.xz +Checksums-Sha256: + 8b74d3a9ac99eb9bb7a8238f96da0811240e90963ac0ac55e3c3e8efc829540b 2752 nftables_1.1.0-2.dsc + ef3373294886c5b607ee7be82c56a25bc04e75f802f8e8adcd55aac91eb0aa24 1057672 nftables_1.1.0.orig.tar.xz + 0ebd2719b108ae1a730f6a8a631cec56e7afada34fc245357d1294d7eecbc88c 833 nftables_1.1.0.orig.tar.xz.asc + 15e3f81326f946abe17a7c4332384fceb8877b88ba43e8e4f8211a30551388f5 22992 nftables_1.1.0-2.debian.tar.xz +Files: + a796e5b994e7a119a75515aaef77945c 2752 nftables_1.1.0-2.dsc + 3082f7c9ad4b8dd1c9fb260ad82d1472 1057672 nftables_1.1.0.orig.tar.xz + d0c107bed7082f07434f44628cc8743f 833 nftables_1.1.0.orig.tar.xz.asc + dd547677790a4c1e4f2826179436e00c 22992 nftables_1.1.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: nghttp2 +Binary: libnghttp2-dev, libnghttp2-doc, libnghttp2-14, nghttp2-client, nghttp2-proxy, nghttp2-server, nghttp2 +Architecture: any all +Version: 1.63.0-1 +Maintainer: Tomasz Buchert +Uploaders: Ondřej Surý +Homepage: https://nghttp2.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/nghttp2 +Vcs-Git: https://salsa.debian.org/debian/nghttp2.git +Testsuite: autopkgtest +Testsuite-Triggers: nginx +Build-Depends: debhelper (>= 13), debhelper-compat (= 13), libc-ares-dev, libcunit1-dev , libev-dev, libjansson-dev, libjemalloc-dev [!hurd-i386], libssl-dev, libsystemd-dev, libxml2-dev, pkgconf, zlib1g-dev +Build-Depends-Indep: python3-sphinx, python3-sphinx-rtd-theme +Package-List: + libnghttp2-14 deb libs optional arch=any + libnghttp2-dev deb libdevel optional arch=any + libnghttp2-doc deb doc optional arch=all + nghttp2 deb httpd optional arch=all + nghttp2-client deb httpd optional arch=any + nghttp2-proxy deb httpd optional arch=any + nghttp2-server deb httpd optional arch=any +Directory: pool/3863081087b0b6502db7156f7fff1ddd071a4e9d32ad3f2db48604ab4bfe2871 +Checksums-Sha1: + ffdc32f820cb1e3d6be909d39697fd1f9e0a1468 2531 nghttp2_1.63.0-1.dsc + 7f4e1b8c66ad33d23284c43b4f215f77655be818 1070155 nghttp2_1.63.0.orig.tar.gz + 794d4efa164f72bc3a4b1fef0cbcc08d14514e4e 38876 nghttp2_1.63.0-1.debian.tar.xz +Checksums-Sha256: + 3863081087b0b6502db7156f7fff1ddd071a4e9d32ad3f2db48604ab4bfe2871 2531 nghttp2_1.63.0-1.dsc + f3da0627bee7a6a60f5a4eb6de8d17d25e99f50f87b0fc0c20676c682bf31098 1070155 nghttp2_1.63.0.orig.tar.gz + 1ec86e44c0e2bdf1ac3b03995e2d358777d726c94837a5c81c718b75b9505dfe 38876 nghttp2_1.63.0-1.debian.tar.xz +Files: + 8dc4c06d004619c79abb871ecd36c004 2531 nghttp2_1.63.0-1.dsc + c217b447d20941e2af0052146696bfe3 1070155 nghttp2_1.63.0.orig.tar.gz + c7fe5809ba921b8ca41815c36b9ad7ac 38876 nghttp2_1.63.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: nghttp3 +Binary: libnghttp3-9, libnghttp3-dev +Architecture: any +Version: 1.4.0-1 +Maintainer: Debian Curl Maintainers +Uploaders: Sakirnth Nagarasa , +Homepage: https://github.com/ngtcp2/nghttp3 +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/saki/nghttp3 +Vcs-Git: https://salsa.debian.org/saki/nghttp3.git +Build-Depends: debhelper-compat (= 13), pkgconf +Package-List: + libnghttp3-9 deb libs optional arch=any + libnghttp3-dev deb libdevel optional arch=any +Directory: pool/dfad9bb2b9bc5224d395e6b2cf594d07f1710a3112c2563495c4629baff43186 +Checksums-Sha1: + 975fa227a3022997a1dd7d788e268fe4bf24e8ae 1355 nghttp3_1.4.0-1.dsc + c86a24dee580ba03a6fa36a3a31e2849b27be53b 628880 nghttp3_1.4.0.orig.tar.gz + 118698113469174f95ba626c83a3618afdc9e406 4504 nghttp3_1.4.0-1.debian.tar.xz +Checksums-Sha256: + dfad9bb2b9bc5224d395e6b2cf594d07f1710a3112c2563495c4629baff43186 1355 nghttp3_1.4.0-1.dsc + 43a78073b103acd4668c8d3314eb98e5d002095c1e49014e48ca20bd3094408f 628880 nghttp3_1.4.0.orig.tar.gz + 93489c65249d1d63e2c30ace29eecf2322ca6ac0cd719bb6c6f2279d70867954 4504 nghttp3_1.4.0-1.debian.tar.xz +Files: + 0f681334193869e4eb06a571965c1fcb 1355 nghttp3_1.4.0-1.dsc + 83e1789fb188e547ba78f3090815f8d8 628880 nghttp3_1.4.0.orig.tar.gz + 38e627439691928b28eca3afed95ce03 4504 nghttp3_1.4.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ngtcp2 +Binary: libngtcp2-16, libngtcp2-crypto-gnutls-dev, libngtcp2-crypto-gnutls8, libngtcp2-dev, ngtcp2-client, ngtcp2-server +Architecture: any +Version: 1.6.0-1 +Maintainer: Debian Curl Maintainers +Uploaders: Sakirnth Nagarasa +Homepage: https://github.com/ngtcp2/ngtcp2 +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/saki/ngtcp2 +Vcs-Git: https://salsa.debian.org/saki/ngtcp2.git +Build-Depends: chrpath, debhelper-compat (= 13), libcunit1-dev, libev-dev, libgnutls28-dev (>= 3.7.2), libnghttp3-dev (>= 1.1.0), pkgconf +Package-List: + libngtcp2-16 deb libs optional arch=any + libngtcp2-crypto-gnutls-dev deb libdevel optional arch=any + libngtcp2-crypto-gnutls8 deb libs optional arch=any + libngtcp2-dev deb libdevel optional arch=any + ngtcp2-client deb libs optional arch=any + ngtcp2-server deb libs optional arch=any +Directory: pool/551144fea304c7c9d79f67feddfcd5b80eca2aee853afd95c4a864755ad1ff70 +Checksums-Sha1: + 47158aa0482ee1941c3ce4f09b88d85c8f0994bf 1717 ngtcp2_1.6.0-1.dsc + a03498cd9f97f28ee0445c082bc836756808e7b0 807796 ngtcp2_1.6.0.orig.tar.bz2 + 5bec64b003cbd3b32a5f862aaf4bc8dfa4f33e5d 6016 ngtcp2_1.6.0-1.debian.tar.xz +Checksums-Sha256: + 551144fea304c7c9d79f67feddfcd5b80eca2aee853afd95c4a864755ad1ff70 1717 ngtcp2_1.6.0-1.dsc + 3e40cfb92ab710295cb7c07721db28d16c6f251f61420a462c448cf39a59cc29 807796 ngtcp2_1.6.0.orig.tar.bz2 + 147a059def5ea5ce156c5707ba610e1beff414f1ce3049db985ec553f1015bec 6016 ngtcp2_1.6.0-1.debian.tar.xz +Files: + 263898a825bdc79f68f8b6de637ca50b 1717 ngtcp2_1.6.0-1.dsc + 1d6baf13a2657926f40de110fc3c8fc2 807796 ngtcp2_1.6.0.orig.tar.bz2 + f2bf1d4eca79c0e4c9f920625e2f53fe 6016 ngtcp2_1.6.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: nilfs-tools +Binary: nilfs-tools +Architecture: linux-any +Version: 2.2.11-2 +Maintainer: Filesystems Group +Uploaders: Dmitry Smirnov +Homepage: https://nilfs.osdn.jp/en/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/nilfs-tools +Vcs-Git: https://salsa.debian.org/debian/nilfs-tools.git +Build-Depends: debhelper-compat (= 13), dh-sequence-movetousr, libmount-dev, uuid-dev, libblkid-dev +Package-List: + nilfs-tools deb admin optional arch=linux-any +Directory: pool/0493f190d3b0217b0b8b2cfe82ff43c7525e7af7bdbafef6d47030607f3e254c +Checksums-Sha1: + 32e5704a7a82e67e7ef56cc4ff92d5773da6eb06 2001 nilfs-tools_2.2.11-2.dsc + 5a7b729cc20a62204907f2b357805f32ada10496 416424 nilfs-tools_2.2.11.orig.tar.xz + 2ccb66d75d593b66ba291beb985e028f126f1c58 5612 nilfs-tools_2.2.11-2.debian.tar.xz +Checksums-Sha256: + 0493f190d3b0217b0b8b2cfe82ff43c7525e7af7bdbafef6d47030607f3e254c 2001 nilfs-tools_2.2.11-2.dsc + 6eb726f357381646354dcec09c944ec20fcba918faa23ba1bd0499e6847ca3dd 416424 nilfs-tools_2.2.11.orig.tar.xz + fbde07d0b68c58f6a4bce27460db36a28248db2507e364afa6c1fe7445728621 5612 nilfs-tools_2.2.11-2.debian.tar.xz +Files: + f578a1c001b85ac6637dcbe714d67771 2001 nilfs-tools_2.2.11-2.dsc + 32b1809becfcfac672d591ee03c4b4b5 416424 nilfs-tools_2.2.11.orig.tar.xz + 62e467056f2c2ede34c3082c3a6aff9c 5612 nilfs-tools_2.2.11-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-abbrev +Binary: node-abbrev +Architecture: all +Version: 1.1.1+~1.1.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/abbrev-js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-abbrev +Vcs-Git: https://salsa.debian.org/js-team/node-abbrev.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap, node-util +Package-List: + node-abbrev deb javascript optional arch=all +Directory: pool/021ae60666ceee02db473beb197d699b3e041086232e95c293e458a6fc1c1097 +Checksums-Sha1: + 7c354a3792ea3a3cd1071a66d581479c7dcb1b43 2375 node-abbrev_1.1.1+~1.1.2-1.dsc + 22e1d47e88a68cf4b0ffd560d1abcacee3739803 1672 node-abbrev_1.1.1+~1.1.2.orig-types-abbrev.tar.gz + bcfacd7e49318ebacac75dbc27b3405f0d79ff78 3156 node-abbrev_1.1.1+~1.1.2.orig.tar.gz + 0dd5ffb181e648081e0febb8253e5e86c69f28cb 3736 node-abbrev_1.1.1+~1.1.2-1.debian.tar.xz +Checksums-Sha256: + 021ae60666ceee02db473beb197d699b3e041086232e95c293e458a6fc1c1097 2375 node-abbrev_1.1.1+~1.1.2-1.dsc + e49335f29c437e81b5a7ad8813a8f9a3b5e6a237cb6e39ca577480e7482e5d8d 1672 node-abbrev_1.1.1+~1.1.2.orig-types-abbrev.tar.gz + a6560444a3572a1d3d8626f16dc0d47fd7125d1635b38ce8ea954edee8ef1a01 3156 node-abbrev_1.1.1+~1.1.2.orig.tar.gz + 6c66a1bb4c6720224de0d46ca7ac5fe66dceb3b2a04eb46a8f776e29c4ee873a 3736 node-abbrev_1.1.1+~1.1.2-1.debian.tar.xz +Files: + c1bd323a3802a5e90ec0e37031dcbe62 2375 node-abbrev_1.1.1+~1.1.2-1.dsc + e2e3ea632283b9c76db4a06ba801aa0c 1672 node-abbrev_1.1.1+~1.1.2.orig-types-abbrev.tar.gz + d0509f92fcf471aa8278dca8a46cced7 3156 node-abbrev_1.1.1+~1.1.2.orig.tar.gz + 5e18d647aba042f7144071b2d899adfb 3736 node-abbrev_1.1.1+~1.1.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ajv-keywords +Binary: node-ajv-keywords +Architecture: all +Version: 5.1.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/epoberezkin/ajv-keywords#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-ajv-keywords +Vcs-Git: https://salsa.debian.org/js-team/node-ajv-keywords.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai , debhelper-compat (= 13), dh-sequence-nodejs (>= 0.9.82~), jest , node-ajv (>= 8~), node-ansi-regex , node-ansi-styles , node-assertion-error , node-babel7 , node-balanced-match , node-brace-expansion , node-braces , node-chai , node-chalk , node-check-error , node-color-convert , node-color-name , node-concat-map , node-deep-eql , node-emittery , node-escape-string-regexp , node-fast-deep-equal (>= 3~), node-fill-range , node-get-func-name , node-graceful-fs , node-has-flag , node-inflight , node-inherits , node-is-number , node-js-tokens , node-json-schema-traverse , node-lodash , node-lru-cache , node-micromatch , node-minimatch , node-natural-compare , node-once , node-path-is-absolute , node-pathval , node-picomatch , node-react-is , node-require-from-string , node-semver , node-slash , node-source-map , node-source-map-support , node-stack-utils , node-supports-color , node-to-fast-properties , node-to-regex-range , node-ts-jest , node-type-detect , node-typescript, node-uri-js, node-uuid , node-wrappy , node-yallist , ts-jest +Package-List: + node-ajv-keywords deb javascript optional arch=all +Directory: pool/44a491ff913812a09dd136975b4f302468bc9327f798f71c0bb17fbe7fd9bb90 +Checksums-Sha1: + 11733901bf1c33f24a8a7bf8325035cea7adb1ca 3620 node-ajv-keywords_5.1.0-4.dsc + bde7cfb376033c6a651bcd13d616ae5fb08dd0f3 27494 node-ajv-keywords_5.1.0.orig.tar.gz + 4167cac1d25f3d03a028bbd8a2b44ec38afad95a 10140 node-ajv-keywords_5.1.0-4.debian.tar.xz +Checksums-Sha256: + 44a491ff913812a09dd136975b4f302468bc9327f798f71c0bb17fbe7fd9bb90 3620 node-ajv-keywords_5.1.0-4.dsc + b22f7ea049e4298122eae9b950ba5ef2f3d9d11ed90f4c5a8c5b54d2e22f8586 27494 node-ajv-keywords_5.1.0.orig.tar.gz + a063773ccc5fe7bc45bae2f3f1dcd7839c67f3ab16e6b66071f18977eabe85ff 10140 node-ajv-keywords_5.1.0-4.debian.tar.xz +Files: + d8ee32487b7bbced87df938d945c4780 3620 node-ajv-keywords_5.1.0-4.dsc + bed1b81ba92c666101c0f4c7e046eda7 27494 node-ajv-keywords_5.1.0.orig.tar.gz + d1080b59a9a5a50ef6ad5eca21f25146 10140 node-ajv-keywords_5.1.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ajv +Binary: node-ajv +Architecture: all +Version: 8.12.0~ds+~2.1.1-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/epoberezkin/ajv +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ajv +Vcs-Git: https://salsa.debian.org/js-team/node-ajv.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, chai , mocha, node-dot, node-fast-deep-equal, node-esbuild , node-glob, node-js-beautify , node-json-schema-traverse, node-json-stable-stringify, node-re2 (>= 1.16~), node-require-from-string (>= 2.0.2+~1.2.1~), node-uri-js, node-typescript, ts-node +Package-List: + node-ajv deb javascript optional arch=all +Directory: pool/76ad6eafe4478870391adb00211b05f837b30481e1826539757c43fbdc9d0190 +Checksums-Sha1: + 4829dc6c329674a2f2c44e710dc62b95264be26b 2655 node-ajv_8.12.0~ds+~2.1.1-5.dsc + 7195569d990a9afbfcf631ef2d4ec918b734a93e 15196 node-ajv_8.12.0~ds+~2.1.1.orig-ajv-formats.tar.xz + 8fe8f821b7aa3a5548da57b5eefeaabe1e037156 156232 node-ajv_8.12.0~ds+~2.1.1.orig.tar.xz + 544a2cb9de67995b925a3e081fabcb0d99454577 85504 node-ajv_8.12.0~ds+~2.1.1-5.debian.tar.xz +Checksums-Sha256: + 76ad6eafe4478870391adb00211b05f837b30481e1826539757c43fbdc9d0190 2655 node-ajv_8.12.0~ds+~2.1.1-5.dsc + ffa376fa3cac0ee49d4dd9718a6e7bf486ab0739e4023b532d96af8be29dc4d3 15196 node-ajv_8.12.0~ds+~2.1.1.orig-ajv-formats.tar.xz + 1dc70255d4de2338826c06ba62875d898b7f96764b268ca2ba02b28ff0386acb 156232 node-ajv_8.12.0~ds+~2.1.1.orig.tar.xz + 52f1190bdfbdf7ccffb40eb35ad1f58d8cfab2e4258fe49aab38b00a10987d46 85504 node-ajv_8.12.0~ds+~2.1.1-5.debian.tar.xz +Files: + 21808b0e86313baba0a6fbf260d6f36c 2655 node-ajv_8.12.0~ds+~2.1.1-5.dsc + c515bd3aea2ab908ab0414749884baac 15196 node-ajv_8.12.0~ds+~2.1.1.orig-ajv-formats.tar.xz + 4173f284de6e03777dfa91e991844306 156232 node-ajv_8.12.0~ds+~2.1.1.orig.tar.xz + d072e01bdb43bc08635dc325de857f14 85504 node-ajv_8.12.0~ds+~2.1.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ampproject-remapping +Binary: node-ampproject-remapping +Architecture: all +Version: 2.2.0+~cs5.15.37-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/ampproject/remapping#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-ampproject-remapping +Vcs-Git: https://salsa.debian.org/js-team/node-ampproject-remapping.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest, node-rollup-plugin-node-resolve, node-rollup-plugin-typescript, node-typescript, rollup, ts-jest +Package-List: + node-ampproject-remapping deb javascript optional arch=all +Directory: pool/d052cdbee82077191f3fcc543127fe8bb4ee39bde9c1dd74744ecb1ed1fcdbd7 +Checksums-Sha1: + 25ea946c1b77a6a19d572601dbb5034fd398efba 4724 node-ampproject-remapping_2.2.0+~cs5.15.37-1.dsc + 00c569ffc06537dbd79f96c0f802866c58a4a16b 66676 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-gen-mapping.tar.gz + d62c694e44d0aa4881d6cabb8e02f51b609988bb 114658 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-resolve-uri.tar.gz + 31b1cc733fb08dc7237c896404629791a100b8ba 59118 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-set-array.tar.gz + 6e5ef9dfcf63f7c5fe8ffde3d0e94b386f79e6ad 63061 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-source-map.tar.gz + a60eb2fafce996310b86609f40669eb270c253da 9184 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-sourcemap-codec.tar.gz + c30f631b21ca50451a9d64167a1a11b7f916201d 98807 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-trace-mapping.tar.gz + 099e8ddf150597f73102860e39c0c07396166de2 126309 node-ampproject-remapping_2.2.0+~cs5.15.37.orig.tar.gz + 39afd4733f6aa0ff474ebc9b78a3cd34bb2c24ad 5004 node-ampproject-remapping_2.2.0+~cs5.15.37-1.debian.tar.xz +Checksums-Sha256: + d052cdbee82077191f3fcc543127fe8bb4ee39bde9c1dd74744ecb1ed1fcdbd7 4724 node-ampproject-remapping_2.2.0+~cs5.15.37-1.dsc + d57d83cd1a0220b4616f2b7363767867d7fdb70c26ecba2f2cb763846c6b8d6f 66676 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-gen-mapping.tar.gz + 8b3321c108863cfd9cd4efc158e33a64b27913ef0a8f579bc076635e0ce20b15 114658 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-resolve-uri.tar.gz + 71a3b7a0f292cfdeecee83f41e926c8d6483daa52dea7b32c8032ff5cc32a049 59118 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-set-array.tar.gz + 2b0e402450cb4b2d4ac29da6df61768332e33751b172a20d60a9bad6da53688a 63061 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-source-map.tar.gz + 51de7e67b4f863d72f03829ad8e830cc5f143a4f0ed7fda81ae540c6c8c600a1 9184 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-sourcemap-codec.tar.gz + f6f93163afb46b0daecb8b64baa4b3995ad6156f46cd42c737ebee82409297f5 98807 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-trace-mapping.tar.gz + 145cbbd34669ae70e6109d7a32cf4ed3975acd91f59ed38c4a8459183a6e8f61 126309 node-ampproject-remapping_2.2.0+~cs5.15.37.orig.tar.gz + dfd22e5c9e5d033582894ebbc8520242a01bdf3e89b7f33b5ed6364f23fdf7b4 5004 node-ampproject-remapping_2.2.0+~cs5.15.37-1.debian.tar.xz +Files: + 3267205837164b804518eba69a47442d 4724 node-ampproject-remapping_2.2.0+~cs5.15.37-1.dsc + 69b480337e4923871a33f0298a8368a2 66676 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-gen-mapping.tar.gz + c295b4dbb16523cff0d683e5faf4d86b 114658 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-resolve-uri.tar.gz + f88cc5a090c6d70705fe69f6a94e9ab4 59118 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-set-array.tar.gz + 53979135e607ce8b506cab0cc6cb1f6f 63061 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-source-map.tar.gz + 32619289d4b572cbccf83db1e737c5ae 9184 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-sourcemap-codec.tar.gz + 8428012ff8b7d4162b32bf8d1ded4a44 98807 node-ampproject-remapping_2.2.0+~cs5.15.37.orig-jridgewell-trace-mapping.tar.gz + 4bffcf8591ec2720dd3db8613e7162e9 126309 node-ampproject-remapping_2.2.0+~cs5.15.37.orig.tar.gz + edaa26652da188438c98c7dbd3216638 5004 node-ampproject-remapping_2.2.0+~cs5.15.37-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ansi-escapes +Binary: node-ansi-escapes +Architecture: all +Version: 5.0.0+really.4.3.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi +Homepage: https://github.com/sindresorhus/ansi-escapes#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-escapes +Vcs-Git: https://salsa.debian.org/js-team/node-ansi-escapes.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-ansi-escapes deb javascript optional arch=all +Directory: pool/6d0af00eb1f80e22561f409a165bc09fa26f85ccb1668d0378aa1a86eccea910 +Checksums-Sha1: + 3d876cda4fcd9505fbff665be2c4ed8bf148b6f3 2201 node-ansi-escapes_5.0.0+really.4.3.1-1.dsc + 3389b5c10529558eb4509c73cb5f8da38b21923c 54030 node-ansi-escapes_5.0.0+really.4.3.1.orig.tar.gz + e111b5677b4d36c433c2be4370617bf797a58f19 3436 node-ansi-escapes_5.0.0+really.4.3.1-1.debian.tar.xz +Checksums-Sha256: + 6d0af00eb1f80e22561f409a165bc09fa26f85ccb1668d0378aa1a86eccea910 2201 node-ansi-escapes_5.0.0+really.4.3.1-1.dsc + 277b11b9fa19995c012bf3fee8958b708ca6e86fbda6be53edf0a30811fd28c5 54030 node-ansi-escapes_5.0.0+really.4.3.1.orig.tar.gz + 394aedd32896fec9b7733232410cf5d3fad97e74bfc3e1636834ec51c5cd8c1f 3436 node-ansi-escapes_5.0.0+really.4.3.1-1.debian.tar.xz +Files: + a415fd118b9b46a4a394a273631fc067 2201 node-ansi-escapes_5.0.0+really.4.3.1-1.dsc + 5c318e1a4a6f0060637a4ff24019b2e9 54030 node-ansi-escapes_5.0.0+really.4.3.1.orig.tar.gz + 0dbfc963298262e6f195f47b87ea1446 3436 node-ansi-escapes_5.0.0+really.4.3.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ansi-regex +Binary: node-ansi-regex +Architecture: all +Version: 5.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://github.com/sindresorhus/ansi-regex +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-regex +Vcs-Git: https://salsa.debian.org/js-team/node-ansi-regex.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-ansi-regex deb javascript optional arch=all +Directory: pool/8edcc37047895662f5ceb0bbf465006f6b1a6d756de9480761e1e4cc81a02cc9 +Checksums-Sha1: + e74e222ebde9d001f44fd5df403a67a0397d0b07 2077 node-ansi-regex_5.0.1-1.dsc + adb88f04f655db38ecd5eca0cd4b60d2b27aa07d 7638 node-ansi-regex_5.0.1.orig.tar.gz + 30c57bc8692b05e6c15a98741e853cef89bef344 3964 node-ansi-regex_5.0.1-1.debian.tar.xz +Checksums-Sha256: + 8edcc37047895662f5ceb0bbf465006f6b1a6d756de9480761e1e4cc81a02cc9 2077 node-ansi-regex_5.0.1-1.dsc + da70013154c6b32f86cc9e875d3c94edc743c39a57f0339d61794b454306b327 7638 node-ansi-regex_5.0.1.orig.tar.gz + 2a837e1a55777b486912830264ca41b6eba8dffdae3d0fc457ff0a46297a1559 3964 node-ansi-regex_5.0.1-1.debian.tar.xz +Files: + 04cc5ba6d743943db0dc4bc4b398de8f 2077 node-ansi-regex_5.0.1-1.dsc + 4b417311cce37f1db1a030f95ad17fd8 7638 node-ansi-regex_5.0.1.orig.tar.gz + b3feb17ef8480e9d9b68fd6b30aff98e 3964 node-ansi-regex_5.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ansi-styles +Binary: node-ansi-styles +Architecture: all +Version: 6.2.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Mathias Behrle +Homepage: https://github.com/sindresorhus/ansi-styles +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ansi-styles +Vcs-Git: https://salsa.debian.org/js-team/node-ansi-styles.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.12.3~), node-color-convert , node-rollup-plugin-node-resolve, node-tape , rollup, terser +Package-List: + node-ansi-styles deb javascript optional arch=all +Directory: pool/f8a62d04239c128165575659ec340d53feb168e77f70c5c8229166b875cd7d07 +Checksums-Sha1: + 2f8fb468525e5622397df81d7a71ee0307ec4c63 2210 node-ansi-styles_6.2.1-3.dsc + 83e1fa9c91ec152a1ca57bd926e71d2882cf07b5 243744 node-ansi-styles_6.2.1.orig.tar.gz + abacfcb597869b30e634099ab7b7a6bc7ea93046 4512 node-ansi-styles_6.2.1-3.debian.tar.xz +Checksums-Sha256: + f8a62d04239c128165575659ec340d53feb168e77f70c5c8229166b875cd7d07 2210 node-ansi-styles_6.2.1-3.dsc + d95bc325706b92aba02df02587a72ea9023322ac00ea1f1fc5f79df2d3dfe8dc 243744 node-ansi-styles_6.2.1.orig.tar.gz + 1306b08eb1db8a31d33fa5a2dc7b809d406a111b6708e590e127d4a38db2d92d 4512 node-ansi-styles_6.2.1-3.debian.tar.xz +Files: + d304f13686d48156ab32fffc3d682174 2210 node-ansi-styles_6.2.1-3.dsc + b8bcad884ed8c1467b6d209809cef0eb 243744 node-ansi-styles_6.2.1.orig.tar.gz + a4492524b4594bdd8ea1cde1646b6a33 4512 node-ansi-styles_6.2.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-anymatch +Binary: node-anymatch +Architecture: all +Version: 3.1.3+~cs4.6.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Aarti Kashyap +Homepage: https://github.com/es128/anymatch +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-anymatch +Vcs-Git: https://salsa.debian.org/js-team/node-anymatch.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-arrify , node-micromatch , node-normalize-path , node-wrap-ansi (>= 8.0.1+~8.0.1-3~) +Package-List: + node-anymatch deb javascript optional arch=all +Directory: pool/ab83207e5bffb56dc05cd659101cf930f2ed934f8979bdd4fd84b2916fd03401 +Checksums-Sha1: + acfaf80ee56511df5fa65c3580155923e1d6b3a7 2878 node-anymatch_3.1.3+~cs4.6.1-2.dsc + aa4e5d660ff51b4132c4ee6c82744cfec222d9ea 100139 node-anymatch_3.1.3+~cs4.6.1.orig-picomatch.tar.gz + 75db5e75a713c5a83d5b76780c3da84a82806003 5871 node-anymatch_3.1.3+~cs4.6.1.orig-types-picomatch.tar.gz + 2f9f33f2b131c46d2548fe7e87c2a2ce842bb31f 5762 node-anymatch_3.1.3+~cs4.6.1.orig.tar.gz + 8c454df5f7b7eab63bf8a39bcb8b4789c9e0aec2 4208 node-anymatch_3.1.3+~cs4.6.1-2.debian.tar.xz +Checksums-Sha256: + ab83207e5bffb56dc05cd659101cf930f2ed934f8979bdd4fd84b2916fd03401 2878 node-anymatch_3.1.3+~cs4.6.1-2.dsc + ec1c00df527993fd98504f079036587574a3f5e3c3cef2edaa97beb9484fc94f 100139 node-anymatch_3.1.3+~cs4.6.1.orig-picomatch.tar.gz + 50a6f2b2aaabc78ae84b3d698cf5533d3093a5a0d61a38073744d21d17b9b21a 5871 node-anymatch_3.1.3+~cs4.6.1.orig-types-picomatch.tar.gz + 46e8526b16c2909b1b1f32709ca43a8983bb0c11cea67f9a4b7481eff7757a6b 5762 node-anymatch_3.1.3+~cs4.6.1.orig.tar.gz + a96248f72c08e969515e23c39bbf2105ff28906b44d2cc452d9f50ab9b2d41c9 4208 node-anymatch_3.1.3+~cs4.6.1-2.debian.tar.xz +Files: + 15ae7c3ed14951344ee518649b173256 2878 node-anymatch_3.1.3+~cs4.6.1-2.dsc + 9838f13e32bfc37287c13f8a2841da83 100139 node-anymatch_3.1.3+~cs4.6.1.orig-picomatch.tar.gz + 71ceaef6eaa3816216d302c51276e1c0 5871 node-anymatch_3.1.3+~cs4.6.1.orig-types-picomatch.tar.gz + 27b0c4cff27c35959632bb0c61cf68a9 5762 node-anymatch_3.1.3+~cs4.6.1.orig.tar.gz + 954720aae2ff7faa0a0a7ce408a2475d 4208 node-anymatch_3.1.3+~cs4.6.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-aproba +Binary: node-aproba +Architecture: all +Version: 2.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Tushar Agey +Homepage: https://github.com/iarna/aproba +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-aproba +Vcs-Git: https://salsa.debian.org/js-team/node-aproba.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tap , dh-sequence-nodejs +Package-List: + node-aproba deb javascript optional arch=all +Directory: pool/e8a75ec88211ed8ef9a1edd046a163df8c400f060d8982287e23cd751f0e804c +Checksums-Sha1: + 1bca0e0782658face47e6a3cd3d0e69aefef58ac 2022 node-aproba_2.0.0-3.dsc + 2cbc81b917dfe207a562246be7533ce9cad303ac 33506 node-aproba_2.0.0.orig.tar.gz + 8e002d84f2f73b4f911dc9c8737cff22c711948f 2988 node-aproba_2.0.0-3.debian.tar.xz +Checksums-Sha256: + e8a75ec88211ed8ef9a1edd046a163df8c400f060d8982287e23cd751f0e804c 2022 node-aproba_2.0.0-3.dsc + 12e12704f9fc2d7d46601fdeb25f8234d77a388115695c7f91110ee0407aa889 33506 node-aproba_2.0.0.orig.tar.gz + 5ef08328a28be297ef83b2fa0bddc4a35c820adf5a84be2de8cf248294f8f88e 2988 node-aproba_2.0.0-3.debian.tar.xz +Files: + 9eb45b5e1f1716579b82284cbd42d0fb 2022 node-aproba_2.0.0-3.dsc + 9b3c6817acca1aba62321bded6309407 33506 node-aproba_2.0.0.orig.tar.gz + 2446d460ae2912b38f9e597c71888492 2988 node-aproba_2.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-archy +Binary: node-archy +Architecture: all +Version: 1.0.0-6 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/substack/node-archy +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-archy +Vcs-Git: https://salsa.debian.org/js-team/node-archy.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tap, dh-buildinfo, dh-sequence-nodejs +Package-List: + node-archy deb javascript optional arch=all +Directory: pool/5fbbfc19f1c89694b1c81e228a8dac322751d473628480207306823bd602d895 +Checksums-Sha1: + 9511d05f84eaeeba9fec387654911d657a421bf8 2014 node-archy_1.0.0-6.dsc + 908fa9835672d7aa99147002eebed2cb3bb29013 2989 node-archy_1.0.0.orig.tar.gz + a0e1b896d4bbb0ada955a6b7302803bf51cdfcca 3160 node-archy_1.0.0-6.debian.tar.xz +Checksums-Sha256: + 5fbbfc19f1c89694b1c81e228a8dac322751d473628480207306823bd602d895 2014 node-archy_1.0.0-6.dsc + 2ccb1751986471628a55454c52ba749fbc4334ccd4ce02175e71917f7c222c79 2989 node-archy_1.0.0.orig.tar.gz + 8e24b345dd2e61b85fdf36a6b037d846cf8e2e418bc1b1089dab2dbb68e2c6dd 3160 node-archy_1.0.0-6.debian.tar.xz +Files: + dea8f1653597e4f616255f46f9401e62 2014 node-archy_1.0.0-6.dsc + 85cb0b7b337f78e00012e09383b707a3 2989 node-archy_1.0.0.orig.tar.gz + 2fee5fd5aafbd63d7f055346bf7b1323 3160 node-archy_1.0.0-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-are-we-there-yet +Binary: node-are-we-there-yet +Architecture: all +Version: 3.0.1+~1.1.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/iarna/are-we-there-yet +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-are-we-there-yet +Vcs-Git: https://salsa.debian.org/js-team/node-are-we-there-yet.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-delegates , node-readable-stream , node-tap +Package-List: + node-are-we-there-yet deb javascript optional arch=all +Directory: pool/74eeb99f5eae3584897faab28c622a9294059221a89162d35256b52a438a1b99 +Checksums-Sha1: + 68f27f3642bdf0edeb9290bfc52ad05484fd3a72 2617 node-are-we-there-yet_3.0.1+~1.1.0-1.dsc + 627d491fad8cd4c6b555df350a4b5e2e174799c3 2109 node-are-we-there-yet_3.0.1+~1.1.0.orig-types-are-we-there-yet.tar.gz + 1d27b93d04831765338349299c336a4b86c230ff 11343 node-are-we-there-yet_3.0.1+~1.1.0.orig.tar.gz + 2549cafd9a4d2b60217b1a4c2ae6215cdb37700b 3428 node-are-we-there-yet_3.0.1+~1.1.0-1.debian.tar.xz +Checksums-Sha256: + 74eeb99f5eae3584897faab28c622a9294059221a89162d35256b52a438a1b99 2617 node-are-we-there-yet_3.0.1+~1.1.0-1.dsc + 87888944c5c7d261f4ecb5a52e428fa7ad212cec4fd724831a625e8072d2e9eb 2109 node-are-we-there-yet_3.0.1+~1.1.0.orig-types-are-we-there-yet.tar.gz + d94334181f26ac3d2bcebedcc10f2837b25935e9f286a50e7a668493044089f3 11343 node-are-we-there-yet_3.0.1+~1.1.0.orig.tar.gz + fabab2632be855fd5f3491764a6e0b97c55f309685b394648c79cb2c254c15a8 3428 node-are-we-there-yet_3.0.1+~1.1.0-1.debian.tar.xz +Files: + 83f329e8b1196f3bcb5621b5629df246 2617 node-are-we-there-yet_3.0.1+~1.1.0-1.dsc + ae3e6faa510934de92d006859c3ed74e 2109 node-are-we-there-yet_3.0.1+~1.1.0.orig-types-are-we-there-yet.tar.gz + e522489b3ec52a833256cb91ad26e999 11343 node-are-we-there-yet_3.0.1+~1.1.0.orig.tar.gz + 6b2dddb18cf7868dd8c60d9db8c661aa 3428 node-are-we-there-yet_3.0.1+~1.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-argparse +Binary: node-argparse +Architecture: all +Version: 2.0.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonathan Ulrich Horn +Homepage: https://github.com/nodeca/argparse +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-argparse +Vcs-Git: https://salsa.debian.org/js-team/node-argparse.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , node-sprintf-js , dh-sequence-nodejs +Package-List: + node-argparse deb javascript optional arch=all +Directory: pool/0931b99818df4c1303b9fe23b1ef5f40e2ee13f0293ba850d29f0dbb6fc62cf8 +Checksums-Sha1: + 9c425076005c420e38d19536ac0218b117b4aab4 2079 node-argparse_2.0.1-2.dsc + 5da5b48202208df2116bbbc315aa0c4a4f355c5d 71068 node-argparse_2.0.1.orig.tar.gz + ec8fb73b5257462fe1f6d357996eef7564d2521f 2808 node-argparse_2.0.1-2.debian.tar.xz +Checksums-Sha256: + 0931b99818df4c1303b9fe23b1ef5f40e2ee13f0293ba850d29f0dbb6fc62cf8 2079 node-argparse_2.0.1-2.dsc + 703c0a7443d19704641a8b9914fd8f84ddac7152ebc21c668b46dc05f8e807ba 71068 node-argparse_2.0.1.orig.tar.gz + 2213e3f3a708e870922ba15f560e9321f8f873c776965a977e0352d86d7542fb 2808 node-argparse_2.0.1-2.debian.tar.xz +Files: + 5aa8ff27978658bec8fd6f57b54466b6 2079 node-argparse_2.0.1-2.dsc + 41d6b64bf40e8bc1f352815172b84257 71068 node-argparse_2.0.1.orig.tar.gz + b7c8c3e6a48e9e89869e40d40a7d9dd0 2808 node-argparse_2.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-arrify +Binary: node-arrify +Architecture: all +Version: 2.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/sindresorhus/arrify#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-arrify +Vcs-Git: https://salsa.debian.org/js-team/node-arrify.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , node-tap , dh-sequence-nodejs +Package-List: + node-arrify deb javascript optional arch=all +Directory: pool/b1df06d60cc6e554c6c324d94e7c697cb626f166dd8a3aa5f2b1a8004ad05ed5 +Checksums-Sha1: + 37ba759876bbefe77d8d9b02e2e414ec241bdadc 2053 node-arrify_2.0.1-3.dsc + c637b68eebd2bf91a8695b4456a612a792d1edfe 2620 node-arrify_2.0.1.orig.tar.gz + b71365a367eae0c46825d563bd4343e27c95645d 2916 node-arrify_2.0.1-3.debian.tar.xz +Checksums-Sha256: + b1df06d60cc6e554c6c324d94e7c697cb626f166dd8a3aa5f2b1a8004ad05ed5 2053 node-arrify_2.0.1-3.dsc + 74d8336f035c8d23e1ff4cd01a39c97b1e1f8de94dc007470917aeac4dd6c5da 2620 node-arrify_2.0.1.orig.tar.gz + e9feab2a1b4447fb17ac0f33f9474b2c068e32a6a7a5ecf3eb9cbc3f20d496fc 2916 node-arrify_2.0.1-3.debian.tar.xz +Files: + df242cdb6dc9c3406ae71e5629ca2c25 2053 node-arrify_2.0.1-3.dsc + 52514d6b837f6829e6dccfb3dd6046be 2620 node-arrify_2.0.1.orig.tar.gz + 719f2ec8015660b14e0352fe1262c668 2916 node-arrify_2.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-assert +Binary: node-assert +Architecture: all +Version: 2.0.0+~cs3.9.8-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/defunctzombie/commonjs-assert +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-assert +Vcs-Git: https://salsa.debian.org/js-team/node-assert.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.5~), dh-nodejs, node-babel7, node-object-assign , node-tape , node-util (>= 0.12~) +Package-List: + node-assert deb javascript optional arch=all +Directory: pool/38e781f236283517bd67586ec1e2e50912b2808f649d37c099fee9277f030992 +Checksums-Sha1: + c205029c3cbd7fe4a779a4964f22b5c578eda939 3138 node-assert_2.0.0+~cs3.9.8-2.dsc + 25350013d4e21ee3823796ad743ecf52b29677c6 2795 node-assert_2.0.0+~cs3.9.8.orig-es6-object-assign.tar.gz + 97bca4b5ba4c6302ff5be040f25cac976acd89ad 5848 node-assert_2.0.0+~cs3.9.8.orig-is-nan.tar.gz + a8b5a94ce5fb8f4ba65fdc37fc9507609114189e 2606 node-assert_2.0.0+~cs3.9.8.orig-types-assert.tar.gz + 969d41d15af7e57410171dfe3dd3a0a99968b08d 38571 node-assert_2.0.0+~cs3.9.8.orig.tar.gz + 4a33c280d6a6578d992e8ee5c49cf833cf2d85f4 5692 node-assert_2.0.0+~cs3.9.8-2.debian.tar.xz +Checksums-Sha256: + 38e781f236283517bd67586ec1e2e50912b2808f649d37c099fee9277f030992 3138 node-assert_2.0.0+~cs3.9.8-2.dsc + 10228f010b0259a731046f07887d6ffd27343dbffb82dd37925daaf8adb06d6c 2795 node-assert_2.0.0+~cs3.9.8.orig-es6-object-assign.tar.gz + bfc0d90f85a9708b64d35265c5a19f0376fe4d7a6c52d9502951b7248857cb5c 5848 node-assert_2.0.0+~cs3.9.8.orig-is-nan.tar.gz + ab8ad3e0c96eab8866595a16780598a178e9aa42aa4a3c7fd2b93da00b882a35 2606 node-assert_2.0.0+~cs3.9.8.orig-types-assert.tar.gz + 7f722579ea91fa697e19f57dbb0a3fe457a59276d5e71f26e0a849bbf7af4791 38571 node-assert_2.0.0+~cs3.9.8.orig.tar.gz + 8bffaf0e70259331ef39a1b5b01e849d2e1a3f29d4bd2da407cd41b384fea4da 5692 node-assert_2.0.0+~cs3.9.8-2.debian.tar.xz +Files: + 3af2313158cd2c4992e493b556206ca4 3138 node-assert_2.0.0+~cs3.9.8-2.dsc + 7a0fca46f58ef12da9f9b4bd6f29eeb4 2795 node-assert_2.0.0+~cs3.9.8.orig-es6-object-assign.tar.gz + 7e6de04acb5fb5a715710e6a3be39689 5848 node-assert_2.0.0+~cs3.9.8.orig-is-nan.tar.gz + cb4f8a4558803bac1c5caade94897a3f 2606 node-assert_2.0.0+~cs3.9.8.orig-types-assert.tar.gz + 05019849239b2b1e3412105bedbc3d1e 38571 node-assert_2.0.0+~cs3.9.8.orig.tar.gz + a85ff00bb1ed21096553a9809e57ca57 5692 node-assert_2.0.0+~cs3.9.8-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-async-each +Binary: node-async-each +Architecture: all +Version: 1.0.3-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Nikhil Gawande +Homepage: https://github.com/paulmillr/async-each/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-async-each +Vcs-Git: https://salsa.debian.org/js-team/node-async-each.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-async-each deb javascript optional arch=all +Directory: pool/b5a3b4974b473a1156765dc8750ece439756d838d24960f424c1222cb23ec740 +Checksums-Sha1: + f94c461f15db4e6b3fa1843e81326f9ec9afc253 2057 node-async-each_1.0.3-3.dsc + 38b7cd39eabd2d9f6185744d718ab802b170e37d 2301 node-async-each_1.0.3.orig.tar.gz + f1024c86606b661a03712d5611f539c3a33e8e07 2604 node-async-each_1.0.3-3.debian.tar.xz +Checksums-Sha256: + b5a3b4974b473a1156765dc8750ece439756d838d24960f424c1222cb23ec740 2057 node-async-each_1.0.3-3.dsc + 7f0aa393df0e9f142f3a0ff7915cb5609edfb8cbf2ac0835714e51c0fccf3334 2301 node-async-each_1.0.3.orig.tar.gz + 490165d82dcc225936a3d29257b099be10d60412eea17f793f8c81dce9f4a335 2604 node-async-each_1.0.3-3.debian.tar.xz +Files: + d7194780d8ac668ee00542cc7e3dccdb 2057 node-async-each_1.0.3-3.dsc + 813c63fbf7c2e3cd33d9ce72c26cdb0e 2301 node-async-each_1.0.3.orig.tar.gz + e6ea2383ed24f578072752d8964bdbaf 2604 node-async-each_1.0.3-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-async +Binary: node-async +Architecture: all +Version: 3.2.6+dfsg-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard +Homepage: https://github.com/caolan/async +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-async +Vcs-Git: https://salsa.debian.org/js-team/node-async.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-babel-core, node-babel-minify, node-babel-plugin-add-module-exports, node-babel-plugin-transform-modules-commonjs, node-rollup-plugin-node-resolve, rollup, node-istanbul (>= 0.4.5+repack10+~cs98.25.59-3) , mocha , chai , node-bluebird , node-es6-promise , node-native-promise-only , node-rsvp , node-lodash +Package-List: + node-async deb javascript optional arch=all +Directory: pool/af1f24cc90f1701c2c00106fb46198fa10ce3eb6f93d30afc2c731ac23ca34b1 +Checksums-Sha1: + 6e350e62862bd351845cabcd728ae00cfc8ca6ca 2440 node-async_3.2.6+dfsg-2.dsc + 39bde3983e927d02ac09c2ca412d813be530487a 1094848 node-async_3.2.6+dfsg.orig.tar.xz + a28894f830bab8d684d63be9ba5e498fedd83861 8332 node-async_3.2.6+dfsg-2.debian.tar.xz +Checksums-Sha256: + af1f24cc90f1701c2c00106fb46198fa10ce3eb6f93d30afc2c731ac23ca34b1 2440 node-async_3.2.6+dfsg-2.dsc + 3f6af1ca970f1e5e708df4af9ae96be8a84e998d342a259df7127c3f021075b8 1094848 node-async_3.2.6+dfsg.orig.tar.xz + 4e3b3acc17e8884602ecf7c7e8f65bff875eb56eea300a9dc21c33f32914f3fe 8332 node-async_3.2.6+dfsg-2.debian.tar.xz +Files: + 8c2fe676e4bc624ae1b3ae74dab7cb60 2440 node-async_3.2.6+dfsg-2.dsc + 451b1a1aad8d1ae05215f4e77736c309 1094848 node-async_3.2.6+dfsg.orig.tar.xz + 5aff2b63911dae0d2154bfe447788c80 8332 node-async_3.2.6+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-babel-plugin-add-module-exports +Binary: node-babel-plugin-add-module-exports +Architecture: all +Version: 1.0.4+dfsg1~cs5.8.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/lijunle/babel-plugin-add-module-exports#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-babel-plugin-add-module-exports +Vcs-Git: https://salsa.debian.org/js-team/node-babel-plugin-add-module-exports.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-babel-cli, mocha , node-babel-register +Package-List: + node-babel-plugin-add-module-exports deb javascript optional arch=all +Directory: pool/011d51806289562ad85ca427bdee663a9794d11eeb173daa269aed70554ec855 +Checksums-Sha1: + 80b135f8b2f224a2e727b3ecae7011a563ab96c2 3793 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4.dsc + db944b3d7691b0795a4744161acaf71a380dfb70 4312 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-plugin-empower-assert.tar.xz + cfbc5113d650a60062e9eb31d2c18b638ecff682 10972 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-plugin-espower.tar.xz + 51195068da2fcc266841fad390e8f4ab7d396e38 2464 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-preset-power-assert.tar.xz + be908623de596de679077071743c4a4e6cec7681 40652 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig.tar.xz + 8818e056904a584a8a81b52dbab99e5587eaa815 4224 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4.debian.tar.xz +Checksums-Sha256: + 011d51806289562ad85ca427bdee663a9794d11eeb173daa269aed70554ec855 3793 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4.dsc + 0153857c1a42cd66da795e0fde2ad4dae58daaefbd738b6fefaf3a6c81c996df 4312 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-plugin-empower-assert.tar.xz + 900b1bb826186e9c78df8aeea0089098c2eba4bade114c4d704a6486bbeb8445 10972 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-plugin-espower.tar.xz + aee58847297e5537e067f8d2d3fa773bff3b027fee68159e2632c0b107d32eb3 2464 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-preset-power-assert.tar.xz + 0eb1e19b7089f67b09cd0d7b63d689ee8fabf3aaaeec169cc54c5ea5b39a05c4 40652 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig.tar.xz + 58b00b27f65732f2282cced0bcb75a9ac90664ef1d90e4ebe778d0536083a77f 4224 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4.debian.tar.xz +Files: + ee0d5eb0bbef02c5ad96a9429fdfa7d6 3793 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4.dsc + bd77ddabfb0bd86ec2d3715abce0631d 4312 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-plugin-empower-assert.tar.xz + b7328d44c2f667812f12d75d45ef16c2 10972 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-plugin-espower.tar.xz + 7f15ca65679fefecd1ff405215975648 2464 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig-babel-preset-power-assert.tar.xz + b9c057ae5afc056219e3900d425e68f7 40652 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0.orig.tar.xz + 4ee6c0b4cb90e6a265f37ad357e5cd77 4224 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-babel-plugin-lodash +Binary: node-babel-plugin-lodash +Architecture: all +Version: 3.3.4+~cs2.0.1-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/lodash/babel-plugin-lodash#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-babel-plugin-lodash +Vcs-Git: https://salsa.debian.org/js-team/node-babel-plugin-lodash.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, chai , mocha (>= 8~) , node-babel-cli (>= 7.0~), node-babel-helper-module-imports (>= 7.0~), node-babel-plugin-add-module-exports (>= 1.0~), node-babel-types (>= 7.0~), node-glob, node-lodash, rollup +Package-List: + node-babel-plugin-lodash deb javascript optional arch=all +Directory: pool/c75dd7dc157bfda4740027883e319d5bea9b7b24f6a13f5a922d099d424b11f9 +Checksums-Sha1: + 841b2711adc3ec1e313ff431a21569b509ee24f3 2824 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7.dsc + 3f9f5c83a6c19a865beb3a800402207d7448ec6f 2363 node-babel-plugin-lodash_3.3.4+~cs2.0.1.orig-require-package-name.tar.gz + 94bf37314c98c732e0629a449195b06bd94ed501 50453 node-babel-plugin-lodash_3.3.4+~cs2.0.1.orig.tar.gz + 84e95ab008f4d70f5d8f04e2753a9aa18c02144c 7732 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7.debian.tar.xz +Checksums-Sha256: + c75dd7dc157bfda4740027883e319d5bea9b7b24f6a13f5a922d099d424b11f9 2824 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7.dsc + 21de66c53926413656af915e75f63ed68866fccea86723e45de1c2c0eca9a3ca 2363 node-babel-plugin-lodash_3.3.4+~cs2.0.1.orig-require-package-name.tar.gz + 16f3764cd6e687daeedf471eb24ddca8916281e9c458b3621ad3db7cee0b58b9 50453 node-babel-plugin-lodash_3.3.4+~cs2.0.1.orig.tar.gz + 3f5a647b2faf8c67bb520171c6e36ad1c995a25c93cec63b2a5ca7818320f7c9 7732 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7.debian.tar.xz +Files: + 2c11b930c9fda417b10eebcc68fce5f3 2824 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7.dsc + f0185a0b7228773432e51bd0d5255ae1 2363 node-babel-plugin-lodash_3.3.4+~cs2.0.1.orig-require-package-name.tar.gz + d30421b709d19016b4c65ccefe8e594e 50453 node-babel-plugin-lodash_3.3.4+~cs2.0.1.orig.tar.gz + 5d0494f71bed73b74086c409d2cb42f1 7732 node-babel-plugin-lodash_3.3.4+~cs2.0.1-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-babel-polyfills +Binary: node-babel-helper-define-polyfill-provider, node-babel-plugin-polyfill-corejs2, node-babel-plugin-polyfill-corejs3, node-babel-plugin-polyfill-es-shims, node-babel-plugin-polyfill-regenerator +Architecture: all +Version: 0~20220913+ds1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/babel/babel-polyfills +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-babel-polyfills +Vcs-Git: https://salsa.debian.org/js-team/node-babel-polyfills.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14~), gulp, node-babel7, node-babel-helper-define-polyfill-provider, node-gulp-babel, node-gulp-newer, node-gulp-plumber, node-rollup-plugin-babel, node-rollup-plugin-json, node-rollup-plugin-node-resolve, node-semver, rollup +Package-List: + node-babel-helper-define-polyfill-provider deb javascript optional arch=all + node-babel-plugin-polyfill-corejs2 deb javascript optional arch=all + node-babel-plugin-polyfill-corejs3 deb javascript optional arch=all + node-babel-plugin-polyfill-es-shims deb javascript optional arch=all + node-babel-plugin-polyfill-regenerator deb javascript optional arch=all +Directory: pool/614eae5b6c468be93c00f27289d233821c4a66b9f291b117d5edbc89b085c3c7 +Checksums-Sha1: + b0d58abb1eb6de645fdc3db296a2f5fbd6a6aec5 2867 node-babel-polyfills_0~20220913+ds1-1.dsc + 11a97bd0f0c00855885d514cfcc3746fc6acf91c 232388 node-babel-polyfills_0~20220913+ds1.orig.tar.xz + a21f53e01086e2abcab4d3c47560b61817a7b60d 3600 node-babel-polyfills_0~20220913+ds1-1.debian.tar.xz +Checksums-Sha256: + 614eae5b6c468be93c00f27289d233821c4a66b9f291b117d5edbc89b085c3c7 2867 node-babel-polyfills_0~20220913+ds1-1.dsc + 6d2bbb83710547efe547a7e6778dc1fd0720b89470ef7290faad8280724478e0 232388 node-babel-polyfills_0~20220913+ds1.orig.tar.xz + 1a6cc2963cf3d37580b2047c91b8f6a56699cc3e644a4f6c3c643c6c7f2694f9 3600 node-babel-polyfills_0~20220913+ds1-1.debian.tar.xz +Files: + 0674bf33c955ec26d8fadcb8f8dd61fb 2867 node-babel-polyfills_0~20220913+ds1-1.dsc + b9aa6188740fe4c835eb5a8a05369470 232388 node-babel-polyfills_0~20220913+ds1.orig.tar.xz + 9d6d2d409b021d93104025cd061217b8 3600 node-babel-polyfills_0~20220913+ds1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-babel7 +Binary: node-babel7, node-babel7-runtime, node-babel7-standalone, node-babel7-debug +Architecture: all +Version: 7.20.15+ds1+~cs214.269.168-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://babeljs.io/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-babel +Vcs-Git: https://salsa.debian.org/js-team/node-babel.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.15.5~), eslint, git , gulp (>= 4), help2man, node-ampproject-remapping, node-array-each, node-babel7, node-babel7 (>= 7.18~) , node-babel-helper-define-polyfill-provider, node-babel-plugin-polyfill-corejs2, node-babel-plugin-polyfill-corejs3, node-babel-plugin-polyfill-regenerator, node-builtins, node-cheerio, node-clean-css, node-css-select, node-css-selector-tokenizer, node-debbundle-acorn, node-deepmerge, node-eslint-plugin-eslint-plugin, node-gulp-babel (>= 8.0~), node-gulp-cli (>= 2.3.0~), node-gulp-newer, node-gulp-plumber, node-gulp-rename, node-he, node-htmlparser2, node-invariant, node-is-windows, node-jest-worker, node-jsdom, node-leven (>= 3.1.0+~cs1.1.1), node-lru-cache (>= 10.0.1-2~), node-liftoff (>= 3.1.0-4~), node-lodash (>= 4.17.19+dfsg1~), node-lodash-packages, node-make-error, node-merge-stream, node-multimatch, node-output-file-sync, node-recast, node-rimraf, node-rollup-plugin-babel (>= 5.3.1), node-rollup-plugin-commonjs (>= 13.0.0), node-rollup-plugin-inject, node-rollup-plugin-json (>= 4.1.0), node-rollup-plugin-node-resolve (>= 9.0.0), node-rollup-plugin-polyfill-node, node-rollup-plugin-replace (>= 2.3.3), node-rollup-plugin-terser, node-serialize-javascript, node-supports-color (>= 5.3~), node-through, node-through2, node-typescript, node-types-fs-readdir-recursive, node-types-jest, node-types-v8flags, node-vinyl-fs (>= 2.4.4-2~), rollup (>= 2.61.1-4~), terser (>= 5), webpack, npm , yarnpkg , dh-nodejs +Package-List: + node-babel7 deb javascript optional arch=all + node-babel7-debug deb javascript optional arch=all + node-babel7-runtime deb javascript optional arch=all + node-babel7-standalone deb javascript optional arch=all +Directory: pool/0aff30c6a67ef3cdbfba98efcbe1ac783c36237df04dd0c8bb435e1d7da146ce +Checksums-Sha1: + 78818526dbee17cfa57874d615c25707270749ed 19587 node-babel7_7.20.15+ds1+~cs214.269.168-7.dsc + f13cf6a90208592012f79dba9cc2c4252cab18b0 1936 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-check-duplicated-nodes.tar.xz + c72b24d90a0f79281d858640d879d86fdde2a5cd 1960 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-bindify-decorators.tar.xz + 196029444b0a0f27db933481df43dfc8cbe9fa9e 2160 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-call-delegate.tar.xz + 458b2e3b874303df60e8d2c547d4c56190cf7c6d 2116 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-explode-class.tar.xz + 140d80a99e6c277276ce53e016800c3d68663f8d 8336 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-dynamic-import-node.tar.xz + 6aeb3c41f0dd48ed4a30205f0ca73b6a134ed66a 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-async-generators.tar.xz + 69d1b7526214e36151f2053f1c6797520fc76459 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-bigint.tar.xz + 7d96b7b065673ab678dc0f56ce28bce7a289668f 1536 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-class-properties.tar.xz + 4d9eee893c343e71a801f9319d038d884aee8a0c 1572 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-class-static-block.tar.xz + 4cc4dbebe28c5e495e732f6b477305ba1fd7abcf 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-dynamic-import.tar.xz + d19de4004dd9b0fdcd7c7ad0c0a0b8bd7e30e4ed 1540 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-export-namespace-from.tar.xz + 0351ead42ee280eb7f065dcb9624fe8f96a086c9 1556 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-import-meta.tar.xz + 5937d1ab0a945a539745b073de5f554a02700945 1520 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-json-strings.tar.xz + ca283ccf1ad6a45ce02095bb102df3032fd31d60 1568 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-logical-assignment-operators.tar.xz + 502e742607602072214a0cca45b7ffa96e1d4581 1584 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-module-string-names.tar.xz + cd4e712b0799b9340ea766d613034000925ca296 1504 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-nullish-coalescing-operator.tar.xz + 8e52fdb305a00effb424b70914a6e33f7d572a51 1596 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-numeric-separator.tar.xz + 0ce7b0e650a248915253c2e7b9fc6b0528cb9089 1500 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-object-rest-spread.tar.xz + 8e0d2c2300662753ddd51d8b815077dd6e8e0ba5 1504 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-optional-catch-binding.tar.xz + 540efaa1675090ff1a3e64ab598a55fe544d5575 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-optional-chaining.tar.xz + 1ce5b897d86e4d5937a1e972e6913ff7e5835e65 1588 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-private-property-in-object.tar.xz + 0a91fd419b8adee86c44fab44d37973d7b52ca8e 1572 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-top-level-await.tar.xz + c9a876a4e85fc1b388d279c7ec2edefccacca65f 6272 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-transform-replace-object-assign.tar.xz + 64abca363746ec2d863c5f0b8024cea178034ea1 5612 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-airbnb.tar.xz + 7d96b24b1c25bc9e38e9d251a53290f9b7beef10 827628 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-current-node-syntax.tar.xz + 9250f775da31c44277fecb1c948d424f65b6d75e 138004 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-modules.tar.xz + 4e00e5e3842817d840bb348df461b0f81b2e7169 82056 node-babel7_7.20.15+ds1+~cs214.269.168.orig-charcodes.tar.xz + 70ffb0b37399607cc8353f7ac080a3f189dfe521 6880 node-babel7_7.20.15+ds1+~cs214.269.168.orig-gensync.tar.xz + 939eaa5b8004a988adc23ebb52edd68b4f051fce 24256 node-babel7_7.20.15+ds1+~cs214.269.168.orig-js-levenshtein.tar.xz + 08f455d7e0991df6fed7a42b01c481a61e4c3815 2084 node-babel7_7.20.15+ds1+~cs214.269.168.orig-node-modules-regexp.tar.xz + 5abcd2fc9b73c43a734781ae4262a2bbd88fc4f1 89872 node-babel7_7.20.15+ds1+~cs214.269.168.orig-pirates.tar.xz + 2ee8ad434c8f764c724a566898385052154648b6 2120 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-code-frame.tar.xz + 73b02777d397a4602d1402a78cf4cc63451fa4fa 9328 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-core.tar.xz + cbac6337ff690974ef63e22816b13515a12ee8a4 3908 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-generator.tar.xz + 231c9a50cea4881654eab28c3e8fa219260d796b 2204 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-preset-env.tar.xz + 14c7d823dba3b7972bb2b58987ee2b1d33e35fd2 1848 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-standalone.tar.xz + 6ebf39e3d70661be01331f7158f3265421d821fa 2676 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-template.tar.xz + fdde87775170a31f6f61208244ac4f93b278e4d4 10544 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-traverse.tar.xz + 9b8428d772b1c25a057d0fc7dd977afeb3bb19bc 12492 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-types.tar.xz + 3f7e0a2b8eb1f2d4d663cbf17982734c756c24ea 2407700 node-babel7_7.20.15+ds1+~cs214.269.168.orig.tar.xz + 6b56f46503c2503f723e01886dd79ee428af778d 244132 node-babel7_7.20.15+ds1+~cs214.269.168-7.debian.tar.xz +Checksums-Sha256: + 0aff30c6a67ef3cdbfba98efcbe1ac783c36237df04dd0c8bb435e1d7da146ce 19587 node-babel7_7.20.15+ds1+~cs214.269.168-7.dsc + 2bdb96aa9dfa87c265f877388d6b3fc82c5b2743e571bae0e7bae05bf888549a 1936 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-check-duplicated-nodes.tar.xz + 932757021b033bb120a5663a1fd0cd98fbaa1c3eb255491a70132cb21f467e4d 1960 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-bindify-decorators.tar.xz + 6dc08b29d527da65d5ad3eb0e7993bb9bad740f6edcbf4d3e9a556dbbd22dd1a 2160 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-call-delegate.tar.xz + da7cc49824fdfc16f5341efdc1cc7dfa0b40b3ae35838925f0510eae87507766 2116 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-explode-class.tar.xz + bcf2edc8a00bd04fae2604ce4f10de12e50dcaf3fe78bcf9ab09390ffb1ce3d0 8336 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-dynamic-import-node.tar.xz + 1f18f3db817a7562ec58ddc817dd6e2d745e80afe57d9f52ed0021a06a37d36b 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-async-generators.tar.xz + ab06291d79bfbd45b764c93df8bb9e60a3c38ef2fdfe2685ea75ed02b297d916 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-bigint.tar.xz + 0758831b7428481d6833748e84442fc6c8f6e8e074521bc901cd3764b287b389 1536 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-class-properties.tar.xz + 6ea8127bd0d71930a711b1234690b045f5c5d8e4103b488d45e5f5cf65ddb898 1572 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-class-static-block.tar.xz + 13074290ec99c4e06ce9db66f1a03c91a44a46b73fa9d72343c290b19457ee6d 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-dynamic-import.tar.xz + 5af7fc9190629f4dc36c610fc5c7e9ebbb5bac00cfcf0ecdf5736b9809c19a2b 1540 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-export-namespace-from.tar.xz + fbd70aa2bb82eba4e3387002409fda871ba9eed16177c46b7bb44e44e6671ceb 1556 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-import-meta.tar.xz + f78a131c3b8f6ca7ad077b7ae1bc6c94356a195ba7ccd2fd02c241357d8b0c9f 1520 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-json-strings.tar.xz + ce41a95d6d9903465dd3b64ee3c69e4ee25718f15c6f778b1e885647636e3407 1568 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-logical-assignment-operators.tar.xz + 993f7b9578fe77632269b11ee1eb76a60db474a8c3994b093f3e51f6ef50d386 1584 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-module-string-names.tar.xz + 326c705df8ebc4cef349c5111c645837737b2ebc6dfbba8f35bc2da5e5206b16 1504 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-nullish-coalescing-operator.tar.xz + 341a46b98a64788da5459b0358110e03a54c3b664ce518e7f58156209515a8e5 1596 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-numeric-separator.tar.xz + a31770f1f1a8d5da6324c4d5c1c9ac1239dde04a0071c74c1005c02becbc1e53 1500 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-object-rest-spread.tar.xz + 8e2f18dfef9965b5c94890e2a157328ac9e9a21caad8faf47acbaeb27aef006e 1504 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-optional-catch-binding.tar.xz + 23e2566c135d26db35e1b7ec06cc148bb4a6a7dd0959b5eb68670c1530aaa466 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-optional-chaining.tar.xz + 28615267a68eecfa3700f0bee13c8814e1d4a62c31ae593d6c032e5a13c5c281 1588 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-private-property-in-object.tar.xz + 6c78483c7648cf4ad50043bed9bef2cb99e91c36d66f542b8d20108f24d7b639 1572 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-top-level-await.tar.xz + 3142f7861a10ec68823621d4e91c5c52d823217521390fdf82c050fe33cc2d46 6272 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-transform-replace-object-assign.tar.xz + e2d86c98dc4e0552c7ef6dbebe8a551c37cda6eaa863d0ee1c3194d249ee1b1f 5612 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-airbnb.tar.xz + 1ce4b743eba461b0e0a7339be92e3201164789ad30d4999b7b75f226e964c64d 827628 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-current-node-syntax.tar.xz + 19c2ff86576b850d542f772619ce7384a523bdc64f7d2dd8a59bd71f4fae27d5 138004 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-modules.tar.xz + 8e8d5dcfbf5ea964398c8cd8ce87124614a171e5ca2dc4b2663c9c5bad382608 82056 node-babel7_7.20.15+ds1+~cs214.269.168.orig-charcodes.tar.xz + 48060905904e86d36de129caf6c930003074a8636d4d7dcf9e4102f31186e7a3 6880 node-babel7_7.20.15+ds1+~cs214.269.168.orig-gensync.tar.xz + 2b31f8ec306908ea829bf798f49710d394cf9dee937b1447a3a3898de2c7a2aa 24256 node-babel7_7.20.15+ds1+~cs214.269.168.orig-js-levenshtein.tar.xz + 8c372a7149feb0ca11f1ad0bb47582c4ba08aac7cb81278ad729a70244c80d85 2084 node-babel7_7.20.15+ds1+~cs214.269.168.orig-node-modules-regexp.tar.xz + 50be08ea777e8d368c6dd573edab17fc8b6e83fcbd7b45988958a61c3f15b994 89872 node-babel7_7.20.15+ds1+~cs214.269.168.orig-pirates.tar.xz + 3980d848d58d92c79b1d7cfd22f374f72a16e65a1ad216a7d5ee48648f218e9c 2120 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-code-frame.tar.xz + fc81267615cf35895bc863666c003df7e63e56f60e9135aef0e9fd719c41fc95 9328 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-core.tar.xz + 69f1fe363ffe06c3d753247fdd6c4dd85a34348f1f82cc3a3283c2ec1a6756fe 3908 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-generator.tar.xz + 5d266e13637adf45307da701d1fb874172d432a0bcdf7ff9f5d487355fa5b970 2204 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-preset-env.tar.xz + ddbc140e5447521953d852213ae2df483d39861756208b883b8e253dc0910ebf 1848 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-standalone.tar.xz + c3e46ec6296c22c1b994735fc424a82f2ecebf3682e32247be60343030c6f7d2 2676 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-template.tar.xz + bb9935472d3c4a01d922916205c5ff20ed8896eb1351ce0d43a8b0ca474f189e 10544 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-traverse.tar.xz + 77953e8f63d8822998ebdc58e413a77f97474ae9e610fd0d26e180e04cd9845c 12492 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-types.tar.xz + 659d96ab6bdfc53ff63b783eed35b20f3fe5eed161b292f07502f2e016c10c91 2407700 node-babel7_7.20.15+ds1+~cs214.269.168.orig.tar.xz + 10936ee35b05b3443eb0d3f639944ca5545bdff10a00a955e0bcd8afef20e731 244132 node-babel7_7.20.15+ds1+~cs214.269.168-7.debian.tar.xz +Files: + 89b60eaa5757a822ad3d3a200bc804f8 19587 node-babel7_7.20.15+ds1+~cs214.269.168-7.dsc + 960d47a891dc02d45b9d1958ae869062 1936 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-check-duplicated-nodes.tar.xz + b2003000c0d151dce6fadea447d80eda 1960 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-bindify-decorators.tar.xz + 89f5313c5dbae09daa69de70912264b4 2160 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-call-delegate.tar.xz + 9e26d4054b734077903ddb2258a39054 2116 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-helper-explode-class.tar.xz + ace9b0ac33162a0c1e81e789a6bfe354 8336 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-dynamic-import-node.tar.xz + c6dc5b3213bf1ff63279cf2fba1505ae 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-async-generators.tar.xz + ec491c4f8cb5f89910353408d38b29be 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-bigint.tar.xz + 95100d8662b3c859d1c045125e36466c 1536 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-class-properties.tar.xz + 10d28e31ffcc395a0fa04bac3eb83fed 1572 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-class-static-block.tar.xz + ad5f015bfb697b39c5844b4f8b2e3e40 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-dynamic-import.tar.xz + acf603e8f5d55a84d60b6fae1a07138a 1540 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-export-namespace-from.tar.xz + fef798d19e279e01fc96355475ca6ef0 1556 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-import-meta.tar.xz + b18c73b1a3e11b78dcbdf4dbaf960936 1520 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-json-strings.tar.xz + a28307eb48940c3afda83d6830aaf3a8 1568 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-logical-assignment-operators.tar.xz + e1f1552f55c9d89722537d8a5be2f991 1584 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-module-string-names.tar.xz + 6dbf0f1f466033edc7bdbf7bc6693f66 1504 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-nullish-coalescing-operator.tar.xz + e604e21ae3af741041dbea7fedb1e181 1596 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-numeric-separator.tar.xz + 338068dd9a8ad5ac42ee6a912ad0a65b 1500 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-object-rest-spread.tar.xz + a7bc8acd3eba85d432589470d3e19730 1504 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-optional-catch-binding.tar.xz + 35e7c4a3a16cd834e3e7e5b6a18cb5af 1496 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-optional-chaining.tar.xz + 553a30528328305f2cfa7d54986bfb5e 1588 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-private-property-in-object.tar.xz + 3119af18b50f36e041a90c1a2313c482 1572 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-syntax-top-level-await.tar.xz + 9d91b7405a68589c9d76554968d46fed 6272 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-plugin-transform-replace-object-assign.tar.xz + a692cf530309f27f1d28f486c52ba8d0 5612 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-airbnb.tar.xz + ba3088763ffb93c4384dbe1607279d8b 827628 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-current-node-syntax.tar.xz + 22799d64908f7bfc840365fe9fc58fe6 138004 node-babel7_7.20.15+ds1+~cs214.269.168.orig-babel-preset-modules.tar.xz + 1b6346c5355f4c8efe43eea2a9b50e39 82056 node-babel7_7.20.15+ds1+~cs214.269.168.orig-charcodes.tar.xz + a961dd7a36ca76eed6c483d1e84b24f8 6880 node-babel7_7.20.15+ds1+~cs214.269.168.orig-gensync.tar.xz + 1a81e6affb3660f7844bc15d6e7dfe7e 24256 node-babel7_7.20.15+ds1+~cs214.269.168.orig-js-levenshtein.tar.xz + dc8a3ffc02f0741aa764284923cc2a32 2084 node-babel7_7.20.15+ds1+~cs214.269.168.orig-node-modules-regexp.tar.xz + d68bf592bc031620a432e1464aca2a36 89872 node-babel7_7.20.15+ds1+~cs214.269.168.orig-pirates.tar.xz + 80841c9e5d03eeac9d7d58cf03fdaf22 2120 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-code-frame.tar.xz + 4a21423bd650015d5b845c4c5323d3d4 9328 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-core.tar.xz + 6f7538a1c1a7c3bcb134a6568bb05248 3908 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-generator.tar.xz + 48dd2aaa1d97cc2d4f704df528c124b6 2204 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-preset-env.tar.xz + b158aa091381f097f3af4f7ca788f6df 1848 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-standalone.tar.xz + 355cd41f122eff9bdee91302d8243823 2676 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-template.tar.xz + e8495095039d35e5bd17fd6cfa44a3df 10544 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-traverse.tar.xz + 7da40dc8455c03b967c91a328b513089 12492 node-babel7_7.20.15+ds1+~cs214.269.168.orig-types-babel-types.tar.xz + 49001dc3d6b92ebf3287e6c581b601b8 2407700 node-babel7_7.20.15+ds1+~cs214.269.168.orig.tar.xz + b4de4857a9c9eacd75b4eeb87f7082c0 244132 node-babel7_7.20.15+ds1+~cs214.269.168-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-balanced-match +Binary: node-balanced-match +Architecture: all +Version: 2.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/juliangruber/balanced-match +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-balanced-match +Vcs-Git: https://salsa.debian.org/js-team/node-balanced-match.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-balanced-match deb javascript optional arch=all +Directory: pool/ed8f350830126c20c2d45b68cf4c1b391b4d78f37a155c925e4a57726c5870da +Checksums-Sha1: + fdc857c968e0f3351332f946759c233bf30af9b8 2128 node-balanced-match_2.0.0-1.dsc + a0de03fdb304a2cac6ab6b47efdf84c479ad49bc 152519 node-balanced-match_2.0.0.orig.tar.gz + 9939ace763a0670fee37a7505eda561c48a3c00b 3116 node-balanced-match_2.0.0-1.debian.tar.xz +Checksums-Sha256: + ed8f350830126c20c2d45b68cf4c1b391b4d78f37a155c925e4a57726c5870da 2128 node-balanced-match_2.0.0-1.dsc + 9c4ffbbbc6f1e7cdd7c0ebb6de24e440b361aaf60b1a90fec7ee98a23573b88b 152519 node-balanced-match_2.0.0.orig.tar.gz + 0f3f06dc43da2e6ee09f92487192cecc96eecc2228577b34a233326252956cf6 3116 node-balanced-match_2.0.0-1.debian.tar.xz +Files: + 42abd9dca2622fc1f59b12766a1e6f6b 2128 node-balanced-match_2.0.0-1.dsc + 13e2235b55c3bb5e8ed143c2c6aacf9e 152519 node-balanced-match_2.0.0.orig.tar.gz + bfe4a7d2affc1907fd0e3a9d9b9be1c9 3116 node-balanced-match_2.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-base64-js +Binary: node-base64-js +Architecture: all +Version: 1.5.1+dfsg+~1.3.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Siddhesh Rane +Homepage: https://github.com/beatgammit/base64-js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-base64-js +Vcs-Git: https://salsa.debian.org/js-team/node-base64-js.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-browserify-lite, node-tape , terser +Package-List: + node-base64-js deb javascript optional arch=all +Directory: pool/fbc36ec483091cf28c79ab72f958a8bd87a7fdb9a48b31324e7b768de89e7002 +Checksums-Sha1: + da37f421719d38d9785acca2f06b79a13dd44d22 2515 node-base64-js_1.5.1+dfsg+~1.3.0-2.dsc + 96138d627030c050aff16c644734d79d723a9243 1684 node-base64-js_1.5.1+dfsg+~1.3.0.orig-types-base64-js.tar.xz + 380b775aa7113960a5be337b3e2a95c555ba4145 4772 node-base64-js_1.5.1+dfsg+~1.3.0.orig.tar.xz + 21bc09aa9f4964e5eb16bd90d2e8178a851a42be 3572 node-base64-js_1.5.1+dfsg+~1.3.0-2.debian.tar.xz +Checksums-Sha256: + fbc36ec483091cf28c79ab72f958a8bd87a7fdb9a48b31324e7b768de89e7002 2515 node-base64-js_1.5.1+dfsg+~1.3.0-2.dsc + 77827836f32b113e8ffb5b6293e5dd6b4466c3c841a52b25826dd5e84d4ddb94 1684 node-base64-js_1.5.1+dfsg+~1.3.0.orig-types-base64-js.tar.xz + 4606e9198644c60d5a9c128d3dac8fcfa2e9aa2a1e657e72c2497bae0d434309 4772 node-base64-js_1.5.1+dfsg+~1.3.0.orig.tar.xz + c70ddf7856dbfd5608554d4efbf9f8f5cf7d3d7786640f90256e0d4ee3272992 3572 node-base64-js_1.5.1+dfsg+~1.3.0-2.debian.tar.xz +Files: + 0d81d86ed0d89f638c56fdf15a5676cc 2515 node-base64-js_1.5.1+dfsg+~1.3.0-2.dsc + d0cd3cdabfc4512ec983a252a9e5e434 1684 node-base64-js_1.5.1+dfsg+~1.3.0.orig-types-base64-js.tar.xz + 49517f1892dcd076a2004a43db6f23ea 4772 node-base64-js_1.5.1+dfsg+~1.3.0.orig.tar.xz + d34212bcff50005d81438e7f802fb30c 3572 node-base64-js_1.5.1+dfsg+~1.3.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-binary-extensions +Binary: node-binary-extensions +Architecture: all +Version: 2.2.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Vivek +Homepage: https://github.com/sindresorhus/binary-extensions#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-binary-extensions +Vcs-Git: https://salsa.debian.org/js-team/node-binary-extensions.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-binary-extensions deb javascript optional arch=all +Directory: pool/07aed1354ecc7efe9f1e068ad59122718a9d1733482628f6fd2915830d4e2537 +Checksums-Sha1: + 22ef58bf8cca728180febd0a4a124d366c297ca9 2156 node-binary-extensions_2.2.0-2.dsc + 607c97ec01c2948cefa6f0996cba5413ae06d3ea 3613 node-binary-extensions_2.2.0.orig.tar.gz + 00f24e32384b15e0e800bdd6a90a6553c3d744db 3068 node-binary-extensions_2.2.0-2.debian.tar.xz +Checksums-Sha256: + 07aed1354ecc7efe9f1e068ad59122718a9d1733482628f6fd2915830d4e2537 2156 node-binary-extensions_2.2.0-2.dsc + df71a7737afbc3b7b9a17a57f2910118de4e7a9e86d4c819715d16439d6ecb40 3613 node-binary-extensions_2.2.0.orig.tar.gz + 43e423a7673e25fe23dd9c4917e00f269dc3854dd6e0f2a4c5e2decaa2be9aa6 3068 node-binary-extensions_2.2.0-2.debian.tar.xz +Files: + 0f03e0efb076f7358bee6e35fe31c13b 2156 node-binary-extensions_2.2.0-2.dsc + ecd859c72049b6e7a7e1c457eede0e1b 3613 node-binary-extensions_2.2.0.orig.tar.gz + 0391b5b722bf2b339bc3a22ed23ad8c5 3068 node-binary-extensions_2.2.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-brace-expansion +Binary: node-brace-expansion +Architecture: all +Version: 2.0.1+~1.1.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/juliangruber/brace-expansion +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-brace-expansion +Vcs-Git: https://salsa.debian.org/js-team/node-brace-expansion.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-balanced-match , node-tape +Package-List: + node-brace-expansion deb javascript optional arch=all +Directory: pool/96d2e8dc9a64e2c149d58d3f64c703aeb76dcd9eec000145a464c7effa0b05f8 +Checksums-Sha1: + 46567cf57e330de20fd8a313d62a0f06ace2f51b 2578 node-brace-expansion_2.0.1+~1.1.0-1.dsc + fbce69132b7277e35e4d4bfc13a69c0d1ab6ebf8 1486 node-brace-expansion_2.0.1+~1.1.0.orig-types-brace-expansion.tar.gz + d5fe42ddf389f13f7e6efbc88263c40118773409 15979 node-brace-expansion_2.0.1+~1.1.0.orig.tar.gz + 904e142121d4e363661d28d0b4200ae3f402f028 3264 node-brace-expansion_2.0.1+~1.1.0-1.debian.tar.xz +Checksums-Sha256: + 96d2e8dc9a64e2c149d58d3f64c703aeb76dcd9eec000145a464c7effa0b05f8 2578 node-brace-expansion_2.0.1+~1.1.0-1.dsc + 21d031a72e257aab429b92d0d4a75b674919316f8fd0ec435c36dcec2774712d 1486 node-brace-expansion_2.0.1+~1.1.0.orig-types-brace-expansion.tar.gz + 785df4b3575fc14d4920cac0cde70d3ec1cd929e34e967d51ec62289de612f18 15979 node-brace-expansion_2.0.1+~1.1.0.orig.tar.gz + 6c39cc6300cb4f175dd4a20bbdf05697fab5ba7c23045572d849bd1df3ae7222 3264 node-brace-expansion_2.0.1+~1.1.0-1.debian.tar.xz +Files: + ab583126d69eed7af0c7618f018d38ac 2578 node-brace-expansion_2.0.1+~1.1.0-1.dsc + 0d09aafbc0faa8adf22b816054703929 1486 node-brace-expansion_2.0.1+~1.1.0.orig-types-brace-expansion.tar.gz + 147fb0eef8841e0d034670a036144dfb 15979 node-brace-expansion_2.0.1+~1.1.0.orig.tar.gz + b5cc8f81e4e281682c05c91dd9bf5398 3264 node-brace-expansion_2.0.1+~1.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-braces +Binary: node-braces +Architecture: all +Version: 3.0.3+~3.0.4-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/micromatch/braces +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-braces +Vcs-Git: https://salsa.debian.org/js-team/node-braces.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-fill-range (>= 7.1.1~) +Package-List: + node-braces deb javascript optional arch=all +Directory: pool/4bea4f249530a09b69989ef77abc2eb6bba067077102dead2845a8a5be0d4946 +Checksums-Sha1: + a2c9481314667bee497ba2aa90cc4a84a473700b 2415 node-braces_3.0.3+~3.0.4-1.dsc + 403488dc1c8d0db288270d3bbf0ce5f9c45678b4 2764 node-braces_3.0.3+~3.0.4.orig-typesbraces.tar.gz + 914df8637bed1c991feafcd9d4fee63042234b73 39032 node-braces_3.0.3+~3.0.4.orig.tar.gz + 4894116cf7be76a58cda3e4a361ed73ca64f6050 5952 node-braces_3.0.3+~3.0.4-1.debian.tar.xz +Checksums-Sha256: + 4bea4f249530a09b69989ef77abc2eb6bba067077102dead2845a8a5be0d4946 2415 node-braces_3.0.3+~3.0.4-1.dsc + ee18859be8e219fb20fbb6ee29e41f38b946825ff64feb294a50cdca9af8fb30 2764 node-braces_3.0.3+~3.0.4.orig-typesbraces.tar.gz + 2d4ffb09194737a619975e848dcc32d12b3570da05866baa94e16fa0b3863eab 39032 node-braces_3.0.3+~3.0.4.orig.tar.gz + 7fac8e523e92270b9270f89849a9df905bfd6ab130185d0fdfb9adef700d8e76 5952 node-braces_3.0.3+~3.0.4-1.debian.tar.xz +Files: + 3d58ee051f41a24b3ffdefd7c34315c4 2415 node-braces_3.0.3+~3.0.4-1.dsc + f8966701d28c3a33484f3c795a5f0ee5 2764 node-braces_3.0.3+~3.0.4.orig-typesbraces.tar.gz + 6df134ec3ea87a2639b4e7af09da9ec5 39032 node-braces_3.0.3+~3.0.4.orig.tar.gz + c148b5c554bea6ab289ea12a2a08445c 5952 node-braces_3.0.3+~3.0.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-browserslist +Binary: node-browserslist +Architecture: all +Version: 4.23.0+~cs6.1.32-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/ai/browserslist +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-browserslist +Vcs-Git: https://salsa.debian.org/js-team/node-browserslist.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, help2man, node-ansi-styles , node-caniuse-lite (>= 1.0.30001587~), node-electron-to-chromium (>= 1.4.668~), node-fs-extra , node-nanoid , node-picocolors, uvu +Package-List: + node-browserslist deb javascript optional arch=all +Directory: pool/64298cefc669d8b35a8a7bb4379e1a705f8d48a9f89ea82185209c43adf560c5 +Checksums-Sha1: + d951dfc8c299c86626d8be0e551beafc06da3385 3387 node-browserslist_4.23.0+~cs6.1.32-1.dsc + 54076e9ab29ea5bf3d8f1ed62acffbb88272df27 4347 node-browserslist_4.23.0+~cs6.1.32.orig-escalade.tar.gz + 4277925246e3351c0d15f150301d092415b4d662 6768 node-browserslist_4.23.0+~cs6.1.32.orig-node-releases.tar.gz + b3ef71e381b68da42440eabae545b9f30774ad28 78356 node-browserslist_4.23.0+~cs6.1.32.orig-update-browserslist-db.tar.gz + af34a39887c54b4ca5fd50961d25b8347db28595 145335 node-browserslist_4.23.0+~cs6.1.32.orig.tar.gz + be4465805ffebed8cf9049fe71c2678f73f8a0d3 7964 node-browserslist_4.23.0+~cs6.1.32-1.debian.tar.xz +Checksums-Sha256: + 64298cefc669d8b35a8a7bb4379e1a705f8d48a9f89ea82185209c43adf560c5 3387 node-browserslist_4.23.0+~cs6.1.32-1.dsc + 13c0500cc142cf7d5e84aaff91baaff2dc73ed42ad7ee2367bbb541313f22396 4347 node-browserslist_4.23.0+~cs6.1.32.orig-escalade.tar.gz + 13e1ea7ff7c7dbdfb21248e4fff43dd21bcc68362551a26f74b33b3fa4c07b50 6768 node-browserslist_4.23.0+~cs6.1.32.orig-node-releases.tar.gz + 2bd8ed62a28be271b9235e2854a1a53f985e0b58b68d03369b6ecf4a80687055 78356 node-browserslist_4.23.0+~cs6.1.32.orig-update-browserslist-db.tar.gz + 813d4f1b3eebd35dc751ecf92ed1a54387778fc7f2263263a65314b547d79cec 145335 node-browserslist_4.23.0+~cs6.1.32.orig.tar.gz + a4218fbd5367e19f93095fc28201db619936eea12b7c74601d3540ab51b411d7 7964 node-browserslist_4.23.0+~cs6.1.32-1.debian.tar.xz +Files: + b1fc1d076ea5e89410b2e69fbe66fec9 3387 node-browserslist_4.23.0+~cs6.1.32-1.dsc + b204a5279171dbecb3da54490836ee9c 4347 node-browserslist_4.23.0+~cs6.1.32.orig-escalade.tar.gz + 030bf5516f2c4f6bca5a6a498d3ba2c8 6768 node-browserslist_4.23.0+~cs6.1.32.orig-node-releases.tar.gz + 9547da0295d68273ae9e228610a51aa1 78356 node-browserslist_4.23.0+~cs6.1.32.orig-update-browserslist-db.tar.gz + 1a1ab4bbc145be771e71b7b0279d686b 145335 node-browserslist_4.23.0+~cs6.1.32.orig.tar.gz + 9f50c78447c18144c9df4955cfcbd96b 7964 node-browserslist_4.23.0+~cs6.1.32-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-builtins +Binary: node-builtins +Architecture: all +Version: 5.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Amruth Lal +Homepage: https://github.com/juliangruber/builtins +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-builtins +Vcs-Git: https://salsa.debian.org/js-team/node-builtins.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-semver , node-tape , dh-sequence-nodejs +Package-List: + node-builtins deb javascript optional arch=all +Directory: pool/f2c5512336f16f5157fbdf25b753b0027e413da3a5e003e6d0997c196e23a43a +Checksums-Sha1: + d3fe758b500aacd69c66729be698cb814c64f3b5 2077 node-builtins_5.0.1-1.dsc + 05a5e44e2b5f25e70fe2ecf531a6b0808ee1d0ff 71207 node-builtins_5.0.1.orig.tar.gz + 87cf3cd003e05820820ff7f55c852cacb6348c88 12648 node-builtins_5.0.1-1.debian.tar.xz +Checksums-Sha256: + f2c5512336f16f5157fbdf25b753b0027e413da3a5e003e6d0997c196e23a43a 2077 node-builtins_5.0.1-1.dsc + 6ce516e35038abc49da4ce0eb5a644db873181f8033d40aba379291ca0b2b2f8 71207 node-builtins_5.0.1.orig.tar.gz + 804ecee4b623c5bbe87c6a0919ffac2f2ac6a9638a6711aa949175f49dcf8e62 12648 node-builtins_5.0.1-1.debian.tar.xz +Files: + b15c5102a4e0f6dc0bfad1c17b87a2fe 2077 node-builtins_5.0.1-1.dsc + ed44216299ecfe17cbe596a20ca5eb1a 71207 node-builtins_5.0.1.orig.tar.gz + 3da79907519e915966d3393a9e519b6e 12648 node-builtins_5.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-cacache +Binary: node-cacache +Architecture: all +Version: 17.0.3+~cs10.3.7-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Yadd +Homepage: https://github.com/npm/cacache#readme +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-cacache +Vcs-Git: https://salsa.debian.org/js-team/node-cacache.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-bluebird , node-chownr , node-flush-write-stream (>= 1.0.3), node-glob , node-graceful-fs , node-lru-cache (>= 7) , node-minipass (>> 3.3.6+~cs9.4.19-3~) , node-mississippi , node-mkdirp (>= 1.0.3) , node-move-concurrently , node-p-map (>= 3.0.0) , node-promise-inflight , node-rimraf , node-semver , node-ssri (>= 9) , node-tacks , node-tap (>= 15) , node-unique-filename , node-y18n +Package-List: + node-cacache deb javascript optional arch=all +Directory: pool/7fc8d1e55ce8cfe0422729c2e2c8d2896f001a3d4f5cc271cdac8bc1f2c50764 +Checksums-Sha1: + 850f3275944ad87d3573d50062b54e3da576bd20 4337 node-cacache_17.0.3+~cs10.3.7-2.dsc + 24db077a0a6c3c707c576aa218cc18adef0d34ac 35270 node-cacache_17.0.3+~cs10.3.7.orig-fs-minipass.tar.gz + 34a3e5b17451e4bcdc692c9b919a551b05d54b48 3361 node-cacache_17.0.3+~cs10.3.7.orig-gar-promisify.tar.gz + 2db4b5f81878db6a7ba4e64197b51055b65f6c16 24073 node-cacache_17.0.3+~cs10.3.7.orig-infer-owner.tar.gz + ff0b9826e5a1b67b9779dbc75786552151a536dd 21638 node-cacache_17.0.3+~cs10.3.7.orig-npmcli-fs.tar.gz + e90ad925d4c9bd1c41db909f884f8052d5eb6d60 11693 node-cacache_17.0.3+~cs10.3.7.orig-npmcli-move-file.tar.gz + 9b7e71f193e8bffa4f2329f4493d8887307762c3 54108 node-cacache_17.0.3+~cs10.3.7.orig.tar.gz + 07c6eaabc81d9fac7fbefbaa729da89a12f20bcf 5364 node-cacache_17.0.3+~cs10.3.7-2.debian.tar.xz +Checksums-Sha256: + 7fc8d1e55ce8cfe0422729c2e2c8d2896f001a3d4f5cc271cdac8bc1f2c50764 4337 node-cacache_17.0.3+~cs10.3.7-2.dsc + 83cf7dc113dacdbe3a2d05753edde01c37256cc97167ea5a8086ab85a78f2efd 35270 node-cacache_17.0.3+~cs10.3.7.orig-fs-minipass.tar.gz + 3ef1a21c4e93913862335baa64d3f06ab955eafa435880c3ea80afea5670e275 3361 node-cacache_17.0.3+~cs10.3.7.orig-gar-promisify.tar.gz + c7baff0c5b4c3c7af772be0b33087f3c16cf8fcce3459cd82a8481133765c2c2 24073 node-cacache_17.0.3+~cs10.3.7.orig-infer-owner.tar.gz + 32d9d3cd35eff94e6abcd968772915c8565b26686c3c6a97ff5e23304e313310 21638 node-cacache_17.0.3+~cs10.3.7.orig-npmcli-fs.tar.gz + 4ebdff0e49c3a9d76bbadaabded8f95c3dfb326a94fe5e940820b3efb658a871 11693 node-cacache_17.0.3+~cs10.3.7.orig-npmcli-move-file.tar.gz + 2daa2c943a9cf316eef10eda6883ac967ca32cc28de9decef147ea42bdc34283 54108 node-cacache_17.0.3+~cs10.3.7.orig.tar.gz + a7e258d43bc0b87db44eb172add4277380ff4835d55c09f1b371508cb3a385f8 5364 node-cacache_17.0.3+~cs10.3.7-2.debian.tar.xz +Files: + 7896ff6763cf33db7145a9741ef918be 4337 node-cacache_17.0.3+~cs10.3.7-2.dsc + 4885211b9cf2f530a54e6a725cc9556f 35270 node-cacache_17.0.3+~cs10.3.7.orig-fs-minipass.tar.gz + 1719f3e086640e4fbe17bdd9d35227df 3361 node-cacache_17.0.3+~cs10.3.7.orig-gar-promisify.tar.gz + 2256384bd90ca95dd229fa4d863d655d 24073 node-cacache_17.0.3+~cs10.3.7.orig-infer-owner.tar.gz + 1bd113d6c058ee74f1468eb4cb5a53f4 21638 node-cacache_17.0.3+~cs10.3.7.orig-npmcli-fs.tar.gz + 18eaddabd9ab10725b081d40e0925073 11693 node-cacache_17.0.3+~cs10.3.7.orig-npmcli-move-file.tar.gz + b326514e0ecddb6dc2b20fa7af93acda 54108 node-cacache_17.0.3+~cs10.3.7.orig.tar.gz + ca5add91061adee952496b59332d020b 5364 node-cacache_17.0.3+~cs10.3.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-camelcase +Binary: node-camelcase +Architecture: all +Version: 7.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonathan Ulrich Horn , Sruthi Chandran +Homepage: https://github.com/sindresorhus/camelcase +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-camelcase +Vcs-Git: https://salsa.debian.org/js-team/node-camelcase.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, ava , node-rollup-plugin-node-resolve, rollup +Package-List: + node-camelcase deb javascript optional arch=all +Directory: pool/3ba724deca30658731498675d3a58152bc2a2efde351d5d4b9d6a1d70a014deb +Checksums-Sha1: + 2f777004c743284e489be2172afa4cbbff1f8005 2142 node-camelcase_7.0.0-3.dsc + df2c28b8d079b383708583498017f97dd50d9436 6549 node-camelcase_7.0.0.orig.tar.gz + b76da1de4efb1d7ad3f61a65ca3c6b8d341d6f2d 2960 node-camelcase_7.0.0-3.debian.tar.xz +Checksums-Sha256: + 3ba724deca30658731498675d3a58152bc2a2efde351d5d4b9d6a1d70a014deb 2142 node-camelcase_7.0.0-3.dsc + e4805ad3764aed4153b0b72205a11b7117277ad9065fda84df13ce3d641ec4b2 6549 node-camelcase_7.0.0.orig.tar.gz + ac416598b0e8954a8dc8cef70a1cbfb7ad6bc6a1f9895eaf1a41d3e48051b829 2960 node-camelcase_7.0.0-3.debian.tar.xz +Files: + 330780c37ea342d5a93fe693051ac8ef 2142 node-camelcase_7.0.0-3.dsc + bb42165ebcd7874903043445e5078540 6549 node-camelcase_7.0.0.orig.tar.gz + a99617fc88b4236982a34ce04f7048de 2960 node-camelcase_7.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-caniuse-lite +Binary: node-caniuse-lite +Architecture: all +Version: 1.0.30001620+dfsg+~1.0.5-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/browserslist/caniuse-lite +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-caniuse-lite +Vcs-Git: https://salsa.debian.org/js-team/node-caniuse-lite.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-caniuse-db (>= 1.0.30001620~), node-jest-resolve, node-mdn-browser-compat-data (>= 5.5.28~), node-mz, node-ramda, node-write-file-promise, uvu +Package-List: + node-caniuse-lite deb javascript optional arch=all +Directory: pool/e449039142d76529e9eb7068edf735426916e2270a4863fcc3b95e04ee35060f +Checksums-Sha1: + 4b01dbaec2f146137b570df9e6b26458dade63cf 2754 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2.dsc + 15e91157555f4cf6f86618c92cd57c87a53af954 2660 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5.orig-types-caniuse-lite.tar.xz + 35017cd5044465a22a27e566dbcb974367d6076f 40148 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5.orig.tar.xz + d6bbe0d5a560871f208ce5e2440b73dc20aa87f5 10316 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2.debian.tar.xz +Checksums-Sha256: + e449039142d76529e9eb7068edf735426916e2270a4863fcc3b95e04ee35060f 2754 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2.dsc + d4648efe87ecce2de4476c8fcf3e0fa84429bc6b29161ec20aedb292862f24eb 2660 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5.orig-types-caniuse-lite.tar.xz + 7f0e95ad37207c56d57c5db3055a84eac47fe52d69fe30c97531d4fd95cb3fc5 40148 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5.orig.tar.xz + 51b02d7a39313227f56c3de3f827fc9b6944acbff2ffa084b6ced8a9fd11f59f 10316 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2.debian.tar.xz +Files: + 4a23fb3b1eb6cfb94b0d03a44ce8e134 2754 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2.dsc + 3574c467033e8b2ca2b83b91048d20a0 2660 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5.orig-types-caniuse-lite.tar.xz + c20ae9566da735e283c17f68b1695f50 40148 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5.orig.tar.xz + ca66950b2cb1f946a78bf2befb27391b 10316 node-caniuse-lite_1.0.30001620+dfsg+~1.0.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-chalk +Binary: node-chalk +Architecture: all +Version: 5.3.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Mathias Behrle +Homepage: https://github.com/chalk/chalk#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-chalk +Vcs-Git: https://salsa.debian.org/js-team/node-chalk.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.12.3~), node-ansi-styles , node-escape-string-regexp , node-execa , node-has-ansi , node-resolve-from , node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, node-strip-ansi , node-supports-color , node-tape , rollup +Package-List: + node-chalk deb javascript optional arch=all +Directory: pool/adf9abcf59d410cc8a91f625fbc198353f0024b83bc429cf25c68e10b62b467b +Checksums-Sha1: + 3a52cbe8a4a9d2378150aa620b8d94c0630a193e 2309 node-chalk_5.3.0-1.dsc + d580ecf42d82f0a3b0123e6f26403ecddf33db7e 311262 node-chalk_5.3.0.orig.tar.gz + 1a18fb3a6a60ad2d0c59843b27760a353d1a3d65 6968 node-chalk_5.3.0-1.debian.tar.xz +Checksums-Sha256: + adf9abcf59d410cc8a91f625fbc198353f0024b83bc429cf25c68e10b62b467b 2309 node-chalk_5.3.0-1.dsc + 931940b3134bf81a94914d32afa3fefee7d255c54bd1ed2c4ae1191bd3389634 311262 node-chalk_5.3.0.orig.tar.gz + 558933e336d64296581132f6b254db5d1f86c143b469074a1422f0cf365648ae 6968 node-chalk_5.3.0-1.debian.tar.xz +Files: + 8e0bb3074627bb7262b56e0051cb11bc 2309 node-chalk_5.3.0-1.dsc + a56ae70ab0ccf134d21dbbcdd89b76ed 311262 node-chalk_5.3.0.orig.tar.gz + 031ee6ac344d986398b0e6fb4c0b6e61 6968 node-chalk_5.3.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-chokidar +Binary: node-chokidar +Architecture: all +Version: 3.6.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/paulmillr/chokidar +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-chokidar +Vcs-Git: https://salsa.debian.org/js-team/node-chokidar.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai , debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-anymatch (>= 3.0.3+~2.0.7-2~) , node-async-each , node-braces , node-glob-parent , node-inherits , node-is-binary-path , node-is-glob , node-normalize-path , node-path-is-absolute , node-readdirp (>= 3.3.0) , node-rimraf , node-setimmediate , node-sinon (>= 7) , node-sinon-chai , nodejs +Package-List: + node-chokidar deb javascript optional arch=all +Directory: pool/8a41bb38cd1e89114a9f3a3b8f2d0e6ee646dc712dc2c9b97879734633b3b991 +Checksums-Sha1: + d67498e89dc7f65c110a49f84497ac286641f42b 2804 node-chokidar_3.6.0-2.dsc + 0394d6ddab7ea7fd690558f90051060be4edd7b3 8009 node-chokidar_3.6.0.orig-upath.tar.gz + 9d63bce19b7051d910c03c24a5214448773b5584 99336 node-chokidar_3.6.0.orig.tar.gz + 71636513d7e8ff960bb66a5b433ad389d8cb4bc8 4556 node-chokidar_3.6.0-2.debian.tar.xz +Checksums-Sha256: + 8a41bb38cd1e89114a9f3a3b8f2d0e6ee646dc712dc2c9b97879734633b3b991 2804 node-chokidar_3.6.0-2.dsc + bac7c105f4369922ac975c2f77a29c10c5a25334e03f41134d301c38724f561e 8009 node-chokidar_3.6.0.orig-upath.tar.gz + 504a3d883381883ad3df8f904ec0e182473cf3f3f31375fede491499645f07c2 99336 node-chokidar_3.6.0.orig.tar.gz + 69f1e00682d6705339b76c222a16b853de0a706e461950143b9a93d52d0ca74f 4556 node-chokidar_3.6.0-2.debian.tar.xz +Files: + 038fa959715064dba57587f27ee79087 2804 node-chokidar_3.6.0-2.dsc + b7d033b7a2656b504933cbde1da74746 8009 node-chokidar_3.6.0.orig-upath.tar.gz + caf89e3ad4af92171a234d059450a3c1 99336 node-chokidar_3.6.0.orig.tar.gz + aee4cce424da91f4fa39a73edbc65124 4556 node-chokidar_3.6.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-chownr +Binary: node-chownr +Architecture: all +Version: 2.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/isaacs/chownr#readme +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-chownr +Vcs-Git: https://salsa.debian.org/js-team/node-chownr.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tap , node-mkdirp (>= 1) , node-rimraf , dh-sequence-nodejs +Package-List: + node-chownr deb javascript optional arch=all +Directory: pool/d05750d797e8500396356a019f6628e7683f48c6c3b72e08c2a8dc59e77aa7a1 +Checksums-Sha1: + fa3e51c19c826092b1f45257fdc109ffedc1682c 2084 node-chownr_2.0.0-3.dsc + a8b6cdde8967859db8d3d3babb516c942548ce8c 31530 node-chownr_2.0.0.orig.tar.gz + f6fdeb3d41f3bead302d8e28f8bed3cb3cc67c02 3116 node-chownr_2.0.0-3.debian.tar.xz +Checksums-Sha256: + d05750d797e8500396356a019f6628e7683f48c6c3b72e08c2a8dc59e77aa7a1 2084 node-chownr_2.0.0-3.dsc + 631e001348c8a8cb37105d5708a4e87e9241837306cbcf08a3f841ec74888596 31530 node-chownr_2.0.0.orig.tar.gz + 5ce5a6cd2f33a9305f133497b115e2a1f209e33b11c33c8a81a54098608e3979 3116 node-chownr_2.0.0-3.debian.tar.xz +Files: + a4519eb165e8fd3390f4ebc1e09a1fee 2084 node-chownr_2.0.0-3.dsc + 5666a5896dc7273b9c2eef0860827b0d 31530 node-chownr_2.0.0.orig.tar.gz + f223917b584451066584129e76929a41 3116 node-chownr_2.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-chrome-trace-event +Binary: node-chrome-trace-event +Architecture: all +Version: 1.0.3-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/samccone/chrome-trace-event +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-chrome-trace-event +Vcs-Git: https://salsa.debian.org/js-team/node-chrome-trace-event.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tslib, node-typescript, node-tape +Package-List: + node-chrome-trace-event deb javascript optional arch=all +Directory: pool/81f9fd98a7c9bae7297293b5902c6e0c02650dc57ce4b33691d8f05fd732d762 +Checksums-Sha1: + 666b0015e0b0295a26e4a6955be1bae80363883c 2195 node-chrome-trace-event_1.0.3-2.dsc + ce0bc54edf8df8c8ba6f91febcc2c8c799f46ca4 6017 node-chrome-trace-event_1.0.3.orig.tar.gz + 9707060995c7da8eb4e70919334a961d00abb303 2772 node-chrome-trace-event_1.0.3-2.debian.tar.xz +Checksums-Sha256: + 81f9fd98a7c9bae7297293b5902c6e0c02650dc57ce4b33691d8f05fd732d762 2195 node-chrome-trace-event_1.0.3-2.dsc + 0a9950e7650f86c6a166371dc7247798f7c93bf0486dafdb9c38fc3e7fbe8076 6017 node-chrome-trace-event_1.0.3.orig.tar.gz + e007cc69c7d681e2ec1ab511828b7ce6a79193191ff20c0bf98480143c34fb4e 2772 node-chrome-trace-event_1.0.3-2.debian.tar.xz +Files: + 924ff8c5f1f4d481b2acb769c2bfeb91 2195 node-chrome-trace-event_1.0.3-2.dsc + fca5f868484e1834a147d599fbf82001 6017 node-chrome-trace-event_1.0.3.orig.tar.gz + c860ebdb078ef60a4fb124b3b92be4d0 2772 node-chrome-trace-event_1.0.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ci-info +Binary: node-ci-info +Architecture: all +Version: 4.0.0+~cs1.1.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Siddhesh Rane +Homepage: https://github.com/watson/ci-info +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-ci-info +Vcs-Git: https://salsa.debian.org/js-team/node-ci-info.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-caller-callsite , node-caller-path , node-callsites , node-resolve-from , node-tape +Package-List: + node-ci-info deb javascript optional arch=all +Directory: pool/d7b84c4a76e88f1ec8b9a5d6b3fbb6453196aafbc7030501cd4c3ed52e963d4a +Checksums-Sha1: + 0cfa64dcfdea3bcae78d3408794c70a30136cb64 2880 node-ci-info_4.0.0+~cs1.1.0-1.dsc + dbb4de7364d2ceb8348850ca131f3d494fbb9db9 3239 node-ci-info_4.0.0+~cs1.1.0.orig-is-interactive.tar.gz + 1bed9544a7464414f6a582a88d5d37079e8240ba 2800 node-ci-info_4.0.0+~cs1.1.0.orig-is-unicode-supported.tar.gz + 04e865e0c1ad5686814f67b91eaa00fcf206ca66 12896 node-ci-info_4.0.0+~cs1.1.0.orig.tar.gz + c843b56b1964582e299fe3a23182e3d0dc153665 5764 node-ci-info_4.0.0+~cs1.1.0-1.debian.tar.xz +Checksums-Sha256: + d7b84c4a76e88f1ec8b9a5d6b3fbb6453196aafbc7030501cd4c3ed52e963d4a 2880 node-ci-info_4.0.0+~cs1.1.0-1.dsc + b0927218aa0485e5b75fddc60f13c9b41510b0f8d79832a7afa46f8e963c1295 3239 node-ci-info_4.0.0+~cs1.1.0.orig-is-interactive.tar.gz + 4c95b1f2565909c79af3d3a30e84fc766f41f9b0a15c73e604fe2d0e606ec045 2800 node-ci-info_4.0.0+~cs1.1.0.orig-is-unicode-supported.tar.gz + 341f6a562fc13d85981309440729760fb98482f62871381cda4dd7f0eb549e39 12896 node-ci-info_4.0.0+~cs1.1.0.orig.tar.gz + 8d91d18bbd612662266e1f05cef7ce608b15d13493fef3f97f17bba5a65e76b6 5764 node-ci-info_4.0.0+~cs1.1.0-1.debian.tar.xz +Files: + 8315d7c50c6dddd15fd918e586b9fc4d 2880 node-ci-info_4.0.0+~cs1.1.0-1.dsc + 1df77aa682fb2b647824a6a13a21107a 3239 node-ci-info_4.0.0+~cs1.1.0.orig-is-interactive.tar.gz + d8536c30c40bd403daa2f8c326b05f15 2800 node-ci-info_4.0.0+~cs1.1.0.orig-is-unicode-supported.tar.gz + 023df5dee8b8f93fabb5ec6bb742f939 12896 node-ci-info_4.0.0+~cs1.1.0.orig.tar.gz + a775d201bc2b95e7604cefdc2ed94d20 5764 node-ci-info_4.0.0+~cs1.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-cjs-module-lexer +Binary: node-cjs-module-lexer +Architecture: all +Version: 1.2.3+dfsg-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/nodejs/cjs-module-lexer#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-cjs-module-lexer +Vcs-Git: https://salsa.debian.org/js-team/node-cjs-module-lexer.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, nodejs, pkg-js-autopkgtest +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, clang, lld, mocha , node-babel-cli, node-babel-core, node-babel-plugin-transform-modules-commonjs, terser, wasi-libc +Package-List: + node-cjs-module-lexer deb javascript optional arch=all +Directory: pool/04886f8148a7c6b212078dac9501bb033489c125cd6d3c30b8fa5a95af9faadb +Checksums-Sha1: + e9c2ae60c72d9bbeeded6ebdde9a5b7714f1b8c4 2337 node-cjs-module-lexer_1.2.3+dfsg-1.dsc + a2df34686a1872ec58da5230093a3d334b788a2d 46632 node-cjs-module-lexer_1.2.3+dfsg.orig.tar.xz + e651c2b5802ae4ffe51d6a0d5dffe12cad6d8f30 3972 node-cjs-module-lexer_1.2.3+dfsg-1.debian.tar.xz +Checksums-Sha256: + 04886f8148a7c6b212078dac9501bb033489c125cd6d3c30b8fa5a95af9faadb 2337 node-cjs-module-lexer_1.2.3+dfsg-1.dsc + 3435c56f1cf169ba0b6154b1a51b47c6516e06701f63b7b69aaeb6b0f28d866d 46632 node-cjs-module-lexer_1.2.3+dfsg.orig.tar.xz + 92e8d65c44a13c2c6fe1d7729ad8c25bea815082c48e7f1f11fdbe151e3f9b0c 3972 node-cjs-module-lexer_1.2.3+dfsg-1.debian.tar.xz +Files: + fac87cb71650ba7988514ed5d0414bfc 2337 node-cjs-module-lexer_1.2.3+dfsg-1.dsc + dc68b97265472d4167ba7c1c4d31b755 46632 node-cjs-module-lexer_1.2.3+dfsg.orig.tar.xz + 7fe3608405de1b776a04af81494e2be6 3972 node-cjs-module-lexer_1.2.3+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-cli-table +Binary: node-cli-table +Architecture: all +Version: 0.3.11+~cs0.13.4-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/Automattic/cli-table +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-cli-table +Vcs-Git: https://salsa.debian.org/js-team/node-cli-table.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper, debhelper-compat (= 13), dh-sequence-nodejs, jest , node-colors , node-object-assign , node-should , node-string-width , node-tape +Package-List: + node-cli-table deb javascript optional arch=all +Directory: pool/dbd1c59c441fb9a83f5204aac6dc2b6a3a5d599c2e6d74ba4469a923104eb5c7 +Checksums-Sha1: + e746039318dd0579a124814917ca125a97388f58 3649 node-cli-table_0.3.11+~cs0.13.4-3.dsc + 1479a3a56a28ce19b1779359a5a173a89d1fb6de 47643 node-cli-table_0.3.11+~cs0.13.4.orig-cli-table2.tar.gz + 4961f5f29ffa5d5ec502adcebaf9042eafda75df 127820 node-cli-table_0.3.11+~cs0.13.4.orig-cli-table3.tar.gz + f1857156bf5fd115c6a2db260ba0be1f8fc5671c 1751 node-cli-table_0.3.11+~cs0.13.4.orig-types-cli-table.tar.gz + 894d572b2017a249e4cd6db7a0568d36bb7c9d2f 2165 node-cli-table_0.3.11+~cs0.13.4.orig-types-cli-table2.tar.gz + 42c23492df19fd61285065273a1fdb7b23bf1cff 10684 node-cli-table_0.3.11+~cs0.13.4.orig.tar.gz + 8b449942aa6a2a6e152b96d76de064fc28d67ffe 5856 node-cli-table_0.3.11+~cs0.13.4-3.debian.tar.xz +Checksums-Sha256: + dbd1c59c441fb9a83f5204aac6dc2b6a3a5d599c2e6d74ba4469a923104eb5c7 3649 node-cli-table_0.3.11+~cs0.13.4-3.dsc + 90073fa45917361530ebb7adceb21cc6224b41a67d4b9e4766229c1796c7b612 47643 node-cli-table_0.3.11+~cs0.13.4.orig-cli-table2.tar.gz + f267fc849df19f5551ea39215d131bf561bc8f12759aba0282d90a292cb41d98 127820 node-cli-table_0.3.11+~cs0.13.4.orig-cli-table3.tar.gz + 36bcaf9746b3db9ef2acee9522d5d1beb42aecb64ea7485e024b5717f5e44800 1751 node-cli-table_0.3.11+~cs0.13.4.orig-types-cli-table.tar.gz + 2e56da81ca41e4156dd8fb88cd55b0a9832165ed865532afd46592faf958f12e 2165 node-cli-table_0.3.11+~cs0.13.4.orig-types-cli-table2.tar.gz + b00e715efe9914ca9377ef56234fcb32446d417944bf8bc1e18687a8fe45e15b 10684 node-cli-table_0.3.11+~cs0.13.4.orig.tar.gz + ef8080710ce545c134c30bff884ec9bb1c78aecf1c5f7502827eadc59ac1a450 5856 node-cli-table_0.3.11+~cs0.13.4-3.debian.tar.xz +Files: + 23fef72503e7ec0e3a54a06de947e3ac 3649 node-cli-table_0.3.11+~cs0.13.4-3.dsc + 81ff5d10ab525deeca82883de83eebad 47643 node-cli-table_0.3.11+~cs0.13.4.orig-cli-table2.tar.gz + e970da1fe19bff338bf4ad1213adcf77 127820 node-cli-table_0.3.11+~cs0.13.4.orig-cli-table3.tar.gz + 2d9b369afeb08b2ac8ec904457bd0c4b 1751 node-cli-table_0.3.11+~cs0.13.4.orig-types-cli-table.tar.gz + 9aa0beb48e81246eb37eadc274cbab93 2165 node-cli-table_0.3.11+~cs0.13.4.orig-types-cli-table2.tar.gz + 2c1aac680b02eca09cf079d83477508b 10684 node-cli-table_0.3.11+~cs0.13.4.orig.tar.gz + 2915f8f3e0aee9e09d46abcc588a54ba 5856 node-cli-table_0.3.11+~cs0.13.4-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-cliui +Binary: node-cliui +Architecture: all +Version: 7.0.4+repack+1+~cs1.4.2-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi +Homepage: https://github.com/yargs/cliui#readme +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-cliui +Vcs-Git: https://salsa.debian.org/js-team/node-cliui.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai, debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, mocha , node-chalk, node-rollup-plugin-typescript, node-string-width, node-strip-ansi, node-typescript, node-wrap-ansi, rollup +Package-List: + node-cliui deb javascript optional arch=all +Directory: pool/c2b495c5405cdd97394932275549552fb1e6a1169c16c9d39004c417be0d8616 +Checksums-Sha1: + 8d29c5d22f8760d1d532c286b93956ef29a817d9 2634 node-cliui_7.0.4+repack+1+~cs1.4.2-2.dsc + af843fa93e079da649cd47637640669e35828429 51381 node-cliui_7.0.4+repack+1+~cs1.4.2.orig-jackspeak.tar.gz + 8d72fa1d61bf2bd4add654b35d6551b668d7d562 30501 node-cliui_7.0.4+repack+1+~cs1.4.2.orig.tar.gz + 970ce805dbf0ba022199d124dc812c8cbdff50c5 5868 node-cliui_7.0.4+repack+1+~cs1.4.2-2.debian.tar.xz +Checksums-Sha256: + c2b495c5405cdd97394932275549552fb1e6a1169c16c9d39004c417be0d8616 2634 node-cliui_7.0.4+repack+1+~cs1.4.2-2.dsc + 8c64faa6ac629c88f2d6ef8ecf1601213d3850f722c12f3cdd23c8cdfb22bef7 51381 node-cliui_7.0.4+repack+1+~cs1.4.2.orig-jackspeak.tar.gz + 570aa8f13d38be240fba92b8cf44731ce0f50509a27a97833aa3ad7295c9020c 30501 node-cliui_7.0.4+repack+1+~cs1.4.2.orig.tar.gz + 37076e98b6dcdc17afab995705451338a67a8c6f0660d727d0dac06f18745ee2 5868 node-cliui_7.0.4+repack+1+~cs1.4.2-2.debian.tar.xz +Files: + acc9603e7a8a0d76a64ba2b732434545 2634 node-cliui_7.0.4+repack+1+~cs1.4.2-2.dsc + c06a35f2849e742fae1cc876c32eefce 51381 node-cliui_7.0.4+repack+1+~cs1.4.2.orig-jackspeak.tar.gz + 1b10dba747b8a21e6bfe650f335f12d1 30501 node-cliui_7.0.4+repack+1+~cs1.4.2.orig.tar.gz + 82689d45faa3903bcb9ba7a1800ddc82 5868 node-cliui_7.0.4+repack+1+~cs1.4.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-clone-deep +Binary: node-clone-deep +Architecture: all +Version: 4.0.1+~cs7.0.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jonschlinkert/clone-deep +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-clone-deep +Vcs-Git: https://salsa.debian.org/js-team/node-clone-deep.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-for-own , node-is-extendable , node-is-plain-object (>= 5.0.0~) , node-kind-of +Package-List: + node-clone-deep deb javascript optional arch=all +Directory: pool/678abe3aa890f1e370f149c040a21b6798b6c54a7a4ebf88c3729a91b529230e +Checksums-Sha1: + 8a597aaa678fa5872e01ff7aaa88a35a0bcff6b0 2925 node-clone-deep_4.0.1+~cs7.0.2-1.dsc + a3591850585153b989f4833df116d897d52d6d31 6309 node-clone-deep_4.0.1+~cs7.0.2.orig-shallow-clone.tar.gz + 7c488443ab9f571cd343d774551b78e9264ea990 1525 node-clone-deep_4.0.1+~cs7.0.2.orig-types-clone-deep.tar.gz + 5cc78f0218dc5811841f7ec3e969676d15cc7c73 6098 node-clone-deep_4.0.1+~cs7.0.2.orig.tar.gz + b6fbda678e7b606f8593cf1d41c32dbf5b5f3f2b 3440 node-clone-deep_4.0.1+~cs7.0.2-1.debian.tar.xz +Checksums-Sha256: + 678abe3aa890f1e370f149c040a21b6798b6c54a7a4ebf88c3729a91b529230e 2925 node-clone-deep_4.0.1+~cs7.0.2-1.dsc + 2d7e6692bfce5fea7a89d0aa344d51c6d3b39095a22cd589e926f51a87e856b5 6309 node-clone-deep_4.0.1+~cs7.0.2.orig-shallow-clone.tar.gz + b61a4ce95af0696376f25b442b770dabdc79c66d6ba862c10222179736fc1bb0 1525 node-clone-deep_4.0.1+~cs7.0.2.orig-types-clone-deep.tar.gz + a517f646d79b7a551165e63574d2d9a6e855b30bd3fd8ba45e3756d26ca48a87 6098 node-clone-deep_4.0.1+~cs7.0.2.orig.tar.gz + e125dcfaa90bfad27e515f4fa54d5447810753e150a96979002b587fe6d0a9f9 3440 node-clone-deep_4.0.1+~cs7.0.2-1.debian.tar.xz +Files: + 075cfdbbfd49040082c2565d096ed795 2925 node-clone-deep_4.0.1+~cs7.0.2-1.dsc + 035c0cad2815f85fcf40c686bf089e3f 6309 node-clone-deep_4.0.1+~cs7.0.2.orig-shallow-clone.tar.gz + b501585f22546221631be247258465f8 1525 node-clone-deep_4.0.1+~cs7.0.2.orig-types-clone-deep.tar.gz + 0dc006324551f40817e15d7fb765cc4f 6098 node-clone-deep_4.0.1+~cs7.0.2.orig.tar.gz + 5533d8067a6faa223e3eb27eb90e1964 3440 node-clone-deep_4.0.1+~cs7.0.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-clone +Binary: node-clone +Architecture: all +Version: 2.1.2+~2.1.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/pvorb/node-clone +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-clone +Vcs-Git: https://salsa.debian.org/js-team/node-clone.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, nodeunit +Package-List: + node-clone deb javascript optional arch=all +Directory: pool/77b1eba83fa9abd94cb945678e7f2e2523ffbc88f34b2d5cba197c2f09f04a8a +Checksums-Sha1: + 60c0843484c829b46e0fc47de4b0534d5af2e751 2361 node-clone_2.1.2+~2.1.2-1.dsc + 94ad2e8909eb214e0eebac3b350a5c88118dc76d 2148 node-clone_2.1.2+~2.1.2.orig-types-clone.tar.gz + 1fbdb61fdff4178ee4dc7c6061937017d2c0d752 10348 node-clone_2.1.2+~2.1.2.orig.tar.gz + df86b8932ce68e31d283662afede195ed0fc9b87 3204 node-clone_2.1.2+~2.1.2-1.debian.tar.xz +Checksums-Sha256: + 77b1eba83fa9abd94cb945678e7f2e2523ffbc88f34b2d5cba197c2f09f04a8a 2361 node-clone_2.1.2+~2.1.2-1.dsc + c3c5d19375723bfd3b7c8853224e665a4505f2ef22eb59a0a295482cffc795f8 2148 node-clone_2.1.2+~2.1.2.orig-types-clone.tar.gz + b085c427e4647b3eb688b9669ad9baabad4cbd216921bc0324b2d9bab16bec87 10348 node-clone_2.1.2+~2.1.2.orig.tar.gz + 9e14df7a77315724133a2d17c5ff566a603ce97382bbf74defc9b970f3f90aa6 3204 node-clone_2.1.2+~2.1.2-1.debian.tar.xz +Files: + b1af82343caa99bcec8e694faf1d86cb 2361 node-clone_2.1.2+~2.1.2-1.dsc + 92a509cc8b5f81f0ae57d56720cec50f 2148 node-clone_2.1.2+~2.1.2.orig-types-clone.tar.gz + 269a34b1464b1990c4f54c456472bfb2 10348 node-clone_2.1.2+~2.1.2.orig.tar.gz + 08cab326cb66126f44cb2225c9752c71 3204 node-clone_2.1.2+~2.1.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-color-convert +Binary: node-color-convert +Architecture: all +Version: 2.0.1+~cs2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/qix-/color-convert#readme +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-color-convert +Vcs-Git: https://salsa.debian.org/js-team/node-color-convert.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-chalk , node-color-name , nodejs +Package-List: + node-color-convert deb javascript optional arch=all +Directory: pool/149e9dddb62e384f9b8e7ec79e464830954b470763fa3b3d709ac6894e70543d +Checksums-Sha1: + 61fa7cf15705c33ed14d370ede099ac9570be93a 2525 node-color-convert_2.0.1+~cs2.0.0-2.dsc + 8f5ee6b9e863dcbee5703f5a517ffb13d3ea4e22 4061 node-color-convert_2.0.1+~cs2.0.0.orig-types.tar.gz + df47445095f14ce4a70ffab7443dda5e212ac5db 11791 node-color-convert_2.0.1+~cs2.0.0.orig.tar.gz + 3996dc532acd6be30f1d5c5936f7f0a4560f3b28 2948 node-color-convert_2.0.1+~cs2.0.0-2.debian.tar.xz +Checksums-Sha256: + 149e9dddb62e384f9b8e7ec79e464830954b470763fa3b3d709ac6894e70543d 2525 node-color-convert_2.0.1+~cs2.0.0-2.dsc + 0085f85f4cdaa437a9c3d3f7216b57dbc1764d3f3f817a209601bb3e69645b5a 4061 node-color-convert_2.0.1+~cs2.0.0.orig-types.tar.gz + 9cfbd705bb3db600a9b1b61a55bc1e36f10636682e0f5ffa88ab9162eaa9acd0 11791 node-color-convert_2.0.1+~cs2.0.0.orig.tar.gz + 191d0c23618777ef6c121bcc7aa18b6df8d525d8021a1daa9b584d1e4c44f6fa 2948 node-color-convert_2.0.1+~cs2.0.0-2.debian.tar.xz +Files: + 305b4a37e221a7bc3cf033e67f392a8e 2525 node-color-convert_2.0.1+~cs2.0.0-2.dsc + 6f29ac764ecd9c8290ec4f20ea9d4b3d 4061 node-color-convert_2.0.1+~cs2.0.0.orig-types.tar.gz + 7863c55c7134e74e23395f9b7f7cbe69 11791 node-color-convert_2.0.1+~cs2.0.0.orig.tar.gz + a0b6e644a664179773efa3b4fc01cc75 2948 node-color-convert_2.0.1+~cs2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-color-name +Binary: node-color-name +Architecture: all +Version: 1.1.4+~1.1.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Gazala M +Homepage: https://github.com/dfcreative/color-name +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-color-name +Vcs-Git: https://salsa.debian.org/js-team/node-color-name.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-color-name deb javascript optional arch=all +Directory: pool/0479a3abbf02ce16644100915d228c741cb1898be2b83d0a2d587aa1a9be2bb6 +Checksums-Sha1: + 71406589d4392760b838fefa7219c1e98140a75a 2447 node-color-name_1.1.4+~1.1.1-2.dsc + 1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0 2296 node-color-name_1.1.4+~1.1.1.orig-types-color-name.tar.gz + 56b1dbc4d559e7a0dc0244c526ac1589326c5c3b 4137 node-color-name_1.1.4+~1.1.1.orig.tar.gz + a5e5105962157f397e492cb5ec0114dbde720c6a 2960 node-color-name_1.1.4+~1.1.1-2.debian.tar.xz +Checksums-Sha256: + 0479a3abbf02ce16644100915d228c741cb1898be2b83d0a2d587aa1a9be2bb6 2447 node-color-name_1.1.4+~1.1.1-2.dsc + e4354b0e6737e6154ae0910f39f4a7cbe6d13c52b74617da66ac116ef3acc161 2296 node-color-name_1.1.4+~1.1.1.orig-types-color-name.tar.gz + cddf05f67ddc8d112ae0e60f4b52fa7e049d288635324b5fa5e385b7ade94fc7 4137 node-color-name_1.1.4+~1.1.1.orig.tar.gz + fc72c0e012101951324a735f3a455569d9ec207bbd3491e8fc0ea3b9b1e37be8 2960 node-color-name_1.1.4+~1.1.1-2.debian.tar.xz +Files: + ce4508c0a082192174edd1a5877c022d 2447 node-color-name_1.1.4+~1.1.1-2.dsc + 1513e971c589438d6d11f3da91478fee 2296 node-color-name_1.1.4+~1.1.1.orig-types-color-name.tar.gz + 158faa8ec81fc2621652589d0a9a589e 4137 node-color-name_1.1.4+~1.1.1.orig.tar.gz + cc4c65e0e17e042b7d491b41f25d82bf 2960 node-color-name_1.1.4+~1.1.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-columnify +Binary: node-columnify +Architecture: all +Version: 1.6.0+~1.5.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/timoxley/columnify +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-columnify +Vcs-Git: https://salsa.debian.org/js-team/node-columnify.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-babel7, node-strip-ansi , node-tape , node-wcwidth.js +Package-List: + node-columnify deb javascript optional arch=all +Directory: pool/e4d2467057e9405cab644053189f92d6fb7a1bd3814db1e61682c3c9858a3ebc +Checksums-Sha1: + 8f3c2963e8cd659b14a6c5de3811e96152abda5e 2510 node-columnify_1.6.0+~1.5.1-1.dsc + c6551c5e8614e13a6ccee97c5172637815066d6b 1856 node-columnify_1.6.0+~1.5.1.orig-types-columnify.tar.gz + 23a8102743c9c13d4019a2c4f8af5b0e2b81c89a 6191601 node-columnify_1.6.0+~1.5.1.orig.tar.gz + 20188608cf9c7be91e34ed875f328daf4ef299b1 3764 node-columnify_1.6.0+~1.5.1-1.debian.tar.xz +Checksums-Sha256: + e4d2467057e9405cab644053189f92d6fb7a1bd3814db1e61682c3c9858a3ebc 2510 node-columnify_1.6.0+~1.5.1-1.dsc + a327d558cea34a31a16042c8b880c61c93ab4eb451e49e6f1d0b6e66cfc39d1e 1856 node-columnify_1.6.0+~1.5.1.orig-types-columnify.tar.gz + 105ae0ed737307562797b2b9846b623907ea558f97665d206cfd67046fb1a763 6191601 node-columnify_1.6.0+~1.5.1.orig.tar.gz + b8680dd4247f4dde07f3493152375534368f151ccf1531a348dd13b09b005c19 3764 node-columnify_1.6.0+~1.5.1-1.debian.tar.xz +Files: + c29546675079c945a4b5ece5160fb6b0 2510 node-columnify_1.6.0+~1.5.1-1.dsc + 80a1a04b713a5e712a85bfb3e06c0bfc 1856 node-columnify_1.6.0+~1.5.1.orig-types-columnify.tar.gz + b03d30deb23384e3da8b208526a87f8c 6191601 node-columnify_1.6.0+~1.5.1.orig.tar.gz + eccbe9d6c58f32fe71b42800ec011121 3764 node-columnify_1.6.0+~1.5.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-commander +Binary: node-commander +Architecture: all +Version: 9.4.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/tj/commander.js +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-commander +Vcs-Git: https://salsa.debian.org/js-team/node-commander.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest , node-types-jest, ts-jest +Package-List: + node-commander deb javascript optional arch=all +Directory: pool/4f9768766748362fda3ca5d3aeafe0dfc5381a32c4a4340ed1c1fc23221cae99 +Checksums-Sha1: + 861ef8a31e02aa35ec225d82b7cbff96dbdfabdc 2080 node-commander_9.4.1-1.dsc + fbef14b52f1f80c3426994cd0177583358869294 253331 node-commander_9.4.1.orig.tar.gz + a31a34da5cce258b0cebebba604e3e22b6b7da76 4944 node-commander_9.4.1-1.debian.tar.xz +Checksums-Sha256: + 4f9768766748362fda3ca5d3aeafe0dfc5381a32c4a4340ed1c1fc23221cae99 2080 node-commander_9.4.1-1.dsc + 591ba7850546f51a710a776f9271f1401a08b0e2b831cbbc8354415273a9da12 253331 node-commander_9.4.1.orig.tar.gz + 33921d3e309ef4291f2cd27e29c7a40d10b3fdda65f18d8c92d7162afc167f9f 4944 node-commander_9.4.1-1.debian.tar.xz +Files: + 0d781a77d56de6996ad8446ec199c116 2080 node-commander_9.4.1-1.dsc + e39534e37290ef0051744669752554cf 253331 node-commander_9.4.1.orig.tar.gz + 49ff476ff458433dfc16debf8af779aa 4944 node-commander_9.4.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-commondir +Binary: node-commondir +Architecture: all +Version: 1.0.1+~1.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/substack/node-commondir +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-commondir +Vcs-Git: https://salsa.debian.org/js-team/node-commondir.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-commondir deb javascript optional arch=all +Directory: pool/b50f98506b9fd3c7473d54212d67c29003074deac91eb02867277f6507161b24 +Checksums-Sha1: + 56f0eb356c8b866da631be8b0e10500b705d9318 2437 node-commondir_1.0.1+~1.0.0-1.dsc + c1cd488eb713954b58cee1a7fc1d26ec57b48249 1651 node-commondir_1.0.1+~1.0.0.orig-types-commondir.tar.gz + 7ca41e569e9bdcfa352e90348654fb2509a6fe5f 2451 node-commondir_1.0.1+~1.0.0.orig.tar.gz + 4f0ed70b41853ffe42698e8d624a43c9153160fc 2980 node-commondir_1.0.1+~1.0.0-1.debian.tar.xz +Checksums-Sha256: + b50f98506b9fd3c7473d54212d67c29003074deac91eb02867277f6507161b24 2437 node-commondir_1.0.1+~1.0.0-1.dsc + 2d37f05c9cd85692b3ed3107c1d4a72acfddb51aa4d4a670e95e0111fbb981e0 1651 node-commondir_1.0.1+~1.0.0.orig-types-commondir.tar.gz + 22242da977584f3f62a2cd7e3e014904b21efc68a91e78c67a0c545848a3de4b 2451 node-commondir_1.0.1+~1.0.0.orig.tar.gz + 37c043264b6deee94fbe00d8ae4bb91048e21cb377712723fc53d862f30d372f 2980 node-commondir_1.0.1+~1.0.0-1.debian.tar.xz +Files: + ca29dc62358c6945fc4fefb0f9f7e961 2437 node-commondir_1.0.1+~1.0.0-1.dsc + 1452ceddf021f98927ebf46d6969b0b0 1651 node-commondir_1.0.1+~1.0.0.orig-types-commondir.tar.gz + 0384f99a3433b7f80f151d6617ae50ed 2451 node-commondir_1.0.1+~1.0.0.orig.tar.gz + b8ea4f48d47c5803a941ca48f87d8363 2980 node-commondir_1.0.1+~1.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-concat-stream +Binary: node-concat-stream +Architecture: all +Version: 2.0.0+~2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/maxogden/concat-stream +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-concat-stream +Vcs-Git: https://salsa.debian.org/js-team/node-concat-stream.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-inherits , node-readable-stream , node-tape , node-typedarray +Package-List: + node-concat-stream deb javascript optional arch=all +Directory: pool/f7ec4490bc0b6e8cb9fe5ce640116889d4745c292330de0769bd1d2740540b89 +Checksums-Sha1: + 08c89eee27f3f1b6107c4b8eb4c330ecdf6dde09 2587 node-concat-stream_2.0.0+~2.0.0-2.dsc + a716f0ba9015014e643addb351da05a73bef425c 1734 node-concat-stream_2.0.0+~2.0.0.orig-types-concat-stream.tar.gz + ab748ddc3ed397b1335cbaf02807b5aeef4b2736 5788 node-concat-stream_2.0.0+~2.0.0.orig.tar.gz + a527a516836fbdaedc3e09bafd287ae3c77a0b74 4544 node-concat-stream_2.0.0+~2.0.0-2.debian.tar.xz +Checksums-Sha256: + f7ec4490bc0b6e8cb9fe5ce640116889d4745c292330de0769bd1d2740540b89 2587 node-concat-stream_2.0.0+~2.0.0-2.dsc + 7223272cba2cf188302875ce3a8f013b23b07e860ad236ed85873ca331b71747 1734 node-concat-stream_2.0.0+~2.0.0.orig-types-concat-stream.tar.gz + fa0f6c23ddfcd609356cc77b3d58ec943c209f5526e06c41032ed82daffe7915 5788 node-concat-stream_2.0.0+~2.0.0.orig.tar.gz + f99e486a84c9175ac5b86a89d44b8de96bd0cc429d4f2fefa15990376a8f7a1e 4544 node-concat-stream_2.0.0+~2.0.0-2.debian.tar.xz +Files: + 66ce2d7f3115a4457e23e5911227bd05 2587 node-concat-stream_2.0.0+~2.0.0-2.dsc + 4633ae0567a61ab178be00ec49ef2f01 1734 node-concat-stream_2.0.0+~2.0.0.orig-types-concat-stream.tar.gz + daadff194d4f8ee4dd9e40aaf3f1ed68 5788 node-concat-stream_2.0.0+~2.0.0.orig.tar.gz + 3fc8ed1e3efb72c54f92e1afaead6704 4544 node-concat-stream_2.0.0+~2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-console-control-strings +Binary: node-console-control-strings +Architecture: all +Version: 1.1.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Ajinkya Chavan +Homepage: https://github.com/iarna/console-control-strings +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-console-control-strings +Vcs-Git: https://salsa.debian.org/js-team/node-console-control-strings.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tap, dh-sequence-nodejs +Package-List: + node-console-control-strings deb javascript optional arch=all +Directory: pool/0ccd198c989ec0bd08717d2fe0dc83f2bdce7ff0e1cd516ddfefb46315a25364 +Checksums-Sha1: + 02908d081954e62c5d9d9533c226837bfb543cd8 2213 node-console-control-strings_1.1.0-3.dsc + f6a54bb8606d5557e258217801630539d236b3c4 4885 node-console-control-strings_1.1.0.orig.tar.gz + 7a0c9d06310ba74813bee3ec6a673e067b52083b 2856 node-console-control-strings_1.1.0-3.debian.tar.xz +Checksums-Sha256: + 0ccd198c989ec0bd08717d2fe0dc83f2bdce7ff0e1cd516ddfefb46315a25364 2213 node-console-control-strings_1.1.0-3.dsc + 241325a85f5a3057fb622bd113b310af5ebad8163929b2e42f9b6f6fa31c27cd 4885 node-console-control-strings_1.1.0.orig.tar.gz + dd50d23e388dfbab42dba08c5a7c4a62ce6460147a0db4d8429add491419ef49 2856 node-console-control-strings_1.1.0-3.debian.tar.xz +Files: + fef287130a536bce523f20ac2e8868e7 2213 node-console-control-strings_1.1.0-3.dsc + b0364141bbc924e05ea4b75b729062e3 4885 node-console-control-strings_1.1.0.orig.tar.gz + a69346a2063dfba0974560298cda847f 2856 node-console-control-strings_1.1.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-convert-source-map +Binary: node-convert-source-map +Architecture: all +Version: 1.9.0+~1.5.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/thlorenz/convert-source-map +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-convert-source-map +Vcs-Git: https://salsa.debian.org/js-team/node-convert-source-map.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: nodejs +Build-Depends: debhelper-compat (= 13), node-inline-source-map , node-tap , dh-sequence-nodejs +Package-List: + node-convert-source-map deb javascript optional arch=all +Directory: pool/e9cef5605c9e466b3f0a9f001661e86bc7181602af8fb613f80df4932033cb7d +Checksums-Sha1: + 8f1f83ae1010efe4e7018354c67b26ae1965be93 2665 node-convert-source-map_1.9.0+~1.5.2-1.dsc + 318dc22d476632a4855594c16970c6dc3ed086e7 2607 node-convert-source-map_1.9.0+~1.5.2.orig-types-convert-source-map.tar.gz + 71df349417ab8b5b29d2bcaff54120dc93bf67b3 8479 node-convert-source-map_1.9.0+~1.5.2.orig.tar.gz + cf269c6bdaa83ab818a375badba0d894cfcbdb97 4304 node-convert-source-map_1.9.0+~1.5.2-1.debian.tar.xz +Checksums-Sha256: + e9cef5605c9e466b3f0a9f001661e86bc7181602af8fb613f80df4932033cb7d 2665 node-convert-source-map_1.9.0+~1.5.2-1.dsc + c07fa9bb5992bc2dceaa169788633e4fc03c90d60393211c64d1b330447bfe7f 2607 node-convert-source-map_1.9.0+~1.5.2.orig-types-convert-source-map.tar.gz + 240b2f9160153ff9a24b36e28830191dc86451a39f79ce877c02719168054458 8479 node-convert-source-map_1.9.0+~1.5.2.orig.tar.gz + 5d508a2c76c131a1f3d66783cf2ee65ef4ba55defd8098c20df4297f8c5fbf9d 4304 node-convert-source-map_1.9.0+~1.5.2-1.debian.tar.xz +Files: + 19c2b17f2b6cdf5f9b1f73f7a489cf7f 2665 node-convert-source-map_1.9.0+~1.5.2-1.dsc + e2a654088beb5cc79842b66ed27158b5 2607 node-convert-source-map_1.9.0+~1.5.2.orig-types-convert-source-map.tar.gz + d58ebe44e8bed3bd2936fabe8a778bc1 8479 node-convert-source-map_1.9.0+~1.5.2.orig.tar.gz + dfbc1a41f84be97b3660cf3421a4f458 4304 node-convert-source-map_1.9.0+~1.5.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-copy-concurrently +Binary: node-copy-concurrently +Architecture: all +Version: 1.0.5-9 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://www.npmjs.com/package/copy-concurrently +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-copy-concurrently +Vcs-Git: https://salsa.debian.org/js-team/node-copy-concurrently.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-aproba , node-fs-write-stream-atomic (>= 1.0.10-6~) , node-iferr , node-mkdirp (>= 1) , node-rimraf , node-run-queue , node-tacks , node-tap +Package-List: + node-copy-concurrently deb javascript optional arch=all +Directory: pool/2fb977c892e8129a06a45fc2cf324fb49610282b802f62ade9e1e3755a24a822 +Checksums-Sha1: + 229d0e3fa0eea21dd21db3cf3db23df7e6671dac 2362 node-copy-concurrently_1.0.5-9.dsc + dd9a24411058189e2d66b677632d5fe661eb2531 7636 node-copy-concurrently_1.0.5.orig.tar.gz + ceaf867fb48f6e8ece5a60594b8b571671747bca 3396 node-copy-concurrently_1.0.5-9.debian.tar.xz +Checksums-Sha256: + 2fb977c892e8129a06a45fc2cf324fb49610282b802f62ade9e1e3755a24a822 2362 node-copy-concurrently_1.0.5-9.dsc + 03eae27bed0b6e09a904e5867323f2bb2ec7242f6a84af9e98fc5a4179495558 7636 node-copy-concurrently_1.0.5.orig.tar.gz + 4a001d5c698b1fa8622c9f79c58b7d1e06487a9c1367d0506ee425bcbd7e9a45 3396 node-copy-concurrently_1.0.5-9.debian.tar.xz +Files: + c6f0f5f78c41ab15bb2c501cf22ea259 2362 node-copy-concurrently_1.0.5-9.dsc + a63c937d2599291122ed598f286f4d53 7636 node-copy-concurrently_1.0.5.orig.tar.gz + 437a61f33c5622a9edb543b376d114a5 3396 node-copy-concurrently_1.0.5-9.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-core-js +Binary: node-core-js, node-core-js-builder, node-core-js-bundle, node-core-js-compat, node-core-js-pure +Architecture: all +Version: 3.33.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/zloirock/core-js#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-core-js +Vcs-Git: https://salsa.debian.org/js-team/node-core-js.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.18~), node-babel7, node-browserslist, node-mkdirp, node-semver, terser (>= 5), webpack (>= 5), zx, dh-nodejs +Package-List: + node-core-js deb javascript optional arch=all + node-core-js-builder deb javascript optional arch=all + node-core-js-bundle deb javascript optional arch=all + node-core-js-compat deb javascript optional arch=all + node-core-js-pure deb javascript optional arch=all +Directory: pool/1ac1fe0d58ca42a12bf51f0ef08cc90ead98ef1ecd399ad3e3cc81698229daed +Checksums-Sha1: + 48e57530301736a2b00809e4231f97961c4bea01 2450 node-core-js_3.33.2-1.dsc + c2e92fca5ff83839a66da2c42f9d8afc0baa32c1 1039489 node-core-js_3.33.2.orig.tar.gz + 265a06b8078743c30e2cbf87f68f7b2d7f0ad95f 8148 node-core-js_3.33.2-1.debian.tar.xz +Checksums-Sha256: + 1ac1fe0d58ca42a12bf51f0ef08cc90ead98ef1ecd399ad3e3cc81698229daed 2450 node-core-js_3.33.2-1.dsc + 142c0abeb0db10d5c3cf25343c266b40a92b6636806c4f52518fa02fe9b1c630 1039489 node-core-js_3.33.2.orig.tar.gz + b0d2488cae88374adbd6398555b2b67d4a8a4a7cfc91b916f9e0af9c6b03ce80 8148 node-core-js_3.33.2-1.debian.tar.xz +Files: + 37d9bcf4454734ac4f69bba187e8c49e 2450 node-core-js_3.33.2-1.dsc + 9b7c17a4780c91b7eefaa94a3cf503be 1039489 node-core-js_3.33.2.orig.tar.gz + 142b708308d0c8ef20a5c96944a98278 8148 node-core-js_3.33.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-core-util-is +Binary: node-core-util-is +Architecture: all +Version: 1.0.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/isaacs/core-util-is +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-core-util-is +Vcs-Git: https://salsa.debian.org/js-team/node-core-util-is.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tap , dh-sequence-nodejs +Package-List: + node-core-util-is deb javascript optional arch=all +Directory: pool/2708191c69b403231c3b3c4ab5bb93956a364eea226404472997ddb0bbe5d470 +Checksums-Sha1: + 8f1dc94053e71ee6aa50c549240b8e1a56b5d5e8 2116 node-core-util-is_1.0.3-1.dsc + 0d3d05c9c8a62ced4e77c6980f72194833ed944d 64378 node-core-util-is_1.0.3.orig.tar.gz + f5ecdbbca438914c69071f12428bad5efa89eb80 3420 node-core-util-is_1.0.3-1.debian.tar.xz +Checksums-Sha256: + 2708191c69b403231c3b3c4ab5bb93956a364eea226404472997ddb0bbe5d470 2116 node-core-util-is_1.0.3-1.dsc + 47ed86a500417a0f9325072c0dbc97bf2b4f6c6463f8f8691751f98bba0f7735 64378 node-core-util-is_1.0.3.orig.tar.gz + e33cb89c07c9b886111b446b5e91441fda77c8e57386ba9afa1e919009a45822 3420 node-core-util-is_1.0.3-1.debian.tar.xz +Files: + d9e2e7ce03f2f95a190307c278cded29 2116 node-core-util-is_1.0.3-1.dsc + 9bc5ff68231e82f60fde3f8443c49c38 64378 node-core-util-is_1.0.3.orig.tar.gz + 9a5dfcd1f1bedfb74b3c4dbaa5aa5cba 3420 node-core-util-is_1.0.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-css-loader +Binary: node-css-loader +Architecture: all +Version: 6.8.1+~cs14.0.17-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack-contrib/css-loader +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-css-loader +Vcs-Git: https://salsa.debian.org/js-team/node-css-loader.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest , node-babel-plugin-add-module-exports (>= 1.0~), node-babel7, node-camelcase, node-cssesc (>= 3.0~), node-icss-utils, node-loader-utils, node-postcss, node-postcss-modules-extract-imports, node-postcss-modules-values, node-postcss-value-parser, node-schema-utils, node-util-deprecate +Package-List: + node-css-loader deb javascript optional arch=all +Directory: pool/bebdeb9304fc135174b1e124ca8ff054ab689db142970803a4098f7317bc6b68 +Checksums-Sha1: + 32f47367f0b47a886befaba27febb35bd4d3cbf6 3895 node-css-loader_6.8.1+~cs14.0.17-1.dsc + f30f716c8e2bd346c7b67d3df3915566a7c05607 1579 node-css-loader_6.8.1+~cs14.0.17.orig-indexes-of.tar.gz + cb23092a4013eed363de9b567b4db4d0e07c8949 97013 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-modules-local-by-default.tar.gz + 207f3b571ae1c0622b7c2609d2c55bbc08d15107 82836 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-modules-scope.tar.gz + 8303ee49593c8385579568081aa91de18da92be4 129490 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-selector-parser.tar.gz + 47bcbab5d126e2c31d961ce29d8279a6c70931a0 12946847 node-css-loader_6.8.1+~cs14.0.17.orig.tar.gz + 897d052c711a26102546112f74d805e96328fade 4828 node-css-loader_6.8.1+~cs14.0.17-1.debian.tar.xz +Checksums-Sha256: + bebdeb9304fc135174b1e124ca8ff054ab689db142970803a4098f7317bc6b68 3895 node-css-loader_6.8.1+~cs14.0.17-1.dsc + 08bb4baab18402b90895eab57e721b94839fb799572f66ff5a1fd1a6b8425862 1579 node-css-loader_6.8.1+~cs14.0.17.orig-indexes-of.tar.gz + 750db826c6acd7e430b292282e0e3d750e6d5dadfc405004ca688f72d0f8bdab 97013 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-modules-local-by-default.tar.gz + 37bf7bc1555cb90fcfeee7df3d2c7e9c731ab216af40347ae3f1d00d70d40e1b 82836 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-modules-scope.tar.gz + 8d67f1927f3caf1a3f94837037b8c3155b27c467d7a7aa33287d541caf9acdd9 129490 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-selector-parser.tar.gz + bd96f1363de935bb849bae64d5a8b5dc851118786d8fae04a6a70344ccdc55e9 12946847 node-css-loader_6.8.1+~cs14.0.17.orig.tar.gz + 612909ee29853cd502f9188b581e916f6a1eaa3f55cce82a466595c9ca913a07 4828 node-css-loader_6.8.1+~cs14.0.17-1.debian.tar.xz +Files: + 848ca612a024a985583ec433bedbe675 3895 node-css-loader_6.8.1+~cs14.0.17-1.dsc + ba5e468621d739de554443bcf1d804a6 1579 node-css-loader_6.8.1+~cs14.0.17.orig-indexes-of.tar.gz + 318e2ea8a105eba5ed5b1c3bd80d293a 97013 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-modules-local-by-default.tar.gz + 88cdd009c64ac226cd9997b9919aca18 82836 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-modules-scope.tar.gz + b0cba3ab8a832d99af18569bcab30483 129490 node-css-loader_6.8.1+~cs14.0.17.orig-postcss-selector-parser.tar.gz + 58f32d62d9e6a11dd6c0fa24173c2524 12946847 node-css-loader_6.8.1+~cs14.0.17.orig.tar.gz + afb0059f373212f0528482d23597cb2c 4828 node-css-loader_6.8.1+~cs14.0.17-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-css-selector-tokenizer +Binary: node-css-selector-tokenizer +Architecture: all +Version: 0.8.0+~cs4.8.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/css-modules/css-selector-tokenizer +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-css-selector-tokenizer +Vcs-Git: https://salsa.debian.org/js-team/node-css-selector-tokenizer.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-css-selector-tokenizer deb javascript optional arch=all +Directory: pool/7cd1c5c80dd321a3e74278eeaf911665bed52954aaf1b67df515946e817508da +Checksums-Sha1: + e20c725973352316923e796b157c006f7493e777 3380 node-css-selector-tokenizer_0.8.0+~cs4.8.3-1.dsc + b4a2002ce4807427c344bb12d9339e8240cb4d9d 9032 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-cssesc.tar.gz + cfc3c5e55125923b074b9957d7b3dc0b7e24357a 4648 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-fastparse.tar.gz + 97ea02b62ea65daa9498d99c64786028020af07b 2132 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-types-css-selector-tokenizer.tar.gz + f20284bddb8cd70b10e64f7b2edbacf5fca6d3e6 8799 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig.tar.gz + 940825eeceb857f05cbebb23dd65da43d59fdc85 3324 node-css-selector-tokenizer_0.8.0+~cs4.8.3-1.debian.tar.xz +Checksums-Sha256: + 7cd1c5c80dd321a3e74278eeaf911665bed52954aaf1b67df515946e817508da 3380 node-css-selector-tokenizer_0.8.0+~cs4.8.3-1.dsc + 3b9c05e572311eecf3076df0148b18e22302d8f6c8b013bdc60408afd3b202cc 9032 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-cssesc.tar.gz + 72f6364edee3771ac7f547aea77d7edb1666616ceaa232063c219721d5678b73 4648 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-fastparse.tar.gz + cba7ad65254ff89e952354d296ab8ca7fb28559b0317f1e75474c3a59a496014 2132 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-types-css-selector-tokenizer.tar.gz + 8192815a53c3c426a1c96cadd7e7011e6f0c94e2996b2380233cb06343776415 8799 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig.tar.gz + dd84dcc32aafe426a1b7dc456c83c0952124a036b72b441f3ea83bd672ab9538 3324 node-css-selector-tokenizer_0.8.0+~cs4.8.3-1.debian.tar.xz +Files: + 105b007eab2b9f0a49bd3688ea1893b2 3380 node-css-selector-tokenizer_0.8.0+~cs4.8.3-1.dsc + 73d45965e9452d40cfed3ae88f0e453e 9032 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-cssesc.tar.gz + 8bd86a5607ea872ffac79bae24fcb948 4648 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-fastparse.tar.gz + dbc8ecee9ba19a836c81c64dd4bf366b 2132 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig-types-css-selector-tokenizer.tar.gz + 35d766e9cc15a9e8490b38249bf74860 8799 node-css-selector-tokenizer_0.8.0+~cs4.8.3.orig.tar.gz + ac877907b90d14fda13b4ee77d281fef 3324 node-css-selector-tokenizer_0.8.0+~cs4.8.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-debbundle-es-to-primitive +Binary: node-debbundle-es-to-primitive +Architecture: all +Version: 1.2.1+~cs9.7.25-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/ljharb/es-to-primitive#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-es-to-primitive +Vcs-Git: https://salsa.debian.org/js-team/node-es-to-primitive.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-define-properties , node-es-abstract , node-tap , node-tape +Package-List: + node-debbundle-es-to-primitive deb javascript optional arch=all +Directory: pool/b7a0075ac2c1ff5aa216fcd444af10a6da5a921fb604ad1126b5c5e6b6a5d7ba +Checksums-Sha1: + e832af364f9a98aebc9f5ca43c93b30f7cf0d050 5537 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.dsc + 7551e10cb1aac236fa030d227b097e58fa6cff01 9085 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-has-symbols.tar.gz + 8c49494e0c2e47ef960a47b38ac202eb93a7f3ef 8712 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-callable.tar.gz + e6487cde56b0b0ce108c78e44bc1698ed00575b3 9146 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-date-object.tar.gz + fa8408ad64898200683d73a20b51fa447f30450c 9886 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-symbol.tar.gz + ec9d0d1c02de88822dfefdf54e1712d10907b88f 7988 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-arrow-function.tar.gz + 829c75895b8068ea44d7248a23650fd339d38b40 6953 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-generator-function.tar.gz + 43d698ef808673bc87264b699d6fd6d0458ea7a6 10007 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-object-is.tar.gz + 7e39bb76b76c46ad366a7605adb68a1f2cbcd9fe 1798 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-types-es-to-primitive.tar.gz + 08cb876947186c3418ab2ea829700439b6c00c09 9224 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig.tar.gz + 3f655befcafe83fc766ab6eb80c65d74437ae6eb 8272 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.debian.tar.xz +Checksums-Sha256: + b7a0075ac2c1ff5aa216fcd444af10a6da5a921fb604ad1126b5c5e6b6a5d7ba 5537 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.dsc + b49ed21489880d7a1c38f02d77735972b56da39a0ceb45cfac3f14d770efbc6a 9085 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-has-symbols.tar.gz + 32ddc5c4df72aa1bf0018e41499fb90d9b0da0ee1505b00150a2e873cf269720 8712 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-callable.tar.gz + b572c5c7ec917fe4337ebdfb27bc28fa9605db2b137dc45d8d424e911937a2b1 9146 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-date-object.tar.gz + 3656a0900bf5a70a508bd629687707079bf89fdd652faaa30507c13282df9510 9886 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-symbol.tar.gz + 931b7d4f934e4c1fb0dc11df14f6243283ff86d768b7ac00d0da645c30b1e929 7988 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-arrow-function.tar.gz + 16e7e06c14a19676833fe14f1aa2aefbc565f57046f436a8bba74df75f900cfa 6953 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-generator-function.tar.gz + 32b6edff94943221b4fc245521439d3e56fa3259170efb00abb51778ad95154a 10007 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-object-is.tar.gz + 62d00e782a3d610b3d24a417d3f744d8be6f533ec6f35efc5fd7611db579a97a 1798 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-types-es-to-primitive.tar.gz + 95238f33c59f07cbd21a70d539d8b46b9a533037ec1bf6c19e5807dc63ab7173 9224 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig.tar.gz + c619b8888fde8d03b1deb2bd027c6e3a643a05e2de02469953d4232e2a706214 8272 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.debian.tar.xz +Files: + b782096648bb569e88bec65fbd40c611 5537 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.dsc + d8307e97132dbd47a9b76e5c8ab1cbb8 9085 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-has-symbols.tar.gz + de790ca45048272292d693b1ea68e1d1 8712 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-callable.tar.gz + 4f018689b864349bed552ee43537c058 9146 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-date-object.tar.gz + 1177bcdc274a38744b765ff0e4af9139 9886 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-is-symbol.tar.gz + e5a539224693ef088acc9133a372f317 7988 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-arrow-function.tar.gz + 2b78a24d1b2c9bfb9578cdec1697e79b 6953 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-make-generator-function.tar.gz + d8cefb7f928fa9d6f8b28d4591d92386 10007 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-node-object-is.tar.gz + 5af24868c5942e8a92c70d3f1eb988e7 1798 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig-types-es-to-primitive.tar.gz + 5fc5b11ad2e1f21253c6780e42015e5a 9224 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25.orig.tar.gz + 71b693dbaeff7a4fa2ae69dc50c27950 8272 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-debug +Binary: node-debug, libjs-debug +Architecture: all +Version: 4.3.4+~cs4.1.7-1 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino , Yadd , Paolo Greppi +Homepage: https://github.com/visionmedia/debug +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-debug +Vcs-Git: https://salsa.debian.org/js-team/node-debug.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-ms +Package-List: + libjs-debug deb javascript optional arch=all + node-debug deb javascript optional arch=all +Directory: pool/6c6bb67f22710525d8fcfebab31d4d07b158ae68caba84870d0512bf88c14bc1 +Checksums-Sha1: + a01c1fed87cdf885802fea9c4b852148e0798f92 2519 node-debug_4.3.4+~cs4.1.7-1.dsc + 7cc0ea761509124709b8b2d1090d8f6c17aadb82 2187 node-debug_4.3.4+~cs4.1.7.orig-typesdebug.tar.gz + 6c1abfc90de15c43bcdc558fbd6ec17f1e2f455e 15413 node-debug_4.3.4+~cs4.1.7.orig.tar.gz + 943676cff9a1eac8e9ac5cb6da801eaeb55cf8a2 4664 node-debug_4.3.4+~cs4.1.7-1.debian.tar.xz +Checksums-Sha256: + 6c6bb67f22710525d8fcfebab31d4d07b158ae68caba84870d0512bf88c14bc1 2519 node-debug_4.3.4+~cs4.1.7-1.dsc + 5fd1a4c817ca3f593b45e216b06f75ecc2e716dc4f2b244a8e7c46e61be6a9db 2187 node-debug_4.3.4+~cs4.1.7.orig-typesdebug.tar.gz + a2e4aa61c5bea3ec5435e066bf7f2c4e706007e0e7c91d3cb68079c1d1055ab9 15413 node-debug_4.3.4+~cs4.1.7.orig.tar.gz + d95d5d255ba5ff74b84889cf8dc420e07c8b8a8ad2ca3f21cd4009c4aec4709d 4664 node-debug_4.3.4+~cs4.1.7-1.debian.tar.xz +Files: + f7fe7348aaabf95658f1ec4b34e766cf 2519 node-debug_4.3.4+~cs4.1.7-1.dsc + 7c59674e648a0eeb5b5640cf16355279 2187 node-debug_4.3.4+~cs4.1.7.orig-typesdebug.tar.gz + 1e2293ccbe58bbc5d3024033e78719aa 15413 node-debug_4.3.4+~cs4.1.7.orig.tar.gz + 11dff92f423d54f7b1313b0ab41866f5 4664 node-debug_4.3.4+~cs4.1.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-decamelize +Binary: node-decamelize +Architecture: all +Version: 4.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://github.com/sindresorhus/decamelize +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-decamelize +Vcs-Git: https://salsa.debian.org/js-team/node-decamelize.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-decamelize deb javascript optional arch=all +Directory: pool/2c381d52f4a13f3ef48cdc8342ec92fb2269b49108451c9a68406a27c54a6e3c +Checksums-Sha1: + 58a13dcede8713994e1683cac0225e361ed07ed5 2077 node-decamelize_4.0.0-2.dsc + 465f75040c8404e9c7a5c4b567ef8cd2541959ba 3178 node-decamelize_4.0.0.orig.tar.gz + 2d65c2907b18857f7f472acb8dc250ccbe46ead6 3000 node-decamelize_4.0.0-2.debian.tar.xz +Checksums-Sha256: + 2c381d52f4a13f3ef48cdc8342ec92fb2269b49108451c9a68406a27c54a6e3c 2077 node-decamelize_4.0.0-2.dsc + 9eeaabd49b859eddf968cc2cb75977431adf1e88f1d71abd8e196f9582c0fea9 3178 node-decamelize_4.0.0.orig.tar.gz + 1af92e37af014946d9de821280f0e113fb4893088cf2ae79d431a2701c0afb98 3000 node-decamelize_4.0.0-2.debian.tar.xz +Files: + 503fce1017dfcdaae233bc732ff31ec6 2077 node-decamelize_4.0.0-2.dsc + c5c4be6e84ca518e54ba80bcd9b66ad3 3178 node-decamelize_4.0.0.orig.tar.gz + b9e60e54bf8f2a7b01efe23a5491bd18 3000 node-decamelize_4.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-decompress-response +Binary: node-decompress-response +Architecture: all +Version: 6.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Preyass Chandran +Homepage: https://github.com/sindresorhus/decompress-response +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-decompress-response +Vcs-Git: https://salsa.debian.org/js-team/node-decompress-response.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-get-stream , node-mimic-response , node-pify , node-tape , dh-sequence-nodejs +Package-List: + node-decompress-response deb javascript optional arch=all +Directory: pool/564e51a8f382f28828f5585694791eb82ba91eaf55bd630d63e5e83fbb87463d +Checksums-Sha1: + 899bde982a3106a5358accf6476ebd3b86a5ceb7 2268 node-decompress-response_6.0.0-3.dsc + ae1570ddbb433e33263721a224360fa875b27e73 4300 node-decompress-response_6.0.0.orig.tar.gz + ad629ca1308c4bd5d21a3faf83d3ec06226c0baa 4168 node-decompress-response_6.0.0-3.debian.tar.xz +Checksums-Sha256: + 564e51a8f382f28828f5585694791eb82ba91eaf55bd630d63e5e83fbb87463d 2268 node-decompress-response_6.0.0-3.dsc + d94e8856ee6c503b51930470a0b28230d5243292ce8ea0fe8671de4e98ce8c12 4300 node-decompress-response_6.0.0.orig.tar.gz + 17917afa97a0c365d88b1690c972784ac373e9a0f47941060e163d02f97e8fda 4168 node-decompress-response_6.0.0-3.debian.tar.xz +Files: + b2940daf106392e46949a5bd51680f77 2268 node-decompress-response_6.0.0-3.dsc + 7ba790cb482c39f4bdd6324369ef62ae 4300 node-decompress-response_6.0.0.orig.tar.gz + 473c07ee9f2717486e6d66147b2f7f03 4168 node-decompress-response_6.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-deep-equal +Binary: node-deep-equal +Architecture: all +Version: 2.2.3+~cs43.15.94-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/substack/node-deep-equal +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-deep-equal +Vcs-Git: https://salsa.debian.org/js-team/node-deep-equal.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape , node-object-inspect , node-function-bind , node-define-data-property , node-has-property-descriptors , node-internal-slot , node-core-js , node-es5-shim , node-es6-shim , node-for-each , node-is-date-object +Package-List: + node-deep-equal deb javascript optional arch=all +Directory: pool/6e212cf74845227c92501131e9d81d5d1157d97a70b9083868093f96abcdd69d +Checksums-Sha1: + c2bd6c18a4111c7327e0ded742aa72c96f16a9c5 13370 node-deep-equal_2.2.3+~cs43.15.94-1.dsc + b33fc4a59bf661f634c973f579283fbcbc5275d9 5116 node-deep-equal_2.2.3+~cs43.15.94.orig-array-buffer-byte-length.tar.gz + a66cd1cbf0bdb502c03eb8a24a4a73e92bcd583d 7639 node-deep-equal_2.2.3+~cs43.15.94.orig-available-typed-arrays.tar.gz + 11c739c8bdce4dbfc032ef95bf4178399f8f4582 8721 node-deep-equal_2.2.3+~cs43.15.94.orig-call-bind.tar.gz + ba4af6e7a7b87a5d10d56437edefdd4f070e4c98 12173 node-deep-equal_2.2.3+~cs43.15.94.orig-es-get-iterator.tar.gz + 746329f801575791f29a9ba27f8d5ec23a024e15 13497 node-deep-equal_2.2.3+~cs43.15.94.orig-get-intrinsic.tar.gz + 7337bab39b054a6f1f60fdd45817a2d7b306fc27 5290 node-deep-equal_2.2.3+~cs43.15.94.orig-gopd.tar.gz + 777fcb3d0801125f61da25e28241734f28d7f4d5 6411 node-deep-equal_2.2.3+~cs43.15.94.orig-has-bigints.tar.gz + ca1a8339bc38a53b644334bb7b710d7ded95283a 4934 node-deep-equal_2.2.3+~cs43.15.94.orig-has-proto.tar.gz + 7e133818a7d394734f941e73c3d3f9291e658b25 4143 node-deep-equal_2.2.3+~cs43.15.94.orig-has-tostringtag.tar.gz + 250717227e61a1154e51c160f349cee3f090df78 6798 node-deep-equal_2.2.3+~cs43.15.94.orig-hasown.tar.gz + 7eecfeb3c27cbd72dbf9bde2c3e559ac2cb3b1da 11213 node-deep-equal_2.2.3+~cs43.15.94.orig-is-arguments.tar.gz + 715b91567dd96de9d1a543448d9e8065bec839d5 6520 node-deep-equal_2.2.3+~cs43.15.94.orig-is-array-buffer.tar.gz + 53583092cd57721ae1126a4326cd112add9a5f18 7566 node-deep-equal_2.2.3+~cs43.15.94.orig-is-bigint.tar.gz + 7776f6e2e0aaecb70e9c0e809118a0acef627f91 9811 node-deep-equal_2.2.3+~cs43.15.94.orig-is-boolean-object.tar.gz + c80a0946c4191cbb899db85c849a5364a6985aee 7137 node-deep-equal_2.2.3+~cs43.15.94.orig-is-map.tar.gz + 2bb33f2709b99871ea76a884ec5a088f7f559230 9199 node-deep-equal_2.2.3+~cs43.15.94.orig-is-number-object.tar.gz + 3061b84e83e9842ec62ae1e0b6ec0ae1001c0f12 12061 node-deep-equal_2.2.3+~cs43.15.94.orig-is-regex.tar.gz + 24ffe7691924c83b827b0a204fafad22b19ab808 6935 node-deep-equal_2.2.3+~cs43.15.94.orig-is-set.tar.gz + 5170fa561b5d7d18f790add47d4caf6e2a79a870 6358 node-deep-equal_2.2.3+~cs43.15.94.orig-is-shared-array-buffer.tar.gz + 1696cd7dedc0e401ab37c802de601f9a0a0e0764 8896 node-deep-equal_2.2.3+~cs43.15.94.orig-is-string.tar.gz + 619bf8378d4b3665487a78e8df314540a64f414e 7114 node-deep-equal_2.2.3+~cs43.15.94.orig-is-typed-array.tar.gz + d9c2bf9516a04ef4f4b9bc0a014903d6be64a8cd 5193 node-deep-equal_2.2.3+~cs43.15.94.orig-is-weakmap.tar.gz + 3855c3d3233d56bfebcb899dbe881f95e69c0485 7297 node-deep-equal_2.2.3+~cs43.15.94.orig-is-weakset.tar.gz + 938a09c789d4382979defef33111712853edb468 11674 node-deep-equal_2.2.3+~cs43.15.94.orig-objectassign.tar.gz + 70224563e267b9e2821e1f009c418954581f4066 13021 node-deep-equal_2.2.3+~cs43.15.94.orig-regexpprototypeflags.tar.gz + 8e38b633afda47227a0219caeccc4c9261300e7d 7089 node-deep-equal_2.2.3+~cs43.15.94.orig-set-function-length.tar.gz + dbeb997670db23b789efc8c5c52136a7f10b98e9 6408 node-deep-equal_2.2.3+~cs43.15.94.orig-set-function-name.tar.gz + 7d4b36c20dd2f4f541614f8ee7675b0e767c8179 7402 node-deep-equal_2.2.3+~cs43.15.94.orig-side-channel.tar.gz + 05d14c693c4955cdaa5a0568847db2e66a71c58b 5411 node-deep-equal_2.2.3+~cs43.15.94.orig-stop-iteration-iterator.tar.gz + 4a200f01ed6e590b41a8708e84c487ffe23582b3 7283 node-deep-equal_2.2.3+~cs43.15.94.orig-which-boxed-primitive.tar.gz + b3a8393ec397bed0f6df6b786ec634beea2e49c6 5175 node-deep-equal_2.2.3+~cs43.15.94.orig-which-collection.tar.gz + 8f19065804616e6fcc046b7ea29181b64d5c0a02 11718 node-deep-equal_2.2.3+~cs43.15.94.orig-which-typed-array.tar.gz + 6f533d7bea57e414f86917398bde52978b229e18 24029 node-deep-equal_2.2.3+~cs43.15.94.orig.tar.gz + ee2cb398bb5119321117e05605e50b88460de7c0 16072 node-deep-equal_2.2.3+~cs43.15.94-1.debian.tar.xz +Checksums-Sha256: + 6e212cf74845227c92501131e9d81d5d1157d97a70b9083868093f96abcdd69d 13370 node-deep-equal_2.2.3+~cs43.15.94-1.dsc + da736ffef81eba921cbfb0de3edf259e9ef25d22626684d2a2afec0793cd67f3 5116 node-deep-equal_2.2.3+~cs43.15.94.orig-array-buffer-byte-length.tar.gz + a5cffa2ddaea26fb04884252d1d32ec04bc6f7283e5afe6857a3cf6cc4673e76 7639 node-deep-equal_2.2.3+~cs43.15.94.orig-available-typed-arrays.tar.gz + 9cf9b7332c3512e7b984599d4bd0c19a2a04d1fd1e441278f44c45c4914d764c 8721 node-deep-equal_2.2.3+~cs43.15.94.orig-call-bind.tar.gz + 975ff6021588f078299011c5fd13534d08db7d4fac72d18c915cac8d0419e355 12173 node-deep-equal_2.2.3+~cs43.15.94.orig-es-get-iterator.tar.gz + 465551ee377f678acafacfb32ef0ace0e09b7a6feff2aaece64a71825e04fd63 13497 node-deep-equal_2.2.3+~cs43.15.94.orig-get-intrinsic.tar.gz + dfc355cb11e7c598af7e165a4b2dd89f09030a67b9ab77f87e8f47d8ed485003 5290 node-deep-equal_2.2.3+~cs43.15.94.orig-gopd.tar.gz + a53406af983818e9823c81ac746ba66036ef2acd7820676bf5c305a9aff69c8a 6411 node-deep-equal_2.2.3+~cs43.15.94.orig-has-bigints.tar.gz + bb5fe1b44ff1aa80ec31f1b41004c567a985e3862ca9a0adc7ddc0f2e8e95bc5 4934 node-deep-equal_2.2.3+~cs43.15.94.orig-has-proto.tar.gz + d9c16499115e27d87e091a2f35c27b16ccf2a3a9b7274ccd6a4be374ca755213 4143 node-deep-equal_2.2.3+~cs43.15.94.orig-has-tostringtag.tar.gz + 24ad2dd0b92a163d2ff15da6e727b1805a1ff59792ca92683e98842b81ed0aad 6798 node-deep-equal_2.2.3+~cs43.15.94.orig-hasown.tar.gz + 96d7ee4d17f03daa89103ee97a6673a1dc0031abce0967e9913af63359cf564e 11213 node-deep-equal_2.2.3+~cs43.15.94.orig-is-arguments.tar.gz + e5604558d0ad7de08003bbe6d80422ea3638431a2ab137ad7b99ec1331ab8bfc 6520 node-deep-equal_2.2.3+~cs43.15.94.orig-is-array-buffer.tar.gz + c830636652b2b9d74434101132a6d58a4fac54a75a18ffdf392fa4203e3b18b6 7566 node-deep-equal_2.2.3+~cs43.15.94.orig-is-bigint.tar.gz + 299c8d4df17af9e2305758ade3b49bd6116ecf8cdabc15482f67fd40da924789 9811 node-deep-equal_2.2.3+~cs43.15.94.orig-is-boolean-object.tar.gz + bd9884a42deddeee5aceef35303d6f907f01cc40e0339d87673dea0ac3075d85 7137 node-deep-equal_2.2.3+~cs43.15.94.orig-is-map.tar.gz + 7ec5270d162c2342f2d25a22c6d0d98ca78ac32a9e1f2d1800be09ac159dfd59 9199 node-deep-equal_2.2.3+~cs43.15.94.orig-is-number-object.tar.gz + 910d8333c0f0fc8d2c39df749b5bb958fbd668554959c255ea0ce042af7ba823 12061 node-deep-equal_2.2.3+~cs43.15.94.orig-is-regex.tar.gz + ab066c093588c645c692d42278a71fa64f36e743a851103f19d77c3234f53ecf 6935 node-deep-equal_2.2.3+~cs43.15.94.orig-is-set.tar.gz + 6130a553b535765d9d3ad1c3bda6f3f459e3108b4a95ea05c58fb73ab9e01b6c 6358 node-deep-equal_2.2.3+~cs43.15.94.orig-is-shared-array-buffer.tar.gz + c6daeb16ff96b2930062fd19e5e844a29a8d8b0a201329b73e26c1e8b764a128 8896 node-deep-equal_2.2.3+~cs43.15.94.orig-is-string.tar.gz + b94cd05797505c9e8ed711f6732e1fb222295f50ba12f235c7a25cebe85b6179 7114 node-deep-equal_2.2.3+~cs43.15.94.orig-is-typed-array.tar.gz + 59a8cc836c8dfddbb22ecf3ca8878ab5f5ada78c959ef292d6422912c78cf72d 5193 node-deep-equal_2.2.3+~cs43.15.94.orig-is-weakmap.tar.gz + 5e4950fcbe614de0729a3d42928f366e10f5c691e1fbcedfc15703d3195e66c3 7297 node-deep-equal_2.2.3+~cs43.15.94.orig-is-weakset.tar.gz + 76dda4ac79c769da791768c1c298b8b66a48f0c6c7c9325b9e8a154d6939fe59 11674 node-deep-equal_2.2.3+~cs43.15.94.orig-objectassign.tar.gz + ed28f3470c81b066598381bd24d054ec3572b972e96e71f1e52ab99fbe549b17 13021 node-deep-equal_2.2.3+~cs43.15.94.orig-regexpprototypeflags.tar.gz + 3a2cdc1bb58cc91f409cbbd72baa0a4018d9b7c06a5a4acaf3139957db642993 7089 node-deep-equal_2.2.3+~cs43.15.94.orig-set-function-length.tar.gz + 94b8fb5778b63fec12e65c6f89b4792fa4088725cdceadd3ec44836edab4591b 6408 node-deep-equal_2.2.3+~cs43.15.94.orig-set-function-name.tar.gz + c910bce76d083d6df76cd3c7505be5d5f329a712d990e5db970304fe57b40499 7402 node-deep-equal_2.2.3+~cs43.15.94.orig-side-channel.tar.gz + a397e9b794573901c454c3824dc38899a879b9abb604047278a94ded83ae111a 5411 node-deep-equal_2.2.3+~cs43.15.94.orig-stop-iteration-iterator.tar.gz + b34c5520809d5ebe1681d5bc5e7a25cd94b65109d00fe2be0a729cebd0309a9b 7283 node-deep-equal_2.2.3+~cs43.15.94.orig-which-boxed-primitive.tar.gz + adb53bd2d5009d1c631e927f109b4f5637bc97f070baa1a0d0880ac29be27074 5175 node-deep-equal_2.2.3+~cs43.15.94.orig-which-collection.tar.gz + 41c8fa5a3d8cf39480847141cc36ebccee27ac67305186dc846b55ac1765de53 11718 node-deep-equal_2.2.3+~cs43.15.94.orig-which-typed-array.tar.gz + 23c7a16f3156781595e26ed368baa2335f9da918ede54bcbc96197cd739fa927 24029 node-deep-equal_2.2.3+~cs43.15.94.orig.tar.gz + dd0d2c9cf268c134674e098bd98eb02112cae9b2c484bd8e9a3d4b0de66c1207 16072 node-deep-equal_2.2.3+~cs43.15.94-1.debian.tar.xz +Files: + bd6717ecf53b6e9174d47b195de322f3 13370 node-deep-equal_2.2.3+~cs43.15.94-1.dsc + a19fea4e276ba6dd01605d8a3169ee02 5116 node-deep-equal_2.2.3+~cs43.15.94.orig-array-buffer-byte-length.tar.gz + 5b9ef277140b4fe13233a3963a90a5ec 7639 node-deep-equal_2.2.3+~cs43.15.94.orig-available-typed-arrays.tar.gz + 96c2e55fb80252b575765cd2478b72bd 8721 node-deep-equal_2.2.3+~cs43.15.94.orig-call-bind.tar.gz + cb96c583adcd529541d225605caaeccd 12173 node-deep-equal_2.2.3+~cs43.15.94.orig-es-get-iterator.tar.gz + 598bb82838e2cc49325fa3e9540df4b0 13497 node-deep-equal_2.2.3+~cs43.15.94.orig-get-intrinsic.tar.gz + f7ac386535fc00c184cdd739551e8a2f 5290 node-deep-equal_2.2.3+~cs43.15.94.orig-gopd.tar.gz + 27fb7023febd7d11fd5d657ad3bfefdc 6411 node-deep-equal_2.2.3+~cs43.15.94.orig-has-bigints.tar.gz + 861d30f8101219b214e31ac47d3ab5a9 4934 node-deep-equal_2.2.3+~cs43.15.94.orig-has-proto.tar.gz + 25e5a30ea25da9a3e5cf67924512233a 4143 node-deep-equal_2.2.3+~cs43.15.94.orig-has-tostringtag.tar.gz + 851c5a15be16de6a4270f9da20813f93 6798 node-deep-equal_2.2.3+~cs43.15.94.orig-hasown.tar.gz + 8b8515dea452134cfc7e8c75dd64fa7c 11213 node-deep-equal_2.2.3+~cs43.15.94.orig-is-arguments.tar.gz + c4929ed968ea21100bdffd0ba1ef93e6 6520 node-deep-equal_2.2.3+~cs43.15.94.orig-is-array-buffer.tar.gz + 4d71fa55ed06e5ec0ef70b3edce429d2 7566 node-deep-equal_2.2.3+~cs43.15.94.orig-is-bigint.tar.gz + c837b94028bbef2d72c7541f220c2c19 9811 node-deep-equal_2.2.3+~cs43.15.94.orig-is-boolean-object.tar.gz + dfd9696cd1ad3cabdd07ec26b84dd7bc 7137 node-deep-equal_2.2.3+~cs43.15.94.orig-is-map.tar.gz + 2e9401570c8aa836f84498a683455feb 9199 node-deep-equal_2.2.3+~cs43.15.94.orig-is-number-object.tar.gz + 0adef0b6a4ea7afce5600ac783640058 12061 node-deep-equal_2.2.3+~cs43.15.94.orig-is-regex.tar.gz + 25adc551a0e3298d238a00d675c6772e 6935 node-deep-equal_2.2.3+~cs43.15.94.orig-is-set.tar.gz + 836902eb419d3152eee8d309f7f514c0 6358 node-deep-equal_2.2.3+~cs43.15.94.orig-is-shared-array-buffer.tar.gz + 2b4fbb95727d9947c1fdce99ad82a4ad 8896 node-deep-equal_2.2.3+~cs43.15.94.orig-is-string.tar.gz + 8c59d073cdb08d629da0d9d370d88bbd 7114 node-deep-equal_2.2.3+~cs43.15.94.orig-is-typed-array.tar.gz + a18838c823ef0c97a88a3aca8045e84f 5193 node-deep-equal_2.2.3+~cs43.15.94.orig-is-weakmap.tar.gz + f9dcf7e3e5fd7be781cc9f8f0f3e82fa 7297 node-deep-equal_2.2.3+~cs43.15.94.orig-is-weakset.tar.gz + 0dbafa8c7038cc24504fecfb57e13de1 11674 node-deep-equal_2.2.3+~cs43.15.94.orig-objectassign.tar.gz + fe02713912d92b149ddca3ddb7486938 13021 node-deep-equal_2.2.3+~cs43.15.94.orig-regexpprototypeflags.tar.gz + 85a9f79000c48fcc6aa3402a9e710099 7089 node-deep-equal_2.2.3+~cs43.15.94.orig-set-function-length.tar.gz + 31967f65823172a0a72c5de934bff38e 6408 node-deep-equal_2.2.3+~cs43.15.94.orig-set-function-name.tar.gz + 70668b75acd1ac2d663cf5d42faa1557 7402 node-deep-equal_2.2.3+~cs43.15.94.orig-side-channel.tar.gz + 445365f8bf9378c78e23a24829eece33 5411 node-deep-equal_2.2.3+~cs43.15.94.orig-stop-iteration-iterator.tar.gz + b4f956233d655cb427c7b4df042f7c6a 7283 node-deep-equal_2.2.3+~cs43.15.94.orig-which-boxed-primitive.tar.gz + 8e6afcb0e57ff5905258d5cfaa0b13a5 5175 node-deep-equal_2.2.3+~cs43.15.94.orig-which-collection.tar.gz + eeb73aae27ce8c529b4453089d896443 11718 node-deep-equal_2.2.3+~cs43.15.94.orig-which-typed-array.tar.gz + b87f16e98bb6f23c3d2004ea39a60b9e 24029 node-deep-equal_2.2.3+~cs43.15.94.orig.tar.gz + 74b44764ce742c6adf9c140eaa9f9ee2 16072 node-deep-equal_2.2.3+~cs43.15.94-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-deep-is +Binary: node-deep-is +Architecture: all +Version: 0.1.4-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/thlorenz/deep-is +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-deep-is +Vcs-Git: https://salsa.debian.org/js-team/node-deep-is.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-deep-is deb javascript optional arch=all +Directory: pool/a3c898c9cc9b1d3a220b9bade59103d6cb233e0e86792ce2bf07dd007295e3d7 +Checksums-Sha1: + 005c33027cb73db51b16ff26515589542ac3058b 2059 node-deep-is_0.1.4-1.dsc + a832aaf1409b69ab7897850b81eb150fbe306575 3622 node-deep-is_0.1.4.orig.tar.gz + 3a21d8c9154635ab55e1750c9f0c9326cf0f6d46 2740 node-deep-is_0.1.4-1.debian.tar.xz +Checksums-Sha256: + a3c898c9cc9b1d3a220b9bade59103d6cb233e0e86792ce2bf07dd007295e3d7 2059 node-deep-is_0.1.4-1.dsc + 09f668920e8d72cb6db2d5f45e6da7f277b64186fda52b80fc8cc74d0f4e8b3a 3622 node-deep-is_0.1.4.orig.tar.gz + 9d5713b111337d7a213f8d4387798d1df30ad5ae5ea5537bf54c7f25c3db23ce 2740 node-deep-is_0.1.4-1.debian.tar.xz +Files: + 97c3903236f5b8d514b06248b628a1d9 2059 node-deep-is_0.1.4-1.dsc + 0b738c52193cb9296c1ef7db760abb8b 3622 node-deep-is_0.1.4.orig.tar.gz + 49e2413fb0ae779932b353e02333c245 2740 node-deep-is_0.1.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-defaults +Binary: node-defaults +Architecture: all +Version: 1.0.4+~1.0.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Suhail P +Homepage: https://github.com/tmpvar/defaults +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-defaults +Vcs-Git: https://salsa.debian.org/js-team/node-defaults.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-clone , node-tap +Package-List: + node-defaults deb javascript optional arch=all +Directory: pool/0b272b42d6ff33a5224ee52e8da22c96864a4976f9375a4497819966fbf0573b +Checksums-Sha1: + 7628df6e7ff4a3ad151e622906c1c018bdab9306 2428 node-defaults_1.0.4+~1.0.3-1.dsc + 743905023b485775562718443485f67b1838e142 1513 node-defaults_1.0.4+~1.0.3.orig-types-defaults.tar.gz + f57bed24113ccd52880c49610a6fefae46b7f2a2 2206 node-defaults_1.0.4+~1.0.3.orig.tar.gz + 72493c6842870afe5b6c6f853a865f6ade00d018 3120 node-defaults_1.0.4+~1.0.3-1.debian.tar.xz +Checksums-Sha256: + 0b272b42d6ff33a5224ee52e8da22c96864a4976f9375a4497819966fbf0573b 2428 node-defaults_1.0.4+~1.0.3-1.dsc + dbd59382c1c923dfe702e2c20b33ab19c9da728d3ef08aabdbee3cbeefc2c7ce 1513 node-defaults_1.0.4+~1.0.3.orig-types-defaults.tar.gz + 788e9d2d6d248bf161a829e41ca4ec328a9d4cd0f75cedd5ef20afc25d995ea8 2206 node-defaults_1.0.4+~1.0.3.orig.tar.gz + a8ab409427728e8860f62b72012b38935f2a08e7b0cc2875c4d6708303286392 3120 node-defaults_1.0.4+~1.0.3-1.debian.tar.xz +Files: + d7a1b045637403848b11d0806bf0b8ce 2428 node-defaults_1.0.4+~1.0.3-1.dsc + e25329d985aab11035f829f8c7232d2e 1513 node-defaults_1.0.4+~1.0.3.orig-types-defaults.tar.gz + 404518b9ed017b2e258590241f33719c 2206 node-defaults_1.0.4+~1.0.3.orig.tar.gz + 38a57008b41b946bfe2ef31bcf91f0d5 3120 node-defaults_1.0.4+~1.0.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-define-properties +Binary: node-define-properties +Architecture: all +Version: 1.2.1+~cs2.2.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/ljharb/define-properties +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-define-properties +Vcs-Git: https://salsa.debian.org/js-team/node-define-properties.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-has-property-descriptors , node-lodash-packages , node-object-keys , node-tape +Package-List: + node-define-properties deb javascript optional arch=all +Directory: pool/70f92929d2355d2d5527aa80c1026c09608a0d4ba5b07af964ca629c7c4f4d51 +Checksums-Sha1: + 13848a03801359c1499703f644ab82cf2d3ce91e 3068 node-define-properties_1.2.1+~cs2.2.3-1.dsc + a18b9c60950503d571d518453aaa1b52770ba4ff 9506 node-define-properties_1.2.1+~cs2.2.3.orig-define-data-property.tar.gz + 9d3b8e6a268304d48d66dab674b80fd2dcc9c170 1860 node-define-properties_1.2.1+~cs2.2.3.orig-types-define-properties.tar.gz + 464283634654a08589b93097e2c1f40fefc5b6af 6912 node-define-properties_1.2.1+~cs2.2.3.orig.tar.gz + c1567f570683f1b3ab07bd0cc5ef08d8f1c099c0 3240 node-define-properties_1.2.1+~cs2.2.3-1.debian.tar.xz +Checksums-Sha256: + 70f92929d2355d2d5527aa80c1026c09608a0d4ba5b07af964ca629c7c4f4d51 3068 node-define-properties_1.2.1+~cs2.2.3-1.dsc + 6a41bef8a668fcb44033f961f761c9814129d556281c55b9b3f5a64ec15a0fd8 9506 node-define-properties_1.2.1+~cs2.2.3.orig-define-data-property.tar.gz + de92c67f864fa82e2c31b5f0835b62a3f1ea6557bb763ff868032c249ef584f4 1860 node-define-properties_1.2.1+~cs2.2.3.orig-types-define-properties.tar.gz + de463638bab90832679bfa92af650d4906151265ad7693f247d04053db4a79d9 6912 node-define-properties_1.2.1+~cs2.2.3.orig.tar.gz + d239b9d9fef40dabb3705ba400ed2c4cdcd78d3a809dbc183a991f4e8562c8f2 3240 node-define-properties_1.2.1+~cs2.2.3-1.debian.tar.xz +Files: + a34a17842665fc16d7f12582ef61562e 3068 node-define-properties_1.2.1+~cs2.2.3-1.dsc + c0f3d5bbcd04636440f29755d2e4ae17 9506 node-define-properties_1.2.1+~cs2.2.3.orig-define-data-property.tar.gz + e5b57506eeef879d7141e447ad62fbf3 1860 node-define-properties_1.2.1+~cs2.2.3.orig-types-define-properties.tar.gz + 728f919beed205a3f70554530aebafff 6912 node-define-properties_1.2.1+~cs2.2.3.orig.tar.gz + 07c31c287971b68b7684d47884b258ee 3240 node-define-properties_1.2.1+~cs2.2.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-define-property +Binary: node-define-property +Architecture: all +Version: 2.0.2+really+2.0.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/define-property +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-define-property +Vcs-Git: https://salsa.debian.org/js-team/node-define-property.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , node-isobject , node-is-descriptor , dh-sequence-nodejs +Package-List: + node-define-property deb javascript optional arch=all +Directory: pool/24ce853b8dd9925c0cc0a70164d8cc27bfaeb92273f70eb136a3b3a13f575095 +Checksums-Sha1: + 6db9f2f3fe8826f0ff1ead3f892d9580b0b8dbbe 2278 node-define-property_2.0.2+really+2.0.2-3.dsc + 54b4eb9b2347af39f38fb7d7a22a105b206c90a4 6567 node-define-property_2.0.2+really+2.0.2.orig.tar.gz + f6054c16b03d0b46e8dcb4811b87f7710f3c879a 3752 node-define-property_2.0.2+really+2.0.2-3.debian.tar.xz +Checksums-Sha256: + 24ce853b8dd9925c0cc0a70164d8cc27bfaeb92273f70eb136a3b3a13f575095 2278 node-define-property_2.0.2+really+2.0.2-3.dsc + 6c0ddbccfd175e7496506c7e5473bce47614e17c6c859563eef797a6e567c1ec 6567 node-define-property_2.0.2+really+2.0.2.orig.tar.gz + b903ae37386e9714e55c7616ecc7082fa30cac470f65408a178a5545634c657c 3752 node-define-property_2.0.2+really+2.0.2-3.debian.tar.xz +Files: + 449808fafd3a293c56dec6870f645d2a 2278 node-define-property_2.0.2+really+2.0.2-3.dsc + 9c96b7d30f56113f527def155dedad1b 6567 node-define-property_2.0.2+really+2.0.2.orig.tar.gz + e0f7b1905ed2ba6c8eff215234dea860 3752 node-define-property_2.0.2+really+2.0.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-defined +Binary: node-defined +Architecture: all +Version: 1.0.1+~1.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/inspect-js/defined +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-defined +Vcs-Git: https://salsa.debian.org/js-team/node-defined.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-defined deb javascript optional arch=all +Directory: pool/a22ab6c73710c652baa752f75dc167bbee2ebd55e6fb20378c6fef9517a43f9d +Checksums-Sha1: + 25dfe2324132b8cb08cda6dca9a4980e0f9f1b3b 2395 node-defined_1.0.1+~1.0.0-1.dsc + f7f7a787685324457a685f25d6f0dcd8029be8e6 1481 node-defined_1.0.1+~1.0.0.orig-types-defined.tar.gz + 50830619ee41e82a3886bc4615f5a29acd17edbe 5565 node-defined_1.0.1+~1.0.0.orig.tar.gz + 615f8efb045aae416f8264de471feb3d49d92e85 3344 node-defined_1.0.1+~1.0.0-1.debian.tar.xz +Checksums-Sha256: + a22ab6c73710c652baa752f75dc167bbee2ebd55e6fb20378c6fef9517a43f9d 2395 node-defined_1.0.1+~1.0.0-1.dsc + 961f85021840e6e1fd2fbf902ab5c1628878047eadfc2f8b50cb34d23f4717ee 1481 node-defined_1.0.1+~1.0.0.orig-types-defined.tar.gz + 24e8d1f18d876f93c4d00d995e1ba40c362982f06e6bc1bac1357873ded33eac 5565 node-defined_1.0.1+~1.0.0.orig.tar.gz + 887f77ebe47f629525731fe5a68bf0a39538f66198364c1fda09b6de1bb354aa 3344 node-defined_1.0.1+~1.0.0-1.debian.tar.xz +Files: + cfcfe84ddb24ee32d3473ef95c81bec8 2395 node-defined_1.0.1+~1.0.0-1.dsc + d03f7e298a4edcbc987082ebd1db6f70 1481 node-defined_1.0.1+~1.0.0.orig-types-defined.tar.gz + 9f21539bff2ae8444b2bbf5563f7ea82 5565 node-defined_1.0.1+~1.0.0.orig.tar.gz + 4986a7221deaa38c4c947dc26e7ec628 3344 node-defined_1.0.1+~1.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-del +Binary: node-del +Architecture: all +Version: 7.1.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/del#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-del +Vcs-Git: https://salsa.debian.org/js-team/node-del.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-globby , node-graceful-fs , node-is-glob , node-is-path-cwd , node-is-path-inside, node-is-stream , node-make-dir , node-p-map , node-rimraf , node-slash , ava , node-temp-dir , node-unique-string , rollup +Package-List: + node-del deb javascript optional arch=all +Directory: pool/ed94151eeeff67063e449dc30100c24ed612affc1ba6d255baee957a7aba681c +Checksums-Sha1: + 9287fbef7dfab0d9a6439a60a44ee76f9f0a3fd2 2307 node-del_7.1.0-1.dsc + 4eb13eb0cf166ace05a56d57eb88df168a79e736 7711 node-del_7.1.0.orig.tar.gz + 49b195d886e3bbb012e323c29b75627ecff0f72a 5616 node-del_7.1.0-1.debian.tar.xz +Checksums-Sha256: + ed94151eeeff67063e449dc30100c24ed612affc1ba6d255baee957a7aba681c 2307 node-del_7.1.0-1.dsc + fae2c5da428608af1de8453b194857876bb864c2f601cbe900c4515a254527de 7711 node-del_7.1.0.orig.tar.gz + ca4af40fca6045aed78b438c275b7a5afa6c3c56384a4ea5777c54ac3627c3c6 5616 node-del_7.1.0-1.debian.tar.xz +Files: + 52e6ef16759f5bd7774f84208b6c28ed 2307 node-del_7.1.0-1.dsc + 23076cbeb3bab1f6b8aaa275e27778e0 7711 node-del_7.1.0.orig.tar.gz + 61532587b98b1b878519459f0ac869c8 5616 node-del_7.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-delegates +Binary: node-delegates +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/visionmedia/node-delegates +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-delegates +Vcs-Git: https://salsa.debian.org/js-team/node-delegates.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , node-should , dh-sequence-nodejs +Package-List: + node-delegates deb javascript optional arch=all +Directory: pool/e8f5176382754006aee27d90007a269a8fbc2b03583e57edca98ddb2d9eb6e34 +Checksums-Sha1: + 364d460f95fcb255d438df13219614371b6df974 2086 node-delegates_1.0.0-3.dsc + 1c2325710b9910dbef371cf10a090a82fb75ec71 2986 node-delegates_1.0.0.orig.tar.gz + 697917e1c1fcad203dee2f395f1df463ee2b2f40 3300 node-delegates_1.0.0-3.debian.tar.xz +Checksums-Sha256: + e8f5176382754006aee27d90007a269a8fbc2b03583e57edca98ddb2d9eb6e34 2086 node-delegates_1.0.0-3.dsc + 0b21bd5fd489658c090e3b58160aec8a8537286fe0c739e90645dbd8558770e0 2986 node-delegates_1.0.0.orig.tar.gz + 3322f818fd2afe548dbbcc61caebcf963eb08934bc7cdb00724391adc0af9999 3300 node-delegates_1.0.0-3.debian.tar.xz +Files: + bca08109d85a1e4d3d119af17724347a 2086 node-delegates_1.0.0-3.dsc + c9c7ee7fdeebedd1c6bb273b28c96dd6 2986 node-delegates_1.0.0.orig.tar.gz + a210615fa1e4633337817d7ec44e8e01 3300 node-delegates_1.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-depd +Binary: node-depd +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/dougwilson/nodejs-depd +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-depd +Vcs-Git: https://salsa.debian.org/js-team/node-depd.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , node-should , node-safe-buffer, node-uid-safe, dh-sequence-nodejs +Package-List: + node-depd deb javascript optional arch=all +Directory: pool/4dd18621e10f14c525623806d28da6a5e31741a49ce71bebe612a9c58dd3c6fd +Checksums-Sha1: + 8413d918f03bccc2930a9701df8a2d689ffef0ff 2050 node-depd_2.0.0-2.dsc + a3fb14b721de5905f3632569345cfdc5f60e8ea6 18669 node-depd_2.0.0.orig.tar.gz + 8042725e574e5957c922753220875c00898291b2 3092 node-depd_2.0.0-2.debian.tar.xz +Checksums-Sha256: + 4dd18621e10f14c525623806d28da6a5e31741a49ce71bebe612a9c58dd3c6fd 2050 node-depd_2.0.0-2.dsc + 165bf0d97508cabad3c313d5099b00e2a6f71710198b26f32c369106b274bd32 18669 node-depd_2.0.0.orig.tar.gz + 5679ce360c245025a05da807dcd09fca20f1ffcdaffc050d1846f246210b60b8 3092 node-depd_2.0.0-2.debian.tar.xz +Files: + 434541db10182c49651b2477eb0147af 2050 node-depd_2.0.0-2.dsc + 0c940ef2e8e48e9458bfa0ff96638bc9 18669 node-depd_2.0.0.orig.tar.gz + d0f4283212ab0416af46444448a49a44 3092 node-depd_2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-diff +Binary: node-diff +Architecture: all +Version: 5.0.0~dfsg+~5.0.1-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/kpdecker/jsdiff +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-diff +Vcs-Git: https://salsa.debian.org/js-team/node-diff.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), chai , dh-sequence-nodejs, mocha , node-babel7, node-rollup-plugin-babel, pandoc , perl , rollup +Package-List: + node-diff deb javascript optional arch=all +Directory: pool/4247dc3328b5bcdfa42429ba584607ac40072af0425c4d677dba558edcb43062 +Checksums-Sha1: + 0af1afb4c888340fae7fe39233de9541469e2719 2481 node-diff_5.0.0~dfsg+~5.0.1-4.dsc + 276a33bfd814729cf8873b841c5be0637a26e466 4352 node-diff_5.0.0~dfsg+~5.0.1.orig-types-diff.tar.xz + 7bb0d0b88fee5e71c4e646ce5bf9d8e37405b9c6 164360 node-diff_5.0.0~dfsg+~5.0.1.orig.tar.xz + 244bc0266b7327c5bb21419a485b5cc9a3d907ad 7264 node-diff_5.0.0~dfsg+~5.0.1-4.debian.tar.xz +Checksums-Sha256: + 4247dc3328b5bcdfa42429ba584607ac40072af0425c4d677dba558edcb43062 2481 node-diff_5.0.0~dfsg+~5.0.1-4.dsc + c34a18b16148d400fb5d1834ffc10e0e1cc79f0f0a2148db6e45c71f9882e308 4352 node-diff_5.0.0~dfsg+~5.0.1.orig-types-diff.tar.xz + f3e0ece3995270cd737e3ec183948323898fe068870d1c234b9518ab2465190f 164360 node-diff_5.0.0~dfsg+~5.0.1.orig.tar.xz + f82b0bdfbc0b755b238f6b0c4156e3623043e9f06c10ef7327a9b4f3a9f8f7f5 7264 node-diff_5.0.0~dfsg+~5.0.1-4.debian.tar.xz +Files: + f243693710d67e6e5cd162056370c54b 2481 node-diff_5.0.0~dfsg+~5.0.1-4.dsc + 24b1b7f9266a3207507f682739917ac3 4352 node-diff_5.0.0~dfsg+~5.0.1.orig-types-diff.tar.xz + c0460bc020f963c565bd946abf7affc0 164360 node-diff_5.0.0~dfsg+~5.0.1.orig.tar.xz + 6d658f9b16666a28d98db76cb6a8eb94 7264 node-diff_5.0.0~dfsg+~5.0.1-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-doctrine +Binary: node-doctrine +Architecture: all +Version: 3.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/eslint/doctrine +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-doctrine +Vcs-Git: https://salsa.debian.org/js-team/node-doctrine.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-esutils , node-isarray , node-should , mocha , dh-sequence-nodejs +Package-List: + node-doctrine deb javascript optional arch=all +Directory: pool/eaccf9087e45e623f728c45e09e83bfd2595bbf25b27bd0384b06dd3b9010d38 +Checksums-Sha1: + cb9ddf6e9af3eccd06736125680eddfd75373632 2114 node-doctrine_3.0.0-4.dsc + 7b0cc914ef86adc4f4f84690da5077c761b4d7b0 36473 node-doctrine_3.0.0.orig.tar.gz + db3809dfd546fae4c12995fd97886a9dd89583d2 3184 node-doctrine_3.0.0-4.debian.tar.xz +Checksums-Sha256: + eaccf9087e45e623f728c45e09e83bfd2595bbf25b27bd0384b06dd3b9010d38 2114 node-doctrine_3.0.0-4.dsc + 224355c8a2da5ff9ce0d8a80728892fdbe20585d98e9bd7181753fa0b1e14787 36473 node-doctrine_3.0.0.orig.tar.gz + a3e52f81f50f395fee4988214779b857d1a7397693585217bb5e6e145746100b 3184 node-doctrine_3.0.0-4.debian.tar.xz +Files: + aa3d9d0ff0750571cff69a60604e9839 2114 node-doctrine_3.0.0-4.dsc + b4ae17efba18fcb1da0a9abb062aa02f 36473 node-doctrine_3.0.0.orig.tar.gz + bd1d9fe5b4df59bc67a1cc6ac7dd6f0c 3184 node-doctrine_3.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-electron-to-chromium +Binary: node-electron-to-chromium +Architecture: all +Version: 1.4.773-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://www.npmjs.com/package/electron-to-chromium +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-electron-to-chromium +Vcs-Git: https://salsa.debian.org/js-team/node-electron-to-chromium.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, ava +Package-List: + node-electron-to-chromium deb javascript optional arch=all +Directory: pool/97cbf7003d069043930929f58476cb6cfbb6cb26989ac9f6a77632f4b166139b +Checksums-Sha1: + 436974b5a395b901855097418a3bb1af26d90d96 2203 node-electron-to-chromium_1.4.773-1.dsc + 38a8e04dfa5967e7794958822b5473db00ab9d5f 74561 node-electron-to-chromium_1.4.773.orig.tar.gz + 17c21211d500b71de79215fd205d82a2d2aaac05 3468 node-electron-to-chromium_1.4.773-1.debian.tar.xz +Checksums-Sha256: + 97cbf7003d069043930929f58476cb6cfbb6cb26989ac9f6a77632f4b166139b 2203 node-electron-to-chromium_1.4.773-1.dsc + acfee9fd7736c2387931b394ee57b86da197d7d60c2e3eebdf6602a6efe3e279 74561 node-electron-to-chromium_1.4.773.orig.tar.gz + d641a854ec049b594626d3256de21d5af872884bf7af2b348ca02ff2dbc41efc 3468 node-electron-to-chromium_1.4.773-1.debian.tar.xz +Files: + a2e8b50e16469a5a2293a775b1e1dd54 2203 node-electron-to-chromium_1.4.773-1.dsc + 6cece35a520946e967aa2aa00c1a1856 74561 node-electron-to-chromium_1.4.773.orig.tar.gz + 04c9d7973536a6a99767cec8bb0821c4 3468 node-electron-to-chromium_1.4.773-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-encoding +Binary: node-encoding +Architecture: all +Version: 0.1.13-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Mathias Behrle +Homepage: https://github.com/andris9/encoding +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-encoding +Vcs-Git: https://salsa.debian.org/js-team/node-encoding.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), nodeunit , node-iconv , node-iconv-lite , dh-sequence-nodejs +Package-List: + node-encoding deb javascript optional arch=all +Directory: pool/38a2615492d35c3462443d042d64eb5a20631aa333c935cb0fa7cb039a520c2c +Checksums-Sha1: + 3baee6cd5de57ad7ff3f5c4d27ecff2f1479d3da 2105 node-encoding_0.1.13-2.dsc + 28a4edcfa467044bd13d93732142154beb756313 24239 node-encoding_0.1.13.orig.tar.gz + 20dccb76078da78fc13ca32b650558a4f94e16c9 2720 node-encoding_0.1.13-2.debian.tar.xz +Checksums-Sha256: + 38a2615492d35c3462443d042d64eb5a20631aa333c935cb0fa7cb039a520c2c 2105 node-encoding_0.1.13-2.dsc + e77a675243aa707690be0b513eaf089d8f3044a07fc0b43727308f28087eb1e8 24239 node-encoding_0.1.13.orig.tar.gz + 71e5a633569f8216455db7a6392c0bb180d5b74e6edd03a6b7a677038ec7988b 2720 node-encoding_0.1.13-2.debian.tar.xz +Files: + 3f4a6f3ea22f38727584bca917b366bb 2105 node-encoding_0.1.13-2.dsc + 59bea9698fcef3e8e6be905dffbf5cfd 24239 node-encoding_0.1.13.orig.tar.gz + 521dd6c092b43cd7e791a46574a9bc6b 2720 node-encoding_0.1.13-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-enhanced-resolve +Binary: node-enhanced-resolve +Architecture: all +Version: 5.15.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/enhanced-resolve +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-enhanced-resolve +Vcs-Git: https://salsa.debian.org/js-team/node-enhanced-resolve.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest , node-graceful-fs , node-memory-fs , node-should , node-tapable +Package-List: + node-enhanced-resolve deb javascript optional arch=all +Directory: pool/952b072ddc1c83b5986907dd73d6d27bdaa60128cbc6c98e59e2e253e4bd7643 +Checksums-Sha1: + 7f780577495ebd95f5ad45cf23010ead97eda3ed 2254 node-enhanced-resolve_5.15.0-1.dsc + 114347ad29e0ff69fef53600d2a5175865c8d9f6 150604 node-enhanced-resolve_5.15.0.orig.tar.gz + 2eb1c1eaaf2bd1657d8ea313dfcce1bce565862f 3532 node-enhanced-resolve_5.15.0-1.debian.tar.xz +Checksums-Sha256: + 952b072ddc1c83b5986907dd73d6d27bdaa60128cbc6c98e59e2e253e4bd7643 2254 node-enhanced-resolve_5.15.0-1.dsc + 72947ca3d0992c77832f714e3310097c175726dddd447025e65df169d9cf353c 150604 node-enhanced-resolve_5.15.0.orig.tar.gz + fe4ee64ffa2a99d62934f604c66603dea857a49b5241eb238d55f7c9c425a382 3532 node-enhanced-resolve_5.15.0-1.debian.tar.xz +Files: + 196423652d64add32db8fa3f92349b8f 2254 node-enhanced-resolve_5.15.0-1.dsc + 5f67baeb1f23bab2a36a501086eda605 150604 node-enhanced-resolve_5.15.0.orig.tar.gz + 8f2db787a982181273327d9a06fb0012 3532 node-enhanced-resolve_5.15.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-envinfo +Binary: node-envinfo +Architecture: all +Version: 7.11.0+~cs14.3.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucaries +Homepage: https://github.com/tabrindle/envinfo#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-envinfo +Vcs-Git: https://salsa.debian.org/js-team/node-envinfo.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, webpack, node-glob, node-which, node-minimist, node-minimatch, node-types-node, node-ts-loader, node-execa (>= 8.0.0~), node-jest , node-ts-jest , ava , node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, rollup, node-babel7, node-babel-loader +Package-List: + node-envinfo deb javascript optional arch=all +Directory: pool/671a5e95ccb9f0d4b23924cf875c74f45ebd4baaf195941f6195b379c5afa734 +Checksums-Sha1: + b8f8c514020978c079dfe15ea29ccc096f294597 4047 node-envinfo_7.11.0+~cs14.3.0-3.dsc + 0969224e3d724eb11df17ed67361fcacc64dad64 3477 node-envinfo_7.11.0+~cs14.3.0.orig-macos-release.tar.gz + 4d04bd9bcf41d7c49eaf42a0cf5a12119a2b1022 3699 node-envinfo_7.11.0+~cs14.3.0.orig-os-name.tar.gz + 6fccc3425e300ee377aad15423e555dc6fc12fa1 2328 node-envinfo_7.11.0+~cs14.3.0.orig-types-envinfo.tar.gz + bb7c582ffbbc0e198a4922ecf530223198ccf691 4118 node-envinfo_7.11.0+~cs14.3.0.orig-windows-release.tar.gz + 01330d063275cb13b005e2f10da48b62d601a931 108413 node-envinfo_7.11.0+~cs14.3.0.orig-yamlify-object.tar.gz + 8cef9167288634731a02424c6a5b15113e6d6c5a 140631 node-envinfo_7.11.0+~cs14.3.0.orig.tar.gz + 2305429d67607cfd727fdc97f579dde0aa0662c8 6860 node-envinfo_7.11.0+~cs14.3.0-3.debian.tar.xz +Checksums-Sha256: + 671a5e95ccb9f0d4b23924cf875c74f45ebd4baaf195941f6195b379c5afa734 4047 node-envinfo_7.11.0+~cs14.3.0-3.dsc + 92327ec5cfcc96e46879e9cf3938e3706bd71f99d1fc0aa3c9b575a4e7d43968 3477 node-envinfo_7.11.0+~cs14.3.0.orig-macos-release.tar.gz + 5c8a7309aa48332f27fe498fca3624a48eabaf3a5c800cbd3cfa0f12effaed53 3699 node-envinfo_7.11.0+~cs14.3.0.orig-os-name.tar.gz + 4839c24aeda3da44ec3b10b44cd70a67f40c1f05d761b0b0e472375d08323dff 2328 node-envinfo_7.11.0+~cs14.3.0.orig-types-envinfo.tar.gz + bf7a772cafff16fdabd0711df8973960fdebfe524ec3ed918478b4947c5a5543 4118 node-envinfo_7.11.0+~cs14.3.0.orig-windows-release.tar.gz + 45adcae0d97d7f7e338093d3366ffa5792f92447ff27cb58cef4f63da9fabba7 108413 node-envinfo_7.11.0+~cs14.3.0.orig-yamlify-object.tar.gz + b9d5625e90f201d24a8feef2ea13f5a311addd2b3cfb705f5db18eda8b8439af 140631 node-envinfo_7.11.0+~cs14.3.0.orig.tar.gz + e56f93e8296d4973106ebef028b653b1e057a9074780211125e931e670a8b4bd 6860 node-envinfo_7.11.0+~cs14.3.0-3.debian.tar.xz +Files: + 9143f853664b5427ce8c675a0f632276 4047 node-envinfo_7.11.0+~cs14.3.0-3.dsc + 4f9ab48a7af4b905f667746e76c1492b 3477 node-envinfo_7.11.0+~cs14.3.0.orig-macos-release.tar.gz + 0a3e115aae9b865789b6d5a69dba4807 3699 node-envinfo_7.11.0+~cs14.3.0.orig-os-name.tar.gz + e322a793cc4dbc516435bc3488a96021 2328 node-envinfo_7.11.0+~cs14.3.0.orig-types-envinfo.tar.gz + f4378db86d62ef0b8c99ab07ce719e88 4118 node-envinfo_7.11.0+~cs14.3.0.orig-windows-release.tar.gz + bee3b9e5fe538b47adefc7842563ddbe 108413 node-envinfo_7.11.0+~cs14.3.0.orig-yamlify-object.tar.gz + 2735d3fbeba68c2a79577cbb88569147 140631 node-envinfo_7.11.0+~cs14.3.0.orig.tar.gz + e3e153a263b2f649bcc3b3216bcafa22 6860 node-envinfo_7.11.0+~cs14.3.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-err-code +Binary: node-err-code +Architecture: all +Version: 2.0.3+dfsg-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/IndigoUnited/js-err-code#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-err-code +Vcs-Git: https://salsa.debian.org/js-team/node-err-code.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-expect.js , mocha , node-browserify-lite +Package-List: + node-err-code deb javascript optional arch=all +Directory: pool/7a2ba8e0be76402b5a99b5870bd03578ef7079274bf23f53852b75d1466d8ba3 +Checksums-Sha1: + 827debe375b52909a7063c2000854aee63696293 2142 node-err-code_2.0.3+dfsg-3.dsc + e471634e04cd1027702f53824e06ce571ee944f1 31692 node-err-code_2.0.3+dfsg.orig.tar.xz + d9194bc10d7ec9f08ff6b85d284f9e3f05d3fb67 2760 node-err-code_2.0.3+dfsg-3.debian.tar.xz +Checksums-Sha256: + 7a2ba8e0be76402b5a99b5870bd03578ef7079274bf23f53852b75d1466d8ba3 2142 node-err-code_2.0.3+dfsg-3.dsc + 5857fa74a97558fb279679a56583d91f431075bd06e4d99774f7581dd3b2598d 31692 node-err-code_2.0.3+dfsg.orig.tar.xz + 10b7595bddefc8e8f51b0f6b07ac65b37c39bce9a1cf8dbc4f9830612e172e01 2760 node-err-code_2.0.3+dfsg-3.debian.tar.xz +Files: + d85a8590d3c060a22e015c57670bea99 2142 node-err-code_2.0.3+dfsg-3.dsc + 566bfb60a0a5d9ca11aaaf304b851284 31692 node-err-code_2.0.3+dfsg.orig.tar.xz + e6d3ad13d53afc5c1eddf214ed58e861 2760 node-err-code_2.0.3+dfsg-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-errno +Binary: node-errno +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/rvagg/node-errno +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-errno +Vcs-Git: https://salsa.debian.org/js-team/node-errno.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-prr , node-tape +Package-List: + node-errno deb javascript optional arch=all +Directory: pool/6659f669595d6756dbc3ef71c29dd8918a5156871eb9a090eb5a74ad95a6bb0c +Checksums-Sha1: + f999acaf889fb8a711d7d502676c38248294cd1d 2033 node-errno_1.0.0-3.dsc + 4943c82e76ca778ebb61972f5d81d7e58803dfd8 6479 node-errno_1.0.0.orig.tar.gz + 0b675a4fa661a3c5da6179620be6f07a50665c8e 7432 node-errno_1.0.0-3.debian.tar.xz +Checksums-Sha256: + 6659f669595d6756dbc3ef71c29dd8918a5156871eb9a090eb5a74ad95a6bb0c 2033 node-errno_1.0.0-3.dsc + f7faa962934589d925625304a12f6a436d7eeed73718886ef27f7d0a5b243197 6479 node-errno_1.0.0.orig.tar.gz + 309d4d1ddf3be6836e061d5eeebc26343ea437db0d0b31ca62ee8a4dd47ce776 7432 node-errno_1.0.0-3.debian.tar.xz +Files: + 9a10cf2b4e3fecfca69f233c3f492b3c 2033 node-errno_1.0.0-3.dsc + f04cfb125a17a6c4c0ff20de05dda3a1 6479 node-errno_1.0.0.orig.tar.gz + a92cfe05eced7fb0761d540c4e89c444 7432 node-errno_1.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-error-ex +Binary: node-error-ex +Architecture: all +Version: 1.3.2-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/qix-/node-error-ex#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-error-ex +Vcs-Git: https://salsa.debian.org/js-team/node-error-ex.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), coffeescript , mocha , node-is-arrayish , node-should , dh-sequence-nodejs +Package-List: + node-error-ex deb javascript optional arch=all +Directory: pool/a3452aedcb9e43821099971ce36821f2ca11768bfe993ac81a0997fafc8e7843 +Checksums-Sha1: + 5bb1be1e44ac069b76d3fb3a43b947f040686892 2128 node-error-ex_1.3.2-4.dsc + c83fdb5553e4f971d38e94ee46abbd8e60348be1 5097 node-error-ex_1.3.2.orig.tar.gz + e11b3431376e7bf2ff8d5d4d8348b6420fdb83aa 2672 node-error-ex_1.3.2-4.debian.tar.xz +Checksums-Sha256: + a3452aedcb9e43821099971ce36821f2ca11768bfe993ac81a0997fafc8e7843 2128 node-error-ex_1.3.2-4.dsc + 5ffa8f7e910a2572052500f333a0e505ce6f357518261efb01276a79adfafc4d 5097 node-error-ex_1.3.2.orig.tar.gz + 392e7899e707389ed570e93801cc29d5ad740301f216592293b351d607141de8 2672 node-error-ex_1.3.2-4.debian.tar.xz +Files: + 68a190cd9c881d052300df1d26b73630 2128 node-error-ex_1.3.2-4.dsc + ccb5ea8f04384b0f59a96bf7f1674e85 5097 node-error-ex_1.3.2.orig.tar.gz + 2cc8c445f1050320211b0d06e41ed38a 2672 node-error-ex_1.3.2-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-es-abstract +Binary: node-es-abstract +Architecture: all +Version: 1.20.4+~cs26.27.47-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Yadd +Homepage: https://github.com/ljharb/es-abstract#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-es-abstract +Vcs-Git: https://salsa.debian.org/js-team/node-es-abstract.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-has-bigints , node-is-string , node-make-async-function , node-tape +Package-List: + node-es-abstract deb javascript optional arch=all +Directory: pool/fb1032f5e6c2759b97d2cb02325dceade86e9d67a7907351f3e82de11b8b6b46 +Checksums-Sha1: + 9ca69eff5d566cb4f0f57e6f5ba378cb09cd6e68 9486 node-es-abstract_1.20.4+~cs26.27.47-2.dsc + 9e2448888320752920525e1cc89719d535202b69 7299 node-es-abstract_1.20.4+~cs26.27.47.orig-array-prototype-find.tar.gz + d3abc0533ac902870dd41035edce6a7c6f89a1b6 5721 node-es-abstract_1.20.4+~cs26.27.47.orig-es-shim-unscopables.tar.gz + e70f1a22b90c27549746fb0d80006e132a0c02b3 8546 node-es-abstract_1.20.4+~cs26.27.47.orig-es-value-fixtures.tar.gz + 198a266a3a5e01e912f60419fd045c6551d75cd5 3047 node-es-abstract_1.20.4+~cs26.27.47.orig-foreach.tar.gz + 107ef8eb31082577f7bbe8a3518e36dd8029d58f 7674 node-es-abstract_1.20.4+~cs26.27.47.orig-function-prototype-name.tar.gz + d0bb8c7af49679c1e1c430473515d839b9d29382 7168 node-es-abstract_1.20.4+~cs26.27.47.orig-functions-have-names.tar.gz + eebf8425aa2aee9b0a4c8d0fa7733a6f8d607f1a 6451 node-es-abstract_1.20.4+~cs26.27.47.orig-get-symbol-description.tar.gz + 8c252e59757c814384604a8158b6dc97fc1afd6f 5503 node-es-abstract_1.20.4+~cs26.27.47.orig-has-property-descriptors.tar.gz + 0accd06ba9e53b71ece2ba3342b86afe9b780caf 7180 node-es-abstract_1.20.4+~cs26.27.47.orig-internal-slot.tar.gz + a75a2a9f586b4e1c2eaaff020dbdb537c43b5aca 5382 node-es-abstract_1.20.4+~cs26.27.47.orig-intl-fallback-symbol.tar.gz + d3d906324c7dee12f24643596850e7105f4e80b9 8688 node-es-abstract_1.20.4+~cs26.27.47.orig-is-negative-zero.tar.gz + 5170fa561b5d7d18f790add47d4caf6e2a79a870 6358 node-es-abstract_1.20.4+~cs26.27.47.orig-is-shared-array-buffer.tar.gz + af25f724434b240153d253093a2e86aa061825f2 6614 node-es-abstract_1.20.4+~cs26.27.47.orig-is-weakref.tar.gz + 869537ec01ecfdc2a27f04c71810f873a536bcab 3893 node-es-abstract_1.20.4+~cs26.27.47.orig-make-async-function.tar.gz + 938a09c789d4382979defef33111712853edb468 11674 node-es-abstract_1.20.4+~cs26.27.47.orig-objectassign.tar.gz + f10a2d76e8857e9bf645258efaede36da59612b6 4952 node-es-abstract_1.20.4+~cs26.27.47.orig-safe-regex-test.tar.gz + 6d3ff4ede81cba603c632265ba796ffd801011c8 8497 node-es-abstract_1.20.4+~cs26.27.47.orig-stringprototypetrimend.tar.gz + feb8be04061b9fd4597f479997ed5afe8a24aef5 8496 node-es-abstract_1.20.4+~cs26.27.47.orig-stringprototypetrimstart.tar.gz + 1f5c79fedf72492e0ff91ccab3039c1a54a711ea 47043 node-es-abstract_1.20.4+~cs26.27.47.orig-types-es-abstract.tar.gz + fdd5c5959b3936a31bbebbe96b346b6b23a83ebf 6986 node-es-abstract_1.20.4+~cs26.27.47.orig-unbox-primitive.tar.gz + ded91ea19f3f295f50616a55001198cd060c9125 340679 node-es-abstract_1.20.4+~cs26.27.47.orig.tar.gz + 31edd85c0a37f03d2a2796e269f7958db3a3d1ad 12148 node-es-abstract_1.20.4+~cs26.27.47-2.debian.tar.xz +Checksums-Sha256: + fb1032f5e6c2759b97d2cb02325dceade86e9d67a7907351f3e82de11b8b6b46 9486 node-es-abstract_1.20.4+~cs26.27.47-2.dsc + 744ab4e821d06bf2b474d3092a20826c313ad0bedf31a69db0d3c9c229acb264 7299 node-es-abstract_1.20.4+~cs26.27.47.orig-array-prototype-find.tar.gz + 6c1cce929ac32ceaa2feb71ec79b861c764da743b518dc02f313eae086e09f48 5721 node-es-abstract_1.20.4+~cs26.27.47.orig-es-shim-unscopables.tar.gz + 5d570e7a22ca5edd0c0d2e9ebaa7a91dcb78b94d41036061e6986f3140b281d0 8546 node-es-abstract_1.20.4+~cs26.27.47.orig-es-value-fixtures.tar.gz + bd301c8beded05d60586aa8be485ca42e07ba383399803514712ce8512c59e3a 3047 node-es-abstract_1.20.4+~cs26.27.47.orig-foreach.tar.gz + a3a92eda4683509586473486a485da1741303ade1db1479886ec43e41340f4c3 7674 node-es-abstract_1.20.4+~cs26.27.47.orig-function-prototype-name.tar.gz + 529e2c2764f70bfe8c3820755dc25d7e3a4a21bc81ea3817529239fd3723665c 7168 node-es-abstract_1.20.4+~cs26.27.47.orig-functions-have-names.tar.gz + 72d5e80e8347e2fb7133b2fd6e429495319960ecc70a8f5f118045c6c5021d20 6451 node-es-abstract_1.20.4+~cs26.27.47.orig-get-symbol-description.tar.gz + 55e1a11b541046ee6028217b718510144f4f42155950acac056a8fd18fd89d29 5503 node-es-abstract_1.20.4+~cs26.27.47.orig-has-property-descriptors.tar.gz + 679cce3b0ef2d6745415e9144ebbdac74b64fd7191a3b663e6b4cb9fe760e77b 7180 node-es-abstract_1.20.4+~cs26.27.47.orig-internal-slot.tar.gz + dc3a42891b226f78b635b12e2c113324b7073f3ea3439cbd484ee2502fea1ffd 5382 node-es-abstract_1.20.4+~cs26.27.47.orig-intl-fallback-symbol.tar.gz + dcd8749668f391cfe148c0240d350b12c0be1bd60fd0de0fa6bae70b24f24496 8688 node-es-abstract_1.20.4+~cs26.27.47.orig-is-negative-zero.tar.gz + 6130a553b535765d9d3ad1c3bda6f3f459e3108b4a95ea05c58fb73ab9e01b6c 6358 node-es-abstract_1.20.4+~cs26.27.47.orig-is-shared-array-buffer.tar.gz + 4380bbdde2e95aed0c9bc847db86dd91c5c369ac585371d291ac817e73e31f4d 6614 node-es-abstract_1.20.4+~cs26.27.47.orig-is-weakref.tar.gz + 2f6a5a0e6e365c670ad18287190fcee254811f2bf696f8c80bef5dd4ecffa2f4 3893 node-es-abstract_1.20.4+~cs26.27.47.orig-make-async-function.tar.gz + 76dda4ac79c769da791768c1c298b8b66a48f0c6c7c9325b9e8a154d6939fe59 11674 node-es-abstract_1.20.4+~cs26.27.47.orig-objectassign.tar.gz + aaee60c2bad7095e12e8519573fe8a9b21a7af2ce5df4a13f466729ab88c1047 4952 node-es-abstract_1.20.4+~cs26.27.47.orig-safe-regex-test.tar.gz + d2d25e49344804bfab0a937e157f39517e261b9e66ab58ea9c72afaa8fd43ece 8497 node-es-abstract_1.20.4+~cs26.27.47.orig-stringprototypetrimend.tar.gz + e639fae35938bf5432b4911cf447c942cb4fca59e2dfc574b9751196abd11464 8496 node-es-abstract_1.20.4+~cs26.27.47.orig-stringprototypetrimstart.tar.gz + 5e24a15b96314eb8b6cb54f4d4be5035ed61cab1a9998b848d2376756da189dd 47043 node-es-abstract_1.20.4+~cs26.27.47.orig-types-es-abstract.tar.gz + 8b08afa55f1de2707dfc91202504e39f5236c9742f6db1c30660f33af099a3bf 6986 node-es-abstract_1.20.4+~cs26.27.47.orig-unbox-primitive.tar.gz + e498985e7a34f436755d41955761a7a3498d7dc780e59161f6f16ecfed0417b5 340679 node-es-abstract_1.20.4+~cs26.27.47.orig.tar.gz + a9ad7b48e09b319a2cf92def059d9be9e68e6a125017cf145b5671cd34756755 12148 node-es-abstract_1.20.4+~cs26.27.47-2.debian.tar.xz +Files: + 13c00c4869e2e37c5af3589f6d2dd3b0 9486 node-es-abstract_1.20.4+~cs26.27.47-2.dsc + f3b8b8e9b20672cd3a39863b315c67d9 7299 node-es-abstract_1.20.4+~cs26.27.47.orig-array-prototype-find.tar.gz + 11ad3df794f40aaf5ad3109d613d85f0 5721 node-es-abstract_1.20.4+~cs26.27.47.orig-es-shim-unscopables.tar.gz + b9de2069ab20a52def78a1066f34f1fd 8546 node-es-abstract_1.20.4+~cs26.27.47.orig-es-value-fixtures.tar.gz + 4994def65579a2711b4e4f2f2431a4da 3047 node-es-abstract_1.20.4+~cs26.27.47.orig-foreach.tar.gz + bdc316c60e27a0d8a5ec71eb079a0c82 7674 node-es-abstract_1.20.4+~cs26.27.47.orig-function-prototype-name.tar.gz + 142416c2a245b4048b5ade56245ec52f 7168 node-es-abstract_1.20.4+~cs26.27.47.orig-functions-have-names.tar.gz + d8222c9c1f63bc10d098becb92fcc5fc 6451 node-es-abstract_1.20.4+~cs26.27.47.orig-get-symbol-description.tar.gz + 782c705b4b952684ffce9a1f93068d27 5503 node-es-abstract_1.20.4+~cs26.27.47.orig-has-property-descriptors.tar.gz + d2c2c627f29f071fda6f7f2c52f935af 7180 node-es-abstract_1.20.4+~cs26.27.47.orig-internal-slot.tar.gz + 176dda9bacb5a6de18a1c1d9b52955da 5382 node-es-abstract_1.20.4+~cs26.27.47.orig-intl-fallback-symbol.tar.gz + 26be6b744fbd5a4793f3effada3e5c6f 8688 node-es-abstract_1.20.4+~cs26.27.47.orig-is-negative-zero.tar.gz + 836902eb419d3152eee8d309f7f514c0 6358 node-es-abstract_1.20.4+~cs26.27.47.orig-is-shared-array-buffer.tar.gz + fe4445e94bca7be5c70cf4adf79e5832 6614 node-es-abstract_1.20.4+~cs26.27.47.orig-is-weakref.tar.gz + a28141412afcaa2c2006485a2769f90b 3893 node-es-abstract_1.20.4+~cs26.27.47.orig-make-async-function.tar.gz + 0dbafa8c7038cc24504fecfb57e13de1 11674 node-es-abstract_1.20.4+~cs26.27.47.orig-objectassign.tar.gz + 41ad9346ce8c4cedbbb7bcfc5c5d8fa7 4952 node-es-abstract_1.20.4+~cs26.27.47.orig-safe-regex-test.tar.gz + 3c66ce6105b413a36d12aa40c39853bd 8497 node-es-abstract_1.20.4+~cs26.27.47.orig-stringprototypetrimend.tar.gz + b3261619a9f26aed4c1d66ce7db6c924 8496 node-es-abstract_1.20.4+~cs26.27.47.orig-stringprototypetrimstart.tar.gz + a71dbf4dc44b83b6c28555db089cad2e 47043 node-es-abstract_1.20.4+~cs26.27.47.orig-types-es-abstract.tar.gz + 2a544bddfc1d11ac5ec22c9320f01258 6986 node-es-abstract_1.20.4+~cs26.27.47.orig-unbox-primitive.tar.gz + 5fc9328008380351598985470a9e52c6 340679 node-es-abstract_1.20.4+~cs26.27.47.orig.tar.gz + 732eccf671808af214a92439a114e287 12148 node-es-abstract_1.20.4+~cs26.27.47-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-es-module-lexer +Binary: node-es-module-lexer +Architecture: all +Version: 1.1.0+dfsg-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/guybedford/es-module-lexer#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-es-module-lexer +Vcs-Git: https://salsa.debian.org/js-team/node-es-module-lexer.git +Testsuite: autopkgtest +Testsuite-Triggers: mocha, node-assert, pkg-js-autopkgtest +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, clang, lld, node-babel7, mocha , node-assert , node-typescript, terser, wasi-libc +Package-List: + node-es-module-lexer deb javascript optional arch=all +Directory: pool/d60ad6e0cf0231d115ccf8d25ccd20bfdb2420051affe6a35f9ab1435902dbe9 +Checksums-Sha1: + cac35f86678555c75631ca8e14baa83cf831216e 2299 node-es-module-lexer_1.1.0+dfsg-3.dsc + 8407d5b78d946471fa84bcecabfde078f6725efd 601832 node-es-module-lexer_1.1.0+dfsg.orig.tar.xz + 03bdcdf594d5172ad2e3a9ae49c335bd2d0ceb44 15096 node-es-module-lexer_1.1.0+dfsg-3.debian.tar.xz +Checksums-Sha256: + d60ad6e0cf0231d115ccf8d25ccd20bfdb2420051affe6a35f9ab1435902dbe9 2299 node-es-module-lexer_1.1.0+dfsg-3.dsc + 1086c3be20da5aca7879c8494d7ef37474e75d20c2dd5055a2ae60d0e8761875 601832 node-es-module-lexer_1.1.0+dfsg.orig.tar.xz + c3c0135de7b57e91918694f9c5a59b27f5d83d0ae8bc19f0b9d28336a3c019cd 15096 node-es-module-lexer_1.1.0+dfsg-3.debian.tar.xz +Files: + 87974b661ee67099c5f8334736ad0582 2299 node-es-module-lexer_1.1.0+dfsg-3.dsc + a8ae506ed190bea0aa50744a3b3b66b6 601832 node-es-module-lexer_1.1.0+dfsg.orig.tar.xz + ff56cde16d75886295961c2680d5fbc9 15096 node-es-module-lexer_1.1.0+dfsg-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-es6-error +Binary: node-es6-error +Architecture: all +Version: 4.1.1-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/bjyoungblood/es6-error +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-es6-error +Vcs-Git: https://salsa.debian.org/js-team/node-es6-error.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), chai , dh-sequence-nodejs, node-babel7, node-babel-plugin-add-module-exports, mocha +Package-List: + node-es6-error deb javascript optional arch=all +Directory: pool/6ed8ea0360a8253ce59a7c4e40aaadec91e432c3cf2b8377f40ac6e2a5dd1316 +Checksums-Sha1: + e0df1d0c293bc2d92678f1ff47ac08f4c9a7e4eb 2129 node-es6-error_4.1.1-5.dsc + a8f3f5d330f871016fa14b83178a012dbf6d5978 19567 node-es6-error_4.1.1.orig.tar.gz + 9cbd35865525c437c288ea0c6f04ac34e4aa001f 4708 node-es6-error_4.1.1-5.debian.tar.xz +Checksums-Sha256: + 6ed8ea0360a8253ce59a7c4e40aaadec91e432c3cf2b8377f40ac6e2a5dd1316 2129 node-es6-error_4.1.1-5.dsc + d328897bd271b54a817fbfc600ede787f24ad36077ede93e358c01ee83801c41 19567 node-es6-error_4.1.1.orig.tar.gz + 790948e303a4ca3534dac2b23b176dc4c52cb9b3fe0783358c9f64d7ee91d619 4708 node-es6-error_4.1.1-5.debian.tar.xz +Files: + 43734859e8b0743df5d8b1bba11b8d06 2129 node-es6-error_4.1.1-5.dsc + cbc23cf9fae9cf34371ec8d2c0bfe46f 19567 node-es6-error_4.1.1.orig.tar.gz + 9d28df014488d4395919eb38986c72ac 4708 node-es6-error_4.1.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-escape-string-regexp +Binary: node-escape-string-regexp +Architecture: all +Version: 4.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Mathias Behrle +Homepage: https://github.com/sindresorhus/escape-string-regexp +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-escape-string-regexp +Vcs-Git: https://salsa.debian.org/js-team/node-escape-string-regexp.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-escape-string-regexp deb javascript optional arch=all +Directory: pool/2dd4e0eca6ec52605b27d632914eedb79bcb40c62d9a54fdf8d59c293d205738 +Checksums-Sha1: + 78ecee03defaf28b431dca8a82e5cc2128717eaf 2194 node-escape-string-regexp_4.0.0-2.dsc + 0126edd862181d69c4307a7a71ceb3d1c3661ef4 2982 node-escape-string-regexp_4.0.0.orig.tar.gz + 463031289ff381b3bb681d7f2548dbe0b2d6f9d7 3460 node-escape-string-regexp_4.0.0-2.debian.tar.xz +Checksums-Sha256: + 2dd4e0eca6ec52605b27d632914eedb79bcb40c62d9a54fdf8d59c293d205738 2194 node-escape-string-regexp_4.0.0-2.dsc + 0e09412ccbfd5b35c849e23d1ba938dd22e09c1601b480bb39382b43250bf7df 2982 node-escape-string-regexp_4.0.0.orig.tar.gz + 177bb6fa5ccf1f5836df0c52e96428f46200849cdef19d0609680d6c84f4c057 3460 node-escape-string-regexp_4.0.0-2.debian.tar.xz +Files: + f66818772dade2eeebb36e476dbe6499 2194 node-escape-string-regexp_4.0.0-2.dsc + 11a1c947d156680ba7187fe3eac872fc 2982 node-escape-string-regexp_4.0.0.orig.tar.gz + de7026d619c925be26da25f9e5325376 3460 node-escape-string-regexp_4.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-escodegen +Binary: node-escodegen +Architecture: all +Version: 2.1.0+dfsg+~0.0.8-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/estools/escodegen +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-escodegen +Vcs-Git: https://salsa.debian.org/js-team/node-escodegen.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, chai , mocha , node-acorn , node-bluebird , node-esprima , node-estraverse , node-esutils , node-optionator , node-source-map +Package-List: + node-escodegen deb javascript optional arch=all +Directory: pool/78b46870a42e7afd5c086b359f6d8d2e876141fe69b923113286997eea316455 +Checksums-Sha1: + a5a8efb99b8e8b525200006d5633f4888815abd5 2683 node-escodegen_2.1.0+dfsg+~0.0.8-1.dsc + 0813218edebd95964d048f464d214b7bb0f62069 3456 node-escodegen_2.1.0+dfsg+~0.0.8.orig-types-escodegen.tar.xz + 2cb0055ce40bb8bb54407a80777a5d70b8af8cf9 394068 node-escodegen_2.1.0+dfsg+~0.0.8.orig.tar.xz + f4e04b16cf50ee2247022e35986438d0b3600b5d 6440 node-escodegen_2.1.0+dfsg+~0.0.8-1.debian.tar.xz +Checksums-Sha256: + 78b46870a42e7afd5c086b359f6d8d2e876141fe69b923113286997eea316455 2683 node-escodegen_2.1.0+dfsg+~0.0.8-1.dsc + 63a0bfc5383c78812343675acbbf5939404ec1d4639a071f1fe39a913e9a1246 3456 node-escodegen_2.1.0+dfsg+~0.0.8.orig-types-escodegen.tar.xz + ca8fb555292b704f34783170a5c6b77b37168a965884a1e2744019f6cf545f7a 394068 node-escodegen_2.1.0+dfsg+~0.0.8.orig.tar.xz + 886da5c1fab6b1a9a15a22a77b343a79994cf81b0acf550a5f04fd0d047f2d5f 6440 node-escodegen_2.1.0+dfsg+~0.0.8-1.debian.tar.xz +Files: + c42c07475cc0f3db6b57bba5ad536862 2683 node-escodegen_2.1.0+dfsg+~0.0.8-1.dsc + e658eabfbbcdd70c58e4ec7510d996b2 3456 node-escodegen_2.1.0+dfsg+~0.0.8.orig-types-escodegen.tar.xz + dfa48bfae1bcb91dc55a0bfd8c16af5d 394068 node-escodegen_2.1.0+dfsg+~0.0.8.orig.tar.xz + 5a16fbe02d475716c5f50f6250d5e27a 6440 node-escodegen_2.1.0+dfsg+~0.0.8-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-eslint-scope +Binary: node-eslint-scope +Architecture: all +Version: 7.1.1+~3.7.4-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/eslint/eslint-scope +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-scope +Vcs-Git: https://salsa.debian.org/js-team/node-eslint-scope.git +Testsuite: autopkgtest +Testsuite-Triggers: mocha, node-chai, node-espree, node-esrecurse, node-estraverse +Build-Depends: cmark-gfm , debhelper-compat (= 13), eslint , jq, mocha , node-eslint-visitor-keys (>= 3.3) , node-espree (>= 9) , node-esrecurse , node-estraverse , rollup +Package-List: + node-eslint-scope deb javascript optional arch=all +Directory: pool/66f399f1ffedec599c1cf6132c723a57fc3af7fb622574ac2bc0fdbb01ebc5eb +Checksums-Sha1: + 0dba5b2f746d8d6188a1d5f342ce9ba7ca01bd67 2679 node-eslint-scope_7.1.1+~3.7.4-1.dsc + 37fc1223f0786c39627068a12e94d6e6fc61de16 2193 node-eslint-scope_7.1.1+~3.7.4.orig-Xtypes.tar.gz + 4737d6df551fdb58f4a6d3a50c6e57b4c41b2366 42226 node-eslint-scope_7.1.1+~3.7.4.orig.tar.gz + 83154682b45f0cf0807235c332b3089227b847b3 5944 node-eslint-scope_7.1.1+~3.7.4-1.debian.tar.xz +Checksums-Sha256: + 66f399f1ffedec599c1cf6132c723a57fc3af7fb622574ac2bc0fdbb01ebc5eb 2679 node-eslint-scope_7.1.1+~3.7.4-1.dsc + b5069d5f68c5cf23e2590ccba7b5f45eaee9cc092c3924367569e63921e61e2f 2193 node-eslint-scope_7.1.1+~3.7.4.orig-Xtypes.tar.gz + 382461af22524396a00b18d33a853b19681caff79231a04fe19e27702254202d 42226 node-eslint-scope_7.1.1+~3.7.4.orig.tar.gz + 348fbb5015a34a1ea82ad07d6178391e5c3054ba7e6caf58d2e6753da731e1ca 5944 node-eslint-scope_7.1.1+~3.7.4-1.debian.tar.xz +Files: + e68576c54821efc6a9e79992f67041f8 2679 node-eslint-scope_7.1.1+~3.7.4-1.dsc + f138cab7df63a10de096b98894217d90 2193 node-eslint-scope_7.1.1+~3.7.4.orig-Xtypes.tar.gz + ae2f2b6885cd31fdf33f26c7bcccac02 42226 node-eslint-scope_7.1.1+~3.7.4.orig.tar.gz + 0e99039e79590ff7fdb9a8b9699558d8 5944 node-eslint-scope_7.1.1+~3.7.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-eslint-utils +Binary: node-eslint-utils +Architecture: all +Version: 3.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/mysticatea/eslint-utils +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-utils +Vcs-Git: https://salsa.debian.org/js-team/node-eslint-utils.git +Testsuite: autopkgtest +Testsuite-Triggers: nodejs +Build-Depends: cmark-gfm , debhelper-compat (= 13), eslint , mocha , node-dot-prop , node-mysticatea-eslint-plugin (>= 12) , node-rollup-plugin-sourcemaps, rollup +Package-List: + node-eslint-utils deb javascript optional arch=all +Directory: pool/0671828eca33bf918ad846a14b67628775c2b62e93350701d7fbdce98e76ae8f +Checksums-Sha1: + b187435d29af2a24d44c1e73460ecacfa495672b 2242 node-eslint-utils_3.0.0-3.dsc + 984af603014e7216ac90d74cbac99fa24044fb54 33561 node-eslint-utils_3.0.0.orig.tar.gz + a5650c67105db0c7b94a89d6dddffc11f143ac82 5280 node-eslint-utils_3.0.0-3.debian.tar.xz +Checksums-Sha256: + 0671828eca33bf918ad846a14b67628775c2b62e93350701d7fbdce98e76ae8f 2242 node-eslint-utils_3.0.0-3.dsc + 1b2b1e404f8dff9b2f51caa59fb14f32033fe0483c3ea4d9454d5c7db1c92a91 33561 node-eslint-utils_3.0.0.orig.tar.gz + bb8b1d53fe014cc4e3b955ebeb0bb4bb572a47f3d8eab0b5e5df80650dc33f3a 5280 node-eslint-utils_3.0.0-3.debian.tar.xz +Files: + 68e9fb35239a0677cd855acc4d9c8db3 2242 node-eslint-utils_3.0.0-3.dsc + 4e53f19bd1d54879f4a92db9a1a14c4b 33561 node-eslint-utils_3.0.0.orig.tar.gz + 02b7bd96673fc835d13b1066d1060785 5280 node-eslint-utils_3.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-eslint-visitor-keys +Binary: node-eslint-visitor-keys +Architecture: all +Version: 3.3.0+~1.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/eslint/eslint-visitor-keys +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-visitor-keys +Vcs-Git: https://salsa.debian.org/js-team/node-eslint-visitor-keys.git +Testsuite: autopkgtest +Testsuite-Triggers: mocha, node-chai, nodejs +Build-Depends: cmark-gfm , debhelper-compat (= 13), eslint , jq, mocha , node-eslint-config-eslint , node-eslint-plugin-node , node-typescript, rollup +Package-List: + node-eslint-visitor-keys deb javascript optional arch=all +Directory: pool/c71c48954cff56747d1af4729102e12c2d3524abe06d8dc4d735becdff6edce5 +Checksums-Sha1: + e193689ff51509d8440491ece6d5efd1999e1801 2705 node-eslint-visitor-keys_3.3.0+~1.0.0-1.dsc + 5fb2e536c1ae9bf35366eed879e827fa59ca41c2 5840 node-eslint-visitor-keys_3.3.0+~1.0.0.orig-Xtypes.tar.gz + 4dd12684a681ff27b138d11bd23f35711bf76799 11910 node-eslint-visitor-keys_3.3.0+~1.0.0.orig.tar.gz + dcc7e71c98990f3c1fee2b8bffd6d84f3c84f880 5036 node-eslint-visitor-keys_3.3.0+~1.0.0-1.debian.tar.xz +Checksums-Sha256: + c71c48954cff56747d1af4729102e12c2d3524abe06d8dc4d735becdff6edce5 2705 node-eslint-visitor-keys_3.3.0+~1.0.0-1.dsc + 537f87551267156f3ae38a479b27155af0ab2df87ac0ed32b333903fc9f4f281 5840 node-eslint-visitor-keys_3.3.0+~1.0.0.orig-Xtypes.tar.gz + 5def1284b95950a435101a7472ead595a8590edca012930952883ea690e60852 11910 node-eslint-visitor-keys_3.3.0+~1.0.0.orig.tar.gz + ec738f2466c0c3920fbb037d458c11978ccd5f8870b090fe5fad171905da9195 5036 node-eslint-visitor-keys_3.3.0+~1.0.0-1.debian.tar.xz +Files: + 27605cfc7b8581cea85d466595c7d1d1 2705 node-eslint-visitor-keys_3.3.0+~1.0.0-1.dsc + d09c85d819f6fc8c309569bd9364cf64 5840 node-eslint-visitor-keys_3.3.0+~1.0.0.orig-Xtypes.tar.gz + dadf949f4639d36005c88c2a8f76f330 11910 node-eslint-visitor-keys_3.3.0+~1.0.0.orig.tar.gz + 15f9c7d5f7124c7557c357e97f80cde0 5036 node-eslint-visitor-keys_3.3.0+~1.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-espree +Binary: node-espree +Architecture: all +Version: 9.4.1~dfsg-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , Pirate Praveen , +Homepage: https://github.com/eslint/espree +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-espree +Vcs-Git: https://salsa.debian.org/js-team/node-espree.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: cmark-gfm , debhelper-compat (= 13), dh-sequence-nodejs, chai , eslint , mocha , node-acorn (>= 8.7.0) , node-eslint-config-eslint , node-eslint-plugin-node , node-eslint-visitor-keys (>= 3.3.0) , node-rollup-plugin-commonjs, node-rollup-plugin-json, node-rollup-plugin-node-resolve, node-shelljs , rollup +Package-List: + node-espree deb javascript optional arch=all +Directory: pool/d2a32c09b12f5e3bd71813b4de26b107022743f5a5902b248140e3bd9019dbcc +Checksums-Sha1: + 356eaf4337e57b62041d47bd0a76e67c6fa5c05f 2426 node-espree_9.4.1~dfsg-2.dsc + 7647046fddb8c56277814ef7cd2a437cef759971 290504 node-espree_9.4.1~dfsg.orig.tar.xz + 46a57e7bafa41de54ef3389b8d061f703a83ebce 16060 node-espree_9.4.1~dfsg-2.debian.tar.xz +Checksums-Sha256: + d2a32c09b12f5e3bd71813b4de26b107022743f5a5902b248140e3bd9019dbcc 2426 node-espree_9.4.1~dfsg-2.dsc + 483b5aef2034fd0abfb8c12521d732cf28ea7dc83dc9cdf328d55688254245bd 290504 node-espree_9.4.1~dfsg.orig.tar.xz + 84d9b15e7facfdd6f0366f08149c35ea8ce15300643faa76bc7623c11e595ab3 16060 node-espree_9.4.1~dfsg-2.debian.tar.xz +Files: + f4e0647933a1832ed7495fb9530eb516 2426 node-espree_9.4.1~dfsg-2.dsc + 053ca1b19cebf8cb60e022432a46062d 290504 node-espree_9.4.1~dfsg.orig.tar.xz + a51facb8618825245858cc9563d92bf9 16060 node-espree_9.4.1~dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-esprima +Binary: node-esprima +Architecture: all +Version: 4.0.1+ds+~4.0.3-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://esprima.org +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-esprima +Vcs-Git: https://salsa.debian.org/js-team/node-esprima.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , node-typescript, node-types-estree, dh-sequence-nodejs, webpack, nodejs:native +Package-List: + node-esprima deb javascript optional arch=all +Directory: pool/40bff5db5df372e7240157487b679b692a8f287d33d9ba533283e1910628ede3 +Checksums-Sha1: + 1758dbaa66819407cafc4b8a6bed98f92133d986 2491 node-esprima_4.0.1+ds+~4.0.3-2.dsc + 1a7070f8d5e4d369502809b2cdf1e26fcce56dd1 2396 node-esprima_4.0.1+ds+~4.0.3.orig-typesesprima.tar.xz + 787c4b3039de0469af5241fa984107018145652d 419948 node-esprima_4.0.1+ds+~4.0.3.orig.tar.xz + eb25e85a42bed3fc2b3d4c862479b34bb7754216 5324 node-esprima_4.0.1+ds+~4.0.3-2.debian.tar.xz +Checksums-Sha256: + 40bff5db5df372e7240157487b679b692a8f287d33d9ba533283e1910628ede3 2491 node-esprima_4.0.1+ds+~4.0.3-2.dsc + 85812dfe0eb94b37c73f0727d97eb43014566a5b31d416967f29d4203afed507 2396 node-esprima_4.0.1+ds+~4.0.3.orig-typesesprima.tar.xz + becd65bda7cab00708461982d5e2e2bb676ad1118672ed6e8670094280162798 419948 node-esprima_4.0.1+ds+~4.0.3.orig.tar.xz + 806c33832712a04eda9a4d0308610f280e08d727248e2d76575126b47d43c831 5324 node-esprima_4.0.1+ds+~4.0.3-2.debian.tar.xz +Files: + c2a10e384fcb201a2e4731565e0cd261 2491 node-esprima_4.0.1+ds+~4.0.3-2.dsc + 789099885753e661678f15398a7c6af6 2396 node-esprima_4.0.1+ds+~4.0.3.orig-typesesprima.tar.xz + 605d87bf6e5f24863233f17cd710932f 419948 node-esprima_4.0.1+ds+~4.0.3.orig.tar.xz + 8605b07ec3ef24d0c49e771523e30ec6 5324 node-esprima_4.0.1+ds+~4.0.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-esquery +Binary: node-esquery +Architecture: all +Version: 1.4.2~ds-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/estools/esquery +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-esquery +Vcs-Git: https://salsa.debian.org/js-team/node-esquery.git +Testsuite: autopkgtest +Testsuite-Triggers: mocha, node-babel-register, node-chai, nodejs +Build-Depends: debhelper-compat (= 13), eslint , mocha , node-babel-register (>= 7) , node-chai , node-estraverse , node-rollup-plugin-node-resolve, node-rollup-plugin-commonjs, node-rollup-plugin-json, pandoc , pegjs, rollup +Package-List: + node-esquery deb javascript optional arch=all +Directory: pool/3ece9802f8d5499f0c8d775b14d9f7db42a5bc74711c21b6f527914c48dca251 +Checksums-Sha1: + b62eb5ebab10490f16b61ba91621ed49101ac25a 2312 node-esquery_1.4.2~ds-1.dsc + 5ca02d2256f6a1d21dd063e90ed51298310c51bf 15060 node-esquery_1.4.2~ds.orig.tar.xz + 6ce239c337c21b98e0d31343eade453da45b71fd 6324 node-esquery_1.4.2~ds-1.debian.tar.xz +Checksums-Sha256: + 3ece9802f8d5499f0c8d775b14d9f7db42a5bc74711c21b6f527914c48dca251 2312 node-esquery_1.4.2~ds-1.dsc + 36a0528b6feefefc3c66d14b1cbd6f101fdd1be437b7a08f4a5b668270393bea 15060 node-esquery_1.4.2~ds.orig.tar.xz + cc6fc285c4862b102c45c7ab9a71434e3e5786767910c16cd2944a822585698b 6324 node-esquery_1.4.2~ds-1.debian.tar.xz +Files: + 8b87222938fe8e19bef93f6d93ef1c5e 2312 node-esquery_1.4.2~ds-1.dsc + feba74cc58f82c599765d9563a9df4af 15060 node-esquery_1.4.2~ds.orig.tar.xz + c569c2672e68e696c2f55cd01cf5dda2 6324 node-esquery_1.4.2~ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-esrecurse +Binary: node-esrecurse +Architecture: all +Version: 4.3.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/estools/esrecurse +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-esrecurse +Vcs-Git: https://salsa.debian.org/js-team/node-esrecurse.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), chai , mocha , node-estraverse , dh-sequence-nodejs +Package-List: + node-esrecurse deb javascript optional arch=all +Directory: pool/7737c20a508f8c876a31bb94817a34a51200a2b56b0c18478754631a1b393ffb +Checksums-Sha1: + dbf4772e73ca64c59f80b8e38545a65c6ffcfdc8 2098 node-esrecurse_4.3.0-2.dsc + 0ff7d072874b1e61b91e139f57635fb85fd41b22 5498 node-esrecurse_4.3.0.orig.tar.gz + bae5c151fd787d0c67708dd04d51d1f4c6767b66 2664 node-esrecurse_4.3.0-2.debian.tar.xz +Checksums-Sha256: + 7737c20a508f8c876a31bb94817a34a51200a2b56b0c18478754631a1b393ffb 2098 node-esrecurse_4.3.0-2.dsc + f98f87a83992ca378cecb7fa92b2b7ba5ff6d89ef79a1a8011ec17f15f2163e5 5498 node-esrecurse_4.3.0.orig.tar.gz + 05121abb699fd6e68be553981e1e7e65927da8049bb3d0d5263b86f436544a4a 2664 node-esrecurse_4.3.0-2.debian.tar.xz +Files: + d4e12ce6e3da4717ff98fb3f6cc98f31 2098 node-esrecurse_4.3.0-2.dsc + 78bb740ddafe9a22c6618ddce91464af 5498 node-esrecurse_4.3.0.orig.tar.gz + 74dadfa643bfca210132c0b527e82284 2664 node-esrecurse_4.3.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-estraverse +Binary: node-estraverse +Architecture: all +Version: 5.3.0+ds+~5.1.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/estools/estraverse +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-estraverse +Vcs-Git: https://salsa.debian.org/js-team/node-estraverse.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai , debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-babel7 , node-espree , node-esprima +Package-List: + node-estraverse deb javascript optional arch=all +Directory: pool/ef8ca11300bd5c0f645a1252629677006805845df88aaaef81a572fe3d36d0a5 +Checksums-Sha1: + bdd9944b402bde8c549a6caa429d0cf24a52b84e 2568 node-estraverse_5.3.0+ds+~5.1.1-1.dsc + 56e360af5656ec7dc5a6b9312998830461b981cf 2604 node-estraverse_5.3.0+ds+~5.1.1.orig-types-estraverse.tar.xz + 37f5749663fb16300bb82e64590f9c08ec1c534b 11208 node-estraverse_5.3.0+ds+~5.1.1.orig.tar.xz + cd2147019acb41263aadff639ebd8a6b0c47ddc0 4044 node-estraverse_5.3.0+ds+~5.1.1-1.debian.tar.xz +Checksums-Sha256: + ef8ca11300bd5c0f645a1252629677006805845df88aaaef81a572fe3d36d0a5 2568 node-estraverse_5.3.0+ds+~5.1.1-1.dsc + 3f7a713bf91aea70c4abbde93713be2ff1f61068e4f41d5f1978684497f993e2 2604 node-estraverse_5.3.0+ds+~5.1.1.orig-types-estraverse.tar.xz + 20a464cf5f2a937a08af749b00a8b6b681bba316041bf615fe21dd9ba3e24013 11208 node-estraverse_5.3.0+ds+~5.1.1.orig.tar.xz + eaa4d0ebc5aee337c01ea159127c52e72c7dbc00a3d2b7b45f01e7a73ab2bee0 4044 node-estraverse_5.3.0+ds+~5.1.1-1.debian.tar.xz +Files: + d7d64fe570eaeda630f753309156fbde 2568 node-estraverse_5.3.0+ds+~5.1.1-1.dsc + 0846c996e42fbd9951b28aa6dddcd714 2604 node-estraverse_5.3.0+ds+~5.1.1.orig-types-estraverse.tar.xz + abbcd83adbe54e94d29dced3561189a7 11208 node-estraverse_5.3.0+ds+~5.1.1.orig.tar.xz + c566c092bb4e1de3bfecd7ecb411f697 4044 node-estraverse_5.3.0+ds+~5.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-esutils +Binary: node-esutils +Architecture: all +Version: 2.0.3+~2.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/estools/esutils +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-esutils +Vcs-Git: https://salsa.debian.org/js-team/node-esutils.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai , coffeescript , debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-regenerate, node-unicode-15.0.0 +Package-List: + node-esutils deb javascript optional arch=all +Directory: pool/83567be7de83201c88c1a078fbfe336084ec77f9e48481a99eae3a82b3269b58 +Checksums-Sha1: + b368ff9ab180bbe67f0ff765138191dce9ed1256 2474 node-esutils_2.0.3+~2.0.0-1.dsc + c0f2967592d654b06fbc1e4d733b24ef589bd5c0 1821 node-esutils_2.0.3+~2.0.0.orig-types-esutils.tar.gz + ef9a88cfb671d177139258dbd855ad38e5c8b26e 13669 node-esutils_2.0.3+~2.0.0.orig.tar.gz + 930c4ec88c1a0035c26ea791f27aa4f9a461c98a 4488 node-esutils_2.0.3+~2.0.0-1.debian.tar.xz +Checksums-Sha256: + 83567be7de83201c88c1a078fbfe336084ec77f9e48481a99eae3a82b3269b58 2474 node-esutils_2.0.3+~2.0.0-1.dsc + 654f3c97bd222ceb02f1f255b292332f5c7fd46d3b6917c2bcc3ef7015521e45 1821 node-esutils_2.0.3+~2.0.0.orig-types-esutils.tar.gz + 0ffab9be782b1edb3cceedc4037f425fa57075415403cbc8bc402f93a10aa3d4 13669 node-esutils_2.0.3+~2.0.0.orig.tar.gz + 63d4d927ebeee241ea998a928ed14790c3f99cd5d5382fdd8fe2ec0da3f7673f 4488 node-esutils_2.0.3+~2.0.0-1.debian.tar.xz +Files: + 902ce97b895e6578db69a8fd349f4fb8 2474 node-esutils_2.0.3+~2.0.0-1.dsc + 0a312e6bb3e4f83e5181e3afb1245d30 1821 node-esutils_2.0.3+~2.0.0.orig-types-esutils.tar.gz + 9c5778dde9c3f66d4475cf65a78ee2a4 13669 node-esutils_2.0.3+~2.0.0.orig.tar.gz + 4f54c3f2c5018c6ac05508b0a923911c 4488 node-esutils_2.0.3+~2.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-events +Binary: node-events, libjs-events +Architecture: all +Version: 3.3.0+~3.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/Gozala/events +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-events +Vcs-Git: https://salsa.debian.org/js-team/node-events.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-debbundle-es-to-primitive , node-tape , terser +Package-List: + libjs-events deb javascript optional arch=all + node-events deb javascript optional arch=all +Directory: pool/98e1ab5f12cb6a109998315045f29720a3c21a922f75ccdc5b655b7b458588a9 +Checksums-Sha1: + 95dbc665809d74bf010a0ad563a0778f242cab03 2478 node-events_3.3.0+~3.0.0-3.dsc + 2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7 1735 node-events_3.3.0+~3.0.0.orig-types-events.tar.gz + 1ff395fb2761054e9bc41c819d1e5934dd3578c1 16654 node-events_3.3.0+~3.0.0.orig.tar.gz + bf7236a473da7d026697ddf0a58fca50ff339f4b 5004 node-events_3.3.0+~3.0.0-3.debian.tar.xz +Checksums-Sha256: + 98e1ab5f12cb6a109998315045f29720a3c21a922f75ccdc5b655b7b458588a9 2478 node-events_3.3.0+~3.0.0-3.dsc + 27162d6e3c9ac4ff21e7c1a25be7ba743f033eb8c1ff87d9daeeb3bac6ff91a3 1735 node-events_3.3.0+~3.0.0.orig-types-events.tar.gz + 47e9c01bcec14cda35b44f9683a02ef52c455211e28c7bea376cfca18e3db7f8 16654 node-events_3.3.0+~3.0.0.orig.tar.gz + f68eebd5a07f5643c535b405890b254d38b546617852e59590860053653fade7 5004 node-events_3.3.0+~3.0.0-3.debian.tar.xz +Files: + af762c4dd5f6165d68682db58dd2ccfd 2478 node-events_3.3.0+~3.0.0-3.dsc + 3ec1b988977f998d781956720072a1ef 1735 node-events_3.3.0+~3.0.0.orig-types-events.tar.gz + 3d30d30b17a258560e99088b5c59870f 16654 node-events_3.3.0+~3.0.0.orig.tar.gz + 0f142ece904ee5d255e8838c3b3feba0 5004 node-events_3.3.0+~3.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-execa +Binary: node-execa +Architecture: all +Version: 8.0.1+dfsg1+~cs12.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/execa +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-execa +Vcs-Git: https://salsa.debian.org/js-team/node-execa.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.12~), node-babel7, node-get-stream (>= 8.0.0~), node-is-stream (>= 3), node-merge-stream, node-npm-run-path (>= 5.1.0+~4.0.0~), node-signal-exit (>= 4~), node-strip-eof (>= 3.0.0-4~), node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, rollup, node-mimic-fn , node-p-event , ava , node-ajv , node-semver , node-util , jest +Package-List: + node-execa deb javascript optional arch=all +Directory: pool/71bb0f80c68ddd81d6576626093f9c912112166ad6f37c5b5f1bd5bb2d1afb4b +Checksums-Sha1: + 4a3739f165dae2aec2733ba1e18e64b887d9b759 3204 node-execa_8.0.1+dfsg1+~cs12.0.0-1.dsc + 9f11fc44bbe3eb3522004a38a20b4d4ecb99acdf 138620 node-execa_8.0.1+dfsg1+~cs12.0.0.orig-human-signals.tar.xz + 70ec0934d96deb8e07d448bc3f9393702f1fc5d8 3708 node-execa_8.0.1+dfsg1+~cs12.0.0.orig-onetime.tar.xz + d944ca095e8005cfaca9e76d9f4709001643cf77 53776 node-execa_8.0.1+dfsg1+~cs12.0.0.orig.tar.xz + d47710e38806ea9fd35c90200d6b510ee2394745 13688 node-execa_8.0.1+dfsg1+~cs12.0.0-1.debian.tar.xz +Checksums-Sha256: + 71bb0f80c68ddd81d6576626093f9c912112166ad6f37c5b5f1bd5bb2d1afb4b 3204 node-execa_8.0.1+dfsg1+~cs12.0.0-1.dsc + c4b4607ec7986bdd9000215825d7ce149583401d9ac472815990b76b75896235 138620 node-execa_8.0.1+dfsg1+~cs12.0.0.orig-human-signals.tar.xz + 7bbb90ad6af536f5d386eb3f37dd2f0bcc9b6716e27ca21eab1810f79884c22b 3708 node-execa_8.0.1+dfsg1+~cs12.0.0.orig-onetime.tar.xz + d09d597625e1b056b23dc09ed371d36b014e6ee5fbd4bcfdf4a3521bb642f2bf 53776 node-execa_8.0.1+dfsg1+~cs12.0.0.orig.tar.xz + 833a5cd25d1abc9f3d79634dbaa3004c21bd294a9de12ff007ee96e21698ece8 13688 node-execa_8.0.1+dfsg1+~cs12.0.0-1.debian.tar.xz +Files: + 2c7ae9b44fd44bff72b56b4a35ddf0a0 3204 node-execa_8.0.1+dfsg1+~cs12.0.0-1.dsc + ffe26dcdb611fd8dce0b17728033c791 138620 node-execa_8.0.1+dfsg1+~cs12.0.0.orig-human-signals.tar.xz + fd478d4505b3418d7c2546dad030c2c4 3708 node-execa_8.0.1+dfsg1+~cs12.0.0.orig-onetime.tar.xz + 93fdd19ba4af5d64e8ba11de317fc971 53776 node-execa_8.0.1+dfsg1+~cs12.0.0.orig.tar.xz + a740bf0d7b5ed0031dc5a2e1b80411b8 13688 node-execa_8.0.1+dfsg1+~cs12.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fancy-log +Binary: node-fancy-log +Architecture: all +Version: 1.3.3+~cs1.3.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/phated/fancy-log#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-fancy-log +Vcs-Git: https://salsa.debian.org/js-team/node-fancy-log.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-time-stamp +Package-List: + node-fancy-log deb javascript optional arch=all +Directory: pool/a0211ed99c06178f585ac34f08eb9b04411e767500fbc4f3221838ee1d845856 +Checksums-Sha1: + fe17229eaf9ad754306f6a1350188b683aea4e35 3746 node-fancy-log_1.3.3+~cs1.3.1-2.dsc + 2962cf54ec9792c48510a3deb524436861ef7251 1959 node-fancy-log_1.3.3+~cs1.3.1.orig-ansi-gray.tar.gz + a82250ddb0015e9a27ca82e82ea603bbfa45efaf 2088 node-fancy-log_1.3.3+~cs1.3.1.orig-ansi-wrap.tar.gz + ce083e040116a615e121795ab1b2d138363a35da 13907 node-fancy-log_1.3.3+~cs1.3.1.orig-color-support.tar.gz + a5894c3e43390120f5b64a60cf247cc34f68684a 3921 node-fancy-log_1.3.3+~cs1.3.1.orig-parse-node-version.tar.gz + dd94fbc8c2e2ab8ab402ca8d04bb8c34965f0696 1525 node-fancy-log_1.3.3+~cs1.3.1.orig-types-fancy-log.tar.gz + d5d18470ca3e7a201165c91113cd31ffc1b4e1bb 4458 node-fancy-log_1.3.3+~cs1.3.1.orig.tar.gz + 24af6da3880cc5b1e65d4f4ebc9b97e2a66f9eb6 3364 node-fancy-log_1.3.3+~cs1.3.1-2.debian.tar.xz +Checksums-Sha256: + a0211ed99c06178f585ac34f08eb9b04411e767500fbc4f3221838ee1d845856 3746 node-fancy-log_1.3.3+~cs1.3.1-2.dsc + 008a8a83eb6fd7d0d7fb1a2de54eb53188a3b9d1d909a2b0baf431cc3539633b 1959 node-fancy-log_1.3.3+~cs1.3.1.orig-ansi-gray.tar.gz + 01d0034a7359151083fe0a138ab6f5bf063fbda0fc8a887ea0dd3f178ba562d1 2088 node-fancy-log_1.3.3+~cs1.3.1.orig-ansi-wrap.tar.gz + bf783ed7e4559a7d3a78adc89c0c2e440d87c360ce1f33fd7ff0fcc898e8774a 13907 node-fancy-log_1.3.3+~cs1.3.1.orig-color-support.tar.gz + ec05f9b91af7d0733ae31b02bfd43df5fce3531eddd23e10cf790fe9813d67e0 3921 node-fancy-log_1.3.3+~cs1.3.1.orig-parse-node-version.tar.gz + 82d45374f5622e2e679597372fb52bc6dc0ea997f8152a88a9a020bf3ce96c3e 1525 node-fancy-log_1.3.3+~cs1.3.1.orig-types-fancy-log.tar.gz + b2fd57873d6ef54dcd30e034e18b86df789b54292749c8aca312031282c4a365 4458 node-fancy-log_1.3.3+~cs1.3.1.orig.tar.gz + ea61b5136d81a819484a2cfa52736028344dab9d7edea764ed9903aec8f3d17d 3364 node-fancy-log_1.3.3+~cs1.3.1-2.debian.tar.xz +Files: + 0aeefd9d0eb816d28d67cb4644ae25ac 3746 node-fancy-log_1.3.3+~cs1.3.1-2.dsc + 61d605663bc6e7336f9c12e7b761a13f 1959 node-fancy-log_1.3.3+~cs1.3.1.orig-ansi-gray.tar.gz + ebbca252c4baf67e8bc6b7098e4046a3 2088 node-fancy-log_1.3.3+~cs1.3.1.orig-ansi-wrap.tar.gz + f031eb33de04fee0fb612c23b728b632 13907 node-fancy-log_1.3.3+~cs1.3.1.orig-color-support.tar.gz + b125f5a50199c9240e1a9e043e23c60c 3921 node-fancy-log_1.3.3+~cs1.3.1.orig-parse-node-version.tar.gz + 798391dac3482df08eec2cec0c58f0a3 1525 node-fancy-log_1.3.3+~cs1.3.1.orig-types-fancy-log.tar.gz + 742ea36b8b66f0cedbc6ab49e44fb2a3 4458 node-fancy-log_1.3.3+~cs1.3.1.orig.tar.gz + 1a3ef549087a8078a79134dbc4c912df 3364 node-fancy-log_1.3.3+~cs1.3.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fast-deep-equal +Binary: node-fast-deep-equal +Architecture: all +Version: 3.1.3-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Nidarsh Raj +Homepage: https://github.com/epoberezkin/fast-deep-equal +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-fast-deep-equal +Vcs-Git: https://salsa.debian.org/js-team/node-fast-deep-equal.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-dot, node-sinon , node-react , node-react-test-renderer +Package-List: + node-fast-deep-equal deb javascript optional arch=all +Directory: pool/426cfbf98057eb48a3add6793ad84cb30faf43389867ec8e4425f9acaa25fa84 +Checksums-Sha1: + 4d8759601f34baff875de11c2d1c3fd86e745647 2223 node-fast-deep-equal_3.1.3-3.dsc + 59feae82493b428ed9bb5cb0e566ae905d5ab124 8979 node-fast-deep-equal_3.1.3.orig.tar.gz + edfeceda3aa25aa76298f8c8a4ccf731d4e718bc 2840 node-fast-deep-equal_3.1.3-3.debian.tar.xz +Checksums-Sha256: + 426cfbf98057eb48a3add6793ad84cb30faf43389867ec8e4425f9acaa25fa84 2223 node-fast-deep-equal_3.1.3-3.dsc + 4804a51311fc6e537247723a4ddffc208da94abfe9296e9246f0d86e5afc2394 8979 node-fast-deep-equal_3.1.3.orig.tar.gz + d60de5f84c0b0b8dbfa36f87e5548188b51af42634b6a9de358322891aadaf29 2840 node-fast-deep-equal_3.1.3-3.debian.tar.xz +Files: + aa117f1d5622b88fc2efc490f26e2fed 2223 node-fast-deep-equal_3.1.3-3.dsc + d34d68e96242b24086b3b758394efc01 8979 node-fast-deep-equal_3.1.3.orig.tar.gz + dde1079b2cdcaba3b7ae57f754d5f69e 2840 node-fast-deep-equal_3.1.3-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fast-levenshtein +Binary: node-fast-levenshtein +Architecture: all +Version: 2.0.6+ds-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/hiddentao/fast-levenshtein +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-fast-levenshtein +Vcs-Git: https://salsa.debian.org/js-team/node-fast-levenshtein.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), chai , mocha , node-lodash , dh-sequence-nodejs, uglifyjs +Package-List: + node-fast-levenshtein deb javascript optional arch=all +Directory: pool/be60ffa1542131df70743bf0922c85448cc87eeb8fd6bc0f2462d180592d33c3 +Checksums-Sha1: + 4424ac25be34307184a72a485f9042ca16354344 2236 node-fast-levenshtein_2.0.6+ds-3.dsc + 496c10f13eece23a21bcbdafaafb6c484ddf3b19 8056 node-fast-levenshtein_2.0.6+ds.orig.tar.xz + f529b48e9c0e8c69e10274736280edad2bcb03ac 3164 node-fast-levenshtein_2.0.6+ds-3.debian.tar.xz +Checksums-Sha256: + be60ffa1542131df70743bf0922c85448cc87eeb8fd6bc0f2462d180592d33c3 2236 node-fast-levenshtein_2.0.6+ds-3.dsc + a5ce07f4831e7bb7cb2bf7403b1ae1156a95c7a2d8cd49806ed9c1d5220a2101 8056 node-fast-levenshtein_2.0.6+ds.orig.tar.xz + ce01c75278bfad319e1a058a3c645fadd7e8fd8713dadf651e7b5c25f1cd6725 3164 node-fast-levenshtein_2.0.6+ds-3.debian.tar.xz +Files: + dde75ee63da36ee6168f7d59340cf1e3 2236 node-fast-levenshtein_2.0.6+ds-3.dsc + 255e7a7b0709472d0d2f32980b3d498c 8056 node-fast-levenshtein_2.0.6+ds.orig.tar.xz + 543c38383f25c3366d4e26de84799de2 3164 node-fast-levenshtein_2.0.6+ds-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fetch +Binary: node-fetch +Architecture: all +Version: 3.3.2+~cs11.4.11-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/bitinn/node-fetch +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-fetch +Vcs-Git: https://salsa.debian.org/js-team/node-fetch.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, chai, mocha, node-busboy, node-chai-as-promised, node-coveralls, node-form-data, node-p-timeout, node-streamsearch, node-data-uri-to-buffer (>= 6), node-rollup-plugin-commonjs, node-rollup-plugin-inject, node-rollup-plugin-node-resolve, node-rollup-plugin-replace, node-rollup-plugin-terser, node-rollup-plugin-typescript, node-tslib, node-typescript, rollup, terser +Package-List: + node-fetch deb javascript optional arch=all +Directory: pool/92340a37450515f8267cb4b85d82bf7589433d0a6a12467ece66eebb90db5288 +Checksums-Sha1: + 03dc531cb9315f6aaf5c9a7e26fcec384e4c9a97 3834 node-fetch_3.3.2+~cs11.4.11-3.dsc + 40cc36e734583ada92e29b85ffc4ca98942952e4 15731 node-fetch_3.3.2+~cs11.4.11.orig-fetch-blob.tar.gz + 2b1ed24d4f2219e35e656929450f94230bb256a3 22463 node-fetch_3.3.2+~cs11.4.11.orig-formdata-polyfill.tar.gz + 6888db46a1f71c0b76b3f7555016b63fe64766e5 3614 node-fetch_3.3.2+~cs11.4.11.orig-node-domexception.tar.gz + d94ea0620c675087940738d0bed4fe7afc2534ff 105310 node-fetch_3.3.2+~cs11.4.11.orig-web-streams-polyfill.tar.gz + 43b4f4578d0e03279638314114dd7b867dbbb202 101370 node-fetch_3.3.2+~cs11.4.11.orig.tar.gz + fcb846145bcb29a822838255c1b73b0ef35acbd4 56156 node-fetch_3.3.2+~cs11.4.11-3.debian.tar.xz +Checksums-Sha256: + 92340a37450515f8267cb4b85d82bf7589433d0a6a12467ece66eebb90db5288 3834 node-fetch_3.3.2+~cs11.4.11-3.dsc + 0c5d1f08b67de62b961c852155e87d186fe1e9e2d46394b5fd198650839a3cbb 15731 node-fetch_3.3.2+~cs11.4.11.orig-fetch-blob.tar.gz + 31796e5e11856ef4617b872245b997c364995a9c23b25b8b99c743fabe93424a 22463 node-fetch_3.3.2+~cs11.4.11.orig-formdata-polyfill.tar.gz + eba234134890897807b85c2bc67cd32d0242eb9be1d1c62513797fdaab60c971 3614 node-fetch_3.3.2+~cs11.4.11.orig-node-domexception.tar.gz + 011ecfc6197f97867fffb16be0d01e380295292c738f24184bf3695f16b9736d 105310 node-fetch_3.3.2+~cs11.4.11.orig-web-streams-polyfill.tar.gz + e91f623527cb6ef4ff6dfd238532ea1c8663383867733a7ae8b1cc33e71723c2 101370 node-fetch_3.3.2+~cs11.4.11.orig.tar.gz + 32da06cac2ed66ab01b3994ca5f3c12ef9b802f7923e34a8d7fc9246655d0b5d 56156 node-fetch_3.3.2+~cs11.4.11-3.debian.tar.xz +Files: + 190a211db39111e6b1c3cf384a03ebd3 3834 node-fetch_3.3.2+~cs11.4.11-3.dsc + dc497ecba5dfd05d9c5829ba4d0e0957 15731 node-fetch_3.3.2+~cs11.4.11.orig-fetch-blob.tar.gz + c0f71293aedf005a3bc8a3537c862fa2 22463 node-fetch_3.3.2+~cs11.4.11.orig-formdata-polyfill.tar.gz + e7071af9f711995249907ce3b8ad6db0 3614 node-fetch_3.3.2+~cs11.4.11.orig-node-domexception.tar.gz + 4a18e0f40e073ed030a5fbbfd9bb143f 105310 node-fetch_3.3.2+~cs11.4.11.orig-web-streams-polyfill.tar.gz + 9308d1dde3bd56a90262109f8e44b8b1 101370 node-fetch_3.3.2+~cs11.4.11.orig.tar.gz + 923237bfa96ff1848aa15d87b2d56747 56156 node-fetch_3.3.2+~cs11.4.11-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-file-entry-cache +Binary: node-file-entry-cache, node-flat-cache, node-write +Architecture: all +Version: 6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/royriojas/file-entry-cache +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-file-entry-cache +Vcs-Git: https://salsa.debian.org/js-team/node-file-entry-cache.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), eslint , jq, mocha , node-chai , node-del , node-flatted , node-glob , node-js-yaml , pandoc +Package-List: + node-file-entry-cache deb javascript optional arch=all + node-flat-cache deb javascript optional arch=all + node-write deb javascript optional arch=all +Directory: pool/d4bfeb87ce6507c0aaa52290581c7f40ff55e663c829ebf17a2cb3325243ba4d +Checksums-Sha1: + fed18225c4aedc16f122d6cd1f89fe265639da2a 4108 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.dsc + 364cbfe38d1b73b571603146e4aca6ac9be43f0e 13260 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xadd.tar.gz + 2bae45c85c64d0d56133620d05f589def9e1a678 36693 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xflat.tar.gz + 9ba65e8ce176c5f1c5163ed04a6d8d2b10c01c6c 9277 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xstrip.tar.gz + caf31ef6533fd93982a69dd6977c22d15a621ca0 8635 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xwrite.tar.gz + d52569d70ee17be18f31ab30ecad81267b49dc70 69145 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig.tar.gz + b1a85d777082bbb5bac457ae7df054850aa8e3b0 7500 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.debian.tar.xz +Checksums-Sha256: + d4bfeb87ce6507c0aaa52290581c7f40ff55e663c829ebf17a2cb3325243ba4d 4108 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.dsc + 2bcf147704f62f1ebf3e22a41d50a8f5b49b39151219efc3973984f604c2ee65 13260 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xadd.tar.gz + aca0fcdd61c01a0aa437eb08ac40c7040da4a2a634d116be0347e69498d0c7bf 36693 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xflat.tar.gz + da74569a4701fb8808c8b896032da5251c8fb3ac617e3ff7f37e8874add301c7 9277 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xstrip.tar.gz + e67f1b6a68c6c50685b0f85fbec361560621a533f7a777635854bde9dbc58837 8635 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xwrite.tar.gz + 2164de1d104a7ae6328b6c71ec8d69ca9e3131ca842ab0b9e7e1f2e097dec012 69145 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig.tar.gz + f587559b05f4d946eaeea8490d8beac5e7393e089b73144fc9db47325ead3285 7500 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.debian.tar.xz +Files: + 29b001fc8a775b3bdd1aa4a710f7e0a0 4108 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.dsc + 9ce4f9647661125ed2c38c2ead84f100 13260 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xadd.tar.gz + b45500d9dce64f6699c0e55661cd70a8 36693 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xflat.tar.gz + 252d2a343ec5cd04250ce8e065ffa506 9277 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xstrip.tar.gz + d709060d6c8b1ff722897f5dd11f3526 8635 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig-Xwrite.tar.gz + 402db160575a48687bac0c2b6cf4f4fe 69145 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1.orig.tar.gz + f1e86dfc5b6bc900656480d900397475 7500 node-file-entry-cache_6.0.1+~3.0.4+~2.0.0+~1.0.0+~2.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fill-range +Binary: node-fill-range +Architecture: all +Version: 7.1.1+~7.0.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jonschlinkert/fill-range +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-fill-range +Vcs-Git: https://salsa.debian.org/js-team/node-fill-range.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-to-regex-range (>= 5.0.1) +Package-List: + node-fill-range deb javascript optional arch=all +Directory: pool/747b44cabc1c0b25825725a6807fff8f67e462b213c08887a8a64818a0ff4bdb +Checksums-Sha1: + 4351ddbbd42bded96b4c9c3650d74f8ffd5bc674 2497 node-fill-range_7.1.1+~7.0.3-1.dsc + aaef0bd5570acba76f98ea715df97b364de44998 1768 node-fill-range_7.1.1+~7.0.3.orig-types-fill-range.tar.gz + 78e28ed16c7656a2f48479bf6b5be44d793a40b4 15230 node-fill-range_7.1.1+~7.0.3.orig.tar.gz + 64d8d6edf3b0fbcfce60857ed700bf30edf1d32f 3404 node-fill-range_7.1.1+~7.0.3-1.debian.tar.xz +Checksums-Sha256: + 747b44cabc1c0b25825725a6807fff8f67e462b213c08887a8a64818a0ff4bdb 2497 node-fill-range_7.1.1+~7.0.3-1.dsc + 2ea4613ee377d1cef545b1b8e8955ec64214f6ed3e7e0317807284954f9560f8 1768 node-fill-range_7.1.1+~7.0.3.orig-types-fill-range.tar.gz + b48271751694dbdfc7ae8e4e467d8d9218d09236a6a63c24cea8ae110849fa58 15230 node-fill-range_7.1.1+~7.0.3.orig.tar.gz + 143712f24072fe604f926147d0670e2c97c73cb2e5df74a67ca20e5c8ff0eea6 3404 node-fill-range_7.1.1+~7.0.3-1.debian.tar.xz +Files: + 7a02b66b52cbbea40d3b969683b068d6 2497 node-fill-range_7.1.1+~7.0.3-1.dsc + 00c88420964204d174a9fefd0ab27ac0 1768 node-fill-range_7.1.1+~7.0.3.orig-types-fill-range.tar.gz + b68aed2b80911767a7c5a6a4990e48dd 15230 node-fill-range_7.1.1+~7.0.3.orig.tar.gz + 88cc1391ade9366645287d1077e042d0 3404 node-fill-range_7.1.1+~7.0.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-find-cache-dir +Binary: node-find-cache-dir +Architecture: all +Version: 3.3.2+~3.2.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jamestalmage/find-cache-dir +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-find-cache-dir +Vcs-Git: https://salsa.debian.org/js-team/node-find-cache-dir.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-commondir , node-del (>= 4.0.0) , node-make-dir , node-pkg-dir (>= 4.1.0) , node-tape +Package-List: + node-find-cache-dir deb javascript optional arch=all +Directory: pool/5bfaec23d12a5ab24c812f72a78c9f25b8d00a4bfff7632ab3a1cc04fd48ebf6 +Checksums-Sha1: + 32b11787fce4f1b0d3952e5b881d1b218fa89998 2647 node-find-cache-dir_3.3.2+~3.2.1-1.dsc + 7b959a4b9643a1e6a1a5fe49032693cc36773501 2193 node-find-cache-dir_3.3.2+~3.2.1.orig-types-find-cache-dir.tar.gz + baeba4cf8829083a9571174393ae91731c57b4a1 4625 node-find-cache-dir_3.3.2+~3.2.1.orig.tar.gz + ea513ae949738fde6f3396c2bd2dbf8e9a7f9a3b 3896 node-find-cache-dir_3.3.2+~3.2.1-1.debian.tar.xz +Checksums-Sha256: + 5bfaec23d12a5ab24c812f72a78c9f25b8d00a4bfff7632ab3a1cc04fd48ebf6 2647 node-find-cache-dir_3.3.2+~3.2.1-1.dsc + ade2976aa5f269092561642e21b685b36ae39210f783a6a798a6792fc07f75ab 2193 node-find-cache-dir_3.3.2+~3.2.1.orig-types-find-cache-dir.tar.gz + 83d6f1e13e9d1c203f502bf382f77916ade7d8ff03b58d25908eb91216fc92e7 4625 node-find-cache-dir_3.3.2+~3.2.1.orig.tar.gz + 1f22ab24cac0623e0f3d811cbd55e9e31380abae7a1d2c143a1bd615fd738d9d 3896 node-find-cache-dir_3.3.2+~3.2.1-1.debian.tar.xz +Files: + 42d16222291ed63406856aa338a2b0e0 2647 node-find-cache-dir_3.3.2+~3.2.1-1.dsc + f0fe8a1521b14d6b5c85804ce9257d71 2193 node-find-cache-dir_3.3.2+~3.2.1.orig-types-find-cache-dir.tar.gz + e37cca963f14e46c40d2bcd4ecbdc1db 4625 node-find-cache-dir_3.3.2+~3.2.1.orig.tar.gz + f3098f71b9438ac276da4ffe358af4ae 3896 node-find-cache-dir_3.3.2+~3.2.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-find-up +Binary: node-find-up +Architecture: all +Version: 6.3.0-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Utkarsh Gupta +Homepage: https://github.com/sindresorhus/find-up +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-find-up +Vcs-Git: https://salsa.debian.org/js-team/node-find-up.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.12~), node-is-path-inside , node-locate-path (>= 7) , node-path-exists (>= 5) , node-rollup-plugin-node-resolve, node-tape , rollup, terser +Package-List: + node-find-up deb javascript optional arch=all +Directory: pool/bb72921853e7325cf190f41df12a3eb2fc0e03aeaa5512dc5cb1fed45ebd4b24 +Checksums-Sha1: + 798f4946c61875e2a1f90b2ebe0dfbc3e0689071 2250 node-find-up_6.3.0-7.dsc + e64d2824738d5fde0d66637a2ee8f3290cbd9e9e 8582 node-find-up_6.3.0.orig.tar.gz + 238fe2b9b897fcb634fb9c1eddbaf81b7679db76 5644 node-find-up_6.3.0-7.debian.tar.xz +Checksums-Sha256: + bb72921853e7325cf190f41df12a3eb2fc0e03aeaa5512dc5cb1fed45ebd4b24 2250 node-find-up_6.3.0-7.dsc + 9ae3e2d2f8c96f6c8bc83883f2fbd599041c8da8dd4b29a3276cec3c21a3d31e 8582 node-find-up_6.3.0.orig.tar.gz + eace576e8276bfc0255b064976c022a3aca0d9cbb0e09cfcc89db3fa6bd7479a 5644 node-find-up_6.3.0-7.debian.tar.xz +Files: + d1ca685a297b9094d29c0c49e494126c 2250 node-find-up_6.3.0-7.dsc + 4b5ee83f5ebe8fc5b10ac27e4eb7ce5e 8582 node-find-up_6.3.0.orig.tar.gz + 267005aec43ca9ec3963a350b8167c4b 5644 node-find-up_6.3.0-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-flatted +Binary: node-flatted, libjs-flatted +Architecture: all +Version: 3.2.7~ds-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/WebReflection/flatted +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-flatted +Vcs-Git: https://salsa.debian.org/js-team/node-flatted.git +Testsuite: autopkgtest +Testsuite-Triggers: node-domino, nodejs +Build-Depends: brotli, cmark-gfm , debhelper-compat (= 13), node-ascjs, node-babel-core (>= 7), node-babel-preset-env (>= 7), node-rollup-plugin-babel (>= 5.2), node-tap , node-typescript , nodejs , pigz, rollup, terser +Package-List: + libjs-flatted deb javascript optional arch=all + node-flatted deb javascript optional arch=all +Directory: pool/8829c6191f47e2f29d4d9cc5905a3f0805e95b9ba28dff9dcccdbeca35416698 +Checksums-Sha1: + 70953b541df237ac05c8675a81229747352c2bcd 2332 node-flatted_3.2.7~ds-1.dsc + e332816d97143aeb10522959260310157a20e3c2 236544 node-flatted_3.2.7~ds.orig.tar.xz + 42f70d153bf1f21a79d6abd75a14242b68e0ff3a 6612 node-flatted_3.2.7~ds-1.debian.tar.xz +Checksums-Sha256: + 8829c6191f47e2f29d4d9cc5905a3f0805e95b9ba28dff9dcccdbeca35416698 2332 node-flatted_3.2.7~ds-1.dsc + 8f06c56c1f47ecf5446dc3995672eb466ed541196c9f875bc2ff0767fb89ead5 236544 node-flatted_3.2.7~ds.orig.tar.xz + 0657d3b0c745678b76d81764805c8deb93f80c57c2b89422c509a8b3d21d5f02 6612 node-flatted_3.2.7~ds-1.debian.tar.xz +Files: + a3d4a3da093efb8e9b4a6ada54faa9ed 2332 node-flatted_3.2.7~ds-1.dsc + e249db31c29ffcb1d773aa06de74115d 236544 node-flatted_3.2.7~ds.orig.tar.xz + 9e9712af989b515566aac47601fcb5d6 6612 node-flatted_3.2.7~ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-for-in +Binary: node-for-in +Architecture: all +Version: 1.0.2-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://github.com/jonschlinkert/for-in +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-for-in +Vcs-Git: https://salsa.debian.org/js-team/node-for-in.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha, node-should +Package-List: + node-for-in deb javascript optional arch=all +Directory: pool/8a76dc597f7163ac88b7a0fb411adad9e1f7f66732cb6fe720208d9bedc9d3da +Checksums-Sha1: + c8da302377c0b14968e90d1d60431ea1b312f022 2028 node-for-in_1.0.2-4.dsc + fe2d16df59c8fd4e66000a210f058e80a99b3f72 4791 node-for-in_1.0.2.orig.tar.gz + 157db362083e58bc0fbb4434d12c9e95efd2e90e 2752 node-for-in_1.0.2-4.debian.tar.xz +Checksums-Sha256: + 8a76dc597f7163ac88b7a0fb411adad9e1f7f66732cb6fe720208d9bedc9d3da 2028 node-for-in_1.0.2-4.dsc + a3ea6c4c61c10cbca4d17429b80dab0a33ed8f1aa502ed1e3f61045437dda133 4791 node-for-in_1.0.2.orig.tar.gz + 5500d1cb1a72de7b53aec82d81ba298995f2a9f25e919c90e8e7094b0176094d 2752 node-for-in_1.0.2-4.debian.tar.xz +Files: + face0860227e13ed824a2838027ca5e4 2028 node-for-in_1.0.2-4.dsc + dabb8b0f5b9b45cc84a2a0a7abace192 4791 node-for-in_1.0.2.orig.tar.gz + 976653099f8f4258f58df5d83efd7472 2752 node-for-in_1.0.2-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-for-own +Binary: node-for-own +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/for-own +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-for-own +Vcs-Git: https://salsa.debian.org/js-team/node-for-own.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-for-in +Package-List: + node-for-own deb javascript optional arch=all +Directory: pool/8d822e7ec1be623bf58a6700b632df0ef778c0be97c92b18ad9aec7eb1e43ffa +Checksums-Sha1: + 8293b5bf5bdc5de3f23265790436e0d034bf86d6 2058 node-for-own_1.0.0-3.dsc + b02faeb5eeee96f41e6c29a00e1c84e45484d5ca 4796 node-for-own_1.0.0.orig.tar.gz + aee8b5467d3a22726b0d0f4a2a6168b03368432e 2836 node-for-own_1.0.0-3.debian.tar.xz +Checksums-Sha256: + 8d822e7ec1be623bf58a6700b632df0ef778c0be97c92b18ad9aec7eb1e43ffa 2058 node-for-own_1.0.0-3.dsc + 73c16b5a99671ee4db952f05f87dac0869c03f1244fd11b26c46ccac0a993a84 4796 node-for-own_1.0.0.orig.tar.gz + 777d2cb65821cc15fb16fc3c6252823c994bdac2e361b54818e7f08e0881c4f1 2836 node-for-own_1.0.0-3.debian.tar.xz +Files: + 79aadc26b5dbcad5744b7f8da64e4566 2058 node-for-own_1.0.0-3.dsc + 4426129d16a5908a6bd4131311fbf685 4796 node-for-own_1.0.0.orig.tar.gz + 95454bb71f0b280f6d2b0b76ff2ea3bb 2836 node-for-own_1.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-foreground-child +Binary: node-foreground-child +Architecture: all +Version: 3.1.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/tapjs/foreground-child +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-foreground-child +Vcs-Git: https://salsa.debian.org/js-team/node-foreground-child.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-signal-exit (>= 4), node-typescript +Package-List: + node-foreground-child deb javascript optional arch=all +Directory: pool/a860097645cfba5c583a1c2a38907589d9be214e585f10ab31959cf5c15b07c3 +Checksums-Sha1: + df50b837fa598560ed5185ede2920f1dfaff7518 2164 node-foreground-child_3.1.1-2.dsc + 50a598c5c078564402c242a5ccb0ff6d56bd486f 45662 node-foreground-child_3.1.1.orig.tar.gz + 0c46f092e4c1b038c96c23cd40e0a71bc91fcf1a 4084 node-foreground-child_3.1.1-2.debian.tar.xz +Checksums-Sha256: + a860097645cfba5c583a1c2a38907589d9be214e585f10ab31959cf5c15b07c3 2164 node-foreground-child_3.1.1-2.dsc + 1d2904219c3779fb2fa2d7993ed5862f477437a93436668c4bc453f2d05a622c 45662 node-foreground-child_3.1.1.orig.tar.gz + c2b4664b6fdb370714908084e7d91d89d02aed10f1ee930fed9b6f99420cac76 4084 node-foreground-child_3.1.1-2.debian.tar.xz +Files: + 2060dac2e0fd15855c390085e936aabd 2164 node-foreground-child_3.1.1-2.dsc + f1cd19a8387b517b78b1c114089625ef 45662 node-foreground-child_3.1.1.orig.tar.gz + bcd5e7cd9b58d7a985796aa45a3e0120 4084 node-foreground-child_3.1.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fs-readdir-recursive +Binary: node-fs-readdir-recursive +Architecture: all +Version: 1.1.0+~1.1.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/fs-utils/fs-readdir-recursive +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-fs-readdir-recursive +Vcs-Git: https://salsa.debian.org/js-team/node-fs-readdir-recursive.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-should +Package-List: + node-fs-readdir-recursive deb javascript optional arch=all +Directory: pool/295cec57652488b728ee76bab9422754c82f3acf9c7cf9b560b1322f4916182c +Checksums-Sha1: + 01395a79d3d67b871cebdcf3344469206b64a1ed 2650 node-fs-readdir-recursive_1.1.0+~1.1.0-1.dsc + c0840685ec3bc77487329924685f53c786ad690f 1627 node-fs-readdir-recursive_1.1.0+~1.1.0.orig-types-fs-readdir-recursive.tar.gz + 9461a5d6cd2c3c90755fe885be3046d128175fb7 2992 node-fs-readdir-recursive_1.1.0+~1.1.0.orig.tar.gz + c3361d4186ef8f54962809d8a01c7df822f171a4 3388 node-fs-readdir-recursive_1.1.0+~1.1.0-1.debian.tar.xz +Checksums-Sha256: + 295cec57652488b728ee76bab9422754c82f3acf9c7cf9b560b1322f4916182c 2650 node-fs-readdir-recursive_1.1.0+~1.1.0-1.dsc + 4dd3c4376466536ab7e1e4f481f381c75f31e4d2bec5f76dc1378d07a594a939 1627 node-fs-readdir-recursive_1.1.0+~1.1.0.orig-types-fs-readdir-recursive.tar.gz + 3e6c69e0e03648dda08b1f9d24bb1517c9b00ded2f0658eea357ce406d1dca0a 2992 node-fs-readdir-recursive_1.1.0+~1.1.0.orig.tar.gz + bea72e82304e806070ca807b6015c406560697d32a75e1f65f2577abdbbd4842 3388 node-fs-readdir-recursive_1.1.0+~1.1.0-1.debian.tar.xz +Files: + a3c40748dad4cb577cc53859975313c5 2650 node-fs-readdir-recursive_1.1.0+~1.1.0-1.dsc + 3628b6f017673362453513e33f93f8ff 1627 node-fs-readdir-recursive_1.1.0+~1.1.0.orig-types-fs-readdir-recursive.tar.gz + b38f6a5a2dc9f89b653664b4b863c582 2992 node-fs-readdir-recursive_1.1.0+~1.1.0.orig.tar.gz + a0398f07d7b14d2570bae4ddcc21a70a 3388 node-fs-readdir-recursive_1.1.0+~1.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fs-write-stream-atomic +Binary: node-fs-write-stream-atomic +Architecture: all +Version: 1.0.10-6 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/npm/fs-write-stream-atomic +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-fs-write-stream-atomic +Vcs-Git: https://salsa.debian.org/js-team/node-fs-write-stream-atomic.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-graceful-fs , node-iferr , node-imurmurhash , node-readable-stream , node-rimraf , node-tap +Package-List: + node-fs-write-stream-atomic deb javascript optional arch=all +Directory: pool/3dae497826af319e70b7edbb8c6d8fba994342fc4cbd064e861a8f3e9e608fef +Checksums-Sha1: + 93c6bbd7698abca71b8762b4272ea541304d223b 2353 node-fs-write-stream-atomic_1.0.10-6.dsc + 126e210d5263db8a7dea1e2e274c2cc9316c4a2c 5770 node-fs-write-stream-atomic_1.0.10.orig.tar.gz + d57ef88f401d0d56ebece9ac72210f40c5e046f9 2692 node-fs-write-stream-atomic_1.0.10-6.debian.tar.xz +Checksums-Sha256: + 3dae497826af319e70b7edbb8c6d8fba994342fc4cbd064e861a8f3e9e608fef 2353 node-fs-write-stream-atomic_1.0.10-6.dsc + 8f6b1777d32e058be2e53ccb5ff4699f47ebb0d796a61551e94c809e34ebcead 5770 node-fs-write-stream-atomic_1.0.10.orig.tar.gz + 7cce5f6c4eae4ab046e1146e63898562deb999c73d5a67032213ca31ac4abaa9 2692 node-fs-write-stream-atomic_1.0.10-6.debian.tar.xz +Files: + ce551605835dd157686838e46cd6f63e 2353 node-fs-write-stream-atomic_1.0.10-6.dsc + 262a52f61f3d2aa44705135091ddb881 5770 node-fs-write-stream-atomic_1.0.10.orig.tar.gz + 5bf4d8b5fd868e5e2e4f32dbe91df1d5 2692 node-fs-write-stream-atomic_1.0.10-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-fs.realpath +Binary: node-fs.realpath +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/isaacs/fs.realpath +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-fs.realpath +Vcs-Git: https://salsa.debian.org/js-team/node-fs.realpath.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-fs.realpath deb javascript optional arch=all +Directory: pool/ea4d193717d8f1a52806b071081ed6e0a925a6948b95d4e646b68f94ae524c24 +Checksums-Sha1: + 63f1630f63be9bf1c459d11888bd0f967a3ee4de 2078 node-fs.realpath_1.0.0-3.dsc + 3e63c54123eba7f91d8ba2a8fccea8586604a137 5149 node-fs.realpath_1.0.0.orig.tar.gz + 194b0c966e18f24389193fe5156a46d12fffc072 2856 node-fs.realpath_1.0.0-3.debian.tar.xz +Checksums-Sha256: + ea4d193717d8f1a52806b071081ed6e0a925a6948b95d4e646b68f94ae524c24 2078 node-fs.realpath_1.0.0-3.dsc + 6216afeb56b7098cb0717cba38028d58dbefdc157348d12fe72cd45e13d6cb9b 5149 node-fs.realpath_1.0.0.orig.tar.gz + f043dc16cc6ccc9be4667e6f3d32ca5bbee17af0ca4db237aa4116a91cb39ef2 2856 node-fs.realpath_1.0.0-3.debian.tar.xz +Files: + c7ca9d1592ad65b7169abff566a4873f 2078 node-fs.realpath_1.0.0-3.dsc + bd9643d6ce49fb9b2241deba65e134b0 5149 node-fs.realpath_1.0.0.orig.tar.gz + 5475c52c37cbb1568ac69014d85ca391 2856 node-fs.realpath_1.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-function-bind +Binary: node-function-bind +Architecture: all +Version: 1.1.2+~cs2.1.14-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/Raynos/function-bind +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-function-bind +Vcs-Git: https://salsa.debian.org/js-team/node-function-bind.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai , debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-tap (>= 10.7.2) , node-tape +Package-List: + node-function-bind deb javascript optional arch=all +Directory: pool/ad2911bb04c9dec79a491392a69b6186c04280c375e2e1f580385bbddccb7dd6 +Checksums-Sha1: + 0fcc7275247e0975bd8b87dc97bfe5daca81b180 2910 node-function-bind_1.1.2+~cs2.1.14-1.dsc + fa5f0f0096a0004e260a385cc0b095f85c70300f 2090 node-function-bind_1.1.2+~cs2.1.14.orig-has.tar.gz + 7e1837e3d9f163e09865666708c808f6ecaded10 2155 node-function-bind_1.1.2+~cs2.1.14.orig-types-function-bind.tar.gz + e775f603ce7f30bd12472e12e71ddb0569691456 11715 node-function-bind_1.1.2+~cs2.1.14.orig.tar.gz + 16884235f4ec2b6d290bfead02571940776b4524 3668 node-function-bind_1.1.2+~cs2.1.14-1.debian.tar.xz +Checksums-Sha256: + ad2911bb04c9dec79a491392a69b6186c04280c375e2e1f580385bbddccb7dd6 2910 node-function-bind_1.1.2+~cs2.1.14-1.dsc + cb5af73558e9d1034346fe622c2c3496199dc071e330e28b42b2db60a3f1c5e7 2090 node-function-bind_1.1.2+~cs2.1.14.orig-has.tar.gz + aee05f1ef738cbb8c015d219e8a7a37f318f61696a30f887a4a0d6add547e5bb 2155 node-function-bind_1.1.2+~cs2.1.14.orig-types-function-bind.tar.gz + 51f611b8f2c12b5719a3aeca7a3787f43c973f705b6abb8b61e707c1a23a32a0 11715 node-function-bind_1.1.2+~cs2.1.14.orig.tar.gz + 2ccd3658b45e7038362810dd83b9e1be9ba91967c655beeb32fd8ae0566e2f04 3668 node-function-bind_1.1.2+~cs2.1.14-1.debian.tar.xz +Files: + ff3760376eceda9e6fad9966cf7274fa 2910 node-function-bind_1.1.2+~cs2.1.14-1.dsc + 901b19b7257d0ed1af52d62409d0123b 2090 node-function-bind_1.1.2+~cs2.1.14.orig-has.tar.gz + 88be2e17bf37c8c56d1ac38526f8947f 2155 node-function-bind_1.1.2+~cs2.1.14.orig-types-function-bind.tar.gz + f36cbffa429c5ec8fdf9ba9021f23f81 11715 node-function-bind_1.1.2+~cs2.1.14.orig.tar.gz + 5c5d49ab4ba9135b750be2ef34fb7db6 3668 node-function-bind_1.1.2+~cs2.1.14-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-functional-red-black-tree +Binary: node-functional-red-black-tree, libjs-functional-red-black-tree +Architecture: all +Version: 1.0.1+20181105-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/mikolalysenko/functional-red-black-tree +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-functional-red-black-tree +Vcs-Git: https://salsa.debian.org/js-team/node-functional-red-black-tree.git +Testsuite: autopkgtest +Testsuite-Triggers: node-tape, nodejs +Build-Depends: brotli, node-tape , debhelper-compat (= 13), pandoc , pigz, uglifyjs (>= 3) +Package-List: + libjs-functional-red-black-tree deb javascript optional arch=all + node-functional-red-black-tree deb javascript optional arch=all +Directory: pool/f030d5699ee154f7495ea0f6238bb06c6a241ef195382a51c3bf8bfa5621f34f +Checksums-Sha1: + fd71bd0543d2c81eeb13d23b88a1d0f64202238e 2472 node-functional-red-black-tree_1.0.1+20181105-7.dsc + 000904e9661cdc9a088efd69e10eea10434a8cd2 10196 node-functional-red-black-tree_1.0.1+20181105.orig.tar.gz + 822f20afe2357b1e8b9003da646e4cf422867845 6396 node-functional-red-black-tree_1.0.1+20181105-7.debian.tar.xz +Checksums-Sha256: + f030d5699ee154f7495ea0f6238bb06c6a241ef195382a51c3bf8bfa5621f34f 2472 node-functional-red-black-tree_1.0.1+20181105-7.dsc + f9ed51fe54e7a43b52c123ca9856a007f4c8da73ca28e5c9bd212758ae4611d5 10196 node-functional-red-black-tree_1.0.1+20181105.orig.tar.gz + 730e9534f6350aa05ee7a79416003ff928270544d2cfea577ed5a026d65eb935 6396 node-functional-red-black-tree_1.0.1+20181105-7.debian.tar.xz +Files: + 38f040d2e70911854757ee1d5c841d01 2472 node-functional-red-black-tree_1.0.1+20181105-7.dsc + 00bf53c4a8d60953a79ca3b8d1cb1c34 10196 node-functional-red-black-tree_1.0.1+20181105.orig.tar.gz + 10c7d42f807087187b24fcab48f5ea06 6396 node-functional-red-black-tree_1.0.1+20181105-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-gauge +Binary: node-gauge +Architecture: all +Version: 4.0.4-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/npm/gauge +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-gauge +Vcs-Git: https://salsa.debian.org/js-team/node-gauge.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-ansi-regex , node-aproba , node-console-control-strings , node-color-support , node-has-unicode , node-readable-stream , node-signal-exit (>= 4) , node-string-width , node-strip-ansi , node-tap , node-wide-align +Package-List: + node-gauge deb javascript optional arch=all +Directory: pool/369e4e515e4583f16a1f84cc5aa56bccdb1f52fdd24ec613db9627a3f8176478 +Checksums-Sha1: + f9e6b0e1346eace7ab4e984a972a2534dff74ef7 2318 node-gauge_4.0.4-2.dsc + 1d64ed59cf5f4bb06a39ff1d855ce67a325f7079 230159 node-gauge_4.0.4.orig.tar.gz + 57402a1ae859faeda4d706f76a45a0719a74dda1 3152 node-gauge_4.0.4-2.debian.tar.xz +Checksums-Sha256: + 369e4e515e4583f16a1f84cc5aa56bccdb1f52fdd24ec613db9627a3f8176478 2318 node-gauge_4.0.4-2.dsc + a4ff99cea01a6f834209aa35dff12959ea0d455dd4cf9faacf81ff75f1abd52d 230159 node-gauge_4.0.4.orig.tar.gz + 3f0395afe7a3be8cd1dfe3d30a1c3f3e36a55f012b683a40c4cd5be404ac6b4d 3152 node-gauge_4.0.4-2.debian.tar.xz +Files: + df5697b81d188f3b2f83b60ed7a940d4 2318 node-gauge_4.0.4-2.dsc + 0a7c3d7f0718cab17d0a7fbc6575a5de 230159 node-gauge_4.0.4.orig.tar.gz + 31a697b2da5134f9e181114b60ba61ee 3152 node-gauge_4.0.4-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-get-caller-file +Binary: node-get-caller-file +Architecture: all +Version: 2.0.5+~cs1.1.1-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/stefanpenner/get-caller-file +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-get-caller-file +Vcs-Git: https://salsa.debian.org/js-team/node-get-caller-file.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, chai, mocha, node-typescript +Package-List: + node-get-caller-file deb javascript optional arch=all +Directory: pool/3a26747768ec14d50083e95dca469056d4c59f7b90c816e6bf26f2f40cb7cd58 +Checksums-Sha1: + c0ff3d880a0f94756bfea2727019d97f9c93cadc 2560 node-get-caller-file_2.0.5+~cs1.1.1-4.dsc + 619db7e4eafadaf680acec13ecc1e45880af7bd9 4957 node-get-caller-file_2.0.5+~cs1.1.1.orig-ensure-posix-path.tar.gz + f8985f56c34c9014a0d63bfc6127ee8a2217b261 7659 node-get-caller-file_2.0.5+~cs1.1.1.orig.tar.gz + 260b990410ff98a0e5e2d8332e65b0ce04ca44b4 3700 node-get-caller-file_2.0.5+~cs1.1.1-4.debian.tar.xz +Checksums-Sha256: + 3a26747768ec14d50083e95dca469056d4c59f7b90c816e6bf26f2f40cb7cd58 2560 node-get-caller-file_2.0.5+~cs1.1.1-4.dsc + ebad7065a4762f5b89e84e4d68b957d244227b93901ec5f1ff58005c4ac80766 4957 node-get-caller-file_2.0.5+~cs1.1.1.orig-ensure-posix-path.tar.gz + 2a9c2921af14d6d45e71d5c151dfca99500a1b95193204fb184962e27fed76bf 7659 node-get-caller-file_2.0.5+~cs1.1.1.orig.tar.gz + 5c0157d755cf4297080bc6725afb9db15fee9201262c87dc651234d1efcb2459 3700 node-get-caller-file_2.0.5+~cs1.1.1-4.debian.tar.xz +Files: + ef28adbe64e36bc180a862b426f07e0b 2560 node-get-caller-file_2.0.5+~cs1.1.1-4.dsc + c18b86593212f4cdfa16ab98e496629b 4957 node-get-caller-file_2.0.5+~cs1.1.1.orig-ensure-posix-path.tar.gz + a9486aa6eaa8c6c8acf71be65507cd36 7659 node-get-caller-file_2.0.5+~cs1.1.1.orig.tar.gz + 9189d088634a5bb1f6fd3a14ebff1763 3700 node-get-caller-file_2.0.5+~cs1.1.1-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-get-stream +Binary: node-get-stream +Architecture: all +Version: 8.0.1-11 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/get-stream +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-get-stream +Vcs-Git: https://salsa.debian.org/js-team/node-get-stream.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-types-node, node-rollup-plugin-node-resolve, rollup, ava +Package-List: + node-get-stream deb javascript optional arch=all +Directory: pool/809e0bc48defc18e0483f80406b6569cf9186f59c67efcb2b8a451dab41915d1 +Checksums-Sha1: + ea7b17c5dcf10e6d4aeb24e1c7bd90dc8251acd2 2144 node-get-stream_8.0.1-11.dsc + d5e335c4ddb25f30ef122d4ae88264142f03dda8 14784 node-get-stream_8.0.1.orig.tar.gz + 49e372868d0ccc408123a5bd470c1eb3d0f95688 6312 node-get-stream_8.0.1-11.debian.tar.xz +Checksums-Sha256: + 809e0bc48defc18e0483f80406b6569cf9186f59c67efcb2b8a451dab41915d1 2144 node-get-stream_8.0.1-11.dsc + fd88ec23a00df6024aadd93fdfb50b2eef2253486da0aaf1689d2fbe76a3c233 14784 node-get-stream_8.0.1.orig.tar.gz + 8ae0d02b4e475ba72546f5733e0287a47f9444d8fca38e39e8a766f40dd856db 6312 node-get-stream_8.0.1-11.debian.tar.xz +Files: + aeec7d22cceddabf5a804a7467483ddc 2144 node-get-stream_8.0.1-11.dsc + d896ca8fb19cb973ade453c538528589 14784 node-get-stream_8.0.1.orig.tar.gz + 32591892d232c2cbae321962c76a843d 6312 node-get-stream_8.0.1-11.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-glob-parent +Binary: node-glob-parent +Architecture: all +Version: 6.0.2+~5.1.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/es128/glob-parent +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-glob-parent +Vcs-Git: https://salsa.debian.org/js-team/node-glob-parent.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-expect (>= 28) , node-is-glob (>= 4.0.3~) , node-path-dirname +Package-List: + node-glob-parent deb javascript optional arch=all +Directory: pool/fc50a6e2f0ae4b502f78ee398f30c55b0e6f49fa1702b4145ff797ceee8c415c +Checksums-Sha1: + b1b7e3fb2e4dc23b26efbc2d4ead43c5a38414ac 2559 node-glob-parent_6.0.2+~5.1.1-2.dsc + eb83d64824374495437b450d45e24ec53a7ce844 1593 node-glob-parent_6.0.2+~5.1.1.orig-types-glob-parent.tar.gz + 73810bc66636c1a8091800f1e2c40e9905be64e6 8384 node-glob-parent_6.0.2+~5.1.1.orig.tar.gz + ac95d19273bb0ba8f9cde24c2775d4d44e490166 3712 node-glob-parent_6.0.2+~5.1.1-2.debian.tar.xz +Checksums-Sha256: + fc50a6e2f0ae4b502f78ee398f30c55b0e6f49fa1702b4145ff797ceee8c415c 2559 node-glob-parent_6.0.2+~5.1.1-2.dsc + 7146e2287e1bb2b168a3e2b2007c9f72b2e6dbff00e330fd66ff4b5e28839be0 1593 node-glob-parent_6.0.2+~5.1.1.orig-types-glob-parent.tar.gz + 6b220ebd3efdf82a9e260449600deacb847498d5f934ea47497bd2115cf2f588 8384 node-glob-parent_6.0.2+~5.1.1.orig.tar.gz + 06e681083e13cb8f3a5ece58601f6f616ca1a9b7b54b2c1a47522b443cef2fb1 3712 node-glob-parent_6.0.2+~5.1.1-2.debian.tar.xz +Files: + bf66075e47bdff9a6bca0ec0a92e98f5 2559 node-glob-parent_6.0.2+~5.1.1-2.dsc + 011b83e277940dcba1b72bfcf629baaa 1593 node-glob-parent_6.0.2+~5.1.1.orig-types-glob-parent.tar.gz + 98e3a62494b012f2863cfb3166e07669 8384 node-glob-parent_6.0.2+~5.1.1.orig.tar.gz + db3b2128004cb547f668e692c4c68e43 3712 node-glob-parent_6.0.2+~5.1.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-glob +Binary: node-glob +Architecture: all +Version: 8.1.0+~cs8.5.15-1 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino , Jérémy Lal +Homepage: https://github.com/isaacs/node-glob +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-glob +Vcs-Git: https://salsa.debian.org/js-team/node-glob.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, nodejs, pkg-js-autopkgtest +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-fs.realpath , node-inflight , node-inherits , node-minimatch (>= 9) , node-memfs , node-mkdirp (>= 1) , node-once , node-rimraf , node-tap +Package-List: + node-glob deb javascript optional arch=all +Directory: pool/db434dfde618d739a0c24b76d1e8dcf52911ed27b9c9cfa41a65d2a95e2cdffb +Checksums-Sha1: + 5c42289153b1cc3ecdb41128da56d6ceeb0f89ca 3587 node-glob_8.1.0+~cs8.5.15-1.dsc + a99f249f88930392aa342c0a806114f12431b3c6 10130 node-glob_8.1.0+~cs8.5.15.orig-globalyzer.tar.gz + d9c4f7e4f714eccd053563f51193d166875ce4ad 30336 node-glob_8.1.0+~cs8.5.15.orig-globrex.tar.gz + 7242111800d556957a0a00c1b49b8e060ad2f22e 29512 node-glob_8.1.0+~cs8.5.15.orig-tiny-glob.tar.gz + b63e70155391b0584dce44e7ea25190bbc38f2fc 2410 node-glob_8.1.0+~cs8.5.15.orig-types-glob.tar.gz + cec9a7616381d1affca4743fafeaf4900444dd5d 991452 node-glob_8.1.0+~cs8.5.15.orig.tar.gz + 5a97184ec8aba028adb5eaea3d610947442af8be 11916 node-glob_8.1.0+~cs8.5.15-1.debian.tar.xz +Checksums-Sha256: + db434dfde618d739a0c24b76d1e8dcf52911ed27b9c9cfa41a65d2a95e2cdffb 3587 node-glob_8.1.0+~cs8.5.15-1.dsc + 16d1cbc2518f9d2caa8827078e3a82aeec98563609059ddb4e164965e92a2722 10130 node-glob_8.1.0+~cs8.5.15.orig-globalyzer.tar.gz + b39debaf5d90ec0a23aac5c2db0eae11bde8c167761be007bd31bd80c59feb0c 30336 node-glob_8.1.0+~cs8.5.15.orig-globrex.tar.gz + 26837f51b3d5bad0b8b235f0fbaa800d4b18069de4b6280164422eba9ce76a78 29512 node-glob_8.1.0+~cs8.5.15.orig-tiny-glob.tar.gz + 15aaa9f5b0e393fbdeb85651c8bbaf694970f6f82615c7d5302e7c15f5e4270c 2410 node-glob_8.1.0+~cs8.5.15.orig-types-glob.tar.gz + 8d76d3374eefb4806ba397b40294013afd42045bc42976dad1e25b46a1c8d826 991452 node-glob_8.1.0+~cs8.5.15.orig.tar.gz + 9e7b233309923a2b079099188d61fe0514185deb7a6dc6f3f52d15efc6003c4e 11916 node-glob_8.1.0+~cs8.5.15-1.debian.tar.xz +Files: + 1ac9e448c518475530bf6ea1d1c4efa0 3587 node-glob_8.1.0+~cs8.5.15-1.dsc + f287e45b356cf8c0ee076c50370de7f4 10130 node-glob_8.1.0+~cs8.5.15.orig-globalyzer.tar.gz + 04398ae071a259bfa5d34de67e2677a5 30336 node-glob_8.1.0+~cs8.5.15.orig-globrex.tar.gz + 8b2127cd88200f83e2264d0ca413c6b9 29512 node-glob_8.1.0+~cs8.5.15.orig-tiny-glob.tar.gz + 96748631058149de069dbc6be2af7ecb 2410 node-glob_8.1.0+~cs8.5.15.orig-types-glob.tar.gz + 589f2e36a6364a367bdfc5c7cd1ec3fd 991452 node-glob_8.1.0+~cs8.5.15.orig.tar.gz + 20ead15c810bad0828ec9f6095b0979a 11916 node-glob_8.1.0+~cs8.5.15-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-globals +Binary: node-globals +Architecture: all +Version: 13.23.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Utkarsh Gupta +Homepage: https://github.com/sindresorhus/globals +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-globals +Vcs-Git: https://salsa.debian.org/js-team/node-globals.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-globals deb javascript optional arch=all +Directory: pool/af2871db73d921fecf21ae33189992216192a79418df6e68ecda8f2bc628ee63 +Checksums-Sha1: + 8b55785db867f7901a40439cfd3fcefd2c1700cf 2099 node-globals_13.23.0-1.dsc + 1f0fe6051e334027006a7dfc32eb93b3db6bef8d 12004 node-globals_13.23.0.orig.tar.gz + 3bea11324a534c58252d04ad8854692e5856eb5e 3364 node-globals_13.23.0-1.debian.tar.xz +Checksums-Sha256: + af2871db73d921fecf21ae33189992216192a79418df6e68ecda8f2bc628ee63 2099 node-globals_13.23.0-1.dsc + 51eb0a321da37287173310702f7fca44bb56d3592a8580ac8c67974445aa6409 12004 node-globals_13.23.0.orig.tar.gz + 245e52b3a7293f4e90c8fa78937342f328490c138aa6db61b88097658f94d04e 3364 node-globals_13.23.0-1.debian.tar.xz +Files: + 2242d1699f9381cc13bd7ae17e6ae630 2099 node-globals_13.23.0-1.dsc + 50ed559191759d2a9b60f76a89fe625d 12004 node-globals_13.23.0.orig.tar.gz + f61b0fdcf1f578d19e86ec88547e8a30 3364 node-globals_13.23.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-globby +Binary: node-globby +Architecture: all +Version: 13.1.3+~cs16.25.40-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sanoob Pattanath , Pirate Praveen +Homepage: https://github.com/sindresorhus/globby +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-globby +Vcs-Git: https://salsa.debian.org/js-team/node-globby.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.15.12~), node-babel7, node-braces (>= 3.0.2+~3.0.0), node-ci-info (>= 2.0.0+~2.0.0), node-glob-parent (>= 5.1.1+~5.1.0), node-ignore, node-micromatch, node-minimatch, node-minimist, node-sinon (>= 9.2.0+ds+~cs54.23.21), node-types-mocha, node-types-node, node-typescript, rollup +Package-List: + node-globby deb javascript optional arch=all +Directory: pool/de659f53a222e80fd1cfc9c0be817b1a3d88cfe0f794027e61ccf5c405cfd451 +Checksums-Sha1: + 7362eb8ea30f01e31ce8f4b7771ee516db81270b 5682 node-globby_13.1.3+~cs16.25.40-3.dsc + 39a893b84a6e678bffb536275639fddecff0abdd 3239 node-globby_13.1.3+~cs16.25.40.orig-dir-glob.tar.gz + 1e4cebbd9cc31141d8ae8f63bd35851bff6d4616 49061 node-globby_13.1.3+~cs16.25.40.orig-fast-glob.tar.gz + 2fa03953fc51c88788a205388d1a9705722f92b2 9064 node-globby_13.1.3+~cs16.25.40.orig-fastq.tar.gz + 121b81b9220f584009baaaf0e6ab5442899fde35 28286 node-globby_13.1.3+~cs16.25.40.orig-merge2.tar.gz + f0ba40d3702c4394e5c3b3f475daae9d50215688 3058 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fs-macchiato.tar.gz + 7619c2eb21b25483f6d167548b4cfd5a7488c3d5 6586 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fsscandir.tar.gz + 5bd262af94e9d25bd1e71b05deed44876a222e8b 4182 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fsstat.tar.gz + e95737e8bb6746ddedf69c556953494f196fe69a 7360 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fswalk.tar.gz + c58c0e7d122150a1b0cfd282bf29362c27bc61b5 4554 node-globby_13.1.3+~cs16.25.40.orig-reusify.tar.gz + 070fb361c5541d3965fddd0277db12b68a0de607 6073 node-globby_13.1.3+~cs16.25.40.orig-run-parallel.tar.gz + 0cc9652a4dc8cfa2b89fe33edf21c9a0039fa867 13965 node-globby_13.1.3+~cs16.25.40.orig.tar.gz + 5449486b6274c22bca19f8e9234b0ba2dea45353 12908 node-globby_13.1.3+~cs16.25.40-3.debian.tar.xz +Checksums-Sha256: + de659f53a222e80fd1cfc9c0be817b1a3d88cfe0f794027e61ccf5c405cfd451 5682 node-globby_13.1.3+~cs16.25.40-3.dsc + 2fb531e89d897c96434d19726ff69117ce5780e398f80b2e69730cdde52ab551 3239 node-globby_13.1.3+~cs16.25.40.orig-dir-glob.tar.gz + 7e4bd1d2f78cbc2463131c04f5d995e3778e92b7f6b7996184ab487d415c0d7d 49061 node-globby_13.1.3+~cs16.25.40.orig-fast-glob.tar.gz + 6a19eef6b3909a6b2c152a6a1f4fd68fd2e1d1696cf144fb9eaa977f32270f9d 9064 node-globby_13.1.3+~cs16.25.40.orig-fastq.tar.gz + 088488760ba8b494e22e5c26c2e5e1c7505859f2515c77fdee611da3cd2ac747 28286 node-globby_13.1.3+~cs16.25.40.orig-merge2.tar.gz + ea63a4d0b76bf4565f2f54d86b5fd0eebb34b9e3c7731e834aba7aafbb0d35e1 3058 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fs-macchiato.tar.gz + a924bfa317c78e8bdbb0bd361522aba431fffe0878bf3699a8cb35a6e50cf94c 6586 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fsscandir.tar.gz + d8f8533551f21aca87b3fc2d4bc2e2cc7ab221104902c07da3df20baaf52136b 4182 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fsstat.tar.gz + cbf9621f69b822ce97f71e842fea8e7bf9c7e986f01285689ede282092727d3d 7360 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fswalk.tar.gz + cfffd2e3daea789780b72dff4f8b3234d70fe218eb274b04576063f012794770 4554 node-globby_13.1.3+~cs16.25.40.orig-reusify.tar.gz + 25b61ff248d4564160e3694c5cb5e94097107f193b2938511ab95a366a200095 6073 node-globby_13.1.3+~cs16.25.40.orig-run-parallel.tar.gz + 5deba243c6e83e44b60b86c7843e457c48b6cc91ece89aecb458b4ddd4ad65bf 13965 node-globby_13.1.3+~cs16.25.40.orig.tar.gz + 1d56624b282c9508843469516570da93fdf5c5d623f4686e2c58ff10e4f92fbd 12908 node-globby_13.1.3+~cs16.25.40-3.debian.tar.xz +Files: + a49ad936a025a1accc56feef4640f833 5682 node-globby_13.1.3+~cs16.25.40-3.dsc + e8c85af8adecd9d74544f6692793e5c7 3239 node-globby_13.1.3+~cs16.25.40.orig-dir-glob.tar.gz + 5d22e5147bd3cc7da63796473da86a1d 49061 node-globby_13.1.3+~cs16.25.40.orig-fast-glob.tar.gz + 1b25b5ec28ff64f5f6181213c0c7c903 9064 node-globby_13.1.3+~cs16.25.40.orig-fastq.tar.gz + 1d0c6eeabe7805e3439ec67b48318226 28286 node-globby_13.1.3+~cs16.25.40.orig-merge2.tar.gz + 880986b211246bd4cdce75c5217f0c4f 3058 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fs-macchiato.tar.gz + c9f11aab0960639af613b80dfaf5a981 6586 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fsscandir.tar.gz + 6b6637b1a5d58b964c8a8d99ccf544e6 4182 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fsstat.tar.gz + c5d178aeb76a1653bf62415b8ac99364 7360 node-globby_13.1.3+~cs16.25.40.orig-nodelib-fswalk.tar.gz + 4b252d2d314a6ed76abd1f2eeda40674 4554 node-globby_13.1.3+~cs16.25.40.orig-reusify.tar.gz + 7155821092ad4475be05700ce0fc2890 6073 node-globby_13.1.3+~cs16.25.40.orig-run-parallel.tar.gz + 8974374a5ff168aae544cb114e12ba73 13965 node-globby_13.1.3+~cs16.25.40.orig.tar.gz + 7f4c3f4f61d19c13390bf119a5828dad 12908 node-globby_13.1.3+~cs16.25.40-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-got +Binary: node-got +Architecture: all +Version: 11.8.5+~cs58.13.36-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/got +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-got +Vcs-Git: https://salsa.debian.org/js-team/node-got.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.9.65~), node-babel7, node-decompress-response, node-get-stream, node-json-buffer, node-lowercase-keys, node-mimic-response, node-p-cancelable (>= 2.0.0~), node-quick-lru , node-typescript (>= 4.4.3~), node-types-node +Package-List: + node-got deb javascript optional arch=all +Directory: pool/436db39ad1b5d265d6e5d13928fc3a4e7902a049328240d2d70cf8196f61dfa4 +Checksums-Sha1: + 50ee5ab666734c4bf05e1ac348748083ca7f352f 7546 node-got_11.8.5+~cs58.13.36-3.dsc + b71df05ddade485e30776b6766037b3ebaafe148 13198 node-got_11.8.5+~cs58.13.36.orig-cacheable-lookup.tar.gz + b1338df108d4aa2f6f6e0a156771d48455a4dd15 11085 node-got_11.8.5+~cs58.13.36.orig-cacheable-request.tar.gz + 9d887cc8c69503684c8c946317dd4d170cee7c7e 3703 node-got_11.8.5+~cs58.13.36.orig-clone-response.tar.gz + dca8e33bf52f4d1301f4e36d610d168b9f92838e 3601 node-got_11.8.5+~cs58.13.36.orig-defer-to-connect.tar.gz + 9107e1562cf7135d13575cd3b4efb02b136f3eeb 59487 node-got_11.8.5+~cs58.13.36.orig-http-cache-semantics.tar.gz + d7c980c7ffb85be3859b6a96c800b2951ae257ef 21020 node-got_11.8.5+~cs58.13.36.orig-http2-wrapper.tar.gz + 80fa875179a2ba695f32740b2c91811da0d6e9b5 9291 node-got_11.8.5+~cs58.13.36.orig-keyv.tar.gz + 3b26f532b717af9e52d09ca09e46d6c053905458 10296 node-got_11.8.5+~cs58.13.36.orig-normalize-url.tar.gz + 3ca2bf5a2939ac7bba2eb3e63a021abb246a4146 3879 node-got_11.8.5+~cs58.13.36.orig-resolve-alpn.tar.gz + 08b8e57c2350dc27830d285507df428c2f0ac961 3681 node-got_11.8.5+~cs58.13.36.orig-responselike.tar.gz + a2c4ac9bd52570207a90ab5bfe0107062c660394 959264 node-got_11.8.5+~cs58.13.36.orig-sindresorhus-is.tar.gz + 55d2dbaee9056fb7e4787ef18643faf97e509125 6769 node-got_11.8.5+~cs58.13.36.orig-szmarczak-http-timer.tar.gz + c324da0197de0a98a2312156536ae262429ff6b9 2899 node-got_11.8.5+~cs58.13.36.orig-types-cacheable-request.tar.gz + 0ea7b61496902b95890dc4c3a116b60cb8dae812 3727 node-got_11.8.5+~cs58.13.36.orig-types-http-cache-semantics.tar.gz + 3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6 2638 node-got_11.8.5+~cs58.13.36.orig-types-keyv.tar.gz + 251f4fe7d154d2bad125abe1b429b23afd262e29 1877 node-got_11.8.5+~cs58.13.36.orig-types-responselike.tar.gz + 37ea6483268b496aa0b518f26db6588fb523f86e 463097 node-got_11.8.5+~cs58.13.36.orig.tar.gz + 845c8264f912893dcbb19fa41fec7bf79a576b39 8936 node-got_11.8.5+~cs58.13.36-3.debian.tar.xz +Checksums-Sha256: + 436db39ad1b5d265d6e5d13928fc3a4e7902a049328240d2d70cf8196f61dfa4 7546 node-got_11.8.5+~cs58.13.36-3.dsc + 57bd98dbfca07d43bcf75b89d741094edb053166e2dd424ac7eaad4ef2d0d18a 13198 node-got_11.8.5+~cs58.13.36.orig-cacheable-lookup.tar.gz + 9721c90a45fdcfb8e55dae15c217f8f33aab1f96985dfe56779560d4c7408553 11085 node-got_11.8.5+~cs58.13.36.orig-cacheable-request.tar.gz + e2198277cbb4c31b94541510bf32a07d1c9e6ad66ca66c5426766ce02351b7e5 3703 node-got_11.8.5+~cs58.13.36.orig-clone-response.tar.gz + 6045aa662393df8f8c4dee39d1dcde4e7d93af719e68f9ceef26144393ea010e 3601 node-got_11.8.5+~cs58.13.36.orig-defer-to-connect.tar.gz + 0f0810b15ad8b9293c62a331bc017180511a89ff5d6caaed45dd7815d71ac594 59487 node-got_11.8.5+~cs58.13.36.orig-http-cache-semantics.tar.gz + 8aba4db4557b7bfca9be0bba2f04cafca5699bb7ce12864631c2d372413f3608 21020 node-got_11.8.5+~cs58.13.36.orig-http2-wrapper.tar.gz + f4df025679d53e1c84f426beaecf9fced1f344793a24db26d5fbfc144553235c 9291 node-got_11.8.5+~cs58.13.36.orig-keyv.tar.gz + 27f30ab80e73707cb7d427099aed7fef5c63ffe4544ba3ae404af82136496466 10296 node-got_11.8.5+~cs58.13.36.orig-normalize-url.tar.gz + 9b161a2629885a986517066fb1affa3a8398d981fd4c4a8e081e39a64e7ac82a 3879 node-got_11.8.5+~cs58.13.36.orig-resolve-alpn.tar.gz + 8c0bce15e258f9e8a731b96d3bc045f5db0e15cf46929df50d05b3e18fbe7843 3681 node-got_11.8.5+~cs58.13.36.orig-responselike.tar.gz + 427e14a0dc5468a55267e180148e6d8615c540ea0324cd1c97b238d3fba312e3 959264 node-got_11.8.5+~cs58.13.36.orig-sindresorhus-is.tar.gz + 8500f87d26cfb3a5d0ddbe279bf75852d13364f46ece95346e3b97e58b69e5c8 6769 node-got_11.8.5+~cs58.13.36.orig-szmarczak-http-timer.tar.gz + 5c68fad4f6d7ac70f3e88869faf9bfb1127fa2f7b159c767f7e3faf2d8f0a1be 2899 node-got_11.8.5+~cs58.13.36.orig-types-cacheable-request.tar.gz + f55d4821223197e75ad2e79767198800be4d96ad6b3b321c112a4ddf5ff1617f 3727 node-got_11.8.5+~cs58.13.36.orig-types-http-cache-semantics.tar.gz + 621c794a523b1a14e048030b90f56c00f0415ba43e1e0fc43fe502d8416f3652 2638 node-got_11.8.5+~cs58.13.36.orig-types-keyv.tar.gz + 1aad40913e81849c6a3e7a6c40b61fecdbc082b478a74c2221e8015c47da9484 1877 node-got_11.8.5+~cs58.13.36.orig-types-responselike.tar.gz + 124be0df3766dec7fbe48f8b748fe9fc9f8b472078e0c9a14990742a04f50ff3 463097 node-got_11.8.5+~cs58.13.36.orig.tar.gz + 54b1e7d1e8c8e6a4185911bac16ac50a0f93f2c0887090493c7b936b4255d1d7 8936 node-got_11.8.5+~cs58.13.36-3.debian.tar.xz +Files: + 79e746d8dbf43cb586e011092a047649 7546 node-got_11.8.5+~cs58.13.36-3.dsc + f55b21f5ccf5f367267f8871c5f6d186 13198 node-got_11.8.5+~cs58.13.36.orig-cacheable-lookup.tar.gz + 07516ca44ea9f234e789bb5588aabe25 11085 node-got_11.8.5+~cs58.13.36.orig-cacheable-request.tar.gz + 138a61747ae9f925a59df2358e547753 3703 node-got_11.8.5+~cs58.13.36.orig-clone-response.tar.gz + 783d7566b2067cbdbfe27797bd317c15 3601 node-got_11.8.5+~cs58.13.36.orig-defer-to-connect.tar.gz + 6edf687a29fc1eaf2b940803b49ae5a6 59487 node-got_11.8.5+~cs58.13.36.orig-http-cache-semantics.tar.gz + 22a7456744f759df676665faa63135d2 21020 node-got_11.8.5+~cs58.13.36.orig-http2-wrapper.tar.gz + cd0d63aaddb42cd6181f63c3004f65b9 9291 node-got_11.8.5+~cs58.13.36.orig-keyv.tar.gz + 74c61595df01bdf4355883b3c4ede235 10296 node-got_11.8.5+~cs58.13.36.orig-normalize-url.tar.gz + 31347613ffa3cac1ed0a6fd961b956e7 3879 node-got_11.8.5+~cs58.13.36.orig-resolve-alpn.tar.gz + b56deabdee409377b0a729fc142db17a 3681 node-got_11.8.5+~cs58.13.36.orig-responselike.tar.gz + 1c38daed735ce32978b4497a5e746c06 959264 node-got_11.8.5+~cs58.13.36.orig-sindresorhus-is.tar.gz + 231dfddce4d586845cf4fbca5e7e4a50 6769 node-got_11.8.5+~cs58.13.36.orig-szmarczak-http-timer.tar.gz + d75b9e89278e3846e4019f021a537d9d 2899 node-got_11.8.5+~cs58.13.36.orig-types-cacheable-request.tar.gz + 4869ddcbdc4b6d528697919e3307889f 3727 node-got_11.8.5+~cs58.13.36.orig-types-http-cache-semantics.tar.gz + 07717e8f9420b796fc4f59773ce7f52e 2638 node-got_11.8.5+~cs58.13.36.orig-types-keyv.tar.gz + cbdbffc960e4f73517e140ee24d1fcb0 1877 node-got_11.8.5+~cs58.13.36.orig-types-responselike.tar.gz + 6c38160b2317e222fe5e6a030d8b4759 463097 node-got_11.8.5+~cs58.13.36.orig.tar.gz + 5de9192c03fba9ceda48dde50478ea07 8936 node-got_11.8.5+~cs58.13.36-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-graceful-fs +Binary: node-graceful-fs +Architecture: all +Version: 4.2.10-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal , Julien Puydt +Homepage: https://github.com/isaacs/node-graceful-fs +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-graceful-fs +Vcs-Git: https://salsa.debian.org/js-team/node-graceful-fs.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tap , dh-sequence-nodejs +Package-List: + node-graceful-fs deb javascript optional arch=all +Directory: pool/a9a9b87d613bfcb5d2281807d889185ce49d89e70b35e744cbc49957fd92698a +Checksums-Sha1: + 5a08415c90d4fbd95561427a5c8d54c679a9453c 2470 node-graceful-fs_4.2.10-1.dsc + 21ffba0d98da4350db64891f92a9e5db3cdb4e15 1834 node-graceful-fs_4.2.10.orig-types-graceful-fs.tar.gz + 875ca1d25045ac01275106f11eced901c33965ee 60654 node-graceful-fs_4.2.10.orig.tar.gz + 2d1e58e85864b4caf682cae200bf6fd40525c00e 4532 node-graceful-fs_4.2.10-1.debian.tar.xz +Checksums-Sha256: + a9a9b87d613bfcb5d2281807d889185ce49d89e70b35e744cbc49957fd92698a 2470 node-graceful-fs_4.2.10-1.dsc + 9f7cea938f3682213a2489b8b23ce27f2f4b15bfee297d50a49ef2a2296c775d 1834 node-graceful-fs_4.2.10.orig-types-graceful-fs.tar.gz + 71ba4cce6ed89ac18b91ca99649c4b0ab43b7538607a9fbdb562e565d6427665 60654 node-graceful-fs_4.2.10.orig.tar.gz + 88fc0d95fbece095afd7ee95f194c00d63697970a451c74688716fac5f97f476 4532 node-graceful-fs_4.2.10-1.debian.tar.xz +Files: + c7d13956d79e635a122ac070d4ccf7ef 2470 node-graceful-fs_4.2.10-1.dsc + 24351f41f292c5b7e27355b93f644721 1834 node-graceful-fs_4.2.10.orig-types-graceful-fs.tar.gz + 996f9b6aee4aef01e0c38c03a5e20881 60654 node-graceful-fs_4.2.10.orig.tar.gz + a20e8562d2194d89bba43420e6354636 4532 node-graceful-fs_4.2.10-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-gyp +Binary: node-gyp +Architecture: all +Version: 10.2.0+~5.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/nodejs/node-gyp +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-gyp +Vcs-Git: https://salsa.debian.org/js-team/node-gyp.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-gyp deb javascript optional arch=all +Directory: pool/bee7a2c18d55367d74fba33496a7d7b8d5ae162e8c7f12b9317b608930a5a490 +Checksums-Sha1: + 6b78edb04ea2fdf63c7d712861127a738968771d 2352 node-gyp_10.2.0+~5.0.0-1.dsc + 886668f618004ee41d6193892697431ec902c3f4 19675 node-gyp_10.2.0+~5.0.0.orig-proc-log.tar.gz + f686907f3603ec06cd9ce98a424ab2694429136b 562370 node-gyp_10.2.0+~5.0.0.orig.tar.gz + 6bcca6c81baeb7b005d2f4198ae03e8df14bac78 11364 node-gyp_10.2.0+~5.0.0-1.debian.tar.xz +Checksums-Sha256: + bee7a2c18d55367d74fba33496a7d7b8d5ae162e8c7f12b9317b608930a5a490 2352 node-gyp_10.2.0+~5.0.0-1.dsc + 00c778ccc2785771b3cc9de0eccbbc2121edd3ba034aaf3a57858df19d55248f 19675 node-gyp_10.2.0+~5.0.0.orig-proc-log.tar.gz + fff97df2b1956e9a485d060f7f954b9f63a2de931b4430be1782482579d3604a 562370 node-gyp_10.2.0+~5.0.0.orig.tar.gz + 663aaf37aaf1f8e88be8a4383d8c4e7d62996507c4bc10a1d87701531419e857 11364 node-gyp_10.2.0+~5.0.0-1.debian.tar.xz +Files: + 4a2ac4d4ea3de71fb2f9438fbc4974c4 2352 node-gyp_10.2.0+~5.0.0-1.dsc + ec5092b4d1465f748c1b60a83fe68b91 19675 node-gyp_10.2.0+~5.0.0.orig-proc-log.tar.gz + db7285b21d867dee4f74a6e2553623b1 562370 node-gyp_10.2.0+~5.0.0.orig.tar.gz + e5ed27781c0befc9f777ba1a233bd3ab 11364 node-gyp_10.2.0+~5.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-handlebars +Binary: handlebars, libjs-handlebars, libjs-handlebars.runtime +Architecture: all +Version: 3:4.7.7+~4.1.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://handlebarsjs.com/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-handlebars +Vcs-Git: https://salsa.debian.org/js-team/node-handlebars.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, chai , grunt (>= 1.3~), help2man , jison, node-babel-loader (>= 8.0~), node-babel-plugin-add-module-exports (>= 1.0~), node-babel7, node-grunt-babel (>= 8.0~), node-grunt-contrib-clean, node-grunt-contrib-concat, node-grunt-contrib-copy, node-grunt-contrib-requirejs, node-grunt-contrib-uglify (>= 4.0~), node-grunt-webpack, node-neo-async , node-optimist , node-source-map , node-wordwrap , node-xml2js , nodejs, webpack (>= 4.0~) +Package-List: + handlebars deb javascript optional arch=all + libjs-handlebars deb javascript optional arch=all + libjs-handlebars.runtime deb javascript optional arch=all +Directory: pool/cd598b072976ce227da701acded7e7cca7fde71921115c03486d0a6cf28884cc +Checksums-Sha1: + 9adc075718a42ec524f45243de697a4b9f77426e 3071 node-handlebars_4.7.7+~4.1.0-1.dsc + 3fcce9bf88f85fe73dc932240ab3fb682c624850 1099 node-handlebars_4.7.7+~4.1.0.orig-types-handlebars.tar.gz + 98eef84f07a073778d26b39c35e94ba518c6821d 264408 node-handlebars_4.7.7+~4.1.0.orig.tar.gz + 50eaedb72792d5413db35d525b489e6525723dac 61204 node-handlebars_4.7.7+~4.1.0-1.debian.tar.xz +Checksums-Sha256: + cd598b072976ce227da701acded7e7cca7fde71921115c03486d0a6cf28884cc 3071 node-handlebars_4.7.7+~4.1.0-1.dsc + e57c90c9e27f48e5ce0fcb2158a62eb61ca87820d560e3516f6a554f15d38df6 1099 node-handlebars_4.7.7+~4.1.0.orig-types-handlebars.tar.gz + 3e0c144acab080ced1ccd9c6604788bfeb1add147c19642651872b2ce3efa0c4 264408 node-handlebars_4.7.7+~4.1.0.orig.tar.gz + cc074ecc68c1d3c58862d4f49881a5cad836e52261158754eb70b8a9ed0aae94 61204 node-handlebars_4.7.7+~4.1.0-1.debian.tar.xz +Files: + 904d4ffb1ff114c46d2a971939ecbf4c 3071 node-handlebars_4.7.7+~4.1.0-1.dsc + 586a1a1b16a3f7b571fea90267a850f8 1099 node-handlebars_4.7.7+~4.1.0.orig-types-handlebars.tar.gz + c968f26321418877f88bf14234d12b0b 264408 node-handlebars_4.7.7+~4.1.0.orig.tar.gz + d69440e3ffa39d9f8f7acd03702f68c5 61204 node-handlebars_4.7.7+~4.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-has-flag +Binary: node-has-flag +Architecture: all +Version: 5.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://github.com/sindresorhus/has-flag +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-has-flag +Vcs-Git: https://salsa.debian.org/js-team/node-has-flag.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, rollup, ava +Package-List: + node-has-flag deb javascript optional arch=all +Directory: pool/98a4a07b453712ed3fcc240dbb377207737bdb96956648c6ea0a378217e3294a +Checksums-Sha1: + 94eb523b1336e5dd8750b0aaaef66ca9a035052c 2080 node-has-flag_5.0.1-1.dsc + efaa092818d3ad08ec45ed924003e6f7334d88a5 3256 node-has-flag_5.0.1.orig.tar.gz + 077576ee5081016459bc698cb41874e1fa8a71bb 5084 node-has-flag_5.0.1-1.debian.tar.xz +Checksums-Sha256: + 98a4a07b453712ed3fcc240dbb377207737bdb96956648c6ea0a378217e3294a 2080 node-has-flag_5.0.1-1.dsc + ad621a4aae296a989247a004ed58bbfccc524bcac16940bda3d22d838859b990 3256 node-has-flag_5.0.1.orig.tar.gz + fb32377e73e75fbc08ee889d311993176f54631c18db948172778af77d969208 5084 node-has-flag_5.0.1-1.debian.tar.xz +Files: + d50b1057b5b80b988adc3faf152d3d74 2080 node-has-flag_5.0.1-1.dsc + cec8d47399d5d15709c534bbd8774e91 3256 node-has-flag_5.0.1.orig.tar.gz + 9f280b379267d435cc7e84758f7408b4 5084 node-has-flag_5.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-has-unicode +Binary: node-has-unicode +Architecture: all +Version: 2.0.1-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Yogiraj Kulkarni +Homepage: https://github.com/iarna/has-unicode +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-has-unicode +Vcs-Git: https://salsa.debian.org/js-team/node-has-unicode.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-require-inject , node-tap +Package-List: + node-has-unicode deb javascript optional arch=all +Directory: pool/82737372f217ab95dfddc6e5f248ba138e00ab6d6cc68a75bc05d6efc69d59f5 +Checksums-Sha1: + 944425e69ba0290f537e432baa7e2706ff7eff3f 2123 node-has-unicode_2.0.1-5.dsc + 516e188e94f4f13d78ab64fb996264743bdc08d5 2967 node-has-unicode_2.0.1.orig.tar.gz + 33e91ca2535d3a741c1f2bf2e74dbd52332f013e 2520 node-has-unicode_2.0.1-5.debian.tar.xz +Checksums-Sha256: + 82737372f217ab95dfddc6e5f248ba138e00ab6d6cc68a75bc05d6efc69d59f5 2123 node-has-unicode_2.0.1-5.dsc + e73c692073f7d96c1a0dee57be37b2219398a822fc153f5941480842cd2f7d22 2967 node-has-unicode_2.0.1.orig.tar.gz + 4fbeab992c71ebbae4f669d30a2da533f7edaf25028ba52440b000e9393525a2 2520 node-has-unicode_2.0.1-5.debian.tar.xz +Files: + c83a9a5c091351eb71c3b0ce03a76fd0 2123 node-has-unicode_2.0.1-5.dsc + b4b1df7bf320e433b91f89b2d4af0409 2967 node-has-unicode_2.0.1.orig.tar.gz + 9ac5175583a62e329d44e068a53fe1d0 2520 node-has-unicode_2.0.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-hosted-git-info +Binary: node-hosted-git-info +Architecture: all +Version: 6.1.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran , Pirate Praveen +Homepage: https://github.com/npm/hosted-git-info +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-hosted-git-info +Vcs-Git: https://salsa.debian.org/js-team/node-hosted-git-info.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-base , node-lru-cache , node-tap (>= 15) +Package-List: + node-hosted-git-info deb javascript optional arch=all +Directory: pool/8efdee8899b63375ad7580d37f52f40846776d314893f6623e4ab52efd085b22 +Checksums-Sha1: + 5985e59cba4af3adaaac599c3b6cda7146c5afac 2220 node-hosted-git-info_6.1.1-2.dsc + b323a6accb32127e23a356fd3360a79f2fe2dad2 25209 node-hosted-git-info_6.1.1.orig.tar.gz + d597996f20a5a3321e95920811b4eb454049c98b 2728 node-hosted-git-info_6.1.1-2.debian.tar.xz +Checksums-Sha256: + 8efdee8899b63375ad7580d37f52f40846776d314893f6623e4ab52efd085b22 2220 node-hosted-git-info_6.1.1-2.dsc + 97a4a8a03d8ccc83e6138e8598cb28dabe713effcff3a9e1fe3339919280cd32 25209 node-hosted-git-info_6.1.1.orig.tar.gz + 7952096ca3840f230c5828ce4c059adb4c54149d43f17ddfb534dbc86b5e3c38 2728 node-hosted-git-info_6.1.1-2.debian.tar.xz +Files: + 235dfcdbe104a93cbcbbc857b3708fc6 2220 node-hosted-git-info_6.1.1-2.dsc + cad4ab535919a9fd4a3a48fb11f4096b 25209 node-hosted-git-info_6.1.1.orig.tar.gz + 76e4eaa5804cf5a0925b83d443ef1516 2728 node-hosted-git-info_6.1.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-iconv-lite +Binary: node-iconv-lite +Architecture: all +Version: 0.6.3-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/ashtuchkin/iconv-lite +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-iconv-lite +Vcs-Git: https://salsa.debian.org/js-team/node-iconv-lite.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , node-unorm , node-iconv , node-safe-buffer (>= 5.2.1+~cs2.1.2) , node-semver , dh-sequence-nodejs +Package-List: + node-iconv-lite deb javascript optional arch=all +Directory: pool/30d6ba967f219c921aa99ac08ab9da21c632e3547a1363c54b550f16233a4b7c +Checksums-Sha1: + e3b6712b4f48172f5791b093c0647a865e8f83e0 2192 node-iconv-lite_0.6.3-3.dsc + cbf6adf6298e154104b2093a916acb23026f1fc0 231007 node-iconv-lite_0.6.3.orig.tar.gz + 5aaf3e31c10cd8bd62cbc767a1353c1cbb1051e3 3816 node-iconv-lite_0.6.3-3.debian.tar.xz +Checksums-Sha256: + 30d6ba967f219c921aa99ac08ab9da21c632e3547a1363c54b550f16233a4b7c 2192 node-iconv-lite_0.6.3-3.dsc + 266ae0144bb7378422caf5da543bc8aec185af1f60f4310e4e8d93aefff518a9 231007 node-iconv-lite_0.6.3.orig.tar.gz + e38ff59e974bfb208f45767a493ce08f7922415f8bf3470ae7eb5f37001f7022 3816 node-iconv-lite_0.6.3-3.debian.tar.xz +Files: + de61d04491143542e0751e9d8f00f4ec 2192 node-iconv-lite_0.6.3-3.dsc + bcd4ca304814ccef96956bc42401ce5e 231007 node-iconv-lite_0.6.3.orig.tar.gz + 75d461fc44949c8e053c11fe6a427a42 3816 node-iconv-lite_0.6.3-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-icss-utils +Binary: node-icss-utils +Architecture: all +Version: 5.1.0+~5.1.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/css-modules/icss-utils +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-icss-utils +Vcs-Git: https://salsa.debian.org/js-team/node-icss-utils.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest , node-postcss (>= 8.1~) +Package-List: + node-icss-utils deb javascript optional arch=all +Directory: pool/39b3c8b636350d2277d4ea0662ec59241884a55f53233035c8ea0f77efc5c142 +Checksums-Sha1: + 08b019d6240cbd84a8cd8e51be60a77b8792b739 2486 node-icss-utils_5.1.0+~5.1.0-1.dsc + ad13cf373d0d7f0fced79228e19da4327f7e982a 1773 node-icss-utils_5.1.0+~5.1.0.orig-types-icss-utils.tar.gz + 64301b0d4e9b0878a6e1927b853dc2ff2d4e9b47 78240 node-icss-utils_5.1.0+~5.1.0.orig.tar.gz + a70f0406aa9f2e29a6eb557d86cf965f63d36ef4 3468 node-icss-utils_5.1.0+~5.1.0-1.debian.tar.xz +Checksums-Sha256: + 39b3c8b636350d2277d4ea0662ec59241884a55f53233035c8ea0f77efc5c142 2486 node-icss-utils_5.1.0+~5.1.0-1.dsc + bb13a2fe59b9c0754c780dc6654e544e5a9a56518ce9244ceb5f2c64769005f7 1773 node-icss-utils_5.1.0+~5.1.0.orig-types-icss-utils.tar.gz + ef1a782cc1b205e8488755911c4a189cb6eab6fb925a5988cf2bdaa735eea30a 78240 node-icss-utils_5.1.0+~5.1.0.orig.tar.gz + 61305df65302b966f895b7e2273813249c8e0034ff41a4be9d32dd882677c93a 3468 node-icss-utils_5.1.0+~5.1.0-1.debian.tar.xz +Files: + 3c0ea7ef9308368e58577da57c3d4ddc 2486 node-icss-utils_5.1.0+~5.1.0-1.dsc + a2c99eae748661874c6043244361bd6d 1773 node-icss-utils_5.1.0+~5.1.0.orig-types-icss-utils.tar.gz + 9089e6c49d181b4a1c38d601159ee61e 78240 node-icss-utils_5.1.0+~5.1.0.orig.tar.gz + 7bd7bae96d54ce3bdccb833fc0bc80a3 3468 node-icss-utils_5.1.0+~5.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ieee754 +Binary: node-ieee754 +Architecture: all +Version: 1.2.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Siddhesh Rane +Homepage: https://github.com/feross/ieee754#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ieee754 +Vcs-Git: https://salsa.debian.org/js-team/node-ieee754.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap , node-tape +Package-List: + node-ieee754 deb javascript optional arch=all +Directory: pool/5fbb02c031738e645c26e7e39f4ecbdc84cd13675a3a791d356b6110a29a1324 +Checksums-Sha1: + e5aae1d501d2b12a8e7357864f8a6fe178de41b5 2061 node-ieee754_1.2.1-3.dsc + 1c6200c723d23ee30bcd12c95bfd8e39fc65deb9 3972 node-ieee754_1.2.1.orig.tar.gz + d4a18aace2f00eda5605d68989aaa11f642d9df7 3052 node-ieee754_1.2.1-3.debian.tar.xz +Checksums-Sha256: + 5fbb02c031738e645c26e7e39f4ecbdc84cd13675a3a791d356b6110a29a1324 2061 node-ieee754_1.2.1-3.dsc + c695f433064cbcd317a0adf8f98538f843d09e2987d74fea47647e2055b0411c 3972 node-ieee754_1.2.1.orig.tar.gz + 0bdb677192c39c5184e943f5b65a9f62c810a104525c60e4379551a1f6eec02c 3052 node-ieee754_1.2.1-3.debian.tar.xz +Files: + 7c598f46079e60a5b987af1250f16f81 2061 node-ieee754_1.2.1-3.dsc + baa8f58996428305893021243d951d0a 3972 node-ieee754_1.2.1.orig.tar.gz + 839c97fdb80f7d3965fd51299aad6685 3052 node-ieee754_1.2.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-iferr +Binary: node-iferr +Architecture: all +Version: 1.0.2+~1.0.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Saravanan Palanisamy +Homepage: https://github.com/shesek/iferr +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-iferr +Vcs-Git: https://salsa.debian.org/js-team/node-iferr.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: coffeescript , debhelper, debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-iferr deb javascript optional arch=all +Directory: pool/af936bb32f2c39276f5fa54e3c0107761ca6c1636ec0fd31f2e8939efcb675dd +Checksums-Sha1: + bdfb1dd43e3cf57cd51d82b03fe6bf61b1ed2a50 2402 node-iferr_1.0.2+~1.0.2-1.dsc + 4104ed11d827f9448728059addb5382652fe7a35 1764 node-iferr_1.0.2+~1.0.2.orig-types-iferr.tar.gz + 538449a643557aff9cae18df075af556c2789716 4407 node-iferr_1.0.2+~1.0.2.orig.tar.gz + 3e26bf5f98c00408a34a42b8f956fecf6b552276 3316 node-iferr_1.0.2+~1.0.2-1.debian.tar.xz +Checksums-Sha256: + af936bb32f2c39276f5fa54e3c0107761ca6c1636ec0fd31f2e8939efcb675dd 2402 node-iferr_1.0.2+~1.0.2-1.dsc + 555a6a22c50b6dc7bd43b50c2c16a22ebccb0a852314e2b68597ddb87182587a 1764 node-iferr_1.0.2+~1.0.2.orig-types-iferr.tar.gz + 855e07c8187484f54d38fcc1d77535dc02d5c7e0c589155b8eae147a44cefe9e 4407 node-iferr_1.0.2+~1.0.2.orig.tar.gz + e0fefb62305b8f1ce93d8f9dd9b53828657d89702308392d77dbf9d2f10bd0d3 3316 node-iferr_1.0.2+~1.0.2-1.debian.tar.xz +Files: + 4948ac90e70493ef61628fdb2e32d54e 2402 node-iferr_1.0.2+~1.0.2-1.dsc + e674e0971644e4b6f99a90756cf12359 1764 node-iferr_1.0.2+~1.0.2.orig-types-iferr.tar.gz + 92f0bcbbc4df5923c47d5185c7d81fd8 4407 node-iferr_1.0.2+~1.0.2.orig.tar.gz + 911daec1ae14dece39dc1f8fb5f6f67c 3316 node-iferr_1.0.2+~1.0.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ignore +Binary: node-ignore +Architecture: all +Version: 5.2.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/kaelzhang/node-ignore +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-ignore +Vcs-Git: https://salsa.debian.org/js-team/node-ignore.git +Testsuite: autopkgtest +Build-Depends: babeljs (>= 7), debhelper-compat (= 13), node-debug , node-typescript , node-tap , nodejs:any , pandoc +Package-List: + node-ignore deb javascript optional arch=all +Directory: pool/e2c36b7f9350a0137ea08147874745e53713a0efb5ab004e0e04048105f5e221 +Checksums-Sha1: + 128c2b333671a13d2cc6c7b36297d7017fb198e1 2103 node-ignore_5.2.1-1.dsc + 15f7faf8a84c13dbd0188b0567ade9f88ba3670a 20794 node-ignore_5.2.1.orig.tar.gz + 1cd8a4d8816669c4f8af613e2fa07c3dce18cd6b 4360 node-ignore_5.2.1-1.debian.tar.xz +Checksums-Sha256: + e2c36b7f9350a0137ea08147874745e53713a0efb5ab004e0e04048105f5e221 2103 node-ignore_5.2.1-1.dsc + ab3c89ba06fdc69a893aecec23d81254b3c926726811805ff49251bf06e10433 20794 node-ignore_5.2.1.orig.tar.gz + 26fdb862b9a4e2bca9467670b4368464e2bf383bbc3c45b07dbbf475dd5ac613 4360 node-ignore_5.2.1-1.debian.tar.xz +Files: + ea8314075c72f410048e40075e93a836 2103 node-ignore_5.2.1-1.dsc + 0494fd85827eb32ca65f7154896ccb6c 20794 node-ignore_5.2.1.orig.tar.gz + defb9249a27866c202c8a3a7de2f5a40 4360 node-ignore_5.2.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-imurmurhash +Binary: node-imurmurhash +Architecture: all +Version: 0.1.4+dfsg+~0.1.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Roshan Nalawade +Homepage: https://github.com/jensyt/imurmurhash-js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-imurmurhash +Vcs-Git: https://salsa.debian.org/js-team/node-imurmurhash.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, uglifyjs +Package-List: + node-imurmurhash deb javascript optional arch=all +Directory: pool/225b09cfa00780a14709c664103975120cd1e710caf7162cc4b2179ceda43532 +Checksums-Sha1: + fc392d237542f25c57541d594fc84a463f320877 2510 node-imurmurhash_0.1.4+dfsg+~0.1.1-2.dsc + baf2a862f3b0196762ab682644c87d071ddeebcd 2152 node-imurmurhash_0.1.4+dfsg+~0.1.1.orig-types-imurmurhash.tar.xz + f70e5218b7a6b282b1771f74748024c98d30a7b1 4324 node-imurmurhash_0.1.4+dfsg+~0.1.1.orig.tar.xz + fe00a23546e60cb6a19f4284a92e2f7f0b15b2c7 3068 node-imurmurhash_0.1.4+dfsg+~0.1.1-2.debian.tar.xz +Checksums-Sha256: + 225b09cfa00780a14709c664103975120cd1e710caf7162cc4b2179ceda43532 2510 node-imurmurhash_0.1.4+dfsg+~0.1.1-2.dsc + 7404c822afa9b1f9daf6d4c8cc3faf299e019a2ecf4d9a789a45cc413dc9ade3 2152 node-imurmurhash_0.1.4+dfsg+~0.1.1.orig-types-imurmurhash.tar.xz + 1098a86ca37b48fb809d2a1a8235d788bf1e40ba039ecce20020468717aa9843 4324 node-imurmurhash_0.1.4+dfsg+~0.1.1.orig.tar.xz + 3a61551d7e99c69cfc1b90ce2e3354b60c20743fc57339610f89f0d426a25b69 3068 node-imurmurhash_0.1.4+dfsg+~0.1.1-2.debian.tar.xz +Files: + 5e6857e2270cf0291e06d5027392f1fc 2510 node-imurmurhash_0.1.4+dfsg+~0.1.1-2.dsc + 285cd0233af3de05415a39985f6c95d4 2152 node-imurmurhash_0.1.4+dfsg+~0.1.1.orig-types-imurmurhash.tar.xz + 9e063bfbc70d75c206935450ac714ede 4324 node-imurmurhash_0.1.4+dfsg+~0.1.1.orig.tar.xz + c60f07d96e1844488330f20ab54af27a 3068 node-imurmurhash_0.1.4+dfsg+~0.1.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-indent-string +Binary: node-indent-string +Architecture: all +Version: 4.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sarath M S +Homepage: https://github.com/sindresorhus/indent-string +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-indent-string +Vcs-Git: https://salsa.debian.org/js-team/node-indent-string.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-indent-string deb javascript optional arch=all +Directory: pool/b22dd2f64d215d922239169a41b21c01cf7a8f933860db94eb843a17e9d93066 +Checksums-Sha1: + bacac2b38f9dc647c0cc6b04d8bad1400a5fd4c7 2106 node-indent-string_4.0.0-2.dsc + ca4ba42e07d686390ba9c892c6ed5f1ae1c7e8f0 2966 node-indent-string_4.0.0.orig.tar.gz + 463dd88fa13a82bc583c170e59d256424127c205 3272 node-indent-string_4.0.0-2.debian.tar.xz +Checksums-Sha256: + b22dd2f64d215d922239169a41b21c01cf7a8f933860db94eb843a17e9d93066 2106 node-indent-string_4.0.0-2.dsc + 76ec882fd3d5541c120058199004f9c902af0443feb692fbe3e12d273ad4ce0a 2966 node-indent-string_4.0.0.orig.tar.gz + 84cc0c3fdbe1660165da795f6451f8926abde7ca567f4c7a228755b812b59c07 3272 node-indent-string_4.0.0-2.debian.tar.xz +Files: + 8004e92ab088a6b69789da4231edf69e 2106 node-indent-string_4.0.0-2.dsc + b3d54769bf9d4c24da1eb164c7b0762a 2966 node-indent-string_4.0.0.orig.tar.gz + 1bb239e515ff8cba8783b4406be6f60c 3272 node-indent-string_4.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-inflight +Binary: node-inflight +Architecture: all +Version: 1.0.6-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/isaacs/inflight +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-inflight +Vcs-Git: https://salsa.debian.org/js-team/node-inflight.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-once , node-wrappy , node-tap +Package-List: + node-inflight deb javascript optional arch=all +Directory: pool/9d1ce5ac3497098348955e01d5a375ac4a283ff296f71983f478b68845a91a2d +Checksums-Sha1: + 489373c793544da7414cd7ca399c55f3336a60fe 2089 node-inflight_1.0.6-2.dsc + c48e295c8c9be9eaa21e43ba9d85f97e49a8f289 3019 node-inflight_1.0.6.orig.tar.gz + b54c3acc8a468b3e47445709c1ae01ff2e8c3681 2420 node-inflight_1.0.6-2.debian.tar.xz +Checksums-Sha256: + 9d1ce5ac3497098348955e01d5a375ac4a283ff296f71983f478b68845a91a2d 2089 node-inflight_1.0.6-2.dsc + 6d1dac68fa3720752cb3c17c25fd96bd3d131c2ee1c3246c00afbec91fe77113 3019 node-inflight_1.0.6.orig.tar.gz + b88f9c35dc44f47e768cccbac1394d251afd1e0fd4c1b5fdcae01d26cbb1d4c3 2420 node-inflight_1.0.6-2.debian.tar.xz +Files: + a69a00947700288ecc31c3aa8501f450 2089 node-inflight_1.0.6-2.dsc + 447874f2061abd974d6b5ed266a2afa9 3019 node-inflight_1.0.6.orig.tar.gz + fa68ea37b568cffc4de58938b075b789 2420 node-inflight_1.0.6-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-inherits +Binary: node-inherits, libjs-inherits +Architecture: all +Version: 2.0.4-6 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/inherits +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-inherits +Vcs-Git: https://salsa.debian.org/js-team/node-inherits.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tap , dh-sequence-nodejs +Package-List: + libjs-inherits deb javascript optional arch=all + node-inherits deb javascript optional arch=all +Directory: pool/8eb48daebcb5ca3088649a4a5c7cb95053fd28705111aea36ac028c2e89368a2 +Checksums-Sha1: + 6be91baf4e5f9994da6d5a9731aea20e13156b01 2108 node-inherits_2.0.4-6.dsc + 1345fdc5543d14df8e6a1b172c6613f232b6b4f4 31453 node-inherits_2.0.4.orig.tar.gz + e28d07d6d071778e004581da94d62236ad845147 3192 node-inherits_2.0.4-6.debian.tar.xz +Checksums-Sha256: + 8eb48daebcb5ca3088649a4a5c7cb95053fd28705111aea36ac028c2e89368a2 2108 node-inherits_2.0.4-6.dsc + a6c794ebc263c3ab833a4efeeec91347cafe10c737a9147151265185c9a27161 31453 node-inherits_2.0.4.orig.tar.gz + e05be71b46b859ebd81a847dc9e4f50fb82be6f250798a3a5c15ad7bbe9e7be0 3192 node-inherits_2.0.4-6.debian.tar.xz +Files: + b534e958dea870b50a6bbf95ca79ae2d 2108 node-inherits_2.0.4-6.dsc + 7133ba06f07984054b20ee4d339e11e6 31453 node-inherits_2.0.4.orig.tar.gz + 35a1a8e32f4d1dbcce4a445b1c5afb02 3192 node-inherits_2.0.4-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ini +Binary: node-ini +Architecture: all +Version: 3.0.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/ini +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-ini +Vcs-Git: https://salsa.debian.org/js-team/node-ini.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-ini deb javascript optional arch=all +Directory: pool/75042ff9d1e233b294f7bf08e02e2c1d3fbbc479b8f13bf6b37ce798c92a4d8c +Checksums-Sha1: + 767c47578a898e439f28977685c40077095a3fb2 1983 node-ini_3.0.1-2.dsc + 0eb6ea401167923d3e82b60ce251d37db977c567 11079 node-ini_3.0.1.orig.tar.gz + 2913d1a111906516ceeda7d756bd2bf9f2ea18d7 2948 node-ini_3.0.1-2.debian.tar.xz +Checksums-Sha256: + 75042ff9d1e233b294f7bf08e02e2c1d3fbbc479b8f13bf6b37ce798c92a4d8c 1983 node-ini_3.0.1-2.dsc + 4a5962022dd16137b12150332bbc77cbab0f913c9c6aaa08784b9b514aafdb47 11079 node-ini_3.0.1.orig.tar.gz + 751702201a85604ead689dafe52f2669e90f63efe20d5b32be0ce146cf839ec2 2948 node-ini_3.0.1-2.debian.tar.xz +Files: + 2027846cdc8d93ceb83bd236794732c2 1983 node-ini_3.0.1-2.dsc + d07ddcb073e2c8d4afd139efd06f84ab 11079 node-ini_3.0.1.orig.tar.gz + a2020f1dd5832064c7f40e7064a1dfbc 2948 node-ini_3.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-interpret +Binary: node-interpret +Architecture: all +Version: 2.2.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/tkellen/node-interpret +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-interpret +Vcs-Git: https://salsa.debian.org/js-team/node-interpret.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-es-get-iterator , node-is-bigint , node-is-boolean-object , node-is-generator-function , node-is-map , node-is-number-object , node-is-regex , node-is-set , node-is-string , node-is-weakmap , node-is-weakset , node-object-keys , node-parse-node-version , node-which-boxed-primitive , node-which-collection +Package-List: + node-interpret deb javascript optional arch=all +Directory: pool/db5f01a53b840c262bdd77b8e02af7ce9fd061d975b7fcffe169ffecaf44d7ff +Checksums-Sha1: + eef5822177fe932230c817850f706b54706f3b50 2509 node-interpret_2.2.0-3.dsc + fa877ed38cea990c5783aa0b7c1f625bfd146e64 13739 node-interpret_2.2.0.orig.tar.gz + 844fcaac2e37cf9bd415585efd9105908759e3e0 16240 node-interpret_2.2.0-3.debian.tar.xz +Checksums-Sha256: + db5f01a53b840c262bdd77b8e02af7ce9fd061d975b7fcffe169ffecaf44d7ff 2509 node-interpret_2.2.0-3.dsc + fe8151737adefb42ad39ee891eda1d8f757c04e32c7bbc9c3416000829254a4d 13739 node-interpret_2.2.0.orig.tar.gz + 727c3bc55f81f39d5abbe3eb55d9a04b024fa4c674d0d8b480fb1c5b75100767 16240 node-interpret_2.2.0-3.debian.tar.xz +Files: + d712e8ada07859fc53371d049269c01b 2509 node-interpret_2.2.0-3.dsc + 0d123fabef8126f2d6496738fc1b2bef 13739 node-interpret_2.2.0.orig.tar.gz + b7e2f3bdb474cca004f185ad6fb14736 16240 node-interpret_2.2.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ip-regex +Binary: node-ip-regex +Architecture: all +Version: 4.3.0+~4.1.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Manas kashyap +Homepage: https://github.com/sindresorhus/ip-regex +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ip-regex +Vcs-Git: https://salsa.debian.org/js-team/node-ip-regex.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-ip-regex deb javascript optional arch=all +Directory: pool/1ac17130e64a99b5b7677536e51c11031a555070dcf52d6dbae4951c2aba8e6f +Checksums-Sha1: + 7cca73980d1619fb6bd3e94ec899495d40ac695c 2425 node-ip-regex_4.3.0+~4.1.1-1.dsc + 1afdee4731cb07bc7984a1669af19e02e536106e 1105 node-ip-regex_4.3.0+~4.1.1.orig-types-ip-regex.tar.gz + f3587074e2c8a07d3e0a783b8929e5c3156ef468 5429 node-ip-regex_4.3.0+~4.1.1.orig.tar.gz + c16ea291ccb8ae8bb98624a7f9199b7b45b56162 3436 node-ip-regex_4.3.0+~4.1.1-1.debian.tar.xz +Checksums-Sha256: + 1ac17130e64a99b5b7677536e51c11031a555070dcf52d6dbae4951c2aba8e6f 2425 node-ip-regex_4.3.0+~4.1.1-1.dsc + 95f2a6a645ebcb6d525f6911f5103bcdde2f6c80c79cb6ffa960be4ae93b9b9f 1105 node-ip-regex_4.3.0+~4.1.1.orig-types-ip-regex.tar.gz + 113249fb295487f8af3520c905365992ed435b4afbd1071da31f64e360297a8c 5429 node-ip-regex_4.3.0+~4.1.1.orig.tar.gz + 1742269dd8fdf0bd2b9eca446a3ad9d958012d938d11dcb8583b13421bd51de5 3436 node-ip-regex_4.3.0+~4.1.1-1.debian.tar.xz +Files: + 406eb854d94b47b0c9028b3a0a05764a 2425 node-ip-regex_4.3.0+~4.1.1-1.dsc + 64e14c8620747426a8d916334f121660 1105 node-ip-regex_4.3.0+~4.1.1.orig-types-ip-regex.tar.gz + df100fb16ff6179ec512fc698aff6417 5429 node-ip-regex_4.3.0+~4.1.1.orig.tar.gz + 380282568c377be7885999acccf5580e 3436 node-ip-regex_4.3.0+~4.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ip +Binary: node-ip +Architecture: all +Version: 2.0.1+~1.1.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: suman +Homepage: https://github.com/indutny/node-ip +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ip +Vcs-Git: https://salsa.debian.org/js-team/node-ip.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-ip deb javascript optional arch=all +Directory: pool/155a2eff41959eb5ac609794197da71c85fa2563cc2d2cc8a2441f8b33a056d7 +Checksums-Sha1: + c951a3237457516c4932de97e6b040eb590e1945 2302 node-ip_2.0.1+~1.1.3-1.dsc + 5d8634b3514a51768adda5e17c91a11cdb2e5247 2392 node-ip_2.0.1+~1.1.3.orig-types-ip.tar.gz + 497fb529449bf1db7734ffb9f26ec18db0553267 35824 node-ip_2.0.1+~1.1.3.orig.tar.gz + 18ada04f9e27e8b73408cc5857b9105c72752094 3536 node-ip_2.0.1+~1.1.3-1.debian.tar.xz +Checksums-Sha256: + 155a2eff41959eb5ac609794197da71c85fa2563cc2d2cc8a2441f8b33a056d7 2302 node-ip_2.0.1+~1.1.3-1.dsc + 5dae9ca606ec5b95e21c78609c8c9ceef7808b36592258766a40a9aeade753b5 2392 node-ip_2.0.1+~1.1.3.orig-types-ip.tar.gz + ee8b0634c671b58d135a07fcfb70b41d7d9c9e457db6ade06982f7c38df526d3 35824 node-ip_2.0.1+~1.1.3.orig.tar.gz + d54aea7b8f3bf090547c1792e659eec9568b9eae4d18a4c7a42f83e5275d2540 3536 node-ip_2.0.1+~1.1.3-1.debian.tar.xz +Files: + 9fc45e1089a79918b594c09a71f33198 2302 node-ip_2.0.1+~1.1.3-1.dsc + d937a8472e46d87f5a6928bc92599ff9 2392 node-ip_2.0.1+~1.1.3.orig-types-ip.tar.gz + f4f085a822f61608dac1de6bdf1377fb 35824 node-ip_2.0.1+~1.1.3.orig.tar.gz + a9a1508cc10542a3d1751143ed098ec2 3536 node-ip_2.0.1+~1.1.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-arrayish +Binary: node-is-arrayish +Architecture: all +Version: 0.3.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Shanavas Muhammed Rafeek +Homepage: https://github.com/qix-/node-is-arrayish +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-arrayish +Vcs-Git: https://salsa.debian.org/js-team/node-is-arrayish.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: coffeescript , debhelper-compat (= 13), dh-sequence-nodejs, mocha (>= 4) , node-should (>= 7.0.1) +Package-List: + node-is-arrayish deb javascript optional arch=all +Directory: pool/b74e2c46b4e87901782ba763700d8b30fefea8922abcae9a92e738259095920e +Checksums-Sha1: + d90db0f5eefad89dc18b88da19ae5f748ed683a7 2159 node-is-arrayish_0.3.2-3.dsc + b951edc0cf5232e629d7af58ca0841c18e082017 2672 node-is-arrayish_0.3.2.orig.tar.gz + 1272e8d64fdf6c3236fc997bc2ae0098a973a295 2888 node-is-arrayish_0.3.2-3.debian.tar.xz +Checksums-Sha256: + b74e2c46b4e87901782ba763700d8b30fefea8922abcae9a92e738259095920e 2159 node-is-arrayish_0.3.2-3.dsc + cacb5652811096cab256934d533c7bd750a100dbe0b906a741ac88ebfd54a041 2672 node-is-arrayish_0.3.2.orig.tar.gz + 56e42b10a6a1fee18636c3f4f114758e4ff832afe564f4ba37da3a4e644d953f 2888 node-is-arrayish_0.3.2-3.debian.tar.xz +Files: + c90aeeaef2e32775ad6fa820b346a280 2159 node-is-arrayish_0.3.2-3.dsc + ab97e5de6641507a531c3d38af2da45b 2672 node-is-arrayish_0.3.2.orig.tar.gz + 319ba954654114d738d3af7abadb6fb5 2888 node-is-arrayish_0.3.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-binary-path +Binary: node-is-binary-path +Architecture: all +Version: 2.1.0-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/is-binary-path#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-binary-path +Vcs-Git: https://salsa.debian.org/js-team/node-is-binary-path.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-binary-extensions (>= 2.0.0) , node-tape +Package-List: + node-is-binary-path deb javascript optional arch=all +Directory: pool/b3d62b1d2fca4f1da737b691e56d70e54031efd76c716fb6ef6086bebe99c400 +Checksums-Sha1: + d79f93f6d85336ef446645d7b1569b0a6864189a 2175 node-is-binary-path_2.1.0-5.dsc + 7e4b1e00117a4a348f300cb9cc4ab8177af989d5 2253 node-is-binary-path_2.1.0.orig.tar.gz + b97c393ff3f637c4d20b0b41af16fc7421d1610e 2964 node-is-binary-path_2.1.0-5.debian.tar.xz +Checksums-Sha256: + b3d62b1d2fca4f1da737b691e56d70e54031efd76c716fb6ef6086bebe99c400 2175 node-is-binary-path_2.1.0-5.dsc + 0f798adefd436a489f256fd18e0117d7c07d786f3c964c1f900546ad3ac4e17c 2253 node-is-binary-path_2.1.0.orig.tar.gz + 5b513d141dcc914c17b236b06bbb2d108b3e57de91cef9c30c28f2bc0d08db5d 2964 node-is-binary-path_2.1.0-5.debian.tar.xz +Files: + 0eab319dafb92e0a7b98aa5b35db32e8 2175 node-is-binary-path_2.1.0-5.dsc + f4a176e4db444dd0f2309e3a83b507db 2253 node-is-binary-path_2.1.0.orig.tar.gz + 36f160649cb5571d97da99ba2095a6b2 2964 node-is-binary-path_2.1.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-buffer +Binary: node-is-buffer +Architecture: all +Version: 2.0.5-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/feross/is-buffer +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-buffer +Vcs-Git: https://salsa.debian.org/js-team/node-is-buffer.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-is-buffer deb javascript optional arch=all +Directory: pool/c7b222182fd1e22404b91f989c62f85f561670847974c5cf7da01e69617b6630 +Checksums-Sha1: + f2d61dc74f2f544594718b0725abe5fd06322a0d 2080 node-is-buffer_2.0.5-2.dsc + 85af80170d2696f8aaa228cc7555e89f585930ad 3097 node-is-buffer_2.0.5.orig.tar.gz + 48b5e8def4263335d5e7b30579023a804be8b384 2648 node-is-buffer_2.0.5-2.debian.tar.xz +Checksums-Sha256: + c7b222182fd1e22404b91f989c62f85f561670847974c5cf7da01e69617b6630 2080 node-is-buffer_2.0.5-2.dsc + 12c98ba4c6c0aeac017a198d4ad26518cb71144767029f05659d439c3e6690bb 3097 node-is-buffer_2.0.5.orig.tar.gz + ba3251ac122df8c84cba5501963ab0a3296f64166ab0784826a2c32dece7f358 2648 node-is-buffer_2.0.5-2.debian.tar.xz +Files: + edc2bd0fc54c81b80f5699d3889e26b0 2080 node-is-buffer_2.0.5-2.dsc + 95a4ba0557796382015b456b7b34998c 3097 node-is-buffer_2.0.5.orig.tar.gz + e9811d055797feb2ec075e54f47566ac 2648 node-is-buffer_2.0.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-descriptor +Binary: node-is-descriptor +Architecture: all +Version: 3.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/is-descriptor +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-descriptor +Vcs-Git: https://salsa.debian.org/js-team/node-is-descriptor.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-is-descriptor deb javascript optional arch=all +Directory: pool/a5bc232babc9020c1fb9af7760c07f451535e439b24753c3993deb971fe4c0eb +Checksums-Sha1: + 01c081e2adc3cffee70a8a7cfc43671c492ab786 2131 node-is-descriptor_3.0.0-2.dsc + 83ec09b4ca4f79c9d637d5c7b01147750e503678 5887 node-is-descriptor_3.0.0.orig.tar.gz + a69a2e08884f4cc3db6b004a0d71d319217e237c 2572 node-is-descriptor_3.0.0-2.debian.tar.xz +Checksums-Sha256: + a5bc232babc9020c1fb9af7760c07f451535e439b24753c3993deb971fe4c0eb 2131 node-is-descriptor_3.0.0-2.dsc + a79fe573af582c2f7af833cb70ef55b58b2f6c588283d0ea8d1a5e8769acb19d 5887 node-is-descriptor_3.0.0.orig.tar.gz + d0f4c2ac43f59c0a3419f6a41914a3e219b464b32bf96155d4f64a90f8d52749 2572 node-is-descriptor_3.0.0-2.debian.tar.xz +Files: + 4493efb1d0c4f4d81cd64d9575bd9b58 2131 node-is-descriptor_3.0.0-2.dsc + 1d94e4650eca6445a124c98d908677b6 5887 node-is-descriptor_3.0.0.orig.tar.gz + 9ad29fd77c3228db5c4a82fa6b365cef 2572 node-is-descriptor_3.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-extendable +Binary: node-is-extendable +Architecture: all +Version: 1.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jonschlinkert/is-extendable +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-extendable +Vcs-Git: https://salsa.debian.org/js-team/node-is-extendable.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-is-plain-object (>= 5.0.0~) +Package-List: + node-is-extendable deb javascript optional arch=all +Directory: pool/66b3af59107ca2a617e2cde576e0e40ab552103aec11d84ec62565a07ee6f1e5 +Checksums-Sha1: + cb46000fc4fc1654701d5462cab7af1807ff7c72 2152 node-is-extendable_1.0.1-3.dsc + c310ff95d31d9dae23be3e727bc01a14bac6fc4d 5075 node-is-extendable_1.0.1.orig.tar.gz + 3369c7fdd80457d209d125b7383c615e49a2a763 3016 node-is-extendable_1.0.1-3.debian.tar.xz +Checksums-Sha256: + 66b3af59107ca2a617e2cde576e0e40ab552103aec11d84ec62565a07ee6f1e5 2152 node-is-extendable_1.0.1-3.dsc + 95071eeb6a950f9802b14324599a310bbea0d94dbd56fec36d00d48bbd110b62 5075 node-is-extendable_1.0.1.orig.tar.gz + 45f666fc92083b2b5d55f46c31e61ea74ce7cbf3f54790b3fe1c113208f13845 3016 node-is-extendable_1.0.1-3.debian.tar.xz +Files: + 4b43586bb8393b8a0299d3e7f0c02a00 2152 node-is-extendable_1.0.1-3.dsc + bd842054a35966d0465f9a928aef0c6d 5075 node-is-extendable_1.0.1.orig.tar.gz + 3c0d62b1c3ce7092d4a8c370aeb0c315 3016 node-is-extendable_1.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-extglob +Binary: node-is-extglob +Architecture: all +Version: 2.1.1-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Tim Potter +Homepage: https://github.com/jonschlinkert/is-extglob +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-extglob +Vcs-Git: https://salsa.debian.org/js-team/node-is-extglob.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-is-extglob deb javascript optional arch=all +Directory: pool/c05b3de5464f60d21fa3855f58a5eede2c14791543befc2e7a59f6f4207b3bcf +Checksums-Sha1: + 30e5316d48c6efe53b0b902fcfdeb5e059845786 2061 node-is-extglob_2.1.1-5.dsc + 6b643b4e37185b811b20a96de49e33d7749578f4 5469 node-is-extglob_2.1.1.orig.tar.gz + ec43fbea45186550183787b497da2cbe9e670094 2624 node-is-extglob_2.1.1-5.debian.tar.xz +Checksums-Sha256: + c05b3de5464f60d21fa3855f58a5eede2c14791543befc2e7a59f6f4207b3bcf 2061 node-is-extglob_2.1.1-5.dsc + 6448275ed56aa37dd639f483022e60e6651233a34038722c57800d3b54076bd3 5469 node-is-extglob_2.1.1.orig.tar.gz + 5c86f2b857d70764e80bc32e258bfa6e398170da93c02347d24daa984a90a1e0 2624 node-is-extglob_2.1.1-5.debian.tar.xz +Files: + 012178e4edba8a096e1a12b611891919 2061 node-is-extglob_2.1.1-5.dsc + a7994daa19033b127409492e80854068 5469 node-is-extglob_2.1.1.orig.tar.gz + 55f796652e26bf862a75285f7da11d7e 2624 node-is-extglob_2.1.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-glob +Binary: node-is-glob +Architecture: all +Version: 4.0.3-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Tim Potter +Homepage: https://github.com/jonschlinkert/is-glob +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-glob +Vcs-Git: https://salsa.debian.org/js-team/node-is-glob.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , node-is-extglob , dh-sequence-nodejs +Package-List: + node-is-glob deb javascript optional arch=all +Directory: pool/047bfadca7ae16149b624c201eac6ac13553b9faa1f64d247642c96aa30ed5a1 +Checksums-Sha1: + f892083e5ff72896f97176dd2b38054945855fe8 2053 node-is-glob_4.0.3-2.dsc + 982661a8dee3aa7097e0effe331c372563e13ecd 8248 node-is-glob_4.0.3.orig.tar.gz + 2f85c07663d58a8b8aa2d5f50afb38770ca0409b 2692 node-is-glob_4.0.3-2.debian.tar.xz +Checksums-Sha256: + 047bfadca7ae16149b624c201eac6ac13553b9faa1f64d247642c96aa30ed5a1 2053 node-is-glob_4.0.3-2.dsc + 9b4dccf01dba9058854dd4d690f99b1ff7fe5f15c453c6fffbf4f568d2c66542 8248 node-is-glob_4.0.3.orig.tar.gz + c9337666458d9e4e87c1f178cc83108fa46431fbecf807f5375b198c2f129b60 2692 node-is-glob_4.0.3-2.debian.tar.xz +Files: + 7963807047ad32cf9bb6ebebea2dccb1 2053 node-is-glob_4.0.3-2.dsc + 360ec586a523a3c884595f058ac616e6 8248 node-is-glob_4.0.3.orig.tar.gz + aac4ec61ea3dbac88c831e3ea77c7288 2692 node-is-glob_4.0.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-number +Binary: node-is-number +Architecture: all +Version: 7.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jonschlinkert/is-number +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-number +Vcs-Git: https://salsa.debian.org/js-team/node-is-number.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha, node-kind-of +Package-List: + node-is-number deb javascript optional arch=all +Directory: pool/cb886dc6c7b688ccedd1ac0d6672e508fe18fa84685f630dd355daaab7deb385 +Checksums-Sha1: + 4c58cc5cfebdace8abae98c9caae1b4175b4ed3f 2062 node-is-number_7.0.0-4.dsc + 48ceb037f95165f2bb154e89214bb6900312bb5a 7648 node-is-number_7.0.0.orig.tar.gz + 6cdba5eff50c4a4e6c9e8234feaf11f855a4cc4b 2720 node-is-number_7.0.0-4.debian.tar.xz +Checksums-Sha256: + cb886dc6c7b688ccedd1ac0d6672e508fe18fa84685f630dd355daaab7deb385 2062 node-is-number_7.0.0-4.dsc + 03e4ee5cb387a46770d6863ada442947bd60d6ba94ed86fb7402adade430f949 7648 node-is-number_7.0.0.orig.tar.gz + ab190ab108c46f9607eb17670b14591e3fc2f04a70cb9b13215fded41c719750 2720 node-is-number_7.0.0-4.debian.tar.xz +Files: + 4a5fb67d426d7ed22749b9bcfcf8f9df 2062 node-is-number_7.0.0-4.dsc + a0226fc8c1858b9e9d52fa8da6c501a8 7648 node-is-number_7.0.0.orig.tar.gz + 91958d7b39738ca3bcb74cbb5fc03f86 2720 node-is-number_7.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-path-cwd +Binary: node-is-path-cwd +Architecture: all +Version: 2.2.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Nidarsh Raj +Homepage: https://github.com/sindresorhus/is-path-cwd +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-path-cwd +Vcs-Git: https://salsa.debian.org/js-team/node-is-path-cwd.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-is-path-cwd deb javascript optional arch=all +Directory: pool/6e0888089c26f5fea1d9bcd6be23a25ebab5bd32185ac6fc0807255f54ccba56 +Checksums-Sha1: + d31903aba4e84397826fb345c313ddc43bbbb1ab 2087 node-is-path-cwd_2.2.0-2.dsc + ced473c5e015f11271080671937c59929462ff97 2300 node-is-path-cwd_2.2.0.orig.tar.gz + cbae9f6bf772d0a4674923b800ff2943b34e57d6 3032 node-is-path-cwd_2.2.0-2.debian.tar.xz +Checksums-Sha256: + 6e0888089c26f5fea1d9bcd6be23a25ebab5bd32185ac6fc0807255f54ccba56 2087 node-is-path-cwd_2.2.0-2.dsc + 1ee25cffa62d466633632301f190e085817294635ec7652f8a1c683fd67fa79c 2300 node-is-path-cwd_2.2.0.orig.tar.gz + 3768de16cff8f9bd3480fd1f050db1159e6225dbf40ea8b7a929aaa1279279c8 3032 node-is-path-cwd_2.2.0-2.debian.tar.xz +Files: + ec1619a5d3a00071badc6492df2c22d0 2087 node-is-path-cwd_2.2.0-2.dsc + 9510a273875f82a733aecf05f9cf2979 2300 node-is-path-cwd_2.2.0.orig.tar.gz + a363c01a1d68d70fe4e034fb1684d4d9 3032 node-is-path-cwd_2.2.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-path-inside +Binary: node-is-path-inside +Architecture: all +Version: 3.0.3-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sanoob Pattanath +Homepage: https://github.com/sindresorhus/is-path-inside +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-path-inside +Vcs-Git: https://salsa.debian.org/js-team/node-is-path-inside.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , node-path-is-inside , dh-sequence-nodejs +Package-List: + node-is-path-inside deb javascript optional arch=all +Directory: pool/819a27e99383b65939455086320711d831481454c7d2a9da4b077e21fdc43a49 +Checksums-Sha1: + 2e9d373bd728e981602694bb8900e1f0acdd7991 2158 node-is-path-inside_3.0.3-2.dsc + 3ece290834a4e9c2fa278118a3fdaec86c0d1414 3579 node-is-path-inside_3.0.3.orig.tar.gz + 5d8d9e9196b26a3aa0c9b69ebeb2a8bfb5ed7457 3028 node-is-path-inside_3.0.3-2.debian.tar.xz +Checksums-Sha256: + 819a27e99383b65939455086320711d831481454c7d2a9da4b077e21fdc43a49 2158 node-is-path-inside_3.0.3-2.dsc + f9cf370c6c12cfdfae3562ef1d915c6be420e1785aba3c0182a5b3ef590d7d36 3579 node-is-path-inside_3.0.3.orig.tar.gz + be617e91c37d4d8a376cda19161e52c6c8f604711a05dc361cbba0e1f08b3b83 3028 node-is-path-inside_3.0.3-2.debian.tar.xz +Files: + f81c8e95dd406843d31b070123de3211 2158 node-is-path-inside_3.0.3-2.dsc + 810b75915b428db8840d5f06b1c69b57 3579 node-is-path-inside_3.0.3.orig.tar.gz + 617dd8d4f7c02e0db1f9b8e658906f61 3028 node-is-path-inside_3.0.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-plain-obj +Binary: node-is-plain-obj +Architecture: all +Version: 3.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/is-plain-obj +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-plain-obj +Vcs-Git: https://salsa.debian.org/js-team/node-is-plain-obj.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-is-plain-obj deb javascript optional arch=all +Directory: pool/8e8a35adfc0bacfcc8187e164e37047e1b6fc372bcb8b443c6cb8cd827544155 +Checksums-Sha1: + e25eb7fc5eee1ff7fa363e88aaf1b4cf7f0e2a7c 2123 node-is-plain-obj_3.0.0-2.dsc + c124e4148728bfb7c61c6b2fb071833a325bb1f7 3100 node-is-plain-obj_3.0.0.orig.tar.gz + 17319bc1de8add7f2928e16330bf301c7421a8a0 2888 node-is-plain-obj_3.0.0-2.debian.tar.xz +Checksums-Sha256: + 8e8a35adfc0bacfcc8187e164e37047e1b6fc372bcb8b443c6cb8cd827544155 2123 node-is-plain-obj_3.0.0-2.dsc + 5d35550a62764128bbf0b4859acdf160cc49890217ff47fd554250971f368d3b 3100 node-is-plain-obj_3.0.0.orig.tar.gz + 506db7a5b9e988609930c066db780fe854e574f8899efbcf110e7c6f5f075c42 2888 node-is-plain-obj_3.0.0-2.debian.tar.xz +Files: + 7d197c1e96840f60b888d4ff4841cc25 2123 node-is-plain-obj_3.0.0-2.dsc + ac159808280c91bf71e9049a0a5b571c 3100 node-is-plain-obj_3.0.0.orig.tar.gz + 9f64875e98770b9f18dc86cf7965a65b 2888 node-is-plain-obj_3.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-plain-object +Binary: node-is-plain-object +Architecture: all +Version: 5.0.0-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/is-plain-object +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-plain-object +Vcs-Git: https://salsa.debian.org/js-team/node-is-plain-object.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest , rollup +Package-List: + node-is-plain-object deb javascript optional arch=all +Directory: pool/a35a85c975d81b297c0ed8d07c78585b18171c9614ea5add3c1ec3973c235b9f +Checksums-Sha1: + 38d1872c0e4fcbb0673ebf9d33d2d34a34122f0c 2137 node-is-plain-object_5.0.0-7.dsc + 9c628f57cc06ed12e2a4f1dbc67915447db1d6ca 5756 node-is-plain-object_5.0.0.orig.tar.xz + adf61d8b2959a52a085e155240cd598c7a2cb103 3732 node-is-plain-object_5.0.0-7.debian.tar.xz +Checksums-Sha256: + a35a85c975d81b297c0ed8d07c78585b18171c9614ea5add3c1ec3973c235b9f 2137 node-is-plain-object_5.0.0-7.dsc + 8e8f56932724867f45d72bf5d3c96e30d6b15a2ba57b55d360da65b26d11241e 5756 node-is-plain-object_5.0.0.orig.tar.xz + 369f5bbff31467358b8b6e39d35cdfd92da51d5196a01ea8f559a158ee9fbdc8 3732 node-is-plain-object_5.0.0-7.debian.tar.xz +Files: + 69d13612191596ae0c36821ba962c81e 2137 node-is-plain-object_5.0.0-7.dsc + a9e88fb36dd6beba73ff348a65aad575 5756 node-is-plain-object_5.0.0.orig.tar.xz + 5b1ba9bd0641a5d7b1c66b792b5bb705 3732 node-is-plain-object_5.0.0-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-stream +Binary: node-is-stream +Architecture: all +Version: 3.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/sindresorhus/is-stream +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-stream +Vcs-Git: https://salsa.debian.org/js-team/node-is-stream.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.16~), node-tape , node-unique-string , node-rollup-plugin-node-resolve, rollup, terser +Package-List: + node-is-stream deb javascript optional arch=all +Directory: pool/366b31ca26e87e06584dfab55f8b5a9f4f5a11b1d99cc28bacce9aab0c8f936a +Checksums-Sha1: + aee0832be9aeb7a612b7c93ac2d5ec7074a1a70c 2155 node-is-stream_3.0.0-4.dsc + 50272d70f7bfb37cb375cce34bb006bde1297fa6 3633 node-is-stream_3.0.0.orig.tar.gz + 32a8d79d27b4be48fe0af0b7c2e467379d15fb4b 5696 node-is-stream_3.0.0-4.debian.tar.xz +Checksums-Sha256: + 366b31ca26e87e06584dfab55f8b5a9f4f5a11b1d99cc28bacce9aab0c8f936a 2155 node-is-stream_3.0.0-4.dsc + 00b06220fb79562ce23eca5ff7a74c5bc5ac416e5c4757ea07439de4a14d173b 3633 node-is-stream_3.0.0.orig.tar.gz + a20392a767e1ec9ef1ed34eb8fb804fc67bb956242a34f194b9500f9c9ee0054 5696 node-is-stream_3.0.0-4.debian.tar.xz +Files: + f45826afca90fc388c5d5d6016e500dc 2155 node-is-stream_3.0.0-4.dsc + 2fd070359025e6d7b0750ac58ef32bd4 3633 node-is-stream_3.0.0.orig.tar.gz + 67e213674bbe21dd93856b1a00c3d138 5696 node-is-stream_3.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-typedarray +Binary: libjs-is-typedarray, node-is-typedarray +Architecture: all +Version: 1.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/hughsk/is-typedarray +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-typedarray +Vcs-Git: https://salsa.debian.org/js-team/node-is-typedarray.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape , uglifyjs +Package-List: + libjs-is-typedarray deb javascript optional arch=all + node-is-typedarray deb javascript optional arch=all +Directory: pool/16d6f448f6f65349533ecc08c18c9070c9eca5fc21f2f25593543387a2ed4063 +Checksums-Sha1: + 63e57005cae053b5623c392c77f8edd9ebe5d5aa 2176 node-is-typedarray_1.0.0-4.dsc + e86acb97cc0aeb465406951cd82b3019f3ba25f6 2019 node-is-typedarray_1.0.0.orig.tar.gz + 705ac115409a70a48b7fe5055c88d9736c8a9534 3352 node-is-typedarray_1.0.0-4.debian.tar.xz +Checksums-Sha256: + 16d6f448f6f65349533ecc08c18c9070c9eca5fc21f2f25593543387a2ed4063 2176 node-is-typedarray_1.0.0-4.dsc + 153e3c02d6386c9caec67aa0c4200e107234fcc3ff457cf83aa8da677ccaa3a6 2019 node-is-typedarray_1.0.0.orig.tar.gz + d12613debbf3661ede2d1422e99a5adf5b3669546d2e47e199d3d1ea17f1a0d7 3352 node-is-typedarray_1.0.0-4.debian.tar.xz +Files: + 363ac7ef0e0155e56b6f480712495a56 2176 node-is-typedarray_1.0.0-4.dsc + cf30110c53ef1a721dc547077eff9492 2019 node-is-typedarray_1.0.0.orig.tar.gz + b6848b560ec06d02b72154770d26efc0 3352 node-is-typedarray_1.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-is-windows +Binary: node-is-windows +Architecture: all +Version: 1.0.2+~cs1.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/is-windows +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-is-windows +Vcs-Git: https://salsa.debian.org/js-team/node-is-windows.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-is-windows deb javascript optional arch=all +Directory: pool/bc993ef8304ef55059e0f69788df5d5219a3792bf2c50730028c1d2456dc9534 +Checksums-Sha1: + 62fef62882c3683e1917bd9daddb72ed06f8a1b5 2470 node-is-windows_1.0.2+~cs1.0.0-1.dsc + 1011fa129d87091e2f6faf9042d6704cdf2e7be0 1612 node-is-windows_1.0.2+~cs1.0.0.orig-types-is-windows.tar.gz + 19367bbd1f359a792a7e615400a6db82b442bc97 5337 node-is-windows_1.0.2+~cs1.0.0.orig.tar.gz + 6945c2acef5a2cd8a9968dcca6aeea287528d40f 2772 node-is-windows_1.0.2+~cs1.0.0-1.debian.tar.xz +Checksums-Sha256: + bc993ef8304ef55059e0f69788df5d5219a3792bf2c50730028c1d2456dc9534 2470 node-is-windows_1.0.2+~cs1.0.0-1.dsc + 0d96f2013deb9bcafe795b3313b9b0cd093159dcdd7448d40e166090b1030b16 1612 node-is-windows_1.0.2+~cs1.0.0.orig-types-is-windows.tar.gz + 492a523fccaa2d93f10c7fda5b8aed2b2f38e817b93f1b0bda64c6e0fb2b0b16 5337 node-is-windows_1.0.2+~cs1.0.0.orig.tar.gz + e10434f831efea255c49fd2585861ae51a370e2b5b6d2ea0186e330a3855b402 2772 node-is-windows_1.0.2+~cs1.0.0-1.debian.tar.xz +Files: + 563f5a6d5e24f676f84495557d26e568 2470 node-is-windows_1.0.2+~cs1.0.0-1.dsc + f34671accb7eb419daa611b5fe54206e 1612 node-is-windows_1.0.2+~cs1.0.0.orig-types-is-windows.tar.gz + f4be1ca315ec826a83d8b74edb53f06c 5337 node-is-windows_1.0.2+~cs1.0.0.orig.tar.gz + b4e306dfead854f24a49b260d707c2a0 2772 node-is-windows_1.0.2+~cs1.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-isarray +Binary: node-isarray +Architecture: all +Version: 2.0.5-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/juliangruber/isarray +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-isarray +Vcs-Git: https://salsa.debian.org/js-team/node-isarray.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape , node-tap +Package-List: + node-isarray deb javascript optional arch=all +Directory: pool/96beaa31f27bad0aa755cc4b6425947d85f817c0b8f97be4da0dbe7067677b58 +Checksums-Sha1: + 04979121890eb31a815f19b1bcc90b53d87a340a 2061 node-isarray_2.0.5-4.dsc + 11b9e16eb838c27e274f68d6b435a33b74c13027 3366 node-isarray_2.0.5.orig.tar.gz + c7f683f1fa414b2a543e97198561e9a0b028f8fe 2888 node-isarray_2.0.5-4.debian.tar.xz +Checksums-Sha256: + 96beaa31f27bad0aa755cc4b6425947d85f817c0b8f97be4da0dbe7067677b58 2061 node-isarray_2.0.5-4.dsc + 0603442bb5b174f69f16d672719bddc56d22810b28259666bc1887aab52273e3 3366 node-isarray_2.0.5.orig.tar.gz + f8e73d10bf47341f32f25f1c66a4250999b48e4eef1422c1b896c3f4227d978f 2888 node-isarray_2.0.5-4.debian.tar.xz +Files: + 0da42991a1decce28f10ef43bb7bdf99 2061 node-isarray_2.0.5-4.dsc + fefad8bfb0d40cb0d2a890add90ca4a5 3366 node-isarray_2.0.5.orig.tar.gz + a31a684b0c810b6b2bef9b2e875c3524 2888 node-isarray_2.0.5-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-isexe +Binary: node-isexe +Architecture: all +Version: 2.0.0+~2.0.1-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/isaacs/isexe +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-isexe +Vcs-Git: https://salsa.debian.org/js-team/node-isexe.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-mkdirp , node-rimraf , node-tap +Package-List: + node-isexe deb javascript optional arch=all +Directory: pool/7ed1c9718df81d4fa5a1f0a89f0a3fb51d41a5928d8c5797b99169b80cafe7ae +Checksums-Sha1: + ec784e3dc90c7ddc5fc6b132a08989e35b663084 2405 node-isexe_2.0.0+~2.0.1-5.dsc + 2660c47e1e75a192c7d65127a776562554c9e307 1765 node-isexe_2.0.0+~2.0.1.orig-types-isexe.tar.gz + b9f3071cef991431742bb6cb4a9fb55fbd82b0ad 3862 node-isexe_2.0.0+~2.0.1.orig.tar.gz + a462d7b6c0faf3ccef5a13887fbfe24d7d28141a 3728 node-isexe_2.0.0+~2.0.1-5.debian.tar.xz +Checksums-Sha256: + 7ed1c9718df81d4fa5a1f0a89f0a3fb51d41a5928d8c5797b99169b80cafe7ae 2405 node-isexe_2.0.0+~2.0.1-5.dsc + 04e68b5cbef29600b5ef4e912cbbb7fe362daa8c7ea42ab2969f2b82075eb901 1765 node-isexe_2.0.0+~2.0.1.orig-types-isexe.tar.gz + 6af33f8cce57076339328c571c5597efd71f74a0f2271824dd580e6250a4003f 3862 node-isexe_2.0.0+~2.0.1.orig.tar.gz + 6ec5e74fe0b3d331a364b65306a75b091f48d5321fb9ae7e313a6efa976f6b2b 3728 node-isexe_2.0.0+~2.0.1-5.debian.tar.xz +Files: + 535d51db2df5bf5534c254fc8a16bd2a 2405 node-isexe_2.0.0+~2.0.1-5.dsc + 8b03b5897084b470d22b4baeea70e858 1765 node-isexe_2.0.0+~2.0.1.orig-types-isexe.tar.gz + 2bd5ca11c13b0407db644ae52c5af5fe 3862 node-isexe_2.0.0+~2.0.1.orig.tar.gz + dbe57f2e5be5b1343e868e4e8ee487ff 3728 node-isexe_2.0.0+~2.0.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-isobject +Binary: node-isobject +Architecture: all +Version: 4.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/isobject +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-isobject +Vcs-Git: https://salsa.debian.org/js-team/node-isobject.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , rollup +Package-List: + node-isobject deb javascript optional arch=all +Directory: pool/c05c65e43b4189a0773692ed647c9818429cc9fa80aa28b9907f71bdbffbbb05 +Checksums-Sha1: + 00d5759dc766683df641ede2b122f9b03e341aaa 2079 node-isobject_4.0.0-2.dsc + af7c18ff7134cfd977299469c1925463ade9b24a 5305 node-isobject_4.0.0.orig.tar.gz + 39033b75a10a1357ca62ba7ca7e1d005e0d937f5 2664 node-isobject_4.0.0-2.debian.tar.xz +Checksums-Sha256: + c05c65e43b4189a0773692ed647c9818429cc9fa80aa28b9907f71bdbffbbb05 2079 node-isobject_4.0.0-2.dsc + 2c8ee53e4aa006e0b57c4b4200484abf416c3053718b98f8629fab8cc1a3e160 5305 node-isobject_4.0.0.orig.tar.gz + c6b35618bc5f856dafc712bcce5c7fc9e25792ce833517ef51a3429e7de97788 2664 node-isobject_4.0.0-2.debian.tar.xz +Files: + 9fd8dabb44ada375e7dea9a8a4c85e9e 2079 node-isobject_4.0.0-2.dsc + 67193fd5d67e78ab33dd80f02a68ce9b 5305 node-isobject_4.0.0.orig.tar.gz + 78827157cdad94891c937d939ed7f0f5 2664 node-isobject_4.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-istanbul +Binary: node-istanbul +Architecture: all +Version: 0.4.5+repack10+~cs98.25.59-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/gotwarlost/istanbul#readme +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-istanbul +Vcs-Git: https://salsa.debian.org/js-team/node-istanbul.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, handlebars , help2man, libjs-prettify, node-abbrev , node-archy , node-async (>= 3) , node-babel-loader, node-babel7, node-es6-error (>= 4.1.1-4~) , node-escodegen , node-esprima , node-glob , node-is-stream , node-jridgewell-trace-mapping , node-js-yaml , node-make-dir , node-mkdirp , node-nopt , node-once , node-p-map , node-path-key , node-react, node-react-dom, node-resolve , node-rimraf , node-shebang-command , node-strip-bom, node-supports-color , node-type-fest , node-uuid , node-which , node-wordwrap , nodejs:native (>= 12), nodeunit , rollup, terser, webpack +Package-List: + node-istanbul deb javascript optional arch=all +Directory: pool/4a4346fa322be6e033a3c61761ca2e961b9373b202a0b475446281662e2a0014 +Checksums-Sha1: + b90fafae59d8c8aee62cb0798917b70c28f79a22 14259 node-istanbul_0.4.5+repack10+~cs98.25.59-3.dsc + 1dbfeea8e93e1a452ccd517ec83e888bd5c4c00a 63312 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-append-transform.tar.xz + 48dc4fd896640f6e728762d7d01b461cf97725a0 10424 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-babel-plugin-istanbul.tar.xz + b82222f3094d913e53b753da1ccc5df264321ab0 59632 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-caching-transform.tar.xz + 9ddbcc458a3ac372a1d57ebd80025cf63755d133 2436 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-default-require-extensions.tar.xz + 1b205d84267e79f0de7fb080e51e28010c6c23a3 3876 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-get-package-type.tar.xz + 56cffd9adeddcf9e52217a08934defc0949a8a75 57048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-hasha.tar.xz + e2e60e61d1bbb2c4636ec820b585cb6d0cd7fe39 4584 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-html-escaper.tar.xz + 40056899ca79445db32136f939c8a80ca0f3ecbe 7496 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-coverage.tar.xz + febf4a9035cba5feccade67bdedec52feddceda7 4528 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-hook.tar.xz + f7a917dcbd52652a55edf687cf823efa41222cbb 14384 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-instrument.tar.xz + 711e8fb3ca9feb82c7a84342c94b5db78da3f1c7 11048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-processinfo.tar.xz + 4ec8386773459636ee93ecf64d6e9cdda03c1870 9784 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-report.tar.xz + 6b9d2c70dc73fe7b31fa59583b781f10f0d9bba5 8156 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-source-maps.tar.xz + db58c9c3ea548904cb05a07a1e7b5aa71a2ffe0b 26080 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-reports.tar.xz + ce99546bcc000c235dabac74ddeae6d76927b529 7564 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbuljs-load-nyc-config.tar.xz + 87203044725d167e53e8199983c455e966f252ed 7164 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbuljs-schema.tar.xz + 58c4214ba389314b3ecb016ca2b0f6df84e6844b 6048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-node-preload.tar.xz + c58a734d0e81f94d17ba5c8990b36be6e34ab328 212020 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-nyc.tar.xz + 4416749f9b18fc0454ea0a5fe5e68e9d3886d0b6 17084 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-package-hash.tar.xz + 3aaf963cfdee44a8f5675dc19cfde83b4fbc7632 5352 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-process-on-spawn.tar.xz + 51524a947a042f80984e6a050d176214cc57e44c 6116 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-release-zalgo.tar.xz + 3df765a963c55d4618b8c8f594f749a8c8d1dfdf 47908 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-spawn-wrap.tar.xz + f8788522a6abed781546317effe2fe853a0d86b7 9168 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-test-exclude.tar.xz + d0f51d9a538b402f8c2560a87ce730cc1021f15c 2156 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-coverage.tar.xz + 5088de833cf1588c221b39c40f5571e33e413958 2112 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-instrument.tar.xz + 0dd5aef5fe298b61b930b9be426abd9ae235a6a8 3056 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-report.tar.xz + 605e5b23443cd5e60b753fe36e546cfaca399b9e 1968 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-source-maps.tar.xz + 1908118d3fe415314a489a7a7710f0e0e187f134 2176 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-reports.tar.xz + 022f19aea6288d8cde3feb39bb2a538c06189a23 1860 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul.tar.xz + 1bb4f596681c3c0ae1a41002f6a49cd400362479 72800 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-v8-to-istanbul.tar.xz + 9d13fcd87618c87533cc31588ac71e4f4991f376 96744 node-istanbul_0.4.5+repack10+~cs98.25.59.orig.tar.xz + f2d86ecc78fb08b096d171852de06e1ffbf0e3a0 13452 node-istanbul_0.4.5+repack10+~cs98.25.59-3.debian.tar.xz +Checksums-Sha256: + 4a4346fa322be6e033a3c61761ca2e961b9373b202a0b475446281662e2a0014 14259 node-istanbul_0.4.5+repack10+~cs98.25.59-3.dsc + 625dbd76799c902bf9709cd68bb9c0223b009a620287fdfdc94a97cfdc09a7e4 63312 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-append-transform.tar.xz + ad43f3272a80c197bb80f722538e47f05038f42ef08d5ec1be46d51b5cc51975 10424 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-babel-plugin-istanbul.tar.xz + 9fbfae09cf19f88456180dc7c0a1ca8c6d1d902818c3b29b9d866f2e84d0d73c 59632 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-caching-transform.tar.xz + 4e9b9cd6e98ad9fa74570ce2849bd907b897157f063c5739800140ebad0fa022 2436 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-default-require-extensions.tar.xz + ad752c4516dda5afe316750ddb522bc023b87f7c59de6c876be1f2e945d5fbc0 3876 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-get-package-type.tar.xz + 33850e9b8381ccc9a954f6d97992add7b927c05622137131b1eabb4165958130 57048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-hasha.tar.xz + c140edf9e51f021974796670c525350e15aeb707a05bd7bf02a002e6598db3b9 4584 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-html-escaper.tar.xz + bd767a3844f547bd7867a031dc5904cfeb49d193509a1a7315b37c73cc708c31 7496 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-coverage.tar.xz + 3077b150c55f0f941dae93c225dbb05005d105e75269e443e394cab742e1d193 4528 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-hook.tar.xz + b4bf2b5256f613bfb82f478355f5a4f812f13524c8452b3b4d69e23063bae626 14384 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-instrument.tar.xz + 1c7e3092782b47beacedfebce881b7958a7a18df7e1f3f73f94b022bb53d72d8 11048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-processinfo.tar.xz + 3f2b7c134d6ffc83d0c4409dd0cc648caed2378763d95a2a6b2476666f5d33b8 9784 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-report.tar.xz + fafb1f86477a3cff7302c8f8a2ec33741784e1813447a92f4b1f2b457149f447 8156 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-source-maps.tar.xz + c05db57eb1a5453bb36f7182850a7fcd9bcf06990156afbebf88199fc0367769 26080 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-reports.tar.xz + cd655c4e90cfeea0c2f1e476a07831f61561910e222894b4fb32a2393081a979 7564 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbuljs-load-nyc-config.tar.xz + 8afa8c8edb79c444858bbb2d29f2582df3ecd5688c7a8ef88085e948f8938fdb 7164 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbuljs-schema.tar.xz + 8d77c0bb59b98339847c5fbdc0bb81c440d42adc29c747ec269c24d38688febe 6048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-node-preload.tar.xz + 7831f5b3f0f024ebe33ea7598f7c56601f598d8c124c2bf009b198887f15c0e9 212020 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-nyc.tar.xz + aa81b39a4931a96be37125ce853d456b14872d8000633d33f3f97873256674df 17084 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-package-hash.tar.xz + 82bbc6c63c59b4330c7f29cd06680bcfe83d4bb6a462a4945fb66c2d2bed4899 5352 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-process-on-spawn.tar.xz + 50fa59ddc63371d052bf5378a0336d6c12a505cb9ec348da48ebf483272f56d8 6116 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-release-zalgo.tar.xz + 2f9a38d6f527d0ad59f28cc484570d68e26631819d55389f6e66bfef3b0b967e 47908 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-spawn-wrap.tar.xz + eabbb96c856e5bf9d886881f1ac685974b3b61e0602b2b0240a91960ed587ad1 9168 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-test-exclude.tar.xz + 8e3a45f2d64249e92c8e90b6624c7e66c8d3eefe8abf57c25c0ef606d754c7dc 2156 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-coverage.tar.xz + a8c952b6808e91a325f42adba5094b50761a080e20c49bbc3802dc19e3530bbc 2112 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-instrument.tar.xz + 8c92d546e9906012bd64bde5f17d982b90b610eaf41473f3679e2798580e0641 3056 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-report.tar.xz + 564b1d75cc1f28a2ba507f64cc7710468bf9d49cb8fbe52a8dc99d4538ecdb63 1968 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-source-maps.tar.xz + d10db5d8c813a75dc34744f503ac0d9fd3d142f90c5b488395eee4d477abdf90 2176 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-reports.tar.xz + 1078c0206f93cd03e83f6579c6b94de29ed42f96c9ccfa85dc0aa0d23d59210b 1860 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul.tar.xz + fe0f8cf60b1051425107099abf11aa3eb8d6ed94b71f850209dcc90708b92b6b 72800 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-v8-to-istanbul.tar.xz + 0b2e043f8a95fa956a587a15b0ea95d86b60334c66c8d25082e28afbdf76f4ed 96744 node-istanbul_0.4.5+repack10+~cs98.25.59.orig.tar.xz + cbf87971844299820cdbe3b6836d51bc043027289ff7bb5660f752866b326551 13452 node-istanbul_0.4.5+repack10+~cs98.25.59-3.debian.tar.xz +Files: + 404ec5fea973b9c30aac38c406b1861d 14259 node-istanbul_0.4.5+repack10+~cs98.25.59-3.dsc + 5c835dbf008324777b46f9ea3712e9f5 63312 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-append-transform.tar.xz + 1618d6f59b011c28ea377f9772ad278e 10424 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-babel-plugin-istanbul.tar.xz + 419a529f2f3223b6a5edcc2f50a21f27 59632 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-caching-transform.tar.xz + fdf45139b8cad013a2e5ddde4292409d 2436 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-default-require-extensions.tar.xz + 1ad5e82c6ca08f0712f65eb68360b42b 3876 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-get-package-type.tar.xz + bb2d2c198e32ef9b3fe477dfc4cf0c99 57048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-hasha.tar.xz + 55e1993a387a6ff2fb6f1830b594a9b8 4584 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-html-escaper.tar.xz + 03aef21901f2552fb58e61bf4b86c48d 7496 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-coverage.tar.xz + f71521123ce6d05ed0aa11c846daac44 4528 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-hook.tar.xz + 9f0f2d60923b483276f529dcbbcb2301 14384 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-instrument.tar.xz + ca2d1a91e0fe65eb5afe72f12e375356 11048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-processinfo.tar.xz + f5daede552090754768e19e5fc1d63e9 9784 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-report.tar.xz + ee4c8d074a6d736c1c7ae15bfcbfb8e5 8156 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-lib-source-maps.tar.xz + 6b09ec17551f6950974952661aa13d03 26080 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbul-reports.tar.xz + e72763b836a6e66cbeb2a9c873113a0d 7564 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbuljs-load-nyc-config.tar.xz + b38636c7384d691b52d520e994de5fab 7164 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-istanbuljs-schema.tar.xz + c1e4ac26e1d37dc03712a8978bc55840 6048 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-node-preload.tar.xz + 48d5690aec667c7341b8286619eec0f1 212020 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-nyc.tar.xz + 1e32f817a8e798128ee0ca7238a795d8 17084 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-package-hash.tar.xz + 3f610c1ecd9d4b12885a37929e526eb3 5352 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-process-on-spawn.tar.xz + 9a0df3968f378bb9ce0f9d7fe5661835 6116 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-release-zalgo.tar.xz + 4af639b9bb6c0e5af4a17fcc581393de 47908 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-spawn-wrap.tar.xz + ccaa2dff1ef10d503587f46c321eb90d 9168 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-test-exclude.tar.xz + cc7ce2fcb0e15668d0756ba75942ba1e 2156 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-coverage.tar.xz + febaa6eea12234e73b7a824c82e22189 2112 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-instrument.tar.xz + 265f75052c45354cc2b75766f8c7ac62 3056 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-report.tar.xz + f03e274930ed1595d59c72b9338e250b 1968 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-lib-source-maps.tar.xz + 99928e2d6fe8dcbd78f78faec8ba4c61 2176 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul-reports.tar.xz + fde0b9a424b73188e3f6a0d2f6fab1c8 1860 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-types-istanbul.tar.xz + 9d2cbf57a407bdcfd40198a922b22b36 72800 node-istanbul_0.4.5+repack10+~cs98.25.59.orig-v8-to-istanbul.tar.xz + c75e89641d6c0e8ea732a0745ae68c70 96744 node-istanbul_0.4.5+repack10+~cs98.25.59.orig.tar.xz + c860fcacf5701a091b209410abc3fbd9 13452 node-istanbul_0.4.5+repack10+~cs98.25.59-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-jest +Binary: jest, node-jest-worker, node-jest-debbundle +Architecture: all +Version: 29.6.2~ds1+~cs73.45.28-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Yadd +Homepage: https://jestjs.io +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-jest +Vcs-Git: https://salsa.debian.org/js-team/node-jest.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs (>= 0.14.14~), chai, help2man, node-ansi-escapes, node-ansi-regex, node-ansi-styles, node-anymatch (>= 3.1.2), node-async-done, node-babel-core (>= 7.8.3), node-babel-preset-react (>= 7), node-babel-register (>= 7), node-babel-traverse (>= 7), node-babel7, node-braces, node-browserify-lite, node-browserslist, node-bundt, node-camelcase, node-chalk, node-chokidar, node-ci-info, node-cjs-module-lexer, node-co, node-color-name, node-convert-source-map, node-cosmiconfig, node-crypto-browserify , node-csstype, node-deepmerge, node-detect-newline, node-emittery (>= 1), node-execa, node-exit, node-fast-json-stable-stringify, node-fb-watchman, node-flow-remove-types , node-glob, node-glob-stream, node-graceful-fs, node-is-generator-fn, node-istanbul, node-jsdom (>= 20.0.0+~cs119.22.37-3~), node-leven, node-make-error, node-merge-stream, node-micromatch, node-minimatch, node-minimist, node-mkdirp , node-normalize-package-data, node-p-limit, node-parse-json, node-prompts, node-prop-types, node-pure-rand, node-react, node-react-dom, node-react-is, node-react-test-renderer, node-read-pkg, node-resolve, node-resolve-cwd , node-resolve-from, node-rimraf, node-rollup-plugin-babel, node-rollup-plugin-commonjs, node-rollup-plugin-json, node-rollup-plugin-node-resolve, node-rollup-plugin-typescript, node-sane , node-semver, node-sinclair-typebox, node-sinon, node-slash, node-source-map, node-source-map-support, node-stack-utils, node-strip-ansi , node-strip-bom, node-strip-json-comments , node-supports-color, node-tough-cookie, node-types-gulp, node-types-mocha, node-types-node, node-types-undertaker, node-types-undertaker-registry, node-types-vinyl-fs, node-typescript (>= 4.4.4~), node-v8-to-istanbul (>= 8~), node-vinyl, node-write-file-atomic, node-yargs, node-yargs-parser, nodejs (>= 14), rollup, ts-node, uvu, webpack +Package-List: + jest deb javascript optional arch=all + node-jest-debbundle deb javascript optional arch=all + node-jest-worker deb javascript optional arch=all +Directory: pool/60e1f69be8da6c28ff413e080a16cfff5c04108d3c06e0dd1c45656cd0e7da5c +Checksums-Sha1: + 22e95fd2d7eb7ada1072150ea1a3994846af870d 12574 node-jest_29.6.2~ds1+~cs73.45.28-5.dsc + dc9c4165bcadb9837d1858fecdb0d1242c012ddb 2584 node-jest_29.6.2~ds1+~cs73.45.28.orig-astral-regex.tar.xz + 92e0b895106d8e582b347639b6fc4be863a3f4d5 8932 node-jest_29.6.2~ds1+~cs73.45.28.orig-babel-preset-moxy.tar.xz + 85290eb7290d8676ad57e9a20b206ddb79e963bb 13768 node-jest_29.6.2~ds1+~cs73.45.28.orig-bcoe-v8-coverage.tar.xz + 3e38d30e5ccb70b2b7f79084bd775096e0e20f4a 73368 node-jest_29.6.2~ds1+~cs73.45.28.orig-char-regex.tar.xz + be47186e417245207322e1f6723a69587ac2d719 837500 node-jest_29.6.2~ds1+~cs73.45.28.orig-collect-v8-coverage.tar.xz + 77967beff9b90df690eda970a73f613f79b4a8fd 28268 node-jest_29.6.2~ds1+~cs73.45.28.orig-dedent.tar.xz + 12cf1c1328204e7eafc809feaa6a4a0db89dbb95 4116 node-jest_29.6.2~ds1+~cs73.45.28.orig-import-local.tar.xz + f8978f49bf05e97c3c298455f5c17fb4e0072d93 4220 node-jest_29.6.2~ds1+~cs73.45.28.orig-is-ci.tar.xz + 4c21c5ac98ef7e31243479c8f625ab7767624a07 2708 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-pnp-resolver.tar.xz + d1f053e9b5d2e50dce899b51cb6061cf9279409d 29868 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-snapshot-serializer-raw.tar.xz + cdba7feef10f40a8357ed68a56d1571346dd1142 2408 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-tobetype.tar.xz + 51decc7c01f1785b6f3435f40312ef112bb3cd9b 3396 node-jest_29.6.2~ds1+~cs73.45.28.orig-natural-compare-lite.tar.xz + 08a51ecc680d772513bb1f419b211d33b17e5e24 2436 node-jest_29.6.2~ds1+~cs73.45.28.orig-natural-compare.tar.xz + 9c9885e2b51efd69697f2fe74d88cf99bcffd031 3564 node-jest_29.6.2~ds1+~cs73.45.28.orig-p-each-series.tar.xz + 9f91af25dc29f8b325e4911ca87b0d3d41d438d9 3416 node-jest_29.6.2~ds1+~cs73.45.28.orig-p-reduce.tar.xz + 13e7612cb63034d5ba2d350fd5ca6571a0b33744 1388 node-jest_29.6.2~ds1+~cs73.45.28.orig-repl.tar.xz + 68a12ac1861a53ecaee359dcb95dadec4c678c1a 14776 node-jest_29.6.2~ds1+~cs73.45.28.orig-resolveexports.tar.xz + af1c22c352063d57fca14f1526ef89f9a71bd48d 3000 node-jest_29.6.2~ds1+~cs73.45.28.orig-string-length.tar.xz + 98686eb1b85139ef3695b539cde263247f4b2855 4828 node-jest_29.6.2~ds1+~cs73.45.28.orig-supports-hyperlinks.tar.xz + 57fe97c13b2935d28c435bf87938b78f166b6ece 403484 node-jest_29.6.2~ds1+~cs73.45.28.orig-terminal-link.tar.xz + e06107f0328feb5027a6a76573033b7a3ccfc34a 7812 node-jest_29.6.2~ds1+~cs73.45.28.orig-throat.tar.xz + a90cbc838be8142957714a42f1ede0b6b84c2c9b 1536 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-dedent.tar.xz + 156f55c6f9c70d27b9ca3d6bfa70b25ddeb178c6 1576 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-is-ci.tar.xz + 4a7570e35834eca7c82c140bb573e3e4b2a6b86d 1584 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-natural-compare.tar.xz + 569cc9fe10e1cfb20de6c3b14113abe2d0e789e4 15968 node-jest_29.6.2~ds1+~cs73.45.28.orig-typesjest.tar.xz + eef3131cb53c7e531ba9dbdb4fb7713b9d8b98ac 9500460 node-jest_29.6.2~ds1+~cs73.45.28.orig.tar.xz + 8a9b79c94c2c8af8ac90d97e22dcbe3e8e507bb5 147220 node-jest_29.6.2~ds1+~cs73.45.28-5.debian.tar.xz +Checksums-Sha256: + 60e1f69be8da6c28ff413e080a16cfff5c04108d3c06e0dd1c45656cd0e7da5c 12574 node-jest_29.6.2~ds1+~cs73.45.28-5.dsc + 1cca5d0c07e1331c82e224b2bbbf194715d4f36227bc82c1a2228061ae803345 2584 node-jest_29.6.2~ds1+~cs73.45.28.orig-astral-regex.tar.xz + 91082ea6ae90e636e93b487230dd1c399a348e52d587ee53c48e880a754726d3 8932 node-jest_29.6.2~ds1+~cs73.45.28.orig-babel-preset-moxy.tar.xz + d172310e698935d62528cf7d147f13275066c54dfdc9b80caaf58ead63189007 13768 node-jest_29.6.2~ds1+~cs73.45.28.orig-bcoe-v8-coverage.tar.xz + ebfdebc4ab91f252b3b18665badd43aab253ef41ffef8c4ec187f2bd1bd253dd 73368 node-jest_29.6.2~ds1+~cs73.45.28.orig-char-regex.tar.xz + a7991c5c8f41ae613f75073b3829a9177e145de27f738eccd9462c7e8e8d89c0 837500 node-jest_29.6.2~ds1+~cs73.45.28.orig-collect-v8-coverage.tar.xz + d872d08e9a6d0ed33a09549cd833576e7bc23e7e0ab060c01474901db8142869 28268 node-jest_29.6.2~ds1+~cs73.45.28.orig-dedent.tar.xz + 3cc1d8fd521cf15121008e54bb3f91b997455a0e27ba1d7f69bb4b3c89ea9fec 4116 node-jest_29.6.2~ds1+~cs73.45.28.orig-import-local.tar.xz + 09f960dbc735114b799f8e7188f309571fb9cceddce097ba14dd3ab5b4950245 4220 node-jest_29.6.2~ds1+~cs73.45.28.orig-is-ci.tar.xz + dbde1c2797671fb92b577713886a6d4d9260b1f7c81bfb98e81eb96682d01b32 2708 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-pnp-resolver.tar.xz + 56305fd91b02c7bee23864fbbdde1a8e2ca4a805c645e2463e8e6918531feafd 29868 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-snapshot-serializer-raw.tar.xz + c53493fb12556b35b4cabb0dbdf106a2f9a992b9bb65c0c21aa2f9a94a1370ca 2408 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-tobetype.tar.xz + 8b616dd3ca6a337af4e2e56c9d71219b5fc9d186e3a090e7da243c3351c7b9af 3396 node-jest_29.6.2~ds1+~cs73.45.28.orig-natural-compare-lite.tar.xz + 9e7e640300a23e0c70b8c15236daa2aa20754ec97985f15db5db173673e7b2cb 2436 node-jest_29.6.2~ds1+~cs73.45.28.orig-natural-compare.tar.xz + 79cc3416cbe92bd7087b41c356dc777eb4a6e8dcefd078a8d97cf4fbe18d1447 3564 node-jest_29.6.2~ds1+~cs73.45.28.orig-p-each-series.tar.xz + 4af46ffc3afaf0a595884d6c1612d679f33e6af8b5cc041da812dc6b612b9cba 3416 node-jest_29.6.2~ds1+~cs73.45.28.orig-p-reduce.tar.xz + ed1ca791dbe4e5090f19ef066063f4dcf07a17503fea93bc38274b1558d6b9b8 1388 node-jest_29.6.2~ds1+~cs73.45.28.orig-repl.tar.xz + 9d0c31642486bd3df66ef62ed954a68e773771e5fb279658bef4a50337e8d2bb 14776 node-jest_29.6.2~ds1+~cs73.45.28.orig-resolveexports.tar.xz + 9410d999592733acc29382aff250ad25cd0f3e71e53fdb4e87a66b58221d1a7e 3000 node-jest_29.6.2~ds1+~cs73.45.28.orig-string-length.tar.xz + 4b386ed4fcb4ab0f751736d3b5ea148bbbbcd9722eca79fcbdc6335244da00fb 4828 node-jest_29.6.2~ds1+~cs73.45.28.orig-supports-hyperlinks.tar.xz + 558fa1bc631f02988133d6baf7a63677a6062c7543d807b41af160bdcd232b01 403484 node-jest_29.6.2~ds1+~cs73.45.28.orig-terminal-link.tar.xz + 11e31ddacad894b199c121662f7f792b104d899d5b7920b1c931244fc13e711f 7812 node-jest_29.6.2~ds1+~cs73.45.28.orig-throat.tar.xz + 5cef24205688a6bffc54f86138a51097d44eb55c268d33ce0206c4541ac9c6f5 1536 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-dedent.tar.xz + c581e790c7ac4dd02523d3edc95393db59fb08e010043b71bfef985b3a4572bf 1576 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-is-ci.tar.xz + 58cd468f7f8ebe7a6a9b6165b7332c706a0ca3087e8d91a27e0dea0fbdf437f1 1584 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-natural-compare.tar.xz + a4aefe47978bea0b0985102da187fc54bd8bb6d69e6392c29a2ea77e3810c3f0 15968 node-jest_29.6.2~ds1+~cs73.45.28.orig-typesjest.tar.xz + 63bdf0d99be73342b9cb74895b334bce9c0eda4931586ed33a1acba4e5a360ad 9500460 node-jest_29.6.2~ds1+~cs73.45.28.orig.tar.xz + 05f0e0fea9a7ac97c61204e5bdd043a8035aa84e90e6d5811fc70cdbf405f9f6 147220 node-jest_29.6.2~ds1+~cs73.45.28-5.debian.tar.xz +Files: + ae102b3ffdbad8160c5b5de51aa60562 12574 node-jest_29.6.2~ds1+~cs73.45.28-5.dsc + 11a6f38eec5883a84c181643d6386361 2584 node-jest_29.6.2~ds1+~cs73.45.28.orig-astral-regex.tar.xz + aff5471f653014f42e8b58b345bff29d 8932 node-jest_29.6.2~ds1+~cs73.45.28.orig-babel-preset-moxy.tar.xz + bb0ad582e5644ce3c80cb53b32dfe0e1 13768 node-jest_29.6.2~ds1+~cs73.45.28.orig-bcoe-v8-coverage.tar.xz + 1f45f90e68fb13b830a79299e8242af1 73368 node-jest_29.6.2~ds1+~cs73.45.28.orig-char-regex.tar.xz + b22d38a73fa25d6b5d9e70bd95952d23 837500 node-jest_29.6.2~ds1+~cs73.45.28.orig-collect-v8-coverage.tar.xz + 8a9e2e12b770fdc1f80b3d0ee9ff42d9 28268 node-jest_29.6.2~ds1+~cs73.45.28.orig-dedent.tar.xz + a918dc7ec77a276608e91f8524d272c9 4116 node-jest_29.6.2~ds1+~cs73.45.28.orig-import-local.tar.xz + 4c063b02ef849a2bb7cda4733d489406 4220 node-jest_29.6.2~ds1+~cs73.45.28.orig-is-ci.tar.xz + 05f94908fd25c4a41594b1dcaf10b60c 2708 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-pnp-resolver.tar.xz + 6613aad4609559b97fd722712292014d 29868 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-snapshot-serializer-raw.tar.xz + c7c9352aef4b95efe4ba8ef4b3409552 2408 node-jest_29.6.2~ds1+~cs73.45.28.orig-jest-tobetype.tar.xz + 16550fa57eddae10dede95e96630f219 3396 node-jest_29.6.2~ds1+~cs73.45.28.orig-natural-compare-lite.tar.xz + 02461c2b0f3215455c84eefe063fec71 2436 node-jest_29.6.2~ds1+~cs73.45.28.orig-natural-compare.tar.xz + 88d03495742158b244f93d966144985f 3564 node-jest_29.6.2~ds1+~cs73.45.28.orig-p-each-series.tar.xz + 1718327fe31f82286596a0e8f89b1bdb 3416 node-jest_29.6.2~ds1+~cs73.45.28.orig-p-reduce.tar.xz + fb549488197fac3306759c3db487e331 1388 node-jest_29.6.2~ds1+~cs73.45.28.orig-repl.tar.xz + 59dd7a59d5658e325acee0f2abf41c39 14776 node-jest_29.6.2~ds1+~cs73.45.28.orig-resolveexports.tar.xz + 5e6b552fccf930c44298d541747cae34 3000 node-jest_29.6.2~ds1+~cs73.45.28.orig-string-length.tar.xz + 96cb31442550fa4034a73830e7b149b4 4828 node-jest_29.6.2~ds1+~cs73.45.28.orig-supports-hyperlinks.tar.xz + f9196c932f6dc2dceee0e440a0fdbf33 403484 node-jest_29.6.2~ds1+~cs73.45.28.orig-terminal-link.tar.xz + 0eba429b366a1cdf00c167e24c1b76c4 7812 node-jest_29.6.2~ds1+~cs73.45.28.orig-throat.tar.xz + 778db8f7f44667ebd3b0aef3e66342eb 1536 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-dedent.tar.xz + f502ac03f7690e6e998d0bcbff0a6ed1 1576 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-is-ci.tar.xz + dba0bc04e3d7406e0da856167bc725fc 1584 node-jest_29.6.2~ds1+~cs73.45.28.orig-types-natural-compare.tar.xz + 387e1f95fa846a84bae1a0c1c16fc058 15968 node-jest_29.6.2~ds1+~cs73.45.28.orig-typesjest.tar.xz + 21bfa214a26dae2d040652ec209c9949 9500460 node-jest_29.6.2~ds1+~cs73.45.28.orig.tar.xz + 4286cb7fd08e70448656635589621a21 147220 node-jest_29.6.2~ds1+~cs73.45.28-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-jquery +Binary: node-jquery, libjs-jquery +Architecture: all +Version: 3.6.1+dfsg+~3.5.14-1 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino , Pirate Praveen +Homepage: https://jquery.com/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-jquery +Vcs-Git: https://salsa.debian.org/js-team/node-jquery.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), brotli, grunt, libjs-sizzle, node-babel7, node-grunt-babel (>= 8.0~), node-grunt-contrib-uglify (>= 3.0~), node-load-grunt-tasks, node-requirejs, node-strip-json-comments, node-uglify-js, pigz, dh-sequence-nodejs +Package-List: + libjs-jquery deb javascript optional arch=all + node-jquery deb javascript optional arch=all +Directory: pool/c0bb810c208d86046eb7b3c14c2431a9c9065c205098b7d2a0d0b9006945c0a5 +Checksums-Sha1: + 6308370c0bde17e1c73960eb76406e11bad71335 2699 node-jquery_3.6.1+dfsg+~3.5.14-1.dsc + fba7850abc29f4d029c8557cb524510061ee431c 84368 node-jquery_3.6.1+dfsg+~3.5.14.orig-types-jquery.tar.xz + f02ca8bed4f7cb099c8d6ade612ff38803171f0f 299804 node-jquery_3.6.1+dfsg+~3.5.14.orig.tar.xz + 44e2a31e2d558b9876c4654e3cea843ea6f89655 6144 node-jquery_3.6.1+dfsg+~3.5.14-1.debian.tar.xz +Checksums-Sha256: + c0bb810c208d86046eb7b3c14c2431a9c9065c205098b7d2a0d0b9006945c0a5 2699 node-jquery_3.6.1+dfsg+~3.5.14-1.dsc + 9461952d57e45cd120531cc8354629b233f204ff29b3e601ff90fb02b40b0daa 84368 node-jquery_3.6.1+dfsg+~3.5.14.orig-types-jquery.tar.xz + 182619d18356f6f17cd866cac2fb0579e25714ba28839eea60f35f613d81f331 299804 node-jquery_3.6.1+dfsg+~3.5.14.orig.tar.xz + 7b640f2dd11d6c4ba70a41588593ba9784d9d330b19017d4be0c1bee7fee6891 6144 node-jquery_3.6.1+dfsg+~3.5.14-1.debian.tar.xz +Files: + 7d688337e258012bed27d3d5d952f8d8 2699 node-jquery_3.6.1+dfsg+~3.5.14-1.dsc + 336fce7da325ad6dda3252f7cf3a1b04 84368 node-jquery_3.6.1+dfsg+~3.5.14.orig-types-jquery.tar.xz + 6d7de6e3b3f749b5eb2f808ad08f0b1e 299804 node-jquery_3.6.1+dfsg+~3.5.14.orig.tar.xz + 5e352d096faf238183ac2cba0cfec487 6144 node-jquery_3.6.1+dfsg+~3.5.14-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-js-tokens +Binary: node-js-tokens +Architecture: all +Version: 8.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Lucas de Castro Borges +Homepage: https://github.com/lydell/js-tokens +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-js-tokens +Vcs-Git: https://salsa.debian.org/js-team/node-js-tokens.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, coffeescript, jest , node-everything.js +Package-List: + node-js-tokens deb javascript optional arch=all +Directory: pool/e118f2ed0a6920d6a561c6afc62506b9101d9c7f7601535659dc70f518acb7c0 +Checksums-Sha1: + 087f27ec8cfb8ed33c96626bd05587ac7fb91729 2120 node-js-tokens_8.0.0-2.dsc + 13a25ad88d9c837fbfb511c9d0aeeefe73ef8247 116017 node-js-tokens_8.0.0.orig.tar.gz + b536b22a2aedfad6f54ab53591086e125defa0df 134112 node-js-tokens_8.0.0-2.debian.tar.xz +Checksums-Sha256: + e118f2ed0a6920d6a561c6afc62506b9101d9c7f7601535659dc70f518acb7c0 2120 node-js-tokens_8.0.0-2.dsc + 0e40de1073f69e7e2ecb4538db4f93f8b87262fc0ae0f0220e6c9bb63f911f0a 116017 node-js-tokens_8.0.0.orig.tar.gz + ccaa2623a6837cba50b99f5ff88d1a32267e62876363fa7a63671c782efcd169 134112 node-js-tokens_8.0.0-2.debian.tar.xz +Files: + 20618a03d3e8789f79bd9bb369711342 2120 node-js-tokens_8.0.0-2.dsc + 92584ec1025dbb480243849ee99a0aab 116017 node-js-tokens_8.0.0.orig.tar.gz + 37faec3426059206a0658d22d440aa92 134112 node-js-tokens_8.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-js-yaml +Binary: node-js-yaml +Architecture: all +Version: 4.1.0+dfsg+~4.0.5-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/nodeca/js-yaml +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-js-yaml +Vcs-Git: https://salsa.debian.org/js-team/node-js-yaml.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, help2man , mocha , node-argparse , node-core-js , node-esprima , node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, node-rollup-plugin-terser, rollup +Package-List: + node-js-yaml deb javascript optional arch=all +Directory: pool/20ccba4d3ddfc8ab8b4b7d83ca54467444e4f0e066d44f5386977cc589a3c5c9 +Checksums-Sha1: + 28c490b0352dd30854f43202c3835136360f9fa0 2646 node-js-yaml_4.1.0+dfsg+~4.0.5-7.dsc + 36a4b7307d682df42fe11183750822c8ca3afc3e 3560 node-js-yaml_4.1.0+dfsg+~4.0.5.orig-types-js-yaml.tar.xz + 4adc7efaabc2c18126100fa7e049cb956b10b595 438048 node-js-yaml_4.1.0+dfsg+~4.0.5.orig.tar.xz + d1307dca34fc222097d9b499000bf8f844151e37 82716 node-js-yaml_4.1.0+dfsg+~4.0.5-7.debian.tar.xz +Checksums-Sha256: + 20ccba4d3ddfc8ab8b4b7d83ca54467444e4f0e066d44f5386977cc589a3c5c9 2646 node-js-yaml_4.1.0+dfsg+~4.0.5-7.dsc + d5e8b0f1475a1f19d6cb51e24cd4cbaeb6546e3697a6a51d647a763592ec0d29 3560 node-js-yaml_4.1.0+dfsg+~4.0.5.orig-types-js-yaml.tar.xz + 28f939967d9f93c6d993f6ce0a3293646887c6216933de20db525e3e30f68a7c 438048 node-js-yaml_4.1.0+dfsg+~4.0.5.orig.tar.xz + 938a5aa2a88cef91a4d3bd32e74464d678bbe88c52b8153e23d51fd63a650a41 82716 node-js-yaml_4.1.0+dfsg+~4.0.5-7.debian.tar.xz +Files: + b4f357ba238e7394f0baec77b6513499 2646 node-js-yaml_4.1.0+dfsg+~4.0.5-7.dsc + 88d003c7def384eef3132376695439f0 3560 node-js-yaml_4.1.0+dfsg+~4.0.5.orig-types-js-yaml.tar.xz + 14507c72c72d535b9050504762aace1b 438048 node-js-yaml_4.1.0+dfsg+~4.0.5.orig.tar.xz + f33732cac31c3d451857faea6bb7061a 82716 node-js-yaml_4.1.0+dfsg+~4.0.5-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-jsesc +Binary: node-jsesc +Architecture: all +Version: 3.0.2+~3.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: http://mths.be/jsesc +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-jsesc +Vcs-Git: https://salsa.debian.org/js-team/node-jsesc.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-jsesc deb javascript optional arch=all +Directory: pool/72229054e2b0542ab0c81578e8bf3ecbb4bee952f856dd2759919a327299b5db +Checksums-Sha1: + 67abc8820a254e8b9deb9b35b7574d456768844b 2343 node-jsesc_3.0.2+~3.0.1-1.dsc + ed1720ae08eae2f64341452e1693a84324029d99 4825 node-jsesc_3.0.2+~3.0.1.orig-types-jsesc.tar.gz + 37f3689a3e709610df4e0b5ceb60ad2a37043e86 14584 node-jsesc_3.0.2+~3.0.1.orig.tar.gz + c457089121541213c26f163cd5b946ce150d0bb8 3664 node-jsesc_3.0.2+~3.0.1-1.debian.tar.xz +Checksums-Sha256: + 72229054e2b0542ab0c81578e8bf3ecbb4bee952f856dd2759919a327299b5db 2343 node-jsesc_3.0.2+~3.0.1-1.dsc + 55cf03e90e21a0e3fc50935574a510c7310808b208731ad58090786f02850c6d 4825 node-jsesc_3.0.2+~3.0.1.orig-types-jsesc.tar.gz + a13fa07ebe82f9f2d933b335a56c9ecb89ed547376551f90badf3763b2250244 14584 node-jsesc_3.0.2+~3.0.1.orig.tar.gz + e0c760f5057d80888781f6833a73d4c7d601a560ffdf1713b3ae0bcb0edef44c 3664 node-jsesc_3.0.2+~3.0.1-1.debian.tar.xz +Files: + 8f1e46a565edb0c6497ff141e7a3c610 2343 node-jsesc_3.0.2+~3.0.1-1.dsc + bc39a8b6474e10578c84cec4c8013698 4825 node-jsesc_3.0.2+~3.0.1.orig-types-jsesc.tar.gz + 29703365ac5a04de9d8f75f3990dd394 14584 node-jsesc_3.0.2+~3.0.1.orig.tar.gz + 6a9d71242baaba28a263bfdf014f94d8 3664 node-jsesc_3.0.2+~3.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-json-buffer +Binary: node-json-buffer +Architecture: all +Version: 3.0.1+~3.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Manas kashyap +Homepage: https://github.com/dominictarr/json-buffer +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-json-buffer +Vcs-Git: https://salsa.debian.org/js-team/node-json-buffer.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-json-buffer deb javascript optional arch=all +Directory: pool/6d452edbd977ba00d362270d301476a8ff18ac7a34ea02d59f4905ab34c59469 +Checksums-Sha1: + 2e899addea5e332a32d2d7c94ddd7938e769b950 2478 node-json-buffer_3.0.1+~3.0.0-1.dsc + 85c1ff0f0948fc159810d4b5be35bf8c20875f64 1624 node-json-buffer_3.0.1+~3.0.0.orig-types-json-buffer.tar.gz + 9338802a30d3b6605fbe0613e094008ca8c05a13 2618 node-json-buffer_3.0.1+~3.0.0.orig.tar.gz + 3c9343212b8d382b587c542b26afae8925dc2001 2848 node-json-buffer_3.0.1+~3.0.0-1.debian.tar.xz +Checksums-Sha256: + 6d452edbd977ba00d362270d301476a8ff18ac7a34ea02d59f4905ab34c59469 2478 node-json-buffer_3.0.1+~3.0.0-1.dsc + 7d0b64c8ebc25b8c8947abb3132a17f1bc5363241d71f8730bce0e6860b45964 1624 node-json-buffer_3.0.1+~3.0.0.orig-types-json-buffer.tar.gz + d1f7464db9713c5f73c919da72de334fce0bcbd76fb08727d36712ef5dfef5a5 2618 node-json-buffer_3.0.1+~3.0.0.orig.tar.gz + c1293d753564a8ca1f0d0c0130313ced9512d1596681e40c58861e87982a5fc3 2848 node-json-buffer_3.0.1+~3.0.0-1.debian.tar.xz +Files: + aebc1e5b92024fb7c13657b32abfb453 2478 node-json-buffer_3.0.1+~3.0.0-1.dsc + d29ecd41018978954af27ca760cd105a 1624 node-json-buffer_3.0.1+~3.0.0.orig-types-json-buffer.tar.gz + aea6a8995c8424f50e0e1a9b83f6e80b 2618 node-json-buffer_3.0.1+~3.0.0.orig.tar.gz + a5b183a4bab16d6b530e8bf4eb8ad0ad 2848 node-json-buffer_3.0.1+~3.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-json-parse-better-errors +Binary: node-json-parse-better-errors +Architecture: all +Version: 1.0.2+~cs3.3.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Hari Govind S +Homepage: https://github.com/zkat/json-parse-better-errors +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-json-parse-better-errors +Vcs-Git: https://salsa.debian.org/js-team/node-json-parse-better-errors.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-json-parse-better-errors deb javascript optional arch=all +Directory: pool/7c66366514230e77222270874f44057e2553f9496c3226db8aaf4dff077ac3d0 +Checksums-Sha1: + feef62319e26d271e5aca485c06993c95d6e7c08 3145 node-json-parse-better-errors_1.0.2+~cs3.3.1-3.dsc + cc5f4475f4ced652dd423d8e0f7f733a184964c9 34553 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-json-parse-even-better-errors.tar.gz + ef8ab2a2270c5da1efb989be175ff27a5fb0b37e 1766 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-types-json-parse-better-errors.tar.gz + d66d7e32cfe80466ab244ca3bb613535c1bdbe44 38358 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig.tar.gz + 10bce1ee51a1bbce2f13cddfb63de095752fbe07 4468 node-json-parse-better-errors_1.0.2+~cs3.3.1-3.debian.tar.xz +Checksums-Sha256: + 7c66366514230e77222270874f44057e2553f9496c3226db8aaf4dff077ac3d0 3145 node-json-parse-better-errors_1.0.2+~cs3.3.1-3.dsc + 71034e9af548723889a9b08d8a0cbbfe21a137671a2892b7afc80e87a289ac8a 34553 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-json-parse-even-better-errors.tar.gz + d4949e1b87c64e439b5a0890ef14e64cd4cf909eca0682bd0fd21d9b0524d96f 1766 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-types-json-parse-better-errors.tar.gz + de24a47b60a145fe111a1262f7ea47bd580bba85bc9971dd87343fb8608833e4 38358 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig.tar.gz + 8b136e8d6fe979789c1e22a9783a1bbc4cb95f6aa963a6e477a1942c6902f522 4468 node-json-parse-better-errors_1.0.2+~cs3.3.1-3.debian.tar.xz +Files: + d45bab280fec12bf8f7ad61601f9834c 3145 node-json-parse-better-errors_1.0.2+~cs3.3.1-3.dsc + c3a6f4acaf720ef06158c5b889aee6bb 34553 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-json-parse-even-better-errors.tar.gz + f91a550a596b2172b2939de249259074 1766 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig-types-json-parse-better-errors.tar.gz + cc55063c65062de8b2697713f48aeefd 38358 node-json-parse-better-errors_1.0.2+~cs3.3.1.orig.tar.gz + 9883eea97f8e9d432c9e23fcc1d8f61a 4468 node-json-parse-better-errors_1.0.2+~cs3.3.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-json-schema-traverse +Binary: node-json-schema-traverse +Architecture: all +Version: 1.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Amal Shehu +Homepage: https://github.com/epoberezkin/json-schema-traverse +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-json-schema-traverse +Vcs-Git: https://salsa.debian.org/js-team/node-json-schema-traverse.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-json-schema-traverse deb javascript optional arch=all +Directory: pool/7ff2f36e39745a4a3b46be544426055d1345602b572b0fd4c8f3de713a9c2ce4 +Checksums-Sha1: + 326b06cf32c9152c6006a10c42d65a3cfb270061 2186 node-json-schema-traverse_1.0.0-3.dsc + 6cd90e6394d5667f8bb046ed9dbbbccc5cfe043d 6791 node-json-schema-traverse_1.0.0.orig.tar.gz + ecc67502d7e66e00f2b985bf445b13078dbf76fa 2672 node-json-schema-traverse_1.0.0-3.debian.tar.xz +Checksums-Sha256: + 7ff2f36e39745a4a3b46be544426055d1345602b572b0fd4c8f3de713a9c2ce4 2186 node-json-schema-traverse_1.0.0-3.dsc + c17b3d81f69f3509e4a680abee5c320d1b0e2d1f150691fb441a4845c7316912 6791 node-json-schema-traverse_1.0.0.orig.tar.gz + 637091820d1783e12fbef69b3da7de17572d83e0d2d1268854bf98625f5f7764 2672 node-json-schema-traverse_1.0.0-3.debian.tar.xz +Files: + 73d721860d3c8808a712ac7d7fad2d1c 2186 node-json-schema-traverse_1.0.0-3.dsc + 5deeffafe6aec659de82cf1fb052c76f 6791 node-json-schema-traverse_1.0.0.orig.tar.gz + cb31b8c6233d5d0b2080b20534f45a8a 2672 node-json-schema-traverse_1.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-json-schema +Binary: node-json-schema +Architecture: all +Version: 0.4.0+~7.0.11-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Amarpreet Arora , Jonas Smedegaard , +Homepage: https://github.com/kriszyp/json-schema +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-json-schema +Vcs-Git: https://salsa.debian.org/js-team/node-json-schema.git +Testsuite: autopkgtest +Testsuite-Triggers: nodejs +Build-Depends: cmark-gfm , debhelper-compat (= 13), jq +Package-List: + node-json-schema deb javascript optional arch=all +Directory: pool/180266d9e3f35f0988e34d192611ce4fc8c8c9f2e2c4cc3ceaee43f786b2fe56 +Checksums-Sha1: + 6732be1a750de0e9dc145447101240699ca5d0a4 2485 node-json-schema_0.4.0+~7.0.11-1.dsc + d421b6c527a3037f7c84433fd2c4229e016863d3 6186 node-json-schema_0.4.0+~7.0.11.orig-Xtypes.tar.gz + 61f86e496b268038b1f95b8520d32349bec14cbc 38002 node-json-schema_0.4.0+~7.0.11.orig.tar.gz + b8d7c0b4aa48d679c0fac94672e3e0a269c42f63 5188 node-json-schema_0.4.0+~7.0.11-1.debian.tar.xz +Checksums-Sha256: + 180266d9e3f35f0988e34d192611ce4fc8c8c9f2e2c4cc3ceaee43f786b2fe56 2485 node-json-schema_0.4.0+~7.0.11-1.dsc + 81af56051dc799dc2ff951c56cc7fa80c7fcd7ed9d792008fd816b5b1e80b236 6186 node-json-schema_0.4.0+~7.0.11.orig-Xtypes.tar.gz + 50b4ac7b7541dea6ef50c955d75680b1fd03df14678b0fdd3e3a2cd3c5ee27cd 38002 node-json-schema_0.4.0+~7.0.11.orig.tar.gz + ee41e18a8aeeedbcf1e6ce6ce6c975d9511d3fedeed885148aed1458c28a423f 5188 node-json-schema_0.4.0+~7.0.11-1.debian.tar.xz +Files: + b00faa963be4d322c52243f952e69170 2485 node-json-schema_0.4.0+~7.0.11-1.dsc + ad1b6e20414db40e9c8a35900fab4d3d 6186 node-json-schema_0.4.0+~7.0.11.orig-Xtypes.tar.gz + 2ce75aca30571d40f28015bde7f3f053 38002 node-json-schema_0.4.0+~7.0.11.orig.tar.gz + 25853fbd4ff7b68fc8baf46edd9eed43 5188 node-json-schema_0.4.0+~7.0.11-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-json-stable-stringify +Binary: node-json-stable-stringify +Architecture: all +Version: 1.0.2+repack1+~cs1.0.34-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/ljharb/json-stable-stringify +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-json-stable-stringify +Vcs-Git: https://salsa.debian.org/js-team/node-json-stable-stringify.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-jsonify , node-tape +Package-List: + node-json-stable-stringify deb javascript optional arch=all +Directory: pool/d8dbadbe2ae63eb6e8faac835d91056d1ae4b12bde007ab4849ce1cd608d72c3 +Checksums-Sha1: + b324e4b71ccad822d6dc3d0f9afa00f143160985 2792 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2.dsc + c0fb25e4d957e0ee2e497c1f553d7f8bb668fd75 1933 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34.orig-types-json-stable-stringify.tar.gz + d14dc87ad7759b85b5d9e132289eebd886a15696 8946 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34.orig.tar.gz + ab2823a7acc731733e1919a5d815da18549db1cd 3052 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2.debian.tar.xz +Checksums-Sha256: + d8dbadbe2ae63eb6e8faac835d91056d1ae4b12bde007ab4849ce1cd608d72c3 2792 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2.dsc + 97957e4ca64da7951874e9b495b4190fe20db19b32bbb04d4a5efaa681253156 1933 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34.orig-types-json-stable-stringify.tar.gz + 0b2e38dafef8c58024c0ef63791442f1b4cbaf5616ab6f19296d33b99a1e733d 8946 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34.orig.tar.gz + 3a6fb53c8e626b905206635d33e1808019772ddd2af41c100d3a877986cfaece 3052 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2.debian.tar.xz +Files: + 6121d879316d5735b69993d3829f81e7 2792 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2.dsc + 520af6e37f09fa80924c364abed1b5cf 1933 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34.orig-types-json-stable-stringify.tar.gz + 39ee7deacd3c6e0190ba63338d23ddb1 8946 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34.orig.tar.gz + c855bf1c0bef4681033b01a61e4452c5 3052 node-json-stable-stringify_1.0.2+repack1+~cs1.0.34-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-json5 +Binary: node-json5 +Architecture: all +Version: 2.2.3+dfsg-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://json5.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-json5 +Vcs-Git: https://salsa.debian.org/js-team/node-json5.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, help2man , node-regenerate, node-sinon , node-tap , node-unicode-15.0.0 +Package-List: + node-json5 deb javascript optional arch=all +Directory: pool/2f77fc0a85852fe80f87461b6b27e29564658084f274f807494c7c6d1379735c +Checksums-Sha1: + bfbe2369261bb54840852dcda1214c3047401618 2115 node-json5_2.2.3+dfsg-1.dsc + 774b428ee03fc7bc3afe14bf505aeb46bf81bebc 60060 node-json5_2.2.3+dfsg.orig.tar.xz + e8feb5370e5138408b0265d10ebd812d535f6ff1 5100 node-json5_2.2.3+dfsg-1.debian.tar.xz +Checksums-Sha256: + 2f77fc0a85852fe80f87461b6b27e29564658084f274f807494c7c6d1379735c 2115 node-json5_2.2.3+dfsg-1.dsc + 01664ea79a36f8e4fff2accf487908ae2444bc6430bcf4a960f4a64398383e92 60060 node-json5_2.2.3+dfsg.orig.tar.xz + b5a789bdc548b9ddf4165966642a54af5718d8f8570c444c623704a1269e3d9c 5100 node-json5_2.2.3+dfsg-1.debian.tar.xz +Files: + 6873250e6b3326efa1f14ff36312d9d9 2115 node-json5_2.2.3+dfsg-1.dsc + 787ac918f084bf75d2bdb0ec2d24301b 60060 node-json5_2.2.3+dfsg.orig.tar.xz + ac9a7c6f2e6b03da35eeaa49c081be24 5100 node-json5_2.2.3+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-jsonify +Binary: node-jsonify +Architecture: all +Version: 0.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/substack/jsonify +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-jsonify +Vcs-Git: https://salsa.debian.org/js-team/node-jsonify.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-jsonify deb javascript optional arch=all +Directory: pool/d451782abf54840829252b13c4f9c64644547bf24d90ec3c31e503a1c99be9d0 +Checksums-Sha1: + eb95c4ff421c8da1bf2b17ef4c3313b406d9143d 2012 node-jsonify_0.0.1-1.dsc + 7be93744b93edc1a0227f775f3f14ede25ad4895 8307 node-jsonify_0.0.1.orig.tar.gz + 9facf4966716190a6c4ce161e078b9cb9c45d022 1940 node-jsonify_0.0.1-1.debian.tar.xz +Checksums-Sha256: + d451782abf54840829252b13c4f9c64644547bf24d90ec3c31e503a1c99be9d0 2012 node-jsonify_0.0.1-1.dsc + 932c1cd7331d291e077f62835346b3a036b8f45b99a354c437830368afb03b2a 8307 node-jsonify_0.0.1.orig.tar.gz + 7298aada9464c1ec19bae96c3127254f97e0a35e05196831a653e1ee4575b430 1940 node-jsonify_0.0.1-1.debian.tar.xz +Files: + d39ea6950eaf2cbfbf12890dd8a5b0b4 2012 node-jsonify_0.0.1-1.dsc + b47858cb4532119c7583d4868a80b4ad 8307 node-jsonify_0.0.1.orig.tar.gz + fe18605fe1a54c9902c3617686c19b5d 1940 node-jsonify_0.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-jsonparse +Binary: node-jsonparse +Architecture: all +Version: 1.3.1-10 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/creationix/jsonparse +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-jsonparse +Vcs-Git: https://salsa.debian.org/js-team/node-jsonparse.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-jsonparse deb javascript optional arch=all +Directory: pool/af555522e4eeb25420e3a74617789f234cb6b4f6812eeb198c3f66963eb33edb +Checksums-Sha1: + c9b81951fc302af3dcb703c8947b40f84c7826ad 2066 node-jsonparse_1.3.1-10.dsc + acf6d8ee781c6fd0fa4467c45a38d1ca4c3e8a40 8721 node-jsonparse_1.3.1.orig.tar.gz + 4a5fdabeaff2356de705ae3d37c0ddd882919862 4756 node-jsonparse_1.3.1-10.debian.tar.xz +Checksums-Sha256: + af555522e4eeb25420e3a74617789f234cb6b4f6812eeb198c3f66963eb33edb 2066 node-jsonparse_1.3.1-10.dsc + e5946340dae9207d41c4473d885a23e1dfdfe0e344bc7eab900dfeccd28b4c46 8721 node-jsonparse_1.3.1.orig.tar.gz + 19885f7df22747f69cac3e550d2a9d266c7d9cb7afbbc50aefb90537430b5a5e 4756 node-jsonparse_1.3.1-10.debian.tar.xz +Files: + 509c5259bd7dea8e55a214528bfd3c5f 2066 node-jsonparse_1.3.1-10.dsc + 3f3a258ba44046be55fee996315c72e0 8721 node-jsonparse_1.3.1.orig.tar.gz + b472e958dd8bc4834e0050516877a737 4756 node-jsonparse_1.3.1-10.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-kind-of +Binary: node-kind-of +Architecture: all +Version: 6.0.3+dfsg-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/kind-of +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-kind-of +Vcs-Git: https://salsa.debian.org/js-team/node-kind-of.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha , dh-sequence-nodejs +Package-List: + node-kind-of deb javascript optional arch=all +Directory: pool/e7395efc8f2be2049e58e83d3a039c96067a05664cee5e47b19c670999482f22 +Checksums-Sha1: + a92b96e6d8ed47dbe21dee887fcbd92120ef5c9d 2097 node-kind-of_6.0.3+dfsg-2.dsc + f31b5f7388f23a3b94f366545600ecdd8c06e4fc 11784 node-kind-of_6.0.3+dfsg.orig.tar.xz + 6054998a4da65abeb374a16a0198cca464659638 2624 node-kind-of_6.0.3+dfsg-2.debian.tar.xz +Checksums-Sha256: + e7395efc8f2be2049e58e83d3a039c96067a05664cee5e47b19c670999482f22 2097 node-kind-of_6.0.3+dfsg-2.dsc + c09a7a9197fd8057e4e90e85349791de6e8f4505d119be6bc9e090a23a066c89 11784 node-kind-of_6.0.3+dfsg.orig.tar.xz + c0fe3d0409fa143fe63d1d6ac70e81f57062078d7ace9737245e032add738454 2624 node-kind-of_6.0.3+dfsg-2.debian.tar.xz +Files: + fbb82124e686efdaaca42aafd7f16f05 2097 node-kind-of_6.0.3+dfsg-2.dsc + 95fb87045f8f8445e9af310b7365ef7c 11784 node-kind-of_6.0.3+dfsg.orig.tar.xz + 94da4a6259bd7b015d66cf21cfbde383 2624 node-kind-of_6.0.3+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-levn +Binary: node-levn +Architecture: all +Version: 0.4.1+dfsg-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/gkz/levn +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-levn +Vcs-Git: https://salsa.debian.org/js-team/node-levn.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), livescript, mocha , dh-sequence-nodejs +Package-List: + node-levn deb javascript optional arch=all +Directory: pool/de32ad3919677febdee385a34f5fa7dfc1ece69dfc0bdb7274c4b37c19a3d222 +Checksums-Sha1: + 0488c2b3d567a301e636d2e506d87cb3662be5f1 2064 node-levn_0.4.1+dfsg-2.dsc + 9b3367eca96a96c7384351abaa5b204fde43a672 20004 node-levn_0.4.1+dfsg.orig.tar.xz + 7fa67a11e1fd8cb7917c19905a23e3cb909dd60a 3564 node-levn_0.4.1+dfsg-2.debian.tar.xz +Checksums-Sha256: + de32ad3919677febdee385a34f5fa7dfc1ece69dfc0bdb7274c4b37c19a3d222 2064 node-levn_0.4.1+dfsg-2.dsc + b41c1085ee6be2738f6aaf06a946b505463a71e4047b2670d9502ba87647f255 20004 node-levn_0.4.1+dfsg.orig.tar.xz + e79240cd9c9b54ea7307ebae08c45ccc9d107e233a64f5e179929dcc868155e8 3564 node-levn_0.4.1+dfsg-2.debian.tar.xz +Files: + 1c4625e6d118b58fc57620be6d2bf417 2064 node-levn_0.4.1+dfsg-2.dsc + f8d546ae1adf08957c389dc4cd2c41e7 20004 node-levn_0.4.1+dfsg.orig.tar.xz + 29b793e1f751fd72ebb905593b1524e9 3564 node-levn_0.4.1+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-loader-runner +Binary: node-loader-runner +Architecture: all +Version: 4.3.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/loader-runner +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-loader-runner +Vcs-Git: https://salsa.debian.org/js-team/node-loader-runner.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-should +Package-List: + node-loader-runner deb javascript optional arch=all +Directory: pool/25f767cabf0b0d06f34bfffedbbb1fb9a019faae24efb2c5f65f19ad97e982c3 +Checksums-Sha1: + de9c2e0c62e1d02ddac883d6ae78d0f49cb7881c 2128 node-loader-runner_4.3.0-1.dsc + 23f2635901c161d2bc676cca1eebcad4e183433a 29999 node-loader-runner_4.3.0.orig.tar.gz + 07b9d60e87bc3f9ebfbe2d1ff8a441b76981de45 2900 node-loader-runner_4.3.0-1.debian.tar.xz +Checksums-Sha256: + 25f767cabf0b0d06f34bfffedbbb1fb9a019faae24efb2c5f65f19ad97e982c3 2128 node-loader-runner_4.3.0-1.dsc + 248b64c50498422ea3ed988a28bdc56b81236cc09f8ea4988559d8e9c8924e5e 29999 node-loader-runner_4.3.0.orig.tar.gz + 951bf442c6b1a46dc0575a79acf170f20a26bc9e692c20fdcb5816ed184c805d 2900 node-loader-runner_4.3.0-1.debian.tar.xz +Files: + b459c4b549b8df272730792822917651 2128 node-loader-runner_4.3.0-1.dsc + 3024b1ba1fdc8d514e112ebd9c00b929 29999 node-loader-runner_4.3.0.orig.tar.gz + 46631102a705c4622ea1885f224a0b91 2900 node-loader-runner_4.3.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-locate-path +Binary: node-locate-path +Architecture: all +Version: 7.1.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi +Homepage: https://github.com/sindresorhus/locate-path#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-locate-path +Vcs-Git: https://salsa.debian.org/js-team/node-locate-path.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-p-locate (>= 6) , node-tape , nodejs (>= 14) +Package-List: + node-locate-path deb javascript optional arch=all +Directory: pool/76e0b0216bc1b90c348f9d12e73266759d1ae53c7d3bfcb7b834e9b24d1b9faf +Checksums-Sha1: + fa854f135fe6c54c79f2eb0158dedb505cedfac5 2155 node-locate-path_7.1.1-2.dsc + 6a2fd503a0720d2aac65ccb71275b7201764e7b4 4493 node-locate-path_7.1.1.orig.tar.gz + 471011c521b76b069177fc789a1d9046868694f1 4020 node-locate-path_7.1.1-2.debian.tar.xz +Checksums-Sha256: + 76e0b0216bc1b90c348f9d12e73266759d1ae53c7d3bfcb7b834e9b24d1b9faf 2155 node-locate-path_7.1.1-2.dsc + 1e9540c262b4069f632cdfe79b91d69add8779487b849963b9add9f1288cd0f2 4493 node-locate-path_7.1.1.orig.tar.gz + cb8689d428de1a667209eb3318bd049354436f969792c1a29c44b865dd12578c 4020 node-locate-path_7.1.1-2.debian.tar.xz +Files: + 464ca6b3261c7467e76425b15e0b2057 2155 node-locate-path_7.1.1-2.dsc + 20dca39007dc1f7a5390d9eec4734ed2 4493 node-locate-path_7.1.1.orig.tar.gz + da540e12f8d1cc85a7ed29656c55c1dd 4020 node-locate-path_7.1.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-lodash +Binary: node-lodash, libjs-lodash, node-lodash-packages +Architecture: all +Version: 4.17.21+dfsg+~cs8.31.198.20210220-9 +Maintainer: Debian Javascript Maintainers +Uploaders: Valentin OVD , Matthew Pideil , Pirate Praveen +Homepage: https://lodash.com/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-lodash +Vcs-Git: https://salsa.debian.org/js-team/node-lodash.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, uglifyjs, node-async, node-fs-extra, webpack, node-glob, node-semver +Package-List: + libjs-lodash deb javascript optional arch=all + node-lodash deb javascript optional arch=all + node-lodash-packages deb javascript optional arch=all +Directory: pool/c14793f05c30c53240d8a44bcad4eb3b43cf87a3656aae125fadd1c587be5e24 +Checksums-Sha1: + 5515006ebc12e0adfb0f54ad899257cbf5c0e237 116742 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9.dsc + a080dc7b95e29d5125447b210ee9bf71c10507d5 69532 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-lodash-cli.tar.xz + c0a694accebf50265d7adf654ada1854e3b34739 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-add.tar.xz + b683a0f9ed6a5cba298dbbfa13e91b51bb2b9cf3 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-after.tar.xz + f9db3baece8edd5840f8832c7c0b91d3e660d706 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ary.tar.xz + 706d65d8b85cb4ffe886588fe7b1b2cd749b9f9f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assign.tar.xz + fa831a82fc22c5ee703d4985d7eadb054dd39e1a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assignin.tar.xz + ed3bc2bb64d2debc15ab05f9f1c498e68ae1d977 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assigninwith.tar.xz + aafadd61b4f304e44852918cfaf81486001cc2bd 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assignwith.tar.xz + 6107004505cbfe7c223ed9aab9feca57f4147dad 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-at.tar.xz + 82f185223cccbf36b99b0af06bbc6c13c2bcd46a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-attempt.tar.xz + 41b46e6da0ed1e80fda051e0d336fcdf2da3cda9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-before.tar.xz + 11d7996491e104d6d650f62f12c3f7a9b6cb56ea 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bind.tar.xz + 33af32da2497544726365ad0147a59b5bc1f7be1 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bindall.tar.xz + ee21f2ba2d12b4990a6ab4c0bc5198b6360760d5 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bindkey.tar.xz + 7abda04e6efcb48cd305915289708857141c4f11 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-camelcase.tar.xz + 7db997fec94a3ecd3ff8ed35b230a1fcaf9a1956 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-capitalize.tar.xz + 72a048f6e0a11ae53945feeeebd22f391ae59438 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-castarray.tar.xz + 1eddc13bcbb19de73bfed3800d7ec69812543dc3 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ceil.tar.xz + f0dc5507273a6cd0a34f808682be67b85b260723 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-chunk.tar.xz + 9db232f480fa1621d1a7dd43af609494039fbe25 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clamp.tar.xz + 8e246ab0ea2f8836bc34697ea192d2a2d039e1db 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clone.tar.xz + 38d4b803d3ecfa7cd418b6e6766111143ba03089 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonedeep.tar.xz + c75df1d8eece5513ab9679cf84802ca646fcb906 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonedeepwith.tar.xz + 8dd23159957e62a8ffca689ea17b3639af1ef5b0 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonewith.tar.xz + 04c91a997b7a49ffb8a37bdb846f82534f704f7a 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-compact.tar.xz + c70523e8dcfa32eabb754a430cdf847579e7ad8c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-concat.tar.xz + 23aefb16ae6ac7325c75eff8f9a7a2389929fc26 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-cond.tar.xz + cd0868c55c98e68f14a6da424ff3b0933442da7f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-constant.tar.xz + 75f311ea6aeea9a5ee828f5a215a0238ac17267d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-countby.tar.xz + e287cd792d00c19f5b0f33f53406e990b1770d52 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-create.tar.xz + 6030819cba93fb5f5b62ea3168708543e1de980c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-curry.tar.xz + fdc7f59016f8b0ee370dee1bcb37be4795b77d2e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-curryright.tar.xz + e1421ab37dd79afead8a30380d7b0c96fdca8202 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-debounce.tar.xz + 7520e3a4d574723eff6d901230078f362938acd6 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-deburr.tar.xz + 28166fc57f5748a49d83052d955742f3d68e5f3b 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defaults.tar.xz + 24074df4374eb47c99159c4e6236ab4f933cfb3b 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defaultsdeep.tar.xz + 8d61861cc6590b669828db4d234c1caa8db6718a 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defer.tar.xz + 5e7d3c557e5e51f6951fad9f364c7b2693720cf9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-delay.tar.xz + 49172df8230b07e33a07c230bf79f427e11da901 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-difference.tar.xz + 37ca45553a378a7a7514fa4586e300cc5e42f108 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-differenceby.tar.xz + cd74cbb390c089b27d670ae8d52c6627fbc1381f 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-differencewith.tar.xz + b8210f1f63388ae74275f07a5fc0bb03704e4b6f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-divide.tar.xz + 8027d5bbc875946e3fbb6fdfc06cdb765cd2f743 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-drop.tar.xz + f9271b00e4eda2d52c2ffcbe4109a484f9e52ebd 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-dropright.tar.xz + b2d499987753d3f84713375ca4c3b2625dbc684d 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-droprightwhile.tar.xz + 67011e70d47448d2a2ec8d8770929c27bf395904 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-dropwhile.tar.xz + bc1e5555cab5c2100236b2b2083321c6091348c3 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-endswith.tar.xz + 023819d47796507d28ff81153ba57856ee676bb0 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-eq.tar.xz + f4eadea4006ebb5c198031b6241d57acbfcd872c 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-escape.tar.xz + 8892da8536a5dde416a7cb54b07d31f8442e5d53 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-escaperegexp.tar.xz + 8b2368e0eb8de81583c35d06c543cbd4cd81f8cc 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-every.tar.xz + 00319cb6167f8bdbd53e522f2c849e384530683f 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-fill.tar.xz + 245c7689d8015b2fcea0abaa11f7ffad0b6b7ff6 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-filter.tar.xz + f5d3ee91e0021c390806cec976d1acbdc47fa6e6 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-find.tar.xz + 7e6defcfafba09c68dd0430d37817c42449692b9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findindex.tar.xz + e6588ddd4dfbf559c1dd9b245b5e9f1bfd0a5b18 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findkey.tar.xz + ebdd98e1bc06c14d3f30db61dbb5adfcfde931de 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlast.tar.xz + eaf67bd9e1fff87fbd7cc3eebdbbcca579b90766 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlastindex.tar.xz + 5a462158eab05739345b8ac36557a4735b6b5cc3 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlastkey.tar.xz + 8afda302ffdf4993fb850eaaa2eb99291b8ae97a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmap.tar.xz + 35a7ac5e63dacdddc0ba0e749781320f03945702 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmapdeep.tar.xz + f809e73b0de248273e83f76838b345cd92c64e68 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmapdepth.tar.xz + 1fb1bcac9bba19b2b670c71f2289209a980e4ab1 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatten.tar.xz + 7280ab040e75ce93bfffe155ca709cd16fe3a294 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flattendeep.tar.xz + b363be6d568c513e5470d59b3826de7c77ef5410 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flattendepth.tar.xz + 320003df8779472fb0c8e335865b217fc5683112 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flip.tar.xz + 488f98990f6bf71a6d1b93ea438bbbaeada62a24 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-floor.tar.xz + e4458bc30ad70429ae2a356924e5527473d9c4e6 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flow.tar.xz + da487c99855827f8e916dbdbd2f02ae15eaa06c6 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flowright.tar.xz + 6bf063136828d70c9c4723e4bcec38e6cd035805 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-foreach.tar.xz + 3048941c061c465b79582df4eec400283425932f 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-foreachright.tar.xz + d8be38aab13fc87d22909cabf7bd396cafd9e5b3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forin.tar.xz + 2ea1991dc236971862246edcdf531c7aa673b4ba 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forinright.tar.xz + 4a02d06b26f5035110703ba387e0170923cf83e0 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forown.tar.xz + 68e0fbca8a19eeb0b3cf8afdff2682839856fbc2 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forownright.tar.xz + 13c9ca7c882e9cfeebdbbd764494e32c7e26d20c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-frompairs.tar.xz + 9aea0180cc9ffba1bab0e41265666626def09316 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-functions.tar.xz + 90b6b5d4ca9d8faf35858cf8854ad98189f5cfe7 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-functionsin.tar.xz + b05a1967d1e8c148545ce301173cd9c2ad6d033b 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-get.tar.xz + 946717babc14a1d5036e255d8274b5d7d8063a40 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-groupby.tar.xz + cdade8d8d8191def0a6adce1afdf34164aa455e8 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-gt.tar.xz + d8e22e3ff4bb075feab00b1a82f0a15884b46181 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-gte.tar.xz + 49119180cc8b79630f68ff30c73ec0fda120dc15 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-has.tar.xz + 7525df28e591c3ffc1d4d25e079839087e6f4e0c 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-hasin.tar.xz + 6082b811908a0a493a6495b91176421e559f0512 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-head.tar.xz + 53817a7d93e24444f757b4b222895a07e1a8592a 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-identity.tar.xz + 59f11bd31ce932ba4a0f6fa58328b25067eb3e7d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-includes.tar.xz + 4fa67b4a86b63b34ed9aa551cf3565a49c040b87 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-indexof.tar.xz + 1359b3468e3e09a691988559dcd98ac64cfa8c72 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-initial.tar.xz + c528d5a25ac8df64b1cf84732600e9a048b5afd1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-inrange.tar.xz + cb46703dcf292f9371e0eced4322557eb11546ee 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersection.tar.xz + 150c529843eb492a453d0e4daa129ba34aec1a34 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersectionby.tar.xz + 79025bd44927b9ae58daed0daccde9771ae0561a 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersectionwith.tar.xz + 497a550044df45554e6e550df3463b77d553f690 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invert.tar.xz + ea4c2d09cdd1d50b9b970a111206a78a6a5d16d7 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invertby.tar.xz + 10c98052e39682b939298773ddf067ef2c7c71e9 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invoke.tar.xz + d8406ac93de75c03df24396016a4b7dcb816f6b9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invokemap.tar.xz + fb9c4a3ebd5069985bef90307cc15a1fca96290d 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarguments.tar.xz + ab3d69ad8f80e8cb635a12acc2d5b5506e910d10 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarray.tar.xz + 4dfcb7cade722d26e8bca72aadd4fc16bb290937 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraybuffer.tar.xz + 11ace877839594e729dd5f321ef9abd8b47eafe3 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraylike.tar.xz + 784c7054c9df84a61b06b50f48e5302aec09707e 1632 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraylikeobject.tar.xz + bb961b4c756ffa412a818074f793429511a14a12 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isboolean.tar.xz + fd25b6c9b337aaa9cd504bb91f84fb9781dcb571 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isbuffer.tar.xz + 7e2e5f674c17a139a52a06124dc42acc124a38cf 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isdate.tar.xz + 1ef1e9a3869e3d6be656d8acd07dd761cb69eade 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iselement.tar.xz + d9ec53d535d3430ed6ecb2d91114ecb7923b484a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isempty.tar.xz + 3c3872b02d3c47ff6f3666e82fcdf5ceca3b3305 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isequal.tar.xz + 5c8f8dde1fe235f7b6abbffc64eb9762528d9f20 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isequalwith.tar.xz + c3ce4eb992c18451e7905d7ee833a456f48a82e5 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iserror.tar.xz + c6ba292c2452f65bc30417a8966437afdac3ca8d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isfinite.tar.xz + cd1cb81898bf0d3824e96ec65097d773d2fbc792 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isfunction.tar.xz + 895334d3f7b9d08c18c72614272f0d5ae5c5e380 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isinteger.tar.xz + 88713d04b31ee21a35084e603929094857c84cf8 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-islength.tar.xz + 791f9d53fe0193d2995227db3b5f0f92e91d8ad6 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismap.tar.xz + f5c889ab410cbf31dcbc70a27a3914711ffc941f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismatch.tar.xz + 100643159ab600d0d8d1799a9bf992ed7ba61c5b 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismatchwith.tar.xz + ca34a77ec81874925d7d30794bc3121002890a2d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnan.tar.xz + 90bd7897e0b46a461728b126f6afe861746f38d1 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnative.tar.xz + d7c6aa8a1e4f1afd2b2a768210a927a23ecea10f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnil.tar.xz + 473471979455e93b35178622955d3ddcc7e8154a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnull.tar.xz + 44dd285ea749d73f78cbfca14780ca996adbfa90 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnumber.tar.xz + edf17ba5e53b045d024675ae71cf57993f4f0a0e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isobject.tar.xz + 8621811cf95c3d225ccbdcca710c74f40675ad9d 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isobjectlike.tar.xz + ec8919f8361cd4b4b37c353f70f03f237b5e9023 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isplainobject.tar.xz + 8440fc24862b6db3a07584d075c4279c0cff147b 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isregexp.tar.xz + 141c1178413daf89ab5272828f91ba9ff4e72f8e 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-issafeinteger.tar.xz + 0d66068d0dfbd1c1814d52de9791485bf6f1f396 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isset.tar.xz + 639a46a7f0b462d06449f6fffc7a92db74cd21e3 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isstring.tar.xz + b8afac85cc6077fb0e19f52b8a7fb10787359a50 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-issymbol.tar.xz + 4aaeea1c072bd72ce89084b21bd738242e7d5efe 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-istypedarray.tar.xz + 1432198df1244698c795aed62c584d5ea508ad22 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isundefined.tar.xz + 82e70df123076ccefb29389291e10fcf64e42f04 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isweakmap.tar.xz + 6ca753e3d0ca3e21144c57f9a5f4143c8af440b1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isweakset.tar.xz + 7f99c4452ade46688ab092e9142d4f24194479bd 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iteratee.tar.xz + f94b381b3e9b0e3f22049ee9e0a416b1c036cc73 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-join.tar.xz + a544ce8537f6e312d066474ce086c87ed1a5d603 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-kebabcase.tar.xz + 88763fbfb78696499c074b66efb918406059a741 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keyby.tar.xz + 05944f8ce54dae846fea5d20e940eaf07257271d 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keys.tar.xz + 538bb09410e1a0b79a9f96de5bcd53eae28e2e79 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keysin.tar.xz + c124aea1bc229fa6548b3e2d69acc0715f748e9f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-last.tar.xz + 5399775de195f40a46f44ba0fd31acdffd11ff27 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lastindexof.tar.xz + 607eabfaba2108ab2e47167d0f0fabd42c51c0b0 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lowercase.tar.xz + 1c2ec5c4453465a594ee995540dac66dcd6e5d32 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lowerfirst.tar.xz + 9e1695472b41f12e0ef9639772efa256dcb67c19 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lt.tar.xz + 41bf5902192c62b530c7242c21cf66764abcd007 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lte.tar.xz + ae377b2595e3c13979a9bf7eff6186437998005d 1592 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-map.tar.xz + c8f9b7656bbb5f8949db419060b81685befce9d7 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mapkeys.tar.xz + 0b92e1da680b26086de49ed0434a0cab65501c29 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mapvalues.tar.xz + b87cc7f2863929e952c28c0f194ba6b6956c11c9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-matches.tar.xz + 52ff74591d12c542c6888217e3fe210d991e6e17 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-matchesproperty.tar.xz + 46c685585d472ea1181b6864f9727d6212257995 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-max.tar.xz + bb1691375476017c444840b5ede664c1ff1458ad 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-maxby.tar.xz + 0c6375bebc4f2b09ededc6eb99f793b433460b3f 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mean.tar.xz + 72ec2ca977622bbaa40b1cc829299cdd1eb382de 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-meanby.tar.xz + e82730f3ee5368bf24ed0f0f688169668ea3d88f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-memoize.tar.xz + 1d50826f6fecdf7f52b60d8d58b58511f0d1b50e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-merge.tar.xz + 8f34f99af69f731eb019068c27092e957b5d4458 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mergewith.tar.xz + 4a6759b66cc941865fa3adb8b0ce55349e635bba 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-method.tar.xz + da91d5195f6c59e3eaa4932b7fed32dbed09efdc 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-methodof.tar.xz + 9fb241f5de8be925005c485c0dd63ce9a444b115 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-min.tar.xz + 2f18dac27b0985a6b0c29ec121cd8579062c2414 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-minby.tar.xz + ad1e9bd087ed38bcc2285fef5809d03e5518d652 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mixin.tar.xz + 43fc56378518dd8a714911098226f0341d4e0642 1640 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-multiply.tar.xz + 334c43388846de653071d9762fd7a1ac32a1d725 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-negate.tar.xz + 9d42e314345ef732f432ff9b5208f48ef214222f 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-noop.tar.xz + e367904774a1ab3f8264684d451ca623656aac49 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-now.tar.xz + 764c98646cdceed83d9ed52c09282c45c46490a7 1600 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-nth.tar.xz + 436fde228de911420a037b521862185dccdf993d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ntharg.tar.xz + 38711ca66d364f9df3e1700903854531a1b7566c 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-omit.tar.xz + 5b1a4a497fd45631e01379b727aa0282641640de 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-omitby.tar.xz + d3e9c7ad877e5b45f0c7d0af661f346f83c1034d 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-once.tar.xz + af3d3623b54cd548428349b7d7bd963eef4b6ac3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-orderby.tar.xz + d3b6a97ee8e76899ecd70fc73fdf3ce2d16eec63 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-over.tar.xz + e5fa127708ec14306e15589db7e50e4169cc1b5d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-overargs.tar.xz + 60ec289de5cae95fd740d39ad4f2ffaf7802c892 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-overevery.tar.xz + 86ac32669d15c9e4760078e8d10644689c20554b 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-oversome.tar.xz + 1449a77f28bad2e8c3b86248682da1a02dd557cf 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pad.tar.xz + 4220f779feda688a46eb9bf78c1632c83f1c0013 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-padend.tar.xz + f4789a504d3fccad2d3dc677ddb7513e89411266 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-padstart.tar.xz + eada3b5cc0cb376744a4c8d281b63aacc80874e8 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-parseint.tar.xz + 5258158bf26d1664f6908fc2eab5a05439433e39 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partial.tar.xz + 186bd6944dd60ccd2b706826401704dfb9f9d28f 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partialright.tar.xz + 50124a71fa012a407980f2c458bd7cd9bb9b9820 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partition.tar.xz + 3b627f2732a18b922225561f93be753e5e03bde2 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pick.tar.xz + 596adf3cec6bfbd5ae7ef728a7331e108dc5ff0c 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pickby.tar.xz + f456b9c64cc7ca3a106bbdf074303501cfd2ea22 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-property.tar.xz + 6177fb4222f93849b07719e4e71ac6a2c885e69d 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-propertyof.tar.xz + 5f1b6477e7c5aa6d3f97b88c30db9967ba80e7cf 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pull.tar.xz + 136b9184434e3ccc44eb190c9ae4bdb71fbbf049 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullall.tar.xz + ecb80605fff23e659ee89db8723ff2532f4e8f91 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullallby.tar.xz + effa8972229aaec3c1274a0a6cfce7d56a73ef91 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullallwith.tar.xz + d9313e6ac82ea016d7203c006d413b85fa168ab0 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullat.tar.xz + de133f2054f85cf88eab786f493291b5d37f54a4 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-random.tar.xz + e5d628b46efcde89e2cba4ec8c846885717acfa2 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-range.tar.xz + 8491f3164c4c5dc4faacf3d2466db01b80cfc731 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rangeright.tar.xz + 09647835aa3a3e82cb95159b50210211321405f2 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rearg.tar.xz + 4f338bb6df8ce2339e75059c84c2446ea9176de8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reduce.tar.xz + 5d0bbb58efe7f55fdf32a78c0bbc3336ba0b1963 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reduceright.tar.xz + 67c5e135f23857baa0906441c47fc076607590ab 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reject.tar.xz + 7d1649d7f2e73c116bfc7ffa6a286f4ea4e524ee 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-remove.tar.xz + 1466432d7c0b1a731524bdafcef7fe22a09d013a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-repeat.tar.xz + 89c7ba15a7b45fa2a7af7c59a0d34cbb50b43c29 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-replace.tar.xz + 7c205bcfec04f5b1d34260904de7dde00ec7f9f4 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rest.tar.xz + adb9854ddd922d3aa702b240d0525651c75938b4 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-result.tar.xz + 78a6e4d600c4fa5cfadd6e1090fa9a5bbc3c35f2 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reverse.tar.xz + 584a0c94d4221d891d14d3cbfea955264e409ef5 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-round.tar.xz + ab146bb322ab4bb8b433a13e6a8341302c1812a8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sample.tar.xz + 7e0aa8e549eea453e5d4cde76c5e64f9c8f63ba1 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-samplesize.tar.xz + f487232a72f85280807a6547dad9cc8d217d76f5 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-set.tar.xz + 1140fa996c757034d7fc879f65a31a98dcae48ab 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-setwith.tar.xz + 440148fe0a06fe08215c860236f4c5f0717592d5 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-shuffle.tar.xz + 3f0b0ac2d8df5cd42403c0ca80048ae8a5b4e799 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-size.tar.xz + ff4c253ced9dfe83609964a948111ac1f63548fd 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-slice.tar.xz + 2b428a48165831be4a6ea4905d1593d05d1dbc1b 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-snakecase.tar.xz + 8bc2c41d8f321b60f3263b4b68037d49181bf1b7 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-some.tar.xz + 22e8f6ceaf8e67c534f18202fdd9522b352c9c1c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortby.tar.xz + ea29458d1e9b0e1f1f4df08b93fa9603dfe55255 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindex.tar.xz + 9b5a49feafc19185ec924e4914c8f9625f52f214 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindexby.tar.xz + dc79b6199c6ae50a38faae4228c52b51c139acb2 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindexof.tar.xz + 6462b8ff42ad131568400c29d9fb85931a7241fc 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindex.tar.xz + 3935d00323af7796e373b2482b6ee393893baa8b 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindexby.tar.xz + 2a0ccaf64ebfd7224f19e3b8064a45744f96b59e 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindexof.tar.xz + 9caf434eb49fe610c5615166d3c0a1b0e3bbeab9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sorteduniq.tar.xz + cfc268f0320d7a532d48fc4e5657457deb6607f3 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sorteduniqby.tar.xz + c48c8c64058104db708acde8087ee3e95ac7a3be 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-split.tar.xz + e0e27f4b7308f9c9097b0b3d493a56b8ea54e08e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-spread.tar.xz + 9157282edf399d3bf3d515c5daaf5e035d1d57a8 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-startcase.tar.xz + 3a7dee0aaba1eed860f3e2a4ab76b0de1576eb27 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-startswith.tar.xz + 40c1e1657bb3175ec484e58db7559f57c1b65adf 1632 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-stubfalse.tar.xz + 22e018e48d063de935582aee6b68d4ab71613d0e 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-stubtrue.tar.xz + 61497abeffb455fb84858dfb094bb50577770f77 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-subtract.tar.xz + 76fdf1a306d454466077088ad4f495be87007232 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sum.tar.xz + 9d973f57e3240f0629b3f470f9618ecf91190a3f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sumby.tar.xz + 171dea312f269811b5633700580a248d205c8126 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tail.tar.xz + b11c2eef8af7136ab304c4b473f453a706f3e06f 1600 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-take.tar.xz + 1f24195c12fadcfceafb95c3a327423e14e07d64 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takeright.tar.xz + cb330f24a2116d7f8467e5c1c64b487f5afe9d37 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takerightwhile.tar.xz + 143cad009226605898ace611168ac0b51cbe1c65 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takewhile.tar.xz + 33822c414e99d17c5e2287310cfcfea607005369 1640 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-template.tar.xz + ad85766a166ae506a6be1ad275e6097d0d0394b9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-throttle.tar.xz + 2d7bb9957e750c606c27eaeec604100770a09b13 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-times.tar.xz + f69b61cdb1f08bd12d5e51d903984867afe63383 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toarray.tar.xz + cb51e6e757b3015d8b1272f6fa2900d11c634fd0 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tofinite.tar.xz + 2efd9a3766a9bf37f14aa34c2f0b2f2fa4a4d55b 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tointeger.tar.xz + 340f509763c7f1d192d85dc4f4903cf3e5025112 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tolength.tar.xz + ed5e60c2ff40f3192bd6f4272434500a8cf689ea 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tolower.tar.xz + 04ddc9820eb4e155fa20950ab1f08b95946b6541 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tonumber.tar.xz + 804c5e421414687ba88f6e093d7580fbafb13027 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topairs.tar.xz + 6c1bea15f4be37453d865b0b9db03672baa2d5d2 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topairsin.tar.xz + add93b8a56bfc459cd53ababdfb9afbd45554264 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topath.tar.xz + c77b836547ef30a8d4857520f97267d8fd3249ae 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toplainobject.tar.xz + 87e9e999ed1ba9dc1d9463cc836835d8565d629b 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tosafeinteger.tar.xz + 569a210c4fbfe2f4072c54d624c7208968725162 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tostring.tar.xz + 87b9cce0217c23f888ea2374c61309a07754abab 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toupper.tar.xz + 18b8b2984484c0a8c9d6e703f39757297d6ff264 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-transform.tar.xz + e41218deb44b807a469e5526943d7b34ec166e06 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trim.tar.xz + 0b04a7e4d18f4326bf2695735c9c0c0aeb60e067 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trimend.tar.xz + 58c050e967871ad7dacd3627911d4538a51e7942 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trimstart.tar.xz + 10f2c921b9124984dcb9e7f21757adeb7f4a3bc3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-truncate.tar.xz + baaadce30e6a74a41d7dcefb7d9e2989d98efe32 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unary.tar.xz + ba119f9790db9aeb4afabc0055e0b152c0b8b409 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unescape.tar.xz + f242b0b0c5a1141325f826458777de25de3f39bf 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-union.tar.xz + 8fd5553543098445531d89c2ae7159d7d405eee5 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unionby.tar.xz + 019e4c689d63c31a818e5df8802acc7b60bdd793 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unionwith.tar.xz + be9e1d97578fe630757c3ddc8e623efeee48eaf4 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniq.tar.xz + 4cf3573d0967cd4a73c09193ee33d58b869a7ebc 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqby.tar.xz + c6bea41d1e38f5fa3acee4e8e2d6631043b6a2c3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqueid.tar.xz + 823926742ff96641f881ffe4a7f276840e82b27e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqwith.tar.xz + d58b1dfe7ab46cd8d561a3a427b4e92fa39d5c53 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unset.tar.xz + bd5d8b36bd93f8957860ca8d4beaaea7fcd76008 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unzip.tar.xz + 11fc2f6d2c98c0dd3a95fe52cdbe665d3ef36d00 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unzipwith.tar.xz + 829eddb9e7da3d5801121dc3c8292e8864889361 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-update.tar.xz + 69a992bf8d0729742add18990c1550caa6bc5d66 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-updatewith.tar.xz + 8825b468f4a6e6fc12f97a4d65870aad142df401 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uppercase.tar.xz + 6c847c91d2f92b83c8673a77ce7480692ee73fe9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-upperfirst.tar.xz + 30f4f571d0f0d240b64e6d0d6c182be495d46b74 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-values.tar.xz + baa5821b87f3f93262e316027f2ed7de37d464c4 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-valuesin.tar.xz + ecd1d9425ee89438dedcc202e0791aebca15e8cf 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-without.tar.xz + 528b17cfc0cabebcb287d4ea5c0a2428b8d6f693 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-words.tar.xz + fd0fed8fb79c257122efd9f622f38f844877d218 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-wrap.tar.xz + bcfc4d2964fc3d1f585e7d16b9ed375485f8eaba 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xor.tar.xz + e810587bd294295b24ff6ff75f9e03fcc32f3f4c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xorby.tar.xz + 45fbf86799eadb94481561fb647da5ca48185223 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xorwith.tar.xz + 7c6dbdffae40a7a289242402b6b026634f4113ac 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zip.tar.xz + cbb5938f979831dab9c68de35b6ad4287f8da399 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipobject.tar.xz + 78b362a10b4b94ee0a3bb096f4e1e034cfaf7d66 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipobjectdeep.tar.xz + 81331485b0e8eb809ce54f2a890eb438a6d6c8e9 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipwith.tar.xz + a43d3853892590b0725dab20e8f0409219e5b276 75856 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash.tar.xz + 5dd35e7b8d9e0a43f4d03e848a71ac8a83ccc405 295172 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig.tar.xz + c450d3b78e6b2daf88c62ed08b3848afd29ad7f8 14300 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9.debian.tar.xz +Checksums-Sha256: + c14793f05c30c53240d8a44bcad4eb3b43cf87a3656aae125fadd1c587be5e24 116742 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9.dsc + f9bbbcff25e71b00e9f7012f2b3414b7418194ee2ed3fd2e2f71e7fa0866a374 69532 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-lodash-cli.tar.xz + 8818515b3cb95a0a93cef0616fffa2f4dec49c86b457577cded7afcf7f5c91a2 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-add.tar.xz + 262cc57167260f4a8a3b564f1f65dd3f9203e213e930a6bdd3265ed3bead044f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-after.tar.xz + 6dcc82a07d46038c3df8a8d8a15e58c677b033c07215b3b9b3c31f3c026347f1 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ary.tar.xz + 0f9aeb76fd039b1c27eb01e09c536fc536ad05de5b9e3ce83cf370cf0cb76ee4 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assign.tar.xz + 66442d4ba956ee7c657e1cdfe3b3fa4125cb5d4f408200c152730db8f1322122 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assignin.tar.xz + cc21e4035cdd49d8510bf50b8095995a2ab6d9c7de64584238ab8d96ccccc16f 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assigninwith.tar.xz + bd511d1b96c4594b716043feb4d1382b14df1ea58d35b3acff1590c63d51bcf7 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assignwith.tar.xz + 64f88ba0ee5bc5ce22c6a7deb5384fc5b4b63abe23d895fadd0a49814dd5be67 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-at.tar.xz + 149f49eed9fa61b7988d2fa0674fb73937334f608405e9022b50604fe2ce6bcf 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-attempt.tar.xz + e42f1e4ac4098a40bf454bf62a6c83090d97785fa9600f5c7c0d44b0fcf1d064 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-before.tar.xz + c6e8ae8b417144c606f12e9d8e87218c08ce67488312d31ec35e51ce47c72a72 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bind.tar.xz + 915d887af2f4cfe516c0798f39ee4e61e4bf72357bf01add721bb0dafac78a54 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bindall.tar.xz + 5d858412e7a6a1b7881c9165e65b6d2f3d9016b896b21a443f7077ead4852c09 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bindkey.tar.xz + 574d0756e9e9693cb508d40af10b319b04bfe86a0e6235be8d4c668787fd196a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-camelcase.tar.xz + 42551bff241672beb1977a9e7ef50300d4ccf294214b40c584f653e8635b778a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-capitalize.tar.xz + dd24cf64edc84bcec726c23f1c87c4059d1e5e9c5ad3ba5b10f1a76adcb8abab 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-castarray.tar.xz + a655735fa8f7dbe010efaf34ccacc74ebf137df56e5587e8a4428662b5ea1b4b 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ceil.tar.xz + 28ac872e94ad10056c512a86f167e9b90ccb2735e21b6b92a1c849ddcaa70d0e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-chunk.tar.xz + 5611f2db50699851b39517542300d0f25d02cd8e008ca324bde9b8ef00be9b4a 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clamp.tar.xz + a4bb230cb876bf320fbbf137a5e0161cafa79f75d8619896e83d24bed48ad61f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clone.tar.xz + e1c5eae4563ebe5280459bf45c0cce9200c3ef1cbced8ab863f3f6a354c1339f 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonedeep.tar.xz + 45d8338f25175b262eb03f0e24df32ff9b44e8aa7cc213d79dc3cb8a37fa824d 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonedeepwith.tar.xz + 5408afe2d75a346bad3ef1db84b9c15cd3a560a8e309f126cb5dc7236f0073ef 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonewith.tar.xz + f4200aa58ff84c6d95891ad0cea258d23cde3293e5c06e6ae33020078b9d6936 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-compact.tar.xz + 87737b34b75ed49647e0100f8e965a5c737ec7fe91a711824ed755a7ca978464 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-concat.tar.xz + 6d1cafe93c8f266f5fa49c3e73c849ec83d5f75aeb55fd6ffcdcdc6778b57baf 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-cond.tar.xz + c579d9a3100ba13062e5da5dd88dc4bd207357a0ca9141e102eb9a0dcbe2cc60 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-constant.tar.xz + e0905bf5f4f7f9ecc17ccbb8679dc3a144cd56ac572fc9948a3ae1c231e41b1c 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-countby.tar.xz + bc97612dfaf1841a841c53be25a77d348f6840f342e28a1dc17391ae4ff694f2 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-create.tar.xz + 9d304a6a8690fc691ac96552d95e6c814de783116e97cc93339fa69bcaffcb81 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-curry.tar.xz + d4d64632d802c11c7845e557bb326712eb80ff31057a6cf1759ba91d7b7fcf82 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-curryright.tar.xz + b21dbb3683bbd949af80eaac4b02d8ecd814d977f8edc84862d64399621c02ed 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-debounce.tar.xz + 1dd9014204cfa41f54b64f2c9784eaa0830cd1c9cd58fe2185fe5a15f7264034 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-deburr.tar.xz + ee493b2fb37fe32bcacb9a79c66c32049baa3e8e1eb77795a430ef63658d1ef6 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defaults.tar.xz + 4b54bde340829af3fc6d8596bbbafb4a8f98aea7e6ed1902c1a127c7dbfa5458 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defaultsdeep.tar.xz + 75aa18e42d93f2359a0ecd1c8a2e3b752b23180e695e24d2a764ca07aef3c1f6 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defer.tar.xz + dc40e436e46988749de5a397745438d9a18d57942e9484bc65878972ba07749b 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-delay.tar.xz + 39e536f032044e80f0e3a3ea62d3ec1102cd270c30b015aa5f011e6a13fd09c6 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-difference.tar.xz + be4d8d8ec579396d7cac34a0136f7aaec812da12b7c3ae15e26d0f6b7f3ef073 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-differenceby.tar.xz + d32e0193681198db0527df52fe42ec622dd2b0f7bd728abb3cbe5db005a73b2d 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-differencewith.tar.xz + 826524617d32a53768e567ae9d79e9df99f5a46d893704c4f55813ca5b82b809 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-divide.tar.xz + 3bb288ce56f7ba496f09a2baac50739c24ca3c07fa929b2e0d93991a14147319 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-drop.tar.xz + 44a653269e5376670e354a02a8e355967d63e7cfcf35f6f7ef2ebf702e279f7d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-dropright.tar.xz + 04fadb1905de609f0b56326b48eddcb193369841364c699ed4e2b595d84703d8 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-droprightwhile.tar.xz + 3f6d411449346cd07fda45f87b129a5b3c7e9b0194b1e6dfe9e88590ff61283e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-dropwhile.tar.xz + d63e99c84edefd6bd67d7971f76f6a43953ffe7e413bd97a2cbf277cbf6e6c22 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-endswith.tar.xz + 112d9a242b09e4c4c05b21465ee3d83afb89fa4220f686521cddf391d0369c8f 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-eq.tar.xz + a2eb0a6a6615ffa307d6ecb9a9f02a19ccf9d8be00732f0cb2a7b42f1cea79fb 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-escape.tar.xz + 41ce818c3cb4dcaa42145d20b5b9c0f724021a0fb45c7d1447f020a0e0f49be1 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-escaperegexp.tar.xz + 4e1d4396dabae0047c31cf91b9f974555c0118d580cefc4667bec14ce9eec0d5 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-every.tar.xz + 0ad922476ccd75510a378b1a8dd5266f55c64ad23d2fa37ab21c8d58816f9484 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-fill.tar.xz + 96cbaf88ff1e232c28acde7f3095cd96e2518ced704b1de0b1a1588e16dac318 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-filter.tar.xz + 72536c3d0dd35b72c44e0dff168f645225b7824bbb85e2e91ca4a31dfe7bc5cd 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-find.tar.xz + 01d9c4236f91d4adc119e6bc9eb9acf76abc1373ff387eb5b18b23d9b418b964 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findindex.tar.xz + 69103c23c473b45c83ab916cb724a645854a80635eb51bae1992a468aee2126d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findkey.tar.xz + e3a2f3761d96e6ef04106bdb7644c243905a166574466637a702d9edf81e67e7 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlast.tar.xz + 168f10a3d90a4d793bedd7637a4d90afd4f509b89a47c3c5bdc8251b4af45d91 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlastindex.tar.xz + 3f88b8931d54aa7a001f05b464f5640e8edd973ea5f8959506c08105af80a83e 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlastkey.tar.xz + f519dabe8c5d40937f467b1ea9f84b79e4980c336d0e130540529efa5c316db2 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmap.tar.xz + f7d7f8292cf7d2589af39036ffc1a7dc806445cf5ecbc312da2fe5660ae995f0 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmapdeep.tar.xz + 17b0b64350fb9ead1a1702e41487a5ed9e711823b55866fad3559ac189ca12b2 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmapdepth.tar.xz + 121fb604a707f4de6e12ff53778b852881a84c5894dd14dd892fb87a90166f02 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatten.tar.xz + dc1eff9bf0135c233c2b4dc0e6bdd3d7b8a81442e652a549b3c5dd38252a21cd 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flattendeep.tar.xz + 902d90ba4377bfa16363be1c3e6ad16dcbb2d989df4320a92ac3be8d9d85153e 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flattendepth.tar.xz + 030b6f845e8ed99ce148b4f7611ec99dfd3e116d88a08e61813639267e1de43b 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flip.tar.xz + 02032be353027080872e72cf44ce59b779ae1cd302ab7e1d3c80288e12406a18 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-floor.tar.xz + 1a497be02e4d20457035ae9931a252ff26d76d47c05380e778302f78e8b54d3c 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flow.tar.xz + 52eb56e5bc62afeea7f6bae0c1e6853067b9b6ddb293c07ef1d561cd7b67afe4 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flowright.tar.xz + d4ab1784a523aa70c55b3c2f98e6c86e1b650a5d2a857b1cfaa0d32e7cb7bc7e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-foreach.tar.xz + 916eaa50aeb70e903418271b5cc5253eae82c4fd7ac6966c1904ed51d2e983f4 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-foreachright.tar.xz + b8ab3406ab18273911ac6ec2b7195512c17ad1f7068ed78b5929c37bd6e16603 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forin.tar.xz + 4fd7a358f678598057fc78579149068ffffb589069b4ced945936ec10abdfc20 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forinright.tar.xz + 2e2a050882746a8f746b20541ced197634ddb325afa0987dfe785993dccad5b1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forown.tar.xz + fe0ec4981358f14d4535d6649fc8d2f43b9385490696ef03838b096d49bbfd24 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forownright.tar.xz + aeff78d61d3e908b8c87d50208cc9aad51ed38ec042969a99b4267b79eb85d7c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-frompairs.tar.xz + b9f3466196985372076e043ff47c537c12a9cc8d439a3feef0112e74056c3bb4 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-functions.tar.xz + 03f2708bb29ba039f1d881d95620eb2163555f4d06d94347461632bfb199a9a9 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-functionsin.tar.xz + db140cbd80b71855c355683097fec575eeb7f407c57da487e0f5eb56f3040fd0 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-get.tar.xz + 1f5a7ed0b7abb75c65eec28171622912d3df7a3494b0f94ec2af736e76b92cda 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-groupby.tar.xz + d2cba2fde9ce78d0fb9f1f6da60d126396d89b24138912dfd1a56b8b950747f8 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-gt.tar.xz + a66f45053ce32cd8c13096b041d4065a1f798091dc2aa1f7363f23005cdfab48 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-gte.tar.xz + c7c1883013273b38d7d3912016c519e849349f550cfb818e4afbaebd309460bf 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-has.tar.xz + a63ecb4988ebe8796db976ce5adda063e8521518520377a0f7101aa07fe8a434 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-hasin.tar.xz + bc107e675fae0b765d128992dab9fcdd55263edcfaf414e437803c28c6c6aded 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-head.tar.xz + 65d5fa74667955a48c590eecca22e001fb2c5788981e48e0c02dea62a59969bc 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-identity.tar.xz + dc8914b049cc7b2fcfd80ac22c3f607f6818fad31a5eb1817a37bd295061cd4c 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-includes.tar.xz + bb47705d76552ca431c97078bba7b6918434a4687638028b05797593380a84b3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-indexof.tar.xz + b63174c2ae5c2f3d1d3d727773a071bf686378e235db69bd3bcbe98155487399 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-initial.tar.xz + 6ce325ad5892452769a898a2cea14e7d9ab9526755ef609a8d1d99b9f681334e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-inrange.tar.xz + 1e28bb853baf81702852f4aa083986602c8c4005ac56b395f6c42ffe6a687558 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersection.tar.xz + 4b7098fc4db19c2b26cb0db0fc24eb59e5f82561f171c6160eef1aa7d27880ff 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersectionby.tar.xz + ecd39becb80be3cdf18b51c4212d4f13320c61ef2dbd4fb23d0acaf27ce3207b 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersectionwith.tar.xz + 9ea62d5c54b0de8e896c0672085a3dbcb717c0dc730d3413e259ef86185097f2 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invert.tar.xz + 7a762d5f136136227415836f6f27e709e039363f42bd4a77f2b1259dd45dceeb 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invertby.tar.xz + 18f52fb0b9a5302b8dffa7df045913f1af0d221cf41a176cad0f01a71fbb3cb8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invoke.tar.xz + 6cde2f52c126e94230410010402949f4d492067c6a6d3dbc11932fd3181e8e52 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invokemap.tar.xz + 92dc6cd5d0a37ad156c062e46d023e0050057008d1a997b19a86deee2b7c2ae3 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarguments.tar.xz + bd5ff8212fc63ca8951c46caf8624cd38366459dfa620f38b982bbfcd41cb53c 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarray.tar.xz + fa508f8d2443963aef1302d8e43a91d00610068ffe8e4e07d63e13503d34e0a0 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraybuffer.tar.xz + f22f67c9f77520f83d19fd560c924f27f541a146e4ff5154e87691b9916f599c 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraylike.tar.xz + 2172d661208417dc6c6bfb83e66a169abfbb5bf09d05eda5c71f3acfd6954f75 1632 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraylikeobject.tar.xz + e800d80d7c9b2d32bb5c918f63b6a22c230379b92f32aba5c83269063ca81aee 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isboolean.tar.xz + fe8a338c11d223fcbb76830b9df9da82d155a90e41385eefce7d9b7027d59f64 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isbuffer.tar.xz + 709adeff92736e3b3bdd39a099e31b8276e0b7cd83c759a6218f35577f04e193 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isdate.tar.xz + 4f4ccd85da1afcc3cf526ad3b1432fe0139ad856216bda61ed2fb3dc8579b85d 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iselement.tar.xz + 3fee137f53c6d69e53a7896240ece34f5f5fb7a7f372b239c9cd915c88efd96d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isempty.tar.xz + 3a578999a0e5842e9e1db33f90201c265743630f754a8770677018a59162e509 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isequal.tar.xz + 60a31529a0a0b46e8b2045981e9e532e9b288af73e8f364369c57f82608052c7 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isequalwith.tar.xz + b80866c5026d8d6bbfd9de94ac342c37231c45e1163f9043851d7952b1e27512 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iserror.tar.xz + 815c152f0d2ddab2ddbe3378bf97260aaa1df75ec11e753b1a6a8099859f52f1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isfinite.tar.xz + 2d8b16df21329818225b59031f8fcb920c639dbc5e6220e49a17181dd9cf49f0 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isfunction.tar.xz + 4347ed6307af076d96383534ae595f521c960f1fde083f3a49313e2cea93a0aa 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isinteger.tar.xz + e812b4fd881492b685e50a4f3af393703a9d1a627b77ec23d072b64adb463420 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-islength.tar.xz + b7b1236f8fe007bae3f91bd9c962038449c46c385b958f08e5bd5c17a8f945ec 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismap.tar.xz + 1a9b3be51c62f6295bf78ed06fcfc54976c061424525ccc762d25814a477fbd3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismatch.tar.xz + 9bdb6b9a8833e59628a407a25087f2b1c5f3248522339bce8dd50949bbc93745 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismatchwith.tar.xz + 240bbe620630659c45d69143aa4c7c40db0a51ee9f24bea5be8862ded5a3a32a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnan.tar.xz + a0be76026abdc45292e639f7f2fdb011f7f12bb3c769f2b4e11aa5c49433d5d6 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnative.tar.xz + c8389e62750d539f67cf8d66e62fc8a8d4c69dbebf50ca9cbe31d6c395fa7448 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnil.tar.xz + 9103b867b82d33a60386daf9639a7fac88bcf4f27ea61e899f4b9f6461d264ff 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnull.tar.xz + 665af3eec9fe9b0c671b832864ad7c91f6659faa06cb4586d7f3309fe4ed5238 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnumber.tar.xz + 054acbdeb2561ccb919fdcd681f67039742ca3339ab356bded2a91fc0e0ea2a6 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isobject.tar.xz + 90e3d853e7efc8d3933d7853df6220dd11bfd024e46f5777adeb50b9c6a99de7 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isobjectlike.tar.xz + 6a17b7e4b46b2a21aa370c5d2389071124111c2565d8f4533dbb1d4f1af7f159 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isplainobject.tar.xz + 52b2180cce1ee776923ae23ead109e1736a78cd7fd66cf100f9e66ab12c50860 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isregexp.tar.xz + 87bde450232c5bce876b38c3d29744c06b3e6f20e760312c6118c9b27b4ab48f 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-issafeinteger.tar.xz + b7750b19e560255593d63e01f8d37ebafe0e57acd2c5b801710695ad6d33bb1e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isset.tar.xz + 3de40f1ad8f90c5784c96f0c49ebf6c23413a9b316914043f50355b9903ef474 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isstring.tar.xz + 54e9f4087f67a03492c6dade5fe93719c4662caa94ed435f510a6b67ba56ff43 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-issymbol.tar.xz + e9d4661a39ab6acd454e9a6c57cc6c20b3dc4c5d2ec5adc5f15fe526998cabed 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-istypedarray.tar.xz + de6ec6288851b107451032c3fc32c3ecef676eed1cc92225686f3c5be169fec9 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isundefined.tar.xz + ed78950637b070f126079c01bd42a76d57192678b881e724c63d71d41e653e77 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isweakmap.tar.xz + 04f92a8257e54b5711bd74030e1ae6f5f9ab1d3ea07cf12d0334efc2d2bd05a4 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isweakset.tar.xz + a7854c599b853b45834ffc84b63068570f63e929d74649961c6782e0a0212908 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iteratee.tar.xz + ef3b8150484cca7f0973c4c72a688e795e4ad0b883050b6dc2653408a7eab289 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-join.tar.xz + 5723d548b64803509de0aa4fd328187715b7cc63567d1b5464ee82c0840ddca4 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-kebabcase.tar.xz + 8534e025b5d534579dbae7b96506902c9f587b059e2f6967e6d5264e839acfc1 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keyby.tar.xz + bab65f0fe2b04e69cb44b2293c48fb88f4ae6222aee6046aa8a5d7168b888476 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keys.tar.xz + 06602059f08a278d4235c53ef931c93362587548ab6b5a4c562755d7d6d7c512 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keysin.tar.xz + eb78ed74fbb5df2a7288fd4fd3436dcb4c74dd81aee0d5324f0a03f7a8c0a84c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-last.tar.xz + 006a016fe90c46944f3f34504e08d5c98776288f4b4925c99efa283c51a05db3 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lastindexof.tar.xz + e5e73cc7f1f1da32a7fcdd025ceee7b336ee670e5d0bb9188b7c215f4f030b2a 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lowercase.tar.xz + 3a42609f143acc4f6f103fb87480d471a98a90bba0f7d3df006337f7c2fab233 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lowerfirst.tar.xz + b80e1aab1020f108d5636987cf00be776f922426ebc667253f24120cb4b7c751 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lt.tar.xz + ae2d6527ecf2af2b6a6dfe6c3aeec7f73d82a37b4fb1e796bbf446d53bf43c11 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lte.tar.xz + 46bb0c7c56bead0dba124b635530aed1defd3fcdd730c2767cbbd015d6cf147c 1592 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-map.tar.xz + 5bb6d346f1a44229f1fa9813e499942a5523c18228e1ac17ef110c37f9ea00fc 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mapkeys.tar.xz + d58d90afc1a304052e3cf00a0a7711f5947386c06f482382e58a6af427f560cb 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mapvalues.tar.xz + 9e885106a5b1623e80a0b25286898a7215c5f95ec449620cc884c95941fe71f1 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-matches.tar.xz + 41900d49a53b1ea6edc96999314c993bcfc9dacd0c8959c3ace0b13b861633db 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-matchesproperty.tar.xz + 2112c093a8025bb6290e9283025494137bc1cac6283742432d9da1921bc2d5a6 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-max.tar.xz + dd3070d935309e9a558d2a63f0ee881693e67d29275ebc45c70287a9e408c53b 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-maxby.tar.xz + 50a811262b10d8acab9356dce3c7edc84c0ff7c3a2d5f0098fda163715b38b87 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mean.tar.xz + 3a64a984606052e38dae689a6ef9b6dcde7a9d231ce6f9a41211436486c77a21 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-meanby.tar.xz + 7880d317414168719c5d50a0e40f65f7359040dca4a195e8b906d1a0aeed96d7 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-memoize.tar.xz + 7a593c9f2eecb50e610e4bf2529536ab87c86985472e2e2c5a0a88834d0bb204 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-merge.tar.xz + 44d0eaae85bd1bb93d01c5339545368f4f4427433609ccc67077554cc31788dc 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mergewith.tar.xz + a78f2914a814288b493dfd302c59a37fa2485ef2290cb22760d20364c893480a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-method.tar.xz + c789e7dd396da057822711810896a49b07cb8e727b5fec392aee832b44644a85 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-methodof.tar.xz + d20eff80d1d5d6142a2a6d24f7fe2b88f1d3fed603d0574fd9198b0a52f8404b 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-min.tar.xz + e80e1cd3984c0bb5c4a849e5e96a8d2a0130f76034ae6a60dad4499b2feeb0d6 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-minby.tar.xz + e3309c84cd4e1de3f0caace8188c7bba5eae304e6de5dc303dd5dd23666adf72 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mixin.tar.xz + 25ddf695baba5f48c72117a3ca0361af7c6b36723a8daaeb119725ba48d4fa96 1640 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-multiply.tar.xz + d0c81180f54d8bcf1af9b7629ff4490a32aaab6152fd6009709ca4f0560213e5 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-negate.tar.xz + 59aaea0c8584e56fd0e66d6530e5592a967543c0f14a3821468a2900f669751c 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-noop.tar.xz + 13fe0bb485eaf527e97c7513cdca6e378d60c9e2b425ff5ef5961942a5a824eb 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-now.tar.xz + beb4183b06e1a4a839e5ba7541bb9920aa61481f6a024f5ca31621c7aa27d4c6 1600 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-nth.tar.xz + d3dd9f397a820d29c83da42db3d00e8d891fd4b3e7a28bb78d6bc2d326830918 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ntharg.tar.xz + 64b7a5381b7434512ac01bab32aefc28be9d13be1e5ef6fa800a1c70e5ff03e7 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-omit.tar.xz + cb0553d21211ee924a2154c13826f6fad15bfbc6c126b613486e833abb4bdd1e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-omitby.tar.xz + 03b78fe7a488de42643b65d02f6ceb9eebbe6b1c90d374552a62fe6ea15d9274 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-once.tar.xz + 920bca12ad03448fa9bdba728eef3cdf6b5ad0f4500c739889c986af97b929a8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-orderby.tar.xz + 99f869100eef78e8a5cbcefd5802715c44974c3ae1f5b1b270dd8def10fc8eed 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-over.tar.xz + deced67563218a56186cbca06c6f1fce640f14751ddbedd072a4b81481162ed3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-overargs.tar.xz + e6433bbcc928b0d755e55b87bf1ea62c04cf12474e64b31fac2e2e1672fadb22 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-overevery.tar.xz + cff2c14829d013b2dace2e56624fdea77218cae39ad6876590422c393cc54ff9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-oversome.tar.xz + 1291bcfcd2a90f4533a8b47dca3ac5f052bad60cebcb99521c4006b78993fea2 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pad.tar.xz + ccf90c82824d428a77f1da6e2e11f70dea5ff7b006afc7faa8609b449281a56a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-padend.tar.xz + e21d5727689adeade8ee03b596e191dab3e72c54a36713872800e60fbb626d58 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-padstart.tar.xz + ce858fe831b1fcb64cd7decb87b3d4c0900996c7150a32f101a26e1ec12cdb01 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-parseint.tar.xz + 98d7d72b4fbed7d22c581efd7e9fd58143d583232eb0ffe6586aff962de77270 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partial.tar.xz + 148aef963c60f335f66dd1c118d7c17d8e8446878f321227f75c57dcdf15e570 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partialright.tar.xz + 1c4151c882a56a6716273d7ef7a93227765ed6649914439a38ae2e262f329e80 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partition.tar.xz + 6c842037a08d7ab7ff50eb6aa5197017ecd5d27a8e46d9f3d8a75ec338783391 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pick.tar.xz + 089bac3970281255ebc0e092f3a6e67bc4b13b99f87a1f325d27e131ed4439c6 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pickby.tar.xz + 598bb4768902ae66fabf2fdc92392030678b46aa1719214ed3fb69a48851495f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-property.tar.xz + e14f2534e65b16f07fd7945ace63ba196a1efcc1aaf2011e68632cb2049763dd 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-propertyof.tar.xz + d59a063894c0f72daec2618328089d2d5ecb7fc07ea02b0fce0824c49f8e3487 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pull.tar.xz + 2697ba1914e07055a9e52717c1635317c8e5004be848df8ebdd558aea8813810 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullall.tar.xz + dee1650e5f8e9a17ce5c3185ad721b77a94c31467678ce2f2bf615fb7499a144 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullallby.tar.xz + 9d89c4846cd51c863c267f98009c9baf043d0636f9dc7282973ba0039e49f28c 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullallwith.tar.xz + a1dc210cbdddd31ebd9a58befdc2cd2fb8153f49529edf85bfc87e427d02416e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullat.tar.xz + 6e50740bec5b227fea27cbd1a4d74f6d29acb709fad413d95e64e75cd1901715 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-random.tar.xz + 6d35941bdc02ebad239665dde404b59c557003f00362f18d2739b3b9b4509a42 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-range.tar.xz + ce617dafbbbaeaff885679b0a7f131523c0fcf9301f02920bfbfbe3b63ba6388 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rangeright.tar.xz + 946ab6a1ef83500dc41f6852f3d09b9596ef049d3ed43b811f7d7445672e4fc9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rearg.tar.xz + 3da2996f606f78b9940ac0d9a7eacc4606cee83da791c37f1df0a64bb0a5b18d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reduce.tar.xz + 70f3577efa5979b01cf83876a0403c155b1a64fed22812f0652f018faa27721c 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reduceright.tar.xz + 460271c896cd2d9eacc035178001523f46ec1f2e4a2782fa8d4495862f97f67f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reject.tar.xz + e1c33c2359d8ddd3555e6eb81579da5caeb8e5c3017424aaaf8cf6385feb0df1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-remove.tar.xz + 228d763da0b1c5c017d2cf785324016f446a65c900cba0a414989da08b6d2855 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-repeat.tar.xz + 4cceed2476b303529845f4a43eec791000439561d2ce156e12a410ff7b24c172 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-replace.tar.xz + 2899ed302a0ee10f507b7d32ea0e7dcf3de4606975089d2d183ce4912f637b74 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rest.tar.xz + 78ca381cff9ee619699dc07dc0b9c10d67a18a191a4a0ff95f712e80aa9c7724 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-result.tar.xz + 13267408aa665d67faf2221f8163887e96fe78b64ea5b0888dbd882d91ffcb58 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reverse.tar.xz + c544145419416458187b4bb913debd0697cdfc52c99396d17c34ee3f46223e1b 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-round.tar.xz + fd680493eec945b6847ca5bc36b7c0709a718c1b060dc414169308313a7b225e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sample.tar.xz + 3151c4b1c700987eb42f168c48fb488592439fd21186027f69efc6caa8b03764 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-samplesize.tar.xz + 794a3fdedc103d75f1495f747a05562b98cc298cc008885633b4c5d340837a37 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-set.tar.xz + 5643ed8f5eeb8e061c48795b90fc565166dac145d1d6d17a5273869ad3afa1c2 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-setwith.tar.xz + c128db9c6c953386fdfe76070aa9e9378d32b49c9399cfd97cd904af8975463c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-shuffle.tar.xz + b4da956cf87c5972f81513c86fa9bd78370897ce76896e4793b6bfbfc58010db 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-size.tar.xz + 928cec024adfefc92b616de87e61e6ee0929865fe8770dd09cca0071a114cc7e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-slice.tar.xz + a5841fb339e44ef0e01839f0a90af06db44d6c1451992a44e3f4bf0dbe0721d4 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-snakecase.tar.xz + c9a20b16e63421be046acb59466fc9c1f00bb45b735a0c4f215f525243730d8f 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-some.tar.xz + 97ffc8c1e93d9fd0819c490fefae15c313e2bc754114b90f3798dc840851da96 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortby.tar.xz + f16721d42b8b9cd4a05eb98e5863729662042655560c09ed57446fb44dab706c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindex.tar.xz + 6b7a2ef517dc0a788b7b153a2d71beebb5eed3762eb7e2e94648c30f6016e78b 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindexby.tar.xz + 4c684baf5e46a4244e6a8cec54c02f0b287738ca5ed7877bbb06527c8c1bbc38 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindexof.tar.xz + 90cec9eadcfd516b4a13b4b7dead447c8ab723068610fa8096db79b880aaa022 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindex.tar.xz + 79202ef26da7f491be7c835822134091cce842b20eb8b221dbf4cfbd244b18d8 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindexby.tar.xz + c50006dc90af50ec027f6f8ca981879c3e68fe08160ef83d3f748b301b13f12c 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindexof.tar.xz + 64f29d6c0ae43e7ad15c5c44b8c972743a3f24ef8d490b6c361b9e8f37548760 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sorteduniq.tar.xz + 4f386c7ce1067975a8305eabcde1a90cd51743317645abfdd1d46c159858170c 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sorteduniqby.tar.xz + 8538856b77955cbdfe97a83feecf62870cd32432e39d30b6044e13dcc824188b 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-split.tar.xz + 61c2a93a1ab80c16bf56ce2209cb9d6c3ec9e6353eeb9a120079df20eb1581d1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-spread.tar.xz + 707083d6774798c4b0903ac502ba8029481c22c16a31fce1415e98481439a369 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-startcase.tar.xz + 3b61d55d468b73b9c17957885eab9aed1bf229cc1741706a35437d3ad7f37fe1 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-startswith.tar.xz + 0553756b33f6367b77f0ed12e4be8669860748cfe9ae8cef21426cb141adc9a6 1632 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-stubfalse.tar.xz + 31fabacd51b059b1927a4523db7fd2ec35f7243d400059bc0915167b3aa23b59 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-stubtrue.tar.xz + 25228b7e8abb00ba6179436d21dd3f7556b032fac0a92a49bd0aa69af4e0722f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-subtract.tar.xz + ec846c430e0472e7a649637a33525b01cf92cb069d33a2ac6f420823d6fd5b74 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sum.tar.xz + 7b5620ec5670a62f370f6c03ae24e4bb110b64e3acf97bbace823af89ef8640d 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sumby.tar.xz + 8b6a6cf1c53d8e67888b906ce462f26b9c994662b01abeb35ceab7dedaf4d4d0 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tail.tar.xz + fed203c6a67d2bfb769cca5256a27e0acdb90da973c1f0846ba453d9d68c590f 1600 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-take.tar.xz + 86d8f13d282ae2dd6d738c14692df3062dbb6dd55f5a3a95921cdddb2012e497 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takeright.tar.xz + 202dd1675280e96a1e878dfbd5670052f812c12e591a429be59ee9ac5be3ae53 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takerightwhile.tar.xz + 5cc5250ef0fd0bfebcb964a4e967b226f7f2e271796ad95fab79c496723f18ef 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takewhile.tar.xz + b0f5f9de6f26e8d2992d6f3e62c1ccc26175373e72222754338d18198e07b0c8 1640 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-template.tar.xz + f3c55fc237f62af1d00ea8c7829adffde315f5b637603455f1bf0ebad0e5be3e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-throttle.tar.xz + 88076224f2f1e055e8619675b350273ab943a03017c7f17ea66d57d3888a55fc 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-times.tar.xz + b1727432dd17aaec59893f9bd06dd1c6280461f894758d60a1e3ba031b65c194 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toarray.tar.xz + 157e423a11f6fe7d392461dc898fa5a5415c7103d543f8214065ba9e4d16af7c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tofinite.tar.xz + e0b8945541e91b10ce7835e708fd0f0c88f7f1328bcbc2336a86af71e3148a2d 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tointeger.tar.xz + b6c59428fa345fc3c7c5fe4681b1ed1da47d049a17c2d53d83a73c3a8d903c0d 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tolength.tar.xz + aba26cef315aec15dabb7050630a378f396150fa4656923919b37e60e2190d40 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tolower.tar.xz + db6164d65de1a4167d605c15b8e076682107eaf587748efe7517d3885acc8b64 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tonumber.tar.xz + c6eac36bf41001222648d3107bcfc46a1222b9f75b472bc617f78206ecbcba8a 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topairs.tar.xz + e3770cf7d58d4521259138864d6eb5db70bce3ee69476418df82d4dcba319179 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topairsin.tar.xz + 0c6b8c80b322f1afe2bbb79abe602ee46281a7582f156d2c2f5230fb2d26972f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topath.tar.xz + eca9805e51bc6a3419cd427acf24539d0214c13f910cbe204facbdd38daf71aa 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toplainobject.tar.xz + 1f2dd7b9fd29f4213a1e36caa0ff3f35ec46f6e2667910cb3da1a67ab4593ff5 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tosafeinteger.tar.xz + 1e40df0917875263bff6024c270f406ecbf5c8e0bb8df432eb0b5a505bd1ca8a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tostring.tar.xz + d2956ae45e96a429bcc510e18bbf06cbbbe073c7e02137cc365d56da8b87f87e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toupper.tar.xz + 6efd19c899036d53ff36530138cb32618cbf275ac6d42c99a182395bb1978b34 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-transform.tar.xz + cd55ba234fee221d731ea386875e0fe07a92c52c74f8adb48cc348c6d40acc86 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trim.tar.xz + 29021377c6dbb7c22db470bf9e26dab8e2e66bacd08160ee15f17cf8cb6ddc70 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trimend.tar.xz + ea550acfac6aa3521de171942726b362590a0229c0bba1b5fbf8d082e3916d5f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trimstart.tar.xz + 9b5c846ed13aa35b584fc176ccbca529af7c8090908121784ccb4d27c3399713 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-truncate.tar.xz + 64de1741913dec16872f175f692f1339589b1e8b604b8a5dcdb944a1fcb443f6 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unary.tar.xz + 8955340bafcc8752733ac3f087a8fb80f433ab5bfee2be33a4505cb0b081a176 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unescape.tar.xz + cb7bce2b8f75f8fbdd21be9ac68251587ad5a2d3f3b73ffce11b1a8862a29cb9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-union.tar.xz + d690310af1b53924976c1f59d8017bbdb703ac8b9782c1bcd0d71b2a5c0c4a6f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unionby.tar.xz + a472b4629c49b016d80f0fb243ee29f8c3fb6ccdfa8d3b92f5a5db52ad15043c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unionwith.tar.xz + 6aabaad097e7bd397cba227ab627fade3c9dee97b9de3cb566ed9fd3540b3ccd 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniq.tar.xz + 8a8b86f5fc727c19d877426a60e251842be3517e3babec299a8b5b42846c09b6 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqby.tar.xz + c77fee46c859b5e4d9742462e42f6c5ddf872098c67b2a3d7560c29b562a60de 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqueid.tar.xz + ce9d94e3e88446027b0d838b1c31c053d9cee8a9e3caeb58f2f352e9472f001c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqwith.tar.xz + f542134b6c0e1a69b6f30e4f4c6a0d5df2a6fad1739015b3f74d722ccd24342d 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unset.tar.xz + 8ce476d2e3c50ed770bdf6cdc7321d031144cb95037332247388ecfa57819dda 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unzip.tar.xz + 69756b50f6cc4cd30c680ba912294e6bc5b9d0b759a05776e33f6e1f1bb19277 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unzipwith.tar.xz + a8a1ea25544070638c53d2b8c94f575851534b501d6798e5d2764f11f039cec7 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-update.tar.xz + cb8d72241d44bec61cb01c120e10e81851f0cc6e808f68f4ec38a35528e335a8 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-updatewith.tar.xz + 1d6409bb3435816c2ea038ca2e87ceb94f66e43126a76618e272a72e9d5967e3 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uppercase.tar.xz + ea72ad6766ba7c3c0c022e88220b72a00128f881936ab0bf5e3f180022f334e0 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-upperfirst.tar.xz + 619955d729c29f0cf48592abd9790c0f92bfc99953cfbd57765ad3dab7491b26 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-values.tar.xz + 050e22fe152f5f3272136ef5e8ed059ff0cd5f1a6a8809a6c456d5c28730dc4a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-valuesin.tar.xz + d5cccb00ea815cee279cd76b838e9a07748c82118e9468f0bf54e8cc2436dcc0 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-without.tar.xz + 8e403ac5d9b8bf1b540fa2ffb87cc583849a9431d088005c3f68ace18f1fabcf 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-words.tar.xz + 633d0a957e9a69a2ef8e5e463501c69d7988d3271c51bdcb7bdba9b1d6b7d49e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-wrap.tar.xz + 5faac4a5996b1dfd8f80f20107a6228b1e16e44b10547916ec54cb45398c1056 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xor.tar.xz + 804eb9c5f3368fcf02e49cc9ea3538f2eae64a8195cdd328aa495547e7f27c28 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xorby.tar.xz + f354ece425abf187bf631a4e1bded4c810bda9ace56db1bff7e1f60f4e9d641f 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xorwith.tar.xz + b4127db28b6e63e6102ce452ef9d27888d2e9206da9d445c40af9414d83bec3f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zip.tar.xz + c791f05b3a1c99b183650e9d89f99c89e25d55d51d2551a9c1363dff97cd5fb7 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipobject.tar.xz + 84827f8471b3f2e1fab91f3cd9c0b8bf2d157d044a8f62ddda7861d19581f593 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipobjectdeep.tar.xz + 48d33c1e9610bf7cfc940565db399ddae8a2c227c8274d0172e7834e5ca2990a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipwith.tar.xz + f0b6ad48e75af9207ffc952dccab20f8b13ac963a18e38ee4a9d37f0359284fa 75856 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash.tar.xz + 3a1cfd932d2170c852b27a9b723d4cf0c2dbe72ccf400f10812de8542d046fde 295172 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig.tar.xz + 5d003ec0b987f15635bc9210043f274e90415f093d6dcc24febe5a98ed6f5ebc 14300 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9.debian.tar.xz +Files: + a08cda02034d14c724cced181caf5f3d 116742 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9.dsc + 004cd59da7affae955a393108f591461 69532 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-lodash-cli.tar.xz + 00cd9a9f8059c3068ca92529891a3e7b 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-add.tar.xz + 0b2343db8ae89b02e4a7049b2f635808 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-after.tar.xz + 87f25e66607e40b40ad995e07c4ed61e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ary.tar.xz + 38b0d6dda2700b29f050ac7e235a18fa 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assign.tar.xz + 2b82757caed279d00c46c2123f6a0b54 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assignin.tar.xz + 50f9bdcee4dd5f3330af2a83ef7e4721 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assigninwith.tar.xz + 57ad459fe6f4798588a49bf924c378e5 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-assignwith.tar.xz + f131b75e3e262129e1f4f139bbad3b71 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-at.tar.xz + b0f29fcdee6d9cc2a70598369ce5bc53 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-attempt.tar.xz + 9881d7fe7b4b64fe1e8927e19f9c978b 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-before.tar.xz + 942f1e2118042b8c933284979bf8b389 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bind.tar.xz + dd2262ab9a08bae6fac1468ef088aec6 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bindall.tar.xz + ea7e5f1f17c8dbe5f1b2cbe5ae893d58 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-bindkey.tar.xz + 385afde41006afd0d9703e199b4905ea 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-camelcase.tar.xz + bce586f63696f4f487217df2fb0690fd 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-capitalize.tar.xz + e14eb95d9793c1b8f30666f526c2496d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-castarray.tar.xz + 0cd6fc28161c1bd1e4ef872a40820d51 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ceil.tar.xz + 91f8ba800209103a06b1137f6f4a7f8d 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-chunk.tar.xz + 0199fbf764aa127687264aa528d5e141 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clamp.tar.xz + 1b20e136bf4cad872f985b6f24a5880a 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clone.tar.xz + 044af8227fa4f007c3976cdc54d9fdeb 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonedeep.tar.xz + c2a6427145bdb357d72302e3255694cc 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonedeepwith.tar.xz + ccd76a9f250423eea912b7cf18967717 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-clonewith.tar.xz + e0709eef3dcb7ec83adc80da29510ee9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-compact.tar.xz + 23f7fa3455858edd7820bb6eda86f4f0 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-concat.tar.xz + d51b3f5588382caf5e957c17b1174ef9 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-cond.tar.xz + e9775265bfa213885d1a3632b688ebe7 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-constant.tar.xz + 8091ba597e741dc214c6a532289e2f79 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-countby.tar.xz + ef96a0209ef9d460722c57271d3e7803 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-create.tar.xz + 1550a215a84c4fc0fa924366a892f35c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-curry.tar.xz + c9e02c0d521c37e9d3a1fc7f8288c4eb 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-curryright.tar.xz + 365bc52d0662f4c1d05917314e661d2e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-debounce.tar.xz + ef69e0566d557f2458d771d7235f49a8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-deburr.tar.xz + 8d2bcca26ae9df740817b71d365abe74 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defaults.tar.xz + ed198635746d2e63cce74d67abd9e911 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defaultsdeep.tar.xz + 023118041fc5e9f3a07e67a989b4d103 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-defer.tar.xz + 4e12ab6f4c92cd899f65d4f744bafb2f 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-delay.tar.xz + 52931d11aef299af061b10a828428110 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-difference.tar.xz + 061ec9175c2734950d5b2bd23efe2033 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-differenceby.tar.xz + 408ff7f81e342c74630cbacff01762ed 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-differencewith.tar.xz + 59ed65c1d966310f2393cbcf3de82aad 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-divide.tar.xz + 4a27f07e2a718d8746867ab90fe23296 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-drop.tar.xz + 55b81ab36d7c6a152ed7074bbae1ae6b 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-dropright.tar.xz + 0f68ed715775cccdf9d95cfad38574ed 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-droprightwhile.tar.xz + f1b7f0f77df967b67b6a5ff880dc1c49 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-dropwhile.tar.xz + 33261150c2f1eb174f5921ed7b9a40a9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-endswith.tar.xz + 7b47f46b7736a6d9f5b289e4e00fd085 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-eq.tar.xz + f6ca278b77538a6435d536c16d35c2a4 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-escape.tar.xz + db1163cc6b732e51460513a7f7d330da 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-escaperegexp.tar.xz + 95d934cdd066557e81b927e3624d4b4d 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-every.tar.xz + 599abe236c34298a166d003f2d4e655b 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-fill.tar.xz + a7d2926027e3259a771bee0c4e894152 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-filter.tar.xz + c0931be7380d2f7d5afd4b0326a21a8a 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-find.tar.xz + 676030c18f8987dd8305827bd0dfa979 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findindex.tar.xz + c26fa6d3eaa4a9137b9cb3774e5fc84f 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findkey.tar.xz + 44725f0efb91f076c998e6405fefcb0b 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlast.tar.xz + cfe7a908c8b67194d4f97722f6294911 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlastindex.tar.xz + 03a6c8af32a98aae2c82c9ec6a52338a 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-findlastkey.tar.xz + 61dcd506c6d845afd7aec71305ba9fa2 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmap.tar.xz + d84d54c1da2abf9edf7a68f5ba30932c 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmapdeep.tar.xz + 9165f17f85004406f16b864ca4e05ece 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatmapdepth.tar.xz + d5bb1f1ee174d91b47c304898cec98b8 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flatten.tar.xz + a15096b1db4e9caa830fc1b32894cc85 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flattendeep.tar.xz + 9951a7f014d3b607283dc3872f7812c8 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flattendepth.tar.xz + ab26bca821ebe91e9f28993991a17ae3 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flip.tar.xz + f9aad9f42d6201044b3d6e486ba2628a 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-floor.tar.xz + 8b2ed86d75204cd823436d6a656b5d5d 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flow.tar.xz + a3fb3cdf1462f2be9c9659b28f5b3540 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-flowright.tar.xz + 5359a27757a709dd874a30d153845d35 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-foreach.tar.xz + d421f9844cd7bee165c818bd8cc00f26 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-foreachright.tar.xz + 102bdadf2816332cb1af5e530a527971 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forin.tar.xz + b2f538218077cb9722fd32ec45837941 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forinright.tar.xz + 9a0de0a2ec0bad61118d8aee7f80ba38 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forown.tar.xz + a81bd7e6dbb180458c0cafb269b86a4e 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-forownright.tar.xz + 31c3d4418c69ad9ee73bb2c626876a28 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-frompairs.tar.xz + ec8f4ce64554b42d5c6f51300c8aaca1 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-functions.tar.xz + 95b3fdef3a370b2b3051fa7dc076e0a1 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-functionsin.tar.xz + 06d42e2189f518b95c4a28d3bcdf158a 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-get.tar.xz + 23ff2ae43648f5a85e50000b1d29ae7c 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-groupby.tar.xz + 40e2328bf5fb3c72d7e9b184f5020e09 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-gt.tar.xz + 1a08c3560a2ab159fc01e0ce287e4185 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-gte.tar.xz + e662a205331cd3dd6beacad54c3cd0c8 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-has.tar.xz + 1a1f75f2fa7cb8860badf1252874ff30 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-hasin.tar.xz + d35ab21f83043e5dde64fbe80fcb4e8c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-head.tar.xz + 753660839af03161e9a237c25b2def1b 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-identity.tar.xz + d4e1b344886a2dabb4175eb9f44e6375 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-includes.tar.xz + 570b7cadc5133255583e1bb9d29f7997 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-indexof.tar.xz + ddff90e8f5dcc5fcecf2a145e13a4f32 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-initial.tar.xz + bafb7a71b4a90bb9489061888ff510d1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-inrange.tar.xz + 71f6527684d6b287e21fa615a1de17f1 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersection.tar.xz + 3ae4db29a4e772c79f5da473637872d6 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersectionby.tar.xz + d3fdad63d3968cefd5afc0c270dda12a 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-intersectionwith.tar.xz + a55134bfbc6648fe5f8953686a16dfd4 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invert.tar.xz + 2c20baac09f74959b09b36c161dc9012 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invertby.tar.xz + 5ff162aac1aed4059dc6141a701fa622 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invoke.tar.xz + fc6f3977a93c804b0536c259c8e6b07e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-invokemap.tar.xz + 99094455914ede3ff7a3866243fdc759 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarguments.tar.xz + d02a8c5adfd6e88de3dd457ab723710d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarray.tar.xz + 2fc72e61b94158ec9b6ab2c5d7f7840f 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraybuffer.tar.xz + c8d8a6e8a3a75d4755279fa5da937ea6 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraylike.tar.xz + a90cb57f14fb6798f62646906c30d3d4 1632 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isarraylikeobject.tar.xz + 26b2f5e08a46b14330a3ef3110c1315e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isboolean.tar.xz + 5c98dc88b6945b6e3e9c24c92b06db75 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isbuffer.tar.xz + d503425e6147ac6214f70eb278ad6ac6 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isdate.tar.xz + 947a5e5b43531640cea406e4d0f1004f 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iselement.tar.xz + 5b10acd8d186638a0603fb902e7050f8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isempty.tar.xz + 77633342929f6d403a51e5dc4d4196ff 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isequal.tar.xz + edc66fa8c4b4e84002ece40c26a594a4 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isequalwith.tar.xz + 0c4bd853fadb35de74838032ab3c86d8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iserror.tar.xz + 4764093c01e10bba96645cb269338f84 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isfinite.tar.xz + 63fd29a262d5d50085f90167f7ba4a32 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isfunction.tar.xz + 2ccf38a29c4f82813b0430eea41aa8e0 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isinteger.tar.xz + 16e963e0db5e0507cd0cd60dc81256fb 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-islength.tar.xz + 119b5a9b446b435c7585e4022efc3c40 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismap.tar.xz + fb3b8734f29cd93d9a0e0025a8364ce7 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismatch.tar.xz + b5d952115a4735bc948c306c9643e631 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ismatchwith.tar.xz + 13d2af62aaf02df974cdf04e7d978977 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnan.tar.xz + 01f083b1659b63f6cbdab3b895c4a9e3 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnative.tar.xz + e55fcc05d1460af7e946f2843d4901a4 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnil.tar.xz + 8a766ebc700a1cbc5c021d1f28e4d2f4 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnull.tar.xz + 79ef012040c912a6e683956782d058dd 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isnumber.tar.xz + 3cb17af166a0ac3ee5d9189c522ea2cb 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isobject.tar.xz + 75508f914ddc393fc0f0da7f3137b4cf 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isobjectlike.tar.xz + 27680752ea0853b496090b7e654a9f56 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isplainobject.tar.xz + 8f305b33999b059dafb2852e519385be 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isregexp.tar.xz + d6bafe91f65c410000e0152855f3c8f8 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-issafeinteger.tar.xz + da23b1edead5ebfa605b93cd9aa973a7 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isset.tar.xz + 5d42638882ca8d10701cffd7158e98b9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isstring.tar.xz + 481b27619dbdc3044e488bf5801911ba 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-issymbol.tar.xz + db11aa0b38e8251d89fb0f34d2e8a65f 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-istypedarray.tar.xz + af39d2441d22522cce556e65985fcac1 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isundefined.tar.xz + 10ffed8b88e418a88c2e7cdb260a1818 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isweakmap.tar.xz + 180e3590b0f44be2b204ac86ae21a674 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-isweakset.tar.xz + 901dc3e4ecb08879838d23fc1e77eae9 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-iteratee.tar.xz + 1cb471142827582e90dbb7b724c8908f 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-join.tar.xz + 3678f2a429b47fb38166c4818c9c070f 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-kebabcase.tar.xz + a4a9e942d7d453edfe8ca3db56ff6779 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keyby.tar.xz + e4911450050bcf192521bbe4762126df 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keys.tar.xz + 5f6447255ca0b4e51a6b6bb470bd1404 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-keysin.tar.xz + f3fba8ed6b66ae657ea19069edf311cd 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-last.tar.xz + 48337828d4f7cf5f58bb240438ee14c5 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lastindexof.tar.xz + e1e4a05079bf4de73fe6f29e50f8b793 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lowercase.tar.xz + e774726d39828bcf4ce3511e2a6cfb65 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lowerfirst.tar.xz + 878f19a4f8f237c9fb95a9ac5f7bda01 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lt.tar.xz + c9c40f63b8362df53e6da0fa7dda0b86 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-lte.tar.xz + 64a1682c190240c9c415be9971756093 1592 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-map.tar.xz + 05a1b70412ffb47dac0d7e0b44a52699 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mapkeys.tar.xz + dc1c8fa12c6b624b835d12c231fec5ee 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mapvalues.tar.xz + 8f8a9b1befd69fd776ad08b545779dc1 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-matches.tar.xz + 37e14e1d1a6bdc4c06bb46833fa83543 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-matchesproperty.tar.xz + 5093234e17c4628c5b329cf98df87079 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-max.tar.xz + df33f50bfed2a2087dc482c3ae5a531a 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-maxby.tar.xz + 152768c13015649b027d84f54b3b1d36 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mean.tar.xz + 63c874d0e8f02a1e1cf7203b1e53064a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-meanby.tar.xz + d6b3059d9282d7faad6266e3c4429eae 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-memoize.tar.xz + 7d2d60a61693da93f5187293c8c69486 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-merge.tar.xz + d8029afd2037478cb5d1452f60542e25 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mergewith.tar.xz + 168c3633460d46f6e0f5451587b8f1b5 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-method.tar.xz + 4eb4e459593e0da9a1853b13ba16c537 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-methodof.tar.xz + 221a3c5088ba6fc2b279a2784f47d1c0 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-min.tar.xz + e5d58a973b09a5def2f22fd504cf6714 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-minby.tar.xz + ed5602df302da357463bc9d927cce278 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-mixin.tar.xz + 13635f6c8eacf2bc43d392fd0f691e9f 1640 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-multiply.tar.xz + 2fd729ea5aeb32d5548077bc8cf85ed5 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-negate.tar.xz + 6c7b85f53890396b4f1ec79fd6470433 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-noop.tar.xz + d3537daea7d4777e3af426f345004b69 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-now.tar.xz + 6db17420e6ba410cfaead9e789d93562 1600 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-nth.tar.xz + a925902d3eee1e8af8dd378fbd6997ee 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-ntharg.tar.xz + c2cc1c79c33ffc22702136e78e31e85b 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-omit.tar.xz + 58d9ec3232a80a1bb3be6dc66ce4ac4a 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-omitby.tar.xz + 7bdacbbd848d5b8d029095f8c40e45a5 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-once.tar.xz + 1d0baa9c5e0a0ebe4ea8050ab855c58e 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-orderby.tar.xz + 9879ed64a39e3f578e611049c38be4d5 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-over.tar.xz + c5e1a3ef55f47ea0d236d72e68cb26f8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-overargs.tar.xz + 352c762a34464dc53c8af5201c019204 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-overevery.tar.xz + c9944bca5752c8fabf1ee9cdbebbb898 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-oversome.tar.xz + 3ecf04e0490038daaf8d91667e401c5c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pad.tar.xz + eb89f8b64abcfa0961cc360e402d8544 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-padend.tar.xz + b687554c4498a2036bab883988a2a5d9 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-padstart.tar.xz + e48eadca2b26164656f92492b7a2bcf9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-parseint.tar.xz + 1c93442d7b8e86480254ce2491995a45 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partial.tar.xz + 9847ed28701b85d96194b0753366e377 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partialright.tar.xz + 0cf31e83c8d61768a72a2289b4a32753 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-partition.tar.xz + 164e16423329f07557aebf6e74af7083 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pick.tar.xz + 8a1b0431fc420bef4b6e2ee3a5a1cde3 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pickby.tar.xz + a81cce8d65db938acd45aecb90b1b7ca 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-property.tar.xz + 77c38713e736e86597f7913a4b5c415e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-propertyof.tar.xz + df928d3527e8d0ef99ce8a859cca06db 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pull.tar.xz + 31fe32146ff618e5e483fa8d34280819 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullall.tar.xz + ee14a93c66bf2f4f66e96282a41fb6c2 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullallby.tar.xz + 9839131b24a6093c369693c67c7c6a0a 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullallwith.tar.xz + 842a309ff3682641c58fef1aee478109 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-pullat.tar.xz + 6a806c1f271b4a25695eb93e7ec1de99 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-random.tar.xz + 098c32f098f4d1339361f56352c4a1e0 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-range.tar.xz + ce1533db01a17ba0aee6e9d47bd2100d 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rangeright.tar.xz + 6c7952fcaed5c76d253934587a7abf56 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rearg.tar.xz + b1298a52474668db3217fba7e0238b10 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reduce.tar.xz + 04936539d03f73715d754bf26a6bf7a4 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reduceright.tar.xz + 3e0a9582f7eca7869a308a0bc1f7ea3e 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reject.tar.xz + fca676d891793c2fbcaca235c431ce4a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-remove.tar.xz + b7a814017565d629be1dd56f65dc1030 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-repeat.tar.xz + 9a2c723b11e59d614d7edfd8ae99757a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-replace.tar.xz + 798ae47d548f4b0072f472a3d37e3443 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-rest.tar.xz + b7c81b63bdd70613c307d2c2b44de880 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-result.tar.xz + 3e5b87562919f541249862cb72f80ee7 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-reverse.tar.xz + 10bc0da748526bfe66e51afbcb295873 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-round.tar.xz + b51789d0e23b57f059f0bb7113916a9d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sample.tar.xz + b07c2a5769f0edb939d501ec6cd35c1f 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-samplesize.tar.xz + f3aa6e4b0ccc2e589ee3209d657760ed 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-set.tar.xz + 9b80e0cc7edd0df030d04b436e4e3eec 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-setwith.tar.xz + f8f056ab203335354847dbbb85378592 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-shuffle.tar.xz + d58b884c82ce786e42946d5824a0a4e8 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-size.tar.xz + a90930629b6460950a763b15c7fc761a 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-slice.tar.xz + 5ef23f5d5262cf450a11149fd9d5d9cf 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-snakecase.tar.xz + 2e4f69fd6235e87797f674564e76a553 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-some.tar.xz + dc6e9260b53902314b890626619f74d0 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortby.tar.xz + f803badc32c0643581963ad9b51891c4 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindex.tar.xz + 68bb482260e76dbc3abc9a0831d1eca4 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindexby.tar.xz + d76253c210840e6ea714e857552eeac4 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedindexof.tar.xz + 319d21b81d235cd8217e0fa8aa16a01f 1620 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindex.tar.xz + f92f7fb27d24443f7774d4d11b2c3b5c 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindexby.tar.xz + d06800761d68e86a83c74dbda56abc7d 1628 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sortedlastindexof.tar.xz + 5fd29c100df5e3bfd47e5ab4ba87ce3c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sorteduniq.tar.xz + 784ae12264ddf5a311d9e2ff36ddb4ea 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sorteduniqby.tar.xz + bc3e6b5275839713f249a736893707f8 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-split.tar.xz + 8fb4e11d0a930dacd1f6028a07d40193 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-spread.tar.xz + c23341ca8e25e8bf82d3f3cc4986dda5 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-startcase.tar.xz + 5e6fd881f98f5d364a39fcbc4153a0eb 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-startswith.tar.xz + 3db466c1feebfb02fccdb9ad1a36f4e8 1632 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-stubfalse.tar.xz + a073cf3fc1e82fe8ac40aafb031128db 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-stubtrue.tar.xz + e67e64c02f54cdccc052ddea4268ae50 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-subtract.tar.xz + c0e129d39299be1e9c526c686c5af213 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sum.tar.xz + 41622176779d56904391532e9b9506aa 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-sumby.tar.xz + c3b7da58290ee05a483deec3e61d3214 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tail.tar.xz + c9aaf8d09f4db53719ea57f26ca95f98 1600 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-take.tar.xz + 0bbfdf51a9b91dac5a21f745bc02ea6a 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takeright.tar.xz + 6ecb72a62c9a5309d4b1f7a4db29a144 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takerightwhile.tar.xz + 9f5e04cefa74ac88919724bfcc6c9f98 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-takewhile.tar.xz + a0a554ab9588ceaa4e6b52077e79e74d 1640 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-template.tar.xz + 56915546f978e8851fd0e14f6526af4c 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-throttle.tar.xz + a540062286effa6b5a01216859bc48e2 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-times.tar.xz + 9554c6fac82e1eaab5472260a8789263 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toarray.tar.xz + 9189b7802b035437a5bc1834ceb632c9 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tofinite.tar.xz + 616db9ad984f44b3a8517ce2087d3335 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tointeger.tar.xz + f149caeca98b4fa076da703f1c82d803 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tolength.tar.xz + b59147134b653615bffb870fb20ecedf 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tolower.tar.xz + 57e806a2693c7421a3106de2db6c5834 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tonumber.tar.xz + 0c9425e43595e6183b9e3093cebb8a76 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topairs.tar.xz + 506e2c2f177af83beda2aac0f3d64c4b 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topairsin.tar.xz + a16db4807f12591ae8cc67afa7c24fd2 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-topath.tar.xz + c8698b01a75ae3e171b4269e3a556ff4 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toplainobject.tar.xz + 90a93afb9bd49353aeb36c9541343b21 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tosafeinteger.tar.xz + 611fab00c24f18025dfbb1ba9a6150b0 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-tostring.tar.xz + 2c60256c04a5de52b98fa69ca08ca952 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-toupper.tar.xz + fd03b173277db676e2c9e444e2d093f0 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-transform.tar.xz + 808390233c82a36f07370e6ce7bb83a7 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trim.tar.xz + 6ce0458786f8182e5075b0b778f578fe 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trimend.tar.xz + 1824c26340dff51aa41efc056a628054 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-trimstart.tar.xz + b912cb9408b47009491f70c8ef2b0c0d 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-truncate.tar.xz + 69070bd03c5b6d6748b08a8df81667cd 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unary.tar.xz + 7e88d6bba2d4282b13a2ca84eff59c6a 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unescape.tar.xz + b52cdc5654a058709f87a907f2fea219 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-union.tar.xz + 092ada61a1abb1e6e700334c408992d8 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unionby.tar.xz + 46ce0152b959ea05474e3d7cfa47089c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unionwith.tar.xz + 1e2b7726e3459404c0ffe630300287fd 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniq.tar.xz + 5555f74f782ab6ab1b8f409738cb61a1 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqby.tar.xz + 655ab52c53717afca1f19b0f3a379ead 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqueid.tar.xz + 47f9b6b4f7a7ffc2b0a79fd451a4632a 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uniqwith.tar.xz + a3a57c712515aeaea99996f623cc9f75 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unset.tar.xz + f569b6cda1ac964077dc654265fa5e96 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unzip.tar.xz + 06c7db07aeac90b898e37fb902e26b95 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-unzipwith.tar.xz + 3425636b06fde1bdec645021d069c90a 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-update.tar.xz + ce034724b763b86c755e98537b0b336b 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-updatewith.tar.xz + ca17103239fb51c7b1ba8d01ae9f4f2c 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-uppercase.tar.xz + 140193240f626019715fc8d021a7b975 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-upperfirst.tar.xz + 150517b5e815512ddccdd050cfaa55b8 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-values.tar.xz + 1672db03bd08adf5a42b6f7f0bce8513 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-valuesin.tar.xz + 4be4980a55d70e174492ed7efa178270 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-without.tar.xz + 475367e80f1c216c167232ff49a36bdb 1604 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-words.tar.xz + ea714ffdd184060aa8176c7271a275db 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-wrap.tar.xz + b37b930ebf478ffa63aeb61ecf8d8418 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xor.tar.xz + ab7f36649fc87ef4b06b02ad98663fc0 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xorby.tar.xz + 93b47492044960443cbbb0d0c722a40e 1616 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-xorwith.tar.xz + b31610ef85f3a46c3211b7fc6a76c783 1608 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zip.tar.xz + 2c7a304090a2800bb9b7ec1234be4fb5 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipobject.tar.xz + 804b84a8a54711ef0c4afbd7338f824f 1624 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipobjectdeep.tar.xz + e21f6836f4448963c847f79502782888 1612 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash-zipwith.tar.xz + 096fe1210762011d49299379f352c61d 75856 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig-types-lodash.tar.xz + e43ebf7b5f39060936a75331fa6b348c 295172 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220.orig.tar.xz + b76c4a5853524fa682e26ef285ac9643 14300 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-lowercase-keys +Binary: node-lowercase-keys +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Shirish Togarla +Homepage: https://github.com/sindresorhus/lowercase-keys +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-lowercase-keys +Vcs-Git: https://salsa.debian.org/js-team/node-lowercase-keys.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , dh-sequence-nodejs +Package-List: + node-lowercase-keys deb javascript optional arch=all +Directory: pool/6b9d5b17bff8f77181894a7cdd886c10c7a5f4ebe11c1133d5597b1e396d0e37 +Checksums-Sha1: + bac89ede19a221df54bcd865783a76b37082f571 2132 node-lowercase-keys_2.0.0-2.dsc + 287dd6ca4c6278c386190d44623ff777aa237435 2233 node-lowercase-keys_2.0.0.orig.tar.gz + c0db927a778e71bc8b580fb6be6b4a6f2af43f6e 3012 node-lowercase-keys_2.0.0-2.debian.tar.xz +Checksums-Sha256: + 6b9d5b17bff8f77181894a7cdd886c10c7a5f4ebe11c1133d5597b1e396d0e37 2132 node-lowercase-keys_2.0.0-2.dsc + db617960f018a1289b4042aca8ec5de48679ba04832483b6d5f0aa021d077f01 2233 node-lowercase-keys_2.0.0.orig.tar.gz + ed4ab4eb36eb3089786c9916934e4df7fe4c56beb9a9b2911c2cde593ba61640 3012 node-lowercase-keys_2.0.0-2.debian.tar.xz +Files: + baa5d7fc4a9d40530d4c883c10500c3b 2132 node-lowercase-keys_2.0.0-2.dsc + b4884b5a176a10162fa313fbf447709b 2233 node-lowercase-keys_2.0.0.orig.tar.gz + 1dc4363529b362c7c5f928afb41b5dc8 3012 node-lowercase-keys_2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-lru-cache +Binary: node-lru-cache +Architecture: all +Version: 10.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/node-lru-cache +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-lru-cache +Vcs-Git: https://salsa.debian.org/js-team/node-lru-cache.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-esbuild, node-tap (>= 15) , node-typescript, ts-node +Package-List: + node-lru-cache deb javascript optional arch=all +Directory: pool/656792b8fca241433549a37808012463a388f3cc439401a218e300b1a975f46e +Checksums-Sha1: + b0abb089f629ef843a75eed7b4fa10dce7a2df17 2154 node-lru-cache_10.0.1-3.dsc + 090ff378b53b6513df3ed1f318124afa2bec0b9f 121536 node-lru-cache_10.0.1.orig.tar.gz + 7576490c747aeb6a5c5047f6477b335bc420940f 9468 node-lru-cache_10.0.1-3.debian.tar.xz +Checksums-Sha256: + 656792b8fca241433549a37808012463a388f3cc439401a218e300b1a975f46e 2154 node-lru-cache_10.0.1-3.dsc + 5a8b4b2d27376512099faa49f9a3a59857f26b68e4148691cc9070842fe0d0b7 121536 node-lru-cache_10.0.1.orig.tar.gz + da6b0eb1b0b84648ad9ba3a6561469d98bc79fcc2aba1bc98b9e36eeb387425d 9468 node-lru-cache_10.0.1-3.debian.tar.xz +Files: + a8d9cf27d72395f3d5b3eeb36b5210db 2154 node-lru-cache_10.0.1-3.dsc + b83989eab46397dd7c505e3ad69505c7 121536 node-lru-cache_10.0.1.orig.tar.gz + 2bce3f86240b82f209557effb4c79852 9468 node-lru-cache_10.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-make-dir +Binary: node-make-dir +Architecture: all +Version: 3.1.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Utkarsh Gupta +Homepage: https://github.com/sindresorhus/make-dir +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-make-dir +Vcs-Git: https://salsa.debian.org/js-team/node-make-dir.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-graceful-fs , node-path-type (>= 4.0.0) , node-semver , node-tape , node-unique-string , dh-sequence-nodejs +Package-List: + node-make-dir deb javascript optional arch=all +Directory: pool/7208513b2485434e2d12fe4d4d541cacd99f661d7daf367898b09f46bdbe9f90 +Checksums-Sha1: + 915a9c05e257077da64216390f48203746bc7660 2216 node-make-dir_3.1.0-3.dsc + 36a5b674fb1c9421a9772872d61529944fb576e5 6369 node-make-dir_3.1.0.orig.tar.gz + 39b433225373161d68c30973400d1dc64a051aa5 5936 node-make-dir_3.1.0-3.debian.tar.xz +Checksums-Sha256: + 7208513b2485434e2d12fe4d4d541cacd99f661d7daf367898b09f46bdbe9f90 2216 node-make-dir_3.1.0-3.dsc + 02effc4c05b08fc54edb21f405d838d64fa18b4b39e9dedf629b3ef4217b0bb9 6369 node-make-dir_3.1.0.orig.tar.gz + da1f2bde1031d64ec0f6a99725696bcc6fbdf7b0fb6c4d5810e199c58f46feae 5936 node-make-dir_3.1.0-3.debian.tar.xz +Files: + 9d4a9e087db825b97decea20827b5dad 2216 node-make-dir_3.1.0-3.dsc + 795c7d86c2922d6cd8abe1f1d95780e3 6369 node-make-dir_3.1.0.orig.tar.gz + 787ccb9f2eb0c2962ef8d99f755de239 5936 node-make-dir_3.1.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-memfs +Binary: node-memfs +Architecture: all +Version: 3.4.12+~cs1.0.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ajayi Olatunji +Homepage: https://github.com/streamich/memfs#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-memfs +Vcs-Git: https://salsa.debian.org/js-team/node-memfs.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest (>= 29) , node-babel7, node-typescript, ts-jest +Package-List: + node-memfs deb javascript optional arch=all +Directory: pool/484a5716e8bec469c67256eabf82cee64599e7b56330123ccdcc63d9e09a8d8b +Checksums-Sha1: + 98bc813795541e0a705735dbc0bdfa8c31fd9b62 2464 node-memfs_3.4.12+~cs1.0.3-1.dsc + f59e443ae91c69ede268fc6ac923ef0bf46e4cb8 114960 node-memfs_3.4.12+~cs1.0.3.orig-fs-monkey.tar.gz + 84e3b830fe4a132afe8fac1558174e5ae09fd2a9 159499 node-memfs_3.4.12+~cs1.0.3.orig.tar.gz + 812db2c7285d8c3ce4ac689d4f4ff27a654be313 5148 node-memfs_3.4.12+~cs1.0.3-1.debian.tar.xz +Checksums-Sha256: + 484a5716e8bec469c67256eabf82cee64599e7b56330123ccdcc63d9e09a8d8b 2464 node-memfs_3.4.12+~cs1.0.3-1.dsc + 4a2b9631be9413dff0bd844be4512d4c7e7cb7e81dc1d6799d2e76ec968e13a2 114960 node-memfs_3.4.12+~cs1.0.3.orig-fs-monkey.tar.gz + 1400d9cd3b4e109d8808208aa81acb1b9b091252c3f0b628df580d3fd94bf41c 159499 node-memfs_3.4.12+~cs1.0.3.orig.tar.gz + 60eab1d65c32b8e796478e950edd83759e5088c256c1f918bb0c373f449bc464 5148 node-memfs_3.4.12+~cs1.0.3-1.debian.tar.xz +Files: + 98eea474af3dc22d7e35e550e4cdf2b0 2464 node-memfs_3.4.12+~cs1.0.3-1.dsc + dc9a8fd4450c2ed804342f9f80c8c0c9 114960 node-memfs_3.4.12+~cs1.0.3.orig-fs-monkey.tar.gz + 160743dfc28791d211083a9a4a04254e 159499 node-memfs_3.4.12+~cs1.0.3.orig.tar.gz + 487494c0596b61b3ea51998462a4cdfa 5148 node-memfs_3.4.12+~cs1.0.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-memory-fs +Binary: node-memory-fs +Architecture: all +Version: 0.5.0+~0.3.3-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/memory-fs +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-memory-fs +Vcs-Git: https://salsa.debian.org/js-team/node-memory-fs.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-bl , node-errno , node-readable-stream , node-should +Package-List: + node-memory-fs deb javascript optional arch=all +Directory: pool/96e203e4158314963514c0288b8fac029b054a26af61e9592054049183918ace +Checksums-Sha1: + 2d43e5197066b8f8967261aec16ae617b2677a49 2530 node-memory-fs_0.5.0+~0.3.3-2.dsc + 9b63b353d4b9b190db19caa765778bede3fe5d95 2136 node-memory-fs_0.5.0+~0.3.3.orig-types-memory-fs.tar.gz + b5a6fa00e27cabc781cbae8ecae4e83aa4b4436f 38083 node-memory-fs_0.5.0+~0.3.3.orig.tar.gz + 5b87be7259c5dbdf2aef94dedaa9afa970843096 3984 node-memory-fs_0.5.0+~0.3.3-2.debian.tar.xz +Checksums-Sha256: + 96e203e4158314963514c0288b8fac029b054a26af61e9592054049183918ace 2530 node-memory-fs_0.5.0+~0.3.3-2.dsc + dbb7bf5af6f50d2a822278906098b4fac826dc2511139470b92f9f71c2679f55 2136 node-memory-fs_0.5.0+~0.3.3.orig-types-memory-fs.tar.gz + d6799ff556410fec6de608aadddfb353a4a72c0c82c53f98796101b60439041a 38083 node-memory-fs_0.5.0+~0.3.3.orig.tar.gz + 905aef8eb60f4d323c822f74ae0a6af4c398cfed3036abcb54bc0cf70cd0cb48 3984 node-memory-fs_0.5.0+~0.3.3-2.debian.tar.xz +Files: + 6847912cbfe31fa55bffd0e1f75a666e 2530 node-memory-fs_0.5.0+~0.3.3-2.dsc + 8bbab0c65f631327eb70ee0781a67ab4 2136 node-memory-fs_0.5.0+~0.3.3.orig-types-memory-fs.tar.gz + d31cda45dbf1ad8af5b2bf6ed0952d9e 38083 node-memory-fs_0.5.0+~0.3.3.orig.tar.gz + bf6501059da14fc8ddd4c04d0ca02c49 3984 node-memory-fs_0.5.0+~0.3.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-merge-stream +Binary: node-merge-stream +Architecture: all +Version: 2.0.0+~1.1.2-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/grncdr/merge-stream#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-merge-stream +Vcs-Git: https://salsa.debian.org/js-team/node-merge-stream.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-from2, dh-sequence-nodejs +Package-List: + node-merge-stream deb javascript optional arch=all +Directory: pool/184f5f46d54165a078bff29a8872dc1fc0ffc074b1c39d9abde9aba8a6f858f4 +Checksums-Sha1: + 9c7f50c693358589308c7e01b64dd0314d18be4e 2480 node-merge-stream_2.0.0+~1.1.2-2.dsc + a880ff66b1fbbb5eef4958d015c5947a9334dbb1 1739 node-merge-stream_2.0.0+~1.1.2.orig-types-merge-stream.tar.gz + fb8ba11c61ed11052a705a8dc8089ad1048236f1 3459 node-merge-stream_2.0.0+~1.1.2.orig.tar.gz + b0bbca0480083d548fe5a78e526a162d5c1d8c2c 3488 node-merge-stream_2.0.0+~1.1.2-2.debian.tar.xz +Checksums-Sha256: + 184f5f46d54165a078bff29a8872dc1fc0ffc074b1c39d9abde9aba8a6f858f4 2480 node-merge-stream_2.0.0+~1.1.2-2.dsc + 54ed2188f9942cd9b249e23e1ad7788ed08fdd81b5160efc1baff0c098dd2d64 1739 node-merge-stream_2.0.0+~1.1.2.orig-types-merge-stream.tar.gz + 74f95ec572114c87024cf9b82b4304992b8d003d98e098a10da36f89a43f2999 3459 node-merge-stream_2.0.0+~1.1.2.orig.tar.gz + d727efd222bb80fcbe00a63438a9b29e3bef4e1cc17a763c4d430aefb8d17c6e 3488 node-merge-stream_2.0.0+~1.1.2-2.debian.tar.xz +Files: + 8e4785e77daa371d41a354a93fce853f 2480 node-merge-stream_2.0.0+~1.1.2-2.dsc + 75b939a711cb85b4b7dbedacffa149d7 1739 node-merge-stream_2.0.0+~1.1.2.orig-types-merge-stream.tar.gz + 179a827f1f3471c98829d81ac343d05c 3459 node-merge-stream_2.0.0+~1.1.2.orig.tar.gz + 8db7cfa62783503e66d059d119b7ec7a 3488 node-merge-stream_2.0.0+~1.1.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-micromatch +Binary: node-micromatch +Architecture: all +Version: 4.0.7+~4.0.9-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/micromatch +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-micromatch +Vcs-Git: https://salsa.debian.org/js-team/node-micromatch.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-braces (>= 3.0.2) , node-anymatch (>= 3.1.1+~2.1.1) +Package-List: + node-micromatch deb javascript optional arch=all +Directory: pool/0f46edc84ae153377ded457e3c1c6be8a2fe74dde47c217d8f28f992c79e026e +Checksums-Sha1: + e8ea793609cbf34e3e09c74d5ab311fd2a8fa4e7 2532 node-micromatch_4.0.7+~4.0.9-1.dsc + 8e5763a8c1fc7fbf26144d9215a01ab0ff702dbb 5895 node-micromatch_4.0.7+~4.0.9.orig-types-micromatch.tar.gz + dbf8f8d3d8d19734b0bc183e8f8a9684f7dae8bb 88680 node-micromatch_4.0.7+~4.0.9.orig.tar.gz + fc644073adffdb7141b8981fd2e302181bca6c61 4668 node-micromatch_4.0.7+~4.0.9-1.debian.tar.xz +Checksums-Sha256: + 0f46edc84ae153377ded457e3c1c6be8a2fe74dde47c217d8f28f992c79e026e 2532 node-micromatch_4.0.7+~4.0.9-1.dsc + 6e53a80564359a761ed50a48d29720b36c902c33a37ab68c1ba81cd36fd906d6 5895 node-micromatch_4.0.7+~4.0.9.orig-types-micromatch.tar.gz + e504ec4651237cf01b411fe5758871ee782f1a1e1d5bfe11f343aa35c482bfc5 88680 node-micromatch_4.0.7+~4.0.9.orig.tar.gz + 159c68adab0f61cbbfaa96dddff0356e780ce3c125b41da2c00b85f5f1bcad02 4668 node-micromatch_4.0.7+~4.0.9-1.debian.tar.xz +Files: + eeb2fda17e29863e1023536117afc028 2532 node-micromatch_4.0.7+~4.0.9-1.dsc + 580741cf2238f4e288d7fbab97bc702d 5895 node-micromatch_4.0.7+~4.0.9.orig-types-micromatch.tar.gz + e42d39eee8e676df1cb099cf8e78a5f4 88680 node-micromatch_4.0.7+~4.0.9.orig.tar.gz + bab26880bba0df0712f4047fdfd46adb 4668 node-micromatch_4.0.7+~4.0.9-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-mime-types +Binary: node-mime-types +Architecture: all +Version: 2.1.35-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd , Thorsten Alteholz +Homepage: https://github.com/jshttp/mime-types +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-mime-types +Vcs-Git: https://salsa.debian.org/js-team/node-mime-types.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), media-types, node-mime, mocha , dh-sequence-nodejs +Package-List: + node-mime-types deb javascript optional arch=all +Directory: pool/937f7150b8c16d2473d4d97212c41b229023dced4d4086b04299f17ab58a7050 +Checksums-Sha1: + b9a5e02c1b70369b2acc4165aca2866ab1e9bc7d 2594 node-mime-types_2.1.35-2.dsc + d9ba43490fa3a3df958759adf69396c3532cf2c1 1631 node-mime-types_2.1.35.orig-types-mime-types.tar.gz + 4ae2c2562584a802a6556920435f809e59da6781 8425 node-mime-types_2.1.35.orig.tar.gz + c4e5cc94d1f280ff32041e50dfd23deb1227271a 4008 node-mime-types_2.1.35-2.debian.tar.xz +Checksums-Sha256: + 937f7150b8c16d2473d4d97212c41b229023dced4d4086b04299f17ab58a7050 2594 node-mime-types_2.1.35-2.dsc + a30383d0489dd5e5166514588eaf847e34cb5e856cfd976a8593053abc35e256 1631 node-mime-types_2.1.35.orig-types-mime-types.tar.gz + 1b26eefa1cceaee238faa2ae9eee16710658d7f6d923cc666d018ef962148f3a 8425 node-mime-types_2.1.35.orig.tar.gz + fbb15e73f3da57b6c5182fd9e1d4a657a018b20d6db8c3f26009ea55773d45c3 4008 node-mime-types_2.1.35-2.debian.tar.xz +Files: + 96e4cde3e703f4b9ab430318a8ddccb9 2594 node-mime-types_2.1.35-2.dsc + 0a3801fc4d349e731a386cc0c189990b 1631 node-mime-types_2.1.35.orig-types-mime-types.tar.gz + dc4f38adbcf0bdd914bc2a487024d4fb 8425 node-mime-types_2.1.35.orig.tar.gz + 4bef1123b41830a65379e82d0a84d07b 4008 node-mime-types_2.1.35-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-mime +Binary: node-mime +Architecture: all +Version: 3.0.0+dfsg+~cs6.97.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino , Jérémy Lal , Laszlo Boszormenyi (GCS) +Homepage: https://github.com/broofa/node-mime +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-mime +Vcs-Git: https://salsa.debian.org/js-team/node-mime.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-chalk, node-media-typer , node-mime-types (>= 2.1.15) +Package-List: + node-mime deb javascript optional arch=all +Directory: pool/e08fd80235950cebd4afc4a10f882debd43a04e2fc9748d28968c635cf2644a2 +Checksums-Sha1: + 42f0670d607a83dd78d24a24650d6606e3cf1964 3541 node-mime_3.0.0+dfsg+~cs6.97.2-1.dsc + 6574e1ec542bc7bf2390a70bfc24bce87ff0e81d 61468 node-mime_3.0.0+dfsg+~cs6.97.2.orig-mime-db.tar.xz + 939c5cf3c9692725000fab3a7a4619b443cb67cf 2352 node-mime_3.0.0+dfsg+~cs6.97.2.orig-mime-score.tar.xz + ff5ae4393644802ded0c74457f9ead4fcae6db22 2060 node-mime_3.0.0+dfsg+~cs6.97.2.orig-types-mime-db.tar.xz + a8ed56ec8971c36749c698cc2b0a9d1556bbc206 1868 node-mime_3.0.0+dfsg+~cs6.97.2.orig-types-mime.tar.xz + 5d357195a06b72dd8efbab4d12b0b1ec7996471d 38484 node-mime_3.0.0+dfsg+~cs6.97.2.orig.tar.xz + 7ce13dda8601a63e1273335e52eab3369ff434a6 4896 node-mime_3.0.0+dfsg+~cs6.97.2-1.debian.tar.xz +Checksums-Sha256: + e08fd80235950cebd4afc4a10f882debd43a04e2fc9748d28968c635cf2644a2 3541 node-mime_3.0.0+dfsg+~cs6.97.2-1.dsc + 0989889152258cc5f466b77a6cc04690273a69d80519907914d10ede7cd4bfe1 61468 node-mime_3.0.0+dfsg+~cs6.97.2.orig-mime-db.tar.xz + 9fec797aca61310538b78f735d4b76fa0e1bb1fd6bbea92a6c5cc12914d82577 2352 node-mime_3.0.0+dfsg+~cs6.97.2.orig-mime-score.tar.xz + 34d434675e7b399599c8309c858f7ce463490154fc5ab6c4aefd4494bb21da4b 2060 node-mime_3.0.0+dfsg+~cs6.97.2.orig-types-mime-db.tar.xz + 44a496393606247f3c562dd987f870d655967d98c2114f7eb9493cae7e264811 1868 node-mime_3.0.0+dfsg+~cs6.97.2.orig-types-mime.tar.xz + 1498e6c6f5e7e5f887ac7364a9c943350afe1721685b43a1e1230344da0e497e 38484 node-mime_3.0.0+dfsg+~cs6.97.2.orig.tar.xz + 5d02b1e1fa9608300c2209b0bcf240a3e2b99f6260a58c50f6b5b10a3e6a5f26 4896 node-mime_3.0.0+dfsg+~cs6.97.2-1.debian.tar.xz +Files: + 90fd44977bf25b44bde16edab1ddf703 3541 node-mime_3.0.0+dfsg+~cs6.97.2-1.dsc + 4d0e59859161a06c6b5c26e3e267eab8 61468 node-mime_3.0.0+dfsg+~cs6.97.2.orig-mime-db.tar.xz + 4d2d5572ff791cbefc2140bc6e84d860 2352 node-mime_3.0.0+dfsg+~cs6.97.2.orig-mime-score.tar.xz + d9f857fe551364d654a44bfa18d130f7 2060 node-mime_3.0.0+dfsg+~cs6.97.2.orig-types-mime-db.tar.xz + a0c942679923b155a424830042cb5fc5 1868 node-mime_3.0.0+dfsg+~cs6.97.2.orig-types-mime.tar.xz + 50f62d05d9364e500346ebd42e387974 38484 node-mime_3.0.0+dfsg+~cs6.97.2.orig.tar.xz + 4ded1791bcdb1f30ce655cd94ae77f52 4896 node-mime_3.0.0+dfsg+~cs6.97.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-mimic-fn +Binary: node-mimic-fn +Architecture: all +Version: 4.0.0-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/mimic-fn +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-mimic-fn +Vcs-Git: https://salsa.debian.org/js-team/node-mimic-fn.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.12~), node-tape , rollup +Package-List: + node-mimic-fn deb javascript optional arch=all +Directory: pool/6e4948eab7a29adf5ce35437133a3fc5a28dd3de7820e8cc8fb8dc58e6289604 +Checksums-Sha1: + 2a1cc44341b7290b482eba64c69f95fca2ae8c81 2072 node-mimic-fn_4.0.0-5.dsc + bf1009881d03b329f64c0c1329c298e33ab769ba 6646 node-mimic-fn_4.0.0.orig.tar.gz + e7e09d7c7fc4713b019a9f999c3b9258b1db87cf 4112 node-mimic-fn_4.0.0-5.debian.tar.xz +Checksums-Sha256: + 6e4948eab7a29adf5ce35437133a3fc5a28dd3de7820e8cc8fb8dc58e6289604 2072 node-mimic-fn_4.0.0-5.dsc + 1a2233926e68e041edcd7a521673355e022d0a901345e151c1ae13b0e612c18a 6646 node-mimic-fn_4.0.0.orig.tar.gz + cfe57f945a76d2dac5c0202c262b0c2d92f0dd552448bc54dfe0132b6cb5a67d 4112 node-mimic-fn_4.0.0-5.debian.tar.xz +Files: + 06d5a19fd32fb6e6c1365d05f4453129 2072 node-mimic-fn_4.0.0-5.dsc + 0c4c33e6bffc700fa9d7825396fc40a1 6646 node-mimic-fn_4.0.0.orig.tar.gz + 36f15b633be843ba7927217ea97ac3e0 4112 node-mimic-fn_4.0.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-mimic-response +Binary: node-mimic-response +Architecture: all +Version: 3.1.0-9 +Maintainer: Debian Javascript Maintainers +Uploaders: Nirmal K V +Homepage: https://github.com/sindresorhus/mimic-response +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-mimic-response +Vcs-Git: https://salsa.debian.org/js-team/node-mimic-response.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, ava , node-express , node-iconv , node-os-tmpdir , node-p-timeout +Package-List: + node-mimic-response deb javascript optional arch=all +Directory: pool/a9625a5495088c0164a1201188e8180d450f49ccb3a31d0be2547437b7e638c2 +Checksums-Sha1: + 6de803911c1a0d16742972ca892956debb1f9e92 2222 node-mimic-response_3.1.0-9.dsc + d49afd72e4e864103d040879d46ed6cc6955b064 4393 node-mimic-response_3.1.0.orig.tar.gz + 8b60191a290a787174e062b9661d4762e633be72 24412 node-mimic-response_3.1.0-9.debian.tar.xz +Checksums-Sha256: + a9625a5495088c0164a1201188e8180d450f49ccb3a31d0be2547437b7e638c2 2222 node-mimic-response_3.1.0-9.dsc + 89d24ae13cf2d21985853ced528c3de5fc91557915641b00bc359f3612907a33 4393 node-mimic-response_3.1.0.orig.tar.gz + dd492df34d132c7e47d85962a655460e12eb687a881f59dcc15e1230ac2404ea 24412 node-mimic-response_3.1.0-9.debian.tar.xz +Files: + 6335e941316029532dc91e9db1d24973 2222 node-mimic-response_3.1.0-9.dsc + a119b17559b232f7b597bc135302b586 4393 node-mimic-response_3.1.0.orig.tar.gz + c586d6fcef1fc0f498695cb2e2425fc0 24412 node-mimic-response_3.1.0-9.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-minimatch +Binary: node-minimatch +Architecture: all +Version: 9.0.3-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/minimatch +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-minimatch +Vcs-Git: https://salsa.debian.org/js-team/node-minimatch.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-brace-expansion , node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, node-rollup-plugin-terser, node-tap (>= 15) , node-types-brace-expansion, rollup, ts-node +Package-List: + node-minimatch deb javascript optional arch=all +Directory: pool/53bbd6722e36270569ba0a10fb9c8bdfb181d5ab876c40b3f7d2a57425b293f3 +Checksums-Sha1: + 5b5baea36eb37b76c2089160bed4d020d43410f9 2257 node-minimatch_9.0.3-5.dsc + 6735fb6f697f5f93a45af46703981509f54e52a2 105730 node-minimatch_9.0.3.orig.tar.gz + 9e870b41c366de43a1c4ccd345ebdfd8ea799e9d 4580 node-minimatch_9.0.3-5.debian.tar.xz +Checksums-Sha256: + 53bbd6722e36270569ba0a10fb9c8bdfb181d5ab876c40b3f7d2a57425b293f3 2257 node-minimatch_9.0.3-5.dsc + 9940bdf82bc6d3734c32c918bf1fa1d7cd921b97263155b826d050fba87058c1 105730 node-minimatch_9.0.3.orig.tar.gz + bc07f3afeb1e5351ced831d1b299f83bf621023ac8f65d3e8dda27fda7fa19fd 4580 node-minimatch_9.0.3-5.debian.tar.xz +Files: + bcfd44f52da5c4f017b83be19537b0a0 2257 node-minimatch_9.0.3-5.dsc + ede161788bad25e4def359694804195b 105730 node-minimatch_9.0.3.orig.tar.gz + 87662a42a546e5a0f108a15fe52b0855 4580 node-minimatch_9.0.3-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-minimist +Binary: node-minimist +Architecture: all +Version: 1.2.8+~cs5.3.5-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/minimistjs/minimist +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-minimist +Vcs-Git: https://salsa.debian.org/js-team/node-minimist.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-arrify , node-is-plain-obj , node-kind-of , node-tap , node-tape +Package-List: + node-minimist deb javascript optional arch=all +Directory: pool/25c1868db4a92af0794654bf1db89338d91d9d878db59a39d12c88253459e378 +Checksums-Sha1: + 7b5fe91631e370c0edc5a9aaaa14689026139d0f 2867 node-minimist_1.2.8+~cs5.3.5-1.dsc + 99145c90d73e149c7fcc31ccea540f3c994a444c 5293 node-minimist_1.2.8+~cs5.3.5.orig-minimist-options.tar.gz + ec10755e871497bcd83efe927e43ec46e8c0747e 2466 node-minimist_1.2.8+~cs5.3.5.orig-types-minimist.tar.gz + f34fc1d821849e877797ec906ea18263d290936c 16445 node-minimist_1.2.8+~cs5.3.5.orig.tar.gz + 5a88ae756054e7379e61c83738bcd54ec536ecc8 3620 node-minimist_1.2.8+~cs5.3.5-1.debian.tar.xz +Checksums-Sha256: + 25c1868db4a92af0794654bf1db89338d91d9d878db59a39d12c88253459e378 2867 node-minimist_1.2.8+~cs5.3.5-1.dsc + 948089354113d71fffab7b3951b321fa0593ba4d36a6d47fc9b5a99683eea6a9 5293 node-minimist_1.2.8+~cs5.3.5.orig-minimist-options.tar.gz + f9645cc8d2c0770e49d4aad09968f21f697ed0b8d525304826d24f44860fb441 2466 node-minimist_1.2.8+~cs5.3.5.orig-types-minimist.tar.gz + 288d51b4d1605bb645073da248bcd0c891bbeb86ec8f44b1d60e5cd85c55c5e9 16445 node-minimist_1.2.8+~cs5.3.5.orig.tar.gz + 674e908d4a4a96cef1873befb5126f06de144cacffba60e479fc718f94c7374d 3620 node-minimist_1.2.8+~cs5.3.5-1.debian.tar.xz +Files: + e7f4b9f96a3a765b748763c753844f55 2867 node-minimist_1.2.8+~cs5.3.5-1.dsc + cf888e2272c556a25cf19f528b74dfe2 5293 node-minimist_1.2.8+~cs5.3.5.orig-minimist-options.tar.gz + 6134b670d1346753746119662af27763 2466 node-minimist_1.2.8+~cs5.3.5.orig-types-minimist.tar.gz + 55250942dcf9da9f6def8d1435b33ec2 16445 node-minimist_1.2.8+~cs5.3.5.orig.tar.gz + c51008ca92c83202f61a5f26de2f210a 3620 node-minimist_1.2.8+~cs5.3.5-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-minipass +Binary: node-minipass +Architecture: all +Version: 5.0.0+~cs10.3.21-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/isaacs/minipass +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-minipass +Vcs-Git: https://salsa.debian.org/js-team/node-minipass.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-encoding , node-end-of-stream , node-jsonparse , node-jsonstream , node-tap (>> 16.3.7+ds1+~cs50.9.19-7~) , node-through2 , node-yallist (>= 4.0.0) , node-form-data +Package-List: + node-minipass deb javascript optional arch=all +Directory: pool/bd9cc87fd5a5254656145ac0abc79d30f14ed1f1da49afc2a3763ab6e799c57d +Checksums-Sha1: + 5744d895c952191f580b8d0a276af91f24696fd4 4736 node-minipass_5.0.0+~cs10.3.21-2.dsc + 959df5de07c1c43f74d8a3907a1a1267d6da9ed1 30408 node-minipass_5.0.0+~cs10.3.21.orig-minipass-collect.tar.gz + 8d07dd9f2ec8037f2ae8c9f259b0c6c9235484e9 50330 node-minipass_5.0.0+~cs10.3.21.orig-minipass-fetch.tar.gz + 831bab9186a40faa2d0cb2a540047f4c946b63e5 30671 node-minipass_5.0.0+~cs10.3.21.orig-minipass-flush.tar.gz + d5adfa7f47bdfda6f87160cf6f1d1b62d64876d4 39556 node-minipass_5.0.0+~cs10.3.21.orig-minipass-json-stream.tar.gz + 1fb12c8385de189810cdf8e0703e962af3b57591 32921 node-minipass_5.0.0+~cs10.3.21.orig-minipass-pipeline.tar.gz + bae429587d31447355316859c2272d20c4cbd61b 30904 node-minipass_5.0.0+~cs10.3.21.orig-minipass-sized.tar.gz + e17f067b0a6d2f044acc5102889470446bf3d3d6 186669 node-minipass_5.0.0+~cs10.3.21.orig-minizlib.tar.gz + 77e2db216c14ab52a03f6066ca1c99237795b24b 86487 node-minipass_5.0.0+~cs10.3.21.orig.tar.gz + 82cf8317f731f83368b16345d2b481567db711fd 22384 node-minipass_5.0.0+~cs10.3.21-2.debian.tar.xz +Checksums-Sha256: + bd9cc87fd5a5254656145ac0abc79d30f14ed1f1da49afc2a3763ab6e799c57d 4736 node-minipass_5.0.0+~cs10.3.21-2.dsc + fba38807e6fe4a70e6d5749d9dac4adec5aaca2eda361397f57adbc37da6ca9b 30408 node-minipass_5.0.0+~cs10.3.21.orig-minipass-collect.tar.gz + b3f0e71c45232a014d2c4a9645f17a0873b186b13c90013de5f741fd7891c170 50330 node-minipass_5.0.0+~cs10.3.21.orig-minipass-fetch.tar.gz + 7e1a7bbb1be9870ec6befb82417c73ec11bad4a79978b8da8f4f89cebe2c9723 30671 node-minipass_5.0.0+~cs10.3.21.orig-minipass-flush.tar.gz + 33d7043dddf13f3ad1f569e66a48a12fda56667bea85752df7063ccb7932a878 39556 node-minipass_5.0.0+~cs10.3.21.orig-minipass-json-stream.tar.gz + 2ad58f5e9e931232fb976969c95d7382ef3a435c4dcf5cf53f360a9822934c77 32921 node-minipass_5.0.0+~cs10.3.21.orig-minipass-pipeline.tar.gz + cf6017f6ea69da61cfd82cfce3d6f3834d4aeafd209b53726fc2aaa4e2853f33 30904 node-minipass_5.0.0+~cs10.3.21.orig-minipass-sized.tar.gz + d1eeab2a8b7467581240303e3ab29fb9680d8bf7498738ee81ea81e8849cbb40 186669 node-minipass_5.0.0+~cs10.3.21.orig-minizlib.tar.gz + 690f071db3e84137774168c704a8f4d95b9fd89e1e7698262daa09781a05b548 86487 node-minipass_5.0.0+~cs10.3.21.orig.tar.gz + cbfcc85b930f486072fcd5cf03acd034fc9a139c44471e503938b6025624beb7 22384 node-minipass_5.0.0+~cs10.3.21-2.debian.tar.xz +Files: + 5e9f8d5e4a0db5330a6bdc3173d41d68 4736 node-minipass_5.0.0+~cs10.3.21-2.dsc + 960e870151462996724b8aaf2eb8084b 30408 node-minipass_5.0.0+~cs10.3.21.orig-minipass-collect.tar.gz + 2291a77f84bee531df6feb2e0fd3eba0 50330 node-minipass_5.0.0+~cs10.3.21.orig-minipass-fetch.tar.gz + 7f1831af4944a2ebf407a5863c26fc1c 30671 node-minipass_5.0.0+~cs10.3.21.orig-minipass-flush.tar.gz + fe3cec3ef6cebcec6cf52f10283b28d3 39556 node-minipass_5.0.0+~cs10.3.21.orig-minipass-json-stream.tar.gz + a46d05b8d97745f40b97434f96065b6a 32921 node-minipass_5.0.0+~cs10.3.21.orig-minipass-pipeline.tar.gz + bab49a0ff1d7d960576c410978d1721e 30904 node-minipass_5.0.0+~cs10.3.21.orig-minipass-sized.tar.gz + ffcc50010150f81e17c469199f9d709a 186669 node-minipass_5.0.0+~cs10.3.21.orig-minizlib.tar.gz + 02102159c3ed7df5ed7d7573eefab149 86487 node-minipass_5.0.0+~cs10.3.21.orig.tar.gz + 9f49d642a6c31826e984ae4b1f2e5b5b 22384 node-minipass_5.0.0+~cs10.3.21-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-mkdirp +Binary: node-mkdirp +Architecture: all +Version: 2.1.6+~cs5.2.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino , Jérémy Lal +Homepage: https://github.com/isaacs/node-mkdirp +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-mkdirp +Vcs-Git: https://salsa.debian.org/js-team/node-mkdirp.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-tap (>= 15) , node-types-tap , mocha , node-sinon , node-graceful-fs , node-rimraf , node-expect , ts-node, node-typescript +Package-List: + node-mkdirp deb javascript optional arch=all +Directory: pool/40d9f777c261f0a2ed0f16413fb37c30e9e7e74d8491e68fee3281bbb6c3d00a +Checksums-Sha1: + f92c5281288a15be24d8b83b13e62e5b95670bd6 3287 node-mkdirp_2.1.6+~cs5.2.1-2.dsc + 1bb9a61769792f00075851be19f5b2a67eff57f2 8727 node-mkdirp_2.1.6+~cs5.2.1.orig-fs-mkdirp-stream.tar.gz + 7d46d7e3aae08a9873af5169137e5aaefab0e861 2410 node-mkdirp_2.1.6+~cs5.2.1.orig-mkdirp-then.tar.gz + d14f087a889c3744e7cc41e82ad762b047ebc636 1131 node-mkdirp_2.1.6+~cs5.2.1.orig-types-mkdirp.tar.gz + e4583708edfd6c955592d1eeb4e8dcc5b516c018 54848 node-mkdirp_2.1.6+~cs5.2.1.orig.tar.gz + f33718c5c7069862ec024bc725d7b56671b074ec 12188 node-mkdirp_2.1.6+~cs5.2.1-2.debian.tar.xz +Checksums-Sha256: + 40d9f777c261f0a2ed0f16413fb37c30e9e7e74d8491e68fee3281bbb6c3d00a 3287 node-mkdirp_2.1.6+~cs5.2.1-2.dsc + cdc02e8deef6476575a3a6ca31172ddf1358c901d7a9526fd4f5d63394e3e879 8727 node-mkdirp_2.1.6+~cs5.2.1.orig-fs-mkdirp-stream.tar.gz + 8abe29799a6a4be1e3efea37f89833ac196b9a35d5b80da7f53779d84fbcaee1 2410 node-mkdirp_2.1.6+~cs5.2.1.orig-mkdirp-then.tar.gz + d3b56c3676be6e572f193fc4f3365a40a9c44b10b6401c9c1c46a2f446e0de28 1131 node-mkdirp_2.1.6+~cs5.2.1.orig-types-mkdirp.tar.gz + 88b30c9988737ca47ddeb8338f3d555d42f5cd8861e962e22b8d93e3cef67b74 54848 node-mkdirp_2.1.6+~cs5.2.1.orig.tar.gz + c3fb0911f302cd63f35c615b319cca74bd6db493efce65f25cfa2239829003d7 12188 node-mkdirp_2.1.6+~cs5.2.1-2.debian.tar.xz +Files: + c46cc84babd48e5bc839eb9890e7ac3b 3287 node-mkdirp_2.1.6+~cs5.2.1-2.dsc + 65170438883a2b14031f226013e30585 8727 node-mkdirp_2.1.6+~cs5.2.1.orig-fs-mkdirp-stream.tar.gz + e66b4440807f1b12eccef0d4fbfbf46d 2410 node-mkdirp_2.1.6+~cs5.2.1.orig-mkdirp-then.tar.gz + 303390865afa2963b10200b0a35fb900 1131 node-mkdirp_2.1.6+~cs5.2.1.orig-types-mkdirp.tar.gz + 48c7ea135655a4263828b5c27e9dec1e 54848 node-mkdirp_2.1.6+~cs5.2.1.orig.tar.gz + 8aa68a7461c35c01f373253d31f02b21 12188 node-mkdirp_2.1.6+~cs5.2.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-move-concurrently +Binary: node-move-concurrently +Architecture: all +Version: 1.0.1-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://www.npmjs.com/package/move-concurrently +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-move-concurrently +Vcs-Git: https://salsa.debian.org/js-team/node-move-concurrently.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-aproba , node-copy-concurrently , node-fs-write-stream-atomic , node-mkdirp , node-rimraf , node-run-queue , node-tacks , node-tap +Package-List: + node-move-concurrently deb javascript optional arch=all +Directory: pool/1ed24bb3420537153346cb600a9b7a940732eeb5d5ad02334cde647fcc5b318d +Checksums-Sha1: + 67e5977d9fd2e1f8953652ead1d64ccd6aa0a47e 2352 node-move-concurrently_1.0.1-5.dsc + 50ad751f78041bc5e2591a1830ba71de5b75ebf6 4843 node-move-concurrently_1.0.1.orig.tar.gz + 2f846763a0390d48da9b7c59bb8dda2d0d868128 3112 node-move-concurrently_1.0.1-5.debian.tar.xz +Checksums-Sha256: + 1ed24bb3420537153346cb600a9b7a940732eeb5d5ad02334cde647fcc5b318d 2352 node-move-concurrently_1.0.1-5.dsc + e28f1a1435eef2ff80bff5281b5629f1a62675677ff0b606ea59ba8f82581153 4843 node-move-concurrently_1.0.1.orig.tar.gz + c06fe497a8c335230c2f751a6fa5bbaac46c95f1c654de836227b82efb0686eb 3112 node-move-concurrently_1.0.1-5.debian.tar.xz +Files: + 9cfbecfc366ee8a9dcaa356c7b65c27e 2352 node-move-concurrently_1.0.1-5.dsc + cf194e30680bfae63c767361919067b5 4843 node-move-concurrently_1.0.1.orig.tar.gz + 15b35975fcc3d9c77e1a35583c5f99b4 3112 node-move-concurrently_1.0.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ms +Binary: node-ms +Architecture: all +Version: 2.1.3+~cs0.7.31-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi , Joseph Nuthalapati +Homepage: https://github.com/vercel/ms +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-ms +Vcs-Git: https://salsa.debian.org/js-team/node-ms.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha, node-expect.js, dh-sequence-nodejs +Package-List: + node-ms deb javascript optional arch=all +Directory: pool/f0c24f00344437c7b6cfd5a7c27a77ce324def4cfab8570dd411fcafb9361e69 +Checksums-Sha1: + 83329654bc7c3f2df548b1b0c9d630e0f46defc5 2378 node-ms_2.1.3+~cs0.7.31-3.dsc + 31b7ca6407128a3d2bbc27fe2d21b345397f6197 1612 node-ms_2.1.3+~cs0.7.31.orig-typesms.tar.gz + fdd106425f98075f618dea66529cc138a83c348b 20310 node-ms_2.1.3+~cs0.7.31.orig.tar.gz + 7a8d8c4eeeface43d29d721b7a130e16c34ba603 3028 node-ms_2.1.3+~cs0.7.31-3.debian.tar.xz +Checksums-Sha256: + f0c24f00344437c7b6cfd5a7c27a77ce324def4cfab8570dd411fcafb9361e69 2378 node-ms_2.1.3+~cs0.7.31-3.dsc + 43c1f797421d639562755b038e9d4a6da1bd6de0ced4df16fcd3b293626d5836 1612 node-ms_2.1.3+~cs0.7.31.orig-typesms.tar.gz + 272d3244fbe595576551031a5bcbc3683729ba3b77f9679f9b5b5e4ccb23ae1c 20310 node-ms_2.1.3+~cs0.7.31.orig.tar.gz + ef29a1ceb68b5bc1468c2655128c07351e75d0f737b7fa9a39e8d75139be7aea 3028 node-ms_2.1.3+~cs0.7.31-3.debian.tar.xz +Files: + 77896cd756893b975123f43d195d049b 2378 node-ms_2.1.3+~cs0.7.31-3.dsc + 07ae8c44c63a3eeb40f82891e6eed724 1612 node-ms_2.1.3+~cs0.7.31.orig-typesms.tar.gz + 3b407dddb254753a296eb841cceaf547 20310 node-ms_2.1.3+~cs0.7.31.orig.tar.gz + 394379f09b9b6f15df350a02d06ffd3e 3028 node-ms_2.1.3+~cs0.7.31-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-mute-stream +Binary: node-mute-stream +Architecture: all +Version: 0.0.8+~0.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/mute-stream +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-mute-stream +Vcs-Git: https://salsa.debian.org/js-team/node-mute-stream.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-mute-stream deb javascript optional arch=all +Directory: pool/326f2916b04d6b0a293b18b53e8966d5fa0e176b8dadfaf88c7906a3dda5d927 +Checksums-Sha1: + 1b62dcb2e57dcf8529c9734e4ca351cf54497871 2465 node-mute-stream_0.0.8+~0.0.1-3.dsc + 8ec7d16d51e2ceb054d8be0226250169d17af5b2 1968 node-mute-stream_0.0.8+~0.0.1.orig-types-mute-stream.tar.gz + 93ee429a58ad9a3681b43fa8b9b57cbaa722f68a 20686 node-mute-stream_0.0.8+~0.0.1.orig.tar.gz + 3c9378bdb1e5a939715456bab401036519520cca 3720 node-mute-stream_0.0.8+~0.0.1-3.debian.tar.xz +Checksums-Sha256: + 326f2916b04d6b0a293b18b53e8966d5fa0e176b8dadfaf88c7906a3dda5d927 2465 node-mute-stream_0.0.8+~0.0.1-3.dsc + 8f4e7f17e7b49f6410a054e01b39b619ddca7a2837b6f90ed136e811daed8d96 1968 node-mute-stream_0.0.8+~0.0.1.orig-types-mute-stream.tar.gz + c1eaf69b53a9d2a42a1d9278e18adc4e2208e62510634356043d7e820be83ebc 20686 node-mute-stream_0.0.8+~0.0.1.orig.tar.gz + 7f0018d523b9a5740877f35d21e6ba183e93d0bffe9685208ce53ce137cce43e 3720 node-mute-stream_0.0.8+~0.0.1-3.debian.tar.xz +Files: + 6d69c811bd04b59a437df5fd3201a450 2465 node-mute-stream_0.0.8+~0.0.1-3.dsc + 20c555482425ce3f4d38be740c60f218 1968 node-mute-stream_0.0.8+~0.0.1.orig-types-mute-stream.tar.gz + 735c40719bac2eedef6ae74d4ca283c9 20686 node-mute-stream_0.0.8+~0.0.1.orig.tar.gz + da31c3f1f694fddcce520d93da6776e3 3720 node-mute-stream_0.0.8+~0.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-n3 +Binary: node-n3, libjs-n3 +Architecture: all +Version: 1.16.3+~1.2.3+~1.10.4-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/rdfjs/N3.js +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-n3 +Vcs-Git: https://salsa.debian.org/js-team/node-n3.git +Testsuite: autopkgtest +Testsuite-Triggers: nodejs +Build-Depends: brotli, debhelper-compat (= 13), jq, eslint , node-babel7, node-source-map, node-readable-stream , node-tape , uglifyjs (>= 3), pigz +Package-List: + libjs-n3 deb javascript optional arch=all + node-n3 deb javascript optional arch=all +Directory: pool/a1d48f39931e9e013eee0e8d69aa86ecb8a970a0dbc6c6f6c05e13704489d15f +Checksums-Sha1: + ae1567ea7aecb6c2c3af67b682bc66293511da71 2863 node-n3_1.16.3+~1.2.3+~1.10.4-1.dsc + 043f779c8babb8fc2c8b40cb397ade1b2cebb9eb 4353 node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xqueue.tar.gz + fd23d15fd7e47cf6d199d1f44ac5d6930cc50905 4281 node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xtypes.tar.gz + 7029b651bec5183ed9b4dd16c381c75be8427c9d 213688 node-n3_1.16.3+~1.2.3+~1.10.4.orig.tar.gz + 48575280462a85d0ce108a12efb5c1794ab879ad 5960 node-n3_1.16.3+~1.2.3+~1.10.4-1.debian.tar.xz +Checksums-Sha256: + a1d48f39931e9e013eee0e8d69aa86ecb8a970a0dbc6c6f6c05e13704489d15f 2863 node-n3_1.16.3+~1.2.3+~1.10.4-1.dsc + 48fc6e73787e3b08aeaf79b4c25509c3977dc0830033080c522994e338ff137f 4353 node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xqueue.tar.gz + 183cf920b5e9b83860251d78bc9c41c9c2d65dbcfc4ee05ce5685fd45d56fae8 4281 node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xtypes.tar.gz + 32affc0fae142d5767828d8b4a37f28b4057ceb5c7862c710de50029448b58d0 213688 node-n3_1.16.3+~1.2.3+~1.10.4.orig.tar.gz + bf921f0518a16a444c0cbc33c787d669b3d604959490d438f8dd9a4501147e71 5960 node-n3_1.16.3+~1.2.3+~1.10.4-1.debian.tar.xz +Files: + d1566667b5050968981bd36863479831 2863 node-n3_1.16.3+~1.2.3+~1.10.4-1.dsc + 1cdc554cff0074c5793ba3770b6f90ac 4353 node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xqueue.tar.gz + 6a7b2ee50e625b78fdce12478f69ac35 4281 node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xtypes.tar.gz + 49fddea4babd09e5c891a06272f4025c 213688 node-n3_1.16.3+~1.2.3+~1.10.4.orig.tar.gz + d7899b1f740314e672eb4e87e113e534 5960 node-n3_1.16.3+~1.2.3+~1.10.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-negotiator +Binary: node-negotiator +Architecture: all +Version: 0.6.3+~0.6.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/federomero/negotiator +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-negotiator +Vcs-Git: https://salsa.debian.org/js-team/node-negotiator.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-negotiator deb javascript optional arch=all +Directory: pool/532ef8fbf26a08858baf9f0e1079d1fc2b387b519aae3eab8f90c3e1cdf38cd9 +Checksums-Sha1: + e7171430f10f7271cfe18f4c9e3bd83d0ee882e0 2448 node-negotiator_0.6.3+~0.6.1-1.dsc + 4c75543f6ef87f427f4705e731a933595b7397f5 1908 node-negotiator_0.6.3+~0.6.1.orig-types-negotiator.tar.gz + e001c076f7600f4242efa84eb1f5315b1412d4a8 13699 node-negotiator_0.6.3+~0.6.1.orig.tar.gz + 07b76e4f0d174f073455fbffe763eb5a4665dd30 3188 node-negotiator_0.6.3+~0.6.1-1.debian.tar.xz +Checksums-Sha256: + 532ef8fbf26a08858baf9f0e1079d1fc2b387b519aae3eab8f90c3e1cdf38cd9 2448 node-negotiator_0.6.3+~0.6.1-1.dsc + bec0a03acb2b67a51b42a540ce485fb971669def4ddbf40fe55a942c247f7a60 1908 node-negotiator_0.6.3+~0.6.1.orig-types-negotiator.tar.gz + 93cb3dab566cb833fa6886c88f18591dda3a1d35d850f89056e8a36edabb65f9 13699 node-negotiator_0.6.3+~0.6.1.orig.tar.gz + 1e101ff79450485c1235e47639f25ef41b81305c24b5cbfe022add2718120217 3188 node-negotiator_0.6.3+~0.6.1-1.debian.tar.xz +Files: + 13fa95c6df372be24e900a2c129dca15 2448 node-negotiator_0.6.3+~0.6.1-1.dsc + 5143d1adc6fdc51aa6f0ee6b5629b699 1908 node-negotiator_0.6.3+~0.6.1.orig-types-negotiator.tar.gz + 9a676373e1287fb705e3179cb4a33628 13699 node-negotiator_0.6.3+~0.6.1.orig.tar.gz + 3ffad6c9a5fe93f7906b9ea8cb3ea7f0 3188 node-negotiator_0.6.3+~0.6.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-neo-async +Binary: node-neo-async +Architecture: all +Version: 2.6.2+~cs3.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/suguru03/neo-async +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-neo-async +Vcs-Git: https://salsa.debian.org/js-team/node-neo-async.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), gulp, node-fs-extra, node-lodash, node-promise, node-require-dir, dh-sequence-nodejs, rollup +Package-List: + node-neo-async deb javascript optional arch=all +Directory: pool/042653cf8e1e85b128eeb340682dac7b469152f7a21af920e71d54520a0c51a7 +Checksums-Sha1: + 08fe5f6f520bec91afb53de1a80484136ec1d479 2495 node-neo-async_2.6.2+~cs3.0.0-3.dsc + a0e6798ad8e6ae26b8069f3f9e3776d54e9d285b 1212122 node-neo-async_2.6.2+~cs3.0.0.orig-asyncro.tar.gz + 4ab7a806a2717d18253cbe8fbec27c730b4e2376 186459 node-neo-async_2.6.2+~cs3.0.0.orig.tar.gz + 6064de955e08f82621979083beba9b2d131533e3 4016 node-neo-async_2.6.2+~cs3.0.0-3.debian.tar.xz +Checksums-Sha256: + 042653cf8e1e85b128eeb340682dac7b469152f7a21af920e71d54520a0c51a7 2495 node-neo-async_2.6.2+~cs3.0.0-3.dsc + 721bd5d51f9c8e91e08a5dd0eeddb8688224d3c606cd6733e6e165a2a2a245f6 1212122 node-neo-async_2.6.2+~cs3.0.0.orig-asyncro.tar.gz + 95a9dcc2c813f17a72021620203348eaaabea64c5e11714fa41a0197b9e22fb0 186459 node-neo-async_2.6.2+~cs3.0.0.orig.tar.gz + 152e7b1c99551dc2db8b2258e939d2bf6ea6503e5d49b33bbff68caf52abdd1d 4016 node-neo-async_2.6.2+~cs3.0.0-3.debian.tar.xz +Files: + b12d291f1efdc88265b10c24515c8153 2495 node-neo-async_2.6.2+~cs3.0.0-3.dsc + ca7884aec52ac53fe027a5138322796b 1212122 node-neo-async_2.6.2+~cs3.0.0.orig-asyncro.tar.gz + 6eafee3a8aa7c9a4b50334429c82eb50 186459 node-neo-async_2.6.2+~cs3.0.0.orig.tar.gz + 2a5b82bbc1c1b0cb6093110f99b59ff2 4016 node-neo-async_2.6.2+~cs3.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-nopt +Binary: node-nopt +Architecture: all +Version: 5.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/nopt +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-nopt +Vcs-Git: https://salsa.debian.org/js-team/node-nopt.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-abbrev , node-tap +Package-List: + node-nopt deb javascript optional arch=all +Directory: pool/d894dc5da1cfe0661e0e8df3205905f49fa54f9cc09cf14a1daec9a176f529cf +Checksums-Sha1: + 6c9159bc61437105d662699254176ac53b8c8721 2019 node-nopt_5.0.0-4.dsc + 6e0cbeb6609366ad9a592818bc52f862636df548 51293 node-nopt_5.0.0.orig.tar.gz + f299f32b7745adec59a72c706f9636d112d45a78 3056 node-nopt_5.0.0-4.debian.tar.xz +Checksums-Sha256: + d894dc5da1cfe0661e0e8df3205905f49fa54f9cc09cf14a1daec9a176f529cf 2019 node-nopt_5.0.0-4.dsc + 51f227f7f5e7abe84db82944bd5a83cdf52159a185b29b9b90d8ce4e8cf5b217 51293 node-nopt_5.0.0.orig.tar.gz + 4ecb39108b82856cbb9164901c70829ba708585a85d551e994cfffa25cc94efa 3056 node-nopt_5.0.0-4.debian.tar.xz +Files: + 8f8eb3ba4780cacf91dcacf7dfeff787 2019 node-nopt_5.0.0-4.dsc + d91b39dd6209e56e59712ab495253bf6 51293 node-nopt_5.0.0.orig.tar.gz + 4d0fd3a4099d103fdb3c037017dbae4d 3056 node-nopt_5.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-normalize-package-data +Binary: node-normalize-package-data +Architecture: all +Version: 4.0.1+~2.4.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/meryn/normalize-package-data +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-normalize-package-data +Vcs-Git: https://salsa.debian.org/js-team/node-normalize-package-data.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-async , node-hosted-git-info (>= 3) , node-resolve (>= 1.10.0~) , node-semver , node-tap , node-underscore , node-validate-npm-package-license +Package-List: + node-normalize-package-data deb javascript optional arch=all +Directory: pool/30cbe4e055ac9e86aa6a18975ea00a3c3bb1af600dc7b02a85ae198e5c12669a +Checksums-Sha1: + c1c9819df2f3d7f1ab98ea30374cfdbf183a1fa7 2861 node-normalize-package-data_4.0.1+~2.4.1-1.dsc + d3357479a0fdfdd5907fe67e17e0a85c906e1301 1872 node-normalize-package-data_4.0.1+~2.4.1.orig-types-normalize-package-data.tar.gz + 3c32c8eaa1dee11f3a7117880262f2890a494fb5 21126 node-normalize-package-data_4.0.1+~2.4.1.orig.tar.gz + 4313d29b32cfb498f032fe4ba2da5b2442392fd5 3868 node-normalize-package-data_4.0.1+~2.4.1-1.debian.tar.xz +Checksums-Sha256: + 30cbe4e055ac9e86aa6a18975ea00a3c3bb1af600dc7b02a85ae198e5c12669a 2861 node-normalize-package-data_4.0.1+~2.4.1-1.dsc + ac9e4f47f531b83f5017bd4d5fa47ee79fd8aaca05f5dd0dcf446d301798881f 1872 node-normalize-package-data_4.0.1+~2.4.1.orig-types-normalize-package-data.tar.gz + 62b2ebfc1366aaca11ac1fdb37146d9119a1045537b504137dc3c71d6d443b3f 21126 node-normalize-package-data_4.0.1+~2.4.1.orig.tar.gz + 027cbf4be406159bfee1ff2e4bcdcf483f6d0d39a8018c6b3d3cb0a6b3f4ec5a 3868 node-normalize-package-data_4.0.1+~2.4.1-1.debian.tar.xz +Files: + 4a5c71a3f2f31ac997ed3af6bd599d5c 2861 node-normalize-package-data_4.0.1+~2.4.1-1.dsc + ef1dd6e1b1edc4f0df3072998734e26a 1872 node-normalize-package-data_4.0.1+~2.4.1.orig-types-normalize-package-data.tar.gz + 162724a0acd09aade5ac041ec4c04bf5 21126 node-normalize-package-data_4.0.1+~2.4.1.orig.tar.gz + 443fe530199c7dc7aaf8b3320496cfdc 3868 node-normalize-package-data_4.0.1+~2.4.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-normalize-path +Binary: node-normalize-path +Architecture: all +Version: 3.0.0+~3.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/jonschlinkert/normalize-path +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-normalize-path +Vcs-Git: https://salsa.debian.org/js-team/node-normalize-path.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha, node-minimist, nodejs +Package-List: + node-normalize-path deb javascript optional arch=all +Directory: pool/246bdd76e96a72189b46fea948bf974fa669f1316cfb1a78f7304d0be0e6fdb2 +Checksums-Sha1: + df27aa8b0790d92dfae88e4c8b361fc3d263c72a 2534 node-normalize-path_3.0.0+~3.0.0-1.dsc + bb5c46cab77b93350b4cf8d7ff1153f47189ae31 1502 node-normalize-path_3.0.0+~3.0.0.orig-types-normalize-path.tar.gz + 57203b648a8dbd2645d3f5f36ee8d8d42b8921a7 7988 node-normalize-path_3.0.0+~3.0.0.orig.tar.gz + 3118932f0b27f81377f37a5afe83cd63520e206d 3192 node-normalize-path_3.0.0+~3.0.0-1.debian.tar.xz +Checksums-Sha256: + 246bdd76e96a72189b46fea948bf974fa669f1316cfb1a78f7304d0be0e6fdb2 2534 node-normalize-path_3.0.0+~3.0.0-1.dsc + 0a2ec42b9728934cce5895b173e83fe7f5a1f1c57b270af44ecfd60f1afb1086 1502 node-normalize-path_3.0.0+~3.0.0.orig-types-normalize-path.tar.gz + 043a0092e6996f268ab7d365228bb688e47081de249e2b356a6f72ed86032f53 7988 node-normalize-path_3.0.0+~3.0.0.orig.tar.gz + 0173b28ef5718301de46d9e1a5ba219f6d6e228f8020cc81e752a652cd06073a 3192 node-normalize-path_3.0.0+~3.0.0-1.debian.tar.xz +Files: + 72d26213cec96d4cc6e4e3f42c816cc0 2534 node-normalize-path_3.0.0+~3.0.0-1.dsc + d1a0c5f48af539767e71901e699f51db 1502 node-normalize-path_3.0.0+~3.0.0.orig-types-normalize-path.tar.gz + df448bb83fa503dc5bf3ce5690f49266 7988 node-normalize-path_3.0.0+~3.0.0.orig.tar.gz + c8fb733604694c8875fa5532bb3603b4 3192 node-normalize-path_3.0.0+~3.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-npm-bundled +Binary: node-npm-bundled +Architecture: all +Version: 2.0.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: suman +Homepage: https://github.com/npm/npm-bundled +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-npm-bundled +Vcs-Git: https://salsa.debian.org/js-team/node-npm-bundled.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-mutate-fs , node-npm-normalize-package-bin , node-tap +Package-List: + node-npm-bundled deb javascript optional arch=all +Directory: pool/27555785d002ad1b77c03823e026d9b07286162f3e9518c16c7d6f78132fe5dc +Checksums-Sha1: + 9409a63d9d3d8cc87d61c3fb213eeccff8154635 2139 node-npm-bundled_2.0.1-2.dsc + bde99bac6e318995f54d4ae138db08da97b4d00a 9795 node-npm-bundled_2.0.1.orig.tar.gz + 9726559a5c5170ff8a5fe175fd8be6eeb49672d5 2512 node-npm-bundled_2.0.1-2.debian.tar.xz +Checksums-Sha256: + 27555785d002ad1b77c03823e026d9b07286162f3e9518c16c7d6f78132fe5dc 2139 node-npm-bundled_2.0.1-2.dsc + 1d267894b2cf3d71dcf29b462e235e2c202fc40ffa9480b5010bfeed520b76c6 9795 node-npm-bundled_2.0.1.orig.tar.gz + 6f19917420b1108672ceb2e253939eba6b56fe5dcd63cf71c14af46b93fd7c50 2512 node-npm-bundled_2.0.1-2.debian.tar.xz +Files: + c7166b965a713306c323d1b7cbe59e80 2139 node-npm-bundled_2.0.1-2.dsc + 96557011eceffaffc7556c34bca27e5b 9795 node-npm-bundled_2.0.1.orig.tar.gz + 171cdf2ea02a8516502e61776f06644c 2512 node-npm-bundled_2.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-npm-package-arg +Binary: node-npm-package-arg +Architecture: all +Version: 10.0.0+~3.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/npm/npm-package-arg +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-npm-package-arg +Vcs-Git: https://salsa.debian.org/js-team/node-npm-package-arg.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-hosted-git-info (>= 4.0.2~) , node-osenv , node-semver , node-tap (>= 15) , node-validate-npm-package-name +Package-List: + node-npm-package-arg deb javascript optional arch=all +Directory: pool/17c3b40e1f28967d7f040f58dc57d7fb80d6a02e960bf24158a7fe4ae5734bb7 +Checksums-Sha1: + be77c364a365f66c4573d8bf46cb4ee709f9b9f5 2654 node-npm-package-arg_10.0.0+~3.0.0-2.dsc + 4fbb26dbfe8749e9f668e47f469a83222dbbff5e 10270 node-npm-package-arg_10.0.0+~3.0.0.orig-proc-log.tar.gz + efe3079d2c5805d00ca85ec7c03d96a8983a5b35 19843 node-npm-package-arg_10.0.0+~3.0.0.orig.tar.gz + cdea6ea0d4f631c527dfa087036e56f37193e8ac 2956 node-npm-package-arg_10.0.0+~3.0.0-2.debian.tar.xz +Checksums-Sha256: + 17c3b40e1f28967d7f040f58dc57d7fb80d6a02e960bf24158a7fe4ae5734bb7 2654 node-npm-package-arg_10.0.0+~3.0.0-2.dsc + de8a1056b9a6648be0a72cba1df1e247bdbf66de6d2ce5da35cbc1cb709fa87d 10270 node-npm-package-arg_10.0.0+~3.0.0.orig-proc-log.tar.gz + 2bf81ed04624c53e8a249189f28b9ff0ad849dcfd1fdc4476bca76f94d2073a9 19843 node-npm-package-arg_10.0.0+~3.0.0.orig.tar.gz + 562e40a3e3a081761e15696b014a93af8d2dd1a27065ad5651b49ff9d020e7af 2956 node-npm-package-arg_10.0.0+~3.0.0-2.debian.tar.xz +Files: + 0cefe7d98e783d08861b3b9dd5709194 2654 node-npm-package-arg_10.0.0+~3.0.0-2.dsc + 8ec39b3bd65d4ccb4db7036e3d9b2032 10270 node-npm-package-arg_10.0.0+~3.0.0.orig-proc-log.tar.gz + cdfa4e035d6770f0406c74d097487f81 19843 node-npm-package-arg_10.0.0+~3.0.0.orig.tar.gz + 364722938afe3aa40590fecf7f0097aa 2956 node-npm-package-arg_10.0.0+~3.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-npm-run-path +Binary: node-npm-run-path +Architecture: all +Version: 5.1.0+~4.0.0-8 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/npm-run-path +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-npm-run-path +Vcs-Git: https://salsa.debian.org/js-team/node-npm-run-path.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.15~), node-rollup-plugin-node-resolve, rollup +Package-List: + node-npm-run-path deb javascript optional arch=all +Directory: pool/34d340b719f20a562dc8caf9b98526c201193b1b15689355f9a428eb7c0578e2 +Checksums-Sha1: + 8810ec925ef3603f71188fead48b9c37fcb6e909 2493 node-npm-run-path_5.1.0+~4.0.0-8.dsc + 74f4a00fdf20fee2a0b102600978d1ee2b6c5b62 3168 node-npm-run-path_5.1.0+~4.0.0.orig-path-key.tar.gz + 20ac0fbc57871833b07d7357878dc62000295c0e 4348 node-npm-run-path_5.1.0+~4.0.0.orig.tar.gz + cd1ee57a06c4b990d2270e3c72348871be371224 4952 node-npm-run-path_5.1.0+~4.0.0-8.debian.tar.xz +Checksums-Sha256: + 34d340b719f20a562dc8caf9b98526c201193b1b15689355f9a428eb7c0578e2 2493 node-npm-run-path_5.1.0+~4.0.0-8.dsc + 2b0f06d533caba44ede4a435a0f4eeb41bedd592f0f22ae138cb8074552770ff 3168 node-npm-run-path_5.1.0+~4.0.0.orig-path-key.tar.gz + c7f271bafe4c8ffa053780836dd0de71a1bd61d02515b844e88a33f43de4c4c5 4348 node-npm-run-path_5.1.0+~4.0.0.orig.tar.gz + 4bb31b95aa4bb035b2836fc824c9933638addc6b27aa8d87fc7eb3dfc289ee11 4952 node-npm-run-path_5.1.0+~4.0.0-8.debian.tar.xz +Files: + b7ce1172e432561defe03fc6c31e7f19 2493 node-npm-run-path_5.1.0+~4.0.0-8.dsc + 663ce429fe3c659f97b54c8ede2265bd 3168 node-npm-run-path_5.1.0+~4.0.0.orig-path-key.tar.gz + ba4ba5cf3086a4cfa3341cf23f8bbc38 4348 node-npm-run-path_5.1.0+~4.0.0.orig.tar.gz + d50a02ad187b03baf4083cebd76fb583 4952 node-npm-run-path_5.1.0+~4.0.0-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-npmlog +Binary: node-npmlog +Architecture: all +Version: 7.0.1+~4.1.4-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/npm/npmlog +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-npmlog +Vcs-Git: https://salsa.debian.org/js-team/node-npmlog.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-are-we-there-yet , node-console-control-strings , node-gauge (>= 4) , node-set-blocking , node-tap +Package-List: + node-npmlog deb javascript optional arch=all +Directory: pool/875b50bc7ed8c6560c6d2e52bf107f6f4cd3bf081bad0c2af7aad44b6407f35e +Checksums-Sha1: + 0e7942be2ce3bb35b24b5183065c42701acbb08d 2507 node-npmlog_7.0.1+~4.1.4-1.dsc + 30eb872153c7ead3e8688c476054ddca004115f6 2157 node-npmlog_7.0.1+~4.1.4.orig-types-npmlog.tar.gz + df2e507257535cfbdb9e28d6e4767cde08ceeab3 18527 node-npmlog_7.0.1+~4.1.4.orig.tar.gz + 0adecd0b4b5dc8c21d1f9885fc10b59c7248b2bf 3268 node-npmlog_7.0.1+~4.1.4-1.debian.tar.xz +Checksums-Sha256: + 875b50bc7ed8c6560c6d2e52bf107f6f4cd3bf081bad0c2af7aad44b6407f35e 2507 node-npmlog_7.0.1+~4.1.4-1.dsc + 0c3f22bdd2485235f7340f80d5ec2cac5318d2c7a7839a00df4b8d2976f9872e 2157 node-npmlog_7.0.1+~4.1.4.orig-types-npmlog.tar.gz + 3452e36d1a858f931a3cabcad537c55120bca6d6e39ca82a997dc2b234600763 18527 node-npmlog_7.0.1+~4.1.4.orig.tar.gz + 1ac46c2c76ece4435c9e33b5d23e350e70d94fbbbbd4afaea2c1928c8d646b02 3268 node-npmlog_7.0.1+~4.1.4-1.debian.tar.xz +Files: + 2575b393da7bba1f1ce036935e442ace 2507 node-npmlog_7.0.1+~4.1.4-1.dsc + 05e027bfdac184cf12c90d5075b68f89 2157 node-npmlog_7.0.1+~4.1.4.orig-types-npmlog.tar.gz + 62f95cc45123687a4b8f720cc9d08806 18527 node-npmlog_7.0.1+~4.1.4.orig.tar.gz + 3d6541f664fe19678c69e3d569e01d40 3268 node-npmlog_7.0.1+~4.1.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-object-assign +Binary: node-object-assign +Architecture: all +Version: 4.1.1-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/sindresorhus/object-assign#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-object-assign +Vcs-Git: https://salsa.debian.org/js-team/node-object-assign.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), nodejs, node-tape , pkg-js-tools (>= 0.9.8) +Package-List: + node-object-assign deb javascript optional arch=all +Directory: pool/14bba3ae1f5ade05d8672539866a6aaf84795efa4a2fbf50e1f675b75ad9e074 +Checksums-Sha1: + 5dfee8fb9243f7859bdf2de1d2d4e876b6308e40 2129 node-object-assign_4.1.1-7.dsc + bc80d6c60637127fd39dec02a9d7244cb08cb86b 4122 node-object-assign_4.1.1.orig.tar.gz + db18e9a5860fbb5559ee6d63d341d367ddfacab2 3532 node-object-assign_4.1.1-7.debian.tar.xz +Checksums-Sha256: + 14bba3ae1f5ade05d8672539866a6aaf84795efa4a2fbf50e1f675b75ad9e074 2129 node-object-assign_4.1.1-7.dsc + 16fd04bb99fb67bd485bb6b2af033892a07f8020012499bb4275fec4745aeeb5 4122 node-object-assign_4.1.1.orig.tar.gz + 358eb958871e319fc63a9f1da09da3b7602b01ac7a5c78d3df417f460a178876 3532 node-object-assign_4.1.1-7.debian.tar.xz +Files: + 87fa5411b88cf09b053b568cebe2abb4 2129 node-object-assign_4.1.1-7.dsc + 0a4fe468ed29553b28e30766bee8dd47 4122 node-object-assign_4.1.1.orig.tar.gz + 2e7233bcddc26686f0dd81abe44127bc 3532 node-object-assign_4.1.1-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-object-inspect +Binary: node-object-inspect +Architecture: all +Version: 1.12.2+~cs1.8.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/substack/object-inspect +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-object-inspect +Vcs-Git: https://salsa.debian.org/js-team/node-object-inspect.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-core-js , node-debbundle-es-to-primitive , node-tape , node-tap +Package-List: + node-object-inspect deb javascript optional arch=all +Directory: pool/2f2e262697f54e9dcdfc9afe413adef660165159b48bdda16634c68281b887ad +Checksums-Sha1: + 6e918705214d28b7a8ddcdb5f885a209b7f4d1ff 2640 node-object-inspect_1.12.2+~cs1.8.1-1.dsc + 7c08197ad05cc0e513f529b1f3919cc99f720e1f 2039 node-object-inspect_1.12.2+~cs1.8.1.orig-types-object-inspect.tar.gz + e2d5e54140c5f31ec32f1ef15c288d0f1732648c 25947 node-object-inspect_1.12.2+~cs1.8.1.orig.tar.gz + 91ae4b7f664f39fe260bc0e5e2fb4d292e9decaa 8260 node-object-inspect_1.12.2+~cs1.8.1-1.debian.tar.xz +Checksums-Sha256: + 2f2e262697f54e9dcdfc9afe413adef660165159b48bdda16634c68281b887ad 2640 node-object-inspect_1.12.2+~cs1.8.1-1.dsc + 3f561d05f6a49ce12ef080bad6b1fe6ab7ae283c8e7d11d0343e371b0b0f7109 2039 node-object-inspect_1.12.2+~cs1.8.1.orig-types-object-inspect.tar.gz + a0a39203e6a563cb86e71390da56bc9adde091c9c4f06adc88dec9cbce00e068 25947 node-object-inspect_1.12.2+~cs1.8.1.orig.tar.gz + db61339244f3bfc49129ba6f6bb5b56d143f18de4691a532110296fd0b8e89a8 8260 node-object-inspect_1.12.2+~cs1.8.1-1.debian.tar.xz +Files: + 0f43b151387a7d6f3eed14dace735a69 2640 node-object-inspect_1.12.2+~cs1.8.1-1.dsc + cec63567c0b5fdefabbf95ed6a9573ef 2039 node-object-inspect_1.12.2+~cs1.8.1.orig-types-object-inspect.tar.gz + caa4a704041b47756f5592f13481924a 25947 node-object-inspect_1.12.2+~cs1.8.1.orig.tar.gz + 2eb24a9369f240ee28059d7f71e8b11d 8260 node-object-inspect_1.12.2+~cs1.8.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-once +Binary: node-once +Architecture: all +Version: 1.4.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal , Pirate Praveen +Homepage: https://github.com/isaacs/once +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-once +Vcs-Git: https://salsa.debian.org/js-team/node-once.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap , node-wrappy +Package-List: + node-once deb javascript optional arch=all +Directory: pool/283a630e3debfc2fa4d8bdfc8fcce16ae08afb1aabf4743682c5f01a82aae81c +Checksums-Sha1: + e8ee2bfa938b80f94f93e550948b196da19f725e 2056 node-once_1.4.1-1.dsc + 9ec8f50c38d3efb0786b8353113492ae07d878d1 59897 node-once_1.4.1.orig.tar.gz + cf43019ea6004cc1b8d4116da5d289f2bee506b6 3264 node-once_1.4.1-1.debian.tar.xz +Checksums-Sha256: + 283a630e3debfc2fa4d8bdfc8fcce16ae08afb1aabf4743682c5f01a82aae81c 2056 node-once_1.4.1-1.dsc + f3c88dafd91d8bfb5177906b71ca879f5210e9e91015e75ff80f0de7f28089dc 59897 node-once_1.4.1.orig.tar.gz + e6fcd9773f96431db3726de16bba4f7246d029fa96679a697da5610f07003edc 3264 node-once_1.4.1-1.debian.tar.xz +Files: + e44e17eb723ac5863ce08e7b0eb46bd0 2056 node-once_1.4.1-1.dsc + b19d4981063f0b902173864431dc3ca5 59897 node-once_1.4.1.orig.tar.gz + 2022d5f41b1d7e2cfcc86d77d3a3a50c 3264 node-once_1.4.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-optimist +Binary: node-optimist +Architecture: all +Version: 0.6.1+~0.0.30-2 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino , Dominique Dumont +Homepage: https://github.com/substack/node-optimist +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-optimist +Vcs-Git: https://salsa.debian.org/js-team/node-optimist.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-assert , node-hashish , node-minimist , node-tap (>= 15) , node-wordwrap +Package-List: + node-optimist deb javascript optional arch=all +Directory: pool/a57db8ca420a83e7d93275f225b790279030fad78a43a648a1f1926ace54a31c +Checksums-Sha1: + d58860a8b698a6e441d3bb27c4797d501772af9f 2573 node-optimist_0.6.1+~0.0.30-2.dsc + 6b91b312c4256a45a8df2caa278d6119db53ef13 2737 node-optimist_0.6.1+~0.0.30.orig-types-optimist.tar.gz + 41f001d14a1a336855ef055939d254ac98e1658d 12336 node-optimist_0.6.1+~0.0.30.orig.tar.gz + 7f9e9e5b143d49b0ba2ff8ef13e2e5e7ef117d75 4776 node-optimist_0.6.1+~0.0.30-2.debian.tar.xz +Checksums-Sha256: + a57db8ca420a83e7d93275f225b790279030fad78a43a648a1f1926ace54a31c 2573 node-optimist_0.6.1+~0.0.30-2.dsc + ac8c482be88ca36172561dcc9e1d4c4fc84a8097092fdf901aeb5a1e1cdfa88c 2737 node-optimist_0.6.1+~0.0.30.orig-types-optimist.tar.gz + 2044a12f984c2f7f08a11512ac24f7de9d685c8882bb8c1a135207c5ed118201 12336 node-optimist_0.6.1+~0.0.30.orig.tar.gz + 4b82cb7f63efec99f47a43c809a37c4b8c96deafbf284cd028af06b2f156d5e4 4776 node-optimist_0.6.1+~0.0.30-2.debian.tar.xz +Files: + 9b10a6ffdd57d4c4c42a66f8d7808f93 2573 node-optimist_0.6.1+~0.0.30-2.dsc + c76e8cd76a4e2b2ab2fc2c9943e71825 2737 node-optimist_0.6.1+~0.0.30.orig-types-optimist.tar.gz + 667e06e5c9d5ac7a2df21415fe036927 12336 node-optimist_0.6.1+~0.0.30.orig.tar.gz + 742aae240cf1d073de3d46a44f885ad7 4776 node-optimist_0.6.1+~0.0.30-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-optionator +Binary: node-optionator +Architecture: all +Version: 0.9.1+dfsg+~cs1.2.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/gkz/optionator +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-optionator +Vcs-Git: https://salsa.debian.org/js-team/node-optionator.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, livescript, mocha +Package-List: + node-optionator deb javascript optional arch=all +Directory: pool/6dd222f70055c8d7c7f0725010168c2e21a72638163e87bb7c0e6e8e01610927 +Checksums-Sha1: + 411744bed6eab75bb32d6010c5e130bfa925c3f8 2530 node-optionator_0.9.1+dfsg+~cs1.2.3-1.dsc + e015ab5a19c430d0b0e3d108e530988ba24f1aaa 6552 node-optionator_0.9.1+dfsg+~cs1.2.3.orig-word-wrap.tar.xz + cfb3de2ba5d99f84b18dd0618d31dfcdec7c36fc 27300 node-optionator_0.9.1+dfsg+~cs1.2.3.orig.tar.xz + ee76edd532090d64a0f2dcffb4a26277871f4439 3280 node-optionator_0.9.1+dfsg+~cs1.2.3-1.debian.tar.xz +Checksums-Sha256: + 6dd222f70055c8d7c7f0725010168c2e21a72638163e87bb7c0e6e8e01610927 2530 node-optionator_0.9.1+dfsg+~cs1.2.3-1.dsc + 1ec3448fb2cc90945e87dad9a0e0139c4ced1d9196e975d9b10258aec59e7a0d 6552 node-optionator_0.9.1+dfsg+~cs1.2.3.orig-word-wrap.tar.xz + 3ee22eefb23d784d23fd6427aec562d0db47f040ade38a9315fc416b70a1f7cc 27300 node-optionator_0.9.1+dfsg+~cs1.2.3.orig.tar.xz + dea7ea5ae65ee27d50baab707dd223c070d385c29ab7a23c98157284e2296e6f 3280 node-optionator_0.9.1+dfsg+~cs1.2.3-1.debian.tar.xz +Files: + 37380f59accdd9a46a89594ba8857112 2530 node-optionator_0.9.1+dfsg+~cs1.2.3-1.dsc + 5c84a9026a28b4bdeacd0feeb9824725 6552 node-optionator_0.9.1+dfsg+~cs1.2.3.orig-word-wrap.tar.xz + 6b74435c406aaf64ba76c710972690de 27300 node-optionator_0.9.1+dfsg+~cs1.2.3.orig.tar.xz + a48696f7b406a7dc88194496adfbe5d6 3280 node-optionator_0.9.1+dfsg+~cs1.2.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-osenv +Binary: node-osenv +Architecture: all +Version: 0.1.5+~0.1.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/osenv +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-osenv +Vcs-Git: https://salsa.debian.org/js-team/node-osenv.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-osenv deb javascript optional arch=all +Directory: pool/146df68a2fbe32c2661b59e9d7acd0c32e1812bb28dae6fa0bb647619c94b38d +Checksums-Sha1: + 3e91d37ba273ddba5b91f0e172dca77642be1229 2357 node-osenv_0.1.5+~0.1.1-1.dsc + 96c9f84752925a918ce3c76333017d66edbfd726 1924 node-osenv_0.1.5+~0.1.1.orig-types-osenv.tar.gz + ef914d292f00ca54de561f4981270bcc8964d844 17594 node-osenv_0.1.5+~0.1.1.orig.tar.gz + aa60cee5c900966525554daec0a416a4026e4a51 3952 node-osenv_0.1.5+~0.1.1-1.debian.tar.xz +Checksums-Sha256: + 146df68a2fbe32c2661b59e9d7acd0c32e1812bb28dae6fa0bb647619c94b38d 2357 node-osenv_0.1.5+~0.1.1-1.dsc + 649b5099d33f1efe2fc466f8ff8d045ddac75c6fdfe8ebbfd207ed351be31de3 1924 node-osenv_0.1.5+~0.1.1.orig-types-osenv.tar.gz + 68ba39e60f120d850c6c52d3cc383dae8299632065660fd985501bfcd82bcbab 17594 node-osenv_0.1.5+~0.1.1.orig.tar.gz + 2a74b69a0aa2552dac5adde797e56f712e9f4074a2a15e1ce72b8fb3ce1be24d 3952 node-osenv_0.1.5+~0.1.1-1.debian.tar.xz +Files: + f68f11a0a9a4382ad738378dd8585758 2357 node-osenv_0.1.5+~0.1.1-1.dsc + 9da645717143aca1e67da19ec45ac913 1924 node-osenv_0.1.5+~0.1.1.orig-types-osenv.tar.gz + 93b12c2c032a74aa1f0f132f74911e40 17594 node-osenv_0.1.5+~0.1.1.orig.tar.gz + 2a12ab8bbf45542b5c1dee11e7f5c811 3952 node-osenv_0.1.5+~0.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-p-cancelable +Binary: node-p-cancelable +Architecture: all +Version: 2.1.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/p-cancelable +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-p-cancelable +Vcs-Git: https://salsa.debian.org/js-team/node-p-cancelable.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-define-properties , node-es-abstract , node-tape +Package-List: + node-p-cancelable deb javascript optional arch=all +Directory: pool/16e95268ccb335b343f50e0b1d65c0aae3a7e2bdefc654072c2eef3282def159 +Checksums-Sha1: + a02baa52d64a749d75e751668a8908dcca1afd68 2162 node-p-cancelable_2.1.1-1.dsc + 85007c35f783e6b9372cb0dd9ee8029d24a6c98b 6609 node-p-cancelable_2.1.1.orig.tar.gz + 44132ab15ee7b875047bf28a746537b4f68dd428 7388 node-p-cancelable_2.1.1-1.debian.tar.xz +Checksums-Sha256: + 16e95268ccb335b343f50e0b1d65c0aae3a7e2bdefc654072c2eef3282def159 2162 node-p-cancelable_2.1.1-1.dsc + 25ae667774c2aad3c528026f37975df586a2bc3f1d47f13725818f4e4f23914a 6609 node-p-cancelable_2.1.1.orig.tar.gz + 17ba89100746e1f0e496f7e65ced758859885e000c2e8610d7499008183e9be5 7388 node-p-cancelable_2.1.1-1.debian.tar.xz +Files: + 3a4a4a5824e73a03d4b3c90dd8ce1916 2162 node-p-cancelable_2.1.1-1.dsc + 778c66c48d205365a2232046930681aa 6609 node-p-cancelable_2.1.1.orig.tar.gz + aab08b0374b058b53eec483a81e1dc8a 7388 node-p-cancelable_2.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-p-limit +Binary: node-p-limit +Architecture: all +Version: 4.0.0+~cs4.0.0-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Nikhil Gawande +Homepage: https://github.com/sindresorhus/p-limit +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-p-limit +Vcs-Git: https://salsa.debian.org/js-team/node-p-limit.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.11~), node-rollup-plugin-node-resolve, node-tape , rollup +Package-List: + node-p-limit deb javascript optional arch=all +Directory: pool/f476d74056219d77deb7c26af25445bd6dfcc7acc19e16205e7b1cf2c90f6ed4 +Checksums-Sha1: + 2dde1a54239ff02c7df3436674b54757e448bb8d 2796 node-p-limit_4.0.0+~cs4.0.0-5.dsc + 03b463539ab25a70550d84d5d980877fb732b900 3351 node-p-limit_4.0.0+~cs4.0.0.orig-p-try.tar.gz + 3c1b9774359ed53ff3df097bdb7dde7aceb83d45 3903 node-p-limit_4.0.0+~cs4.0.0.orig-yocto-queue.tar.gz + ca06408ce91e829ae02c7bb2760f159e79b88472 5138 node-p-limit_4.0.0+~cs4.0.0.orig.tar.gz + bda7659f4b7df13a2434bf34ad78c4284c7bbe20 7408 node-p-limit_4.0.0+~cs4.0.0-5.debian.tar.xz +Checksums-Sha256: + f476d74056219d77deb7c26af25445bd6dfcc7acc19e16205e7b1cf2c90f6ed4 2796 node-p-limit_4.0.0+~cs4.0.0-5.dsc + ec3d96482034e8217fbc6e71ad6fa3e488a3755ad8c27d6f7988bb988e0dd199 3351 node-p-limit_4.0.0+~cs4.0.0.orig-p-try.tar.gz + ea62755269b3bf42a228f703b33c05f9b046dc91467290222acb8580ae1377cd 3903 node-p-limit_4.0.0+~cs4.0.0.orig-yocto-queue.tar.gz + 4e7cc80a1025447dbf75455aaf82ae7d2535129bd8718150bbdc5f45ee9b746f 5138 node-p-limit_4.0.0+~cs4.0.0.orig.tar.gz + b256bb636f584ca3dd61cd0e8d0649ac35ec793bf3c0268669c44d25b78e92c0 7408 node-p-limit_4.0.0+~cs4.0.0-5.debian.tar.xz +Files: + eb464efec3828412bb16042c60ed3c38 2796 node-p-limit_4.0.0+~cs4.0.0-5.dsc + 493f0c132bd7e8e2286ea751005146b4 3351 node-p-limit_4.0.0+~cs4.0.0.orig-p-try.tar.gz + 6aa7a740b0e2d07c47a796b8229c1869 3903 node-p-limit_4.0.0+~cs4.0.0.orig-yocto-queue.tar.gz + e26f42cb251ad608bbb8e8b39ba73f81 5138 node-p-limit_4.0.0+~cs4.0.0.orig.tar.gz + 8b58221760647a385a368d9dd1073801 7408 node-p-limit_4.0.0+~cs4.0.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-p-locate +Binary: node-p-locate +Architecture: all +Version: 6.0.0-12 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/p-locate +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-p-locate +Vcs-Git: https://salsa.debian.org/js-team/node-p-locate.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.11~), node-p-limit (>= 4) , node-tape , nodejs (>= 14) , rollup +Package-List: + node-p-locate deb javascript optional arch=all +Directory: pool/e56e8955df9f2d37e999922763b37e1657a77f34a3be21c5ec8d6d0ef4cee2c7 +Checksums-Sha1: + 1b0d452b7b6d2d8af261fdd9999eedc02e2b7eef 2138 node-p-locate_6.0.0-12.dsc + 146f564e9b95e7c1aa48f780eef55a950c74cca6 4621 node-p-locate_6.0.0.orig.tar.gz + b7c20d10c461cc5474051d97ca0b875e5081c501 81688 node-p-locate_6.0.0-12.debian.tar.xz +Checksums-Sha256: + e56e8955df9f2d37e999922763b37e1657a77f34a3be21c5ec8d6d0ef4cee2c7 2138 node-p-locate_6.0.0-12.dsc + 27607957a57553e124441287e7cef6232cdaba4fdeaff810b3827ee7bad457fd 4621 node-p-locate_6.0.0.orig.tar.gz + 97c712282c96fce586b72952face22813567a60eb6792c48b4537359804b23f4 81688 node-p-locate_6.0.0-12.debian.tar.xz +Files: + 6f06a8b64361810afa4128b0229cd74f 2138 node-p-locate_6.0.0-12.dsc + f29b4f6d05e78d149da560f50f36d3f6 4621 node-p-locate_6.0.0.orig.tar.gz + 75e95aba5b0ead32bff0b9b2c7b0bca7 81688 node-p-locate_6.0.0-12.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-p-map +Binary: node-p-map +Architecture: all +Version: 4.0.0+~3.1.0+~3.0.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/p-map#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-p-map +Vcs-Git: https://salsa.debian.org/js-team/node-p-map.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-escape-string-regexp , node-indent-string , node-tape , dh-sequence-nodejs +Package-List: + node-p-map deb javascript optional arch=all +Directory: pool/fca2d75e93537f661edde85b42c68f7010084e124ecb9484eb12b46d7caf6e49 +Checksums-Sha1: + d377db2b2faa20148346238fd2d0b58d414b51e2 2869 node-p-map_4.0.0+~3.1.0+~3.0.1-2.dsc + 6c65043dcea9d2e5e1b35c3c55f0c3ee7cc196c8 3758 node-p-map_4.0.0+~3.1.0+~3.0.1.orig-aggregate-error.tar.gz + e6f376e79ff75e593ce9e9c8eb43b6d22f6885ad 4414 node-p-map_4.0.0+~3.1.0+~3.0.1.orig-clean-stack.tar.gz + d6aa0dfabaa9ce9bd7d3c62f5a8459f349bfebd5 5208 node-p-map_4.0.0+~3.1.0+~3.0.1.orig.tar.gz + 596f3f61bc1a2b25f3f65d7e1844b3a28f4697ae 7940 node-p-map_4.0.0+~3.1.0+~3.0.1-2.debian.tar.xz +Checksums-Sha256: + fca2d75e93537f661edde85b42c68f7010084e124ecb9484eb12b46d7caf6e49 2869 node-p-map_4.0.0+~3.1.0+~3.0.1-2.dsc + 03dcbeabdaa1b14c5b847c99e89ac759ee94299cd71ade4ed38e4f4bdb71360c 3758 node-p-map_4.0.0+~3.1.0+~3.0.1.orig-aggregate-error.tar.gz + 4811b0d45907287b0187a8d9700b2f92e35d66e0d146c2fb2e50709ad00d83c6 4414 node-p-map_4.0.0+~3.1.0+~3.0.1.orig-clean-stack.tar.gz + d61f9167a876080f2180200053d371f0f9842e135c3e18b791b65e9400d19969 5208 node-p-map_4.0.0+~3.1.0+~3.0.1.orig.tar.gz + b934e65efa26c831944c6613c16a9b2b51ff8a9b82f86f41b60a52341f11791c 7940 node-p-map_4.0.0+~3.1.0+~3.0.1-2.debian.tar.xz +Files: + 14f5f930690d6677a2ae4a97debf7131 2869 node-p-map_4.0.0+~3.1.0+~3.0.1-2.dsc + 9ed15c4ea9f6603d449bffed14bd7a48 3758 node-p-map_4.0.0+~3.1.0+~3.0.1.orig-aggregate-error.tar.gz + 4f04e1adda3d534fd5adcbb4ca85e1a7 4414 node-p-map_4.0.0+~3.1.0+~3.0.1.orig-clean-stack.tar.gz + 12ee3659c727cbb543840741276c9d32 5208 node-p-map_4.0.0+~3.1.0+~3.0.1.orig.tar.gz + 5a21da5c12d0ecdd2359f41cd1367ea9 7940 node-p-map_4.0.0+~3.1.0+~3.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-parse-json +Binary: node-parse-json +Architecture: all +Version: 5.2.0+~cs5.1.7-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/parse-json +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-parse-json +Vcs-Git: https://salsa.debian.org/js-team/node-parse-json.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha (>= 8~), node-assert, node-babel-code-frame (>= 7), node-chalk, node-error-ex (>= 1.3.2~) , node-esutils, node-js-tokens, node-json-parse-better-errors , node-tape , node-typescript, node-types-node +Package-List: + node-parse-json deb javascript optional arch=all +Directory: pool/a594b8dc26741abffadd13357520e3a44ef43caccee53372f982978f9a460bd9 +Checksums-Sha1: + 051bac1d73f771d5ec3e2192ca8f07453aafd60d 3031 node-parse-json_5.2.0+~cs5.1.7-2.dsc + c84c00e835d43b5df2d2e452a7c2b806bff3f420 60575 node-parse-json_5.2.0+~cs5.1.7.orig-lines-and-columns.tar.gz + 2f8bb441434d163b35fb8ffdccd7138927ffb8c0 1516 node-parse-json_5.2.0+~cs5.1.7.orig-types-parse-json.tar.gz + 972d5ec23606a156ae58e075efea09a219803b38 3732 node-parse-json_5.2.0+~cs5.1.7.orig.tar.gz + 7b0d2ed538cbd814eb9da9fcfea6144027c6aea8 5068 node-parse-json_5.2.0+~cs5.1.7-2.debian.tar.xz +Checksums-Sha256: + a594b8dc26741abffadd13357520e3a44ef43caccee53372f982978f9a460bd9 3031 node-parse-json_5.2.0+~cs5.1.7-2.dsc + e7dff39d2838c18df44c4b1274d6d18bfb17927d85f75781c8136d9858c47f82 60575 node-parse-json_5.2.0+~cs5.1.7.orig-lines-and-columns.tar.gz + ce9f5906409c193d9eb47f392a80adb1716c619bbed40f2edf4bafa582207631 1516 node-parse-json_5.2.0+~cs5.1.7.orig-types-parse-json.tar.gz + 38d22b9abd411599bf612fea7a7aa9222a7ae6e5d2e1a3e0916e582e9ddfb63a 3732 node-parse-json_5.2.0+~cs5.1.7.orig.tar.gz + 1c8c3e3264c88e051fa42afeb387c31e320aa1b49183c3909b118b81f5165ae4 5068 node-parse-json_5.2.0+~cs5.1.7-2.debian.tar.xz +Files: + e9033f28ee128181d032d8a0b4bfacfb 3031 node-parse-json_5.2.0+~cs5.1.7-2.dsc + a8428c4ad67b62d36e9fb03c21ba1e4a 60575 node-parse-json_5.2.0+~cs5.1.7.orig-lines-and-columns.tar.gz + e873fb08737cf2677a4ee70f1092a701 1516 node-parse-json_5.2.0+~cs5.1.7.orig-types-parse-json.tar.gz + f09ca9b7d45bef296a4ce22e8af46fbc 3732 node-parse-json_5.2.0+~cs5.1.7.orig.tar.gz + a09397a2c0007f3984631b000e985a2d 5068 node-parse-json_5.2.0+~cs5.1.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-path-dirname +Binary: node-path-dirname +Architecture: all +Version: 1.0.2-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Ying-Chun Liu (PaulLiu) +Homepage: https://github.com/es128/path-dirname +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-path-dirname +Vcs-Git: https://salsa.debian.org/js-team/node-path-dirname.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: node-assert, nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-assert +Package-List: + node-path-dirname deb javascript optional arch=all +Directory: pool/fa7a28c1cbb0ffac1edd574d221e69f8e279eb5e2488ad4f09881c631e81c261 +Checksums-Sha1: + 2cc9538888f9fddff4602b9f500d170d1abdbf8c 2155 node-path-dirname_1.0.2-2.dsc + 9e4d9fcc3b1824cf6004a267529c655733f4831e 3346 node-path-dirname_1.0.2.orig.tar.gz + 13d9789b699669c95cfa9e1ea978ac00637142d1 3296 node-path-dirname_1.0.2-2.debian.tar.xz +Checksums-Sha256: + fa7a28c1cbb0ffac1edd574d221e69f8e279eb5e2488ad4f09881c631e81c261 2155 node-path-dirname_1.0.2-2.dsc + 6e9281438d7844960c0b8e4866940abd84cd7fb260e0e8c0c14b13f9b259eb98 3346 node-path-dirname_1.0.2.orig.tar.gz + c90de2a82df3bacc117c8050fb3311f557ac937416334285c0cc628ac0ccdf0c 3296 node-path-dirname_1.0.2-2.debian.tar.xz +Files: + 23a6277b6915395ca7644204e5d82efa 2155 node-path-dirname_1.0.2-2.dsc + ae63a9eb9db5e3ea789d3d21e48c6ca9 3346 node-path-dirname_1.0.2.orig.tar.gz + c6bef2f28e9019ebd252c6cd6eb7219b 3296 node-path-dirname_1.0.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-path-exists +Binary: node-path-exists +Architecture: all +Version: 5.0.0-8 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/sindresorhus/path-exists#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-path-exists +Vcs-Git: https://salsa.debian.org/js-team/node-path-exists.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.14~), node-tape , rollup +Package-List: + node-path-exists deb javascript optional arch=all +Directory: pool/00068b84199dde9615ebfe4944567936aa61da903af493fe06781b47ed82ca0a +Checksums-Sha1: + 8edd1cb7e3a423c96cbd8679e164ad53aa57d307 2114 node-path-exists_5.0.0-8.dsc + 40d80b2292f79fc3fd5ed3de90ec08be61c0750a 3108 node-path-exists_5.0.0.orig.tar.gz + 39c17bd307bd0eed810ca8898158d0f31f9816fa 3664 node-path-exists_5.0.0-8.debian.tar.xz +Checksums-Sha256: + 00068b84199dde9615ebfe4944567936aa61da903af493fe06781b47ed82ca0a 2114 node-path-exists_5.0.0-8.dsc + df9dcb047331fd993940d095b9d3ec010cbb66d831a4dfca7a9046a94d6d303e 3108 node-path-exists_5.0.0.orig.tar.gz + 017c6681b5d3ba5816bde319eb05f42fafbecb5cca638e8fdc0846c2135652de 3664 node-path-exists_5.0.0-8.debian.tar.xz +Files: + 00dccc36a2e75ce726f6bf1d66359d2a 2114 node-path-exists_5.0.0-8.dsc + 8b831234bb55e5bd4ea6d005097e2c7d 3108 node-path-exists_5.0.0.orig.tar.gz + 9e67f9d15aceb04611245235d57eef4c 3664 node-path-exists_5.0.0-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-path-is-absolute +Binary: node-path-is-absolute +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/sindresorhus/path-is-absolute +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-path-is-absolute +Vcs-Git: https://salsa.debian.org/js-team/node-path-is-absolute.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-path-is-absolute deb javascript optional arch=all +Directory: pool/22eed1713bb795ab385dbc953fb35ed85bcbf166dac8db08a65dfddd8b4b43aa +Checksums-Sha1: + e9eceed85debdc9376171366c28643a915975abc 2123 node-path-is-absolute_2.0.0-2.dsc + 96c9e6d3ef2d6939a6b093c43ec9593395547b42 2589 node-path-is-absolute_2.0.0.orig.tar.gz + d90b35b7556101e83c8b8e63b1d68ebfc5d14057 2752 node-path-is-absolute_2.0.0-2.debian.tar.xz +Checksums-Sha256: + 22eed1713bb795ab385dbc953fb35ed85bcbf166dac8db08a65dfddd8b4b43aa 2123 node-path-is-absolute_2.0.0-2.dsc + 50367a36c421181e4a41f5966c15837673e3e98f0c3634761beabe58d986c73e 2589 node-path-is-absolute_2.0.0.orig.tar.gz + 54f98ffe9daf969b9123004f23064e91e51d9909b56dd220dec396228e71f54a 2752 node-path-is-absolute_2.0.0-2.debian.tar.xz +Files: + 236e1270165c88d559e8503bccbe3a6d 2123 node-path-is-absolute_2.0.0-2.dsc + fe8de3a3346f1b7cdb378e0cb11dc172 2589 node-path-is-absolute_2.0.0.orig.tar.gz + 514833521106efac67b4ed915a2a29c7 2752 node-path-is-absolute_2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-path-is-inside +Binary: node-path-is-inside +Architecture: all +Version: 1.0.2+~1.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Olive Sara Thomas +Homepage: https://github.com/domenic/path-is-inside +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-path-is-inside +Vcs-Git: https://salsa.debian.org/js-team/node-path-is-inside.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-path-is-inside deb javascript optional arch=all +Directory: pool/62bdab3af70528261f759e43e28af047e2e72c0fd2d97fb461eae7b98db5cb80 +Checksums-Sha1: + 0c8c17509b74de43ee7a6427bceddb48a9e191b6 2519 node-path-is-inside_1.0.2+~1.0.0-1.dsc + 02d6ff38975d684bdec96204494baf9f29f0e17f 1522 node-path-is-inside_1.0.2+~1.0.0.orig-types-path-is-inside.tar.gz + 9222b65ac6e39f1952eae43ebad4679ac7af14ce 3737 node-path-is-inside_1.0.2+~1.0.0.orig.tar.gz + a00ac9b725f041434c90d87d506c592f65ac4236 3188 node-path-is-inside_1.0.2+~1.0.0-1.debian.tar.xz +Checksums-Sha256: + 62bdab3af70528261f759e43e28af047e2e72c0fd2d97fb461eae7b98db5cb80 2519 node-path-is-inside_1.0.2+~1.0.0-1.dsc + 560dd5279bd2ae6f7703fb9ce2dd2e9ba15bda86f3078259cc1ae1e94c45df10 1522 node-path-is-inside_1.0.2+~1.0.0.orig-types-path-is-inside.tar.gz + 15654ac92ee00da740fd37ed3125e3a1b9fa846f96ce2fb0fdca3e644784d44f 3737 node-path-is-inside_1.0.2+~1.0.0.orig.tar.gz + 2aba62d000fa1eb04ed3fe3ab05cf56f53f0e22fe1181a3bc4828dc98fc612ef 3188 node-path-is-inside_1.0.2+~1.0.0-1.debian.tar.xz +Files: + 9243579e798629b168cb06a3b83f1a34 2519 node-path-is-inside_1.0.2+~1.0.0-1.dsc + f2b3c899aaccf24c77cdc015d6190e9c 1522 node-path-is-inside_1.0.2+~1.0.0.orig-types-path-is-inside.tar.gz + f187d505aff7b884fa6e20e11a0c4f68 3737 node-path-is-inside_1.0.2+~1.0.0.orig.tar.gz + c60ce1139294e4f602617cc8c465a075 3188 node-path-is-inside_1.0.2+~1.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-path-type +Binary: node-path-type +Architecture: all +Version: 4.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/path-type#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-path-type +Vcs-Git: https://salsa.debian.org/js-team/node-path-type.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-pify +Package-List: + node-path-type deb javascript optional arch=all +Directory: pool/25238fac4406d2eff725fa5c90bf888117dd73cb56dadc041cdb90e9875bf061 +Checksums-Sha1: + 62182e48d8f0a08a16dcf070edc9ebc807dadf56 2069 node-path-type_4.0.0-3.dsc + 3e2f0ebee349354d42ad34c3a3cb7f9c77abb891 3242 node-path-type_4.0.0.orig.tar.gz + 4bf4a6d4732334fdc6c8575c6f9c18354d7cac48 2492 node-path-type_4.0.0-3.debian.tar.xz +Checksums-Sha256: + 25238fac4406d2eff725fa5c90bf888117dd73cb56dadc041cdb90e9875bf061 2069 node-path-type_4.0.0-3.dsc + 41d9bcbfa8ca489e5b0f93916e6175e4f275f7e039fa77d7eb58ba34fea9d07b 3242 node-path-type_4.0.0.orig.tar.gz + 1f3c30d7bd87dd2b544f3bed51c5e4f5a27bee7689542b00bf25ab4642ecba3d 2492 node-path-type_4.0.0-3.debian.tar.xz +Files: + 223a78802c197ad13d1c83218ed693f8 2069 node-path-type_4.0.0-3.dsc + 8197c3874cec38f4a148aca22d3b3e71 3242 node-path-type_4.0.0.orig.tar.gz + f2e2fa3bd38a5a1438bf9672edb1e623 2492 node-path-type_4.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-picocolors +Binary: node-picocolors +Architecture: all +Version: 1.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/alexeyraspopov/picocolors +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-picocolors +Vcs-Git: https://salsa.debian.org/js-team/node-picocolors.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-picocolors deb javascript optional arch=all +Directory: pool/8d08f3cda33676eb85543c17839407152868a544096962bbbde69e3082a09774 +Checksums-Sha1: + ce36fb9a1de04cfaf58c1b90b66001347de37633 2051 node-picocolors_1.0.0-4.dsc + 2cad0c433cc4287f2d8bb2e40baf202dd0d78fff 8527 node-picocolors_1.0.0.orig.tar.gz + 8fb44e56c2b99396091eb78031cd05b183d9a0b1 2320 node-picocolors_1.0.0-4.debian.tar.xz +Checksums-Sha256: + 8d08f3cda33676eb85543c17839407152868a544096962bbbde69e3082a09774 2051 node-picocolors_1.0.0-4.dsc + 46640a27ab190445d5bf21a1412c80041dd1a3d7b45c2d396c30724d9d6fa3b3 8527 node-picocolors_1.0.0.orig.tar.gz + 1a07df9977222ff656c715f5404c6ebcc72fbb1cf4ea0df20510725e80163416 2320 node-picocolors_1.0.0-4.debian.tar.xz +Files: + 30707a05026e860fb7bee568d217450c 2051 node-picocolors_1.0.0-4.dsc + 5e6aaffe1d9807c845ca0a59dfbbf76f 8527 node-picocolors_1.0.0.orig.tar.gz + b11613a7d61b2844df7bd9fe439ed58c 2320 node-picocolors_1.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-pify +Binary: node-pify +Architecture: all +Version: 5.0.0+~cs5.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/pify +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-pify +Vcs-Git: https://salsa.debian.org/js-team/node-pify.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-pinkie-promise , node-tape +Package-List: + node-pify deb javascript optional arch=all +Directory: pool/66727a602a69b9d42cdb064fd6314ce9c03e45308c512d7e9bd4d2f42cc1de03 +Checksums-Sha1: + 915528c981467970f4c46475e09bb8fe01d48365 2398 node-pify_5.0.0+~cs5.0.1-1.dsc + 10e398a89e3740dd5c316c502acad9ea5e444d3f 1876 node-pify_5.0.0+~cs5.0.1.orig-types-pify.tar.gz + 387d6d0d6fcea6133d6af4bbab9c8797de493469 6880 node-pify_5.0.0+~cs5.0.1.orig.tar.gz + 7a64a2ceb7bb85d2d776eb8efb8aaca2a45c052f 4772 node-pify_5.0.0+~cs5.0.1-1.debian.tar.xz +Checksums-Sha256: + 66727a602a69b9d42cdb064fd6314ce9c03e45308c512d7e9bd4d2f42cc1de03 2398 node-pify_5.0.0+~cs5.0.1-1.dsc + a5519f1b8a4caf7c4928cbc5b46db3c0496d780807116114219b607f236e8236 1876 node-pify_5.0.0+~cs5.0.1.orig-types-pify.tar.gz + 023b8c9427c9700f455e3f96f04d248461437fe0cd3244e56679cd39583f4536 6880 node-pify_5.0.0+~cs5.0.1.orig.tar.gz + a087379786415be820b73086111eeba70d1dc56d75b727be0303eb5bf0b253fb 4772 node-pify_5.0.0+~cs5.0.1-1.debian.tar.xz +Files: + bcab231250fc31e2781f3b1cc1fa4ae0 2398 node-pify_5.0.0+~cs5.0.1-1.dsc + 62229444facc990aeb7c84bc2f7bdee8 1876 node-pify_5.0.0+~cs5.0.1.orig-types-pify.tar.gz + ed1c8e7b91ac5998d9c93218b228b17e 6880 node-pify_5.0.0+~cs5.0.1.orig.tar.gz + 3582c116f35d5fa1ce88d773e67f4f51 4772 node-pify_5.0.0+~cs5.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-pkg-dir +Binary: node-pkg-dir +Architecture: all +Version: 5.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/pkg-dir +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-pkg-dir +Vcs-Git: https://salsa.debian.org/js-team/node-pkg-dir.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-find-up (>= 4.0~) , node-tape , node-unique-string , dh-sequence-nodejs +Package-List: + node-pkg-dir deb javascript optional arch=all +Directory: pool/489f7b5e2225546757a4c61eaf84a3768135941afb91e165e6f74e9ed48be277 +Checksums-Sha1: + adff8ec73e089fb23ca43a73883eeaf47100b94d 2104 node-pkg-dir_5.0.0-2.dsc + 5ab953cf6a4429f6acbcfcdb72cbb638b326433b 3331 node-pkg-dir_5.0.0.orig.tar.gz + 327a364948843e554c8282f1a455d90d0c581a33 5120 node-pkg-dir_5.0.0-2.debian.tar.xz +Checksums-Sha256: + 489f7b5e2225546757a4c61eaf84a3768135941afb91e165e6f74e9ed48be277 2104 node-pkg-dir_5.0.0-2.dsc + 0bff8dc193513a9460b42cecf05d5095ae05c4581bdb771a630e18e3338772ce 3331 node-pkg-dir_5.0.0.orig.tar.gz + 75833cd817c7749117a8986948d39f2ad821f107f4db16d8d57e849f35509874 5120 node-pkg-dir_5.0.0-2.debian.tar.xz +Files: + c256aaa73885c84d5ba3b43b83033c05 2104 node-pkg-dir_5.0.0-2.dsc + 6009a6d48d5525d75cdb6abefd3035d2 3331 node-pkg-dir_5.0.0.orig.tar.gz + c590fce38832c8eced4a2e07708bb40d 5120 node-pkg-dir_5.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-postcss-modules-extract-imports +Binary: node-postcss-modules-extract-imports +Architecture: all +Version: 3.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/css-modules/postcss-modules-extract-imports +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-modules-extract-imports +Vcs-Git: https://salsa.debian.org/js-team/node-postcss-modules-extract-imports.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-postcss (>= 7.0.5~) +Package-List: + node-postcss-modules-extract-imports deb javascript optional arch=all +Directory: pool/b0cd676a1e29de327cf53c70ffa5847d937ab500b52e1281101fef9be53730d0 +Checksums-Sha1: + 4d0cd09ed91019aa40e81bfd2c2f80ac96e23446 2332 node-postcss-modules-extract-imports_3.0.0-2.dsc + 7242108b98968829ede8f9e9f9b5048d5d976e35 79962 node-postcss-modules-extract-imports_3.0.0.orig.tar.gz + 2013e337d6217da4ebc540ce02d51c24ca11ec15 2512 node-postcss-modules-extract-imports_3.0.0-2.debian.tar.xz +Checksums-Sha256: + b0cd676a1e29de327cf53c70ffa5847d937ab500b52e1281101fef9be53730d0 2332 node-postcss-modules-extract-imports_3.0.0-2.dsc + 6b968649c6c571832acc7bb89045feed7fe338fc12af25bd68660b4c4fe86b50 79962 node-postcss-modules-extract-imports_3.0.0.orig.tar.gz + 4d43a76da245893b51feeb9eb964bb6fe662bbcce9409b6f2ebc214db1551206 2512 node-postcss-modules-extract-imports_3.0.0-2.debian.tar.xz +Files: + abd5bfbb8e67a61d9336e2936694d980 2332 node-postcss-modules-extract-imports_3.0.0-2.dsc + 22368f42f9c80da52384af71a405c765 79962 node-postcss-modules-extract-imports_3.0.0.orig.tar.gz + cf5b76ea9369e0bd8cd3dacb59a3ed32 2512 node-postcss-modules-extract-imports_3.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-postcss-modules-values +Binary: node-postcss-modules-values +Architecture: all +Version: 4.0.0+~4.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/css-modules/postcss-modules-values +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-modules-values +Vcs-Git: https://salsa.debian.org/js-team/node-postcss-modules-values.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest , node-icss-utils (>= 5.0~) , node-postcss (>= 8.1~) +Package-List: + node-postcss-modules-values deb javascript optional arch=all +Directory: pool/34d4956807db8ed69d08d44ec58a2f0fd445b118be7479cc02a1d62282e24399 +Checksums-Sha1: + 707360d46cd708c336bcb494e219051c3d194143 2740 node-postcss-modules-values_4.0.0+~4.0.0-1.dsc + 72bf19d19894fe013b88ce08a7afc8761498618f 1663 node-postcss-modules-values_4.0.0+~4.0.0.orig-types-postcss-modules-values.tar.gz + 57ef37c116915a11bd2fd3d15f7d2ed1cd74e71d 77222 node-postcss-modules-values_4.0.0+~4.0.0.orig.tar.gz + f935365ffd1e9bc7f78eeb109467ad2d089a8eed 3416 node-postcss-modules-values_4.0.0+~4.0.0-1.debian.tar.xz +Checksums-Sha256: + 34d4956807db8ed69d08d44ec58a2f0fd445b118be7479cc02a1d62282e24399 2740 node-postcss-modules-values_4.0.0+~4.0.0-1.dsc + 54680f3f2227e2f2ccd13ea94eca5e7d4b678aa21f4f78180aa01496e64e862e 1663 node-postcss-modules-values_4.0.0+~4.0.0.orig-types-postcss-modules-values.tar.gz + 7e7e32c95e052d2f2c55a67f3c8a8f7b6419d4ccd235ff82ee47a49ddf4c4d2a 77222 node-postcss-modules-values_4.0.0+~4.0.0.orig.tar.gz + 4c078cb28cbe39f02a88343ff0ebda113ab2a2fb35b75867dbe3f5def5cc6a33 3416 node-postcss-modules-values_4.0.0+~4.0.0-1.debian.tar.xz +Files: + 33fc953f74ca91766af5131b16610e73 2740 node-postcss-modules-values_4.0.0+~4.0.0-1.dsc + ee9db047b691c1926f98fccc94fe2d5c 1663 node-postcss-modules-values_4.0.0+~4.0.0.orig-types-postcss-modules-values.tar.gz + 67c6495b56d356ba074217fa39adf2ce 77222 node-postcss-modules-values_4.0.0+~4.0.0.orig.tar.gz + e5c41a7d8252867a9b74e6305a37d679 3416 node-postcss-modules-values_4.0.0+~4.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-postcss-value-parser +Binary: node-postcss-value-parser +Architecture: all +Version: 4.2.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/TrySound/postcss-value-parser +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-postcss-value-parser +Vcs-Git: https://salsa.debian.org/js-team/node-postcss-value-parser.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-postcss-value-parser deb javascript optional arch=all +Directory: pool/220a00dc5aa6901b3f6641683015cbdf16bba4a206205ac2dbedecac468dc9ba +Checksums-Sha1: + dd6a7f8a4e98c6a10a707dddf467a0c076563ba9 2193 node-postcss-value-parser_4.2.0-1.dsc + 6c0c9c56365ebfc9d2b35d046d14828125447263 54623 node-postcss-value-parser_4.2.0.orig.tar.gz + c93c3e8acd14d91ddca628639dae4113a057f585 2692 node-postcss-value-parser_4.2.0-1.debian.tar.xz +Checksums-Sha256: + 220a00dc5aa6901b3f6641683015cbdf16bba4a206205ac2dbedecac468dc9ba 2193 node-postcss-value-parser_4.2.0-1.dsc + d3816de888b561be711a684d9cf0b90508b6d5014db973af06e6f7304e2e63d3 54623 node-postcss-value-parser_4.2.0.orig.tar.gz + 7e42dacf065b7d6191717b588148940ec66b3eed070cc9f05754369d20255728 2692 node-postcss-value-parser_4.2.0-1.debian.tar.xz +Files: + 737f3bd34e490a24bb7067caa71dc98a 2193 node-postcss-value-parser_4.2.0-1.dsc + cd576cbc674f28f6d65b17084eba072b 54623 node-postcss-value-parser_4.2.0.orig.tar.gz + f43c0a0ff765db7e18075cb2349fc274 2692 node-postcss-value-parser_4.2.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-postcss +Binary: node-postcss +Architecture: all +Version: 8.4.39+~cs9.2.29-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://postcss.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-postcss +Vcs-Git: https://salsa.debian.org/js-team/node-postcss.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-chalk , node-cli-cursor , node-concat-with-sourcemaps , node-fs-extra , node-isarray , node-isobject , node-picocolors , node-strip-ansi , node-typescript , rollup, ts-node , uvu +Package-List: + node-postcss deb javascript optional arch=all +Directory: pool/6b8ef771dddbb684629c957403d1c9b9791a6d01d4748ea488d1bf180682c1c2 +Checksums-Sha1: + 9d342142bc8a9ce1cffdd382a908703b8a9e40c8 3665 node-postcss_8.4.39+~cs9.2.29-1.dsc + 0346499a55c296d7688376bef0262d53a5dc6867 7187 node-postcss_8.4.39+~cs9.2.29.orig-colorette.tar.gz + 0c92367ac5b409966ae436fd00831d5fff7fa901 12831 node-postcss_8.4.39+~cs9.2.29.orig-line-column.tar.gz + 2d908997d2c22e34ebea52d59ad4d1fb387ca725 94340 node-postcss_8.4.39+~cs9.2.29.orig-nanoid.tar.gz + 5551473e38bacdc3c67998f15c537ef5f544d689 238649 node-postcss_8.4.39+~cs9.2.29.orig-source-map-js.tar.gz + 05795e4345a946fc9e03b451199d572594179fb3 175138 node-postcss_8.4.39+~cs9.2.29.orig.tar.gz + 9b4111e449ee168c64b833cb695c6c5e25433bfc 17240 node-postcss_8.4.39+~cs9.2.29-1.debian.tar.xz +Checksums-Sha256: + 6b8ef771dddbb684629c957403d1c9b9791a6d01d4748ea488d1bf180682c1c2 3665 node-postcss_8.4.39+~cs9.2.29-1.dsc + c581e8619b18429b80b203706d3615adb69f524dc6244297600d6cf2f7d48f08 7187 node-postcss_8.4.39+~cs9.2.29.orig-colorette.tar.gz + 6a4ffcb53a9af2ff0649b9c005a9815148fb4227350421f408604b14a917937b 12831 node-postcss_8.4.39+~cs9.2.29.orig-line-column.tar.gz + 60d505c886060179fefe28144e9e5116099cd4609857a74e520b953e283a0390 94340 node-postcss_8.4.39+~cs9.2.29.orig-nanoid.tar.gz + af404ed1e572a52cd54d1ea6053e4bb0a70cc33ec25254414a3c44cb956131b1 238649 node-postcss_8.4.39+~cs9.2.29.orig-source-map-js.tar.gz + 4b932c6ec0e19b80e268d220c1324ae6b125128b66fd80ebbbd988cbd60279f5 175138 node-postcss_8.4.39+~cs9.2.29.orig.tar.gz + ac3c8238d13d754b0e016595e3c3a0ad020bf32d85d8cb6bd94f5f39f26a6fa0 17240 node-postcss_8.4.39+~cs9.2.29-1.debian.tar.xz +Files: + 1456b8babee030722c57c3292d9c4976 3665 node-postcss_8.4.39+~cs9.2.29-1.dsc + dcae0cde17a57f12d386a6b553b0ce3d 7187 node-postcss_8.4.39+~cs9.2.29.orig-colorette.tar.gz + 35d124028e8c3a2f5ebeddff6aebe804 12831 node-postcss_8.4.39+~cs9.2.29.orig-line-column.tar.gz + 0eed9c13e7af058e7931275d143299af 94340 node-postcss_8.4.39+~cs9.2.29.orig-nanoid.tar.gz + d1fe4c3420916c5ec19ff82debac45d7 238649 node-postcss_8.4.39+~cs9.2.29.orig-source-map-js.tar.gz + 29061f6b3b45e4128b43783a40e9331f 175138 node-postcss_8.4.39+~cs9.2.29.orig.tar.gz + 8918e52f97d226558ee4cef2f0fb8590 17240 node-postcss_8.4.39+~cs9.2.29-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-prelude-ls +Binary: node-prelude-ls +Architecture: all +Version: 1.2.1+dfsg-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://preludels.com +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-prelude-ls +Vcs-Git: https://salsa.debian.org/js-team/node-prelude-ls.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), nodejs:native, mocha , livescript, node-sinon, dh-sequence-nodejs (>= 0.9.71~) +Package-List: + node-prelude-ls deb javascript optional arch=all +Directory: pool/82a7dc41dab76428da5716469f849fefe28f87b10d1aa0c4bff05bb92461cb9c +Checksums-Sha1: + 722905af183c0ddf8c719eb6762d8ef767addff5 2184 node-prelude-ls_1.2.1+dfsg-3.dsc + 4d2564fded25c3dbf6dd54cbc13131b5a9cea915 34264 node-prelude-ls_1.2.1+dfsg.orig.tar.xz + 04ac95a2e1edbefe9deee90ae0fb91dc1c73023e 3828 node-prelude-ls_1.2.1+dfsg-3.debian.tar.xz +Checksums-Sha256: + 82a7dc41dab76428da5716469f849fefe28f87b10d1aa0c4bff05bb92461cb9c 2184 node-prelude-ls_1.2.1+dfsg-3.dsc + c6c9ecf7b6f762376843575f8893f7700141ff41bf85bf78d7a25c5657f33cfc 34264 node-prelude-ls_1.2.1+dfsg.orig.tar.xz + e15df448217dd45fb883285db5a4d9defaede2e77c53636cb64243462e259dbc 3828 node-prelude-ls_1.2.1+dfsg-3.debian.tar.xz +Files: + 3f0af31e1059789ecea440a962b2ae60 2184 node-prelude-ls_1.2.1+dfsg-3.dsc + 92fff83e7166ed202cecf71d70c609c1 34264 node-prelude-ls_1.2.1+dfsg.orig.tar.xz + b64ddea7b58a55ecedb8d07d43553660 3828 node-prelude-ls_1.2.1+dfsg-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-process-nextick-args +Binary: node-process-nextick-args +Architecture: all +Version: 2.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/calvinmetcalf/process-nextick-args +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-process-nextick-args +Vcs-Git: https://salsa.debian.org/js-team/node-process-nextick-args.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-process-nextick-args deb javascript optional arch=all +Directory: pool/9c7994a3bc854644fcb3f3a00c650ac79e3c6db238d17a1f13cf95a90acb0414 +Checksums-Sha1: + b8ecd5b8367c5734d300973e8c102dbc5a25f0af 2191 node-process-nextick-args_2.0.1-3.dsc + e425cf88683e460c6ed4f2248aa1241327430545 2180 node-process-nextick-args_2.0.1.orig.tar.gz + fab4c62112e1a5213fe15d55219fe8c0d15e41fd 2892 node-process-nextick-args_2.0.1-3.debian.tar.xz +Checksums-Sha256: + 9c7994a3bc854644fcb3f3a00c650ac79e3c6db238d17a1f13cf95a90acb0414 2191 node-process-nextick-args_2.0.1-3.dsc + 7f05e768f3d49e5011083752463a3b4e94ab815f562de9053b5763e5b3e0c094 2180 node-process-nextick-args_2.0.1.orig.tar.gz + 1bf4c0ada725a7765262ff946be6ef3f4ccb5fe274d8686cdf03eaacfaa7ae22 2892 node-process-nextick-args_2.0.1-3.debian.tar.xz +Files: + ae319c28bc2cf798cd1c3478b8e9313b 2191 node-process-nextick-args_2.0.1-3.dsc + c81b10c3d5d3b17405b9abdd277073bd 2180 node-process-nextick-args_2.0.1.orig.tar.gz + c291a6b1512fa23bd64f76fbbd0cd886 2892 node-process-nextick-args_2.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-progress +Binary: node-progress +Architecture: all +Version: 2.0.3-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi +Homepage: https://github.com/visionmedia/node-progress +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-progress +Vcs-Git: https://salsa.debian.org/js-team/node-progress.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-progress deb javascript optional arch=all +Directory: pool/e0821de8e15f68c896786b0d8e91fb0e289cc479bddd5c70e3a22d34a94e00dd +Checksums-Sha1: + bef8e83c6840438d13b6f00d3b4928e0f7a2dcd4 2034 node-progress_2.0.3-2.dsc + 7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8 6000 node-progress_2.0.3.orig.tar.gz + c8e8a33b42949d01019c81071e189397c9eab7d9 2944 node-progress_2.0.3-2.debian.tar.xz +Checksums-Sha256: + e0821de8e15f68c896786b0d8e91fb0e289cc479bddd5c70e3a22d34a94e00dd 2034 node-progress_2.0.3-2.dsc + 701865e18ff6c0e3ba778756ddef8db1dc05c00a901babe57bc7a0a7e0e82aa4 6000 node-progress_2.0.3.orig.tar.gz + 49a4dfeacdaed87ea98873dd7136da5dd9a70e343657d64c61feb029f32943c6 2944 node-progress_2.0.3-2.debian.tar.xz +Files: + 4e0f620bff87f38737e990fa9f3f0f3f 2034 node-progress_2.0.3-2.dsc + d6db22bbf628b388829469a0bf0c21a5 6000 node-progress_2.0.3.orig.tar.gz + 20c17dad8928839d9d52771c71f163ea 2944 node-progress_2.0.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-promise-inflight +Binary: node-promise-inflight +Architecture: all +Version: 1.0.1+~1.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Gazala M +Homepage: https://github.com/iarna/promise-inflight +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-promise-inflight +Vcs-Git: https://salsa.debian.org/js-team/node-promise-inflight.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-promise-inflight deb javascript optional arch=all +Directory: pool/824231ed2b1f299004f539cd326b66b6bc0759238205c945bb1f72eaaf46e7d2 +Checksums-Sha1: + 4130ae6b5c95db5b5d817eaf29044d38cd80ecb3 2528 node-promise-inflight_1.0.1+~1.0.0-1.dsc + 3f391254c743015866182a8ae6f4d743b13006c4 1863 node-promise-inflight_1.0.1+~1.0.0.orig-types-promise-inflight.tar.gz + 29888a48c3ea2e75b89df65d44fea4a0de83d472 1830 node-promise-inflight_1.0.1+~1.0.0.orig.tar.gz + c639702ece66330e3e2ce1cf0ff7eb5deecfd45a 3084 node-promise-inflight_1.0.1+~1.0.0-1.debian.tar.xz +Checksums-Sha256: + 824231ed2b1f299004f539cd326b66b6bc0759238205c945bb1f72eaaf46e7d2 2528 node-promise-inflight_1.0.1+~1.0.0-1.dsc + 21eca47ed785fad5e7648b13127a9e1fa73482e1ac5153843ff46eeeeeacdc38 1863 node-promise-inflight_1.0.1+~1.0.0.orig-types-promise-inflight.tar.gz + 76d071ffdb62a55bc36d25b464e652dd7b7fdfc1ce3250d7351124ef62c67748 1830 node-promise-inflight_1.0.1+~1.0.0.orig.tar.gz + 089f81ed690aa9880319cef36727c3d0023151de994a11502e92dad5692a3336 3084 node-promise-inflight_1.0.1+~1.0.0-1.debian.tar.xz +Files: + 215e6361767837fc767793fb62b0dd52 2528 node-promise-inflight_1.0.1+~1.0.0-1.dsc + 853454815ef8cb267413e40ab2b45cae 1863 node-promise-inflight_1.0.1+~1.0.0.orig-types-promise-inflight.tar.gz + ffcc426830d73ff20e55321cb82476bc 1830 node-promise-inflight_1.0.1+~1.0.0.orig.tar.gz + 1b7c3dd2f45ae45a7af3a41c3725a597 3084 node-promise-inflight_1.0.1+~1.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-promise-retry +Binary: node-promise-retry +Architecture: all +Version: 2.0.1-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/IndigoUnited/node-promise-retry#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-promise-retry +Vcs-Git: https://salsa.debian.org/js-team/node-promise-retry.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-err-code (>= 2.0.0) , node-retry (>= 0.10.0) , node-expect.js , mocha +Package-List: + node-promise-retry deb javascript optional arch=all +Directory: pool/da6aa155231d6a5399a0812aa47187c9e839e863b31a52857ffba88258f6a8df +Checksums-Sha1: + c24966c216078c22105df270bf987ee77f0ef52a 2219 node-promise-retry_2.0.1-4.dsc + 59e5f1c7667f03a8e4d2a2a756df295105891ab7 16029 node-promise-retry_2.0.1.orig.tar.gz + bafa0ca96b0a9cc8d8ba97152c1aa04ef3ffdd12 3416 node-promise-retry_2.0.1-4.debian.tar.xz +Checksums-Sha256: + da6aa155231d6a5399a0812aa47187c9e839e863b31a52857ffba88258f6a8df 2219 node-promise-retry_2.0.1-4.dsc + 4ff9576d6d6e961dd7cd92ee67145978ba922fbe0a35ba8c1d0cd088886b2c28 16029 node-promise-retry_2.0.1.orig.tar.gz + 364d80aa94ed8bd51afd39bf969ca098dc6f97da216d24fef4c6b96f36d1b8f2 3416 node-promise-retry_2.0.1-4.debian.tar.xz +Files: + e07a46b7a664d0f6be396e24b22f0b00 2219 node-promise-retry_2.0.1-4.dsc + ed30e0796c19b02feb41ba65933aed07 16029 node-promise-retry_2.0.1.orig.tar.gz + ee67e3d38dddeef098cfa19d2a0c3e4b 3416 node-promise-retry_2.0.1-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-promzard +Binary: node-promzard +Architecture: all +Version: 0.3.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Navaneeth Kishore +Homepage: https://github.com/isaacs/promzard +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-promzard +Vcs-Git: https://salsa.debian.org/js-team/node-promzard.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-read , node-tape +Package-List: + node-promzard deb javascript optional arch=all +Directory: pool/71a7d65af31f615a1154f64849fcfd6a3e1c86f7d05b1857332c526c3927c09d +Checksums-Sha1: + 253c95e3ec33d6fed49f607927cbcafebe28daf7 2075 node-promzard_0.3.0-2.dsc + d3e24a9c03fcc9c04d1e8b14194b45d393e0c1e1 9245 node-promzard_0.3.0.orig.tar.gz + fec267b1e9febb354a5c94003f1da8ab0c6b49f2 3480 node-promzard_0.3.0-2.debian.tar.xz +Checksums-Sha256: + 71a7d65af31f615a1154f64849fcfd6a3e1c86f7d05b1857332c526c3927c09d 2075 node-promzard_0.3.0-2.dsc + 21ad33fc4d12d1ae82664d7920e9a6875ca7d77b4857efbd2342b910f6c47dd1 9245 node-promzard_0.3.0.orig.tar.gz + f08fbfa91d11064bcd623b7ba6a396f466e03a9df5a8dbdecbcc465240f84fd8 3480 node-promzard_0.3.0-2.debian.tar.xz +Files: + 9e7b3fbcbad612fc6ecb8f00c156bbc3 2075 node-promzard_0.3.0-2.dsc + 4874210c74d2bb2e3bcce46524d7d2b5 9245 node-promzard_0.3.0.orig.tar.gz + 42277dba85420f0f38a0b77667788b81 3480 node-promzard_0.3.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-proxy-agents +Binary: node-agent-base, node-args, node-basic-ftp, node-data-uri-to-buffer, node-degenerator, node-get-uri, node-http-proxy-agent, node-https-proxy-agent, node-pac-proxy-agent, node-pac-resolver, node-proxy, node-socks-proxy-agent, node-proxy-agent +Architecture: all +Version: 0~2024040606-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Israel Galadima +Homepage: https://github.com/TooTallNate/proxy-agents#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-proxy-agents +Vcs-Git: https://salsa.debian.org/js-team/node-proxy-agents.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-ast-types, node-data-uri-to-buffer, node-debug, node-escodegen, node-esprima, node-fs-extra, node-ip, node-lru-cache (>> 10.0.1-2~), node-netmask, node-proxy-from-env, node-quickjs-emscripten, node-socks, node-typescript, node-types-estree, ssl-cert +Package-List: + node-agent-base deb javascript optional arch=all + node-args deb javascript optional arch=all + node-basic-ftp deb javascript optional arch=all + node-data-uri-to-buffer deb javascript optional arch=all + node-degenerator deb javascript optional arch=all + node-get-uri deb javascript optional arch=all + node-http-proxy-agent deb javascript optional arch=all + node-https-proxy-agent deb javascript optional arch=all + node-pac-proxy-agent deb javascript optional arch=all + node-pac-resolver deb javascript optional arch=all + node-proxy deb javascript optional arch=all + node-proxy-agent deb javascript optional arch=all + node-socks-proxy-agent deb javascript optional arch=all +Directory: pool/50b79991a1cebc0eada02a0e52ab51626381491343723c69d01e70e036b64000 +Checksums-Sha1: + 0b574e8a9a715fddc60d30bef9d0b7eef725149d 4223 node-proxy-agents_0~2024040606-4.dsc + 6473ebe8a0007f294067b68037ccfe2207400684 58328 node-proxy-agents_0~2024040606.orig-args.tar.xz + c629ceb9a097d31e225de48907376cdd7ba20cf0 60504 node-proxy-agents_0~2024040606.orig-basic-ftp.tar.xz + dad13789ac16bc454aec0b2678d447ca0008fd19 1996 node-proxy-agents_0~2024040606.orig-types-args.tar.xz + a29eb8c12f22ceedf3567e17c073409363e3b102 203972 node-proxy-agents_0~2024040606.orig.tar.xz + f9954c10a70e6abb0d02ed6b1734a08e37f73c26 43324 node-proxy-agents_0~2024040606-4.debian.tar.xz +Checksums-Sha256: + 50b79991a1cebc0eada02a0e52ab51626381491343723c69d01e70e036b64000 4223 node-proxy-agents_0~2024040606-4.dsc + 57fa7108fc23a7538154c75e11288674992fefb7ef5f1d87aac3098f7cac7e46 58328 node-proxy-agents_0~2024040606.orig-args.tar.xz + b71fdf06e0edfb2e59c70a1a03508faf76f9a730710dd2a555979e79499bd90e 60504 node-proxy-agents_0~2024040606.orig-basic-ftp.tar.xz + 7ce074ccb817e7b7dfd99a98862d4101501243cd3b030ade8c0e0c6de0fa7f87 1996 node-proxy-agents_0~2024040606.orig-types-args.tar.xz + 774af765e04d7ee0050c5b8f959cf71d06a5934e1d9fbdd621d7c3b52e02e5e4 203972 node-proxy-agents_0~2024040606.orig.tar.xz + 8cef9e2ecee0ffdb9a3de7b0dbd516c8f0ed8dfeea7deb7d15447695b86ef3db 43324 node-proxy-agents_0~2024040606-4.debian.tar.xz +Files: + 107865633878be024222a4c6acc2f116 4223 node-proxy-agents_0~2024040606-4.dsc + 3d0c88f56ef4335e5bfdeae206e6a4f0 58328 node-proxy-agents_0~2024040606.orig-args.tar.xz + 02d5eaf5a05652871936912dccbfae14 60504 node-proxy-agents_0~2024040606.orig-basic-ftp.tar.xz + 58a615df1e9b57f51c34517061d29719 1996 node-proxy-agents_0~2024040606.orig-types-args.tar.xz + 711f795cf87d6b886c300dfbb908aa79 203972 node-proxy-agents_0~2024040606.orig.tar.xz + 0de6c73127acc8b6f1d5d23d4356652e 43324 node-proxy-agents_0~2024040606-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-prr +Binary: node-prr +Architecture: all +Version: 1.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/rvagg/prr +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-prr +Vcs-Git: https://salsa.debian.org/js-team/node-prr.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-prr deb javascript optional arch=all +Directory: pool/95e5bfd9aee7bc8fd223ae6329209a84aa5e547928ac61333a338de8b54fc205 +Checksums-Sha1: + ae92b75ff19e6d44f78109ed69cf5a415e28b947 1982 node-prr_1.0.1-3.dsc + fd013b4b5ae68cee9ac8899f7132fa1123a105d5 3533 node-prr_1.0.1.orig.tar.gz + bd0c27810089a86b549a1952b69117df9af4a3bf 2628 node-prr_1.0.1-3.debian.tar.xz +Checksums-Sha256: + 95e5bfd9aee7bc8fd223ae6329209a84aa5e547928ac61333a338de8b54fc205 1982 node-prr_1.0.1-3.dsc + 444e98ddad03a2a0c4a8396ae0a0a8a1169aac41496ba56a702186d42dffc45e 3533 node-prr_1.0.1.orig.tar.gz + 52640451babe579bc131a447a83ffced94fffebb1ed8c6db205963d077b8c5e0 2628 node-prr_1.0.1-3.debian.tar.xz +Files: + dade89bb2bca3cf4c68dd9be6d199162 1982 node-prr_1.0.1-3.dsc + a7fc1d99c995660f2403d752c7396af2 3533 node-prr_1.0.1.orig.tar.gz + 43cbfaa5a86a416a8af9ab8a504ab6dd 2628 node-prr_1.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-punycode +Binary: node-punycode +Architecture: all +Version: 2.2.3-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://mths.be/punycode +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-punycode +Vcs-Git: https://salsa.debian.org/js-team/node-punycode.git +Testsuite: autopkgtest +Testsuite-Triggers: mocha, node-assert, nodejs +Build-Depends: debhelper-compat (= 13), dh-buildinfo, nodejs, mocha , node-assert +Package-List: + node-punycode deb javascript optional arch=all +Directory: pool/e78c5408824a5e03d9ae398d42135d90fd9b249b4d5ab31e1eb8e14c776d0219 +Checksums-Sha1: + 54e90a7c4f9e8a2d96ed5c613d3739d0c583da41 2122 node-punycode_2.2.3-2.dsc + c7c5d5d708c1280c2f4ce0d5f3d6ebfd16dcda08 11344 node-punycode_2.2.3.orig.tar.gz + 41a32d76e47a66d56eb13a8ae8e778a81e88a2ea 3704 node-punycode_2.2.3-2.debian.tar.xz +Checksums-Sha256: + e78c5408824a5e03d9ae398d42135d90fd9b249b4d5ab31e1eb8e14c776d0219 2122 node-punycode_2.2.3-2.dsc + af26eef6d9ea316a47fd0a63bf96c3d3490cdb69de128ffe1975b63c794ae4df 11344 node-punycode_2.2.3.orig.tar.gz + 7d61b199a0161009b576ae2d2401cc27add2398b47ab040dfb479d5ad0c8180e 3704 node-punycode_2.2.3-2.debian.tar.xz +Files: + 20b888545be5896ae7638496c45bd7f0 2122 node-punycode_2.2.3-2.dsc + 4490d779155c46d0e92a3c6554a35c1f 11344 node-punycode_2.2.3.orig.tar.gz + ccf1ab93738baab8b4c31af2e0de9e1c 3704 node-punycode_2.2.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-quick-lru +Binary: node-quick-lru +Architecture: all +Version: 6.1.1-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Raju Devidas +Homepage: https://github.com/sindresorhus/quick-lru +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-quick-lru +Vcs-Git: https://salsa.debian.org/js-team/node-quick-lru.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, ava , rollup, node-rollup-plugin-node-resolve +Package-List: + node-quick-lru deb javascript optional arch=all +Directory: pool/5b6f68e705c74e2b9a92ba5d9a3f5c9d78ff856575159fd0c1859c9e0808fe1c +Checksums-Sha1: + ecb7d333ba24bcbc50219d75f169ae97d42b96e0 2096 node-quick-lru_6.1.1-4.dsc + fb28e73fc9c6102d0ea1c2495bb8d391b19e1cdb 8513 node-quick-lru_6.1.1.orig.tar.gz + ea8c2d450f19bf4d28e94fc16228f16ebf591f05 3056 node-quick-lru_6.1.1-4.debian.tar.xz +Checksums-Sha256: + 5b6f68e705c74e2b9a92ba5d9a3f5c9d78ff856575159fd0c1859c9e0808fe1c 2096 node-quick-lru_6.1.1-4.dsc + 03ef6bdf5792d7f5ebb1542a27a946cbe9a733d4798ff4bbb5e175da4416b8eb 8513 node-quick-lru_6.1.1.orig.tar.gz + feca86fcc8d922e2d8dcd04ee7ec508df9db2b4abef95e8d4668295882c6bb65 3056 node-quick-lru_6.1.1-4.debian.tar.xz +Files: + d57629b311e1562d634894cbb97f4ebf 2096 node-quick-lru_6.1.1-4.dsc + b94889b4f92fb00b4bf904be7ea7c94e 8513 node-quick-lru_6.1.1.orig.tar.gz + 7b802235120ceae8edf739d11c63e801 3056 node-quick-lru_6.1.1-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-randombytes +Binary: node-randombytes +Architecture: all +Version: 2.1.0+~2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sarath Madayil +Homepage: https://github.com/crypto-browserify/randombytes +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-randombytes +Vcs-Git: https://salsa.debian.org/js-team/node-randombytes.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-safe-buffer (>= 5.1.0) , node-tap (>= 10) , node-tape (>= 4.6) +Package-List: + node-randombytes deb javascript optional arch=all +Directory: pool/d854ad203c4ffe42b897aee76c21bc4bdff5f9fbe60454f831121f685df0c003 +Checksums-Sha1: + 7fa1018737dfe9bef60142c5abee2719354e34b9 2555 node-randombytes_2.1.0+~2.0.0-2.dsc + 0087ff5e60ae68023b9bc4398b406fea7ad18304 1535 node-randombytes_2.1.0+~2.0.0.orig-types-randombytes.tar.gz + e545cf4343e8e68459ddf5885408925d1275ea97 2823 node-randombytes_2.1.0+~2.0.0.orig.tar.gz + 8bbf6420dd0f241c2ef8e36bb446a4b4423c91dd 3052 node-randombytes_2.1.0+~2.0.0-2.debian.tar.xz +Checksums-Sha256: + d854ad203c4ffe42b897aee76c21bc4bdff5f9fbe60454f831121f685df0c003 2555 node-randombytes_2.1.0+~2.0.0-2.dsc + aeef45bf1922bd66364df6447a765880e3d05bd3c827cde7ad773819d3b3fc46 1535 node-randombytes_2.1.0+~2.0.0.orig-types-randombytes.tar.gz + 96a809ae19562c180eec193a6d5bf191100fc50c864927e58ce9930b49fe2da9 2823 node-randombytes_2.1.0+~2.0.0.orig.tar.gz + fcd91a03e87916663b25316550b56324f39cc27507ca9b505059361555016757 3052 node-randombytes_2.1.0+~2.0.0-2.debian.tar.xz +Files: + b5534b702bade0b93e0d3836e976cc7a 2555 node-randombytes_2.1.0+~2.0.0-2.dsc + 80e8390d9809396399fb20dc39d67019 1535 node-randombytes_2.1.0+~2.0.0.orig-types-randombytes.tar.gz + 1d54b4294784218cf1ac73ef0b58e5fc 2823 node-randombytes_2.1.0+~2.0.0.orig.tar.gz + e5a042d49bf97a71d7b7781ce31f9fff 3052 node-randombytes_2.1.0+~2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-read-package-json +Binary: node-read-package-json +Architecture: all +Version: 5.0.2+~2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/read-package-json +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-read-package-json +Vcs-Git: https://salsa.debian.org/js-team/node-read-package-json.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-glob , node-json-parse-better-errors , node-normalize-package-data (>= 4) , node-slash , node-tap +Package-List: + node-read-package-json deb javascript optional arch=all +Directory: pool/e8643024e3508a65d95241b9b347dc65ff2b4bde189721b712f00ccff9cc13a3 +Checksums-Sha1: + 94aa68494f3f6f870109671a64633a153750b74d 2713 node-read-package-json_5.0.2+~2.0.0-2.dsc + eebf1baa97fba1101c7424fe921836677082927a 6959 node-read-package-json_5.0.2+~2.0.0.orig-npm-normalize-package-bin.tar.gz + 25a4435d59a5a76d4ee95ede40c45f6801d9ec91 18872 node-read-package-json_5.0.2+~2.0.0.orig.tar.gz + 77137dbd078b1e300dba1963b2577eaa16559960 3624 node-read-package-json_5.0.2+~2.0.0-2.debian.tar.xz +Checksums-Sha256: + e8643024e3508a65d95241b9b347dc65ff2b4bde189721b712f00ccff9cc13a3 2713 node-read-package-json_5.0.2+~2.0.0-2.dsc + 71d6b24ef441e81e8fcc898d1641cf5e90b044cde76331dfd615b6e679aac308 6959 node-read-package-json_5.0.2+~2.0.0.orig-npm-normalize-package-bin.tar.gz + 6a70f89642bf7c772d68a046720477366a1b0cefdc98f9655fd6427215b1e109 18872 node-read-package-json_5.0.2+~2.0.0.orig.tar.gz + c9bedbdf3643fe97290451f32727883c2d03fff6f0763551516ed6ac99e8b9be 3624 node-read-package-json_5.0.2+~2.0.0-2.debian.tar.xz +Files: + b69e9b9894134efe7e60c0b5fd0fac50 2713 node-read-package-json_5.0.2+~2.0.0-2.dsc + 3158adf593f5829b1a9cff0aea7d3c47 6959 node-read-package-json_5.0.2+~2.0.0.orig-npm-normalize-package-bin.tar.gz + 4af3108a1cd58916b2b2c5d5cb332814 18872 node-read-package-json_5.0.2+~2.0.0.orig.tar.gz + e8529ac60eac89b2c2a6f738ac2d87ac 3624 node-read-package-json_5.0.2+~2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-read-pkg +Binary: node-read-pkg +Architecture: all +Version: 5.2.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/sindresorhus/read-pkg +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-read-pkg +Vcs-Git: https://salsa.debian.org/js-team/node-read-pkg.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-parse-json , node-normalize-package-data (>= 3.0.0) , node-tape +Package-List: + node-read-pkg deb javascript optional arch=all +Directory: pool/27616cf2013a7d29b5ac131c86b695df682d8fa07077964e7abde49cbdbf85f2 +Checksums-Sha1: + 496e3afd1b962538ec3d5ac3a0f06b2e77c2f791 2417 node-read-pkg_5.2.0-2.dsc + 3be81348867ade6f7d684d02b56b33c1318f2fb8 965214 node-read-pkg_5.2.0.orig-type-fest.tar.gz + 95601fa7629eebc9df539e492cf31b7699582073 3671 node-read-pkg_5.2.0.orig.tar.gz + 24efccd2f56b11b619926882d6f8c4b50a05de1d 3132 node-read-pkg_5.2.0-2.debian.tar.xz +Checksums-Sha256: + 27616cf2013a7d29b5ac131c86b695df682d8fa07077964e7abde49cbdbf85f2 2417 node-read-pkg_5.2.0-2.dsc + 10c25bdcb824f1533809fe58573c7e802e9acab170665a442681fec0e0d3aa6a 965214 node-read-pkg_5.2.0.orig-type-fest.tar.gz + 7aff76ea56c4aa8656e7518b92d96a64dace8d22714fb862b9b8d88b1ec5c14e 3671 node-read-pkg_5.2.0.orig.tar.gz + c5e0d0761fbb894d8ffe058564573d8222ee477f179ef7a9d2bb9e927e0952c4 3132 node-read-pkg_5.2.0-2.debian.tar.xz +Files: + 99432378999eb3f117c347a8822270f8 2417 node-read-pkg_5.2.0-2.dsc + f1da2d6a2c0b5c7c6c304407ecaa28da 965214 node-read-pkg_5.2.0.orig-type-fest.tar.gz + cd33b56a7704bb560459fc4d4a4327f5 3671 node-read-pkg_5.2.0.orig.tar.gz + e473dece6a607c314677d79f59b06dc0 3132 node-read-pkg_5.2.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-read +Binary: node-read +Architecture: all +Version: 1.0.7-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/read +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-read +Vcs-Git: https://salsa.debian.org/js-team/node-read.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-mute-stream , node-tap +Package-List: + node-read deb javascript optional arch=all +Directory: pool/b7e6055416b365b8326dd148bd576107779dee532adda3f6624679dbfb928cf7 +Checksums-Sha1: + a415ea1380430f648ece48026049ceaab5ab0b5a 2021 node-read_1.0.7-5.dsc + 487d6115ffa84a7bd047781b7bf7343ef9a14c5e 4246 node-read_1.0.7.orig.tar.gz + 2b1b5fb69071ad5f0f2678af6ca35a2fa8b70d68 3044 node-read_1.0.7-5.debian.tar.xz +Checksums-Sha256: + b7e6055416b365b8326dd148bd576107779dee532adda3f6624679dbfb928cf7 2021 node-read_1.0.7-5.dsc + be34449731a07f57d2d69f961473d17648783e9077d47aa69d87f5121511cb5a 4246 node-read_1.0.7.orig.tar.gz + 7a2776d9be83befcad249d24032bc483db9678af52385f53e3676a10f18a52e7 3044 node-read_1.0.7-5.debian.tar.xz +Files: + a44c5e58921608817248969679670400 2021 node-read_1.0.7-5.dsc + 1b82ba7723ae42611d34d07981a8567f 4246 node-read_1.0.7.orig.tar.gz + e3fea41aeec9bc4a606bf3211ab37dac 3044 node-read_1.0.7-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-readable-stream +Binary: node-readable-stream +Architecture: all +Version: 3.6.0+~cs3.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/nodejs/readable-stream#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-readable-stream +Vcs-Git: https://salsa.debian.org/js-team/node-readable-stream.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: nodejs +Build-Depends: debhelper-compat (= 13), node-assert , node-babel7 , node-buf-compare , node-core-js (>= 3.4.2) , node-core-util-is , node-debug , node-define-properties , node-debbundle-es-to-primitive , node-es-abstract , node-inherits , node-isarray , node-ms , node-process-nextick-args , node-regenerator-runtime , node-safe-buffer , node-sinon , node-string-decoder , node-tap , node-tape , node-util-deprecate , dh-sequence-nodejs +Package-List: + node-readable-stream deb javascript optional arch=all +Directory: pool/c726acf5462f3f015bd41fddd4f7ae2376e09b25bd77d3dee312f7b379858e0d +Checksums-Sha1: + e8aa75821f0a4224d06ba6719c6b49a207849331 3151 node-readable-stream_3.6.0+~cs3.0.0-4.dsc + 12dce63db889cc7df0c34904c67a8bc82f1e97e1 64145 node-readable-stream_3.6.0+~cs3.0.0.orig-bufferstreams.tar.gz + 8a9cff4e270a5746e9ca1c41a1b49a7a1dacf2ba 158296 node-readable-stream_3.6.0+~cs3.0.0.orig.tar.gz + 2b725d001d94b614a4e451d59c95547304bb5ef0 17008 node-readable-stream_3.6.0+~cs3.0.0-4.debian.tar.xz +Checksums-Sha256: + c726acf5462f3f015bd41fddd4f7ae2376e09b25bd77d3dee312f7b379858e0d 3151 node-readable-stream_3.6.0+~cs3.0.0-4.dsc + f7146efb59a10aef9cea570497ebd9e2ebffcf38f0977d5e20c2f1fbdc2f2055 64145 node-readable-stream_3.6.0+~cs3.0.0.orig-bufferstreams.tar.gz + 2174fce03850b5bb5694d8e983f3dc927382edaf0a800baa4fba475d01899322 158296 node-readable-stream_3.6.0+~cs3.0.0.orig.tar.gz + eaf178807f0143e5b378263a54fcb245fb7a6f8bf1f5c858c9cc187b24da32be 17008 node-readable-stream_3.6.0+~cs3.0.0-4.debian.tar.xz +Files: + 2c352d4de0d8f85f1ccac17c1d77a9cd 3151 node-readable-stream_3.6.0+~cs3.0.0-4.dsc + 9e0175793e8c4e408405988f0b30f81f 64145 node-readable-stream_3.6.0+~cs3.0.0.orig-bufferstreams.tar.gz + 50466c93300967134b9852adf9cfbc8d 158296 node-readable-stream_3.6.0+~cs3.0.0.orig.tar.gz + 4e4eca024af09e4f016f07195447447d 17008 node-readable-stream_3.6.0+~cs3.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-readdirp +Binary: node-readdirp +Architecture: all +Version: 3.6.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/thlorenz/readdirp +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-readdirp +Vcs-Git: https://salsa.debian.org/js-team/node-readdirp.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), chai , dh-sequence-nodejs, mocha , node-anymatch (>= 3.0.3) , node-graceful-fs , node-rimraf, node-set-immediate-shim +Package-List: + node-readdirp deb javascript optional arch=all +Directory: pool/3347b5ac0b124c2e620e60a476f8c3639768d190dd2d8b2d20f2823b8e4d8e93 +Checksums-Sha1: + 7f0da29ac758b20c014382e4869ccfb7f6a84f05 2177 node-readdirp_3.6.0-1.dsc + 689b1f79b3c1e815b417b76ea920527f6ffd2d5b 12090 node-readdirp_3.6.0.orig.tar.gz + a025620d0fbd602fccd21dc38f38c1154b7af4d7 4476 node-readdirp_3.6.0-1.debian.tar.xz +Checksums-Sha256: + 3347b5ac0b124c2e620e60a476f8c3639768d190dd2d8b2d20f2823b8e4d8e93 2177 node-readdirp_3.6.0-1.dsc + ea053025fd1591cf32dfd4f66bb9eaec4e4a24ebe7898a170f63245195f5f4b5 12090 node-readdirp_3.6.0.orig.tar.gz + 7ee32663645f16004a1ba311057b282ae85b2fba0bfc8af79917f844ad50f454 4476 node-readdirp_3.6.0-1.debian.tar.xz +Files: + 97596fb0907cc4f2ac14aa00acd72b9a 2177 node-readdirp_3.6.0-1.dsc + cec4a01730bddd8f04d936fa7cbc6be2 12090 node-readdirp_3.6.0.orig.tar.gz + af9b406ab38fdd6b501a704f9fdd5a5b 4476 node-readdirp_3.6.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-rechoir +Binary: node-rechoir +Architecture: all +Version: 0.8.0+~0.6.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/tkellen/node-rechoir +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-rechoir +Vcs-Git: https://salsa.debian.org/js-team/node-rechoir.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-debbundle-es-to-primitive , node-expect , node-isarray , node-object-inspect , node-resolve , node-tmatch +Package-List: + node-rechoir deb javascript optional arch=all +Directory: pool/58849194dd59d086ff6f7c8595354b925c402b1c135f3407b64d1911f22b25a3 +Checksums-Sha1: + 4768bc94ff66d5801bb891d5eb3aebee15f942e4 2572 node-rechoir_0.8.0+~0.6.1-2.dsc + e7589df255d2638db48b0dfc3294c87dc9db19ba 1578 node-rechoir_0.8.0+~0.6.1.orig-types-rechoir.tar.gz + 61ceca942670166a047dd18b61ccf1f687a2c6fa 7890 node-rechoir_0.8.0+~0.6.1.orig.tar.gz + c322fa9f68776382ca57d83f5736497457bd11e0 23280 node-rechoir_0.8.0+~0.6.1-2.debian.tar.xz +Checksums-Sha256: + 58849194dd59d086ff6f7c8595354b925c402b1c135f3407b64d1911f22b25a3 2572 node-rechoir_0.8.0+~0.6.1-2.dsc + 494d770203206570ff790b148735b2042c280f385bae0db7eb4d51f1346c72eb 1578 node-rechoir_0.8.0+~0.6.1.orig-types-rechoir.tar.gz + 7cd916892410e1bc27da969ddae77609d2152d2967f9c0ce5b3da49efac0c690 7890 node-rechoir_0.8.0+~0.6.1.orig.tar.gz + b6f018c03591632696c8f15305238b61b6974c32adc4644fc69388ab7d59071f 23280 node-rechoir_0.8.0+~0.6.1-2.debian.tar.xz +Files: + 035d3a81a3d4a776df1c5aea2332ec13 2572 node-rechoir_0.8.0+~0.6.1-2.dsc + c8f5e7b5db7946b3bd357497de175ec8 1578 node-rechoir_0.8.0+~0.6.1.orig-types-rechoir.tar.gz + 60ff162170e9a1b91edd618f49de5063 7890 node-rechoir_0.8.0+~0.6.1.orig.tar.gz + 41e4b882c1bed447c9a72f4b371738ff 23280 node-rechoir_0.8.0+~0.6.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-regenerate-unicode-properties +Binary: node-regenerate-unicode-properties +Architecture: all +Version: 10.1.0+ds-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/mathiasbynens/regenerate-unicode-properties +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-regenerate-unicode-properties +Vcs-Git: https://salsa.debian.org/js-team/node-regenerate-unicode-properties.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-fs-extra, node-jsesc, node-regenerate, node-unicode-15.0.0, node-unicode-canonical-property-names-ecmascript, node-tape +Package-List: + node-regenerate-unicode-properties deb javascript optional arch=all +Directory: pool/cc12e1da10e0047cb88b19d65f70096212137986a7a0fa89ce62fd04836879a5 +Checksums-Sha1: + 376d6b983fa2d42d37a93f5503ebf8f96742a0cb 2446 node-regenerate-unicode-properties_10.1.0+ds-1.dsc + e620f8ae442834108ec8b74d7ea9ef69105b3c13 10160 node-regenerate-unicode-properties_10.1.0+ds.orig.tar.xz + 096a3490ef17af58641661ef3c0840a0b4739aa0 3964 node-regenerate-unicode-properties_10.1.0+ds-1.debian.tar.xz +Checksums-Sha256: + cc12e1da10e0047cb88b19d65f70096212137986a7a0fa89ce62fd04836879a5 2446 node-regenerate-unicode-properties_10.1.0+ds-1.dsc + f85c1a4b255d2a54026414a430536608fc5a57500eb22778e87bc12d9f81ed6e 10160 node-regenerate-unicode-properties_10.1.0+ds.orig.tar.xz + d1c8f7f1957cad3fa01cbb657ab5c7e0b3793035151335babed03eda2e59880e 3964 node-regenerate-unicode-properties_10.1.0+ds-1.debian.tar.xz +Files: + 215ceed0cccc2ed23e51a1bf3592f406 2446 node-regenerate-unicode-properties_10.1.0+ds-1.dsc + 7253e848dafb7cd0703f615f437e79cb 10160 node-regenerate-unicode-properties_10.1.0+ds.orig.tar.xz + 71a3a276f933ddc28ecb9bc7821b01ca 3964 node-regenerate-unicode-properties_10.1.0+ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-regenerate +Binary: node-regenerate, libjs-regenerate +Architecture: all +Version: 1.4.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://mths.be/regenerate +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js/node-regenerate +Vcs-Git: https://salsa.debian.org/js-team/node-regenerate.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), nodejs +Package-List: + libjs-regenerate deb javascript optional arch=all + node-regenerate deb javascript optional arch=all +Directory: pool/e78178e8733c3081023022b667733b03ce8cfffb4eb493fb88be1f042ead8e5f +Checksums-Sha1: + bb6c237b175d8be00bc115451bec49e842159113 2102 node-regenerate_1.4.2-3.dsc + 86634a400daaa30289d03c35bb0c956856093f6f 29562 node-regenerate_1.4.2.orig.tar.gz + b0e797529956db93643dfbedfb8f8ade4c03cac6 3104 node-regenerate_1.4.2-3.debian.tar.xz +Checksums-Sha256: + e78178e8733c3081023022b667733b03ce8cfffb4eb493fb88be1f042ead8e5f 2102 node-regenerate_1.4.2-3.dsc + c5624deb938a2dbbb2776dbf1852fe7c592754f9b1199ca8c5397f786f7c2dfe 29562 node-regenerate_1.4.2.orig.tar.gz + a0a581c67f22b2cbfa758b907bdb503f3372e71f9a12023a177f74f79479cdae 3104 node-regenerate_1.4.2-3.debian.tar.xz +Files: + 5a50dd78fca4b07115ae0090e1f1514a 2102 node-regenerate_1.4.2-3.dsc + 3d8212282cfb979d9e82092c2b128677 29562 node-regenerate_1.4.2.orig.tar.gz + d58fbdff2b4ed9c9dbc28e3e1cb1d701 3104 node-regenerate_1.4.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-regenerator +Binary: node-commoner, node-regenerator, node-regenerator-runtime, node-regenerator-transform, node-regenerator-preset +Architecture: all +Version: 0.15.2+~0.10.8-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/facebook/regenerator +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-regenerator +Vcs-Git: https://salsa.debian.org/js-team/node-regenerator.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.15~), help2man, mocha , node-asap , node-ast-types , node-babel7, node-browserify , node-commander, node-detective, node-esprima , node-glob, node-graceful-fs, node-iconv-lite, node-lru-cache , node-mkdirp, node-private, node-promise , node-q, node-recast, node-semver , node-through, node-tslib , node-uglify-js , dh-nodejs +Package-List: + node-commoner deb javascript optional arch=all + node-regenerator deb javascript optional arch=all + node-regenerator-preset deb javascript optional arch=all + node-regenerator-runtime deb javascript optional arch=all + node-regenerator-transform deb javascript optional arch=all +Directory: pool/2f0f101bf238d11ff007c132b0e9107abf35add111f1cd7fbfefa11703623111 +Checksums-Sha1: + c34e08cea7756cbab3bd7463900c89e0b62a3edd 3189 node-regenerator_0.15.2+~0.10.8-1.dsc + 34fc3672cd24393e8bb47e70caa0293811f4f2c5 20708 node-regenerator_0.15.2+~0.10.8.orig-commoner.tar.gz + 20143b262a758cfd4310a8e10516f18f0ba903d4 896287 node-regenerator_0.15.2+~0.10.8.orig.tar.gz + 2fa9503833407b9e1f54b5ca701eb2930b7d62db 5520 node-regenerator_0.15.2+~0.10.8-1.debian.tar.xz +Checksums-Sha256: + 2f0f101bf238d11ff007c132b0e9107abf35add111f1cd7fbfefa11703623111 3189 node-regenerator_0.15.2+~0.10.8-1.dsc + 02243fd4267896c5234982fc8121cc575d8c3cc10e61ebe8f181e41d3c028e0a 20708 node-regenerator_0.15.2+~0.10.8.orig-commoner.tar.gz + 1efa01b8547a4593739a53d7563eeb4f012411930c151f679389bcd4f9ddf16c 896287 node-regenerator_0.15.2+~0.10.8.orig.tar.gz + 04677827376409431c1a1bb88460df330ab890344245e060b5e9cd639c1592b5 5520 node-regenerator_0.15.2+~0.10.8-1.debian.tar.xz +Files: + 94b3946c63b4699f49d11885a30a2a96 3189 node-regenerator_0.15.2+~0.10.8-1.dsc + c200173608a3a3705c3911e0f6759968 20708 node-regenerator_0.15.2+~0.10.8.orig-commoner.tar.gz + 876b150b95be22834bd293033a35d002 896287 node-regenerator_0.15.2+~0.10.8.orig.tar.gz + 0fef8828f5daa311e179afed0eeba1ca 5520 node-regenerator_0.15.2+~0.10.8-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-regexpp +Binary: node-regexpp +Architecture: all +Version: 3.2.0-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/mysticatea/regexpp +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-regexpp +Vcs-Git: https://salsa.debian.org/js-team/node-regexpp.git +Testsuite: autopkgtest +Testsuite-Triggers: nodejs +Build-Depends: cmark-gfm , debhelper-compat (= 13), eslint , mocha , node-rollup-plugin-node-resolve (>= 9), node-rollup-plugin-sourcemaps, node-types-json-schema, node-types-eslint, node-typescript, pandoc , rollup, ts-node, unicode-data +Package-List: + node-regexpp deb javascript optional arch=all +Directory: pool/5bf0c2f2c38a8419e871d08a2adb81b086c8f608b0cc785169927d59ee564d93 +Checksums-Sha1: + 70cb3eea0e6bf4043db95447a2804e1a4f26741a 2249 node-regexpp_3.2.0-5.dsc + 76ecbd1b407e4f4c48d41f365c5d5b5e92e6a3ae 110773 node-regexpp_3.2.0.orig.tar.gz + 9e127b47f66f54e6b4f4f1b2d517547ad858a34f 6088 node-regexpp_3.2.0-5.debian.tar.xz +Checksums-Sha256: + 5bf0c2f2c38a8419e871d08a2adb81b086c8f608b0cc785169927d59ee564d93 2249 node-regexpp_3.2.0-5.dsc + e1eac7f2ae736a788bee2d11cef9791385ff64361810d3399f09a4c1e61b242e 110773 node-regexpp_3.2.0.orig.tar.gz + 35a7886b530a85482c630545b213c4cf67db39433b7f9290208940f71e8645ec 6088 node-regexpp_3.2.0-5.debian.tar.xz +Files: + 8d499d8ed5dd3e64b379667d814cddb1 2249 node-regexpp_3.2.0-5.dsc + 24f7e76cb1bd458a76043fb43894d338 110773 node-regexpp_3.2.0.orig.tar.gz + 40362d73d4482e905159950790e03de6 6088 node-regexpp_3.2.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-regexpu-core +Binary: node-regexpu-core +Architecture: all +Version: 5.2.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://mths.be/regexpu +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-regexpu-core +Vcs-Git: https://salsa.debian.org/js-team/node-regexpu-core.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha, node-jsesc, node-lodash, node-regenerate, node-regenerate-unicode-properties (>= 10.1~), node-regjsgen, node-regjsparser (>= 0.6.4~), node-unicode-15.0.0, node-unicode-match-property-ecmascript (>= 2.0~), node-unicode-match-property-value-ecmascript (>= 2.1~), dh-sequence-nodejs +Package-List: + node-regexpu-core deb javascript optional arch=all +Directory: pool/8a93fe895c2d2ea285b67ef8238b90eb11e89703835cf0a4f71f632107476921 +Checksums-Sha1: + fef23677fa568fb962736a8580bc6fc4478724c5 2323 node-regexpu-core_5.2.2-3.dsc + 824943185631dd1b88c14802c7c7fd134aea7567 35633 node-regexpu-core_5.2.2.orig.tar.gz + 4ee06ce1d3543c944f8feee3772c7eba7f74825d 5672 node-regexpu-core_5.2.2-3.debian.tar.xz +Checksums-Sha256: + 8a93fe895c2d2ea285b67ef8238b90eb11e89703835cf0a4f71f632107476921 2323 node-regexpu-core_5.2.2-3.dsc + c2517c157c904f2ba01258e72ea42c99bb2b37a6f4f8279ef9de95112b415181 35633 node-regexpu-core_5.2.2.orig.tar.gz + fa04ed044208636b47f0ca0c8a3d50093dd119f7e88e2cb172620385a653aad7 5672 node-regexpu-core_5.2.2-3.debian.tar.xz +Files: + 87842f50a8087c56ed06ea5bce8fd812 2323 node-regexpu-core_5.2.2-3.dsc + 357096f8eec3251b09ceb266a344b253 35633 node-regexpu-core_5.2.2.orig.tar.gz + 24ad51a5d4a1f2af686ab60908dd45a6 5672 node-regexpu-core_5.2.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-regjsgen +Binary: node-regjsgen +Architecture: all +Version: 0.7.1+ds-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/demoneaux/regjsgen +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-regjsgen +Vcs-Git: https://salsa.debian.org/js-team/node-regjsgen.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-regjsparser +Package-List: + node-regjsgen deb javascript optional arch=all +Directory: pool/5c26d5b17d52e9aba7c0374eadfc08672fbff0bcee32063300a7ae17d4a2d939 +Checksums-Sha1: + a99c3e1d9c649ce3c6ecf9bda6486bd00430adb3 2075 node-regjsgen_0.7.1+ds-1.dsc + 494d628ef59597885557378399f972e1ac28d2ba 25680 node-regjsgen_0.7.1+ds.orig.tar.xz + c0bb9fc71868b89f62cd571126db8387ce1d40b4 3036 node-regjsgen_0.7.1+ds-1.debian.tar.xz +Checksums-Sha256: + 5c26d5b17d52e9aba7c0374eadfc08672fbff0bcee32063300a7ae17d4a2d939 2075 node-regjsgen_0.7.1+ds-1.dsc + 5ead81e76dd776a2b38ac675cd196bbb9b4cbb44aea1577115f876365b417a74 25680 node-regjsgen_0.7.1+ds.orig.tar.xz + ad2755ef5bc7919a74a143e83c8ec2947111397fb77c71f349b594c36d3928ec 3036 node-regjsgen_0.7.1+ds-1.debian.tar.xz +Files: + aea3ffa55d2c2b857a9eaf8fda3122aa 2075 node-regjsgen_0.7.1+ds-1.dsc + 9edd91ea906fac38edd1f8de73752574 25680 node-regjsgen_0.7.1+ds.orig.tar.xz + c3cbc14972787c9803907232263ebfb9 3036 node-regjsgen_0.7.1+ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-regjsparser +Binary: node-regjsparser +Architecture: all +Version: 0.9.1+ds-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/jviereck/regjsparser +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-regjsparser +Vcs-Git: https://salsa.debian.org/js-team/node-regjsparser.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-regenerate, node-unicode-15.0.0 +Package-List: + node-regjsparser deb javascript optional arch=all +Directory: pool/fffa982846264991f956093e43b5417f2c5b1ce0629473573cd00cfccf6435a4 +Checksums-Sha1: + 33c7765407e4019c6df74c5a588bc92cc598c038 2119 node-regjsparser_0.9.1+ds-2.dsc + 3cf4e55024ac71002a1326e3389220555162b958 19028 node-regjsparser_0.9.1+ds.orig.tar.xz + a58e299b6e22155f24aaeaad71ce3d6dc5a9523b 5388 node-regjsparser_0.9.1+ds-2.debian.tar.xz +Checksums-Sha256: + fffa982846264991f956093e43b5417f2c5b1ce0629473573cd00cfccf6435a4 2119 node-regjsparser_0.9.1+ds-2.dsc + 83c634c6f8b3ca070d5a14459b6d378d38c0b9a11f920baa4ec82f64ff80a1b9 19028 node-regjsparser_0.9.1+ds.orig.tar.xz + 820df4f490cfaa692284100a861ffbe23935c97a45ba96b6e029f8fdaf2d5172 5388 node-regjsparser_0.9.1+ds-2.debian.tar.xz +Files: + 8c4488a5d6ee1c634e0f4a37fda05574 2119 node-regjsparser_0.9.1+ds-2.dsc + 26318981abcd600667d3c11aa3dae1a0 19028 node-regjsparser_0.9.1+ds.orig.tar.xz + e5b18ccbea2fd8ff2f93c719fe95c40e 5388 node-regjsparser_0.9.1+ds-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-repeat-string +Binary: node-repeat-string +Architecture: all +Version: 1.6.1+repack-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jonschlinkert/repeat-string +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-repeat-string +Vcs-Git: https://salsa.debian.org/js-team/node-repeat-string.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-repeat-string deb javascript optional arch=all +Directory: pool/18e8988591c6a7993f30d82f07a0e9f6caab066e84ba067f8d476c33051fb09c +Checksums-Sha1: + c85a4bdd9555403d0c1d31f02afff990f86e1be2 2156 node-repeat-string_1.6.1+repack-1.dsc + 7cfaac5cccff106eed3ec2a3f3d22631f1b82889 9787 node-repeat-string_1.6.1+repack.orig.tar.gz + 8a6facbf0be83a9b20d7481c7c33b1f7f593f76e 2536 node-repeat-string_1.6.1+repack-1.debian.tar.xz +Checksums-Sha256: + 18e8988591c6a7993f30d82f07a0e9f6caab066e84ba067f8d476c33051fb09c 2156 node-repeat-string_1.6.1+repack-1.dsc + 0f8197f79faff7245d1b89ed35062f00443ea0ba150bb4a71fe461529f4ffc33 9787 node-repeat-string_1.6.1+repack.orig.tar.gz + ffbf1914666646f094c326374a1ee05ba535635434479e8a2a102a2fcdc84527 2536 node-repeat-string_1.6.1+repack-1.debian.tar.xz +Files: + f2b682d612ed51409cba994aec697a95 2156 node-repeat-string_1.6.1+repack-1.dsc + cb0d43c2663ae937b264430f2268bf28 9787 node-repeat-string_1.6.1+repack.orig.tar.gz + e147c2eefecf43ee28adc3d4618d3630 2536 node-repeat-string_1.6.1+repack-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-require-directory +Binary: node-require-directory +Architecture: all +Version: 2.1.1+~2.1.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/troygoode/node-require-directory/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-require-directory +Vcs-Git: https://salsa.debian.org/js-team/node-require-directory.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-require-directory deb javascript optional arch=all +Directory: pool/199c8ad0992bf5091b003bcb9a7cc668eef2e0d6a6d1740fc5f716e3a3912323 +Checksums-Sha1: + b3cdd9346a51ac56d17a82506b256b6943e2f7bc 2561 node-require-directory_2.1.1+~2.1.2-1.dsc + c2b405cce36d81946ad1a24580c3821880973d15 2314 node-require-directory_2.1.1+~2.1.2.orig-types-require-directory.tar.gz + 8c64ad5fd30dab1c976e2344ffe7f792a6a6df42 4372 node-require-directory_2.1.1+~2.1.2.orig.tar.gz + 7870839b0ca027c81b8cae446e32cea6b1d7dc1b 2756 node-require-directory_2.1.1+~2.1.2-1.debian.tar.xz +Checksums-Sha256: + 199c8ad0992bf5091b003bcb9a7cc668eef2e0d6a6d1740fc5f716e3a3912323 2561 node-require-directory_2.1.1+~2.1.2-1.dsc + d1826d6f3a81bd244fd6f610e708a50ab45bbc2f7f59c9d3f779afdfce6bd390 2314 node-require-directory_2.1.1+~2.1.2.orig-types-require-directory.tar.gz + 703bee0844360383fe4a8792d4a5a562647426a053e7597a1d272ac554f386c8 4372 node-require-directory_2.1.1+~2.1.2.orig.tar.gz + 6938113fe51e502c8fbf71b00c71fb13d92a467eb7ab0804feec40c937a3e1bf 2756 node-require-directory_2.1.1+~2.1.2-1.debian.tar.xz +Files: + e5cd261a6cb61f9399c5eef1d4559366 2561 node-require-directory_2.1.1+~2.1.2-1.dsc + c4b7d3097be39132d176857744bb6036 2314 node-require-directory_2.1.1+~2.1.2.orig-types-require-directory.tar.gz + f3a9010155b6a46066afbe2d07f624bd 4372 node-require-directory_2.1.1+~2.1.2.orig.tar.gz + d634730416b1aec3f9b2571f9dfb5bdd 2756 node-require-directory_2.1.1+~2.1.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-resolve-cwd +Binary: node-resolve-cwd +Architecture: all +Version: 3.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Raju Devidas +Homepage: https://github.com/sindresorhus/resolve-cwd +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-resolve-cwd +Vcs-Git: https://salsa.debian.org/js-team/node-resolve-cwd.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-resolve-from , node-tape +Package-List: + node-resolve-cwd deb javascript optional arch=all +Directory: pool/ce09a5e2023074ba0c04694a6d46a4701f4c8d0e674c7a6687fa8b9388c1e719 +Checksums-Sha1: + bb8fb387bc8cd536408764456aa1718f7038073e 2115 node-resolve-cwd_3.0.0-2.dsc + 9edf8537a05e1fe17f874949b49af70fb5bed2ce 2682 node-resolve-cwd_3.0.0.orig.tar.gz + 1009588f5bf098cf5c646379d15a742f6312b82a 3324 node-resolve-cwd_3.0.0-2.debian.tar.xz +Checksums-Sha256: + ce09a5e2023074ba0c04694a6d46a4701f4c8d0e674c7a6687fa8b9388c1e719 2115 node-resolve-cwd_3.0.0-2.dsc + ff4b7abdb411d053d3f0c2ab2baebf8210721bbb5529fdbc369a0c0076525b55 2682 node-resolve-cwd_3.0.0.orig.tar.gz + 002e4a0c11ff258c7eb3ced4b163451c94b2cb6b7e46338336bf19f928551d6a 3324 node-resolve-cwd_3.0.0-2.debian.tar.xz +Files: + 4d3ec468d50abf8e180d7ada43a39b03 2115 node-resolve-cwd_3.0.0-2.dsc + 6e63e4f297cc8a749d30c4014e88c321 2682 node-resolve-cwd_3.0.0.orig.tar.gz + f326614af62375123eee19dae36aa024 3324 node-resolve-cwd_3.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-resolve-from +Binary: node-resolve-from +Architecture: all +Version: 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , Sruthi Chandran , +Homepage: https://github.com/sindresorhus/resolve-from +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-resolve-from +Vcs-Git: https://salsa.debian.org/js-team/node-resolve-from.git +Testsuite: autopkgtest +Testsuite-Triggers: node-execa, node-tape, nodejs +Build-Depends: debhelper-compat (= 13), jq, node-execa , node-tape +Package-List: + node-resolve-from deb javascript optional arch=all +Directory: pool/ae19102c58cd9630443b24b33cb782bbc278900c7eaf592869afe889832849df +Checksums-Sha1: + fedda3cfde9065393806af9ec9f009d245a7bbc8 3371 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.dsc + 6cba6d9840c8f8c4404ae76cb231275d2ce3abb4 3090 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xcall.tar.gz + 1d0abeb51bef680ae3a63ebb34c2c022a879104a 3943 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xfresh.tar.gz + c629837aee7d65ea71c28fd28fa37382f103a94f 3128 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xparent.tar.gz + 952285bd3cdc2ef15f9af1f2e668a6a814fbaa99 3444 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig.tar.gz + cf754e90000b55b4c53a2abf739d7a15b245bd9a 5136 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.debian.tar.xz +Checksums-Sha256: + ae19102c58cd9630443b24b33cb782bbc278900c7eaf592869afe889832849df 3371 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.dsc + 1885d6a24977d854177b87568690f053831707c5fb07bb4cedfd6120c888bd5e 3090 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xcall.tar.gz + 0777e30d8a575249e8a96f387074b7b48e7fb4b9746629df4dba23221580795f 3943 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xfresh.tar.gz + 1208e7b33c3467d439f32b2ba987d629679f3197b1e5e7168b2f445f52aea49d 3128 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xparent.tar.gz + 7863a3fcfc14e5187f3111aa0d2ebbb420241955dd9ac456f74bd37300c1cbfa 3444 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig.tar.gz + b5ce042d947b5242906961d113dfd0d8faf3bd375e0e490b810e93bbe5040a95 5136 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.debian.tar.xz +Files: + a515c47c3660a975b5b94d7e0be0009e 3371 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.dsc + 0f57e52bf996e83656fe1440dcfb3511 3090 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xcall.tar.gz + 6aeeb850a397faa93ba23071bd60d811 3943 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xfresh.tar.gz + 5da99856ac4eb093918ab80446afcd9c 3128 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xparent.tar.gz + 5d01a623417a809b93781a94b1015d11 3444 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig.tar.gz + ae692d5b87b68084598b357f534f76d8 5136 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-resolve +Binary: node-resolve +Architecture: all +Version: 1.22.8+~cs5.34.15-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://github.com/substack/node-resolve#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-resolve +Vcs-Git: https://salsa.debian.org/js-team/node-resolve.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-assert , node-hasown, node-rollup-plugin-commonjs, node-rollup-plugin-json, node-rollup-plugin-node-resolve, node-rollup-plugin-terser, node-semver , node-tap , node-tape , rollup +Package-List: + node-resolve deb javascript optional arch=all +Directory: pool/a55e0f250c1b4adda2fb58978c1b30896e81342a2adc5f6ce037a0996ebc6a44 +Checksums-Sha1: + bac4c4936a00f6cd788455c354bdb54a4fb60c71 3688 node-resolve_1.22.8+~cs5.34.15-2.dsc + af9a9d52ceaf14d0af2890fe91912b04e960f707 11156 node-resolve_1.22.8+~cs5.34.15.orig-is-core-module.tar.gz + 4cd722d956033d7c94a132cccf6180002210f26f 9968 node-resolve_1.22.8+~cs5.34.15.orig-object-keys.tar.gz + 18988aa1c54798022e11c7243269733ebcf41fc9 3428 node-resolve_1.22.8+~cs5.34.15.orig-path-parse.tar.gz + e6e60dad29c2c8c206c026e6dd8d6d1bdda850b8 3334 node-resolve_1.22.8+~cs5.34.15.orig-types-resolve.tar.gz + 5f6592b46c9182cde0fbe84b1859de69f6a32c74 31859 node-resolve_1.22.8+~cs5.34.15.orig.tar.gz + 5f84b738447aa36fac9eb57ec436af524689069e 8352 node-resolve_1.22.8+~cs5.34.15-2.debian.tar.xz +Checksums-Sha256: + a55e0f250c1b4adda2fb58978c1b30896e81342a2adc5f6ce037a0996ebc6a44 3688 node-resolve_1.22.8+~cs5.34.15-2.dsc + d3cb5510d6fbd7352a502b900b5a75051f76b3f87ff98fa30572fcd3f7f2a4dc 11156 node-resolve_1.22.8+~cs5.34.15.orig-is-core-module.tar.gz + 906cf19a85aaeff60b0319e59dd0fa1cb1a71749923f3792f2849418bf7e9945 9968 node-resolve_1.22.8+~cs5.34.15.orig-object-keys.tar.gz + 656615a8fbf7946fd563362930336b839eb3fc9deb58aaf463a5696fe2e70459 3428 node-resolve_1.22.8+~cs5.34.15.orig-path-parse.tar.gz + bea5d1bc0b70915755cf91a0d85115ac290b59da4cdbd0668e959ccbe0b34fe3 3334 node-resolve_1.22.8+~cs5.34.15.orig-types-resolve.tar.gz + 89c836e813c1647113f30279508c69d5a5110432eac917226803d60fb2e579ea 31859 node-resolve_1.22.8+~cs5.34.15.orig.tar.gz + e44a0d614d7d56250c6c934fd654cadfc73ee1a5b291c02c53520033b4069edc 8352 node-resolve_1.22.8+~cs5.34.15-2.debian.tar.xz +Files: + 84ec283ab21b2355fbddb77563b8f0c2 3688 node-resolve_1.22.8+~cs5.34.15-2.dsc + c882a4bfb0faca1f7923977a4b9132f0 11156 node-resolve_1.22.8+~cs5.34.15.orig-is-core-module.tar.gz + a0df386996ce0a2ce0ddb658c2e6c6d7 9968 node-resolve_1.22.8+~cs5.34.15.orig-object-keys.tar.gz + 8eda56969f5808e3e9ae19bb8e5225fd 3428 node-resolve_1.22.8+~cs5.34.15.orig-path-parse.tar.gz + b8b7eaab24b12b6adcaa82661de8fc65 3334 node-resolve_1.22.8+~cs5.34.15.orig-types-resolve.tar.gz + dc2e7097ef83ffee5b4d15b27e551339 31859 node-resolve_1.22.8+~cs5.34.15.orig.tar.gz + 8a6ab1025af2c4ed089585df2ff2e58f 8352 node-resolve_1.22.8+~cs5.34.15-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-resumer +Binary: node-resumer +Architecture: all +Version: 0.0.0-6 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/substack/resumer +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-resumer +Vcs-Git: https://salsa.debian.org/js-team/node-resumer.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-concat-stream , node-tape , node-through +Package-List: + node-resumer deb javascript optional arch=all +Directory: pool/ef9f1f20da83a2c0bec729e3419244eafb4f3a511b7f0f251837d8cb9ca18462 +Checksums-Sha1: + f0ab0e769339ca7f09ac82c6b5de0f1d2a7c8d76 2086 node-resumer_0.0.0-6.dsc + ee3f908676c9e0e024ff4e7c773c4caf5f4afbff 2564 node-resumer_0.0.0.orig.tar.gz + e52e5e4ac1fcb1cae7c065357d2eb3da4c44be38 3552 node-resumer_0.0.0-6.debian.tar.xz +Checksums-Sha256: + ef9f1f20da83a2c0bec729e3419244eafb4f3a511b7f0f251837d8cb9ca18462 2086 node-resumer_0.0.0-6.dsc + 5e462656b509687c51b9203ff3ba727bd229e44b87d0635cb3102efa567743f2 2564 node-resumer_0.0.0.orig.tar.gz + 6ec7c0109b1a6850ce5256d841a43a1d6ff2fbdd53717b6f3bc078211a2e15fa 3552 node-resumer_0.0.0-6.debian.tar.xz +Files: + e2c3626957679e81387a2ee4aa62dd66 2086 node-resumer_0.0.0-6.dsc + b644627a266c3f6dc7d93ce28166bbaf 2564 node-resumer_0.0.0.orig.tar.gz + 3e686bc041a27f365154b7899a36f994 3552 node-resumer_0.0.0-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-retry +Binary: node-retry +Architecture: all +Version: 0.13.1.+~cs2.19.16-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal , Paolo Greppi +Homepage: https://github.com/tim-kos/node-retry +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-retry +Vcs-Git: https://salsa.debian.org/js-team/node-retry.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-tape , ava , node-tap +Package-List: + node-retry deb javascript optional arch=all +Directory: pool/2b9e1ed26cda96af097a822cd3475ccbcada429c2d0fcf761a0e0f01ccc87d0a +Checksums-Sha1: + f305b3077d5e1af4ab1c8c206a2d9cec0a1253b6 3195 node-retry_0.13.1.+~cs2.19.16-1.dsc + 5c94d3cc37019abd8f93caa95a1700b750faee20 64987 node-retry_0.13.1.+~cs2.19.16.orig-async-retry.tar.gz + eb32df13aceb9ba1a8a80e7fe518ff4e3fe46bb3 2270 node-retry_0.13.1.+~cs2.19.16.orig-types-async-retry.tar.gz + f090ff4bd8d2e5b940ff270ab39fd5ca1834a07e 3006 node-retry_0.13.1.+~cs2.19.16.orig-types-retry.tar.gz + e34f6e38e232f9e16d781dd53528ba306691df30 10704 node-retry_0.13.1.+~cs2.19.16.orig.tar.gz + d8e54b6a90156b974036ffcca7d359e08acb8bd8 5944 node-retry_0.13.1.+~cs2.19.16-1.debian.tar.xz +Checksums-Sha256: + 2b9e1ed26cda96af097a822cd3475ccbcada429c2d0fcf761a0e0f01ccc87d0a 3195 node-retry_0.13.1.+~cs2.19.16-1.dsc + f9808f839a917ac132cda520784b0c9b4dbc9afa5dc09e4fd64a53f68142c73a 64987 node-retry_0.13.1.+~cs2.19.16.orig-async-retry.tar.gz + 489415229ea92b204ada7a3a82e61b3d8fc5dfc1d7c3df559b0dcbb287665f1c 2270 node-retry_0.13.1.+~cs2.19.16.orig-types-async-retry.tar.gz + 062c4d9d2b7ba41a3869cf55903d0b5d439d838e241b6b0f42d53aa22d3debd8 3006 node-retry_0.13.1.+~cs2.19.16.orig-types-retry.tar.gz + 313b7c9bccdbfa1eb5f041ee4cc4280a7b37b72c203edf39f2e992f28e07a2d4 10704 node-retry_0.13.1.+~cs2.19.16.orig.tar.gz + a5c558ca35944605b11d43eb67cac7171bd68330225921c80dffdadaeb421bfa 5944 node-retry_0.13.1.+~cs2.19.16-1.debian.tar.xz +Files: + d7a08146a49bef9933d03c33d096aa1e 3195 node-retry_0.13.1.+~cs2.19.16-1.dsc + 912fd49513cbdb95803910a1d23d295d 64987 node-retry_0.13.1.+~cs2.19.16.orig-async-retry.tar.gz + a9045954648945a3e1ad9609ec7a0585 2270 node-retry_0.13.1.+~cs2.19.16.orig-types-async-retry.tar.gz + d37712093336e6154e692a34eb7a774e 3006 node-retry_0.13.1.+~cs2.19.16.orig-types-retry.tar.gz + b012b3a70ce755f8a30e850a579c0a74 10704 node-retry_0.13.1.+~cs2.19.16.orig.tar.gz + 4ee741bd48885b68f6c1939831b9a2c1 5944 node-retry_0.13.1.+~cs2.19.16-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-rimraf +Binary: node-rimraf +Architecture: all +Version: 3.0.2-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/rimraf +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-rimraf +Vcs-Git: https://salsa.debian.org/js-team/node-rimraf.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-glob , node-mkdirp , node-tap +Package-List: + node-rimraf deb javascript optional arch=all +Directory: pool/669d9c6ee970ce551ba204cc905d5ba372978fc3eb1882a78026013df962d57f +Checksums-Sha1: + 17bc2c4f75e45c75bbfa0c61e098895f23876d5e 2351 node-rimraf_3.0.2-2.dsc + b9d03f090ece263671898d57bb7bb007023ac19f 2183 node-rimraf_3.0.2.orig-types-rimraf.tar.gz + 862d5b1dc1d659f509d4b48613249f17f03e2d2c 26331 node-rimraf_3.0.2.orig.tar.gz + bc3ce14a98e79631521202cc5576ff5c038c81db 4260 node-rimraf_3.0.2-2.debian.tar.xz +Checksums-Sha256: + 669d9c6ee970ce551ba204cc905d5ba372978fc3eb1882a78026013df962d57f 2351 node-rimraf_3.0.2-2.dsc + 07f91757909a215d5fdd7fdd0c978ec9d47799b7a584ee596697d3d543facb63 2183 node-rimraf_3.0.2.orig-types-rimraf.tar.gz + f15579fdbf1a49c1e435e3163f7ba8119ddb7cab5eddb3300b3c6facd0726fe7 26331 node-rimraf_3.0.2.orig.tar.gz + 5370721dc7df606f5217084cf2707946487838239e10a47030b4174be24e5f34 4260 node-rimraf_3.0.2-2.debian.tar.xz +Files: + 4b0b12edb0483ec82d42d56e121758e0 2351 node-rimraf_3.0.2-2.dsc + bd17c7984fef55fb1cc191487ad83cb4 2183 node-rimraf_3.0.2.orig-types-rimraf.tar.gz + 9a382525f868f83f09bc8ec6ae769bc7 26331 node-rimraf_3.0.2.orig.tar.gz + 70a0ec5f05048ad408bf7f1e7dbde28e 4260 node-rimraf_3.0.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-run-queue +Binary: node-run-queue +Architecture: all +Version: 2.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Rajeev R Menon +Homepage: https://npmjs.com/package/run-queue +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-run-queue +Vcs-Git: https://salsa.debian.org/js-team/node-run-queue.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-aproba , node-tap , dh-sequence-nodejs +Package-List: + node-run-queue deb javascript optional arch=all +Directory: pool/a64372061b651e4a8dc5dfccadd9484dc9d1876c930a4eb2effbfa13a71107c2 +Checksums-Sha1: + 74d26b89e8465e69409a6b49e63a3ff89948d85e 2080 node-run-queue_2.0.0-3.dsc + c7a5ca85325d8379886f6daa71d8cf2d72d06e7c 4039 node-run-queue_2.0.0.orig.tar.gz + d6ad63d5f399005c6227ba2e6f7c67c560003f99 2616 node-run-queue_2.0.0-3.debian.tar.xz +Checksums-Sha256: + a64372061b651e4a8dc5dfccadd9484dc9d1876c930a4eb2effbfa13a71107c2 2080 node-run-queue_2.0.0-3.dsc + 5e3cdedcce6e6aeb49c1b2e406f0b6861507364358a2ad7ea944cd35f40fe894 4039 node-run-queue_2.0.0.orig.tar.gz + 5397665d7b86a20238d66dd937f2b30d00d452d0ec96b623058e8264d4de7173 2616 node-run-queue_2.0.0-3.debian.tar.xz +Files: + a280aef599eb0f58c6d7f467d0b21742 2080 node-run-queue_2.0.0-3.dsc + aba44f25d50cfbcfd978fb1162fab51e 4039 node-run-queue_2.0.0.orig.tar.gz + 6c6af40da0130451250fb712a740ddbf 2616 node-run-queue_2.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-safe-buffer +Binary: node-safe-buffer +Architecture: all +Version: 5.2.1+~cs2.1.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Shirish Togarla +Homepage: https://github.com/feross/safe-buffer +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-safe-buffer +Vcs-Git: https://salsa.debian.org/js-team/node-safe-buffer.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap (>= 10) , node-tape +Package-List: + node-safe-buffer deb javascript optional arch=all +Directory: pool/a9e782bab53b7e074670643eb18399a9035fe1d0b11f81a2c7bbb6d0e2029939 +Checksums-Sha1: + 0d24738d021a8136103606a31e52c623f46dccc5 2516 node-safe-buffer_5.2.1+~cs2.1.2-3.dsc + cc3c671ef4a16b4ca331eb4070b1671a5208f68d 12452 node-safe-buffer_5.2.1+~cs2.1.2.orig-safer-buffer.tar.gz + a5e93cd6a2d0d2b3690ca6b366e079dd94e37e22 10701 node-safe-buffer_5.2.1+~cs2.1.2.orig.tar.gz + edc41b3e4aa50b11bd1e3bde24fa14b66322384e 4020 node-safe-buffer_5.2.1+~cs2.1.2-3.debian.tar.xz +Checksums-Sha256: + a9e782bab53b7e074670643eb18399a9035fe1d0b11f81a2c7bbb6d0e2029939 2516 node-safe-buffer_5.2.1+~cs2.1.2-3.dsc + b6ee19114b7a665572165b4b68fec98ecb09124c2869bb79b0a4a4e004e59e07 12452 node-safe-buffer_5.2.1+~cs2.1.2.orig-safer-buffer.tar.gz + 51bc669006b75bb99751a6cd4ff33c45d60f0573296f545abee5b8e379f0dc1d 10701 node-safe-buffer_5.2.1+~cs2.1.2.orig.tar.gz + 445b3c163306e25e72fd9e2fafe3ec0f7a7ccfea88b93b9079ce410eec37405f 4020 node-safe-buffer_5.2.1+~cs2.1.2-3.debian.tar.xz +Files: + 492c005f1fc0a245c5405311fdf4df46 2516 node-safe-buffer_5.2.1+~cs2.1.2-3.dsc + 4d36da9251a434c464ef0475cbf538c8 12452 node-safe-buffer_5.2.1+~cs2.1.2.orig-safer-buffer.tar.gz + f5a5ebf2b222e18fc142166958edd6ca 10701 node-safe-buffer_5.2.1+~cs2.1.2.orig.tar.gz + dbdf9312c2196c155a471c91eeac6bb8 4020 node-safe-buffer_5.2.1+~cs2.1.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-schema-utils +Binary: node-schema-utils +Architecture: all +Version: 4.2.0~ds-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack-contrib/schema-utils#readme +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-schema-utils +Vcs-Git: https://salsa.debian.org/js-team/node-schema-utils.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest (>= 29) , node-ajv (>= 8~), node-ajv-keywords (>= 5~), node-babel7, node-dot, node-fast-deep-equal, node-glob, node-json-schema, node-json-stable-stringify, node-uri-js, node-typescript, webpack +Package-List: + node-schema-utils deb javascript optional arch=all +Directory: pool/d6a155eed83eea284e247596ed6a8af39ef070a6d0db8bb528c9bc1c7fe03ce0 +Checksums-Sha1: + c5da50ab00df443fb2e4b11ddd4021cf09cdc543 2335 node-schema-utils_4.2.0~ds-3.dsc + 32e5a257937ac38f07c1750a38219882d53b8d72 125476 node-schema-utils_4.2.0~ds.orig.tar.xz + bbb7d954f3e9ec39dee9f1baeae76bf355c85af9 4180 node-schema-utils_4.2.0~ds-3.debian.tar.xz +Checksums-Sha256: + d6a155eed83eea284e247596ed6a8af39ef070a6d0db8bb528c9bc1c7fe03ce0 2335 node-schema-utils_4.2.0~ds-3.dsc + d13e1706948b260224030d21f6d227f2e7fb413042231fd1970877b687d39c53 125476 node-schema-utils_4.2.0~ds.orig.tar.xz + daccf847e34b19e20a8d5d90a8b790687945e3679d5366061e8f937c2057221c 4180 node-schema-utils_4.2.0~ds-3.debian.tar.xz +Files: + 397d6be725f6fa0abae389690e166982 2335 node-schema-utils_4.2.0~ds-3.dsc + 36996897119d93904a339c2af3173b38 125476 node-schema-utils_4.2.0~ds.orig.tar.xz + 136ac86a7a7808b079a387c41137330a 4180 node-schema-utils_4.2.0~ds-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-semver +Binary: node-semver +Architecture: all +Version: 7.6.1+~7.5.8-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/node-semver +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-semver +Vcs-Git: https://salsa.debian.org/js-team/node-semver.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-lru-cache , node-marked-man, node-tap (>= 15) +Package-List: + node-semver deb javascript optional arch=all +Directory: pool/7f105645b99671f89ac285933614c7760d0aa221e6e38b8b3b314e401145945f +Checksums-Sha1: + c26397a42630a925138128b979dffd316e641c5d 2432 node-semver_7.6.1+~7.5.8-1.dsc + 8268a8c57a3e4abd25c165ecd36237db7948a55e 6418 node-semver_7.6.1+~7.5.8.orig-types-semver.tar.gz + ffb1631320464f676b9a9449dc5b4e139051186f 65615 node-semver_7.6.1+~7.5.8.orig.tar.gz + ad8cfc31bb173ddee3165fd0941afe75310149d9 4820 node-semver_7.6.1+~7.5.8-1.debian.tar.xz +Checksums-Sha256: + 7f105645b99671f89ac285933614c7760d0aa221e6e38b8b3b314e401145945f 2432 node-semver_7.6.1+~7.5.8-1.dsc + 3fb846be27d07ec56291fe3b0a2bc9f0aebe75a98778b4987f9afc9eb0bf5508 6418 node-semver_7.6.1+~7.5.8.orig-types-semver.tar.gz + 6696d30e64d2243a6d9863468eaf01878a60ad43e7b792b487ed3123d0b1270f 65615 node-semver_7.6.1+~7.5.8.orig.tar.gz + ce6333e21f84ade806747636ceb96e984d2a94f104c471fadd49304adecd0248 4820 node-semver_7.6.1+~7.5.8-1.debian.tar.xz +Files: + 6534b02012388bc6104fae2294d3d527 2432 node-semver_7.6.1+~7.5.8-1.dsc + 5f78349b55aa997907b609d8275dfae5 6418 node-semver_7.6.1+~7.5.8.orig-types-semver.tar.gz + 34afe46c750ce8d4a96ce5462d10105d 65615 node-semver_7.6.1+~7.5.8.orig.tar.gz + 959fd47c737fce1d67c4567c9f63a286 4820 node-semver_7.6.1+~7.5.8-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-serialize-javascript +Binary: node-serialize-javascript +Architecture: all +Version: 6.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://github.com/yahoo/serialize-javascript +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-serialize-javascript +Vcs-Git: https://salsa.debian.org/js-team/node-serialize-javascript.git +Testsuite: autopkgtest +Testsuite-Triggers: mocha, node-chai +Build-Depends: debhelper-compat (= 13), mocha , node-chai, node-randombytes , pandoc +Package-List: + node-serialize-javascript deb javascript optional arch=all +Directory: pool/d495ac4e8eaeab5cc27d755558879897c52c9d66c82a5ef8fd03dbacdacc3981 +Checksums-Sha1: + 5a572fb374e069eb45dd9165b5f84d543b49c318 2246 node-serialize-javascript_6.0.1-1.dsc + 2c901010408281489940851cd3606450ed0bc200 32542 node-serialize-javascript_6.0.1.orig.tar.gz + 4de4b77a153681ac1cf46dcef97d98cafc2a29e4 3984 node-serialize-javascript_6.0.1-1.debian.tar.xz +Checksums-Sha256: + d495ac4e8eaeab5cc27d755558879897c52c9d66c82a5ef8fd03dbacdacc3981 2246 node-serialize-javascript_6.0.1-1.dsc + 4db82863728e07b05136416e0da0964fc12263193fe71831cba61c5790b3688c 32542 node-serialize-javascript_6.0.1.orig.tar.gz + ad6b9ff738c241a9c7396788e5ce434e39285c83a44d75270cc7f8ddb2b2d77b 3984 node-serialize-javascript_6.0.1-1.debian.tar.xz +Files: + cfba001b9efbeb8bf6b6ca714a1032c1 2246 node-serialize-javascript_6.0.1-1.dsc + 1d39ab997bebbc9508ac61a020c8c3e9 32542 node-serialize-javascript_6.0.1.orig.tar.gz + 384a9c06f62cc0be41bd943ae73e9ffb 3984 node-serialize-javascript_6.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-set-blocking +Binary: node-set-blocking +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/yargs/set-blocking +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-set-blocking +Vcs-Git: https://salsa.debian.org/js-team/node-set-blocking.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai , debhelper-compat (= 13), dh-sequence-nodejs, mocha +Package-List: + node-set-blocking deb javascript optional arch=all +Directory: pool/3f113019644b15d85c0ad2a0daa4e4db52babda39355d68218e3d9b32775811b +Checksums-Sha1: + 70948d240734f8a2e939e21c07491cfa0825f5dc 2104 node-set-blocking_2.0.0-2.dsc + 2ffd0d2282002211ff19d6266c0af60259f557e6 2994 node-set-blocking_2.0.0.orig.tar.gz + eeef2ddb394e2ab53e32ad320ea589aebf335ad6 2540 node-set-blocking_2.0.0-2.debian.tar.xz +Checksums-Sha256: + 3f113019644b15d85c0ad2a0daa4e4db52babda39355d68218e3d9b32775811b 2104 node-set-blocking_2.0.0-2.dsc + ba6f4968bf76843c1db8637aec34b80d619ea7a851353d92ca65b75f59384190 2994 node-set-blocking_2.0.0.orig.tar.gz + dd521bd0afd1314b039b0ebbc382a2524e001acd996bf11be8061c1674242a15 2540 node-set-blocking_2.0.0-2.debian.tar.xz +Files: + 762e35987cc56e7915b45f252ad43dd6 2104 node-set-blocking_2.0.0-2.dsc + 8f57dc04395d410f3b7f96f5394ba0b2 2994 node-set-blocking_2.0.0.orig.tar.gz + b2f191a8d2fcc9cb944974c05e98b9ef 2540 node-set-blocking_2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-set-immediate-shim +Binary: node-set-immediate-shim +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/set-immediate-shim +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-set-immediate-shim +Vcs-Git: https://salsa.debian.org/js-team/node-set-immediate-shim.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-resolve-from , node-tape , dh-sequence-nodejs +Package-List: + node-set-immediate-shim deb javascript optional arch=all +Directory: pool/3ae9014254efa6a9fa2d09ecfa3b99c65d42155b039d67f2ee2d6755aaacf39d +Checksums-Sha1: + c0464989d9df1e77d9a432db791f292bc2edcc2d 2200 node-set-immediate-shim_2.0.0-2.dsc + 73815ab3b806c89a538324ac6ae2182db9ef0679 2233 node-set-immediate-shim_2.0.0.orig.tar.gz + 364f099d0d95aa20cb5c165649a87fbfe4702cec 5164 node-set-immediate-shim_2.0.0-2.debian.tar.xz +Checksums-Sha256: + 3ae9014254efa6a9fa2d09ecfa3b99c65d42155b039d67f2ee2d6755aaacf39d 2200 node-set-immediate-shim_2.0.0-2.dsc + 1a43b5c98fc74a9344aad36f0da3c7a9ddcbd502e516f02052ea7350d3569382 2233 node-set-immediate-shim_2.0.0.orig.tar.gz + 8085ed79b2c2fea4a0865cd8b4149013e9dbf5db2d8d498cd3f5810c51886ccc 5164 node-set-immediate-shim_2.0.0-2.debian.tar.xz +Files: + 4f3babc2f9774fce750914975118fcb1 2200 node-set-immediate-shim_2.0.0-2.dsc + f56d5a6b747760f402bf4557108b128e 2233 node-set-immediate-shim_2.0.0.orig.tar.gz + ce352d35d875419a63efa75692212bef 5164 node-set-immediate-shim_2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-shebang-command +Binary: node-shebang-command +Architecture: all +Version: 2.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/kevva/shebang-command +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-shebang-command +Vcs-Git: https://salsa.debian.org/js-team/node-shebang-command.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-shebang-regex , node-tape +Package-List: + node-shebang-command deb javascript optional arch=all +Directory: pool/dc1dbe8192aa0aebd00fbcb01be8cb51f263d9ee4c43b58c41ea5d02c7637749 +Checksums-Sha1: + ec82f42560ae4d7f7108f5151548083a76144bc5 2158 node-shebang-command_2.0.0-1.dsc + ca968f9b6741c04a5fd3eac248b47f50b446a079 2109 node-shebang-command_2.0.0.orig.tar.gz + 78576c298eeb72462f7dcf0f54adf0bf62307f52 2876 node-shebang-command_2.0.0-1.debian.tar.xz +Checksums-Sha256: + dc1dbe8192aa0aebd00fbcb01be8cb51f263d9ee4c43b58c41ea5d02c7637749 2158 node-shebang-command_2.0.0-1.dsc + eeab83d44424ccdc7cfedd3811dbf6bdbb38adf79b75e3d4f92ead29c4cd90a9 2109 node-shebang-command_2.0.0.orig.tar.gz + 5ae0a23a302d4334c7614b96e9bfe054b1cbd1de7e8b5982783d4e9e8836f9ee 2876 node-shebang-command_2.0.0-1.debian.tar.xz +Files: + 97edd9d75fbd7b801d84dbcadb9516eb 2158 node-shebang-command_2.0.0-1.dsc + 1f5909ba9c46e20fb2dc9567d759f9fa 2109 node-shebang-command_2.0.0.orig.tar.gz + b15d3376a7b39fe150e198231370a159 2876 node-shebang-command_2.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-shebang-regex +Binary: node-shebang-regex +Architecture: all +Version: 3.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/shebang-regex +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-shebang-regex +Vcs-Git: https://salsa.debian.org/js-team/node-shebang-regex.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-shebang-regex deb javascript optional arch=all +Directory: pool/9fe97b3b6baec84cf8c6459525b42f1528d8d7f1dc71a30fa679c035be37c954 +Checksums-Sha1: + 98805853e883343cda546b3bfd1701f471b3f789 2110 node-shebang-regex_3.0.0-2.dsc + 593f6dc63864dd2ad65cc96fb31747c8a0f1c2bb 2137 node-shebang-regex_3.0.0.orig.tar.gz + 796b423bc0beb47e1a3c1dd727dc6499f10fe490 2900 node-shebang-regex_3.0.0-2.debian.tar.xz +Checksums-Sha256: + 9fe97b3b6baec84cf8c6459525b42f1528d8d7f1dc71a30fa679c035be37c954 2110 node-shebang-regex_3.0.0-2.dsc + 994e364af46182f32565a4e241bb924a54f27ab0a63900895336e79ecb92f7ab 2137 node-shebang-regex_3.0.0.orig.tar.gz + f74b272ed7e60d26832c97385a23fcf1758ea2d13f71a346d2ca7fefc2507b77 2900 node-shebang-regex_3.0.0-2.debian.tar.xz +Files: + 07f55e7f55c0fd7df8684696f89e596d 2110 node-shebang-regex_3.0.0-2.dsc + 6607d9fc4b6cf3998b8347ebdf1065df 2137 node-shebang-regex_3.0.0.orig.tar.gz + c0996c07ac2720d2cbd0317f55ad65e9 2900 node-shebang-regex_3.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-signal-exit +Binary: node-signal-exit +Architecture: all +Version: 4.1.0-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/tapjs/signal-exit +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-signal-exit +Vcs-Git: https://salsa.debian.org/js-team/node-signal-exit.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-typescript, node-tap , node-ts-node +Package-List: + node-signal-exit deb javascript optional arch=all +Directory: pool/e46f392e4489e1bca91bd14fa92e1556cdd54cb613802bebe8a03f390a8e127e +Checksums-Sha1: + d06473ad7b87b41c6acb955620e49766a05b58e8 2147 node-signal-exit_4.1.0-7.dsc + e507c0b6f7a6228727c347153b0a57784929fedb 51182 node-signal-exit_4.1.0.orig.tar.gz + e4ac48fa6e41271665c3e298b3343bdd874979da 3904 node-signal-exit_4.1.0-7.debian.tar.xz +Checksums-Sha256: + e46f392e4489e1bca91bd14fa92e1556cdd54cb613802bebe8a03f390a8e127e 2147 node-signal-exit_4.1.0-7.dsc + c59a0e338ec6707d935bdd1568ea59483eb369a58949fbf7fbf6078e2f93e606 51182 node-signal-exit_4.1.0.orig.tar.gz + 0a38b28f8e1b5526ca5541303944737bf3c97a9b1de16c2539d2e3a7dbaeec88 3904 node-signal-exit_4.1.0-7.debian.tar.xz +Files: + 43dd522458c658781ad1993147f3b250 2147 node-signal-exit_4.1.0-7.dsc + d6098af339a676e20c158edf91ef5db9 51182 node-signal-exit_4.1.0.orig.tar.gz + a735df1489efebe2b751e51a0802ba62 3904 node-signal-exit_4.1.0-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-slash +Binary: node-slash +Architecture: all +Version: 4.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/slash +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-slash +Vcs-Git: https://salsa.debian.org/js-team/node-slash.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-rollup-plugin-node-resolve, node-tape , rollup +Package-List: + node-slash deb javascript optional arch=all +Directory: pool/4b2720005ff75728aff3299168c55033c0347321d85fcd23997f707231f042c6 +Checksums-Sha1: + 26d5788d7e476e275518914eb29795b70fcf95c0 2055 node-slash_4.0.0-3.dsc + d34119f9e8c6b0db623ed6c0840a3decded97596 3108 node-slash_4.0.0.orig.tar.gz + 0284bfb6f8a0b88434842770d93116fcf9e16f3e 3572 node-slash_4.0.0-3.debian.tar.xz +Checksums-Sha256: + 4b2720005ff75728aff3299168c55033c0347321d85fcd23997f707231f042c6 2055 node-slash_4.0.0-3.dsc + d45e6dadaed427ebb5cdbeb9a223775e6e03082d1b7eb7cf118c18fa15825148 3108 node-slash_4.0.0.orig.tar.gz + 4b844ee762c6a6976355fb83cd56ec8f5823b3de49439c7b6f27794145e3e463 3572 node-slash_4.0.0-3.debian.tar.xz +Files: + 4d0b5032e18d68d062e879d4b2e1092d 2055 node-slash_4.0.0-3.dsc + 3b85cbb80636fff09c88b310df169783 3108 node-slash_4.0.0.orig.tar.gz + ad4aa0b3706b19f0270352005ec9ca2e 3572 node-slash_4.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-slice-ansi +Binary: node-slice-ansi +Architecture: all +Version: 5.0.0+~cs9.0.0-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Sumedh Pendurkar +Homepage: https://github.com/chalk/slice-ansi +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-slice-ansi +Vcs-Git: https://salsa.debian.org/js-team/node-slice-ansi.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.12.3~), node-ansi-styles , node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, node-rollup-plugin-terser, rollup, terser +Package-List: + node-slice-ansi deb javascript optional arch=all +Directory: pool/8942cc1928b3bd826e088adbe66d20bbb228b2419629f51768f8c869f2a166ea +Checksums-Sha1: + 05cb6403b948d3e6801ed1dc97768d3e46bf2a9a 2960 node-slice-ansi_5.0.0+~cs9.0.0-5.dsc + 905c218781ffcca529f8bf717bd8430f4b098cd0 3376 node-slice-ansi_5.0.0+~cs9.0.0.orig-is-fullwidth-code-point.tar.gz + 2d836ce48f14960a71226d8472f2344760b279df 1690 node-slice-ansi_5.0.0+~cs9.0.0.orig-types-slice-ansi.tar.gz + a16590f914a1fae536cf7a81c0bc9e7400b367e8 5125 node-slice-ansi_5.0.0+~cs9.0.0.orig.tar.gz + 8d3f3c7cd7328e8bcb1b7ca4c6044f6ebd924d1c 4172 node-slice-ansi_5.0.0+~cs9.0.0-5.debian.tar.xz +Checksums-Sha256: + 8942cc1928b3bd826e088adbe66d20bbb228b2419629f51768f8c869f2a166ea 2960 node-slice-ansi_5.0.0+~cs9.0.0-5.dsc + 099636aceb56187633bb4696905289ffd08c1be32bb99f673df91fcd72bfa1d4 3376 node-slice-ansi_5.0.0+~cs9.0.0.orig-is-fullwidth-code-point.tar.gz + 9191f3d9288d271f376da5d7864069f10e2786c88eabef3ccff5597dfee0bcd5 1690 node-slice-ansi_5.0.0+~cs9.0.0.orig-types-slice-ansi.tar.gz + 2cb7d2d685f0b5f85668f709e5aa86da88345a457f69e31b1c7ebbd9e95a1c6a 5125 node-slice-ansi_5.0.0+~cs9.0.0.orig.tar.gz + e5433dcaaf397be5a91eb6b551b43fdf40375ce43df7861da712fd593e24c312 4172 node-slice-ansi_5.0.0+~cs9.0.0-5.debian.tar.xz +Files: + 6d5e3dca33dfae44a4f7f1689299de6b 2960 node-slice-ansi_5.0.0+~cs9.0.0-5.dsc + cb7f197899ba909e3983eed0317bee82 3376 node-slice-ansi_5.0.0+~cs9.0.0.orig-is-fullwidth-code-point.tar.gz + b7120173926ffda231414de1043aca14 1690 node-slice-ansi_5.0.0+~cs9.0.0.orig-types-slice-ansi.tar.gz + 10c055b07dfea3f037958112a46356f7 5125 node-slice-ansi_5.0.0+~cs9.0.0.orig.tar.gz + f84985893cd2b0fde21c9f867e9c7e08 4172 node-slice-ansi_5.0.0+~cs9.0.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-source-list-map +Binary: node-source-list-map +Architecture: all +Version: 2.0.1+dfsg+~0.1.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/source-list-map +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-source-list-map +Vcs-Git: https://salsa.debian.org/js-team/node-source-list-map.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-source-list-map deb javascript optional arch=all +Directory: pool/5b019f72d63139b6c4dc4133a65155cd37328aecdb0e9a8eada3940b36eb4b0c +Checksums-Sha1: + 441925ea1b3d5b4dbb5643d4254389e0eeb52065 2567 node-source-list-map_2.0.1+dfsg+~0.1.2-1.dsc + c9d3fc27139c6d6d9417fc62dd1aa02dfcb5423c 1904 node-source-list-map_2.0.1+dfsg+~0.1.2.orig-types-source-list-map.tar.xz + 5bf716a0420440871703e5960a8b1b9fa0343ae8 8372 node-source-list-map_2.0.1+dfsg+~0.1.2.orig.tar.xz + e1eeebd0c61a6ae9fd026f94d91a7b35edab9a3b 3576 node-source-list-map_2.0.1+dfsg+~0.1.2-1.debian.tar.xz +Checksums-Sha256: + 5b019f72d63139b6c4dc4133a65155cd37328aecdb0e9a8eada3940b36eb4b0c 2567 node-source-list-map_2.0.1+dfsg+~0.1.2-1.dsc + 500b00b5d7ece179cd427cde9630697ccf17cebf0a40b4e3f721feb78629ad00 1904 node-source-list-map_2.0.1+dfsg+~0.1.2.orig-types-source-list-map.tar.xz + 00f83fba5ee0a1c2ab6dc19d0548173989813f758c6227ea47f883c94c25ecf5 8372 node-source-list-map_2.0.1+dfsg+~0.1.2.orig.tar.xz + b8f7c6b8d6a331e8c27e0f08b1127410fa6808b0f6a42b2990ae5ba8b6685bef 3576 node-source-list-map_2.0.1+dfsg+~0.1.2-1.debian.tar.xz +Files: + 0a67074ae99ae8298303cb00551e3175 2567 node-source-list-map_2.0.1+dfsg+~0.1.2-1.dsc + 55da219b04efabd7923703c5b6f3df6e 1904 node-source-list-map_2.0.1+dfsg+~0.1.2.orig-types-source-list-map.tar.xz + 808191a5235e0b6b94e993e28f1844a1 8372 node-source-list-map_2.0.1+dfsg+~0.1.2.orig.tar.xz + 1b6bdf4eaae21242f8277a92e596862a 3576 node-source-list-map_2.0.1+dfsg+~0.1.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-source-map-support +Binary: node-source-map-support +Architecture: all +Version: 0.5.21+ds+~0.5.4-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/evanw/node-source-map-support +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-source-map-support +Vcs-Git: https://salsa.debian.org/js-team/node-source-map-support.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), nodejs, mocha , node-assert , node-source-map , dh-sequence-nodejs +Package-List: + node-source-map-support deb javascript optional arch=all +Directory: pool/38cea94f79a97f5b6e75feb2eae0534667d7a34337984233967d4d7e1e00a20e +Checksums-Sha1: + 3ca26a8f217a3c85028a07eddfe48823433f7ff5 2717 node-source-map-support_0.5.21+ds+~0.5.4-1.dsc + a96c27e0068c885f0a0d5c863e0a77faa18ac5cd 2300 node-source-map-support_0.5.21+ds+~0.5.4.orig-types-source-map-support.tar.xz + 66dc8e2308ea8a5d275228420a45ad7003284697 36452 node-source-map-support_0.5.21+ds+~0.5.4.orig.tar.xz + b9a3b4f5dc22bd00f5e4ae15f59d46e1a4de9f2d 4848 node-source-map-support_0.5.21+ds+~0.5.4-1.debian.tar.xz +Checksums-Sha256: + 38cea94f79a97f5b6e75feb2eae0534667d7a34337984233967d4d7e1e00a20e 2717 node-source-map-support_0.5.21+ds+~0.5.4-1.dsc + a064746f292d0a73a10b601fbd9a87f4bc0958c1096a5bf15aff313508a6dc95 2300 node-source-map-support_0.5.21+ds+~0.5.4.orig-types-source-map-support.tar.xz + d36b661ed86d1896281bfd5ae08f445b3fe911d8886edc9672cc3ecc46935048 36452 node-source-map-support_0.5.21+ds+~0.5.4.orig.tar.xz + 2283d15d19cb335686c46dba87b31a43f98a4ce920cf0e91ea62ef9932c2c9b8 4848 node-source-map-support_0.5.21+ds+~0.5.4-1.debian.tar.xz +Files: + e556bbd9a209ffd6880aa72e7019714a 2717 node-source-map-support_0.5.21+ds+~0.5.4-1.dsc + 7365a5775e7ff0df2be3b6666206f6e7 2300 node-source-map-support_0.5.21+ds+~0.5.4.orig-types-source-map-support.tar.xz + 1daaaaa5c7e9e95fbdf0760625528d7f 36452 node-source-map-support_0.5.21+ds+~0.5.4.orig.tar.xz + f2ff628d17a286c3b7556845f3cfaa30 4848 node-source-map-support_0.5.21+ds+~0.5.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-source-map +Binary: node-source-map, libjs-source-map +Architecture: all +Version: 0.7.0++dfsg2+really.0.6.1-15 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd , Julien Puydt +Homepage: https://github.com/mozilla/source-map +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-source-map +Vcs-Git: https://salsa.debian.org/js-team/node-source-map.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, webpack (>= 5.0~) +Package-List: + libjs-source-map deb javascript optional arch=all + node-source-map deb javascript optional arch=all +Directory: pool/a16be6edc91d2466a34633724b96771081d48d76b30df8ebd98b07717289c850 +Checksums-Sha1: + fbf70d0ee71cfab317f7f9eeb6f07151d52d08f2 2303 node-source-map_0.7.0++dfsg2+really.0.6.1-15.dsc + 5b9e456eb04fcfae7e9013cdea958c453ddca589 45280 node-source-map_0.7.0++dfsg2+really.0.6.1.orig.tar.xz + 85fbb0c8a0f10df9339c0568ae0f5f21f1557505 5872 node-source-map_0.7.0++dfsg2+really.0.6.1-15.debian.tar.xz +Checksums-Sha256: + a16be6edc91d2466a34633724b96771081d48d76b30df8ebd98b07717289c850 2303 node-source-map_0.7.0++dfsg2+really.0.6.1-15.dsc + 3c4a51448f1a4ee4e4f87428d0dd2b4ced18c4424c0d056cc84a24f49e97415e 45280 node-source-map_0.7.0++dfsg2+really.0.6.1.orig.tar.xz + f9332dd9c7d12b63a3119016a3b9486f0d300db7d18abdc4d910d8a5ccdda231 5872 node-source-map_0.7.0++dfsg2+really.0.6.1-15.debian.tar.xz +Files: + 3e5601a9514712c19d9fe74c242fbd18 2303 node-source-map_0.7.0++dfsg2+really.0.6.1-15.dsc + 2f7105b38af7d810bed67583206729f7 45280 node-source-map_0.7.0++dfsg2+really.0.6.1.orig.tar.xz + 8af5c80858f28def5d3e5293a0c02589 5872 node-source-map_0.7.0++dfsg2+really.0.6.1-15.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-spdx-correct +Binary: node-spdx-correct +Architecture: all +Version: 3.1.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/kemitchell/spdx-correct.js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-spdx-correct +Vcs-Git: https://salsa.debian.org/js-team/node-spdx-correct.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-tape , node-spdx-license-ids (>= 3.0.0) , node-spdx-expression-parse (>= 3.0.0) , dh-sequence-nodejs +Package-List: + node-spdx-correct deb javascript optional arch=all +Directory: pool/5a7c833a9a86a0dcd3443375b5129f5665445bb754107f41ea106f5e893f418a +Checksums-Sha1: + 5c07ea8d0dfb560eed221e14b6c885a2b61e675e 2193 node-spdx-correct_3.1.1-2.dsc + 6adbab4b8aca1b566f3cd234ca8f2d1a995dbcb7 9724 node-spdx-correct_3.1.1.orig.tar.gz + 39c4c47af5e9c07682619c1508c255951dd52a67 2404 node-spdx-correct_3.1.1-2.debian.tar.xz +Checksums-Sha256: + 5a7c833a9a86a0dcd3443375b5129f5665445bb754107f41ea106f5e893f418a 2193 node-spdx-correct_3.1.1-2.dsc + 4a41c0ea4b2eb6d044f669c13b3f9cadca14336ad15556b1f24db92b1e1d1612 9724 node-spdx-correct_3.1.1.orig.tar.gz + 39ccddf3069dd34d918528d56f7297f96ab596dfa3c90bf58c18d3709de1866e 2404 node-spdx-correct_3.1.1-2.debian.tar.xz +Files: + 04f0a0cf6282c5049cc0a61a77f59dd5 2193 node-spdx-correct_3.1.1-2.dsc + 5033ab83029d5468237cc0c9610f1427 9724 node-spdx-correct_3.1.1.orig.tar.gz + 49d628a51051e5fb41749d2e8d844336 2404 node-spdx-correct_3.1.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-spdx-exceptions +Binary: node-spdx-exceptions +Architecture: all +Version: 2.3.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/kemitchell/spdx-exceptions.json +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-spdx-exceptions +Vcs-Git: https://salsa.debian.org/js-team/node-spdx-exceptions.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-spdx-exceptions deb javascript optional arch=all +Directory: pool/73186a5ceddfaff4d19fc74ccf68febd41ef08dd265a54e8747963f94e4fb297 +Checksums-Sha1: + eb73e44a5eb8e406ebdeaecb3e46224832176acd 2115 node-spdx-exceptions_2.3.0-2.dsc + 57920e02b63d60f8b352e6a3839c84160108dd6f 1930 node-spdx-exceptions_2.3.0.orig.tar.gz + d1a1039463f7837cb865ced63d4bb76eeaf50bee 2500 node-spdx-exceptions_2.3.0-2.debian.tar.xz +Checksums-Sha256: + 73186a5ceddfaff4d19fc74ccf68febd41ef08dd265a54e8747963f94e4fb297 2115 node-spdx-exceptions_2.3.0-2.dsc + 74e502d0ff866bbba7c05d2a82cb27e0b0da6b70d67f20d012a20f16e33ba1be 1930 node-spdx-exceptions_2.3.0.orig.tar.gz + 5bc426e77af096d1425801edf1732958501d9f762311ddfa43a1e4e502488e5c 2500 node-spdx-exceptions_2.3.0-2.debian.tar.xz +Files: + c562a5421bc105ecc762ad2b56cab567 2115 node-spdx-exceptions_2.3.0-2.dsc + 5decc6d871e5ec765081c028408fb219 1930 node-spdx-exceptions_2.3.0.orig.tar.gz + 2fc32d3e2da28ed4a52486c3e22ecf77 2500 node-spdx-exceptions_2.3.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-spdx-expression-parse +Binary: node-spdx-expression-parse +Architecture: all +Version: 3.0.1+~3.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/kemitchell/spdx-expression-parse.js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-spdx-expression-parse +Vcs-Git: https://salsa.debian.org/js-team/node-spdx-expression-parse.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-assert , node-spdx-exceptions (>= 2.1.0) , node-spdx-license-ids (>= 3.0.0) +Package-List: + node-spdx-expression-parse deb javascript optional arch=all +Directory: pool/0e5df95d3bf7536a437dc15ff685ae806f49d55c1e5973027d354da05acddef3 +Checksums-Sha1: + 030564f3bb3dd531a5e8f071e44beeaeeffb3edd 2744 node-spdx-expression-parse_3.0.1+~3.0.1-1.dsc + 8c21471f2d58b9ca0dd173180b8ae31adc8823b7 1906 node-spdx-expression-parse_3.0.1+~3.0.1.orig-types-spdx-expression-parse.tar.gz + 270f4d7650807dc6842b071dec15c7e2d280e233 5510 node-spdx-expression-parse_3.0.1+~3.0.1.orig.tar.gz + c355b74d6d2f8f749623a6986263506c0692e163 4064 node-spdx-expression-parse_3.0.1+~3.0.1-1.debian.tar.xz +Checksums-Sha256: + 0e5df95d3bf7536a437dc15ff685ae806f49d55c1e5973027d354da05acddef3 2744 node-spdx-expression-parse_3.0.1+~3.0.1-1.dsc + 212a9f4639e7672f1044578ee02ee80f979d026c7bb2722cffdd76ad24eb58c2 1906 node-spdx-expression-parse_3.0.1+~3.0.1.orig-types-spdx-expression-parse.tar.gz + b4b74af731522cc02335bcf178cc8ab47471ee1927795649ff5c98da7b2b2b5c 5510 node-spdx-expression-parse_3.0.1+~3.0.1.orig.tar.gz + af353a6816865e2a01d4368b9bade2617e0100d9c516f4f5194108f68464c2e4 4064 node-spdx-expression-parse_3.0.1+~3.0.1-1.debian.tar.xz +Files: + 84f182c2055af3202520b4d18b075432 2744 node-spdx-expression-parse_3.0.1+~3.0.1-1.dsc + c986f98907449afcab217401ce82ea9b 1906 node-spdx-expression-parse_3.0.1+~3.0.1.orig-types-spdx-expression-parse.tar.gz + 958a110586bd7c65f6af11299fd295e4 5510 node-spdx-expression-parse_3.0.1+~3.0.1.orig.tar.gz + c8e9b84dae360818bd6442f84f51fc73 4064 node-spdx-expression-parse_3.0.1+~3.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-spdx-license-ids +Binary: node-spdx-license-ids +Architecture: all +Version: 3.0.12-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/shinnn/spdx-license-ids +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-spdx-license-ids +Vcs-Git: https://salsa.debian.org/js-team/node-spdx-license-ids.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-spdx-license-ids deb javascript optional arch=all +Directory: pool/5d8537f3f8d205fb41486e0bbabb79e6d22a47ea1034788fe027fb28cfaf7ad4 +Checksums-Sha1: + 65e48a69da617d975ee07d9f8eb851b31b87f985 2149 node-spdx-license-ids_3.0.12-1.dsc + 8e5f7d30b3c6b8d1a3765a8dcfa7cf81cbd5839e 43942 node-spdx-license-ids_3.0.12.orig.tar.gz + 85599f888775dd829edf54b6fc1a47738428055f 3228 node-spdx-license-ids_3.0.12-1.debian.tar.xz +Checksums-Sha256: + 5d8537f3f8d205fb41486e0bbabb79e6d22a47ea1034788fe027fb28cfaf7ad4 2149 node-spdx-license-ids_3.0.12-1.dsc + dceea3adec22b486f2889ba7f133d81e015ca42ea92b24393e6963baa75dcba3 43942 node-spdx-license-ids_3.0.12.orig.tar.gz + 837091d0bdd47d65049749dc407303d15fa57da7875e8fc76cab6665a2d26c0f 3228 node-spdx-license-ids_3.0.12-1.debian.tar.xz +Files: + 35442ef6a2fabe6ab83a4f0cc336e082 2149 node-spdx-license-ids_3.0.12-1.dsc + 6902b9379c493cf1f58ddffbdf3e2208 43942 node-spdx-license-ids_3.0.12.orig.tar.gz + f104303b63fb2f42d57f35ba4dcb3599 3228 node-spdx-license-ids_3.0.12-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-sprintf-js +Binary: node-sprintf-js, libjs-sprintf-js +Architecture: all +Version: 1.1.2+ds1+~1.1.2-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/alexei/sprintf.js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-sprintf-js +Vcs-Git: https://salsa.debian.org/js-team/node-sprintf-js.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-source-map, uglifyjs +Package-List: + libjs-sprintf-js deb javascript optional arch=all + node-sprintf-js deb javascript optional arch=all +Directory: pool/02f176ea1c136de7ceaba2ec76c49cbdcab8e0fba342b2404c768fdec21988bf +Checksums-Sha1: + 89a9d31fa65714d1d1da39730f6370ab075b2e71 2585 node-sprintf-js_1.1.2+ds1+~1.1.2-1.dsc + 1efd0dd0d70536f3db02ea91022c5a364482a109 3172 node-sprintf-js_1.1.2+ds1+~1.1.2.orig-types-sprintf-js.tar.xz + d592749e19380f36c982ced2f56c64ded6990a79 35556 node-sprintf-js_1.1.2+ds1+~1.1.2.orig.tar.xz + 4f5574db64aa08407316eb5ebc8ec2d72599f2ae 5152 node-sprintf-js_1.1.2+ds1+~1.1.2-1.debian.tar.xz +Checksums-Sha256: + 02f176ea1c136de7ceaba2ec76c49cbdcab8e0fba342b2404c768fdec21988bf 2585 node-sprintf-js_1.1.2+ds1+~1.1.2-1.dsc + d0a606961bfb9e84a26e91e269c54d0b9c7ea52de1096829e11abbca116401df 3172 node-sprintf-js_1.1.2+ds1+~1.1.2.orig-types-sprintf-js.tar.xz + 813fd29ee3644fddb5aedebad6279cc051f0be4c9d2858e7ab4093716246d221 35556 node-sprintf-js_1.1.2+ds1+~1.1.2.orig.tar.xz + abcde08b4252b425254aeff84c7b519cb8964c3262a5181cc646aed698d04e45 5152 node-sprintf-js_1.1.2+ds1+~1.1.2-1.debian.tar.xz +Files: + eb10098442dce9506c8fdfae784bc893 2585 node-sprintf-js_1.1.2+ds1+~1.1.2-1.dsc + 40afd1a1f3a7f329f07d920caedd7aaa 3172 node-sprintf-js_1.1.2+ds1+~1.1.2.orig-types-sprintf-js.tar.xz + cad816a97ed218dbecee08c32cb80aeb 35556 node-sprintf-js_1.1.2+ds1+~1.1.2.orig.tar.xz + 05a3894c96e533d5b088eac44bd671ab 5152 node-sprintf-js_1.1.2+ds1+~1.1.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-ssri +Binary: node-ssri +Architecture: all +Version: 9.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Akhil Varkey +Homepage: https://github.com/npm/ssri#readme +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-ssri +Vcs-Git: https://salsa.debian.org/js-team/node-ssri.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-minipass (>> 3.3.6+~cs9.4.19-3~) , node-tap , node-through2 +Package-List: + node-ssri deb javascript optional arch=all +Directory: pool/0d5dcdd8c378de579ef020adc9382f2a912aa0937d5acd177680c2cc8ef212e8 +Checksums-Sha1: + cc67ca725f56b67a6b1b578ce3d0160d236da514 2106 node-ssri_9.0.1-3.dsc + a824793cebd617fd116ecfd38d29f24f587105bd 23914 node-ssri_9.0.1.orig.tar.gz + dae848b26326d74eebddd350111c26d924af6115 3988 node-ssri_9.0.1-3.debian.tar.xz +Checksums-Sha256: + 0d5dcdd8c378de579ef020adc9382f2a912aa0937d5acd177680c2cc8ef212e8 2106 node-ssri_9.0.1-3.dsc + 566e4fab9ced28125255931eba6ca3645f7aa7ae50b46889a3dc3180b3ef3013 23914 node-ssri_9.0.1.orig.tar.gz + 859cc0862f2f45ca8a5305f891772156c53021de0bda59fc12373f4c4efb6af1 3988 node-ssri_9.0.1-3.debian.tar.xz +Files: + 42aaa4018f44abf314fd198fb8a64628 2106 node-ssri_9.0.1-3.dsc + 36348763a8aed0286168bb7b5934ba38 23914 node-ssri_9.0.1.orig.tar.gz + 3c51a18bb61ba5605e13289099846414 3988 node-ssri_9.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-string-decoder +Binary: node-string-decoder +Architecture: all +Version: 1.3.0-6 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès +Homepage: https://github.com/nodejs/string_decoder +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-string-decoder +Vcs-Git: https://salsa.debian.org/js-team/node-string-decoder.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-babel7 (>= 7.4.5+~cs6.2.2-2~) , node-core-js , node-core-util-is , node-inherits , node-safe-buffer , node-tap , dh-sequence-nodejs +Package-List: + node-string-decoder deb javascript optional arch=all +Directory: pool/aba926baa8f0149a0a355c68d3596786b660913787666072055b118f0b63787e +Checksums-Sha1: + f05c8be209e776efa7910d39e88c5d4c604bcb26 2277 node-string-decoder_1.3.0-6.dsc + d2b9061780cb3e1cc3cc2f2f99c15312fbe654aa 35409 node-string-decoder_1.3.0.orig.tar.gz + 0187bdf19681fdffdb410fa5042f85018253a738 5728 node-string-decoder_1.3.0-6.debian.tar.xz +Checksums-Sha256: + aba926baa8f0149a0a355c68d3596786b660913787666072055b118f0b63787e 2277 node-string-decoder_1.3.0-6.dsc + 05f9c09bf0cf5d107d84dbc6eab0b3f4fdb00fbb97ec6ea6c1239900ad5eab70 35409 node-string-decoder_1.3.0.orig.tar.gz + 04e3f198c1a57386aa5e270b6cf1179f0a83f96e90b963fd18efc86262f31cb4 5728 node-string-decoder_1.3.0-6.debian.tar.xz +Files: + 30687a32568424f88d573c12ab43132c 2277 node-string-decoder_1.3.0-6.dsc + 3c00af44f9ff02839976008743fe43d7 35409 node-string-decoder_1.3.0.orig.tar.gz + 350fa2465d52a7e67649bbfbd71fc654 5728 node-string-decoder_1.3.0-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-string-width +Binary: node-string-width +Architecture: all +Version: 4.2.3+~cs13.2.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi +Homepage: https://github.com/sindresorhus/string-width +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-string-width +Vcs-Git: https://salsa.debian.org/js-team/node-string-width.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-slice-ansi (>= 5.0.0+~cs9.0.0-2~) , node-is-fullwidth-code-point , node-strip-ansi , node-tape , node-wcwidth.js +Package-List: + node-string-width deb javascript optional arch=all +Directory: pool/a620e2a8d4b1aec4c10e3f024a2fa560e67aa9f097054e8a3a4beed6966ea011 +Checksums-Sha1: + d38b274402566c37344bbd0c20bfca1e400067ba 3004 node-string-width_4.2.3+~cs13.2.3-1.dsc + 067cec5338838b7953ec0f233720fed9f1b11142 16352 node-string-width_4.2.3+~cs13.2.3.orig-emoji-regex.tar.gz + a02e22c305d0b550f8d8da12b5b13e05123dc7b8 1108 node-string-width_4.2.3+~cs13.2.3.orig-types-string-width.tar.gz + 29d888bda54266462d007a295400554d0a426ab1 3830 node-string-width_4.2.3+~cs13.2.3.orig.tar.gz + b7f1a4b2ffa5b9ff302fca7ec0e67cd84b265104 4436 node-string-width_4.2.3+~cs13.2.3-1.debian.tar.xz +Checksums-Sha256: + a620e2a8d4b1aec4c10e3f024a2fa560e67aa9f097054e8a3a4beed6966ea011 3004 node-string-width_4.2.3+~cs13.2.3-1.dsc + 1f8dde318be7e7e38398fe043f9cf8c4dbb3cad92973aea4a06fbff1e5f4f244 16352 node-string-width_4.2.3+~cs13.2.3.orig-emoji-regex.tar.gz + c4f658db1cec4aa23dc11e95c5f88341527c6e1f936a321e68fa51a4eed2a814 1108 node-string-width_4.2.3+~cs13.2.3.orig-types-string-width.tar.gz + 3cd0d3cb5f500ccffd73dd0c0779d86319b5aeb230adad0e106a41c40b572980 3830 node-string-width_4.2.3+~cs13.2.3.orig.tar.gz + 14d3a997930c79e25f5f26f70b19a4e8e06ddad7dd223c8dfd90f989dc74b49a 4436 node-string-width_4.2.3+~cs13.2.3-1.debian.tar.xz +Files: + 6318fe726a43cfb97484df8f6ea58dd7 3004 node-string-width_4.2.3+~cs13.2.3-1.dsc + 7d4ae4410d13ccbd12fd0488c4362032 16352 node-string-width_4.2.3+~cs13.2.3.orig-emoji-regex.tar.gz + b65251fbf88151d85259b6d5a5531496 1108 node-string-width_4.2.3+~cs13.2.3.orig-types-string-width.tar.gz + c63b540d6d5b28fbab3f005ce3c30808 3830 node-string-width_4.2.3+~cs13.2.3.orig.tar.gz + 65b210e804a2554415057112dab39c68 4436 node-string-width_4.2.3+~cs13.2.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-strip-ansi +Binary: node-strip-ansi +Architecture: all +Version: 6.0.1-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz , Utkarsh Gupta +Homepage: https://github.com/chalk/strip-ansi +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-strip-ansi +Vcs-Git: https://salsa.debian.org/js-team/node-strip-ansi.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), nodejs, mocha, node-ansi-regex, dh-sequence-nodejs +Package-List: + node-strip-ansi deb javascript optional arch=all +Directory: pool/87af06247c6f1bd1542751ec3048193c7257086e7a55f23eb22b8de2e247b646 +Checksums-Sha1: + 0abf2d6e2444a560f69ac70391d45134dbea8cd4 2124 node-strip-ansi_6.0.1-2.dsc + 8e6d9d8be5c37bb70cb95f34b7e36a4419e4cbf4 3026 node-strip-ansi_6.0.1.orig.tar.gz + d0ff6e9fd16b33b8aa2182cfdd30b404b40dc703 3244 node-strip-ansi_6.0.1-2.debian.tar.xz +Checksums-Sha256: + 87af06247c6f1bd1542751ec3048193c7257086e7a55f23eb22b8de2e247b646 2124 node-strip-ansi_6.0.1-2.dsc + 42b0a7ff95ea38aedcbdb5bd89f5a013ac94f4a00d505776acd9a7953d047410 3026 node-strip-ansi_6.0.1.orig.tar.gz + 9460e2c4fb41014e7cf0034477aa73083226e614de1fa66d9a3bda0ef18cbf17 3244 node-strip-ansi_6.0.1-2.debian.tar.xz +Files: + f67dadc454df38ee7403a4ea3c14a8c6 2124 node-strip-ansi_6.0.1-2.dsc + 58a951cfa052dac77e1f130dcef485c0 3026 node-strip-ansi_6.0.1.orig.tar.gz + 6ff873c9ffa4b607104d08d38d8fc494 3244 node-strip-ansi_6.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-strip-bom +Binary: node-strip-bom +Architecture: all +Version: 4.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Shanavas M +Homepage: https://github.com/sindresorhus/strip-bom +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-strip-bom +Vcs-Git: https://salsa.debian.org/js-team/node-strip-bom.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-strip-bom deb javascript optional arch=all +Directory: pool/c5e58c229a309f94f68f74ae59bd60ccc382366da58487c9c94ba6f81f2825e1 +Checksums-Sha1: + 062e0bd49f3b3b90503a6fb68ae9b3bf55c083e6 2061 node-strip-bom_4.0.0-2.dsc + ad213116f24d6a333267cd0d5dff6c95c1e03887 2910 node-strip-bom_4.0.0.orig.tar.gz + a2908e03085efd403c23e7d064e187090d37aa70 3000 node-strip-bom_4.0.0-2.debian.tar.xz +Checksums-Sha256: + c5e58c229a309f94f68f74ae59bd60ccc382366da58487c9c94ba6f81f2825e1 2061 node-strip-bom_4.0.0-2.dsc + 8ea8641bcaffefa9997b252ef1ba2d6a3d56fd399e0322a4fe7971661616051c 2910 node-strip-bom_4.0.0.orig.tar.gz + 9b79b8af15addd153ab6da8b9bbe16c3afb57c5b067e796990883e7205a57d90 3000 node-strip-bom_4.0.0-2.debian.tar.xz +Files: + 5bbebb5ed227b65312a974a367fdf8c9 2061 node-strip-bom_4.0.0-2.dsc + 66e43970c4cf7887fba349f2d4213f3b 2910 node-strip-bom_4.0.0.orig.tar.gz + 0ed21da37e11f17446514c78972c53af 3000 node-strip-bom_4.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-strip-eof +Binary: node-strip-eof +Architecture: all +Version: 3.0.0-5 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/sindresorhus/strip-eof +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-strip-eof +Vcs-Git: https://salsa.debian.org/js-team/node-strip-eof.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape , rollup +Package-List: + node-strip-eof deb javascript optional arch=all +Directory: pool/e3cc5eb59188d841781f206103e3cf285c4b097eb55d4a1f6a56ae8d2c070071 +Checksums-Sha1: + 0656e674863da72eb9f0e2509049ce34597d17d4 2070 node-strip-eof_3.0.0-5.dsc + a0c907a4ce591016cd1c3bc0f117aeb19164096d 2920 node-strip-eof_3.0.0.orig.tar.gz + a7fcf949454ef30b092bb660c4f2b43df8ac2a84 4036 node-strip-eof_3.0.0-5.debian.tar.xz +Checksums-Sha256: + e3cc5eb59188d841781f206103e3cf285c4b097eb55d4a1f6a56ae8d2c070071 2070 node-strip-eof_3.0.0-5.dsc + 3938fd5509033bd385c59ae687a728213f3d84c22196df7ae0b5aaadcf31268e 2920 node-strip-eof_3.0.0.orig.tar.gz + 8a3e217224d58106a5f89990cf4d7efb8cb42053df98afde9344ed55aa50cd65 4036 node-strip-eof_3.0.0-5.debian.tar.xz +Files: + dad4af7065b42bf84d02181bde800499 2070 node-strip-eof_3.0.0-5.dsc + 44051a49a6fdc5da2902d2d1aaeb7432 2920 node-strip-eof_3.0.0.orig.tar.gz + 89a78bc54d097069bee46cfc1393d59b 4036 node-strip-eof_3.0.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-strip-json-comments +Binary: node-strip-json-comments +Architecture: all +Version: 4.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/sindresorhus/strip-json-comments +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-strip-json-comments +Vcs-Git: https://salsa.debian.org/js-team/node-strip-json-comments.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), node-babel7, nodejs, node-tap , dh-sequence-nodejs +Package-List: + node-strip-json-comments deb javascript optional arch=all +Directory: pool/67b4a0c2ac9e1c183a56ccd518c235489256eade9eb0cc976a024932007edd99 +Checksums-Sha1: + cfbfbcb71af8a245c304e0ba64795a0ebcea6750 2202 node-strip-json-comments_4.0.0-4.dsc + 46fea8345d1ffc9556e93c3ed119c02a6312f119 90714 node-strip-json-comments_4.0.0.orig.tar.gz + 074cc91b1f73091ba9ae9f0899b55530dc7c6632 4420 node-strip-json-comments_4.0.0-4.debian.tar.xz +Checksums-Sha256: + 67b4a0c2ac9e1c183a56ccd518c235489256eade9eb0cc976a024932007edd99 2202 node-strip-json-comments_4.0.0-4.dsc + 4979c1cd6bdbc5d64b45c1c46e8652116fdac4b9599738a98305496a2ca87537 90714 node-strip-json-comments_4.0.0.orig.tar.gz + fe7b29eff23bfe95d4454be25289b9458926a6ffdeccdd86eafe708cdd7a6840 4420 node-strip-json-comments_4.0.0-4.debian.tar.xz +Files: + 62bc8db5e8f2c4c9761a79452d86504b 2202 node-strip-json-comments_4.0.0-4.dsc + 6ad735a22d895dc7bfc9619de62c3962 90714 node-strip-json-comments_4.0.0.orig.tar.gz + b785bd497208f0a5012c790ff37ec77d 4420 node-strip-json-comments_4.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-supports-color +Binary: node-supports-color +Architecture: all +Version: 8.1.1+~8.1.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Mathias Behrle , Utkarsh Gupta +Homepage: https://github.com/sindresorhus/supports-color +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-supports-color +Vcs-Git: https://salsa.debian.org/js-team/node-supports-color.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-has-flag +Package-List: + node-supports-color deb javascript optional arch=all +Directory: pool/84cafbad27f98183e77770c0b9f431edd82ebe292fdde09d2128b75bb8a2a2be +Checksums-Sha1: + 063ba1cab1274aefc10649d75ba6f45502f45b11 2574 node-supports-color_8.1.1+~8.1.1-1.dsc + 1b44b1b096479273adf7f93c75fc4ecc40a61ee4 1962 node-supports-color_8.1.1+~8.1.1.orig-types-supports-color.tar.gz + 7d2f07dc45014a801d8e25e0deaaf8cd17c0a119 6066 node-supports-color_8.1.1+~8.1.1.orig.tar.gz + ea260def2729965240229c11be9a4beccee5f364 3284 node-supports-color_8.1.1+~8.1.1-1.debian.tar.xz +Checksums-Sha256: + 84cafbad27f98183e77770c0b9f431edd82ebe292fdde09d2128b75bb8a2a2be 2574 node-supports-color_8.1.1+~8.1.1-1.dsc + 632c351d7715af3dc6796a73026b43057368b087266c7d011ef3c22f9a9f287e 1962 node-supports-color_8.1.1+~8.1.1.orig-types-supports-color.tar.gz + d56d856470eaf7ee24c6e4a8d5cfd634330295f8156c27e29fe824d792662101 6066 node-supports-color_8.1.1+~8.1.1.orig.tar.gz + b022a0a75036fe30e888efe509958cbd86044f301f37c68400f5bce2c1ee4fd2 3284 node-supports-color_8.1.1+~8.1.1-1.debian.tar.xz +Files: + 8792f25c47ec1d8e698b99f4680432a6 2574 node-supports-color_8.1.1+~8.1.1-1.dsc + 2fd366231e1dc66933ac39e31d0aacfc 1962 node-supports-color_8.1.1+~8.1.1.orig-types-supports-color.tar.gz + 9f616896ae3e5fda3c9381e7d3e9887f 6066 node-supports-color_8.1.1+~8.1.1.orig.tar.gz + a49ec588e137bc1ca303ab5d5ac7c4f5 3284 node-supports-color_8.1.1+~8.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-tapable +Binary: node-tapable +Architecture: all +Version: 2.2.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/tapable +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-tapable +Vcs-Git: https://salsa.debian.org/js-team/node-tapable.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest +Package-List: + node-tapable deb javascript optional arch=all +Directory: pool/efae64a4fac62d23340bffb2692d2588ec2a7a9ee254beff62c3f41de632c0be +Checksums-Sha1: + 5cd8c4d9252fd3f31e126ead8e35620499178f3b 2034 node-tapable_2.2.1-3.dsc + b137e4927280e2461743c564d9502d41e26eadca 98394 node-tapable_2.2.1.orig.tar.gz + 43dbab0006bbb42aeaed2c0c8729cea218f001f4 10156 node-tapable_2.2.1-3.debian.tar.xz +Checksums-Sha256: + efae64a4fac62d23340bffb2692d2588ec2a7a9ee254beff62c3f41de632c0be 2034 node-tapable_2.2.1-3.dsc + d33fc56bb880678e65e5c28e369ff1c4a52246063d7a81dbf3d59d93938a561d 98394 node-tapable_2.2.1.orig.tar.gz + 4dc20fa3d4dca222f0ce41582be981d9f787dd635b03edae1493bbd4d1a8795a 10156 node-tapable_2.2.1-3.debian.tar.xz +Files: + b8c454ab27df7d4908361a1143e3dd12 2034 node-tapable_2.2.1-3.dsc + 446764ab7828621c11cb8a6a00f67e24 98394 node-tapable_2.2.1.orig.tar.gz + 2c72d392267afc1b845b7d70e801c340 10156 node-tapable_2.2.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-tape +Binary: node-tape +Architecture: all +Version: 5.6.1+~cs8.20.19-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Bastien Roucariès , Ross Gammon +Homepage: https://github.com/ljharb/tape +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-tape +Vcs-Git: https://salsa.debian.org/js-team/node-tape.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-concat-stream , node-debbundle-es-to-primitive , node-deep-equal (>= 2.0.5~) , node-define-properties , node-defined , node-falafel , node-function-bind , node-glob , node-inherits , node-istanbul , node-js-yaml , node-minimist , node-object-keys , node-object-inspect , node-resolve , node-resumer , node-tap-parser (>> 11.0.2+~cs2.1.4-2~) , node-tap , node-through +Package-List: + node-tape deb javascript optional arch=all +Directory: pool/33b515b35fbb82b7086894eb64cf096c9f7aadba6a6e7f1ae41ff587af37eb36 +Checksums-Sha1: + 76fd6f443613a5d4f56c883e82c15ee87d566837 4601 node-tape_5.6.1+~cs8.20.19-2.dsc + 533942c9d15d523164c7dfb1c644e870019bad9e 11336 node-tape_5.6.1+~cs8.20.19.orig-array-prototype-every.tar.gz + ec1eb3935ce43574e22b4e6c2aa6477f318d8258 2573 node-tape_5.6.1+~cs8.20.19.orig-dotignore.tar.gz + 9b97ecf274de8fd16337948b1ae3e6c05cf87b9d 4466 node-tape_5.6.1+~cs8.20.19.orig-for-each.tar.gz + f950cf5794d00bbfed7936b9b26a98ed97e17554 7410 node-tape_5.6.1+~cs8.20.19.orig-has-dynamic-import.tar.gz + 4b1733166052dfc42e7f8f727085dad0be569d39 11168 node-tape_5.6.1+~cs8.20.19.orig-stringprototypetrim.tar.gz + 77215c065b1c7840da3ca5e061337bb4c7258122 3882 node-tape_5.6.1+~cs8.20.19.orig-types-tape.tar.gz + bbe5bde541ac4a483daf6a6ab5371b361c74335f 88265 node-tape_5.6.1+~cs8.20.19.orig.tar.gz + e6828a2a0a0d08990c15d1ec9b0485144b390432 6060 node-tape_5.6.1+~cs8.20.19-2.debian.tar.xz +Checksums-Sha256: + 33b515b35fbb82b7086894eb64cf096c9f7aadba6a6e7f1ae41ff587af37eb36 4601 node-tape_5.6.1+~cs8.20.19-2.dsc + c7fd06c306ba6204ad84d2c52be39e56046b22b4e3c519d28221a037b230b5ff 11336 node-tape_5.6.1+~cs8.20.19.orig-array-prototype-every.tar.gz + c59bbc34a8eb8d4b38137c1d0d4d9b79875f6f574a6afde2fa14c3374e2f2860 2573 node-tape_5.6.1+~cs8.20.19.orig-dotignore.tar.gz + 4b86c1bf7c2314b25b5b7d40c1186dddbe1469dad663b8402b352e9d90faebf6 4466 node-tape_5.6.1+~cs8.20.19.orig-for-each.tar.gz + 44568d32e48e9edc8717da24a415aa17cf4c16933421358e0c94b5c51c55dfd1 7410 node-tape_5.6.1+~cs8.20.19.orig-has-dynamic-import.tar.gz + b8ae4e351e401d935d1d9045777353560ded686f465d0021aedd1c61eb73f3ff 11168 node-tape_5.6.1+~cs8.20.19.orig-stringprototypetrim.tar.gz + fd2899d3ca0667651d0067f5580d72daeda4fbda662ff9528fcb013146d67fbf 3882 node-tape_5.6.1+~cs8.20.19.orig-types-tape.tar.gz + b10572a9faf684ad860149fd9aabd8728367d2dcaece57664feb5d9503270fb8 88265 node-tape_5.6.1+~cs8.20.19.orig.tar.gz + 9c8cec35e251b812746b0831a5c84d0f8f661350dcfb6b5523819d9b234d6406 6060 node-tape_5.6.1+~cs8.20.19-2.debian.tar.xz +Files: + 2b7a04627acfa524800e89a5d3dd6ad8 4601 node-tape_5.6.1+~cs8.20.19-2.dsc + f3e21d25d501db4ae7143c5f26596683 11336 node-tape_5.6.1+~cs8.20.19.orig-array-prototype-every.tar.gz + e7d0bf237fbb576865dc0fcc538a5e3b 2573 node-tape_5.6.1+~cs8.20.19.orig-dotignore.tar.gz + 9120dbf4b95f8cdb8b21848c3aea8fbd 4466 node-tape_5.6.1+~cs8.20.19.orig-for-each.tar.gz + 275e7d7522bd77097cc9d4cfd6962d0d 7410 node-tape_5.6.1+~cs8.20.19.orig-has-dynamic-import.tar.gz + 779c2cab34dce8ff13277c693234f5e3 11168 node-tape_5.6.1+~cs8.20.19.orig-stringprototypetrim.tar.gz + 0a23482532b007669ea17a35ba8b7a73 3882 node-tape_5.6.1+~cs8.20.19.orig-types-tape.tar.gz + 94c41840dd2f791f95cfe2ab6eed3143 88265 node-tape_5.6.1+~cs8.20.19.orig.tar.gz + 11ff21cd829f9e3b542cb1431c96adb4 6060 node-tape_5.6.1+~cs8.20.19-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-tar +Binary: node-tar +Architecture: all +Version: 6.2.1+~cs7.0.8-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/npm/node-tar +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-tar +Vcs-Git: https://salsa.debian.org/js-team/node-tar.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-chownr , node-end-of-stream , node-mkdirp (>= 1), node-minipass (>> 3.3.6+~cs9.4.19-3~) , node-mutate-fs , node-nock , node-rimraf , node-tap (>= 15) , node-tar-stream , node-yallist (>= 4.0~) +Package-List: + node-tar deb javascript optional arch=all +Directory: pool/12c6ec5e61761da6c1af2b25732eb2403cf35e89851286b27d1184984f8afa90 +Checksums-Sha1: + 7bfadc49df73f1703db274fbbcd3f1d37fcd476a 2958 node-tar_6.2.1+~cs7.0.8-1.dsc + 1f85c38ccf46e1f1b275a74f927d1c85229c93ec 17479 node-tar_6.2.1+~cs7.0.8.orig-fs-minipass.tar.gz + 5f953f183e36a15c6ce3f336568f6051b7b183f3 6515 node-tar_6.2.1+~cs7.0.8.orig-types-tar.tar.gz + 67b2c882135a5f7461df5c31680124f1286debae 135150 node-tar_6.2.1+~cs7.0.8.orig.tar.gz + fd65aef3aa80e9735b53cc40b80d8b19c6654f10 11640 node-tar_6.2.1+~cs7.0.8-1.debian.tar.xz +Checksums-Sha256: + 12c6ec5e61761da6c1af2b25732eb2403cf35e89851286b27d1184984f8afa90 2958 node-tar_6.2.1+~cs7.0.8-1.dsc + 1fbe56c9c4d36de4a7babd7f684e88c4677d66bea2e157812c527d0c230ec403 17479 node-tar_6.2.1+~cs7.0.8.orig-fs-minipass.tar.gz + 3e97385fb828dfc00ff02f9b30a31a20c737404096cdb006cf7083157c7e1a5d 6515 node-tar_6.2.1+~cs7.0.8.orig-types-tar.tar.gz + 873f6f171eef3aa294f465ff8ab6ed2c82824e1f210fd1fe0a038bb4bc8fd754 135150 node-tar_6.2.1+~cs7.0.8.orig.tar.gz + 568b99acebe04d87933329e44f4188be728db52d2fb3a282753a20d2eda42f6e 11640 node-tar_6.2.1+~cs7.0.8-1.debian.tar.xz +Files: + 5f97bd8c8cd775d37478a284532a4e0f 2958 node-tar_6.2.1+~cs7.0.8-1.dsc + 3b663ed5e5e49d5a5549b7ae2d7cdcb9 17479 node-tar_6.2.1+~cs7.0.8.orig-fs-minipass.tar.gz + bbd2333b527227358e720aac52e97f93 6515 node-tar_6.2.1+~cs7.0.8.orig-types-tar.tar.gz + 0384998dfeaba1d2790ac6dffabdf1a4 135150 node-tar_6.2.1+~cs7.0.8.orig.tar.gz + ed0cea1eda5ce6ab619d65e000374e91 11640 node-tar_6.2.1+~cs7.0.8-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-terser +Binary: node-terser, libjs-terser, terser +Architecture: all +Version: 5.31.3-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Jonas Smedegaard , +Homepage: https://terser.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-terser +Vcs-Git: https://salsa.debian.org/js-team/node-terser.git +Testsuite: autopkgtest +Testsuite-Triggers: libjs-source-map, libtest-command-simple-perl, node-domino, node-jridgewell-source-map, nodejs, perl +Build-Depends: brotli, cmark-gfm , debhelper-compat (= 13), eslint , help2man , mocha , node-acorn, node-commander (>= 7), node-escodegen , node-jridgewell-source-map, node-rollup-plugin-terser, node-semver , node-source-map , pigz, rollup (>= 0.61.0) +Package-List: + libjs-terser deb javascript optional arch=all + node-terser deb javascript optional arch=all + terser deb javascript optional arch=all +Directory: pool/3709778b939b60404ba956fdfabed2a70c61aae5c719df195dc91415f5960b97 +Checksums-Sha1: + 05af4e3a15f438df15fe822b6b596d0d1b214148 2477 node-terser_5.31.3-1.dsc + 33521d484681aad7347f703389ec5a5ba78f88ac 521687 node-terser_5.31.3.orig.tar.gz + f7cd23eebcb060724baaca44ebb87ab600d89bb2 14356 node-terser_5.31.3-1.debian.tar.xz +Checksums-Sha256: + 3709778b939b60404ba956fdfabed2a70c61aae5c719df195dc91415f5960b97 2477 node-terser_5.31.3-1.dsc + f5b71b7cad0275b37a6fd37f2d691f2457cca110475e12b669ecba1c20e5afea 521687 node-terser_5.31.3.orig.tar.gz + c18ccca684389cefcfb7c2168ee86f148fa7e1635f29d715a42e7863fc034bc4 14356 node-terser_5.31.3-1.debian.tar.xz +Files: + 486501b158dbebdcb087244c3c27f59b 2477 node-terser_5.31.3-1.dsc + 42bf8eb86b41ea3e404836a02904bebc 521687 node-terser_5.31.3.orig.tar.gz + 72b5b5a4708626b04cb8018adde0b043 14356 node-terser_5.31.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-text-table +Binary: node-text-table +Architecture: all +Version: 0.2.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: akash +Homepage: https://github.com/substack/text-table +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-text-table +Vcs-Git: https://salsa.debian.org/js-team/node-text-table.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-text-table deb javascript optional arch=all +Directory: pool/697ec991cbcb5c18e25393f04b2c35ad05530d6e8cdcfc8bbeefec1f5b3b00ba +Checksums-Sha1: + 372b8961b9e8d5ea7c46526139ccbba60a424146 2064 node-text-table_0.2.0-4.dsc + 55ba1c3d233d4c2971b703002ec009784455658e 3937 node-text-table_0.2.0.orig.tar.gz + 0722b89d61fb1c355dc5fb9836837178b7f59e7f 2616 node-text-table_0.2.0-4.debian.tar.xz +Checksums-Sha256: + 697ec991cbcb5c18e25393f04b2c35ad05530d6e8cdcfc8bbeefec1f5b3b00ba 2064 node-text-table_0.2.0-4.dsc + fb2a941d6e8a2be8098253c5599af57e49007e83c273c7e327701164cdaeed64 3937 node-text-table_0.2.0.orig.tar.gz + 07b012661071040a9afe38ce00c627082206d1bc064d4b48de16e04119305c7d 2616 node-text-table_0.2.0-4.debian.tar.xz +Files: + 9bcd5ead3920fdb8bde0233e9562c19f 2064 node-text-table_0.2.0-4.dsc + e258eeac6a568c8548a723223ec8b99a 3937 node-text-table_0.2.0.orig.tar.gz + 0205099c6d2c92653cc786a45b16fe88 2616 node-text-table_0.2.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-through +Binary: node-through +Architecture: all +Version: 2.3.8+~cs0.0.30-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://github.com/dominictarr/through +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-through +Vcs-Git: https://salsa.debian.org/js-team/node-through.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-through deb javascript optional arch=all +Directory: pool/a71de359573f8b7c6291719530565ecf2bca0ce2645ec6c60efc0775ff65853b +Checksums-Sha1: + df5bfe913f480428d3e8d926db1f1a95d7d1e3f3 2432 node-through_2.3.8+~cs0.0.30-1.dsc + e0e42ce77e897bd6aead6f6ea62aeb135b8a3895 1689 node-through_2.3.8+~cs0.0.30.orig-types-through.tar.gz + 0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5 4468 node-through_2.3.8+~cs0.0.30.orig.tar.gz + 8af3385911a4fd17a32c085dd8e1ede0a2fb4315 7988 node-through_2.3.8+~cs0.0.30-1.debian.tar.xz +Checksums-Sha256: + a71de359573f8b7c6291719530565ecf2bca0ce2645ec6c60efc0775ff65853b 2432 node-through_2.3.8+~cs0.0.30-1.dsc + 6843b56aa1424faacb8b763d5e07474250b2ec7851111fb3afc34ca73fd3da58 1689 node-through_2.3.8+~cs0.0.30.orig-types-through.tar.gz + 16b27a8c0fb13e5727356b328d72dbbc5f20bd909252f14d19da344e9354573e 4468 node-through_2.3.8+~cs0.0.30.orig.tar.gz + 1782e12e3b1ab25b84730334c33e1a9129c0e2ade2db3664dc5d47f3afefaf03 7988 node-through_2.3.8+~cs0.0.30-1.debian.tar.xz +Files: + 549ab4d7eadea28ce1aa52a185f54d0b 2432 node-through_2.3.8+~cs0.0.30-1.dsc + a3ad9d8ef7d13f824ceb6a16f099e4ed 1689 node-through_2.3.8+~cs0.0.30.orig-types-through.tar.gz + 615296782d4936bd53ebe4e5baa57db7 4468 node-through_2.3.8+~cs0.0.30.orig.tar.gz + e49db62ebe9a157f0885e56e7ebd7cd2 7988 node-through_2.3.8+~cs0.0.30-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-time-stamp +Binary: node-time-stamp +Architecture: all +Version: 2.2.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jonschlinkert/time-stamp +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-time-stamp +Vcs-Git: https://salsa.debian.org/js-team/node-time-stamp.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-time-stamp deb javascript optional arch=all +Directory: pool/ec32756aac90987fcd31fedb0788dcbabb331ab176a1f8dacd15777f8d373e64 +Checksums-Sha1: + e8f23807b87eefe04ce3975a2696d9c5c304aefe 2053 node-time-stamp_2.2.0-2.dsc + 917e0a66905688790ec7bbbde04046259af83f57 3880 node-time-stamp_2.2.0.orig.tar.gz + 87610c056f12cd04a51ada7987dde9ca7cca427e 2512 node-time-stamp_2.2.0-2.debian.tar.xz +Checksums-Sha256: + ec32756aac90987fcd31fedb0788dcbabb331ab176a1f8dacd15777f8d373e64 2053 node-time-stamp_2.2.0-2.dsc + 6805a14f5f942c7c9d17e1d98058405d10573fc627a5aa4203088b44ebf84cf1 3880 node-time-stamp_2.2.0.orig.tar.gz + 3a232323243e0526d972d331ea6663ef84ba51785ea18cc9e0fa2a25b8e08782 2512 node-time-stamp_2.2.0-2.debian.tar.xz +Files: + f71328f3d0e604b55112d78688558c96 2053 node-time-stamp_2.2.0-2.dsc + dbaf487cc996d16b438a44b77bbb75d2 3880 node-time-stamp_2.2.0.orig.tar.gz + 65f6297ca211cc07db5e71a936d30d93 2512 node-time-stamp_2.2.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-to-fast-properties +Binary: node-to-fast-properties +Architecture: all +Version: 3.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Utkarsh Gupta +Homepage: https://github.com/sindresorhus/to-fast-properties +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-to-fast-properties +Vcs-Git: https://salsa.debian.org/js-team/node-to-fast-properties.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-to-fast-properties deb javascript optional arch=all +Directory: pool/bab605b3b4510b2fc9559314a2e68b5ad1b94dba544c0f290740a3f02daa6fce +Checksums-Sha1: + 993a0d653fb2addcbb0f3307c12fef5ad4fa0297 2214 node-to-fast-properties_3.0.1-3.dsc + e72a5972dc482a9d7ca3cbe408864092ef6a80ce 3079 node-to-fast-properties_3.0.1.orig.tar.gz + b8c7e7af88aab2fa5931ae5b786e3847e0d02787 3120 node-to-fast-properties_3.0.1-3.debian.tar.xz +Checksums-Sha256: + bab605b3b4510b2fc9559314a2e68b5ad1b94dba544c0f290740a3f02daa6fce 2214 node-to-fast-properties_3.0.1-3.dsc + 5ef4d8e87fd4f2a1ccbdfc4cd55bdc4f967c2c26c318a7a1d8335562cf3f2676 3079 node-to-fast-properties_3.0.1.orig.tar.gz + 7103e80e3448990307b13d373532599b16c26912320022950f5d3f6e08441cf3 3120 node-to-fast-properties_3.0.1-3.debian.tar.xz +Files: + 90a7b596481c2aeeb819a165304fcfd4 2214 node-to-fast-properties_3.0.1-3.dsc + 45fe5a43bd4ec73ca3c9244c7a4c7757 3079 node-to-fast-properties_3.0.1.orig.tar.gz + a698f18ac45a475df0b0b26d37d0cd2f 3120 node-to-fast-properties_3.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-to-regex-range +Binary: node-to-regex-range +Architecture: all +Version: 5.0.1-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/jonschlinkert/to-regex-range +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-to-regex-range +Vcs-Git: https://salsa.debian.org/js-team/node-to-regex-range.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), mocha, node-fill-range, node-is-number, node-repeat-string, nodejs, dh-sequence-nodejs +Package-List: + node-to-regex-range deb javascript optional arch=all +Directory: pool/ff4705e3e9906d607262d73f596acb554819264a9be372ac6f7f3695a0993170 +Checksums-Sha1: + ee840e5786c347d0c215ec250958b0067d109d5e 2172 node-to-regex-range_5.0.1-4.dsc + eabdba16e544d049260ddff16451955af642de6f 12584 node-to-regex-range_5.0.1.orig.tar.gz + 41bb9f09e5e325b246b6c784e28e4f3449a14676 2768 node-to-regex-range_5.0.1-4.debian.tar.xz +Checksums-Sha256: + ff4705e3e9906d607262d73f596acb554819264a9be372ac6f7f3695a0993170 2172 node-to-regex-range_5.0.1-4.dsc + 93fa82a8504932e063d4a304753b31b4476b34cf066cada10517730fb17b67a6 12584 node-to-regex-range_5.0.1.orig.tar.gz + 1dd8dea12a5556c3672b498b68a6c0090b1dba77c756e280457933f93747ea00 2768 node-to-regex-range_5.0.1-4.debian.tar.xz +Files: + 4d4233138dfaa55f16846561a4a10f52 2172 node-to-regex-range_5.0.1-4.dsc + 4666eed69db31fe10bfe44c40f582a21 12584 node-to-regex-range_5.0.1.orig.tar.gz + db607a8a2e02cf05d625dbfb790c04bb 2768 node-to-regex-range_5.0.1-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-tslib +Binary: node-tslib +Architecture: all +Version: 2.4.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sweta ,Abarna +Homepage: https://typescriptlang.org/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-tslib +Vcs-Git: https://salsa.debian.org/js-team/node-tslib.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-tslib deb javascript optional arch=all +Directory: pool/34758a35f712153a8bcd4553375cef4e45aeae83a7cae910d1110c180ef1c1d1 +Checksums-Sha1: + 680f3da86f27b433bc6edb8eaa6e6989148d8de1 2011 node-tslib_2.4.1-1.dsc + d94fe3ee23d17d2192703c33b488b66a2c3f1ef1 21133 node-tslib_2.4.1.orig.tar.gz + 425f8ed4eb6ee654385a43b941a4d9fdd09fcfd5 3112 node-tslib_2.4.1-1.debian.tar.xz +Checksums-Sha256: + 34758a35f712153a8bcd4553375cef4e45aeae83a7cae910d1110c180ef1c1d1 2011 node-tslib_2.4.1-1.dsc + 791b52694176dbff54041d6d2a73bf5739e319727709104e42cbce54122a3d5b 21133 node-tslib_2.4.1.orig.tar.gz + 3eed2c17ed306589c4e23f207207a3ef7b08cc840e15eab641dc5c55e2f73744 3112 node-tslib_2.4.1-1.debian.tar.xz +Files: + db46ad2f3101bf7c85fce3c64e178d2a 2011 node-tslib_2.4.1-1.dsc + 1059b896160313112bad34966c308e15 21133 node-tslib_2.4.1.orig.tar.gz + 6961a8373ab69c9c5f89a20966e36187 3112 node-tslib_2.4.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-type-check +Binary: node-type-check +Architecture: all +Version: 0.4.0+dfsg-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/gkz/type-check +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-type-check +Vcs-Git: https://salsa.debian.org/js-team/node-type-check.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), livescript, mocha , node-prelude-ls , dh-sequence-nodejs (>= 0.9.71~) +Package-List: + node-type-check deb javascript optional arch=all +Directory: pool/0845a517e2b821fece166cc09d839dd59eca3635270e3534f2fb890efe388258 +Checksums-Sha1: + e52af15dbe82f63b861f0f262fb62948c88fc776 2222 node-type-check_0.4.0+dfsg-3.dsc + 3ea0c8164fce23140d3f855400080411da5f630c 29132 node-type-check_0.4.0+dfsg.orig.tar.xz + 717462ecccb9c2899b2a62cd798527aa77e4abc7 3288 node-type-check_0.4.0+dfsg-3.debian.tar.xz +Checksums-Sha256: + 0845a517e2b821fece166cc09d839dd59eca3635270e3534f2fb890efe388258 2222 node-type-check_0.4.0+dfsg-3.dsc + 01e2ea618652db4711835a10bd83f9244f6bcbf18f8a6fe8fcd0a9b31768aed3 29132 node-type-check_0.4.0+dfsg.orig.tar.xz + 8282e222fd793723b607068db6c36dfb8e03778f42519fc5099b3700b583f76f 3288 node-type-check_0.4.0+dfsg-3.debian.tar.xz +Files: + 4c56caa5e3a5cb17c473d7a6bee61e2d 2222 node-type-check_0.4.0+dfsg-3.dsc + 077d1d7a4cab5aa47dae538461794aa6 29132 node-type-check_0.4.0+dfsg.orig.tar.xz + cb536a818750ac79012a2e1a8e6fc73c 3288 node-type-check_0.4.0+dfsg-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-typedarray-to-buffer +Binary: libjs-typedarray-to-buffer, node-typedarray-to-buffer +Architecture: all +Version: 4.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/feross/typedarray-to-buffer +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-typedarray-to-buffer/tree/debian/sid +Vcs-Git: https://salsa.debian.org/js-team/node-typedarray-to-buffer.git -b debian/sid +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), uglifyjs, node-tape +Package-List: + libjs-typedarray-to-buffer deb javascript optional arch=all + node-typedarray-to-buffer deb javascript optional arch=all +Directory: pool/5d1f0a26f77bb8d39e7fe6b499a3b00d82eb8e8cb284fdbfd4389d00073eeebf +Checksums-Sha1: + 9355a9c1ebafeffbe9ec1991311f749dff508b3d 2284 node-typedarray-to-buffer_4.0.0-2.dsc + 65453c81e202fdaadd44545a85d90210d1a6dac2 3817 node-typedarray-to-buffer_4.0.0.orig.tar.gz + 93916b4ff683aef2597ee12490d909656beb1e90 3292 node-typedarray-to-buffer_4.0.0-2.debian.tar.xz +Checksums-Sha256: + 5d1f0a26f77bb8d39e7fe6b499a3b00d82eb8e8cb284fdbfd4389d00073eeebf 2284 node-typedarray-to-buffer_4.0.0-2.dsc + f799da7a4da102df57d147fb36ff8312cbb63451aa0958501017dc516d8a6280 3817 node-typedarray-to-buffer_4.0.0.orig.tar.gz + 9d5abea67bb9b7898b5f398430a1b01ad866dcbc6b1e253f09cb81488507f44e 3292 node-typedarray-to-buffer_4.0.0-2.debian.tar.xz +Files: + d8c71f750d361d4698c51374951e520b 2284 node-typedarray-to-buffer_4.0.0-2.dsc + c76ea2804f0d7d9d1b6f6a2dca084696 3817 node-typedarray-to-buffer_4.0.0.orig.tar.gz + b24cf926fd0b54cb2fd6e99e2f939a21 3292 node-typedarray-to-buffer_4.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-typedarray +Binary: node-typedarray +Architecture: all +Version: 0.0.7-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/es-shims/typedarray +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-typedarray +Vcs-Git: https://salsa.debian.org/js-team/node-typedarray.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap , node-tape +Package-List: + node-typedarray deb javascript optional arch=all +Directory: pool/79482cd96d9fd7af5e0704982c49bcbc8aa12afeb1dcbb365564a6cd6627462d +Checksums-Sha1: + 8b8462266fd246bb413372c12fb6be4e70008b6c 2091 node-typedarray_0.0.7-1.dsc + 4f0b61b06e18feccea6d2ef0ecb1c1a1900b306a 11389 node-typedarray_0.0.7.orig.tar.gz + 49347c2857fd0cc810f99e8309b6a1f28a0c21ea 3028 node-typedarray_0.0.7-1.debian.tar.xz +Checksums-Sha256: + 79482cd96d9fd7af5e0704982c49bcbc8aa12afeb1dcbb365564a6cd6627462d 2091 node-typedarray_0.0.7-1.dsc + ec05fcf17713e3f2b34e96e0c1c1c1cdd667cf5f53de41337f581daf03bb8f7a 11389 node-typedarray_0.0.7.orig.tar.gz + 607d268cbf8e6802c9f01a7cb54c0a0a69ba2da868fc5212ea3b6bec74082403 3028 node-typedarray_0.0.7-1.debian.tar.xz +Files: + 12bc5c8b29a46783e3def258f9b7b866 2091 node-typedarray_0.0.7-1.dsc + ec48efb17127f3e16eb3927fbf4027ea 11389 node-typedarray_0.0.7.orig.tar.gz + 8ef313a771e8038e3430b8d02d2dbc49 3028 node-typedarray_0.0.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-undici +Binary: node-undici, node-llhttp, libllhttp-dev, libllhttp9.1 +Architecture: any all +Version: 5.28.4+dfsg1+~cs23.12.11-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://undici.nodejs.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-undici +Vcs-Git: https://salsa.debian.org/js-team/node-undici.git +Testsuite: autopkgtest +Testsuite-Triggers: chai, jest, mocha, node-busboy, node-chai-as-promised, node-debug, node-p-timeout, node-proxy, node-proxyquire, node-sinon, node-tap, pkg-js-autopkgtest +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.22~), clang (>= 1:16), cmake, lld (>= 1:16), node-debug, node-esbuild, node-semver, node-typescript, ts-node, wasi-libc +Package-List: + libllhttp-dev deb libdevel optional arch=any + libllhttp9.1 deb libs optional arch=any + node-llhttp deb javascript optional arch=all + node-undici deb javascript optional arch=all +Directory: pool/68b445007f0d2b3cddaa4ef3e750e69b01eee7e3eba2d8ef53aac4b87775cacb +Checksums-Sha1: + af89e888683506c3088951ec8e9ed86c4d926c58 4697 node-undici_5.28.4+dfsg1+~cs23.12.11-2.dsc + 46b46af6495b75a900886a20879c5de0543c5e5c 2772 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-binary-search.tar.xz + aee14ed0f99ef804c056e6584762d776b8f116e1 39156 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-fastify-busboy.tar.xz + 60b3f97b378d5578e816c5178acc0db31a47528b 5900036 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llhttp.tar.xz + 45faa0054d37a1b6a6a463a428fb6d0cb6a8c23f 27872 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse-builder.tar.xz + 0f1a8a40daf6fb490f3c283448085ce013d09716 28840 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse-frontend.tar.xz + 61d3690843470b12531fbbc6ebf3587405d22151 34392 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse.tar.xz + 5f11a83ebd8e75c9e065c1a7bff2d09962eb0e4a 1740500 node-undici_5.28.4+dfsg1+~cs23.12.11.orig.tar.xz + a26568ab9b5f6a3ef3d56aa465ff7d5d67242a60 216668 node-undici_5.28.4+dfsg1+~cs23.12.11-2.debian.tar.xz +Checksums-Sha256: + 68b445007f0d2b3cddaa4ef3e750e69b01eee7e3eba2d8ef53aac4b87775cacb 4697 node-undici_5.28.4+dfsg1+~cs23.12.11-2.dsc + 4c722d476f84b280160bfc428aa36e2806f9837902a43cda7caaa401c2a52f54 2772 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-binary-search.tar.xz + 44a3eba29fa2287f81cf85b51f1caa12f1e942c00afa4eb8d7198fee979067f1 39156 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-fastify-busboy.tar.xz + d5e063f545e9d18d35a063266109def90c2efff080df70676f224fbb55366144 5900036 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llhttp.tar.xz + 48fc4ad3744179216d30f36e22a4e72bd11b6f47165f1bd22144436ba535b8f3 27872 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse-builder.tar.xz + 30e1c7809fc5b31bf63e8f3b6eaa8ff0f08910fa131294d46a3f33c849fd7f0e 28840 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse-frontend.tar.xz + ca5062636558b8171ef7309fa829179258d2fb04914ade2ba663ce42970fe32a 34392 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse.tar.xz + 5fcc4a15cefa0d3339672c31ca47c129834ef67ee6a00bb6e7e7d14df5dd7ffb 1740500 node-undici_5.28.4+dfsg1+~cs23.12.11.orig.tar.xz + b04f8e4066f2e6ee06283418c6f7cb72ca083df1985a1d26daf5bfa2936905e9 216668 node-undici_5.28.4+dfsg1+~cs23.12.11-2.debian.tar.xz +Files: + ac2fc23c5c992d70e9cd9bac7e93cd5d 4697 node-undici_5.28.4+dfsg1+~cs23.12.11-2.dsc + 00109915720120e4ee6ade7582b2b365 2772 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-binary-search.tar.xz + 1d499b5b59b2bfe0aea8c9b91a1bd30d 39156 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-fastify-busboy.tar.xz + a77b13abd2b08ce72fda71905d09d806 5900036 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llhttp.tar.xz + af1818fe0c7e2939d19e35f3e7f80f91 27872 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse-builder.tar.xz + ebf8b8761d2ec86b375e5f0c0be1b320 28840 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse-frontend.tar.xz + 825b830bb267ecbcb761428a7b4c80e1 34392 node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llparse.tar.xz + 2c189ced3206274ac3a054ab1c25e3cc 1740500 node-undici_5.28.4+dfsg1+~cs23.12.11.orig.tar.xz + 1e73e34d583a4958399729079563a686 216668 node-undici_5.28.4+dfsg1+~cs23.12.11-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-unicode-canonical-property-names-ecmascript +Binary: node-unicode-canonical-property-names-ecmascript +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-canonical-property-names-ecmascript +Vcs-Git: https://salsa.debian.org/js-team/node-unicode-canonical-property-names-ecmascript.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-unicode-canonical-property-names-ecmascript deb javascript optional arch=all +Directory: pool/82f0d0534836bc4296d8caa24d4093fc547b8ffb14f589f1524a7efe93f46b7d +Checksums-Sha1: + 34b00c33c79f9ead2dbe714196a7dbb58c5705d0 2468 node-unicode-canonical-property-names-ecmascript_2.0.0-2.dsc + f07fd8a952af423e708f90f04ac476e651c25a63 3399 node-unicode-canonical-property-names-ecmascript_2.0.0.orig.tar.gz + cc753f8f187ae92f18b6d8b5f517568b3a14be73 3072 node-unicode-canonical-property-names-ecmascript_2.0.0-2.debian.tar.xz +Checksums-Sha256: + 82f0d0534836bc4296d8caa24d4093fc547b8ffb14f589f1524a7efe93f46b7d 2468 node-unicode-canonical-property-names-ecmascript_2.0.0-2.dsc + 9d984f308fdeb3de635faa0a318342bae17c24eaa38d775984be61105ef01666 3399 node-unicode-canonical-property-names-ecmascript_2.0.0.orig.tar.gz + b577ed2aa5f227631a4ac0e93fbad5536e1cf1c8cc2a04c379d507fc215ea88b 3072 node-unicode-canonical-property-names-ecmascript_2.0.0-2.debian.tar.xz +Files: + 3363ad9fa979a0f08b8d0799bc517355 2468 node-unicode-canonical-property-names-ecmascript_2.0.0-2.dsc + b3c78f9ed734615e16c2f5af33e00632 3399 node-unicode-canonical-property-names-ecmascript_2.0.0.orig.tar.gz + 790b26037b22cf27673052d743300f79 3072 node-unicode-canonical-property-names-ecmascript_2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-unicode-match-property-ecmascript +Binary: node-unicode-match-property-ecmascript +Architecture: all +Version: 2.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/mathiasbynens/unicode-match-property-ecmascript +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-match-property-ecmascript +Vcs-Git: https://salsa.debian.org/js-team/node-unicode-match-property-ecmascript.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), nodejs +Package-List: + node-unicode-match-property-ecmascript deb javascript optional arch=all +Directory: pool/98a8babe99bc777c46df7cb75801e862de2f14b2d93651153fb0d6a0269d6e2e +Checksums-Sha1: + 43f53a88fbd2fd7c010b7ab2cea0ad8d49e229b0 2303 node-unicode-match-property-ecmascript_2.0.0-2.dsc + 4ccded3d37b86fb97395f3eec3f8d3aa2fed3d63 3626 node-unicode-match-property-ecmascript_2.0.0.orig.tar.gz + e29605eb96fe22326a5a59f114543b38b6c55a35 2668 node-unicode-match-property-ecmascript_2.0.0-2.debian.tar.xz +Checksums-Sha256: + 98a8babe99bc777c46df7cb75801e862de2f14b2d93651153fb0d6a0269d6e2e 2303 node-unicode-match-property-ecmascript_2.0.0-2.dsc + 0aea9554a09dbe31a1f8e74134baba7b1d8e2c88d414c9e4f7eaf705181ef874 3626 node-unicode-match-property-ecmascript_2.0.0.orig.tar.gz + d06120b0e1e81f9990630424b9f96d1245e0284a7ccdaa2c94ab2c4ed4a18a48 2668 node-unicode-match-property-ecmascript_2.0.0-2.debian.tar.xz +Files: + 971db763a6134bba25d195eeb7ab427f 2303 node-unicode-match-property-ecmascript_2.0.0-2.dsc + 3a22a77adb9e985b97660878a7ceefdb 3626 node-unicode-match-property-ecmascript_2.0.0.orig.tar.gz + ea7094b5c986349fa596787c2096cf57 2668 node-unicode-match-property-ecmascript_2.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-unicode-match-property-value-ecmascript +Binary: node-unicode-match-property-value-ecmascript +Architecture: all +Version: 2.1.0+ds-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-match-property-value-ecmascript +Vcs-Git: https://salsa.debian.org/js-team/node-unicode-match-property-value-ecmascript.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-jsesc, node-unicode-property-value-aliases-ecmascript (>= 2.0.0+ds-2~), node-unicode-property-aliases-ecmascript (>= 2.0.0+ds-2~), node-tape +Package-List: + node-unicode-match-property-value-ecmascript deb javascript optional arch=all +Directory: pool/c0082b4048f300feaffe9440366b8ed57e276d6fb7f5da10433c515a1f11ca4b +Checksums-Sha1: + 6d8b5579cd67e4e70797bec18588209c3b5e1418 2577 node-unicode-match-property-value-ecmascript_2.1.0+ds-1.dsc + 8fcd297417cacf4e430d81559ae6ced98a7fb2fb 3424 node-unicode-match-property-value-ecmascript_2.1.0+ds.orig.tar.xz + 857803ff9528ce9511508c354defe819da4deacb 3332 node-unicode-match-property-value-ecmascript_2.1.0+ds-1.debian.tar.xz +Checksums-Sha256: + c0082b4048f300feaffe9440366b8ed57e276d6fb7f5da10433c515a1f11ca4b 2577 node-unicode-match-property-value-ecmascript_2.1.0+ds-1.dsc + 508eaebdc9dde2f2249e9dbac7b081891af3cc8d4f1e84e7ed9893387e167f36 3424 node-unicode-match-property-value-ecmascript_2.1.0+ds.orig.tar.xz + 46c6cae278ab9931cc72293a49053da434a85141da08863d596d7cba4f78b6fc 3332 node-unicode-match-property-value-ecmascript_2.1.0+ds-1.debian.tar.xz +Files: + bb76b77342c3d80c4b6eee6b124a82a0 2577 node-unicode-match-property-value-ecmascript_2.1.0+ds-1.dsc + ba6156714ebbe2629adcaa5aed29f528 3424 node-unicode-match-property-value-ecmascript_2.1.0+ds.orig.tar.xz + 58eddebc27b7f0b765154769dfd25a0e 3332 node-unicode-match-property-value-ecmascript_2.1.0+ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-unicode-property-aliases-ecmascript +Binary: node-unicode-property-aliases-ecmascript +Architecture: all +Version: 2.1.0+ds-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Julien Puydt +Homepage: https://github.com/mathiasbynens/unicode-property-aliases-ecmascript +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-unicode-property-aliases-ecmascript +Vcs-Git: https://salsa.debian.org/js-team/node-unicode-property-aliases-ecmascript.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-jsesc, node-unicode-canonical-property-names-ecmascript, node-tape , unicode-data (>= 15.0.0~) +Package-List: + node-unicode-property-aliases-ecmascript deb javascript optional arch=all +Directory: pool/0a5909a7135421290ac7bbc24a07edc640cb023482c328f2f328a6a2d21ef69c +Checksums-Sha1: + 73402a22613024cd828ad99dbef5b3a6db3b1a41 2482 node-unicode-property-aliases-ecmascript_2.1.0+ds-1.dsc + 7270af5ca321b38a702c52d37600b6144acc0c9e 3404 node-unicode-property-aliases-ecmascript_2.1.0+ds.orig.tar.xz + 4810bccdade7ea1e79476c7ea3da5f00aaf4a03c 3460 node-unicode-property-aliases-ecmascript_2.1.0+ds-1.debian.tar.xz +Checksums-Sha256: + 0a5909a7135421290ac7bbc24a07edc640cb023482c328f2f328a6a2d21ef69c 2482 node-unicode-property-aliases-ecmascript_2.1.0+ds-1.dsc + c479b16e513d9e1d23ed89385bcd0257d6e0df70af6b287b1a0ce068405a8a93 3404 node-unicode-property-aliases-ecmascript_2.1.0+ds.orig.tar.xz + 45b6df52d733c8c75aa73ccf1b6ad7d3f526e63fd69740f6a1b2887098c93ecc 3460 node-unicode-property-aliases-ecmascript_2.1.0+ds-1.debian.tar.xz +Files: + 9eb155f03a4dabf84571b905fe8d10d9 2482 node-unicode-property-aliases-ecmascript_2.1.0+ds-1.dsc + 01f3976debf0ce486d66d43ab2085a78 3404 node-unicode-property-aliases-ecmascript_2.1.0+ds.orig.tar.xz + b92bbdffcd0532813da00a5fae8995fe 3460 node-unicode-property-aliases-ecmascript_2.1.0+ds-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-unique-filename +Binary: node-unique-filename +Architecture: all +Version: 1.1.1+ds-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/iarna/unique-filename +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-unique-filename +Vcs-Git: https://salsa.debian.org/js-team/node-unique-filename.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, nodejs, node-imurmurhash , node-tap +Package-List: + node-unique-filename deb javascript optional arch=all +Directory: pool/da25c38854aaef00eed734732de09b1482abe116e3b9a10bfc89daa484765a7f +Checksums-Sha1: + 506a8262ae53a9593b7b63de6b7adb74f7bdcfbb 2506 node-unique-filename_1.1.1+ds-2.dsc + 8b8f326ad37c0dcf70d90c392e9dce9ce38ef300 30716 node-unique-filename_1.1.1+ds.orig-unique-slug.tar.xz + 425078eebad61f10e9b6bdb2b61c75f13440dbc9 2116 node-unique-filename_1.1.1+ds.orig.tar.xz + b9c3878d2dc43c1797ab133f9d0d0fb29bf082c6 2556 node-unique-filename_1.1.1+ds-2.debian.tar.xz +Checksums-Sha256: + da25c38854aaef00eed734732de09b1482abe116e3b9a10bfc89daa484765a7f 2506 node-unique-filename_1.1.1+ds-2.dsc + 85b3187e5dc6a2a30c13ac1b3c7a9be7eb76155b34c36ef635feb6b862d7a9d0 30716 node-unique-filename_1.1.1+ds.orig-unique-slug.tar.xz + 2f7dcae5c652e6f1dd98e7c13dc4b7353227b43fcf85663ae3606112e9a1210f 2116 node-unique-filename_1.1.1+ds.orig.tar.xz + c86ad4c3440ecc95e32d3edcb1f8804e51ea4d8d2ce70fb6be605b8edc463ac0 2556 node-unique-filename_1.1.1+ds-2.debian.tar.xz +Files: + de0d42da13680cd2c91d9f87dd27656e 2506 node-unique-filename_1.1.1+ds-2.dsc + f6a3c953f946c439cc65cd31e4f60735 30716 node-unique-filename_1.1.1+ds.orig-unique-slug.tar.xz + cb9f58fe6fa866f201e4dde563b9513c 2116 node-unique-filename_1.1.1+ds.orig.tar.xz + 6f326f11d0a51c5cf87ffd9996d72137 2556 node-unique-filename_1.1.1+ds-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-uri-js +Binary: node-uri-js +Architecture: all +Version: 4.4.0+dfsg-8 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen , Nilesh Patra +Homepage: https://github.com/garycourt/uri-js +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-uri-js +Vcs-Git: https://salsa.debian.org/js-team/node-uri-js.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-babel7, node-punycode , node-rollup-plugin-babel (>= 5.2~), node-rollup-plugin-commonjs (>= 15~), node-rollup-plugin-node-polyfills, node-rollup-plugin-node-resolve (>= 11~), node-typescript, rollup +Package-List: + node-uri-js deb javascript optional arch=all +Directory: pool/7a530ee5735e299ce6dd8c0b4f0e9f71ab960b69c2cd124f4bc44847e21b063c +Checksums-Sha1: + 44d316fca98554e1fd1583e3853be8bd658e3176 2309 node-uri-js_4.4.0+dfsg-8.dsc + 89115e9ba3f158b8bc30b8da51a7b1e6ec066489 42176 node-uri-js_4.4.0+dfsg.orig.tar.xz + b49ef54b7490e5a51c8bc66e4743ce5f0167f311 24584 node-uri-js_4.4.0+dfsg-8.debian.tar.xz +Checksums-Sha256: + 7a530ee5735e299ce6dd8c0b4f0e9f71ab960b69c2cd124f4bc44847e21b063c 2309 node-uri-js_4.4.0+dfsg-8.dsc + 21d427ab6507f6d0fc261d9958c9fab30f48b40ef3d8eab0cb52644fc6acf92a 42176 node-uri-js_4.4.0+dfsg.orig.tar.xz + 27d18b7898c6c49dec0bdd5dafb1db1e8fd5863aaef71552e3519649185350fe 24584 node-uri-js_4.4.0+dfsg-8.debian.tar.xz +Files: + fb67f0f140d213d473f4d50c5d4bd8b0 2309 node-uri-js_4.4.0+dfsg-8.dsc + 62a5be90f7dd47e3191089e0fa2adcd7 42176 node-uri-js_4.4.0+dfsg.orig.tar.xz + 188ef4f1a006db52ec792852502fb8ff 24584 node-uri-js_4.4.0+dfsg-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-util-deprecate +Binary: node-util-deprecate +Architecture: all +Version: 1.0.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Ross Gammon +Homepage: https://github.com/TooTallNate/util-deprecate +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-util-deprecate +Vcs-Git: https://salsa.debian.org/js-team/node-util-deprecate.git +Testsuite: autopkgtest +Testsuite-Triggers: nodejs +Build-Depends: debhelper-compat (= 13), dh-buildinfo, dh-sequence-nodejs +Package-List: + node-util-deprecate deb web optional arch=all +Directory: pool/441e87c9bbf71553783d51dc6ebae2e766fb80a578d317e6cee6d66560479512 +Checksums-Sha1: + 7529cb4c527a180d221714920a961628167bd9ef 2144 node-util-deprecate_1.0.2-3.dsc + b82bac105c4c0f08bb7804d4af9d1a1dbaae6e80 2391 node-util-deprecate_1.0.2.orig.tar.gz + 85a7aa90c98acc384e02a5e66606f374df80030a 2760 node-util-deprecate_1.0.2-3.debian.tar.xz +Checksums-Sha256: + 441e87c9bbf71553783d51dc6ebae2e766fb80a578d317e6cee6d66560479512 2144 node-util-deprecate_1.0.2-3.dsc + 780cc3dbb8839acba26ab757162b45f5a10249dd7c905dd5060ab2a0483e1a0e 2391 node-util-deprecate_1.0.2.orig.tar.gz + c54ecee6294a4724f5e8ed9dc5ac56278b4447907c14ac6900fc5d15ad2070fe 2760 node-util-deprecate_1.0.2-3.debian.tar.xz +Files: + 952b325b0d97c9cb9333094366ff9574 2144 node-util-deprecate_1.0.2-3.dsc + b5cebed781252527827f7d03a3fc4094 2391 node-util-deprecate_1.0.2.orig.tar.gz + 7a8e23496acbd46629eb40c7aac2dbf1 2760 node-util-deprecate_1.0.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-util +Binary: node-util, libjs-util +Architecture: all +Version: 0.12.5+~1.0.10-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Yadd +Homepage: https://github.com/defunctzombie/node-util +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-util +Vcs-Git: https://salsa.debian.org/js-team/node-util.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-deep-equal (>= 2.0~) , node-es-abstract (>= 1.20~) , node-inherits , node-safe-buffer , uglifyjs +Package-List: + libjs-util deb javascript optional arch=all + node-util deb javascript optional arch=all +Directory: pool/92d06aae242f87c37115d6d1ebcdc6ca7ac8698409352c1af68da8f0aa7fe666 +Checksums-Sha1: + 0ce0bf644273e62a7715ceb281f85401b180cb7a 2576 node-util_0.12.5+~1.0.10-1.dsc + 669cb105562370ed76c7e8c2c96e8a5065382e64 12047 node-util_0.12.5+~1.0.10.orig-is-generator-function.tar.gz + f96086cc3b1f2be42052b7566ace838d4310bb24 24805 node-util_0.12.5+~1.0.10.orig.tar.gz + d2332f3ca7c0e6a65253e8d14f21381caa449ae3 6016 node-util_0.12.5+~1.0.10-1.debian.tar.xz +Checksums-Sha256: + 92d06aae242f87c37115d6d1ebcdc6ca7ac8698409352c1af68da8f0aa7fe666 2576 node-util_0.12.5+~1.0.10-1.dsc + e890f57bef853599b02726901ef1432eeef7e98b29ac54f446d873e38d93cb0f 12047 node-util_0.12.5+~1.0.10.orig-is-generator-function.tar.gz + 416390c3906cbe813cca7ac15ca014d2a812b64e8ba4c8a456574e090118a4a1 24805 node-util_0.12.5+~1.0.10.orig.tar.gz + 713186e907dee04e186a758567898bd728a82230517bf77a04412e738afa3518 6016 node-util_0.12.5+~1.0.10-1.debian.tar.xz +Files: + 35a3ca99b6df677dcd481de0529d2108 2576 node-util_0.12.5+~1.0.10-1.dsc + ed568bc8e1b4e888e550112eec1bb63c 12047 node-util_0.12.5+~1.0.10.orig-is-generator-function.tar.gz + f86686faa77df23baeaa856354c8cd18 24805 node-util_0.12.5+~1.0.10.orig.tar.gz + e4dc4bf67f8d966aa871acfe3a8e5839 6016 node-util_0.12.5+~1.0.10-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-uuid +Binary: node-uuid +Architecture: all +Version: 8.3.2+~8.3.4-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/uuidjs/uuid +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-uuid +Vcs-Git: https://salsa.debian.org/js-team/node-uuid.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest , jq, node-babel7, node-json-stringify-safe , node-rollup-plugin-node-resolve (>= 9~), node-rollup-plugin-terser, pandoc , rollup, uglifyjs +Package-List: + node-uuid deb javascript optional arch=all +Directory: pool/f866f73c46b28e13b3740c446f30beca1a7e0837b3c59e7dc13aac337ef86596 +Checksums-Sha1: + 4f7b0c56a38dc53c19fb1bbd8d12754a3bb7f19b 2489 node-uuid_8.3.2+~8.3.4-1.dsc + bd86a43617df0594787d38b735f55c805becf1bc 2411 node-uuid_8.3.2+~8.3.4.orig-Xtypes.tar.gz + 50070cc8821e7e3f405a5e64bf815caf3ba3a63e 208965 node-uuid_8.3.2+~8.3.4.orig.tar.gz + 7060dd85af50c173e3ea8e689a640b0be9b9e30e 15652 node-uuid_8.3.2+~8.3.4-1.debian.tar.xz +Checksums-Sha256: + f866f73c46b28e13b3740c446f30beca1a7e0837b3c59e7dc13aac337ef86596 2489 node-uuid_8.3.2+~8.3.4-1.dsc + 73cccf2d2bc8e8d3076501282c00fa827382a59049c6e72a41db2d608af163d5 2411 node-uuid_8.3.2+~8.3.4.orig-Xtypes.tar.gz + a3f419bfca2f937935ef039cf62b01a28e96d99129038f7a1fa4a5427cdc372d 208965 node-uuid_8.3.2+~8.3.4.orig.tar.gz + d70710b351aa48d1cfe80e6347f4d32714499b0599cd2240c20c16f52afcdef4 15652 node-uuid_8.3.2+~8.3.4-1.debian.tar.xz +Files: + 82c366e787189248b065f4d5439f7393 2489 node-uuid_8.3.2+~8.3.4-1.dsc + 8a175c02bc47a341d890f50220da85b6 2411 node-uuid_8.3.2+~8.3.4.orig-Xtypes.tar.gz + 415fbab19c2a00238ddee07e00629ecb 208965 node-uuid_8.3.2+~8.3.4.orig.tar.gz + b4dda8e829caded7ab5595cb53e837f2 15652 node-uuid_8.3.2+~8.3.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-v8-compile-cache +Binary: node-v8-compile-cache +Architecture: all +Version: 2.4.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi , Jérémy Lal +Homepage: https://github.com/zertosh/v8-compile-cache +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-v8-compile-cache +Vcs-Git: https://salsa.debian.org/js-team/node-v8-compile-cache.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-semver , node-tap , node-temp , node-rimraf +Package-List: + node-v8-compile-cache deb javascript optional arch=all +Directory: pool/73068374e0f4bff60400c058a452336f934b9050664f15e18d55c6e1876d7082 +Checksums-Sha1: + dd16ae25db1a74bbe088aef7f91af687a0eb546d 2274 node-v8-compile-cache_2.4.0-2.dsc + 0396b6e43694823fe69d30e82afa4650e74d66ce 11324 node-v8-compile-cache_2.4.0.orig.tar.gz + 6e13bacac6fc7bf6d114f1582c725df72d58da68 4508 node-v8-compile-cache_2.4.0-2.debian.tar.xz +Checksums-Sha256: + 73068374e0f4bff60400c058a452336f934b9050664f15e18d55c6e1876d7082 2274 node-v8-compile-cache_2.4.0-2.dsc + 57c4833e7c68ddf408a3e1d4400fadc63609f413237d4723986f10d47e7fc074 11324 node-v8-compile-cache_2.4.0.orig.tar.gz + 697e9a057bd7670042117a8fad48b4b0d5b910c2bca0c2fddd76eb50e13b033a 4508 node-v8-compile-cache_2.4.0-2.debian.tar.xz +Files: + 082da42034cbc077354137f3f711b07e 2274 node-v8-compile-cache_2.4.0-2.dsc + b4eff9b0db56036eeb6f2939a109b3aa 11324 node-v8-compile-cache_2.4.0.orig.tar.gz + 2b6e637e70e6226dd6970644dc10313a 4508 node-v8-compile-cache_2.4.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-v8flags +Binary: node-v8flags +Architecture: all +Version: 3.2.0+~3.1.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/tkellen/node-v8flags +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-v8flags +Vcs-Git: https://salsa.debian.org/js-team/node-v8flags.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-async , node-chai (>= 4) +Package-List: + node-v8flags deb javascript optional arch=all +Directory: pool/2e343567a35d402b0413c9dbfabec8013f54e8fde5a96d074c1fd52d8f0fd896 +Checksums-Sha1: + 61db998a6854d72d290b1bfd348ae91fd9df22ce 2447 node-v8flags_3.2.0+~3.1.1-1.dsc + 49fa7ae17f06ad5267432da1095e0188a319a883 1520 node-v8flags_3.2.0+~3.1.1.orig-types-v8flags.tar.gz + 8122f611ba9250e000aea554177c8e1a8a5b3e7e 7366 node-v8flags_3.2.0+~3.1.1.orig.tar.gz + 44fe2988ab66319676c868d4f4441a44689e9bdb 5448 node-v8flags_3.2.0+~3.1.1-1.debian.tar.xz +Checksums-Sha256: + 2e343567a35d402b0413c9dbfabec8013f54e8fde5a96d074c1fd52d8f0fd896 2447 node-v8flags_3.2.0+~3.1.1-1.dsc + 5c668a89c388054b622dcb4a9ae48cf528ac7b206b15a6c8c8015366b892a96b 1520 node-v8flags_3.2.0+~3.1.1.orig-types-v8flags.tar.gz + c03a092dddf1b385f5f5c40bb4fa35af8c29552de8d17d620b051b50d1b412bc 7366 node-v8flags_3.2.0+~3.1.1.orig.tar.gz + 400e85ba407b28e1b35e9ed89ab181157897274294aa4a0c2d49462ad35d67f0 5448 node-v8flags_3.2.0+~3.1.1-1.debian.tar.xz +Files: + 82a3b6a8296d7479f14b76ea75e98113 2447 node-v8flags_3.2.0+~3.1.1-1.dsc + 01d2ca23e20e861409b4c7812bbd441c 1520 node-v8flags_3.2.0+~3.1.1.orig-types-v8flags.tar.gz + 8935a513139ba1620455fad85d7d56c1 7366 node-v8flags_3.2.0+~3.1.1.orig.tar.gz + 013a50c0b19fdb43f2819ff050b854af 5448 node-v8flags_3.2.0+~3.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-validate-npm-package-license +Binary: node-validate-npm-package-license +Architecture: all +Version: 3.0.4-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/kemitchell/validate-npm-package-license.js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-validate-npm-package-license +Vcs-Git: https://salsa.debian.org/js-team/node-validate-npm-package-license.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-spdx-correct , node-spdx-expression-parse +Package-List: + node-validate-npm-package-license deb javascript optional arch=all +Directory: pool/b8245573507db9855710b5527f6d95b3297a41e2490beb2cb132c7acd59d8cae +Checksums-Sha1: + c48157df2fdfcd651d38cd0a9c431928e627dcb9 2337 node-validate-npm-package-license_3.0.4-2.dsc + 135110074cafb0d06bc21707c72b3ffab2c7581c 7045 node-validate-npm-package-license_3.0.4.orig.tar.gz + cd56b64beca5694eefbcc6de1cfcc5372a8efc3e 2460 node-validate-npm-package-license_3.0.4-2.debian.tar.xz +Checksums-Sha256: + b8245573507db9855710b5527f6d95b3297a41e2490beb2cb132c7acd59d8cae 2337 node-validate-npm-package-license_3.0.4-2.dsc + 96c7b266b57b797fa5c44f0a2a666b2e1e56188f3ec56c69b0f6f9c91baf1def 7045 node-validate-npm-package-license_3.0.4.orig.tar.gz + 3e6573a8a469c8405b3561d149826e7bd8dcf67bb3d50de7796902aaba08f33c 2460 node-validate-npm-package-license_3.0.4-2.debian.tar.xz +Files: + fb53ccdd22daa9c1bfe133ac4622f769 2337 node-validate-npm-package-license_3.0.4-2.dsc + 3b0af32a5bb2fe30656ab739ac2ec791 7045 node-validate-npm-package-license_3.0.4.orig.tar.gz + eebde5f12a4411041d6ff7e0bcbe6bf8 2460 node-validate-npm-package-license_3.0.4-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-validate-npm-package-name +Binary: node-validate-npm-package-name +Architecture: all +Version: 5.0.0+~4.0.0-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/npm/validate-npm-package-name +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-validate-npm-package-name +Vcs-Git: https://salsa.debian.org/js-team/node-validate-npm-package-name.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-builtins (>= 5) , node-tap +Package-List: + node-validate-npm-package-name deb javascript optional arch=all +Directory: pool/55c54c19caa95b51615c0198f8df0438557d0d066e1ea9dcc41cdc1e896e9f22 +Checksums-Sha1: + 9d21dcb53807155d8bddefbdb8cb0b2e9501b540 2749 node-validate-npm-package-name_5.0.0+~4.0.0-1.dsc + 3b53194dd3888fbb01f794fa368fb3472381d1fe 1816 node-validate-npm-package-name_5.0.0+~4.0.0.orig-types-validate-npm-package-name.tar.gz + 512dfb8ad32dab21980f025aad7e54d9ae5c4b5f 11454 node-validate-npm-package-name_5.0.0+~4.0.0.orig.tar.gz + 217da647bd56ec3cad8cb650085093db854fe685 3304 node-validate-npm-package-name_5.0.0+~4.0.0-1.debian.tar.xz +Checksums-Sha256: + 55c54c19caa95b51615c0198f8df0438557d0d066e1ea9dcc41cdc1e896e9f22 2749 node-validate-npm-package-name_5.0.0+~4.0.0-1.dsc + 890a36d409ddf1fc9c38bb59bbaccc674144a5a38f5677c016647d48fc9a3a8b 1816 node-validate-npm-package-name_5.0.0+~4.0.0.orig-types-validate-npm-package-name.tar.gz + dbba8f5ba21402120beefb6484d7b556c2b58b84cc0cef1893b251dce623bb51 11454 node-validate-npm-package-name_5.0.0+~4.0.0.orig.tar.gz + d3ee3867ea8d57745bc421074b11f93eef6f7fb61dacc587965a23b72a39a417 3304 node-validate-npm-package-name_5.0.0+~4.0.0-1.debian.tar.xz +Files: + 70e38c45164681157663fff19cff491f 2749 node-validate-npm-package-name_5.0.0+~4.0.0-1.dsc + e5ce66a88e245aa46d4c94463cfe75e3 1816 node-validate-npm-package-name_5.0.0+~4.0.0.orig-types-validate-npm-package-name.tar.gz + c5dc269659a075ec656dc484f39e180b 11454 node-validate-npm-package-name_5.0.0+~4.0.0.orig.tar.gz + 53f8c18d087e7c5b1ab5ef5cfe6bb6f6 3304 node-validate-npm-package-name_5.0.0+~4.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-watchpack +Binary: node-watchpack +Architecture: all +Version: 2.4.0+~cs2.8.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/watchpack +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-watchpack +Vcs-Git: https://salsa.debian.org/js-team/node-watchpack.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-chokidar (>= 2.0.2~) , node-graceful-fs , node-neo-async , node-rimraf , node-should , node-write-file-atomic +Package-List: + node-watchpack deb javascript optional arch=all +Directory: pool/f2022674020813eb9e04f410bf251c05e0e5e307eef6f2b51fa1a53364406bae +Checksums-Sha1: + 6d80fb9fd95ec003dbc3737192d8578cbc834210 2955 node-watchpack_2.4.0+~cs2.8.1-1.dsc + 8d7d985aa9877580f9b2c03cbccee1b04fc54db0 4665 node-watchpack_2.4.0+~cs2.8.1.orig-glob-to-regexp.tar.gz + 35c6f8cdb3e82f443a93207856a54c2bfa7e6041 3423 node-watchpack_2.4.0+~cs2.8.1.orig-types-watchpack.tar.gz + 11581d65c2c0751896ae83a0707e1282ae52559e 48430 node-watchpack_2.4.0+~cs2.8.1.orig.tar.gz + d360b4cbde9443ee40c17f2d635167ad66ec05e2 4148 node-watchpack_2.4.0+~cs2.8.1-1.debian.tar.xz +Checksums-Sha256: + f2022674020813eb9e04f410bf251c05e0e5e307eef6f2b51fa1a53364406bae 2955 node-watchpack_2.4.0+~cs2.8.1-1.dsc + 8f5bdfd5c22ce0834419324d737e0027843bfcbf67ec82e18868d90cb9022927 4665 node-watchpack_2.4.0+~cs2.8.1.orig-glob-to-regexp.tar.gz + 31213ba459092fde65dc4b95c29a27b434a87e9579bc3f46ce255a02b6840c94 3423 node-watchpack_2.4.0+~cs2.8.1.orig-types-watchpack.tar.gz + 62bd730c2c2e8324fdd24a379bb2a8e71313842f59c0b8116aae15bf952f78dd 48430 node-watchpack_2.4.0+~cs2.8.1.orig.tar.gz + 4a45a52951cf646e5b8caf000d2c7d7b37fbb99b9c78bb696fd3f24b87e3f244 4148 node-watchpack_2.4.0+~cs2.8.1-1.debian.tar.xz +Files: + e67ad2b33d84cee7f258d924f6399501 2955 node-watchpack_2.4.0+~cs2.8.1-1.dsc + 5f6763e5b3b4c63368e1d90d40157264 4665 node-watchpack_2.4.0+~cs2.8.1.orig-glob-to-regexp.tar.gz + 1bbb4e4074001456a5d820517817a0af 3423 node-watchpack_2.4.0+~cs2.8.1.orig-types-watchpack.tar.gz + e32511367f7be9f74af14944195e4f48 48430 node-watchpack_2.4.0+~cs2.8.1.orig.tar.gz + f967df0a7d09a407ec4db0cc17c00c70 4148 node-watchpack_2.4.0+~cs2.8.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-wcwidth.js +Binary: node-wcwidth.js +Architecture: all +Version: 1.0.2-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Suhail P +Homepage: http://code.woong.org/wcwidth.js +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-wcwidth.js +Vcs-Git: https://salsa.debian.org/js-team/node-wcwidth.js.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-defaults , node-tape +Package-List: + node-wcwidth.js deb javascript optional arch=all +Directory: pool/14ddd3d7c2239ce560920845978ff6b005c7eb452f5145bdaab4e1ab8613a3e6 +Checksums-Sha1: + 8dce50319d51a4f7f26cddee2a26f715b71313ab 2087 node-wcwidth.js_1.0.2-2.dsc + afd8d2f9d1f6a9e31bd326f5330f780e50bfb19b 10522 node-wcwidth.js_1.0.2.orig.tar.gz + 001b4b9892d769e1a2cdf03e2014522c10dc27cb 2868 node-wcwidth.js_1.0.2-2.debian.tar.xz +Checksums-Sha256: + 14ddd3d7c2239ce560920845978ff6b005c7eb452f5145bdaab4e1ab8613a3e6 2087 node-wcwidth.js_1.0.2-2.dsc + 6d9093a057cbeed1219da2699796c038cd2cf6ebdfa5084cfa0fba2ffab24c00 10522 node-wcwidth.js_1.0.2.orig.tar.gz + 28bc0e11408fbd1d712ab91e9f1df8166bb0ae93eab406fe550770c29ffe14b0 2868 node-wcwidth.js_1.0.2-2.debian.tar.xz +Files: + e9d6cfd30af31daa03d1fa4056883937 2087 node-wcwidth.js_1.0.2-2.dsc + cf578b67c06d2c0767f971f90934ab26 10522 node-wcwidth.js_1.0.2.orig.tar.gz + 512d7ff672e5a11bad88e692a41f5636 2868 node-wcwidth.js_1.0.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-webassemblyjs +Binary: node-webassemblyjs +Architecture: all +Version: 1.11.4+dfsg+~cs10.11.17-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/xtuc/webassemblyjs +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-webassemblyjs +Vcs-Git: https://salsa.debian.org/js-team/node-webassemblyjs.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, chai , eslint , jest , mocha , node-babel7, node-debbundle-es-to-primitive, node-define-properties, node-es-abstract, node-function-bind, node-glob, node-object-inspect +Package-List: + node-webassemblyjs deb javascript optional arch=all +Directory: pool/4e23aec7251512fe147e14b4c47a364dfcc8e6ce9708ab716e2b57ef5db518ae +Checksums-Sha1: + a4cddbaef00dcced3646953c52803b8e92493939 5337 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2.dsc + 144a8df59050674391842f9d4403ebe43c3adfec 6880 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-arrayprototypeflatmap.tar.xz + 52c20d8e798ccee8238a16e3b6d76d1f2fac569b 2420 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-babel-plugin-mamacro.tar.xz + f47b57118a053e9d802cc7173e219c2db6b39070 6888 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-call-bind.tar.xz + 28d993be88884fd815cee8bce3b4777b34439492 11580 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-get-intrinsic.tar.xz + d39f66a78c3a73e6d6c0621e62247da70d0a9944 10808 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-is-regex.tar.xz + c1cc1584a10a9c60348eaeb04b9fea3eb41553c8 2600 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-requireindex.tar.xz + b1b4c550f6c518c95d0afeef943833d41a0cc940 3052 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-xtucieee754.tar.xz + b7d440b7a10cf8c54f557af60c6f7e48a92c1fdb 24960 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-xtuclong.tar.xz + a1f4dd95d7cf1d9c0bed59edb11d89c01f4826c9 582856 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig.tar.xz + adee6cb68673f4862589aa52ca804989f45a5532 7548 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2.debian.tar.xz +Checksums-Sha256: + 4e23aec7251512fe147e14b4c47a364dfcc8e6ce9708ab716e2b57ef5db518ae 5337 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2.dsc + 1072b03840dab71f460df2803a53837585025bc68841a4bc52188ef5cd5b0ead 6880 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-arrayprototypeflatmap.tar.xz + 99958bb515f5f74ac1ba67ace8805605df83be7a2af6e34b115416f300cf2378 2420 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-babel-plugin-mamacro.tar.xz + bd4dd4f0d583cbfbbab711d719ab1ea56fd93523c3ed0e6246899ede5474d72f 6888 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-call-bind.tar.xz + d8eb050cbbff9d0503b527c355641430392ff538d6bd91d831dcbb5c65c78b33 11580 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-get-intrinsic.tar.xz + 63470de79d04f3bb8fdb2b8ca618b37598afa90b43bcd062deb41c5d77af0280 10808 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-is-regex.tar.xz + fda200b657cd818a18d595c716ebd4c9701c75bdaecfbb1b2afb788c944a424f 2600 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-requireindex.tar.xz + ed0a9d61c9b4a784b04acbdc52d3a1d783b04c7769ad620ed6454aff301acebf 3052 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-xtucieee754.tar.xz + 20f24f622648f6256e48e044103668c0589fba8fff681a0d77de7b1163ffa0c4 24960 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-xtuclong.tar.xz + 07e50c211b7471f1a3182e8e872a236353b0361f716078ec15827201ac5e311b 582856 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig.tar.xz + 81b6c03343950a658a9c316c2fa145bb02240cebae96f8243c12f9ae034058a6 7548 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2.debian.tar.xz +Files: + 89162d283e12bfd7c146d4371c675fa8 5337 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2.dsc + 8fc9a2ea8cbb4c019c665b059dc5289b 6880 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-arrayprototypeflatmap.tar.xz + f26b78fd61d5545bb85db37d66d0ac49 2420 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-babel-plugin-mamacro.tar.xz + 0d1f1ca1791ccf767a21091087bbc7ab 6888 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-call-bind.tar.xz + 1381afebafa32f60795ae925f421af05 11580 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-get-intrinsic.tar.xz + 0f538f17340e38e450e23835ceffc79b 10808 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-is-regex.tar.xz + d62c3fcb7323bd998706124075eb9c7f 2600 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-requireindex.tar.xz + db8014a2ebc3c2831ea63de520e934aa 3052 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-xtucieee754.tar.xz + f3c5feee27f443d0405d35630a2742b9 24960 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig-xtuclong.tar.xz + 7f16bf4f6c8ed36fd656ca38c6160bea 582856 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17.orig.tar.xz + b095b99ca01eac8129e6e8685c9e6993 7548 node-webassemblyjs_1.11.4+dfsg+~cs10.11.17-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-webpack-sources +Binary: node-webpack-sources +Architecture: all +Version: 3.2.3+~3.2.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/webpack-sources +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-webpack-sources +Vcs-Git: https://salsa.debian.org/js-team/node-webpack-sources.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, jest +Package-List: + node-webpack-sources deb javascript optional arch=all +Directory: pool/034996077d08ce86003c587af81183f77592fc5c1fc0575d7b313730a5780400 +Checksums-Sha1: + d5d60fe0f968785c282a42f4f7d9fe6909a2e790 2540 node-webpack-sources_3.2.3+~3.2.0-2.dsc + 16d759ba096c289034b26553d2df1bf45248d38b 3985 node-webpack-sources_3.2.3+~3.2.0.orig-types-webpack-sources.tar.gz + 28712f68509a672f48f0194e9f66735ae579b888 219167 node-webpack-sources_3.2.3+~3.2.0.orig.tar.gz + 5ab64289ad567a39b33a79dbcaaa69454d4e2a6e 6376 node-webpack-sources_3.2.3+~3.2.0-2.debian.tar.xz +Checksums-Sha256: + 034996077d08ce86003c587af81183f77592fc5c1fc0575d7b313730a5780400 2540 node-webpack-sources_3.2.3+~3.2.0-2.dsc + 10434956ef92df432366d6d4b94f6ef3afb40a489a83f274e1a91d53867ae9db 3985 node-webpack-sources_3.2.3+~3.2.0.orig-types-webpack-sources.tar.gz + 6a468c18865ec1f676c7ce90691440515fe57e1479b1276dbaa9540899077040 219167 node-webpack-sources_3.2.3+~3.2.0.orig.tar.gz + f2ffad9c45ad40b6e53396eea07d7857f4957fa96f535e8ea658c434be2707b5 6376 node-webpack-sources_3.2.3+~3.2.0-2.debian.tar.xz +Files: + f34876ea0b9f65cd79ffef721d1683d0 2540 node-webpack-sources_3.2.3+~3.2.0-2.dsc + 5876a900a970bbb381e53a67c68dbb55 3985 node-webpack-sources_3.2.3+~3.2.0.orig-types-webpack-sources.tar.gz + 30b3d4f643a6579b4d2cc72a9fc84da2 219167 node-webpack-sources_3.2.3+~3.2.0.orig.tar.gz + 2418bcc8ec8d25e4d35c69692b640db0 6376 node-webpack-sources_3.2.3+~3.2.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-webpack +Binary: webpack +Architecture: all +Version: 5.94.0+dfsg1+~cs11.18.26-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/webpack/webpack +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-webpack +Vcs-Git: https://salsa.debian.org/js-team/node-webpack.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, jest (>= 29) , node-acorn (>= 8.5.0+ds+~cs24.17.6~), node-envinfo, node-babel7, node-browserslist , node-chrome-trace-event , node-colorette, node-commander, node-enhanced-resolve , node-es-module-lexer, node-eslint-scope , node-eslint-visitor-keys, node-esrecurse , node-estraverse , node-events , node-findup-sync , node-graceful-fs , node-interpret (>= 2.2~) , node-json-parse-better-errors , node-libs-browser , node-loader-runner , node-mime-types , node-neo-async , node-p-limit , node-rechoir, node-resolve-cwd , node-rollup-plugin-commonjs, node-rollup-plugin-json, node-rollup-plugin-node-resolve, node-rollup-plugin-terser, node-schema-utils , node-supports-color , node-tapable (>= 2.0~), node-typescript, node-watchpack , node-webassemblyjs (>= 1.9.1+dfsg+~cs11.9.35~) , node-webpack-merge (>= 5.8.0~), node-webpack-sources (>= 3.2.1~) , node-yargs , rollup, terser +Package-List: + webpack deb javascript optional arch=all +Directory: pool/6e927dd66e9978806132e4edd9b7e47bae074a72287295fd0a138c0e29773fd6 +Checksums-Sha1: + a1dfab0fca37e383b0edf58b6124adbd6defb318 4767 node-webpack_5.94.0+dfsg1+~cs11.18.26-2.dsc + 1797fc9c16f5cba9e8a4317675235c97760e4ea7 4612 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-acorn-import-attributes.tar.xz + 9d611a9b5945871f7f6356bdac241f7ae811b0a9 47136 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-discoveryjs-json-ext.tar.xz + f2bb8585322bed6e22f632d5815c01982d170aab 181588 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-terser-webpack-plugin.tar.xz + 1b51b9d2140bd239e0f8aba7ca0d4ae3d69b031c 334292 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-webpack-cli.tar.xz + f7582951a3341ec020a6157fa9f5a9baa9c8e0ac 1947948 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig.tar.xz + 1a51bc7b57c0a78955f3af4d4a3ee3cc30abf26e 40356 node-webpack_5.94.0+dfsg1+~cs11.18.26-2.debian.tar.xz +Checksums-Sha256: + 6e927dd66e9978806132e4edd9b7e47bae074a72287295fd0a138c0e29773fd6 4767 node-webpack_5.94.0+dfsg1+~cs11.18.26-2.dsc + cbf9361b2c196e4addc9d83b166c515baa143851cfcc1cb9287508e7e93036e8 4612 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-acorn-import-attributes.tar.xz + fc7e7aefe600a040f523e8f17de24dc3ca0e1de097d40e571d8cf89507fc9867 47136 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-discoveryjs-json-ext.tar.xz + 81aea9ec1428964ac5d4f59d8a1bc9d4be8644de8519443c208ae2a3e9b634aa 181588 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-terser-webpack-plugin.tar.xz + cdf118a4d9b5729d1caeec4443f4ca7d9b9c0caf349a3f0fc1f5130a3f2314a1 334292 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-webpack-cli.tar.xz + 75e89763cc0d5f1c29a61306e7843831c7076660cfa6b0b539535a50714153bf 1947948 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig.tar.xz + bae153241ed4357e15fe468b5c1efb2e417f4d1ae1fd9317433210ffaed63cc1 40356 node-webpack_5.94.0+dfsg1+~cs11.18.26-2.debian.tar.xz +Files: + 710c48617eb613d90a96b1e84bd416c7 4767 node-webpack_5.94.0+dfsg1+~cs11.18.26-2.dsc + 8d534e7cf97f6332d6d1271964d75856 4612 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-acorn-import-attributes.tar.xz + 36078ca45a803910b8b68a0351c56b6b 47136 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-discoveryjs-json-ext.tar.xz + 78c562a9d26131a4dade410b68569c60 181588 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-terser-webpack-plugin.tar.xz + c422805917a2233108d8a3a2e8b50837 334292 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig-webpack-cli.tar.xz + 56c605f27e5117567c90513bf922661b 1947948 node-webpack_5.94.0+dfsg1+~cs11.18.26.orig.tar.xz + e4abd6798386409ed9bcccf420671c30 40356 node-webpack_5.94.0+dfsg1+~cs11.18.26-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-which +Binary: node-which +Architecture: all +Version: 2.0.2+~cs1.3.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://github.com/isaacs/node-which +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-which +Vcs-Git: https://salsa.debian.org/js-team/node-which.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-isexe , node-tap , node-mkdirp , node-rimraf +Package-List: + node-which deb javascript optional arch=all +Directory: pool/dfa893f1cbf9ce1756347d6fc808da8631f04659cf03ba2c597a894bd2348c21 +Checksums-Sha1: + 72975a87280979ae6548835de55e27e53d1b65cf 2453 node-which_2.0.2+~cs1.3.2-3.dsc + 9c246fc0c93ded311c8512df2891fb41f6227fdf 2099 node-which_2.0.2+~cs1.3.2.orig-types-which.tar.gz + d618dd4e5818b6b1fad9dbbbed34c44e2c20d43e 35404 node-which_2.0.2+~cs1.3.2.orig.tar.gz + ce846eccabbbc26a0adc076d7f449f290912313f 3936 node-which_2.0.2+~cs1.3.2-3.debian.tar.xz +Checksums-Sha256: + dfa893f1cbf9ce1756347d6fc808da8631f04659cf03ba2c597a894bd2348c21 2453 node-which_2.0.2+~cs1.3.2-3.dsc + 20c508a1956436e4c3564abdff7d62ec3d255c03a096ee589a66722b240ada75 2099 node-which_2.0.2+~cs1.3.2.orig-types-which.tar.gz + 1481ccbca51ce09fa06451fd02986a3a0b028d100ffc48e5cc92201b1018abfe 35404 node-which_2.0.2+~cs1.3.2.orig.tar.gz + 132889fcd1152cfbb56fa31e350ef23ab63d2bfa2b7ee3be0d34e4ee08c6cd00 3936 node-which_2.0.2+~cs1.3.2-3.debian.tar.xz +Files: + cd374e3eb75b967a52f6b8fbcbe197f3 2453 node-which_2.0.2+~cs1.3.2-3.dsc + 397993c153de071bb603a985c8f30ac0 2099 node-which_2.0.2+~cs1.3.2.orig-types-which.tar.gz + dc1d27b063dc502a15f740edd2a648ed 35404 node-which_2.0.2+~cs1.3.2.orig.tar.gz + 4ebb8bfeac68c625b8f4f8d8cf79e7a8 3936 node-which_2.0.2+~cs1.3.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-wide-align +Binary: node-wide-align +Architecture: all +Version: 1.1.3-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/iarna/wide-align#readme +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-wide-align +Vcs-Git: https://salsa.debian.org/js-team/node-wide-align.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-string-width , node-tap +Package-List: + node-wide-align deb javascript optional arch=all +Directory: pool/d8d790e49a2e2d786df259be8cc4d9199272f74aafbeee9964b83e99681acbd6 +Checksums-Sha1: + e064b23d018f4e8a1f1bec508a6858889ba3938b 2106 node-wide-align_1.1.3-4.dsc + 732e8801794f953da8a4261c77ccf7cb200422b1 18294 node-wide-align_1.1.3.orig.tar.gz + 228790608b365e0b398fed87db22c4f99dcc9de0 2632 node-wide-align_1.1.3-4.debian.tar.xz +Checksums-Sha256: + d8d790e49a2e2d786df259be8cc4d9199272f74aafbeee9964b83e99681acbd6 2106 node-wide-align_1.1.3-4.dsc + a57cc79298053950730cc7dde7952b7ebba2479985ea2ca984ab41cf4726175b 18294 node-wide-align_1.1.3.orig.tar.gz + bebc28f4f474fa4bd21d5335f3d6e92abc9387c8d85563625e27fbc5862aa058 2632 node-wide-align_1.1.3-4.debian.tar.xz +Files: + 50718dc13b9bad7518712669da8f8f96 2106 node-wide-align_1.1.3-4.dsc + 20d81fc39ecca018629dbeb251269f2a 18294 node-wide-align_1.1.3.orig.tar.gz + a54fc2146e2dca5a6da04a138a1b41fb 2632 node-wide-align_1.1.3-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-wordwrap +Binary: node-wordwrap +Architecture: all +Version: 1.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino +Homepage: https://github.com/substack/node-wordwrap +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-wordwrap +Vcs-Git: https://salsa.debian.org/js-team/node-wordwrap.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tape +Package-List: + node-wordwrap deb javascript optional arch=all +Directory: pool/a251f18bbcbbf2e3f3de1e951fb619b8c5c64b9d32d41ba10b4c9b240c1f5050 +Checksums-Sha1: + 5a91e5e42a16beecc1afbfb5dc466b1cffaf8775 2051 node-wordwrap_1.0.0-4.dsc + ad8b9f2a32c835f3af6cf2db41bc2d198ebff900 14591 node-wordwrap_1.0.0.orig.tar.gz + ce3b8ceeb078026188dc072ef1411b7f9e1bd31f 2756 node-wordwrap_1.0.0-4.debian.tar.xz +Checksums-Sha256: + a251f18bbcbbf2e3f3de1e951fb619b8c5c64b9d32d41ba10b4c9b240c1f5050 2051 node-wordwrap_1.0.0-4.dsc + 2f02548309dc5c6c4390745f8a73f342945c04fe4a801b834d510ce63213106b 14591 node-wordwrap_1.0.0.orig.tar.gz + fde3711363c3b7598477f55c8f78ff53ae3de94bb60955c16570f2f255949f92 2756 node-wordwrap_1.0.0-4.debian.tar.xz +Files: + 00dda1629c5110fa9dae07b4496d75a9 2051 node-wordwrap_1.0.0-4.dsc + 6f459e10a9196d7643671da95ac3964c 14591 node-wordwrap_1.0.0.orig.tar.gz + 441807fc97beec0e7c1f348917417e0a 2756 node-wordwrap_1.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-wrap-ansi +Binary: node-wrap-ansi +Architecture: all +Version: 8.0.1+~8.0.1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Paolo Greppi +Homepage: https://github.com/chalk/wrap-ansi +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-wrap-ansi +Vcs-Git: https://salsa.debian.org/js-team/node-wrap-ansi.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.12.3~), node-chalk , node-has-ansi , node-resolve-from , node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, node-rollup-plugin-terser, node-string-width , node-strip-ansi , node-tape , rollup, terser +Package-List: + node-wrap-ansi deb javascript optional arch=all +Directory: pool/1689fcf8bf686dac49864bb4e4bf481298abf9b4e338800b638a03ac260e0078 +Checksums-Sha1: + a8d2b1d05516215945077d9d4cd357dd0e3b3501 2689 node-wrap-ansi_8.0.1+~8.0.1-3.dsc + 59dc91b83a2e949971da8617592d9eaaf6592774 1901 node-wrap-ansi_8.0.1+~8.0.1.orig-types-wrap-ansi.tar.gz + 9e0bde0b15e43fe42e9004f145a3f459e4f1a775 18535 node-wrap-ansi_8.0.1+~8.0.1.orig.tar.gz + 57e8dd6aa906d84ac144c8c1dc62717770cc860e 5952 node-wrap-ansi_8.0.1+~8.0.1-3.debian.tar.xz +Checksums-Sha256: + 1689fcf8bf686dac49864bb4e4bf481298abf9b4e338800b638a03ac260e0078 2689 node-wrap-ansi_8.0.1+~8.0.1-3.dsc + f11ea9a7aaf967dcd26d714aa8bbe9a7a895101a4837dfd507f59cabd9c28fe8 1901 node-wrap-ansi_8.0.1+~8.0.1.orig-types-wrap-ansi.tar.gz + b5f232dc6aa1a1bca281e5a3df3c6fd129517310b44e9d85a9fbaa4c1243756e 18535 node-wrap-ansi_8.0.1+~8.0.1.orig.tar.gz + 065605a64f9ff94244812eb8fc35c7623a5b42d645063f6231f0e6436227446e 5952 node-wrap-ansi_8.0.1+~8.0.1-3.debian.tar.xz +Files: + 117c42c0f95c5241df3984b7c92bf58f 2689 node-wrap-ansi_8.0.1+~8.0.1-3.dsc + fa27a9b482010662f2b5478515817237 1901 node-wrap-ansi_8.0.1+~8.0.1.orig-types-wrap-ansi.tar.gz + feee83d99705abcdc3cb36ceeb9da892 18535 node-wrap-ansi_8.0.1+~8.0.1.orig.tar.gz + fa2858a157badda414095ee487ecb468 5952 node-wrap-ansi_8.0.1+~8.0.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-wrappy +Binary: node-wrappy +Architecture: all +Version: 1.0.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Thorsten Alteholz +Homepage: https://github.com/npm/wrappy +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-wrappy +Vcs-Git: https://salsa.debian.org/js-team/node-wrappy.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-tap +Package-List: + node-wrappy deb javascript optional arch=all +Directory: pool/f70d62146d7ff5c851bdcc018c5d7865dae0c37c34af9a38c5acbc4f3395c650 +Checksums-Sha1: + f73b6d2262d5d019f92ac055a6987669d01ecab0 2019 node-wrappy_1.0.2-3.dsc + 8de3b6a53baa9447f7d95b44d64602974fd351b1 2338 node-wrappy_1.0.2.orig.tar.gz + 84246cea5fb7bab71c4680c00a3ecac1e8536ddd 2572 node-wrappy_1.0.2-3.debian.tar.xz +Checksums-Sha256: + f70d62146d7ff5c851bdcc018c5d7865dae0c37c34af9a38c5acbc4f3395c650 2019 node-wrappy_1.0.2-3.dsc + b81382832bbc862775b0772ab65e1e0932ccbd23016f013b6ff31b626b05cc0c 2338 node-wrappy_1.0.2.orig.tar.gz + 4c793a45889763114a43474c4e19f5c55419d7f39fbacd643dd597c5655f5867 2572 node-wrappy_1.0.2-3.debian.tar.xz +Files: + 0e6ad87b4fdfb8994ee5982821dbff1d 2019 node-wrappy_1.0.2-3.dsc + 86cec3f69bcad0517eb009e1799bf986 2338 node-wrappy_1.0.2.orig.tar.gz + cb8ca62c493a13e9b71cee759af8a9d7 2572 node-wrappy_1.0.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-write-file-atomic +Binary: node-write-file-atomic +Architecture: all +Version: 4.0.2+~4.0.0-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Aarti Kashyap +Homepage: https://github.com/iarna/write-file-atomic +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/node-write-file-atomic +Vcs-Git: https://salsa.debian.org/js-team/node-write-file-atomic.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs +Package-List: + node-write-file-atomic deb javascript optional arch=all +Directory: pool/f8e661a6a07f0744ab85099964ec99bf5223a69916a2c0735df1cbf71d44403a +Checksums-Sha1: + 6b35874d969dfda34722cb6f1ff892c86e77f7ef 2554 node-write-file-atomic_4.0.2+~4.0.0-2.dsc + ffcedcb1ae027e0a28ddfe218b72b3573797b5bc 1921 node-write-file-atomic_4.0.2+~4.0.0.orig-types-write-file-atomic.tar.gz + cbcfcec50964f3a07cd653e4c4d042c9d8d212cf 13367 node-write-file-atomic_4.0.2+~4.0.0.orig.tar.gz + 214da0514b0fe179de67e06699cd642f7c996cff 3688 node-write-file-atomic_4.0.2+~4.0.0-2.debian.tar.xz +Checksums-Sha256: + f8e661a6a07f0744ab85099964ec99bf5223a69916a2c0735df1cbf71d44403a 2554 node-write-file-atomic_4.0.2+~4.0.0-2.dsc + 774d324c34c994240e9df9a6b93e5417d4718690f0a637d73840a31887fb932f 1921 node-write-file-atomic_4.0.2+~4.0.0.orig-types-write-file-atomic.tar.gz + 206503317ac2ee014e14c97c29d5e1c06efb03dcbd4ee2a18f464d06df2e6a1f 13367 node-write-file-atomic_4.0.2+~4.0.0.orig.tar.gz + 1cd0a885b7ccb4dc143a4dbd9e82a8846aab5b787342fd17b01f535d817e3839 3688 node-write-file-atomic_4.0.2+~4.0.0-2.debian.tar.xz +Files: + 9144dba36658aaa852c6e2b7a707d501 2554 node-write-file-atomic_4.0.2+~4.0.0-2.dsc + b42fce8a1219658fb55431a45a10f2ac 1921 node-write-file-atomic_4.0.2+~4.0.0.orig-types-write-file-atomic.tar.gz + d292de57a90f46b2551bc5b47a4512e8 13367 node-write-file-atomic_4.0.2+~4.0.0.orig.tar.gz + d157c4e77a87e68c7fff6f0609767337 3688 node-write-file-atomic_4.0.2+~4.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-xtend +Binary: node-xtend +Architecture: all +Version: 4.0.2-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Sarath M S +Homepage: https://github.com/Raynos/xtend +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-xtend +Vcs-Git: https://salsa.debian.org/js-team/node-xtend.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), nodejs:native , node-tape , dh-sequence-nodejs +Package-List: + node-xtend deb javascript optional arch=all +Directory: pool/9879c0fbc3e26c48c9e41f6051438e57ec8d7dfbfc16ea01b8a0e073b9647461 +Checksums-Sha1: + 8720874e14fe81b4120467443102e57ee31c03cc 2055 node-xtend_4.0.2-3.dsc + d01b3f7e4c2a438486766f664c52b4e0dc1a2efe 2709 node-xtend_4.0.2.orig.tar.gz + 5dfbf621daa89aa4d012ea0b201ca6a79111eb94 2668 node-xtend_4.0.2-3.debian.tar.xz +Checksums-Sha256: + 9879c0fbc3e26c48c9e41f6051438e57ec8d7dfbfc16ea01b8a0e073b9647461 2055 node-xtend_4.0.2-3.dsc + 54c577f900944c9eec43d833423b9a1c08eb6c64f65b9bf7dbc5d5a0ea04fa60 2709 node-xtend_4.0.2.orig.tar.gz + 6dfc8ffc91256dda1b0fb5173b1fd25d49efbdccd39697f7e9f5ae463b15c7f3 2668 node-xtend_4.0.2-3.debian.tar.xz +Files: + 486b769efdd0156727d5610e1f535b20 2055 node-xtend_4.0.2-3.dsc + 496f617278780b07cea525f36cbeacad 2709 node-xtend_4.0.2.orig.tar.gz + ac8e563aeaf30ab9657fcae954c5d1da 2668 node-xtend_4.0.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-y18n +Binary: node-y18n +Architecture: all +Version: 5.0.8+~5.0.0-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/yargs/y18n +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-y18n +Vcs-Git: https://salsa.debian.org/js-team/node-y18n.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: chai, debhelper-compat (= 13), dh-sequence-nodejs, mocha, node-babel7, node-magic-string, node-mdn-browser-compat-data, node-object-path, node-rollup-pluginutils, node-rollup-plugin-typescript, node-tslib, node-typescript, node-ua-parser-js, rollup +Package-List: + node-y18n deb javascript optional arch=all +Directory: pool/f3ebb17f4acc4baa066967f250ff8ecfb24ad77725570f18a2c6fce8a9f0ec04 +Checksums-Sha1: + c3afab3047632feb36fe518d2eb9b1f6ec0ddcb3 2525 node-y18n_5.0.8+~5.0.0-3.dsc + 1af95e72038d7780c88d5150905d10b153993cd5 1071 node-y18n_5.0.8+~5.0.0.orig-types-y18n.tar.gz + 99f974c2f806a8988d48fae519620e20cc16556d 10524 node-y18n_5.0.8+~5.0.0.orig.tar.gz + 528c61a1b61c64cb482f79f695658651955c01d2 7372 node-y18n_5.0.8+~5.0.0-3.debian.tar.xz +Checksums-Sha256: + f3ebb17f4acc4baa066967f250ff8ecfb24ad77725570f18a2c6fce8a9f0ec04 2525 node-y18n_5.0.8+~5.0.0-3.dsc + 3202d4f818ce59238986cc002e3d85b5e149fb16e9db7d5b3aa101d22cb1c556 1071 node-y18n_5.0.8+~5.0.0.orig-types-y18n.tar.gz + 9a959e78282f9c54f6231b7f57203603ac68ddde0fd09ccf3bca016b0f0fb953 10524 node-y18n_5.0.8+~5.0.0.orig.tar.gz + 9d5c12930764d5101492498af75acfef527b4a4b134168c20ade9a86657ad11f 7372 node-y18n_5.0.8+~5.0.0-3.debian.tar.xz +Files: + 501ade2bdac96bfe9807095983574fa0 2525 node-y18n_5.0.8+~5.0.0-3.dsc + bfa09a616c440731c6438ee7698d9ff4 1071 node-y18n_5.0.8+~5.0.0.orig-types-y18n.tar.gz + 5332d1d57a6adb418c34d447078b43a2 10524 node-y18n_5.0.8+~5.0.0.orig.tar.gz + bc26d095c80108395213b69c8cd0fdf6 7372 node-y18n_5.0.8+~5.0.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-yallist +Binary: node-yallist +Architecture: all +Version: 4.0.0+~4.0.1-1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://github.com/isaacs/yallist +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/js-team/node-yallist +Vcs-Git: https://salsa.debian.org/js-team/node-yallist.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-buildinfo, dh-sequence-nodejs, node-tap +Package-List: + node-yallist deb javascript optional arch=all +Directory: pool/e00f4c664696da8569cb1d22d0bc9e1bf46d4729b4955da8e1c02e526fc2792d +Checksums-Sha1: + c57c9df443488a65b9ed0d3923642481b4507ca7 2410 node-yallist_4.0.0+~4.0.1-1.dsc + f10e7bdc591bf28297720d08cfeba0f018f929cf 2108 node-yallist_4.0.0+~4.0.1.orig-types-yallist.tar.gz + 90dd71f58523eb80b6f1e74214b1f7acf39ddf15 22636 node-yallist_4.0.0+~4.0.1.orig.tar.gz + 2b18baf36e32d4db4f5e9453be105698ca7b087d 3392 node-yallist_4.0.0+~4.0.1-1.debian.tar.xz +Checksums-Sha256: + e00f4c664696da8569cb1d22d0bc9e1bf46d4729b4955da8e1c02e526fc2792d 2410 node-yallist_4.0.0+~4.0.1-1.dsc + b30627f97ffad1dc1bb8a440c723b3e2c56b9a31ad098cc6e0efe5325e6ceaa8 2108 node-yallist_4.0.0+~4.0.1.orig-types-yallist.tar.gz + 677bf22005c7600f7b4453b8e4848f27e8e3245e686f47dc3607998a41b06dad 22636 node-yallist_4.0.0+~4.0.1.orig.tar.gz + afe9bb073e2674d4432113c53d9208bacd40f5c677235d57d308678c7d1868d1 3392 node-yallist_4.0.0+~4.0.1-1.debian.tar.xz +Files: + 254d51f6d14ce8c81a9cf3a85c8d21fd 2410 node-yallist_4.0.0+~4.0.1-1.dsc + 5b5c4ab0f04540be80e1126737a25e8c 2108 node-yallist_4.0.0+~4.0.1.orig-types-yallist.tar.gz + 619110513dc458bf9463cf68a370c7fa 22636 node-yallist_4.0.0+~4.0.1.orig.tar.gz + ac471a1ca324ea51a230107a8f002710 3392 node-yallist_4.0.0+~4.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-yargs-parser +Binary: node-yargs-parser +Architecture: all +Version: 21.1.1+~21.0.0-4 +Maintainer: Debian Javascript Maintainers +Uploaders: Sruthi Chandran +Homepage: https://github.com/yargs/yargs-parser +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-yargs-parser +Vcs-Git: https://salsa.debian.org/js-team/node-yargs-parser.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-rollup-plugin-commonjs, node-rollup-plugin-node-resolve, node-typescript, rollup +Package-List: + node-yargs-parser deb javascript optional arch=all +Directory: pool/d434a7a74c56e7dc6c7fe194a3e1ba37d8e1f50a9b8d7ae70129bd325dece59f +Checksums-Sha1: + 70146851ac1245c610d4bda3d88d11c3ef0cb9fa 2570 node-yargs-parser_21.1.1+~21.0.0-4.dsc + 0c60e537fa790f5f9472ed2776c2b71ec117351b 3321 node-yargs-parser_21.1.1+~21.0.0.orig-types-yargs-parser.tar.gz + 232bc1bb9ac2d00966ed872be8fbf7cf359cc836 71678 node-yargs-parser_21.1.1+~21.0.0.orig.tar.gz + 207c4975a08272a6cfe8588cb8067d12d8486804 5372 node-yargs-parser_21.1.1+~21.0.0-4.debian.tar.xz +Checksums-Sha256: + d434a7a74c56e7dc6c7fe194a3e1ba37d8e1f50a9b8d7ae70129bd325dece59f 2570 node-yargs-parser_21.1.1+~21.0.0-4.dsc + 462d361159cbeae495327c1d4a8509b593e00c83b4b2f1309196fff570ff0dc5 3321 node-yargs-parser_21.1.1+~21.0.0.orig-types-yargs-parser.tar.gz + 703d3ae2cdd29a6ba02591a836c48d11373d323a510ee57ff2a77fb68f0e0f6b 71678 node-yargs-parser_21.1.1+~21.0.0.orig.tar.gz + bd5fa7da97565f797b85e9e5703bfcd7bad613f145701aa2c52608825b33b7e9 5372 node-yargs-parser_21.1.1+~21.0.0-4.debian.tar.xz +Files: + 5ef90783d1521e62fa8dff11065b3d02 2570 node-yargs-parser_21.1.1+~21.0.0-4.dsc + 8fee109af5a63cd9cc2c66f4e7b6cb4b 3321 node-yargs-parser_21.1.1+~21.0.0.orig-types-yargs-parser.tar.gz + 9897666770966fa9acc6ba4162208e13 71678 node-yargs-parser_21.1.1+~21.0.0.orig.tar.gz + b40b6ad782134ae06db56390223d758f 5372 node-yargs-parser_21.1.1+~21.0.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: node-yargs +Binary: node-yargs +Architecture: all +Version: 16.2.0+~16.0.4-7 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Homepage: https://yargs.js.org/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/js-team/node-yargs +Vcs-Git: https://salsa.debian.org/js-team/node-yargs.git +Testsuite: autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, node-chalk, node-magic-string, node-mdn-browser-compat-data, node-node-releases, node-object-path, node-rollup-plugin-typescript2, node-rollup-pluginutils, node-semver, node-tslib, node-typescript, node-ua-parser-js, node-yargs-parser (>= 20.2.2~), rollup +Package-List: + node-yargs deb javascript optional arch=all +Directory: pool/8b55d85d4dee7560036ccfeddf7bc27029144c8e4f0a26de1b22f9569c8433ac +Checksums-Sha1: + 5d8c945ee62b3747a18ea357a8cfb8e85b1af0b9 2612 node-yargs_16.2.0+~16.0.4-7.dsc + 26aad98dd2c2a38e421086ea9ad42b9e51642977 13075 node-yargs_16.2.0+~16.0.4.orig-types-yargs.tar.gz + 187b4f717cecbf2e40c767e2df7afd420c8e23ca 195960 node-yargs_16.2.0+~16.0.4.orig.tar.gz + a68015b5443341fe99c717ebc235e00140768b6a 6824 node-yargs_16.2.0+~16.0.4-7.debian.tar.xz +Checksums-Sha256: + 8b55d85d4dee7560036ccfeddf7bc27029144c8e4f0a26de1b22f9569c8433ac 2612 node-yargs_16.2.0+~16.0.4-7.dsc + 815fb049457ddb4eab8330a4798864d3134f648ac3a44fbdc1b8cc543609f05a 13075 node-yargs_16.2.0+~16.0.4.orig-types-yargs.tar.gz + 0e8c48f6d8666ccbbcca9cc9b01de8c679bac448189c091e950ef6d06133da5d 195960 node-yargs_16.2.0+~16.0.4.orig.tar.gz + de97b510c3647d73e6e3c1b0d648d4704caba637b9a6bf4f77bb3617b0a0753b 6824 node-yargs_16.2.0+~16.0.4-7.debian.tar.xz +Files: + 206d6fe6c6eee7496df0d0e3856cd4ad 2612 node-yargs_16.2.0+~16.0.4-7.dsc + ad1a28a4f5908f9a7d0bb913344ced2d 13075 node-yargs_16.2.0+~16.0.4.orig-types-yargs.tar.gz + 373f52aac6488b1eede1d14ac79f3ea8 195960 node-yargs_16.2.0+~16.0.4.orig.tar.gz + f6f7578b5956dca062fcb993e3291985 6824 node-yargs_16.2.0+~16.0.4-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: nodejs +Binary: libnode-dev, nodejs, libnode115, nodejs-doc +Architecture: amd64 arm64 armel armhf i386 mips64el mips64r6el loong64 powerpc ppc64 ppc64el riscv64 s390x all +Version: 20.17.0+dfsg-2 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal , Jonas Smedegaard +Homepage: https://nodejs.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/nodejs/tree/master-20.x +Vcs-Git: https://salsa.debian.org/js-team/nodejs.git -b master-20.x +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, ca-certificates, curl, procps, python3 +Build-Depends: sse2-support [i386] , armv6k-support [armel] , vfpv2-support [armel] , debhelper-compat (= 13), dh-buildinfo, bash-completion, ca-certificates, curl , gyp (>= 0.16.0~), jq, libbrotli-dev, libbrotli-dev:native, libc-ares-dev (>= 1.18.1~), libc-ares-dev:native, libhttp-parser-dev (>= 2.9.2~), libicu-dev (>= 70.1~), libicu-dev:native, libnghttp2-dev (>= 1.41.0~), libnghttp2-dev:native, libssl-dev (>= 1.1.1~), libssl-dev:native, libuv1-dev (>= 1.43.0~), libuv1-dev:native, node-acorn (>= 6.2.1~) , node-cjs-module-lexer (>= 1.2.2~) , node-minimatch (>= 9.0.3-5) , node-undici (>= 5.0.0~) , openssl (>= 1.1.1~) , pkgconf, pkg-js-tools (>= 0.8.2~) , python3:native, python3-packaging, procps , zlib1g-dev, zlib1g-dev:native +Build-Depends-Indep: node-js-yaml (>= 4.1.0+dfsg+~4.0.5-6) , node-marked (>= 4~) , node-highlight.js +Package-List: + libnode-dev deb libdevel optional arch=amd64,arm64,armel,armhf,i386,mips64el,mips64r6el,loong64,powerpc,ppc64,ppc64el,riscv64,s390x + libnode115 deb libs optional arch=amd64,arm64,armel,armhf,i386,mips64el,mips64r6el,loong64,powerpc,ppc64,ppc64el,riscv64,s390x + nodejs deb javascript optional arch=amd64,arm64,armel,armhf,i386,mips64el,mips64r6el,loong64,powerpc,ppc64,ppc64el,riscv64,s390x + nodejs-doc deb doc optional arch=all +Directory: pool/7d2631d0e0cb7e8e0e23e872239f16e0e79843c8cf667b16e22bfdf8e3e70676 +Checksums-Sha1: + 3e1bdc1cc9a8357bc5122a4eca09b43fe4a51b66 4194 nodejs_20.17.0+dfsg-2.dsc + 2b5dcd17139358be16f90f172e34ed654341a737 274980 nodejs_20.17.0+dfsg.orig-ada.tar.xz + 0ac58d564b4f2d6bbf1f7149f536a87a87f960d9 295808 nodejs_20.17.0+dfsg.orig-types-node.tar.xz + 8cad8341d07375130fad87fd7a90881668a44e8f 30474828 nodejs_20.17.0+dfsg.orig.tar.xz + c1cc32713800bb2936529a70e034ad2ef4ec7d25 163116 nodejs_20.17.0+dfsg-2.debian.tar.xz +Checksums-Sha256: + 7d2631d0e0cb7e8e0e23e872239f16e0e79843c8cf667b16e22bfdf8e3e70676 4194 nodejs_20.17.0+dfsg-2.dsc + 7dd1d3baa01a62b61113e918d73762655e6ee3b14422c8cce77a639a8d785592 274980 nodejs_20.17.0+dfsg.orig-ada.tar.xz + 1755e41aaab9cb133455dfbe1eea62d21235259a6d6e6799e66068db1000bdcf 295808 nodejs_20.17.0+dfsg.orig-types-node.tar.xz + 6a9cc13c7eddcd29065fbbfe4a6ee17d4ee0544d37609a57bdc6ac54e82a2844 30474828 nodejs_20.17.0+dfsg.orig.tar.xz + e0f482109d032139449ce5b44491dede1008e869d7eebaa0e3533215278c2b4d 163116 nodejs_20.17.0+dfsg-2.debian.tar.xz +Files: + 0dffddc87f6b743daf06a5681c22c94b 4194 nodejs_20.17.0+dfsg-2.dsc + e86e6ba4461cd9f4f5ffd12a301a4637 274980 nodejs_20.17.0+dfsg.orig-ada.tar.xz + 8b41dbbe5503c5fb0138bfc6b2ce6d45 295808 nodejs_20.17.0+dfsg.orig-types-node.tar.xz + ad6b524b32237597adaf1c081ff7e409 30474828 nodejs_20.17.0+dfsg.orig.tar.xz + 183da08381ae4d1d2daf612811740870 163116 nodejs_20.17.0+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: npm +Binary: npm +Architecture: all +Version: 9.2.0~ds1-3 +Maintainer: Debian Javascript Maintainers +Uploaders: Jérémy Lal +Homepage: https://docs.npmjs.com/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/npm +Vcs-Git: https://salsa.debian.org/js-team/npm.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Testsuite-Triggers: pkg-js-tools +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs (>= 0.14.5~), bash-completion, help2man , node-cacache (>= 17) , node-chownr , node-cssesc , node-depd , node-dezalgo , node-gyp , node-http-cache-semantics , node-ini , node-ip , node-marked-man , node-negotiator , node-npm-bundled , node-npm-package-arg (>= 10) , node-postcss-selector-parser , node-npmlog , node-p-map , node-promise-retry , node-read-package-json , node-semver , node-tap , node-tar , node-yallist , dh-nodejs +Package-List: + npm deb javascript optional arch=all +Directory: pool/eb3fa742fd4255c4f416fe72123a2273d719a8003f4042af0b1882acc4bba476 +Checksums-Sha1: + 741fece75089359c21c28d143f6e03fcb81690c9 2638 npm_9.2.0~ds1-3.dsc + 5cdeecb902bd5ac694111af17a8682987904c7b0 67506972 npm_9.2.0~ds1.orig.tar.xz + 0654100afcbd2aa29928db402c4a94480e20a169 49352 npm_9.2.0~ds1-3.debian.tar.xz +Checksums-Sha256: + eb3fa742fd4255c4f416fe72123a2273d719a8003f4042af0b1882acc4bba476 2638 npm_9.2.0~ds1-3.dsc + 7eb080cbf0669af5a4f0eebd94f0aa82972d220afb08849fb519b8bbac275bf6 67506972 npm_9.2.0~ds1.orig.tar.xz + d729d6783a2a6dd647a7ce671515be7744b3d1a51c05c9f692187a81837f6569 49352 npm_9.2.0~ds1-3.debian.tar.xz +Files: + 01de024fe8973123be0eabca08b99d5c 2638 npm_9.2.0~ds1-3.dsc + dd0a128601794b93f4bc66fd90da4ac0 67506972 npm_9.2.0~ds1.orig.tar.xz + 5cdc21f13153d1e21c96ebba572a486b 49352 npm_9.2.0~ds1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: npth +Binary: libnpth0-dev, libnpth0t64, libnpth-mingw-w64-dev +Architecture: any all +Version: 1.6-3.1 +Maintainer: Eric Dorland +Homepage: https://www.gnupg.org/ +Standards-Version: 4.5.0.3 +Vcs-Browser: https://salsa.debian.org/eric/npth +Vcs-Git: https://salsa.debian.org/eric/npth.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12) +Build-Depends-Indep: mingw-w64 +Package-List: + libnpth-mingw-w64-dev deb libdevel optional arch=all + libnpth0-dev deb libdevel optional arch=any + libnpth0t64 deb libs optional arch=any +Directory: pool/3545fbabbf59c9427a6dc98f903f4ac50786fdfc2ce3f42a21668ec3151c25f7 +Checksums-Sha1: + 0bff3224ac55cf4245e830190a7ae711b91f22f4 1967 npth_1.6-3.1.dsc + f9d63e9747b027e4e404fe3c20c73c73719e1731 300486 npth_1.6.orig.tar.bz2 + a4f4a3599821406493f51b0ebdb74d4ec96790c6 10924 npth_1.6-3.1.debian.tar.xz +Checksums-Sha256: + 3545fbabbf59c9427a6dc98f903f4ac50786fdfc2ce3f42a21668ec3151c25f7 1967 npth_1.6-3.1.dsc + 1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 300486 npth_1.6.orig.tar.bz2 + e2fb2f56060991436622ddc1dc52df8f3f3e87bc9325a8b30920fce5aa0f3e30 10924 npth_1.6-3.1.debian.tar.xz +Files: + f52c3a12f89c285a36e990e719ad42f8 1967 npth_1.6-3.1.dsc + 375d1a15ad969f32d25f1a7630929854 300486 npth_1.6.orig.tar.bz2 + 7c5e968bcdce5e963187d220aed13ee2 10924 npth_1.6-3.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: nspr +Binary: libnspr4, libnspr4-dev +Architecture: any +Version: 2:4.35-1.1 +Maintainer: Maintainers of Mozilla-related packages +Uploaders: Mike Hommey +Homepage: http://www.mozilla.org/projects/nspr/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/mozilla-team/nspr +Vcs-Git: https://salsa.debian.org/mozilla-team/nspr.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.15.4) +Package-List: + libnspr4 deb libs optional arch=any + libnspr4-dev deb libdevel optional arch=any +Directory: pool/5d78db8396c1fe095d171534e00684f0b60a5dfe759369e5d3b08d1e36419549 +Checksums-Sha1: + a05ced3e6d8a13f8bcf071bc3b4bfef3ad3c771e 1374 nspr_4.35-1.1.dsc + 71267859a581d61fea8d7d36c25f716750271cac 1096974 nspr_4.35.orig.tar.gz + 880fbcc54a0c4c21a3264abf3bcbac6af602bb84 11700 nspr_4.35-1.1.debian.tar.xz +Checksums-Sha256: + 5d78db8396c1fe095d171534e00684f0b60a5dfe759369e5d3b08d1e36419549 1374 nspr_4.35-1.1.dsc + 7ea3297ea5969b5d25a5dd8d47f2443cda88e9ee746301f6e1e1426f8a6abc8f 1096974 nspr_4.35.orig.tar.gz + 4c0bcc717869ca22ef9b338c1b23b5efc0c7ea5767ca3570aca6151156fd12af 11700 nspr_4.35-1.1.debian.tar.xz +Files: + 926cf50744b2a4e89fc77ba3866b7c0e 1374 nspr_4.35-1.1.dsc + 5e0acf9fbdde85181bddd510f4624841 1096974 nspr_4.35.orig.tar.gz + 745c032c846fb30fd4a9c52947c42594 11700 nspr_4.35-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: nss +Binary: libnss3, libnss3-tools, libnss3-dev +Architecture: any +Version: 2:3.103-1 +Maintainer: Maintainers of Mozilla-related packages +Uploaders: Mike Hommey +Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/mozilla-team/nss +Vcs-Git: https://salsa.debian.org/mozilla-team/nss.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.17.14), libnspr4-dev (>= 2:4.34), zlib1g-dev, libsqlite3-dev (>= 3.3.9), libnss3-tools:native (>= 2:3.19-1-1~) +Package-List: + libnss3 deb libs optional arch=any + libnss3-dev deb libdevel optional arch=any + libnss3-tools deb admin optional arch=any +Directory: pool/aab660fa3989baf1ee4b6914415583b5684160459448d859661d63ec961f0b09 +Checksums-Sha1: + 908c0b759c3d87a1bc8f75087b21df984ef4e837 2192 nss_3.103-1.dsc + 45eda4a1dfe7b28d082865bdd028ef5d58bc8d7b 76470174 nss_3.103.orig.tar.gz + 8c5131b5885356891daaee6c095eea045d42795c 19444 nss_3.103-1.debian.tar.xz +Checksums-Sha256: + aab660fa3989baf1ee4b6914415583b5684160459448d859661d63ec961f0b09 2192 nss_3.103-1.dsc + 7b4ab657f772dc7520c46e8d481940b292dcfc6a4c90150a7c26672384cee962 76470174 nss_3.103.orig.tar.gz + 21ff7d87f9da47bd7ed04ef8ae3435113b0fcfa5e25e36fdf028006cf4cdac09 19444 nss_3.103-1.debian.tar.xz +Files: + dbdb5be2447136e54b9a1d5a60da3738 2192 nss_3.103-1.dsc + 2823082a44b9dd71d6281108e0bab03f 76470174 nss_3.103.orig.tar.gz + 40a05da36cd6c2fb65a92c625d7b5308 19444 nss_3.103-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ntfs-3g +Binary: ntfs-3g, ntfs-3g-dev, libntfs-3g89t64, ntfs-3g-udeb +Architecture: linux-any kfreebsd-any +Version: 1:2022.10.3-4 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://github.com/tuxera/ntfs-3g/wiki +Standards-Version: 4.7.0 +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), chrpath, libgcrypt20-dev, libgpg-error-dev, libgnutls28-dev, pkgconf +Package-List: + libntfs-3g89t64 deb libs optional arch=linux-any,kfreebsd-any + ntfs-3g deb otherosfs optional arch=linux-any,kfreebsd-any + ntfs-3g-dev deb libdevel optional arch=linux-any,kfreebsd-any + ntfs-3g-udeb udeb debian-installer optional arch=linux-any,kfreebsd-any +Directory: pool/29f1dc19e9de2528620330ddc104282820c3f3ed62029da85230b2a5dd46bb65 +Checksums-Sha1: + c2b8d1d426676e8312a5c265eb5723416fbbebaf 2127 ntfs-3g_2022.10.3-4.dsc + d7058fb60028f3689b0ac8ec81a8a944ea80a405 900425 ntfs-3g_2022.10.3.orig.tar.gz + 2759e437b7616229a1dd13f3af6116175ca186c0 23716 ntfs-3g_2022.10.3-4.debian.tar.xz +Checksums-Sha256: + 29f1dc19e9de2528620330ddc104282820c3f3ed62029da85230b2a5dd46bb65 2127 ntfs-3g_2022.10.3-4.dsc + 8bd7749ea9d8534c9f0664d48b576e90b96d45ec8803c9427f6ffaa2f0dde299 900425 ntfs-3g_2022.10.3.orig.tar.gz + 7d45aaaee88f9753a5889c2462596bde4c39d2a0d35e228e3f71f4fc7200c9f0 23716 ntfs-3g_2022.10.3-4.debian.tar.xz +Files: + 8020f9ca0bd4b9fba1feeae659cc93d8 2127 ntfs-3g_2022.10.3-4.dsc + 65814658dfd6ad06796795c4f3d1d6bc 900425 ntfs-3g_2022.10.3.orig.tar.gz + 3855716d203d6eb9cce96c27f115f0d9 23716 ntfs-3g_2022.10.3-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: nullmailer +Binary: nullmailer +Architecture: any +Version: 1:2.2+10~g7ed88a0-6 +Maintainer: David Bremner +Homepage: http://untroubled.org/nullmailer/ +Standards-Version: 4.1.2 +Vcs-Browser: https://salsa.debian.org/bremner/nullmailer +Vcs-Git: https://salsa.debian.org/bremner/nullmailer.git +Build-Depends: daemontools , debhelper (>= 10.8), libgnutls28-dev | libgnutls-dev, po-debconf +Package-List: + nullmailer deb mail optional arch=any +Directory: pool/37640e80dee63695a15491715d3ddb02651eaf5588a27b8988795930258ca9c2 +Checksums-Sha1: + 854749f7e8af74e0e378b4ab2b8efd25aa4b4c7a 2110 nullmailer_2.2+10~g7ed88a0-6.dsc + d1b17819bb51e9c230f631a87cd927131a0f4ac3 76092 nullmailer_2.2+10~g7ed88a0.orig.tar.xz + 1d0930ca08f781b1621e8ea10e96c6167d02871d 29740 nullmailer_2.2+10~g7ed88a0-6.debian.tar.xz +Checksums-Sha256: + 37640e80dee63695a15491715d3ddb02651eaf5588a27b8988795930258ca9c2 2110 nullmailer_2.2+10~g7ed88a0-6.dsc + 9fbbd536be098530aaa7b2ffc34d7d4d2937a555b538ed4fd783a30db3195708 76092 nullmailer_2.2+10~g7ed88a0.orig.tar.xz + c4790d936a3e2de82b57ee4ba70898839020c6d5e2a7629a580a6268773c9a84 29740 nullmailer_2.2+10~g7ed88a0-6.debian.tar.xz +Files: + 0437c3dee6f0f7bacb3432700faaa7e3 2110 nullmailer_2.2+10~g7ed88a0-6.dsc + c68c51978b38aaf4f6995f81e06f9525 76092 nullmailer_2.2+10~g7ed88a0.orig.tar.xz + bc571c8e2c757159ec9dc9972c6b5ca1 29740 nullmailer_2.2+10~g7ed88a0-6.debian.tar.xz +Dgit: d17766f6ed9eeff27cd40df096d99c2ab662f68f debian archive/debian/1%2.2+10_g7ed88a0-6 https://git.dgit.debian.org/nullmailer + +Format: 3.0 (quilt) +Package: numactl +Binary: numactl, libnuma1, libnuma-dev +Architecture: linux-any +Version: 2.0.18-1 +Maintainer: Ian Wienand +Uploaders: Al Stone +Homepage: https://github.com/numactl/numactl +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/numactl +Vcs-Git: https://salsa.debian.org/debian/numactl.git +Build-Depends: debhelper-compat (= 13) +Package-List: + libnuma-dev deb libdevel optional arch=linux-any + libnuma1 deb libs optional arch=linux-any + numactl deb admin optional arch=linux-any +Directory: pool/daec202322f3e3cfd5204786151a4f33e9f96fb63a097ac5bc725d53effb4130 +Checksums-Sha1: + c76c120297df7ceaaf7725102730c1e7505d88f3 1980 numactl_2.0.18-1.dsc + 41a9bed94ac9d1b4a41502dafb40d0cc62ebd866 218289 numactl_2.0.18.orig.tar.gz + ebd7b07aced648b77f6900c44b30cadf1814a454 7328 numactl_2.0.18-1.debian.tar.xz +Checksums-Sha256: + daec202322f3e3cfd5204786151a4f33e9f96fb63a097ac5bc725d53effb4130 1980 numactl_2.0.18-1.dsc + 8cd6c13f3096e9c2293c1d732f56e2aa37a7ada1a98deed3fac7bd6da1aaaaf6 218289 numactl_2.0.18.orig.tar.gz + 1253d3762d6b1af041864d591d9d8809b33ea844b29c8b2164b5d30a312c58be 7328 numactl_2.0.18-1.debian.tar.xz +Files: + 377b0751719429e689b94d8dfc58c5df 1980 numactl_2.0.18-1.dsc + 4f90cc917d0055c29d85432e5a536f13 218289 numactl_2.0.18.orig.tar.gz + 170537f83f2cd5bffe301da76e0478a5 7328 numactl_2.0.18-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: nvme-cli +Binary: nvme-cli +Architecture: any +Version: 2.10.2-1 +Maintainer: Daniel Baumann +Homepage: https://github.com/linux-nvme/nvme-cli +Standards-Version: 4.7.0 +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-cli +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/nvme-cli +Build-Depends: asciidoc, cmake, debhelper-compat (= 13), flake8 , isort , libdbus-1-dev, libjson-c-dev, libkeyutils-dev, libnvme-dev (>= 1.10), libssl-dev, meson, mypy , pkg-config, python3-autopep8 , python3-nose2 , uuid-runtime, xmlto, zlib1g-dev +Package-List: + nvme-cli deb admin optional arch=any +Directory: pool/56b5865363a30ef506dc6d7f92cc7ac94af295bd0c4376a44d0d88ef0b223e1d +Checksums-Sha1: + 5a84036c20707a0f459fdcaf809833c04a724846 2178 nvme-cli_2.10.2-1.dsc + 0f7eeaca0cbeab837156cea29ebf87e8681ed02d 579316 nvme-cli_2.10.2.orig.tar.xz + 73c48f07dd972a142f461316b4d4d121c1b72450 5832 nvme-cli_2.10.2-1.debian.tar.xz +Checksums-Sha256: + 56b5865363a30ef506dc6d7f92cc7ac94af295bd0c4376a44d0d88ef0b223e1d 2178 nvme-cli_2.10.2-1.dsc + b93ef5a7036b6f8ca22ac1dbd8b6e8e7b8cdc538baafb01feefbc58b5c80e3f8 579316 nvme-cli_2.10.2.orig.tar.xz + 492140dbcdef4ed8e5637be56fcafa84944609ade6031250d2162cfd9934fb03 5832 nvme-cli_2.10.2-1.debian.tar.xz +Files: + bbc132e8637a0419763e5add92bd9bbc 2178 nvme-cli_2.10.2-1.dsc + 218daceea51b2f5687d7285eca4edce5 579316 nvme-cli_2.10.2.orig.tar.xz + 51a8300d760a6a0905522b3c1e1c13a2 5832 nvme-cli_2.10.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: oath-toolkit +Binary: liboath-dev, liboath0t64, libpam-oath, libpskc-dev, libpskc0t64, oathtool, pskctool +Architecture: any +Version: 2.6.11-3 +Maintainer: OATH Toolkit Team +Uploaders: Simon Josefsson , +Homepage: https://www.nongnu.org/oath-toolkit/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/oath-toolkit +Vcs-Git: https://salsa.debian.org/debian/oath-toolkit.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, man, pkg-config +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), faketime , gengetopt, help2man, libpam0g-dev, libxml2-utils, libxmlsec1-dev, pkgconf +Package-List: + liboath-dev deb libdevel optional arch=any + liboath0t64 deb libs optional arch=any + libpam-oath deb admin optional arch=any + libpskc-dev deb libdevel optional arch=any + libpskc0t64 deb libs optional arch=any + oathtool deb devel optional arch=any + pskctool deb devel optional arch=any +Directory: pool/14935d016c4a3c165cc147267a511827f5f631b633b4461e5d1210ae675530c5 +Checksums-Sha1: + b2463944aa1919beb03b3fede721e0cf16ad6260 2140 oath-toolkit_2.6.11-3.dsc + 7e365d0fa892c4d1493585751adaec0ebd07d66e 4699215 oath-toolkit_2.6.11.orig.tar.gz + 0b7a5d78ef01d57c13b299401a5df78642b0463a 228 oath-toolkit_2.6.11.orig.tar.gz.asc + 842200850688758b853c6f934f4e5fb75a17b2a3 15688 oath-toolkit_2.6.11-3.debian.tar.xz +Checksums-Sha256: + 14935d016c4a3c165cc147267a511827f5f631b633b4461e5d1210ae675530c5 2140 oath-toolkit_2.6.11-3.dsc + fc512a4a5b46f4c43ab0586c3189fece4d54f7e649397d6fa1e23428431e2cb4 4699215 oath-toolkit_2.6.11.orig.tar.gz + 20b854d73872b9f91f63193b0bccce5dff40209032f46897eee065d9cdb41c73 228 oath-toolkit_2.6.11.orig.tar.gz.asc + 98bf77dc407bf26af52ad677d32c5ae7f467e9a9b21d8e9336b677b13ef9c115 15688 oath-toolkit_2.6.11-3.debian.tar.xz +Files: + cab0b6cf3add5c3b1b2f459411b4989c 2140 oath-toolkit_2.6.11-3.dsc + b92b30d9b74615ebd4775aa81dfc51a7 4699215 oath-toolkit_2.6.11.orig.tar.gz + f51e76ee799338fe01136a1f6c94a89d 228 oath-toolkit_2.6.11.orig.tar.gz.asc + 5cc015111b6e94aca16127b444968a54 15688 oath-toolkit_2.6.11-3.debian.tar.xz + +Format: 1.0 +Package: onmetal-image +Binary: onmetal-image +Architecture: any +Version: 0.1.1-0gardenlinux0 +Maintainer: Garden Linux +Homepage: https://github.com/onmetal/onmetal-image +Standards-Version: 4.6.0 +Build-Depends: debhelper-compat (= 13), golang-go:native, golang-golang-x-tools, git +Package-List: + onmetal-image deb misc optional arch=any +Directory: pool/eadcfec8caecf020b70e404a53ffaa890c0faa9cde0597a0ed6fbe5b67db78b1 +Checksums-Sha1: + ffe7a6899fd5a2ff3f34d45b1fc9d9362a983e7b 694 onmetal-image_0.1.1-0gardenlinux0.dsc + 6e58e7d6ab242c7825df2653806ae26c826a79de 49350 onmetal-image_0.1.1-0gardenlinux0.tar.gz +Checksums-Sha256: + eadcfec8caecf020b70e404a53ffaa890c0faa9cde0597a0ed6fbe5b67db78b1 694 onmetal-image_0.1.1-0gardenlinux0.dsc + 335ff7067bce4a68c4704d3cf871c7fc1d0da2c458deeff42a225308448291c9 49350 onmetal-image_0.1.1-0gardenlinux0.tar.gz +Files: + b14f2dfd6946949c8423c6d337056013 694 onmetal-image_0.1.1-0gardenlinux0.dsc + 8a4ecf791b96e3dc905aefc89d876332 49350 onmetal-image_0.1.1-0gardenlinux0.tar.gz + +Format: 3.0 (quilt) +Package: open-vm-tools +Binary: open-vm-tools, open-vm-tools-desktop, open-vm-tools-sdmp, open-vm-tools-containerinfo, open-vm-tools-salt-minion, open-vm-tools-dev +Architecture: amd64 i386 arm64 +Version: 2:12.4.5-1 +Maintainer: Bernd Zeimetz +Uploaders: Christian Ehrhardt +Homepage: https://github.com/vmware/open-vm-tools +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/vmware-packaging-team/pkg-open-vm-tools +Vcs-Git: https://salsa.debian.org/vmware-packaging-team/pkg-open-vm-tools.git +Build-Depends: debhelper-compat (= 13), dh-sequence-movetousr, doxygen, libcunit1-dev, libfuse3-dev, libgtkmm-3.0-dev, libgtk-3-dev, libicu-dev, libnotify-dev, libpam0g-dev, libx11-dev, libxinerama-dev, libxss-dev, libxtst-dev, libmspack-dev, libssl-dev, libxmlsec1-dev, libudev-dev, libdrm-dev, liblzma-dev, libgdk-pixbuf-xlib-2.0-dev, libcurl4-openssl-dev, protobuf-compiler, libprotobuf-dev, protobuf-compiler-grpc, libgrpc++-dev, libabsl-dev, golang-github-containerd-containerd-dev, golang-github-gogo-protobuf-dev, libtirpc-dev, rpcsvc-proto +Package-List: + open-vm-tools deb admin optional arch=amd64,i386,arm64 + open-vm-tools-containerinfo deb admin optional arch=amd64,i386,arm64 + open-vm-tools-desktop deb admin optional arch=amd64,i386,arm64 + open-vm-tools-dev deb devel optional arch=amd64,i386,arm64 + open-vm-tools-salt-minion deb admin optional arch=amd64 + open-vm-tools-sdmp deb admin optional arch=amd64,i386,arm64 +Directory: pool/ddc1b43dbe085e978427d0ea99f8b22a4215f00e785f33dd86b20567f7ef8c8c +Checksums-Sha1: + a2fa91ac8a4a92c6b4e8144bf9fb67e8f271df52 2963 open-vm-tools_12.4.5-1.dsc + f261821eec86c2d7d3d5b1f8bd866b24e69ca8bc 1815656 open-vm-tools_12.4.5.orig.tar.xz + 49e79181f3794255aa8038143100a4447a1d636d 34276 open-vm-tools_12.4.5-1.debian.tar.xz +Checksums-Sha256: + ddc1b43dbe085e978427d0ea99f8b22a4215f00e785f33dd86b20567f7ef8c8c 2963 open-vm-tools_12.4.5-1.dsc + f789bdddae18592c0e70ef1a501f189aeaa0eabfde97065a1a24bc9aa38b5469 1815656 open-vm-tools_12.4.5.orig.tar.xz + 2914981af67923da49a0b17a46a54cc6d8301553271653b0dde01d91b4ee762d 34276 open-vm-tools_12.4.5-1.debian.tar.xz +Files: + 4e0c9e184ab2fcc1ffb7e48cb1e03113 2963 open-vm-tools_12.4.5-1.dsc + f0376dce7a711273d8e1ae74cea9c8e2 1815656 open-vm-tools_12.4.5.orig.tar.xz + 11592c21ce265cdb36c1e1bf4c260207 34276 open-vm-tools_12.4.5-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: openldap +Binary: slapd, slapd-contrib, ldap-utils, libldap-2.5-0, libldap-common, libldap-dev, libldap2-dev, slapi-dev +Architecture: any all +Version: 2.5.18+dfsg-3 +Maintainer: Debian OpenLDAP Maintainers +Uploaders: Steve Langasek , Torsten Landschoff , Ryan Tandy , Sergio Durigan Junior +Homepage: https://www.openldap.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/openldap-team/openldap +Vcs-Git: https://salsa.debian.org/openldap-team/openldap.git +Testsuite: autopkgtest +Testsuite-Triggers: heimdal-kdc, openssl, samba, schema2ldif, ssl-cert +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.17.14), groff-base, heimdal-multidev (>= 7.4.0.dfsg.1-1~) , libargon2-dev , libcrack2-dev , libgnutls28-dev, libltdl-dev , libperl-dev (>= 5.8.0) , libsasl2-dev, libwrap0-dev , nettle-dev , openssl , perl:any, pkgconf, po-debconf, unixodbc-dev , krb5-admin-server , krb5-user , krb5-kdc , libsasl2-modules-gssapi-mit , sasl2-bin +Build-Conflicts: autoconf2.13, bind-dev, libbind-dev +Package-List: + ldap-utils deb net optional arch=any + libldap-2.5-0 deb libs optional arch=any + libldap-common deb libs optional arch=all + libldap-dev deb libdevel optional arch=any + libldap2-dev deb oldlibs optional arch=all + slapd deb net optional arch=any profile=!pkg.openldap.noslapd + slapd-contrib deb net optional arch=any profile=!pkg.openldap.noslapd + slapi-dev deb libdevel optional arch=any profile=!pkg.openldap.noslapd +Directory: pool/d6683f3fb2b6ffa87a1f2d1fc27df8897c7c6b84a2350257a255cbc3624f275c +Checksums-Sha1: + 3f2364e88ed53c6e6ba1fa1dbe0c1bf87f211368 3312 openldap_2.5.18+dfsg-3.dsc + f197e9aa8e36a309df5d09697ab0c0d27d587091 3684372 openldap_2.5.18+dfsg.orig.tar.xz + d9dcc65b1bf5ab1076ae99bbf046edcd9e559074 170524 openldap_2.5.18+dfsg-3.debian.tar.xz +Checksums-Sha256: + d6683f3fb2b6ffa87a1f2d1fc27df8897c7c6b84a2350257a255cbc3624f275c 3312 openldap_2.5.18+dfsg-3.dsc + 06c2f0ee591594ae28cfbde843a70b3e009b1f09d7f3110a1570236ac46a86b5 3684372 openldap_2.5.18+dfsg.orig.tar.xz + 3659cea45ff2027712f2fe95ccff5fe1a0806769092670cabf53d05291f08e8c 170524 openldap_2.5.18+dfsg-3.debian.tar.xz +Files: + 2b9a897ce635db4a0dc656c528eb8f81 3312 openldap_2.5.18+dfsg-3.dsc + 850143df64ff223a8ecf01a246f12c7a 3684372 openldap_2.5.18+dfsg.orig.tar.xz + 0235f4416e6b0d16224b40ce67d517b7 170524 openldap_2.5.18+dfsg-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: openrc +Binary: openrc, librc1t64, librc-dev, libeinfo1, libeinfo-dev +Architecture: any +Version: 0.55.1-1 +Maintainer: OpenRC Debian Maintainers +Uploaders: Thomas Goirand , Mark Hindley , Benda Xu , Mo Zhou , +Homepage: https://github.com/openrc/openrc +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/openrc +Vcs-Git: https://salsa.debian.org/debian/openrc.git +Testsuite: autopkgtest +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dh-exec, libaudit-dev [linux-any], libcap-dev [linux-any], libpam0g-dev [linux-any], libselinux1-dev [linux-any], meson, pkgconf +Package-List: + libeinfo-dev deb libdevel optional arch=any + libeinfo1 deb libs optional arch=any + librc-dev deb libdevel optional arch=any + librc1t64 deb libs optional arch=any + openrc deb admin optional arch=any +Directory: pool/d9caf0256b204de1c4a5ee258500c246fe6ebe9ec34488a68d467676e5c5d7f8 +Checksums-Sha1: + 49a5b669edb55b9c4f0a0df92418f333e4925e3b 2356 openrc_0.55.1-1.dsc + 267a5900292493b8b00108f6137acf3bbf19361f 194556 openrc_0.55.1.orig.tar.xz + 70a578a287ad33f533b3fc458bd54dae7306db4d 26216 openrc_0.55.1-1.debian.tar.xz +Checksums-Sha256: + d9caf0256b204de1c4a5ee258500c246fe6ebe9ec34488a68d467676e5c5d7f8 2356 openrc_0.55.1-1.dsc + 502a9fd3b0a59db4344b5bd1d406b974176b453609d31e4b959cd838a849b7de 194556 openrc_0.55.1.orig.tar.xz + f80b32fb320f930ad1d9486cd236f3824b1069cb1712e9ddb0cf524103aacd75 26216 openrc_0.55.1-1.debian.tar.xz +Files: + 28bf00080be87dc21694b1c6f54c7179 2356 openrc_0.55.1-1.dsc + 5db872bcbc00d64bd943e35d7dd3c3f5 194556 openrc_0.55.1.orig.tar.xz + b2235adcb3c2a8216560ee8b13d8987d 26216 openrc_0.55.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: opensbi +Binary: opensbi +Architecture: all +Version: 1.5.1-1 +Maintainer: Vagrant Cascadian +Uploaders: Karsten Merker +Homepage: https://github.com/riscv-software-src/opensbi +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/opensbi-team/opensbi +Vcs-Git: https://salsa.debian.org/opensbi-team/opensbi.git +Build-Depends: debhelper-compat (= 13), gcc-riscv64-linux-gnu, python3 +Package-List: + opensbi deb misc optional arch=all +Directory: pool/8c716167552ae6c7afa77f4f84804eb2c1614a15be47df17731bceaffccabc2e +Checksums-Sha1: + 417ceb45ea5705c99f8f14db09c6c78410fe6327 1339 opensbi_1.5.1-1.dsc + 38a3a435a96e1d9ae252b6290b91e7ce72671743 435318 opensbi_1.5.1.orig.tar.gz + 7a4397cbded5e26c19d303e3b678415a1715059c 6032 opensbi_1.5.1-1.debian.tar.xz +Checksums-Sha256: + 8c716167552ae6c7afa77f4f84804eb2c1614a15be47df17731bceaffccabc2e 1339 opensbi_1.5.1-1.dsc + 6bab6fadd69f38f08e5c767517aafbf8525f54454b2848d6a7eb0e74b683153b 435318 opensbi_1.5.1.orig.tar.gz + 0958b0c6fb9d263fb634455a47f4672ac0864e68216a65d0b23eac9f245ca0a8 6032 opensbi_1.5.1-1.debian.tar.xz +Files: + 9a3d5b5b2332ec4070564c2bdfc3280b 1339 opensbi_1.5.1-1.dsc + b5ea87acd07f5d66ed9b12622bc660a8 435318 opensbi_1.5.1.orig.tar.gz + c4b36d1b4697ec9b369258660053a805 6032 opensbi_1.5.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: openssh +Binary: openssh-client, openssh-client-gssapi, openssh-server, openssh-server-gssapi, openssh-sftp-server, openssh-tests, ssh, ssh-askpass-gnome, openssh-client-udeb, openssh-server-udeb +Architecture: any all +Version: 1:9.9p1-1gl0 +Maintainer: Debian OpenSSH Maintainers +Uploaders: Colin Watson , Matthew Vernon , +Homepage: https://www.openssh.com/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/ssh-team/openssh +Vcs-Git: https://salsa.debian.org/ssh-team/openssh.git +Testsuite: autopkgtest +Testsuite-Triggers: devscripts, dropbear, haveged, krb5-admin-server, krb5-kdc, openssl, putty-tools, python3-twisted, sudo, sysvinit-utils, xinetd +Build-Depends: debhelper (>= 13.1~), debhelper-compat (= 13), dh-exec, dh-runit (>= 2.8.8), dh-sequence-movetousr, libaudit-dev [linux-any], libedit-dev, libfido2-dev (>= 1.5.0) [linux-any], libgtk-3-dev , libkrb5-dev | heimdal-dev, libpam0g-dev | libpam-dev, libselinux1-dev [linux-any], libssl-dev (>= 3.0.0), libwrap0-dev | libwrap-dev, pkgconf, zlib1g-dev +Package-List: + openssh-client deb net standard arch=any + openssh-client-gssapi deb net optional arch=all + openssh-client-udeb udeb debian-installer optional arch=any profile=!noudeb + openssh-server deb net optional arch=any + openssh-server-gssapi deb net optional arch=all + openssh-server-udeb udeb debian-installer optional arch=any profile=!noudeb + openssh-sftp-server deb net optional arch=any + openssh-tests deb net optional arch=any + ssh deb net optional arch=all + ssh-askpass-gnome deb gnome optional arch=any profile=!pkg.openssh.nognome +Directory: pool/10322c59aa4d91496171a692cebf4c51d4a0c7fee047b37344e97d38875826f1 +Checksums-Sha1: + 26009220f2593b1cde647193e8ea4a2283ebaebb 2236 openssh_9.9p1-1gl0.dsc + 37c13d053ace40ed1111264aac7671b800aa2d2e 1343020 openssh_9.9p1.orig.tar.xz + 03e18e23275687427872238a296fcad9702d242a 195368 openssh_9.9p1-1gl0.debian.tar.xz +Checksums-Sha256: + 10322c59aa4d91496171a692cebf4c51d4a0c7fee047b37344e97d38875826f1 2236 openssh_9.9p1-1gl0.dsc + d15c98b30defb22622cf3e42cbe2058cd4ff1ac3e37d4638815b94618894756d 1343020 openssh_9.9p1.orig.tar.xz + 63f460b2f5d0e2cf5981288c7b422098fc92d92234fc7f7b7ece6cf2c426e23b 195368 openssh_9.9p1-1gl0.debian.tar.xz +Files: + cb43aea5fc62923ae6f5ba0df8ddfd4c 2236 openssh_9.9p1-1gl0.dsc + 55fb6e00832ea66fbfabc252c7e7c118 1343020 openssh_9.9p1.orig.tar.xz + cadebfbc58114e7b2f90e881cdf62ab9 195368 openssh_9.9p1-1gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: openssl +Binary: openssl, openssl-provider-legacy, openssl-provider-fips, libssl3t64, libcrypto3-udeb, libssl3-udeb, libssl-dev, libssl-doc +Architecture: any all +Version: 3.3.2-1gl0 +Maintainer: Debian OpenSSL Team +Uploaders: Christoph Martin , Kurt Roeckx , Sebastian Andrzej Siewior +Homepage: https://www.openssl.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/openssl +Vcs-Git: https://salsa.debian.org/debian/openssl.git +Testsuite: autopkgtest +Testsuite-Triggers: perl +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.22.5), libzstd-dev, zlib1g-dev +Package-List: + libcrypto3-udeb udeb debian-installer optional arch=any profile=!noudeb + libssl-dev deb libdevel optional arch=any + libssl-doc deb doc optional arch=all + libssl3-udeb udeb debian-installer optional arch=any profile=!noudeb + libssl3t64 deb libs optional arch=any + openssl deb utils optional arch=any + openssl-provider-fips deb utils optional arch=any + openssl-provider-legacy deb utils optional arch=any +Directory: pool/f0e3ed8864ce15e61522131cdcca8734ea92bc51353b441f482d10b62034d356 +Checksums-Sha1: + d88064e8d79b453853f75638173ad3a101a4131c 1693 openssl_3.3.2-1gl0.dsc + e002173b10ab49609f146cfb4d5ffa7d69dd7546 13559324 openssl_3.3.2.orig.tar.xz + ff6acc845e397dd7e31b3ee81f8293d3467bace3 49796 openssl_3.3.2-1gl0.debian.tar.xz +Checksums-Sha256: + f0e3ed8864ce15e61522131cdcca8734ea92bc51353b441f482d10b62034d356 1693 openssl_3.3.2-1gl0.dsc + a4beb7fc10496e13765ca8418617ae27d740b6a932cfa6354fb8c0e5f6e630f3 13559324 openssl_3.3.2.orig.tar.xz + 9851c802ebaf8887ce6638eb0cbbb749c1f57ef9d4baf13217ce1cf3482f5cc1 49796 openssl_3.3.2-1gl0.debian.tar.xz +Files: + 8d5cd464c8aede032374d2ba82721bbd 1693 openssl_3.3.2-1gl0.dsc + 7fabe6ed39baf79438faa2cebeb61a00 13559324 openssl_3.3.2.orig.tar.xz + 561730ab4f1e2db62df45b1037e63176 49796 openssl_3.3.2-1gl0.debian.tar.xz + +Format: 1.0 +Package: oras +Binary: oras +Architecture: any +Version: 1.2.0-0gardenlinux0 +Maintainer: Garden Linux +Standards-Version: 4.6.0 +Build-Depends: debhelper-compat (= 13), git, golang +Package-List: + oras deb misc optional arch=any +Directory: pool/a7781beff94e761d347e261ab51bf367ad98ddfeff2b26a95332bb05db7ebfa3 +Checksums-Sha1: + c0a13254ff936ab4bc540f0b715dc18a685bcbdb 559 oras_1.2.0-0gardenlinux0.dsc + 115e3483c1f19213a5fa33173d6c651f9a833eb3 189180 oras_1.2.0-0gardenlinux0.tar.gz +Checksums-Sha256: + a7781beff94e761d347e261ab51bf367ad98ddfeff2b26a95332bb05db7ebfa3 559 oras_1.2.0-0gardenlinux0.dsc + 09dbda668c05f26586b7ad71211476b652d20a55443b347ab63f2769f3e51828 189180 oras_1.2.0-0gardenlinux0.tar.gz +Files: + 8d416287f640c40c2facb1fed1c2e6b2 559 oras_1.2.0-0gardenlinux0.dsc + e2bdc2b05da4705d7f0ba224243b20b7 189180 oras_1.2.0-0gardenlinux0.tar.gz + +Format: 3.0 (quilt) +Package: original-awk +Binary: original-awk +Architecture: any +Version: 2024-06-23-1 +Maintainer: Santiago Vila +Homepage: https://github.com/onetrueawk/awk +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/sanvila/original-awk +Vcs-Git: https://salsa.debian.org/sanvila/original-awk.git +Build-Depends: debhelper-compat (= 13), bison +Package-List: + original-awk deb interpreters optional arch=any +Directory: pool/f3dddff763873281eece5b6d1816d37200f393200a8bac198f08d94b03812a5b +Checksums-Sha1: + d5c68509dd47746034ac2be061727e13923294c5 1575 original-awk_2024-06-23-1.dsc + 77663f40525b4d1bb21c8b044fcae256ad25cf5c 1852498 original-awk_2024-06-23.orig.tar.gz + ab42f13f0a7102480bccc7312e154874c714d9a9 4788 original-awk_2024-06-23-1.debian.tar.xz +Checksums-Sha256: + f3dddff763873281eece5b6d1816d37200f393200a8bac198f08d94b03812a5b 1575 original-awk_2024-06-23-1.dsc + 929c86bf1da4652c8110f58ff02d4fd73eda1ec73fea6be0c90c047394c7d158 1852498 original-awk_2024-06-23.orig.tar.gz + 7c9398bb6978ebc222f3d5043d342ae21c056ebde7072b108b7c8e45692a4725 4788 original-awk_2024-06-23-1.debian.tar.xz +Files: + e343471dd2ff21d93bf2d89140602e8e 1575 original-awk_2024-06-23-1.dsc + 93bfca8f629e56e2119e26557c47dec0 1852498 original-awk_2024-06-23.orig.tar.gz + 8ef978ed936afb02d939d05dd965c728 4788 original-awk_2024-06-23-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: osinfo-db +Binary: osinfo-db +Architecture: all +Version: 0.20240701-1 +Maintainer: Debian Libvirt Maintainers +Uploaders: Guido Günther , Pino Toscano , +Homepage: https://libosinfo.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/libvirt-team/osinfo-db +Vcs-Git: https://salsa.debian.org/libvirt-team/osinfo-db.git +Testsuite: autopkgtest +Testsuite-Triggers: gir1.2-libosinfo-1.0, libosinfo-bin, locales-all, python3, python3-gi, python3-lxml, python3-pytest +Build-Depends: debhelper-compat (= 13), gettext, locales-all , osinfo-db-tools, python3-lxml , python3-pytest +Package-List: + osinfo-db deb libs optional arch=all +Directory: pool/3d67d220d4f7d064af908a349164161e5db707c6787427d97d5cb0df14fdaf63 +Checksums-Sha1: + 57d9cbcc55939ba2b738263ade1bf04931e88e92 2232 osinfo-db_0.20240701-1.dsc + 216a9a98949cfc8eabfae15ccdb3f696410be650 441788 osinfo-db_0.20240701.orig.tar.xz + 7eb2f6c4ad8c2f9d281af7bc8a89ed1c18b76b51 9224 osinfo-db_0.20240701-1.debian.tar.xz +Checksums-Sha256: + 3d67d220d4f7d064af908a349164161e5db707c6787427d97d5cb0df14fdaf63 2232 osinfo-db_0.20240701-1.dsc + badd5de8b2e1068170a056aab9027c68abb7e09d50f407c1c7f2b0002a1980b3 441788 osinfo-db_0.20240701.orig.tar.xz + b3aff2423ffd0f9b6cdd4d264fccf52e154a75f4713eabda6dffd088630165be 9224 osinfo-db_0.20240701-1.debian.tar.xz +Files: + d64c20a34beb3e3416915d9f8747f3fa 2232 osinfo-db_0.20240701-1.dsc + 50c1a7fab6fa3f48c667ae2e64750c81 441788 osinfo-db_0.20240701.orig.tar.xz + ff93641d772a5221220b150636476a2d 9224 osinfo-db_0.20240701-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ostree +Binary: gir1.2-ostree-1.0, libostree-1-1, libostree-dev, libostree-doc, ostree, ostree-boot, ostree-tests +Architecture: linux-any all +Version: 2024.8-1 +Maintainer: Utopia Maintenance Team +Uploaders: Matthias Klumpp , Simon McVittie , Sjoerd Simons +Homepage: https://github.com/ostreedev/ostree/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/ostree +Vcs-Git: https://salsa.debian.org/debian/ostree.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gnome-desktop-testing, pkgconf +Build-Depends: attr, autoconf, automake, bison, bsdextrautils , ca-certificates, cpio, debhelper (>= 13.11.6~), debhelper-compat (= 13), dh-sequence-gir, docbook-xml , docbook-xsl , libext2fs-dev, elfutils, fuse3:native, gir1.2-gio-2.0-dev, gjs:native [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32], gnupg , gobject-introspection, gobject-introspection (>= 1.78.1-7~) , gtk-doc-tools , libarchive-dev, libattr1-dev, libavahi-client-dev, libavahi-glib-dev, libcap-dev, libcurl4-gnutls-dev | libcurl-dev, libfuse3-dev, libglib2.0-dev, libgpgme-dev, liblzma-dev, libmount-dev, libselinux1-dev, libsoup-3.0-dev (>= 3.0.0), libsystemd-dev, libtool, pkgconf, procps, python3 , python3-yaml , xsltproc , zlib1g-dev +Build-Depends-Indep: libglib2.0-doc +Package-List: + gir1.2-ostree-1.0 deb introspection optional arch=linux-any + libostree-1-1 deb libs optional arch=linux-any + libostree-dev deb libdevel optional arch=linux-any + libostree-doc deb doc optional arch=all profile=!nodoc + ostree deb admin optional arch=linux-any + ostree-boot deb admin optional arch=linux-any + ostree-tests deb admin optional arch=linux-any +Directory: pool/7a4bb70bcf7a34a77486ed0e1b8848dfbde431fb46e282a0532990f1cb6be7f6 +Checksums-Sha1: + 5850ef28062597dc76700c47ff973a241387d80c 3380 ostree_2024.8-1.dsc + fd94575204da5662f2c736957b6f677a87a7cb4b 2107348 ostree_2024.8.orig.tar.xz + 32c40b5fa2cd6ca49776cdf6210e0ebf5e0f9966 30860 ostree_2024.8-1.debian.tar.xz +Checksums-Sha256: + 7a4bb70bcf7a34a77486ed0e1b8848dfbde431fb46e282a0532990f1cb6be7f6 3380 ostree_2024.8-1.dsc + e2136e116669f114ff7349f12e299f63c0bece733451649414a8dcd85b863c3f 2107348 ostree_2024.8.orig.tar.xz + d28ef3efb95b2a0f7c71f65b8df0875ca41bbbfba4ac15a4384a78020d80bac3 30860 ostree_2024.8-1.debian.tar.xz +Files: + 3f4b8e8ce41de138de6ae70e417721b8 3380 ostree_2024.8-1.dsc + fcf8cbc4efcb9dd658d234edd8961f21 2107348 ostree_2024.8.orig.tar.xz + 97f9375c97d5e510358efdccad70c5da 30860 ostree_2024.8-1.debian.tar.xz +Dgit: 201a43311b952a280db630aefb8eaf13eeb323d8 debian archive/debian/2024.8-1 https://git.dgit.debian.org/ostree + +Format: 3.0 (quilt) +Package: p11-kit +Binary: libp11-kit-dev, libp11-kit0, p11-kit, p11-kit-modules, p11-kit-doc +Architecture: any all +Version: 0.25.5-2 +Maintainer: Debian GnuTLS Maintainers +Uploaders: Andreas Metzler , +Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnutls-team/p11-kit +Vcs-Git: https://salsa.debian.org/gnutls-team/p11-kit.git +Build-Depends: debhelper-compat (= 13), gtk-doc-tools , libbsd-dev [kfreebsd-any hurd-any], libffi-dev, libtasn1-6-dev, pkgconf, python3:any +Package-List: + libp11-kit-dev deb libdevel optional arch=any + libp11-kit0 deb libs optional arch=any + p11-kit deb misc optional arch=any + p11-kit-doc deb doc optional arch=all profile=!nodoc + p11-kit-modules deb misc optional arch=any +Directory: pool/5953f5639503fe32217117e222bbc231130d9e79dda74259b4017b7bfc5bd910 +Checksums-Sha1: + 9cf72d72a30a425f5a99c249a25b1ab48a3de430 2538 p11-kit_0.25.5-2.dsc + c3a1607be931656bbc8a9e2ba3209ee1d3314f99 1002056 p11-kit_0.25.5.orig.tar.xz + e4a151a95afd2daeaff936bb3ea4752557644e69 228 p11-kit_0.25.5.orig.tar.xz.asc + f4275ac1795fb461ff9d8d31dba6b2f25fea1f65 24108 p11-kit_0.25.5-2.debian.tar.xz +Checksums-Sha256: + 5953f5639503fe32217117e222bbc231130d9e79dda74259b4017b7bfc5bd910 2538 p11-kit_0.25.5-2.dsc + 04d0a86450cdb1be018f26af6699857171a188ac6d5b8c90786a60854e1198e5 1002056 p11-kit_0.25.5.orig.tar.xz + 066c92b9d2accb2fda6a2f71e676fb6526fcc153051b1f04ee7d7c8c96a09989 228 p11-kit_0.25.5.orig.tar.xz.asc + df84eb66f6dd2a53796dfbb2edc58a4b37046b19a8d186baf072163cd6c9c528 24108 p11-kit_0.25.5-2.debian.tar.xz +Files: + cb75b65cb15ca75ce2c8604e27454672 2538 p11-kit_0.25.5-2.dsc + e9c5675508fcd8be54aa4c8cb8e794fc 1002056 p11-kit_0.25.5.orig.tar.xz + e6945b6645d089d8115535cc6fd8938e 228 p11-kit_0.25.5.orig.tar.xz.asc + 22c50309286631efb82fe6f350d8dec9 24108 p11-kit_0.25.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: pam +Binary: libpam0g, libpam-modules, libpam-modules-bin, libpam-runtime, libpam0g-dev, libpam-doc +Architecture: any all +Version: 1.5.3-7gardenlinux0 +Maintainer: Sam Hartman +Uploaders: Steve Langasek +Homepage: http://www.linux-pam.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/vorlon/pam +Vcs-Git: https://salsa.debian.org/vorlon/pam.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-pam +Build-Depends: debhelper-compat (= 13), dh-exec, flex, libcrypt-dev, libselinux1-dev [linux-any], libsystemd-dev [linux-any] , po-debconf, autopoint, libaudit-dev [linux-any] , pkg-config, libfl-dev, libfl-dev:native, docbook-xsl-ns, docbook5-xml, xsltproc, libxml2-utils, w3m +Build-Conflicts: libxcrypt-dev +Build-Conflicts-Indep: fop +Package-List: + libpam-doc deb doc optional arch=all + libpam-modules deb admin required arch=any + libpam-modules-bin deb admin required arch=any + libpam-runtime deb admin required arch=all + libpam0g deb libs optional arch=any + libpam0g-dev deb libdevel optional arch=any +Directory: pool/62982b1d8960626aee1145624977548ce9658739fb7a54bcb510d8fc7d4ba918 +Checksums-Sha1: + ad71ac052ca9fc426163d4781250352abf29a029 1657 pam_1.5.3-7gardenlinux0.dsc + 5737c4a5c36373920fcc6037605c92abe51c6b29 1037096 pam_1.5.3.orig.tar.xz + a16692447057e14ad8a95931495ed66bc13d0921 139356 pam_1.5.3-7gardenlinux0.debian.tar.xz +Checksums-Sha256: + 62982b1d8960626aee1145624977548ce9658739fb7a54bcb510d8fc7d4ba918 1657 pam_1.5.3-7gardenlinux0.dsc + 1a84268810f4bc49a8ce4d97aada6c8e46d3798e0fc101388b6b90cf26a88822 1037096 pam_1.5.3.orig.tar.xz + faa6f103d52a74450f2d2b6660d34f0731dca25e695a074de9f9dcd3cf8973d8 139356 pam_1.5.3-7gardenlinux0.debian.tar.xz +Files: + fda9eb50f1eda3a2dabce409cd55bd2b 1657 pam_1.5.3-7gardenlinux0.dsc + 06a7f8c171efb4a5b5fa32f5d54218e4 1037096 pam_1.5.3.orig.tar.xz + 9599b10919f41ab47f60ee2d82c70609 139356 pam_1.5.3-7gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: pango1.0 +Binary: libpango-1.0-0, libpangocairo-1.0-0, libpangoxft-1.0-0, libpangoft2-1.0-0, libpango1.0-udeb, libpango1.0-dev, libpango1.0-doc, gir1.2-pango-1.0, pango1.0-tests, pango1.0-tools +Architecture: any all +Version: 1.54.0+ds-2 +Maintainer: Debian GNOME Maintainers +Uploaders: Emilio Pozuelo Monfort , Iain Lane , Jeremy Bícha , Laurent Bigonville , Marco Trevisan (Treviño) , Michael Biebl +Homepage: https://www.pango.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/pango +Vcs-Git: https://salsa.debian.org/gnome-team/pango.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, dbus, gir1.2-gdk-3.0, gnome-desktop-testing, locales, locales-all, pkg-config, python3-gi, xauth, xvfb +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, fonts-cantarell , fonts-dejavu-core , fonts-noto-color-emoji , fonts-noto-core , gir1.2-cairo-1.0-dev, gir1.2-gio-2.0-dev, gir1.2-gobject-2.0-dev, gir1.2-harfbuzz-0.0-dev , gobject-introspection (>= 1.78.1-9~), help2man, libcairo2-dev, libfontconfig-dev, libfreetype-dev, libfribidi-dev, libglib2.0-dev, libharfbuzz-dev, libsysprof-capture-4-dev (>= 3.38.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa loong64 powerpc ppc64 sh4] , libthai-dev, libx11-dev, libxft-dev, libxrender-dev, libxt-dev, locales | locales-all , meson, perl:native, pkgconf +Build-Depends-Indep: gi-docgen +Package-List: + gir1.2-pango-1.0 deb introspection optional arch=any + libpango-1.0-0 deb libs optional arch=any + libpango1.0-dev deb libdevel optional arch=any + libpango1.0-doc deb doc optional arch=all profile=!nodoc + libpango1.0-udeb udeb debian-installer optional arch=any + libpangocairo-1.0-0 deb libs optional arch=any + libpangoft2-1.0-0 deb libs optional arch=any + libpangoxft-1.0-0 deb libs optional arch=any + pango1.0-tests deb libs optional arch=any + pango1.0-tools deb libs optional arch=any profile=nodoc+!cross +Directory: pool/4815f57cd465ef2ba88ee60938c83f3f93fd55c7bc3a92f9345a2f0b337c65cf +Checksums-Sha1: + a2006cd466229687dd46ed6da2dd2d85dd7b8312 3671 pango1.0_1.54.0+ds-2.dsc + 2fecd1872c889d34f427ead8c26d440d8ee1c579 1745280 pango1.0_1.54.0+ds.orig.tar.xz + ccec3fe5c6deab0ac4edda566d49f0bc1205e4aa 43800 pango1.0_1.54.0+ds-2.debian.tar.xz +Checksums-Sha256: + 4815f57cd465ef2ba88ee60938c83f3f93fd55c7bc3a92f9345a2f0b337c65cf 3671 pango1.0_1.54.0+ds-2.dsc + 2275f1160e492b442a7dfbaa10cf8aeaea83cea1ff0ee1eed9d88fa1e21aebe8 1745280 pango1.0_1.54.0+ds.orig.tar.xz + fd325ace7dbb6ba2813fdfcc8a2b769e7fbc0e4a537eefc4e52040a875ea23c9 43800 pango1.0_1.54.0+ds-2.debian.tar.xz +Files: + e749dfb0b1ec2df74801d654e9ef4f70 3671 pango1.0_1.54.0+ds-2.dsc + 940f1769dc14b45dee84aab774086994 1745280 pango1.0_1.54.0+ds.orig.tar.xz + acbb81028daf7ad6410e6438d36a56b7 43800 pango1.0_1.54.0+ds-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: parted +Binary: parted, parted-udeb, libparted2t64, libparted-fs-resize0t64, libparted2-udeb, libparted-fs-resize0-udeb, libparted-i18n, libparted-dev, parted-doc +Architecture: any all +Version: 3.6-4 +Maintainer: Parted Maintainer Team +Uploaders: Bastian Blank , Colin Watson +Homepage: https://www.gnu.org/software/parted +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/parted-team/parted +Vcs-Git: https://salsa.debian.org/parted-team/parted.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libncurses-dev | libncurses5-dev, libreadline-dev | libreadline6-dev, libdevmapper-dev [linux-any], uuid-dev, gettext, texinfo, libblkid-dev, pkgconf, check , autoconf, automake, autopoint, gperf +Package-List: + libparted-dev deb libdevel optional arch=any + libparted-fs-resize0-udeb udeb debian-installer optional arch=any + libparted-fs-resize0t64 deb libs optional arch=any + libparted-i18n deb localization optional arch=all + libparted2-udeb udeb debian-installer optional arch=any + libparted2t64 deb libs optional arch=any + parted deb admin optional arch=any + parted-doc deb doc optional arch=all + parted-udeb udeb debian-installer optional arch=any +Directory: pool/aeb3597fb75412a786278fc70eb2dc46c9684160a03530d32c78d8cf13f98545 +Checksums-Sha1: + 526143c2cb2150457f5fd78238b0afb4acf55c66 3041 parted_3.6-4.dsc + b83f10e654250a69dd9278f4425802c1b7fb0c74 1896164 parted_3.6.orig.tar.xz + a2b631f6b812f8d3a2ddfc93f50066abdebd0fa8 508 parted_3.6.orig.tar.xz.asc + 58fa0dd643b4219ac023b462901b21b3609e8187 56932 parted_3.6-4.debian.tar.xz +Checksums-Sha256: + aeb3597fb75412a786278fc70eb2dc46c9684160a03530d32c78d8cf13f98545 3041 parted_3.6-4.dsc + 3b43dbe33cca0f9a18601ebab56b7852b128ec1a3df3a9b30ccde5e73359e612 1896164 parted_3.6.orig.tar.xz + cdc0e7fcf5056e7f3f45d43bb980bd6d835b09a5c762ecd2b65c47742a0e583e 508 parted_3.6.orig.tar.xz.asc + a3082560fb425ee641fe85d9a3c55514ca425593e1b26e9cda2d48ca8342f479 56932 parted_3.6-4.debian.tar.xz +Files: + 8fdaf631469306b27e828c06b6b6324c 3041 parted_3.6-4.dsc + 93d2d8f22baebc5eb65b85da05a79e4e 1896164 parted_3.6.orig.tar.xz + 3afa5c04d8adfdead5eadb6596de9920 508 parted_3.6.orig.tar.xz.asc + 6d11964558dbdc8a68824f841153e341 56932 parted_3.6-4.debian.tar.xz +Dgit: 2ddb9b9faebf62a7b6dbcabd460f567d53a5e70b debian archive/debian/3.6-4 https://git.dgit.debian.org/parted + +Format: 3.0 (quilt) +Package: passwdqc +Binary: passwdqc, libpasswdqc1, libpasswdqc-dev, libpam-passwdqc +Architecture: any +Version: 2.0.3-2 +Maintainer: Debian Security Tools +Uploaders: Samuel Henrique , Unit 193 +Homepage: https://www.openwall.com/passwdqc/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/passwdqc +Vcs-Git: https://salsa.debian.org/pkg-security-team/passwdqc.git +Build-Depends: debhelper-compat (= 13), libpam-dev +Package-List: + libpam-passwdqc deb admin optional arch=any + libpasswdqc-dev deb libdevel optional arch=any + libpasswdqc1 deb libs optional arch=any + passwdqc deb admin optional arch=any +Directory: pool/b1e7b4f77fb9618eda9ce8acfaa5a59e4a0263292090f6b919590daab8dab0a8 +Checksums-Sha1: + a1a1d350f7333a43673395985889bf85079a738d 2390 passwdqc_2.0.3-2.dsc + d1d7614dde2d35c7bff512740489d4c01e4be35a 89608 passwdqc_2.0.3.orig.tar.gz + b95758ecf387edc9f49a6735b1a12e558808a3f2 801 passwdqc_2.0.3.orig.tar.gz.asc + f96b7a9fe76a921219a7d5538852f403cc69a859 9932 passwdqc_2.0.3-2.debian.tar.xz +Checksums-Sha256: + b1e7b4f77fb9618eda9ce8acfaa5a59e4a0263292090f6b919590daab8dab0a8 2390 passwdqc_2.0.3-2.dsc + 53b0f4bc49369f06195e9e13abb6cff352d5acb79e861004ec95973896488cf4 89608 passwdqc_2.0.3.orig.tar.gz + 1a5aa224c63b15c312f8809accc2e193dbe588db3c992c48d3b240c04c3f42f7 801 passwdqc_2.0.3.orig.tar.gz.asc + c8d43403eb6a6f5230530372b0830295f91ba656f0ef62c031499938967ebdda 9932 passwdqc_2.0.3-2.debian.tar.xz +Files: + 2a207b26be45f970e0e4f077a9a5eeeb 2390 passwdqc_2.0.3-2.dsc + fd4d6fff2951256c3c0d013becef1298 89608 passwdqc_2.0.3.orig.tar.gz + 557973a12c8b872ffbf8923d862bb761 801 passwdqc_2.0.3.orig.tar.gz.asc + 0165ae01b8fdc8138d74481b3ac29bf5 9932 passwdqc_2.0.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: patch +Binary: patch +Architecture: any +Version: 2.7.6-7 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://savannah.gnu.org/projects/patch/ +Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 11), ed +Package-List: + patch deb vcs optional arch=any +Directory: pool/d954fd576d935ac54b7d44d4976eb52d0da84a57f7bad90c6e5bd5e33595030a +Checksums-Sha1: + 1afab848fb73ae433dcf1b24d3ca4741c6fef7ea 1706 patch_2.7.6-7.dsc + 6f64fa75993bdb285ac4ed6eca6c9212725bff91 783756 patch_2.7.6.orig.tar.xz + 587ac76e22b17d4fc0988ecc5924b91319ba1f48 15084 patch_2.7.6-7.debian.tar.xz +Checksums-Sha256: + d954fd576d935ac54b7d44d4976eb52d0da84a57f7bad90c6e5bd5e33595030a 1706 patch_2.7.6-7.dsc + ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd 783756 patch_2.7.6.orig.tar.xz + 7725f30b042d8cf63516e480036e93ca2ff0ce5ad3754db4a4e69d33e96a2624 15084 patch_2.7.6-7.debian.tar.xz +Files: + d861a9cdf8e045042c40eda2776e3522 1706 patch_2.7.6-7.dsc + 78ad9937e4caadcba1526ef1853730d5 783756 patch_2.7.6.orig.tar.xz + 4d8d3bd3b0f8230169616e970c55db40 15084 patch_2.7.6-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: patchelf +Binary: patchelf +Architecture: any +Version: 0.18.0-1.1 +Maintainer: Felipe Sateler +Homepage: https://nixos.org/patchelf.html +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/patchelf +Vcs-Git: https://salsa.debian.org/debian/patchelf.git +Build-Depends: debhelper-compat (= 12) +Package-List: + patchelf deb utils optional arch=any +Directory: pool/57468b44f9746075a0ab5ebb8896f1d2d4bbc34e093639a937c293e6a6e9c234 +Checksums-Sha1: + b34eff37f76b83be1f2ca95cbf93d9885154c477 1837 patchelf_0.18.0-1.1.dsc + 7eb974172de73b7b452ee376237ad78601603c45 331312 patchelf_0.18.0.orig.tar.gz + c1efc6cfbf15de15c265a89455b77751ae48ea8d 4328 patchelf_0.18.0-1.1.debian.tar.xz +Checksums-Sha256: + 57468b44f9746075a0ab5ebb8896f1d2d4bbc34e093639a937c293e6a6e9c234 1837 patchelf_0.18.0-1.1.dsc + 1451d01ee3a21100340aed867d0b799f46f0b1749680028d38c3f5d0128fb8a7 331312 patchelf_0.18.0.orig.tar.gz + bf13350b4a19e0084c9944b79745daeb5e81969035317cc77dbf19d736826c70 4328 patchelf_0.18.0-1.1.debian.tar.xz +Files: + a44cc27bc876465b3d680d007150c508 1837 patchelf_0.18.0-1.1.dsc + 39be87713c18bfb3b2d27f4b23e28a18 331312 patchelf_0.18.0.orig.tar.gz + 5f9facac5d7cb960c3e8cacd70c5460d 4328 patchelf_0.18.0-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: patchutils +Binary: patchutils +Architecture: any +Version: 0.4.2-1 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: http://cyberelk.net/tim/software/patchutils/ +Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 12), xmlto, gawk +Package-List: + patchutils deb text optional arch=any +Directory: pool/f7b18896c30d7a78516a23cdf651ce913774fa401ae0f3e2d6666a5ee9621031 +Checksums-Sha1: + 3ef1f82028c6b910946a34b6af83ab7d9b31365c 1762 patchutils_0.4.2-1.dsc + 3b34e9489ec1665981732bde97a3f3a065d48b61 100345 patchutils_0.4.2.orig.tar.gz + 8c61098717a2895dd1e3c42f504c261a391ca5be 5868 patchutils_0.4.2-1.debian.tar.xz +Checksums-Sha256: + f7b18896c30d7a78516a23cdf651ce913774fa401ae0f3e2d6666a5ee9621031 1762 patchutils_0.4.2-1.dsc + 2ff95f11946558ce63f4d1167abaccbffd49750152346d5304e03ad884304ad6 100345 patchutils_0.4.2.orig.tar.gz + 2c5ba4449cbc472d2d9395c6f618c7e12e7d8760834033ea85bd2bd249e691ea 5868 patchutils_0.4.2-1.debian.tar.xz +Files: + 9b60f7bc5dc7e169f984c7825f9b5f47 1762 patchutils_0.4.2-1.dsc + c7bfa14a0f9e07b995f8eac9227cb1bf 100345 patchutils_0.4.2.orig.tar.gz + 256d0f0e05b442c779a9042e5297c2f8 5868 patchutils_0.4.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pcc-libs +Binary: libpcc-dev +Architecture: amd64 i386 +Version: 1.2.0~DEVEL+20211015-1 +Maintainer: Yangfl +Homepage: http://pcc.ludd.ltu.se/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/yangfl-guest/pcc-libs +Vcs-Git: https://salsa.debian.org/yangfl-guest/pcc-libs.git +Build-Depends: debhelper-compat (= 13), pcc +Package-List: + libpcc-dev deb libdevel optional arch=amd64,i386 +Directory: pool/1e4cedd52f0609da85f16a9acb9232d4a7fd49a44265e2042275ee39a4d02c82 +Checksums-Sha1: + 46246dc2ac77e03d5f7d0abf3808fcfadeb7965d 1948 pcc-libs_1.2.0~DEVEL+20211015-1.dsc + ce2cfb6c38a3166a2257d4d746563b49be866747 203073 pcc-libs_1.2.0~DEVEL+20211015.orig.tar.gz + 22ed3e27b676b1423aad092d8a4ba6e14cb6a921 4108 pcc-libs_1.2.0~DEVEL+20211015-1.debian.tar.xz +Checksums-Sha256: + 1e4cedd52f0609da85f16a9acb9232d4a7fd49a44265e2042275ee39a4d02c82 1948 pcc-libs_1.2.0~DEVEL+20211015-1.dsc + b2f9f4b8b4f7addc45abc6b67e21b9347d665dc0cb51da0db672f48efb055397 203073 pcc-libs_1.2.0~DEVEL+20211015.orig.tar.gz + 5429c7d219f13c3ac1ce9e1947c62393ae4ac77220f8bd9ff543f3220b8bcd89 4108 pcc-libs_1.2.0~DEVEL+20211015-1.debian.tar.xz +Files: + 2534089f4bf69f6c8c53f466a9fc1f70 1948 pcc-libs_1.2.0~DEVEL+20211015-1.dsc + 32d2415cba4d9ce8dfcfc9e426544654 203073 pcc-libs_1.2.0~DEVEL+20211015.orig.tar.gz + 3decd61b82092794617b55c4dbb43ce8 4108 pcc-libs_1.2.0~DEVEL+20211015-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pcc +Binary: pcc +Architecture: amd64 i386 +Version: 1.2.0~DEVEL+20220331-1 +Maintainer: Yangfl +Homepage: http://pcc.ludd.ltu.se/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/yangfl-guest/pcc +Vcs-Git: https://salsa.debian.org/yangfl-guest/pcc.git +Build-Depends: debhelper-compat (= 13), bison, flex +Package-List: + pcc deb devel optional arch=amd64,i386 +Directory: pool/a7ddf7721bf408ae79012b75bc5b07c53c39b832b16af9db82359b3565c7f4cd +Checksums-Sha1: + 4f7aaf08266ed71dd71522a79db37745aee175ed 1894 pcc_1.2.0~DEVEL+20220331-1.dsc + a10a95056024f0a00a9067b20ab0e94f03eb9242 978027 pcc_1.2.0~DEVEL+20220331.orig.tar.gz + dbc35cb6bf937ef76d2d2cfc0eb87990a93ec80b 7436 pcc_1.2.0~DEVEL+20220331-1.debian.tar.xz +Checksums-Sha256: + a7ddf7721bf408ae79012b75bc5b07c53c39b832b16af9db82359b3565c7f4cd 1894 pcc_1.2.0~DEVEL+20220331-1.dsc + 60bc1c7ac2e41807ef6f32c2b8237b0a69e2d0924c2be17c376846322755763f 978027 pcc_1.2.0~DEVEL+20220331.orig.tar.gz + 3b80d7ffb43f4a193292d03298045da87a8e5353821570c3c13cf80c13b91a7b 7436 pcc_1.2.0~DEVEL+20220331-1.debian.tar.xz +Files: + 64c79af578f1c4aefd0268bb0d0eb0f8 1894 pcc_1.2.0~DEVEL+20220331-1.dsc + 8c31c9a49a7434265ea5efa52e07002a 978027 pcc_1.2.0~DEVEL+20220331.orig.tar.gz + 3ff8cce892cfb95d9b391448b4bba56f 7436 pcc_1.2.0~DEVEL+20220331-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pci.ids +Binary: pci.ids +Architecture: all +Version: 0.0~2024.09.20-1 +Maintainer: Guillem Jover +Homepage: https://pci-ids.ucw.cz/ +Standards-Version: 4.7.0 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/pci.ids.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/pci.ids.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Package-List: + pci.ids deb admin optional arch=all +Directory: pool/7603ddd1345b1cad2113c984ae36e0c196ef41918289603bd670bfa0a5031f72 +Checksums-Sha1: + 76e0c6c70a8f29933f70f1f782350368000cbd3f 2007 pci.ids_0.0~2024.09.20-1.dsc + 9a13f9e53ea04ea34f1a75bb332205b26ba9dcc4 256272 pci.ids_0.0~2024.09.20.orig.tar.xz + 44295a45d1c69c103635c2285c676099bf703142 4964 pci.ids_0.0~2024.09.20-1.debian.tar.xz +Checksums-Sha256: + 7603ddd1345b1cad2113c984ae36e0c196ef41918289603bd670bfa0a5031f72 2007 pci.ids_0.0~2024.09.20-1.dsc + 47732030aabe80223445ac526440695a5994529a7c4bee38dc92570e8e630616 256272 pci.ids_0.0~2024.09.20.orig.tar.xz + 8511a5b95cc721e0db9f9a0dbc9166046c1bf57a70e7a31e3568ae37eefefee9 4964 pci.ids_0.0~2024.09.20-1.debian.tar.xz +Files: + 132c32ed62c8a604b872895116738a63 2007 pci.ids_0.0~2024.09.20-1.dsc + 97ad9ea9d7358e3460ffa5909dd7d0b8 256272 pci.ids_0.0~2024.09.20.orig.tar.xz + 978275995cfc9989639a6678ac5bfd19 4964 pci.ids_0.0~2024.09.20-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pciutils +Binary: pciutils, libpci-dev, libpci3, pciutils-udeb, libpci3-udeb +Architecture: any +Version: 1:3.13.0-1 +Maintainer: Guillem Jover +Homepage: https://mj.ucw.cz/sw/pciutils/ +Standards-Version: 4.7.0 +Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/pciutils.git +Vcs-Git: https://git.hadrons.org/git/debian/pkgs/pciutils.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkgconf +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10), dpkg-dev (>= 1.22.0), pci.ids (>= 0.0~2019.11.10-2) , pkgconf, libkmod-dev [linux-any], libudev-dev (>= 196) [linux-any], zlib1g-dev +Package-List: + libpci-dev deb libdevel optional arch=any + libpci3 deb libs optional arch=any + libpci3-udeb udeb debian-installer optional arch=any profile=!noudeb + pciutils deb admin standard arch=any + pciutils-udeb udeb debian-installer optional arch=any profile=!noudeb +Directory: pool/86553796c923efb29abf703bb1544dab3bed738a02173639ea83d496eaa1b9d6 +Checksums-Sha1: + 99f312b76bdb785c3427ed2f68bd917379533868 2704 pciutils_3.13.0-1.dsc + d6ba830db23ad8d8fac5cd5f5b406b7cbaacb79b 672999 pciutils_3.13.0.orig.tar.gz + 1c7c3961f0ae5116877474671607029e71ada510 228 pciutils_3.13.0.orig.tar.gz.asc + cd232a37a147944bc6fe1ba6654d3f200634721e 19344 pciutils_3.13.0-1.debian.tar.xz +Checksums-Sha256: + 86553796c923efb29abf703bb1544dab3bed738a02173639ea83d496eaa1b9d6 2704 pciutils_3.13.0-1.dsc + a03c88a0aab709b1697ca1753766f443e78297f84c7bcd80a82c1422edd7cb42 672999 pciutils_3.13.0.orig.tar.gz + bd802a7c4ffc885eec44efbb6053dbdb8e509a7b2883104d046a16473eed4ac7 228 pciutils_3.13.0.orig.tar.gz.asc + 087f75ae2708da895d254a5764b49e3ec524a5fa7b07bd96df790faff0822cf7 19344 pciutils_3.13.0-1.debian.tar.xz +Files: + 7189112a2abeafb4c07c3fe57fcbb896 2704 pciutils_3.13.0-1.dsc + 1edb865de7a2de84e67508911010091b 672999 pciutils_3.13.0.orig.tar.gz + 7b57cb2ead97afa94e4bcca1727e5ea6 228 pciutils_3.13.0.orig.tar.gz.asc + b0ec53d89ac0ae56b68df8506f7582e5 19344 pciutils_3.13.0-1.debian.tar.xz + +Format: 1.0 +Package: pcre2 +Binary: libpcre2-8-0, libpcre2-8-0-udeb, libpcre2-16-0, libpcre2-32-0, libpcre2-posix3, libpcre2-dev, pcre2-utils +Architecture: any +Version: 10.42-4 +Maintainer: Matthew Vernon +Homepage: https://pcre.org/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/pcre2 +Vcs-Git: https://salsa.debian.org/debian/pcre2.git +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~) +Package-List: + libpcre2-16-0 deb libs optional arch=any + libpcre2-32-0 deb libs optional arch=any + libpcre2-8-0 deb libs optional arch=any + libpcre2-8-0-udeb udeb debian-installer optional arch=any profile=!noudeb + libpcre2-dev deb libdevel optional arch=any + libpcre2-posix3 deb libs optional arch=any + pcre2-utils deb utils optional arch=any +Directory: pool/2796d9332a4b4abe5eeada4aa287e8f9765a497b4363e3c49815a6bca5845cfe +Checksums-Sha1: + 8dadb95187e29de9a78e96ece46b81ea9563fb3c 2302 pcre2_10.42-4.dsc + 0c265c2e3b8325db8d87d06e8a4cc31ce4cbc731 2397194 pcre2_10.42.orig.tar.gz + f6019b715b51240736827e29ee7d1d30a69b0b60 8111 pcre2_10.42-4.diff.gz +Checksums-Sha256: + 2796d9332a4b4abe5eeada4aa287e8f9765a497b4363e3c49815a6bca5845cfe 2302 pcre2_10.42-4.dsc + c33b418e3b936ee3153de2c61cc638e7e4fe3156022a5c77d0711bcbb9d64f1f 2397194 pcre2_10.42.orig.tar.gz + b583a75e90b029616c6867eccfeb21031e62df98dd4462f9d13ccb95bb2f09e6 8111 pcre2_10.42-4.diff.gz +Files: + 9691a2c0bdeb05d55944385fd13b9660 2302 pcre2_10.42-4.dsc + 37d2f77cfd411a3ddf1c64e1d72e43f7 2397194 pcre2_10.42.orig.tar.gz + 35b01b9d642d993473f4f30fda27f838 8111 pcre2_10.42-4.diff.gz +Dgit: 4d223972f5bd3a10889f26e9bd6a499b208d8d7e debian archive/debian/10.42-4 https://git.dgit.debian.org/pcre2 + +Format: 3.0 (quilt) +Package: pcsc-lite +Binary: pcscd, libpcsclite-dev, libpcsclite1 +Architecture: any +Version: 2.3.0-1 +Maintainer: Ludovic Rousseau +Homepage: https://pcsclite.apdu.fr/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/pcsc-lite +Vcs-Git: https://salsa.debian.org/debian/pcsc-lite.git +Build-Depends: debhelper-compat (= 13), flex, libpolkit-gobject-1-dev, libsystemd-dev, libudev-dev [linux-any], libusb2-dev [kfreebsd-any], meson, pkgconf, systemd-dev +Package-List: + libpcsclite-dev deb libdevel optional arch=any + libpcsclite1 deb libs optional arch=any + pcscd deb misc optional arch=any +Directory: pool/eb827d782ba63369cf81bb023ff485e65578f39bdc2d76e8b9e76b4213d94e90 +Checksums-Sha1: + 753f5061ba66a2ba2cc2fb2c77a1392856c2f6d4 2351 pcsc-lite_2.3.0-1.dsc + d5ecee9d5f5f59498da9cd73e6b54978da029f1e 209064 pcsc-lite_2.3.0.orig.tar.xz + 62dfbbfa5683d618c56afec58d1dfdc2e90d298f 833 pcsc-lite_2.3.0.orig.tar.xz.asc + ace1240097b3681cdce63118f4c8012ced79aabe 18712 pcsc-lite_2.3.0-1.debian.tar.xz +Checksums-Sha256: + eb827d782ba63369cf81bb023ff485e65578f39bdc2d76e8b9e76b4213d94e90 2351 pcsc-lite_2.3.0-1.dsc + 1acca22d2891d43ffe6d782740d32e78150d4fcc99e8a3cc763abaf546060d3d 209064 pcsc-lite_2.3.0.orig.tar.xz + 5c2c3b68a2922a9becd90b2205b235044ea5c088d31d7b8ca326af9fe418b4fe 833 pcsc-lite_2.3.0.orig.tar.xz.asc + aebfd39128879596b4398df4ff4bc00ccd850c63bb9c6114a1bd936056476c10 18712 pcsc-lite_2.3.0-1.debian.tar.xz +Files: + 12387bb37e2c362620aa7596777d1ee5 2351 pcsc-lite_2.3.0-1.dsc + a5b0906b64215b1e1ec0e314311601ad 209064 pcsc-lite_2.3.0.orig.tar.xz + 07bbdfc179ec5337ecf9d4dfc79cf082 833 pcsc-lite_2.3.0.orig.tar.xz.asc + f56af64372192cd61cc0056abd904377 18712 pcsc-lite_2.3.0-1.debian.tar.xz + +Format: 3.0 (native) +Package: perl-openssl-defaults +Binary: perl-openssl-defaults +Architecture: any +Version: 7 +Maintainer: Debian Perl Group +Uploaders: Niko Tyni +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/perl-openssl-defaults +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/perl-openssl-defaults.git +Testsuite: autopkgtest-pkg-perl +Build-Depends: debhelper-compat (= 13), libssl-dev, perl-xs-dev, perl:native +Package-List: + perl-openssl-defaults deb perl optional arch=any +Directory: pool/c882bc770f7a6ae62f4957d4a0970cd895e18581fa772e2f69b73efb874b7933 +Checksums-Sha1: + 28e326674604863df79472968966ad5bfc618c94 1798 perl-openssl-defaults_7.dsc + 2be0e4f4e9a2e3e2eda114fe183893ae83b55ba0 4780 perl-openssl-defaults_7.tar.xz +Checksums-Sha256: + c882bc770f7a6ae62f4957d4a0970cd895e18581fa772e2f69b73efb874b7933 1798 perl-openssl-defaults_7.dsc + af77abf3419419a082da0848247dd4b5ad31789e95c4966e58adcdb35244b61f 4780 perl-openssl-defaults_7.tar.xz +Files: + fb31f9d15ea75e11579a695431b4e83a 1798 perl-openssl-defaults_7.dsc + 0d6d565fe26e54f6c84a9740523c976e 4780 perl-openssl-defaults_7.tar.xz + +Format: 3.0 (quilt) +Package: perl +Binary: perl-base, perl-doc, perl-debug, libperl5.38t64, libperl-dev, perl-modules-5.38, perl +Architecture: any all +Version: 5.38.2-5gardenlinux0 +Maintainer: Niko Tyni +Uploaders: Dominic Hargreaves +Homepage: http://dev.perl.org/perl5/ +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/perl-team/interpreter/perl +Vcs-Git: https://salsa.debian.org/perl-team/interpreter/perl.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cpio, db-util, dist, dpkg-dev, gdbmtool, libapt-pkg-perl, libdpkg-perl, pkg-perl-autopkgtest +Build-Depends: file, cpio, dpkg-dev (>= 1.22.5), libcrypt-dev, libgdbm-dev (>= 1.18-3), libgdbm-compat-dev, netbase , procps [!hurd-any] , debhelper-compat (= 13), zlib1g-dev | libz-dev, libbz2-dev, dist (>= 3.5-236), libc6-dev (>= 2.37-8) [ppc64el], libc6-dev (>= 2.19-9) [s390x] +Build-Conflicts: libdb-dev +Package-List: + libperl-dev deb libdevel optional arch=any + libperl5.38t64 deb libs optional arch=any + perl deb perl standard arch=any + perl-base deb perl required arch=any essential=yes + perl-debug deb devel optional arch=any + perl-doc deb doc optional arch=all + perl-modules-5.38 deb libs optional arch=all +Directory: pool/6ed6bdd5c5b1cfb4edad0a3831e445f08c15f4c02cdd1c1d93b4a07cb58089fe +Checksums-Sha1: + 0ec039a381aa776958106133452594847ad91694 1811 perl_5.38.2-5gardenlinux0.dsc + ea0cc1ddef717ae2507744f6b65303da9eb188ab 14008496 perl_5.38.2.orig.tar.xz + e16e1f5f6172979fe7d9b1e2dc3c65d4cfb40551 170072 perl_5.38.2-5gardenlinux0.debian.tar.xz +Checksums-Sha256: + 6ed6bdd5c5b1cfb4edad0a3831e445f08c15f4c02cdd1c1d93b4a07cb58089fe 1811 perl_5.38.2-5gardenlinux0.dsc + 10c4ed30d596fd59c82bf061d2c94a1cf1af2fd78bcf6cb2a2ee659b82e3c2c2 14008496 perl_5.38.2.orig.tar.xz + acf19eb41e1f0d976574d7cbb1d1ab9ed6204c95bd502fa621ced507e058f2f9 170072 perl_5.38.2-5gardenlinux0.debian.tar.xz +Files: + 650ee3f8a2963e233bdb94a43085a646 1811 perl_5.38.2-5gardenlinux0.dsc + ecccee9ece916d66c30ff17788c6081a 14008496 perl_5.38.2.orig.tar.xz + 346e64fed49a8d674f9bc8f6d8ea7b6b 170072 perl_5.38.2-5gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: pexpect +Binary: python3-pexpect, python-pexpect-doc +Architecture: all +Version: 4.9-2 +Maintainer: Debian Python Team +Uploaders: Tobias Hansen , +Homepage: https://github.com/pexpect/pexpect +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/pexpect +Vcs-Git: https://salsa.debian.org/python-team/packages/pexpect.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: openssl, python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, python3-sphinx, python3-all, python3-ptyprocess, python3-pytest , openssl +Package-List: + python-pexpect-doc deb doc optional arch=all + python3-pexpect deb python optional arch=all +Directory: pool/73b85f9db49c8b86200866c8fa380bc805d936b4be941dbf47183925a04b01ed +Checksums-Sha1: + 564afd5313d93475ff7be2648f823c950ac2368b 2184 pexpect_4.9-2.dsc + 86ac4de8033cc7b1281719dfab776a4ae9d08a11 170326 pexpect_4.9.orig.tar.gz + c09026ca7e9512118f377e5ff4de7452b0fcca50 7236 pexpect_4.9-2.debian.tar.xz +Checksums-Sha256: + 73b85f9db49c8b86200866c8fa380bc805d936b4be941dbf47183925a04b01ed 2184 pexpect_4.9-2.dsc + 305ab31baae8452dc6406e13c1512095d0df79ff82a9ad7c2638d70d6d836f60 170326 pexpect_4.9.orig.tar.gz + 9a463087af1ae98f6955afe228761133eccce1f322337788f1c14fd78513df5c 7236 pexpect_4.9-2.debian.tar.xz +Files: + e88003eef55f232f4cb58e39da726dd9 2184 pexpect_4.9-2.dsc + 6ffdc85a4d2fd5e5fb0bd939ee68e4c4 170326 pexpect_4.9.orig.tar.gz + c188c42ac323232dfc01d3e8266e18ba 7236 pexpect_4.9-2.debian.tar.xz + +Format: 3.0 (native) +Package: php-defaults +Binary: libapache2-mod-php, libphp-embed, php, php-all-dev, php-bcmath, php-bz2, php-cgi, php-cli, php-common, php-curl, php-dev, php-enchant, php-fpm, php-gd, php-gmp, php-imap, php-interbase, php-intl, php-json, php-ldap, php-mbstring, php-mysql, php-odbc, php-pgsql, php-phpdbg, php-pspell, php-readline, php-snmp, php-soap, php-sqlite3, php-sybase, php-tidy, php-xml, php-zip +Architecture: all +Version: 93+nmu1 +Maintainer: Debian PHP Maintainers +Uploaders: Ondřej Surý , Lior Kaplan +Standards-Version: 4.5.0.2 +Vcs-Browser: https://salsa.debian.org/php-team/php-defaults +Vcs-Git: https://salsa.debian.org/php-team/php-defaults.git +Build-Depends: debhelper (>= 10) +Package-List: + libapache2-mod-php deb php optional arch=all + libphp-embed deb php optional arch=all + php deb php optional arch=all + php-all-dev deb php optional arch=all + php-bcmath deb php optional arch=all + php-bz2 deb php optional arch=all + php-cgi deb php optional arch=all + php-cli deb php optional arch=all + php-common deb php optional arch=all + php-curl deb php optional arch=all + php-dev deb php optional arch=all + php-enchant deb php optional arch=all + php-fpm deb php optional arch=all + php-gd deb php optional arch=all + php-gmp deb php optional arch=all + php-imap deb php optional arch=all + php-interbase deb php optional arch=all + php-intl deb php optional arch=all + php-json deb php optional arch=all + php-ldap deb php optional arch=all + php-mbstring deb php optional arch=all + php-mysql deb php optional arch=all + php-odbc deb php optional arch=all + php-pgsql deb php optional arch=all + php-phpdbg deb php optional arch=all + php-pspell deb php optional arch=all + php-readline deb php optional arch=all + php-snmp deb php optional arch=all + php-soap deb php optional arch=all + php-sqlite3 deb php optional arch=all + php-sybase deb php optional arch=all + php-tidy deb php optional arch=all + php-xml deb php optional arch=all + php-zip deb php optional arch=all +Directory: pool/be28515a9d3f216fed2c5b7ccf670971b02c767faef02b3a51d152bce4764574 +Checksums-Sha1: + 0fb0381472c89792e8027a621cbb3d4bd124201c 3223 php-defaults_93+nmu1.dsc + a3691bc23bde93569fece1d88af988c9de478568 17540 php-defaults_93+nmu1.tar.xz +Checksums-Sha256: + be28515a9d3f216fed2c5b7ccf670971b02c767faef02b3a51d152bce4764574 3223 php-defaults_93+nmu1.dsc + 3372ec062d2447b3d5567a972da747e1fed02527adcfe1080218a0484ed0816d 17540 php-defaults_93+nmu1.tar.xz +Files: + 4a5f094000471d20ef26b8e43c30327c 3223 php-defaults_93+nmu1.dsc + 2e2267a77530f474eb1899f1b14c4a2f 17540 php-defaults_93+nmu1.tar.xz + +Format: 3.0 (quilt) +Package: pinentry +Binary: pinentry-curses, pinentry-tty, pinentry-qt, pinentry-gtk2, pinentry-fltk, pinentry-gnome3, pinentry-doc +Architecture: any all +Version: 1.2.1-4 +Maintainer: Debian GnuPG Maintainers +Uploaders: Daniel Kahn Gillmor , Andreas Metzler , +Homepage: https://www.gnupg.org/related_software/pinentry/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/pinentry +Vcs-Git: https://salsa.debian.org/debian/pinentry.git +Testsuite: autopkgtest +Testsuite-Triggers: python3 +Build-Depends: debhelper-compat (= 13), libassuan-dev (>= 2.1.0), libfltk1.3-dev , libgcr-3-dev , libglib2.0-dev (>= 2.15.5) , libgpg-error-dev (>= 1.16), libgtk2.0-dev (>= 2.4.0) , libncurses-dev , libqt5waylandclient5-dev , libsecret-1-dev , m4, pkg-config, qtbase5-dev , texinfo +Package-List: + pinentry-curses deb utils optional arch=any profile=!pkg.pinentry.onlytty + pinentry-doc deb doc optional arch=all + pinentry-fltk deb utils optional arch=any profile=!pkg.pinentry.onlytty + pinentry-gnome3 deb utils optional arch=any profile=!pkg.pinentry.onlytty + pinentry-gtk2 deb utils optional arch=any profile=!pkg.pinentry.onlytty + pinentry-qt deb utils optional arch=any profile=!pkg.pinentry.onlytty + pinentry-tty deb utils optional arch=any +Directory: pool/8c1240f043facebf25a5857788bd7166c79c556ef2d5c3ab8886ab178009cb9e +Checksums-Sha1: + a1de0ca70bb4ddfd4ae70fb14082536faa71c059 3209 pinentry_1.2.1-4.dsc + 29daaf45f15cb5b8ec9b4a06284343f7a87082fb 547698 pinentry_1.2.1.orig.tar.bz2 + f6953f13a61da7d9e563969472e9f2e019e4ba9f 390 pinentry_1.2.1.orig.tar.bz2.asc + 9eab049c88b8782ac9a726d138f8ca7f69493005 20440 pinentry_1.2.1-4.debian.tar.xz +Checksums-Sha256: + 8c1240f043facebf25a5857788bd7166c79c556ef2d5c3ab8886ab178009cb9e 3209 pinentry_1.2.1-4.dsc + 457a185e5a85238fb945a955dc6352ab962dc8b48720b62fc9fa48c7540a4067 547698 pinentry_1.2.1.orig.tar.bz2 + 9f7d9c7509e4ff4161a043893d76183bd975230fcad671b643c90f78e500ba95 390 pinentry_1.2.1.orig.tar.bz2.asc + 8bf603ae85df7fd944ae43ef2ccdf537d6e14ef024800705232e1f81a3689754 20440 pinentry_1.2.1-4.debian.tar.xz +Files: + 7ab807b94b4b1ecdc80927696fab1bb0 3209 pinentry_1.2.1-4.dsc + be9b0d4bb493a139d2ec20e9b6872d37 547698 pinentry_1.2.1.orig.tar.bz2 + 87bcb895a0c2a7b6cb46d6562aa864fd 390 pinentry_1.2.1.orig.tar.bz2.asc + e4ec9148f04718412e474eb61b58dd7b 20440 pinentry_1.2.1-4.debian.tar.xz + +Format: 1.0 +Package: pixman +Binary: libpixman-1-0, libpixman-1-0-udeb, libpixman-1-dev +Architecture: any +Version: 0.42.2-1 +Maintainer: Debian X Strike Force +Uploaders: Andreas Boll +Homepage: http://pixman.org/ +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/pixman +Vcs-Git: https://salsa.debian.org/xorg-team/lib/pixman.git +Build-Depends: debhelper-compat (= 13), pkg-config, quilt +Package-List: + libpixman-1-0 deb libs optional arch=any + libpixman-1-0-udeb udeb debian-installer optional arch=any + libpixman-1-dev deb libdevel optional arch=any +Directory: pool/393302f5ba22d1206c456902baa02cdd577cb74fe35ec6659f587cce67b91b3d +Checksums-Sha1: + 5a09baff36307b2f602de84c1c7aac23a66bdadf 2021 pixman_0.42.2-1.dsc + 7063429f9952fd8c4fcbc887c3210b35adb6a6c7 959669 pixman_0.42.2.orig.tar.gz + 995004dc552e2905f984b4298c9d8502ef435da4 319616 pixman_0.42.2-1.diff.gz +Checksums-Sha256: + 393302f5ba22d1206c456902baa02cdd577cb74fe35ec6659f587cce67b91b3d 2021 pixman_0.42.2-1.dsc + ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e 959669 pixman_0.42.2.orig.tar.gz + dd6472676c68260a298e52f45c485d3cc85c4bf25df8af0f68e37acff7bfed8a 319616 pixman_0.42.2-1.diff.gz +Files: + 340697eabcd2c76efdad1e856d6d9733 2021 pixman_0.42.2-1.dsc + a0f6ab8a1d8e0e2cd80e935525e2a864 959669 pixman_0.42.2.orig.tar.gz + 65a539b2cb77db372c2c253a4786f33e 319616 pixman_0.42.2-1.diff.gz + +Format: 3.0 (quilt) +Package: pkgconf +Binary: pkgconf, pkgconf-bin, libpkgconf3, libpkgconf-dev, pkg-config +Architecture: any +Version: 1.8.1-3 +Maintainer: Andrej Shadura +Homepage: http://pkgconf.org/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/pkgconf +Vcs-Git: https://salsa.debian.org/debian/pkgconf.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, libsdl2-dev +Build-Depends: debhelper-compat (= 13), kyua , atf-sh +Package-List: + libpkgconf-dev deb libdevel optional arch=any + libpkgconf3 deb libs optional arch=any + pkg-config deb oldlibs optional arch=any + pkgconf deb devel optional arch=any + pkgconf-bin deb devel optional arch=any +Directory: pool/8c103ef4a3e65c6e1559a2e3534e623b32e925e455d32396b06b4dc9231403f2 +Checksums-Sha1: + 1fb7f37bfbb9ac15a7754233376179dce58e9c3f 1638 pkgconf_1.8.1-3.dsc + 5d338fad0c8e2374687f42cadfdd8ebf8ab5dffc 302372 pkgconf_1.8.1.orig.tar.xz + 4d7d9b4685370fa44f52aef4b9912dc60db58c45 15852 pkgconf_1.8.1-3.debian.tar.xz +Checksums-Sha256: + 8c103ef4a3e65c6e1559a2e3534e623b32e925e455d32396b06b4dc9231403f2 1638 pkgconf_1.8.1-3.dsc + 644361ada2942be05655d4452eb018791647c31bba429b287f1f68deb2dc6840 302372 pkgconf_1.8.1.orig.tar.xz + d1527b3fccaf4c63e50cef4057f64c13a4c30591995fb9e6a58f4f928338f095 15852 pkgconf_1.8.1-3.debian.tar.xz +Files: + f061e1d6a99c89798c0a46e380ab2cd7 1638 pkgconf_1.8.1-3.dsc + 51fad3383640dfc47a92731581dd2917 302372 pkgconf_1.8.1.orig.tar.xz + 1de4885172d1a734d0b02de67d2cc3d9 15852 pkgconf_1.8.1-3.debian.tar.xz +Dgit: c2d63d76c5e981d427a1950c4298bf79ed78b564 debian archive/debian/1.8.1-3 https://git.dgit.debian.org/pkgconf + +Format: 3.0 (quilt) +Package: pmdk +Binary: libpmem1, libpmem1-debug, libpmem-dev, libpmem2, libpmem2-debug, libpmem2-dev, libpmemblk1, libpmemblk1-debug, libpmemblk-dev, libpmemlog1, libpmemlog1-debug, libpmemlog-dev, libpmemobj1, libpmemobj1-debug, libpmemobj-dev, libpmempool1, libpmempool1-debug, libpmempool-dev, pmdk-tools +Architecture: amd64 arm64 ppc64el riscv64 loong64 +Version: 1.13.1-1.1 +Maintainer: Adam Borowski +Homepage: https://pmem.io/pmdk/ +Standards-Version: 4.6.2 +Vcs-Browser: https://github.com/kilobyte/pmdk/tree/debian +Vcs-Git: https://github.com/kilobyte/pmdk -b debian +Testsuite: autopkgtest +Testsuite-Triggers: gcc, libc6-dev +Build-Depends: bash-completion, bc, cmake, ed, debhelper-compat (= 13), dh-exec, libdaxctl-dev (>= 64), libndctl-dev (>= 64), ndctl, pandoc, pkg-config, python3, strace, valgrind-if-available, valgrind (>= 1:3.15.0) [arm64] +Package-List: + libpmem-dev deb libdevel optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmem1 deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmem1-debug deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmem2 deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmem2-debug deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmem2-dev deb libdevel optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemblk-dev deb libdevel optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemblk1 deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemblk1-debug deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemlog-dev deb libdevel optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemlog1 deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemlog1-debug deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemobj-dev deb libdevel optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemobj1 deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmemobj1-debug deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmempool-dev deb libdevel optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmempool1 deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + libpmempool1-debug deb libs optional arch=amd64,arm64,ppc64el,riscv64,loong64 + pmdk-tools deb misc optional arch=amd64,arm64,ppc64el,riscv64,loong64 +Directory: pool/ebc6d7c033ae0e26903881d854f34b02a60a868fc32abab4bbdf222dfd3a4e36 +Checksums-Sha1: + c2a26af71bf610d8c6fc126c4f5ff5c0da453eeb 3988 pmdk_1.13.1-1.1.dsc + 97b7cc57848233189d1284fa9f0ce077a3ab95e1 2390045 pmdk_1.13.1.orig.tar.gz + d8bf90647584caa849d1e1e052de50ddd864dfed 659 pmdk_1.13.1.orig.tar.gz.asc + 53890cb29e481fdd7e54b32c7e88ce9c17e6e508 14776 pmdk_1.13.1-1.1.debian.tar.xz +Checksums-Sha256: + ebc6d7c033ae0e26903881d854f34b02a60a868fc32abab4bbdf222dfd3a4e36 3988 pmdk_1.13.1-1.1.dsc + d5e5eded825cd6d742ec836352001e8cb262e428926e767f55498f16c2d977e1 2390045 pmdk_1.13.1.orig.tar.gz + 1e9a8d9ddafa8fc68b00017d321c471303faf55a336544077ad322780c5d979f 659 pmdk_1.13.1.orig.tar.gz.asc + a82608dba3e2d4301f14b050f098bed2d6f595ce8bee00bd8bd043a29b9b0e63 14776 pmdk_1.13.1-1.1.debian.tar.xz +Files: + 427b18706809f48cac5d9817de6962a8 3988 pmdk_1.13.1-1.1.dsc + bdae25ec9098d33c44babecb2639665c 2390045 pmdk_1.13.1.orig.tar.gz + 0d068de451acd7fbbe17859acc3f5518 659 pmdk_1.13.1.orig.tar.gz.asc + 628e3c274c2da90cc261fc0dcf830f99 14776 pmdk_1.13.1-1.1.debian.tar.xz + +Format: 3.0 (native) +Package: po-debconf +Binary: po-debconf +Architecture: all +Version: 1.0.21+nmu1 +Maintainer: Herbert Parentes Fortes Neto +Standards-Version: 4.2.1 +Testsuite: autopkgtest +Build-Depends: debhelper (>= 11), po4a (>= 0.36) +Build-Depends-Indep: perl (>= 5.10) +Package-List: + po-debconf deb devel optional arch=all +Directory: pool/1ae83ac81d1a1ee62b29e4d4d672707aef39fa8c791bc9496ee884c3df9b34ff +Checksums-Sha1: + 221e29c5002a7569c7152cc89ffd5cb9ceaa7c45 1521 po-debconf_1.0.21+nmu1.dsc + bfdba7105e391baf4e2d6b047f718a45bbe2270b 159396 po-debconf_1.0.21+nmu1.tar.xz +Checksums-Sha256: + 1ae83ac81d1a1ee62b29e4d4d672707aef39fa8c791bc9496ee884c3df9b34ff 1521 po-debconf_1.0.21+nmu1.dsc + 852c27bba64d435364252aabe440412a71a175055a0cb48b9458a8b02586f640 159396 po-debconf_1.0.21+nmu1.tar.xz +Files: + ae12b37287f62f2da86af879a214be50 1521 po-debconf_1.0.21+nmu1.dsc + 8b93fe3b725445d64396e934b30c765d 159396 po-debconf_1.0.21+nmu1.tar.xz + +Format: 3.0 (quilt) +Package: podman +Binary: podman, podman-docker, podman-remote +Architecture: any +Version: 5.2.3+ds1-1 +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , Reinhard Tartler , Faidon Liambotis +Homepage: https://github.com/containers/podman +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/libpod +Vcs-Git: https://salsa.debian.org/debian/libpod.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, @recommends@ +Build-Depends: bash-completion, conmon, debhelper-compat (= 13), dh-golang, go-md2man, golang-dbus-dev, golang-ginkgo-dev, golang-github-appc-cni-dev, golang-github-buger-goterm-dev, golang-github-checkpoint-restore-checkpointctl-dev (>> 1.2.1), golang-github-checkpoint-restore-go-criu-dev (>> 7), golang-github-container-orchestrated-devices-container-device-interface-dev, golang-github-containerd-cgroups-dev, golang-github-containers-buildah-dev (>= 1.37.3~), golang-github-containers-common-dev (>= 0.60.2~), golang-github-containers-conmon-dev, golang-github-containers-gvisor-tap-vsocks-dev (>= 0.7.3), golang-github-containers-image-dev (>= 5.32.2), golang-github-containers-ocicrypt-dev, golang-github-containers-psgo-dev, golang-github-containers-storage-dev (>= 1.55), golang-github-coreos-bbolt-dev, golang-github-coreos-go-iptables-dev, golang-github-coreos-go-systemd-dev, golang-github-coreos-stream-metadata-go-dev, golang-github-crc-org-crc-dev, golang-github-cyphar-filepath-securejoin-dev, golang-github-digitalocean-go-libvirt-dev, golang-github-digitalocean-go-qemu-dev, golang-github-docker-distribution-dev, golang-github-docker-docker-dev (>> 26.1), golang-github-docker-go-connections-dev, golang-github-docker-go-plugins-helpers-dev, golang-github-docker-go-units-dev, golang-github-docker-spdystream-dev, golang-github-dtylman-scp-dev, golang-github-fullsailor-pkcs7-dev, golang-github-ghodss-yaml-dev, golang-github-go-logr-logr-dev, golang-github-google-shlex-dev, golang-github-google-uuid-dev, golang-github-gorilla-schema-dev, golang-github-hashicorp-go-multierror-dev, golang-github-json-iterator-go-dev, golang-github-mattn-go-sqlite3-dev, golang-github-mdlayher-vsock-dev, golang-github-moby-sys-dev, golang-github-moby-term-dev, golang-github-mrunalp-fileutils-dev, golang-github-nxadm-tail-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-image-spec-dev (>= 1.1.0), golang-github-opencontainers-runc-dev (>= 1.1.12+ds1-4), golang-github-opencontainers-runtime-tools-dev (>= 0.9.0+dfsg-3~), golang-github-opencontainers-selinux-dev (>= 1.11~), golang-github-openshift-imagebuilder-dev, golang-github-pkg-errors-dev, golang-github-pkg-profile-dev, golang-github-rootless-containers-rootlesskit-dev (>> 2), golang-github-seccomp-libseccomp-golang-dev, golang-github-shirou-gopsutil-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-ulikunitz-xz-dev, golang-github-vbatts-tar-split-dev, golang-github-vbauerster-mpb-dev (>= 8), golang-github-vishvananda-netlink-dev, golang-github-vividcortex-ewma-dev, golang-go, golang-go-zfs-dev, golang-go.opencensus-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev, golang-golang-x-text-dev, golang-golang-x-tools, golang-golang-x-xerrors-dev, golang-gomega-dev, golang-google-genproto-dev, golang-google-grpc-dev, golang-gopkg-inf.v0-dev, golang-gopkg-square-go-jose.v2-dev, golang-gopkg-yaml.v3-dev, golang-k8s-klog-dev, golang-k8s-sigs-structured-merge-diff-dev, golang-k8s-sigs-yaml-dev, golang-toml-dev, libapparmor-dev, libbtrfs-dev, libdevmapper-dev, libglib2.0-dev, libsubid-dev +Package-List: + podman deb admin optional arch=any + podman-docker deb admin optional arch=any + podman-remote deb admin optional arch=any +Directory: pool/d8d956f92a579f9d0f024a285ef3ffd6ef6f0c1aed33785830d1457ac8d39001 +Checksums-Sha1: + 8c7fb25898c85fc9951635018a12deefb5450f54 5496 podman_5.2.3+ds1-1.dsc + ebd1c2a9acdf98afb6e360c7218eb9ea88b57dd8 2920216 podman_5.2.3+ds1.orig.tar.xz + 1cd4e56f1937f02c8820eaa2d77934d409231233 25884 podman_5.2.3+ds1-1.debian.tar.xz +Checksums-Sha256: + d8d956f92a579f9d0f024a285ef3ffd6ef6f0c1aed33785830d1457ac8d39001 5496 podman_5.2.3+ds1-1.dsc + ff61b72565ab571860ecf4ec8ff959941ade6609f056fa42ed2a98cda965034c 2920216 podman_5.2.3+ds1.orig.tar.xz + facf5297d6793b0b2dd912de4a28164d99abf99729126b941facda52b7fa3f8a 25884 podman_5.2.3+ds1-1.debian.tar.xz +Files: + 716a9f94bc53a9759cf824c0861906cf 5496 podman_5.2.3+ds1-1.dsc + 0b680075c1d231bb222fefd24d02775a 2920216 podman_5.2.3+ds1.orig.tar.xz + ad35a41d4c325e27a6973bd490bf9775 25884 podman_5.2.3+ds1-1.debian.tar.xz +Dgit: 08e015e22b7bbd07195b81f46cd03a460b20a239 debian archive/debian/5.2.3+ds1-1 https://git.dgit.debian.org/podman +Go-Import-Path: github.com/containers/podman + +Format: 3.0 (quilt) +Package: policycoreutils +Binary: policycoreutils, newrole +Architecture: linux-any +Version: 3.7-2 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Homepage: https://selinuxproject.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/policycoreutils +Vcs-Git: https://salsa.debian.org/selinux-team/policycoreutils.git +Build-Depends: debhelper-compat (= 13), gawk, gettext, libaudit-dev, libcap-ng-dev, libpam0g-dev, libselinux1-dev (>= 3.7), libsemanage-dev (>= 3.7), libsepol-dev (>= 3.7) +Package-List: + newrole deb utils optional arch=linux-any + policycoreutils deb utils optional arch=linux-any +Directory: pool/191a9ea04853e2b27c08284000d083598717a374545048131d0adca6d69bace2 +Checksums-Sha1: + 0251463c2866364cd847e6c55473c63ddccc5034 2471 policycoreutils_3.7-2.dsc + 2b66653c7d8a07736a677b6ea5cdce451414946e 757142 policycoreutils_3.7.orig.tar.gz + 4989cefebca90b6f91771dad74a02d85d0d8077c 833 policycoreutils_3.7.orig.tar.gz.asc + a9395e306ac92728e6694af9e17febf050d12611 43728 policycoreutils_3.7-2.debian.tar.xz +Checksums-Sha256: + 191a9ea04853e2b27c08284000d083598717a374545048131d0adca6d69bace2 2471 policycoreutils_3.7-2.dsc + 58fe4e481edfb4456c114925442e11389df17394925acdba3de211145ce5ea98 757142 policycoreutils_3.7.orig.tar.gz + f0a3858f58bdfb6f6c9a99dce7d290b5f5ae9def414f463a0e8b591337565400 833 policycoreutils_3.7.orig.tar.gz.asc + 275abae58d3237dc1ccd453ad20faca5096ccc0a91816c6ea5f364e35948e5fb 43728 policycoreutils_3.7-2.debian.tar.xz +Files: + babef35c8ede85bb20abfc8c3a3d6704 2471 policycoreutils_3.7-2.dsc + b240edcce09c9909db8287cc7fdf1dc0 757142 policycoreutils_3.7.orig.tar.gz + f5ff3f25b698cb0488e66caaecd7e7ba 833 policycoreutils_3.7.orig.tar.gz.asc + 223d123e4400fadfe8e1c30cef322b90 43728 policycoreutils_3.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: policykit-1 +Binary: polkitd, pkexec, policykit-1-doc, libpolkit-gobject-1-0, libpolkit-gobject-1-dev, libpolkit-agent-1-0, libpolkit-agent-1-dev, gir1.2-polkit-1.0 +Architecture: any all +Version: 125-2 +Maintainer: Utopia Maintenance Team +Uploaders: Michael Biebl , Martin Pitt , Simon McVittie , Luca Boccassi , +Homepage: https://github.com/polkit-org/polkit/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/utopia-team/polkit +Vcs-Git: https://salsa.debian.org/utopia-team/polkit.git +Testsuite: autopkgtest +Build-Depends: dbus-daemon , debhelper (>= 13.11.6~), debhelper-compat (= 13), dh-package-notes, dh-sequence-gir, docbook-xsl, duktape-dev, gir1.2-gio-2.0-dev, gobject-introspection (>= 1.78.1-9~), intltool, libexpat1-dev, libglib2.0-dev, libpam0g-dev, libselinux1-dev [linux-any], libsystemd-dev [linux-any], systemd-dev [linux-any], meson (>= 0.50.0), pkgconf, xml-core, xsltproc, python3-dbusmock +Build-Depends-Indep: gtk-doc-tools , libglib2.0-doc , libgtk-3-doc +Package-List: + gir1.2-polkit-1.0 deb introspection optional arch=any + libpolkit-agent-1-0 deb libs optional arch=any + libpolkit-agent-1-dev deb libdevel optional arch=any + libpolkit-gobject-1-0 deb libs optional arch=any + libpolkit-gobject-1-dev deb libdevel optional arch=any + pkexec deb admin optional arch=linux-any + policykit-1-doc deb doc optional arch=all profile=!nodoc + polkitd deb admin optional arch=linux-any +Directory: pool/38a4422a6fc9af04af53a4253e5ef92e8dd7b243f9dd3fbc51a0416381f812c3 +Checksums-Sha1: + e34c3776e532965840bfc3eee8bd04591067e74b 3055 policykit-1_125-2.dsc + d602241d6f2c783e5e63001960665929704ec16a 453652 policykit-1_125.orig.tar.gz + 01af927bd9f1f83ef71838006d83d2af1f081a58 32756 policykit-1_125-2.debian.tar.xz +Checksums-Sha256: + 38a4422a6fc9af04af53a4253e5ef92e8dd7b243f9dd3fbc51a0416381f812c3 3055 policykit-1_125-2.dsc + ea5cd6e6e2afa6bad938ee770bf0c2cd9317910f37956faeba2869adcf3747d1 453652 policykit-1_125.orig.tar.gz + 8cc95ec9e5a1b360862390cb89b8b9cbc9c8be702ca67944a976371244c4d7a0 32756 policykit-1_125-2.debian.tar.xz +Files: + acc11735da291ff3665c495f6ab30ffd 3055 policykit-1_125-2.dsc + 8e9f2377fc7b4010bd29b97d2e288b4f 453652 policykit-1_125.orig.tar.gz + 882d97524bda6a1c53bad77517c5aaf5 32756 policykit-1_125-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: popt +Binary: libpopt0, libpopt-dev, libpopt0-udeb +Architecture: any +Version: 1.19+dfsg-1 +Maintainer: Håvard F. Aasen +Homepage: https://github.com/rpm-software-management/popt +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/popt +Vcs-Git: https://salsa.debian.org/debian/popt.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13), gettext (>= 0.19.8) +Package-List: + libpopt-dev deb libdevel optional arch=any + libpopt0 deb libs optional arch=any + libpopt0-udeb udeb debian-installer optional arch=any +Directory: pool/80cb513655018b2270cf5315b6370f42bebb23b14abdf9eb33ead6ad5fa5a184 +Checksums-Sha1: + ed03b67395e7a57b394a1b147064828718002cde 1894 popt_1.19+dfsg-1.dsc + e90c9837494f9523f6078e90fe9ee081c002cd6e 353032 popt_1.19+dfsg.orig.tar.xz + 8747fe6d9725cefd80f931712b0adbd59fa86aa4 11020 popt_1.19+dfsg-1.debian.tar.xz +Checksums-Sha256: + 80cb513655018b2270cf5315b6370f42bebb23b14abdf9eb33ead6ad5fa5a184 1894 popt_1.19+dfsg-1.dsc + 4cd0cd2963d0c4078f65949599d97135c15ee6c09cf3a36a9a1b2753025bb06b 353032 popt_1.19+dfsg.orig.tar.xz + 24b0924637df1dfb10fe7a072f865b2be5a39550e7083f8c84f35634c53452e7 11020 popt_1.19+dfsg-1.debian.tar.xz +Files: + 844ad352a410015f36263a687682ff53 1894 popt_1.19+dfsg-1.dsc + f7c74e1d71879cd73859c44a71923138 353032 popt_1.19+dfsg.orig.tar.xz + 65b2d87afe76d424108d71dcc00aae60 11020 popt_1.19+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: postgresql-17 +Binary: libpq-dev, libpq5, libecpg6, libecpg-dev, libecpg-compat3, libpgtypes3, postgresql-17, postgresql-client-17, postgresql-server-dev-17, postgresql-doc-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17 +Architecture: any all +Version: 17.0-1 +Maintainer: Debian PostgreSQL Maintainers +Uploaders: Martin Pitt , Peter Eisentraut , Christoph Berg , +Homepage: http://www.postgresql.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/postgresql/postgresql +Vcs-Git: https://salsa.debian.org/postgresql/postgresql.git -b 17 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, debhelper, fakeroot, hunspell-en-us, iproute2, locales-all, logrotate, netcat-openbsd, perl, procps, tzdata, tzdata-legacy +Build-Depends: autoconf, bison, clang [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !loong64 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32] , debhelper-compat (= 13), dh-exec (>= 0.13~), docbook-xml, docbook-xsl (>= 1.77), dpkg-dev (>= 1.16.1~), flex, gdb , gettext, libicu-dev, libio-pty-perl , libipc-run-perl , libkrb5-dev, libldap2-dev, liblz4-dev, libpam0g-dev | libpam-dev, libperl-dev, libreadline-dev, libselinux1-dev [linux-any], libssl-dev, libsystemd-dev [linux-any], libxml2-dev, libxml2-utils, libxslt1-dev, libzstd-dev (>= 1.4.0) , llvm-dev [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !loong64 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32] , lz4 | liblz4-tool, mawk, perl (>= 5.8), pkgconf, postgresql-common (>= 256~), python3-dev, systemtap-sdt-dev [linux-any], tcl-dev, tzdata , tzdata-legacy | tzdata (<< 2023c-8) , uuid-dev, xsltproc, zlib1g-dev | libz-dev, zstd (>= 1.4.0) +Package-List: + libecpg-compat3 deb libs optional arch=any profile=!pkg.postgresql.nolibpkgs + libecpg-dev deb libdevel optional arch=any profile=!pkg.postgresql.nolibpkgs + libecpg6 deb libs optional arch=any profile=!pkg.postgresql.nolibpkgs + libpgtypes3 deb libs optional arch=any profile=!pkg.postgresql.nolibpkgs + libpq-dev deb libdevel optional arch=any profile=!pkg.postgresql.nolibpkgs + libpq5 deb libs optional arch=any profile=!pkg.postgresql.nolibpkgs + postgresql-17 deb database optional arch=any + postgresql-client-17 deb database optional arch=any + postgresql-doc-17 deb doc optional arch=all profile=!nodoc + postgresql-plperl-17 deb database optional arch=any + postgresql-plpython3-17 deb database optional arch=any + postgresql-pltcl-17 deb database optional arch=any + postgresql-server-dev-17 deb libdevel optional arch=any +Directory: pool/7eb5e7ab976f87b36cf7d8b440e82014b4e25bd14c8d0ee155b6e808c14e91e1 +Checksums-Sha1: + 951b41c211251155ab1dd80621e39d2ee045eb69 4270 postgresql-17_17.0-1.dsc + 7e7c7a7d956bd3e763f1c1924f253e44ffdbb22c 21419388 postgresql-17_17.0.orig.tar.bz2 + edca3a41c5a37a393c5cc25db4ff3de9979d6f5f 24472 postgresql-17_17.0-1.debian.tar.xz +Checksums-Sha256: + 7eb5e7ab976f87b36cf7d8b440e82014b4e25bd14c8d0ee155b6e808c14e91e1 4270 postgresql-17_17.0-1.dsc + 7e276131c0fdd6b62588dbad9b3bb24b8c3498d5009328dba59af16e819109de 21419388 postgresql-17_17.0.orig.tar.bz2 + a513881788b19ba67171ce5d9d48171727546d4247546681f4bbf9101d51cf15 24472 postgresql-17_17.0-1.debian.tar.xz +Files: + b1d7cb371acc5814f2ae96ad18ba5556 4270 postgresql-17_17.0-1.dsc + 97601aa2d849252d51c1022960b0abfa 21419388 postgresql-17_17.0.orig.tar.bz2 + 4466b1ac8e523a3e703b83691e3cb06f 24472 postgresql-17_17.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: prettify.js +Binary: libjs-prettify +Architecture: all +Version: 2015.12.04+dfsg-1.1 +Maintainer: Debian Javascript Maintainers +Uploaders: Dominique Dumont +Homepage: https://github.com/google/code-prettify/ +Standards-Version: 4.1.1 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/prettify.js.git +Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/prettify.js.git +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: closure-compiler, yui-compressor +Package-List: + libjs-prettify deb web optional arch=all +Directory: pool/ed2ade9f7fb179f8d24d6a7343f43c7a147ad9950cd77257654d529052898373 +Checksums-Sha1: + f0d0866e0315caf7ed6b9d99ac08a1241df9e2d8 2111 prettify.js_2015.12.04+dfsg-1.1.dsc + b76320cd79743005c4f3792d3d7f9cc055c9dad0 144703 prettify.js_2015.12.04+dfsg.orig.tar.gz + 3c7026cf686899f9029314b4b67522e650f30cef 5104 prettify.js_2015.12.04+dfsg-1.1.debian.tar.xz +Checksums-Sha256: + ed2ade9f7fb179f8d24d6a7343f43c7a147ad9950cd77257654d529052898373 2111 prettify.js_2015.12.04+dfsg-1.1.dsc + 30f01cafc55269b52356209e4cbac6ec8d60b818cb2e644e8eb61ff7aa232ad6 144703 prettify.js_2015.12.04+dfsg.orig.tar.gz + 4bb56ccbdfb0d4463c6885dcdcf6a435e587cececed5e56a4a9f9c7dbe645d5b 5104 prettify.js_2015.12.04+dfsg-1.1.debian.tar.xz +Files: + a3388c6821ec0b161fe4a572748da9f0 2111 prettify.js_2015.12.04+dfsg-1.1.dsc + e3fbd24ba4071742e90dcc7ff4489df6 144703 prettify.js_2015.12.04+dfsg.orig.tar.gz + fe8ef8ad5b2b156c61e33ef1158c92f3 5104 prettify.js_2015.12.04+dfsg-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: prettytable +Binary: python3-prettytable +Architecture: all +Version: 3.10.1-1 +Maintainer: Sandro Tosi +Homepage: https://github.com/jazzband/prettytable/ +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/morph/prettytable +Vcs-Git: https://salsa.debian.org/morph/prettytable.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all (>= 3.1.3-3), python3-hatch-vcs, python3-hatchling, python3-pytest , python3-pytest-lazy-fixtures , python3-setuptools, python3-setuptools-scm, python3-wcwidth +Package-List: + python3-prettytable deb python optional arch=all +Directory: pool/d344d35e81eef1e356e324d917c41c9cc848381bb5501dfe96d4c861bab6f5a5 +Checksums-Sha1: + 6cf75918671180debea1824c2b842d69ab66a11a 2133 prettytable_3.10.1-1.dsc + e5a7a9dd1d82a8dbcc9e583ba2a77bd23b7c1229 40972 prettytable_3.10.1.orig.tar.xz + 04b202b0c846b41120f1dbbb5b3d7819b83de87c 3936 prettytable_3.10.1-1.debian.tar.xz +Checksums-Sha256: + d344d35e81eef1e356e324d917c41c9cc848381bb5501dfe96d4c861bab6f5a5 2133 prettytable_3.10.1-1.dsc + 6c91cfe5e3b40b8d6c17bacc753870342b1a6351582ea04cfc75aa7b71a94cfd 40972 prettytable_3.10.1.orig.tar.xz + 8a9f972a5fa8d358a7f77b551554f49688943ffc79c7822c56535efca3b8a7fb 3936 prettytable_3.10.1-1.debian.tar.xz +Files: + 233e6e7c03d9876a1bba11b5a7df6608 2133 prettytable_3.10.1-1.dsc + 6df8d294e642c5e8f8f11956d5af202e 40972 prettytable_3.10.1.orig.tar.xz + 910dfb84c1400e74a939a9891b1d6434 3936 prettytable_3.10.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pristine-lfs +Binary: pristine-lfs +Architecture: any +Version: 20241001.0-1 +Maintainer: Andrej Shadura +Homepage: https://salsa.debian.org/pristine-lfs-team/pristine-lfs +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/pristine-lfs +Vcs-Git: https://salsa.debian.org/debian/pristine-lfs.git +Testsuite: autopkgtest +Testsuite-Triggers: ca-certificates, diffutils +Build-Depends: debhelper-compat (= 12), dh-sequence-python3, python3-all (>= 3.7), python3-debian, python3-docutils (>= 0.12), python3-setuptools (>= 0.6b3), python3-sh, python3-pytest (>= 4.6) , git-lfs +Package-List: + pristine-lfs deb utils optional arch=any +Directory: pool/763ed905288380269a7e90311a225ac68003740ae693879ccfb25827c624ad30 +Checksums-Sha1: + 3e0bb71c6ee8c4396968ca6e09f01c16a053f71f 1973 pristine-lfs_20241001.0-1.dsc + ea228691413e1199c4e9009d3466701dd57f6692 24971 pristine-lfs_20241001.0.orig.tar.gz + be43a60a6b7ad368d4e630faa4637e5fed888e4a 273 pristine-lfs_20241001.0.orig.tar.gz.asc + 578c5b12cc8cc9f17c460d038b27bb94e091195a 10144 pristine-lfs_20241001.0-1.debian.tar.xz +Checksums-Sha256: + 763ed905288380269a7e90311a225ac68003740ae693879ccfb25827c624ad30 1973 pristine-lfs_20241001.0-1.dsc + 7d29bd4153991557cfcd98785b7ef70afd89ae8c58d69027737a82a40aea7950 24971 pristine-lfs_20241001.0.orig.tar.gz + d0cc66e0844723574f25f2a4527822dc70ac80ef2c27510655eabede7f45013c 273 pristine-lfs_20241001.0.orig.tar.gz.asc + a778ff2843b9d3477fd8fea4e6a1ef4c51aa1b1eb985399f3f78326bdd28f130 10144 pristine-lfs_20241001.0-1.debian.tar.xz +Files: + f961d18747ca6e55f8e3e9b4813e04a2 1973 pristine-lfs_20241001.0-1.dsc + f106d594563fdf9f130b1f93ee546584 24971 pristine-lfs_20241001.0.orig.tar.gz + f882d3bb3b8daac0c4675cb09c60f528 273 pristine-lfs_20241001.0.orig.tar.gz.asc + df6bc89e810c0232b5b46c1671524c83 10144 pristine-lfs_20241001.0-1.debian.tar.xz +Dgit: bd4717556765eb8bfd90508ba48bb488efee776e debian archive/debian/20241001.0-1 https://git.dgit.debian.org/pristine-lfs + +Format: 3.0 (quilt) +Package: procps +Binary: procps, libproc2-0, libproc2-dev +Architecture: any +Version: 2:4.0.4-6 +Maintainer: Craig Small +Homepage: https://gitlab.com/procps-ng/procps +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/procps +Vcs-Git: https://salsa.debian.org/debian/procps.git +Testsuite: autopkgtest +Testsuite-Triggers: shunit2 +Build-Depends: debhelper-compat (= 13), dh-exec (>= 0.3), libncurses-dev, dejagnu, libnuma-dev [amd64 i386 ia64 mips mipsel mips64 mips64el powerpc ppc64el], pkgconf, libsystemd-dev [linux-any] +Package-List: + libproc2-0 deb libs optional arch=any + libproc2-dev deb libdevel optional arch=any + procps deb admin important arch=any +Directory: pool/dd3c79032588cac32413c5d1d1dd164a79eacc14af57636bacd6c62c4c1b12d1 +Checksums-Sha1: + fd9c9d4bac52f8d90ffafa73f3b88d46ba3c8ea7 2124 procps_4.0.4-6.dsc + 2b859acd7060e9898ac457dbd26dbebf563cc44b 1401540 procps_4.0.4.orig.tar.xz + 5c9ae48226a200a45a710e51660965d6faf55ad9 29412 procps_4.0.4-6.debian.tar.xz +Checksums-Sha256: + dd3c79032588cac32413c5d1d1dd164a79eacc14af57636bacd6c62c4c1b12d1 2124 procps_4.0.4-6.dsc + 22870d6feb2478adb617ce4f09a787addaf2d260c5a8aa7b17d889a962c5e42e 1401540 procps_4.0.4.orig.tar.xz + 8c7106ed54c4c4151e53e230b6abc605b880307c349e94dde186d131c863811d 29412 procps_4.0.4-6.debian.tar.xz +Files: + f2b5c343cafa1b14ca21a1335c6d47ff 2124 procps_4.0.4-6.dsc + 2f747fc7df8ccf402d03e375c565cf96 1401540 procps_4.0.4.orig.tar.xz + 35b3ec2194f1a39859562374e8e5eb14 29412 procps_4.0.4-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: prompt-toolkit +Binary: python3-prompt-toolkit +Architecture: all +Version: 3.0.48-1 +Maintainer: Debian Python Team +Uploaders: Lennart Weller , Gordon Ball , Daniel Baumann , +Homepage: https://github.com/prompt-toolkit/python-prompt-toolkit +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/prompt-toolkit +Vcs-Git: https://salsa.debian.org/python-team/packages/prompt-toolkit.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-asyncssh , python3-pytest , python3-setuptools, python3-wcwidth +Package-List: + python3-prompt-toolkit deb python optional arch=all +Directory: pool/f632fa525cb8c053639583b4bffbc2058616ce0ad92ced89ebe94ecd29fc53d0 +Checksums-Sha1: + 57c8dc9f4377a64a087b10ed82edcdfaa04fcda0 2325 prompt-toolkit_3.0.48-1.dsc + 325972542defb822e22063697e7a64892cf748e8 2681344 prompt-toolkit_3.0.48.orig.tar.xz + 58cb4405645c4b99d7457cf9b2371c5ffd2bb835 4632 prompt-toolkit_3.0.48-1.debian.tar.xz +Checksums-Sha256: + f632fa525cb8c053639583b4bffbc2058616ce0ad92ced89ebe94ecd29fc53d0 2325 prompt-toolkit_3.0.48-1.dsc + d7d27ffdab05d6a31860aa47b29290c6dcb7410f23da64aee1e117e8ec8aee98 2681344 prompt-toolkit_3.0.48.orig.tar.xz + be66d08c0a723ef032d77446360329f07c30097eb4e2d78eeda1edee0dfaa8a0 4632 prompt-toolkit_3.0.48-1.debian.tar.xz +Files: + a44d4fd89bf566072cbb7d14152414f3 2325 prompt-toolkit_3.0.48-1.dsc + 0a014469c2fdbd54869dc2e1b08bf5e8 2681344 prompt-toolkit_3.0.48.orig.tar.xz + 69bd844f91484ef7ae1fbcdbe2c35e4f 4632 prompt-toolkit_3.0.48-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: protobuf-c +Binary: libprotobuf-c-dev, libprotobuf-c1, protobuf-c-compiler +Architecture: any +Version: 1.4.1-1 +Maintainer: Robert Edmonds +Homepage: https://github.com/protobuf-c/protobuf-c +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/edmonds/protobuf-c +Vcs-Git: https://salsa.debian.org/edmonds/protobuf-c.git +Build-Depends: debhelper-compat (= 12), libprotobuf-dev (>= 2.6.0~), libprotoc-dev (>= 2.6.0~), pkg-config, protobuf-compiler (>= 2.6.0~) +Package-List: + libprotobuf-c-dev deb libdevel optional arch=any + libprotobuf-c1 deb libs optional arch=any + protobuf-c-compiler deb devel optional arch=any +Directory: pool/480082f3a320b6d718a8a218191168be9ab19e8115994739ee11e954498848e4 +Checksums-Sha1: + 266b0940dfc611c29466352a384959ea21510fff 2099 protobuf-c_1.4.1-1.dsc + a087b1e5e01722c68e918550318915279e1d62de 513596 protobuf-c_1.4.1.orig.tar.gz + ae48fc3f119a0ea2493a15f1e702332f0d322aea 4424 protobuf-c_1.4.1-1.debian.tar.xz +Checksums-Sha256: + 480082f3a320b6d718a8a218191168be9ab19e8115994739ee11e954498848e4 2099 protobuf-c_1.4.1-1.dsc + 4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f 513596 protobuf-c_1.4.1.orig.tar.gz + 7b303d1f1fb995fd242681db40f1415f368d14fe877b3c832ad1ca67b7db8096 4424 protobuf-c_1.4.1-1.debian.tar.xz +Files: + cc0f69f6f0a6529fd865f30f419ff46b 2099 protobuf-c_1.4.1-1.dsc + 4c17d70317ce9fc4cca9690377284659 513596 protobuf-c_1.4.1.orig.tar.gz + aacff0902a1516a9daa26bcbe8852ca1 4424 protobuf-c_1.4.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: protobuf +Binary: ruby-google-protobuf, libprotobuf32t64, libprotobuf-lite32t64, libprotobuf-dev, libprotoc32t64, libprotoc-dev, protobuf-compiler, python3-protobuf, libprotobuf-java, elpa-protobuf-mode, php-google-protobuf +Architecture: any all +Version: 3.21.12-9 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://github.com/google/protobuf/ +Standards-Version: 4.6.1 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, default-jdk, make, pkg-config, python3, zlib1g-dev +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), zlib1g-dev, libgmock-dev , libgtest-dev , dh-sequence-python3 , python3-all:any , libpython3-all-dev , python3-setuptools , python3-six , xmlto, unzip , rake-compiler , gem2deb +Build-Depends-Indep: dh-sequence-elpa, ant, default-jdk, javahelper, maven-repo-helper, libguava-java, libgoogle-gson-java, pkg-php-tools (>= 1.7~) +Package-List: + elpa-protobuf-mode deb editors optional arch=all + libprotobuf-dev deb libdevel optional arch=any + libprotobuf-java deb java optional arch=all + libprotobuf-lite32t64 deb libs optional arch=any + libprotobuf32t64 deb libs optional arch=any + libprotoc-dev deb libdevel optional arch=any + libprotoc32t64 deb libs optional arch=any + php-google-protobuf deb php optional arch=all + protobuf-compiler deb devel optional arch=any + python3-protobuf deb python optional arch=any profile=!nopython + ruby-google-protobuf deb ruby optional arch=any profile=!noruby +Directory: pool/295f095b653c4285c0947b77264e796ab9b5562eeb145f30eafe0dde30921715 +Checksums-Sha1: + 73e4dc57007d915ca6e67fb37c5cec2980878939 3039 protobuf_3.21.12-9.dsc + 7aec582dff3ab784ca7d2a2c99e59c64e8866fb5 5141502 protobuf_3.21.12.orig.tar.gz + 4d12ef2dec6d52bcaee4ff213c776ef0d357e57a 35872 protobuf_3.21.12-9.debian.tar.xz +Checksums-Sha256: + 295f095b653c4285c0947b77264e796ab9b5562eeb145f30eafe0dde30921715 3039 protobuf_3.21.12-9.dsc + 930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53 5141502 protobuf_3.21.12.orig.tar.gz + bbab9730ce4c647529f8d28eee4ed0ccc64847fe89ab92fc5eda656a2ff3b982 35872 protobuf_3.21.12-9.debian.tar.xz +Files: + 8277547ac0c219a46f967de85d18a0c3 3039 protobuf_3.21.12-9.dsc + d38562490234d8080bdbe8eb7baf937a 5141502 protobuf_3.21.12.orig.tar.gz + fff159608186a13a8a9b495ce6714edf 35872 protobuf_3.21.12-9.debian.tar.xz +Ruby-Versions: all + +Format: 3.0 (quilt) +Package: psmisc +Binary: psmisc +Architecture: any +Version: 23.7-1 +Maintainer: Craig Small +Homepage: http://psmisc.sf.net/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/psmisc +Vcs-Git: https://salsa.debian.org/debian/psmisc.git +Testsuite: autopkgtest +Testsuite-Triggers: shunit2 +Build-Depends: debhelper-compat (= 13), dejagnu, gettext, libncurses-dev, libselinux1-dev [linux-any] +Package-List: + psmisc deb admin optional arch=any +Directory: pool/6f82f563a0efe8339c8aee85cfa77cdeafab8686d8eb8ab52710defa19ade598 +Checksums-Sha1: + 059e4077e6a08fe4f5b5986274b7f8272df4774b 1892 psmisc_23.7-1.dsc + 89046d35a8919def79200115c9cc78e91b98ad53 432208 psmisc_23.7.orig.tar.xz + ebc9a2af5ab24ac1a4e7974325a4e2e34d1557fe 8580 psmisc_23.7-1.debian.tar.xz +Checksums-Sha256: + 6f82f563a0efe8339c8aee85cfa77cdeafab8686d8eb8ab52710defa19ade598 1892 psmisc_23.7-1.dsc + 58c55d9c1402474065adae669511c191de374b0871eec781239ab400b907c327 432208 psmisc_23.7.orig.tar.xz + a20314d52f5d90b209ab76afec69be04e6e0679af76b1b13ae9262dd3072bd54 8580 psmisc_23.7-1.debian.tar.xz +Files: + 67736daf118e22e9eb62527c3504b98e 1892 psmisc_23.7-1.dsc + 53eae841735189a896d614cba440eb10 432208 psmisc_23.7.orig.tar.xz + 395cfe875d3b5454ff3fc1806f5d4b50 8580 psmisc_23.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ptyprocess +Binary: python3-ptyprocess +Architecture: all +Version: 0.7.0-5 +Maintainer: Debian Python Team +Uploaders: Julien Puydt +Homepage: https://github.com/pexpect/ptyprocess +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/ptyprocess +Vcs-Git: https://salsa.debian.org/python-team/packages/ptyprocess.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, flit, python3-all, pybuild-plugin-pyproject +Package-List: + python3-ptyprocess deb python optional arch=all +Directory: pool/4f6490a8656cd5bf6fea4ec197ffd407c0085e99c0f23c44c09c3ebb285898dd +Checksums-Sha1: + e56e4cd646a863fd95e99ce6cad39c89976a30a5 1473 ptyprocess_0.7.0-5.dsc + f597826ef4945c29c326c09ba8e3e98ce6a6daec 69432 ptyprocess_0.7.0.orig.tar.gz + 1dd3d15442016cabecd8752d5dc6a8a27c256902 3036 ptyprocess_0.7.0-5.debian.tar.xz +Checksums-Sha256: + 4f6490a8656cd5bf6fea4ec197ffd407c0085e99c0f23c44c09c3ebb285898dd 1473 ptyprocess_0.7.0-5.dsc + fdba7eb7833d8bbfb7cdab6d7a348fa0e393078324e406d0ebdad6ae93ed4209 69432 ptyprocess_0.7.0.orig.tar.gz + 9957d4338ff063ccc964ded2cd3fc19388c1535b5811564185c7506966355236 3036 ptyprocess_0.7.0-5.debian.tar.xz +Files: + dcf1f70c2128dafcce0d1f678c082729 1473 ptyprocess_0.7.0-5.dsc + a4f3107cccb42aef5871331e722f348d 69432 ptyprocess_0.7.0.orig.tar.gz + edf6005d910fc4bf8e89e717bc92af28 3036 ptyprocess_0.7.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: putty +Binary: pterm, putty, putty-tools, putty-doc +Architecture: any all +Version: 0.81-2 +Maintainer: Colin Watson +Homepage: https://www.chiark.greenend.org.uk/~sgtatham/putty/ +Standards-Version: 3.5.9 +Vcs-Browser: https://salsa.debian.org/ssh-team/putty +Vcs-Git: https://salsa.debian.org/ssh-team/putty.git +Build-Depends: cmake, debhelper (>= 13.1), debhelper-compat (= 13), dh-exec, dpkg-dev (>= 1.15.7~), dh-sequence-zz-debputy-rrr (>= 0.1.23~) +Build-Depends-Arch: imagemagick, libgtk-3-dev, libx11-dev, pkgconf, python3:any, x11proto-core-dev +Build-Depends-Indep: halibut +Package-List: + pterm deb x11 optional arch=any + putty deb net optional arch=any + putty-doc deb doc optional arch=all + putty-tools deb net optional arch=any +Directory: pool/db48d4e7a61c8f8416c355f2184ad080f76e6710ef6ea212aa87d4578698da46 +Checksums-Sha1: + 3e4c5e08d724cb4787482804e586b39f5b8e627c 2526 putty_0.81-2.dsc + 8c88d871855d3730a0473bb1cb1006654e73b680 2844616 putty_0.81.orig.tar.gz + 7a8e55852862c09aad903fc2a0a00a4c143118ae 659 putty_0.81.orig.tar.gz.asc + ea52f5aa12fb06567f832e42481ce07d9a79436e 18236 putty_0.81-2.debian.tar.xz +Checksums-Sha256: + db48d4e7a61c8f8416c355f2184ad080f76e6710ef6ea212aa87d4578698da46 2526 putty_0.81-2.dsc + cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe 2844616 putty_0.81.orig.tar.gz + fff1e570ad905863bdaeb634219e30415d3044a28fc22a207a2829b8b9e47cc8 659 putty_0.81.orig.tar.gz.asc + f3b7e3376eb18f21c44fd1d35688eda2db4f978b07e9bfd854685abb6c4ee81b 18236 putty_0.81-2.debian.tar.xz +Files: + 0351e06759e06c95345d25c9bac2f369 2526 putty_0.81-2.dsc + 351ef5e546091003a10b309455659ec4 2844616 putty_0.81.orig.tar.gz + b09649e790960925da2d7686bcf42d8c 659 putty_0.81.orig.tar.gz.asc + bb4077d7ef03dca4cbeeacc091d57b49 18236 putty_0.81-2.debian.tar.xz +Dgit: 7557c7ed9748d98635504aa723199be38adbde08 debian archive/debian/0.81-2 https://git.dgit.debian.org/putty + +Format: 3.0 (quilt) +Package: pyasn1 +Binary: python3-pyasn1, python-pyasn1-doc +Architecture: all +Version: 0.6.0-1 +Maintainer: Debian Python Team +Uploaders: Jan Lübbe , Deepak Tripathi , Vincent Bernat , +Homepage: http://snmplabs.com/pyasn1/index.html +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/pyasn1 +Vcs-Git: https://salsa.debian.org/python-team/packages/pyasn1.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-sphinx +Build-Depends-Indep: python3-setuptools +Package-List: + python-pyasn1-doc deb doc optional arch=all + python3-pyasn1 deb python optional arch=all +Directory: pool/b859be875585a22c78cc24a726c3c72dd9a6d1ebd755ad433f3eed8c8449b436 +Checksums-Sha1: + 16889cbc0d89d683f943cc10684879e9b3458806 2274 pyasn1_0.6.0-1.dsc + efabf4849730d98e0c8f98d3c75e7037e1b5e3a6 148088 pyasn1_0.6.0.orig.tar.gz + 324d131c478960d7f158b183bce6687bfab0c9ad 5928 pyasn1_0.6.0-1.debian.tar.xz +Checksums-Sha256: + b859be875585a22c78cc24a726c3c72dd9a6d1ebd755ad433f3eed8c8449b436 2274 pyasn1_0.6.0-1.dsc + 3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c 148088 pyasn1_0.6.0.orig.tar.gz + 0d6f315362d0d9bc3b1e52abd361ac0bf54e2902ed828197c5d1a30ae801e0ad 5928 pyasn1_0.6.0-1.debian.tar.xz +Files: + e68428c6529ac1541f452bd84160b183 2274 pyasn1_0.6.0-1.dsc + 562dfdd6e0f3d404fec128a281541da0 148088 pyasn1_0.6.0.orig.tar.gz + 7d2c8f23702d47d080cb84abb66f0d1a 5928 pyasn1_0.6.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pygobject +Binary: python3-gi, python-gi-dev, python3-gi-cairo +Architecture: any +Version: 3.48.2-1 +Maintainer: Debian GNOME Maintainers +Uploaders: Iain Lane , Jeremy Bícha , Laurent Bigonville , Sebastien Bacher +Homepage: https://pygobject.readthedocs.io/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/gnome-team/pygobject +Vcs-Git: https://salsa.debian.org/gnome-team/pygobject.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gir1.2-glib-2.0, python3-all, python3-all-dbg, python3-all-dev, python3-dev +Build-Depends: at-spi2-core , dbus-daemon , debhelper-compat (= 13), dh-sequence-python3, gir1.2-gtk-3.0 , gir1.2-girepository-2.0 , libcairo2-dev, libffi-dev (>= 3.3), libgirepository1.0-dev (>= 1.64.0~), libglib2.0-dev (>= 2.64.0), locales , meson, python3-all-dev, python3-cairo-dev (>= 1.16.0), python3-flake8 , python3-pytest , python3-setuptools, xauth , xvfb +Package-List: + python-gi-dev deb python optional arch=any + python3-gi deb python optional arch=any + python3-gi-cairo deb python optional arch=any +Directory: pool/0ba02cfcbf408f698241c51e84a8e723c3970d64678a8ca66d89425c28aef7f1 +Checksums-Sha1: + 050cd83d922c5e0f85c32a9e89478d343c7a9eae 2722 pygobject_3.48.2-1.dsc + 6265ec360141872dcc907eb590a238cbf33c5a78 556244 pygobject_3.48.2.orig.tar.xz + 4f689eb58aa3bfc4724a6067c996d54f075f6cb1 23512 pygobject_3.48.2-1.debian.tar.xz +Checksums-Sha256: + 0ba02cfcbf408f698241c51e84a8e723c3970d64678a8ca66d89425c28aef7f1 2722 pygobject_3.48.2-1.dsc + 0794aeb4a9be31a092ac20621b5f54ec280f9185943d328b105cdae6298ad1a7 556244 pygobject_3.48.2.orig.tar.xz + bf966176896ff0cc9970b79552a38816b9417a72997c24bba2f5bfd4ac0cf896 23512 pygobject_3.48.2-1.debian.tar.xz +Files: + ad01e6157508c4806b67452dd28d3e65 2722 pygobject_3.48.2-1.dsc + fe1cb825adc8a49d1629b97b7d26dffc 556244 pygobject_3.48.2.orig.tar.xz + dade83948103bc4b861ac9d393d49207 23512 pygobject_3.48.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pyhamcrest +Binary: python3-hamcrest +Architecture: all +Version: 2.1.0-1 +Maintainer: Debian Python Team +Uploaders: David Villa Alises +Homepage: https://hamcrest.org/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/pyhamcrest +Vcs-Git: https://salsa.debian.org/python-team/packages/pyhamcrest.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling, python3-hatch-vcs, python3-hypothesis, python3-pytest-cov, python3-setuptools +Package-List: + python3-hamcrest deb python optional arch=all +Directory: pool/cf458858f1a633349fe497595f54899496a6e335c9e01b19988fc51b33c9138b +Checksums-Sha1: + 81bfa6a0f07fc6aff4532fc6c5cf1fd69bb20fa7 2158 pyhamcrest_2.1.0-1.dsc + eab176320136e3bcf10553128f9398f4019e0ad1 62526 pyhamcrest_2.1.0.orig.tar.gz + 28e0ceecbc3499d9610186839cacddfd4c08804f 5304 pyhamcrest_2.1.0-1.debian.tar.xz +Checksums-Sha256: + cf458858f1a633349fe497595f54899496a6e335c9e01b19988fc51b33c9138b 2158 pyhamcrest_2.1.0-1.dsc + 3ce821e78ca4dd0a1d5993186b2cb98ef473ef7910c92116294f8c5f26b6b5ad 62526 pyhamcrest_2.1.0.orig.tar.gz + fb2c0aabac53045050c3f493739edafcbb8fbeffa151c875fe4b255786da3e13 5304 pyhamcrest_2.1.0-1.debian.tar.xz +Files: + d37cee0220cbc4c5281a0a9a25acae40 2158 pyhamcrest_2.1.0-1.dsc + 7a964ee480b86b4649deeb1c1f61a704 62526 pyhamcrest_2.1.0.orig.tar.gz + 975829682ce3eaa3966110b6fa0e81c4 5304 pyhamcrest_2.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pyjwt +Binary: python3-jwt +Architecture: all +Version: 2.7.0-1 +Maintainer: Debian Python Team +Uploaders: Daniele Tricoli +Homepage: https://github.com/jpadilla/pyjwt +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/pyjwt +Vcs-Git: https://salsa.debian.org/python-team/packages/pyjwt.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-cryptography, python3-exceptiongroup, python3-pytest, python3-pytest-cov, python3-pytest-runner, python3-tomli +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-cryptography, python3-exceptiongroup, python3-pytest, python3-pytest-cov, python3-pytest-runner, python3-setuptools, python3-tomli +Package-List: + python3-jwt deb python optional arch=all +Directory: pool/d1cc8a65f8e2f3e8a893eb5e4323ad89ea5a89486a1376ac6394b090fc235276 +Checksums-Sha1: + 2e1e4a0305d2d53b77ef2a229d0a930930cc7b8f 2280 pyjwt_2.7.0-1.dsc + cc64630e85049ee370e434b0de9d92b80e9349d8 77902 pyjwt_2.7.0.orig.tar.gz + dfa74759b00eb70946acba27848a77585aab8a22 4540 pyjwt_2.7.0-1.debian.tar.xz +Checksums-Sha256: + d1cc8a65f8e2f3e8a893eb5e4323ad89ea5a89486a1376ac6394b090fc235276 2280 pyjwt_2.7.0-1.dsc + bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074 77902 pyjwt_2.7.0.orig.tar.gz + 4b060e961cd9ba9c784da4dff70460d8e150973a872efe852d0943bc959b79fb 4540 pyjwt_2.7.0-1.debian.tar.xz +Files: + 49d64720429db107ce6a42370bdc0138 2280 pyjwt_2.7.0-1.dsc + 228adbf1f9d2bcd42bbfb6d3b43dc48a 77902 pyjwt_2.7.0.orig.tar.gz + b9e9df7d8ab6fb86ba8723f26a194305 4540 pyjwt_2.7.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pyopenssl +Binary: python-openssl-doc, python3-openssl +Architecture: all +Version: 24.2.1-1 +Maintainer: Debian Python Team +Uploaders: Andrey Rakhmatullin +Homepage: https://pyopenssl.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/pyopenssl +Vcs-Git: https://salsa.debian.org/python-team/packages/pyopenssl.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: ca-certificates , debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , openssl , python3-all, python3-cffi , python3-cryptography (<< 44), python3-cryptography (>= 41.0.5), python3-pretend , python3-pytest , python3-pytest-rerunfailures , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme +Package-List: + python-openssl-doc deb doc optional arch=all + python3-openssl deb python optional arch=all +Directory: pool/cdaccef5d5629720d225ed15716abc74598dc8045b0cf9225eac37b43cd6ca20 +Checksums-Sha1: + 68d4b2a614991f6f7f0aa35b0c310ac18de5044a 2416 pyopenssl_24.2.1-1.dsc + d8f5170de92950045094633ca0c47b77e1df53ce 178564 pyopenssl_24.2.1.orig.tar.gz + d12d53363bcd7e9f9b06563042780e0cfa34600c 9500 pyopenssl_24.2.1-1.debian.tar.xz +Checksums-Sha256: + cdaccef5d5629720d225ed15716abc74598dc8045b0cf9225eac37b43cd6ca20 2416 pyopenssl_24.2.1-1.dsc + f5f1533574d77438b6e8bc5b3997881ef34b7bb46cc6aba43f9a881f973bf456 178564 pyopenssl_24.2.1.orig.tar.gz + ca6d866244d71827772f280d342abbf1d09788701565c636f7fd5e0c115c23cb 9500 pyopenssl_24.2.1-1.debian.tar.xz +Files: + 84179c3f73aa8c2163a384cd413407e3 2416 pyopenssl_24.2.1-1.dsc + 7a23d7a6cc7e6381a1d800ce3b7fc96a 178564 pyopenssl_24.2.1.orig.tar.gz + d1f99d4975ac1aa075cc05aa7266b78e 9500 pyopenssl_24.2.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pyparsing +Binary: python-pyparsing-doc, python3-pyparsing +Architecture: all +Version: 3.1.2-1 +Maintainer: Debian Python Team +Uploaders: Matthew Grant , Thomas Goirand , +Homepage: https://github.com/pyparsing/pyparsing/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/pyparsing +Vcs-Git: https://salsa.debian.org/python-team/packages/pyparsing.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, dh-sequence-sphinxdoc , flit, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-railroad-diagrams , python3-setuptools, python3-sphinx +Package-List: + python-pyparsing-doc deb doc optional arch=all + python3-pyparsing deb python optional arch=all +Directory: pool/6f9057e7ab47f3bf5e8aa49312932cf7c879aafa54f1c15f237181a9ebb4cb12 +Checksums-Sha1: + 7c17176451f92a7e9d5d3d3b06135a84077a0c58 2453 pyparsing_3.1.2-1.dsc + 6db9864831c23878e3c312d9723d64ca3644c7ae 889571 pyparsing_3.1.2.orig.tar.gz + 07e766e0477028a4fdcf94f24af010377920a300 8344 pyparsing_3.1.2-1.debian.tar.xz +Checksums-Sha256: + 6f9057e7ab47f3bf5e8aa49312932cf7c879aafa54f1c15f237181a9ebb4cb12 2453 pyparsing_3.1.2-1.dsc + a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad 889571 pyparsing_3.1.2.orig.tar.gz + 4568a839108152e1f2bf52dd9b07e9928d8028353ef9bac43ff8b03a4d0d6ee4 8344 pyparsing_3.1.2-1.debian.tar.xz +Files: + bd5feb97aa1e36a655d27df5a5609e95 2453 pyparsing_3.1.2-1.dsc + 2bfafdb2d02d19ca4a3dfd02a9dbdfa7 889571 pyparsing_3.1.2.orig.tar.gz + 5f8c528ebc6805af7f6e7bcd22408b58 8344 pyparsing_3.1.2-1.debian.tar.xz +Dgit: 02ab55bff34dbda28f5ce01a43437e2fd3c6bfdf debian archive/debian/3.1.2-1 https://git.dgit.debian.org/pyparsing + +Format: 3.0 (quilt) +Package: pyserial +Binary: python3-serial +Architecture: all +Version: 3.5-2 +Maintainer: Matthias Klose +Homepage: https://github.com/pyserial/pyserial +Standards-Version: 4.6.2 +Build-Depends: debhelper (>= 11) +Build-Depends-Indep: python3, dh-python, python3-setuptools +Package-List: + python3-serial deb python optional arch=all +Directory: pool/482c46454e64edd749faae4e95a434668ec472b4c503ef65992588779c8110c7 +Checksums-Sha1: + 6cadeb61f3d58006d0e33d405d5727fcec718165 1793 pyserial_3.5-2.dsc + 8709dd72730f6d097fc2e039bc0e264dc1c9341a 159125 pyserial_3.5.orig.tar.gz + f7ea87b416f4694966f33dfabaf670e41126c2fa 4848 pyserial_3.5-2.debian.tar.xz +Checksums-Sha256: + 482c46454e64edd749faae4e95a434668ec472b4c503ef65992588779c8110c7 1793 pyserial_3.5-2.dsc + 3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb 159125 pyserial_3.5.orig.tar.gz + 34b27ce9353f40110008225261ea2e28573ce669f92a45b30ec70203bbefcd5d 4848 pyserial_3.5-2.debian.tar.xz +Files: + 93cec33e5568dc1065441fcaa81f2494 1793 pyserial_3.5-2.dsc + 1cf25a76da59b530dbfc2cf99392dc83 159125 pyserial_3.5.orig.tar.gz + 156c2a50258db15ceed5c6ad7de221e4 4848 pyserial_3.5-2.debian.tar.xz + +Format: 3.0 (native) +Package: python-apt +Binary: python-apt-doc, python-apt-dev, python-apt-common, python3-apt +Architecture: any all +Version: 2.9.0 +Maintainer: APT Development Team +Uploaders: Michael Vogt , Julian Andres Klode +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/apt-team/python-apt +Vcs-Git: https://salsa.debian.org/apt-team/python-apt.git +Testsuite: autopkgtest +Testsuite-Triggers: apt-utils, binutils, dirmngr, distro-info-data, fakeroot, gnupg, intltool, pycodestyle, pyflakes3, python3-all +Build-Depends: apt (>= 1.0.9.4), apt-utils , debhelper-compat (= 12), dh-python, distro-info-data , fakeroot, libapt-pkg-dev (>= 2.7.11~), python3-all (>= 3.11), python3-all-dev (>= 3.3), python3-distutils-extra (>= 2.0), python3-setuptools, python3-sphinx (>= 0.5), gnupg , dirmngr | gnupg (<< 2) , pycodestyle , pyflakes3 +Package-List: + python-apt-common deb python optional arch=all + python-apt-dev deb python optional arch=all + python-apt-doc deb doc optional arch=all + python3-apt deb python optional arch=any +Directory: pool/0d2531beb9620215c14c2c78016bca83eb273cca94ffa56366799edb2d6d4053 +Checksums-Sha1: + c5a3a8443229b5fbe798e9f91f99f299c8160d69 2347 python-apt_2.9.0.dsc + 3753c22ee72db720299e6455c06d261097b398c5 354204 python-apt_2.9.0.tar.xz +Checksums-Sha256: + 0d2531beb9620215c14c2c78016bca83eb273cca94ffa56366799edb2d6d4053 2347 python-apt_2.9.0.dsc + 5b7bf0b19a798a5ee0b8d027e162282db41b957f6586ffc8b90df827b650feb2 354204 python-apt_2.9.0.tar.xz +Files: + ae8e560b039f58519bf9deae748a426d 2347 python-apt_2.9.0.dsc + b7e713a504a81389edb5846e5f4c27ef 354204 python-apt_2.9.0.tar.xz + +Format: 3.0 (quilt) +Package: python-argcomplete +Binary: python3-argcomplete +Architecture: all +Version: 3.4.0-2 +Maintainer: Debian Python Team +Uploaders: Marc Dequènes (Duck) +Homepage: https://github.com/kislyuk/argcomplete +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-argcomplete +Vcs-Git: https://salsa.debian.org/python-team/packages/python-argcomplete.git +Testsuite: autopkgtest +Testsuite-Triggers: fish, python3-all, python3-pexpect, python3-pip, python3-setuptools, python3-wheel, tcsh, zsh +Build-Depends: debhelper-compat (= 13), dh-python, fish , pybuild-plugin-pyproject, python3-all, python3-pexpect , python3-pip , python3-setuptools, python3-setuptools-scm, python3-wheel , tcsh , zsh +Package-List: + python3-argcomplete deb python optional arch=all +Directory: pool/92cd7465110eb1839c69a86d5fa6c80dbd428a899955386dcd7ed80d409f86c3 +Checksums-Sha1: + 16b0ea7c5c065a85a53995e0a9fc8d0eff7ba2f2 2394 python-argcomplete_3.4.0-2.dsc + 0a39c28cd5c0490887b14c896c3bb262c41eb769 82275 python-argcomplete_3.4.0.orig.tar.gz + 660eba140ed7a06621f1f8741faf5267a047d0d4 7696 python-argcomplete_3.4.0-2.debian.tar.xz +Checksums-Sha256: + 92cd7465110eb1839c69a86d5fa6c80dbd428a899955386dcd7ed80d409f86c3 2394 python-argcomplete_3.4.0-2.dsc + c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f 82275 python-argcomplete_3.4.0.orig.tar.gz + 6e266afc851fe02daa3d7f13974a63b7eb67d8f9e78c2f91c5ce228c10f286db 7696 python-argcomplete_3.4.0-2.debian.tar.xz +Files: + ebbcb6675b8a2b1f6d5f18ffb2f16920 2394 python-argcomplete_3.4.0-2.dsc + 67fda450914fccadcd272aff7a91777a 82275 python-argcomplete_3.4.0.orig.tar.gz + fc88be1c6a7971fa58b7a62f87929298 7696 python-argcomplete_3.4.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-attrs +Binary: python3-attr, python-attr-doc +Architecture: all +Version: 23.2.0-2 +Maintainer: Debian Python Team +Uploaders: Timo Röhling +Homepage: https://attrs.readthedocs.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-attrs +Vcs-Git: https://salsa.debian.org/python-team/packages/python-attrs.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , furo , pybuild-plugin-pyproject, python3-all, python3-doc, python3-hatchling, python3-hatch-fancy-pypi-readme, python3-hatch-vcs, python3-hypothesis , python3-myst-parser , python3-pytest , python3-sphinx , python3-sphinx-rtd-theme , python3-zope.interface +Package-List: + python-attr-doc deb doc optional arch=all + python3-attr deb python optional arch=all +Directory: pool/0ba6117a103e6540de270efcdecd30980a5c9c5273236eb499f6ba602bb5de19 +Checksums-Sha1: + 3856e17ca3ede0dae2adcedb8e21559e7fd26735 2403 python-attrs_23.2.0-2.dsc + 42f867af79ff72fcf054adce2c87fa9ef5cb04c2 778916 python-attrs_23.2.0.orig.tar.gz + 1ce5a196884ee74530eb2fa92491cb1e8d49d39e 6328 python-attrs_23.2.0-2.debian.tar.xz +Checksums-Sha256: + 0ba6117a103e6540de270efcdecd30980a5c9c5273236eb499f6ba602bb5de19 2403 python-attrs_23.2.0-2.dsc + 9d90e6431ed237237d7a026e85d5b7ba6f317ed3c6361693adc1567672f90abd 778916 python-attrs_23.2.0.orig.tar.gz + 25435630a9abd4d740c015f59ca95b3fcd875cbab62932b5541870129cd02889 6328 python-attrs_23.2.0-2.debian.tar.xz +Files: + f505072d34b623c80d7f4476306de7f3 2403 python-attrs_23.2.0-2.dsc + bdcf876c07ab287f2e33cbf3e31a0cc8 778916 python-attrs_23.2.0.orig.tar.gz + aa68a2cccffb31c110e81d677f4ae26a 6328 python-attrs_23.2.0-2.debian.tar.xz +Dgit: 1e20ccc0dc367e03dca0100baef5c3e5951b35f3 debian archive/debian/23.2.0-2 https://git.dgit.debian.org/python-attrs + +Format: 3.0 (quilt) +Package: python-autocommand +Binary: python3-autocommand +Architecture: all +Version: 2.2.2-3 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/Lucretiel/autocommand +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/python-autocommand +Vcs-Git: https://salsa.debian.org/jcfp/python-autocommand.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-pytest , python3-setuptools, pybuild-plugin-pyproject +Package-List: + python3-autocommand deb python optional arch=all +Directory: pool/f2c651fa74d130c5e8c93e987faa749a5a285ca5161f18b7b18ab0ca454f76dc +Checksums-Sha1: + 4769d20a751bfc96f42e7f022e8f7c8aa05cf123 2101 python-autocommand_2.2.2-3.dsc + 9f84aac463dbca6ec64350a218b0ae9306ee5608 22188 python-autocommand_2.2.2.orig.tar.gz + 6a49e9e69ace1a3849f728648a64f853b5ef0ea3 2444 python-autocommand_2.2.2-3.debian.tar.xz +Checksums-Sha256: + f2c651fa74d130c5e8c93e987faa749a5a285ca5161f18b7b18ab0ca454f76dc 2101 python-autocommand_2.2.2-3.dsc + 44da8e23d4ddef4c8dd8f3e8a9566c7e3365f8961ada3ce164ec0418fe107bb9 22188 python-autocommand_2.2.2.orig.tar.gz + 4017cc44cb1186e2a4ad54c43c2fc39833778147dc7f07f0b3c45e2a29437599 2444 python-autocommand_2.2.2-3.debian.tar.xz +Files: + 1f7bd8ce02c22ffadd304cab45b54266 2101 python-autocommand_2.2.2-3.dsc + edf026cb9e68ca97ab4996969453a19a 22188 python-autocommand_2.2.2.orig.tar.gz + aa91d0c013b9b682774c664cc83c8685 2444 python-autocommand_2.2.2-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-bcrypt +Binary: python3-bcrypt +Architecture: any +Version: 4.2.0-1 +Maintainer: Debian Python Team +Uploaders: Simon Fondrie-Teitler +Homepage: https://github.com/pyca/bcrypt +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bcrypt +Vcs-Git: https://salsa.debian.org/python-team/packages/python-bcrypt.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-sequence-builtusing, dh-python, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-setuptools-rust, librust-base64-dev, librust-bcrypt-dev, librust-bcrypt-pbkdf-dev, librust-getrandom-dev, librust-pyo3-dev, librust-subtle-dev +Package-List: + python3-bcrypt deb python optional arch=any +Directory: pool/a37ee763f6dbc8e535a5f137b013c5b772fd328c3d75512d088d408df313f16d +Checksums-Sha1: + a737474f127d2cc2bec74a869edad6776562104c 2149 python-bcrypt_4.2.0-1.dsc + 6c2d1e17f99f0054e0e5de031840f98e39feb547 15772 python-bcrypt_4.2.0.orig.tar.xz + 417a9b82394c57f029c944eab848978df6ac042a 11620 python-bcrypt_4.2.0-1.debian.tar.xz +Checksums-Sha256: + a37ee763f6dbc8e535a5f137b013c5b772fd328c3d75512d088d408df313f16d 2149 python-bcrypt_4.2.0-1.dsc + 77ed4d042731752c411ee8bcd59f9d01cf5b947c2713ce50964d06ca56ce87ea 15772 python-bcrypt_4.2.0.orig.tar.xz + 06f8af9d29a69ca2676a8427690f759a9bd810fdd6740c1bae15de96eaa5a4b0 11620 python-bcrypt_4.2.0-1.debian.tar.xz +Files: + c406c911bbb3c8873e6523b1c3b0cb18 2149 python-bcrypt_4.2.0-1.dsc + 4611b77e1ee362dea4c8020eed41c7a8 15772 python-bcrypt_4.2.0.orig.tar.xz + b809ec08be55c23e12b6a8213faa7c87 11620 python-bcrypt_4.2.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-certifi +Binary: python3-certifi +Architecture: all +Version: 2024.8.30-1 +Maintainer: Sebastien Delafond +Homepage: https://github.com/certifi/python-certifi +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/python-certifi +Vcs-Git: https://salsa.debian.org/debian/python-certifi.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools +Package-List: + python3-certifi deb python optional arch=all +Directory: pool/bc058c7dd250ac6142181a9e75e10e480f11a1342cd6226d147293fb136af11e +Checksums-Sha1: + 2c605f72d334d33b422dcdf9b5b2220f69e22678 1670 python-certifi_2024.8.30-1.dsc + c2f4189260db2fabd97c630e448fa1a1e9ea89a9 153832 python-certifi_2024.8.30.orig.tar.xz + aa523b4cf6075e7781862b18bd9876061fb22c73 9152 python-certifi_2024.8.30-1.debian.tar.xz +Checksums-Sha256: + bc058c7dd250ac6142181a9e75e10e480f11a1342cd6226d147293fb136af11e 1670 python-certifi_2024.8.30-1.dsc + cf9c92efa306fffd82f20088de746eb94111a3622fcea6ef85caad995319b6ef 153832 python-certifi_2024.8.30.orig.tar.xz + 18b728d4e428b1c14526bfa9a37dda77af3370366f15ed99b87fc5bc312aeebf 9152 python-certifi_2024.8.30-1.debian.tar.xz +Files: + 6cc3b78238eba79502382c65f7456286 1670 python-certifi_2024.8.30-1.dsc + b7985c0afc2d26d25bca9b074c344435 153832 python-certifi_2024.8.30.orig.tar.xz + 9842d57c87dd865c34741f08c69c8adc 9152 python-certifi_2024.8.30-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-cffi +Binary: python3-cffi, python3-cffi-backend, python-cffi-doc +Architecture: any all +Version: 1.17.1-1 +Maintainer: Debian Python Team +Uploaders: Stefano Rivera +Homepage: https://cffi.readthedocs.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cffi +Vcs-Git: https://salsa.debian.org/python-team/packages/python-cffi.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, python3-all-dbg, python3-all-dev, python3-py, python3-pytest, python3-setuptools, virtualenv +Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, dh-sequence-sphinxdoc , libffi-dev, pybuild-plugin-pyproject, python3-all-dev, python3-py , python3-pycparser , python3-pytest , python3-setuptools, python3-sphinx , virtualenv +Package-List: + python-cffi-doc deb doc optional arch=all + python3-cffi deb python optional arch=all + python3-cffi-backend deb python optional arch=any +Directory: pool/922147dfeb5b5e75e0e12165d04fa7e7fc2340f73d0eaed427169da0f41afb14 +Checksums-Sha1: + c2fdb7ace5e0567445c0e921efef4b6f32c81b0f 1934 python-cffi_1.17.1-1.dsc + 6d35167bdc98f71dd0d0434b729efea62d548e22 516621 python-cffi_1.17.1.orig.tar.gz + 0a9589a6ee0e1f83af95086418fe6f406fbe5f73 8288 python-cffi_1.17.1-1.debian.tar.xz +Checksums-Sha256: + 922147dfeb5b5e75e0e12165d04fa7e7fc2340f73d0eaed427169da0f41afb14 1934 python-cffi_1.17.1-1.dsc + 1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824 516621 python-cffi_1.17.1.orig.tar.gz + 7df62506b155375ec48cc00a8dae2c1ee6e1d9a28b6f94bef34679fc4ffeed92 8288 python-cffi_1.17.1-1.debian.tar.xz +Files: + f3591cea4c628f1ac92b81628acc33d9 1934 python-cffi_1.17.1-1.dsc + 4336ca58b2df0cc3b163884d5fa2e5e2 516621 python-cffi_1.17.1.orig.tar.gz + 47a989eaff55a1bed8f1608840040a78 8288 python-cffi_1.17.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-charset-normalizer +Binary: python-charset-normalizer-doc, python3-charset-normalizer +Architecture: any all +Version: 3.3.2-4 +Maintainer: Debian Python Team +Uploaders: Dominik George +Homepage: https://github.com/ousret/charset_normalizer +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-charset-normalizer +Vcs-Git: https://salsa.debian.org/python-team/packages/python-charset-normalizer.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest, python3-pytest-cov +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-all-dev, python3-mypy, python3-pytest , python3-pytest-cov , python3-setuptools, sphinx-common +Build-Depends-Indep: python3-sphinx, furo +Package-List: + python-charset-normalizer-doc deb doc optional arch=all + python3-charset-normalizer deb python optional arch=any +Directory: pool/d7f88e53e7056c73fab79a03531f526b8f77edbce4062cf295833ff30e9de000 +Checksums-Sha1: + 0ea833ec4428c319c89983b2c2527429f1cf6250 2529 python-charset-normalizer_3.3.2-4.dsc + 5311e79b2704202cd2939bc5598f3fb35242edd5 94885 python-charset-normalizer_3.3.2.orig.tar.gz + e76376e56367b805189c1d665ee569e792b1e856 11872 python-charset-normalizer_3.3.2-4.debian.tar.xz +Checksums-Sha256: + d7f88e53e7056c73fab79a03531f526b8f77edbce4062cf295833ff30e9de000 2529 python-charset-normalizer_3.3.2-4.dsc + 4c612aa6b247c6639a4d8a7cb6401c44a1abbb1f3ab6072fbc24cd23b6e4c646 94885 python-charset-normalizer_3.3.2.orig.tar.gz + c6b37c5501e418b9cbf0f7433a14c183689068d5cf89be75a2a3b27662184816 11872 python-charset-normalizer_3.3.2-4.debian.tar.xz +Files: + 80d8f564338fae707dcfc0cc48958a29 2529 python-charset-normalizer_3.3.2-4.dsc + eacbf82f9bd772421265d14be1814aea 94885 python-charset-normalizer_3.3.2.orig.tar.gz + f7d3de9eda8d47cdced126239d1034e1 11872 python-charset-normalizer_3.3.2-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-cheroot +Binary: python3-cheroot +Architecture: all +Version: 10.0.1+ds1-1 +Maintainer: Debian Python Team +Uploaders: Julien Puydt +Homepage: https://github.com/cherrypy/cheroot +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cheroot +Vcs-Git: https://salsa.debian.org/python-team/packages/python-cheroot.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-jaraco.context , python3-jaraco.functools, python3-jaraco.text , python3-more-itertools, python3-openssl , python3-packaging, python3-portend , python3-pytest , python3-pytest-cov , python3-pytest-forked , python3-pytest-mock , python3-pytest-rerunfailures , python3-pytest-xdist , python3-requests-toolbelt , python3-requests-unixsocket , python3-setuptools, python3-setuptools-scm (>> 7), python3-sphinx, python3-trustme +Package-List: + python3-cheroot deb python optional arch=all +Directory: pool/39065aab59601b1acfb2fc567190389df878ae1d5e0f52596cb88b07991931cc +Checksums-Sha1: + 494b4f1e453afca78400b1d6bce33d7c94043415 2675 python-cheroot_10.0.1+ds1-1.dsc + fbb98aea34794db91e9b796ac4f4c90bae1dc477 112728 python-cheroot_10.0.1+ds1.orig.tar.xz + f7fed4de3e7fa59036f470eff16f94c3932ad054 5152 python-cheroot_10.0.1+ds1-1.debian.tar.xz +Checksums-Sha256: + 39065aab59601b1acfb2fc567190389df878ae1d5e0f52596cb88b07991931cc 2675 python-cheroot_10.0.1+ds1-1.dsc + c85ca6e2d3ef37eaa9aae0c5794e943bef2ccd9df09ed7235b7f7ef8f9ee543b 112728 python-cheroot_10.0.1+ds1.orig.tar.xz + f5879329c783aed5ab1d91078d115192ba7702bfc5777e9481afdf1913928dc5 5152 python-cheroot_10.0.1+ds1-1.debian.tar.xz +Files: + 6e2e47650f890206d58fe7c5fe872376 2675 python-cheroot_10.0.1+ds1-1.dsc + b6cc3abfcff9046743ce252288681613 112728 python-cheroot_10.0.1+ds1.orig.tar.xz + e16089ba0dcb7381b2380fca85ba7d11 5152 python-cheroot_10.0.1+ds1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-click +Binary: python3-click, python-click-doc +Architecture: all +Version: 8.1.7-2 +Maintainer: Debian Python Team , +Uploaders: Peter Pentchev , +Homepage: https://github.com/pallets/click +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-click +Vcs-Git: https://salsa.debian.org/python-team/packages/python-click.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper (>> 13.15.2~), dh-sequence-python3, dh-sequence-sphinxdoc , dpkg-build-api (= 1), python3-all, python3-doc , python3-colorama, python3-docutils, python3-pallets-sphinx-themes (>= 2.0.1) , python3-pytest , python3-requests, python3-setuptools, python3-sphinx , python3-sphinx-issues , python3-sphinx-tabs , python3-sphinxcontrib-log-cabinet +Package-List: + python-click-doc deb doc optional arch=all + python3-click deb python optional arch=all +Directory: pool/797fac6cd4b21271a0cd4b7cb161a2c3aa488ed7fc760c6c4472148f86ce9041 +Checksums-Sha1: + 18c62a591ee6284bb358ac70942f5255677dd3bf 2636 python-click_8.1.7-2.dsc + 99cbcac9ae3e71f5f656d4a57d0e26235561045c 341625 python-click_8.1.7.orig.tar.gz + 426efb5501b2a268c24f829544f78cea4693ab5d 6020 python-click_8.1.7-2.debian.tar.xz +Checksums-Sha256: + 797fac6cd4b21271a0cd4b7cb161a2c3aa488ed7fc760c6c4472148f86ce9041 2636 python-click_8.1.7-2.dsc + 89251974dba8552b4e22990ca34adfb93a47ba7deb27fe7358a6661a09ca8793 341625 python-click_8.1.7.orig.tar.gz + 885a936eabf7ec41a52cc9b7bc908766ad5cf2a85605ffa1c729c5be79440d67 6020 python-click_8.1.7-2.debian.tar.xz +Files: + 30d7eeba6f709a7f07e27013137ba734 2636 python-click_8.1.7-2.dsc + 737188c8cfef9dde3c0353f447e1f351 341625 python-click_8.1.7.orig.tar.gz + 45722022e33561eacffdb7fb12e54791 6020 python-click_8.1.7-2.debian.tar.xz +Dgit: 7bfcda2fc63a0f7c7041c961a3e34e06d2397796 debian archive/debian/8.1.7-2 https://git.dgit.debian.org/python-click + +Format: 3.0 (quilt) +Package: python-colorama +Binary: python3-colorama +Architecture: all +Version: 0.4.6-4 +Maintainer: Debian Python Team +Uploaders: Ileana Dumitrescu +Homepage: https://github.com/tartley/colorama +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-colorama +Vcs-Git: https://salsa.debian.org/python-team/packages/python-colorama.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3, python3-all, python3-hatchling, python3-pytest +Package-List: + python3-colorama deb python optional arch=all +Directory: pool/3509460a2bc06b527ee707d6cdec018f428fda6bd0e5444b60ea14bd629bc12a +Checksums-Sha1: + 671360bdfe1892c06af6bc078fa15f90b22b19b1 2209 python-colorama_0.4.6-4.dsc + aa1fc7722b9128a3c945048de03f5b4e55157c6a 116300 python-colorama_0.4.6.orig.tar.gz + 936263f82f74e9dd9223b9f600adb4d8a44b38d9 6224 python-colorama_0.4.6-4.debian.tar.xz +Checksums-Sha256: + 3509460a2bc06b527ee707d6cdec018f428fda6bd0e5444b60ea14bd629bc12a 2209 python-colorama_0.4.6-4.dsc + 2d0543c3970840160b32656ab83d43b7f3533208c2c5f3ee5b839940d00af0bd 116300 python-colorama_0.4.6.orig.tar.gz + 08c267517c6ce08d0d00382f4e25b749bfbae503377702dca101a58e987eeb16 6224 python-colorama_0.4.6-4.debian.tar.xz +Files: + 4d0869176903f9b6a3fef47fab6f54dc 2209 python-colorama_0.4.6-4.dsc + 9854316552d41419b678d39af443a75f 116300 python-colorama_0.4.6.orig.tar.gz + ed0b18ec578cb590949f480cddb7e85c 6224 python-colorama_0.4.6-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-cryptography +Binary: python3-cryptography, python-cryptography-doc +Architecture: any all +Version: 43.0.0-1 +Maintainer: Debian Python Team +Uploaders: Jérémy Lal , Andrey Rakhmatullin , +Homepage: https://cryptography.io/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cryptography +Vcs-Git: https://salsa.debian.org/python-team/packages/python-cryptography.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: cargo, debhelper-compat (= 13), dh-sequence-python3, librust-asn1-0.17-dev, librust-cc-1.1-dev, librust-cfg-if-dev, librust-foreign-types-0.3-dev, librust-foreign-types-shared-0.1-dev, librust-once-cell-dev, librust-openssl-dev (>= 0.10.64~), librust-openssl-sys-dev (>= 0.9.101~), librust-pem-3.0-dev, librust-pyo3-0.22+default-dev, librust-pyo3-0.22-dev, librust-self-cell-dev, libssl-dev, pybuild-plugin-pyproject, python3-all-dev, python3-bcrypt , python3-certifi , python3-cffi, python3-cryptography-vectors (<< 43.0.1~) , python3-cryptography-vectors (>= 43.0.0~) , python3-maturin, python3-pretend , python3-pytest , python3-pytest-benchmark +Build-Depends-Indep: dh-sequence-sphinxdoc , python3-doc , python3-sphinx , python3-sphinx-rtd-theme +Package-List: + python-cryptography-doc deb doc optional arch=all profile=!nodoc + python3-cryptography deb python optional arch=any +Directory: pool/dcfb227d4e5916890282d91650577d1d11ee7bcde87f14911315977e431dc8d9 +Checksums-Sha1: + 9f192d0e728c20f94adc4e3b2c7d90285739dd18 3036 python-cryptography_43.0.0-1.dsc + 37140feca2c57d271d51d11ef827e3875547c62e 686873 python-cryptography_43.0.0.orig.tar.gz + 6ad28811bd45013748b0455d312b488d1c1fab3e 10816 python-cryptography_43.0.0-1.debian.tar.xz +Checksums-Sha256: + dcfb227d4e5916890282d91650577d1d11ee7bcde87f14911315977e431dc8d9 3036 python-cryptography_43.0.0-1.dsc + b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e 686873 python-cryptography_43.0.0.orig.tar.gz + 78b46b82ce7f8d3678e87b8cdb382628e06c25f7535850323e2f562d4f089d39 10816 python-cryptography_43.0.0-1.debian.tar.xz +Files: + c4246b1ca6b97eab142ff9419b041630 3036 python-cryptography_43.0.0-1.dsc + 86f9bf334cee96e745ef7106151b883d 686873 python-cryptography_43.0.0.orig.tar.gz + b172f90153d7f01b8b5828b5d141ef24 10816 python-cryptography_43.0.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-dateutil +Binary: python3-dateutil +Architecture: all +Version: 2.9.0-2 +Maintainer: Debian Python Team +Uploaders: Guido Günther , +Homepage: https://github.com/dateutil/dateutil +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dateutil +Vcs-Git: https://salsa.debian.org/python-team/packages/python-dateutil.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-freezegun , python3-hypothesis , python3-pytest , python3-pytest-cov , python3-setuptools, python3-setuptools-scm, python3-six, tzdata-legacy +Package-List: + python3-dateutil deb python optional arch=all +Directory: pool/c2bd527b2fd2fd7f90dcb9949fa353b22c5ffbefd6c93d25534117dcd55422f3 +Checksums-Sha1: + 81b90d537b9d3680a1de69075b972486da6c8d29 2303 python-dateutil_2.9.0-2.dsc + 44229ab0040a8cdd7baaa81de8d3a42e6c4af5f9 342990 python-dateutil_2.9.0.orig.tar.gz + 7eac536070fb00681b7a41d4f70a77c7774a9e81 6940 python-dateutil_2.9.0-2.debian.tar.xz +Checksums-Sha256: + c2bd527b2fd2fd7f90dcb9949fa353b22c5ffbefd6c93d25534117dcd55422f3 2303 python-dateutil_2.9.0-2.dsc + 78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709 342990 python-dateutil_2.9.0.orig.tar.gz + 1c766b8c59539706b98ad231f9a7cee418cbe1a709674fed915dd0ca723e2594 6940 python-dateutil_2.9.0-2.debian.tar.xz +Files: + 73c1773306c6507cc8f5916b1ac16f7c 2303 python-dateutil_2.9.0-2.dsc + f4888298c0f2d5239c85c6457455a975 342990 python-dateutil_2.9.0.orig.tar.gz + 885ce90ad3244cb1e71323bb1305a292 6940 python-dateutil_2.9.0-2.debian.tar.xz + +Format: 3.0 (native) +Package: python-debian +Binary: python3-debian +Architecture: all +Version: 0.1.49 +Maintainer: Debian python-debian Maintainers +Uploaders: Enrico Zini , James Westby , Reinhard Tartler , Stefano Zacchiroli , John Wright , Stuart Prescott , Jelmer Vernooij +Homepage: https://salsa.debian.org/python-debian-team/python-debian +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-debian-team/python-debian +Vcs-Git: https://salsa.debian.org/python-debian-team/python-debian.git +Testsuite: autopkgtest +Testsuite-Triggers: binutils, debian-archive-keyring, debian-keyring, python3-all, python3-apt, python3-pytest, zstd +Build-Depends: binutils , debhelper-compat (= 13), dh-python, python3-all, python3-apt, python3-chardet, python3-pytest , python3-setuptools, zstd +Package-List: + python3-debian deb python optional arch=all +Directory: pool/3d57aa8485f59091bc58b903f3bda0753c6684dfd648b8c053193d0fe4214e1d +Checksums-Sha1: + 0a6fa138235dd42e2a616874500c2deb4cf1e7cb 2246 python-debian_0.1.49.dsc + 291d124debd33e8ee672ac1ef7e85423d374d670 191388 python-debian_0.1.49.tar.xz +Checksums-Sha256: + 3d57aa8485f59091bc58b903f3bda0753c6684dfd648b8c053193d0fe4214e1d 2246 python-debian_0.1.49.dsc + 7b3b293fc3de8c2648534fcf1cb9966a3ac9d1564957a07fbcaabbd6495cdc4b 191388 python-debian_0.1.49.tar.xz +Files: + 0b48799f29d378cc600a99c3ee8e2f07 2246 python-debian_0.1.49.dsc + 8f14b47a7e77b54f3f2633bf1779209b 191388 python-debian_0.1.49.tar.xz + +Format: 3.0 (quilt) +Package: python-debtcollector +Binary: python-debtcollector-doc, python3-debtcollector +Architecture: all +Version: 3.0.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: http://www.openstack.org/ +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-debtcollector +Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-debtcollector.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 9), dh-python, openstack-pkg-tools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-coverage, python3-fixtures, python3-hacking, python3-openstackdocstheme, python3-stestr , python3-testtools , python3-wrapt, subunit +Package-List: + python-debtcollector-doc deb doc optional arch=all + python3-debtcollector deb python optional arch=all +Directory: pool/008895b425d1a821945fbedac933b295b6fabf2b9ac3573aea394abbdfaed8ee +Checksums-Sha1: + 8fc4eaf63dc2cc912d665b0efc327e87d14e2b4e 2423 python-debtcollector_3.0.0-2.dsc + 27d6e90dbf5513bb5cd8629d0bcd293850c85311 21700 python-debtcollector_3.0.0.orig.tar.xz + 7f2021b5ed85bb7bb61e64f466f2ac9a2ee29266 3664 python-debtcollector_3.0.0-2.debian.tar.xz +Checksums-Sha256: + 008895b425d1a821945fbedac933b295b6fabf2b9ac3573aea394abbdfaed8ee 2423 python-debtcollector_3.0.0-2.dsc + 0e6d2c0453c52854f5d47a34157fc3089ccfb44b3399db5c3922c3adc768b42b 21700 python-debtcollector_3.0.0.orig.tar.xz + 947bbb22100203fbdf1ee230fc54cc0e5c1059e5d47de18a1137257cd646d078 3664 python-debtcollector_3.0.0-2.debian.tar.xz +Files: + 4eae99d3f0a69850119c4736534af262 2423 python-debtcollector_3.0.0-2.dsc + 3be3ac5f720e2a437a65c32b7f5ed6a2 21700 python-debtcollector_3.0.0.orig.tar.xz + 6946a89c286f845f0b7509e524a6332e 3664 python-debtcollector_3.0.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-distro +Binary: python3-distro +Architecture: all +Version: 1.9.0-1 +Maintainer: Debian Python Team +Uploaders: Stefano Rivera +Homepage: https://github.com/python-distro/distro +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-distro +Vcs-Git: https://salsa.debian.org/python-team/packages/python-distro.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools +Build-Depends-Indep: python3-pytest +Package-List: + python3-distro deb python optional arch=all +Directory: pool/3d10b7b313dcf8852c5c69045bce6c8c1d32e086ea2fe5342073c982d287ae6f +Checksums-Sha1: + 4563a030e274162f1d6fe47cc41eb7bce7a5cce0 1597 python-distro_1.9.0-1.dsc + 4e794ca46bad11a0e7d8cd3e89c10b01f706207f 54793 python-distro_1.9.0.orig.tar.gz + 69ecd76d8f6fbfe6d7b3155b261f36a3acf0d775 3440 python-distro_1.9.0-1.debian.tar.xz +Checksums-Sha256: + 3d10b7b313dcf8852c5c69045bce6c8c1d32e086ea2fe5342073c982d287ae6f 1597 python-distro_1.9.0-1.dsc + 6ede051357868ed427ea71d16fc27f4d63cc0d9c8a32788aa11c450ecefcc76f 54793 python-distro_1.9.0.orig.tar.gz + 86b7c77b5b4b88d6152b68accfdd45b259265fdea5dc6f5749ecf9baf490c474 3440 python-distro_1.9.0-1.debian.tar.xz +Files: + 9f8e4f8683075f6285fd10772e307e0a 1597 python-distro_1.9.0-1.dsc + cec5819e1367f0349b3ef2b3804f1e84 54793 python-distro_1.9.0.orig.tar.gz + 6e141b6e0ad040f6a50b9d156ed4e2ab 3440 python-distro_1.9.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-docutils +Binary: python3-docutils, docutils-common, docutils-doc +Architecture: all +Version: 0.21.2+dfsg-2 +Maintainer: Debian Python Team +Uploaders: Michael Schutte , Dmitry Shachnev +Homepage: https://docutils.sourceforge.io/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-docutils +Vcs-Git: https://salsa.debian.org/python-team/packages/python-docutils.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: dh-python, flit (>= 3.4), pybuild-plugin-pyproject, python3-all, python3-pygments, python3-roman, xml-core +Package-List: + docutils-common deb python optional arch=all + docutils-doc deb doc optional arch=all + python3-docutils deb python optional arch=all +Directory: pool/acbb5d066520a3a280eadedda3200804487c59ac3c2dccf10c120b30583e6973 +Checksums-Sha1: + 4a9bb4e83d862f17c2fa16d324a6d237a60d30bd 2407 python-docutils_0.21.2+dfsg-2.dsc + 923b1673b45ce69bd6225e50a2f6399ac61a1d9f 1611488 python-docutils_0.21.2+dfsg.orig.tar.xz + f160d53e65bde594d69323c9670157f6b32899b2 29264 python-docutils_0.21.2+dfsg-2.debian.tar.xz +Checksums-Sha256: + acbb5d066520a3a280eadedda3200804487c59ac3c2dccf10c120b30583e6973 2407 python-docutils_0.21.2+dfsg-2.dsc + 0027b2369460c622c519e2d177735e0821f0298d10eb4d35cf194eefc88b0e43 1611488 python-docutils_0.21.2+dfsg.orig.tar.xz + 0a29afd3b5af83464a52d592e9cfb69b7da5ee7a9bb98a8c61f5131b12b5ae63 29264 python-docutils_0.21.2+dfsg-2.debian.tar.xz +Files: + 2adc2a5d72150fd90ba4c779531b08b8 2407 python-docutils_0.21.2+dfsg-2.dsc + 9a9bd2e8722bc26982586973bcf7543e 1611488 python-docutils_0.21.2+dfsg.orig.tar.xz + 1e72414a84818fd6f92ea5c5b7373d82 29264 python-docutils_0.21.2+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-idna +Binary: python3-idna +Architecture: all +Version: 3.8-2 +Maintainer: Debian Python Team +Uploaders: Thomas Goirand , +Homepage: https://github.com/kjd/idna +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-idna +Vcs-Git: https://salsa.debian.org/python-team/packages/python-idna.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all +Build-Depends: debhelper-compat (= 13), dh-python, flit, pybuild-plugin-pyproject, python3-all, python3-setuptools +Package-List: + python3-idna deb python optional arch=all +Directory: pool/57a81b63279cb205a1e08fce9008fa02b0c826aab0240eb2129c50553a87b9c8 +Checksums-Sha1: + 6ebf9ba1271637804e6787ccbe72a63f60ab6d08 2084 python-idna_3.8-2.dsc + f84b81a69eda1708f6f82d9d3dab29dea9a651fe 138372 python-idna_3.8.orig.tar.xz + 3aaf5b8d8aede0d5f009fe7c625dfd1b8d3a55a1 5368 python-idna_3.8-2.debian.tar.xz +Checksums-Sha256: + 57a81b63279cb205a1e08fce9008fa02b0c826aab0240eb2129c50553a87b9c8 2084 python-idna_3.8-2.dsc + b00a1db02156575eb893dc97ba1bd6a8ad7eaff04b158e512eda6039c8819a12 138372 python-idna_3.8.orig.tar.xz + 911b2d86a05a2b92ae00126ee590bbe344200f22f5cddc15707e7694097b0bd2 5368 python-idna_3.8-2.debian.tar.xz +Files: + b808d452c1ee2d7b98f6bebccc0e5565 2084 python-idna_3.8-2.dsc + 8458d032836117a1f1ea9d3f72f3e83f 138372 python-idna_3.8.orig.tar.xz + 26b64a7f63eef5d6fa6e465c89c42fa5 5368 python-idna_3.8-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-importlib-metadata +Binary: python3-importlib-metadata +Architecture: all +Version: 8.5.0-1 +Maintainer: Debian Python Team +Uploaders: Boyuan Yang , +Homepage: https://github.com/python/importlib_metadata +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-importlib-metadata +Vcs-Git: https://salsa.debian.org/python-team/packages/python-importlib-metadata.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all, python3-packaging, python3-pyfakefs, python3-toml +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-packaging, python3-pyfakefs, python3-setuptools, python3-setuptools-scm, python3-toml, python3-zipp (>= 0.5) +Package-List: + python3-importlib-metadata deb python optional arch=all +Directory: pool/fe0f0e6f45d47a095ee08025f70535ddbaf46584bb1fb5760380254ca8b7d066 +Checksums-Sha1: + 55ea5bea4586d2e04fab6c65f84ed994864e1801 2417 python-importlib-metadata_8.5.0-1.dsc + 99cf37cc799525633a0956a7b14951f93ddf29fe 55304 python-importlib-metadata_8.5.0.orig.tar.gz + 1cbcceba7217f822a618d76600e6fd9fc101e02c 4000 python-importlib-metadata_8.5.0-1.debian.tar.xz +Checksums-Sha256: + fe0f0e6f45d47a095ee08025f70535ddbaf46584bb1fb5760380254ca8b7d066 2417 python-importlib-metadata_8.5.0-1.dsc + 71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7 55304 python-importlib-metadata_8.5.0.orig.tar.gz + fd57a4c5e8845f75b924fb5fcc3bd0a1b8400a40511e7ec34870d3d805eeb905 4000 python-importlib-metadata_8.5.0-1.debian.tar.xz +Files: + 7b841a6b898003062874393bfa49b26a 2417 python-importlib-metadata_8.5.0-1.dsc + 9bb42414dd82839d7694332868f2420a 55304 python-importlib-metadata_8.5.0.orig.tar.gz + 02dcfa2dfbc859d63ec38f3af4916b73 4000 python-importlib-metadata_8.5.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-inflect +Binary: python3-inflect +Architecture: all +Version: 7.3.1-2 +Maintainer: Debian Python Team +Uploaders: Arto Jantunen +Homepage: https://github.com/jaraco/inflect +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-inflect +Vcs-Git: https://salsa.debian.org/python-team/packages/python-inflect.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-more-itertools, python3-pytest, python3-setuptools, python3-setuptools-scm, python3-typeguard +Package-List: + python3-inflect deb python optional arch=all +Directory: pool/c414fa5d4c9b828a1584e00129269653beaa92d14baba2ab3277258c42939c04 +Checksums-Sha1: + cd971636e52fd245bff8963824e253a5f4028fba 2194 python-inflect_7.3.1-2.dsc + 198fde94d0e7dec951130ae73a7366ce7885d71a 71980 python-inflect_7.3.1.orig.tar.gz + 425b636f81f03d327a947ab40ffa8086fabf18c5 2928 python-inflect_7.3.1-2.debian.tar.xz +Checksums-Sha256: + c414fa5d4c9b828a1584e00129269653beaa92d14baba2ab3277258c42939c04 2194 python-inflect_7.3.1-2.dsc + edd785148a673b0c6dfef1a7d80cc1bcb2dd6d041cdb313b60032e464fd4e808 71980 python-inflect_7.3.1.orig.tar.gz + 5a2aac6a5cfb62f67d0d16f1c9c7b39f686f6057e6f5fb28a4d64907a6c8e554 2928 python-inflect_7.3.1-2.debian.tar.xz +Files: + c20d1266bed916c2665f7418097cd9f9 2194 python-inflect_7.3.1-2.dsc + a3603aa657d5de8af75cb9d196d05d46 71980 python-inflect_7.3.1.orig.tar.gz + 13c0a2a2ea80d6be63ea9a7a3a5769a4 2928 python-inflect_7.3.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-iso8601 +Binary: python3-iso8601 +Architecture: all +Version: 2.1.0-2 +Maintainer: Debian Python Team +Uploaders: Benjamin Mako Hill , Thomas Goirand , +Homepage: https://github.com/micktwomey/pyiso8601 +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-iso8601 +Vcs-Git: https://salsa.debian.org/python-team/packages/python-iso8601.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-poetry-core +Build-Depends-Indep: python3-hypothesis, python3-pytest, python3-tz +Package-List: + python3-iso8601 deb python optional arch=all +Directory: pool/086283339d760d9daab114df0a3ebb8dbf08039185f5ec47df7068e9c19e0041 +Checksums-Sha1: + bb1ee618f2676915deef606b64f54f0388506bda 2209 python-iso8601_2.1.0-2.dsc + d25e060cf93665a9bfc9a2d4a88bc5f418449e3e 43785 python-iso8601_2.1.0.orig.tar.gz + 7ca8b1eb73137c2dbe198f9344e90b6baa23e755 3832 python-iso8601_2.1.0-2.debian.tar.xz +Checksums-Sha256: + 086283339d760d9daab114df0a3ebb8dbf08039185f5ec47df7068e9c19e0041 2209 python-iso8601_2.1.0-2.dsc + 40e7aedd2232b8c3b58dac6aa365199359cf04bcee9127cafa441308690d504b 43785 python-iso8601_2.1.0.orig.tar.gz + 944e606d0dc61ed0f5c5c9fa9917f02655f1fee00009a7553211d2907d799264 3832 python-iso8601_2.1.0-2.debian.tar.xz +Files: + 0cbebbd6c321c8dc4cd8a61232bc5f07 2209 python-iso8601_2.1.0-2.dsc + 29c6b553bae6de1015093fbdff41cbae 43785 python-iso8601_2.1.0.orig.tar.gz + 4587c9d2dfcbed75769650b2ec252ca2 3832 python-iso8601_2.1.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-jaraco.functools +Binary: python3-jaraco.functools +Architecture: all +Version: 4.1.0-1 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/jaraco/jaraco.functools +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/jaraco.functools +Vcs-Git: https://salsa.debian.org/jcfp/jaraco.functools.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-jaraco.classes , python3-pytest , python3-setuptools, python3-setuptools-scm +Package-List: + python3-jaraco.functools deb python optional arch=all +Directory: pool/129a43d73e117e934426b014f1d7ad59f6e760682d4a9461cd05869083fcd382 +Checksums-Sha1: + 588279343f20f68320577e5210659bbc0f29b9a5 2188 python-jaraco.functools_4.1.0-1.dsc + 5cd25921fcc3cb22ec5ce016bf5cba8c58b9aff1 16421 python-jaraco.functools_4.1.0.orig.tar.gz + cdf04e054908a33177365e77bdeea2e331bb9066 3456 python-jaraco.functools_4.1.0-1.debian.tar.xz +Checksums-Sha256: + 129a43d73e117e934426b014f1d7ad59f6e760682d4a9461cd05869083fcd382 2188 python-jaraco.functools_4.1.0-1.dsc + b3c6c10eca73c1f1b7d110a4340f1e0359f78734c610da1472b485260b5f2da0 16421 python-jaraco.functools_4.1.0.orig.tar.gz + 080dbf50c2c4e5b875b0ef0376124fcfd439e6a8d57069f846b7c02743f56a24 3456 python-jaraco.functools_4.1.0-1.debian.tar.xz +Files: + eb6b8fb947d4087d4a18228e2f290ca7 2188 python-jaraco.functools_4.1.0-1.dsc + 269ae41a856a7d7422957fc42cd1290e 16421 python-jaraco.functools_4.1.0.orig.tar.gz + ad60939fdf46bfbac4b8d6fbd573124f 3456 python-jaraco.functools_4.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-jmespath +Binary: python3-jmespath +Architecture: all +Version: 1.0.1-1 +Maintainer: Debian Python Team +Uploaders: TANIGUCHI Takaki +Homepage: https://github.com/boto/jmespath +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-jmespath +Vcs-Git: https://salsa.debian.org/python-team/packages/python-jmespath.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest +Package-List: + python3-jmespath deb python optional arch=all +Directory: pool/8f053b557f7d2cd5d60a2e3ff618e7ef097c32cb0803a5ed454de8dffcb3ea00 +Checksums-Sha1: + 4de550c3f90ff2eb64e4fc0268536665cef9bcda 2110 python-jmespath_1.0.1-1.dsc + f0728b389c0d176913b81da5cabcc23538b1fdf4 25843 python-jmespath_1.0.1.orig.tar.gz + c68f7871adc65a46506f8ad4beffcf505c898466 2820 python-jmespath_1.0.1-1.debian.tar.xz +Checksums-Sha256: + 8f053b557f7d2cd5d60a2e3ff618e7ef097c32cb0803a5ed454de8dffcb3ea00 2110 python-jmespath_1.0.1-1.dsc + 90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe 25843 python-jmespath_1.0.1.orig.tar.gz + aee02acfefb1cf3cb26b445347f689c618290b64eba63be98b9760a565c17dd5 2820 python-jmespath_1.0.1-1.debian.tar.xz +Files: + 5cf15756baa863d206a077b58c036573 2110 python-jmespath_1.0.1-1.dsc + 2dd28beb22d698f58fe2281bfe5fe3a3 25843 python-jmespath_1.0.1.orig.tar.gz + 9a2ede26752b5bd4d2e832841464130d 2820 python-jmespath_1.0.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-json-patch +Binary: python3-jsonpatch +Architecture: all +Version: 1.32-4 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://github.com/stefankoegl/python-json-patch +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-json-patch +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-json-patch.git +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools (>= 92~), python3-all, python3-setuptools +Build-Depends-Indep: python3-json-pointer +Package-List: + python3-jsonpatch deb python optional arch=all +Directory: pool/118427dca7397583b6c3bac3add93fbacca02fc3be7f249e79fb5a256340dcd0 +Checksums-Sha1: + 8d4a2fd2734bcfc27a141c8852e043f5dd6577ef 2137 python-json-patch_1.32-4.dsc + d00a966a495120e0dd80c3486cb26f8f369f6c0c 24396 python-json-patch_1.32.orig.tar.xz + 608c817f9d493115376ad280f922eee46007bdb3 4776 python-json-patch_1.32-4.debian.tar.xz +Checksums-Sha256: + 118427dca7397583b6c3bac3add93fbacca02fc3be7f249e79fb5a256340dcd0 2137 python-json-patch_1.32-4.dsc + 97b96d7cbaf5d5b86c2433efe3a423e006195c9433966a85ed36e8fd352ccd02 24396 python-json-patch_1.32.orig.tar.xz + b10c04c92f111483c0d05bb32817c91dab9057f9123d8f593d7bbe36fc50eb6d 4776 python-json-patch_1.32-4.debian.tar.xz +Files: + 6b1e466985915d0a05fb57fc4a788f0b 2137 python-json-patch_1.32-4.dsc + 7781acd3a2c244e0df47377dc1eb886d 24396 python-json-patch_1.32.orig.tar.xz + e69f3061a4482f82adafdf789c24a139 4776 python-json-patch_1.32-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-json-pointer +Binary: python-json-pointer-doc, python3-json-pointer +Architecture: all +Version: 2.4-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , Michal Arbet , +Homepage: https://github.com/stefankoegl/python-json-pointer +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-json-pointer +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-json-pointer.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools (>= 99~), python3-all, python3-setuptools, python3-sphinx +Package-List: + python-json-pointer-doc deb doc optional arch=all + python3-json-pointer deb python optional arch=all +Directory: pool/394e19f2f605680ef78159287b1dd29981969721cf119318302dc020a9650ffe +Checksums-Sha1: + f41c905df85b67cd3115a65974d86d246d07ae57 2269 python-json-pointer_2.4-2.dsc + 96b2d5253d2220821d1083c75f91d9ce4094e0fb 13860 python-json-pointer_2.4.orig.tar.xz + c0a5e55ac41513937c2cd4d7eec3471f70ee4a45 9516 python-json-pointer_2.4-2.debian.tar.xz +Checksums-Sha256: + 394e19f2f605680ef78159287b1dd29981969721cf119318302dc020a9650ffe 2269 python-json-pointer_2.4-2.dsc + 104e22d47d258b10f96b4761f1711633dcad30b580cb7f6be57194ba6ec5a34e 13860 python-json-pointer_2.4.orig.tar.xz + 88576fcc063f614fec3de8f4cd60e66fbb566992e52707acc26e364d91a9efa5 9516 python-json-pointer_2.4-2.debian.tar.xz +Files: + 44a58081ca04740f1615af0fa5fbfa0f 2269 python-json-pointer_2.4-2.dsc + 2b17587bbd1330810878900e7b34ded4 13860 python-json-pointer_2.4.orig.tar.xz + f57a9b831156aff11eac6b5eec94942c 9516 python-json-pointer_2.4-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-jsonschema-specifications +Binary: python3-jsonschema-specifications +Architecture: all +Version: 2023.12.1-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://github.com/python-jsonschema/jsonschema-specifications +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-jsonschema-specifications +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-jsonschema-specifications.git +Build-Depends: debhelper-compat (= 13), dh-python, openstack-pkg-tools, pybuild-plugin-pyproject, python3-all, python3-poetry-core, python3-setuptools, python3-setuptools-scm, python3-sphinx +Build-Depends-Indep: python3-hatch-vcs, python3-hatchling, python3-pytest, python3-referencing, python3-rpds-py +Package-List: + python3-jsonschema-specifications deb python optional arch=all +Directory: pool/ba24e3e6781e75e2b7e3ad322d453a2127254a567bc1ea1bf0c5fe9a13aa452f +Checksums-Sha1: + c48ec6255a4c3f55ccbf94b006ba90b1edd90db0 2501 python-jsonschema-specifications_2023.12.1-2.dsc + fb318247bea2038dedb531c9cd4055d4c63ed3fe 12472 python-jsonschema-specifications_2023.12.1.orig.tar.xz + 8b7ff144bf77d7982d5a27e723f2f98e73ed5f95 2584 python-jsonschema-specifications_2023.12.1-2.debian.tar.xz +Checksums-Sha256: + ba24e3e6781e75e2b7e3ad322d453a2127254a567bc1ea1bf0c5fe9a13aa452f 2501 python-jsonschema-specifications_2023.12.1-2.dsc + 1ffbdd0ee1e10d85f29eda41cdb19689a8a97fc5fabb9f7d38fc4d5990e14562 12472 python-jsonschema-specifications_2023.12.1.orig.tar.xz + 9a9108c50c9f21ee7b1a7e3a4194c87bb29f13e7a5944d035f93a619290b64d8 2584 python-jsonschema-specifications_2023.12.1-2.debian.tar.xz +Files: + 9f2d0220a226a41f40d1170fe2d0f5ed 2501 python-jsonschema-specifications_2023.12.1-2.dsc + d1d6d7488313d8ba8f3bb8c3c611674a 12472 python-jsonschema-specifications_2023.12.1.orig.tar.xz + 95c6e49866800ecc50eaa82d143d9b79 2584 python-jsonschema-specifications_2023.12.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-jsonschema +Binary: python-jsonschema-doc, python3-jsonschema +Architecture: all +Version: 4.19.2-4 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , Michal Arbet , +Homepage: https://github.com/Julian/jsonschema +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-jsonschema +Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-jsonschema.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: autopkgtest, debhelper-compat (= 13), dh-python, openstack-pkg-tools, pybuild-plugin-pyproject, python3-all, python3-poetry-core, python3-setuptools, python3-setuptools-scm, python3-sphinx +Build-Depends-Indep: python3-attr, python3-hatch-fancy-pypi-readme, python3-hatch-vcs, python3-hatchling, python3-idna, python3-json-pointer, python3-jsonschema-specifications, python3-lxml, python3-pip, python3-pkg-resources, python3-pyrsistent, python3-pytest, python3-referencing, python3-rfc3987, python3-rpds-py, python3-sphinx-autodoc-typehints, python3-sphinx-copybutton, python3-sphinxext-opengraph, python3-twisted, python3-uritemplate, python3-webcolors +Package-List: + python-jsonschema-doc deb doc optional arch=all + python3-jsonschema deb python optional arch=all +Directory: pool/39ff79ff58c0ae80df3cfcef81f4ba67022e148a0e79ee01a7ccc5fe6d897e73 +Checksums-Sha1: + c2dfbce4614a5ea78652faf17bc08295c0fcd528 2834 python-jsonschema_4.19.2-4.dsc + 3e419a565ef1e9ab041c5ae7af51f7ea42f4c797 157500 python-jsonschema_4.19.2.orig.tar.xz + 352096bc72df2c98e935e1070d1888fbec8074ec 7652 python-jsonschema_4.19.2-4.debian.tar.xz +Checksums-Sha256: + 39ff79ff58c0ae80df3cfcef81f4ba67022e148a0e79ee01a7ccc5fe6d897e73 2834 python-jsonschema_4.19.2-4.dsc + b1edf8ebe4ce68aeab4c2a55226c032bec4b10c8e5bd4b754d72565d9be6d2d1 157500 python-jsonschema_4.19.2.orig.tar.xz + f18a7cbb178d24c74292445186312fbb9303d5c5a70373ebb2bea44de4e421dc 7652 python-jsonschema_4.19.2-4.debian.tar.xz +Files: + b19135044dea41b347795be6280282eb 2834 python-jsonschema_4.19.2-4.dsc + 58ef0b90fa94971dbda103f49b561999 157500 python-jsonschema_4.19.2.orig.tar.xz + ef1665f59dcbb0f5e66d3e9d71d17bde 7652 python-jsonschema_4.19.2-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-keyring +Binary: python3-keyring +Architecture: all +Version: 25.4.1-1 +Maintainer: Debian Python Team +Uploaders: Carl Chenet , Dmitry Shachnev +Homepage: https://github.com/jaraco/keyring +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-keyring +Vcs-Git: https://salsa.debian.org/python-team/packages/python-keyring.git +Testsuite: autopkgtest +Testsuite-Triggers: gir1.2-secret-1, gnome-keyring, python3-all, python3-gi, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-importlib-metadata (>= 4.11.4), python3-jaraco.context, python3-jaraco.functools, python3-pytest (>= 6) , python3-setuptools (>= 61.2), python3-setuptools-scm (>= 3.4.1), python3-shtab (>= 1.1.0), python3-toml +Package-List: + python3-keyring deb python optional arch=all +Directory: pool/e87d7ba11ea4ac7130e5ec42cb2cee38c93c09b5491b21e00a7affe4576ed8a3 +Checksums-Sha1: + 5dad66aaff330b8c41655d7b1b2da9bf576dbb99 2444 python-keyring_25.4.1-1.dsc + a73bcfeab8faa2d9c6a90fceba71678a9a26e6d3 62491 python-keyring_25.4.1.orig.tar.gz + c272b20f478042eff17ea179eea9a3016dc54ff9 9340 python-keyring_25.4.1-1.debian.tar.xz +Checksums-Sha256: + e87d7ba11ea4ac7130e5ec42cb2cee38c93c09b5491b21e00a7affe4576ed8a3 2444 python-keyring_25.4.1-1.dsc + b07ebc55f3e8ed86ac81dd31ef14e81ace9dd9c3d4b5d77a6e9a2016d0d71a1b 62491 python-keyring_25.4.1.orig.tar.gz + 766c9c2a06dd4dd70877f470bf631fd226b24fb5f913b923e1d6d6ad67894441 9340 python-keyring_25.4.1-1.debian.tar.xz +Files: + 10fe33e844b270a84cf945f472cae846 2444 python-keyring_25.4.1-1.dsc + 18421ba10fcf6af96586aa0761cc667d 62491 python-keyring_25.4.1.orig.tar.gz + 05dba1200b704b9aae268a7b92e3bd5c 9340 python-keyring_25.4.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-keystoneauth1 +Binary: python-keystoneauth1-doc, python3-keystoneauth1 +Architecture: all +Version: 5.8.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , Corey Bryant , +Homepage: http://www.openstack.org/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-keystoneauth1 +Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-keystoneauth1.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-betamax, python3-coverage, python3-fixtures, python3-hacking, python3-iso8601, python3-lxml, python3-oauthlib, python3-openstackdocstheme , python3-os-service-types, python3-oslo.config, python3-oslo.utils, python3-oslotest, python3-pep8, python3-requests, python3-requests-kerberos, python3-requests-mock, python3-sphinxcontrib.apidoc, python3-stestr, python3-stevedore, python3-subunit, python3-testresources, python3-testtools, python3-yaml, subunit +Package-List: + python-keystoneauth1-doc deb doc optional arch=all profile=!nodoc + python3-keystoneauth1 deb python optional arch=all +Directory: pool/c053b0274eb7e40bceea4e77957132b7ea33ed3f3fe4690a0a2d9f7f2e888e3d +Checksums-Sha1: + 053359769f680f3636cb315a3481683fa754000e 2814 python-keystoneauth1_5.8.0-2.dsc + 89a3939566ab2ccbbc7afd680026cc09446a3c86 188720 python-keystoneauth1_5.8.0.orig.tar.xz + e01796d260bd3d920ab57d892ea9e9cd168986f7 4916 python-keystoneauth1_5.8.0-2.debian.tar.xz +Checksums-Sha256: + c053b0274eb7e40bceea4e77957132b7ea33ed3f3fe4690a0a2d9f7f2e888e3d 2814 python-keystoneauth1_5.8.0-2.dsc + 1eb1c6c5ee3ca99f4c6ebbb1fe27cdd2a49c6a4d9c4dbcf8cfbc3b7b4fd2fe22 188720 python-keystoneauth1_5.8.0.orig.tar.xz + 84b7e1f254b90f15ac9d56fbb2dfdf57f589c362055e135a1f48ca545acc4a0c 4916 python-keystoneauth1_5.8.0-2.debian.tar.xz +Files: + b9f192083369d8aa348674b2905cf968 2814 python-keystoneauth1_5.8.0-2.dsc + 3d475feb51f227101d15e872bfa62956 188720 python-keystoneauth1_5.8.0.orig.tar.xz + 6a9b02b2aa100a034b1af7921ca9612f 4916 python-keystoneauth1_5.8.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-logutils +Binary: python-logutils-doc, python3-logutils +Architecture: all +Version: 0.3.5-4 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://bitbucket.org/vinay.sajip/logutils/ +Standards-Version: 4.4.0 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-logutils +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-logutils.git +Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-pytest, python3-redis, redis-server +Package-List: + python-logutils-doc deb doc optional arch=all + python3-logutils deb python optional arch=all +Directory: pool/1289744a14098fc42da72f93280b2b4336f655849a25775af8200e5588b28ef6 +Checksums-Sha1: + 2a2f890a49ab3b81229c9358d37e07d8273ce2a4 2217 python-logutils_0.3.5-4.dsc + 177d89c218a9bd81f22aaafd930d995993afa4bb 24748 python-logutils_0.3.5.orig.tar.xz + 47f363e6f7f3d41537bca6caefcde73c24fe9d39 5196 python-logutils_0.3.5-4.debian.tar.xz +Checksums-Sha256: + 1289744a14098fc42da72f93280b2b4336f655849a25775af8200e5588b28ef6 2217 python-logutils_0.3.5-4.dsc + 82cb5281444e96d4a8de823db43c79fff3046372f23b68df9a0a4957c6db36eb 24748 python-logutils_0.3.5.orig.tar.xz + c8986703bfc4a6ec069c03e0d1c1383f8ab907a33deca17c291c2a0b99068dec 5196 python-logutils_0.3.5-4.debian.tar.xz +Files: + eb28db1ed51890d2da16c993933a40e7 2217 python-logutils_0.3.5-4.dsc + ff6e045b395f394068353fd3cd1f08cf 24748 python-logutils_0.3.5.orig.tar.xz + 816ca3ba9139939e23035686eb056dcc 5196 python-logutils_0.3.5-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-magic +Binary: python3-magic +Architecture: all +Version: 2:0.4.27-3 +Maintainer: Christoph Biedl +Homepage: https://github.com/ahupp/python-magic/ +Standards-Version: 4.6.0 +Vcs-Browser: https://git.in-ulm.de/cbiedl/python-magic +Vcs-Git: https://git.in-ulm.de/cbiedl/python-magic.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-python, libmagic-dev, python3-all, python3-coverage, python3-pytest, python3-setuptools, python3-wheel, tox +Package-List: + python3-magic deb python optional arch=all +Directory: pool/e3d7a0bbfefa26ffd323f39231a521ac6e3033062a6000a0de52b9ea8e420cbe +Checksums-Sha1: + a313ef6b4402cb04a214ddb024cededadc7fa73a 2050 python-magic_0.4.27-3.dsc + 9d8ac60f3480d7f7427daf3b3ef6de5eb0e5b94e 863649 python-magic_0.4.27.orig.tar.gz + b3103aac4a6be9fe2b8f382e40d03dc3db355650 4472 python-magic_0.4.27-3.debian.tar.xz +Checksums-Sha256: + e3d7a0bbfefa26ffd323f39231a521ac6e3033062a6000a0de52b9ea8e420cbe 2050 python-magic_0.4.27-3.dsc + 3978a25d43d9a7b8a89ae9d726bd4962fc90dc4f69ae852e399f3c56d4b0bd63 863649 python-magic_0.4.27.orig.tar.gz + 500092e6c5b735d1e18f96aace2ef98303f77e6195fcffebbd6ca5d94c80b79e 4472 python-magic_0.4.27-3.debian.tar.xz +Files: + 66ed0f29077fc69cf19527fba5117242 2050 python-magic_0.4.27-3.dsc + d64e3e46dbbe262428863c85790928c5 863649 python-magic_0.4.27.orig.tar.gz + 59cc03e7b53333a5247d7013a593d252 4472 python-magic_0.4.27-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-msgpack +Binary: python3-msgpack +Architecture: any +Version: 1.0.3-3 +Maintainer: Debian OpenStack +Uploaders: Robert S. Edmonds , Thomas Goirand , +Homepage: https://pypi.python.org/pypi/msgpack +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-msgpack +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-msgpack.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, python3-all +Build-Depends: cython3, debhelper-compat (= 12), dh-python, openstack-pkg-tools, python3-all-dev, python3-pytest, python3-setuptools +Package-List: + python3-msgpack deb python optional arch=any +Directory: pool/e93096dbce55d2adf846ad87e6ffc97c94e8d1342f616f86fd24fa2497e798da +Checksums-Sha1: + ddfccea9e9677a1ace559204dcce6cd3c5ab15f4 2187 python-msgpack_1.0.3-3.dsc + c2a4ac1032f522e99fbf044716471883867bb393 46112 python-msgpack_1.0.3.orig.tar.xz + c69e2c150339c05cf147f23c25ca858508c33d81 5380 python-msgpack_1.0.3-3.debian.tar.xz +Checksums-Sha256: + e93096dbce55d2adf846ad87e6ffc97c94e8d1342f616f86fd24fa2497e798da 2187 python-msgpack_1.0.3-3.dsc + aaf224d71056d291308a57ec2aa7dbe7f99d8fb4bea115d411b57827ed749197 46112 python-msgpack_1.0.3.orig.tar.xz + 5a1d1849b85c0ded55a4b5905c4d084d9e9f0d1e711a26fa873c0e7c907ef049 5380 python-msgpack_1.0.3-3.debian.tar.xz +Files: + 414595f6e849271538700065ed7d95de 2187 python-msgpack_1.0.3-3.dsc + b12965cecfbf5e47f95db2db0a21b072 46112 python-msgpack_1.0.3.orig.tar.xz + a160f9c0b45c3855dcdd41624f8c4088 5380 python-msgpack_1.0.3-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-netaddr +Binary: python3-netaddr +Architecture: all +Version: 0.10.1-1 +Maintainer: Debian Python Team , +Uploaders: Thomas Goirand , Vincent Bernat , +Homepage: https://github.com/drkjam/netaddr/ +Standards-Version: 4.1.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-netaddr +Vcs-Git: https://salsa.debian.org/python-team/packages/python-netaddr.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), dh-python, ieee-data, localehelper, python3-all, python3-pytest, python3-setuptools +Package-List: + python3-netaddr deb python optional arch=all +Directory: pool/9ca48fdf4b663ebc01e3504d00b679b2f17ac1a23f7f249856d5ca958b21b5b3 +Checksums-Sha1: + 2dba8fe40655fa37efbfe9674fc4e381bc9263e5 2170 python-netaddr_0.10.1-1.dsc + 5b9dbfb384401c672193c73b94553e808c2e2fff 1493916 python-netaddr_0.10.1.orig.tar.xz + 47fe130ad19f3e637cc275767078a272f1492f0a 6104 python-netaddr_0.10.1-1.debian.tar.xz +Checksums-Sha256: + 9ca48fdf4b663ebc01e3504d00b679b2f17ac1a23f7f249856d5ca958b21b5b3 2170 python-netaddr_0.10.1-1.dsc + 45a70ae2b16fd73df24abc117b1e9662324c5c3631c154034f971f2b2512bbbf 1493916 python-netaddr_0.10.1.orig.tar.xz + b2d0c1bb6e5c32347b9b8757db9f35bce5b7fab49dce28dae54ea341636ebc00 6104 python-netaddr_0.10.1-1.debian.tar.xz +Files: + 70dacf99edc8aa46e31b75c638dadb41 2170 python-netaddr_0.10.1-1.dsc + e0d866800794c0197c7c6e5bdd1d19e4 1493916 python-netaddr_0.10.1.orig.tar.xz + 64d79cf78e18787045c8a318e42436e7 6104 python-netaddr_0.10.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-novaclient +Binary: python-novaclient-doc, python3-novaclient +Architecture: all +Version: 2:18.7.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , Corey Bryant , +Homepage: https://github.com/openstack/python-novaclient +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-novaclient +Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-novaclient.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-cinderclient, python3-coverage, python3-ddt, python3-fixtures, python3-glanceclient, python3-hacking, python3-iso8601, python3-keyring, python3-keystoneauth1, python3-keystoneclient, python3-neutronclient, python3-openstackdocstheme, python3-openstacksdk, python3-os-client-config, python3-oslo.i18n, python3-oslo.serialization, python3-oslo.utils, python3-osprofiler, python3-prettytable, python3-requests, python3-requests-mock, python3-sphinxcontrib.apidoc, python3-stestr, python3-stevedore, python3-subunit, python3-tempest, python3-testscenarios, python3-testtools, subunit +Package-List: + python-novaclient-doc deb doc optional arch=all + python3-novaclient deb python optional arch=all +Directory: pool/679c5cad3d388d24ae562cfc2805d63574e00b937e39c2c7e90a31b92ea88d59 +Checksums-Sha1: + 15f20fba96bec6cba44b1c3aaf751c92103893a2 2918 python-novaclient_18.7.0-2.dsc + 3657bec3eeadfcb5361f91c153c1a50eaec512dd 214180 python-novaclient_18.7.0.orig.tar.xz + 9df37a2966cba44c5225494ba1c5c24fce33e758 67204 python-novaclient_18.7.0-2.debian.tar.xz +Checksums-Sha256: + 679c5cad3d388d24ae562cfc2805d63574e00b937e39c2c7e90a31b92ea88d59 2918 python-novaclient_18.7.0-2.dsc + 93e955cc79ecf64c42ae799538fd038dcacc1b8dc479861390108fcf034a1fe6 214180 python-novaclient_18.7.0.orig.tar.xz + 8ee03ceb7d9f3df24fa9fa41c73b9fb96185fcfdd9b9ac1e2c6f6336f944c72d 67204 python-novaclient_18.7.0-2.debian.tar.xz +Files: + 8f2512319ca85b4697bf777c5a42dcb4 2918 python-novaclient_18.7.0-2.dsc + adca2b4a1b4895864fb0e3348e24b3fe 214180 python-novaclient_18.7.0.orig.tar.xz + 3a00dea2267a22454517f5ace1ff3d8d 67204 python-novaclient_18.7.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-oauthlib +Binary: python3-oauthlib +Architecture: all +Version: 3.2.2-1 +Maintainer: Debian Python Team +Uploaders: Daniele Tricoli +Homepage: https://github.com/idan/oauthlib +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-oauthlib +Vcs-Git: https://salsa.debian.org/python-team/packages/python-oauthlib.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-exceptiongroup, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-blinker, python3-cryptography, python3-exceptiongroup, python3-jwt, python3-pytest (>= 4.0), python3-setuptools +Package-List: + python3-oauthlib deb python optional arch=all +Directory: pool/66550591b0eda5efc6f0e6a4925613713f2032fb1e61c1b96b613cdfcc80c873 +Checksums-Sha1: + dd3774ec019086d9676b2aec09684a3f0c1baeb8 2257 python-oauthlib_3.2.2-1.dsc + 7e2f8f4cebf309ef6aaf740ee9073276d6937802 177352 python-oauthlib_3.2.2.orig.tar.gz + 48bb2039b3e1008880db60028b2c60ed928466c2 4668 python-oauthlib_3.2.2-1.debian.tar.xz +Checksums-Sha256: + 66550591b0eda5efc6f0e6a4925613713f2032fb1e61c1b96b613cdfcc80c873 2257 python-oauthlib_3.2.2-1.dsc + 9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918 177352 python-oauthlib_3.2.2.orig.tar.gz + 11ef3af2057bc294888ee0bd67b2e032956d240489ca3a1097b99ce33c9ea289 4668 python-oauthlib_3.2.2-1.debian.tar.xz +Files: + df4d790f8311161cd70ddcb8a22ad8f9 2257 python-oauthlib_3.2.2-1.dsc + 2f7b898cc1af8c1409cc329e8843ea8f 177352 python-oauthlib_3.2.2.orig.tar.gz + ea313961f0706a796e10c88d39a2b7ab 4668 python-oauthlib_3.2.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-os-service-types +Binary: python-os-service-types-doc, python3-os-service-types +Architecture: all +Version: 1.7.0-3 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: http://www.openstack.org/ +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-os-service-types +Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-os-service-types.git +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-coverage, python3-keystoneauth1, python3-openstackdocstheme, python3-oslotest, python3-requests-mock, python3-stestr, python3-testscenarios, subunit +Package-List: + python-os-service-types-doc deb doc optional arch=all + python3-os-service-types deb python optional arch=all +Directory: pool/9c0abb53d430fc2d98dc2a99a62525717e05fe11fb555aed03e13444a54445e2 +Checksums-Sha1: + 4814cfb501345e9c81f1c29611b69758db7cdd04 2425 python-os-service-types_1.7.0-3.dsc + f05770a5b93918f8e10fb8a2e06cf42bc6859133 19420 python-os-service-types_1.7.0.orig.tar.xz + 77255465928825e3e52b67d90f1f708910064aa2 2860 python-os-service-types_1.7.0-3.debian.tar.xz +Checksums-Sha256: + 9c0abb53d430fc2d98dc2a99a62525717e05fe11fb555aed03e13444a54445e2 2425 python-os-service-types_1.7.0-3.dsc + dde91c9e740e5a3c08e706ec0e750ebb0b5f1078afa6e6d9bb6a4b070b7d530a 19420 python-os-service-types_1.7.0.orig.tar.xz + 458f86e27d45bdc4619e3bc96223ff8991743a293ebd99214f2aff3b5876a24f 2860 python-os-service-types_1.7.0-3.debian.tar.xz +Files: + eb2833351b2fd43d6e10791f5ef1be85 2425 python-os-service-types_1.7.0-3.dsc + a8b110c2929126aa2720b207f4bfff6d 19420 python-os-service-types_1.7.0.orig.tar.xz + 01a8629985182e8a8994c1037f5b177a 2860 python-os-service-types_1.7.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-oslo.i18n +Binary: python-oslo.i18n-doc, python3-oslo.i18n +Architecture: all +Version: 6.4.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://github.com/openstack/oslo.i18n +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/oslo/python-oslo.i18n +Vcs-Git: https://salsa.debian.org/openstack-team/oslo/python-oslo.i18n.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-coverage, python3-hacking, python3-openstackdocstheme, python3-oslo.config, python3-oslotest, python3-sphinxcontrib.apidoc, python3-stestr, python3-testscenarios, subunit +Package-List: + python-oslo.i18n-doc deb doc optional arch=all + python3-oslo.i18n deb python optional arch=all +Directory: pool/c7a1e1355e05979bf7c62bd25ef4dd3d8bcae99d3f1eb98f2fdfa4d088b2da3d +Checksums-Sha1: + c430eeef0421b46ff2313defb8b4d3d2d69639fb 2424 python-oslo.i18n_6.4.0-2.dsc + bb2fbe3485713cf5e0d092dbaf669491372b101f 32012 python-oslo.i18n_6.4.0.orig.tar.xz + 4d66341bf697d531de04ff2d68a59068f3bac23d 4352 python-oslo.i18n_6.4.0-2.debian.tar.xz +Checksums-Sha256: + c7a1e1355e05979bf7c62bd25ef4dd3d8bcae99d3f1eb98f2fdfa4d088b2da3d 2424 python-oslo.i18n_6.4.0-2.dsc + 4e021be56a10edba25134fe796a20a5e6811299eda5a429fa81541f6dbdffd79 32012 python-oslo.i18n_6.4.0.orig.tar.xz + 17e57905affbd58642a5ed618b1393979937ef9a2a026d81029649443486a2cc 4352 python-oslo.i18n_6.4.0-2.debian.tar.xz +Files: + d91cb579dfc491c9bf25e73609a9edfa 2424 python-oslo.i18n_6.4.0-2.dsc + 58533928ad125be64d366b0b7d9c8610 32012 python-oslo.i18n_6.4.0.orig.tar.xz + 0215b221934abbdce6d0a87dcec71360 4352 python-oslo.i18n_6.4.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-oslo.serialization +Binary: python-oslo.serialization-doc, python3-oslo.serialization +Architecture: all +Version: 5.5.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , David Della Vecchia , +Homepage: https://github.com/openstack/oslo.serialization +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/oslo/python-oslo.serialization +Vcs-Git: https://salsa.debian.org/openstack-team/oslo/python-oslo.serialization.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-coverage, python3-debtcollector, python3-hacking, python3-msgpack, python3-netaddr, python3-openstackdocstheme, python3-oslo.i18n, python3-oslo.utils, python3-oslotest, python3-stestr, python3-tz, python3-yaml, subunit +Package-List: + python-oslo.serialization-doc deb doc optional arch=all + python3-oslo.serialization deb python optional arch=all +Directory: pool/ffea04866b7112c8d3a1a3e58a0002afa721acb2fb6f7d2ab42d8ff501bc0cf4 +Checksums-Sha1: + d1b3d710e02a7b873ee52016e767e43f3b46c2b1 2639 python-oslo.serialization_5.5.0-2.dsc + 73c6d221701c2e4626d293e8138b28015da2b6b1 22356 python-oslo.serialization_5.5.0.orig.tar.xz + ce72c3217d27ae85b362c5a726e0270529d8ea3d 4560 python-oslo.serialization_5.5.0-2.debian.tar.xz +Checksums-Sha256: + ffea04866b7112c8d3a1a3e58a0002afa721acb2fb6f7d2ab42d8ff501bc0cf4 2639 python-oslo.serialization_5.5.0-2.dsc + f3a82df405273f2b931a152fc36b560914602798343b9b99331e187a77fc06aa 22356 python-oslo.serialization_5.5.0.orig.tar.xz + 0fbbcc88034d64e4aba6a579b16ca6b5af1985cf12abbc065fd14c4b4e03ccec 4560 python-oslo.serialization_5.5.0-2.debian.tar.xz +Files: + 898eed5c04259001979f55e33a3a2083 2639 python-oslo.serialization_5.5.0-2.dsc + 91ce44e6a039d9f47cc1e7a5eb2f0797 22356 python-oslo.serialization_5.5.0.orig.tar.xz + a62915ee9495808a8c51a0aa924ebf8b 4560 python-oslo.serialization_5.5.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-oslo.utils +Binary: python-oslo.utils-doc, python3-oslo.utils +Architecture: all +Version: 7.3.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , Corey Bryant , Michal Arbet , +Homepage: https://launchpad.net/oslo +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/oslo/python-oslo.utils +Vcs-Git: https://salsa.debian.org/openstack-team/oslo/python-oslo.utils.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, python3-sphinx +Build-Depends-Indep: bandit, python3-coverage, python3-ddt, python3-debtcollector, python3-eventlet, python3-fixtures , python3-fixtures , python3-hacking, python3-iso8601, python3-netaddr (>= 0.10.1), python3-netifaces, python3-openstackdocstheme , python3-oslo.config, python3-oslo.i18n, python3-oslotest, python3-packaging, python3-pyparsing, python3-stestr, python3-testscenarios, python3-testtools, python3-tz, python3-yaml, subunit, qemu-utils +Package-List: + python-oslo.utils-doc deb doc optional arch=all profile=!nodoc + python3-oslo.utils deb python optional arch=all +Directory: pool/09749ff7aab4c40a179b800fc79f8edea5b98eabce9a93468d871a78d09e5060 +Checksums-Sha1: + 408b14304114e5475257481886c2508ca8d92f03 2799 python-oslo.utils_7.3.0-2.dsc + a3d999511ae890eba56d86fda80ea5d1ad69ef1a 92936 python-oslo.utils_7.3.0.orig.tar.xz + c0d164ba0c2fdbb7be454819827d3b4844bc26f3 5272 python-oslo.utils_7.3.0-2.debian.tar.xz +Checksums-Sha256: + 09749ff7aab4c40a179b800fc79f8edea5b98eabce9a93468d871a78d09e5060 2799 python-oslo.utils_7.3.0-2.dsc + e1422e16ea8de205ec83f4842144cf40f555df38df9aa7c47744440eed8496b3 92936 python-oslo.utils_7.3.0.orig.tar.xz + 80b2b26b9f2d8b99ff948705ce295e6eca0ea9f10a48304d51d42eee2bd51842 5272 python-oslo.utils_7.3.0-2.debian.tar.xz +Files: + c4e0f4f98e2abc047733c245e22b1f51 2799 python-oslo.utils_7.3.0-2.dsc + 891d754f9fa9304f07b49e04d321345a 92936 python-oslo.utils_7.3.0.orig.tar.xz + fcf30277f10fa7f1f2b801cdf125f474 5272 python-oslo.utils_7.3.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-packaging +Binary: python3-packaging +Architecture: all +Version: 24.1-1 +Maintainer: Matthias Klose +Homepage: https://pypi.python.org/pypi/packaging +Standards-Version: 4.6.2 +Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-pretend, python3-pyparsing, python3-pytest, python3-setuptools, pybuild-plugin-pyproject, flit +Package-List: + python3-packaging deb python optional arch=all +Directory: pool/5488568ea7de9ef6489087021d495d82a49604e9bad0728a82d256c966cec97f +Checksums-Sha1: + c62a0ad1023c5604743dffea21c9167270db22dc 1932 python-packaging_24.1-1.dsc + c055b5c5cc3f15be382da0bf35a7d57d29662447 148788 python-packaging_24.1.orig.tar.gz + e2020d48b9e72523a44e1346ff39ec0dded305b7 2948 python-packaging_24.1-1.debian.tar.xz +Checksums-Sha256: + 5488568ea7de9ef6489087021d495d82a49604e9bad0728a82d256c966cec97f 1932 python-packaging_24.1-1.dsc + 026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 148788 python-packaging_24.1.orig.tar.gz + 1aeb604044c1e0178b062cf12412b558ab26e865789c62d09cf6b4b11f6d5e13 2948 python-packaging_24.1-1.debian.tar.xz +Files: + f6446c3c9ef657fe334c90b2f5aa8555 1932 python-packaging_24.1-1.dsc + 99b97d1f30017a62a2aae777a14782d0 148788 python-packaging_24.1.orig.tar.gz + bb71f7987fdf0b63c7e21a6f43d78f4e 2948 python-packaging_24.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-pbr +Binary: python-pbr-doc, python3-pbr +Architecture: all +Version: 6.1.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , Prach Pongpanich , +Homepage: https://pypi.python.org/pypi/pbr +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-pbr +Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-pbr.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, python3-pip, python3-virtualenv +Build-Depends: debhelper-compat (= 10), dh-python, git, gnupg, openstack-pkg-tools, python3-all, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-all-dev , python3-coverage , python3-fixtures , python3-markupsafe , python3-openstackdocstheme , python3-pip , python3-sphinxcontrib.apidoc , python3-stestr , python3-testresources , python3-testscenarios , python3-testtools , python3-virtualenv (>= 20.0) , python3-wheel , subunit +Package-List: + python-pbr-doc deb doc optional arch=all + python3-pbr deb python optional arch=all +Directory: pool/ed2efa738f3821464b3af494bc27c6dc8e21e1437de26320a273edc66a18e453 +Checksums-Sha1: + bef2360238abb486e53dbdc5c7b21af626ce8be0 2671 python-pbr_6.1.0-2.dsc + 5dc8fbe630f39a560bac176562a964886e1ce0da 81164 python-pbr_6.1.0.orig.tar.xz + 076dd5bd0a34541def1bcac27161935670292243 9468 python-pbr_6.1.0-2.debian.tar.xz +Checksums-Sha256: + ed2efa738f3821464b3af494bc27c6dc8e21e1437de26320a273edc66a18e453 2671 python-pbr_6.1.0-2.dsc + 22726a723bf3f3084d81fd00e81f26e4294ce1e9347f17d08627a83311a1176f 81164 python-pbr_6.1.0.orig.tar.xz + 848f01260cecb83b4c98992ec0f06d20976a18ddea03101994cb23e70ee01797 9468 python-pbr_6.1.0-2.debian.tar.xz +Files: + 97363bb8295b0a8ec13f295b0630174e 2671 python-pbr_6.1.0-2.dsc + 93334f6a5b12e6c275a3f37a0850cc55 81164 python-pbr_6.1.0.orig.tar.xz + 4ccc555be62f70b419ff4b103c509744 9468 python-pbr_6.1.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-pecan +Binary: python-pecan-doc, python3-pecan +Architecture: all +Version: 1.5.1-5 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://pypi.python.org/pypi/pecan +Standards-Version: 4.1.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pecan +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pecan.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools, python3-all, python3-setuptools, python3-sphinx +Build-Depends-Indep: gunicorn, python3-genshi, python3-gunicorn, python3-jinja2, python3-kajiki, python3-logutils, python3-mako, python3-markupsafe, python3-pytest, python3-simplegeneric, python3-sqlalchemy, python3-virtualenv, python3-webob, python3-webtest +Package-List: + python-pecan-doc deb doc optional arch=all + python3-pecan deb python optional arch=all +Directory: pool/140dbaf02df4e2a33ad01532dde6a8af280be27144de5facba39cdaf8d5bdae4 +Checksums-Sha1: + 25011441e91ff99986f7aabde6a8936a22a59e64 2445 python-pecan_1.5.1-5.dsc + 63a21f12174ec3e4d5922b0cd47413dd7431a486 138804 python-pecan_1.5.1.orig.tar.xz + f152a8ad048f40244a17b86ca81e4dccec9a8124 6216 python-pecan_1.5.1-5.debian.tar.xz +Checksums-Sha256: + 140dbaf02df4e2a33ad01532dde6a8af280be27144de5facba39cdaf8d5bdae4 2445 python-pecan_1.5.1-5.dsc + cc68f594c67f692a7e3d942582544d9f34192049fd4b9b2406260613473bf6ef 138804 python-pecan_1.5.1.orig.tar.xz + fb352b85363cf2f11516d0544fa592707c9d617632d5b7dc59fdd1e9d5af93f8 6216 python-pecan_1.5.1-5.debian.tar.xz +Files: + c3465276389e5195c7df971c948c82a7 2445 python-pecan_1.5.1-5.dsc + 995b411a52b5d1ea01fdcbd1d627f5c6 138804 python-pecan_1.5.1.orig.tar.xz + c3230bb555c453034bffff9ed9d1a61c 6216 python-pecan_1.5.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-pefile +Binary: python3-pefile +Architecture: all +Version: 2024.8.26-2 +Maintainer: Hilko Bengen +Homepage: https://github.com/erocarrera/pefile/ +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/python-pefile +Vcs-Git: https://salsa.debian.org/debian/python-pefile.git +Build-Depends: debhelper-compat (= 13), dh-python, python3 +Package-List: + python3-pefile deb python optional arch=all +Directory: pool/fe3e14824b996bf27a85573bdd0acd3beb14f6dab6bd39cc035cb8f5aad3c217 +Checksums-Sha1: + f77b8ebedacdb4de867a7bed7fd4cc885dc0a4b2 1936 python-pefile_2024.8.26-2.dsc + 3bd13ea5dd3a70758e2bbc8ca4f99f6531968a42 64348242 python-pefile_2024.8.26.orig.tar.gz + 8721fa6bb578c38eb34abb224dc5405af7026464 4588 python-pefile_2024.8.26-2.debian.tar.xz +Checksums-Sha256: + fe3e14824b996bf27a85573bdd0acd3beb14f6dab6bd39cc035cb8f5aad3c217 1936 python-pefile_2024.8.26-2.dsc + 116ec29b689ea4f0ede7327ebbd794ce8977e5eaa97565393441d3404deecda3 64348242 python-pefile_2024.8.26.orig.tar.gz + eed1af5eceb5e6df9a45f7197958824bc65db6fce04f61c40e1cd5fb4309ce07 4588 python-pefile_2024.8.26-2.debian.tar.xz +Files: + 7ef02de0d7f64cbc4318c309bcada9d9 1936 python-pefile_2024.8.26-2.dsc + f2a8e52d3315ee28954c7cd0fb472263 64348242 python-pefile_2024.8.26.orig.tar.gz + 299dbc667fb94fe578597f4778c24099 4588 python-pefile_2024.8.26-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-pip +Binary: python3-pip, python3-pip-whl +Architecture: all +Version: 24.2+dfsg-1 +Maintainer: Debian Python Team +Uploaders: Carl Chenet , Stefano Rivera , +Homepage: https://pip.pypa.io/en/stable/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pip +Vcs-Git: https://salsa.debian.org/python-team/packages/python-pip.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-venv +Build-Depends: debhelper-compat (= 13), dh-sequence-sphinxdoc , furo , pybuild-plugin-pyproject, python3, python3-doc , python3-myst-parser , python3-setuptools (>= 44.0.0), python3-sphinx (>= 7) , python3-sphinx-copybutton , python3-sphinx-inline-tabs , towncrier +Package-List: + python3-pip deb python optional arch=all + python3-pip-whl deb python optional arch=all +Directory: pool/b197c72a61f8f62db83f5419fa991476667264bc36ef0edfecb605715e8a3521 +Checksums-Sha1: + 9bdc820188a8b4fe50363966d54cb16efb692d3d 1838 python-pip_24.2+dfsg-1.dsc + ec3721bc0d0751fd65212b5b0782a0b975b2f6bf 1172044 python-pip_24.2+dfsg.orig.tar.xz + bd2c95f33d95b1c8dd404f3d9fcfb635bc56ebf3 21232 python-pip_24.2+dfsg-1.debian.tar.xz +Checksums-Sha256: + b197c72a61f8f62db83f5419fa991476667264bc36ef0edfecb605715e8a3521 1838 python-pip_24.2+dfsg-1.dsc + 399f4de9b8e0d633d44aea96cb5cc4c0b4379c8b28c1fbd05b8880d4de35214b 1172044 python-pip_24.2+dfsg.orig.tar.xz + 36382dbbe2c314b8ca2d913aa0e74892b4330ec2e83b60382de0aad035e799fd 21232 python-pip_24.2+dfsg-1.debian.tar.xz +Files: + 675f2124deb93c27b2132f207f852c8a 1838 python-pip_24.2+dfsg-1.dsc + 406d2bea5a17804e044f4ca8ff05c26b 1172044 python-pip_24.2+dfsg.orig.tar.xz + 3fc824cf5015dc72e92663c98030e50d 21232 python-pip_24.2+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-portend +Binary: python3-portend +Architecture: all +Version: 3.2.0-1 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/jaraco/portend +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/python-portend +Vcs-Git: https://salsa.debian.org/jcfp/python-portend.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest, python3-tempora +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, pybuild-plugin-pyproject, python3-pytest , python3-setuptools, python3-setuptools-scm, python3-tempora +Package-List: + python3-portend deb python optional arch=all +Directory: pool/0dee7dfefa1fd4907c8fdedbda715c557b2958efd05f91b2bd0b743e6ecd0966 +Checksums-Sha1: + 6b23c12f75c03dff77863da0baad2d82a625a24f 2116 python-portend_3.2.0-1.dsc + d58d446c3c84740543d9911a22a5fc66e3b519d7 9482 python-portend_3.2.0.orig.tar.gz + 952d2f7eb6092bb2c43059dfa2a4ffe56ac8e6d7 3364 python-portend_3.2.0-1.debian.tar.xz +Checksums-Sha256: + 0dee7dfefa1fd4907c8fdedbda715c557b2958efd05f91b2bd0b743e6ecd0966 2116 python-portend_3.2.0-1.dsc + 6dfe9567556689938046de6b88de948a6b849198ab161292de4e7e32e05714f3 9482 python-portend_3.2.0.orig.tar.gz + 1e4d5491c5393f51f9ebcd99ae3f70d850c0320a8806dcad85f429dc5527d035 3364 python-portend_3.2.0-1.debian.tar.xz +Files: + ca417a8b8837e8f650bdf4b0602a650b 2116 python-portend_3.2.0-1.dsc + 6d91703ef8c52337a8ec210c8ea2de8f 9482 python-portend_3.2.0.orig.tar.gz + d8bbf1d71e335b591d4f19b330e6e96c 3364 python-portend_3.2.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-psutil +Binary: python3-psutil +Architecture: any +Version: 5.9.8-2 +Maintainer: Sandro Tosi +Homepage: https://github.com/giampaolo/psutil +Standards-Version: 4.6.1.0 +Vcs-Browser: https://salsa.debian.org/morph/python-psutil +Vcs-Git: https://salsa.debian.org/morph/python-psutil.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), procps, pybuild-plugin-pyproject, python3-all-dev, python3-setuptools +Package-List: + python3-psutil deb python optional arch=any +Directory: pool/15791fd9dcb0101ccb0aa73db7c65a62b5074b557007f2d4b4be7db5f8485cd1 +Checksums-Sha1: + dbeed85b1502d9577b3847e8b27335bd761b4a0a 1986 python-psutil_5.9.8-2.dsc + 5c8054ef98f850563bcf6727f517f5fcc740733e 1858968 python-psutil_5.9.8.orig.tar.xz + 6354ebf870cf695665f5c4385023991ff37c13a9 6232 python-psutil_5.9.8-2.debian.tar.xz +Checksums-Sha256: + 15791fd9dcb0101ccb0aa73db7c65a62b5074b557007f2d4b4be7db5f8485cd1 1986 python-psutil_5.9.8-2.dsc + e9bbfc976fcbe282f348a42ee2e9c0b4fa461d66d1a15bfaeb054949da796a72 1858968 python-psutil_5.9.8.orig.tar.xz + 00f5d5dda24960f3f6360f85047b4670fbf1a9535e55c0872425c5a5de6c567f 6232 python-psutil_5.9.8-2.debian.tar.xz +Files: + 9542c1544f76ba5cf7944fb7218f2145 1986 python-psutil_5.9.8-2.dsc + 327e7cd9c63f1ec3bcede4f5adc7bf85 1858968 python-psutil_5.9.8.orig.tar.xz + 701291d7f82293c19bccd4cf746b880b 6232 python-psutil_5.9.8-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-pyasn1-modules +Binary: python3-pyasn1-modules +Architecture: all +Version: 0.4.0-1 +Maintainer: Debian Python Team +Uploaders: Marc Haber , +Homepage: https://github.com/pyasn1/pyasn1-modules +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyasn1-modules +Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyasn1-modules.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, dh-python, python3-all, python3-pyasn1 +Package-List: + python3-pyasn1-modules deb python optional arch=all +Directory: pool/d93eceaf8470dc1c5cfd039c0cfb0c5cacd8a6f737d57fe64ee4ba601896c3d3 +Checksums-Sha1: + 325fe5aacad7a71db175724d569b51d713ebefcc 2224 python-pyasn1-modules_0.4.0-1.dsc + 33502793b68ff7c89a38aee8af59a4acd15c9f8a 214776 python-pyasn1-modules_0.4.0.orig.tar.xz + 57775dfc5d3e1d26c3d09a8a8e366a0d70d1a0f2 3080 python-pyasn1-modules_0.4.0-1.debian.tar.xz +Checksums-Sha256: + d93eceaf8470dc1c5cfd039c0cfb0c5cacd8a6f737d57fe64ee4ba601896c3d3 2224 python-pyasn1-modules_0.4.0-1.dsc + ce512f4e0f83e6e6d07931a46df694a763e08896432181a4f4a05baa2d2758d0 214776 python-pyasn1-modules_0.4.0.orig.tar.xz + 89986d88e29749906dced2b0062b25ea644ce903f9d5afac496715aa79790a3a 3080 python-pyasn1-modules_0.4.0-1.debian.tar.xz +Files: + 12604f02e0673756cc48918fcec495d9 2224 python-pyasn1-modules_0.4.0-1.dsc + 9a04f26c32c53a3082a7329343d34558 214776 python-pyasn1-modules_0.4.0.orig.tar.xz + 2d35fdd4bb996495f88ca4abe182c40d 3080 python-pyasn1-modules_0.4.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-roman +Binary: python3-roman +Architecture: all +Version: 4.2-1 +Maintainer: Debian Python Team +Uploaders: Andrea Colangelo +Homepage: https://github.com/zopefoundation/roman +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-roman +Vcs-Git: https://salsa.debian.org/python-team/packages/python-roman.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all +Build-Depends: debhelper-compat (= 13), dh-sequence-python3 +Build-Depends-Indep: python3-all, python3-pytest , python3-setuptools +Package-List: + python3-roman deb python optional arch=all +Directory: pool/58c4503778b1eb738388631442a0d4fe64765e173c0a32c9bdade19d60a9e580 +Checksums-Sha1: + 3d97b77e46a7629e7f26696a24ec6416493d465e 2129 python-roman_4.2-1.dsc + 1ce3142bdaac9a1d6030f0afaffd2e906fcd1bdb 7814 python-roman_4.2.orig.tar.gz + d5657f9e7509dcaac4d80c6ea94f4b02b290b605 7160 python-roman_4.2-1.debian.tar.xz +Checksums-Sha256: + 58c4503778b1eb738388631442a0d4fe64765e173c0a32c9bdade19d60a9e580 2129 python-roman_4.2-1.dsc + 1b7daf7e6df4372630bb38e67d439368258d0c1f0f0708e6be9296b91c0efee2 7814 python-roman_4.2.orig.tar.gz + a25d843364a59d9ee1e1bd94d3f099013aa4e686017f2369e427b83e4e23d1b4 7160 python-roman_4.2-1.debian.tar.xz +Files: + 6fc610ae379d9549bda3e010126ca88e 2129 python-roman_4.2-1.dsc + 3666ca7c4f07b1a68eeadf6072d9828b 7814 python-roman_4.2.orig.tar.gz + 99827def796e4b246892715a03f79b6a 7160 python-roman_4.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-secretstorage +Binary: python3-secretstorage, python-secretstorage-doc +Architecture: all +Version: 3.3.3-3 +Maintainer: Dmitry Shachnev +Uploaders: Debian Python Team +Homepage: https://github.com/mitya57/secretstorage +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-secretstorage +Vcs-Git: https://salsa.debian.org/python-team/packages/python-secretstorage.git +Testsuite: autopkgtest +Testsuite-Triggers: gnome-keyring, python3-all +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-cryptography, python3-jeepney (>= 0.6), python3-setuptools, python3-sphinx +Package-List: + python-secretstorage-doc deb doc optional arch=all + python3-secretstorage deb python optional arch=all +Directory: pool/319dfd83a4a20942bf33afeef9faba1e797020ff7d0cc8fb83bef65ad357871d +Checksums-Sha1: + 7c7f260fb977ba8d2573d7f96ed2422d247d5f46 2622 python-secretstorage_3.3.3-3.dsc + 4739c2d155a3d9321eae9ff750030bcccb3ddc23 19739 python-secretstorage_3.3.3.orig.tar.gz + 9e551aa735d661209b54b714c140ba0fdb420f53 833 python-secretstorage_3.3.3.orig.tar.gz.asc + 16f02912a40680f6e993c4ae24655e8e486583fe 4908 python-secretstorage_3.3.3-3.debian.tar.xz +Checksums-Sha256: + 319dfd83a4a20942bf33afeef9faba1e797020ff7d0cc8fb83bef65ad357871d 2622 python-secretstorage_3.3.3-3.dsc + 2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77 19739 python-secretstorage_3.3.3.orig.tar.gz + 7c7f1c5e5c4d612e27d2d2eee29a7085e991188e0e83f2d7d0cb2c1fe76de23e 833 python-secretstorage_3.3.3.orig.tar.gz.asc + 399138d6500901ef64169d775ca8930d6611ca57702a83b9c40a71ba895dc7fa 4908 python-secretstorage_3.3.3-3.debian.tar.xz +Files: + 0f4287c6503d65e93f643a1dd3d2d6f0 2622 python-secretstorage_3.3.3-3.dsc + c6ff1cc866d2f1d274b75c6490726b1b 19739 python-secretstorage_3.3.3.orig.tar.gz + 1fd9893d45feba51cefccda59e872e79 833 python-secretstorage_3.3.3.orig.tar.gz.asc + f5f46c3474cf26c6ce9762959106b147 4908 python-secretstorage_3.3.3-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-service-identity +Binary: python3-service-identity +Architecture: all +Version: 24.1.0-1 +Maintainer: Debian Python Team +Uploaders: Tristan Seligmann +Homepage: https://github.com/pyca/service-identity +Standards-Version: 4.3.0.3 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-service-identity +Vcs-Git: https://salsa.debian.org/python-team/packages/python-service-identity.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-hatch-fancy-pypi-readme, python3-hatch-vcs, python3-hatchling, python3-attr, python3-cryptography, python3-idna, python3-openssl, python3-pyasn1-modules, python3-pytest +Build-Depends-Indep: python3-sphinx +Package-List: + python3-service-identity deb python optional arch=all +Directory: pool/cdaf5be8b44e74680363e367def68306764626630ec224e4cf3ca4789832466d +Checksums-Sha1: + 9f5e17f052c83df878bc59143733ec75166cfaac 2435 python-service-identity_24.1.0-1.dsc + 995de343c92d31eb9236971afdf600c3fd948439 40183 python-service-identity_24.1.0.orig.tar.gz + 8f50bcd557e605b4e77d3f0bfe59d56baf2c7aa7 3212 python-service-identity_24.1.0-1.debian.tar.xz +Checksums-Sha256: + cdaf5be8b44e74680363e367def68306764626630ec224e4cf3ca4789832466d 2435 python-service-identity_24.1.0-1.dsc + 6829c9d62fb832c2e1c435629b0a8c476e1929881f28bee4d20bc24161009221 40183 python-service-identity_24.1.0.orig.tar.gz + cf279a02a2b7903a733e9cb13368e876e3a02517952a8739889b5d9cea46347a 3212 python-service-identity_24.1.0-1.debian.tar.xz +Files: + cd74030426a3ab4b4492ddc06fdc436e 2435 python-service-identity_24.1.0-1.dsc + 64267a4351ee3c225ee12a11bb29fc44 40183 python-service-identity_24.1.0.orig.tar.gz + c8ccb8b6990349da4f6eaa2470a44922 3212 python-service-identity_24.1.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-sh +Binary: python3-sh +Architecture: all +Version: 1.14.2-1 +Maintainer: Debian Python Team +Uploaders: Tianon Gravi , Paul Tagliamonte +Homepage: https://github.com/amoffat/sh/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sh +Vcs-Git: https://salsa.debian.org/python-team/packages/python-sh.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-python, python3-all (>= 3.1~), python3-setuptools +Package-List: + python3-sh deb python optional arch=all +Directory: pool/ac85b4725dd65fea64679179eb2444ebbc6c510862272e5a4d8c1f9628ef3f42 +Checksums-Sha1: + a6939f07fc60fb28e0057fac6d51ae2f6cf8e828 2058 python-sh_1.14.2-1.dsc + 1c1e9416645565d1c98ea052d565e61b4f377664 382076 python-sh_1.14.2.orig.tar.gz + 94eec3e7063afe64e8b2d7c0bc07c7bf47a97c1b 2984 python-sh_1.14.2-1.debian.tar.xz +Checksums-Sha256: + ac85b4725dd65fea64679179eb2444ebbc6c510862272e5a4d8c1f9628ef3f42 2058 python-sh_1.14.2-1.dsc + c1dbe3d4d55678a5e5898217967fff1533a3db5872e2228688af9be969e7d2b8 382076 python-sh_1.14.2.orig.tar.gz + c029b16072017b360e5cdbe7ccdf7e3ec4fb0aab8b9342bcf69e588ae529c781 2984 python-sh_1.14.2-1.debian.tar.xz +Files: + 9cc85a5bf3de25d6bebabd787e0b5495 2058 python-sh_1.14.2-1.dsc + 2e6600d20715cd7a1c199929a30de4ae 382076 python-sh_1.14.2.orig.tar.gz + 6d22596ac59d9c6bb312819f10a88991 2984 python-sh_1.14.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-systemd +Binary: python3-systemd +Architecture: linux-any +Version: 235-1 +Maintainer: Debian systemd Maintainers +Uploaders: Michael Biebl , Martin Pitt +Homepage: https://www.freedesktop.org/wiki/Software/systemd +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/systemd-team/python-systemd +Vcs-Git: https://salsa.debian.org/systemd-team/python-systemd.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), dh-python, libsystemd-dev, pkg-config, python3-all-dev, python3-setuptools +Package-List: + python3-systemd deb python optional arch=linux-any +Directory: pool/a2f58c6628a3ece4319ea6b836e1a7e0cf2aca789170bab5adff27a2145826cf +Checksums-Sha1: + 4926f64bb999c7478540edfdaca66f193a17db0e 2131 python-systemd_235-1.dsc + d22d9465e5bbfa9c73720e09b5925707d31e2907 59858 python-systemd_235.orig.tar.gz + 6b70e37d3d3e357eaba39a8b5c29d1ae575577b0 3320 python-systemd_235-1.debian.tar.xz +Checksums-Sha256: + a2f58c6628a3ece4319ea6b836e1a7e0cf2aca789170bab5adff27a2145826cf 2131 python-systemd_235-1.dsc + 38181dbd451fd418d316a92a34bc2118967930684cdd62c3e979fe8c8ebacffa 59858 python-systemd_235.orig.tar.gz + f56e58f1db220b8379acb702b3b10a962c0d03ea58a22b9e813162a8345fb4e5 3320 python-systemd_235-1.debian.tar.xz +Files: + a26a00dfc01b8da54ae135a203b2266f 2131 python-systemd_235-1.dsc + 760003406e2fac84ff1bcc40ae696af6 59858 python-systemd_235.orig.tar.gz + b3fbeeead4fbba98044649f36aa5ee6d 3320 python-systemd_235-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-tempora +Binary: python3-tempora +Architecture: all +Version: 5.7.0-2 +Maintainer: Jeroen Ploemen +Homepage: https://github.com/jaraco/tempora +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/jcfp/python-tempora +Vcs-Git: https://salsa.debian.org/jcfp/python-tempora.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-freezegun, python3-pytest, python3-pytest-freezegun, tzdata-legacy +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-freezegun , python3-jaraco.functools , python3-pytest , python3-pytest-freezegun , python3-setuptools, python3-setuptools-scm, pybuild-plugin-pyproject, tzdata-legacy +Package-List: + python3-tempora deb python optional arch=all +Directory: pool/c68a3d891f9edf846bf29ba5f537fa59969e9b4a0aa1b2581ee4a4f949757b79 +Checksums-Sha1: + e84758e27d8103b9cfd3cdc53567a4c6137db556 2264 python-tempora_5.7.0-2.dsc + cc2649976c9c781c405e786c7566b2b04904b3d9 19259 python-tempora_5.7.0.orig.tar.gz + dec0cefdc46eb28bd03d47cac3cceb285286ccaf 4484 python-tempora_5.7.0-2.debian.tar.xz +Checksums-Sha256: + c68a3d891f9edf846bf29ba5f537fa59969e9b4a0aa1b2581ee4a4f949757b79 2264 python-tempora_5.7.0-2.dsc + b4d41d3adf3798f57ed35b71326e325a8681b00576a03b398a0f3d25e861f14e 19259 python-tempora_5.7.0.orig.tar.gz + 6a2b317b3678729476798b0132939b988bab8aa32e1347b1ac9ff981520c09c1 4484 python-tempora_5.7.0-2.debian.tar.xz +Files: + a4e964933d2ec42e4b73a06e4e7ca0b1 2264 python-tempora_5.7.0-2.dsc + f0b18cd842777665a3e2bda423d100f8 19259 python-tempora_5.7.0.orig.tar.gz + df86573a77d21bde8d494e9d95c53a1f 4484 python-tempora_5.7.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-tomli +Binary: python3-tomli +Architecture: all +Version: 2.0.1-2 +Maintainer: Debian Python Team +Uploaders: Michael R. Crusoe +Homepage: https://github.com/hukkin/tomli +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tomli +Vcs-Git: https://salsa.debian.org/python-team/packages/python-tomli.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-pytest-xdist +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, flit (>= 3.2.0), pybuild-plugin-pyproject, python3-pytest-xdist +Package-List: + python3-tomli deb python optional arch=all +Directory: pool/cd054e26400697e3ee78260747bdca0bdb94051b5f5a9d752bbd2738461cf327 +Checksums-Sha1: + f75ddf9e12f8cb6b9d15c9cea3100fc30e7bfdce 1544 python-tomli_2.0.1-2.dsc + 234c9caf7ba15e7892a0ae3ed1f0381d9fb5e61c 133685 python-tomli_2.0.1.orig.tar.gz + 9238f44c49d2dcdd0fbc82578af84c2e27ec6ae5 2868 python-tomli_2.0.1-2.debian.tar.xz +Checksums-Sha256: + cd054e26400697e3ee78260747bdca0bdb94051b5f5a9d752bbd2738461cf327 1544 python-tomli_2.0.1-2.dsc + ad22dbc128623e0c156ffaff019f29f456eba8a5d5a05164dd34f63e560449df 133685 python-tomli_2.0.1.orig.tar.gz + 81a920d1fa22e9c774e30c5420421ebf23089d06017d303b51b695b4917513a8 2868 python-tomli_2.0.1-2.debian.tar.xz +Files: + 87149ab69debf30d3356c027ed86768a 1544 python-tomli_2.0.1-2.dsc + b32f504876fd88ea1ca0c2fab4ce8e27 133685 python-tomli_2.0.1.orig.tar.gz + afcba8b9580d7732637539003ea5dd0e 2868 python-tomli_2.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-tomlkit +Binary: python3-tomlkit +Architecture: all +Version: 0.13.2-1 +Maintainer: Debian Python Team +Uploaders: Emmanuel Arias +Homepage: https://github.com/sdispater/tomlkit +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/tomlkit +Vcs-Git: https://salsa.debian.org/python-team/packages/tomlkit.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest, python3-yaml +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-sphinx, python3-poetry-core, python3-pytest, python3-yaml +Package-List: + python3-tomlkit deb python optional arch=all +Directory: pool/53bc32a717b6086c99ade679ecbecd8fbbb6bd608b10484f7f601f77e5fdfbdb +Checksums-Sha1: + b92ea242dc132dd0970169de392af14f2d27e0da 2215 python-tomlkit_0.13.2-1.dsc + 499e023d1501d950a2b67ea1161a60331421da30 192885 python-tomlkit_0.13.2.orig.tar.gz + 92de4a79bb001f8b024c91283c37135afa3bbda8 3836 python-tomlkit_0.13.2-1.debian.tar.xz +Checksums-Sha256: + 53bc32a717b6086c99ade679ecbecd8fbbb6bd608b10484f7f601f77e5fdfbdb 2215 python-tomlkit_0.13.2-1.dsc + fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79 192885 python-tomlkit_0.13.2.orig.tar.gz + f554eac9529ad8501bfe54a9ac858c3ce87c8c60b4dd772f0ba2d0902d21c042 3836 python-tomlkit_0.13.2-1.debian.tar.xz +Files: + 25ecd806842a5a4e27027898e8a8e4a9 2215 python-tomlkit_0.13.2-1.dsc + 0db1a3750c64b141720f05430df9b433 192885 python-tomlkit_0.13.2.orig.tar.gz + 44475053d534dbfef1a0420eae67ee16 3836 python-tomlkit_0.13.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-typeguard +Binary: python3-typeguard +Architecture: all +Version: 4.3.0-1 +Maintainer: Debian Python Team +Uploaders: Joel Cross +Homepage: https://github.com/agronholm/typeguard +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-typeguard +Vcs-Git: https://salsa.debian.org/python-team/packages/python-typeguard.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, pybuild-plugin-pyproject, python3-pytest, mypy, python3-setuptools, python3-setuptools-scm, python3-typing-extensions (>= 4.10.0) +Package-List: + python3-typeguard deb python optional arch=all +Directory: pool/bad8b5fdfa84c7db7a21d55501abe636635d0e4b32b907c7ebc8fdb5f8e1c341 +Checksums-Sha1: + e0129b4458448b2fe8de4437e1424d3e41ab4cdd 2324 python-typeguard_4.3.0-1.dsc + d87a4d2a4d9d451a613ef2cd05c46021a794d404 69514 python-typeguard_4.3.0.orig.tar.gz + e0c749c5818df90bd8b5ed33480c81106fb39031 2728 python-typeguard_4.3.0-1.debian.tar.xz +Checksums-Sha256: + bad8b5fdfa84c7db7a21d55501abe636635d0e4b32b907c7ebc8fdb5f8e1c341 2324 python-typeguard_4.3.0-1.dsc + 738026158f85d6c1e7b6d9ce6daafacb3d680fe65bc61c6bb2a9f8c4588a1932 69514 python-typeguard_4.3.0.orig.tar.gz + a73254fab216783f7b5fc875caa1de0882f79bcf4ab7b506c296493720e2aa85 2728 python-typeguard_4.3.0-1.debian.tar.xz +Files: + 94d718386435c1bf2e53792a65467a24 2324 python-typeguard_4.3.0-1.dsc + 68a2e4595387647ff5205380b2ec82a3 69514 python-typeguard_4.3.0.orig.tar.gz + da2a74859722421c0a128d220294749f 2728 python-typeguard_4.3.0-1.debian.tar.xz +Dgit: 61e972ec73d204b1a71c84df71a834579956f044 debian archive/debian/4.3.0-1 https://git.dgit.debian.org/python-typeguard + +Format: 3.0 (quilt) +Package: python-typing-extensions +Binary: python3-typing-extensions +Architecture: all +Version: 4.12.2-2 +Maintainer: Debian Python Team +Uploaders: Michael R. Crusoe , Colin Watson +Homepage: https://typing-extensions.readthedocs.io/en/latest/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-typing-extensions +Vcs-Git: https://salsa.debian.org/python-team/packages/python-typing-extensions.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), flit, pybuild-plugin-pyproject, python3-all:any, python3-setuptools +Package-List: + python3-typing-extensions deb python optional arch=all +Directory: pool/ae602e178b4abb17cf7f7126fb54bfb67df26f4e6ec6317b51daaf871fcd15b4 +Checksums-Sha1: + bfcbdf54f5a49c318e8817787175f869a17d68fe 2400 python-typing-extensions_4.12.2-2.dsc + 1389615a3f0bd216e7db4440985d51fb3f2ea2c6 85321 python-typing-extensions_4.12.2.orig.tar.gz + 715126d8dcaf85d3f55ebce3cafdbf727901426e 4432 python-typing-extensions_4.12.2-2.debian.tar.xz +Checksums-Sha256: + ae602e178b4abb17cf7f7126fb54bfb67df26f4e6ec6317b51daaf871fcd15b4 2400 python-typing-extensions_4.12.2-2.dsc + 1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8 85321 python-typing-extensions_4.12.2.orig.tar.gz + 4401abc9f2bdb5f1e2a8a8b7e5ecb3a44a74db03a9d5fbc8e4d41fc3fb78cd86 4432 python-typing-extensions_4.12.2-2.debian.tar.xz +Files: + 070ca34088b15076426453be6655528e 2400 python-typing-extensions_4.12.2-2.dsc + cf64c2313f5fa5eb04c1deb3fc93abe9 85321 python-typing-extensions_4.12.2.orig.tar.gz + 226e99424dc82adb7ae686258eba1fca 4432 python-typing-extensions_4.12.2-2.debian.tar.xz +Dgit: 511b815e5c84dc2c9e6cc023c1fb713e183e30c4 debian archive/debian/4.12.2-2 https://git.dgit.debian.org/python-typing-extensions + +Format: 3.0 (quilt) +Package: python-tz +Binary: python3-tz +Architecture: all +Version: 2024.1-2 +Maintainer: Debian Python Team +Uploaders: Alastair McKinstry , Debian/Ubuntu Zope Team , Fabio Tranchitella +Homepage: https://pythonhosted.org/pytz/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tz +Vcs-Git: https://salsa.debian.org/python-team/packages/python-tz.git -b debian/latest +Testsuite: autopkgtest +Testsuite-Triggers: python3, tzdata-legacy +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pytest, python3-setuptools, tzdata +Package-List: + python3-tz deb python optional arch=all +Directory: pool/4ce0b113bc675e2013c0ed2c2fb38bfd693cc33242e082605d215844c0f9b013 +Checksums-Sha1: + 80eeedca884a1144e01f676efce53f41918b7a8f 2214 python-tz_2024.1-2.dsc + 6b6df90c629598d40de3e6dfcadecc70f0b248c2 134944 python-tz_2024.1.orig.tar.xz + 73d4b6a34dedeed8c6f067ef2c91d5a82edfc9ef 14184 python-tz_2024.1-2.debian.tar.xz +Checksums-Sha256: + 4ce0b113bc675e2013c0ed2c2fb38bfd693cc33242e082605d215844c0f9b013 2214 python-tz_2024.1-2.dsc + 7e69247668eabae06a973f9ab8c99a1dc5a934ce9078f4dc7226ba536252c337 134944 python-tz_2024.1.orig.tar.xz + 244914bd4ae513ee6b82b61b59dc969121ce67f531ca8d44645ce2bbf5b2ed05 14184 python-tz_2024.1-2.debian.tar.xz +Files: + 4261d4c0e5bfd817cb8b569ca4eba643 2214 python-tz_2024.1-2.dsc + beddb554a24514c605e9917c8626c309 134944 python-tz_2024.1.orig.tar.xz + 85ae564ca2460eedd1ae29927b0e230d 14184 python-tz_2024.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-urllib3 +Binary: python3-urllib3 +Architecture: all +Version: 2.0.7-2 +Maintainer: Debian Python Team +Uploaders: Daniele Tricoli +Homepage: https://urllib3.readthedocs.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-urllib3 +Vcs-Git: https://salsa.debian.org/python-team/packages/python-urllib3.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-brotli, python3-coverage, python3-cryptography, python3-idna, python3-openssl, python3-pytest, python3-pytest-timeout, python3-six, python3-socks, python3-tornado, python3-trustme +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-brotli , python3-coverage , python3-cryptography , python3-hatchling, python3-idna , python3-openssl , python3-pytest , python3-pytest-timeout , python3-socks , python3-tornado , python3-trustme +Package-List: + python3-urllib3 deb python optional arch=all +Directory: pool/63d191d1d158b9a6cf6fd16439a64c179f0612ffb0566a9ad8767aa5bbcf4076 +Checksums-Sha1: + ae18410583f1a4cb0315a3e8fd624b4c864fb197 2607 python-urllib3_2.0.7-2.dsc + f462f7171c35b6206ade5a301a49f94d4a439edf 282546 python-urllib3_2.0.7.orig.tar.gz + ae93ef644791ca4026167094eaa44cac9997c05d 10736 python-urllib3_2.0.7-2.debian.tar.xz +Checksums-Sha256: + 63d191d1d158b9a6cf6fd16439a64c179f0612ffb0566a9ad8767aa5bbcf4076 2607 python-urllib3_2.0.7-2.dsc + c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 282546 python-urllib3_2.0.7.orig.tar.gz + adc4734c0b33f962c282d39fc9a5e38702e6a30bfffcd729c33c777ff78e777e 10736 python-urllib3_2.0.7-2.debian.tar.xz +Files: + 51f45f29f14dedb6d819251405d416e0 2607 python-urllib3_2.0.7-2.dsc + 5a264ef3ae827e5842bbc80536a343dd 282546 python-urllib3_2.0.7.orig.tar.gz + 0ea6e65868c5548a5e67df02acde7e6f 10736 python-urllib3_2.0.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-webob +Binary: python-webob-doc, python3-webob +Architecture: all +Version: 1:1.8.7-1 +Maintainer: Debian Python Team +Uploaders: Soren Hansen , Thomas Goirand , +Homepage: https://webob.org/ +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-webob +Vcs-Git: https://salsa.debian.org/python-team/packages/python-webob.git +Build-Depends: debhelper-compat (= 13), dh-python, python3-sphinx, python3-all, python3-setuptools +Build-Depends-Indep: python3-doc, python3-pytest, python3-simplejson +Package-List: + python-webob-doc deb doc optional arch=all + python3-webob deb python optional arch=all +Directory: pool/ea7153d8236d86bc327c1b84c042fee61c26dd5bd0bdcb03a2ca156994613a19 +Checksums-Sha1: + c2519ee14605705a4feebcd2eb6b5bc879bba6c8 2196 python-webob_1.8.7-1.dsc + 6c3b1b8bdedbce8121853a5837c6cfe512c18030 278544 python-webob_1.8.7.orig.tar.gz + 3f70878a26bfd7e1820eb9f94743c545ba457c46 6056 python-webob_1.8.7-1.debian.tar.xz +Checksums-Sha256: + ea7153d8236d86bc327c1b84c042fee61c26dd5bd0bdcb03a2ca156994613a19 2196 python-webob_1.8.7-1.dsc + b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323 278544 python-webob_1.8.7.orig.tar.gz + be39c5c1cca21431f1fbfa70e8d48d66c697e2739838aeda5100fa30f8d3e153 6056 python-webob_1.8.7-1.debian.tar.xz +Files: + 86fbdc373892bc5ccf33c04757b7198a 2196 python-webob_1.8.7-1.dsc + 10191c69fa5a2c00f3b9abfb8937b415 278544 python-webob_1.8.7.orig.tar.gz + 663f3bd5d77cee3715e91e3318bc0eca 6056 python-webob_1.8.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-werkzeug +Binary: python3-werkzeug, python-werkzeug-doc +Architecture: all +Version: 3.0.4-1 +Maintainer: Debian Python Team +Uploaders: Thomas Goirand , +Homepage: https://github.com/pallets/werkzeug/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-werkzeug +Vcs-Git: https://salsa.debian.org/python-team/packages/python-werkzeug.git +Testsuite: autopkgtest, autopkgtest-pkg-python +Testsuite-Triggers: python3-all, python3-cryptography, python3-ephemeral-port-reserve, python3-greenlet, python3-pytest, python3-pytest-timeout, python3-pytest-xprocess, python3-watchdog +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, flit, pybuild-plugin-pyproject, python3-all, python3-cryptography , python3-doc , python3-ephemeral-port-reserve , python3-greenlet , python3-markupsafe, python3-pallets-sphinx-themes , python3-pytest , python3-pytest-timeout , python3-pytest-xprocess , python3-sphinx , python3-sphinxcontrib-log-cabinet , python3-watchdog +Package-List: + python-werkzeug-doc deb doc optional arch=all + python3-werkzeug deb python optional arch=all +Directory: pool/1b78ea79d12b5583646711c6fe6db7b7bc57ac78c831e505f4ef4bab0fb9a550 +Checksums-Sha1: + ca844f0d5b63113bda02c4844d13bf75c18fe284 2806 python-werkzeug_3.0.4-1.dsc + f7afb9f4802a9a40416c43a574d042834f0d7952 721056 python-werkzeug_3.0.4.orig.tar.xz + 29e9cd7b5f29755400e092a13036527d8ed3fe37 18136 python-werkzeug_3.0.4-1.debian.tar.xz +Checksums-Sha256: + 1b78ea79d12b5583646711c6fe6db7b7bc57ac78c831e505f4ef4bab0fb9a550 2806 python-werkzeug_3.0.4-1.dsc + cac23e27731c113450c2e38ae1708221660d673625f1753aaafb4ee472f441a0 721056 python-werkzeug_3.0.4.orig.tar.xz + c3d8e72f6853fcb3070a740036111a49f900adbc12c9e12fdfa7cb12c5ed2e83 18136 python-werkzeug_3.0.4-1.debian.tar.xz +Files: + 9743d868e270f48d1dadb593d5c0daa8 2806 python-werkzeug_3.0.4-1.dsc + ecd013bc963df272b008c0ea17c338aa 721056 python-werkzeug_3.0.4.orig.tar.xz + db5b8f809097e9038b802fd6ca65a6d2 18136 python-werkzeug_3.0.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-wrapt +Binary: python-wrapt-doc, python3-wrapt +Architecture: any all +Version: 1.15.0-3 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://github.com/GrahamDumpleton/wrapt +Standards-Version: 4.1.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-wrapt +Vcs-Git: https://salsa.debian.org/openstack-team/python/python-wrapt.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-all-dev, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme +Package-List: + python-wrapt-doc deb doc optional arch=all + python3-wrapt deb python optional arch=any +Directory: pool/10b337b5837b80641677056961dbb89bca152e13fc99370b6e30d46f25da597d +Checksums-Sha1: + e43e9a637ea94e918234c20e826166c8b40c0dd0 2238 python-wrapt_1.15.0-3.dsc + 04f36f1eed169963f142f81fad00cf69bc04e20d 108992 python-wrapt_1.15.0.orig.tar.xz + 6331a06dd51e94dc81a8f71de0cd2a4048cb584b 6720 python-wrapt_1.15.0-3.debian.tar.xz +Checksums-Sha256: + 10b337b5837b80641677056961dbb89bca152e13fc99370b6e30d46f25da597d 2238 python-wrapt_1.15.0-3.dsc + 20b278b8f45f2daafad221f998aa21ce89f3ffabe14583495949ab435501f6e0 108992 python-wrapt_1.15.0.orig.tar.xz + 465a4634cf23c2aa5be3594da434dc938a262155682dd2f433d268530e015182 6720 python-wrapt_1.15.0-3.debian.tar.xz +Files: + 08794136705713920068299c26e78fba 2238 python-wrapt_1.15.0-3.dsc + 0f9d005543a52ae9c5ead8eeeeabe6c8 108992 python-wrapt_1.15.0.orig.tar.xz + 67706f2d8f3b8b1e25ad568a425c4c13 6720 python-wrapt_1.15.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-xmltodict +Binary: python3-xmltodict +Architecture: all +Version: 0.13.0-1 +Maintainer: Sebastien Badia +Homepage: https://github.com/martinblech/xmltodict +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/python-xmltodict +Vcs-Git: https://salsa.debian.org/debian/python-xmltodict.git +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools +Build-Depends-Indep: python3-coverage, python3-nose2 +Package-List: + python3-xmltodict deb python optional arch=all +Directory: pool/55b7a95587f6e982e32218031bacbe6fa192194fdfb2bab25772e8a7fe6f5f64 +Checksums-Sha1: + ca9306d0cbe6b32687ce0d82610f472227ef690b 2022 python-xmltodict_0.13.0-1.dsc + 00946cc0be1ba2f81263a5db5ef2912dabd9804b 19569 python-xmltodict_0.13.0.orig.tar.gz + bde1548405b40eb69ddf528f1fbc1a89b87265f5 2876 python-xmltodict_0.13.0-1.debian.tar.xz +Checksums-Sha256: + 55b7a95587f6e982e32218031bacbe6fa192194fdfb2bab25772e8a7fe6f5f64 2022 python-xmltodict_0.13.0-1.dsc + d74f4099d42bcca273ffd3bc9766abaa8765960eabc4399f2a6ad48cb4f58ce0 19569 python-xmltodict_0.13.0.orig.tar.gz + a0eee8ad92c31b050f19a33d8bebf2d2f82c2e5ace436be2b45fb40be7b8cc13 2876 python-xmltodict_0.13.0-1.debian.tar.xz +Files: + f63d4bb5542085bc6e84db2e8fd6ace4 2022 python-xmltodict_0.13.0-1.dsc + 20344fa3fe582e5cb412ee92b03c8c5f 19569 python-xmltodict_0.13.0.orig.tar.gz + ca0335ddec3ec954bd14f322a8b8aa41 2876 python-xmltodict_0.13.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python-zipp +Binary: python3-zipp +Architecture: all +Version: 3.20.2-1 +Maintainer: Debian Python Team +Uploaders: Martin +Homepage: https://github.com/jaraco/zipp +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-zipp +Vcs-Git: https://salsa.debian.org/python-team/packages/python-zipp.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-jaraco.functools, python3-jaraco.itertools, python3-more-itertools, python3-pytest, python3-setuptools, python3-setuptools-scm +Package-List: + python3-zipp deb python optional arch=all +Directory: pool/71c6e0a09a3cc20b91696adeabe2f9516970803d5786e88d3eff7f1644c09677 +Checksums-Sha1: + b7ed9941bb2da3f46001aea792e83a428fcd7ea0 2292 python-zipp_3.20.2-1.dsc + d166abaac329e822bd7c38c0cbb14a17060f029d 24199 python-zipp_3.20.2.orig.tar.gz + 74608c7a7ce10c2304a6ef11c283ca0644421824 3616 python-zipp_3.20.2-1.debian.tar.xz +Checksums-Sha256: + 71c6e0a09a3cc20b91696adeabe2f9516970803d5786e88d3eff7f1644c09677 2292 python-zipp_3.20.2-1.dsc + bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29 24199 python-zipp_3.20.2.orig.tar.gz + 85dd498f2fd264dd8d4b6dcd917fc6e2b9b1a20ad11297b465340d5d8245762e 3616 python-zipp_3.20.2-1.debian.tar.xz +Files: + 93e27cc0b383522d47e980e35b7d8da6 2292 python-zipp_3.20.2-1.dsc + 50100dc2db79da430006d70422c625b1 24199 python-zipp_3.20.2.orig.tar.gz + db938f6e9f7d529cca700161f20e1a3b 3616 python-zipp_3.20.2-1.debian.tar.xz +Dgit: 6f24b1030dd4306b26667a7d191006290e75d7e2 debian archive/debian/3.20.2-1 https://git.dgit.debian.org/python-zipp + +Format: 1.0 +Package: python3-defaults +Binary: python3, python3-venv, python3-minimal, python3-nopie, python3-examples, python3-dev, libpython3-dev, libpython3-stdlib, idle, python3-doc, python3-dbg, libpython3-dbg, python3-all, python3-all-dev, python3-all-dbg, python3-all-venv, libpython3-all-dev, libpython3-all-dbg, 2to3, python3-full +Architecture: any all +Version: 3.12.6-1 +Maintainer: Matthias Klose +Uploaders: Piotr Ożarowski , Stefano Rivera +Homepage: https://www.python.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/cpython-team/python3-defaults +Vcs-Git: https://salsa.debian.org/cpython-team/python3-defaults.git +Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.11), python3.12:any (>= 3.12.6-1~), python3.12-minimal:any, python3-docutils , python3-sphinx , html2text (>= 2) +Package-List: + 2to3 deb python optional arch=all + idle deb python optional arch=all + libpython3-all-dbg deb debug optional arch=any + libpython3-all-dev deb libdevel optional arch=any + libpython3-dbg deb debug optional arch=any + libpython3-dev deb libdevel optional arch=any + libpython3-stdlib deb python optional arch=any + python3 deb python optional arch=any + python3-all deb python optional arch=any + python3-all-dbg deb debug optional arch=any + python3-all-dev deb python optional arch=any + python3-all-venv deb python optional arch=any + python3-dbg deb debug optional arch=any + python3-dev deb python optional arch=any + python3-doc deb doc optional arch=all + python3-examples deb python optional arch=all + python3-full deb python optional arch=any + python3-minimal deb python optional arch=any + python3-nopie deb python optional arch=any + python3-venv deb python optional arch=any +Directory: pool/681f4b32dd4483127b418e330ccdd3d2c37b56eb31077088c8563820147ec617 +Checksums-Sha1: + 290a3acd65f9d9162c3626c00619cd3fd7b86b97 2988 python3-defaults_3.12.6-1.dsc + 3a49ca28ae045b5595a7548a29519c5986241be1 147105 python3-defaults_3.12.6-1.tar.gz +Checksums-Sha256: + 681f4b32dd4483127b418e330ccdd3d2c37b56eb31077088c8563820147ec617 2988 python3-defaults_3.12.6-1.dsc + 4507577b36d7562fc86e8731475a5b0c437f39b966164f85c90a89330dd00b26 147105 python3-defaults_3.12.6-1.tar.gz +Files: + a4955398c3482169b29fb3e176e2fbaa 2988 python3-defaults_3.12.6-1.dsc + 2b89b617194399e3c4c8a02b86e4f57a 147105 python3-defaults_3.12.6-1.tar.gz + +Format: 3.0 (quilt) +Package: python3-stdlib-extensions +Binary: python3-tk, python3-gdbm, python3-tk-dbg, python3-gdbm-dbg, python3-lib2to3 +Architecture: any all +Version: 3.12.6-1 +Maintainer: Matthias Klose +Uploaders: Stefano Rivera +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/cpython-team/python3-stdlib +Vcs-Git: https://salsa.debian.org/cpython-team/python3-stdlib.git +Build-Depends: debhelper (>= 10), rdfind, lsb-release, libpython3.12-dev, libpython3.12t64-dbg, python3.12-dev:any (>= 3.12.5-2~), python3.12-dbg:any, libpython3.13-dev, libpython3.13-dbg, python3.13-dev:any (>= 3.13.0~rc1-2~), python3.13-dbg:any, python3-setuptools +Build-Conflicts: tcl8.4-dev, tcl8.5-dev, tk8.4-dev, tk8.5-dev +Package-List: + python3-gdbm deb python optional arch=any + python3-gdbm-dbg deb debug optional arch=any + python3-lib2to3 deb python optional arch=all + python3-tk deb python optional arch=any + python3-tk-dbg deb debug optional arch=any +Directory: pool/45587c3e0fce1fd8040ffb5ba432d58a1570d69e26925bf83546912261b18ce1 +Checksums-Sha1: + 48e798da12521d8c81a50ddf91903ef8a340b2f8 2547 python3-stdlib-extensions_3.12.6-1.dsc + 849fcd674b9ae54ff38e7709f7e61c5a393c17c8 1941616 python3-stdlib-extensions_3.12.6.orig.tar.xz + b01c0c8a77c302a0a0f19d6fd194b8eb3c9aca30 29488 python3-stdlib-extensions_3.12.6-1.debian.tar.xz +Checksums-Sha256: + 45587c3e0fce1fd8040ffb5ba432d58a1570d69e26925bf83546912261b18ce1 2547 python3-stdlib-extensions_3.12.6-1.dsc + c963d5b95720c59e547eea2bb759171023dc5f5468159d0343056d05f6040935 1941616 python3-stdlib-extensions_3.12.6.orig.tar.xz + 7e71a40a8963d81bfba4c4cc051e47b5f6e9d78dd305ef59cd23d3e89be474b4 29488 python3-stdlib-extensions_3.12.6-1.debian.tar.xz +Files: + ef18c100434d605333b6ad1f7e6bd942 2547 python3-stdlib-extensions_3.12.6-1.dsc + 0aa407c9162f4a9ec52d290eb104eca5 1941616 python3-stdlib-extensions_3.12.6.orig.tar.xz + a1c23f20c934919f3182ae8aff4c78d2 29488 python3-stdlib-extensions_3.12.6-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: python3.11 +Binary: python3.11, python3.11-venv, libpython3.11-stdlib, python3.11-minimal, python3.11-nopie, libpython3.11-minimal, libpython3.11t64, python3.11-examples, python3.11-dev, libpython3.11-dev, libpython3.11-testsuite, idle-python3.11, python3.11-doc, python3.11-dbg, libpython3.11t64-dbg, python3.11-full +Architecture: any all +Version: 3.11.9-1gardenlinux0 +Maintainer: Matthias Klose +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/cpython-team/python3/tree/python3.11 +Vcs-Git: https://salsa.debian.org/cpython-team/python3.git -b python3.11 +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, ca-certificates, gdb, locales-all, python3-distutils, python3-gdbm, python3-gdbm-dbg, python3-pip, python3-setuptools, python3-tk, python3-tk-dbg, python3-wheel-whl, shunit2, systemtap-sdt-dev, virtualenv +Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.11), quilt, autoconf, lsb-release, sharutils, libreadline-dev | libeditreadline-dev, libncursesw5-dev (>= 5.3), zlib1g-dev, libbz2-dev, liblzma-dev, libgdbm-dev, libdb-dev, libssl-dev, libexpat1-dev, libbluetooth-dev [linux-any] , locales-all, libnsl-dev, libsqlite3-dev, libffi-dev (>= 3.0.5) [!or1k], libgpm2 [linux-any], media-types | mime-support, netbase, bzip2, time, python3:any, python3.11:any , net-tools, systemtap-sdt-dev [!hurd-amd64 !hurd-i386], valgrind-if-available +Build-Depends-Indep: python3-sphinx, python3-docs-theme, texinfo +Package-List: + idle-python3.11 deb python optional arch=all + libpython3.11-dev deb libdevel optional arch=any + libpython3.11-minimal deb python optional arch=any + libpython3.11-stdlib deb python optional arch=any + libpython3.11-testsuite deb libdevel optional arch=all + libpython3.11t64 deb libs optional arch=any + libpython3.11t64-dbg deb debug optional arch=any + python3.11 deb python optional arch=any + python3.11-dbg deb debug optional arch=any + python3.11-dev deb python optional arch=any + python3.11-doc deb doc optional arch=all + python3.11-examples deb python optional arch=all + python3.11-full deb python optional arch=any + python3.11-minimal deb python optional arch=any + python3.11-nopie deb python optional arch=any + python3.11-venv deb python optional arch=any +Directory: pool/7354a6a87087aea97e3f7312315c6d9348076297d9aee8c1e11fbe69c0daa394 +Checksums-Sha1: + f1b000e94d17d1c46f8e6b2b000fb9e1ce5ad744 2889 python3.11_3.11.9-1gardenlinux0.dsc + 5a701d57cde22f2d0b5e86de40874509c5797591 20072424 python3.11_3.11.9.orig.tar.xz + fc0e030b44d746acbb5f671adfbfc59f94962bd2 214128 python3.11_3.11.9-1gardenlinux0.debian.tar.xz +Checksums-Sha256: + 7354a6a87087aea97e3f7312315c6d9348076297d9aee8c1e11fbe69c0daa394 2889 python3.11_3.11.9-1gardenlinux0.dsc + d9fef601d4f2233fbb569a444634305468a961150b349fa3d437d2b4f5b2a1a3 20072424 python3.11_3.11.9.orig.tar.xz + 3c88c7778c711faddc639bec6ff1428188fad2dfe3516f07a5e9a831b37bf04e 214128 python3.11_3.11.9-1gardenlinux0.debian.tar.xz +Files: + 3de8370db6938796d8e1f072152bdac1 2889 python3.11_3.11.9-1gardenlinux0.dsc + a0319dbd6eaf1ce178bc732e1f7d1848 20072424 python3.11_3.11.9.orig.tar.xz + b3ca52fc19abe3489d7b35226171e0ad 214128 python3.11_3.11.9-1gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: python3.12 +Binary: python3.12, python3.12-venv, libpython3.12-stdlib, python3.12-minimal, python3.12-nopie, libpython3.12-minimal, libpython3.12t64, python3.12-examples, python3.12-dev, libpython3.12-dev, libpython3.12-testsuite, idle-python3.12, python3.12-doc, python3.12-dbg, libpython3.12t64-dbg, python3.12-full, python3.12-tk, python3.12-gdbm +Architecture: any all +Version: 3.12.7-1gl0 +Maintainer: Matthias Klose +Uploaders: Stefano Rivera +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/cpython-team/python3 +Vcs-Git: https://salsa.debian.org/cpython-team/python3.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, ca-certificates, gdb, locales-all, python3-pip, python3-setuptools, python3-setuptools-whl, python3-wheel-whl, shunit2, systemtap-sdt-dev, virtualenv +Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.11), quilt, autoconf, lsb-release, sharutils, libreadline-dev | libeditreadline-dev, libncurses-dev, zlib1g-dev, libbz2-dev, liblzma-dev, libgdbm-dev, libdb-dev, tk-dev, blt-dev (>= 2.4z), libssl-dev, libexpat1-dev, libbluetooth-dev [linux-any] , locales-all, libnsl-dev, libsqlite3-dev, libffi-dev (>= 3.0.5) [!or1k], libgpm2 [linux-any], media-types | mime-support, netbase, bzip2, time, python3:any, python3.12:any , net-tools, python3-pip-whl , python3-setuptools-whl , python3-wheel-whl , xvfb , xauth , tzdata , systemtap-sdt-dev [!hurd-amd64 !hurd-i386], valgrind-if-available +Build-Depends-Indep: python3-sphinx, python3-docs-theme, texinfo +Package-List: + idle-python3.12 deb python optional arch=all + libpython3.12-dev deb libdevel optional arch=any + libpython3.12-minimal deb python optional arch=any + libpython3.12-stdlib deb python optional arch=any + libpython3.12-testsuite deb libdevel optional arch=all + libpython3.12t64 deb libs optional arch=any + libpython3.12t64-dbg deb debug optional arch=any + python3.12 deb python optional arch=any + python3.12-dbg deb debug optional arch=any + python3.12-dev deb python optional arch=any + python3.12-doc deb doc optional arch=all + python3.12-examples deb python optional arch=all + python3.12-full deb python optional arch=any + python3.12-gdbm deb python optional arch=any + python3.12-minimal deb python optional arch=any + python3.12-nopie deb python optional arch=any + python3.12-tk deb python optional arch=any + python3.12-venv deb python optional arch=any +Directory: pool/09ad48d4379d5df89ec64e3cfa75ba0330f2c4609986ae9dacfcbc3a40c3f953 +Checksums-Sha1: + 83c0af345d784b62bfee10c5cc3e54d71a9135f5 3101 python3.12_3.12.7-1gl0.dsc + 2d097d7a75207a2c4378563a060dbaf0e0d31fe3 20716472 python3.12_3.12.7.orig.tar.xz + 06c7b268174a9b67ee7ee7ac526a48c03e999266 218468 python3.12_3.12.7-1gl0.debian.tar.xz +Checksums-Sha256: + 09ad48d4379d5df89ec64e3cfa75ba0330f2c4609986ae9dacfcbc3a40c3f953 3101 python3.12_3.12.7-1gl0.dsc + e16ad2db214c1f020f31206e86ba3d47ad8cd37daf22a872e1248897baa0d4e2 20716472 python3.12_3.12.7.orig.tar.xz + 9405c0733ff6a6d5c2fa451f6f4c798cfd878a7e0485713b64d7bc62c8e35a63 218468 python3.12_3.12.7-1gl0.debian.tar.xz +Files: + f6953df0c5459d400f278bbbe0999856 3101 python3.12_3.12.7-1gl0.dsc + 64a397dcf221aa76b10d0167c871192d 20716472 python3.12_3.12.7.orig.tar.xz + 46ba15e2996b3341a761b9ccfd42042a 218468 python3.12_3.12.7-1gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: python3.13 +Binary: python3.13, python3.13-venv, libpython3.13-stdlib, python3.13-minimal, python3.13-nopie, libpython3.13-minimal, libpython3.13, python3.13-examples, python3.13-dev, libpython3.13-dev, libpython3.13-testsuite, idle-python3.13, python3.13-doc, python3.13-dbg, libpython3.13-dbg, python3.13-full, python3.13-tk, python3.13-gdbm +Architecture: any all +Version: 3.13.0~rc2-1 +Maintainer: Matthias Klose +Uploaders: Stefano Rivera +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/cpython-team/python3 +Vcs-Git: https://salsa.debian.org/cpython-team/python3.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, ca-certificates, gdb, locales-all, python3-pip, python3-setuptools, python3-setuptools-whl, python3-wheel-whl, shunit2, systemtap-sdt-dev, virtualenv +Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.11), quilt, autoconf, lsb-release, sharutils, libreadline-dev | libeditreadline-dev, libncurses-dev, zlib1g-dev, libbz2-dev, liblzma-dev, libgdbm-dev, libdb-dev, tk-dev, blt-dev (>= 2.4z), libssl-dev, libexpat1-dev, libbluetooth-dev [linux-any] , locales-all, libnsl-dev, libsqlite3-dev, libffi-dev (>= 3.0.5) [!or1k], libgpm2 [linux-any], media-types | mime-support, netbase, bzip2, time, python3:any, python3.13:any , net-tools, tzdata , systemtap-sdt-dev [!hurd-amd64 !hurd-i386], valgrind-if-available +Build-Depends-Indep: python3-sphinx, python3-docs-theme, texinfo +Package-List: + idle-python3.13 deb python optional arch=all + libpython3.13 deb libs optional arch=any + libpython3.13-dbg deb debug optional arch=any + libpython3.13-dev deb libdevel optional arch=any + libpython3.13-minimal deb python optional arch=any + libpython3.13-stdlib deb python optional arch=any + libpython3.13-testsuite deb libdevel optional arch=all + python3.13 deb python optional arch=any + python3.13-dbg deb debug optional arch=any + python3.13-dev deb python optional arch=any + python3.13-doc deb doc optional arch=all + python3.13-examples deb python optional arch=all + python3.13-full deb python optional arch=any + python3.13-gdbm deb python optional arch=any + python3.13-minimal deb python optional arch=any + python3.13-nopie deb python optional arch=any + python3.13-tk deb python optional arch=any + python3.13-venv deb python optional arch=any +Directory: pool/9c91afc9c71b618f164ad5f56b3fbc4e0d48a616ee351042a5e938db3748b6c8 +Checksums-Sha1: + 907444f9050d5e7dfb280ee60bbbe76d9dd3a84f 3283 python3.13_3.13.0~rc2-1.dsc + cfd4eaf1ae78307accbb5651c6d963029b45956e 21055084 python3.13_3.13.0~rc2.orig.tar.xz + 4a4ed6af196d946db47af73dff6ae9c7d9c3bfb6 210468 python3.13_3.13.0~rc2-1.debian.tar.xz +Checksums-Sha256: + 9c91afc9c71b618f164ad5f56b3fbc4e0d48a616ee351042a5e938db3748b6c8 3283 python3.13_3.13.0~rc2-1.dsc + d60e8b7c10de4f71d2dffaf7c7be8efa54dc1e532fe931dbb84e5f625709e237 21055084 python3.13_3.13.0~rc2.orig.tar.xz + a31dab34327257ed9a41dc2070098ed3fab0c01bf51b6116acced063508f8209 210468 python3.13_3.13.0~rc2-1.debian.tar.xz +Files: + 32c7834e14dc25b9dc7c9f03fbdce306 3283 python3.13_3.13.0~rc2-1.dsc + 8ace0094cf8698daf5328a2819ab0376 21055084 python3.13_3.13.0~rc2.orig.tar.xz + 4439d08d972eefa893c6813232c7d481 210468 python3.13_3.13.0~rc2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: pyyaml +Binary: python3-yaml +Architecture: any +Version: 6.0.2-1 +Maintainer: Debian Python Team +Uploaders: Gordon Ball , Michael Hudson-Doyle +Homepage: https://github.com/yaml/pyyaml +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/pyyaml +Vcs-Git: https://salsa.debian.org/python-team/packages/pyyaml.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all +Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, dh-sequence-python3, python3-all-dev, python3-setuptools, libyaml-dev, cython3 +Package-List: + python3-yaml deb python optional arch=any +Directory: pool/6306e75c1b6c41c3d530afb50e25473e1c2b3cd4434510fab0c9132f6924cfa7 +Checksums-Sha1: + 59d6beb239f76987117ed1e3b929c052b4005a03 2131 pyyaml_6.0.2-1.dsc + 28ff04429be8b54e1e73a7349b5e36034295cf5e 130631 pyyaml_6.0.2.orig.tar.gz + 1432589dbcb432bbd49dffad8809b7fd462c7461 8144 pyyaml_6.0.2-1.debian.tar.xz +Checksums-Sha256: + 6306e75c1b6c41c3d530afb50e25473e1c2b3cd4434510fab0c9132f6924cfa7 2131 pyyaml_6.0.2-1.dsc + d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e 130631 pyyaml_6.0.2.orig.tar.gz + d7869aae92f510860c3774d4f7e81c28fbca3bf23cc493e57e2d23bc274d8975 8144 pyyaml_6.0.2-1.debian.tar.xz +Files: + 95ab73b44759de5417e617b6529bee5b 2131 pyyaml_6.0.2-1.dsc + 9600ee49b2b4e1a0237cf4173b6dc594 130631 pyyaml_6.0.2.orig.tar.gz + 3944bbb2c08745617f55fe00efb7e155 8144 pyyaml_6.0.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: qemu +Binary: qemu-system, qemu-block-extra, qemu-system-data, qemu-system-common, qemu-system-gui, qemu-system-modules-spice, qemu-system-modules-opengl, qemu-system-misc, qemu-system-arm, qemu-system-mips, qemu-system-ppc, qemu-system-sparc, qemu-system-x86, qemu-system-xen, qemu-user, qemu-user-static, qemu-user-binfmt, qemu-utils, qemu-guest-agent +Architecture: any all +Version: 1:9.1.0+ds-7 +Maintainer: Debian QEMU Team +Uploaders: Michael Tokarev +Homepage: http://www.qemu.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/qemu-team/qemu +Vcs-Git: https://salsa.debian.org/qemu-team/qemu.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), python3:any, python3-venv:any, python3:any (>> 3.11) | python3-tomli, meson (>> 1.1.0~), ninja-build, flex, bison, python3-sphinx:native, python3-sphinx-rtd-theme:native +Build-Depends-Arch: pkgconf, libglib2.0-dev, zlib1g-dev, pkgconf:native, libglib2.0-dev:native, libcapstone-dev, libaio-dev [linux-any], libjack-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libpulse-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libasound2-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libpipewire-0.3-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libbpf-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libblkio-dev [amd64 arm64 loong64 mips64 mips64el ppc64 ppc64el riscv64 s390x sparc64], libbrlapi-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libcap-ng-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libcurl4-gnutls-dev, libfdt-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libfuse3-dev [linux-any], gnutls-dev, libgtk-3-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libvte-2.91-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libiscsi-dev, libncurses-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libvirglrenderer-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libepoxy-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libdrm-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libgbm-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libnfs-dev, libnuma-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libcacard-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libpixman-1-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], librbd-dev [amd64 arm64 loong64 mips64el ppc64el riscv64 s390x], libglusterfs-dev [amd64 arm64 loong64 mips64 mips64el ppc64 ppc64el riscv64 s390x sparc64], libsasl2-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libsdl2-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libseccomp-dev [amd64 arm64 armel armhf i386 loong64 mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x], libslirp-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libspice-server-dev [amd64 i386 arm64 armel armhf mips64el mipsel ppc64el], librdmacm-dev [linux-any], libibverbs-dev [linux-any], libibumad-dev [linux-any], liburing-dev [linux-any], libusb-1.0-0-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libusbredirparser-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libssh-dev, libzstd-dev, libvdeplug-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libxen-dev [linux-amd64], nettle-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libudev-dev [linux-any], libjpeg-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libpng-dev [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64], libpmem-dev [amd64 arm64], seabios (>> 1.16.3-1~) [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64] , qemu-system-data (>> 1:9.0) [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64] , qemu-system-data (>> 1:9.0.2+ds-2~) [amd64 arm arm64 armel armhf i386 loong64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sparc sparc64] +Build-Depends-Indep: gcc-i686-linux-gnu, device-tree-compiler, gcc-s390x-linux-gnu, gcc-alpha-linux-gnu, gcc-powerpc-linux-gnu, gcc-powerpc64-linux-gnu, libssl-dev, gcc-sparc64-linux-gnu, fcode-utils, xsltproc, gcc-hppa-linux-gnu, gcc-hppa64-linux-gnu, gcc-riscv64-linux-gnu, gcc-arm-linux-gnueabi, libc6-dev-armel-cross, gcc-aarch64-linux-gnu , libc6-dev-arm64-cross , libc6-dev-hppa-cross , libc6-dev-i386-cross , gcc-loongarch64-linux-gnu , libc6-dev-loong64-cross , libc6-dev-ppc64-cross , libc6-dev-riscv64-cross , libc6-dev-s390x-cross , gcc-x86-64-linux-gnu +Build-Conflicts: oss4-dev +Package-List: + qemu-block-extra deb otherosfs optional arch=alpha,amd64,arm,arm64,armel,armhf,hppa,i386,loong64,m68k,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sh4,sparc,sparc64,x32 + qemu-guest-agent deb otherosfs optional arch=any + qemu-system deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-arm deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-common deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-data deb otherosfs optional arch=all + qemu-system-gui deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-mips deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-misc deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-modules-opengl deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-modules-spice deb otherosfs optional arch=amd64,i386,arm64,armel,armhf,mips64el,mipsel,ppc64el profile=!pkg.qemu.omit-system + qemu-system-ppc deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-sparc deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-x86 deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-system + qemu-system-xen deb otherosfs optional arch=amd64 profile=!pkg.qemu.omit-system-xen + qemu-user deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-user + qemu-user-binfmt deb otherosfs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-user + qemu-user-static deb oldlibs optional arch=amd64,arm,arm64,armel,armhf,i386,loong64,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sparc,sparc64 profile=!pkg.qemu.omit-user + qemu-utils deb otherosfs optional arch=alpha,amd64,arm,arm64,armel,armhf,hppa,i386,loong64,m68k,mips,mips64,mips64el,mipsel,powerpc,powerpcspe,ppc64,ppc64el,riscv64,s390x,sh4,sparc,sparc64,x32 +Directory: pool/8a2f9dd91f0f29b8c7e31d3f954536a2b479c1d75f628f732270d88ad0c3393b +Checksums-Sha1: + 69f86ae355557b1604c0cf2fd6df77d1b16442d0 12035 qemu_9.1.0+ds-7.dsc + 3d64b3f608389c07982faf90428df3faf5b8ad62 39394616 qemu_9.1.0+ds.orig.tar.xz + e02385ead702c622fb264574aaa0b121e254dbc6 119380 qemu_9.1.0+ds-7.debian.tar.xz +Checksums-Sha256: + 8a2f9dd91f0f29b8c7e31d3f954536a2b479c1d75f628f732270d88ad0c3393b 12035 qemu_9.1.0+ds-7.dsc + 074b295cd83ccbf85ed19a5bd964f803f9c8343ce48405d07348a21242da1e87 39394616 qemu_9.1.0+ds.orig.tar.xz + 5dd5e27b753bef60f878e183afacf361749c1ccfd606985398602eaf74603508 119380 qemu_9.1.0+ds-7.debian.tar.xz +Files: + 1dd6db90f005c7e229ea6e9559ccd873 12035 qemu_9.1.0+ds-7.dsc + ebf8656cc69bfa474ffb5fc630350bff 39394616 qemu_9.1.0+ds.orig.tar.xz + 2bb5a5ba2daf98c5f1adb1d00b182264 119380 qemu_9.1.0+ds-7.debian.tar.xz + +Format: 3.0 (quilt) +Package: qtbase-opensource-src-gles +Binary: libqt5gui5-gles, qtbase5-gles-dev, qtbase5-private-gles-dev +Architecture: any +Version: 5.15.13+dfsg-2 +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Sune Vuorela , Pino Toscano , Lisandro Damián Nicanor Pérez Meyer , Timo Jyrinki , Dmitry Shachnev , Simon Quigley +Homepage: https://www.qt.io/developers/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtbase +Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtbase.git -b gles/master +Build-Depends: debhelper-compat (= 13), default-libmysqlclient-dev, dh-exec, dpkg-dev (>= 1.22.5), firebird-dev [linux-any], freetds-dev, libasound2-dev [linux-any], libatspi2.0-dev, libcups2-dev, libdbus-1-dev, libdouble-conversion-dev, libdrm-dev [linux-any], libfontconfig-dev, libfreetype-dev, libgbm-dev [linux-any], libgles-dev, libglib2.0-dev, libglu1-mesa-dev | libglu-dev, libgtk-3-dev, libharfbuzz-dev, libicu-dev, libinput-dev [linux-any], libjpeg-dev, libkrb5-dev, libmd4c-dev, libmtdev-dev [linux-any], libpcre2-dev, libpng-dev, libpq-dev, libproxy-dev, libpulse-dev, libqt5core5t64 (>= 5.15.13+dfsg~), libqt5dbus5t64 (>= 5.15.13+dfsg~), libqt5network5t64 (>= 5.15.13+dfsg~), libsqlite3-dev, libssl-dev, libudev-dev [linux-any], libvulkan-dev [linux-any], libx11-dev, libx11-xcb-dev, libxcb-icccm4-dev, libxcb-image0-dev, libxcb-keysyms1-dev, libxcb-randr0-dev, libxcb-render-util0-dev, libxcb-render0-dev, libxcb-shape0-dev, libxcb-shm0-dev, libxcb-sync-dev, libxcb-util-dev, libxcb-xfixes0-dev, libxcb-xinerama0-dev, libxcb-xinput-dev, libxcb-xkb-dev, libxcb1-dev, libxext-dev, libxi-dev, libxkbcommon-dev, libxkbcommon-x11-dev, libxrender-dev, libzstd-dev, pkg-kde-tools, pkgconf, publicsuffix, qt5-qmake-bin , unixodbc-dev, zlib1g-dev +Package-List: + libqt5gui5-gles deb libs optional arch=any + qtbase5-gles-dev deb libdevel optional arch=any + qtbase5-private-gles-dev deb libdevel optional arch=any +Directory: pool/c94eda45ff4b6ce7a098cc653f341d1b2fecc76c41f097c57f7e5f2ae0d5e8e0 +Checksums-Sha1: + cdacf1b638378b5d6d75e7310a979fe2e9d045aa 3710 qtbase-opensource-src-gles_5.15.13+dfsg-2.dsc + f51f8ac10bdc78b9c8535dc543a3afd3b394f6ff 48578972 qtbase-opensource-src-gles_5.15.13+dfsg.orig.tar.xz + d391690e4b126d6980253655f2311335b889ca45 134180 qtbase-opensource-src-gles_5.15.13+dfsg-2.debian.tar.xz +Checksums-Sha256: + c94eda45ff4b6ce7a098cc653f341d1b2fecc76c41f097c57f7e5f2ae0d5e8e0 3710 qtbase-opensource-src-gles_5.15.13+dfsg-2.dsc + 397493b55747a54718a80a9e72222bac92b069e2f463f1509a85de02563c964d 48578972 qtbase-opensource-src-gles_5.15.13+dfsg.orig.tar.xz + f2cb274ae9fc8f0150326c7f2a02148c344a04d20ec30c1093b0d28f818969bf 134180 qtbase-opensource-src-gles_5.15.13+dfsg-2.debian.tar.xz +Files: + 29d05e06c9ea9be2f88197bde77ecba8 3710 qtbase-opensource-src-gles_5.15.13+dfsg-2.dsc + ddd2394e8bd8e5c2f9b444f94d02924a 48578972 qtbase-opensource-src-gles_5.15.13+dfsg.orig.tar.xz + 1afc1f499771e293ab79e3dc8ea39f4c 134180 qtbase-opensource-src-gles_5.15.13+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: qtbase-opensource-src +Binary: libqt5core5t64, libqt5gui5t64, qt5-gtk-platformtheme, qt5-xdgdesktopportal-platformtheme, libqt5network5t64, libqt5opengl5t64, libqt5sql5t64, libqt5sql5-mysql, libqt5sql5-odbc, libqt5sql5-psql, libqt5sql5-sqlite, libqt5sql5-tds, libqt5sql5-ibase, libqt5xml5t64, libqt5dbus5t64, libqt5test5t64, libqt5concurrent5t64, libqt5widgets5t64, libqt5printsupport5t64, qtbase5-dev, qtbase5-private-dev, libqt5opengl5-dev, qtbase5-dev-tools, qt5-qmake-bin, qt5-qmake, qtbase5-examples, qtbase5-doc, qtbase5-doc-html, qtbase5-doc-dev +Architecture: any all +Version: 5.15.13+dfsg-4 +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Sune Vuorela , Pino Toscano , Timo Jyrinki , Dmitry Shachnev , Simon Quigley +Homepage: https://www.qt.io/developers/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtbase +Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtbase.git +Build-Depends: debhelper-compat (= 13), default-libmysqlclient-dev, dh-exec, dpkg-dev (>= 1.22.5), firebird-dev [linux-any], freetds-dev, libasound2-dev [linux-any], libatspi2.0-dev, libcups2-dev, libdbus-1-dev, libdouble-conversion-dev, libdrm-dev [linux-any], libfontconfig-dev, libfreetype-dev, libgbm-dev [linux-any], libgl-dev, libgles-dev, libglib2.0-dev, libglu1-mesa-dev | libglu-dev, libgtk-3-dev, libharfbuzz-dev, libicu-dev, libinput-dev [linux-any], libjpeg-dev, libkrb5-dev, libmd4c-dev, libmtdev-dev [linux-any], libpcre2-dev, libpng-dev, libpq-dev, libproxy-dev, libpulse-dev, libsqlite3-dev, libssl-dev, libudev-dev [linux-any], libvulkan-dev [linux-any], libx11-dev, libx11-xcb-dev, libxcb-glx0-dev, libxcb-icccm4-dev, libxcb-image0-dev, libxcb-keysyms1-dev, libxcb-randr0-dev, libxcb-render-util0-dev, libxcb-render0-dev, libxcb-shape0-dev, libxcb-shm0-dev, libxcb-sync-dev, libxcb-util-dev, libxcb-xfixes0-dev, libxcb-xinerama0-dev, libxcb-xinput-dev, libxcb-xkb-dev, libxcb1-dev, libxext-dev, libxi-dev, libxkbcommon-dev, libxkbcommon-x11-dev, libxrender-dev, libzstd-dev, pkg-kde-tools, pkgconf, publicsuffix, qt5-qmake-bin , unixodbc-dev, zlib1g-dev +Build-Depends-Indep: qdoc-qt5 (>= 5.15~) , qhelpgenerator-qt5 (>= 5.15~) , qtattributionsscanner-qt5 +Package-List: + libqt5concurrent5t64 deb libs optional arch=any + libqt5core5t64 deb libs optional arch=any + libqt5dbus5t64 deb libs optional arch=any + libqt5gui5t64 deb libs optional arch=any + libqt5network5t64 deb libs optional arch=any + libqt5opengl5-dev deb libdevel optional arch=any + libqt5opengl5t64 deb libs optional arch=any + libqt5printsupport5t64 deb libs optional arch=any + libqt5sql5-ibase deb libs optional arch=linux-any + libqt5sql5-mysql deb libs optional arch=any + libqt5sql5-odbc deb libs optional arch=any + libqt5sql5-psql deb libs optional arch=any + libqt5sql5-sqlite deb libs optional arch=any + libqt5sql5-tds deb libs optional arch=any + libqt5sql5t64 deb libs optional arch=any + libqt5test5t64 deb libs optional arch=any + libqt5widgets5t64 deb libs optional arch=any + libqt5xml5t64 deb libs optional arch=any + qt5-gtk-platformtheme deb libs optional arch=any + qt5-qmake deb devel optional arch=any + qt5-qmake-bin deb devel optional arch=any + qt5-xdgdesktopportal-platformtheme deb libs optional arch=any + qtbase5-dev deb libdevel optional arch=any + qtbase5-dev-tools deb devel optional arch=any + qtbase5-doc deb doc optional arch=all profile=!nodoc + qtbase5-doc-dev deb libdevel optional arch=all profile=!nodoc + qtbase5-doc-html deb doc optional arch=all profile=!nodoc + qtbase5-examples deb x11 optional arch=any + qtbase5-private-dev deb libdevel optional arch=any +Directory: pool/31724e5642478c1e0e876cda164487730f52d03f758cbfe37690464bc4e43048 +Checksums-Sha1: + 980b9208ebbb5efad293cd0db4202040bf3b2d63 5334 qtbase-opensource-src_5.15.13+dfsg-4.dsc + f51f8ac10bdc78b9c8535dc543a3afd3b394f6ff 48578972 qtbase-opensource-src_5.15.13+dfsg.orig.tar.xz + 29ad0c08d8c66dfc25922b3a902feca76403fd31 235200 qtbase-opensource-src_5.15.13+dfsg-4.debian.tar.xz +Checksums-Sha256: + 31724e5642478c1e0e876cda164487730f52d03f758cbfe37690464bc4e43048 5334 qtbase-opensource-src_5.15.13+dfsg-4.dsc + 397493b55747a54718a80a9e72222bac92b069e2f463f1509a85de02563c964d 48578972 qtbase-opensource-src_5.15.13+dfsg.orig.tar.xz + a77e7d2c86c759f2d24cc0722d80ecf5de5495e29f8a7643889451c09f048776 235200 qtbase-opensource-src_5.15.13+dfsg-4.debian.tar.xz +Files: + a9b93ae15433deff254924b2b94ec2c8 5334 qtbase-opensource-src_5.15.13+dfsg-4.dsc + ddd2394e8bd8e5c2f9b444f94d02924a 48578972 qtbase-opensource-src_5.15.13+dfsg.orig.tar.xz + 98833b6d65d64a81c4c3867dcd8ee899 235200 qtbase-opensource-src_5.15.13+dfsg-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: quilt +Binary: quilt, quilt-el +Architecture: all +Version: 0.68-1 +Maintainer: Martin Quinson +Uploaders: Dr. Tobias Quathamer , +Homepage: https://savannah.nongnu.org/projects/quilt +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/quilt +Vcs-Git: https://salsa.debian.org/debian/quilt.git +Build-Depends: bash-completion, debhelper-compat (= 13) +Build-Depends-Indep: diffstat, ed, gawk, gettext, hevea, html2text, perl, procmail +Package-List: + quilt deb vcs optional arch=all + quilt-el deb vcs optional arch=all +Directory: pool/3202ab7bf40fd893a1e39b366ec3f637eb3d3e2bf2333c7994874a953024f908 +Checksums-Sha1: + 62b5a4fde7d44b0dba563eb730a533d77df7f480 2227 quilt_0.68-1.dsc + 25a0e32d79a393f1ba5029ec28bfadefb49a3efe 551096 quilt_0.68.orig.tar.gz + 3d98244e26f7c207c20fb706d3409f6213e46152 833 quilt_0.68.orig.tar.gz.asc + b77193e57f38c74542a904000b7642a78ed8a703 38196 quilt_0.68-1.debian.tar.xz +Checksums-Sha256: + 3202ab7bf40fd893a1e39b366ec3f637eb3d3e2bf2333c7994874a953024f908 2227 quilt_0.68-1.dsc + fe8c09de03c106e85b3737c8f03ade147c956b79ed7af485a1c8a3858db38426 551096 quilt_0.68.orig.tar.gz + b82a23b15bc08ca2e97f4a49d26d646a26105eb00bf3b118dbafd3bba118e8b8 833 quilt_0.68.orig.tar.gz.asc + ab560660e93a5d658f3a6300054b91e8a566b6933e14e17dad6a856d7693c2b9 38196 quilt_0.68-1.debian.tar.xz +Files: + 3d5f54a15d32fdf824ced33ec3039db1 2227 quilt_0.68-1.dsc + b4613265fdcdbfa32ff778159288fa55 551096 quilt_0.68.orig.tar.gz + eb4050f271fc218bb6865d5dfbfb2229 833 quilt_0.68.orig.tar.gz.asc + 93cb1a7671abbc48594a40c698cf0fe3 38196 quilt_0.68-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: quota +Binary: quota +Architecture: any +Version: 4.06-1.1 +Maintainer: Michael Meskes +Homepage: http://sourceforge.net/projects/linuxquota +Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 13), gettext, libwrap0-dev, e2fslibs-dev, po-debconf (>= 0.5.0), libldap2-dev, quilt (>= 0.46-7), libnl-3-dev, libnl-genl-3-dev, libdbus-1-dev, libtirpc-dev +Package-List: + quota deb admin optional arch=any +Directory: pool/4e93eede634453fa403eec23d2efe9cd9d6d1277f29d7a8163103a4f3d2b3f67 +Checksums-Sha1: + 6b7bfb75b972420748df8d9309aa4f3140bb7265 1853 quota_4.06-1.1.dsc + 98288699cc14da42f762301c2b6731ec7c777681 520448 quota_4.06.orig.tar.gz + 0956ecf1f3c3ff5ca7dd33da9c4cfbfaf4cbdb4c 39360 quota_4.06-1.1.debian.tar.xz +Checksums-Sha256: + 4e93eede634453fa403eec23d2efe9cd9d6d1277f29d7a8163103a4f3d2b3f67 1853 quota_4.06-1.1.dsc + 2f3e03039f378d4f0d97acdb49daf581dcaad64d2e1ddf129495fd579fbd268d 520448 quota_4.06.orig.tar.gz + 874e500f84ea2d1fa4ffc6cd68324ee14593863b92ff35d845e76229feefae46 39360 quota_4.06-1.1.debian.tar.xz +Files: + aa41fa5ee5f2b89c178adccadbd16e03 1853 quota_4.06-1.1.dsc + aef94648438832b684978d46fdf75110 520448 quota_4.06.orig.tar.gz + 750d9785afda71c8e8fb35a60f9b07f0 39360 quota_4.06-1.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: rake +Binary: rake +Architecture: all +Version: 13.2.1-1 +Maintainer: Debian Ruby Team +Uploaders: Antonio Terceiro , Paul van Tilburg , Caitlin Matos , Georg Faerber , +Homepage: https://github.com/ruby/rake +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/ruby-team/rake +Vcs-Git: https://salsa.debian.org/ruby-team/rake.git +Testsuite: autopkgtest-pkg-ruby +Build-Depends: debhelper-compat (= 13), gem2deb, ruby-bundler, ruby-minitest +Package-List: + rake deb ruby optional arch=all +Directory: pool/c3735a3b72bc085dff5f36ca9362fa200b74ebcda6693861da2ed32539eb0cc4 +Checksums-Sha1: + c7985106b9a47dc0cf2d597aa7d19ef54606db94 2083 rake_13.2.1-1.dsc + bc514229789c66900a7ed099c7e9dca8413bbec2 124565 rake_13.2.1.orig.tar.gz + 1897e0f19d776e5d87823b56793223a2d96240d0 8188 rake_13.2.1-1.debian.tar.xz +Checksums-Sha256: + c3735a3b72bc085dff5f36ca9362fa200b74ebcda6693861da2ed32539eb0cc4 2083 rake_13.2.1-1.dsc + 158f7bb2e7707e97b94d9edd6053bcf0156b8309ff33d89fb9aec79eedd2f585 124565 rake_13.2.1.orig.tar.gz + 94e5bfa57d3acb7f5e34799810edc555e5ab40240271255e76758d7f2c58de3d 8188 rake_13.2.1-1.debian.tar.xz +Files: + 146df985ecd76741df5fe13827bf7167 2083 rake_13.2.1-1.dsc + 09004cc928ede9fdf9154fbd76f0657c 124565 rake_13.2.1.orig.tar.gz + 19a7e6366397a81954779b7b5fec43a2 8188 rake_13.2.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: rdma-core +Binary: rdma-core, ibacm, ibverbs-providers, ibverbs-utils, libibverbs-dev, libibverbs1, libibumad-dev, libibumad3, librdmacm-dev, librdmacm1t64, rdmacm-utils, srptools, python3-pyverbs, infiniband-diags, libibmad5, libibmad-dev, libibnetdisc5t64, libibnetdisc-dev +Architecture: linux-any +Version: 52.0-2 +Maintainer: Benjamin Drung +Homepage: https://github.com/linux-rdma/rdma-core +Standards-Version: 4.6.2 +Vcs-Browser: https://github.com/linux-rdma/rdma-core +Vcs-Git: https://github.com/linux-rdma/rdma-core.git -b debian/unstable +Build-Depends: cmake (>= 2.8.11), cython3, debhelper-compat (= 13), dh-python, dpkg-dev (>= 1.22.5), libnl-3-dev, libnl-route-3-dev, libsystemd-dev, libudev-dev, ninja-build, pandoc, pkgconf, python3-dev, python3-docutils, valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x] +Package-List: + ibacm deb net optional arch=linux-any + ibverbs-providers deb net optional arch=linux-any + ibverbs-utils deb net optional arch=linux-any + infiniband-diags deb net optional arch=linux-any + libibmad-dev deb libdevel optional arch=linux-any + libibmad5 deb libs optional arch=linux-any + libibnetdisc-dev deb libdevel optional arch=linux-any + libibnetdisc5t64 deb libs optional arch=linux-any + libibumad-dev deb libdevel optional arch=linux-any + libibumad3 deb libs optional arch=linux-any + libibverbs-dev deb libdevel optional arch=linux-any + libibverbs1 deb libs optional arch=linux-any + librdmacm-dev deb libdevel optional arch=linux-any + librdmacm1t64 deb libs optional arch=linux-any + python3-pyverbs deb python optional arch=linux-any + rdma-core deb net optional arch=linux-any + rdmacm-utils deb net optional arch=linux-any + srptools deb net optional arch=linux-any +Directory: pool/50f8f58712bbfbd5be42a4edfa4c4f3a1aa274eebf56e513a1d8a7e8fc8c3902 +Checksums-Sha1: + a5df48097b801cd665c67f703d7b918800797a79 3201 rdma-core_52.0-2.dsc + 3df134cff25b127ed9f2ec19135ea6459d3539e3 1977523 rdma-core_52.0.orig.tar.gz + 20e8d5408226bff8e1e83052a4fa29238be77660 24268 rdma-core_52.0-2.debian.tar.xz +Checksums-Sha256: + 50f8f58712bbfbd5be42a4edfa4c4f3a1aa274eebf56e513a1d8a7e8fc8c3902 3201 rdma-core_52.0-2.dsc + 1f0ce5f2462c982b20d21156707076278807a7adf4d10e9142f3be4bec1b2b83 1977523 rdma-core_52.0.orig.tar.gz + 6e06ac02aab7586a841bc9e1fc4c2d0bf38f5e0f15cdefca50f5a95129f6280d 24268 rdma-core_52.0-2.debian.tar.xz +Files: + ec87ce38e9ca246e87ffbb04c064f693 3201 rdma-core_52.0-2.dsc + c78dba484aac72eb8586d88f7b399b0f 1977523 rdma-core_52.0.orig.tar.gz + cfccbf7c71acaa5df87040fca569cb38 24268 rdma-core_52.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: readline +Binary: libreadline8t64, libreadline8-udeb, lib64readline8, readline-common, readline-common-udeb, libreadline-dev, lib64readline-dev, rlfe, lib32readline8, lib32readline-dev, readline-doc +Architecture: any all +Version: 8.2-5 +Maintainer: Matthias Klose +Homepage: https://tiswww.case.edu/php/chet/readline/rltop.html +Standards-Version: 4.7.0 +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 13), libncurses-dev, lib32ncurses-dev [amd64 ppc64] , lib64ncurses-dev [i386 powerpc sparc s390] , mawk | awk, texinfo, gcc-multilib [amd64 i386 kfreebsd-amd64 powerpc ppc64 s390 sparc] +Package-List: + lib32readline-dev deb libdevel optional arch=amd64,ppc64 profile=!nobiarch + lib32readline8 deb libs optional arch=amd64,ppc64 profile=!nobiarch + lib64readline-dev deb libdevel optional arch=i386,powerpc,s390,sparc profile=!nobiarch + lib64readline8 deb libs optional arch=i386,powerpc,s390,sparc profile=!nobiarch + libreadline-dev deb libdevel optional arch=any + libreadline8-udeb udeb debian-installer optional arch=any profile=!noudeb + libreadline8t64 deb libs optional arch=any + readline-common deb utils optional arch=all + readline-common-udeb udeb debian-installer optional arch=all profile=!noudeb + readline-doc deb doc optional arch=all + rlfe deb utils optional arch=any profile=!cross +Directory: pool/7bf762ba8df6866c45f11a74cd43643cc68cf7004fdb8b137c6753e172c36f53 +Checksums-Sha1: + 1fdde4556426fb47c0bbb691e6ff2531cd8f988d 2810 readline_8.2-5.dsc + 97ad98be243a857b639c0f3da2fe7d81c6d1d36e 3043952 readline_8.2.orig.tar.gz + e7d1e72f4d76406f2bf9e0e95c1436c9f66b49a2 38368 readline_8.2-5.debian.tar.xz +Checksums-Sha256: + 7bf762ba8df6866c45f11a74cd43643cc68cf7004fdb8b137c6753e172c36f53 2810 readline_8.2-5.dsc + 3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35 3043952 readline_8.2.orig.tar.gz + 966ad7f87c83a5b9a4d6bba22cfd8251caa684a680609ca4ccfd273e0849d40e 38368 readline_8.2-5.debian.tar.xz +Files: + a07f3eedbb5a8f4583a885f1c93631b1 2810 readline_8.2-5.dsc + 4aa1b31be779e6b84f9a96cb66bc50f6 3043952 readline_8.2.orig.tar.gz + 8d1a4b69c2fe120a4292f6d62c0cbffa 38368 readline_8.2-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: referencing +Binary: python3-referencing +Architecture: all +Version: 0.35.1-1 +Maintainer: Debian Python Modules Team +Uploaders: Roland Mas +Homepage: https://github.com/python-jsonschema/referencing +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/referencing +Vcs-Git: https://salsa.debian.org/python-team/packages/referencing.git +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, pybuild-plugin-pyproject, python3-hatchling, python3-pytest, python3-traitlets, jupyter-server, python3-rpds-py +Package-List: + python3-referencing deb python optional arch=all +Directory: pool/d78ad0965539ad3c1d6aa838d56d2d5f0842311e76f0f3bfb137c07f6d6b4d09 +Checksums-Sha1: + 9b00af4ae4f17824c51e6ffee2fc58a2feb658c9 2285 referencing_0.35.1-1.dsc + b6247288f6e39bd69dc4809addcc37bff62508ad 38223 referencing_0.35.1.orig.tar.gz + 08abe1df2bcc1bf8778a409d4bb17ebd9ac6b20e 2808 referencing_0.35.1-1.debian.tar.xz +Checksums-Sha256: + d78ad0965539ad3c1d6aa838d56d2d5f0842311e76f0f3bfb137c07f6d6b4d09 2285 referencing_0.35.1-1.dsc + 25bfc6bb0e6e7118bc4b8a383103355cd70dd3234e2b7e18b0d68e8ebd7c06c1 38223 referencing_0.35.1.orig.tar.gz + 8fc0c21e58eff43a7e4455352b0441155d82f1acc9e00c36b7ddbb9db58afbbd 2808 referencing_0.35.1-1.debian.tar.xz +Files: + 86c5b7522e35b5b630d736550e2cb802 2285 referencing_0.35.1-1.dsc + d45f1d248abe5dcd742c065ff03876f9 38223 referencing_0.35.1.orig.tar.gz + 9fadca88afc294e6868d531f1d24ae9b 2808 referencing_0.35.1-1.debian.tar.xz +Dgit: c57cd7b0d4fefab901ea14ba63889475a6fb3e73 debian archive/debian/0.35.1-1 https://git.dgit.debian.org/referencing + +Format: 3.0 (quilt) +Package: refpolicy +Binary: selinux-policy-default, selinux-policy-mls, selinux-policy-src, selinux-policy-dev, selinux-policy-doc +Architecture: all +Version: 2:2.20240919-1gl0 +Maintainer: Debian SELinux maintainers +Uploaders: Russell Coker +Homepage: https://github.com/SELinuxProject/refpolicy/releases +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/refpolicy +Vcs-Git: https://salsa.debian.org/selinux-team/refpolicy.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: bzip2, checkpolicy (>= 3.7), gawk, m4, policycoreutils (>= 3.7), policycoreutils-python-utils (>= 3.7), python3, zstd +Package-List: + selinux-policy-default deb admin optional arch=all + selinux-policy-dev deb admin optional arch=all + selinux-policy-doc deb doc optional arch=all + selinux-policy-mls deb admin optional arch=all + selinux-policy-src deb admin optional arch=all +Directory: pool/490086403bc8e80836d617c1a73143a1f5ecb114f4f5e20da68ca5242efbca57 +Checksums-Sha1: + f9220acf07db1b27b37d9139e9b30e3f3a2e64e5 1574 refpolicy_2.20240919-1gl0.dsc + c376b219d051b48008d3ff68abe0a1f4ce621c4f 644868 refpolicy_2.20240919.orig.tar.xz + 0fe79e09f42e8410128fd4c16ec3ee7fef6cdda6 106536 refpolicy_2.20240919-1gl0.debian.tar.xz +Checksums-Sha256: + 490086403bc8e80836d617c1a73143a1f5ecb114f4f5e20da68ca5242efbca57 1574 refpolicy_2.20240919-1gl0.dsc + 2f7375b22bf8590ca244edbecff90ecbdb5925cf460056f7ae1b1d14905b352f 644868 refpolicy_2.20240919.orig.tar.xz + 2db35dd9832dd1fe94a7b540228d40ae3186a83b725bfd5238efebd06e7cdeeb 106536 refpolicy_2.20240919-1gl0.debian.tar.xz +Files: + 9060b70eaab40e20615820e3f9bfc632 1574 refpolicy_2.20240919-1gl0.dsc + da6abd898023700a15f8dd49b45e2665 644868 refpolicy_2.20240919.orig.tar.xz + b028b229ac85c3b4fa9355e77950b801 106536 refpolicy_2.20240919-1gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: reiserfsprogs +Binary: reiserfsprogs, libreiserfscore0t64, libreiserfscore-dev +Architecture: linux-any +Version: 1:3.6.27-9 +Maintainer: Felix Zielcke +Standards-Version: 4.7.0 +Build-Depends: comerr-dev, debhelper-compat (= 13), dh-sequence-movetousr, dpkg-dev (>= 1.22.5), libacl1-dev, uuid-dev +Package-List: + libreiserfscore-dev deb libdevel optional arch=linux-any + libreiserfscore0t64 deb libs optional arch=linux-any + reiserfsprogs deb admin optional arch=linux-any +Directory: pool/e673795aafef9e663a806cf255d042a9e4d6375e19aac0ba1cb055d9b860d44e +Checksums-Sha1: + c9edd4b538b2b6211dd6b3fcd8509de06415bc50 1971 reiserfsprogs_3.6.27-9.dsc + a73aeffcc925565a8e4181d84aa8c763e28b85bd 673735 reiserfsprogs_3.6.27.orig.tar.gz + 024aa7669500e009885f042bde9fdc8cc70ed427 27340 reiserfsprogs_3.6.27-9.debian.tar.xz +Checksums-Sha256: + e673795aafef9e663a806cf255d042a9e4d6375e19aac0ba1cb055d9b860d44e 1971 reiserfsprogs_3.6.27-9.dsc + 9bd5849dec1d0f9016e6c4ebae4794086b01fc1e01f591c2d813b09e135d8257 673735 reiserfsprogs_3.6.27.orig.tar.gz + 1513f17f6162410d2217522b9813079ede1995f388e880f8240fc3e2ed5bbbad 27340 reiserfsprogs_3.6.27-9.debian.tar.xz +Files: + 6b052a69782d9a859d093b98b62ce232 1971 reiserfsprogs_3.6.27-9.dsc + a5c172410b62b5d035e294a7721e93f6 673735 reiserfsprogs_3.6.27.orig.tar.gz + 36b30054807c797879d27415e74c1935 27340 reiserfsprogs_3.6.27-9.debian.tar.xz + +Format: 3.0 (quilt) +Package: requests +Binary: python3-requests, python-requests-doc +Architecture: all +Version: 2.32.3+dfsg-1 +Maintainer: Debian Python Team +Uploaders: Daniele Tricoli +Homepage: https://requests.readthedocs.io/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/requests +Vcs-Git: https://salsa.debian.org/python-team/packages/requests.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-certifi, python3-chardet, python3-pygments, python3-pytest, python3-pytest-httpbin, python3-pytest-mock, python3-socks, python3-trustme, python3-urllib3 +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-certifi, python3-chardet (>= 3.0.2), python3-pygments, python3-pytest, python3-pytest-httpbin, python3-pytest-mock, python3-setuptools, python3-socks, python3-sphinx (>= 1.3), python3-trustme, python3-urllib3 (>= 1.21.1) +Package-List: + python-requests-doc deb doc optional arch=all + python3-requests deb python optional arch=all +Directory: pool/af0f6628009241e7984d8a0c330a4fb84be1ee03fb15ed05961dcfe2ac19cd9b +Checksums-Sha1: + fa5e25b17a1d14beac21857dcd977d25112d4c33 2659 requests_2.32.3+dfsg-1.dsc + 7faa4d88889316aaa9e4a8a5919a6551f83be92c 149144 requests_2.32.3+dfsg.orig.tar.xz + 8c95ace9760c2e56f646a49f4ab189d6b3ce9ff9 13172 requests_2.32.3+dfsg-1.debian.tar.xz +Checksums-Sha256: + af0f6628009241e7984d8a0c330a4fb84be1ee03fb15ed05961dcfe2ac19cd9b 2659 requests_2.32.3+dfsg-1.dsc + eb6ce500ea7f88e2110e9ff81dd09fa925f69840bc8430634d1076e3d55ed466 149144 requests_2.32.3+dfsg.orig.tar.xz + 26a257e22a01867cc97abe833f2e977c73b8ab551103260a0f6a4d7736296e72 13172 requests_2.32.3+dfsg-1.debian.tar.xz +Files: + a020b9de3ad8b90ece8ed1fa13d25a8a 2659 requests_2.32.3+dfsg-1.dsc + 3d46cb301fc1a5a381a46df7be5de15d 149144 requests_2.32.3+dfsg.orig.tar.xz + 2d4f9d9d5524b70231e49418c5c2950f 13172 requests_2.32.3+dfsg-1.debian.tar.xz +Dgit: 0adcfc8bbcdd288b49b6a306dfff7b6be75e7aa7 debian archive/debian/2.32.3+dfsg-1 https://git.dgit.debian.org/requests + +Format: 3.0 (native) +Package: resizefat32 +Binary: resizefat32 +Architecture: any +Version: 0.1gardenlinux0 +Maintainer: Garden Linux Builder +Standards-Version: 4.6.1 +Build-Depends: debhelper-compat (= 13) +Package-List: + resizefat32 deb otherosfs optional arch=any +Directory: pool/bfea36e619c0207e178fc650bd2ffc1fbf988d0e8ea8e5d54e23cd76b7797f71 +Checksums-Sha1: + 4549a191f74e819678455865e32350191d929ca4 588 resizefat32_0.1gardenlinux0.dsc + 30fb2d9788b414821a1d746558474325cfb7c283 4700 resizefat32_0.1gardenlinux0.tar.xz +Checksums-Sha256: + bfea36e619c0207e178fc650bd2ffc1fbf988d0e8ea8e5d54e23cd76b7797f71 588 resizefat32_0.1gardenlinux0.dsc + f08a4417cb2ffa83244fbb9cf41136e38a88064f24f034c6c771750efd2bdfe4 4700 resizefat32_0.1gardenlinux0.tar.xz +Files: + 8bfcf4ee3f0c8f821b5027d4458d0e76 588 resizefat32_0.1gardenlinux0.dsc + 42efa24287d8a780a8d6120c30f88710 4700 resizefat32_0.1gardenlinux0.tar.xz + +Format: 3.0 (quilt) +Package: rng-tools5 +Binary: rng-tools5 +Architecture: any +Version: 5-4.1 +Maintainer: Michael Stone +Standards-Version: 4.2.1 +Build-Depends: debhelper (>= 10), autoconf, automake, libgcrypt20-dev +Package-List: + rng-tools5 deb utils optional arch=any +Directory: pool/af8bb4137b99f892475e25e8c6146892839e75a13d71504355c69cb82034ba2b +Checksums-Sha1: + 7b4ad9ea511e3d8312c5a5d3f2d6f8b086051b09 1545 rng-tools5_5-4.1.dsc + 6e8bb66b0dd4633db04112ea053ba6161475231c 31426 rng-tools5_5.orig.tar.gz + 4397bf858e37ab43a927314454869ed3afe0b0bb 3528 rng-tools5_5-4.1.debian.tar.xz +Checksums-Sha256: + af8bb4137b99f892475e25e8c6146892839e75a13d71504355c69cb82034ba2b 1545 rng-tools5_5-4.1.dsc + 9121f12d077878665c86cf2cbc97e9cbc94e3168cf7efa661b728428bc97a362 31426 rng-tools5_5.orig.tar.gz + d0fea31d0c4bc76a4dfef4b49d00f89ac4dadd88dee6ab5a6ebd4b5a3ec171f3 3528 rng-tools5_5-4.1.debian.tar.xz +Files: + fdc0f3a141697b1ae0acd49414c91b32 1545 rng-tools5_5-4.1.dsc + 98dfc48d5d2251df6934680aacca3c9c 31426 rng-tools5_5.orig.tar.gz + 497a47227b2d56ecb14db98cf61388b2 3528 rng-tools5_5-4.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: rootlesskit +Binary: rootlesskit, golang-github-rootless-containers-rootlesskit-dev +Architecture: linux-any all +Version: 2.0.2-2 +Maintainer: Debian Go Packaging Team +Uploaders: Shengjing Zhu +Homepage: https://github.com/rootless-containers/rootlesskit +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/rootlesskit +Vcs-Git: https://salsa.debian.org/go-team/packages/rootlesskit.git +Testsuite: autopkgtest-pkg-go +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-containernetworking-plugins-dev, golang-github-gofrs-flock-dev, golang-github-gorilla-mux-dev, golang-github-gotestyourself-gotest.tools-dev, golang-github-insomniacslk-dhcp-dev, golang-github-masterminds-semver-dev, golang-github-moby-sys-dev, golang-github-sirupsen-logrus-dev, golang-github-urfave-cli-v2-dev (>= 2.3.0~), golang-golang-x-sys-dev +Package-List: + golang-github-rootless-containers-rootlesskit-dev deb golang optional arch=all + rootlesskit deb admin optional arch=linux-any +Directory: pool/935b848f1e36165f0875f1907465d087a6cd9a0cd836836061df79b837b04133 +Checksums-Sha1: + 3cd1d4d4ea816714e7e196b5a3ceaa092b611793 2603 rootlesskit_2.0.2-2.dsc + 4346eda6269660c2b2ccc0928c02dca8acc8137f 63596 rootlesskit_2.0.2.orig.tar.xz + 682d42c532e9f3e1771c5abcfeae9c28992cb57c 4268 rootlesskit_2.0.2-2.debian.tar.xz +Checksums-Sha256: + 935b848f1e36165f0875f1907465d087a6cd9a0cd836836061df79b837b04133 2603 rootlesskit_2.0.2-2.dsc + 2bd981bbc04cc84f5475af5cb3292005b4b56b0657e9663dc8aae5232096bf85 63596 rootlesskit_2.0.2.orig.tar.xz + 7034bcda03085648a6fa91d95bbf24e4478d902dcd05b91fdbe38c210133cbc3 4268 rootlesskit_2.0.2-2.debian.tar.xz +Files: + a7100bf66eeb659000e857fe09f6d41e 2603 rootlesskit_2.0.2-2.dsc + 089316174677a470eadc0446ed83fccf 63596 rootlesskit_2.0.2.orig.tar.xz + acdaf8da3075c59ea80a2c04bdb12def 4268 rootlesskit_2.0.2-2.debian.tar.xz +Go-Import-Path: github.com/rootless-containers/rootlesskit + +Format: 3.0 (quilt) +Package: rpcbind +Binary: rpcbind +Architecture: any +Version: 1.2.6-8.1 +Maintainer: Josue Ortega +Homepage: http://sourceforge.net/projects/rpcbind/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/rpcbind +Vcs-Git: https://salsa.debian.org/debian/rpcbind.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), pkgconf, libtirpc-dev (>= 1.3.4+ds-1.1), libwrap0-dev, libsystemd-dev [linux-any] +Package-List: + rpcbind deb net optional arch=any +Directory: pool/f6939c91be458a6c8d6da21cd838e1f264fc7a96552b665f0534061fb809884f +Checksums-Sha1: + b9d9255657d82aba1e642e3751c7a6c8609079e6 1933 rpcbind_1.2.6-8.1.dsc + a6dad1d9454f42f2f25a92caba8d3d7bddf527e3 124590 rpcbind_1.2.6.orig.tar.bz2 + 22aac9e46559b35d8253d50d05e062ab897d7f19 12892 rpcbind_1.2.6-8.1.debian.tar.xz +Checksums-Sha256: + f6939c91be458a6c8d6da21cd838e1f264fc7a96552b665f0534061fb809884f 1933 rpcbind_1.2.6-8.1.dsc + 5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de 124590 rpcbind_1.2.6.orig.tar.bz2 + 3c9f0a77b613590844f0c3cc1a472763e1f0561cb520351dc0430e99378a93a8 12892 rpcbind_1.2.6-8.1.debian.tar.xz +Files: + 6138fefe21b44698bc741fb55fdcd4c6 1933 rpcbind_1.2.6-8.1.dsc + 2d84ebbb7d6fb1fc3566d2d4b37f214b 124590 rpcbind_1.2.6.orig.tar.bz2 + c02d8cf7befc2af56d08a9db2851ff61 12892 rpcbind_1.2.6-8.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: rpcsvc-proto +Binary: rpcsvc-proto +Architecture: any +Version: 1.4.3-1 +Maintainer: GNU Libc Maintainers +Uploaders: Aurelien Jarno , Josue Ortega +Homepage: https://github.com/thkukuk/rpcsvc-proto +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/glibc-team/rpcsvc-proto +Vcs-Git: https://salsa.debian.org/glibc-team/rpcsvc-proto.git +Build-Depends: debhelper-compat (= 13), rpcsvc-proto +Package-List: + rpcsvc-proto deb libs optional arch=any +Directory: pool/7d8e122bd18b02fe0de6d467a0ecdafff74035b3e1ed0da1c0c792d9c015682f +Checksums-Sha1: + 3f1e8f97337839199af2b9500a54c88f3e82a657 1999 rpcsvc-proto_1.4.3-1.dsc + e08f0ca92c0d6ff6248462ff4bbc6290970b257f 167964 rpcsvc-proto_1.4.3.orig.tar.xz + 7c797234570a47c3c6c87c213f3ed2a4558d3a7d 4228 rpcsvc-proto_1.4.3-1.debian.tar.xz +Checksums-Sha256: + 7d8e122bd18b02fe0de6d467a0ecdafff74035b3e1ed0da1c0c792d9c015682f 1999 rpcsvc-proto_1.4.3-1.dsc + 69315e94430f4e79c74d43422f4a36e6259e97e67e2677b2c7d7060436bd99b1 167964 rpcsvc-proto_1.4.3.orig.tar.xz + 02034b9dadcf3af5424f72eb65c3842c8d7117b6b78e7a3c798316ceb60843d1 4228 rpcsvc-proto_1.4.3-1.debian.tar.xz +Files: + 7a4c3daf11e2efc9f9ac3669de3eb7ea 1999 rpcsvc-proto_1.4.3-1.dsc + 5cc9a871db85e34ab68a9cecfb448a97 167964 rpcsvc-proto_1.4.3.orig.tar.xz + 2588be0c07d8e7e8608ed6b435944415 4228 rpcsvc-proto_1.4.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: rpds-py +Binary: python3-rpds-py +Architecture: any +Version: 0.12.0-3 +Maintainer: Debian Python Modules Team +Uploaders: Roland Mas +Homepage: https://github.com/crate-py/rpds +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/rpds-py +Vcs-Git: https://salsa.debian.org/python-team/packages/rpds-py.git +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, pybuild-plugin-pyproject, python3-hatchling, python3-pytest, python3-traitlets, python3-maturin, librust-pyo3-dev, librust-archery-dev, librust-rpds-dev, cargo +Package-List: + python3-rpds-py deb python optional arch=any +Directory: pool/90ace3205ddd0f131e4e96839bdce55dc3c4d9e2287506f264bfd375267482b2 +Checksums-Sha1: + 0dc77c5569bece2cd20033dbabfd69dcd1f622aa 2155 rpds-py_0.12.0-3.dsc + f48559103f4686deb08648e16f6079b1373880ba 16723 rpds-py_0.12.0.orig.tar.gz + 5f888e0868079803c6ad04de218767f87f6c27ce 2620 rpds-py_0.12.0-3.debian.tar.xz +Checksums-Sha256: + 90ace3205ddd0f131e4e96839bdce55dc3c4d9e2287506f264bfd375267482b2 2155 rpds-py_0.12.0-3.dsc + 7036316cc26b93e401cedd781a579be606dad174829e6ad9e9c5a0da6e036f80 16723 rpds-py_0.12.0.orig.tar.gz + 58b1ce5b54f81d2f9e6cb1bac285d784c68a697a3bad76c8c17c6af89bb87ee1 2620 rpds-py_0.12.0-3.debian.tar.xz +Files: + 5945ae4fd46875d2e3bfbce12519c2fe 2155 rpds-py_0.12.0-3.dsc + d1189f9915a67b5c4b5e6dafa804efca 16723 rpds-py_0.12.0.orig.tar.gz + ad0875681e1f137c58c133cbf481c56b 2620 rpds-py_0.12.0-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: rpm +Binary: rpm, rpm2cpio, rpm-common, rpm-i18n, librpm10, librpmio10, librpmbuild10, librpmsign10, librpm-dev, python3-rpm +Architecture: any all +Version: 4.19.1.1+dfsg-1 +Maintainer: RPM packaging team +Uploaders: Michal Čihař , Luca Boccassi , +Homepage: https://rpm.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/rpm +Vcs-Git: https://salsa.debian.org/pkg-rpm-team/rpm.git +Testsuite: autopkgtest +Testsuite-Triggers: fakeroot, file, make, python3-utf8-locale +Build-Depends: debhelper-compat (= 13), binutils-dev, bzip2, cmake, debugedit (>= 1:5), dh-sequence-python3, dh-package-notes, gnupg2 [linux-any], libarchive-dev, libaudit-dev [linux-any], libbz2-dev, libcap-dev [linux-any], libdbus-1-dev, libdw-dev, libelf-dev, libfsverity-dev [linux-any], libgcrypt20-dev, liblua5.3-dev, liblzma-dev, libmagic-dev, libpopt-dev, libreadline-dev, libselinux1-dev [linux-any], libsemanage-dev [linux-any], libsepol-dev [linux-any], libsqlite3-dev, libxml2-dev, libzstd-dev, 7zip, pkgconf, python3-all-dev, python3-utf8-locale , xz-utils, zlib1g-dev +Package-List: + librpm-dev deb libdevel optional arch=any + librpm10 deb libs optional arch=any + librpmbuild10 deb libs optional arch=any + librpmio10 deb libs optional arch=any + librpmsign10 deb libs optional arch=any + python3-rpm deb python optional arch=any + rpm deb admin optional arch=any + rpm-common deb admin optional arch=any + rpm-i18n deb localization optional arch=all + rpm2cpio deb admin optional arch=any +Directory: pool/46451d346abb0a0f63172352a0afe496fd5dbc97f98467c923c60074131ffcbd +Checksums-Sha1: + 9ffc31b7aaf0df264600f38606b8eb061a6be3ac 3064 rpm_4.19.1.1+dfsg-1.dsc + 1067cc5a501b9304ec236ac241c0d8a27ca3d39d 2219804 rpm_4.19.1.1+dfsg.orig.tar.xz + aa2baa64ff0a5f94191d97136ed94551052c6255 45656 rpm_4.19.1.1+dfsg-1.debian.tar.xz +Checksums-Sha256: + 46451d346abb0a0f63172352a0afe496fd5dbc97f98467c923c60074131ffcbd 3064 rpm_4.19.1.1+dfsg-1.dsc + a9fd5a0ac73c49a30b57e9b5cf5248f9b41792ee3e8d7e87a6489850ab035da3 2219804 rpm_4.19.1.1+dfsg.orig.tar.xz + 0432f36f99df6f8a6a736e66773b9287d2322ce2051b07a6e33c7a25373a1cf4 45656 rpm_4.19.1.1+dfsg-1.debian.tar.xz +Files: + c159ab4f1e7d6348e5d0738d24d61bdb 3064 rpm_4.19.1.1+dfsg-1.dsc + e619cd241bc34fc9882e4819129e29aa 2219804 rpm_4.19.1.1+dfsg.orig.tar.xz + febea0c43c6b471ecef2515ee0e51067 45656 rpm_4.19.1.1+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: rsync +Binary: rsync +Architecture: any +Version: 3.3.0-1 +Maintainer: Paul Slootman +Uploaders: Samuel Henrique +Homepage: https://rsync.samba.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/rsync +Vcs-Git: https://salsa.debian.org/debian/rsync.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, build-essential +Build-Depends: debhelper-compat (= 13), libacl1-dev, libpopt-dev, liblz4-dev, libxxhash-dev (>= 0.8), libzstd-dev (>= 1.4), zlib1g-dev, libssl-dev, python3:native, python3-cmarkgfm:native +Package-List: + rsync deb net optional arch=any +Directory: pool/fab4b787a2954b13c83615c64a196c5440fcdcc472e1236930391f9bfc170cfa +Checksums-Sha1: + c05a7d8290ca46b3760e3bb3fe87dbd538e59e18 2290 rsync_3.3.0-1.dsc + e03db4fbaaebc5aa4934468cd31d22963b6ff888 1153969 rsync_3.3.0.orig.tar.gz + 75e460e4a8536447d7225ceb1136912b0a4a73c1 195 rsync_3.3.0.orig.tar.gz.asc + 94464884bf8eeaa210f5c2fb7c985cc99605d227 26372 rsync_3.3.0-1.debian.tar.xz +Checksums-Sha256: + fab4b787a2954b13c83615c64a196c5440fcdcc472e1236930391f9bfc170cfa 2290 rsync_3.3.0-1.dsc + 7399e9a6708c32d678a72a63219e96f23be0be2336e50fd1348498d07041df90 1153969 rsync_3.3.0.orig.tar.gz + b36faa73c9b0dafe884300ca7c61f19e96d3bf277569f6d7a0f0217ed8a13384 195 rsync_3.3.0.orig.tar.gz.asc + ac074524cc1d6057c50cb828061c5aa85a1e16b898d0a3c10e08018fb4b2a030 26372 rsync_3.3.0-1.debian.tar.xz +Files: + 9f9e8317854c0fb4eaedccef7a141d8e 2290 rsync_3.3.0-1.dsc + f5c17f9c9164ef9e60d9d8c96b23da06 1153969 rsync_3.3.0.orig.tar.gz + 7c53db2dd489a20a7be500ce010e2cc4 195 rsync_3.3.0.orig.tar.gz.asc + 48d87f7dd9673158b1795b1ea488c00c 26372 rsync_3.3.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: rsyslog +Binary: rsyslog, rsyslog-mysql, rsyslog-pgsql, rsyslog-mongodb, rsyslog-elasticsearch, rsyslog-kafka, rsyslog-gssapi, rsyslog-gnutls, rsyslog-openssl, rsyslog-relp, rsyslog-czmq, rsyslog-hiredis, rsyslog-snmp, rsyslog-kubernetes +Architecture: any +Version: 8.2408.0-2 +Maintainer: Michael Biebl +Homepage: https://www.rsyslog.com/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/rsyslog +Vcs-Git: https://salsa.debian.org/debian/rsyslog.git +Testsuite: autopkgtest +Testsuite-Triggers: coreutils, logcheck +Build-Depends: debhelper-compat (= 13), dh-exec, autoconf-archive, zlib1g-dev, libzstd-dev (>= 1.4.0), libhiredis-dev, default-libmysqlclient-dev, libpq-dev, libmongoc-dev, libcurl4-openssl-dev, librdkafka-dev (>= 0.9.1), libkrb5-dev, libgnutls28-dev, libssl-dev, librelp-dev (>= 1.4.0), libestr-dev (>= 0.1.9), liblognorm-dev (>= 2.0.3), libfastjson-dev (>= 0.99.8), libczmq-dev (>= 3.0.2), libsnmp-dev, uuid-dev, libsystemd-dev (>= 209) [linux-any], pkgconf, bison, flex, procps , python3 , libfaketime , lsof [linux-any] , logrotate , iproute2 [linux-any] , curl +Package-List: + rsyslog deb admin optional arch=any + rsyslog-czmq deb admin optional arch=any + rsyslog-elasticsearch deb admin optional arch=any + rsyslog-gnutls deb admin optional arch=any + rsyslog-gssapi deb admin optional arch=any + rsyslog-hiredis deb admin optional arch=any + rsyslog-kafka deb admin optional arch=any + rsyslog-kubernetes deb admin optional arch=any + rsyslog-mongodb deb admin optional arch=any + rsyslog-mysql deb admin optional arch=any + rsyslog-openssl deb admin optional arch=any + rsyslog-pgsql deb admin optional arch=any + rsyslog-relp deb admin optional arch=any + rsyslog-snmp deb admin optional arch=any +Directory: pool/4272779bfcbf326b8b5a34dcd1e748f9b3e39dfe89512b6bbb07a4a46eef7e35 +Checksums-Sha1: + aee1852fff6da1d0e5bc452fd19c1e0eb6a414c2 3278 rsyslog_8.2408.0-2.dsc + 83dd5ab9a5ca60b96eba1b01850ef2904b5f8639 3436647 rsyslog_8.2408.0.orig.tar.gz + 7d6d046c1e3232a8bcec32243c884e108678aaff 31904 rsyslog_8.2408.0-2.debian.tar.xz +Checksums-Sha256: + 4272779bfcbf326b8b5a34dcd1e748f9b3e39dfe89512b6bbb07a4a46eef7e35 3278 rsyslog_8.2408.0-2.dsc + 8bb2f15f9bf9bb7e635182e3d3e370bfc39d08bf35a367dce9714e186f787206 3436647 rsyslog_8.2408.0.orig.tar.gz + a51af676067dc036c83cf842f30af39371f87c7100da906bd09fec4d0cc3ea0a 31904 rsyslog_8.2408.0-2.debian.tar.xz +Files: + f692be447059198cb1f89fdc4e127361 3278 rsyslog_8.2408.0-2.dsc + 8d63c0cfe29e184db3562695a05a596c 3436647 rsyslog_8.2408.0.orig.tar.gz + 124620ded760ebca24979311248c06fb 31904 rsyslog_8.2408.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: rtmpdump +Binary: rtmpdump, librtmp1, librtmp-dev +Architecture: any +Version: 2.4+20151223.gitfa8646d.1-2 +Maintainer: Debian Multimedia Maintainers +Uploaders: Reinhard Tartler , Sebastian Dröge , Sebastian Ramacher +Homepage: http://rtmpdump.mplayerhq.hu/ +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/multimedia-team/rtmpdump +Vcs-Git: https://salsa.debian.org/multimedia-team/rtmpdump.git +Build-Depends: debhelper (>= 11), libgmp-dev, libgnutls28-dev (>= 2.4.1), nettle-dev, zlib1g-dev +Package-List: + librtmp-dev deb libdevel optional arch=any + librtmp1 deb libs optional arch=any + rtmpdump deb web optional arch=any +Directory: pool/a296819cd2ab5880b67ad963ef0867cb10e462f4403e52565aa863eb05bb1370 +Checksums-Sha1: + 18a5f721af485184ba7344af8ac78d46e778d065 2299 rtmpdump_2.4+20151223.gitfa8646d.1-2.dsc + de95f3e73c8a2b0b6dc3985bf1b6de326a7b535f 142213 rtmpdump_2.4+20151223.gitfa8646d.1.orig.tar.gz + f057d66580d48b4ce069e0470c49e4b976803060 8096 rtmpdump_2.4+20151223.gitfa8646d.1-2.debian.tar.xz +Checksums-Sha256: + a296819cd2ab5880b67ad963ef0867cb10e462f4403e52565aa863eb05bb1370 2299 rtmpdump_2.4+20151223.gitfa8646d.1-2.dsc + 5c032f5c8cc2937eb55a81a94effdfed3b0a0304b6376147b86f951e225e3ab5 142213 rtmpdump_2.4+20151223.gitfa8646d.1.orig.tar.gz + 26d47de07d16285e4ca55b0828cbbf1ba35e671f9b3500a87e301fe755d26882 8096 rtmpdump_2.4+20151223.gitfa8646d.1-2.debian.tar.xz +Files: + 17cdeaec72897387f5df218973ae006e 2299 rtmpdump_2.4+20151223.gitfa8646d.1-2.dsc + b2f4381632c0dccca48e8ad2827aa7a3 142213 rtmpdump_2.4+20151223.gitfa8646d.1.orig.tar.gz + a6049ba024d8128812dcbe4896d10dec 8096 rtmpdump_2.4+20151223.gitfa8646d.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: ruamel.yaml.clib +Binary: python3-ruamel.yaml.clib +Architecture: any +Version: 0.2.8+ds-2 +Maintainer: Debian Python Team +Uploaders: Michael R. Crusoe +Homepage: https://sourceforge.net/p/ruamel-yaml-clib +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/ruamel.yaml.clib +Vcs-Git: https://salsa.debian.org/python-team/packages/ruamel.yaml.clib.git +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-pytest, python3-ruamel.yaml +Build-Depends: cython3, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all-dev, python3-setuptools +Package-List: + python3-ruamel.yaml.clib deb python optional arch=any +Directory: pool/4c31c82c01bbbfae1623dfd13fbccfdb5eeaeaa84dee7da03979ea3a1567f818 +Checksums-Sha1: + b690e5b53b0956f502c298d040c1448f1ba859df 2236 ruamel.yaml.clib_0.2.8+ds-2.dsc + e4ede1cc6603e1cd1d9f91118a4a13c4a424ce6b 163584 ruamel.yaml.clib_0.2.8+ds.orig.tar.xz + 1e78d3e8a27d9ec54db61f9aa7f4eaadeee3060e 5416 ruamel.yaml.clib_0.2.8+ds-2.debian.tar.xz +Checksums-Sha256: + 4c31c82c01bbbfae1623dfd13fbccfdb5eeaeaa84dee7da03979ea3a1567f818 2236 ruamel.yaml.clib_0.2.8+ds-2.dsc + 7cd224de02e855914322da587ade7d7d034a25a9b8e0cb142e43a9d11f474f78 163584 ruamel.yaml.clib_0.2.8+ds.orig.tar.xz + b9fea2074c4775643d7b833e22da9a55499bce8555520c97201818f7dc845011 5416 ruamel.yaml.clib_0.2.8+ds-2.debian.tar.xz +Files: + 465949a084c3d16020516bebc838b977 2236 ruamel.yaml.clib_0.2.8+ds-2.dsc + d4179cbfe37f853e637a4895448b0ac9 163584 ruamel.yaml.clib_0.2.8+ds.orig.tar.xz + 6dd78efc796d4d4dcafd3c9f9094c338 5416 ruamel.yaml.clib_0.2.8+ds-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: ruamel.yaml +Binary: python3-ruamel.yaml +Architecture: all +Version: 0.18.6+ds-3 +Maintainer: Debian Python Team +Uploaders: Vincent Bernat +Homepage: https://yaml.readthedocs.io +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/ruamel.yaml +Vcs-Git: https://salsa.debian.org/python-team/packages/ruamel.yaml.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all:any, python3-pytest , python3-ruamel.yaml.clib, python3-setuptools +Package-List: + python3-ruamel.yaml deb python optional arch=all +Directory: pool/9dafedd5847f0cc8ef270942c283b31053908de697b49d74cf86414612552751 +Checksums-Sha1: + d43dc975057eb4f17291ef7c16fe0211c4175677 2152 ruamel.yaml_0.18.6+ds-3.dsc + 100c5d4e79f5632bbc2e4ecff8ff7791b863e2f9 196056 ruamel.yaml_0.18.6+ds.orig.tar.xz + 93d60b473f113e37353bbc06a0e9d548212e8231 5372 ruamel.yaml_0.18.6+ds-3.debian.tar.xz +Checksums-Sha256: + 9dafedd5847f0cc8ef270942c283b31053908de697b49d74cf86414612552751 2152 ruamel.yaml_0.18.6+ds-3.dsc + dac570fc8a8a8a5b0accd63c41074ea7b60200bac6099fd2d24dba09571b06ce 196056 ruamel.yaml_0.18.6+ds.orig.tar.xz + 126db35bfad0cd3cb7b0f7b820fad3ad1571435fd210f6ff485d8374512d47f9 5372 ruamel.yaml_0.18.6+ds-3.debian.tar.xz +Files: + 42c0f6179787ea71c52791530eb3792d 2152 ruamel.yaml_0.18.6+ds-3.dsc + 7ef85e6d048eac46eadbaa2dcd6e32b7 196056 ruamel.yaml_0.18.6+ds.orig.tar.xz + d8b05be845eac3198606608724714fb6 5372 ruamel.yaml_0.18.6+ds-3.debian.tar.xz + +Format: 3.0 (native) +Package: ruby-defaults +Binary: ruby, ruby-dev, ruby-all-dev, libruby, ri, ruby-full +Architecture: any all +Version: 1:3.1+nmu1 +Maintainer: Debian Ruby Team +Uploaders: Antonio Terceiro , Lucas Kanashiro +Homepage: https://www.ruby-lang.org/ +Standards-Version: 4.6.0.1 +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-defaults +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-defaults.git +Testsuite: autopkgtest +Testsuite-Triggers: pkg-config +Build-Depends: debhelper-compat (= 13) +Package-List: + libruby deb libs optional arch=any + ri deb ruby optional arch=all + ruby deb ruby optional arch=any + ruby-all-dev deb ruby optional arch=any + ruby-dev deb ruby optional arch=any + ruby-full deb ruby optional arch=all +Directory: pool/ec07c7fdd15b00cdbff7710f350eddc8b9fa3e21c470201214588307362f0a16 +Checksums-Sha1: + ed25b34408bc84222ecc1e03946e93b99a82f409 2004 ruby-defaults_3.1+nmu1.dsc + 6fc6a81c4dad1562f405e6d8d02e74137bd25336 13280 ruby-defaults_3.1+nmu1.tar.xz +Checksums-Sha256: + ec07c7fdd15b00cdbff7710f350eddc8b9fa3e21c470201214588307362f0a16 2004 ruby-defaults_3.1+nmu1.dsc + 516dce3f6a360ca2db28fa587f90dacd1f4c53a7b8594c2fc90c971b8aa0494e 13280 ruby-defaults_3.1+nmu1.tar.xz +Files: + 01e7a2d026a9b6fd70554a1a102f5002 2004 ruby-defaults_3.1+nmu1.dsc + 4b041b3f8271c88f8912a4acab39bb1c 13280 ruby-defaults_3.1+nmu1.tar.xz + +Format: 3.0 (quilt) +Package: ruby-net-telnet +Binary: ruby-net-telnet +Architecture: all +Version: 0.2.0-1 +Maintainer: Debian Ruby Team +Uploaders: Lucas Nussbaum +Homepage: https://github.com/ruby/net-telnet +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-net-telnet +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-net-telnet.git +Testsuite: autopkgtest-pkg-ruby +Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), rake, ruby-rspec +Package-List: + ruby-net-telnet deb ruby optional arch=all +Directory: pool/a72b696c5d8ca9ff1efebc2b2a61b8e130eec7d6d67080b261747fdf89e5b5ec +Checksums-Sha1: + 34d441173c31b0120fcdd2723ccb76c79f59c78d 2049 ruby-net-telnet_0.2.0-1.dsc + 24f38865c202e883e4416522f3ad3671ad39c7db 13299 ruby-net-telnet_0.2.0.orig.tar.gz + cbb1f5200500b14c646c132b8839718ed8c5ad07 3480 ruby-net-telnet_0.2.0-1.debian.tar.xz +Checksums-Sha256: + a72b696c5d8ca9ff1efebc2b2a61b8e130eec7d6d67080b261747fdf89e5b5ec 2049 ruby-net-telnet_0.2.0-1.dsc + cb23ef0a2c8fcd711d750c5f317becbbf89aebc32e64c4afd81182583c7643d5 13299 ruby-net-telnet_0.2.0.orig.tar.gz + f8871413198bb6b047fc9c58c173e87e60f78106a97700fe96f67ed2b2651ced 3480 ruby-net-telnet_0.2.0-1.debian.tar.xz +Files: + 1323571a4e5ab407fb3a20a8490af90d 2049 ruby-net-telnet_0.2.0-1.dsc + b092dfc38e7b62347c9e94bca378c0fe 13299 ruby-net-telnet_0.2.0.orig.tar.gz + dc742e0089d7e9828d49384497b90bf6 3480 ruby-net-telnet_0.2.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ruby-sdbm +Binary: ruby-sdbm +Architecture: any +Version: 1.0.0-5 +Maintainer: Debian Ruby Team +Uploaders: Antonio Terceiro +Homepage: https://github.com/ruby/sdbm +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sdbm +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sdbm.git +Testsuite: autopkgtest-pkg-ruby +Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), rake +Package-List: + ruby-sdbm deb ruby optional arch=any +Directory: pool/11cb4067aac28eb5add0a00cf5552174d5f3d0ba50dc5659826d894c34c5582a +Checksums-Sha1: + 9210e8dd192b57f908c23e3079b13c4e655d1442 1989 ruby-sdbm_1.0.0-5.dsc + 3fd2b3973d7d5933b4316e0ce5f3db37e1ad2c35 17497 ruby-sdbm_1.0.0.orig.tar.gz + 85e75a2932a4aa609d99a356539cbb6995164005 2636 ruby-sdbm_1.0.0-5.debian.tar.xz +Checksums-Sha256: + 11cb4067aac28eb5add0a00cf5552174d5f3d0ba50dc5659826d894c34c5582a 1989 ruby-sdbm_1.0.0-5.dsc + 77a8b4d8ceeb447eb957fe7d53b08064773d4aefcd385ca694ec9068656e0e80 17497 ruby-sdbm_1.0.0.orig.tar.gz + 7d7c43e35850e9755d0b512fc0a10066fc893aed667d5a309fd8d96a2c32772f 2636 ruby-sdbm_1.0.0-5.debian.tar.xz +Files: + 386cc0af685195151092912909236f7e 1989 ruby-sdbm_1.0.0-5.dsc + 2fda283d50181934600f038d7b21af54 17497 ruby-sdbm_1.0.0.orig.tar.gz + 40111d72fd22966ee21b8d121b7b1657 2636 ruby-sdbm_1.0.0-5.debian.tar.xz +Ruby-Versions: all + +Format: 3.0 (quilt) +Package: ruby-webrick +Binary: ruby-webrick +Architecture: all +Version: 1.8.1-1 +Maintainer: Debian Ruby Team +Uploaders: Cédric Boutillier +Homepage: https://github.com/ruby/webrick +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-webrick +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-webrick.git +Testsuite: autopkgtest-pkg-ruby +Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), rake +Package-List: + ruby-webrick deb ruby optional arch=all +Directory: pool/5fe22c51166c3ba0eebf5cc8539da3793a620792743408571b9febef7b920c61 +Checksums-Sha1: + 6568c2de2a117a1de271a73cf358cfebe6cf43e7 1401 ruby-webrick_1.8.1-1.dsc + eb1abfbfbff396aa3e7f00a38bbeddc6dbe81432 91111 ruby-webrick_1.8.1.orig.tar.gz + 681153185b0c79eefc6cb9515e702f2d5313b2ad 3684 ruby-webrick_1.8.1-1.debian.tar.xz +Checksums-Sha256: + 5fe22c51166c3ba0eebf5cc8539da3793a620792743408571b9febef7b920c61 1401 ruby-webrick_1.8.1-1.dsc + 7a479503b02e1351a7b3fc6814a57e986d94f4ea32796d3067ed89c342aefdcb 91111 ruby-webrick_1.8.1.orig.tar.gz + 43dcb720d5b246ebeb1d4039bb44c8074074d9ef4de0305f8998dbf8f18a2730 3684 ruby-webrick_1.8.1-1.debian.tar.xz +Files: + 8ddf4c6c3cf23c978ad52e8e8258a01d 1401 ruby-webrick_1.8.1-1.dsc + 0dd9062f6e65dc237910bfb8bb2a5d2e 91111 ruby-webrick_1.8.1.orig.tar.gz + db8725d498320627087e1c3f30d3f210 3684 ruby-webrick_1.8.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: ruby-xmlrpc +Binary: ruby-xmlrpc +Architecture: all +Version: 0.3.3-2 +Maintainer: Debian Ruby Team +Uploaders: Antonio Terceiro +Homepage: https://github.com/ruby/xmlrpc +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-xmlrpc +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-xmlrpc.git +Testsuite: autopkgtest-pkg-ruby +Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-webrick (>= 1.7.0) +Package-List: + ruby-xmlrpc deb ruby optional arch=all +Directory: pool/388431727d1890c096f18917ae422b5c1465fe67f96db97c9da707c35ffaf1cb +Checksums-Sha1: + 6c3caf4edf4666b69ae76ee141bf47c728d0ffa1 2041 ruby-xmlrpc_0.3.3-2.dsc + 296d14fc303e8ac983bd3156b6afcc9e088adeec 35499 ruby-xmlrpc_0.3.3.orig.tar.gz + 51f2b725a14f11454c12fc3fe8a395be42a2ea72 3280 ruby-xmlrpc_0.3.3-2.debian.tar.xz +Checksums-Sha256: + 388431727d1890c096f18917ae422b5c1465fe67f96db97c9da707c35ffaf1cb 2041 ruby-xmlrpc_0.3.3-2.dsc + 083d41fef7b553d8532ff1cf5a7dbe8baf1ef659e8374e1095206dc939dced19 35499 ruby-xmlrpc_0.3.3.orig.tar.gz + 5a88fde03a01017c6e44a90290ebfdab61b703648acbb7ca2972e0bd06f55466 3280 ruby-xmlrpc_0.3.3-2.debian.tar.xz +Files: + dc11aef0dcfede97a5577e18bf908678 2041 ruby-xmlrpc_0.3.3-2.dsc + 2a51b9ba22e551c6a0eba20735057214 35499 ruby-xmlrpc_0.3.3.orig.tar.gz + dd24fe49e2880bea7fe0ab715853de13 3280 ruby-xmlrpc_0.3.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: ruby3.1 +Binary: ruby3.1, libruby3.1t64, ruby3.1-dev, ruby3.1-doc +Architecture: any all +Version: 3.1.2-8.4 +Maintainer: Debian Ruby Team +Uploaders: Antonio Terceiro , Utkarsh Gupta , Lucas Kanashiro +Homepage: https://www.ruby-lang.org/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby +Vcs-Git: https://salsa.debian.org/ruby-team/ruby.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, libffi-dev, pkg-config +Build-Depends: bison, coreutils (>= 7.5), debhelper-compat (= 13), dpkg-dev (>= 1.22.6), file, libffi-dev, libgdbm-compat-dev, libgdbm-dev, libgmp-dev, libncurses-dev, libedit-dev, libssl-dev, libyaml-dev, netbase , openssl , pkg-config (>= 1.8.0-7~), procps , ruby3.1:native , rubygems-integration (>= 1.6) , systemtap-sdt-dev [linux-any], tzdata, zlib1g-dev +Package-List: + libruby3.1t64 deb libs optional arch=any + ruby3.1 deb ruby optional arch=any + ruby3.1-dev deb ruby optional arch=any + ruby3.1-doc deb doc optional arch=all +Directory: pool/07913df81f4670fed575feb7a5f6eec02c0f24c8e53bed5c237ed0839c3a35e2 +Checksums-Sha1: + 8f9d481ad92858bfd70abcbc2030b8fda35a0ba9 2714 ruby3.1_3.1.2-8.4.dsc + 9a0840a5a26dcdbd9e9eebe3354598375a4a6b6d 12885596 ruby3.1_3.1.2.orig.tar.xz + 3da8d450c9e0c05424ed83b9813d97b6c55a6504 81296 ruby3.1_3.1.2-8.4.debian.tar.xz +Checksums-Sha256: + 07913df81f4670fed575feb7a5f6eec02c0f24c8e53bed5c237ed0839c3a35e2 2714 ruby3.1_3.1.2-8.4.dsc + 350013ef6640f15c42eae48d25c035999dcbb32e4be038d27ad891cb48d685a5 12885596 ruby3.1_3.1.2.orig.tar.xz + 890233ef9882ae6a6b4fa88608646e7fff2b1fb63816b5cf1e9a6cb84ee6f5c7 81296 ruby3.1_3.1.2-8.4.debian.tar.xz +Files: + 72a12f1b50e8b2890f3e18f43a5bd90c 2714 ruby3.1_3.1.2-8.4.dsc + 69cf9ca520a804bff39ab22e1b798b4b 12885596 ruby3.1_3.1.2.orig.tar.xz + a1763df7b0d81e4b20d6da00d76decae 81296 ruby3.1_3.1.2-8.4.debian.tar.xz +Dgit: 71a315e202503e311ece5f7b047a0d3ceb6f6c6d debian archive/debian/3.1.2-8.4 https://git.dgit.debian.org/ruby3.1 + +Format: 3.0 (native) +Package: rubygems-integration +Binary: rubygems-integration +Architecture: all +Version: 1.18 +Maintainer: Debian Ruby Team +Uploaders: Antonio Terceiro , Christian Hofstaedtler +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/ruby-team/rubygems-integration +Vcs-Git: https://salsa.debian.org/ruby-team/rubygems-integration.git +Testsuite: autopkgtest +Testsuite-Triggers: ruby, ruby-all-dev, ruby-ffi, ruby-magic +Build-Depends: debhelper-compat (= 12) +Package-List: + rubygems-integration deb ruby optional arch=all +Directory: pool/e1495375ad281a57ee6e5b2b859a257a05e5e283bd9b805dc4971536c75512c6 +Checksums-Sha1: + 1395ec5611aa93a4e47c2d41451f2dcf3485483e 1815 rubygems-integration_1.18.dsc + 38818d13754ed4235d304307b976282d536b33ad 6332 rubygems-integration_1.18.tar.xz +Checksums-Sha256: + e1495375ad281a57ee6e5b2b859a257a05e5e283bd9b805dc4971536c75512c6 1815 rubygems-integration_1.18.dsc + 9972c3aedda61d496e4867926476008b6fab20ae26a176ed82453c00a1591063 6332 rubygems-integration_1.18.tar.xz +Files: + 25320a2a34a418eb9734783521a6bf47 1815 rubygems-integration_1.18.dsc + bb7ebaa6248d168110a2d717f7aa0944 6332 rubygems-integration_1.18.tar.xz + +Format: 3.0 (quilt) +Package: rubygems +Binary: ruby-rubygems, ruby-bundler, bundler +Architecture: all +Version: 3.4.20-1 +Maintainer: Debian Ruby Team +Uploaders: Lucas Kanashiro +Homepage: https://rubygems.org +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/ruby-team/rubygems +Vcs-Git: https://salsa.debian.org/ruby-team/rubygems.git +Testsuite: autopkgtest, autopkgtest-pkg-ruby +Testsuite-Triggers: @builddeps@, build-essential, libxml2-dev, libyaml-dev, libz-dev +Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), rake, ruby, ruby-dev, ruby-test-unit (>= 3.3.9~), ruby-webrick (>= 1.7.0) +Package-List: + bundler deb ruby optional arch=all + ruby-bundler deb ruby optional arch=all + ruby-rubygems deb ruby optional arch=all +Directory: pool/30f01c5132f173d51252262cf188afee7d930d7a3a89881122b3cfa463c7e04c +Checksums-Sha1: + 039e48f604272776a28430a1d6b598c643cd3019 2263 rubygems_3.4.20-1.dsc + a59b7203ac92b76f8174c5830103982688e47a25 15043337 rubygems_3.4.20.orig.tar.gz + c9b57bc64933b62efb34937b57072560090740b5 9340 rubygems_3.4.20-1.debian.tar.xz +Checksums-Sha256: + 30f01c5132f173d51252262cf188afee7d930d7a3a89881122b3cfa463c7e04c 2263 rubygems_3.4.20-1.dsc + a675cfb9759c7842e9e27d78654bbf876dc061b740d73f302cc63b4181a8a236 15043337 rubygems_3.4.20.orig.tar.gz + 0490e77879c8472310fc2e3d264e92af947bf88b374de2c13b021cf43f20adc1 9340 rubygems_3.4.20-1.debian.tar.xz +Files: + b11306d059065b71c50a489f658a8c5c 2263 rubygems_3.4.20-1.dsc + 55f7524beb40d5079a629bd5fb6e5d76 15043337 rubygems_3.4.20.orig.tar.gz + d72eeb50a388a3a036ffe3603fae5f64 9340 rubygems_3.4.20-1.debian.tar.xz +Ruby-Versions: all + +Format: 3.0 (quilt) +Package: runc +Binary: runc, golang-github-opencontainers-runc-dev +Architecture: any all +Version: 1.1.12+ds1-5gardenlinux0 +Maintainer: Debian Go Packaging Team +Uploaders: Alexandre Viau , Dmitry Smirnov , Tim Potter , +Homepage: https://github.com/opencontainers/runc +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/go-team/packages/runc +Vcs-Git: https://salsa.debian.org/go-team/packages/runc.git +Testsuite: autopkgtest, autopkgtest-pkg-go +Testsuite-Triggers: bats, build-essential, ca-certificates, criu, curl, gawk, git, golang-any, jq, libseccomp-dev, pkgconf +Build-Depends: debhelper-compat (= 13), dh-golang, go-md2man, golang-any, golang-dbus-dev, golang-github-checkpoint-restore-go-criu-dev (>= 7), golang-github-cilium-ebpf-dev (>= 0.6.2~), golang-github-containerd-console-dev, golang-github-coreos-go-systemd-dev (>= 22.3.2~), golang-github-cyphar-filepath-securejoin-dev, golang-github-docker-go-units-dev (>= 0.4.0~), golang-github-moby-sys-dev (>= 0.0~git20201113.5a29239~), golang-github-mrunalp-fileutils-dev (>= 0.5.1~), golang-github-opencontainers-selinux-dev (>= 1.8.0~), golang-github-opencontainers-specs-dev (>= 1.0.2.66~), golang-github-seccomp-libseccomp-golang-dev (>= 0.10.0~), golang-github-sirupsen-logrus-dev, golang-github-urfave-cli-dev (>= 1.22.9~), golang-github-vishvananda-netlink-dev, golang-gocapability-dev (>= 0.0+git20200815~), golang-golang-x-net-dev, golang-google-protobuf-dev, pkgconf +Package-List: + golang-github-opencontainers-runc-dev deb golang optional arch=all + runc deb admin optional arch=any +Directory: pool/5d2ffe43f29241791f8d7d9ca12e7cb6975888179ff60aa52d28950786d61189 +Checksums-Sha1: + 4f0518c4fcac11d4cd4cb6127b363dca5639e08f 2291 runc_1.1.12+ds1-5gardenlinux0.dsc + 937c3fe186bca9df98b96c4f1b1354a89092d66c 528632 runc_1.1.12+ds1.orig.tar.xz + e4756f35fb5cb09f93e6ae0e4ee983fea81e5d4c 12368 runc_1.1.12+ds1-5gardenlinux0.debian.tar.xz +Checksums-Sha256: + 5d2ffe43f29241791f8d7d9ca12e7cb6975888179ff60aa52d28950786d61189 2291 runc_1.1.12+ds1-5gardenlinux0.dsc + ab7ab8842157c9607f450cf1f2cc7dc2a61cc134766c27111d0e113bdd41d6a8 528632 runc_1.1.12+ds1.orig.tar.xz + 491d582d95efc113fb2e23a1868239c30a286358d09846b6128d2706c1b89938 12368 runc_1.1.12+ds1-5gardenlinux0.debian.tar.xz +Files: + f348d0a8d412aea210b8a5265d922ab9 2291 runc_1.1.12+ds1-5gardenlinux0.dsc + 2c788fe39dea435e8db8e5baceba60e0 528632 runc_1.1.12+ds1.orig.tar.xz + 8a93ef7eb22273e758c93b286dc533e1 12368 runc_1.1.12+ds1-5gardenlinux0.debian.tar.xz +Go-Import-Path: github.com/opencontainers/runc + +Format: 3.0 (quilt) +Package: rust-sequoia-chameleon-gnupg +Binary: sequoia-chameleon-gnupg, gpg-sq, gpgv-sq, gpg-from-sq, gpgv-from-sq +Architecture: any all +Version: 0.11.2-1 +Maintainer: Debian Rust Maintainers +Uploaders: Alexander Kjäll , Holger Levsen +Homepage: https://sequoia-pgp.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/sequoia-chameleon-gnupg +Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/sequoia-chameleon-gnupg] +Build-Depends: debhelper-compat (= 13), dh-cargo (>= 25), cargo:native, rustc:native (>= 1.70), libstd-rust-dev, librust-anyhow-1+default-dev, librust-base64-0.21+default-dev, librust-buffered-reader-1+default-dev, librust-chrono-0.4+default-dev, librust-clap-4+default-dev (>= 4.4.18-~~), librust-clap-complete-4+default-dev (>= 4.4.9-~~), librust-clap-mangen-0.2+default-dev (>= 0.2.19-~~), librust-daemonize-0.5+default-dev, librust-dirs-5+default-dev, librust-fd-lock-dev (<< 5-~~), librust-filetime-0.2+default-dev, librust-futures-0.3+default-dev, librust-indexmap+default-dev (>= 1.9-~~), librust-interprocess-1-dev, librust-libc-0.2+default-dev, librust-memchr-2+default-dev, librust-openssh-keys-0.6-dev, librust-percent-encoding-2+default-dev, librust-rand-0.8+default-dev, librust-rand-distr-0.4-dev, librust-rayon-1+default-dev, librust-reqwest-0.11+default-dev, librust-reqwest-0.11+socks-dev, librust-roff-0.2+default-dev, librust-rpassword-7+default-dev, librust-rusqlite-0.29+default-dev, librust-sequoia-cert-store-0.6+default-dev, librust-sequoia-gpg-agent-0.4+default-dev, librust-sequoia-ipc-0.35+default-dev, librust-sequoia-net-0.28+default-dev, librust-sequoia-openpgp-1+compression-dev (>= 1.21-~~), librust-sequoia-openpgp-1+crypto-nettle-dev (>= 1.21-~~), librust-sequoia-policy-config-0.6+default-dev, librust-sequoia-wot-0.12-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev, librust-shellexpand-3+default-dev, librust-tempfile-3+default-dev, librust-thiserror-1+default-dev, librust-tokio-1+default-dev (>= 1.19-~~), librust-tokio-1+fs-dev (>= 1.19-~~), librust-tokio-1+io-std-dev (>= 1.19-~~), librust-tokio-1+io-util-dev (>= 1.19-~~), librust-tokio-1+net-dev (>= 1.19-~~), librust-tokio-1+process-dev (>= 1.19-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.19-~~) +Package-List: + gpg-from-sq deb utils optional arch=all + gpg-sq deb utils optional arch=any + gpgv-from-sq deb utils optional arch=all + gpgv-sq deb utils optional arch=any + sequoia-chameleon-gnupg deb utils optional arch=all +Directory: pool/aef37052a546a91e1cfdfd0067baed2044de5d166bdaf1e24e308273c4efc101 +Checksums-Sha1: + b6bfbd8b120b6bf18d08564cbad3cca1b531bb91 4315 rust-sequoia-chameleon-gnupg_0.11.2-1.dsc + cecdd4706c569974e057029d03f81ab829944cfa 1113751 rust-sequoia-chameleon-gnupg_0.11.2.orig.tar.gz + 249ef5e8133ffed44e2e67afac3dab49615322ef 18596 rust-sequoia-chameleon-gnupg_0.11.2-1.debian.tar.xz +Checksums-Sha256: + aef37052a546a91e1cfdfd0067baed2044de5d166bdaf1e24e308273c4efc101 4315 rust-sequoia-chameleon-gnupg_0.11.2-1.dsc + 506c48cd2e6c814b92af463a468010834b569e936c7594c9133951ba2df4b5e5 1113751 rust-sequoia-chameleon-gnupg_0.11.2.orig.tar.gz + 21bcf2f8cffd20d1a8689501def0762c99e7673e9a9d2a2bab2ffa3bba285c4c 18596 rust-sequoia-chameleon-gnupg_0.11.2-1.debian.tar.xz +Files: + e908f268f2d0d9e1beeb005bf8ea03a2 4315 rust-sequoia-chameleon-gnupg_0.11.2-1.dsc + f2a7cd394a3bb5b09cca1f3c6088c584 1113751 rust-sequoia-chameleon-gnupg_0.11.2.orig.tar.gz + eae5773345d1045518a9b5124223ba3f 18596 rust-sequoia-chameleon-gnupg_0.11.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: samba +Binary: samba, samba-libs, samba-common, samba-common-bin, samba-ad-dc, samba-ad-provision, smbclient, samba-testsuite, registry-tools, samba-dev, python3-samba, samba-dsdb-modules, samba-vfs-modules, samba-vfs-ceph, samba-vfs-glusterfs, libsmbclient0, libsmbclient, libsmbclient-dev, winbind, libpam-winbind, libnss-winbind, libwbclient0, libwbclient-dev, ctdb, libldb2, ldb-tools, libldb-dev, python3-ldb, python3-ldb-dev +Architecture: any all +Version: 2:4.21.0+dfsg-1 +Maintainer: Debian Samba Maintainers +Uploaders: Steve Langasek , Jelmer Vernooij , Mathieu Parent , Michael Tokarev +Homepage: https://www.samba.org +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/samba-team/samba +Vcs-Git: https://salsa.debian.org/samba-team/samba.git +Testsuite: autopkgtest +Testsuite-Triggers: cifs-utils, coreutils, passwd, systemd +Build-Depends: debhelper-compat (= 13), dh-exec +Build-Depends-Arch: dh-sequence-python3, dpkg-dev (>= 1.22.5) , bison, docbook-xml, docbook-xsl, xsltproc, flex, perl:any, po-debconf, rpcsvc-proto , libtalloc-dev (>= 2.4.2~), python3-talloc-dev (>= 2.4.2~), libtevent-dev (>= 0.16.1~), libtdb-dev (>= 1.4.12~), python3-tdb (>= 1.4.12~), pkgconf, libacl1-dev, libarchive-dev, libavahi-client-dev, libavahi-common-dev, libblkid-dev, libbsd-dev, libcap-dev [linux-any], libcephfs-dev [amd64 arm64 mips64el ppc64el riscv64 s390x], librados-dev [amd64 arm64 mips64el ppc64el riscv64 s390x], libcmocka-dev, libcups2-dev, libdbus-1-dev, libglusterfs-dev [amd64 arm64 loong64 mips64el ppc64 ppc64el riscv64 s390x sparc64], libgnutls28-dev, libgpgme11-dev, libicu-dev, libjansson-dev, libkeyutils-dev [linux-any], libkrb5-dev (>= 1.21.0~) , libldap2-dev, liblmdb-dev, libpam0g-dev, libparse-yapp-perl, libpcap-dev [hurd-i386 kfreebsd-any], libpopt-dev, libreadline-dev, libtirpc-dev, libsystemd-dev [linux-any], libtasn1-6-dev, libtasn1-bin, liburing-dev [linux-any], xfslibs-dev [linux-any], zlib1g-dev, python3-dev:any | python3-dev, libpython3-dev, python3-dnspython, python3-etcd, python3-markdown +Package-List: + ctdb deb net optional arch=any + ldb-tools deb utils optional arch=any + libldb-dev deb libdevel optional arch=any + libldb2 deb libs optional arch=any + libnss-winbind deb admin optional arch=any + libpam-winbind deb admin optional arch=any + libsmbclient deb libs optional arch=any profile=pkg.samba.before-trixie + libsmbclient-dev deb libdevel optional arch=any + libsmbclient0 deb libs optional arch=any profile=!pkg.samba.before-trixie + libwbclient-dev deb libdevel optional arch=any + libwbclient0 deb libs optional arch=any + python3-ldb deb python optional arch=any + python3-ldb-dev deb oldlibs optional arch=any + python3-samba deb python optional arch=any + registry-tools deb net optional arch=any + samba deb net optional arch=any + samba-ad-dc deb net optional arch=any + samba-ad-provision deb net optional arch=all + samba-common deb net optional arch=all + samba-common-bin deb net optional arch=any + samba-dev deb devel optional arch=any + samba-dsdb-modules deb libs optional arch=any + samba-libs deb libs optional arch=any + samba-testsuite deb net optional arch=any + samba-vfs-ceph deb net optional arch=amd64,arm64,mips64el,ppc64el,riscv64,s390x + samba-vfs-glusterfs deb net optional arch=amd64,arm64,loong64,mips64el,ppc64,ppc64el,riscv64,s390x,sparc64 + samba-vfs-modules deb oldlibs optional arch=any + smbclient deb net optional arch=any + winbind deb net optional arch=any +Directory: pool/6866d5684c10ac9adae1ec7a501a54f1d890eb180a1d1c8cdea414551d12a573 +Checksums-Sha1: + ced3cd452770860d9bee85188b224cb00f1d6abf 5091 samba_4.21.0+dfsg-1.dsc + f2643c349d1878b3a88bf53475fdee802250a18e 26173400 samba_4.21.0+dfsg.orig.tar.xz + 9335b7c5214ee989f8dcfd587c761c9fe3ff42cd 177764 samba_4.21.0+dfsg-1.debian.tar.xz +Checksums-Sha256: + 6866d5684c10ac9adae1ec7a501a54f1d890eb180a1d1c8cdea414551d12a573 5091 samba_4.21.0+dfsg-1.dsc + 330651580b29fc6c825580d3b79830815959a5f45c0d5ee28186dd65fb3ec0fa 26173400 samba_4.21.0+dfsg.orig.tar.xz + 3d2140ce2672649ea4b373ffa839acec727a28a31c485a0f481da1d9a68c5574 177764 samba_4.21.0+dfsg-1.debian.tar.xz +Files: + 49bf9941b82ec461c8da1a7316a31979 5091 samba_4.21.0+dfsg-1.dsc + 2e658dc4715c1ecbdf092d260e320146 26173400 samba_4.21.0+dfsg.orig.tar.xz + c2ad1181a4c665d3c34683f4d9d3859f 177764 samba_4.21.0+dfsg-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: sbsigntool +Binary: sbsigntool +Architecture: any-amd64 any-i386 any-riscv64 any-loong64 arm64 armhf +Version: 0.9.4-3.2 +Maintainer: Debian EFI Team +Uploaders: Pierre Chifflier , Steve McIntyre <93sam@debian.org> +Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 13), gcc-multilib [amd64 i386 kfreebsd-amd64], binutils-dev, libssl-dev, openssl, pkg-config, automake, uuid-dev, help2man, gnu-efi +Package-List: + sbsigntool deb utils optional arch=any-amd64,any-i386,arm64,armhf,any-riscv64,any-loong64 +Directory: pool/573b4bafbe846a49435dc745d472218dfa8a1bd23c2b0fac410b942040362681 +Checksums-Sha1: + 44c47c83d2ed5ed4493e3b7da827720450ea0ee3 2020 sbsigntool_0.9.4-3.2.dsc + a1cbbcf117d57239be1ae8c950e13d5c1b689a51 112496 sbsigntool_0.9.4.orig.tar.xz + c6c50f58f4f5177f822e221d79807063d6b18010 9104 sbsigntool_0.9.4-3.2.debian.tar.xz +Checksums-Sha256: + 573b4bafbe846a49435dc745d472218dfa8a1bd23c2b0fac410b942040362681 2020 sbsigntool_0.9.4-3.2.dsc + 016d7db322492b09f2f8a3bc02aa2b643db3ca0f31f9efa630c3e8ddef9484e8 112496 sbsigntool_0.9.4.orig.tar.xz + d6fd7f3a343d4ba19b3fc926c22c57e977eb0f8c7163506a983f110ed74b8b0a 9104 sbsigntool_0.9.4-3.2.debian.tar.xz +Files: + d47f063998ecfda220781e98bb0c1078 2020 sbsigntool_0.9.4-3.2.dsc + 80509324ba16828b26f10ecefc3b8f2f 112496 sbsigntool_0.9.4.orig.tar.xz + 638a92d2c026bb991342ae8b6139a611 9104 sbsigntool_0.9.4-3.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: scrub +Binary: scrub +Architecture: any +Version: 2.6.1-1 +Maintainer: Chris Taylor +Homepage: http://code.google.com/p/diskscrub/ +Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 9), autotools-dev +Package-List: + scrub deb utils extra arch=any +Directory: pool/e0376cb436581b4e550bfdfd912a7931956f180d217dc41e56a2cda2588e96e3 +Checksums-Sha1: + b152867880e9c08af752922523fe453de95ca0ec 1039 scrub_2.6.1-1.dsc + baac394cd8a414f36c01320bfe8771c8246af396 362536 scrub_2.6.1.orig.tar.gz + 395bd736a6dc5cbe377cd250fda936b0f90bf517 3068 scrub_2.6.1-1.debian.tar.xz +Checksums-Sha256: + e0376cb436581b4e550bfdfd912a7931956f180d217dc41e56a2cda2588e96e3 1039 scrub_2.6.1-1.dsc + 43d98d3795bc2de7920efe81ef2c5de4e9ed1f903c35c939a7d65adc416d6cb8 362536 scrub_2.6.1.orig.tar.gz + b9a3b0452cd59d4176d0ac64acfd035edcc66ebe432cb1c96d1603e7069ef661 3068 scrub_2.6.1-1.debian.tar.xz +Files: + 9122a7df4c125db6f19e06e72529d269 1039 scrub_2.6.1-1.dsc + 46801354b01f0c619207d6f2df796a6b 362536 scrub_2.6.1.orig.tar.gz + ecb76b9b2969b4493785704aeaaa8647 3068 scrub_2.6.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: sdparm +Binary: sdparm +Architecture: any +Version: 1.12-2 +Maintainer: Tomas Fasth +Uploaders: Alex Myczko +Homepage: https://sg.danny.cz/sg/sdparm.html +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13) +Package-List: + sdparm deb admin optional arch=any +Directory: pool/233e41c0c27a571bd95e0e78314a82023fd2e8478a236178c1ef7ad33519b417 +Checksums-Sha1: + dbea4566237375b22b2b62ebcec8d5034a022a34 1726 sdparm_1.12-2.dsc + 945a2b17df1be6944cdcdcc565d342d22cd8bde4 332796 sdparm_1.12.orig.tar.xz + a6fdea00756f97702d0a3662d07ba12dbc3a12c1 2792 sdparm_1.12-2.debian.tar.xz +Checksums-Sha256: + 233e41c0c27a571bd95e0e78314a82023fd2e8478a236178c1ef7ad33519b417 1726 sdparm_1.12-2.dsc + c4c9efafdbeb662e2f9712707ec490932bd4d010bb1129ae7a99526546eeadbe 332796 sdparm_1.12.orig.tar.xz + 197c02c8c3fbac333d0e3e86f5e56cb75656a13a0a1a7d22d6bafc8fa46d77a1 2792 sdparm_1.12-2.debian.tar.xz +Files: + 08b3589bd85183e55e2cf509c0a3bdec 1726 sdparm_1.12-2.dsc + c451eff022e0677c1c74e99cfb63105d 332796 sdparm_1.12.orig.tar.xz + 6d887c644e2ec8a8c679f0c41429202b 2792 sdparm_1.12-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: seabios +Binary: seabios +Architecture: all +Version: 1.16.3-2 +Maintainer: Debian QEMU Team +Uploaders: Michael Tokarev +Homepage: https://www.seabios.org +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/qemu-team/seabios +Vcs-Git: https://salsa.debian.org/qemu-team/seabios.git +Build-Depends: debhelper-compat (= 13), python3:any, acpica-tools | iasl +Package-List: + seabios deb misc optional arch=all +Directory: pool/1a95960c0f7e5c5a4c04bed1b5c3359b7518099b15a4ab8e8d37f50b8c3f6b36 +Checksums-Sha1: + 828bd0e543d2502182dda6aee9e57c5eb07b417c 1589 seabios_1.16.3-2.dsc + 391d3e99a670bff295c4b4e8ccc02c87ce908018 637076 seabios_1.16.3.orig.tar.gz + 31d93bd4fef3fa1a1925f909f78d0fed82ecd196 8908 seabios_1.16.3-2.debian.tar.xz +Checksums-Sha256: + 1a95960c0f7e5c5a4c04bed1b5c3359b7518099b15a4ab8e8d37f50b8c3f6b36 1589 seabios_1.16.3-2.dsc + 374dd8f6938e1673b084de4b2964514f7f9fd1b60eca1c12066c484d26286272 637076 seabios_1.16.3.orig.tar.gz + 237583c39828f9f5f7bb6f40ba2321f632911ea9891ddc79f54d5e4f0c7b726d 8908 seabios_1.16.3-2.debian.tar.xz +Files: + 4b7468701e4413b1bd0dbfe99d06a4cb 1589 seabios_1.16.3-2.dsc + 9f854ca1ae32bfdc081377717a18e1b3 637076 seabios_1.16.3.orig.tar.gz + 768806557cb5e2c298f97840dee17d97 8908 seabios_1.16.3-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: sed +Binary: sed +Architecture: any +Version: 4.9-2 +Maintainer: Clint Adams +Homepage: https://www.gnu.org/software/sed/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/sed +Vcs-Git: https://salsa.debian.org/debian/sed.git +Testsuite: autopkgtest +Build-Depends: texinfo , gettext, libselinux-dev [linux-any], debhelper-compat (= 13), libacl1-dev +Package-List: + sed deb utils required arch=any essential=yes +Directory: pool/17f10deac1b327cb2a623352cdc33444ac9c109359a0caa46b3980b0e415f671 +Checksums-Sha1: + 632177d7ddc39d498d33dde21fbb6cc2b686fd9d 1860 sed_4.9-2.dsc + 8ded1b543f1f558cbd5d7b713602f6a8ee84bde4 1397092 sed_4.9.orig.tar.xz + eecab5562dff48e0b45baf3979b64cbcadf44622 62756 sed_4.9-2.debian.tar.xz +Checksums-Sha256: + 17f10deac1b327cb2a623352cdc33444ac9c109359a0caa46b3980b0e415f671 1860 sed_4.9-2.dsc + 6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181 1397092 sed_4.9.orig.tar.xz + 549fa5cec6eb4fde8cc74ca263b8bf42f947ede677e39d2afeedf661da1d4e52 62756 sed_4.9-2.debian.tar.xz +Files: + 507a6bc05d646fcf10242c808bb89862 1860 sed_4.9-2.dsc + 6aac9b2dbafcd5b7a67a8a9bcb8036c3 1397092 sed_4.9.orig.tar.xz + 6da4a996789e7d0d55b6a962bd82d87b 62756 sed_4.9-2.debian.tar.xz + +Format: 3.0 (native) +Package: selinux-basics +Binary: selinux-basics +Architecture: all +Version: 0.5.9gardenlinux0 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Standards-Version: 4.4.1 +Vcs-Browser: https://salsa.debian.org/selinux-team/selinux-basics +Vcs-Git: https://salsa.debian.org/selinux-team/selinux-basics.git +Build-Depends: debhelper-compat (= 12), dh-python +Build-Depends-Indep: python3 (>= 3.2) +Package-List: + selinux-basics deb admin optional arch=all +Directory: pool/46b496740bb14c85d3c58fe5c9643212c396f431588e87f4f0035513d663a965 +Checksums-Sha1: + 4b0d753be66cb4cf1c3fbd1c5c7cf3109dc75837 902 selinux-basics_0.5.9gardenlinux0.dsc + 9a898183e1b56a6c6f80c678d053221e4d1964de 11360 selinux-basics_0.5.9gardenlinux0.tar.xz +Checksums-Sha256: + 46b496740bb14c85d3c58fe5c9643212c396f431588e87f4f0035513d663a965 902 selinux-basics_0.5.9gardenlinux0.dsc + 6f68229dea532fc2d3fdbb2d13d79b5ab89e7bb7d6b364fe16fdc39fc6aa5847 11360 selinux-basics_0.5.9gardenlinux0.tar.xz +Files: + 93197313cb21bf7c3e10f2f78e9ed5ae 902 selinux-basics_0.5.9gardenlinux0.dsc + 25f5785523fdf77116d7ca5b10fa3aa3 11360 selinux-basics_0.5.9gardenlinux0.tar.xz + +Format: 3.0 (quilt) +Package: selinux-python +Binary: policycoreutils-python-utils, python3-sepolicy, policycoreutils-dev, python3-sepolgen +Architecture: linux-any all +Version: 3.7-2 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Homepage: https://selinuxproject.org +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/selinux-python +Vcs-Git: https://salsa.debian.org/selinux-team/selinux-python.git +Build-Depends: debhelper-compat (= 13), dh-python, libselinux1-dev (>= 3.7), libsepol-dev (>= 3.7), python3-dev (>= 3.2), python3-pip, python3-setuptools +Package-List: + policycoreutils-dev deb devel optional arch=linux-any + policycoreutils-python-utils deb utils optional arch=all + python3-sepolgen deb python optional arch=all + python3-sepolicy deb python optional arch=all +Directory: pool/30db0edb7b96f227790aa63f30ffa22d5c338d9568ce9f6caddb2686ab4d151b +Checksums-Sha1: + 820c39d0a30458a32759858a93ec3ce8f8f887e8 2622 selinux-python_3.7-2.dsc + 45585b930f52559de2e99090efb81732eb14997a 3652377 selinux-python_3.7.orig.tar.gz + d80858a78fe465282d396d2a7e383884f3cc7a5d 833 selinux-python_3.7.orig.tar.gz.asc + 7e7fcaa7252c6dc61e29e3706643dea4ba29d469 40552 selinux-python_3.7-2.debian.tar.xz +Checksums-Sha256: + 30db0edb7b96f227790aa63f30ffa22d5c338d9568ce9f6caddb2686ab4d151b 2622 selinux-python_3.7-2.dsc + 630b2ad50e017a06a81d4f94312bee85465a93cb050a7536c728055de9a41a2b 3652377 selinux-python_3.7.orig.tar.gz + 105816768a9ce39b5fa798a06019266f82c9fe62538e93428877b350fa6142d4 833 selinux-python_3.7.orig.tar.gz.asc + 4e4e8c4ef17b918d235a6a55296cdfd020bda550f2ee13acc79248043948bafb 40552 selinux-python_3.7-2.debian.tar.xz +Files: + 82bc8d906b20ab9bb64094bc9902d1ef 2622 selinux-python_3.7-2.dsc + b2bc27bc4e3243d1f60a0cfa6343f480 3652377 selinux-python_3.7.orig.tar.gz + 62683f020da801cd36bb21f6c068630e 833 selinux-python_3.7.orig.tar.gz.asc + 9ee85c2337a981680c83c48c89d4974b 40552 selinux-python_3.7-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: semodule-utils +Binary: semodule-utils +Architecture: linux-any +Version: 3.7-1 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville , Russell Coker +Homepage: http://userspace.selinuxproject.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/semodule-utils +Vcs-Git: https://salsa.debian.org/selinux-team/semodule-utils.git +Build-Depends: debhelper-compat (= 13), libsepol-dev (>= 3.7) +Package-List: + semodule-utils deb devel optional arch=linux-any +Directory: pool/1d6b2525ce1f823b662339efd389873e5fd973ec6ed9bfece4e17a32151b9c00 +Checksums-Sha1: + 09f0520ffb91c73fa1d1c66451e9500de59aac51 2302 semodule-utils_3.7-1.dsc + 389ca1e24802c1071bbb6588bb605d6c227a1c0c 12896 semodule-utils_3.7.orig.tar.gz + 1a6aaa691f34616e136cc4d09e911323ed647dd4 833 semodule-utils_3.7.orig.tar.gz.asc + f8bda39b6b5e61ed66bfa313088a3904fe61a93e 38068 semodule-utils_3.7-1.debian.tar.xz +Checksums-Sha256: + 1d6b2525ce1f823b662339efd389873e5fd973ec6ed9bfece4e17a32151b9c00 2302 semodule-utils_3.7-1.dsc + db0641aeafefec46612c7c2ddd33ef1060bb721ce64842d2a96c33dddb5eb176 12896 semodule-utils_3.7.orig.tar.gz + 51c17850bcb7c13bd024adf2ef88b9e0bc27491ab3204146a975800a573b50a1 833 semodule-utils_3.7.orig.tar.gz.asc + c05565f1c62c7cdde76a78082d7da0cda9507a7e17980a79c3891059dd0afc42 38068 semodule-utils_3.7-1.debian.tar.xz +Files: + 31b62c8a88ef72fa9d9300ea0b438a8e 2302 semodule-utils_3.7-1.dsc + 682e0eea8c4edb1634202dc2da444dc2 12896 semodule-utils_3.7.orig.tar.gz + 54d0ff6a5ccec0e46a2e66ad41debfb7 833 semodule-utils_3.7.orig.tar.gz.asc + 250b54ba723ff73a04eb3bfedcd070a7 38068 semodule-utils_3.7-1.debian.tar.xz + +Format: 3.0 (native) +Package: sensible-utils +Binary: sensible-utils +Architecture: all +Version: 0.0.24 +Maintainer: Anibal Monsalve Salazar +Uploaders: Bastien Roucariès +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/sensible-utils +Vcs-Git: https://salsa.debian.org/debian/sensible-utils.git +Testsuite: autopkgtest +Testsuite-Triggers: ed, shellcheck +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: po4a, ed +Package-List: + sensible-utils deb utils required arch=all +Directory: pool/f84ac7cccca8e0f3f9e5c0d5173c7d1f22afdc0a98210120d1d35a92b4baf9df +Checksums-Sha1: + 7ddda368702edd864355a8f54dd5454c19315616 1743 sensible-utils_0.0.24.dsc + 287f283a2d47bcf973b71b5deefb10b40b9755e1 73568 sensible-utils_0.0.24.tar.xz +Checksums-Sha256: + f84ac7cccca8e0f3f9e5c0d5173c7d1f22afdc0a98210120d1d35a92b4baf9df 1743 sensible-utils_0.0.24.dsc + 620602b900bad2b9856556a7895ea146110f602cd526a1cc03068a0bc9542803 73568 sensible-utils_0.0.24.tar.xz +Files: + ad1394deb2cb545806ce3be8fca809b9 1743 sensible-utils_0.0.24.dsc + d6d54ddbe6ab25e8bfdb0190274e29e5 73568 sensible-utils_0.0.24.tar.xz + +Format: 3.0 (quilt) +Package: setools +Binary: setools, setools-gui, python3-setools, python3-setoolsgui +Architecture: linux-any +Version: 4.4.4-1 +Maintainer: Debian SELinux maintainers +Uploaders: Laurent Bigonville +Homepage: https://github.com/SELinuxProject/setools/wiki +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/selinux-team/setools +Vcs-Git: https://salsa.debian.org/selinux-team/setools.git +Build-Depends: checkpolicy (>= 3.5), cython3 (>= 0.29.14), debhelper-compat (= 13), dh-python, libqt5sql5-sqlite, libselinux1-dev (>= 3.5), libsepol-dev (>= 3.5), python3-all-dev, python3-networkx, python3-setuptools, qttools5-dev-tools +Package-List: + python3-setools deb python optional arch=linux-any + python3-setoolsgui deb python optional arch=linux-any + setools deb admin optional arch=linux-any + setools-gui deb admin optional arch=linux-any +Directory: pool/0beafc464cd5240695ee038caec465cf12f99b651d6e29614076714fd9935848 +Checksums-Sha1: + 9fe253192244a72e60f5d6c4f4b7c3df29cfd98b 2013 setools_4.4.4-1.dsc + 384cd748118761a3197708eb75deb9e68123ceeb 408371 setools_4.4.4.orig.tar.gz + f12ce81ed27b4a7cf128339f8a95d2898b9889ef 14400 setools_4.4.4-1.debian.tar.xz +Checksums-Sha256: + 0beafc464cd5240695ee038caec465cf12f99b651d6e29614076714fd9935848 2013 setools_4.4.4-1.dsc + 92afeea2f2433cbb981ff47f6ce4e2485d9202b530842f7f5d95f905b2ddaea4 408371 setools_4.4.4.orig.tar.gz + dafdb37e76d8f1fbfa04bbaba192eb9b07538a3311048b961d4fd5515a4cc6a0 14400 setools_4.4.4-1.debian.tar.xz +Files: + 31cb3d152f73d4152c5ccbeadf1422e1 2013 setools_4.4.4-1.dsc + 6c2a512ca5bba9bd0720a8e5d18e891e 408371 setools_4.4.4.orig.tar.gz + 4bf966d94355e626528d5d9dff3ecfd5 14400 setools_4.4.4-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: setuptools +Binary: python-setuptools-doc, python3-pkg-resources, python3-setuptools, python3-setuptools-whl +Architecture: all +Version: 74.1.2-2 +Maintainer: Matthias Klose +Homepage: https://pypi.python.org/pypi/setuptools +Standards-Version: 4.6.2 +Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-alabaster, python3-sphinx, python3-sphinx-favicon, python3-sphinx-reredirects, python3-sphinx-notfound-page, python3-wheel +Package-List: + python-setuptools-doc deb doc optional arch=all + python3-pkg-resources deb python optional arch=all + python3-setuptools deb python optional arch=all + python3-setuptools-whl deb python optional arch=all +Directory: pool/9e33c65a98778117b09361894f9c8d64e9aa0f9900b6d522d3afe989f10a419c +Checksums-Sha1: + d2a8cddcb03eada55ac697cfd39dbe5f30b4929b 2164 setuptools_74.1.2-2.dsc + 6a071a485074061d8d930a0afe105c95e2b3f3cb 1356467 setuptools_74.1.2.orig.tar.gz + 9b6c8a478d2706b1800b1899f4d77ce1011ed4ed 14688 setuptools_74.1.2-2.debian.tar.xz +Checksums-Sha256: + 9e33c65a98778117b09361894f9c8d64e9aa0f9900b6d522d3afe989f10a419c 2164 setuptools_74.1.2-2.dsc + 95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6 1356467 setuptools_74.1.2.orig.tar.gz + 7ad3f669f6cc40e7bdb89b1d20557c169f22c823ad40bea5d9a7d6f95dfd8841 14688 setuptools_74.1.2-2.debian.tar.xz +Files: + e6e8bfe6734274e0c688313c33154673 2164 setuptools_74.1.2-2.dsc + dade67d5cb658dfb31c1ec7e0186426e 1356467 setuptools_74.1.2.orig.tar.gz + 9233242aa85786653392c57514cdd9fb 14688 setuptools_74.1.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: sg3-utils +Binary: sg3-utils, libsgutils2-1.46-2, libsgutils2-dev, sg3-utils-udev +Architecture: any all +Version: 1.46-3.1 +Maintainer: Ritesh Raj Sarraf +Uploaders: Jonathan McDowell +Homepage: https://sg.danny.cz/sg/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/linux-blocks-team/sg3-utils +Vcs-Git: https://salsa.debian.org/linux-blocks-team/sg3-utils.git +Build-Depends: debhelper-compat (= 13), libtool, libcam-dev [kfreebsd-any], dpkg-dev (>= 1.16.1~) +Package-List: + libsgutils2-1.46-2 deb libs optional arch=any + libsgutils2-dev deb libdevel optional arch=any + sg3-utils deb admin optional arch=any + sg3-utils-udev deb admin optional arch=all +Directory: pool/f6dfc5b0e46d2241eb862dbf4381aeb82d066edc8b5050e672165b415090fa39 +Checksums-Sha1: + 6eb4fe05a5ed4e6c98a20ffe45a0c8657d96e8eb 2155 sg3-utils_1.46-3.1.dsc + c8ebf32dd511c4f267515f584d610ee0120ca63c 1031800 sg3-utils_1.46.orig.tar.xz + 5c554f591b7f06d747e3e259c02bceb2f642549c 11272 sg3-utils_1.46-3.1.debian.tar.xz +Checksums-Sha256: + f6dfc5b0e46d2241eb862dbf4381aeb82d066edc8b5050e672165b415090fa39 2155 sg3-utils_1.46-3.1.dsc + 59c268b10b93ce31a517af13e19c88f285c12b7dd065f50e36b16a7b6fa7b9a0 1031800 sg3-utils_1.46.orig.tar.xz + 4119d6c3eaf8242c85576e4395e4eebe1bceb6449ce8d8448fe030d8855bf9f5 11272 sg3-utils_1.46-3.1.debian.tar.xz +Files: + e536d8e45eec4eca36a7e9b30f6a241b 2155 sg3-utils_1.46-3.1.dsc + 11854fedf831adfd39438dc5ac9202e9 1031800 sg3-utils_1.46.orig.tar.xz + 71c6e5a54e33e198e23108075aad46cf 11272 sg3-utils_1.46-3.1.debian.tar.xz + +Format: 3.0 (native) +Package: sgml-base +Binary: sgml-base +Architecture: all +Version: 1.31 +Maintainer: Debian QA Group +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/sgml-base +Vcs-Git: https://salsa.debian.org/debian/sgml-base.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 12) +Package-List: + sgml-base deb text optional arch=all +Directory: pool/5bc1878461ec10333c7a99aeeec997e7263c92afba2c4f6fb518a8f4e5b3d9cc +Checksums-Sha1: + cf165d6540264d4f4597219094f50426ab1377b9 1541 sgml-base_1.31.dsc + 17b143b2b14d69881059a7269cca1524884087a2 12756 sgml-base_1.31.tar.xz +Checksums-Sha256: + 5bc1878461ec10333c7a99aeeec997e7263c92afba2c4f6fb518a8f4e5b3d9cc 1541 sgml-base_1.31.dsc + 12e204449d060d65b97ed329d2feed0cdbf2a62a4186b436e9b9b3fff7416147 12756 sgml-base_1.31.tar.xz +Files: + 84d58e28346b8d3567def431e4241188 1541 sgml-base_1.31.dsc + 38482b99c785b40cf773138f6238b0cd 12756 sgml-base_1.31.tar.xz + +Format: 3.0 (quilt) +Package: shadow +Binary: passwd, login.defs, uidmap, libsubid5, libsubid-dev +Architecture: any all +Version: 1:4.16.0-4 +Maintainer: Shadow package maintainers +Uploaders: Serge Hallyn , Chris Hofstaedtler +Homepage: https://github.com/shadow-maint/shadow +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/shadow +Vcs-Git: https://salsa.debian.org/debian/shadow.git -b master +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@, expect, procps +Build-Depends: bison, debhelper-compat (= 13), dh-package-notes, dh-sequence-zz-debputy-rrr (>= 0.1.23~), docbook-xml , docbook-xsl , gettext, itstool , libacl1-dev, libattr1-dev, libaudit-dev [linux-any], libbsd-dev, libcrypt-dev, libltdl-dev, libpam0g-dev, libselinux1-dev [linux-any], libsemanage-dev [linux-any], libxml2-utils , pkgconf, quilt, systemd-dev [linux-any], xsltproc +Package-List: + libsubid-dev deb libdevel optional arch=any + libsubid5 deb libs optional arch=any + login.defs deb admin required arch=all + passwd deb admin required arch=any + uidmap deb admin optional arch=any +Directory: pool/cbb20576e02bb4dedf10723243b33897f57cffb26c85d585882b6485dadeeead +Checksums-Sha1: + 9968640910bb3e2aad6503aa0c8c508fd9bb2d53 2614 shadow_4.16.0-4.dsc + 1d6b7232d72237cb76c3a7265242bb8c2732fed7 2053720 shadow_4.16.0.orig.tar.xz + 576a25c037bd0e36d011d6feb1e2d6c993e2eea1 169620 shadow_4.16.0-4.debian.tar.xz +Checksums-Sha256: + cbb20576e02bb4dedf10723243b33897f57cffb26c85d585882b6485dadeeead 2614 shadow_4.16.0-4.dsc + a0255570541a356c3718966987c8be0658691fda804826fda7576c8e69e0cfda 2053720 shadow_4.16.0.orig.tar.xz + 7bb1a604494dc9567be64fa50994b72fd51011af86095d566bd71832c4d98d36 169620 shadow_4.16.0-4.debian.tar.xz +Files: + e1b4d70d779138b51ca4efcb0f47be36 2614 shadow_4.16.0-4.dsc + 4f773d70ef25d236e818931e038e09a6 2053720 shadow_4.16.0.orig.tar.xz + ff6fe16b8128aba3c8ae62b023361052 169620 shadow_4.16.0-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: shared-mime-info +Binary: shared-mime-info +Architecture: any +Version: 2.4-5 +Maintainer: Debian freedesktop.org maintainers +Uploaders: Sebastian Dröge , Emilio Pozuelo Monfort , +Homepage: https://freedesktop.org/wiki/Software/shared-mime-info +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/freedesktop-team/shared-mime-info +Vcs-Git: https://salsa.debian.org/freedesktop-team/shared-mime-info.git +Build-Depends: debhelper-compat (= 13), docbook-utils , docbook-xml , gettext, itstool, libglib2.0-dev (>= 2.6.0), libxml2-dev (>= 2.4), libxml2-utils, meson (>= 0.54.0) +Package-List: + shared-mime-info deb misc optional arch=any +Directory: pool/daadcf9aadf96cb45875856d8046f692d1e563bda5687150d993f9deba274a39 +Checksums-Sha1: + b524d21faee56a971575b50b92ffb81b2f31639e 2237 shared-mime-info_2.4-5.dsc + 85199c1c88313b9611d171ca38effa1d4b7d3e80 7096347 shared-mime-info_2.4.orig.tar.bz2 + 7c3cca008edff687319470def89d24682c54a4dc 10812 shared-mime-info_2.4-5.debian.tar.xz +Checksums-Sha256: + daadcf9aadf96cb45875856d8046f692d1e563bda5687150d993f9deba274a39 2237 shared-mime-info_2.4-5.dsc + 32dc32ae39ff1c1bf8434dd3b36770b48538a1772bc0298509d034f057005992 7096347 shared-mime-info_2.4.orig.tar.bz2 + 10eceaa29c5927dcc9cc9ba419f7bbdee68542cc5cfb3be15dde3e36735a3206 10812 shared-mime-info_2.4-5.debian.tar.xz +Files: + 548ae8719d4b0db94a62ee29978f270e 2237 shared-mime-info_2.4-5.dsc + a68311eb76715326cb2edab647d26ea5 7096347 shared-mime-info_2.4.orig.tar.bz2 + 24093d27952580f57bedac12004f7be5 10812 shared-mime-info_2.4-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: simplegeneric +Binary: python3-simplegeneric +Architecture: all +Version: 0.8.1-5 +Maintainer: Debian Python Team +Uploaders: Daniele Tricoli +Homepage: https://pypi.python.org/pypi/simplegeneric +Standards-Version: 4.1.5 +Vcs-Browser: https://salsa.debian.org/python-team/packages/simplegeneric +Vcs-Git: https://salsa.debian.org/python-team/packages/simplegeneric.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-pytest , python3-setuptools +Package-List: + python3-simplegeneric deb python optional arch=all +Directory: pool/a70761cd9edf3174b13fcf537ba7fa3f136e6508a29ea84d1f83b7bf06dac616 +Checksums-Sha1: + c55dbbe5b3aa3c3479746d57e728754f541ce203 2096 simplegeneric_0.8.1-5.dsc + d18f294d2436e5fbbb4b4ee3d33b7a93d49a3fb0 6465 simplegeneric_0.8.1.orig.tar.bz2 + 0f07f069ffacc15698e9e7b5ec9a70c549fe96fa 3576 simplegeneric_0.8.1-5.debian.tar.xz +Checksums-Sha256: + a70761cd9edf3174b13fcf537ba7fa3f136e6508a29ea84d1f83b7bf06dac616 2096 simplegeneric_0.8.1-5.dsc + d8a59ee508474662484d436b5dc938c10c864270cf67dba91caf5ddb40ea3be1 6465 simplegeneric_0.8.1.orig.tar.bz2 + a03be12f43945b0d93cc1154d3da4fc493782584e95c91bef6428cd74d4f6893 3576 simplegeneric_0.8.1-5.debian.tar.xz +Files: + 015a36474081e79d63ecfa6783efa86c 2096 simplegeneric_0.8.1-5.dsc + a35dc88528242791cbeb760861f89207 6465 simplegeneric_0.8.1.orig.tar.bz2 + a75db7a107a15f1fa1231da5a162a1e5 3576 simplegeneric_0.8.1-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: six +Binary: python3-six, python-six-doc +Architecture: all +Version: 1.16.0-7 +Maintainer: Debian Python Team +Uploaders: Colin Watson , +Homepage: https://github.com/benjaminp/six +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/six +Vcs-Git: https://salsa.debian.org/python-team/packages/six.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, pybuild-plugin-pyproject, python3, python3-all, python3-pytest, python3-setuptools, python3-sphinx +Package-List: + python-six-doc deb doc optional arch=all + python3-six deb python optional arch=all +Directory: pool/4f919fc90c12a834823d0f22d0ef2ea1bff7038fe561b2a47e4f615f225b0370 +Checksums-Sha1: + dc1999c2801c4e877fe6422224bbbc6dc85471f5 2226 six_1.16.0-7.dsc + 06fa0bb50f2a4e2917fd14c21e9d2d5508ce0163 34041 six_1.16.0.orig.tar.gz + 87361d03bd3286a3159f01bbdcedc6563e9d70d2 6052 six_1.16.0-7.debian.tar.xz +Checksums-Sha256: + 4f919fc90c12a834823d0f22d0ef2ea1bff7038fe561b2a47e4f615f225b0370 2226 six_1.16.0-7.dsc + 1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 34041 six_1.16.0.orig.tar.gz + 6de54caec396fe88ffaafe4d0829b67103ead5687dc70c2ec05fdd61593bbcf1 6052 six_1.16.0-7.debian.tar.xz +Files: + fbb956a4697c099a0be3bd70b517e96b 2226 six_1.16.0-7.dsc + a7c927740e4964dd29b72cebfc1429bb 34041 six_1.16.0.orig.tar.gz + daccea1957b3bb6c9adf8ce081d02ecd 6052 six_1.16.0-7.debian.tar.xz +Dgit: 6533c767ba6bd9c9ab0c9ec34b031ec35c917f22 debian archive/debian/1.16.0-7 https://git.dgit.debian.org/six + +Format: 3.0 (quilt) +Package: slang2 +Binary: libslang2-dev, libslang2, libslang2-pic, libslang2-udeb, slsh, libslang2-modules +Architecture: any +Version: 2.3.3-5 +Maintainer: Alastair McKinstry +Homepage: http://www.jedsoft.org/slang/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/slang2 +Vcs-Git: https://salsa.debian.org/debian/slang2.git -b debian/latest +Build-Depends: debhelper-compat (= 13), unicode-data, chrpath, docbook-to-man, dpkg-dev (>= 1.16.1~), libonig-dev, libpcre2-dev, libpng-dev, zlib1g-dev +Package-List: + libslang2 deb libs optional arch=any + libslang2-dev deb libdevel optional arch=any + libslang2-modules deb libs optional arch=any + libslang2-pic deb libdevel optional arch=any + libslang2-udeb udeb debian-installer optional arch=any profile=!noudeb + slsh deb interpreters optional arch=any +Directory: pool/794817e0287e6270527cac0904e2f5ba1097e85c17f8ca5d64b43f80265e5f60 +Checksums-Sha1: + aa5f8eafb01814c68b094e1fc6fecabe89a5c99b 2266 slang2_2.3.3-5.dsc + bbc1f91966d4608c3cb5fa971f7280b2a4c728d5 1347116 slang2_2.3.3.orig.tar.xz + 5a34653960f75db37a1e9d977a69fdc09c257ced 60404 slang2_2.3.3-5.debian.tar.xz +Checksums-Sha256: + 794817e0287e6270527cac0904e2f5ba1097e85c17f8ca5d64b43f80265e5f60 2266 slang2_2.3.3-5.dsc + d86128b264933ad88c295b3a58127c2f29c8cb68334dd2e6a310b0a36436c64f 1347116 slang2_2.3.3.orig.tar.xz + 2d86ebf1fae6b19347b418ce67316b4711d0aeb1dffc7b2c6ba3cba74c209e7e 60404 slang2_2.3.3-5.debian.tar.xz +Files: + 67ed48539d2deb38bd37679f74905ccd 2266 slang2_2.3.3-5.dsc + 270607a60d30e6af573aec17ddfbb2df 1347116 slang2_2.3.3.orig.tar.xz + 81730e2ecf7cecfa07692eeff91bebfa 60404 slang2_2.3.3-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: sleuthkit +Binary: sleuthkit, libtsk19t64, libtsk-dev +Architecture: any +Version: 4.12.1+dfsg-2 +Maintainer: Debian Security Tools +Homepage: http://www.sleuthkit.org/sleuthkit +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/sleuthkit +Vcs-Git: https://salsa.debian.org/pkg-security-team/sleuthkit.git +Build-Depends: dpkg-dev (>= 1.22.5), ant, debhelper-compat (= 13), libafflib-dev (>= 3.6.6), libewf-dev (>= 20130416), libsqlite3-dev, libvhdi-dev, libvmdk-dev +Package-List: + libtsk-dev deb libdevel optional arch=any + libtsk19t64 deb libs optional arch=any + sleuthkit deb admin optional arch=any +Directory: pool/f4a008e17b98cadcee9c94261efb2326214dde63a69a0fbb941ca99427a2a380 +Checksums-Sha1: + ee52742b230e257d3de9bcb612769db52fad5706 2184 sleuthkit_4.12.1+dfsg-2.dsc + a2eae5aa24cfd288885a511b647f86afb568e4ac 2435656 sleuthkit_4.12.1+dfsg.orig.tar.xz + 04398aa67cd55d04bc348c4761cada3b0f059a8a 34008 sleuthkit_4.12.1+dfsg-2.debian.tar.xz +Checksums-Sha256: + f4a008e17b98cadcee9c94261efb2326214dde63a69a0fbb941ca99427a2a380 2184 sleuthkit_4.12.1+dfsg-2.dsc + 88e15a90f09e83405dff9bcb274b30308de07408116c6190b29f4383fe7ec5f0 2435656 sleuthkit_4.12.1+dfsg.orig.tar.xz + 361bc0c6c2fad1d735efc9b826b7f06d320758fb98de059dda5021b5cf6d5724 34008 sleuthkit_4.12.1+dfsg-2.debian.tar.xz +Files: + e9afd6469ec6eaafedfa2511338decbe 2184 sleuthkit_4.12.1+dfsg-2.dsc + f2849064201673d7b86b6bd1cef9464d 2435656 sleuthkit_4.12.1+dfsg.orig.tar.xz + 4f2fde1cdf27953b84a782b4448bfad2 34008 sleuthkit_4.12.1+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: slirp4netns +Binary: slirp4netns +Architecture: any +Version: 1.2.1-1 +Maintainer: Reinhard Tartler +Homepage: https://github.com/rootless-containers/slirp4netns +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/slirp4netns +Vcs-Git: https://salsa.debian.org/debian/slirp4netns.git +Build-Depends: debhelper-compat (= 13), automake, autoconf, libglib2.0-dev, libcap-dev, libseccomp-dev, libslirp-dev +Package-List: + slirp4netns deb misc optional arch=any +Directory: pool/05a814fcf8d33b38f1c43a65005ae9f99c51209e433e129710a98c79a2b87f90 +Checksums-Sha1: + ab5ef23574bd5a416e840219e33d5e04eb4c209b 2096 slirp4netns_1.2.1-1.dsc + b172110c84cb86d8cfd90b8b3e286fcb3b381e21 64803 slirp4netns_1.2.1.orig.tar.gz + 384e789d398122ee741d0b0a69f0b6ebebdbfbaa 3896 slirp4netns_1.2.1-1.debian.tar.xz +Checksums-Sha256: + 05a814fcf8d33b38f1c43a65005ae9f99c51209e433e129710a98c79a2b87f90 2096 slirp4netns_1.2.1-1.dsc + 51aa240e1e29905ed35b449ca718539a01221aab3b6d291c4dc6777f0eb9d7d9 64803 slirp4netns_1.2.1.orig.tar.gz + 7b918fc5ba189c65ccf1da975b085d32d2871a5617b9cee5aa1eb2e07c11d1b5 3896 slirp4netns_1.2.1-1.debian.tar.xz +Files: + 815c178965cd3e1304aa7f1edaaa68df 2096 slirp4netns_1.2.1-1.dsc + 3477fcdce48f7f2e3b1bd32e23f3d33e 64803 slirp4netns_1.2.1.orig.tar.gz + c8f073e6d3a761a6a385237c2e0da830 3896 slirp4netns_1.2.1-1.debian.tar.xz +Dgit: 9c8b037cfbb10ebad83af90424e23491be7fea36 debian archive/debian/1.2.1-1 https://git.dgit.debian.org/slirp4netns + +Format: 3.0 (quilt) +Package: smartmontools +Binary: smartmontools +Architecture: any +Version: 7.4-2 +Maintainer: Dmitry Smirnov +Uploaders: Florian Maier , Jonathan Dowland , +Homepage: https://www.smartmontools.org/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/smartmontools +Vcs-Git: https://salsa.debian.org/debian/smartmontools.git +Build-Depends: autoconf, automake, debhelper-compat (= 13), freebsd-glue [kfreebsd-any], libcam-dev [kfreebsd-any], libcap-ng-dev [linux-any], libselinux1-dev [linux-any], libusb2-dev [kfreebsd-any], libsystemd-dev [linux-any], pkg-config +Package-List: + smartmontools deb utils optional arch=any +Directory: pool/c4ec5dab0bc40e8069006b42d3a4d28e50fa39d1c853aadbaa10b95ab2b5349f +Checksums-Sha1: + 65ecc530bda5da5f623fdfbb0afd7dec017ba0f3 2153 smartmontools_7.4-2.dsc + 625a79f2e8a4e544eeff427c20d3341d07cc7a44 809336 smartmontools_7.4.orig.tar.xz + 3a0b3025ed4827c41ec498fc1bfbfe255a96eb1e 36740 smartmontools_7.4-2.debian.tar.xz +Checksums-Sha256: + c4ec5dab0bc40e8069006b42d3a4d28e50fa39d1c853aadbaa10b95ab2b5349f 2153 smartmontools_7.4-2.dsc + 0b509b802d7c34aa1d3ceba21bf57169fddcc76badff33655dbc5d09f48e3e56 809336 smartmontools_7.4.orig.tar.xz + 20d6f14e52789c260c04a289150c1856f23edd43f02fbf4eaced9d9272c8a38e 36740 smartmontools_7.4-2.debian.tar.xz +Files: + 97377ef5d8ff2dc1ba877d345be19961 2153 smartmontools_7.4-2.dsc + 865fc5ba985c85271bd1f8eb6edf1750 809336 smartmontools_7.4.orig.tar.xz + 8376418be7d91fcda6a540b1cb91ec4a 36740 smartmontools_7.4-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: snappy +Binary: libsnappy-dev, libsnappy1v5 +Architecture: any +Version: 1.2.1-1 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://google.github.io/snappy/ +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13), cmake, pkgconf, libgtest-dev, libgmock-dev, libbenchmark-dev +Package-List: + libsnappy-dev deb libdevel optional arch=any + libsnappy1v5 deb libs optional arch=any +Directory: pool/59dc49e56cda9d6f4bbddd6b7d05c69928395770afd6ce887bdaf1d9f2d2d276 +Checksums-Sha1: + 5a4156d2ca7484e0f76f5cf85c26de3714b35ad3 1842 snappy_1.2.1-1.dsc + 8271f3a62130ebaa997994a0c5647af8fdc8e46b 1108761 snappy_1.2.1.orig.tar.gz + 54305f1084199b2c55af0cfb0c56779c879e07d5 16200 snappy_1.2.1-1.debian.tar.xz +Checksums-Sha256: + 59dc49e56cda9d6f4bbddd6b7d05c69928395770afd6ce887bdaf1d9f2d2d276 1842 snappy_1.2.1-1.dsc + 736aeb64d86566d2236ddffa2865ee5d7a82d26c9016b36218fcc27ea4f09f86 1108761 snappy_1.2.1.orig.tar.gz + c558d167ab2b7ce52252db2ccc4b76e398b063706b3512e82e52ecbbfa45e4db 16200 snappy_1.2.1-1.debian.tar.xz +Files: + 48a05556b7c0de62a7f13be15ab8a449 1842 snappy_1.2.1-1.dsc + dd6f9b667e69491e1dbf7419bdf68823 1108761 snappy_1.2.1.orig.tar.gz + 0ba68c2d4fc2f5c4923161036877b7a2 16200 snappy_1.2.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: socat +Binary: socat +Architecture: any +Version: 1.8.0.1-2 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://www.dest-unreach.org/socat/ +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), libssl-dev, libwrap0-dev, openssl , net-tools , iproute2 [linux-any] , netbase , procps +Package-List: + socat deb net optional arch=any +Directory: pool/96434cc25ddb52a89f1a3428fbda72726598f68b0dc0eb5c47e16ad24163e756 +Checksums-Sha1: + 9770392ca0e97ea0396ed90dca1ba152a97d5693 1854 socat_1.8.0.1-2.dsc + 6cf8b255108fc6bd7ab67fed61e0b52b21150fc4 579492 socat_1.8.0.1.orig.tar.bz2 + 52ff7835d9a1a90115e301ba59cc48927827acf7 15120 socat_1.8.0.1-2.debian.tar.xz +Checksums-Sha256: + 96434cc25ddb52a89f1a3428fbda72726598f68b0dc0eb5c47e16ad24163e756 1854 socat_1.8.0.1-2.dsc + 6a283565db7cf86292c6f70504c58abb03e29888adeed5a6c5f3457e803c1b81 579492 socat_1.8.0.1.orig.tar.bz2 + 8693f547b059096f6c2d2110e2c42cf35163c38af1906cd929eb8615b3ec2045 15120 socat_1.8.0.1-2.debian.tar.xz +Files: + 59873002e2c4e03bfa7bfc9f20534118 1854 socat_1.8.0.1-2.dsc + e53a6e8e8594ac87476fe4ae361bbcd1 579492 socat_1.8.0.1.orig.tar.bz2 + 5d50992903cd462ce918880da3feeae2 15120 socat_1.8.0.1-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: sops +Binary: sops +Architecture: amd64 arm64 +Version: 3.8.1-0gardenlinux0 +Maintainer: AJ Bahnken +Build-Depends: debhelper-compat (= 13), golang +Package-List: + sops deb unknown extra arch=amd64,arm64 +Directory: pool/30d238e39e7fc461f6069f3035e56ad3ab3d472568ba691e18239be88b13ee9c +Checksums-Sha1: + c02158ef30b2cccb5e8f8dd950d4006eedda33ee 797 sops_3.8.1-0gardenlinux0.dsc + 403770753d0eb124121726c33e41ce539cd05249 186240 sops_3.8.1.orig.tar.xz + 042272d690cb212c3dc583a5dc865942e68d866b 1124 sops_3.8.1-0gardenlinux0.debian.tar.xz +Checksums-Sha256: + 30d238e39e7fc461f6069f3035e56ad3ab3d472568ba691e18239be88b13ee9c 797 sops_3.8.1-0gardenlinux0.dsc + 89ad3079698ddccbb41be30543e2a806b5823f194a4472928422e30f36552f04 186240 sops_3.8.1.orig.tar.xz + ccc145cab6a4129d6c45003073e4fd82884196236d543fbe03f6180e9a5c2db6 1124 sops_3.8.1-0gardenlinux0.debian.tar.xz +Files: + 6ac2ed98f907aaf7b92de720d623db58 797 sops_3.8.1-0gardenlinux0.dsc + c6bd22b9f7318a3e7fc8f31d401ec7ad 186240 sops_3.8.1.orig.tar.xz + 0aa1a58e7e0a7429989879b3afcae42d 1124 sops_3.8.1-0gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: sosreport +Binary: sosreport +Architecture: any +Version: 4.8.0-1 +Maintainer: sosreport Dev Team +Uploaders: Arif Ali , David Negreira +Homepage: https://github.com/sosreport/sos +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/sosreport-team/sosreport +Vcs-Git: https://salsa.debian.org/sosreport-team/sosreport.git -b debian/latest +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), dh-python, fdisk, gettext, python3-all, python3-setuptools, python3-sphinx, python3-magic, python3-pexpect, python3-packaging, python3-yaml +Package-List: + sosreport deb admin optional arch=any +Directory: pool/c1cc9c6265b517b84908b0b702b0bf147781e839c81aa821cf1a4c68b2ac3163 +Checksums-Sha1: + bc21cc28cef85bb94d723bb0d1bd127f7326576b 2150 sosreport_4.8.0-1.dsc + 35038e9b713806aa6bf8173f92d14cafa743f95a 11238373 sosreport_4.8.0.orig.tar.gz + 04533015503cf54f89a1795bd70be8fa212711ed 15728 sosreport_4.8.0-1.debian.tar.xz +Checksums-Sha256: + c1cc9c6265b517b84908b0b702b0bf147781e839c81aa821cf1a4c68b2ac3163 2150 sosreport_4.8.0-1.dsc + 7d8ca3af99694ed5a6d8416006d213941c09ee7af0eb46a05d6add85523d7165 11238373 sosreport_4.8.0.orig.tar.gz + 5d33359700bb02d6388921ca8f9dddcf35bfaa893879123e5938390b9cc8a7a5 15728 sosreport_4.8.0-1.debian.tar.xz +Files: + 6679acd6514ca1ccdc8a7e9312f70e31 2150 sosreport_4.8.0-1.dsc + 9c75de4b2fbeee63d8cce60d8994e8dc 11238373 sosreport_4.8.0.orig.tar.gz + 3443f24182c823c9518ada1adec228ea 15728 sosreport_4.8.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: sphinx-rtd-theme +Binary: sphinx-rtd-theme-common, python3-sphinx-rtd-theme +Architecture: all +Version: 2.0.0+dfsg-2 +Maintainer: Debian Python Team +Uploaders: Dmitry Shachnev +Homepage: https://github.com/readthedocs/sphinx_rtd_theme +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-rtd-theme +Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-rtd-theme.git +Testsuite: autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-python, fonts-font-awesome, fonts-lato, fonts-roboto-slab (>= 1.100263+20170512-2), python3-all, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinxcontrib.jquery, ruby-sass, woff2 +Package-List: + python3-sphinx-rtd-theme deb python optional arch=all + sphinx-rtd-theme-common deb python optional arch=all +Directory: pool/062529d74589654b90a99bdc6df8c8536c73fcda7d8838cf8cfa9a346de8f9b8 +Checksums-Sha1: + b25bf980c707a5ca68d0d3eca912cebccea94efb 2415 sphinx-rtd-theme_2.0.0+dfsg-2.dsc + d484184db8cb24abc66d22b9a83b43071cddf629 301188 sphinx-rtd-theme_2.0.0+dfsg.orig.tar.xz + 1fe465085f2aa743e89dc7cb88d0618aa112b881 64848 sphinx-rtd-theme_2.0.0+dfsg-2.debian.tar.xz +Checksums-Sha256: + 062529d74589654b90a99bdc6df8c8536c73fcda7d8838cf8cfa9a346de8f9b8 2415 sphinx-rtd-theme_2.0.0+dfsg-2.dsc + e64599f47aa6073b0c59e7cf8211a98338edc654028f4fde779ca1329a55bc7c 301188 sphinx-rtd-theme_2.0.0+dfsg.orig.tar.xz + ac7f6ca410b16a22eead43d717ab2ff4af82c3a6cf002bf54122bd0397a4a6b5 64848 sphinx-rtd-theme_2.0.0+dfsg-2.debian.tar.xz +Files: + f4ca4e6dbdab3fcfad0d8324a2a18167 2415 sphinx-rtd-theme_2.0.0+dfsg-2.dsc + 00575b421c12aa8ee64a87a7d24c111d 301188 sphinx-rtd-theme_2.0.0+dfsg.orig.tar.xz + a29452f29bb8a5e74ff3784b61004385 64848 sphinx-rtd-theme_2.0.0+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: sqlite3 +Binary: lemon, sqlite3, sqlite3-doc, libsqlite3-0, libsqlite3-dev, libsqlite3-tcl, sqlite3-tools +Architecture: any all +Version: 3.46.0-1 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://www.sqlite.org/ +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13), autoconf (>= 2.59), libtool (>= 1.5.2), automake, chrpath, lynx, libreadline-dev, tcl8.6-dev +Build-Conflicts: tcl8.4, tcl8.4-dev, tcl8.5, tcl8.5-dev +Package-List: + lemon deb devel optional arch=any + libsqlite3-0 deb libs optional arch=any + libsqlite3-dev deb libdevel optional arch=any + libsqlite3-tcl deb interpreters optional arch=any + sqlite3 deb database optional arch=any + sqlite3-doc deb doc optional arch=all + sqlite3-tools deb database optional arch=linux-any,hurd-any +Directory: pool/a3670d98d23bba15261b67969e4f1634d4205e7c24182ad112b0e02f0fc0acc8 +Checksums-Sha1: + 85fdb92f1cf13e59a15709fe91e7fb4b053daa9a 2486 sqlite3_3.46.0-1.dsc + e63c90541277b0d2e5f5ca5a8fc97f057974fe30 5770196 sqlite3_3.46.0.orig-www.tar.xz + aa04a4eaf094f6b07dce5e3db5b91f9ef24baae2 8342408 sqlite3_3.46.0.orig.tar.xz + 1d31b8312e8b782ea2f06e61be0ae1aa5afafb19 30432 sqlite3_3.46.0-1.debian.tar.xz +Checksums-Sha256: + a3670d98d23bba15261b67969e4f1634d4205e7c24182ad112b0e02f0fc0acc8 2486 sqlite3_3.46.0-1.dsc + a0b01ec1240b617e2d15d564c77cabe15c74515a0e677c51ad92a85c2b7d477d 5770196 sqlite3_3.46.0.orig-www.tar.xz + 22f02709430f9622e2043b18cdb189cea2e24231a3127071fb064a23e9de2933 8342408 sqlite3_3.46.0.orig.tar.xz + ee1c6b293fd5e91ae4d5a14c1465ef5035afafcdef136902de3de43c75f77afb 30432 sqlite3_3.46.0-1.debian.tar.xz +Files: + 0b6538edff651dbefe77d8f630c418a8 2486 sqlite3_3.46.0-1.dsc + d0b7273b66ecec57f7410bb3acc32f41 5770196 sqlite3_3.46.0.orig-www.tar.xz + 6fc815bbc988bab7c061010c94e3969b 8342408 sqlite3_3.46.0.orig.tar.xz + 8afe6a20b18bc752d40d31b75080e5e8 30432 sqlite3_3.46.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: squashfs-tools +Binary: squashfs-tools +Architecture: linux-any kfreebsd-any +Version: 1:4.6.1-1 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://github.com/plougher/squashfs-tools +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), libattr1-dev, liblzma-dev, liblzo2-dev, liblz4-dev, zlib1g-dev, libzstd-dev, help2man +Package-List: + squashfs-tools deb kernel optional arch=linux-any,kfreebsd-any +Directory: pool/2c9941b0abd6ea88ef2b03cfe5838a11f462c8ec3924f04a96ff9206fea8c58d +Checksums-Sha1: + e79f3cea7228ec5194c38b3c66707c7408c326fc 1915 squashfs-tools_4.6.1-1.dsc + daad956aa77ccddf5df20db6a2eebcc4a226cab5 286848 squashfs-tools_4.6.1.orig.tar.gz + 672c8735c73d7f787bfeb6262c0465e902f7c953 10252 squashfs-tools_4.6.1-1.debian.tar.xz +Checksums-Sha256: + 2c9941b0abd6ea88ef2b03cfe5838a11f462c8ec3924f04a96ff9206fea8c58d 1915 squashfs-tools_4.6.1-1.dsc + 94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c 286848 squashfs-tools_4.6.1.orig.tar.gz + 8e34187ab18900b19d0ef0654b21ba7439cfd8db93656ed5ee6de4c859f9c333 10252 squashfs-tools_4.6.1-1.debian.tar.xz +Files: + 962121e2557ff2c322406e75318c8ce1 1915 squashfs-tools_4.6.1-1.dsc + db23a40fa0dc54b4d6d225fb20ee6555 286848 squashfs-tools_4.6.1.orig.tar.gz + ad5277d481031b140895900356a6197b 10252 squashfs-tools_4.6.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: sssd +Binary: sssd, sssd-common, sssd-ad, sssd-ad-common, sssd-dbus, sssd-idp, sssd-ipa, sssd-kcm, sssd-krb5, sssd-krb5-common, sssd-ldap, sssd-passkey, sssd-proxy, sssd-tools, libnss-sss, libpam-sss, libipa-hbac0t64, libipa-hbac-dev, libsss-certmap0, libsss-certmap-dev, libsss-idmap0, libsss-idmap-dev, libsss-nss-idmap0, libsss-nss-idmap-dev, libsss-sudo, python3-libipa-hbac, python3-libsss-nss-idmap, python3-sss +Architecture: any +Version: 2.9.5-3 +Maintainer: Debian SSSD Team +Uploaders: Timo Aaltonen , Dominik George +Homepage: https://github.com/SSSD/sssd +Standards-Version: 4.4.0 +Vcs-Browser: https://salsa.debian.org/sssd-team/sssd +Vcs-Git: https://salsa.debian.org/sssd-team/sssd.git +Testsuite: autopkgtest +Testsuite-Triggers: bash, expect, gnutls-bin, krb5-admin-server, krb5-kdc, krb5-user, ldap-utils, lsb-release, openssl, pamtester, passwd, slapd, softhsm2, util-linux +Build-Depends: dpkg-dev (>= 1.22.5), autopoint, bc, check , cifs-utils, debhelper-compat (= 13), dh-apparmor, dh-python, dh-sequence-installnss, bind9-dnsutils, docbook-xml, docbook-xsl, faketime , gnutls-bin , krb5-config, ldap-utils, libaugeas-dev, libc-ares-dev, libcmocka-dev , libcollection-dev, libcurl4-openssl-dev, libdbus-1-dev, libdhash-dev, libfido2-dev, libgdm-dev [!s390x !kfreebsd-any !hurd-any], libglib2.0-dev, libini-config-dev, libjansson-dev, libjose-dev, libkeyutils-dev [linux-any], libkrad-dev, libkrb5-dev (>= 1.12), libldap2-dev, libldb-dev, libltdl-dev, libnfsidmap-dev, libnl-3-dev [linux-any], libnl-route-3-dev [linux-any], libnss-wrapper , libp11-kit-dev, libpam-wrapper , libpam0g-dev | libpam-dev, libpcre2-dev, libpopt-dev, libsasl2-dev, libselinux1-dev [linux-any], libsemanage-dev [linux-any], libsmbclient-dev, libssl-dev, libsubid-dev, libsystemd-dev [linux-any], libtalloc-dev, libtdb-dev, libtevent-dev, libuid-wrapper , libunistring-dev, libxml2-utils, lsb-release, openssh-client , openssl , pkgconf, python3-dev, python3-setuptools, samba-dev (>= 2:4.1.13), softhsm2 , systemd-dev, systemtap-sdt-dev, uuid-dev, xml-core, xsltproc +Package-List: + libipa-hbac-dev deb libdevel optional arch=any + libipa-hbac0t64 deb libs optional arch=any + libnss-sss deb utils optional arch=any + libpam-sss deb utils optional arch=any + libsss-certmap-dev deb libdevel optional arch=any + libsss-certmap0 deb libs optional arch=any + libsss-idmap-dev deb libdevel optional arch=any + libsss-idmap0 deb libs optional arch=any + libsss-nss-idmap-dev deb libdevel optional arch=any + libsss-nss-idmap0 deb libs optional arch=any + libsss-sudo deb libs optional arch=any + python3-libipa-hbac deb python optional arch=any + python3-libsss-nss-idmap deb python optional arch=any + python3-sss deb python optional arch=any + sssd deb metapackages optional arch=any + sssd-ad deb utils optional arch=any + sssd-ad-common deb utils optional arch=any + sssd-common deb utils optional arch=any + sssd-dbus deb utils optional arch=any + sssd-idp deb utils optional arch=any + sssd-ipa deb utils optional arch=any + sssd-kcm deb utils optional arch=any + sssd-krb5 deb utils optional arch=any + sssd-krb5-common deb utils optional arch=any + sssd-ldap deb utils optional arch=any + sssd-passkey deb utils optional arch=any + sssd-proxy deb utils optional arch=any + sssd-tools deb utils optional arch=any +Directory: pool/af5441e86d6f90054b2abe8ef63dbd1b4705e00c2afcdb8c4eb8b8f9874f98ed +Checksums-Sha1: + ded319b47a9e42a00dfea3b5b844f5776b5aa8fe 5125 sssd_2.9.5-3.dsc + f6704a9df1303e154ef8526f9f21e2b72879c046 8001964 sssd_2.9.5.orig.tar.gz + 97c93c192966f031eee0d96ff1d3c4479519bae9 833 sssd_2.9.5.orig.tar.gz.asc + 0587406f623329f16cc922e6a3d2926804c78671 46280 sssd_2.9.5-3.debian.tar.xz +Checksums-Sha256: + af5441e86d6f90054b2abe8ef63dbd1b4705e00c2afcdb8c4eb8b8f9874f98ed 5125 sssd_2.9.5-3.dsc + bf955cc26b6d215bbb9083eadb613f78d7b727fb023f39987aec37680ae40ae3 8001964 sssd_2.9.5.orig.tar.gz + 2909ca4b0318378b8e7baa1d6620b307a5fb59b5fa1348b4c1c82d209a5bc2c8 833 sssd_2.9.5.orig.tar.gz.asc + baddb747fe1c0eed9de00e45b1bb0cd7ca0b1a713c9f6dbf112955fb2e3b7a1e 46280 sssd_2.9.5-3.debian.tar.xz +Files: + 7691020e4bfffca079971989ca912835 5125 sssd_2.9.5-3.dsc + fb41a516f51d3f75855c7dd6f4c16c19 8001964 sssd_2.9.5.orig.tar.gz + cbb4ca4872c19ca0130acc52575660aa 833 sssd_2.9.5.orig.tar.gz.asc + 2d1db885d2f9caf26dd2b0f51945e2b7 46280 sssd_2.9.5-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: startpar +Binary: startpar +Architecture: any +Version: 0.65-4 +Maintainer: Debian sysvinit maintainers +Uploaders: Mark Hindley , +Homepage: https://github.com/slicer69/startpar +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/startpar +Vcs-Git: https://salsa.debian.org/debian/startpar.git +Testsuite: autopkgtest +Testsuite-Triggers: insserv +Build-Depends: debhelper-compat (= 13) +Package-List: + startpar deb admin optional arch=any +Directory: pool/351f7276ea06eed156b613d1034f82bbae967d52b8220c57b9676d8301e6e605 +Checksums-Sha1: + b68b12fee78f5a2a687a4b5e42648203fdd40218 1952 startpar_0.65-4.dsc + 3f923fd8bb1edc3774d0105b24579eae5ecbeb8a 24652 startpar_0.65.orig.tar.xz + 5bf6e936d2e84a0abcf4963659da3e70ed31499d 7212 startpar_0.65-4.debian.tar.xz +Checksums-Sha256: + 351f7276ea06eed156b613d1034f82bbae967d52b8220c57b9676d8301e6e605 1952 startpar_0.65-4.dsc + 8fcd0f0510c591e6b9b83c7b5ec1f78a1a6bd7610e7b5374af725a103e7463c3 24652 startpar_0.65.orig.tar.xz + 9a855d94b610be483da040446df82319c8386cc3b746de6b3f86e76e35c0e6db 7212 startpar_0.65-4.debian.tar.xz +Files: + c6a6b1f593a8f1c4faa3e7756bd83857 1952 startpar_0.65-4.dsc + ca00edd86368289ff03b5693756e8720 24652 startpar_0.65.orig.tar.xz + 29971ccecb2d1a824e3846c8c98193b7 7212 startpar_0.65-4.debian.tar.xz + +Format: 3.0 (quilt) +Package: stevedore +Binary: python-stevedore-doc, python3-stevedore +Architecture: all +Version: 5.3.0-2 +Maintainer: Debian OpenStack +Uploaders: Thomas Goirand , +Homepage: https://github.com/openstack/stevedore +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/openstack-team/libs/stevedore +Vcs-Git: https://salsa.debian.org/openstack-team/libs/stevedore.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 10), dh-python, openstack-pkg-tools, python3-all, python3-openstackdocstheme, python3-pbr, python3-setuptools, python3-sphinx +Build-Depends-Indep: python3-coverage, python3-stestr , subunit +Package-List: + python-stevedore-doc deb doc optional arch=all + python3-stevedore deb python optional arch=all +Directory: pool/45ee051f25b9d88e7862b7b2b3a3ed59111dd800165329931de0019f005f6e6d +Checksums-Sha1: + 4034c748499e91e5eab98134dd9fbf6c783ad73d 2266 stevedore_5.3.0-2.dsc + ee81eb59d221478a608296758be0ba030667d28a 483404 stevedore_5.3.0.orig.tar.xz + 4788d6cbfbd9190e8d491b78fe4c86e1e042992a 4988 stevedore_5.3.0-2.debian.tar.xz +Checksums-Sha256: + 45ee051f25b9d88e7862b7b2b3a3ed59111dd800165329931de0019f005f6e6d 2266 stevedore_5.3.0-2.dsc + fc9c958db2a74e98343d029418200de87aaab8db233ae60295cb5a4cd89e42ae 483404 stevedore_5.3.0.orig.tar.xz + 19a8fade795747c7010c606984c8a0357724a77da5dfa3254bab0d53ff7c6c34 4988 stevedore_5.3.0-2.debian.tar.xz +Files: + 700d8da0195b560573dc088d31dd12eb 2266 stevedore_5.3.0-2.dsc + 7ff5b2a7ea2c8a41c862033d0247ba88 483404 stevedore_5.3.0.orig.tar.xz + 6bf985ab0585e9e3b2446c9231c2f997 4988 stevedore_5.3.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: strace +Binary: strace, strace64, strace-udeb +Architecture: linux-any +Version: 6.8-2 +Maintainer: Steve McIntyre <93sam@debian.org> +Homepage: https://strace.io +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/debian/strace +Vcs-Git: https://salsa.debian.org/debian/strace.git +Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc sparc64 x32], debhelper (>= 10.0.0), gawk, libunwind-dev [amd64], libiberty-dev, libbluetooth-dev +Package-List: + strace deb utils optional arch=linux-any + strace-udeb udeb debian-installer optional arch=linux-any + strace64 deb utils optional arch=i386,powerpc,s390,sparc +Directory: pool/c808a6a15ba33e760517c7e539ee998bc81b366607f9ab2c2996131d7a953cf7 +Checksums-Sha1: + 3d81c0e95ec62883d91e1a81cc5888e2f5a8a73c 2125 strace_6.8-2.dsc + 713cc8b8c4c62294b6cb0490f4b4f0de5a6d4c8d 2457948 strace_6.8.orig.tar.xz + 96cc2c40d1a9abb35eff9bd2a4220142ae6cd903 21804 strace_6.8-2.debian.tar.xz +Checksums-Sha256: + c808a6a15ba33e760517c7e539ee998bc81b366607f9ab2c2996131d7a953cf7 2125 strace_6.8-2.dsc + ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149 2457948 strace_6.8.orig.tar.xz + 00edc4de78f4ced2383e544c0ebffbd2b35fee92e348c72de656bb3a03356d4f 21804 strace_6.8-2.debian.tar.xz +Files: + b29a386a0653e42a64d0dfa0099b6881 2125 strace_6.8-2.dsc + 1c7aca3fad1f309fdb54031866fad6d9 2457948 strace_6.8.orig.tar.xz + 68d60aa42557fa02d130415385290104 21804 strace_6.8-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: strip-nondeterminism +Binary: libfile-stripnondeterminism-perl, strip-nondeterminism, dh-strip-nondeterminism +Architecture: all +Version: 1.14.0-1 +Maintainer: Reproducible builds folks +Uploaders: Andrew Ayer , Holger Levsen , Mattia Rizzolo , Chris Lamb , +Homepage: https://reproducible-builds.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/reproducible-builds/strip-nondeterminism +Vcs-Git: https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git +Testsuite: autopkgtest +Testsuite-Triggers: libarchive-cpio-perl +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libarchive-cpio-perl , libarchive-zip-perl, libdevel-cover-perl, perl +Package-List: + dh-strip-nondeterminism deb devel optional arch=all + libfile-stripnondeterminism-perl deb perl optional arch=all + strip-nondeterminism deb devel optional arch=all +Directory: pool/21fdb6c82743856eba946946bedf3647f9d046b363700cd2072e98a16284ed1c +Checksums-Sha1: + 10cc62899fddd3a54fba0d13054265dcc9ff606f 2806 strip-nondeterminism_1.14.0-1.dsc + 4e9edd49e9e1b2f28a9aeb995002e89ddf324f00 279983 strip-nondeterminism_1.14.0.orig.tar.bz2 + f87269241b4a5c93f1b9bac10bf2668ccb0c8f03 833 strip-nondeterminism_1.14.0.orig.tar.bz2.asc + e6c90993fee36b898e9c5424f98d15097d0952b1 33456 strip-nondeterminism_1.14.0-1.debian.tar.xz +Checksums-Sha256: + 21fdb6c82743856eba946946bedf3647f9d046b363700cd2072e98a16284ed1c 2806 strip-nondeterminism_1.14.0-1.dsc + a401c4a3bec46ae01da84c4de1c41b81402bbd2355c7978ba700cbad9873950f 279983 strip-nondeterminism_1.14.0.orig.tar.bz2 + 724365480a42648b8867b31dba369c7a9a13dcf069df12f9c0a062e880c4fae8 833 strip-nondeterminism_1.14.0.orig.tar.bz2.asc + 1cd9207e3a1e54ce85644d5a240b87433bdeac7a93fac30ec6295cab7dc12e25 33456 strip-nondeterminism_1.14.0-1.debian.tar.xz +Files: + 12ba90ec22f8efd2878a235b1ae870df 2806 strip-nondeterminism_1.14.0-1.dsc + a384618a8f24938862d22cb67bd7d85a 279983 strip-nondeterminism_1.14.0.orig.tar.bz2 + acd40d4452ee3a5ed1ae657c6a769e6e 833 strip-nondeterminism_1.14.0.orig.tar.bz2.asc + dda96eae176c1e336182a4cd2b89e616 33456 strip-nondeterminism_1.14.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: sudo +Binary: sudo, sudo-ldap, libnss-sudo +Architecture: any all +Version: 1.9.15p5-3 +Maintainer: Sudo Maintainers +Uploaders: Marc Haber , Hanno Wagner , Hilko Bengen , Bastian Blank +Homepage: https://www.sudo.ws/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/sudo-team/sudo +Vcs-Git: https://salsa.debian.org/sudo-team/sudo.git +Testsuite: autopkgtest +Testsuite-Triggers: adduser, cron, ldap-utils, slapd, sssd-common, sssd-ldap +Build-Depends: debhelper-compat (= 13), dh-sequence-installnss, libpam0g-dev, libldap2-dev, libsasl2-dev, libapparmor-dev, libselinux1-dev [linux-any], autoconf, bison, flex, libaudit-dev [linux-any], zlib1g-dev, po-debconf, pkgconf, systemd-dev +Package-List: + libnss-sudo deb admin optional arch=all + sudo deb admin optional arch=any + sudo-ldap deb admin optional arch=any +Directory: pool/3fad99ab71f0666551be3c8889b58ad16af0ceeff411330540eaa48dc1954eca +Checksums-Sha1: + e79ad74f762ab9b6280ce45edf786475e69b6aad 2624 sudo_1.9.15p5-3.dsc + d86f3f4cee508609a6ff515ac9f462fb713a730e 5306611 sudo_1.9.15p5.orig.tar.gz + aaba7e9cbab1b973275da472555d7e3a4e5b80bc 833 sudo_1.9.15p5.orig.tar.gz.asc + c9e6d0b699aea8ab7353d1bb641395035199e677 46928 sudo_1.9.15p5-3.debian.tar.xz +Checksums-Sha256: + 3fad99ab71f0666551be3c8889b58ad16af0ceeff411330540eaa48dc1954eca 2624 sudo_1.9.15p5-3.dsc + 558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558 5306611 sudo_1.9.15p5.orig.tar.gz + ca030b4dc43915f0802311384e6cdeae030a765ad51ca116d9d022893eb8e35e 833 sudo_1.9.15p5.orig.tar.gz.asc + 0592dc3fb0af36758591cdb00139961da7e204069f23893ff4fabf7704469629 46928 sudo_1.9.15p5-3.debian.tar.xz +Files: + dd1f6347f28cdd6695a976508f367ee9 2624 sudo_1.9.15p5-3.dsc + 4166279cb188ecb6641c7a2ba5f68270 5306611 sudo_1.9.15p5.orig.tar.gz + be93aa27f4b0fd050fd8896abb90c6af 833 sudo_1.9.15p5.orig.tar.gz.asc + cbe38ab0cdeede2b3f4158494756e160 46928 sudo_1.9.15p5-3.debian.tar.xz + +Format: 1.0 +Package: sudosh2 +Binary: sudosh2 +Architecture: any +Version: 1.0.7gardenlinux0 +Maintainer: Max Mazur +Homepage: +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 8.0.0), autotools-dev +Package-List: + sudosh2 deb devel optional arch=any +Directory: pool/4d2ad4a7cd23a137a4d8fa97885ea0dc3d0c2ab7c18fd4fe129615d51f527578 +Checksums-Sha1: + 4df90aeb211188fe6128bed0254085bd3a03ae3f 609 sudosh2_1.0.7gardenlinux0.dsc + 77bf0654e0cf440175be7096feccf23457014f17 174525 sudosh2_1.0.7gardenlinux0.tar.gz +Checksums-Sha256: + 4d2ad4a7cd23a137a4d8fa97885ea0dc3d0c2ab7c18fd4fe129615d51f527578 609 sudosh2_1.0.7gardenlinux0.dsc + 1362654613ccba6aa6da734a82a9d4870e49acd018c92a0302e8da2606ba1b77 174525 sudosh2_1.0.7gardenlinux0.tar.gz +Files: + 0db214330efad86fcd21d04bb3f48b47 609 sudosh2_1.0.7gardenlinux0.dsc + d983a39b227f6297c07bdc15687cbc1a 174525 sudosh2_1.0.7gardenlinux0.tar.gz + +Format: 3.0 (quilt) +Package: supermin +Binary: supermin +Architecture: linux-any +Version: 5.2.2-5 +Maintainer: Debian Libvirt Maintainers +Uploaders: Hilko Bengen +Homepage: http://people.redhat.com/~rjones/supermin/ +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/libvirt-team/supermin +Vcs-Git: https://salsa.debian.org/libvirt-team/supermin.git +Build-Depends: debhelper (>= 12), libc-dev-bin, gawk, pkg-config, apt, ocaml-nox, ocaml-findlib, dh-ocaml, perl, comerr-dev, libext2fs-dev, cpio, e2fsprogs, musl-tools [amd64 arm64 armel armhf i386 ppc64el riscv64 s390x], augeas-tools, libhivex-bin, libguestfs-tools , linux-image-alpha-generic [alpha] , linux-image-rpi [armel] | linux-image-marvell [armel] , linux-image-armmp [armhf] , linux-image-arm64 [arm64] , linux-image-4kc-malta [mips mipsel] | linux-image-5kc-malta [mips mipsel] , linux-image-5kc-malta [mips64 mips64el] , linux-image-s390x [s390x] , linux-image-parisc [hppa] , linux-image-powerpc [powerpc] , linux-image-powerpc64 [ppc64] , linux-image-powerpc64le [ppc64el] , linux-image-sparc64 [sparc sparc64] , linux-image-amd64 [amd64 x32] , linux-image-686-pae [i386] | linux-image-586 [i386] | linux-image-486 [i386] , linux-image-riscv64 [riscv64] , linux-image-itanium [ia64] | linux-image-mckinley [ia64] , linux-image-loong64 [loong64] +Package-List: + supermin deb admin optional arch=linux-any +Directory: pool/66e1591b3f40f7c408122a4dfcbcdf3a51b07aacd5385317d2dc78db6f593f78 +Checksums-Sha1: + e38f2e3e80a458214731ada9ee77241d74e895a8 3099 supermin_5.2.2-5.dsc + 5110f8ceeb6aa93fb8199e924dd79e1d10b62fa5 555389 supermin_5.2.2.orig.tar.gz + 44d85ae8b1c4de2ee10183edc0a24ae9d83e3a5a 8092 supermin_5.2.2-5.debian.tar.xz +Checksums-Sha256: + 66e1591b3f40f7c408122a4dfcbcdf3a51b07aacd5385317d2dc78db6f593f78 3099 supermin_5.2.2-5.dsc + ce3921d3635c8168cfb7ca0c5a82b9d5cef5b2b271f84b776d63b8bbbeec358e 555389 supermin_5.2.2.orig.tar.gz + 086d6f74c700969ad7abbaafd0e66bfd03d6f7f5f9f7bddd83086f82e00fa553 8092 supermin_5.2.2-5.debian.tar.xz +Files: + b3cb8cf3a2a00ab1ae5a6d826e578f38 3099 supermin_5.2.2-5.dsc + 44cf367b27f645e8db7e8ae3ae5bad02 555389 supermin_5.2.2.orig.tar.gz + 93a877d8959cfad37ed243d6f127a717 8092 supermin_5.2.2-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: swtpm +Binary: swtpm, swtpm-dev, swtpm-libs, swtpm-tools +Architecture: any +Version: 0.7.1-1.4 +Maintainer: Seunghun Han +Homepage: https://github.com/stefanberger/swtpm +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/debian/swtpm +Vcs-Git: https://salsa.debian.org/debian/swtpm.git +Testsuite: autopkgtest +Build-Depends: autoconf, automake, debhelper-compat (= 13), expect, gawk, gnutls-bin, gnutls-dev, libfuse-dev, libglib2.0-dev, libgmp-dev, libjson-glib-dev, libseccomp-dev, libssl-dev, libtasn1-dev, libtool, libtpms-dev, net-tools, python3-twisted, socat, softhsm2 +Package-List: + swtpm deb misc optional arch=any + swtpm-dev deb misc optional arch=any + swtpm-libs deb misc optional arch=any + swtpm-tools deb misc optional arch=any +Directory: pool/a2b912ffab5c463a68d65426fc428bbef8bdd6e1f0604099f90a8657fcc8cb08 +Checksums-Sha1: + 4a2743d2e734f075e96f0946aa902f2b41b48c2b 2054 swtpm_0.7.1-1.4.dsc + 8814a4cd8679c3127b05ff2d5d963c57f3579fa2 353823 swtpm_0.7.1.orig.tar.gz + 6872955c76481f5ac6f7be2a7a3ff8560dbe9d00 11440 swtpm_0.7.1-1.4.debian.tar.xz +Checksums-Sha256: + a2b912ffab5c463a68d65426fc428bbef8bdd6e1f0604099f90a8657fcc8cb08 2054 swtpm_0.7.1-1.4.dsc + 6ce3e1555275e3a387dfbc04ee3bf61ff24371736e3527293bdae00c2a4ab937 353823 swtpm_0.7.1.orig.tar.gz + 4845638986f5c61997a5c795514241f8029c80f3b4c2299fcb886142fc418708 11440 swtpm_0.7.1-1.4.debian.tar.xz +Files: + 310bbea216fb49f861e30d6c5bda34a9 2054 swtpm_0.7.1-1.4.dsc + 70c3d4df272416a76da263c62a55536f 353823 swtpm_0.7.1.orig.tar.gz + 8e32469ce5ed3072ef27e2f123d09027 11440 swtpm_0.7.1-1.4.debian.tar.xz + +Format: 3.0 (quilt) +Package: syslinux +Binary: syslinux, syslinux-efi, extlinux, isolinux, pxelinux, syslinux-common, syslinux-utils +Architecture: amd64 i386 x32 all +Version: 3:6.04~git20190206.bf6db5b4+dfsg1-3 +Maintainer: Debian CD Group +Uploaders: Lukas Schwaighofer +Homepage: http://www.syslinux.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/images-team/syslinux +Vcs-Git: https://salsa.debian.org/images-team/syslinux.git +Build-Depends: debhelper-compat (= 12), e2fslibs-dev, gcc-multilib [amd64 x32], libc6-dev-i386 [amd64 x32], nasm, python3, uuid-dev +Build-Depends-Indep: gnu-efi (>= 3.0.8) +Package-List: + extlinux deb admin optional arch=amd64,i386,x32 + isolinux deb admin optional arch=all + pxelinux deb admin optional arch=all + syslinux deb admin optional arch=amd64,i386,x32 + syslinux-common deb admin optional arch=all + syslinux-efi deb admin optional arch=all + syslinux-utils deb admin optional arch=amd64,i386,x32 +Directory: pool/765034fa4e33a9585931258b4ade92b24ff65ba5a2be79d0e7b7963026b0e366 +Checksums-Sha1: + 58285d5232103de2656f284abbb69e0d38f56a25 2615 syslinux_6.04~git20190206.bf6db5b4+dfsg1-3.dsc + ebd33c9110080c49f1350b966675498cc9a6f185 3164384 syslinux_6.04~git20190206.bf6db5b4+dfsg1.orig.tar.xz + 6f22cbb9a171c65f0e5f1adb5e1a47b199bc2b26 42884 syslinux_6.04~git20190206.bf6db5b4+dfsg1-3.debian.tar.xz +Checksums-Sha256: + 765034fa4e33a9585931258b4ade92b24ff65ba5a2be79d0e7b7963026b0e366 2615 syslinux_6.04~git20190206.bf6db5b4+dfsg1-3.dsc + 46169f43dabb5f6cb33a3f6fb79a61008179326756481845c0a42d429d0c5bee 3164384 syslinux_6.04~git20190206.bf6db5b4+dfsg1.orig.tar.xz + ee68e669b061c7b6887bc4d82b3c6c719e3db9d12ea7d034d4d62149161c5305 42884 syslinux_6.04~git20190206.bf6db5b4+dfsg1-3.debian.tar.xz +Files: + 57240279de45ec9f8c3a7bde47d52add 2615 syslinux_6.04~git20190206.bf6db5b4+dfsg1-3.dsc + af14c068258814cc96f93ad374f6b18e 3164384 syslinux_6.04~git20190206.bf6db5b4+dfsg1.orig.tar.xz + 7df003796a04643b42b2e323ce7cdc70 42884 syslinux_6.04~git20190206.bf6db5b4+dfsg1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: sysstat +Binary: sysstat, isag +Architecture: linux-any all +Version: 12.7.5-2 +Maintainer: Robert Luberda +Homepage: https://sysstat.github.io/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/sysstat +Vcs-Git: https://salsa.debian.org/debian/sysstat.git +Testsuite: autopkgtest +Testsuite-Triggers: @builddeps@ +Build-Depends: debhelper-compat (= 13), gettext, libsensors-dev, pkg-config, systemd-dev +Package-List: + isag deb admin optional arch=all + sysstat deb admin optional arch=linux-any +Directory: pool/38e03ea84c007cc5cda8284fe4648a4b0d50982a8113e288800fe99c8e0b2984 +Checksums-Sha1: + 80a33ea275f76f26cff07a5982c2338621dc7306 1975 sysstat_12.7.5-2.dsc + f329edff36f462385a7c20d2a136b667ab8db735 916524 sysstat_12.7.5.orig.tar.xz + 119684dfb9e3f07c4610be9009a53bc4bcea3eaf 39088 sysstat_12.7.5-2.debian.tar.xz +Checksums-Sha256: + 38e03ea84c007cc5cda8284fe4648a4b0d50982a8113e288800fe99c8e0b2984 1975 sysstat_12.7.5-2.dsc + 57664040a549d33bb06a1121c7124d4cadd9b8b35f815856c194393047cd4d6b 916524 sysstat_12.7.5.orig.tar.xz + f120f31e065d6993ad19f1ad785d881fb1efdb875ee011408961f090db62ee04 39088 sysstat_12.7.5-2.debian.tar.xz +Files: + 3ea692b21b5168399ff8b7880c749be3 1975 sysstat_12.7.5-2.dsc + c5cac550f88327f0a93b12f6da93a0cb 916524 sysstat_12.7.5.orig.tar.xz + 8ea7c271e74718d075eb28f8a33ab67a 39088 sysstat_12.7.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: systemd-cron +Binary: systemd-cron +Architecture: linux-any +Version: 2.4.1-1 +Maintainer: Debian Systemd Maintainers +Uploaders: Alexandre Detiste , наб , +Homepage: https://github.com/systemd-cron/systemd-cron +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/systemd-team/systemd-cron +Vcs-Git: https://salsa.debian.org/systemd-team/systemd-cron.git +Testsuite: autopkgtest +Build-Depends: pkgconf, systemd-dev | systemd (<< 254.1-3~), debhelper-compat (= 13), dh-sequence-cruft, libmd-dev +Package-List: + systemd-cron deb admin optional arch=linux-any +Directory: pool/f7ae11d1df05a6935b9c400dbeedd51f3770921e773e642294ae70af080d6c17 +Checksums-Sha1: + b5e25ea6a2e67bd8bb8cfba7a39ed1e90faff99e 2161 systemd-cron_2.4.1-1.dsc + 7f21bf5aa36cfbb13db90ffc998b50e972e69aa6 60691 systemd-cron_2.4.1.orig.tar.gz + b047a8d46949d901453eaaa16691d7df166eba0b 10816 systemd-cron_2.4.1-1.debian.tar.xz +Checksums-Sha256: + f7ae11d1df05a6935b9c400dbeedd51f3770921e773e642294ae70af080d6c17 2161 systemd-cron_2.4.1-1.dsc + 365dc8fff80e1f50a4dd25744c696933ce3e561cfd02d7b359ba75091a1f38f7 60691 systemd-cron_2.4.1.orig.tar.gz + 21a41682034e687e1982dad59f6af8d99f89263f7b6606001f261cae6a7257fc 10816 systemd-cron_2.4.1-1.debian.tar.xz +Files: + 32fe3b85f69b77953879804b7341c5d9 2161 systemd-cron_2.4.1-1.dsc + b7cbecb7fa86e5b91467cd90a4957933 60691 systemd-cron_2.4.1.orig.tar.gz + b8fdf1854d3c419206e4674ec55bdc6d 10816 systemd-cron_2.4.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: systemd +Binary: systemd, systemd-sysv, systemd-container, systemd-journal-remote, systemd-coredump, systemd-timesyncd, systemd-tests, libpam-systemd, libnss-myhostname, libnss-mymachines, libnss-resolve, libnss-systemd, libsystemd0, libsystemd-dev, libsystemd-shared, udev, libudev1, libudev-dev, udev-udeb, libudev1-udeb, systemd-standalone-sysusers, systemd-standalone-tmpfiles, systemd-standalone-shutdown, systemd-oomd, systemd-userdbd, systemd-homed, systemd-boot, systemd-boot-efi, systemd-boot-efi-amd64-signed-template, systemd-boot-efi-arm64-signed-template, systemd-ukify, systemd-resolved, systemd-dev, systemd-repart, systemd-cryptsetup +Architecture: linux-any all +Version: 256.6-1gl0 +Maintainer: Debian systemd Maintainers +Uploaders: Marco d'Itri , Sjoerd Simons , Martin Pitt , Felipe Sateler , Luca Boccassi , +Homepage: https://systemd.io +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/systemd-team/systemd +Vcs-Git: https://salsa.debian.org/systemd-team/systemd.git +Testsuite: autopkgtest +Testsuite-Triggers: acl, apparmor, bash, btrfs-progs, bubblewrap, build-essential, busybox-static, ca-certificates, cron, cryptsetup-bin, dbus-user-session, dhcpcd-base, dhcpcd5, dnsmasq-base, dosfstools, e2fsprogs, erofs-utils, evemu-tools, fdisk, gdm3, git, gnupg, gperf, iproute2, iputils-ping, jq, libarchive-dev, libblkid-dev, libcap-dev, libcap2-bin, libcryptsetup-dev, libdw-dev, libelf-dev, libfido2-dev, libgcrypt20-dev, libmount-dev, libpwquality-dev, libqrencode-dev, libtss2-dev, linux-image-amd64, linux-image-arm64, linux-image-generic, locales, lz4, meson, mount, mtools, netlabel-tools, network-manager, openssh-client, ovmf, ovmf-ia32, perl, pkgconf, polkitd, python3, python3-colorama, python3-cryptography, python3-jinja2, python3-pefile, qemu-efi-aarch64, qemu-efi-arm, qemu-efi-riscv64, qemu-system-arm, qemu-system-misc, qemu-system-ppc, qemu-system-s390x, qemu-system-x86, reprepro, rsyslog, sbsigntool, seabios, squashfs-tools, swtpm, swtpm-tools, sysvinit-utils, tpm2-tools, tree, tzdata, tzdata-legacy, uidmap, xserver-xorg, xserver-xorg-video-dummy, xz-utils, zstd +Build-Depends: debhelper-compat (= 13), debhelper (>= 13.11.6), dh-exec, dh-package-notes, dh-sequence-dlopenlibdeps , dh-sequence-installnss, dh-sequence-installsysusers, pkgconf, xsltproc , docbook-xsl , docbook-xml , meson (>= 0.60.0), rsync | meson (>= 1.3.0~), clang [amd64 arm64 ppc64el riscv64 s390x] , linux-bpf-dev [amd64 arm64 ppc64el riscv64 s390x] | linux-headers-generic [amd64 arm64 ppc64el riscv64 s390x] , libbpf-dev [amd64 arm64 ppc64el riscv64 s390x] , bpftool [amd64 arm64 ppc64el riscv64 s390x] , linux-tools-generic | bpftool , gettext, gperf, libcap-dev, libcrypt-dev, libpam0g-dev, libapparmor-dev (>= 2.13) , libidn2-dev , libiptc-dev , libaudit-dev , libdbus-1-dev (>= 1.3.2) , libcryptsetup-dev (>= 2:2.4) , libselinux1-dev (>= 2.1.9), libacl1-dev, liblzma-dev, liblz4-dev (>= 1.3.0), lz4 , libbz2-dev , zlib1g-dev | libz-dev , libcurl4-openssl-dev , libmicrohttpd-dev , libpcre2-dev , libgcrypt20-dev, libkmod-dev (>= 15), libblkid-dev (>= 2.24), libmount-dev (>= 2.30), libfdisk-dev (>= 2.33), libseccomp-dev (>= 2.3.1) [amd64 arm64 armel armhf i386 mips mipsel mips64 mips64el x32 powerpc ppc64 ppc64el riscv64 s390x], libdw-dev (>= 0.158) , libpolkit-gobject-1-dev , libzstd-dev (>= 1.4.0), libtss2-dev , libfido2-dev , libp11-kit-dev , libssl-dev , libqrencode-dev , libxen-dev [amd64 arm64 armhf] , libpwquality-dev , libarchive-dev , linux-base , acl , python3:native, python3-jinja2:native, python3-lxml:native, python3-pefile:native , python3-pyelftools [amd64 i386 arm64 armhf riscv64] , jq [amd64 arm64] , python3-pyparsing , python3-evdev:native , tzdata-legacy | tzdata (<< 2024a-1) , libcap2-bin , iproute2 , zstd , gawk , fdisk +Package-List: + libnss-myhostname deb admin optional arch=linux-any + libnss-mymachines deb admin optional arch=linux-any + libnss-resolve deb admin optional arch=linux-any + libnss-systemd deb admin standard arch=linux-any + libpam-systemd deb admin standard arch=linux-any + libsystemd-dev deb libdevel optional arch=linux-any + libsystemd-shared deb libs optional arch=linux-any + libsystemd0 deb libs optional arch=linux-any + libudev-dev deb libdevel optional arch=linux-any + libudev1 deb libs optional arch=linux-any + libudev1-udeb udeb debian-installer optional arch=linux-any profile=!noudeb + systemd deb admin important arch=linux-any + systemd-boot deb admin optional arch=amd64,i386,arm64,armhf,riscv64 profile=!stage1 + systemd-boot-efi deb admin optional arch=amd64,i386,arm64,armhf,riscv64 profile=!stage1 + systemd-boot-efi-amd64-signed-template deb admin optional arch=amd64 profile=!stage1,!pkg.systemd.upstream + systemd-boot-efi-arm64-signed-template deb admin optional arch=arm64 profile=!stage1,!pkg.systemd.upstream + systemd-container deb admin optional arch=linux-any profile=!stage1 + systemd-coredump deb admin optional arch=linux-any profile=!stage1 + systemd-cryptsetup deb admin optional arch=linux-any profile=!stage1 + systemd-dev deb devel optional arch=all + systemd-homed deb admin optional arch=linux-any profile=!stage1 + systemd-journal-remote deb admin optional arch=linux-any profile=!stage1 + systemd-oomd deb admin optional arch=linux-any + systemd-repart deb admin optional arch=linux-any + systemd-resolved deb admin optional arch=linux-any + systemd-standalone-shutdown deb admin optional arch=linux-any + systemd-standalone-sysusers deb admin optional arch=linux-any + systemd-standalone-tmpfiles deb admin optional arch=linux-any + systemd-sysv deb admin important arch=linux-any + systemd-tests deb admin optional arch=linux-any profile=!noinsttest + systemd-timesyncd deb admin standard arch=linux-any + systemd-ukify deb admin optional arch=all profile=!stage1,!pkg.systemd.noukify + systemd-userdbd deb admin optional arch=linux-any profile=!stage1 + udev deb admin important arch=linux-any + udev-udeb udeb debian-installer optional arch=linux-any profile=!noudeb +Directory: pool/fb3c85de73ce379e5e2f08fd41ced106d4e9d3d9bd9d78a13decff0531802694 +Checksums-Sha1: + 5a8c6c9dbab0a0a646c23b79c268a86b961bf535 7338 systemd_256.6-1gl0.dsc + cbe6065a45513f9c5fb7b4f1010c1a0c1d263e2e 11319440 systemd_256.6.orig.tar.xz + 1a89c10d54a6440fc9c20e44dc8f06053f2d53b8 172084 systemd_256.6-1gl0.debian.tar.xz +Checksums-Sha256: + fb3c85de73ce379e5e2f08fd41ced106d4e9d3d9bd9d78a13decff0531802694 7338 systemd_256.6-1gl0.dsc + bad5edcde6c3efc11d7589574f71fb5e7a30b24b1821942085e159a2a20a57c5 11319440 systemd_256.6.orig.tar.xz + 0ddb242f0c8c2aa393b6ea419ddd07c0b4dcba83307eb0469307e9d75ba51cd3 172084 systemd_256.6-1gl0.debian.tar.xz +Files: + 6ca300abdb653e8263ac28545a299d3c 7338 systemd_256.6-1gl0.dsc + e878dcd30363e9410a13ca89c4e90706 11319440 systemd_256.6.orig.tar.xz + 09eb01a5e3c8196ac38c1586f97d9504 172084 systemd_256.6-1gl0.debian.tar.xz + +Format: 3.0 (quilt) +Package: sysvinit +Binary: sysvinit-core, sysvinit-utils, sysv-rc, initscripts, bootlogd +Architecture: any all +Version: 3.10-2 +Maintainer: Debian sysvinit maintainers +Uploaders: Ian Jackson , Benda Xu , Adam Borowski , Vincenzo (KatolaZ) Nicosia , Mark Hindley , +Homepage: https://github.com/slicer69/sysvinit +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/sysvinit +Vcs-Git: https://salsa.debian.org/debian/sysvinit.git +Build-Depends: debhelper-compat (= 13), libselinux1-dev [linux-any], po4a +Package-List: + bootlogd deb admin optional arch=any + initscripts deb admin optional arch=all + sysv-rc deb admin optional arch=all + sysvinit-core deb admin optional arch=any + sysvinit-utils deb admin required arch=any essential=yes +Directory: pool/edffe723a2f380d5068b99aebf5a05b266cf64b142a2b36e83c80ef06043839a +Checksums-Sha1: + 384d462a94c4485d922c0ca6f6538a711c0fb886 2347 sysvinit_3.10-2.dsc + bef6985d629c44808cf4f1b229f1d4743e87c473 514655 sysvinit_3.10.orig.tar.gz + 7044de7388f7605ed9adc0323890f14f07154595 121260 sysvinit_3.10-2.debian.tar.xz +Checksums-Sha256: + edffe723a2f380d5068b99aebf5a05b266cf64b142a2b36e83c80ef06043839a 2347 sysvinit_3.10-2.dsc + 9fbee91fbe496e207db7ab4cdfbe4f97f8795925343a76b4f3392e741b0e103b 514655 sysvinit_3.10.orig.tar.gz + 0f6c775b76566a7b5e6ca9c95ce8ae4ad524b9f920720de1415d8cf9ba272aac 121260 sysvinit_3.10-2.debian.tar.xz +Files: + 01a94edb6fc9a45417c02c0d9adec06a 2347 sysvinit_3.10-2.dsc + 3dd9f29e74bf47e6b5ea96d5e9bc5b4d 514655 sysvinit_3.10.orig.tar.gz + 742346b40dd11cbb5f92a0416e86ea50 121260 sysvinit_3.10-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: talloc +Binary: libtalloc2, libtalloc-dev, python3-talloc, python3-talloc-dev +Architecture: any +Version: 2.4.2-1 +Maintainer: Debian Samba Maintainers +Uploaders: Jelmer Vernooij , Mathieu Parent , Michael Tokarev +Homepage: https://talloc.samba.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/samba-team/talloc +Vcs-Git: https://salsa.debian.org/samba-team/talloc.git +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, docbook-xml, docbook-xsl, xsltproc, libpopt-dev, python3-dev:any | python3-dev, libpython3-dev +Package-List: + libtalloc-dev deb libdevel optional arch=any + libtalloc2 deb libs optional arch=any + python3-talloc deb python optional arch=any + python3-talloc-dev deb libdevel optional arch=any +Directory: pool/86de714e4fafc18078626b54cf4a08311e2b67de04a13ef4b67411e926cf90e1 +Checksums-Sha1: + 1a37fb2f4046f7808c5cd5c32c8e17e5e1fd0842 1945 talloc_2.4.2-1.dsc + 775ee0798f23bf13cd8dc3df1742fff7648d6052 679750 talloc_2.4.2.orig.tar.gz + abb0a51e32e5f5cf97432b2919d3503d117922c2 15232 talloc_2.4.2-1.debian.tar.xz +Checksums-Sha256: + 86de714e4fafc18078626b54cf4a08311e2b67de04a13ef4b67411e926cf90e1 1945 talloc_2.4.2-1.dsc + 85ecf9e465e20f98f9950a52e9a411e14320bc555fa257d87697b7e7a9b1d8a6 679750 talloc_2.4.2.orig.tar.gz + f4e77ff3bfc7e08afd5557af3dae26a80e31ff8349625f536165babd69317178 15232 talloc_2.4.2-1.debian.tar.xz +Files: + b8b0e926b390805bd0bf62f539895746 1945 talloc_2.4.2-1.dsc + d29bdf75ce181e148c46b16a83de6d76 679750 talloc_2.4.2.orig.tar.gz + 0a396750908eff78072b588ecc392518 15232 talloc_2.4.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: tar +Binary: tar, tar-scripts +Architecture: any all +Version: 1.35+dfsg-3 +Maintainer: Janos Lenart +Uploaders: Carl Worth +Homepage: https://www.gnu.org/software/tar/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/tar +Vcs-Git: https://salsa.debian.org/debian/tar.git +Build-Depends: debhelper-compat (= 13), dh-exec, gettext, autoconf, automake, autopoint, bison, libacl1-dev, libselinux1-dev [linux-any] +Package-List: + tar deb utils required arch=any essential=yes + tar-scripts deb utils optional arch=all +Directory: pool/0ea713a8af04a41d297202e7ac20813735328a5f8d4de3882fba5595709955f8 +Checksums-Sha1: + a8a8ea10eabc94d7f16734d7b886a3c763bec993 2009 tar_1.35+dfsg-3.dsc + d910d9a9dc1252a793ca1837ac4f1080a64fca1f 2111608 tar_1.35+dfsg.orig.tar.xz + 2749afee717447bd560ad97a54e307b35242509f 20824 tar_1.35+dfsg-3.debian.tar.xz +Checksums-Sha256: + 0ea713a8af04a41d297202e7ac20813735328a5f8d4de3882fba5595709955f8 2009 tar_1.35+dfsg-3.dsc + 9ae57e981c1e73c0eebc2b26c9b0c4497fe310ef1d516ea430efb5470b71f7a8 2111608 tar_1.35+dfsg.orig.tar.xz + 6028f2172de2498b8fc2baef4854796d829ae7ba2a91de4f7615fe1a56729313 20824 tar_1.35+dfsg-3.debian.tar.xz +Files: + f3cc293207cfef23b4c74b138a5cf81b 2009 tar_1.35+dfsg-3.dsc + 9e853834ac6ec4dc3b62b0325b7a33f6 2111608 tar_1.35+dfsg.orig.tar.xz + 48d85aae48a190dfb8373a0b36acaf7d 20824 tar_1.35+dfsg-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: tcc +Binary: tcc, libtcc-dev +Architecture: hurd-i386 i386 amd64 armel armhf arm64 +Version: 0.9.27+git20200814.62c30a4a-2 +Maintainer: Thomas Preud'homme +Uploaders: Matteo Cypriani +Homepage: http://www.tinycc.org/ +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/debian/tcc +Vcs-Git: https://salsa.debian.org/debian/tcc.git +Testsuite: autopkgtest +Testsuite-Triggers: libc-dev, make, texinfo +Build-Depends: debhelper-compat (= 13), texinfo, perl +Package-List: + libtcc-dev deb libdevel optional arch=hurd-i386,i386,amd64,armel,armhf,arm64 + tcc deb devel optional arch=hurd-i386,i386,amd64,armel,armhf,arm64 +Directory: pool/28d62ad132eb6d1d424dfc51b5832e4a186810cf99472620867046690de6a99f +Checksums-Sha1: + 4de2f33dc22842451f5f50580e19b640ba731328 2203 tcc_0.9.27+git20200814.62c30a4a-2.dsc + 9fb0f044118185909673320fa7f9491b974f052a 708943 tcc_0.9.27+git20200814.62c30a4a.orig.tar.bz2 + 620832f10414c9f7c525319102c6eec13fe6d995 15704 tcc_0.9.27+git20200814.62c30a4a-2.debian.tar.xz +Checksums-Sha256: + 28d62ad132eb6d1d424dfc51b5832e4a186810cf99472620867046690de6a99f 2203 tcc_0.9.27+git20200814.62c30a4a-2.dsc + d63c113bcdd657f51c8ee197a0b0a24203603313e19a52b5f678d40ab7f5df35 708943 tcc_0.9.27+git20200814.62c30a4a.orig.tar.bz2 + 3f871b69b58b5112c825bb6673796c64c1ab23570406b21440feea679724fd79 15704 tcc_0.9.27+git20200814.62c30a4a-2.debian.tar.xz +Files: + 75bafb365ef16d54e926a51410c6e856 2203 tcc_0.9.27+git20200814.62c30a4a-2.dsc + 803dfb4f21436e73a354592f7c7caca2 708943 tcc_0.9.27+git20200814.62c30a4a.orig.tar.bz2 + 31a0c71c6855b354cd42a3ae8318f080 15704 tcc_0.9.27+git20200814.62c30a4a-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: tcl8.6 +Binary: tcl8.6, libtcl8.6, tcl8.6-dev, tcl8.6-doc +Architecture: any all +Version: 8.6.15+dfsg-2 +Maintainer: Debian Tcl/Tk Packagers +Uploaders: Sergei Golovan +Homepage: http://www.tcl.tk/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/tcltk-team/tcl8.6 +Vcs-Git: https://salsa.debian.org/tcltk-team/tcl8.6.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1~), zlib1g-dev +Package-List: + libtcl8.6 deb libs optional arch=any + tcl8.6 deb interpreters optional arch=any + tcl8.6-dev deb libdevel optional arch=any + tcl8.6-doc deb doc optional arch=all +Directory: pool/1b70dab97b2cf1834f63e408f70dd463643e08f92f7821cdef1c1a0589d22976 +Checksums-Sha1: + 8fba06f87d81c7827242e8e46137930f5e6f3b8d 2120 tcl8.6_8.6.15+dfsg-2.dsc + 985c701b47dc5d03986b7ab254f63048851e4c40 7032260 tcl8.6_8.6.15+dfsg.orig.tar.gz + 28282f8cd6cc62ffe4fe92b385d96fad8417551e 14456 tcl8.6_8.6.15+dfsg-2.debian.tar.xz +Checksums-Sha256: + 1b70dab97b2cf1834f63e408f70dd463643e08f92f7821cdef1c1a0589d22976 2120 tcl8.6_8.6.15+dfsg-2.dsc + 4d8a1f3a7e069bf567ee7dac82a8955279157681a13460fc993cd20194972de3 7032260 tcl8.6_8.6.15+dfsg.orig.tar.gz + acfc1c879dc1d6af2dafebca3ae2ea03a44ee8bb9eea313f929518975be077e6 14456 tcl8.6_8.6.15+dfsg-2.debian.tar.xz +Files: + f50f2c8075ebace6536177ebc0a5ad49 2120 tcl8.6_8.6.15+dfsg-2.dsc + 0edf815731248f434a22d0329993008b 7032260 tcl8.6_8.6.15+dfsg.orig.tar.gz + f5a56c50bf63d1cccf1d65c8db4c1cab 14456 tcl8.6_8.6.15+dfsg-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: tcp-wrappers +Binary: tcpd, libwrap0, libwrap0-dev +Architecture: any +Version: 7.6.q-33 +Maintainer: Marco d'Itri +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/md/tcp-wrappers +Vcs-Git: https://salsa.debian.org/md/tcp-wrappers.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential +Build-Depends: debhelper-compat (= 13) +Package-List: + libwrap0 deb libs optional arch=any + libwrap0-dev deb libdevel optional arch=any + tcpd deb net optional arch=any +Directory: pool/2f50647c31584e04965ba4376c67766f744e33cc781a463d4fd825f28e41afb2 +Checksums-Sha1: + 343e9a9631ebab9e5fe3b1b6c2984f16d84200da 1354 tcp-wrappers_7.6.q-33.dsc + 61689ec85b80f4ca0560aef3473eccd9e9e80481 99438 tcp-wrappers_7.6.q.orig.tar.gz + 398e403706819834d897fb64a404ae4bbaa153db 38348 tcp-wrappers_7.6.q-33.debian.tar.xz +Checksums-Sha256: + 2f50647c31584e04965ba4376c67766f744e33cc781a463d4fd825f28e41afb2 1354 tcp-wrappers_7.6.q-33.dsc + 9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d 99438 tcp-wrappers_7.6.q.orig.tar.gz + 2f2923caee212834bf0ea43c2401612837df1eb6c9f56d608c128da5d68d45ec 38348 tcp-wrappers_7.6.q-33.debian.tar.xz +Files: + 13b1b007b2ce96c2322c114303abeb7a 1354 tcp-wrappers_7.6.q-33.dsc + e6fa25f71226d090f34de3f6b122fb5a 99438 tcp-wrappers_7.6.q.orig.tar.gz + 89f06f20df13eab3d5ab1bac3e505093 38348 tcp-wrappers_7.6.q-33.debian.tar.xz + +Format: 3.0 (quilt) +Package: tcpdump +Binary: tcpdump +Architecture: any +Version: 4.99.5-1 +Maintainer: Romain Francoise +Homepage: https://www.tcpdump.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/rfrancoise/tcpdump +Vcs-Git: https://salsa.debian.org/rfrancoise/tcpdump.git +Testsuite: autopkgtest +Build-Depends: debhelper-compat (= 13), dh-apparmor, dpkg-dev (>= 1.16.1~), libpcap0.8-dev (>= 1.9.1), libssl-dev +Package-List: + tcpdump deb net optional arch=any +Directory: pool/28cd7e7b948236f7c77e419c20a5b467302c1d0c48af4ac663e9186f84688683 +Checksums-Sha1: + 0aa1567a33ae701a890a9c6242617933df4b133e 1925 tcpdump_4.99.5-1.dsc + 8a0d390a0feef71b6060c3d3c4097f97be4f8d4e 1418476 tcpdump_4.99.5.orig.tar.xz + b5e8ccddb609c497da26ed7ff37853e08df927cd 18384 tcpdump_4.99.5-1.debian.tar.xz +Checksums-Sha256: + 28cd7e7b948236f7c77e419c20a5b467302c1d0c48af4ac663e9186f84688683 1925 tcpdump_4.99.5-1.dsc + d76395ab82d659d526291b013eee200201380930793531515abfc6e77b4f2ee5 1418476 tcpdump_4.99.5.orig.tar.xz + eec14d32670d2ee9f4b80979c37efc0b3d84888e7ef83d6672f91e536b771eda 18384 tcpdump_4.99.5-1.debian.tar.xz +Files: + efa7ea471d5e37b7966fa9f2846d5c41 1925 tcpdump_4.99.5-1.dsc + f7770483dc8380e529fe2bdebb974287 1418476 tcpdump_4.99.5.orig.tar.xz + 6a192c7bc28365b072472253a8d3f393 18384 tcpdump_4.99.5-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: tdb +Binary: libtdb1, tdb-tools, libtdb-dev, python3-tdb +Architecture: any +Version: 1.4.12-1 +Maintainer: Debian Samba Maintainers +Uploaders: Jelmer Vernooij , Mathieu Parent , Michael Tokarev +Homepage: https://tdb.samba.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/samba-team/tdb +Vcs-Git: https://salsa.debian.org/samba-team/tdb.git +Testsuite: autopkgtest +Testsuite-Triggers: python3 +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, docbook-xml, docbook-xsl, xsltproc, python3-dev:any | python3-dev, libpython3-dev, python3 +Package-List: + libtdb-dev deb libdevel optional arch=any + libtdb1 deb libs optional arch=any + python3-tdb deb python optional arch=any + tdb-tools deb utils optional arch=any +Directory: pool/9c948f64680645819328f219d494cd07865abafe64d23e1fc276e0bfbdc72364 +Checksums-Sha1: + 93c3ca260bf059df9be0ff1d290ab93432574aa5 1941 tdb_1.4.12-1.dsc + fc34460e132110e335b8b6caf9e92a50293fd7f8 748827 tdb_1.4.12.orig.tar.gz + 8fecc65d422e88d5f0bb7f16b724dd881d770100 20676 tdb_1.4.12-1.debian.tar.xz +Checksums-Sha256: + 9c948f64680645819328f219d494cd07865abafe64d23e1fc276e0bfbdc72364 1941 tdb_1.4.12-1.dsc + 6ce4b27498812d09237ece65a0d6dfac0941610e709848ecb822aa241084cd7a 748827 tdb_1.4.12.orig.tar.gz + 47a4a08bf17a2b8b81eb1349cae7f70f479210914ff5c36a854323f7a0aab375 20676 tdb_1.4.12-1.debian.tar.xz +Files: + a6446c9df5c984dee1c1d1083eb6227f 1941 tdb_1.4.12-1.dsc + 1eccd9cb21d0ed1a9959a1c107df6c92 748827 tdb_1.4.12.orig.tar.gz + 9392b335eb2a61fcdafb63208cd7b793 20676 tdb_1.4.12-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: tevent +Binary: libtevent0t64, libtevent0, libtevent-dev +Architecture: any +Version: 0.16.1-3 +Maintainer: Debian Samba Maintainers +Uploaders: Jelmer Vernooij , Mathieu Parent , Michael Tokarev +Homepage: https://tevent.samba.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/samba-team/tevent +Vcs-Git: https://salsa.debian.org/samba-team/tevent.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.22.5) , libcmocka-dev, libtalloc-dev (>= 2.4.2~), pkgconf, python3:any +Package-List: + libtevent-dev deb libdevel optional arch=any + libtevent0 deb libs optional arch=any profile=pkg.tevent.before-t64 + libtevent0t64 deb libs optional arch=any profile=!pkg.tevent.before-t64 +Directory: pool/7bea2ce9f1ce6054f9a7ec99b050bbf886f6402cc964639379f5e6378c85e5a3 +Checksums-Sha1: + 3ff34d29a592ba3830afbd90b7fdfc9fa095cdb5 1933 tevent_0.16.1-3.dsc + d3fcaccc8804427d6d6c29e40b00e3568cc01f36 890010 tevent_0.16.1.orig.tar.gz + 8baa29529a94ecb6e2d1481b36339464ea6337cc 15184 tevent_0.16.1-3.debian.tar.xz +Checksums-Sha256: + 7bea2ce9f1ce6054f9a7ec99b050bbf886f6402cc964639379f5e6378c85e5a3 1933 tevent_0.16.1-3.dsc + 362971e0f32dc1905f6fe4736319c4b8348c22dc85aa6c3f690a28efe548029e 890010 tevent_0.16.1.orig.tar.gz + 16800cee411d230a2cee8b9980b0d2e416323f222f3d0d5c36da421fd1cdab7b 15184 tevent_0.16.1-3.debian.tar.xz +Files: + 6b1710d9baa6fa5f1f214529d903ad79 1933 tevent_0.16.1-3.dsc + c739515f59e4cde1716f00bf14c64930 890010 tevent_0.16.1.orig.tar.gz + bc94b64670d9d9d06d59877900a4f83a 15184 tevent_0.16.1-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: tex-gyre +Binary: tex-gyre, fonts-texgyre, fonts-texgyre-math +Architecture: all +Version: 20180621-6 +Maintainer: Debian TeX Task Force +Uploaders: Norbert Preining , Hilmar Preusse +Homepage: https://www.gust.org.pl/projects/e-foundry/tex-gyre/ +Standards-Version: 4.6.1 +Vcs-Browser: https://github.com/debian-tex/tex-gyre +Vcs-Git: https://github.com/debian-tex/tex-gyre.git +Build-Depends: debhelper-compat (= 13), tex-common +Package-List: + fonts-texgyre deb fonts optional arch=all + fonts-texgyre-math deb fonts optional arch=all + tex-gyre deb tex optional arch=all +Directory: pool/83a26e65fee0ac79f31a44e083e03da2fef7b031c70d0f336796782cc0fed099 +Checksums-Sha1: + b34e31568749677571cae8093b562a2b251f8cc8 2241 tex-gyre_20180621-6.dsc + 41df408d879b8e7ecf94051331e9b76d6a90c405 24033627 tex-gyre_20180621.orig.tar.gz + a029595c56fac6d1d0d19b338cf4d8473182f280 11632 tex-gyre_20180621-6.debian.tar.xz +Checksums-Sha256: + 83a26e65fee0ac79f31a44e083e03da2fef7b031c70d0f336796782cc0fed099 2241 tex-gyre_20180621-6.dsc + fe6b0f8ca6890d4a369f36c3b45bc30470069701a2f59042178ad5933fc9cdb8 24033627 tex-gyre_20180621.orig.tar.gz + 731e04abb52038a7de626e4679d6b823b2d692be029bb88399951fb69b286f67 11632 tex-gyre_20180621-6.debian.tar.xz +Files: + ff112a4fcc363a2e1bcfe5f4cff58cad 2241 tex-gyre_20180621-6.dsc + 20dac37e431da7a570e6f80e0ec62fea 24033627 tex-gyre_20180621.orig.tar.gz + ed0b296c73ee5023b6f454313b1a81eb 11632 tex-gyre_20180621-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: texinfo +Binary: texinfo, texinfo-lib, info, install-info +Architecture: any all +Version: 7.1.1-1 +Maintainer: Debian TeX Task Force +Uploaders: Norbert Preining , Frank Küster , Hilmar Preuße +Homepage: https://www.gnu.org/software/texinfo/ +Standards-Version: 4.7.0 +Vcs-Browser: https://github.com/debian-tex/texinfo +Vcs-Git: https://github.com/debian-tex/texinfo.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, gettext, help2man, libncurses-dev, libperl-dev, libtext-unidecode-perl +Build-Depends: debhelper-compat (= 13), libncurses-dev, gettext, libtext-unidecode-perl, help2man, libperl-dev, desktop-file-utils +Package-List: + info deb doc important arch=any + install-info deb doc important arch=any + texinfo deb text optional arch=all + texinfo-lib deb text optional arch=any +Directory: pool/b69d39cfab44ce05466980d24318aeeb80b2ce64609631d94fad15feb4cd72c3 +Checksums-Sha1: + 0d15ef38166e5dd41525fe10edc5b6bc37c63558 2710 texinfo_7.1.1-1.dsc + 4f529fc606bdaa0a0f2cad4eb5d6adf8cad25548 5572864 texinfo_7.1.1.orig.tar.xz + 94c2895c92baee9920e43f715dc03a428d5eb101 265 texinfo_7.1.1.orig.tar.xz.asc + 18ed95240f8c087179b80392f1cf7546772f3e54 29116 texinfo_7.1.1-1.debian.tar.xz +Checksums-Sha256: + b69d39cfab44ce05466980d24318aeeb80b2ce64609631d94fad15feb4cd72c3 2710 texinfo_7.1.1-1.dsc + 31ae37e46283529432b61bee1ce01ed0090d599e606fc6a29dca1f77c76a6c82 5572864 texinfo_7.1.1.orig.tar.xz + cd2cced6d130fe7cec7583c8691848b8448d930936c8f65cb27f9473ca056a81 265 texinfo_7.1.1.orig.tar.xz.asc + 68c85ff312450f8003f8818a5eadd9d3bbb897835d9832f25e44589c30bb7652 29116 texinfo_7.1.1-1.debian.tar.xz +Files: + d890b87e984fcef73154195626bb169d 2710 texinfo_7.1.1-1.dsc + e5fc595794a7980f98ce446a5f8aa273 5572864 texinfo_7.1.1.orig.tar.xz + ea57fe48b411414b0e4a4c2a06cbc5ea 265 texinfo_7.1.1.orig.tar.xz.asc + 427cbc6fde2e2380df6481c91af55436 29116 texinfo_7.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: tiff +Binary: libtiff6, libtiffxx6, libtiff-dev, libtiff5-dev, libtiff-tools, libtiff-opengl, libtiff-doc +Architecture: any all +Version: 4.5.1+git230720-5 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://libtiff.gitlab.io/libtiff/ +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), freeglut3-dev, libglu1-mesa-dev, libjbig-dev, libjpeg-dev, liblzma-dev, libzstd-dev, libwebp-dev, libxi-dev, zlib1g-dev, libdeflate-dev, liblerc-dev [!s390x !hppa !powerpc !ppc64 !sparc64], sphinx +Package-List: + libtiff-dev deb libdevel optional arch=any + libtiff-doc deb doc optional arch=all + libtiff-opengl deb graphics optional arch=any + libtiff-tools deb graphics optional arch=any + libtiff5-dev deb oldlibs optional arch=any + libtiff6 deb libs optional arch=any + libtiffxx6 deb libs optional arch=any +Directory: pool/bef3be0797e0117a34abdab78b398294adc28947f891978f7e1264d45e0cbec8 +Checksums-Sha1: + c12ef5435e6ebbec0089a66799b71f453944bc96 2322 tiff_4.5.1+git230720-5.dsc + b142b5bbcd2e304b018de35a7f160461fab001e4 1781896 tiff_4.5.1+git230720.orig.tar.xz + 5a21b30d1b72f2cd84cae5d0eb1dcd5a1e4e0864 26764 tiff_4.5.1+git230720-5.debian.tar.xz +Checksums-Sha256: + bef3be0797e0117a34abdab78b398294adc28947f891978f7e1264d45e0cbec8 2322 tiff_4.5.1+git230720-5.dsc + 0e51bcf3a3ffa5fc76ea6aeb74a797f95c84544fcc8b6a1ec5def967a78e9e12 1781896 tiff_4.5.1+git230720.orig.tar.xz + 01c212410561b6a4ff00f3449def450a782c21db55ebc1820e82500dc503fe07 26764 tiff_4.5.1+git230720-5.debian.tar.xz +Files: + c06397fed3f7fb30b8704ecbc148e89a 2322 tiff_4.5.1+git230720-5.dsc + 385de53eba580ddd0808c9e295875738 1781896 tiff_4.5.1+git230720.orig.tar.xz + 28361aa7e435e30affc08dc3454ab28f 26764 tiff_4.5.1+git230720-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: tini +Binary: tini +Architecture: any +Version: 0.19.0-1 +Maintainer: ChangZhuo Chen (陳昌倬) +Homepage: https://github.com/krallin/tini +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/tini +Vcs-Git: https://salsa.debian.org/debian/tini.git +Build-Depends: debhelper-compat (= 13), cmake (>= 2.8.0) +Package-List: + tini deb utils optional arch=any +Directory: pool/0641749862d510c2fd009413e274d878c39139bf37a4e3669f9fcd745ec9e9ea +Checksums-Sha1: + c03347500b4f5f9e5d0d92a46ab689d0e2743f5c 1810 tini_0.19.0-1.dsc + 2245210bdd29faea02e566a192df4c7df702b264 32369 tini_0.19.0.orig.tar.gz + 90f6964b1d7e45a71fc95b38c185a5a189dc1d61 1832 tini_0.19.0-1.debian.tar.xz +Checksums-Sha256: + 0641749862d510c2fd009413e274d878c39139bf37a4e3669f9fcd745ec9e9ea 1810 tini_0.19.0-1.dsc + 0fd35a7030052acd9f58948d1d900fe1e432ee37103c5561554408bdac6bbf0d 32369 tini_0.19.0.orig.tar.gz + 6e3e35148962098ff64f262cc60c7f89085dc1203b2c85574a5324a8f57f5c52 1832 tini_0.19.0-1.debian.tar.xz +Files: + 1befc9b3ffac3bef2512b75445149523 1810 tini_0.19.0-1.dsc + 72935bca9232313409a052833068fb1d 32369 tini_0.19.0.orig.tar.gz + ff711ca7c4a84a07339ccbad7506eabc 1832 tini_0.19.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: tiny-initramfs +Binary: tiny-initramfs, tiny-initramfs-core +Architecture: linux-any all +Version: 0.1-5.1 +Maintainer: Christian Seiler +Homepage: https://github.com/chris-se/tiny-initramfs/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/tiny-initramfs.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/tiny-initramfs.git -b debian/master +Build-Depends: debhelper (>= 10~), dietlibc-dev (>= 0.33) +Package-List: + tiny-initramfs deb utils extra arch=all + tiny-initramfs-core deb utils optional arch=linux-any +Directory: pool/b42178e02ed4bb3dfa7e8fea897fc32531c6c20e7339a9144f1cabb2b71b70b6 +Checksums-Sha1: + 067ec0b7c93a285c711b8c761ece476ebd5b552d 2043 tiny-initramfs_0.1-5.1.dsc + 7542617995f57aae407ed976939aa7b41dff2d69 93916 tiny-initramfs_0.1.orig.tar.xz + c9d8db49a1dba8b1896d14c501aa3cbe79f5d21d 16680 tiny-initramfs_0.1-5.1.debian.tar.xz +Checksums-Sha256: + b42178e02ed4bb3dfa7e8fea897fc32531c6c20e7339a9144f1cabb2b71b70b6 2043 tiny-initramfs_0.1-5.1.dsc + 321c34bd492b2328f5bbfb718fe7a0d99b6d1281060bcb794fe33eff737c6452 93916 tiny-initramfs_0.1.orig.tar.xz + 27b59c6a30fd032d8114fe1f7005448bdbd3277707c35bf287e47337eac63b8f 16680 tiny-initramfs_0.1-5.1.debian.tar.xz +Files: + c4a01373533c47503fcdececc80ca782 2043 tiny-initramfs_0.1-5.1.dsc + 5bcf9f168332bf97892c2c35ac3aaf9d 93916 tiny-initramfs_0.1.orig.tar.xz + 2d02d45bc80a4ffb4f72bb8fbf2d0230 16680 tiny-initramfs_0.1-5.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: tk8.6 +Binary: tk8.6, libtk8.6, tk8.6-dev, tk8.6-doc +Architecture: any all +Version: 8.6.15-1 +Maintainer: Debian Tcl/Tk Packagers +Uploaders: Sergei Golovan +Homepage: http://www.tcl.tk/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/tcltk-team/tk8.6 +Vcs-Git: https://salsa.debian.org/tcltk-team/tk8.6.git +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1~), x11proto-core-dev, libx11-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.6-dev (>= 8.6.8+dfsg-3~) +Package-List: + libtk8.6 deb libs optional arch=any + tk8.6 deb interpreters optional arch=any + tk8.6-dev deb libdevel optional arch=any + tk8.6-doc deb doc optional arch=all +Directory: pool/eed4e29c1685bf635db4e9b812692a88fdb834afb3b7284bbcd23bcff12373cd +Checksums-Sha1: + 4822f1b54e8c5637877432397f787d8c492f30f3 2155 tk8.6_8.6.15-1.dsc + ef44f7be00d0249e281ad87785650f5475bbc939 4590766 tk8.6_8.6.15.orig.tar.gz + 7b6af77a3c3317961ad20678fdccf370786d9648 10792 tk8.6_8.6.15-1.debian.tar.xz +Checksums-Sha256: + eed4e29c1685bf635db4e9b812692a88fdb834afb3b7284bbcd23bcff12373cd 2155 tk8.6_8.6.15-1.dsc + 550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec 4590766 tk8.6_8.6.15.orig.tar.gz + ff09a6e900825d78d996f5e71a7808ed856530cbab5219eee7835a3e5567aa24 10792 tk8.6_8.6.15-1.debian.tar.xz +Files: + 57e1c2a01d54587e081971328587aea0 2155 tk8.6_8.6.15-1.dsc + 6d64b6eb021062f378017d403fedcbe6 4590766 tk8.6_8.6.15.orig.tar.gz + 01d32c1f85fa3c1e5f116171548fc433 10792 tk8.6_8.6.15-1.debian.tar.xz + +Format: 3.0 (native) +Package: tpm-udev +Binary: tpm-udev +Architecture: all +Version: 0.6+nmu1 +Maintainer: Ying-Chun Liu (PaulLiu) +Uploaders: Mario Limonciello +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/tpm-udev +Vcs-Git: https://salsa.debian.org/debian/tpm-udev.git +Build-Depends: debhelper (>= 11) +Package-List: + tpm-udev deb admin optional arch=all +Directory: pool/214df77649ddfe66bf35f0f610b7f47361c5476e6f4e1ce003723f474c7c54a7 +Checksums-Sha1: + 06bf3efb93a2bc5744892c3ba584b5627ccd26c0 1571 tpm-udev_0.6+nmu1.dsc + 58b9feb1fb8161b0392e09c9208de180b0c15aef 2900 tpm-udev_0.6+nmu1.tar.xz +Checksums-Sha256: + 214df77649ddfe66bf35f0f610b7f47361c5476e6f4e1ce003723f474c7c54a7 1571 tpm-udev_0.6+nmu1.dsc + 1d8daa5e04bf5e668ce4782df8d498a8f731ae081f95c44efc76348c5e10425e 2900 tpm-udev_0.6+nmu1.tar.xz +Files: + b3a488fc99fe6815c6e74165e7950f96 1571 tpm-udev_0.6+nmu1.dsc + 9e655174bbc110e1479aa1c47ad6a64c 2900 tpm-udev_0.6+nmu1.tar.xz + +Format: 3.0 (quilt) +Package: tpm2-tools +Binary: tpm2-tools +Architecture: any +Version: 5.7-1 +Maintainer: Ying-Chun Liu (PaulLiu) +Uploaders: Mathieu Trudel-Lapierre , Ivan Hu +Homepage: https://github.com/tpm2-software/tpm2-tools +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/tpm2-tools +Vcs-Git: https://salsa.debian.org/debian/tpm2-tools.git +Testsuite: autopkgtest +Testsuite-Triggers: grep +Build-Depends: autoconf, autoconf-archive, debhelper-compat (= 13), docbook-xml, docbook-xsl, libcurl4-gnutls-dev | libcurl-ssl-dev, libssl-dev, libtool, libtss2-dev (>= 2.3.0), pandoc, pkgconf, uuid-dev, xsltproc +Package-List: + tpm2-tools deb utils optional arch=any +Directory: pool/d0d0d9ea97195214c44a54442ae1680677ca23bacf9c97858dbf0ce26992a2fe +Checksums-Sha1: + e94bfb9800891c8e4057fa74f3f9dad785eb2b0a 2193 tpm2-tools_5.7-1.dsc + 52833d7c256dd24290437fa094ff76c5283e4827 784535 tpm2-tools_5.7.orig.tar.gz + edf0dcd6800851b65855ea7af73c5b28e24c3d85 18468 tpm2-tools_5.7-1.debian.tar.xz +Checksums-Sha256: + d0d0d9ea97195214c44a54442ae1680677ca23bacf9c97858dbf0ce26992a2fe 2193 tpm2-tools_5.7-1.dsc + 714912361fddbd7e01473be9065b2949b5ad2f5dff80063648f00f4eaf38971b 784535 tpm2-tools_5.7.orig.tar.gz + fa85351716424934be848c18863eac785d71f90dc1e9857adc20aaaf39cf03c6 18468 tpm2-tools_5.7-1.debian.tar.xz +Files: + c5fd019fe5adb0758af9788d9b7995c0 2193 tpm2-tools_5.7-1.dsc + ac43072e5dee39ed2bb30fa6e225af27 784535 tpm2-tools_5.7.orig.tar.gz + b5e06e79628fdb92119d65e339cc55fe 18468 tpm2-tools_5.7-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: tpm2-tss +Binary: libtss2-esys-3.0.2-0t64, libtss2-fapi1t64, libtss2-mu-4.0.1-0t64, libtss2-rc0t64, libtss2-sys1t64, libtss2-tcti-cmd0t64, libtss2-tcti-device0t64, libtss2-tcti-mssim0t64, libtss2-tcti-swtpm0t64, libtss2-tcti-pcap0t64, libtss2-tcti-spi-helper0t64, libtss2-tcti-libtpms0t64, libtss2-tctildr0t64, libtss2-policy0t64, libtss2-dev, libtss2-doc +Architecture: any all +Version: 4.0.1-7.2 +Maintainer: Mathieu Trudel-Lapierre +Uploaders: Ying-Chun Liu (PaulLiu) , Ivan Hu , Mario Limonciello +Homepage: https://github.com/tpm2-software/tpm2-tss +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/debian/tpm2-tss +Vcs-Git: https://salsa.debian.org/debian/tpm2-tss.git +Build-Depends: dpkg-dev (>= 1.22.5), acl, autoconf, autoconf-archive, debhelper-compat (= 13), docbook-xml, docbook-xsl, doxygen, libcmocka-dev (>= 1.0), libcurl4-openssl-dev | libcurl-dev, libjson-c-dev, libltdl-dev, libssl-dev, libtool, libtpms-dev, pkg-config, tpm-udev, uuid-dev, xsltproc +Package-List: + libtss2-dev deb libdevel optional arch=any + libtss2-doc deb doc optional arch=all + libtss2-esys-3.0.2-0t64 deb libs optional arch=any + libtss2-fapi1t64 deb libs optional arch=any + libtss2-mu-4.0.1-0t64 deb libs optional arch=any + libtss2-policy0t64 deb libs optional arch=any + libtss2-rc0t64 deb libs optional arch=any + libtss2-sys1t64 deb libs optional arch=any + libtss2-tcti-cmd0t64 deb libs optional arch=any + libtss2-tcti-device0t64 deb libs optional arch=any + libtss2-tcti-libtpms0t64 deb libs optional arch=any + libtss2-tcti-mssim0t64 deb libs optional arch=any + libtss2-tcti-pcap0t64 deb libs optional arch=any + libtss2-tcti-spi-helper0t64 deb libs optional arch=any + libtss2-tcti-swtpm0t64 deb libs optional arch=any + libtss2-tctildr0t64 deb libs optional arch=any +Directory: pool/0c39c269c0342d38ac735ca7894300daa3b91a5f44f72169845433b0afd8e653 +Checksums-Sha1: + eb816f50c5e260f23b5ba77bb4cc4ff19bee0166 2699 tpm2-tss_4.0.1-7.2.dsc + a4b17f85a6d03f5ceecbeb61380b8769e755d4f0 1132754 tpm2-tss_4.0.1.orig.tar.gz + a2001f50b31238441ef735e7df18cbfa65e82c78 20336 tpm2-tss_4.0.1-7.2.debian.tar.xz +Checksums-Sha256: + 0c39c269c0342d38ac735ca7894300daa3b91a5f44f72169845433b0afd8e653 2699 tpm2-tss_4.0.1-7.2.dsc + 4bba0471541b871b6d0b8adf5ebddafe2474b1c2361ceefcb54e88914626e067 1132754 tpm2-tss_4.0.1.orig.tar.gz + c594a5d35f482cf93b8e8181b43806e1f1314c492240c150d40c5a4dbe9f9488 20336 tpm2-tss_4.0.1-7.2.debian.tar.xz +Files: + b348623059a75dd7df5e6b486b21320d 2699 tpm2-tss_4.0.1-7.2.dsc + e1e9cea08bdfa68d9739ec77e1978680 1132754 tpm2-tss_4.0.1.orig.tar.gz + bc39b59eabe1e820e11da551504252d4 20336 tpm2-tss_4.0.1-7.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: traceroute +Binary: traceroute +Architecture: linux-any +Version: 1:2.1.6-1 +Maintainer: Laszlo Boszormenyi (GCS) +Homepage: https://traceroute.sourceforge.net/ +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13) +Package-List: + traceroute deb net important arch=linux-any +Directory: pool/e1318b8ceed8039a5159ff73386e5617a4b77f689f9f710b3d8835fca275d139 +Checksums-Sha1: + d811fb67044344532dd31217c760138e344022d0 1754 traceroute_2.1.6-1.dsc + 6777cf39c32e9e28aeeef4f2f0c60da6b8f5a13b 75537 traceroute_2.1.6.orig.tar.gz + 928a7d18d7111aacc68a4a3077b398998104139a 10596 traceroute_2.1.6-1.debian.tar.xz +Checksums-Sha256: + e1318b8ceed8039a5159ff73386e5617a4b77f689f9f710b3d8835fca275d139 1754 traceroute_2.1.6-1.dsc + 9ccef9cdb9d7a98ff7fbf93f79ebd0e48881664b525c4b232a0fcec7dcb9db5e 75537 traceroute_2.1.6.orig.tar.gz + b029e36e742695229c15f2f1337a4d1159a136edd7f16f45fa2bdd072a87ae50 10596 traceroute_2.1.6-1.debian.tar.xz +Files: + 17bfa698ccbbc15e4938b3a4fb95607c 1754 traceroute_2.1.6-1.dsc + 94b41044978f4f57c373adc5a32c42d7 75537 traceroute_2.1.6.orig.tar.gz + 1e8b089d6e9ef717a1fb62f1b696cf30 10596 traceroute_2.1.6-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: twisted +Binary: python3-twisted, twisted-doc +Architecture: all +Version: 24.7.0-3 +Maintainer: Debian Python Team +Uploaders: Stefano Rivera , +Homepage: https://twistedmatrix.com/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/python-team/packages/twisted +Vcs-Git: https://salsa.debian.org/python-team/packages/twisted.git +Testsuite: autopkgtest +Testsuite-Triggers: locales-all, openssh-client, python3-all, python3-hamcrest, python3-hypothesis +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, patch, pybuild-plugin-pyproject, pydoctor (>= 22.7), python3-all, python3-attr (>= 19.2.0), python3-automat (>= 0.8.0), python3-constantly, python3-doc, python3-hamcrest, python3-hatch-fancy-pypi-readme, python3-hatchling, python3-hyperlink, python3-incremental (>= 24.7.0), python3-sphinx-rtd-theme, python3-zope.interface (>= 4.4.2) +Build-Depends-Indep: python3-sphinx +Package-List: + python3-twisted deb python optional arch=all + twisted-doc deb doc optional arch=all profile=!nodoc +Directory: pool/2fab93c13f4a6e293c9e66b2fb0363293af11e89a2f26d53e514b46529d04c0f +Checksums-Sha1: + 2f25c748963c3859a6bbb866180d066c63fa8d3c 2633 twisted_24.7.0-3.dsc + 79052caf15aeea1712f306eb4923fd80f7bcb5b3 2662104 twisted_24.7.0.orig.tar.xz + 8310c2c1d32f95653cd2293cd078730c8e1f61e3 39456 twisted_24.7.0-3.debian.tar.xz +Checksums-Sha256: + 2fab93c13f4a6e293c9e66b2fb0363293af11e89a2f26d53e514b46529d04c0f 2633 twisted_24.7.0-3.dsc + 0ea083a3781f4c6c4ad87c8cdb2b084cb1b7a4aef69cac6e89a3106434a4677c 2662104 twisted_24.7.0.orig.tar.xz + b7a99eecab3f935b9aead3b179fe3293ea62efb5c8761447a9c221c668bb5102 39456 twisted_24.7.0-3.debian.tar.xz +Files: + ace9757b86942b3b8b88cbe9b03f7bbd 2633 twisted_24.7.0-3.dsc + e7a3def0b53dd0083e48a444df3de7f6 2662104 twisted_24.7.0.orig.tar.xz + a8a70d8a5d7989bf8b2406bc13c8e12a 39456 twisted_24.7.0-3.debian.tar.xz +Dgit: 08ff04b628cfa0cc67ffa80216243e95bded01ae debian archive/debian/24.7.0-3 https://git.dgit.debian.org/twisted + +Format: 3.0 (quilt) +Package: tzdata +Binary: tzdata, tzdata-legacy +Architecture: all +Version: 2024a-4 +Maintainer: GNU Libc Maintainers +Uploaders: Clint Adams , Aurelien Jarno , Benjamin Drung +Homepage: https://www.iana.org/time-zones +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/glibc-team/tzdata +Vcs-Git: https://salsa.debian.org/glibc-team/tzdata.git +Testsuite: autopkgtest +Testsuite-Triggers: python3, python3-debian +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: gawk, po-debconf, python3 (>= 3.9), python3-debian, python3-natsort, python3-polib +Package-List: + tzdata deb localization required arch=all + tzdata-legacy deb localization optional arch=all +Directory: pool/053c342511ece9a0eec2c9d60a6670dd9bce379dcb0bfad88d2167a2786ecb3f +Checksums-Sha1: + a1fd39346ad4b7c90b078c7b5af26dfa3e9459ab 2429 tzdata_2024a-4.dsc + 310a281e4551e4e9a11db4f9ceea85a6529af4af 451270 tzdata_2024a.orig.tar.gz + 6bef9847847bc554915f8e674516fac862782b2d 833 tzdata_2024a.orig.tar.gz.asc + 0c6e5cca263d03422a6813ad385eb58063ea65ef 124152 tzdata_2024a-4.debian.tar.xz +Checksums-Sha256: + 053c342511ece9a0eec2c9d60a6670dd9bce379dcb0bfad88d2167a2786ecb3f 2429 tzdata_2024a-4.dsc + 0d0434459acbd2059a7a8da1f3304a84a86591f6ed69c6248fffa502b6edffe3 451270 tzdata_2024a.orig.tar.gz + f64725f9f65419e7b009e3b95b75ea9516382d0be64aef63d78654d9c569ed0d 833 tzdata_2024a.orig.tar.gz.asc + ff5dbfa986ebcb1705ca0256163738c56538baf3a6778f53d616407d8da9ccac 124152 tzdata_2024a-4.debian.tar.xz +Files: + d97a7fc2277a0719ab10c9c968f04f20 2429 tzdata_2024a-4.dsc + 2349edd8335245525cc082f2755d5bf4 451270 tzdata_2024a.orig.tar.gz + 371c0690a04a2f9f479eafbb691c863a 833 tzdata_2024a.orig.tar.gz.asc + 9da06bbfdb2112a46aef4f3e89977e8f 124152 tzdata_2024a-4.debian.tar.xz + +Format: 3.0 (native) +Package: ucf +Binary: ucf +Architecture: all +Version: 3.0043+nmu1 +Maintainer: Manoj Srivastava +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/srivasta/ucf +Vcs-Git: https://salsa.debian.org/srivasta/ucf.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: po-debconf, gettext +Package-List: + ucf deb utils standard arch=all +Directory: pool/5ef70fa7a58cd3f162932661453a1e9d21d749b47a1aa84198f7c4cd9eac20ee +Checksums-Sha1: + 2f51ddf5878e8dc684cc7443f7c8eb113ab7117b 1567 ucf_3.0043+nmu1.dsc + 069f56d4daadb890b56641eb5cb9fa0642eace38 70916 ucf_3.0043+nmu1.tar.xz +Checksums-Sha256: + 5ef70fa7a58cd3f162932661453a1e9d21d749b47a1aa84198f7c4cd9eac20ee 1567 ucf_3.0043+nmu1.dsc + a07143046236cb082517e346362306cb3fe4d3634cad1add40c905b0e0ecf58c 70916 ucf_3.0043+nmu1.tar.xz +Files: + ccdfb87d3e3a762265d7c1dab4028489 1567 ucf_3.0043+nmu1.dsc + a20bd1af1ae304812c8afb0580737f64 70916 ucf_3.0043+nmu1.tar.xz + +Format: 3.0 (quilt) +Package: uchardet +Binary: uchardet, libuchardet0, libuchardet-dev +Architecture: any +Version: 0.0.8-1 +Maintainer: James Cowgill +Homepage: https://www.freedesktop.org/wiki/Software/uchardet/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/uchardet +Vcs-Git: https://salsa.debian.org/debian/uchardet.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, cmake, pkg-config +Build-Depends: debhelper-compat (= 13), cmake +Package-List: + libuchardet-dev deb libdevel optional arch=any + libuchardet0 deb libs optional arch=any + uchardet deb utils optional arch=any +Directory: pool/ef8409892723317dd23e7e0a41f1bf17505041614514dfa1a070aa1262c8ab3b +Checksums-Sha1: + add335b127cff02b1ca42a1515183d7621543da9 2189 uchardet_0.0.8-1.dsc + fdc11673bfb0939f48825bf811b64af709339c80 222648 uchardet_0.0.8.orig.tar.xz + b8f300af3a453ea2ff97e999fceab9383e5cc485 4816 uchardet_0.0.8-1.debian.tar.xz +Checksums-Sha256: + ef8409892723317dd23e7e0a41f1bf17505041614514dfa1a070aa1262c8ab3b 2189 uchardet_0.0.8-1.dsc + e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0 222648 uchardet_0.0.8.orig.tar.xz + d6529e3352d85a68bc08c968c46be8d293d7fb68414d440d5f33047051445369 4816 uchardet_0.0.8-1.debian.tar.xz +Files: + 8748f867d29ec2023520027b047f3ee2 2189 uchardet_0.0.8-1.dsc + 9e267be7aee81417e5875086dd9d44fd 222648 uchardet_0.0.8.orig.tar.xz + dfb4d1cc58e2511b04c1d1899bdfe710 4816 uchardet_0.0.8-1.debian.tar.xz +Dgit: 1f572384b64f69c8783a035f757f2e38a22a9ae7 debian archive/debian/0.0.8-1 https://git.dgit.debian.org/uchardet + +Format: 3.0 (quilt) +Package: ucspi-unix +Binary: ucspi-unix +Architecture: any +Version: 1.0-3 +Maintainer: Peter Pentchev +Homepage: https://untroubled.org/ucspi-unix +Standards-Version: 4.6.2 +Testsuite: autopkgtest +Testsuite-Triggers: python3-all, python3-utf8-locale +Build-Depends: debhelper-compat (= 13), dh-buildinfo, dh-package-notes, dh-sequence-single-binary, dpkg-build-api (= 1), groff, libbg-dev, man-db, dietlibc-dev [alpha amd64 arm64 armeb armel armhf hppa i386 mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc64 x32] , python3 , python3-utf8-locale +Package-List: + ucspi-unix deb net optional arch=any +Directory: pool/4cdef5cc39b7e18f9fafc22f1270f5927e2b6cffeb7b2d6e9dbc08274c13f8fa +Checksums-Sha1: + d88347bec9b13ff9eb19b5a2021b3741e10a2cb7 2501 ucspi-unix_1.0-3.dsc + 87c1a2de9f1bc33a463070e2c040f19338e5937a 17391 ucspi-unix_1.0.orig.tar.gz + 7e83fe89883a740f24ba20316591a6eda989b672 1221 ucspi-unix_1.0.orig.tar.gz.asc + 0c8bb376edd87791fb6b615574066aaa202bd50f 15896 ucspi-unix_1.0-3.debian.tar.xz +Checksums-Sha256: + 4cdef5cc39b7e18f9fafc22f1270f5927e2b6cffeb7b2d6e9dbc08274c13f8fa 2501 ucspi-unix_1.0-3.dsc + 5a1a19f891668ff041fc16a4bf77abeb3cb4380cdaab6ffae5a7f89ab599dd37 17391 ucspi-unix_1.0.orig.tar.gz + 25308faa832b3a3c8e5a5b40753f2e1d3ea7577c11847fd375b378c94820d00c 1221 ucspi-unix_1.0.orig.tar.gz.asc + 408cfa80092a6c440d04b7692448b8a15ce6f8b7274bde8abde077decad0dfca 15896 ucspi-unix_1.0-3.debian.tar.xz +Files: + 2df7cfa5327fd0f321cb6a6e813758b2 2501 ucspi-unix_1.0-3.dsc + 071271a4c8f571bdd8255240cf252884 17391 ucspi-unix_1.0.orig.tar.gz + 722ef37f85c4f9fec5902e7e1656b568 1221 ucspi-unix_1.0.orig.tar.gz.asc + 96b0b5353754444957cc496811f51486 15896 ucspi-unix_1.0-3.debian.tar.xz +Dgit: 928cd1d330f6c48f6f2796075aebe42e16eb2f59 debian archive/debian/1.0-3 https://git.dgit.debian.org/ucspi-unix + +Format: 3.0 (quilt) +Package: unbound +Binary: libunbound-dev, libunbound8, python3-unbound, unbound, unbound-anchor, unbound-host +Architecture: any +Version: 1.20.0-1 +Maintainer: unbound packagers +Uploaders: Robert Edmonds , Michael Tokarev , +Homepage: https://www.unbound.net/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/dns-team/unbound +Vcs-Git: https://salsa.debian.org/dns-team/unbound.git +Testsuite: autopkgtest +Testsuite-Triggers: dns-root-data, udns-utils +Build-Depends: debhelper-compat (= 13), autoconf, bison, dh-apparmor , dh-sequence-python3 , dpkg-dev (>= 1.16.1~), flex, libbsd-dev (>= 0.8.1~) [!linux-any], libevent-dev, libexpat1-dev, libhiredis-dev , libnghttp2-dev , libprotobuf-c-dev , libssl-dev, libsystemd-dev , libtool, pkgconf, protobuf-c-compiler , python3-dev:any , libpython3-dev , swig +Package-List: + libunbound-dev deb libdevel optional arch=any + libunbound8 deb libs optional arch=any + python3-unbound deb python optional arch=any profile=!pkg.unbound.libonly + unbound deb net optional arch=any profile=!pkg.unbound.libonly + unbound-anchor deb net optional arch=any profile=!pkg.unbound.libonly + unbound-host deb net optional arch=any profile=!pkg.unbound.libonly +Directory: pool/c08b3a837c593782b6ee30fda338186dbd4b1608a4ef546a412f2dbdd8febb12 +Checksums-Sha1: + 0091aaadef4d2717ccc2950c3c6fd9e8b3a617b2 2844 unbound_1.20.0-1.dsc + e1963919e49a64151bed2475e470042b631950fb 6550938 unbound_1.20.0.orig.tar.gz + bf7c457185b72b0e557c87ab2b1f70a665bf5460 833 unbound_1.20.0.orig.tar.gz.asc + 0158114697738803cb728e068a7ac9b48d91656c 29244 unbound_1.20.0-1.debian.tar.xz +Checksums-Sha256: + c08b3a837c593782b6ee30fda338186dbd4b1608a4ef546a412f2dbdd8febb12 2844 unbound_1.20.0-1.dsc + 56b4ceed33639522000fd96775576ddf8782bb3617610715d7f1e777c5ec1dbf 6550938 unbound_1.20.0.orig.tar.gz + 87849bcd3c9ccd0df7393ac9de3f4c2d2779fed6177f68e4ccab42bbe0907ef2 833 unbound_1.20.0.orig.tar.gz.asc + f71b2292c6efb2fd9166dfd12f2dc27d34c4dfc40468ea63cce1be1e05dd1c1f 29244 unbound_1.20.0-1.debian.tar.xz +Files: + 961486ea57827987eb7c45d53e1077df 2844 unbound_1.20.0-1.dsc + 970d8a8800e6993d4453d50979b0c657 6550938 unbound_1.20.0.orig.tar.gz + 035cb5842c40d6c5656fe9fa5f4b6e74 833 unbound_1.20.0.orig.tar.gz.asc + 803c121aa515fd67020620f75f75ed39 29244 unbound_1.20.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: underscore +Binary: libjs-underscore, node-underscore +Architecture: all +Version: 1.13.4~dfsg+~1.11.4-3 +Maintainer: Debian Javascript Maintainers +Uploaders: David Paleino +Homepage: https://underscorejs.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/js-team/underscore +Vcs-Git: https://salsa.debian.org/js-team/underscore.git +Testsuite: autopkgtest, autopkgtest-pkg-nodejs +Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, brotli, node-glob, pigz, rollup, terser, uglifyjs +Package-List: + libjs-underscore deb javascript optional arch=all + node-underscore deb javascript optional arch=all +Directory: pool/c2553703877fc8bd44e042dbc86dfc4894d12f5743de73e935ca9bfc58a85e98 +Checksums-Sha1: + e2b69e61158b6f2d66d297f8e8c71b3107311052 2567 underscore_1.13.4~dfsg+~1.11.4-3.dsc + 9e2abe003a0ac419d810ca86e81080d370043e76 23740 underscore_1.13.4~dfsg+~1.11.4.orig-types-underscore.tar.xz + 273a0095d09d82ecb65bb992b4afd98dfe06dc03 216840 underscore_1.13.4~dfsg+~1.11.4.orig.tar.xz + 78df1426ad4ff47ace150992c423ee4500699128 10068 underscore_1.13.4~dfsg+~1.11.4-3.debian.tar.xz +Checksums-Sha256: + c2553703877fc8bd44e042dbc86dfc4894d12f5743de73e935ca9bfc58a85e98 2567 underscore_1.13.4~dfsg+~1.11.4-3.dsc + 44b7eadc6bda0a7f62e22bf6c73627c84d238f6f2c5050480c7feb994595059c 23740 underscore_1.13.4~dfsg+~1.11.4.orig-types-underscore.tar.xz + 343e4f2ebf4111eb1b6100e967bb026efa91c7de810befd5ca0fc5efc0e86787 216840 underscore_1.13.4~dfsg+~1.11.4.orig.tar.xz + 96bf76ae9c25eecd1bda8b95865cf08df3917208cfce7262f52e1e02b4077af0 10068 underscore_1.13.4~dfsg+~1.11.4-3.debian.tar.xz +Files: + 34395b01e6925f27ed0c119a9d561f15 2567 underscore_1.13.4~dfsg+~1.11.4-3.dsc + 9ebde62276dec91b551533da0638809b 23740 underscore_1.13.4~dfsg+~1.11.4.orig-types-underscore.tar.xz + 2c11da25958b46f0a2181b4d4f863f76 216840 underscore_1.13.4~dfsg+~1.11.4.orig.tar.xz + d58f24ca0f978edf9b05e4127fa4d753 10068 underscore_1.13.4~dfsg+~1.11.4-3.debian.tar.xz + +Format: 3.0 (quilt) +Package: usb.ids +Binary: usb.ids +Architecture: all +Version: 2024.07.04-1 +Maintainer: Aurelien Jarno +Homepage: http://www.linux-usb.org/usb-ids.html +Standards-Version: 4.7.0 +Build-Depends: debhelper-compat (= 13) +Package-List: + usb.ids deb admin optional arch=all +Directory: pool/bc4bf700d1a2020e1eeb133cba9f886a4c0b3bbdf7f966e6208c166f31d21d64 +Checksums-Sha1: + 9196bf91890f0b543c652cadcc4c42e7a4e02e9e 1745 usb.ids_2024.07.04-1.dsc + a08a98728dacd37b06aee75996c72c321547a8fb 205172 usb.ids_2024.07.04.orig.tar.xz + 2500570daef37ec617cb9730657704b22d2184b8 4312 usb.ids_2024.07.04-1.debian.tar.xz +Checksums-Sha256: + bc4bf700d1a2020e1eeb133cba9f886a4c0b3bbdf7f966e6208c166f31d21d64 1745 usb.ids_2024.07.04-1.dsc + f2dea453f47d4dfaedd92b432d28222a51fed18d2db2b2ad537064b013c7be43 205172 usb.ids_2024.07.04.orig.tar.xz + d4136fa5a05d4e5b24529d583e09b8f12c3c72631a8908be1e8cc75877b7b9ac 4312 usb.ids_2024.07.04-1.debian.tar.xz +Files: + db41fa524a4de04a347be486bb6c80c5 1745 usb.ids_2024.07.04-1.dsc + c49a4341e17aeab3860ad709bb1815c7 205172 usb.ids_2024.07.04.orig.tar.xz + bc726c66301a7280f64ef621b5831f75 4312 usb.ids_2024.07.04-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: usbredir +Binary: libusbredirhost1t64, libusbredirhost-dev, libusbredirparser1t64, libusbredirparser-dev, usbredirect +Architecture: any +Version: 0.14.0-1 +Maintainer: Lance Lin +Homepage: https://www.spice-space.org/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/usbredir +Vcs-Git: https://salsa.debian.org/debian/usbredir.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libusb-1.0-0-dev, pkgconf, meson, libglib2.0-dev +Package-List: + libusbredirhost-dev deb libdevel optional arch=any + libusbredirhost1t64 deb libs optional arch=any + libusbredirparser-dev deb libdevel optional arch=any + libusbredirparser1t64 deb libs optional arch=any + usbredirect deb otherosfs optional arch=any +Directory: pool/e47b8e76580bc6a12ac08d4e0651e2244c9ea7437306efb9d9f99e57b291df07 +Checksums-Sha1: + acfa9b573789e269f2a9b43bb661607babc584f0 2193 usbredir_0.14.0-1.dsc + ea994c10c33c9e9d60dbd55d844b652af5502b85 69808 usbredir_0.14.0.orig.tar.xz + 00a40eac0909ca837ae65f8c9c0f6076f022633f 12808 usbredir_0.14.0-1.debian.tar.xz +Checksums-Sha256: + e47b8e76580bc6a12ac08d4e0651e2244c9ea7437306efb9d9f99e57b291df07 2193 usbredir_0.14.0-1.dsc + b5a50b06569a9df7be53bce3c57c347c7e5872cfd432384728da8536d95d6fd2 69808 usbredir_0.14.0.orig.tar.xz + efb559f896a00ea913b563fd4d6c5b0afe98a197e171c66aca6821194b2db4ad 12808 usbredir_0.14.0-1.debian.tar.xz +Files: + a1a47df139ceba21f614a81389a63364 2193 usbredir_0.14.0-1.dsc + 63cadf3db948980c8ac4f7cbfab406d2 69808 usbredir_0.14.0.orig.tar.xz + 5551d14139508391b1db9f3d0ec57858 12808 usbredir_0.14.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: usbutils +Binary: usbutils, usbutils-py +Architecture: linux-any all +Version: 1:017-3 +Maintainer: Aurelien Jarno +Homepage: https://github.com/gregkh/usbutils +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), libusb-1.0-0-dev, libudev-dev, pkg-config, python3, dh-python +Package-List: + usbutils deb utils optional arch=linux-any + usbutils-py deb utils optional arch=all +Directory: pool/6615963c52d9aa4a87b4a0b3694e6343433e3f58ed8ee856139f6b911b48b252 +Checksums-Sha1: + b2aacc224dd1dffcce425e15c6c87d7663b2d1ac 1840 usbutils_017-3.dsc + f463eda53c473f16e5a3b704dbcec665f86f6549 168820 usbutils_017.orig.tar.xz + 5c311d127a9d3bf6d4bed68e9bd741668e0f2988 10516 usbutils_017-3.debian.tar.xz +Checksums-Sha256: + 6615963c52d9aa4a87b4a0b3694e6343433e3f58ed8ee856139f6b911b48b252 1840 usbutils_017-3.dsc + a6a25ffdcf9103e38d7a44732aca17073f4e602b92e4ae55625231a82702e05b 168820 usbutils_017.orig.tar.xz + 21116a79b63ff58ed186fc400e38758031b53a904d09e78cbca0f30e4b007db4 10516 usbutils_017-3.debian.tar.xz +Files: + f89e0c0afe052fc9e6a114e8da809462 1840 usbutils_017-3.dsc + 8ff21441faf2e8128e4810b3d6e49059 168820 usbutils_017.orig.tar.xz + 8f700c849f7e6ccb42bd961140522f64 10516 usbutils_017-3.debian.tar.xz + +Format: 3.0 (native) +Package: usrmerge +Binary: usrmerge, usr-is-merged +Architecture: all +Version: 39 +Maintainer: Marco d'Itri +Homepage: https://wiki.debian.org/UsrMerge +Standards-Version: 4.6.2.0 +Vcs-Browser: https://salsa.debian.org/md/usrmerge +Vcs-Git: https://salsa.debian.org/md/usrmerge.git +Build-Depends: debhelper-compat (= 13) +Package-List: + usr-is-merged deb oldlibs optional arch=all + usrmerge deb admin optional arch=all +Directory: pool/44027067423faefd31ac321c283fc9b07184fecbd5304ed41490c03825b89a28 +Checksums-Sha1: + 2382180e1f83649ec91998026d6a235eaea54dd4 981 usrmerge_39.dsc + e814838764fd26f71f807b9adf9c913db5e5ce6f 14908 usrmerge_39.tar.xz +Checksums-Sha256: + 44027067423faefd31ac321c283fc9b07184fecbd5304ed41490c03825b89a28 981 usrmerge_39.dsc + 90b4ee198469292da4ee8b4ce2ec7b3ec439d61e6beb3ed9d3fa82b0e46e7fa3 14908 usrmerge_39.tar.xz +Files: + b00148ebab7caa694a943b59e86c39fc 981 usrmerge_39.dsc + 5d2f9cd8fe95c67a64385a8dd1686cdf 14908 usrmerge_39.tar.xz + +Format: 3.0 (quilt) +Package: util-linux +Binary: util-linux, util-linux-locales, mount, bsdutils, bsdextrautils, fdisk, fdisk-udeb, libblkid1, libblkid1-udeb, libblkid-dev, libfdisk1, libfdisk1-udeb, libfdisk-dev, libmount1, libmount1-udeb, libmount-dev, libsmartcols1, libsmartcols1-udeb, libsmartcols-dev, libuuid1, uuid-runtime, libuuid1-udeb, uuid-dev, util-linux-udeb, rfkill, eject, eject-udeb, util-linux-extra, liblastlog2-2, liblastlog2-dev, libpam-lastlog2, lastlog2, login +Architecture: any all +Version: 2.40.2-8 +Maintainer: util-linux packagers +Uploaders: Chris Hofstaedtler +Homepage: https://github.com/util-linux/util-linux +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/debian/util-linux +Vcs-Git: https://salsa.debian.org/debian/util-linux.git +Testsuite: autopkgtest +Testsuite-Triggers: bash, bc, build-essential, dpkg, grep, pkg-config +Build-Depends: asciidoctor , bc , bison, debhelper-compat (= 13), dh-exec, dh-package-notes, dh-sequence-zz-debputy-rrr (>= 0.1.23~), flex, gettext, libaudit-dev [linux-any] , libcap-ng-dev [linux-any] , libcrypt-dev , libcryptsetup-dev [linux-any] , libncurses-dev, libpam0g-dev , libreadline-dev, libselinux1-dev [linux-any], libsqlite3-dev, libsystemd-dev [linux-any] , libtool, libudev-dev [linux-any] , netbase , pkgconf, po-debconf, po4a, socat , systemd [linux-any] , systemd-dev [linux-any] , zlib1g-dev +Build-Conflicts: libedit-dev +Package-List: + bsdextrautils deb utils optional arch=any profile=!stage1 + bsdutils deb utils required arch=any profile=!stage1 essential=yes + eject deb utils optional arch=linux-any profile=!stage1 + eject-udeb udeb debian-installer optional arch=linux-any profile=!stage1,!noudeb + fdisk deb utils important arch=any + fdisk-udeb udeb debian-installer optional arch=hurd-any,linux-any profile=!stage1,!noudeb + lastlog2 deb utils optional arch=any profile=!stage1 + libblkid-dev deb libdevel optional arch=any + libblkid1 deb libs optional arch=any + libblkid1-udeb udeb debian-installer optional arch=any profile=!noudeb + libfdisk-dev deb libdevel optional arch=any + libfdisk1 deb libs optional arch=any + libfdisk1-udeb udeb debian-installer optional arch=any profile=!noudeb + liblastlog2-2 deb libs optional arch=any + liblastlog2-dev deb libdevel optional arch=any + libmount-dev deb libdevel optional arch=linux-any + libmount1 deb libs optional arch=any + libmount1-udeb udeb debian-installer optional arch=linux-any profile=!noudeb + libpam-lastlog2 deb admin optional arch=any profile=!stage1 + libsmartcols-dev deb libdevel optional arch=any + libsmartcols1 deb libs optional arch=any + libsmartcols1-udeb udeb debian-installer optional arch=any profile=!noudeb + libuuid1 deb libs optional arch=any + libuuid1-udeb udeb debian-installer optional arch=any profile=!noudeb + login deb admin required arch=any profile=!stage1 protected=yes + mount deb admin required arch=linux-any profile=!stage1 + rfkill deb utils optional arch=linux-any profile=!stage1 + util-linux deb utils required arch=any profile=!stage1 essential=yes + util-linux-extra deb utils standard arch=any profile=!stage1 + util-linux-locales deb localization optional arch=all profile=!stage1 + util-linux-udeb udeb debian-installer optional arch=any profile=!stage1,!noudeb + uuid-dev deb libdevel optional arch=any + uuid-runtime deb utils optional arch=any profile=!stage1 +Directory: pool/3211ded8b03ea53f520de1f669ec18fcd4904dbfc5687ca72cfdbf69b8068878 +Checksums-Sha1: + 38c3b53492dd30827b82a0f37da4c44ee129bc1d 4999 util-linux_2.40.2-8.dsc + 59d363aa55d8b74abd7663545c29b353524294af 8854820 util-linux_2.40.2.orig.tar.xz + 003ba9fef75865bd96213a8fab273d427204c779 112752 util-linux_2.40.2-8.debian.tar.xz +Checksums-Sha256: + 3211ded8b03ea53f520de1f669ec18fcd4904dbfc5687ca72cfdbf69b8068878 4999 util-linux_2.40.2-8.dsc + d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3 8854820 util-linux_2.40.2.orig.tar.xz + e727a30afac845c0e8c936c5ff0cf207ead5daafee1cc6624a46e7f66a741a62 112752 util-linux_2.40.2-8.debian.tar.xz +Files: + 4e0fff9f4846bd29dbcf3230623189e3 4999 util-linux_2.40.2-8.dsc + 88faefc8fefced097e58142077a3d14e 8854820 util-linux_2.40.2.orig.tar.xz + 39f4f106b0bc9f3c7a4a543cc43e1ce1 112752 util-linux_2.40.2-8.debian.tar.xz + +Format: 3.0 (quilt) +Package: vdeplug4 +Binary: vdeplug, libvdeplug2t64, libvdeplug-dev +Architecture: any +Version: 4.0.1-5.1 +Maintainer: Debian VirtualSquare Team +Uploaders: Mattia Biondi , Renzo Davoli , Andrea Capriotti +Homepage: http://wiki.virtualsquare.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/virtualsquare-team/vdeplug4 +Vcs-Git: https://salsa.debian.org/virtualsquare-team/vdeplug4.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), cmake (>= 3.13), libexecs-dev +Package-List: + libvdeplug-dev deb libdevel optional arch=any + libvdeplug2t64 deb libs optional arch=any + vdeplug deb net optional arch=any +Directory: pool/b85e26b15538987c6aca0cccc7c96893111d2923e8f94f9ffb76d3e65d2528a9 +Checksums-Sha1: + 100e1254e38882a8e2d3af0f83f1333c0f8747d3 2188 vdeplug4_4.0.1-5.1.dsc + c0c9d8922029b27467e32dc2523bf4242c38c45b 59670 vdeplug4_4.0.1.orig.tar.gz + f227919208ce515382c35f003e02acf2a0286410 3424 vdeplug4_4.0.1-5.1.debian.tar.xz +Checksums-Sha256: + b85e26b15538987c6aca0cccc7c96893111d2923e8f94f9ffb76d3e65d2528a9 2188 vdeplug4_4.0.1-5.1.dsc + 2299fb2f26508716b5c08d9fdae62c2516372d833540c8307d45634a2848d57a 59670 vdeplug4_4.0.1.orig.tar.gz + 2970180af2dfa488d4cab7f7119c0355e35409523b17a28eae720ec611fbc77c 3424 vdeplug4_4.0.1-5.1.debian.tar.xz +Files: + 1e74d1c728d713ae79204e7d60363cb9 2188 vdeplug4_4.0.1-5.1.dsc + 02f8b8e940a411d986a80d1ef2628f69 59670 vdeplug4_4.0.1.orig.tar.gz + 0b0757f955a523d4165e03b2be832d97 3424 vdeplug4_4.0.1-5.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: vim +Binary: vim-common, vim-gui-common, vim-runtime, vim-doc, vim-tiny, vim, vim-gtk3, vim-nox, vim-motif, vim-athena, xxd +Architecture: any all +Version: 2:9.1.0709-2 +Maintainer: Debian Vim Maintainers +Uploaders: James McCoy , +Homepage: https://www.vim.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/vim-team/vim +Vcs-Git: https://salsa.debian.org/vim-team/vim.git +Testsuite: autopkgtest +Testsuite-Triggers: cscope, procps, python3 +Build-Depends: autoconf, cscope , debhelper-compat (= 13), libacl1-dev, libcanberra-dev, libgpmg1-dev [linux-any], libgtk-3-dev, liblua5.1-dev, libmotif-dev, libperl-dev, libselinux1-dev [linux-any], libsodium-dev, libncurses-dev, libtool-bin , locales-all , lua5.1, ncurses-term , procps , python3-dev, ruby [!alpha !ia64] , ruby-dev [!alpha !ia64] , tcl-dev +Build-Depends-Indep: docbook-utils, docbook-xml, ghostscript, lynx, pdf2svg +Build-Conflicts: autoconf2.13 +Package-List: + vim deb editors optional arch=any + vim-athena deb oldlibs optional arch=all + vim-common deb editors important arch=all + vim-doc deb doc optional arch=all + vim-gtk3 deb editors optional arch=any + vim-gui-common deb editors optional arch=all + vim-motif deb editors optional arch=any + vim-nox deb editors optional arch=any + vim-runtime deb editors optional arch=all + vim-tiny deb editors important arch=any + xxd deb editors optional arch=any +Directory: pool/f207f835811ebdf9b270a2c0eff4d66f5939d76ad7983c85f532a2c671b5a25c +Checksums-Sha1: + 44d4c3d90b952f5e41ee3922731aa0186b5c4f68 3226 vim_9.1.0709-2.dsc + 6b50e267a02fc988aa332116f8c11697025e1f93 11962096 vim_9.1.0709.orig.tar.xz + bc0c2398e29033d4d4e529e0e074d23d5738c186 188852 vim_9.1.0709-2.debian.tar.xz +Checksums-Sha256: + f207f835811ebdf9b270a2c0eff4d66f5939d76ad7983c85f532a2c671b5a25c 3226 vim_9.1.0709-2.dsc + eaa3f57808eba290a8fe77463310004233ad98495922569a0f7049663f310de1 11962096 vim_9.1.0709.orig.tar.xz + 7208e866e72e5ec50527dc4827c96f052e8043a9594d8f733caf22135cad7bd5 188852 vim_9.1.0709-2.debian.tar.xz +Files: + 2bcbda33d4bfda63a40c3a1636039b25 3226 vim_9.1.0709-2.dsc + 14bbce0e1752f55189a0b98f41207cfd 11962096 vim_9.1.0709.orig.tar.xz + a2bf849ed9c16707a6cdc4af9ee3316c 188852 vim_9.1.0709-2.debian.tar.xz +Dgit: ad533c88d30440f6fed14aeb2837886c593d7f14 debian archive/debian/2%9.1.0709-2 https://git.dgit.debian.org/vim + +Format: 3.0 (quilt) +Package: vulkan-loader +Binary: libvulkan1, libvulkan-dev +Architecture: any +Version: 1.3.290.0-1 +Maintainer: Debian X Strike Force +Uploaders: Timo Aaltonen +Homepage: https://github.com/KhronosGroup/Vulkan-Loader +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader +Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config +Build-Depends: debhelper-compat (= 12), cmake, googletest , libwayland-dev [linux-any], libx11-dev, libxcb1-dev, libxrandr-dev, pkgconf, python3 +Package-List: + libvulkan-dev deb libdevel optional arch=any + libvulkan1 deb libs optional arch=any +Directory: pool/0b99cdae0360f396af73ec30bf86133277640bbe922e175a0fa3fff065a7bc1e +Checksums-Sha1: + 398b82b32bedcf5d4b0904ce0754e84fa6b6e561 2243 vulkan-loader_1.3.290.0-1.dsc + 1a8a8e49eaf5b65e4ce8fb6db13b05c74668e338 2695920 vulkan-loader_1.3.290.0.orig.tar.xz + a54aacab8ac7a0e22067c2226326b78e4060fbc2 9380 vulkan-loader_1.3.290.0-1.debian.tar.xz +Checksums-Sha256: + 0b99cdae0360f396af73ec30bf86133277640bbe922e175a0fa3fff065a7bc1e 2243 vulkan-loader_1.3.290.0-1.dsc + a7b8c39389898c624b56129ba568f9c8fac79fe0caaea4f7890bac1d83b6143c 2695920 vulkan-loader_1.3.290.0.orig.tar.xz + 4e40a39b055f0e30eabb7a12a0087056f8be52bc1882c0c5fbd24ba739a46df5 9380 vulkan-loader_1.3.290.0-1.debian.tar.xz +Files: + 62fbae23331fa5308a9fd759d7f3f8af 2243 vulkan-loader_1.3.290.0-1.dsc + 6670ff3ce0c9926960395a2ae399362b 2695920 vulkan-loader_1.3.290.0.orig.tar.xz + ea71a9be7f7382e5323b3d7251c87256 9380 vulkan-loader_1.3.290.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: waagent +Binary: waagent +Architecture: all +Version: 2.9.1.1-2 +Maintainer: Debian Cloud Team +Uploaders: Bastian Blank +Homepage: https://github.com/Azure/WALinuxAgent +Standards-Version: 3.9.6 +Vcs-Browser: https://salsa.debian.org/waldi/waagent +Vcs-Git: https://salsa.debian.org/waldi/waagent.git +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, iproute2 , python3, python3-distro, python3-mock , python3-nose , python3-setuptools +Package-List: + waagent deb admin optional arch=all +Directory: pool/0b1e0d604052e8e0a7341ad481c753ec709a45c19846366364c99288e04bc21e +Checksums-Sha1: + 14ba8ea79a60911143ca7df2694e1bc94c90767c 1424 waagent_2.9.1.1-2.dsc + de076d5421f3de848bd725bb58eb1c689bc44c6b 1630388 waagent_2.9.1.1.orig.tar.xz + 16c0321358aaee490b5ea04cb47951d21dde75e2 10928 waagent_2.9.1.1-2.debian.tar.xz +Checksums-Sha256: + 0b1e0d604052e8e0a7341ad481c753ec709a45c19846366364c99288e04bc21e 1424 waagent_2.9.1.1-2.dsc + e5e5e3ff031448a779d97dc3cd624f7d9001f69a1910d1b73ca6edbbccb04460 1630388 waagent_2.9.1.1.orig.tar.xz + ef7c727aee7c48662c45ac8e1932168fdf8bd67a3319487178459b434baed554 10928 waagent_2.9.1.1-2.debian.tar.xz +Files: + cbf82325fb8abf7c82b4d9f66e2846fb 1424 waagent_2.9.1.1-2.dsc + 613f7fa400b8652e2ef8eb8a381dfa27 1630388 waagent_2.9.1.1.orig.tar.xz + 272ab5bf52cc57b46e3e537ebec12705 10928 waagent_2.9.1.1-2.debian.tar.xz + +Format: 1.0 +Package: wayland +Binary: libwayland-client0, libwayland-egl1, libwayland-server0, libwayland-cursor0, libwayland-dev, libwayland-egl-backend-dev, libwayland-doc, libwayland-bin +Architecture: any all +Version: 1.23.0-1 +Maintainer: Debian X Strike Force +Uploaders: Emilio Pozuelo Monfort , Héctor Orón Martínez , Marius Gripsgard +Homepage: https://wayland.freedesktop.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/wayland +Vcs-Git: https://salsa.debian.org/xorg-team/wayland/wayland.git +Build-Depends: debhelper (>= 10), quilt, pkg-config, libexpat1-dev, libffi-dev, libxml2-dev, libwayland-bin , meson +Build-Depends-Indep: doxygen, graphviz, xmlto, xsltproc, docbook-xsl +Package-List: + libwayland-bin deb libdevel optional arch=any + libwayland-client0 deb libs optional arch=any + libwayland-cursor0 deb libs optional arch=any + libwayland-dev deb libdevel optional arch=any + libwayland-doc deb doc optional arch=all + libwayland-egl-backend-dev deb libdevel optional arch=any + libwayland-egl1 deb libs optional arch=any + libwayland-server0 deb libs optional arch=any +Directory: pool/1d6e6d223731c53d0b111b98af34938683ea7168e6b3dbc880f7c561dd4a294c +Checksums-Sha1: + d6eacca0fa9ceee8bc3730efcdec59eaf3585458 2613 wayland_1.23.0-1.dsc + 91a8c3801206c316b151857b8e9f552cd0f45acd 380054 wayland_1.23.0.orig.tar.gz + ea2bd16b6ebdaf6aae1fd739527073386d821e18 16304 wayland_1.23.0-1.diff.gz +Checksums-Sha256: + 1d6e6d223731c53d0b111b98af34938683ea7168e6b3dbc880f7c561dd4a294c 2613 wayland_1.23.0-1.dsc + 5caf8a1c4150f06b418dc54695b10b0e2eeab917149c62d3a18a064826050662 380054 wayland_1.23.0.orig.tar.gz + 15bea64118d28934f48e30699dbf85ee725aad4d1e29acf3fe305b3e6ae39a1f 16304 wayland_1.23.0-1.diff.gz +Files: + 3800c448316de62d56bd6ee5d93bb117 2613 wayland_1.23.0-1.dsc + 9378aec36a2a4b9bef8e7d92c1d9c4d1 380054 wayland_1.23.0.orig.tar.gz + d3ed89fdbd1fd33f268db58ca0e003db 16304 wayland_1.23.0-1.diff.gz + +Format: 3.0 (quilt) +Package: wcwidth +Binary: python3-wcwidth +Architecture: all +Version: 0.2.13+dfsg1-1 +Maintainer: Debian Python Team +Uploaders: Ondřej Nový , +Homepage: https://github.com/jquast/wcwidth +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/wcwidth +Vcs-Git: https://salsa.debian.org/python-team/packages/wcwidth.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-dateutil, python3-jinja2, python3-pytest, python3-pytest-cov, python3-requests, python3-requests-file, python3-setuptools, unicode-data +Package-List: + python3-wcwidth deb python optional arch=all +Directory: pool/a302b03d62660e2d2ef57aa56d902ac623e5486d85034af0dcb055210ad5bfb6 +Checksums-Sha1: + c68ef8a610582c2f7008dd440b1704cd3b0e51d3 2290 wcwidth_0.2.13+dfsg1-1.dsc + 934f03050f3c28763e8a36bba7947686cc154a27 55616 wcwidth_0.2.13+dfsg1.orig.tar.xz + b7736afb479b7e75c277adf6d1a191f41701bcce 10984 wcwidth_0.2.13+dfsg1-1.debian.tar.xz +Checksums-Sha256: + a302b03d62660e2d2ef57aa56d902ac623e5486d85034af0dcb055210ad5bfb6 2290 wcwidth_0.2.13+dfsg1-1.dsc + 0e88e32d488783ba2a7f5c127d19a542a73ad28847a0b5bba93c444c6f29d4d6 55616 wcwidth_0.2.13+dfsg1.orig.tar.xz + f5c5b90803efdd253ed0658cf539f5fcd9962d9bf6fe4b87bb0a64f107f4ce33 10984 wcwidth_0.2.13+dfsg1-1.debian.tar.xz +Files: + 81afa023f8841544d222f66b74b224f7 2290 wcwidth_0.2.13+dfsg1-1.dsc + 02507ff7c999624a957519e8a9e4d805 55616 wcwidth_0.2.13+dfsg1.orig.tar.xz + 3ee12351ccf4792e906e757c1ac5be51 10984 wcwidth_0.2.13+dfsg1-1.debian.tar.xz +Dgit: 2ddd7eeabf3ecefc1b57fbbf7f1ec63db86d7155 debian archive/debian/0.2.13+dfsg1-1 https://git.dgit.debian.org/wcwidth + +Format: 3.0 (quilt) +Package: wdiff +Binary: wdiff, wdiff-doc +Architecture: any all +Version: 1.2.2-6 +Maintainer: Santiago Vila +Homepage: https://www.gnu.org/software/wdiff/ +Standards-Version: 4.6.1 +Build-Depends: debhelper-compat (= 13), libncurses-dev, texinfo +Package-List: + wdiff deb text optional arch=any + wdiff-doc deb doc optional arch=all +Directory: pool/f7902446a098d89b8c8686e1936eeb35d1b503f0bf4f49e7bd7af34aa6483aa7 +Checksums-Sha1: + 4aaa122fa4f5b20e4ef195b1cd98b36bb326ccdf 1664 wdiff_1.2.2-6.dsc + c93b5cb593257d814212e15fc371ff6c6b952c3d 1478567 wdiff_1.2.2.orig.tar.gz + ccf9817fc24c79ff66986275b7f8702dbd83448c 198 wdiff_1.2.2.orig.tar.gz.asc + dbf24107626ad12f4553763ed4549893e9ec823a 10572 wdiff_1.2.2-6.debian.tar.xz +Checksums-Sha256: + f7902446a098d89b8c8686e1936eeb35d1b503f0bf4f49e7bd7af34aa6483aa7 1664 wdiff_1.2.2-6.dsc + 34ff698c870c87e6e47a838eeaaae729fa73349139fc8db12211d2a22b78af6b 1478567 wdiff_1.2.2.orig.tar.gz + 6e886f4fe3003ea01480987b6c6bedaf208b049127c834c48862aa5b89e3382e 198 wdiff_1.2.2.orig.tar.gz.asc + c121564c74e50f9ddf3029a9598dc0e845ae5a7821b64735121d59c5c7fd0342 10572 wdiff_1.2.2-6.debian.tar.xz +Files: + ca931b387551dcbd4e5e445ba81a9cc8 1664 wdiff_1.2.2-6.dsc + 1c6ddd1f3106139ff9fe00e934df715f 1478567 wdiff_1.2.2.orig.tar.gz + 60d7f2b466b6aa07ac073ba14ac84b13 198 wdiff_1.2.2.orig.tar.gz.asc + 59a8469f8d920dfc1f5248a4fddd914e 10572 wdiff_1.2.2-6.debian.tar.xz + +Format: 3.0 (quilt) +Package: wget +Binary: wget, wget-udeb +Architecture: any +Version: 1.24.5-2 +Maintainer: Noël Köthe +Homepage: https://www.gnu.org/software/wget/ +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/noel/wget +Build-Depends: debhelper-compat (= 13), pkgconf, gettext, texinfo, libidn2-dev, uuid-dev, libpsl-dev, libpcre2-dev, libgnutls28-dev (>= 3.3.15-5), automake, libssl-dev (>= 0.9.8k), zlib1g-dev, dh-strip-nondeterminism +Package-List: + wget deb web standard arch=any + wget-udeb udeb debian-installer optional arch=any +Directory: pool/6d0c93504683c1bcfcfcf0fe65bfb6d9d1e1e4f2a0f80719bb3bf41859731662 +Checksums-Sha1: + 4b919ee83fb3ea59d9b165a914b5f97abc0ed09a 2212 wget_1.24.5-2.dsc + 62525de6f09486942831ca2e352ae6802fc2c3dd 5182521 wget_1.24.5.orig.tar.gz + 538eb6c0b9d2a8018ed60df8af10ebc65ed32004 854 wget_1.24.5.orig.tar.gz.asc + c3cbaf432eb55cf697bd862a299a7b5892947552 61884 wget_1.24.5-2.debian.tar.xz +Checksums-Sha256: + 6d0c93504683c1bcfcfcf0fe65bfb6d9d1e1e4f2a0f80719bb3bf41859731662 2212 wget_1.24.5-2.dsc + fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de 5182521 wget_1.24.5.orig.tar.gz + 2991bfab0481793d3587d5e94531d1f48297877e1d1ff88d0bc03f1b0fb19fe5 854 wget_1.24.5.orig.tar.gz.asc + e0457915d31b96d1725c45ee8bf240a9d715cf23db972a09f4a49c32412e619e 61884 wget_1.24.5-2.debian.tar.xz +Files: + 5ab74544ce5dcf3273650683eda33e1b 2212 wget_1.24.5-2.dsc + 271bf949384d0858c2c3d419f6311365 5182521 wget_1.24.5.orig.tar.gz + a0c2c5a293d1a1bbdbfdba2aedc8713b 854 wget_1.24.5.orig.tar.gz.asc + 6e23db0f0a20461129cbb6db11a4c351 61884 wget_1.24.5-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: wheel +Binary: python3-wheel, python-wheel-common, python3-wheel-whl +Architecture: all +Version: 0.44.0-2 +Maintainer: Debian Python Team +Uploaders: Stefano Rivera +Homepage: https://github.com/pypa/wheel +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/wheel +Vcs-Git: https://salsa.debian.org/python-team/packages/wheel.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, coreutils, python3-all-dev, python3-pytest, python3-pytest-cov, python3-setuptools +Build-Depends: debhelper-compat (= 13), dh-python (>= 6), flit, pybuild-plugin-pyproject, python3-all-dev, python3-pytest , python3-pytest-cov , python3-setuptools , python3-sphinx , tox (>= 4) +Package-List: + python-wheel-common deb python optional arch=all + python3-wheel deb python optional arch=all + python3-wheel-whl deb python optional arch=all +Directory: pool/a74423371d62d75224d3bedf98c31847abe87dfd4a2e66f0e268844833baa7ee +Checksums-Sha1: + 059bbae591628e63343a7352c145b08888c3b262 1810 wheel_0.44.0-2.dsc + 6facbeb438bcf9b8ff347376e478a5015a3e5469 100733 wheel_0.44.0.orig.tar.gz + 5c5a7bf358fc4cef0e0d60bed640ece3cb69aa7e 7604 wheel_0.44.0-2.debian.tar.xz +Checksums-Sha256: + a74423371d62d75224d3bedf98c31847abe87dfd4a2e66f0e268844833baa7ee 1810 wheel_0.44.0-2.dsc + a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49 100733 wheel_0.44.0.orig.tar.gz + ff55584daeccb207336aa961794afeffcfd503b0cd4f4b20e80684818949f5db 7604 wheel_0.44.0-2.debian.tar.xz +Files: + cb7b911699686ff897e5efa6a32277f3 1810 wheel_0.44.0-2.dsc + 440ff4fe51579b7ed16f02af8f8d9494 100733 wheel_0.44.0.orig.tar.gz + ef0fc311b29cd22ac5d1aacc3b176f97 7604 wheel_0.44.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: xcb-util-image +Binary: libxcb-image0, libxcb-image0-dev +Architecture: any +Version: 0.4.0-2 +Maintainer: Debian X Strike Force +Uploaders: Arnaud Fontaine +Homepage: https://xcb.freedesktop.org +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-image +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-image.git +Build-Depends: debhelper-compat (= 13), libxcb1-dev (>= 1.6), libxcb-util0-dev, libxcb-shm0-dev, pkg-config, x11proto-dev, xutils-dev +Package-List: + libxcb-image0 deb libs optional arch=any + libxcb-image0-dev deb libdevel optional arch=any +Directory: pool/6a01c919e437b18ecd00c02c7ed1a5b0ff85cd0e3f7effd89ac8226a3fa5e299 +Checksums-Sha1: + dafbeac115c8c98a0526fc767169950c5a5c7166 2121 xcb-util-image_0.4.0-2.dsc + c9c9361781911a47b28f74fc6ebe0abd1273fae4 327891 xcb-util-image_0.4.0.orig.tar.bz2 + 6e633183ce87f01366267f873e6d7851d627d364 4508 xcb-util-image_0.4.0-2.debian.tar.xz +Checksums-Sha256: + 6a01c919e437b18ecd00c02c7ed1a5b0ff85cd0e3f7effd89ac8226a3fa5e299 2121 xcb-util-image_0.4.0-2.dsc + 2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc 327891 xcb-util-image_0.4.0.orig.tar.bz2 + cf7d3d2ee9b462c93ba51f95857e2044b5e1b5d91bb5b88be71b2d1aacc2f025 4508 xcb-util-image_0.4.0-2.debian.tar.xz +Files: + bd4ba5b393ee940fbcd4d8cf0bec777b 2121 xcb-util-image_0.4.0-2.dsc + 08fe8ffecc8d4e37c0ade7906b3f4c87 327891 xcb-util-image_0.4.0.orig.tar.bz2 + 5f07b668feb5f283f893aeaac6c4d488 4508 xcb-util-image_0.4.0-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: xcb-util-keysyms +Binary: libxcb-keysyms1, libxcb-keysyms1-dev +Architecture: any +Version: 0.4.0-1 +Maintainer: Debian X Strike Force +Uploaders: Julien Danjou , Arnaud Fontaine +Homepage: http://xcb.freedesktop.org +Standards-Version: 3.9.6 +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-keysyms.git +Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-keysyms.git +Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3), libxcb1-dev (>= 1.6), pkg-config, dh-autoreconf, x11proto-core-dev (>= 7.0.8), xutils-dev +Package-List: + libxcb-keysyms1 deb libs extra arch=any + libxcb-keysyms1-dev deb libdevel extra arch=any +Directory: pool/7dd5419ccc060295ef0bb4815ca6406af490d3b950eed43905882cab95082ebf +Checksums-Sha1: + 30386445c919b50e9a535aef5233b129bc62c4c3 1529 xcb-util-keysyms_0.4.0-1.dsc + ff02ee8ac22c53848af50c0a6a6b00feb002c1cb 289880 xcb-util-keysyms_0.4.0.orig.tar.bz2 + a22644c795ed4004ca65a64681f2d5fc0185fee1 4228 xcb-util-keysyms_0.4.0-1.debian.tar.xz +Checksums-Sha256: + 7dd5419ccc060295ef0bb4815ca6406af490d3b950eed43905882cab95082ebf 1529 xcb-util-keysyms_0.4.0-1.dsc + 0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9 289880 xcb-util-keysyms_0.4.0.orig.tar.bz2 + c26e5a78a50dff072d1b701b680b211431ace0faa1f19300768eab895f2b8637 4228 xcb-util-keysyms_0.4.0-1.debian.tar.xz +Files: + 19f831a76c31d58bc85aef6f22856b9e 1529 xcb-util-keysyms_0.4.0-1.dsc + 1022293083eec9e62d5659261c29e367 289880 xcb-util-keysyms_0.4.0.orig.tar.bz2 + 72d9191323f6f35e85c737663819eaa1 4228 xcb-util-keysyms_0.4.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: xcb-util-renderutil +Binary: libxcb-render-util0, libxcb-render-util0-dev +Architecture: any +Version: 0.3.9-1 +Maintainer: Debian X Strike Force +Uploaders: Julien Danjou , Arnaud Fontaine +Homepage: http://xcb.freedesktop.org +Standards-Version: 3.9.5 +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-renderutil.git +Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-renderutil.git +Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), dh-autoreconf, libxcb1-dev (>= 1.6), libxcb-render0-dev, pkg-config, libtool, autotools-dev, autoconf, automake, xutils-dev +Package-List: + libxcb-render-util0 deb libs extra arch=any + libxcb-render-util0-dev deb libdevel extra arch=any +Directory: pool/00d89cea2ad48c087126083e49f53b352fbf794931c7a3a9dcde727c4097649f +Checksums-Sha1: + f3b37136a813a0878fff408b4bac9971ae244da6 1602 xcb-util-renderutil_0.3.9-1.dsc + cb533b1d039f833f070e7d6398c221a31d30d5e2 292898 xcb-util-renderutil_0.3.9.orig.tar.bz2 + 52ffd67760364135c38c43edbe2a39ef466696a4 4292 xcb-util-renderutil_0.3.9-1.debian.tar.xz +Checksums-Sha256: + 00d89cea2ad48c087126083e49f53b352fbf794931c7a3a9dcde727c4097649f 1602 xcb-util-renderutil_0.3.9-1.dsc + c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b 292898 xcb-util-renderutil_0.3.9.orig.tar.bz2 + 6febe28c38155aa90ec866dbc8b7446494662cc09f3a38be392f21c90fa0b4ec 4292 xcb-util-renderutil_0.3.9-1.debian.tar.xz +Files: + ec90c2171b9935c16ff227690c3e8038 1602 xcb-util-renderutil_0.3.9-1.dsc + 468b119c94da910e1291f3ffab91019a 292898 xcb-util-renderutil_0.3.9.orig.tar.bz2 + 750440c6d9b6438a888567920853fa4c 4292 xcb-util-renderutil_0.3.9-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: xcb-util-wm +Binary: libxcb-icccm4, libxcb-icccm4-dev, libxcb-ewmh2, libxcb-ewmh-dev +Architecture: any +Version: 0.4.1-1.2 +Maintainer: Debian X Strike Force +Uploaders: Arnaud Fontaine , +Homepage: https://xcb.freedesktop.org +Standards-Version: 3.9.3 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-wm +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-wm.git +Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3), dh-autoreconf, libxcb1-dev (>= 1.6), pkgconf, m4, libtool, autotools-dev, autoconf, automake, xutils-dev (>= 1:7.7~1~) +Package-List: + libxcb-ewmh-dev deb libdevel optional arch=any + libxcb-ewmh2 deb libs optional arch=any + libxcb-icccm4 deb libs optional arch=any + libxcb-icccm4-dev deb libdevel optional arch=any +Directory: pool/cf1a4059e4eceb50a4bfa898f3809f7ae31ef6449aa2787f138087c53ba64fcc +Checksums-Sha1: + 69ba46a6e7e98c63509bb9d83ec75a7a40a03bda 2262 xcb-util-wm_0.4.1-1.2.dsc + 387c9b17a7352a19188b9353adbe5e7fdc01ef2a 395835 xcb-util-wm_0.4.1.orig.tar.gz + eab2447a8189904293ce7974b57ef0ab4158a3e8 4536 xcb-util-wm_0.4.1-1.2.debian.tar.xz +Checksums-Sha256: + cf1a4059e4eceb50a4bfa898f3809f7ae31ef6449aa2787f138087c53ba64fcc 2262 xcb-util-wm_0.4.1-1.2.dsc + 038b39c4bdc04a792d62d163ba7908f4bb3373057208c07110be73c1b04b8334 395835 xcb-util-wm_0.4.1.orig.tar.gz + 71c1b5cfa034772fa1fc0d28d3ccde84b2f0bd57dc2d32c5dffa7a3692c5a30b 4536 xcb-util-wm_0.4.1-1.2.debian.tar.xz +Files: + 5da1f7cb5dccbcfc7be49a06ac05b2f8 2262 xcb-util-wm_0.4.1-1.2.dsc + 0831399918359bf82930124fa9fd6a9b 395835 xcb-util-wm_0.4.1.orig.tar.gz + 0c7efc55e3916e652693043c581b3d1e 4536 xcb-util-wm_0.4.1-1.2.debian.tar.xz + +Format: 3.0 (quilt) +Package: xcb-util +Binary: libxcb-util1, libxcb-util-dev, libxcb-util0-dev +Architecture: any +Version: 0.4.0-1 +Maintainer: Debian X Strike Force +Uploaders: Arnaud Fontaine +Homepage: http://xcb.freedesktop.org +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util.git +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util.git +Build-Depends: debhelper-compat (= 12), libxcb1-dev (>= 1.6), gperf, pkg-config, xutils-dev +Package-List: + libxcb-util-dev deb libdevel optional arch=any + libxcb-util0-dev deb oldlibs optional arch=any + libxcb-util1 deb libs optional arch=any +Directory: pool/3004ec204fc5c7d947aac97a3d8a71aa1689fbcec354e3f5873b22f5e699ad1f +Checksums-Sha1: + 760dc8312b40d72c2fdc82483a585f1ffaa68395 2085 xcb-util_0.4.0-1.dsc + 43f889324a1564b682e107130c43643ce3e724b2 362923 xcb-util_0.4.0.orig.tar.gz + ef167f807991061d144e198116abf5a5c20d617d 4400 xcb-util_0.4.0-1.debian.tar.xz +Checksums-Sha256: + 3004ec204fc5c7d947aac97a3d8a71aa1689fbcec354e3f5873b22f5e699ad1f 2085 xcb-util_0.4.0-1.dsc + 0ed0934e2ef4ddff53fcc70fc64fb16fe766cd41ee00330312e20a985fd927a7 362923 xcb-util_0.4.0.orig.tar.gz + 715b44419c0662520e67698bc86f2e017f008e06aefd881c450cbd247d3184d5 4400 xcb-util_0.4.0-1.debian.tar.xz +Files: + f06382c21ef105d51b3923a6e26e12be 2085 xcb-util_0.4.0-1.dsc + 157d82738aa89934b6adaf3ca508a0f5 362923 xcb-util_0.4.0.orig.tar.gz + e4e0bfaf131cae0c051af3fa78872092 4400 xcb-util_0.4.0-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: xen +Binary: xenstore-utils, xen-utils-common, xen-hypervisor-common, xen-doc, xen-utils-4.17, xen-utils-4.17-dbg, xen-hypervisor-4.17-amd64, xen-hypervisor-4.17-amd64-dbg, xen-system-amd64, xen-hypervisor-4.17-arm64, xen-hypervisor-4.17-arm64-dbg, xen-system-arm64, xen-hypervisor-4.17-armhf, xen-hypervisor-4.17-armhf-dbg, xen-system-armhf, libxen-dev, libxenmisc4.17t64, libxencall1t64, libxendevicemodel1t64, libxenevtchn1t64, libxenforeignmemory1t64, libxengnttab1t64, libxenstore4t64, libxentoolcore1t64, libxentoollog1t64, libxenhypfs1t64 +Architecture: amd64 arm64 armhf +Version: 4.17.3+36-g54dacb5c02-1 +Maintainer: Debian Xen Team +Uploaders: Ian Jackson , Hans van Kranenburg +Homepage: https://xenproject.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/xen-team/debian-xen +Vcs-Git: https://salsa.debian.org/xen-team/debian-xen.git +Build-Depends: debhelper-compat (= 13), dh-exec, dpkg-dev (>= 1.22.5), file, rdfind, lsb-release, flex, bison, python3-dev:any, libpython3-dev, dh-python, bcc [amd64], gcc-multilib [amd64], libext2fs-dev, iasl, seabios (>= 1.7.4-2~) [amd64], libaio-dev, libfdt-dev [armhf arm64], libglib2.0-dev, liblzma-dev, libncurses-dev, libpixman-1-dev, libyajl-dev, pkg-config, uuid-dev, zlib1g-dev, libzstd-dev, pandoc, ocaml, ocaml-findlib +Package-List: + libxen-dev deb libdevel optional arch=amd64,arm64,armhf + libxencall1t64 deb libs optional arch=amd64,arm64,armhf + libxendevicemodel1t64 deb libs optional arch=amd64,arm64,armhf + libxenevtchn1t64 deb libs optional arch=amd64,arm64,armhf + libxenforeignmemory1t64 deb libs optional arch=amd64,arm64,armhf + libxengnttab1t64 deb libs optional arch=amd64,arm64,armhf + libxenhypfs1t64 deb libs optional arch=amd64,arm64,armhf + libxenmisc4.17t64 deb libs optional arch=amd64,arm64,armhf + libxenstore4t64 deb libs optional arch=amd64,arm64,armhf + libxentoolcore1t64 deb libs optional arch=amd64,arm64,armhf + libxentoollog1t64 deb libs optional arch=amd64,arm64,armhf + xen-doc deb doc optional arch=amd64,armhf,arm64 + xen-hypervisor-4.17-amd64 deb kernel optional arch=amd64 + xen-hypervisor-4.17-amd64-dbg deb debug optional arch=amd64 + xen-hypervisor-4.17-arm64 deb kernel optional arch=arm64 + xen-hypervisor-4.17-arm64-dbg deb debug optional arch=arm64 + xen-hypervisor-4.17-armhf deb kernel optional arch=armhf + xen-hypervisor-4.17-armhf-dbg deb debug optional arch=armhf + xen-hypervisor-common deb kernel optional arch=amd64,armhf,arm64 + xen-system-amd64 deb admin optional arch=amd64 + xen-system-arm64 deb admin optional arch=arm64 + xen-system-armhf deb admin optional arch=armhf + xen-utils-4.17 deb admin optional arch=amd64,arm64,armhf + xen-utils-4.17-dbg deb debug optional arch=amd64,arm64,armhf + xen-utils-common deb admin optional arch=amd64,armhf,arm64 + xenstore-utils deb admin optional arch=amd64,arm64,armhf +Directory: pool/d9819a8a0780cda0ba3d0aa7bddf0e2ce78e0c37006d694a42051ff43e9cecbd +Checksums-Sha1: + 71b65e2f5084bf4eb53d39905efdf11cc05d1dab 4541 xen_4.17.3+36-g54dacb5c02-1.dsc + 5ced97bee2dee1c1a22366911982acf756dbff79 4715216 xen_4.17.3+36-g54dacb5c02.orig.tar.xz + 0beec1be17db439df115ca255372149b00341c1c 138012 xen_4.17.3+36-g54dacb5c02-1.debian.tar.xz +Checksums-Sha256: + d9819a8a0780cda0ba3d0aa7bddf0e2ce78e0c37006d694a42051ff43e9cecbd 4541 xen_4.17.3+36-g54dacb5c02-1.dsc + 6358611d2297359d7423a5118b629a90bb1e44ae73ca8fb39fbb3877ad0e0165 4715216 xen_4.17.3+36-g54dacb5c02.orig.tar.xz + 9d7492fc71a9f51800783a15c4f369389df4d936b4f29460115abaad502fada0 138012 xen_4.17.3+36-g54dacb5c02-1.debian.tar.xz +Files: + 461e1ebe6ae3544374a31ff6708e80cd 4541 xen_4.17.3+36-g54dacb5c02-1.dsc + 330286eb2a986ffc647ce026a959bcbf 4715216 xen_4.17.3+36-g54dacb5c02.orig.tar.xz + 83569ea4b05622ee925a90d421eb9e7e 138012 xen_4.17.3+36-g54dacb5c02-1.debian.tar.xz +Dgit: 57310a5470699df9388446db2954eb077e06a33b debian archive/debian/4.17.3+36-g54dacb5c02-1 https://git.dgit.debian.org/xen + +Format: 1.0 +Package: xfonts-encodings +Binary: xfonts-encodings +Architecture: all +Version: 1:1.0.4-2.2 +Maintainer: Debian X Strike Force +Standards-Version: 3.8.3 +Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-encodings +Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-encodings.git +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: pkg-config, xfonts-utils (>= 1:7.6~), autoconf, automake, xutils-dev (>= 1:7.5+1) +Package-List: + xfonts-encodings deb x11 optional arch=all +Directory: pool/2a57d9948ee61a0e36b60f61d616c59ec1b60e8f6f5ba315b5e624a76c8125c7 +Checksums-Sha1: + abfb4d3a8468673cf92c457a1464cc20d566352b 1985 xfonts-encodings_1.0.4-2.2.dsc + 763db63029fb08ab1056082f14f96d801036e2ff 768589 xfonts-encodings_1.0.4.orig.tar.gz + 3ec6e08f9e8b18bc31372663113c901117b6b7ea 14914 xfonts-encodings_1.0.4-2.2.diff.gz +Checksums-Sha256: + 2a57d9948ee61a0e36b60f61d616c59ec1b60e8f6f5ba315b5e624a76c8125c7 1985 xfonts-encodings_1.0.4-2.2.dsc + 55861d9cf456bd717a3d30a3193402c02174ed3c0dcee828798165fe307ee324 768589 xfonts-encodings_1.0.4.orig.tar.gz + 587821226a0a18b70362be82eb46550983fa8502b5300a2f87fc753f0f4dd1cf 14914 xfonts-encodings_1.0.4-2.2.diff.gz +Files: + cde96e64d0861978a8714225fc0eb246 1985 xfonts-encodings_1.0.4-2.2.dsc + 1a631784ce204d667abcc329b851670c 768589 xfonts-encodings_1.0.4.orig.tar.gz + 5d536cf640cb35c146adfef99720a1a5 14914 xfonts-encodings_1.0.4-2.2.diff.gz + +Format: 1.0 +Package: xfonts-utils +Binary: xfonts-utils +Architecture: any +Version: 1:7.7+7 +Maintainer: Debian X Strike Force +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-utils +Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-utils +Build-Depends: debhelper-compat (= 13), pkgconf, quilt, libx11-dev, libfreetype-dev, libfontenc-dev, x11proto-dev, xutils-dev +Package-List: + xfonts-utils deb x11 optional arch=any +Directory: pool/d5ea1560ce8f9f7876b5ffdde369d6102c61d622c1936371186a710b3fa6d33f +Checksums-Sha1: + ae7fc35c006833011d3dcc34d5f28d4d5d2be704 1649 xfonts-utils_7.7+7.dsc + 3e7aff4a245887d129b820c64e880fd960b9c8f5 803317 xfonts-utils_7.7+7.tar.gz +Checksums-Sha256: + d5ea1560ce8f9f7876b5ffdde369d6102c61d622c1936371186a710b3fa6d33f 1649 xfonts-utils_7.7+7.dsc + 4120140bf5a428109cb2fc4dedd39d6f43f5ec363756d720244fda11501ddb37 803317 xfonts-utils_7.7+7.tar.gz +Files: + 5eb7e201a15f718f427c1fdce8a4e179 1649 xfonts-utils_7.7+7.dsc + 947c4b8123a62669c11550d0969fa469 803317 xfonts-utils_7.7+7.tar.gz + +Format: 3.0 (quilt) +Package: xfsprogs +Binary: xfsprogs, xfslibs-dev, xfsprogs-udeb +Architecture: linux-any +Version: 6.10.1-1 +Maintainer: XFS Development Team +Uploaders: Nathan Scott , Anibal Monsalve Salazar , Bastian Germann +Homepage: https://xfs.wiki.kernel.org/ +Standards-Version: 4.0.0 +Build-Depends: libinih-dev (>= 53), uuid-dev, debhelper (>= 12), gettext, libtool, libedit-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libicu-dev, pkg-config, liburcu-dev, systemd-dev +Package-List: + xfslibs-dev deb libdevel optional arch=linux-any + xfsprogs deb admin optional arch=linux-any + xfsprogs-udeb udeb debian-installer optional arch=linux-any +Directory: pool/f3eba12a60694aea2b12fccdf08d2ec1ab5ae364ffa6cb18adb67a8a1a54fbb5 +Checksums-Sha1: + 3da01271cf00b0ad7be2972fea3e52a7675b6d49 2039 xfsprogs_6.10.1-1.dsc + adb625ea852c8d9c80a22618892c7c9311417d54 1449932 xfsprogs_6.10.1.orig.tar.xz + 8106a8a3be97123d0aa860b56dbc2aa616a464e5 13460 xfsprogs_6.10.1-1.debian.tar.xz +Checksums-Sha256: + f3eba12a60694aea2b12fccdf08d2ec1ab5ae364ffa6cb18adb67a8a1a54fbb5 2039 xfsprogs_6.10.1-1.dsc + 6cb839be1a9535f8352441b3f6eea521ead5c5c7c913e8106cdfac96aa117041 1449932 xfsprogs_6.10.1.orig.tar.xz + fc2819d518083cd9d3e3df669c88ad00fbd39280cafcae576605c0dee902e94b 13460 xfsprogs_6.10.1-1.debian.tar.xz +Files: + 0e7cf3571fff4ea07f2b19ed12d02216 2039 xfsprogs_6.10.1-1.dsc + d1ae9f461cedf440473d422bf8407efa 1449932 xfsprogs_6.10.1.orig.tar.xz + ee15a4d13a7e850c463fe26a58aa008f 13460 xfsprogs_6.10.1-1.debian.tar.xz + +Format: 1.0 +Package: xft +Binary: libxft2, libxft2-udeb, libxft-dev +Architecture: any +Version: 2.3.6-1 +Maintainer: Debian X Strike Force +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xft +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xft +Build-Depends: debhelper-compat (= 13), libfontconfig1-dev, libfreetype6-dev, libx11-dev (>= 2:1.3.3-2), libxrender-dev (>= 1:0.9.5-2), zlib1g-dev | libz-dev, quilt, xutils-dev (>= 1:7.5+4) +Package-List: + libxft-dev deb libdevel optional arch=any + libxft2 deb libs optional arch=any + libxft2-udeb udeb debian-installer optional arch=any +Directory: pool/252220495bd12fac30d8f1b1994916beaed9c5149138dcc62e230fee17339530 +Checksums-Sha1: + 25964f1c731e8827baf6f8c3a58ddf25c339a59a 2006 xft_2.3.6-1.dsc + b07e4b6c9d22d91a3544728bf4d8bd64a12bf03c 447498 xft_2.3.6.orig.tar.gz + 26bb9a20713fa6853d55b4712bcf7070f36e9970 17995 xft_2.3.6-1.diff.gz +Checksums-Sha256: + 252220495bd12fac30d8f1b1994916beaed9c5149138dcc62e230fee17339530 2006 xft_2.3.6-1.dsc + b7e59f69e0bbabe9438088775f7e5a7c16a572e58b11f9722519385d38192df5 447498 xft_2.3.6.orig.tar.gz + 9d4c64fc52626134a3f753df88fceaba0cb460bd9b56544f0e42178deca77019 17995 xft_2.3.6-1.diff.gz +Files: + ada6686e1dca9fd4f9c4dc063b4a0eb8 2006 xft_2.3.6-1.dsc + 59f23d3b150a2c3f8a691997da905663 447498 xft_2.3.6.orig.tar.gz + 1ce97c9f0afbf1c63da29c862a828dc1 17995 xft_2.3.6-1.diff.gz + +Format: 1.0 +Package: xkeyboard-config +Binary: xkb-data, xkb-data-udeb +Architecture: all +Version: 2.42-1 +Maintainer: Debian X Strike Force +Homepage: https://www.freedesktop.org/Software/XKeyboardConfig +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/data/xkeyboard-config +Vcs-Git: https://salsa.debian.org/xorg-team/data/xkeyboard-config.git +Build-Depends: debhelper-compat (= 12), meson, quilt +Build-Depends-Indep: gawk, gettext-base, libxml-parser-perl, x11-xkb-utils, libglib2.0-dev, xsltproc, xutils-dev +Package-List: + xkb-data deb x11 optional arch=all + xkb-data-udeb udeb debian-installer optional arch=all +Directory: pool/7e0f095d049f95ff465dd6a4ded9ce34cc75b245533a67469e5dd53a9f672308 +Checksums-Sha1: + ecc564f3c4810a71a1cc0577c94d815cfa40c527 2112 xkeyboard-config_2.42-1.dsc + 2a24f88a30a05889e74cc4599eed00cc746262cc 1731645 xkeyboard-config_2.42.orig.tar.gz + 4becdc8e13854b08f21be87d3ba36565e087b7e1 37648 xkeyboard-config_2.42-1.diff.gz +Checksums-Sha256: + 7e0f095d049f95ff465dd6a4ded9ce34cc75b245533a67469e5dd53a9f672308 2112 xkeyboard-config_2.42-1.dsc + 0cba2aee2faaa86f965d0ce400b69279c8215a8ac56e3ad5e6853cb82ba9400f 1731645 xkeyboard-config_2.42.orig.tar.gz + f8a6af8de9100d01bd349439299355e6c5dff5a83d1f4a57fa605c99b2e5450f 37648 xkeyboard-config_2.42-1.diff.gz +Files: + bea4183656580eebcdb1de643a44bc9d 2112 xkeyboard-config_2.42-1.dsc + 86a6bb87326a3db9c1d0f2254267dde8 1731645 xkeyboard-config_2.42.orig.tar.gz + 5ad2b4a797a1d01e763ec651e258f8fe 37648 xkeyboard-config_2.42-1.diff.gz + +Format: 3.0 (native) +Package: xml-core +Binary: xml-core +Architecture: all +Version: 0.19 +Maintainer: Debian QA Group +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/xml-sgml-team/xml-core +Vcs-Git: https://salsa.debian.org/xml-sgml-team/xml-core.git +Build-Depends: debhelper-compat (= 12) +Build-Depends-Indep: perl +Package-List: + xml-core deb text optional arch=all +Directory: pool/4c036adf96bed37508eb3694ff08a2ffa1f5277c952c486a124328c42f1824ff +Checksums-Sha1: + 1d2d8220ec0d087b969bafecf7bf3ba055fc66a2 1550 xml-core_0.19.dsc + ed1a62c8d032c34d352e92f1668fb155b5090f56 24056 xml-core_0.19.tar.xz +Checksums-Sha256: + 4c036adf96bed37508eb3694ff08a2ffa1f5277c952c486a124328c42f1824ff 1550 xml-core_0.19.dsc + 7083d7d3fa7ad7b5da710f90df3045bab6544faa0a6da6c5501b9430c51670d4 24056 xml-core_0.19.tar.xz +Files: + 45a3b08a6a6edad3da5419e149fddead 1550 xml-core_0.19.dsc + d0d97b17b4b6a6292ec9066524c068b1 24056 xml-core_0.19.tar.xz + +Format: 3.0 (quilt) +Package: xmlsec1 +Binary: libxmlsec1-dev, libxmlsec1t64, libxmlsec1t64-openssl, libxmlsec1t64-gnutls, libxmlsec1t64-nss, libxmlsec1t64-gcrypt, xmlsec1, libxmlsec1-doc +Architecture: any all +Version: 1.2.41-1 +Maintainer: Debian XML/SGML Group +Uploaders: John V. Belmonte , Rene Engelhard , +Homepage: https://www.aleksey.com/xmlsec/ +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/xml-sgml-team/xmlsec1 +Vcs-Git: https://salsa.debian.org/xml-sgml-team/xmlsec1.git +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11), help2man, libgcrypt20-dev, libgnutls28-dev, libnss3-dev (>= 2:3.72-2), libssl-dev, libxml2-dev, libxslt1-dev, pkg-config +Build-Depends-Indep: gtk-doc-tools, man2html-base, xsltproc +Build-Conflicts: libnspr4-dev (<< 2:4.32-3) +Package-List: + libxmlsec1-dev deb libdevel optional arch=any + libxmlsec1-doc deb text optional arch=all + libxmlsec1t64 deb libs optional arch=any + libxmlsec1t64-gcrypt deb libs optional arch=any + libxmlsec1t64-gnutls deb libs optional arch=any + libxmlsec1t64-nss deb libs optional arch=any + libxmlsec1t64-openssl deb libs optional arch=any + xmlsec1 deb text optional arch=any +Directory: pool/64294d7d80e7dc1d17c212a6cafeba7be71b6b85a54db25887477bdb955f1d9e +Checksums-Sha1: + 4575e6ff96053cff4083727e341b9b89d0f48c22 2686 xmlsec1_1.2.41-1.dsc + 8155c603b9caa6d31ed305f01d19bd381ac05089 2087371 xmlsec1_1.2.41.orig.tar.gz + 633846004febcedea71853866cf74dde52a3172b 14788 xmlsec1_1.2.41-1.debian.tar.xz +Checksums-Sha256: + 64294d7d80e7dc1d17c212a6cafeba7be71b6b85a54db25887477bdb955f1d9e 2686 xmlsec1_1.2.41-1.dsc + 0cb9b4b74b3274366caab917613eb49bcee67d2b8c9224adb7b943585febcad5 2087371 xmlsec1_1.2.41.orig.tar.gz + 4d7f4c7d6d9a1a08539931185404fcecbd35b0e60d1f36e58848965fabd55f33 14788 xmlsec1_1.2.41-1.debian.tar.xz +Files: + 3a4e10fcfae83ba56238e2664e21a65a 2686 xmlsec1_1.2.41-1.dsc + 2fb0cb97e58e788b9aca206bb889bf55 2087371 xmlsec1_1.2.41.orig.tar.gz + 4ad3181da34c78711872757e8a35cafc 14788 xmlsec1_1.2.41-1.debian.tar.xz + +Format: 1.0 +Package: xorg +Binary: x11-common, xserver-xorg, xserver-xorg-video-all, xserver-xorg-input-all, xorg, xorg-dev, xbase-clients, xutils +Architecture: any all +Version: 1:7.7+23.1 +Maintainer: Debian X Strike Force +Homepage: https://www.x.org/ +Standards-Version: 4.5.0 +Vcs-Browser: https://salsa.debian.org/xorg-team/debian/xorg +Vcs-Git: https://salsa.debian.org/xorg-team/debian/xorg +Build-Depends: dpkg (>= 1.16.1), debhelper-compat (= 12), po-debconf, asciidoc +Package-List: + x11-common deb x11 optional arch=all + xbase-clients deb x11 optional arch=all + xorg deb x11 optional arch=any + xorg-dev deb x11 optional arch=all + xserver-xorg deb x11 optional arch=any + xserver-xorg-input-all deb x11 optional arch=any + xserver-xorg-video-all deb x11 optional arch=any + xutils deb x11 optional arch=all +Directory: pool/0d448530e9e3640a98bc3ac5840af8ab62f369bea0483eca9741d508987d19c1 +Checksums-Sha1: + a3c0bc99b52ad864d45fd30df8ab629b0595738c 1983 xorg_7.7+23.1.dsc + f11b27c7b35c76e676570277c164280cd2614977 292366 xorg_7.7+23.1.tar.gz +Checksums-Sha256: + 0d448530e9e3640a98bc3ac5840af8ab62f369bea0483eca9741d508987d19c1 1983 xorg_7.7+23.1.dsc + 1620333d14424eadae77ef44ac702a65ef5b53c169c993181687ee1d198d538b 292366 xorg_7.7+23.1.tar.gz +Files: + 2fa9d2dc8ded01b00d56a6cf4c76df2d 1983 xorg_7.7+23.1.dsc + 622211efa35a5fb171492113f575cbec 292366 xorg_7.7+23.1.tar.gz + +Format: 3.0 (quilt) +Package: xxhash +Binary: xxhash, libxxhash0, libxxhash-dev +Architecture: any +Version: 0.8.2-2 +Maintainer: Josue Ortega +Homepage: https://cyan4973.github.io/xxHash +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/xxhash +Vcs-Git: https://salsa.debian.org/debian/xxhash.git -b master +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.2) +Package-List: + libxxhash-dev deb libdevel optional arch=any + libxxhash0 deb libs optional arch=any + xxhash deb utils optional arch=any +Directory: pool/8fbf9f5a50a4cf48e771e157e386bd2b2938e46cecd4bc53117ee1a4a615af1d +Checksums-Sha1: + 03fd19408c6ef573f6c2c6734df42f7eca8640f6 1969 xxhash_0.8.2-2.dsc + 8df702581ebc48a5e05be0f1ede6e1e9139e4da1 1141188 xxhash_0.8.2.orig.tar.gz + 66641fcc3dd032c6fe119c629fad5f1d3234b212 4920 xxhash_0.8.2-2.debian.tar.xz +Checksums-Sha256: + 8fbf9f5a50a4cf48e771e157e386bd2b2938e46cecd4bc53117ee1a4a615af1d 1969 xxhash_0.8.2-2.dsc + baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4 1141188 xxhash_0.8.2.orig.tar.gz + fcbdd52df60936173524743680f6d3c504b9a90553fe113cd0aa531faf4f2c4d 4920 xxhash_0.8.2-2.debian.tar.xz +Files: + ee2b355603f99c83e945f51927729e24 1969 xxhash_0.8.2-2.dsc + a7628d7a4fd608a7573c5a3e2c856ea5 1141188 xxhash_0.8.2.orig.tar.gz + 36c12177101fa295eb8217365c46917e 4920 xxhash_0.8.2-2.debian.tar.xz + +Format: 3.0 (quilt) +Package: xz-utils +Binary: liblzma5, liblzma5-udeb, xz-utils, xzdec, liblzma-dev, liblzma-doc +Architecture: any all +Version: 5.6.2-2gardenlinux0 +Maintainer: Sebastian Andrzej Siewior +Uploaders: Jonathan Nieder +Homepage: https://tukaani.org/xz/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/debian/xz-utils +Vcs-Git: https://salsa.debian.org/debian/xz-utils.git +Testsuite: autopkgtest +Testsuite-Triggers: autoconf, automake, debhelper-compat, gettext, libtool +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.2), autoconf (>= 2.64~), automake, libtool (>= 2.2), gettext, autopoint | gettext (<< 0.18-1), autopoint | cvs, po4a +Build-Depends-Indep: doxygen, graphviz +Build-Conflicts: automake1.4 +Package-List: + liblzma-dev deb libdevel optional arch=any + liblzma-doc deb doc optional arch=all + liblzma5 deb libs optional arch=any + liblzma5-udeb udeb debian-installer optional arch=any + xz-utils deb utils standard arch=any + xzdec deb utils optional arch=any +Directory: pool/02a1685c619b009768ac748c42a03e577d068ff786c1ca5fe0f164ce72f6b3d7 +Checksums-Sha1: + 2ef000793a19b46aff30f514b421eda99d8730ff 1622 xz-utils_5.6.2-2gardenlinux0.dsc + 2cf6b7e12c235d98b5d4cc623f29a0f995cca1fc 1321212 xz-utils_5.6.2.orig.tar.xz + 2e858981eee058748604ec09b2f687aa7c262d2e 24596 xz-utils_5.6.2-2gardenlinux0.debian.tar.xz +Checksums-Sha256: + 02a1685c619b009768ac748c42a03e577d068ff786c1ca5fe0f164ce72f6b3d7 1622 xz-utils_5.6.2-2gardenlinux0.dsc + 4b53d9e6d6492e83a8f03f5a682106b64f7c2d3e9d4e318f69a2d0aed0ccf7b4 1321212 xz-utils_5.6.2.orig.tar.xz + 0701f9e397d6a1d1bec413ad0246c753b13a3f614927e321cac8b04ad3a4e6f5 24596 xz-utils_5.6.2-2gardenlinux0.debian.tar.xz +Files: + 7d7e06c9ad2011accda80df25ecf4c61 1622 xz-utils_5.6.2-2gardenlinux0.dsc + 4d472e960c537a0693ef65575cc12c7d 1321212 xz-utils_5.6.2.orig.tar.xz + d5a15bda676dbadea0f68ddbab22100f 24596 xz-utils_5.6.2-2gardenlinux0.debian.tar.xz + +Format: 3.0 (quilt) +Package: yajl +Binary: libyajl2, libyajl-dev, libyajl-doc, yajl-tools +Architecture: any all +Version: 2.1.0-5 +Maintainer: John Stamp +Homepage: https://lloyd.github.io/yajl/ +Standards-Version: 4.6.2 +Vcs-Browser: https://github.com/jstamp/yajl +Vcs-Git: https://github.com/jstamp/yajl.git +Build-Depends: debhelper-compat (= 13), cmake, doxygen +Package-List: + libyajl-dev deb libdevel optional arch=any + libyajl-doc deb doc optional arch=all + libyajl2 deb libs optional arch=any + yajl-tools deb utils optional arch=any +Directory: pool/600912827b535a70463cdf5877cce30b8a20445cc64994dc05d8f2b69589a36e +Checksums-Sha1: + b3836520163a7374c0e8ab8fc28ea04348be1fb8 1954 yajl_2.1.0-5.dsc + 29ce2b9695ae93e1b0b349a22cea8067f25a9025 83997 yajl_2.1.0.orig.tar.gz + 1c85ccdaf68d54813669613277ac1a301931772f 7148 yajl_2.1.0-5.debian.tar.xz +Checksums-Sha256: + 600912827b535a70463cdf5877cce30b8a20445cc64994dc05d8f2b69589a36e 1954 yajl_2.1.0-5.dsc + 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a 83997 yajl_2.1.0.orig.tar.gz + 6bd9c7b55c1fc4004cfdab15553ba751af34d3d19c900aef2add5d354e36abc8 7148 yajl_2.1.0-5.debian.tar.xz +Files: + 35076f00bb4c80e1862b50c3074c8db5 1954 yajl_2.1.0-5.dsc + 6887e0ed7479d2549761a4d284d3ecb0 83997 yajl_2.1.0.orig.tar.gz + 70674f29b5e5c090ad5087727691ca82 7148 yajl_2.1.0-5.debian.tar.xz + +Format: 3.0 (quilt) +Package: yara +Binary: yara, libyara10, libyara-dev, yara-doc +Architecture: any all +Version: 4.5.2-1 +Maintainer: Debian Security Tools +Uploaders: Hilko Bengen +Homepage: https://virustotal.github.io/yara/ +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/pkg-security-team/yara +Vcs-Git: https://salsa.debian.org/pkg-security-team/yara.git +Build-Depends: debhelper-compat (= 13), flex, bison, pkgconf, libjansson-dev, libmagic-dev, libssl-dev, sphinx-common +Build-Depends-Indep: python3-sphinx +Package-List: + libyara-dev deb libdevel optional arch=any + libyara10 deb libs optional arch=any + yara deb utils optional arch=any + yara-doc deb doc optional arch=all +Directory: pool/a5d4f29b848b49d97afd79e48bac666f7d4b40887710a8bacafad2de9ba63664 +Checksums-Sha1: + cb645b0d279d5c3ae326087b85b4fc509423c020 2145 yara_4.5.2-1.dsc + b3eebbd7146a8c650d08a996c7a15814adddef2b 2207923 yara_4.5.2.orig.tar.gz + 3e2d3edf29a215c6c2effd2e88934a1767e6b022 8968 yara_4.5.2-1.debian.tar.xz +Checksums-Sha256: + a5d4f29b848b49d97afd79e48bac666f7d4b40887710a8bacafad2de9ba63664 2145 yara_4.5.2-1.dsc + 1f87056fcb10ee361936ee7b0548444f7974612ebb0e681734d8de7df055d1ec 2207923 yara_4.5.2.orig.tar.gz + 327cdeeb5eff27ef398f1ac99e3efb03d3c01832429aa233d2eaa1464fed33b0 8968 yara_4.5.2-1.debian.tar.xz +Files: + eacf36d105fb2ec4a69417b392757257 2145 yara_4.5.2-1.dsc + f2d6f5dab6f0913d231db797116539db 2207923 yara_4.5.2.orig.tar.gz + 6145d4c7233dd7f96f4dfe0668839f13 8968 yara_4.5.2-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: yq +Binary: yq +Architecture: all +Version: 3.4.3-1 +Maintainer: Debian Python Team +Uploaders: Christoph Martin , +Homepage: https://github.com/kislyuk/yq +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/yq +Vcs-Git: https://salsa.debian.org/python-team/packages/yq.git +Build-Depends: debhelper-compat (= 12), dh-python, help2man, python3-all, python3-argcomplete, python3-pip, python3-setuptools-scm, python3-toml, python3-xmltodict, python3-yaml +Package-List: + yq deb utils optional arch=all +Directory: pool/8f661283783375d00641850158a16468939dc18cf4f239953254fd069711b21d +Checksums-Sha1: + ea7c279ad9d8be6775de0b57aff02be1c6687ad0 1985 yq_3.4.3-1.dsc + c98fc63eb416a54f868dfb605a596c4af81f3641 27205 yq_3.4.3.orig.tar.gz + ecd20044b81a3a137989af0bb99960cf905172e1 2404 yq_3.4.3-1.debian.tar.xz +Checksums-Sha256: + 8f661283783375d00641850158a16468939dc18cf4f239953254fd069711b21d 1985 yq_3.4.3-1.dsc + f5ca6c080e52ab37e0e9c7c03fb75971a72cafc31ddd49e6cc8ee9f7e9fb89ac 27205 yq_3.4.3.orig.tar.gz + 79dd64836f6e4f690f0a6bb6718f1faf77a4174130d2505016a6a45d7f90a55d 2404 yq_3.4.3-1.debian.tar.xz +Files: + ff05aa144ddf1b8dc3e0c6e80fa0765b 1985 yq_3.4.3-1.dsc + c523141a0d1793077d1ec57a31bde34d 27205 yq_3.4.3.orig.tar.gz + 927fae21eb9e5ae2a4e33bd4fef6ad04 2404 yq_3.4.3-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: z3 +Binary: z3, libz3-4, libz3-dev, python3-z3, libz3-java, libz3-jni +Architecture: any +Version: 4.8.12-3.1 +Maintainer: LLVM Packaging Team +Uploaders: Fabian Wolff +Homepage: https://github.com/Z3Prover/z3 +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/z3 +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/z3.git +Testsuite: autopkgtest +Testsuite-Triggers: build-essential, pkg-config, python3 +Build-Depends: debhelper-compat (= 13), dh-python, python3, cmake, libsimde-dev, javahelper [!hppa !hurd-i386 !m68k !sh4] , default-jdk [!hppa !hurd-i386 !m68k !sh4] +Package-List: + libz3-4 deb libs optional arch=any + libz3-dev deb libdevel optional arch=any + libz3-java deb java optional arch=amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,powerpc,ppc64el,s390x,alpha,kfreebsd-amd64,kfreebsd-i386,powerpcspe,riscv64,sparc64,x32 profile=!nojava + libz3-jni deb java optional arch=amd64,arm64,armel,armhf,i386,mips,mips64el,mipsel,powerpc,ppc64el,s390x,alpha,kfreebsd-amd64,kfreebsd-i386,powerpcspe,riscv64,sparc64,x32 profile=!nojava + python3-z3 deb python optional arch=any + z3 deb science optional arch=any +Directory: pool/0e5db5248212a72d3dc3fe99873181161649ff03d89de726bbe6f57604488008 +Checksums-Sha1: + d5bd0d44e8a45bd8f7b48039d2fbe6d5c5802380 2663 z3_4.8.12-3.1.dsc + f4443c6beedb46e8a0785529b477b2f811901cc3 4803435 z3_4.8.12.orig.tar.gz + bac6eb0fea1ed8ca07661efc29cdbfb08c3a02b8 10420 z3_4.8.12-3.1.debian.tar.xz +Checksums-Sha256: + 0e5db5248212a72d3dc3fe99873181161649ff03d89de726bbe6f57604488008 2663 z3_4.8.12-3.1.dsc + e3aaefde68b839299cbc988178529535e66048398f7d083b40c69fe0da55f8b7 4803435 z3_4.8.12.orig.tar.gz + 5bb616648de1d82f5563377e1640e59dd653b6beac3b6513358362e5dbd925fb 10420 z3_4.8.12-3.1.debian.tar.xz +Files: + f3d77f94d51ee80a31f4db0d00c71330 2663 z3_4.8.12-3.1.dsc + 73fd07d094685039b03aed9e38040d13 4803435 z3_4.8.12.orig.tar.gz + 632052111a73db41cad36b663acc1d58 10420 z3_4.8.12-3.1.debian.tar.xz + +Format: 3.0 (quilt) +Package: zc.lockfile +Binary: python3-zc.lockfile +Architecture: all +Version: 3.0.post1-1 +Maintainer: Debian Python Team +Uploaders: Julien Muchembled +Homepage: https://github.com/zopefoundation/zc.lockfile +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/zc-lockfile +Vcs-Git: https://salsa.debian.org/python-team/packages/zc-lockfile.git +Testsuite: autopkgtest-pkg-python +Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-setuptools, python3-all +Build-Depends-Indep: python3-zope.testing, python3-zope.testrunner +Package-List: + python3-zc.lockfile deb python optional arch=all +Directory: pool/b97775197ad0a88024f8eb964df6546d904b07961ce3c37ef40801754a9f669c +Checksums-Sha1: + 2906757d959f7231f24b444bcc6ec942015944be 2292 zc.lockfile_3.0.post1-1.dsc + ef4eaea1cbb3ea82c3d1e0ffd348d0f368669fe8 10190 zc.lockfile_3.0.post1.orig.tar.gz + dd60b48c295a3e6864179b54b6ed50d68cd29bc7 4480 zc.lockfile_3.0.post1-1.debian.tar.xz +Checksums-Sha256: + b97775197ad0a88024f8eb964df6546d904b07961ce3c37ef40801754a9f669c 2292 zc.lockfile_3.0.post1-1.dsc + adb2ee6d9e6a2333c91178dcb2c9b96a5744c78edb7712dc784a7d75648e81ec 10190 zc.lockfile_3.0.post1.orig.tar.gz + 6178415878e90677168ceb04ec3586563a8fe8f6d9a453cd9279b6b1a10bb2ca 4480 zc.lockfile_3.0.post1-1.debian.tar.xz +Files: + a8fd49a9112860b476e7b01dec6c8d6c 2292 zc.lockfile_3.0.post1-1.dsc + 5e902492de505a0f98e49b1e31cf2bc2 10190 zc.lockfile_3.0.post1.orig.tar.gz + d30be390da0bc60fa193da827631b964 4480 zc.lockfile_3.0.post1-1.debian.tar.xz +Dgit: 00921871f36c6d1fd189569c0328b44edbcae081 debian archive/debian/3.0.post1-1 https://git.dgit.debian.org/zc.lockfile + +Format: 3.0 (quilt) +Package: zerofree +Binary: zerofree +Architecture: any +Version: 1.1.1-1 +Maintainer: Thibaut Paumard +Homepage: https://frippery.org/uml/ +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/debian/zerofree +Vcs-Git: https://salsa.debian.org/debian/zerofree.git +Build-Depends: debhelper (>= 9), e2fslibs-dev, docbook-to-man +Package-List: + zerofree deb admin optional arch=any +Directory: pool/1ba55e2bd9f9e60bb9792bbf708440e5dfdda8fa9e44f4adc4b1710bffba7191 +Checksums-Sha1: + 7a4bd464d22a110f82bf9d52cc25024eed128a0e 1862 zerofree_1.1.1-1.dsc + 16ff5d5030c52566bc8b88b824e35869f978c093 8710 zerofree_1.1.1.orig.tar.gz + 365bdd116dbeb6d70672581e726faafbfca495ac 5076 zerofree_1.1.1-1.debian.tar.xz +Checksums-Sha256: + 1ba55e2bd9f9e60bb9792bbf708440e5dfdda8fa9e44f4adc4b1710bffba7191 1862 zerofree_1.1.1-1.dsc + 956bc861b55ba0a2b7593c58d32339dab1a0e7da6ea2b813d27c80f08b723867 8710 zerofree_1.1.1.orig.tar.gz + 8048fe2c7f921ae3e838f7c78efcc2634b6235e5832d78f976c853217a4c5bf3 5076 zerofree_1.1.1-1.debian.tar.xz +Files: + 3602585e318fade6515aea079f32e3b8 1862 zerofree_1.1.1-1.dsc + 4f2d6bdba4212e54eb7dd22a8fbb6d29 8710 zerofree_1.1.1.orig.tar.gz + da742dbf9dc2e5ad724d155d28325c68 5076 zerofree_1.1.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: zfs-fuse +Binary: zfs-fuse +Architecture: amd64 armel armhf i386 powerpc powerpcspe ppc64 ppc64el sh4 sparc sparc64 +Version: 0.7.0-29 +Maintainer: Debian QA Group +Standards-Version: 3.9.8 +Vcs-Browser: https://salsa.debian.org/debian/zfs-fuse +Vcs-Git: https://salsa.debian.org/debian/zfs-fuse.git +Build-Depends: debhelper-compat (= 13), libaio-dev, libattr1-dev, libfuse-dev, libssl-dev, libtirpc-dev, scons, zlib1g-dev +Package-List: + zfs-fuse deb otherosfs optional arch=amd64,armel,armhf,i386,powerpc,powerpcspe,ppc64,ppc64el,sh4,sparc,sparc64 +Directory: pool/a09e06510fb7e562c5142d5bb8a82f3906c1105a28cc5a525135011be14b7ffd +Checksums-Sha1: + 288d705c9a940d0d5002e0e5f66a17406de2b5a2 2025 zfs-fuse_0.7.0-29.dsc + 2ed527a8421965d320d431346c501894f7edb388 1362379 zfs-fuse_0.7.0.orig.tar.bz2 + 8c31c7a2ffde4f3c1c517ca5838e898e0997ab09 30924 zfs-fuse_0.7.0-29.debian.tar.xz +Checksums-Sha256: + a09e06510fb7e562c5142d5bb8a82f3906c1105a28cc5a525135011be14b7ffd 2025 zfs-fuse_0.7.0-29.dsc + 507361eb3d96ad4155e6e6d26437ecc0d371c749106500976085a72dc399f868 1362379 zfs-fuse_0.7.0.orig.tar.bz2 + f3d2d91123f030839fb962be0b3ca8fe9c525d206c124b1d1d20158a86f584c8 30924 zfs-fuse_0.7.0-29.debian.tar.xz +Files: + cd030d5b564df846a62d6da5b8b5a6c2 2025 zfs-fuse_0.7.0-29.dsc + e69203b27f1cc3733fc79a2ea9d957e5 1362379 zfs-fuse_0.7.0.orig.tar.bz2 + 92c395c86074e1223911be9c5d2b6aaa 30924 zfs-fuse_0.7.0-29.debian.tar.xz + +Format: 3.0 (quilt) +Package: zlib +Binary: zlib1g, zlib1g-dev, zlib1g-udeb, lib64z1, lib64z1-dev, lib32z1, lib32z1-dev, libn32z1, libn32z1-dev, minizip, libminizip1t64, libminizip-dev +Architecture: any +Version: 1:1.3.dfsg+really1.3.1-1 +Maintainer: Mark Brown +Homepage: http://zlib.net/ +Standards-Version: 4.6.1 +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 13), gcc-multilib [amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc s390x mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64 mips64el mips64r6 mips64r6el x32] , autoconf +Package-List: + lib32z1 deb libs optional arch=amd64,ppc64,kfreebsd-amd64,s390x profile=!nobiarch + lib32z1-dev deb libdevel optional arch=amd64,ppc64,kfreebsd-amd64,s390x profile=!nobiarch + lib64z1 deb libs optional arch=sparc,s390,i386,powerpc,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 profile=!nobiarch + lib64z1-dev deb libdevel optional arch=sparc,s390,i386,powerpc,mips,mipsel,mipsn32,mipsn32el,mipsr6,mipsr6el,mipsn32r6,mipsn32r6el,x32 profile=!nobiarch + libminizip-dev deb libdevel optional arch=any + libminizip1t64 deb libs optional arch=any + libn32z1 deb libs optional arch=mips,mipsel profile=!nobiarch + libn32z1-dev deb libdevel optional arch=mips,mipsel profile=!nobiarch + minizip deb utils optional arch=any + zlib1g deb libs required arch=any + zlib1g-dev deb libdevel optional arch=any + zlib1g-udeb udeb debian-installer optional arch=any +Directory: pool/ede2791e29c1d3b422f9208bdd7edf040c20445ea1e7453a72037576e64fa197 +Checksums-Sha1: + f1d41173a0d8586644be4a5b9ee6185a794a767c 2637 zlib_1.3.dfsg+really1.3.1-1.dsc + 3b19b81105d3436095134a648c521b678905eaac 1325737 zlib_1.3.dfsg+really1.3.1.orig.tar.gz + 8b454f72def33b4a329489b8dcb2568ba0ccac69 16576 zlib_1.3.dfsg+really1.3.1-1.debian.tar.xz +Checksums-Sha256: + ede2791e29c1d3b422f9208bdd7edf040c20445ea1e7453a72037576e64fa197 2637 zlib_1.3.dfsg+really1.3.1-1.dsc + 60dd315c07f616887caa029408308a018ace66e3d142726a97db164b3b8f69fb 1325737 zlib_1.3.dfsg+really1.3.1.orig.tar.gz + 9ed525955ce9fb0c1b39be8ff98f73450dbfc6305a9a27e6149c8972d38a0a9e 16576 zlib_1.3.dfsg+really1.3.1-1.debian.tar.xz +Files: + 83dfad99d7533944c8aae8e8cce6aaaa 2637 zlib_1.3.dfsg+really1.3.1-1.dsc + 29e0750ce6c0a9f719354d678ebffc6e 1325737 zlib_1.3.dfsg+really1.3.1.orig.tar.gz + 1f978cc7b529a056788500a6cb84f8d6 16576 zlib_1.3.dfsg+really1.3.1-1.debian.tar.xz + +Format: 3.0 (quilt) +Package: zope.interface +Binary: python3-zope.interface +Architecture: any +Version: 7.0.3-1 +Maintainer: Debian Python Team +Uploaders: Pierre-Elliott Bécue , Colin Watson +Homepage: https://github.com/zopefoundation/zope.interface +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/python-team/packages/zope.interface +Vcs-Git: https://salsa.debian.org/python-team/packages/zope.interface.git +Testsuite: autopkgtest, autopkgtest-pkg-pybuild +Build-Depends: debhelper-compat (= 13), dh-python, libpython3-all-dev, pybuild-plugin-pyproject, python3-all-dev:any, python3-coverage (>= 5.0.3), python3-pytest, python3-setuptools, python3-zope.event, python3-zope.testing +Package-List: + python3-zope.interface deb zope optional arch=any +Directory: pool/874d01b1ccab0ce98d04eb44a6b79722d9be1d38a7208996d32dde0dce98db9c +Checksums-Sha1: + 88c2525427118c8a65bab020f98a86a771d4ac1e 2402 zope.interface_7.0.3-1.dsc + b13df6a9afd5794bedcf0e720b07be48c3252ea9 228122 zope.interface_7.0.3.orig.tar.gz + 897aed711d56224cb22a6917843260406f29dc68 7064 zope.interface_7.0.3-1.debian.tar.xz +Checksums-Sha256: + 874d01b1ccab0ce98d04eb44a6b79722d9be1d38a7208996d32dde0dce98db9c 2402 zope.interface_7.0.3-1.dsc + 1d8e6c9d2dfe04c3b2ec06b942293ba4f80c0feaf777ad8d3bc366cc3411d797 228122 zope.interface_7.0.3.orig.tar.gz + 7dff0b841ae84b4266e3305cbcec8d8743cd32116161671844c36e991c422d9a 7064 zope.interface_7.0.3-1.debian.tar.xz +Files: + 4ba7a1624b28fd379f4fcbd0aa7fdbe0 2402 zope.interface_7.0.3-1.dsc + 277760fb38938a3275baeaf070515e00 228122 zope.interface_7.0.3.orig.tar.gz + d3c41e25470463666ec197f2b6b7e28d 7064 zope.interface_7.0.3-1.debian.tar.xz +Dgit: a2e0ed68323a83557d11e94e837305e9671fc7c4 debian archive/debian/7.0.3-1 https://git.dgit.debian.org/zope.interface + diff --git a/ingest-postgres.sh b/ingest-postgres.sh index 2eb5bd2..29eaf0f 100755 --- a/ingest-postgres.sh +++ b/ingest-postgres.sh @@ -20,10 +20,10 @@ APT_CONFIG=conf/ingest-debsrc/apt.conf apt-get -q update \ -o Dir="$PWD/data/ingest-debsrc/" \ -o Dir::Etc::sourcelist="$PWD/conf/ingest-debsrc/debian.sources" \ -o Dir::State="$PWD/data/ingest-debsrc/" -APT_CONFIG=conf/ingest-debsrc/apt.conf apt-get -q update \ --o Dir="$PWD/data/ingest-debsrc/" \ --o Dir::Etc::sourcelist="$PWD/conf/ingest-debsrc/gardenlinux.sources" \ --o Dir::State="$PWD/data/ingest-debsrc/" +# APT_CONFIG=conf/ingest-debsrc/apt.conf apt-get -q update \ +# -o Dir="$PWD/data/ingest-debsrc/" \ +# -o Dir::Etc::sourcelist="$PWD/conf/ingest-debsrc/gardenlinux.sources" \ +# -o Dir::State="$PWD/data/ingest-debsrc/" git clone --depth=1 https://salsa.debian.org/security-tracker-team/security-tracker @@ -34,8 +34,13 @@ glvd-data ingest-debsrc debian bookworm data/ingest-debsrc/lists/deb.debian.org_ echo "Run data ingestion (ingest-debsec - debian)" glvd-data ingest-debsec debian security-tracker/data +# temp until we have proper versions with source repo echo "Run data ingestion (ingest-debsrc - gardenlinux today)" -glvd-data ingest-debsrc gardenlinux today ./gardenlinux-packages/today +glvd-data ingest-debsrc gardenlinux today data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources + +echo "Run data ingestion (ingest-debsrc - gardenlinux 1592.1)" +glvd-data ingest-debsrc gardenlinux 1592.1 data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources + echo "Run data ingestion (nvd)" glvd-data ingest-nvd From 319855915dbf22ebc49d2683db48d59edadc679b Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Tue, 15 Oct 2024 12:08:37 +0200 Subject: [PATCH 3/4] path --- ingest-postgres.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingest-postgres.sh b/ingest-postgres.sh index 29eaf0f..2ae944d 100755 --- a/ingest-postgres.sh +++ b/ingest-postgres.sh @@ -36,10 +36,10 @@ glvd-data ingest-debsec debian security-tracker/data # temp until we have proper versions with source repo echo "Run data ingestion (ingest-debsrc - gardenlinux today)" -glvd-data ingest-debsrc gardenlinux today data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources +glvd-data ingest-debsrc gardenlinux today /usr/local/src/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources echo "Run data ingestion (ingest-debsrc - gardenlinux 1592.1)" -glvd-data ingest-debsrc gardenlinux 1592.1 data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources +glvd-data ingest-debsrc gardenlinux 1592.1 /usr/local/src/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources echo "Run data ingestion (nvd)" From 03bb1b476b0b846af346fb2244e4dba576f39f44 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:33:14 +0200 Subject: [PATCH 4/4] Update ingest-postgres.sh --- ingest-postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingest-postgres.sh b/ingest-postgres.sh index 2ae944d..8e11b24 100755 --- a/ingest-postgres.sh +++ b/ingest-postgres.sh @@ -39,7 +39,7 @@ echo "Run data ingestion (ingest-debsrc - gardenlinux today)" glvd-data ingest-debsrc gardenlinux today /usr/local/src/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources echo "Run data ingestion (ingest-debsrc - gardenlinux 1592.1)" -glvd-data ingest-debsrc gardenlinux 1592.1 /usr/local/src/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources +glvd-data ingest-debsrc gardenlinux 1592 /usr/local/src/data/packages.gardenlinux.io_gardenlinux_dists_experimental_main_source_Sources echo "Run data ingestion (nvd)"