Bug#1010247: ITP: greetd -- minimal and flexible login manager daemon
X-Debbugs-Cc: Marc Dequènes (Duck) [ re-posting, using X-Debbugs-Cc to avoid some routing issues ] Quoting Marc Dequènes (2022-04-27 08:19:59) > Package: wnpp > Severity: wishlist > Owner: Marc Dequènes (Duck) > X-Debbugs-Cc: debian-de...@lists.debian.org > > * Package name: greetd >Version : 0.8.0 >Upstream Author : Kenny Levinsen > * URL : https://git.sr.ht/~kennylevinsen/greetd > * License : GPL-3 >Programming Lang: Rust >Description : minimal and flexible login manager daemon > > greetd makes no assumptions about what you want to launch. Use gtkgreet > to launch sway if you want a fully graphical session, or use agreety to > launch a shell if you want a drop-in replacement for agetty(8) and > login(1). If you can run it from your shell in a TTY, greetd can start > it. If it can be taught to speak a simple JSON-based IPC protocol, then > it can be a greeter. > > > Most login managers historically assumes X11. The most compatible one is > probably GDM but unless you use GNOME you may wish to have a more > lightweight solution. Lightdm worked well until recently despite not > having Walyland support itself but it is now afflicted by this bug: >https://github.com/swaywm/sway/issues/6655 > The last release dates 2018 and there is no recent coding activity. > I think greetd's architecture properly decouples authentication and the > login UI and makes for a good replacement for Wayland users. > > I was thinking about maintaining it into the Rust team but I have not > joined yet. This looks quite useful. I'd be happy to co-maintain if you are interested in doing so outside of the Rust team - e.g. using the more loose debian collaboration section at salsa. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature
Processed: retitle
Processing commands for cont...@bugs.debian.org: > retitle 1006663 ITP: pyrcb2 -- A powerful asynchronous IRC bot library Bug #1006663 [wnpp] ITP: python-pyrcb2 -- A powerful asynchronous IRC bot library Changed Bug title to 'ITP: pyrcb2 -- A powerful asynchronous IRC bot library' from 'ITP: python-pyrcb2 -- A powerful asynchronous IRC bot library'. > End of message, stopping processing here. Please contact me if you need assistance. -- 1006663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006663 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1010256: ITP: rust-ahash -- non-cryptographic hash function
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard X-Debbugs-Cc: debian-de...@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: rust-ahash Version : 0.7.6 Upstream Author : Tom Kaitchuck * URL : https://github.com/tkaitchuck/ahash * License : Apache-2.0 or Expat Programming Lang: Rust Description : non-cryptographic hash function AHash is the fastest, DOS resistant hash currently available in Rust. AHash is intended *exclusively* for use in in-memory hashmaps. . AHash's output is of high quality but aHash is **not** a cryptographically secure hash. This package is needed by ITP packages atomic-data-rust and fractal. It will be maintained in the collaborative debian section at salsa, here: https://salsa.debian.org/debian/rust-ahash - Jonas -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmJpAKQACgkQLHwxRsGg ASErww/+MO95S8ls8+UQKNMhag9M/z3V9DP4+B29Skwxy+PbegpDd+2eIFeZb9P5 YMnVtNyI4wRfrYug4NmTzGxHM7tu1GHKpXzUesCtirihFUaCl7oXkGBqWtjvjJWl vIN9Y5NibQQPl+Br07HI/u5wEUn6kZgRHry4hJZV6E4nvY4RKgOOwQlLAuikqOZ6 Enr65fjv4P+zyWfH7GR7V3XwZKxcrE5ISL+l3piZnKijLeZUsQAfA2s95sQrIeHb QyQ2b/Q5zoARe7ypvOzpcyfneLJ0gLB0/WG25fuVIg5fE3CFo1UIhsqmD5qekTxL CPUdWidkHgQ8mzYC6BlrOEw3ETUEydGodfEc1jiaWDENj74kTgcC5QR4M358JdLj iy+N+WlZv1UURgVXLU5ek41upzI9uFXdpk0Fu4f3Qk6o9juK1rjW2oRKZn3ZR8jH kvy+6oUa5zU/IyVznFemwedUy2sPdihmqGNg7KXHv58XhWDYnOAQMo+tnvuJJHT0 6V7EBGKg8Rd1XOjYkJq+6UMDTY9JsL8ah+DpmNeub3urtVb6c66repYkrFQELlzK I/e6BqR7RSQoShjdGz153niR3TReV0qJSQeR79RtLogOnU05rqLtKnUw8yXWrhdh cfUcWWs7i8+VBqKqt+LyhEnC4/Ec/hEYM+3fml5/N+x7TRvEJHs= =cTbd -END PGP SIGNATURE-
Bug#996965: CSS help needed for r-cran-bslib (Was: shiny-server in debian)
Hi again, I've made some progress with bslib but now I have trouble with its autopkgtest. Bslib provides different versions of bootstrap (version 3, 4 and 5) to provide a unique interface for all R packages. I managed that the provided unittests are working for bootstrap4 but it fails for some tests of bootstrap3. This is true for the original bootstrap3 as distributed by Debian as well as the patched version (bslib contains a set of patches which I applied in the process of packaging). The erroneous code is not affected by the patch. Here is an example for the failure: ── Error (test-theme-base-colors.R:45:3): bs3 base colors ── Error in `compile_data(sass_input, options)`: Error: Invalid CSS after "... floor(math": expected expression (e.g. 1px, bold), was ".div($grid-gutter-w" on line 369:46 of ../../../../../../usr/share/nodejs/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss from line 110:1 of stdin >> vbar-padding-horizontal:floor(math.div($grid-gutter-width, 2)) !defa --^ Backtrace: ▆ 1. └─bslib::bs_get_variables(theme, varnames) at test-theme-base-colors.R:45:2 2. └─sass::sass_partial(...) 3. └─sass::sass(...) 4. └─sass:::compile_data(sass_input, options) ── Error (test-theme-base-colors.R:106:3): bs3 accent colors ─── This is from the patched code - the full autopkgtest log is here: https://salsa.debian.org/r-pkg-team/r-cran-bslib/-/jobs/2706701#L1056 If the bslib patches are not applied the autopkgtest log looks like https://salsa.debian.org/r-pkg-team/r-cran-bslib/-/jobs/2700112#L1056 Any hint how to fix the css code would be really helpful. Kind regards Andreas. Am Thu, Apr 14, 2022 at 04:50:38PM +0200 schrieb Andreas Tille: > Hi, > > Am Thu, Apr 14, 2022 at 11:26:58AM +0200 schrieb Andreas Tille: > > I did a next step in > > > > > > https://salsa.debian.org/r-pkg-team/r-cran-bslib/-/commit/7d066e14383753156d851e81b0db9e21665ce861 > > > > > > where I simply try the patience of ftpmaster to accept binary fonts. > > I'll now try to sort out the licenses of the different bootstrap > > versions and hope to upload soon to new. > > I've managed to exclude bootstrap3 but there are issues with the > Debian packaged bootstrap4 which I've reported upstream[1]. I'm now > checking what I can do for boostrap5 (besides removing it completely > for the moment and hoping that we can go with boostrap[34] as long > as version 5 is not packaged yet (I do not have a better idea right > now :-() > > So far for the status of bslib > > Andreas. > > [1] https://github.com/rstudio/bslib/issues/422 > > -- > http://fam-tille.de > > -- http://fam-tille.de
Processed: block 996464 with 1010256
Processing commands for cont...@bugs.debian.org: > block 996464 with 1010256 Bug #996464 [wnpp] ITP: atomic-data-rust -- graph database server to share Atomic Data on the web 996464 was blocked by: 1010212 996464 was not blocking any bugs. Added blocking bug(s) of 996464: 1010256 > thanks Stopping processing here. Please contact me if you need assistance. -- 996464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996464 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: block 900928 with 1010256
Processing commands for cont...@bugs.debian.org: > block 900928 with 1010256 Bug #900928 [wnpp] ITP: fractal -- Matrix.org messaging app for GNOME written in Rust Bug #959100 [wnpp] ITP: fractal -- Matrix.org messaging app for GNOME written in Rust Bug #963588 [wnpp] ITP: fractal -- Matrix.org messaging app for GNOME written in Rust 900928 was blocked by: 981822 970104 987324 984864 974117 900928 was not blocking any bugs. Added blocking bug(s) of 900928: 1010256 959100 was blocked by: 981822 970104 987324 984864 974117 959100 was not blocking any bugs. Added blocking bug(s) of 959100: 1010256 963588 was blocked by: 981822 970104 987324 984864 974117 963588 was not blocking any bugs. Added blocking bug(s) of 963588: 1010256 > thanks Stopping processing here. Please contact me if you need assistance. -- 900928: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900928 959100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959100 963588: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963588 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1010257: ITP: rust-xor-name -- DHT-optimized array function
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard X-Debbugs-Cc: debian-de...@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: rust-xor-name Version : 4.0.1 Upstream Author : MaidSafe.net limited * URL : https://github.com/maidsafe/xor_name * License : BSD-3-clause or Expat Programming Lang: Rust Description : DHT-optimized array function This package is needed for ITP project safe-network. It will be maintained in the collaborative debian section of salsa, here: https://salsa.debian.org/debian/rust-xor-name - Jonas -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmJpDqQACgkQLHwxRsGg ASFEXQ/+NX+zKLEIaRKwCnrrCbfI6QSWoYhRcZCz40LwB7x6EEZJBZt5I+uV81l7 3OgAdjznDR//tWiUPqCJ1j1323uZaLWTcEKE4aTynEk+S3hluJ0lBezWmBe9zFOK 9bCxKU3nYDqiipfaYOy7PsRh+htHSBbTaxodqeejuLmdj82vUjBVLhYDj32Ne1Km NGWQekvO96u97srigexfd47TxrKrzmPccUSB5++nW/BzSUIAHas/nkORkgqMzG87 l8agF/I9Fc1IxsM1s3evQ/YePM23Z9vcJNpVVDefG5RQeYYRv1B3P2xO4pMcfGSn 8fJPqys4ECc4i7s0oMgLkn9fi6zQgAmcwpOrsPq2x3Xbt7qVdmIKnRSW9vMuSmjz o6tSptgybFsDAKQbgvhB0lgVIoh78pbdeoFOdVGr6ibKiN3j+oDAjGSqbTXYZVAx 8Y+/dcxG1SkHO2gCUu5VWkR5pS5b48MXT+Cqwzn3giI9XONVUuz53gpjhaFa9c1m WXyLLi9kEGRbYKuq8/swJ/5m5XHsFTlM1euWGu+rpO6px6alH5b38EJirpsktfkd 7tlZjjLe0xLh1tYMLeNGDNWEh7ZHs02j3voPUU2LykYZEvYgeTKXj20jAldvbYNE E8hPkUxfX52VOcrdQbKa9YRJJjf+HMFKR2vPDeYZ0eyeU5WDtg4= =i8hK -END PGP SIGNATURE-
Bug#996965: CSS help needed for r-cran-bslib (Was: shiny-server in debian)
On Wed, Apr 27, 2022 at 10:59:25AM +0200, Andreas Tille wrote: > ── Error (test-theme-base-colors.R:45:3): bs3 base colors > ── > Error in `compile_data(sass_input, options)`: Error: Invalid CSS after "... > floor(math": expected expression (e.g. 1px, bold), was ".div($grid-gutter-w" > on line 369:46 of > ../../../../../../usr/share/nodejs/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss This was coming from node-bootstrap-sass directly as it was using new API for some functions which is not yet compatible with sass. I have fixed them. Now, 200 tests pass and just a couple of tests fail and I am out of time to check those now. _maybe_ you could skip for now and upload to unstable (which is high prio) BTW please repack all the minified files and minify them during the build using terser[1] or something similar [1]: https://tracker.debian.org/pkg/node-terser Regards Nilesh signature.asc Description: PGP signature
Bug#969482: ITP: glab -- An open-source GitLab command line tool
There is interest in this package. Personally I would prefer to not to install `glab` trough Snap. David
Processed: RFS: base16384/2.2.0-3 [ITP] -- Encode binary files to printable utf16be
Processing commands for cont...@bugs.debian.org: > block 1010055 by 1010266 Bug #1010055 [wnpp] ITP: base16384 -- Encode binary file to printable utf16be, and vise versa. 1010055 was blocked by: 1010068 1010055 was not blocking any bugs. Added blocking bug(s) of 1010055: 1010266 > End of message, stopping processing here. Please contact me if you need assistance. -- 1010055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010055 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1010267: ITP: tractor -- Setup an onion routing proxy
Package: wnpp Severity: wishlist Owner: Danial Behzadi X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: tractor Version : 3.12 Upstream Author : Danial Behzadi * URL : https://framagit.org/tractor/tractor/ * License : GPL Programming Lang: Python Description : Setup an onion routing proxy This package uses Python stem library to provide a connection through the onion proxy and sets up proxy in user session, so you don't have to mess up with TOR on your system anymore. - I use this package to setup some tor connections in user session, quickly turn bridges on/off or setting/unsetting tor proxy in my session. - I will maintain the software and the package for Debian, but since I'm not a DD yet, I'll need a sponsor for it.108
Bug#1010268: ITP: node-sinclair-typebox -- JSON Schema Type Builder with Static Type Resolution for TypeScript
Package: wnpp Severity: wishlist Owner: Yadd X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: node-sinclair-typebox Version : 0.23.4 Upstream Author : sinclairzx81 * URL : https://github.com/sinclairzx81/typebox * License : Expat Programming Lang: JavaScript Description : JSON Schema Type Builder with Static Type Resolution for TypeScript @sinclair/typeBox is a library that creates in-memory JSON Schema objects that can be statically inferred as TypeScript types. The schemas produced by this library are designed to match the static type checking rules of the TypeScript compiler. TypeBox allows one to create a unified type that can be both statically asserted by the TypeScript compiler and runtime asserted using standard JSON Schema validation. @sinclair/typeBox can be used as a simple tool to build up complex schemas or integrated into RPC or REST services to help validate JSON data received over the wire. TypeBox does not provide any JSON schema validation. Please use libraries such as AJV to validate schemas built with this library. node-sinclair-typebox is a new dependency of jest and will be maintained under JS Team umbrella
Bug#1010256: ITP: rust-ahash -- non-cryptographic hash function
On Wed, Apr 27, 2022 at 10:36:54AM +0200, Jonas Smedegaard wrote: > * Package name: rust-ahash > Version : 0.7.6 > Upstream Author : Tom Kaitchuck > * URL : https://github.com/tkaitchuck/ahash > * License : Apache-2.0 or Expat > Programming Lang: Rust > Description : non-cryptographic hash function > > AHash is the fastest, DOS resistant hash currently available in Rust. > AHash is intended *exclusively* for use in in-memory hashmaps. > . > AHash's output is of high quality > but aHash is **not** a cryptographically secure hash. > > This package is needed by ITP packages atomic-data-rust and fractal. > It will be maintained in the collaborative debian section at salsa, > here: https://salsa.debian.org/debian/rust-ahash This was already being worked on in debcargo-conf[0][1]. Is there a particular reason this wasn't coordinated with the rust team? [0]: https://salsa.debian.org/rust-team/debcargo-conf/-/tree/master/src/ahash/ [1]: https://alioth-lists.debian.net/pipermail/pkg-rust-maintainers/2022-March/018795.html Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB
Processed: tagging 1010256
Processing commands for cont...@bugs.debian.org: > tags 1010256 + pending Bug #1010256 [wnpp] ITP: rust-ahash -- non-cryptographic hash function Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 1010256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010256 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: tagging 1010257
Processing commands for cont...@bugs.debian.org: > tags 1010257 + pending Bug #1010257 [wnpp] ITP: rust-xor-name -- DHT-optimized array function Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 1010257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010257 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#996965: CSS help needed for r-cran-bslib (Was: shiny-server in debian)
Hi Nilesh, Am Wed, Apr 27, 2022 at 04:30:40PM +0530 schrieb Nilesh Patra: > On Wed, Apr 27, 2022 at 10:59:25AM +0200, Andreas Tille wrote: > > ── Error (test-theme-base-colors.R:45:3): bs3 base colors > > ── > > Error in `compile_data(sass_input, options)`: Error: Invalid CSS after "... > > floor(math": expected expression (e.g. 1px, bold), was > > ".div($grid-gutter-w" > > on line 369:46 of > > ../../../../../../usr/share/nodejs/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss > > This was coming from node-bootstrap-sass directly as it was using new API for > some > functions which is not yet compatible with sass. > I have fixed them. Now, 200 tests pass and just a couple of tests fail and I > am out of > time to check those now. _maybe_ you could skip for now and upload to > unstable (which is high prio) Thanks a lot for your help on this (deserves another $drink from me ;-) ) Those three failing tests are patched out now. > BTW please repack all the minified files and minify them during the build > using terser[1] or something similar I tried to repack[2] but I get r-cran-bslib/debian/missing_source/bs5(master) $ terser --compress --mangle -- bootstrap.bundle.js /usr/share/nodejs/terser/bin/terser:153 if (~opts.rawArgs.indexOf("--rename")) { ^ TypeError: Cannot read property 'indexOf' of undefined at Object. (/usr/share/nodejs/terser/bin/terser:153:19) at Module._compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12) at internal/main/run_main_module.js:17:47 /usr/share/nodejs/terser/tools/exit.js:14 throw exit; ^ [Function: exit] Any idea what might be wrong? Kind regards Andreas. > [1]: https://tracker.debian.org/pkg/node-terser [2] https://salsa.debian.org/r-pkg-team/r-cran-bslib/-/tree/master/debian/missing_source/bs5 -- http://fam-tille.de
Processed: Bug#1010268 marked as pending in node-sinclair-typebox
Processing control commands: > tag -1 pending Bug #1010268 [wnpp] ITP: node-sinclair-typebox -- JSON Schema Type Builder with Static Type Resolution for TypeScript Added tag(s) pending. -- 1010268: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010268 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1010256: ITP: rust-ahash -- non-cryptographic hash function
Hi James, Quoting James McCoy (2022-04-27 15:05:54) > On Wed, Apr 27, 2022 at 10:36:54AM +0200, Jonas Smedegaard wrote: > > * Package name: rust-ahash > > Version : 0.7.6 > > Upstream Author : Tom Kaitchuck > > * URL : https://github.com/tkaitchuck/ahash > > * License : Apache-2.0 or Expat > > Programming Lang: Rust > > Description : non-cryptographic hash function > > > > AHash is the fastest, DOS resistant hash currently available in Rust. > > AHash is intended *exclusively* for use in in-memory hashmaps. > > . > > AHash's output is of high quality > > but aHash is **not** a cryptographically secure hash. > > > > This package is needed by ITP packages atomic-data-rust and fractal. > > It will be maintained in the collaborative debian section at salsa, > > here: https://salsa.debian.org/debian/rust-ahash > > This was already being worked on in debcargo-conf[0][1]. Is there a > particular reason this wasn't coordinated with the rust team? Uhm, the very thing you replied to *is* my communication about this. If you meant why I didn't use internal Rust-team-specific communication channels, then it is because I am not part of that team and find it wrong for Debian teams to internalize such communication. Kind regards, - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature
Bug#1010256: ITP: rust-ahash -- non-cryptographic hash function
X-Debbugs-Cc: James McCoy , debian-r...@lists.debian.org [ re-posted using X-Debbugs-Cc to avoid some routing issues ] Hi James, Quoting James McCoy (2022-04-27 15:05:54) > On Wed, Apr 27, 2022 at 10:36:54AM +0200, Jonas Smedegaard wrote: > > * Package name: rust-ahash > > Version : 0.7.6 > > Upstream Author : Tom Kaitchuck > > * URL : https://github.com/tkaitchuck/ahash > > * License : Apache-2.0 or Expat > > Programming Lang: Rust > > Description : non-cryptographic hash function > > > > AHash is the fastest, DOS resistant hash currently available in Rust. > > AHash is intended *exclusively* for use in in-memory hashmaps. > > . > > AHash's output is of high quality > > but aHash is **not** a cryptographically secure hash. > > > > This package is needed by ITP packages atomic-data-rust and fractal. > > It will be maintained in the collaborative debian section at salsa, > > here: https://salsa.debian.org/debian/rust-ahash > > This was already being worked on in debcargo-conf[0][1]. Is there a > particular reason this wasn't coordinated with the rust team? Uhm, the very thing you replied to *is* my communication about this. If you meant why I didn't use internal Rust-team-specific communication channels, then it is because I am not part of that team and find it wrong for Debian teams to internalize such communication. Kind regards, - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature
Bug#1010256: ITP: rust-ahash -- non-cryptographic hash function
On Wed, Apr 27, 2022, 09:36 Jonas Smedegaard wrote: > Hi James, > > Quoting James McCoy (2022-04-27 15:05:54) > > On Wed, Apr 27, 2022 at 10:36:54AM +0200, Jonas Smedegaard wrote: > > > * Package name: rust-ahash > > > Version : 0.7.6 > > > Upstream Author : Tom Kaitchuck > > > * URL : https://github.com/tkaitchuck/ahash > > > * License : Apache-2.0 or Expat > > > Programming Lang: Rust > > > Description : non-cryptographic hash function > > > > > > AHash is the fastest, DOS resistant hash currently available in Rust. > > > AHash is intended *exclusively* for use in in-memory hashmaps. > > > . > > > AHash's output is of high quality > > > but aHash is **not** a cryptographically secure hash. > > > > > > This package is needed by ITP packages atomic-data-rust and fractal. > > > It will be maintained in the collaborative debian section at salsa, > > > here: https://salsa.debian.org/debian/rust-ahash > > > > This was already being worked on in debcargo-conf[0][1]. Is there a > > particular reason this wasn't coordinated with the rust team? > > Uhm, the very thing you replied to *is* my communication about this. > Communication is different from coordination. There was already in progress packaging. Instead of working with us to get that accepted, you've announced that you're taking over the package and maintaining it elsewhere from the bulk of the rust packages.
Bug#996965: CSS help needed for r-cran-bslib (Was: shiny-server in debian)
On Wed, Apr 27, 2022 at 03:22:59PM +0200, Andreas Tille wrote: > Thanks a lot for your help on this (deserves another $drink from me ;-) ) This count is increasing with each passing day :) > Those three failing tests are patched out now. Fine > > BTW please repack all the minified files and minify them during the build > > using terser[1] or something similar > > I tried to repack[2] but I get > > r-cran-bslib/debian/missing_source/bs5(master) $ terser --compress --mangle > -- bootstrap.bundle.js > > /usr/share/nodejs/terser/bin/terser:153 > if (~opts.rawArgs.indexOf("--rename")) { ^ Um, weird. It works fine for me (checked on a clean system in a chroot), are you using terser provided by "uglifyjs.terser"? Can you try running $ terser --compress --mangle -o bootstrap.bundle.min.js bootstrap.bundle.js $ ls bootstrap.bundle.js bootstrap.bundle.min.js get Alternatively, you can also use uglifyjs[3] > > [1]: https://tracker.debian.org/pkg/node-terser > [2] > https://salsa.debian.org/r-pkg-team/r-cran-bslib/-/tree/master/debian/missing_source/bs5 [3]: https://tracker.debian.org/pkg/uglifyjs Regards Nilesh signature.asc Description: PGP signature
Bug#1010256: ITP: rust-ahash -- non-cryptographic hash function
Quoting James McCoy (2022-04-27 15:55:34) > On Wed, Apr 27, 2022, 09:36 Jonas Smedegaard wrote: > > Quoting James McCoy (2022-04-27 15:05:54) > > > On Wed, Apr 27, 2022 at 10:36:54AM +0200, Jonas Smedegaard wrote: > > > > * Package name: rust-ahash > > > > Version : 0.7.6 > > > > Upstream Author : Tom Kaitchuck > > > > * URL : https://github.com/tkaitchuck/ahash > > > > * License : Apache-2.0 or Expat > > > > Programming Lang: Rust > > > > Description : non-cryptographic hash function > > > > > > > > AHash is the fastest, DOS resistant hash currently available in Rust. > > > > AHash is intended *exclusively* for use in in-memory hashmaps. > > > > . > > > > AHash's output is of high quality > > > > but aHash is **not** a cryptographically secure hash. > > > > > > > > This package is needed by ITP packages atomic-data-rust and fractal. > > > > It will be maintained in the collaborative debian section at salsa, > > > > here: https://salsa.debian.org/debian/rust-ahash > > > > > > This was already being worked on in debcargo-conf[0][1]. Is there a > > > particular reason this wasn't coordinated with the rust team? > > > > Uhm, the very thing you replied to *is* my communication about this. > > > > Communication is different from coordination. There was already in > progress packaging. Instead of working with us to get that accepted, > you've announced that you're taking over the package and maintaining > it elsewhere from the bulk of the rust packages. Sorry for using the wrong word. I do not recognize the picture you paint of what has happened here. What I announced was so-called "intent to package" (not a takeover). >From my perspective, you failed to coordinate _your_ intent to package which lead to this unfortunate situation of duplicate efforts. Please in future consider filing ITPs to avoid such situations. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature
Processed: block 1009568 with 1010268
Processing commands for cont...@bugs.debian.org: > block 1009568 with 1010268 Bug #1009568 [jest] node-proper-lockfile: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1 1009568 was not blocked by any bugs. 1009568 was not blocking any bugs. Added blocking bug(s) of 1009568: 1010268 > thanks Stopping processing here. Please contact me if you need assistance. -- 1009568: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009568 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1010055: marked as done (ITP: base16384 -- Encode binary file to printable utf16be, and vise versa.)
Your message dated Wed, 27 Apr 2022 21:55:03 +0800 with message-id and subject line Re: RFS: base16384/2.2.0-3 [ITP] -- Encode binary files to printable utf16be has caused the Debian Bug report #1010055, regarding ITP: base16384 -- Encode binary file to printable utf16be, and vise versa. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1010055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010055 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: fumiama * Package name: base16384 Version : 2.2.0 Upstream Author : fumiama * URL : https://launchpad.net/base16384 * License : GPLv3 Programming Lang: C Description : Encode binary file to printable utf16be, and vise versa. We use 16384 Chinese characters (from \u4E00 to \u8DFF) as the "alphabet", just like what base64 did. If length of the data has a remainder after mod 7, we will use \u3Dxx to present it with xx ranging from 01 to 06. - I designed this base64-like algorithm and had published it to my lauchpad PPA https://code.launchpad.net/~fumiama/+archive/ubuntu/ppa It seems to work well so that I hope to see more people who can use this util easily by entering apt-get directly. - I have read the wiki and found that in order to pubish my package to Debian, I am requested to get a sponsor for it. So I will file a RFS bug report later. --- End Message --- --- Begin Message --- I have sought many articles about closing that ITP bug, but still not sure for whether this reply will close #1010055 , please forgive me for this trying 😂.--- End Message ---
Bug#996965: CSS help needed for r-cran-bslib (Was: shiny-server in debian)
Hi Nilesh, Am Wed, Apr 27, 2022 at 07:26:04PM +0530 schrieb Nilesh Patra: > > Thanks a lot for your help on this (deserves another $drink from me ;-) ) > > This count is increasing with each passing day :) Just giving honor to those whom deserve honor. ;-) > > I tried to repack[2] but I get > > > > r-cran-bslib/debian/missing_source/bs5(master) $ terser --compress --mangle > > -- bootstrap.bundle.js > > > > /usr/share/nodejs/terser/bin/terser:153 > > if (~opts.rawArgs.indexOf("--rename")) { >^ > > Um, weird. > It works fine for me (checked on a clean system in a chroot), are you using > terser provided by "uglifyjs.terser"? No, just terser from unstable. It works now with uglifyjs.terser (as per my last commit). How can I recreate bootstrap.bundle.min.js.map ? Kind regards Andreas. -- http://fam-tille.de
Bug#996965: CSS help needed for r-cran-bslib (Was: shiny-server in debian)
On 27 April 2022 7:41:40 pm IST, Andreas Tille wrote: >> Um, weird. >> It works fine for me (checked on a clean system in a chroot), are you using >> terser provided by "uglifyjs.terser"? > >No, just terser from unstable. Then maybe you have an older copy. Terser is a virtual package now. > It works now with uglifyjs.terser (as >per my last commit). How can I recreate bootstrap.bundle.min.js.map ? There should be a source-map option or something similar, you could check the manpage/examples once. Regards, Nilesh
Processed: Re: RFS: base16384/2.2.0-3 [ITP] -- Encode binary files to printable utf16be
Processing control commands: > reopen 1010055 Bug #1010055 {Done: "fumiama" } [wnpp] ITP: base16384 -- Encode binary file to printable utf16be, and vise versa. Bug reopened Ignoring request to alter fixed versions of bug #1010055 to the same values previously set > block 1010055 by -1 Bug #1010055 [wnpp] ITP: base16384 -- Encode binary file to printable utf16be, and vise versa. 1010055 was blocked by: 1010266 1010068 1010055 was not blocking any bugs. Ignoring request to alter blocking bugs of bug #1010055 to the same blocks previously set -- 1010055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010055 1010266: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010266 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1010267: ITP: tractor -- Setup an onion routing proxy
Hi, Danial: On Wed, Apr 27, 2022 at 05:33:31PM +0430, Danial Behzadi wrote: Package: wnpp Severity: wishlist Owner: Danial Behzadi X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: tractor Version : 3.12 Upstream Author : Danial Behzadi * URL : https://framagit.org/tractor/tractor/ * License : GPL Programming Lang: Python Description : Setup an onion routing proxy This package uses Python stem library to provide a connection through the onion proxy and sets up proxy in user session, so you don't have to mess up with TOR on your system anymore. - I use this package to setup some tor connections in user session, quickly turn bridges on/off or setting/unsetting tor proxy in my session. - I will maintain the software and the package for Debian, but since I'm not a DD yet, I'll need a sponsor for it.108 If the package is python lang package, i think it would be better to put it under Debian python team umbrella: https://wiki.debian.org/Python/GitPackaging BR, Bo
Bug#1010275: ITP: rust-bls-dkg -- BLS DKG mechanism
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard X-Debbugs-Cc: debian-de...@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: rust-bls-dkg Version : 0.9.2 Upstream Author : MaidSafe.net limited * URL : https://github.com/maidsafe/bls_dkg * License : BSD-3-clause or Expat Programming Lang: Rust Description : BLS DKG mechanism BLS DKG is an implementation of a BLS DKG mechanism, requiring signing key, encryption key and SocketAddr of participants. . A BLS digital signature - also known as Boneh–Lynn–Shacham (BLS) - is cryptographic signature scheme which allows a user to verify that a signer is authentic. . Distributed key generation (DKG) is a cryptographic process in which multiple parties contribute to the calculation of a shared public and private key set. This package is needed for ITP package safe-network. It will be maintained in the collaborative debian section of salsa, here: https://salsa.debian.org/debian/rust-bls-dkg - Jonas -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmJpXpQACgkQLHwxRsGg ASH+OQ//X7Z6gpOeCVdtXMK5j4kfdRJ4tISHrGfgvE5JirguoHUndZ9vvO/+9/r4 sZiLc2zwX0OFlphV+ldVfT1JQ23Vi2EUUKuUqE8jDNp7sewMDVOx/lqY/HIyAFuF c8KgBox8bAQ79t0Qms3MBGNNeZa30JiTGNskLTi4r0T7c3nKi9pVEpqWgkjhsi0g ri2RriRFf66vInl5Bs1+8tBpI/Quajl/rO91B/pwIK3Kb9pnfj15MWPZhOM8agbo IzbqhEOO8kE44Vc0cVrV/8v6qjXmUHjO57jn9mht9fA8OluNZKYrVEr85PsqQSwT Gq0iE3a9XHwJJ1ROozBMjmcEMWYb8Vb+QZwap1yU6boMg0NOvqODrA00zyVsicMa a60pXfKC850xpTUWE+eS5fZf9KlGehrBpJpl0DeRpIoxATd93ZtaITvDlwai0LUW I6a1L4hvnOQJcXfAoGQzadtcZrssPBJF/ftY2nxpUh0S7LtszjNbzIUROI5jBZVw cfrOg8xaVTNMQ+qM3TbawV1gHutIcWxdTL84Nq3X8lA1WWyXaOqIshSBIwaaYvR0 0pIaPjNO+YSXQ/jm93etJ2mRAL1aI4IkKjTbhXLPp3nkcKqs68UdA96gOVEkM/O5 +vJbzpHJrSpOIythI0RIXu7rduVfIl2rAWoxcR/O6cV7x4/W0u0= =7Zvw -END PGP SIGNATURE-
Processed: block 1008016 with 1010275
Processing commands for cont...@bugs.debian.org: > block 1008016 with 1010275 Bug #1008016 [wnpp] ITP: safe-network -- network routing and service daemon for the Safe Network 1008016 was blocked by: 1010212 1010075 1010083 1010099 1008016 was not blocking any bugs. Added blocking bug(s) of 1008016: 1010275 > thanks Stopping processing here. Please contact me if you need assistance. -- 1008016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008016 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: block 1010275 with 1010257
Processing commands for cont...@bugs.debian.org: > block 1010275 with 1010257 Bug #1010275 [wnpp] ITP: rust-bls-dkg -- BLS DKG mechanism 1010275 was not blocked by any bugs. 1010275 was blocking: 1008016 Added blocking bug(s) of 1010275: 1010257 > thanks Stopping processing here. Please contact me if you need assistance. -- 1010275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010275 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: closing 1002743
Processing commands for cont...@bugs.debian.org: > close 1002743 Bug #1002743 [wnpp] ITP: threeb -- Bayesian analysis of blinking and bleaching (3B) microscopy analysis Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 1002743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002743 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1010275: ITP: rust-bls-dkg -- BLS DKG mechanism
Needs crate rand-0.7 (or safe-network needs to support newer bls-dkg). Newest bls_dkg is v0.10, which needs rand v0.8, which is in Debian. But newest safe-network needs bls_dkg v0.9, which needs rand v0.7, which is not in Debian. Packaging this project is therefore stalled: Waits for either rand v0.7 to appear in Debian, or for safe-network to depend on crates tied to rand v0.8 (not rand v0.7). - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature
Processed: summary 1010275 14
Processing commands for cont...@bugs.debian.org: > summary 1010275 14 Summary recorded from message bug 1010275 message 14 > thanks Stopping processing here. Please contact me if you need assistance. -- 1010275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010275 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1004919: Asking for new upstream release
I have retracted the current version of kmscon I had uploaded at mentors.debian.net to ask the upstream maintainer for a new release (https://github.com/Aetf/kmscon/issues/42), so I can prepare a proper release for Debian. A new version of libtsm has just been accepted into the archive, closing the blocking bug #1004921, so there should be no further blocks once I get a new version of kmscon ready. -- Victor Westerhuis OpenPGP_signature Description: OpenPGP digital signature
Processed: your mail
Processing commands for cont...@bugs.debian.org: > retitle 856303 ITA: teseq -- utility for rendering terminal typescripts > human-readable Bug #856303 [wnpp] O: teseq -- utility for rendering terminal typescripts human-readable Changed Bug title to 'ITA: teseq -- utility for rendering terminal typescripts human-readable' from 'O: teseq -- utility for rendering terminal typescripts human-readable'. > owner 856303 ! Bug #856303 [wnpp] ITA: teseq -- utility for rendering terminal typescripts human-readable Owner recorded as Marcos Talau . > End of message, stopping processing here. Please contact me if you need assistance. -- 856303: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856303 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems