Bug#984741: ITP: pagure-messages -- A schema package for messages sent by pagure

2021-03-07 Thread Sergio de Almeida Cipriano Junior
Package: wnpp
Severity: wishlist
Owner: Sergio de Almeida Cipriano Junior 
X-Debbugs-Cc: debian-devel@lists.debian.org, sergios...@hotmail.com.br

* Package name: pagure-messages
  Version : 0.0.6
  Upstream Author : Pierre-Yves Chibon 
* URL : https://pagure.io/pagure-messages
* License : GPLv2+
  Programming Lang: Python
  Description : A schema package for messages sent by pagure

  Pagure-messages is a schema package for messages sent by pagure, created using
  Fedora Messaging.

  A schema is important for several reasons:

   - it will help you (the developer) ensure you don’t accidentally change your
   message’s format. When messages are being generated from, say, a database 
object,
   it’s easy to make a schema change to the database and unintentionally alter 
your
   message, which breaks consumers of your message. Without a schema, you might 
not
   catch this until you deploy your application and consumers start crashing. 
With
   a schema, you’ll get an error as you develop!

   - it allows you to change your message format in a controlled fashion by 
versioning
   your schema. You can then choose to implement methods one way or another 
based on
   the version of the schema used by a message.

  For more information about message schemas see:

https://fedora-messaging.readthedocs.io/en/latest/messages.html

  The latest version of pagure (5.13.2) needs pagure-messages, my goal is to 
help
  package the new dependencies of pagure.

--
Cheers,
  Sérgio Cipriano


Anyone willing to package a new file browser?

2021-03-07 Thread _
Hi,
I wrote a new file browser, I was wondering if anyone's willing to try
it out and/or package it for Debian?
The source code and how to build it:
https://github.com/f35f22fan/Cornus



Bug#984757: ITP: cornus -- A fast file browser for Linux

2021-03-07 Thread clay stan
Package: wnpp
Severity: wishlist
Owner: clay stan 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: cornus
  Version : 0.0.1
  Upstream Author : f35f22fan
* URL : https://github.com/f35f22fan/Cornus
  License : GPL-3
  Programming Lang:  C++
  Description : A fast file browser for Linux.

A fast file browser for Linux written in C++17/Qt5.