Bug#429654: ITP: gmotionlive -- A simple multipart/x-mixed-replace viewer

2007-06-19 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia <[EMAIL PROTECTED]>

* Package name: gmotionlive
  Version : 1.0.0
  Upstream Author : Jeroen Vreeken <[EMAIL PROTECTED]>
* URL : http://gate.vitsch.net/~pe1rxq/gmotionlive
* License : GPLv2
  Programming Lang: C
  Description : A simple multipart/x-mixed-replace viewer

 gmotionlive is a simple gtk viewer for streaming webcams that use
 multipart/x-mixed-replace streams.
 .
 It was written for viewing streams from the motion program.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#530660: ITP: agedu -- a Unix utility for tracking down wasted disk space

2009-05-27 Thread Maximiliano Curia
Hola Alexander Prinsier!

El 26/05/2009 a las 20:21 escribiste:
> Package: wnpp
> Severity: wishlist
> Owner: Alexander Prinsier 
 
> * Package name: agedu
>   Version : N/A
>   Upstream Author : Simon Tatham 
> * URL : http://www.chiark.greenend.org.uk/~sgtatham/agedu/
> * License : MIT
>   Programming Lang: C
>   Description : a Unix utility for tracking down wasted disk space
 
> Unix provides the standard du utility, which scans your disk and tells
> you which directories contain the largest amounts of data. That can help
> you narrow your search to the things most worth deleting.
 
> However, that only tells you what's big. What you really want to know
> is what's too big. By itself, du won't let you distinguish between data
> that's big because you're doing something that needs it to be big, and
> data that's big because you unpacked it once and forgot about it.

I've been looking at the agedu project and from my point of view it has some
design flaws:
 - It creates an index database file prior any query can be made, and the
   index database is loaded fully into memory on every query.
 - Unix utilities are based on the idea of, do one thing, but do it well, a du
   that has an embedded web server cannot call itself a Unix utility.
 - The web interface listens on:
   127.randrange(0-255).randrange(0-255).randrange(2-255):randrange(1025-65535)
   on behalf of "security" so other users can't see your agedu, however any user
   can type: netstat -l to see where agedu is listening
 - The use of a random ip can be quite troublesome in certain firewalls
   setups.
 - It depends on the use of atime, currently considered as a unix desing flaw
   among kernel programmers [1] and the move towards relatime and nodiratime as
   default is quite possible in the near future [2], it even polutes the 
   planet [3]. :)

For all these reasons I don't think this software should go into the Debian
archive.

Anyway, the basic idea "to have an index of files and directories sorted by
size and age" can be quite useful, and probably a worthy hack to merge with
mlocate, which would be (of course) based on mtime instead of atime, which is
a plus.

[1]: http://kerneltrap.org/node/14148
[2]: http://lkml.indiana.edu/hypermail/linux/kernel/0903.3/01769.html
[3]: http://www.lesswatts.org/tips/disks.php

-- 
"EIEIO  Go home and have a glass of warm, dairy-fresh milk"
The GNU C Library Reference Manual, Chapter 2.2, Error Codes
Saludos /\/\ /\ >< `/



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#333756: roundcube 0.1beta2 was released

2006-08-15 Thread Maximiliano Curia
Hello,

Roundcube's upstream finally made a new release, they fixed lots of bugs and
added a few features.

-- 
"And if cynics ridicule freedom, ridicule community...if ``hard nosed
realists'' say that profit is the only ideal...just ignore them, and use
copyleft all the same. "-- (RMS)
Saludos /\/\ /\ >< `/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#298998: O: kernel-patch-2.4-supermount-ng -- Automatically mount and unmount removable media

2005-06-06 Thread Maximiliano Curia
Hola Xavier Hienne!

> >I believe that supermount-ng is an important feature that should be in 
> >Debian.
> That's my opinion too.

Excellent.

> >I'm willing to work in a team with anyone interested in this package.
> I'm ok to team up for this package. Are you still interested ?

I'll be glad to work in a team.

> >Mmmh, lots of new kernels to test.
> I already have a working patch against the debian 2.4.27 kernel source.

That's great.

-- 
"I'd rather listen to [Isaac] Newton than to [MicroSoft's] Mundie. He may
have been dead for almost three hundred years, but despite that he stinks
up the room less."  --- (Linus Torvalds)
Saludos /\/\ /\ >< `/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#298998: O: kernel-patch-2.4-supermount-ng -- Automatically mount and unmount removable media

2005-03-10 Thread Maximiliano Curia
retitle 298998 ITA: kernel-patch-2.4-supermount-ng -- Automatically mount and 
unmount removable media

thanks, Jeroen

Hola Jeroen van Wolffelaar!

El 11/03/2005 a las 01:49 escribiste:
> The current maintainer of kernel-patch-2.4-supermount-ng, Mika Fischer 
> <[EMAIL PROTECTED]>,
> has orphaned this package.  If you want to be the new maintainer, please
> take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
> detailed instructions how to adopt a package properly.
> 
> Maximiliano Curia <[EMAIL PROTECTED]> has showed interest in this
> package, if you want to adopt this, please contact him whether he's still
> interested.

I believe that supermount-ng is an important feature that should be in Debian.

I'm willing to work in a team with anyone interested in this package.

> Some information about this package:

>  It can be applied to the following Linux kernel sources:
>  2.4.20, 2.4.21, 2.4.22, 2.4.23, 2.4.24

Mmmh, lots of new kernels to test.

-- 
"I'd rather listen to [Isaac] Newton than to [MicroSoft's] Mundie. He may
have been dead for almost three hundred years, but despite that he stinks
up the room less."  --- (Linus Torvalds)
Saludos /\/\ /\ >< `/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#763345: ITP: git-hub -- Git command line interface to GitHub

2014-09-29 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: git-hub
  Version : 0.7.2
  Upstream Author : 2013, Sociomantic Labs GmbH
* URL : https://github.com/sociomantic/git-hub
* License : GPL-3+
  Programming Lang: Python
  Description : Git command line interface to GitHub
 git hub is a simple command line interface to GitHub, enabling most useful
 GitHub tasks (like creating and listing pull request or issues) to be accessed
 directly through the Git command line.
 .
 Although probably the most outstanding feature (and the one that motivated the
 creation of this tool) is the pull rebase command, which is the rebasing
 version of the GitHub Merge (TM) button. This enables an easy workflow that
 doesn't involve thousands of merges which makes the repository history
 unreadable.
 .
 Another unique feature is the ability to transform an issue into a pull
 request by attaching commits to it (this is something offered by the GitHub
 API but not by the web interface).


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140929135512.30070.25240.report...@amadeus.maxy.com.ar



Bug#1076577: ITP: pytest-mypy-plugins -- Plugin for testing mypy types, stubs, and plugins

2024-07-19 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 
X-Debbugs-Cc: debian-de...@lists.debian.org, team+pyt...@tracker.debian.org

* Package name: pytest-mypy-plugins
  Version : 3.1.2
  Upstream Contact: Nikita Sobolev 
* URL : https://github.com/typeddjango/pytest-mypy-plugins
* License : Expat
  Programming Lang: Python
  Description : Plugin for testing mypy types, stubs, and plugins

This plugins aims to simplify the process of refactoring and distributing
types.  In particular, this plugin provides an extendable DSL similar to the
one used by mypy's own tests.

More information on the main developers blog: 
https://sobolevn.me/2019/08/testing-mypy-types

This is a dependendy for the tests in dry-python/returns
(https://github.com/dry-python/returns), a set of monads and functional
solutions for Python, which I'm also planning to package for Debian.

Happy hacking,
-- 
"Don't let what you cannot do interfere with what you can do."
-- Wooden's Rule
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#1076669: ITP: python-returns -- Make your functions return something meaningful, typed, and safe

2024-07-21 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 
X-Debbugs-Cc: debian-de...@lists.debian.org, team+pyt...@tracker.debian.org

* Package name: python-returns
  Version : 0.23.0
  Upstream Contact: Nikita Sobolev 
* URL : https://github.com/dry-python/returns
* License : BSD-2-Clause
  Programming Lang: Python
  Description : Make your functions return something meaningful, typed, and 
safe

Basically, the answer is that returns provides useful abstractions that solve
some problems every developer has:

 * ``Maybe`` helps to work with None in a type-safe way
 * ``Result`` helps to work with exceptions in a type-safe way
 * ``IO`` helps to separate pure code from impure code to make your
   architecture better
 * ``Future`` helps to write await free code
 * ``RequiresContext`` helps to inject dependencies in a very readable,
   explicit, type-safe, and clean way
 * ``Pipelines`` can be used independently or together with the types above to
   create complex, declarative, and type-safe data pipelines

On top of that ``returns`` provides useful interfaces that allows you to switch
implementation on the fly. For example, you can write code that works the same
way for sync and async execution flows. While being fully type-safe at the
same time.

And you can write your own primitives that will solve any other problem you
can possible have based on ``returns`` existing or your custom interfaces.


The package provides set of monadic solutions in a pythonic way.


Happy hacking,
-- 
"The best way to predict the future is to invent it."
-- Alan Kay
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#578120: ITP: python-modbus -- full Modbus protocol implementation

2010-04-16 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 
Owner: Maximiliano Curia 

Hi,

I'm preparing a package for this:

* Package name: python-modbus
  Version : 0.5.0
  Upstream Author : Galen Collins 
* URL : http://code.google.com/p/pymodbus/
* License : MIT
  Programming Lang: Python
  Description : full Modbus protocol implementation

Pymodbus is a full Modbus protocol implementation using twisted for its
communications core. It is currently supports the following :

Client Features:
 * Can perform single get/set on discrete and registers
 * Can perform multiple get/set on discrete and registers
 * Working on diagnostic/file/pipe/setting/info requests
 * Can fully scrape a host to be cloned

Server Features:
 * Can function as a fully implemented TCP/ASCII modbus server
 * Full server control context
 * Working on serial communication
 * Working on functioning as a RTU
 * Can mimic a server based on the supplied input data

Any comment about pymodbus. modbus, and useless old hardware in production would
be appreciated. :)

Thanks,
-- 
Saludos,
Maxy



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100417023805.23620.25217.report...@amadeus.maxy.com.ar



Bug#656919: ITP: isodate -- ISO 8601 date/time/duration parser and formater (Python module)

2012-01-22 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: isodate
  Version : 0.4.6
  Upstream Author : Gerhard Weis 
* URL : http://hg.proclos.com/isodate
* License : BSD (3 clause)
  Programming Lang: Python
  Description : ISO 8601 date/time/duration parser and formatter (Python 
module)

This module implements ISO 8601 date, time and duration parsing.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120122215310.9824.73624.report...@amadeus.maxy.com.ar



[bortzmeyer@debian.org: Re: Bug#64980 RTP dna-mode, it's superseeded by biomode?]

2004-05-31 Thread Maximiliano Curia
Please, close the Bug#64980. It has year of inactivity and it's no
longer required.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=64980

- Forwarded message from Stephane Bortzmeyer <[EMAIL PROTECTED]> -

From: Stephane Bortzmeyer <[EMAIL PROTECTED]>
Date: Mon, 31 May 2004 21:46:37 +0200
To: Maximiliano Curia <[EMAIL PROTECTED]>
Cc: Stephane Bortzmeyer <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#64980 RTP dna-mode, it's superseeded by biomode? 
X-Mailer: exmh version 2.5 07/13/2001 (debian 2.5-1) with nmh-1.0.4+dev

On Sunday 30 May 2004, at 17 h 20, 
Maximiliano Curia <[EMAIL PROTECTED]> wrote:

> This is a very old request, do you still find dna-mode usable?
> 
> Isn't it replaced by biomode? 

I no longer work at Pasteur or in the field of biology, so you can safely 
ignore my request.



- End forwarded message -

-- 
Greetings,
/\/\ /\ >< `/



Bug#251917: package needed for Agata Report

2004-07-08 Thread Maximiliano Curia
I'll would like to package Agata Report
(http://www.agata.org.br/us/install_lin.php) , that uses php-gtk. Can I
help you in any way to package php-gtk?

The php-gtk package is available in the Agata Report site, but I would really
like if it were available in Debian.

--
Greetings,
/\/\ /\ >< `/



Bug#252485: Depends of non-packaged libscintilla?

2004-07-08 Thread Maximiliano Curia
ping

Hello,

I would like to package Agata Reports
( http://www.agata.org.br/us/install_lin.php ), that depends of
GtkScintilla. Is there any way I can help you to package GtkScintilla?

Also, in the page of Agata Reports there is a package for GtkScintilla,
but I would really like if it were available in Debian.

By the way, scite, libqscintilla and gtkscintilla are pretty close
packages, and maybe it would be a good idea to create a libscintilla
package, that gtkscintilla depends on. Scite and libqscintilla could
later use the library package.

-- 
Greetings,
/\/\ /\ >< `/



Bug#251917: package needed for Agata Report

2004-07-11 Thread Maximiliano Curia
Hola Luiz Carlos Querino Filho!

El 09/07/2004 a las 10:50 escribiste:
> Unfortunately, I couldn't find a Debian developer to sponsor the 
> packages, so I abandoned the project.

If you are still looking for a sponsor you could try in #debian-devel at
irc.debian.org, or [EMAIL PROTECTED] I can't help you
with that, since I'm not yet a Debian Developer.

Or is it that you need help with finishing the packages? In that case I
would be glad to help you.

Do you still have the packages you created? Would you like to upload
them into a non-official repository?

Or do you prefer to drop the ITP and let someone else do it?

> If you want, you could try it yourself.

I'll be glad to do it, but it would be better if you stayed with the
project and uploaded your packages.

--
Ate logo,
/\/\ /\ ><



Bug#700044: ITP: bbswitch-dkms -- Kernel module for toggling power of nVidia Optimus

2013-02-07 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: bbswitch-dkms
  Version : 0.5-1
  Upstream Author : Peter Lekensteyn 
* URL : https://github.com/Bumblebee-Project/bbswitch
* License : GPL
  Programming Lang: C
  Description : Kernel module for toggling power of nVidia Optimus

 bbswitch is a kernel module which allows turning the power on or off for
 nVidia Optimus video cards.
 .
 Card status can be queried and modified during normal usage or at boot time.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130207201250.9203.75924.report...@amadeus.maxy.com.ar



Bug#659439: Deprecated module acpi-call, please use bbswitch

2013-02-08 Thread Maximiliano Curia
¡Hola gregor!

El 2013-02-08 a las 00:21 +0100, gregor herrmann escribió:
> It works (see below) fine here (3.7-trunk-amd64 from experimental).

Ok, it stopped working with 3.5 kernels for me, but I have only tested it with
a nVidia Optimus card, and it seem to have some commits I've not pulled.

> I habe no idea about Optimus, I'm using it for
> /usr/lib/tlp-pm/tpacpi-bat (from the tlp package (not in Debian
> ...)).

Good to know. Sorry for the noise then.

-- 
"Any sufficiently advanced technology is indistinguishable from magic."
-- Clarke's Third Law
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#639282: ITP: libusbtc08 -- Communication library for PicoTech USB TC08 Thermocouple sensor

2011-08-25 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: libusbtc08
  Version : 1.7.2
  Upstream Author : Pico Technology
* URL : http://www.picotech.com
* License : Other (BSD like)
  Description : Hardware interface library for PicoTech USB TC08 
Thermocouple sensor
 This library provides a communication API for the USB TC-08 8 channel
 thermocouple data logger provided by Pico Technology.

  Full License:
Copyright (c) 2007, Pico Technology.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
 * The name of Pico Technology may not be used to endorse or promote
   products derived from this software without specific prior written
   permission.

THIS SOFTWARE IS PROVIDED BY PICO TECHNOLOGY "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL PICO TECHNOLOGY BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- 
"Elegance is not a dispensable luxury but a quality that decides between
success and failure."
-- Edsger W. Dijkstra
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#641840: ITP: usbtc08-python -- Python wrapper for libusbtc08

2011-09-16 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: usbtc08-python
  Version : 0.1.1
  Upstream Author : Maximiliano Curia
* URL : http://bettercodes.org/projects/usbtc08-python
* License : LGPL-3
  Description : Python wrapper for libusbtc08
 libusbtc08 provides a communication API for the USB TC-08 (8 channel
 thermocouple data logger) provided by Pico Technology.
 .
 This package includes a wrapper module to use libusbtc08 from python.

 Binary package name: python-usbtc08

-- 
"Whenever possible, steal code." -- Tom Duff
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#729959: ITP: libmm-qt -- Qt wrapper for ModemManager DBus API

2013-11-19 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: libmm-qt
  Version : 0.5.1
  Upstream Author : Will Stephenson ,
Lamarque Souza ,
Daniel Nicoletti 
* URL : https://projects.kde.org/projects/extragear/libs/libmm-qt
* License : LGPL-2.1 or later as approved by kde e.v.
  Programming Lang: C++
  Description : Qt wrapper for ModemManager DBus API


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131119123258.7182.44747.report...@amadeus.maxy.com.ar



Bug#729971: ITP: libnm-qt -- Qt wrapper for NetworkManager API

2013-11-19 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: libnm-qt
  Version : 0.9.0.1
  Upstream Author : Ilia Kats ,
Daniel Nicoletti ,
Jan Grulich ,
Lamarque Souza ,
Will Stephenson 
* URL : https://projects.kde.org/projects/extragear/libs/libnm-qt
* License : LGPL-2.1 or later as approved by kde e.v.
  Programming Lang: C++
  Description : Qt wrapper for NetworkManager API


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131119170218.28556.69619.report...@amadeus.maxy.com.ar



Bug#731375: ITP: plasma-nm -- Network Management widget for KDE Plasma workspaces

2013-12-04 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: plasma-nm
  Version : 0.9.3.2
  Upstream Author : Jan Grulich ,
Lukáš Tinkl 
* URL : 
https://projects.kde.org/projects/playground/network/plasma-nm
* License : GPL-2 or GPL-3 or later as approved by KDE e.V.
LGPL-2.1 or LGPL-3 or later as approved by KDE e.V.
  Programming Lang: C++
  Description : Network Management widget for KDE Plasma workspaces

 This package contains the Network Management plasma widget which aims to
 provide a fully featured GUI for managing networks. Currently, the only
 supported backend is NetworkManager. Support for wired, wireless, mobile
 and VPN networks are provided. The widget is exclusively written for KDE
 Plasma workspaces and it is not supposed to work in other environments.
 .
 In order to start using the widget, look for "Network Management" in the "Add
 Widgets" dialog of the Plasma workspace you're using.

This package replaces plasma-widget-networkmanagement which is no longer
supported upstream.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131204192629.4363.10149.report...@neoptolemo.gnuservers.com.ar



Bug#731478: ITP: libkscreen -- library for screen management

2013-12-05 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: libkscreen
  Version : 1.0.2
  Upstream Author : Dan Vrátil ,
Àlex Fiestas 
* URL : https://projects.kde.org/projects/extragear/libs/libkscreen
* License : LGPL-2.1+
  Programming Lang: C++
  Description : library for screen management

 The KDE multiple monitor support is trying be as smart as possible
 adapting the behavior of it to each use case making the configuration
 of monitors as simple as plugging them to your computer.
 .
 This package contains the shared library


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20131205202619.16521.67774.report...@neoptolemo.gnuservers.com.ar



Bug#712539: ITP: encuentro -- Access the content of the Encuentro channel, and others

2013-06-16 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: encuentro
  Version : 1.0
  Upstream Author : Facundo Batista 
* URL : http://encuentro.taniquetil.com.ar/
* License : GPL-3
  Programming Lang: Python
  Description : Access the content of the Encuentro channel, and others

Encuentro is a small program that allows you to search, download and watch
videos from the Encuentro argentinian channel. Since the content of the
channel is completely in Spanish, so is this program.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130616225734.18218.86632.report...@amadeus.maxy.com.ar



Bug#712539: ITP: encuentro -- Access the content of the Encuentro channel, and others

2013-06-17 Thread Maximiliano Curia
¡Hola thomas!

El Monday, June 17, 2013 a las 19:14 escribiste:
> On Monday, June 17, 2013 12:57:34 AM Maximiliano Curia wrote:
> > * Package name: encuentro
> >   Version : 1.0
> >   Description : Access the content of the Encuentro channel, and
> >   others

> We already have a few video download programs in the archive. Maybe upstream
> could be convinced to contribute to the upstream of one of the following
> packages instead of writing its own program:
> cclive, clive, get-flash-videos, nomnom, youtube-dl, nicovideo-dl,
> get-iplayer, mediathekview

Most of them are are command line downloaders. encuentro is closer to miro, 
but instead of regular podcast the "conectate" network uses its own 
distribution protocol.

By looking at the packages' descriptions mediathekview is specific to the 
German public internet television, encuentro would be a similar thing but for 
Argentinian public television.

-- 
"Email is a wonderful thing for people whose role in life is to be on top of
things. But not for me; my role is to be on the bottom of things. What I do
takes long hours of studying and uninterruptible concentration."
-- Donald Knuth
Saludos /\/\ /\ >< `/


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4468395.FAOnPVGMGQ@amadeus



Bug#509815: The KDE Team intends to adopt libiodbc2

2013-03-11 Thread Maximiliano Curia
retitle 509815 ITA: libiodbc2 -- iODBC Driver Manager
owner 509815 !
thanks

Hi,

Currently libiodbc2 is needed by a great part of KDE, the team currently
maintains the soprano db, so libiodbc2 is a sort of missing link. Also, by
mainting this packages we intend to fix #639300.

Thanks,
Happy Hacking.
-- 
"The cheapest, fastest and most reliable components of a computer system are
those that aren't there."
-- Gordon Bell
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#703636: ITP: retask -- Simple task queues using Redis

2013-03-21 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: retask
  Version : 0.3
  Upstream Author : Kushal Das 
* URL : https://pypi.python.org/pypi/retask
* License : MIT
  Programming Lang: Python
  Description : Simple task queues using Redis
 retask is a python module to create and manage distributed task queue/job
 queue.
 .
 It uses Redis to create task queues. User can enqueue and dequeue tasks in the
 queues they manage. Each task can contain any JSON serializable python objects.
 We use JSON internally to store the tasks in the queues.
 .
 Workers can execute tasks and return the result asynchronously and if required
 synchronously (wait until worker returns the result to the job).


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130321165029.30061.92875.report...@freak.gnuservers.com.ar



Bug#703670: ITP: python-rst -- Easy way to create rst documents

2013-03-21 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: python-rst
  Version : 0.1
  Upstream Author : Kushal Das 
* URL : http://pypi.python.org/pypi/rst
* License : MIT
  Programming Lang: Python
  Description : Easy way to create rst documents

 python-rst is a python module to create reStructuredText documents through
 code.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130322014424.7881.54159.report...@amadeus.maxy.com.ar



Bug#705444: ITP: picmi -- Number logic game

2013-04-14 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: picmi
  Version : 4.10.2
  Upstream Author : Jakob Gruber 
* URL : http://games.kde.org/game.php?game=picmi/
* License : GPL-2+ (program) and GFDL-1.2+ (documentation)
  Programming Lang: C++
  Description : Number logic game
 Picmi is a number logic game in which cells in a grid have to be colored or
 left blank according to numbers given at the side of the grid to reveal a
 hidden picture.
 .
 This package is part of the KDE games module.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130415064219.27266.91403.report...@amadeus.maxy.com.ar



Bug#747404: ITP: kxd -- Key exchange daemon

2014-05-08 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

* Package name: kxd
  Version : 0.11
  Upstream Author : Alberto Bertogli 
* URL : http://blitiri.com.ar/p/kxd/
* License : MIT
  Programming Lang: Go
  Description : Key exchange daemon

kxd is a key exchange daemon, which serves blobs of data (keys) over https.

It can be used to get keys remotely instead of using local storage. The main
use case is to get keys to open dm-crypt devices automatically, without having
to store them on the local machine.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140508103117.12115.88431.report...@amadeus.maxy.com.ar



Bug#743026: Bug 743026

2014-05-13 Thread Maximiliano Curia
¡Hola Peter!

El 2014-05-13 a las 17:20 -0400, Peter Amaral escribió:
> I do not believe there has been any change, cinnamon is still broken in Debian
> Unstable and the package has not been revved to a new version. Should this bug
> be reopened?

No, the package is not orphaned, the version in experimental still needs more
work, sure, but there is a group that cares about it.

-- 
"Anytime you have a fifty-fifty chance of getting something right, there's a
90 percent probability you'll get it wrong."
-- The 50-50-90 rule
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#743026: cinnamon experimental missing ITP deps

2014-06-07 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On June 7, 2014 7:52:33 AM CEST, Zoltan Hidvegi  wrote:
>The experimental cinnamon package is still uninstallable, even though
>it seems most (if not all) the required parts have been uploaded to
>ftp-master, nut the ITP requests are still pending? Is there any way
>to download the pending packages? Is there any side repository that
>can be used for testing?

The packages are available in my personal repository at 
http://maxy.com.ar/debian experimental. You are encouraged to build them 
yourself from the git.debian.org pkg-cinnamon source repositories.


- --
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-BEGIN PGP SIGNATURE-
Version: APG v1.1.1

iQJRBAEBCgA7BQJTkr4dNBxNYXhpbWlsaWFubyBDdXJpYSAobW9iaWxlKSA8bWF4
eUBnbnVzZXJ2ZXJzLmNvbS5hcj4ACgkQ+TOsGe2A+7mbVw//efejkAIQfzcj+MsS
/gSYmhPrhbbbA3W1ZHJwWLJi1IQqBlR6HPycncZdb0tFwb8SyjE6A1aMOXmmzyKF
/wCAbzMPtmsJ+9cYQ8GmpO+PM1ymXZvT8ra1VEkS/6z5PFl0rBTP20FC1e9vYHuf
GnLIwZFMGU3DqisBuGr4iGCEU28WkGIFYaK6NH23S5rv5XQjdOsjK5IEAaa+kJYa
JNkyD7y9J+f30EhOMxKtWgW1joL6AqV1cyaSIYk0nIrKMQ+CqbIn5GVGe0T+99+O
iFxWwXf2WN/tzplgBdst+ygH/Bcrrn53TssomMCuMoDXwibtmAvbduXBx6Qq5xIl
wgO2DYf2KhjZ2VWo+MW17oM+u/+VQ8I7MSWP4YgB099l2+R1mC96hCFc0KBjGyUs
yr9OJQRNOnZb90Bk5b3pn21nCSzSuMCf6+JQQh9Lj2KSii4TeTaVeeuMIHAvK4f2
16MJTlnWSJuXRHhcYrJEDanegQ7mc7WeOGS/VdSOZdM7zOaNc1Dl1OA2/53nBbzw
r2EyMaB0uq9ZGaUxmsV4NasgbPQAaWCDFIPCewfjUiy3hlvKIFFyyNX8Rglvlp4J
0f7etPZBuGCWqxWD8zKL+YoCz+RUI76Kw0ixigc7bMHQT/PSMM37vcRJsSoowf+g
0wamKurbyf+etnpwz+n2cdAVMRo=
=S/vJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/6ac58148-00c4-4541-9e6e-517d66c19...@email.android.com



Bug#890503: RFA: oregano -- tool for schematical capture of electronic circuits

2018-02-15 Thread Maximiliano Curia

Package: wnpp
Severity: normal

I request an adopter for the oregano package, as I haven't been working on if 
for quite some time now, due to, among other factors, the fact that I haven't 
needed oregano, and that the changes on the upstream side make it diffucult to 
mantain it, the "newer" versions live in https://github.com/drahnr/oregano, 
but it uses waf (https://wiki.debian.org/UpstreamGuide#waf), and it includes 
some non free spice models.


The package description is:
Oregano is a GNOME application for schematic capture and printing of
electronic circuits. It can simulate the circuits using Gnucap,
ng-spice or Berkeley spice.

Happy hacking,
--
"I decry the current tendency to seek patents on algorithms. There are better
ways to earn a living than to prevent other people from making use of one's
contributions to computer science."
-- Donald Knuth
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#813499: O: virtuoso-opensource -- high-performance database

2016-02-02 Thread Maximiliano Curia
Package: wnpp
Severity: normal

With my Kde team member on, we intend to orphan the virtuoso-opensource package.

virtuoso was part of the dependencies needed for nepomuk and with it's end of 
life 
it makes no sense for us to keep working on it.

I'll be happy to help in any way I can if you are interested in keep 
maintaining it.

The package description is:
 OpenLink Virtuoso is a high-performance object-relational SQL database.
 It provides transactions, a smart SQL compiler, hot backup, SQL:1999
 support, a powerful stored-procedure language supporting server-side
 Java or .NET, and more. It supports all major data-access interfaces,
 including ODBC, JDBC, ADO.NET, and OLE/DB.

Happy hacking,



Bug#826630: O: sshfp -- DNS SSHFP records generator

2016-10-29 Thread Maximiliano Curia

Control: retitle -1 ITA: sshfp -- DNS SSHFP records generator

El 2016-06-07 a las 09:09 +, Mattia Rizzolo escribió:
The current maintainer of sshfp, Julien Valroff , 
has retired.  Therefore, I orphan this package now.


I've worked on sshfp in the past, and I would be willing to maintain it in 
Debian.


Happy hacking,
--
"Programs must be written for people to read, and only incidentally for
machines to execute."
-- Hal Abelson, "Structure and Interpretation of Computer Programs"
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#826630: ITA?

2016-06-08 Thread Maximiliano Curia

¡Hola Jean-Michel!

El 2016-06-07 a las 21:47 +, Jean-Michel Vourgère escribió:
I just noticed that you set up a repository on collab-maint with an 
upstream git snapshot. 
https://anonscm.debian.org/cgit/collab-maint/sshfp.git/


Please retitle this bug indicating an ITA ( 
https://www.debian.org/devel/wnpp/ ), or I will publish the NMU I 
prepared today, that contain my 2013 & 2014 patches.


Would it be too much to ask to rebase your changes and push them to the 
collab-maint repository?


I don't mind re-adopting the package, but I'm not currently using sshfp, so 
feel free to add your self as Maintainer/Co-Maintainer, dropping Julien and/or 
setting me as Maintainer.


This evening, I also made a bunch of changes for a QA upload, almost 
identical to those you did 2 months ago... A bit frustrating of course ^^


Right, I did those as a way to poke Julien Valroff. I sent him a mail that was 
not answered.


Happy hacking,
--
"If the code and the comments disagree, then both are probable wrong."
-- Norm Schryer
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#831869: RFP: libnet-lite-ftp-perl -- Net::Lite::FTP - Perl FTP client with support for TLS

2016-07-20 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist

* Package name: libnet-lite-ftp-perl
  Version : 0.84
  Upstream Author : Dariush Pietrzak,'Eyck' 
* URL : 
http://search.cpan.org/dist/Net-Lite-FTP-0.61/lib/Net/Lite/FTP.pm
* License : Perl
  Programming Lang: Perl
  Description : Net::Lite::FTP - Perl FTP client with support for TLS

This module is needed for the tls ftp support in backup-manager (#672236).



Bug#860396: retitle mozjs38 ITP to mozjs52

2017-08-05 Thread Maximiliano Curia

¡Hola Jeremy!

El 2017-08-04 a las 21:35 -0400, Jeremy Bicha escribió:

Control: retitle -1 ITP: mozjs52 -- SpiderMonkey JavaScript library


The Debian GNOME team is skipping mozjs38 and going straight to 
mozjs52. mozjs52 is part of GNOME 3.26 and is the JavaScript engine 
from Firefox 52 ESR, the only ESR supported at this time.



The packaging is derived from Debian's mozjs24 packaging.


The debian/copyright is from Firefox but with parts that don't apply 
to this smaller source package removed.


I'm also interested in a newer version of mozjs (for cinnamon), please let me 
know if you need a hand packaging it (and/or if you are at DebConf).


Happy hacking,
--
"There are two major products that come out of Berkeley: LSD and BSD.
We don't believe this to be a coincidence."
-- Jeremy S. Anderson
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#643801: Preparing an updated stgit package

2014-03-26 Thread Maximiliano Curia
Hi,

I'm preparing the packages for stgit 0.17.1 and I've uploaded the preliminar
packaging to alioth's collab-maint [1]. And I would like to invite the
previous ITA owners, as well as anyone interested in stgit, to comaintain it.

Thanks,

[1] http://anonscm.debian.org/gitweb/?p=collab-maint/stgit.git
git://git.debian.org/git/collab-maint/stgit.git
-- 
"Email is a wonderful thing for people whose role in life is to be on top of
things. But not for me; my role is to be on the bottom of things. What I do
takes long hours of studying and uninterruptible concentration."
-- Donald Knuth
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#742796: ITP: redshift-plasmoid -- Adjusts the color temperature of your screen, KDE plasmoid

2014-03-27 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: redshift-plasmoid
  Version : 0.6.2
  Upstream Author : Simone Gaiarin 
* URL : 
http://kde-apps.org/content/show.php/Redshift+plasmoid?content=148737
* License : GPL-3+
  Programming Lang: C++
  Description : Adjusts the color temperature of your screen, KDE plasmoid

Redshift plasmoid provides a configuration interface and allows one to
start/stop Redshift daemon either manually or automatically based on the
current activity.

This package would be maintained under the Debian KDE Extras Team umbrella.

Happy hacking.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTNEQ0AAoJEMcZdpmymyMq+MUP/00/D1f4dST9697FhLJ2LNoy
KDFCchirZaiY1emPXk8Hm6Srm46FG95zTWC/d/hIjuf6iYvMi1ZMGLCE51gVS/bK
Nr/SYj8x5LcxSQ1st1ftAuMvZSxbBB9NzdRm0ILTDl1pF9HK0wOAasjqYI8EZ8uL
c5Vbz+uw1rFqqSIuoQgX/zvx7FlwGhz126VjN/6Df06HY7xFhRAeqAiKvZYksDNB
Hr0nzl6i05qzJyVfdwhTxsxAroe8BZp8i6Re7RSr9u8OtXVuRaXVLImy2rrs5rZW
uldXdpPW36QJ6MQ7+l72pwLWXM9plmoEjWYIROrdnMJhzNkfGLgEoR9tY6lrSEms
/idjjMf6mwzmx8lYN3DROAAuby3T4NWfjgBewjVzCOG4/a+1wfvO83y6LvtYkmpF
0/wIuwE1DUmpVIzzqPMeaScV3eqSq0+Iye1+1tKZzpbmbzLZvDjN8GJ1T4YkdUmK
QNXw2vIUZfF6mjKF2xRhAWCDEiwbuZBhmlQSYdZ4vCBglkqUM52wEv+L18C3VnEG
RtOG4kU1o4powl699OqCX4jHS+0bIkkGLhUzZ5tokAwWzPWn/bYPwCr9CqU+BHhI
wHHpieBUaWVbWhq0MW4ZciVp8d0N65/vzd6XcDm+MuX+Yr7fjyjhY+C4pW6j+B8A
sRLgCmiK+YN14PFvc9UC
=ZxmU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140327153135.9070.53768.report...@amadeus.maxy.com.ar



Bug#823037: ITP: flatbuffers -- efficient cross platform serialization library

2019-03-04 Thread Maximiliano Curia

¡Hola Bálint!

El 2019-03-04 a las 00:23 +0100, Bálint Réczey escribió:

With the following changes IMO the package would be ready for upload:
https://salsa.debian.org/debian/flatbuffers/merge_requests/1


Currently the salsa ci rules test the build against reprotest, and it fails. 
The log mentions that the issue might be due to the use of __DATE__ but that 
gets set by the SOURCE_DATE_EPOCH [1] (using the time and date from the last 
debian/changelog entry).


diffoscope shows the presence of the build paths in the generated binaries, 
I'm not sure how to avoid that.


If you know how to fix this, or you are interested in fixing this, 
please go ahead and make flatbuffers reproducible, otherwise, please disable 
the reprotest in the salsa ci pipeline.


Happy hacking,
[1]: https://wiki.debian.org/ReproducibleBuilds/TimestampsFromCPPMacros
--
"EIEIO Go home and have a glass of warm, dairy-fresh milk"
-- The GNU C Library Reference Manual, Chapter 2.2, Error Codes
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#823037: ITP: flatbuffers -- efficient cross platform serialization library

2019-02-10 Thread Maximiliano Curia

¡Hola Bálint!

El 2019-02-10 a las 20:00 +0700, Bálint Réczey escribió:

On Wed, 30 May 2018 10:25:01 +0900 Nobuhiro Iwamatsu <[1]iwama...@debian.org>
wrote:

2018-05-29 17:44 GMT+09:00 Maximiliano Curia <[2]m...@gnuservers.com.ar>:

¡Hola!



El 2018-05-29 a las 09:56 +0200, Maximiliano Curia escribió:



I created a packaging salsa project here:
[3]https://salsa.debian.org/debian/flatbuffers




Ups, that was a lie, the project was created by Nobuhiro Iwamatsu. I was
checking the flatbuffers, sink and kube code base last week and I today,
when I found that an empty project was already present, I tought I created
the repository and forgot about it.



Nobushiro, sorry to meddle with this package. Please let me know if you are
willing to group maintain this package, if not, please take the ownership

of

this bug.



No problem.



I am planning to packaging apache/arrow.
This package depends flatbuffers, if I can, I want to maintain this package.
Coulld you add me to flatbuffers team ?



Kodi 18 needs flatbuffers, too.
I see there is recent activity in the Salsa repo and I'd love to see an upload
to experimental at least and I'm ready to give a helping hand if something is
missing from the packaging.


Any help is welcome, please send merge requests as you see fit. Currently, I 
don't have any real piece of software that uses flatbuffers, so I can't really 
test it. Care to give it a try using the packages generated from the salsa 
repo to build kodi 18?


Happy hacking,
--
"The best way to predict the future is to invent it."
-- Alan Kay
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#890503: RFA: oregano -- tool for schematical capture of electronic circuits

2018-10-13 Thread Maximiliano Curia

¡Hola Ruben!

El 2018-09-29 a las 11:31 +0200, Ruben Undheim escribió:

I would very much like to adopt oregano (within the Electronics team). I am
maintaining a number of other electronics packages (see my status page).


Great, please go ahead with the ITA please.


Thanks you very much in advance.


Thanks to you.

Happy hacking,
--
"If you have too many special cases, you are doing it wrong." -- Craig Zarouni
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#877871: RFP: pyside2 -- Python bindings for Qt5

2018-05-11 Thread Maximiliano Curia

¡Hola Raphael!

El 2018-05-11 a las 09:46 +0200, Raphael Hertzog escribió:

Control: retitle -1 ITP: pyside2 -- Qt for Python
Control: owner -1 sop...@freexian.com



On Sat, 14 Apr 2018 10:09:38 +0200 Francesco Poli  
wrote:

Moreover, if I read the [announcement] correctly, it seems that PySide2
is going to be renamed as "Qt for Python" and adopted as official Qt
bindings for Python...



[announcement]: 




I really hope someone with good Python Debian packaging skills will
soon package pyside2 for inclusion in Debian!



Sophie and me are working to bring pyside2 into Debian. We would like to
put it in pkg-kde-extras. I requested access to the salsa group for this.


Welcome to the team!


Should it go in "Qt" or "Qt extras"? It's going to be something official by
the upstream Qt project so I think that "Qt" might be good.


Right, but please take into account that the packages maintained under the qt 
tree use a debian directory only packaging branch, and in general, they use 
all the same packaging structure (no dpm, no upstream branches or tags in the 
public repos, etc). This set of rules is more relaxed in qt-extras 
and kde-extras.


Also, I don't see in the bug log any comment about the current pyside 
maintenance, are the pyside maintainers ok with moving the new version of the 
project to a different repository in a different team?


Happy hacking,
--
"If a million people believe a foolish thing, it is still a foolish thing."
-- France's Rule of Folly
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#877871: RFP: pyside2 -- Python bindings for Qt5

2018-05-12 Thread Maximiliano Curia

¡Hola Raphael!

El 2018-05-11 a las 15:33 +0200, Raphael Hertzog escribió:

Thank you. Note that you granted me "developer" access which doesn't let
me create new repositories, so I will need one of you to create the
repository and also to add sophie (sbrun-guest) as member of the
pyside2 repository.


I've created: https://salsa.debian.org/qt-kde-team/qt/pyside2

I've pushed an empty commit, as otherwise, some configurations don't seem to 
stick.


I've also added you as master for the pyside2 repository.

We have not yet decided when to give team wide Master or Admin levels, sorry 
about that, it's in the agenda for our next meeting, but the meeting has no 
date set.



Right, but please take into account that the packages maintained under the
qt tree use a debian directory only packaging branch, and in general, they
use all the same packaging structure (no dpm, no upstream branches or tags
in the public repos, etc). This set of rules is more relaxed in qt-extras
and kde-extras.



Are the rules documented somewhere?


They are somewhat documented in http://pkg-kde.alioth.debian.org/, I would 
say: http://pkg-kde.alioth.debian.org/gitguidelines.html -> but the tagging 
string here is wrong (we used to enforce that tags needed the "$version 
$distribution; urgency=$urgency" format as done by pkgkde-git tag -s), and I 
wouldn't blindly follow the instructions under "Integrating original source 
into local repository".


I'm not particularly fond to this rules as to work on updating them, please 
ask further advice to the qt maintainers (Lisandro and Dmitry).


Happy hacking,
--
"The day Microsoft makes something that doesn't suck, 
is probably the day Microsoft starts making vacuum cleaners."

-- Ernst Jan Plugge
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#823037: ITP: flatbuffers -- efficient cross platform serialization library

2018-05-29 Thread Maximiliano Curia

Control: retitle -1 ITP: flatbuffers -- efficient cross platform serialization 
library
Control: owner -1 !

¡Hola!

El 2016-04-30 a las 18:37 +1000, Jonathon Love escribió:

Package: wnpp
Severity: wishlist
Owner: Jonathon Love 



* Package name: flatbuffers
 Version : 1.3.0
 Upstream Author : Wouter van Oortmerssen
* URL : http://google.github.io/flatbuffers/
* License : Apache-V2
 Programming Lang: C++, Java, Javascript
 Description : efficient cross platform serialization library



FlatBuffers is an efficient cross platform serialization library for
games and other memory constrained apps. It allows you to directly
access serialized data without unpacking/parsing it first, while still
having great forwards/backwards compatibility.


I'll give flatbuffers a try, I'm interested in flatbuffers as a dependency 
needed for kde's kube (https://kube.kde.org/).


I created a packaging salsa project here:
https://salsa.debian.org/debian/flatbuffers

Merge requests are welcome. :)

Happy hacking,
--
"If it ain't broke, don't fix it" -- Bert Lance

"If we can't fix it, it ain't broke" -- Lieutenant Colonel Walt Weir
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


Bug#823037: ITP: flatbuffers -- efficient cross platform serialization library

2018-05-29 Thread Maximiliano Curia

¡Hola!

El 2018-05-29 a las 09:56 +0200, Maximiliano Curia escribió:

I created a packaging salsa project here:
https://salsa.debian.org/debian/flatbuffers


Ups, that was a lie, the project was created by Nobuhiro Iwamatsu. I was 
checking the flatbuffers, sink and kube code base last week and I today, 
when I found that an empty project was already present, I tought I created 
the repository and forgot about it.


Nobushiro, sorry to meddle with this package. Please let me know if you are 
willing to group maintain this package, if not, please take the ownership of 
this bug.


Happy hacking,
--
"By definition, when you are investigating the unknown, you do not know what 
you will find"

-- The Ultimate Principle
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature