Package: libcrypt-idea-perl Version: 1.10-1 Architecture: amd64 Maintainer: mySociety Installed-Size: 40 Depends: perl (>= 5.40.1-6), perlapi-5.40.1, libc6 (>= 2.4) Filename: dists/trixie/main/binary-amd64/libcrypt-idea-perl_1.10-1_amd64.deb Size: 9672 MD5sum: 5daf6afde71a3ee9a53ad86a7e13b32b SHA1: 6799cf048a59ed90601122860a2c0fa682c86e24 SHA256: 4e57bc22b7ec854cc553cc5437b70032ecfcab60fdd55dfa42f004ff57998ed7 Section: perl Priority: optional Homepage: https://metacpan.org/release/Crypt-IDEA Description: unknown This perl extension is an implementation of the IDEA block cipher algorithm. The module implements the Crypt::BlockCipher interface, which has the following methods . This description was automagically extracted from the module by dh-make-perl. Package: libcrypt-idea-perl-dbgsym Source: libcrypt-idea-perl Version: 1.10-1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: mySociety Installed-Size: 42 Depends: libcrypt-idea-perl (= 1.10-1) Filename: dists/trixie/main/binary-amd64/libcrypt-idea-perl-dbgsym_1.10-1_amd64.deb Size: 29748 MD5sum: 1263e32b13a46feffbb247bcc8511954 SHA1: 23dd19c9192a2630b8e2862849706945b009adbd SHA256: 0b09148a904a685ddbc07902c47783ea13183af71b8dde4084d5313273e4b588 Section: debug Priority: optional Description: debug symbols for libcrypt-idea-perl Build-Ids: 077a8b5db7632d602717aa65845e5fc9bf8881e1 Package: libgeo-shapefile-perl Version: 2.52-1 Architecture: all Maintainer: mySociety Installed-Size: 80 Depends: perl:any Filename: dists/trixie/main/binary-amd64/libgeo-shapefile-perl_2.52-1_all.deb Size: 24516 MD5sum: ec1ed4083efcf036391c14db11e93c36 SHA1: ea34cac09c637e50662b9fe32841b18d56e97b11 SHA256: d9e3412d78c177e27b4e1193937b8ed691ee77f071859b89ed73a1982ca2ccd9 Section: perl Priority: optional Homepage: https://metacpan.org/release/Geo-ShapeFile Description: Perl extension for handling ESRI GIS Shapefiles. The Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats. . This description was automagically extracted from the module by dh-make-perl. Package: libheap-priority-perl Version: 0.11-1 Architecture: all Maintainer: mySociety Installed-Size: 46 Depends: perl:any Filename: dists/trixie/main/binary-amd64/libheap-priority-perl_0.11-1_all.deb Size: 15784 MD5sum: d0e7fd23f6e2f5778adfa91a41739ce2 SHA1: deddc3532d7cae63a1d98a421bd8d712d07d7c77 SHA256: bb0d7c1d3ccf40835801b5d0d2eae6ea1ca0aac5ad6904e043f1a9d2e426757a Section: perl Priority: optional Homepage: https://metacpan.org/release/Heap-Priority Description: Implements a priority queue or stack Heap::Priority implements a priority queue or stack. It will be referred to here as a 'priority list' or 'priority heap'. The main functions are add() and pop() which add and remove from the priority list according to the rules you choose. When you add() an item to the priority list you can assign a priority level to the item or let the priority level default to 0. Multiple instances of the same item are permitted in the priority list, either on the same or different priority levels. A priority level must be a number, positive or negative. Basically, any number you can fit into a scalar. If you use floats, though, watch out for stringification issues. . What happens when you call pop() depends on the configuration you choose. By default the highest priority items will be popped off in First-In-First-Out order. fifo() and lifo() set First-in-First-Out and Last-In-First-Out respectively. lilo() and filo() are synonyms for fifo() and lifo() respectively. Calling fifo(), filo(), lifo(), or lilo() at any time is legal, and will not change the contents of the list. . This description was automagically extracted from the module by dh-make-perl. Package: libmail-srs-perl Version: 0.31-9+ms1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 74 Depends: perl:any, libdigest-hmac-perl, libmldbm-perl Filename: dists/trixie/main/binary-amd64/libmail-srs-perl_0.31-9+ms1_all.deb Size: 30688 MD5sum: e2050b23ebe2dd68b81f90d047cab58f SHA1: cae8b3bb90728dd80e3a3438620c7833e7328d5e SHA256: d65214b96012f43e82afaeca435365d9df97397eab8c56108e6d85fd5d2a372a Section: perl Priority: optional Multi-Arch: foreign Homepage: https://metacpan.org/release/Mail-SRS Description: interface to Sender Rewriting Scheme The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. . SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server may need to rewrite the return-path to remain SPF compliant. If the message bounces, that intermediate server needs to validate the bounce and forward the bounce to the original sender. Package: libnet-dns-zonefile-fast-perl Version: 1.24-2 Architecture: all Maintainer: Debian Perl Group Installed-Size: 72 Depends: perl Breaks: dnssec-tools (<< 2.1.0-2~) Replaces: dnssec-tools (<< 2.1.0-2~) Filename: dists/trixie/main/binary-amd64/libnet-dns-zonefile-fast-perl_1.24-2_all.deb Size: 18724 MD5sum: 4eb117d1ba5fe605b5cd254257fea7b0 SHA1: 752ef683ecaf86f70a54675034400a09a53ac2b3 SHA256: 33e44ffdf12b6cee2b86709edefbb9507bd1abe61741366fafadfa8e99135226 Section: perl Priority: optional Homepage: https://metacpan.org/release/Net-DNS-ZoneFile-Fast Description: fast BIND-style zonefile parser on top of Net::DNS The Net::DNS::ZoneFile::Fast module provides an ability to parse zone files that BIND8 and BIND9 use, fast. Currently it provides a single function, parse(), which returns a reference to an array of traditional Net::DNS::RR objects, so that no new API has to be learned in order to manipulate zone records. . Great care was taken to ensure that parse() does its job as fast as possible, so it is interesting to use this module to parse huge zones. As an example datapoint, it takes less than 5 seconds to parse a 2.2 MB zone with about 72000 records on an Athlon XP 2600+ box. Package: libregexp-common-dns-perl Version: 0.00-01-1 Architecture: all Maintainer: mySociety Installed-Size: 26 Depends: perl:any Filename: dists/trixie/main/binary-amd64/libregexp-common-dns-perl_0.00-01-1_all.deb Size: 7836 MD5sum: b4e8745d2085e66846851a10c5d91fa6 SHA1: 79b3851c5adaae8ed9910dbe55edf4d67e58a51b SHA256: 8aa47206c0cf595e369cf374644b4aefae797ef71df0d863759534e6aaae0a54 Section: perl Priority: optional Homepage: https://metacpan.org/release/Regexp-Common-dns Description: unknown (no description was found) . This description was automagically extracted from the module by dh-make-perl. Package: libstring-ediff-perl Version: 0.10-1 Architecture: amd64 Maintainer: mySociety Installed-Size: 48 Depends: perl (>= 5.40.1-6), perlapi-5.40.1, libc6 (>= 2.14) Filename: dists/trixie/main/binary-amd64/libstring-ediff-perl_0.10-1_amd64.deb Size: 14776 MD5sum: 23a37786f75055f1a81572fc96f95e99 SHA1: 3634edefdf8cb27f80d61b55f19779e2e503a44b SHA256: 797e7e8907f21c47bfdfbe126ce78b49d8587a430832d34ad4da4ba5d77c5dfa Section: perl Priority: optional Homepage: https://metacpan.org/release/String-Ediff Description: Produce common sub-string indices for two strings String::Ediff uses suffix tree algorithm to determine the common substrings. . This description was automagically extracted from the module by dh-make-perl. Package: libstring-ediff-perl-dbgsym Source: libstring-ediff-perl Version: 0.10-1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: mySociety Installed-Size: 63 Depends: libstring-ediff-perl (= 0.10-1) Filename: dists/trixie/main/binary-amd64/libstring-ediff-perl-dbgsym_0.10-1_amd64.deb Size: 50200 MD5sum: 1bdd5df0216b79df64bfb3b75f84fd05 SHA1: 764e1aff62edf3317069d4f62ac310cc6345479e SHA256: 220667a457b21893c80e965f30c4fc125207251f576231788777e0f7f4390452 Section: debug Priority: optional Description: debug symbols for libstring-ediff-perl Build-Ids: a24a198f02022183446e23d2f872a1dd067a7d2d Package: libvmod-redis Version: 21.0-1 Architecture: amd64 Maintainer: Carlos Abalde Installed-Size: 226 Depends: varnish (>= 7.7.0), libhiredis0.10 (>= 0.11.0) | libhiredis0.13 (>= 0.13.3), libev4 (>= 4.15), libc6 (>= 2.38), libev4t64 (>= 1:4.04), libhiredis1.1.0 (>= 1.2.0), libvarnishapi3 (>= 7.7.0) Filename: dists/trixie/main/binary-amd64/libvmod-redis_21.0-1_amd64.deb Size: 61400 MD5sum: 401671b129da10ccf29faabe9298b66c SHA1: e6ebac61de16f596e11c0968d0b75dd63fbbcef0 SHA256: 547f87cc410e568da18d892891d5e3a004d2dac819016669d57aa26c05ad635a Section: web Priority: extra Description: Redis VMOD for Varnish Package: libvmod-redis Version: 21.0-2 Architecture: amd64 Maintainer: Carlos Abalde Installed-Size: 226 Depends: varnish (>= 7.7.0), libhiredis1.1.0 (>= 1.2.0-6), libev4t64 (>= 1:4.04), libc6 (>= 2.38), libvarnishapi3 (>= 7.7.0) Filename: dists/trixie/main/binary-amd64/libvmod-redis_21.0-2_amd64.deb Size: 61400 MD5sum: 92dcc1bd5e93b3e6ae8adcd13fbcdf91 SHA1: d555398ed3596f1de6952a7aa1afde60a5bffa19 SHA256: 2d65f91ac24b2df24515489bb9eeeb0afae526719a3dc4b369975e1c1b3714c7 Section: web Priority: extra Description: Redis VMOD for Varnish Package: libvmod-redis Version: 21.0-3 Architecture: amd64 Maintainer: Carlos Abalde Installed-Size: 228 Depends: varnish (>= 7.7.0), libhiredis1.1.0 (>= 1.2.0-6), libev4t64 (>= 1:4.04), libc6 (>= 2.38), libvarnishapi3 (>= 7.7.0) Filename: dists/trixie/main/binary-amd64/libvmod-redis_21.0-3_amd64.deb Size: 61480 MD5sum: 653d42e09d7181ddce852823dfae5ea1 SHA1: 9ee23a5b9c9d7a9d0512e524ce616a32b5dfaacc SHA256: 5aeed72427e84b7138e14b92b2fc84c8b95ac5cba3b1bbd1e799ee8f5158c06e Section: web Priority: extra Description: Redis VMOD for Varnish Package: libvmod-redis-dbgsym Source: libvmod-redis Version: 21.0-1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Abalde Installed-Size: 172 Depends: libvmod-redis (= 21.0-1) Filename: dists/trixie/main/binary-amd64/libvmod-redis-dbgsym_21.0-1_amd64.deb Size: 149164 MD5sum: ee629782c2ea80b3d2cc1cd6c25816f9 SHA1: 701cf2cd460977b9301f7db672e776dc293fd3f1 SHA256: 5131b685d3d170599e67fa8717aebe9f8d1f2c4bddee7bc9b1ae4d2391c3686d Section: debug Priority: optional Description: debug symbols for libvmod-redis Build-Ids: ce8c22030bf536079761151e42e3f3302b447dc0 Package: libvmod-redis-dbgsym Source: libvmod-redis Version: 21.0-2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Abalde Installed-Size: 172 Depends: libvmod-redis (= 21.0-2) Filename: dists/trixie/main/binary-amd64/libvmod-redis-dbgsym_21.0-2_amd64.deb Size: 149168 MD5sum: cd8ed55cf0c6f6309de37d6aee0bcb8c SHA1: bdd329d68d20eb05681be7029439d2f614407fc8 SHA256: 2f2e7b1e03624c9d51b0ea440c60dd5fefa9f6ea34ed3deef141ec88dc67a7a3 Section: debug Priority: optional Description: debug symbols for libvmod-redis Build-Ids: fb02d3f3bfc7d420818baf30b0af959fd560efc8 Package: libvmod-redis-dbgsym Source: libvmod-redis Version: 21.0-3 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Abalde Installed-Size: 172 Depends: libvmod-redis (= 21.0-3) Filename: dists/trixie/main/binary-amd64/libvmod-redis-dbgsym_21.0-3_amd64.deb Size: 149168 MD5sum: 88730e6455e506751409672816be9e1f SHA1: 2ee808aca0c0f341f2b7a4e4edaac2e476ce744b SHA256: a39e9575f5d8416b6dd751999862b9e8cc0821a848fa3a6c9852b883a7f142b5 Section: debug Priority: optional Description: debug symbols for libvmod-redis Build-Ids: 8f7c9fed35e4f7791227170db0251862d9943d8e Package: mysociety-misc-scripts Version: 1.42.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4278 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.42.0-ms1_all.deb Size: 1289592 MD5sum: 2b36bf4476526682708c3b4991d6cdd3 SHA1: bd3b88ea4ecf70cc491902e793b5c31b68fadb91 SHA256: 5008b75240124175bcbaaf05f9701f1a4a594f829a2a000209af9a59eddc6527 Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.43.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4278 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.43.0-ms1_all.deb Size: 1290042 MD5sum: dfb67bf7e0469229c044b407b1b55374 SHA1: 419f3b5cb09184fe29be4278689eca8645714908 SHA256: fed2f70529f5612092224c094c97014a54be5f2ace9c8171ddd9cd3013c752e8 Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.44.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4278 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.44.0-ms1_all.deb Size: 1290028 MD5sum: 977888943edbf32f243ce0008cca463e SHA1: 0490cce4dbd4d715460b391d16f1614283c52044 SHA256: 36a9868014db18059014c2fce11ba9bc7386dc6641d80862b74fb3d086e70cfc Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.50.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4281 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.50.0-ms1_all.deb Size: 1280422 MD5sum: 371fe9a14f2506191fe8aa6674aa8c44 SHA1: cf1f4b46393a73efb9ce56eec4c96e69794ed0c5 SHA256: 119516473b820a3efaca6c454d4a9396cff56e4fafcad0fc55a13bfc10ce100b Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.50.1-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4281 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.50.1-ms1_all.deb Size: 1280482 MD5sum: cc949f955c972da67200701051a03bb4 SHA1: 16c3b54d2049de249e828d21d91ceced36555292 SHA256: e6ad82f440d7239c993cdd2d654822e9f7a121474bcff6abfce11e6052e82e5f Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.51.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4287 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.51.0-ms1_all.deb Size: 1282022 MD5sum: b4a66de63d96cbb87dd388a6279a7bef SHA1: 0c02108391fd343e3a729a268c3266d373e450ab SHA256: 826cb1ab7414cec25e0dfde187614407f92d06e34225c24e77fccc2cc8dfdd91 Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.51.1-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4287 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.51.1-ms1_all.deb Size: 1282042 MD5sum: 7aac0dd3f88d4f7d5025183c5ad99896 SHA1: b471a6cdcdacc23d4b849e7dafa325e68366ccff SHA256: cfa8aaab59257e74af100acef4a55fe21c70ab4cb4236b5ac6f063d7e2d92e3d Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.51.3-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4288 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.51.3-ms1_all.deb Size: 1282022 MD5sum: fc3fa2c5cb20da8965e35b3c2117c263 SHA1: f922d48836bea784d9d3cb1f6614b16ecbc5579f SHA256: 187c73d6372b435c33130cfcdd9dd11d1a1351371fb1efdf0287bc9291ac5d2e Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.52.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4288 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.52.0-ms1_all.deb Size: 1282126 MD5sum: f55b9b9ad6413acf1a0469a3c59a3e79 SHA1: 36ac81b169e169c02ee120942ddc2978a6b8c2d9 SHA256: 40f4beb90d7c1ad6d34d5ea4f8b02cb5078e75bd93012c83f7657232056ea52a Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.52.1-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4288 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc, uuid-runtime Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.52.1-ms1_all.deb Size: 1282054 MD5sum: 9247012cf41d9118500f0e4eaa7e426a SHA1: 209170f80886b9685abbcae4428fbdddf697c437 SHA256: f45523d6c7f1d1278e455c08cfd4cf80465eed5132872196795c7a3e908c4e44 Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.53.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4298 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc, uuid-runtime Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.53.0-ms1_all.deb Size: 1285486 MD5sum: 02797ca290e9cc8e1d3ccb79a95ba618 SHA1: 632c77853a396f66319aea5033969f80562f5995 SHA256: 8029da11eba6f53b41adc50ca3cffa57ade43f0b035a9d7591f76081654ae783 Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.54.0-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4298 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc, uuid-runtime Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.54.0-ms1_all.deb Size: 1285570 MD5sum: 4dd429f20e2ea2d3e872048e08abf57b SHA1: 81df76cc15d3347f774e81a8dee657cb5ebfdd39 SHA256: f47b6bed72d957ac72f93ede6f1abca0c7b61584f8f64679a7b7e102e780d980 Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: mysociety-misc-scripts Version: 1.55.1-ms1 Architecture: all Maintainer: mySociety Installed-Size: 4299 Depends: libcache-memcached-perl, libcrypt-x509-perl, libdbd-pg-perl, liberror-perl, libfile-copy-recursive-perl, libfile-slurp-perl, libfindbin-libs-perl, libjson-perl, libnet-dns-zonefile-fast-perl, libpath-class-perl, libunix-mknod-perl, libyaml-perl, perl-doc, uuid-runtime Suggests: nodejs, node-jshint Filename: dists/trixie/main/binary-amd64/mysociety-misc-scripts_1.55.1-ms1_all.deb Size: 1288642 MD5sum: e6f8db67ae3de53a0f991b46d830e77b SHA1: a94dd8034f39ff31da7059f26d145e98a4d840ed SHA256: 1394074b9431eda54a438af3e63ea24fee701fe8391f57b3b4b41cf86b4bedfb Section: default Priority: optional Homepage: https://github.com/mysociety/misc-scripts Description: mySociety's bin directory and other scripts. License: unknown Vendor: mySociety Package: node-jshint Version: 2.13.6-ms1 Architecture: amd64 Maintainer: mySociety Installed-Size: 5335 Depends: nodejs (>= 14.15.4-1nodesource1) Filename: dists/trixie/main/binary-amd64/node-jshint_2.13.6-ms1_amd64.deb Size: 1425850 MD5sum: fe4dac561c5fdf25500455aa7cc98bf0 SHA1: 4d2f4094bac48e1b66775681ebd4fab61cf195b3 SHA256: 8c011f44783c3dd2138ade976496d3ec7de0cc6caae3e19540eaced411262709 Section: default Priority: optional Homepage: https://github.com/jshint/jshint.git Description: Static analysis tool for JavaScript License: MIT Vendor: mySociety Package: php-xapian Version: 1.4.29-1 Architecture: amd64 Maintainer: mySociety Installed-Size: 4739 Depends: phpapi-20240924, php8.4-common, libxapian30 (>=1.4.29~) Filename: dists/trixie/main/binary-amd64/php-xapian_1.4.29-1_amd64.deb Size: 1478448 MD5sum: 4d7b3b122421828a014ca31911453988 SHA1: 5afc82055a2ea29556051785cc4d845c66af2025 SHA256: a1f32ea9aeaa2c466ef4d8d931b9437e1d09eedc4763343513b00aa62c5271f0 Section: default Priority: optional Homepage: https://xapian.org/ Description: Xapian bindings for PHP 8.4 License: unknown Vendor: mySociety Package: run-with-lockfile Version: 1.0.0-ms1 Architecture: amd64 Maintainer: mySociety Installed-Size: 24 Filename: dists/trixie/main/binary-amd64/run-with-lockfile_1.0.0-ms1_amd64.deb Size: 9962 MD5sum: 21df9631f2a0158ec827bbab46ee315f SHA1: e0be6611f1e12d50e9aaa8f57fdd113df061723a SHA256: 682b705bffbe82ff2e9c3c8c7dbd60387a30545a9fa32bb2db091821d36a81c2 Section: default Priority: optional Homepage: https://github.com/mysociety/run-with-lockfile Description: Lock a file and then execute a program. License: GPL-2.0-or-later Vendor: mySociety Package: srs Source: libmail-srs-perl Version: 0.31-9+ms1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 45 Depends: libmail-srs-perl Filename: dists/trixie/main/binary-amd64/srs_0.31-9+ms1_all.deb Size: 14956 MD5sum: c1c3d348109e6713ea75a64b784d991d SHA1: 29f2da532bb478a81040fe1a78d9e0abdc135f73 SHA256: e0c2afa86b63d6ffa8c1c89ba879229d1bbe7866e162c4258c89d6f5e666bd44 Section: mail Priority: optional Multi-Arch: foreign Homepage: https://metacpan.org/release/Mail-SRS Description: command-line Sender Rewriting Scheme client The Sender Rewriting Scheme preserves .forward functionality in an SPF-compliant world. . SPF requires the SMTP client IP to match the envelope sender (return-path). When a message is forwarded through an intermediate server, that intermediate server may need to rewrite the return-path to remain SPF compliant. If the message bounces, that intermediate server needs to validate the bounce and forward the bounce to the original sender. . This package contains the srs client that can be used in your .forward files.