Bug#971938: ITP: ruby-rspec-json-expectations -- Set of matchers and helpers to allow you test your APIs responses like a pro.
Package: wnpp Severity: wishlist Owner: Abraham Raji X-Debbugs-CC: debian-devel@lists.debian.org * Package name : ruby-rspec-json-expectations Version : 2.1.0 Upstream Author : 2014 Alexey Fedorov * URL : https://github.com/waterlink/rspec-json_expectations * License : Expat Programming Lang: Ruby Description : Set of matchers and helpers to allow you test your APIs responses like a pro. This package is necessary to enable autopkgtests for diaspora. I am part of the Debian Ruby team and with their help I will maintain this package myself. Abraham Raji -- Mea navis aëricumbens anguillis abundant.
how to add small console application to debian linux distribution?
Hi, I have developed small console application to configure debian screen resolution running in HyperV. I would like to add it to debian linux distribution or i can give it to you, to add it to debian linux distribution as a absolutely free code. I don't need to be an administrator of this piece of code. Can you tell me please, what are the next steps to add this functionality to debian linux distribution? console app functionality: There is a way to change screen resolution in all debian linux clones this way ... 1) Open Terminal 2) Type: sudo nano /etc/default/grub 3) Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT, and add video=hyperv_fb:[the resolution you want]. So my line ends up looking like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1366x768" 4) Write the changes and quit nano 5) Run: sudo update-grub 6) Reboot the virtual machine run: sudo reboot ... and i have developed console application which do it this way ... sudo hypervscrres --set grub 1366x768 update reboot yes ... and all application variants of use looks like this ... sudo hypervscrres --help sudo hypervscrres --get grub sudo hypervscrres --set grub 1366x768 sudo hypervscrres --set grub 1366x768 update sudo hypervscrres --set grub 1366x768 update reboot sudo hypervscrres --set grub 1366x768 update reboot yes yes | sudo hypervscrres --set grub 1366x768 update reboot tell me please if you have any interest thank you pe pi
Re: Co-maintaining some packages
Hey Vagrant, It is Brett Gilio. I pinged you on IRC last evening regarding advice for joining Debian in helping maintain some packages. Below I have Paul Wise's response to my inquiry, and was wondering if you would be willing to sponsor my work on some orphaned packages, as well as assistance with packaging Guix. Hope you are well, Thanks! Brett Gilio Paul Wise writes: > On Sat, Oct 10, 2020 at 2:00 AM Brett Gilio wrote: > >> I am a long term user of Debian GNU/Linux (and a regular contributor to >> GNU Guix). I have been using Debian or some other variant of GNU/Linux >> for 10+ years, in both professional and personal capacities. I notice >> that some packages that I depend on are not getting much attention, and >> I would like to offer help. I currently maintain my own repository using >> reprepro, but would like to return the packages I maintain on my own to >> the community as a whole. > > Please take a look at our intro guide for getting packages into Debian: > > https://mentors.debian.net/intro-maintainers/ > >> For example, MLton [0] could use updating, and working through the >> different branches. Likewise for PolyML, and SMLnj. I think helping with >> these three collections of packages would be a good first step into >> possibly helping Debian in the future. > > The mlton maintainer looks MIA, please report them as such. The > package itself can be adopted through the salvage process. Please note > that there is another person (and their sponsor) (names below) who are > interested in working on mlton, so please coordinate with those two. > > https://tracker.debian.org/pkg/mlton > https://contributors.debian.org/contributor/terpstra/ > https://www.debian.org/doc/manuals/developers-reference/beyond-pkging.en.html#mia-qa > https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#package-salvaging > https://wiki.debian.org/PackageSalvaging > Ivan Raikov > Benjamin Barenblat > > PolyML is a package from the Debian Science team, I expect they would > welcome help maintaining it and other packages. > > https://tracker.debian.org/pkg/polyml > https://wiki.debian.org/Teams/DebianScience > https://wiki.debian.org/DebianScience > > SMLnj is an orphaned package, so you can simply adopt it and seek a sponsor. > > https://tracker.debian.org/pkg/smlnj > https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#adopting-a-package > https://mentors.debian.net/sponsors/rfs-howto/ > > -- > bye, > pabs > > https://wiki.debian.org/PaulWise
Bug#971971: ITP: nemo-audio-tab -- Nemo extension to view audio tag information from the file manager's properties tab
Package: wnpp Severity: wishlist Owner: Joshua Peisach * Package name: nemo-audio-tab Version : 4.6.0 Upstream Author : Clement Lefebvre * URL : https://community.linuxmint.com/software/view/nemo-audio- tab * License : GPL-3+ Programming Lang: Python Description : Nemo extension to view audio tag information from the file manager's properties tab No long description provided upstream. This enhances Nemo (is a nemo extension), and will be maintained by myself here: https://salsa.debian.org/ItzSwirlz-guest/nemo-audio-tab until it can be moved into cinnamon-team.
Re: Co-maintaining some packages
Paul Wise writes: > Please take a look at our intro guide for getting packages into Debian: > > https://mentors.debian.net/intro-maintainers/ > Thank you for the information, Paul. I have reached out to an acquaintence to see if they will be a mentor to me. I will get in contact with those necessary. Brett Gilio
Bug#971983: ITP: golang-github-evilsocket-recording -- Allows reading and writing bettercap's session recordings
Package: wnpp Severity: wishlist Owner: Francisco Vilmar Cardoso Ruviaro X-Debbugs-Cc: debian-devel@lists.debian.org, francisco.ruvi...@riseup.net * Package name: golang-github-evilsocket-recording Version : 0.0~git20190408.3ce1dcf-1 Upstream Author : Simone 'evilsocket' Margaritelli * URL : https://github.com/bettercap/recording * License : GPL-3 Programming Lang: Go Description : Allows reading and writing bettercap's session recordings A recording archive is a gzip file containing reference Session and Events JSON objects and their changes stored as patches in order to keep the file size as small as possible. Loading a session file implies generating all the frames starting from the reference one by iteratively applying those "state patches" until all recorded frames are stored in memory. This is done to allow, UI side, to skip forward to a specific frame index without all intermediate states being computed at runtime. . This package allows reading and writing bettercap's session recordings.