Bug#1064397: ITP: client-desktop-shell-integration-nautilus -- Nautilus, Nemo and Caja integration of the owncloud-client

2024-02-21 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: client-desktop-shell-integration-nautilus
  Version : 5.0.0
  Upstream Contact: Frank Müller 
* URL : 
https://github.com/owncloud/client-desktop-shell-integration-nautilus
* License : GPL-2
  Programming Lang: Python, Shell, ...
  Description : Nautilus, Nemo and Caja integration for ownCloud Client.

These three extensions were originally integrated in the owncloud-client
source package. Upstream decided to extract them to create a new repo.

The package will be maintained in the owncloud-team.


Bug#1064355: ITP: client-desktop-shell-integration-dolphin -- ownCloud client integration for Dolphin

2024-02-20 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org, 
pkg-owncloud-maintain...@lists.alioth.debian.org

* Package name: client-desktop-shell-integration-dolphin
  Version : 5.0.0
  Upstream Contact: Fabian Müller 
* URL : 
https://github.com/owncloud/client-desktop-shell-integration-dolphin
* License : GPL-2
  Programming Lang: C++
  Description : ownCloud client integration for Dolphin

Dolphin ownCloud is an extension that integrates the ownCloud web
service with Plasma Desktop (KDE). It was part of src:owncloud-client,
but upstream removed it and put it in another repo.

I intend to have this package maintained into the owncloud-maintainers
team.


Bug#1058931: ITP: kdsingleapplication -- KDAB's helper class for single-instance policy applications

2023-12-18 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: kdsingleapplication
  Version : 1.0.0
  Upstream Author : Klarälvdalens Datakonsult AB 
* URL : https://github.com/KDAB/KDSingleApplication
* License : MIT
  Programming Lang: C++
  Description : KDAB's helper class for single-instance policy applications

KDSingleapplication provides a helper class to make sure that an
application is single-instance, that is, can't be started more than
once for an user.

It is a replacement for QtSingleApplication which is not maintained
anymore.

It's a dependency of owncloud-client, that I intend to maintain in
the owncloud packaging team


Bug#1037498: ITP: weakforced -- Daemon for detecting brute force attacks

2023-06-13 Thread Pierre-Elliott Bécue


De : Jonas Smedegaard 
À : 1037...@bugs.debian.org
Date : 13 juin 2023 16:33:15
Objet : Bug#1037498: ITP: weakforced -- Daemon for detecting brute force attacks

> Quoting Pierre-Elliott Bécue (2023-06-13 15:14:15)
>> The goal of 'wforce' is to detect brute forcing of passwords across many
>> servers, services and instances. In order to support the real world, brute
>> force detection policy can be tailored to deal with "bulk, but legitimate"
>> users of your service, as well as botnet-wide slowscans of passwords.
>> The aim is to support the largest of installations, providing services to
>> hundreds of millions of users.
>> 
>> weakforced doesn't have any real alternative for now in Debian as far as I 
>> can
>> see.
> 
> A somewhat related tool already in Debian seems to be crowdsec.
> 
> Just mentioning in case you or others following along might find it
> helpful - sounds like weakforced would be useful in Debian regardless.
> 
> 
> - Jonas
> 
> -- 
> * Jonas Smedegaard - idealist & Internet-arkitekt
> * Tlf.: +45 40843136  Website: http://dr.jones.dk/
> * Sponsorship: https://ko-fi.com/drjones
> 
> [x] quote me freely  [ ] ask before reusing  [ ] keep private
Thanks for the pointer ! I clearly missed it !

Cheers,

-- 
Pierre-Elliott Bécue



Bug#1037498: ITP: weakforced -- Daemon for detecting brute force attacks

2023-06-13 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: weakforced
  Version : 2.8.0
  Upstream Author : Neil Cook 
* URL : https://github.com/PowerDNS/weakforced
* License : GPL-3
  Programming Lang: C++, Python
  Description : Daemon for detecting brute force attacks

The goal of 'wforce' is to detect brute forcing of passwords across many
servers, services and instances. In order to support the real world, brute
force detection policy can be tailored to deal with "bulk, but legitimate"
users of your service, as well as botnet-wide slowscans of passwords.
The aim is to support the largest of installations, providing services to
hundreds of millions of users.

weakforced doesn't have any real alternative for now in Debian as far as I can
see.

For now these packages will be in collab-maint, but I'll see if they
could go somewhere. I'm maintaining them as part of my work at
Gandi.net. This is therefore a Gandi.net contribution to the Debian
Project.


Bug#1037495: ITP: drogon -- Daemon for detecting brute force attacks

2023-06-13 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: drogon
  Version : 1.8.4
  Upstream Author : An Tao 
* URL : https://github.com/drogonframework/drogon
* License : MIT
  Programming Lang: C++
  Description : C++14/17-based HTTP application framework

Drogon can be used to easily build various types of web application server
programs using C++. Drogon is the name of a dragon in the American TV series
"Game of Thrones" that I really like.

Drogon is a cross-platform framework, It supports Linux, macOS, FreeBSD,
OpenBSD, HaikuOS, and Windows. Its main features are as follows:

  * Use a non-blocking I/O network lib based on epoll (kqueue under
macOS/FreeBSD) to provide high-concurrency, high-performance network
IO, please visit the TFB Tests Results for more details;
  * Provide a completely asynchronous programming mode;
  * Support Http1.0/1.1 (server side and client side);
  * Based on template, a simple reflection mechanism is implemented to
completely decouple the main program framework, controllers and
views.
  * Support cookies and built-in sessions;
  * Support back-end rendering, the controller generates the data to the view
to generate the Html page. Views are described by CSP template files, C++ 
codes
are embedded into Html pages through CSP tags. And the drogon command-line 
tool
automatically generates the C++ code files for compilation;
  * Support view page dynamic loading (dynamic compilation and loading at 
runtime);
  * Provide a convenient and flexible routing solution from the path to the
controller handler;
  * Support filter chains to facilitate the execution of unified logic (such as
login verification, Http Method constraint verification, etc.) before 
handling
HTTP requests;
  * Support https (based on OpenSSL);
  * Support WebSocket (server side and client side);
  * Support JSON format request and response, very friendly to the Restful API
application development;
  * Support file download and upload;
  * Support gzip, brotli compression transmission;
  * Support pipelining;
  * Provide a lightweight command line tool, drogon_ctl, to simplify the
creation of various classes in Drogon and the generation of view code;
  * Support non-blocking I/O based asynchronously reading and writing database
PostgreSQL and MySQL(MariaDB) database);
  * Support asynchronously reading and writing sqlite3 database based on thread
pool;
  * Support Redis with asynchronous reading and writing;
  * Support ARM Architecture;
  * Provide a convenient lightweight ORM implementation that supports for
regular object-to-database bidirectional mapping;
  * Support plugins which can be installed by the configuration file at load
time;
  * Support AOP with build-in joinpoints.
  * Support C++ coroutines

This package is needed by weakforced, which I also intend to package.

For now these packages will be in collab-maint, but I'll see if they
could go somewhere. I'm maintaining them as part of my work at
Gandi.net. This is therefore a Gandi.net contribution to the Debian
Project.


Bug#1037487: ITP: trantor -- Non-blocking I/O cross-platform TCP network library

2023-06-13 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: trantor
  Version : 1.5.11
  Upstream Author : An Tao 
* URL : https://github.com/an-tao/trantor
* License : BSD
  Programming Lang: C++
  Description : Non-blocking I/O cross-platform TCP network library

Trantor is a non-blocking I/O cross-platform TCP network library, using
C++14. Drawing on the design of Muduo Library

This package is needed by weakforced as a transitive dependency of
drogon, which I also intend to package.

For now these packages will be in collab-maint, but I'll see if they
could go somewhere. I'm maintaining them as part of my work at
Gandi.net. This is therefore a Gandi.net contribution to the Debian
Project.


Bug#1033272: ITP: libre-graph-api-cpp-qt-client -- C++/Qt Libre Graph API client

2023-03-20 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: libre-graph-api-cpp-qt-client
  Version : 1.0.1
  Upstream Author : Michael Barz 
* URL : https://github.com/owncloud/libre-graph-api-cpp-qt-client
* License : Apache-2.0
  Programming Lang: C++
  Description : C++/Qt client implementation of Libre Graph API

The Libre Graph API is an API for open Cloud Collaboration. It provides
an open source standard for open Cloud Collaboration. See the Libre
Graph Home for more details.

This package is a new dependency on owncloud-client, and will be
maintained in the Next-Owncloud Team.


Re: Bug#998223: Contributors for Mailman 3 in Debian / your RFH

2022-10-15 Thread Pierre-Elliott Bécue


De : Charlemagne Lasse 
À : Debian Mailman Team ; Amir 
Sarabadani ; Kunal Mehta ; 
Moritz Muehlenhoff ; debian-wnpp@lists.debian.org; 
Pierre-Elliott Bécue ; Jonas Meurer ; 
998...@bugs.debian.org
Date : 15 oct. 2022 09:31:10
Objet : Re: Bug#998223: Contributors for Mailman 3 in Debian / your RFH

> Hi,
> 
> Where can we find results from the new contributors? Because it looks
> at the moment like Debian bookworm might become the third Debian
> release (after buster + bullseye) which is unsuitable as a base system
> for software project servers (redmine + mailman3 + gitolite). At
> least, for the last two releases, redmine was to blame here but now it
> looks like mailman3 might be the blocker.
> 
> See also https://lists.debian.org/debian-devel-announce/2022/10/msg4.html
> for the Debian bookworm timeline
Hi,

gitolite has been superseeded by gitolite3 a long time ago, and the latter is 
in bullseye, in buster and will be in bookworm. See 
https://tracker.debian.org/pkg/gitolite3

Redmine indeed had troubles.

Mailman3 has been part of buster and bullseye, but the release of sqlalchemy 
1.4 is not compatible with it and therefore there is a chance that it will not 
make it in bookworm. There is nothing that any contributor can do except taking 
the time to help mailman upstream to be fixed and work with sqlalchemy 1.4.

Regards.

-- 
Pierre-Elliott Bécue



Re: Bug#768073: Status of package in the NEW queue

2022-09-07 Thread Pierre-Elliott Bécue

Per Lundberg  wrote on 06/09/2022 at 10:36:00+0200:

> Hi,
>
> I think we are probably a number of people excited to see this (soon!)
> finally making it into Debian proper. :) I am currently running LXD as
> a snap, but it would just be so much nicer and cleaner to be able to
> use the "real" packages for this.
>
> The package is currently in the Debian "new" queue, where it has been since 
> August 4: https://ftp-master.debian.org/new/lxd_5.0.0-1.html
>
> Are there any impediments from seeing this making its way into 
> unstable/experimental anytime soon, or is it just a matter of the FTP masters 
> not having had time to look into it yet?
>
> Best regards,

Something stays in NEW until a ftpmaster has time to review it. From
there, either it's accepted or rejected, but in both cases it gets out
from NEW.

Nothing can be done on our side, except asking ftpmasters to review
faster, but it's something to do only in urgent cases, and a new
package, even as exciting as LXD, is anything but urgent.

Cheers!
-- 
PEB


signature.asc
Description: PGP signature


Bug#1011574: O: zzuf -- transparent application fuzzer

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of zzuf, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: zzuf
Binary: zzuf
Version: 0.15-1
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 9.0), dh-autoreconf
Architecture: any
Standards-Version: 3.9.7
Format: 3.0 (quilt)
Files:
 048fd6378308968f168d54b2491826c7 1617 zzuf_0.15-1.dsc
 660781890c98a394c7d5996d1d4259b2 493559 zzuf_0.15.orig.tar.gz
 6cff2d47b6aee561d26df084d8168de5 2972 zzuf_0.15-1.debian.tar.xz
Checksums-Sha256:
 98b0f16e2071828acd4f78bc78a62284b1a817d137c47be526e63c99ad493150 1617 
zzuf_0.15-1.dsc
 a34f624503e09acd269c70d826aac2a35c03e84dc351873f140f0ba6a792ffd6 493559 
zzuf_0.15.orig.tar.gz
 4326410bf40142b1784292240d95d44903b8873e14f78aaef6133f8b9be015fb 2972 
zzuf_0.15-1.debian.tar.xz
Package-List: 
 zzuf deb devel optional arch=any
Directory: pool/main/z/zzuf
Priority: source
Section: devel

Package: zzuf
Source: zzuf (0.15-1)
Version: 0.15-1+b1
Installed-Size: 175
Maintainer: Sam Hocevar 
Architecture: amd64
Depends: libc6 (>= 2.15)
Description-en: transparent application fuzzer
 Zzuf is a transparent fuzzer. It works by intercepting applications' file
 and network operations and changing random bits in their input. Its behaviour
 is deterministic, making it easy to reproduce bugs.
 .
 Zzuf has support for variable fuzzing ratio, character filtering, fuzzing
 decision based on filenames and optional network fuzzing. It can also stop
 processes that run for too long or that output too much data.
Description-md5: 27dbe1f74dc9503e917a86ba5a96a833
Tag: implemented-in::c, role::program
Section: devel
Priority: optional
Filename: pool/main/z/zzuf/zzuf_0.15-1+b1_amd64.deb
Size: 62246
MD5sum: 51f2e27b3b819b276078135dc3793375
SHA256: 30947ff9d6d7b55b337848e1440d3119ac4deb45f021c6d588f34f914347051a


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.


signature.asc
Description: PGP signature


Bug#1011573: O: yasm -- modular assembler with multiple syntaxes support

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of yasm, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: yasm
Binary: yasm
Version: 1.3.0-2.1
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 9.0), dh-autoreconf, bison, gettext, xmlto, python2
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 cc3fda7934f6a0285e44bafd2d395b8b 1895 yasm_1.3.0-2.1.dsc
 fc9e586751ff789b34b1f21d572d96af 1492156 yasm_1.3.0.orig.tar.gz
 c8cce265f0cfad7b3955ad98e6fb892e 8256 yasm_1.3.0-2.1.debian.tar.xz
Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/yasm/
Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/yasm
Checksums-Sha256:
 35f87f5d8f8f123643a244d76006b6f772af72c5148ab87ec4e189aec9b37373 1895 
yasm_1.3.0-2.1.dsc
 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f 1492156 
yasm_1.3.0.orig.tar.gz
 473e9f318bd274dee92db4ee3247f7e64cd709a569ce1825fdf935cd01490409 8256 
yasm_1.3.0-2.1.debian.tar.xz
Homepage: http://www.tortall.net/projects/yasm/
Package-List: 
 yasm deb devel optional arch=any
Directory: pool/main/y/yasm
Priority: source
Section: devel

Package: yasm
Version: 1.3.0-2.1
Installed-Size: 2131
Maintainer: Sam Hocevar 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: modular assembler with multiple syntaxes support
 Yasm is a complete rewrite of the NASM assembler. It supports multiple
 assembler syntaxes (eg, NASM, GAS, TASM, etc.) in addition to multiple
 output object formats (binary objects, COFF, Win32, ELF32, ELF64) and
 even multiple instruction sets (including AMD64). It also has an
 optimiser module.
Description-md5: dea64a38f47da6fb51ac8a3e78582601
Multi-Arch: foreign
Homepage: http://www.tortall.net/projects/yasm/
Tag: devel::compiler, devel::machinecode, implemented-in::c, role::program
Section: devel
Priority: optional
Filename: pool/main/y/yasm/yasm_1.3.0-2.1_amd64.deb
Size: 409260
MD5sum: 1c1c1f750d842763a319a26aef05ed36
SHA256: 0298de20ea7666c31ea2d085d9a140263405cef81db8c9fae0497cf2b5ff5b85


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.


signature.asc
Description: PGP signature


Bug#1011572: O: toilet -- display large colourful characters in text mode

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of toilet, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: toilet
Binary: toilet, toilet-fonts
Version: 0.3-1.3
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 5.0), pkg-config, libcaca-dev (>= 0.99.beta18), 
zlib1g-dev, autotools-dev
Architecture: any all
Standards-Version: 3.9.3
Format: 3.0 (quilt)
Files:
 df4a4353207597e5dc1996f331f17204 1907 toilet_0.3-1.3.dsc
 9b72591cb22a30c42a3184b17cabca6f 864880 toilet_0.3.orig.tar.gz
 ccb48027e0dbd3b483784bfcf7b166a8 3440 toilet_0.3-1.3.debian.tar.xz
Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/toilet/
Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/toilet
Checksums-Sha256:
 a780abc711b6e7a9fe1f758f049b00ce35b542e39edc4af8017875bc2df2d83f 1907 
toilet_0.3-1.3.dsc
 89d4b530c394313cc3f3a4e07a7394fa82a6091f44df44dfcd0ebcb3300a81de 864880 
toilet_0.3.orig.tar.gz
 18a7abb885ac16a23e136f4a73ae8ce0841a5ad6d0bd42eb8b0e908e1d9fbd50 3440 
toilet_0.3-1.3.debian.tar.xz
Package-List: 
 toilet deb text optional arch=any
 toilet-fonts deb text optional arch=all
Directory: pool/main/t/toilet
Priority: source
Section: text


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.


signature.asc
Description: PGP signature


Bug#1011570: O: libcaca -- development files for libcaca

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of libcaca, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libcaca
Binary: libcaca-dev, libcaca0, caca-utils
Version: 0.99.beta19-2.2
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 8.1.3~), dh-autoreconf, pkg-config, 
libncursesw5-dev, libslang2-dev, libx11-dev, libimlib2-dev, freeglut3-dev, 
texlive-fonts-recommended, doxygen-latex
Architecture: any
Standards-Version: 3.9.3
Format: 3.0 (quilt)
Files:
 cca202f9263a97fd8a5b0bc59da60e4b 2379 libcaca_0.99.beta19-2.2.dsc
 a3d4441cdef488099f4a92f4c6c1da00 1203495 libcaca_0.99.beta19.orig.tar.gz
 20672594f1b274f7dfef1ac3ff7c758a 15020 libcaca_0.99.beta19-2.2.debian.tar.xz
Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/libcaca/
Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/libcaca
Checksums-Sha256:
 104441468035910d534efea7cfb3f297ebbea634debf5fcb042101d6eb44e2bd 2379 
libcaca_0.99.beta19-2.2.dsc
 128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4 1203495 
libcaca_0.99.beta19.orig.tar.gz
 98eef7fc803224cbabc226f1e6488b25316f0b6282077db02d8cb490a5a919dc 15020 
libcaca_0.99.beta19-2.2.debian.tar.xz
Homepage: http://caca.zoy.org/wiki/libcaca
Package-List: 
 caca-utils deb utils optional arch=any
 libcaca-dev deb libdevel optional arch=any
 libcaca0 deb libs optional arch=any
Testsuite: autopkgtest
Testsuite-Triggers: build-essential, pkg-config
Directory: pool/main/libc/libcaca
Priority: source
Section: libs


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.


signature.asc
Description: PGP signature


Bug#1011571: O: rinetd -- Internet TCP redirection server

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of rinetd, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rinetd
Binary: rinetd
Version: 0.62.1sam-1.1
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 9.0), dh-autoreconf
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 2848490a1633f63ed987cb3f53843499 1715 rinetd_0.62.1sam-1.1.dsc
 9bfd549eda816d7ca05ef33d1db663c7 115120 rinetd_0.62.1sam.orig.tar.gz
 69ea4a30e05002b7717e8cb53e2aa0aa 4024 rinetd_0.62.1sam-1.1.debian.tar.xz
Checksums-Sha256:
 72a4e225232ad1e7847dcf2ba10e685a1295a5572efbdcac4bd3da3fb9d90c3e 1715 
rinetd_0.62.1sam-1.1.dsc
 fd04fd75d0035349c6210957d1cf964c22e8daac58f96e4e7cdbc3d4795699fb 115120 
rinetd_0.62.1sam.orig.tar.gz
 8382179cfcaad05283de1b729e2662d3cc2548a2f4942f5d2a6d79690b970083 4024 
rinetd_0.62.1sam-1.1.debian.tar.xz
Package-List: 
 rinetd deb net optional arch=any
Directory: pool/main/r/rinetd
Priority: source
Section: net

Package: rinetd
Version: 0.62.1sam-1.1
Installed-Size: 73
Maintainer: Sam Hocevar 
Architecture: amd64
Depends: libc6 (>= 2.15)
Description-en: Internet TCP redirection server
 rinetd redirects TCP connections from one IP address and port to another,
 with basic IP-based access control.
 .
 rinetd is a single-process server which handles any number of connections
 to the address/port pairs specified in the file /etc/rinetd.conf. Since
 rinetd runs as a single process using nonblocking I/O, it is able to
 redirect a large number of connections without a severe impact on the
 machine. This makes it practical to run services on machines inside an IP
 masquerading firewall.
Description-md5: c779dc6fda8c28eb8fd8878f71d69c09
Tag: interface::daemon, network::server, network::service, role::program,
 use::proxying
Section: net
Priority: optional
Filename: pool/main/r/rinetd/rinetd_0.62.1sam-1.1_amd64.deb
Size: 22236
MD5sum: 6f7740540f0f94422188f7d8608fec29
SHA256: ea7462047c7b3fa7e694bbfebb5f3832af6201947ec35d9bba4c61cd9756a552


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.


signature.asc
Description: PGP signature


Bug#1011568: O: gtkgl2 -- OpenGL context support for GTK+ (development files)

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of gtkgl2, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: gtkgl2
Binary: libgtkgl2.0-dev, libgtkgl2.0-1
Version: 2.1.0-0.3
Maintainer: Sam Hocevar 
Build-Depends: debhelper-compat (= 13), libgl-dev, libgtk2.0-dev
Architecture: any
Standards-Version: 4.5.0
Format: 3.0 (quilt)
Files:
 ea16ab8c25f583dad61ed798ce006c2a 1904 gtkgl2_2.1.0-0.3.dsc
 8d9c2008dff97c7ada0e416025ea0e79 57136 gtkgl2_2.1.0.orig.tar.xz
 65919dcc6aa2b7a5de6929753bae5b5a 6740 gtkgl2_2.1.0-0.3.debian.tar.xz
Checksums-Sha256:
 7fabb978b746e69f002575cb67cc836e987478a1a69dfce70b4417b7a33aee52 1904 
gtkgl2_2.1.0-0.3.dsc
 8a4aa97b39fdefdf6d9f133afbecb9c198acf467da8de4a5eb04727a59965c1a 57136 
gtkgl2_2.1.0.orig.tar.xz
 0f62424a248d619bf5835e12e25f4bdb4753166977251dae290533b9fff19164 6740 
gtkgl2_2.1.0-0.3.debian.tar.xz
Homepage: http://www.mono-project.com/GtkGLArea
Package-List: 
 libgtkgl2.0-1 deb libs optional arch=any
 libgtkgl2.0-dev deb libdevel optional arch=any
Testsuite: autopkgtest
Testsuite-Triggers: gcc, pkg-config, xauth, xvfb
Directory: pool/main/g/gtkgl2
Priority: source
Section: libs


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.


signature.asc
Description: PGP signature


Bug#1011569: O: elk -- scheme interpreter

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of elk, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: elk
Binary: elk, libelk0, libelk0-dev, elkdoc
Version: 3.99.8-4.2
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 9.0), dh-autoreconf, groff, libelf-dev, 
libx11-dev, libxext-dev, libxmu-dev, libxt-dev, libice-dev, libsm-dev, 
libmotif-dev, libgdbm-dev, libxaw7-dev
Architecture: any all
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 cd8714fe75a00a8041ca911732d0cb2b 2086 elk_3.99.8-4.2.dsc
 1e929fc5159dcb81d1c747f2351a6a19 879908 elk_3.99.8.orig.tar.gz
 460e84869f4cffd3ad86685a60c70c3c 8156 elk_3.99.8-4.2.debian.tar.xz
Vcs-Browser: https://salsa.debian.org/debian/elk
Vcs-Git: https://salsa.debian.org/debian/elk.git
Checksums-Sha256:
 19fcee63132a88837e12e13e66b14bdd600a5428fd1e0e316f782e376b53e287 2086 
elk_3.99.8-4.2.dsc
 1db2b6b92a693b056c597aaf5cddc617a640bd6b24a218a725286d7490117cf9 879908 
elk_3.99.8.orig.tar.gz
 afd4c595a19db8798f7afdde22c90fbf1a49df3574db1792da22f368d5fa5376 8156 
elk_3.99.8-4.2.debian.tar.xz
Homepage: http://sam.zoy.org/elk/
Package-List: 
 elk deb interpreters optional arch=any
 elkdoc deb doc optional arch=all
 libelk0 deb libs optional arch=any
 libelk0-dev deb libdevel optional arch=any
Directory: pool/main/e/elk
Priority: source
Section: lisp


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for principles than to live up to them.


signature.asc
Description: PGP signature


Bug#1011563: O: ftgl -- development files for libftgl

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of ftgl, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ftgl
Binary: libftgl-dev, libftgl2
Version: 2.4.0-2.1
Maintainer: Sam Hocevar 
Uploaders: Manuel A. Fernandez Montecelo 
Build-Depends: debhelper (>= 11~), freeglut3-dev, libgl1-mesa-dev | libgl-dev, 
libglu1-mesa-dev | libglu-dev, libfreetype6-dev (>> 2.0.9), libcppunit-dev, 
doxygen-latex, ghostscript, imagemagick, pkg-config, texlive-fonts-recommended
Architecture: any
Standards-Version: 4.2.1
Format: 3.0 (quilt)
Files:
 82eafe9657162d8db1721bde68e60a22 2110 ftgl_2.4.0-2.1.dsc
 d040f3e78f34f5ebd1db2d2fd5c25501 529408 ftgl_2.4.0.orig.tar.xz
 a689c11e1d7c8e9b97168c3a67d48d1c 9236 ftgl_2.4.0-2.1.debian.tar.xz
Vcs-Browser: https://salsa.debian.org/ftgl-team/ftgl
Vcs-Git: https://salsa.debian.org/ftgl-team/ftgl.git
Checksums-Sha256:
 d2e7044812b978d5e20ab9e0d0761e49a244744843617d57d78c95610aa2d19b 2110 
ftgl_2.4.0-2.1.dsc
 e3e07a4b4aa5db98d69c621887001dc21b0cfce607868c0e0e4e37bcc7558676 529408 
ftgl_2.4.0.orig.tar.xz
 9f0151ea6dcc4913fd217a9425f4917dc765743feb960e90a4b4ba5891d9b1aa 9236 
ftgl_2.4.0-2.1.debian.tar.xz
Homepage: https://github.com/frankheckenbach/ftgl
Package-List: 
 libftgl-dev deb libdevel optional arch=any
 libftgl2 deb libs optional arch=any
Directory: pool/main/f/ftgl
Priority: source
Section: devel



Bug#1011565: O: clif -- C language interpreter

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of clif, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: clif
Binary: clif
Version: 0.93-9.1
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 5.0), libx11-dev, libxt-dev, texlive, libelf-dev
Architecture: any
Standards-Version: 3.8.3
Format: 3.0 (quilt)
Files:
 e1b991c0998d69291315a0c216d36eff 1318 clif_0.93-9.1.dsc
 a8df47654860fb1fcf6833c716b2a3ee 537384 clif_0.93.orig.tar.gz
 6025625e75e3ea058e9ba048551c7c77 19564 clif_0.93-9.1.debian.tar.xz
Checksums-Sha256:
 97b90f942e06da1e4afc00eb67ca70ea4fe353f2b435bbeedf7a20b259fbc24c 1318 
clif_0.93-9.1.dsc
 e15075c1279cf2f85de27ae599f0fee2a4f11737ea96a26c055660662f15be69 537384 
clif_0.93.orig.tar.gz
 547a58c0cbcd2f6505a027aa35aac1debd37a2fcc99fc4cb96fc61feee8758f5 19564 
clif_0.93-9.1.debian.tar.xz
Package-List: 
 clif deb interpreters optional arch=any
Directory: pool/main/c/clif
Priority: source
Section: interpreters

Package: clif
Source: clif (0.93-9.1)
Version: 0.93-9.1+b1
Installed-Size: 1424
Maintainer: Sam Hocevar 
Architecture: amd64
Depends: libc6 (>= 2.14), libelf1 (>= 0.131), libx11-6
Description-en: C language interpreter
 Clif, a C-like Interpreter Framework, is and open-ended system
 for fast development of programs with C syntax.  The program is
 compiled and if syntactically correct, code is immediately
 generated. The code is generated for  a virtual machine.
 The virtual machine is a part of the framework.
Description-md5: 9a25d6e0da8cf54ff392b50fd5fa344a
Tag: devel::interpreter, devel::lang:c, devel::library, implemented-in::c,
 interface::commandline, role::devel-lib, role::program, scope::utility,
 works-with::software:source
Section: interpreters
Priority: optional
Filename: pool/main/c/clif/clif_0.93-9.1+b1_amd64.deb
Size: 1199388
MD5sum: 6505ca9064b4c886482941e6c7e79ed8
SHA256: ba9165674b72ffa1e49fb581c5357137d83aa98a662c6ebd8af7dbddd870e1b2



Bug#1011564: O: bvi -- binary file editor

2022-05-24 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of bvi, Sam Hocevar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: bvi
Binary: bvi
Version: 1.4.0-1
Maintainer: Sam Hocevar 
Build-Depends: debhelper (>= 9.0), dh-autoreconf, libncurses5-dev
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 c456c5e02f8194f01c1e66843f81a3d9 1777 bvi_1.4.0-1.dsc
 aa83eb8b2b6b0bb6cdd8e6beef12b775 139202 bvi_1.4.0.orig.tar.gz
 b4fa29bdabcd64c12c0b36603097d55a 2676 bvi_1.4.0-1.debian.tar.xz
Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/bvi/
Vcs-Svn: svn://svn.debian.org/svn/sam-hocevar/pkg-misc/unstable/bvi
Checksums-Sha256:
 300b714e2cfb233c31333ee4da79ae37d00ee72c965f5833b42f5dc0f57e0bb0 1777 
bvi_1.4.0-1.dsc
 015a3c2832c7c097d98a5527deef882119546287ba8f2a70c736227d764ef802 139202 
bvi_1.4.0.orig.tar.gz
 959c7e0ff5e09a0e892e51fee2a157e3a61fff0cb185f8398dacfdcdc8cfbb85 2676 
bvi_1.4.0-1.debian.tar.xz
Package-List: 
 bvi deb editors optional arch=any
Directory: pool/main/b/bvi
Priority: source
Section: editors

Package: bvi
Source: bvi (1.4.0-1)
Version: 1.4.0-1+b3
Installed-Size: 275
Maintainer: Sam Hocevar 
Architecture: amd64
Depends: libc6 (>= 2.14), libncurses6 (>= 6), libtinfo6 (>= 6)
Description-en: binary file editor
 The bvi is a display-oriented editor for binary files, based on the vi
 text editor. If you are familiar with vi, just start the editor and begin to
 edit! If you never heard about vi, maybe bvi is not the best choice for you.
Description-md5: 82e028998d9812c24a56e1a511b425cd
Tag: interface::text-mode, role::program, scope::utility, uitoolkit::ncurses,
 use::editing, works-with::file
Section: editors
Priority: optional
Filename: pool/main/b/bvi/bvi_1.4.0-1+b3_amd64.deb
Size: 58272
MD5sum: 5b4e2f002b9ac1bd2da075bc70c7eb7e
SHA256: 1fe1c58c49b4a11c44f5b624eacd656a0a4756d68d29c9b6cb4d9cbb4f6f36de



Bug#1005722: ITP: mistune0 -- Markdown parser for Python 3

2022-02-13 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: mistune0
  Version : 0.8.4
  Upstream Author : 2014-2018 Hsiaoming Yang 
* URL : https://github.com/lepture/mistune
* License : BSD-3-Clause
  Programming Lang: Python3
  Description : Markdown parser for Python 3

This is a source repackaging of mistune to allow a coexistence of
mistune v 2 or more (in src:mistune) along with mistune 0.8.4 (in
src:mistune0), as reverse dependencies won't be able to move forward as
fast as one would expect.

This repackaging is the result of a discussion in bug 1003567.


Bug#768073: [pkg-lxc-devel] Bug#768073: ITP: lxd - The Linux Container Daemon

2022-02-06 Thread Pierre-Elliott Bécue

Mathias Gibbens  wrote on 06/02/2022 at 03:38:03+0100:

> [[PGP Signed Part:No public key for 29EEE2D6ECF442F9 created at 
> 2022-02-06T03:38:03+0100 using RSA]]
>   For those following this ITP, the end is in sight! I have whittled
> down the huge list of missing dependencies to just nine packages, all
> of which are ready for upload. They're just waiting on sponsorship
> and/or other dependencies to make it through into unstable.
>
>   The packaging work for LXD is also largely complete. The git repo is
> available on salsa [1], and I would invite interested parties to take a
> look and provide any feedback. This is the most complicated package
> I've created to date, so I'm sure there's room for improvement.

I can do the sponsorship, send me the list of things to review by mail!
:)

-- 
PEB


signature.asc
Description: PGP signature


Re: Bug#998223: Contributors for Mailman 3 in Debian / your RFH

2021-12-11 Thread Pierre-Elliott Bécue

Hi all,

Jonas Meurer  wrote on 09/12/2021 at 22:09:05+0100:

> [[PGP Signed Part:No public key for 5262E7FF491049FE created at 
> 2021-12-09T22:09:05+0100 using RSA]]
> Hey Moritz, hey Amir and Kunal,
>
> Moritz Muehlenhoff wrote:
>> in my day job I work for the Wikimedia foundation and two of my colleagues
>> from Site Reliability Engineering (Kunal Mehta and Amir Sarabadani)
>> are interested in helping out since they saw your RFH. They operate
>> lists.wikimedia.org which is based on mailman3 packages from Debian unstable
>> (backported to Buster). Kunal is already a DD and Amir is also a
>> long term Linux user. I can totally vouch for them both on a social
>> and technical level.
>
> That's great news, thanks for letting me/us know! I'll take the
> discussion to our mailinglist and the bugreport in order to bring all 
> the respective parties together :)
>
> I co-maintain mailman3 together with Pierre-Elliott and he's actually
> more active than me recently.
>
> Pierre, do you have good first tasks in mind to get Amir and Kunal
> started with the mailman3 packages? Maybe a short introductionary chat 
> session would be nice to introduce them to the packages?

I guess Amia and Kunal could try to package the new upstream release of
postorius? It should be pretty straightforward and I'm eager to give
them some rights on the repos.

Thanks both for your interest!

-- 
PEB


signature.asc
Description: PGP signature


Bug#718032: Closing 718032

2021-07-25 Thread Pierre-Elliott Bécue
I'm dropping this one.

roccat-tools is not maintained anymore, and depends on libgaminggear
which also poses its own stash of issues.

Sorry for that.

--
PEB


signature.asc
Description: PGP signature


Bug#986413: O: parser -- Parser 3, HTML-embedded scripting language (metapackage)

2021-04-05 Thread Pierre-Elliott Bécue
Size: 463268
MD5sum: 46fd9d516e406661f81e8dcd1ca70a26
SHA256: bc1d9936338b5ab4480f03c21054d9e9b1c43e9234a7c9679b7ddce022e86ce6

Package: parser3-dev
Source: parser
Version: 3.4.6-2
Installed-Size: 13
Maintainer: Sergey B Kirpichev 
Architecture: all
Depends: parser3-common (= 3.4.6-2)
Description-en: Files for Parser 3 module development
 This package provides the files from the Parser 3 source needed for
 compiling additional modules.
 .
 Parser 3 - simple and convenient object-oriented language which
 allows creating good sites in short time.
 .
 Available features:
  * XML, XSL, XPath and DOM support
  * Available in documented source code
  * Uniformed database support
  * Support of object-oriented programmers
  * Detailed language documentation (160 pages!)
  * UTF-8 support
Description-md5: a725a0bc7f47f404c259fd0acf1acc7e
Multi-Arch: foreign
Homepage: http://www.parser.ru/en/
Tag: devel::lang:c++, devel::library, devel::web, implemented-in::c++,
 role::devel-lib
Section: devel
Priority: optional
Filename: pool/main/p/parser/parser3-dev_3.4.6-2_all.deb
Size: 3108
MD5sum: c3081497e5d30b9a2d5ff61c4a25fd2a
SHA256: 5699cbf5edd1636da2b34417ec77a34bc1bd5d9998eb7f8016424dc3314ad2d8

Package: parser3-dev
Source: parser
Version: 3.4.5-4
Installed-Size: 13
Maintainer: Sergey B Kirpichev 
Architecture: amd64
Depends: parser3-common (= 3.4.5-4)
Description-en: Files for Parser 3 module development
 This package provides the files from the Parser 3 source needed for
 compiling additional modules.
 .
 Parser 3 - simple and convenient object-oriented language which
 allows creating good sites in short time.
 .
 Available features:
  * XML, XSL, XPath and DOM support
  * Available in documented source code
  * Uniformed database support
  * Support of object-oriented programmers
  * Detailed language documentation (160 pages!)
  * UTF-8 support
Description-md5: a725a0bc7f47f404c259fd0acf1acc7e
Homepage: http://www.parser.ru/en/
Tag: devel::lang:c++, devel::library, devel::web, implemented-in::c++,
 role::devel-lib
Section: devel
Priority: optional
Filename: pool/main/p/parser/parser3-dev_3.4.5-4_amd64.deb
Size: 3172
MD5sum: 0d3393d7838f0d33436421a9066e4bc6
SHA256: ebba299b6307f74429580102e3a5c11eb2d22d2ce7cf53b8dc84da9bed3c2452


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#986414: O: parser-mysql -- MySQL driver for Parser 3

2021-04-05 Thread Pierre-Elliott Bécue
rpichev 
Architecture: amd64
Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.6), libstdc++6 (>= 4.1.1), 
parser3-common (>= 3.3.0), libmariadb-dev-compat
Description-en: MySQL driver for Parser 3
 This package provides driver for MySQL database connections directly
 from Parser 3 scripts.
 .
 Parser 3 - simple and convenient object-oriented language which
 allows creating good sites in short time.
 .
 Available features:
  * XML, XSL, XPath and DOM support
  * Available in documented source code
  * Uniformed database support
  * Support of object-oriented programmers
  * Detailed language documentation (160 pages!)
  * UTF-8 support
Description-md5: d75b039dd00d2183a76eef0a76a72fcc
Homepage: http://www.parser.ru/en/download/src/
Tag: devel::interpreter, implemented-in::c++, role::plugin
Section: web
Priority: optional
Filename: pool/main/p/parser-mysql/parser3-mysql_10.8-3_amd64.deb
Size: 15556
MD5sum: 470fcfc2ddafb083d6fc9a21ca37d409
SHA256: 46f40fb4261293f0b94414130352559c4053e4d31975f4bb6930b336aa8090f6

Package: parser3-mysql
Source: parser-mysql
Version: 10.7-4
Installed-Size: 42
Maintainer: Sergey B Kirpichev 
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libltdl7 (>= 2.4.6), libstdc++6 
(>= 5), parser3-common (>= 3.3.0)
Description-en: MySQL driver for Parser 3
 This package provides driver for MySQL database connections directly
 from Parser 3 scripts.
 .
 Parser 3 - simple and convenient object-oriented language which
 allows creating good sites in short time.
 .
 Available features:
  * XML, XSL, XPath and DOM support
  * Available in documented source code
  * Uniformed database support
  * Support of object-oriented programmers
  * Detailed language documentation (160 pages!)
  * UTF-8 support
Description-md5: d75b039dd00d2183a76eef0a76a72fcc
Homepage: http://www.parser.ru/en/download/src/
Tag: devel::interpreter, implemented-in::c++, role::plugin
Section: web
Priority: optional
Filename: pool/main/p/parser-mysql/parser3-mysql_10.7-4_amd64.deb
Size: 14708
MD5sum: 61eb96b63404ca241b40f0d338135da1
SHA256: 565ba83707cbe79acb4861afe149f10d854c51934745dcf1cdf9411d83142682


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#986412: O: monit -- utility for monitoring and managing daemons or similar programs

2021-04-05 Thread Pierre-Elliott Bécue
oad average
  * Check a file or directory timestamp
  * Alert, stop or restart a process based on its characteristics
  * MD5 checksum for programs started and stopped by monit
  * Alert notification for program timeout, restart, checksum, stop
resource and timestamp error
  * Flexible and customizable email alert messages
  * Protocol verification. HTTP, FTP, SMTP, POP, IMAP, NNTP, SSH, DWP,
LDAPv2 and LDAPv3
  * An http interface with optional SSL support to make monit
accessible from a webbrowser
Description-md5: 2230ee5609e2789db9ac60b0d3fbac89
Homepage: https://mmonit.com/monit/
Section: admin
Priority: optional
Filename: pool/main/m/monit/monit_5.27.1-1~bpo10+1_amd64.deb
Size: 346648
SHA256: ad30730f578dd0e3b83a0591c88b8fbc6813f22d2ab5cce161f5c277064d3031


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#986382: DPL Jonathan Carter's passport number is ****909

2021-04-04 Thread Pierre-Elliott Bécue
Le dimanche 04 avril 2021 à 21:22:16+0200, crazy.mo...@lavache.com a écrit :
> Package: wnpp
> Severity: wishlist
> X-Debbugs-CC: 
> debian-proj...@lists.debian.org,debian-v...@lists.debian.org,debian-de...@lists.debian.org
> 
> 
> We are contributors to Debian
> 
> The contribution of every one of us makes the name Debian respectable
> 
> We can't allow a crazy woman who slept with a past project leader to hijack 
> the name of the project and use it to scar volunteers.  This happened to many 
> times.  It stops now.
> 
> Please stop!  Delete all fascism and defamation about any volunteer that has 
> been instigated from Debian in any form whatsoever.  Delete it from the vote, 
> web pages, search engines.
> 
> Please stop!  Delete all negative options from the RMS vote.  We only want 
> positive options or nothing.  We will not tolerate any outcome that is 
> negative for a volunteer
> 
> If the mob does not respect our request, we are making a data dump of all the 
> DebConf personal data.  DPL Jonathan Carter's passport number is 909.
> 
> Privacy for everybody or privacy for nobody

Go to sleep, Dan, you're drunk.

-- 
Pierre-Elliott Bécue



Bug#977769: ITP: pytest-datadir -- py.test plugin for manipulating test data directories and files

2020-12-20 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 

* Package name: pytest-datadir
  Version : 1.3.1
  Upstream Author : Gabriel Reis 
* URL : https://github.com/gabrielcnr/pytest-datadir
* License : MIT
  Programming Lang: Python
  Description : py.test plugin for manipulating test data directories and 
files

pytest-datadir will look up for a directory with the name of the current module
or the global 'data' folder, and allow one to access the content of these files
using injected variables datadir or shared_datadir.

The files in the data dirs are copied to a temporary path before tests being
run. Henceforth, a modification won't happen on the original files.

This package is a dependency of pytest-regressions, which is needed as a dep of
sphinx-tabs. I'll maintain it in the Python Team.


Bug#977768: ITP: pytest-regressions -- py.test fixtures to write regression tests

2020-12-20 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 

* Package name: pytest-regressions
  Version : 2.1.1
  Upstream Author : Bruno Oliveira 
* URL : https://github.com/ESSS/pytest-regressions
* License : MIT
  Programming Lang: Python
  Description : py.test fixtures to write regression tests

This plugin makes it simple to test general data, images, files, and
numeric tables by saving expected data in a data directory (using
pytest-datadir) that can be used to verify that future runs produce the
same data.

It is a dependency of sphinx-tabs, and I'll maintain it in the Python
Team.


Bug#934433: O: rbootd -- Remote Boot Daemon

2020-10-16 Thread Pierre-Elliott Bécue
Le samedi 10 août 2019 à 21:48:21+0200, Pierre-Elliott Bécue a écrit :
> Package: wnpp
> 
> The current maintainer of rbootd, Martin Schulze ,
> is apparently not active anymore.  Therefore, I orphan this package now.
> 
> Maintaining a package requires time and skills. Please only adopt this
> package if you will have enough time and attention to work on it.
> 
> If you want to be the new maintainer, please see
> https://www.debian.org/devel/wnpp/#howto-o for detailed
> instructions how to adopt a package properly.
> 
> Some information about this package:
> 
> Package: rbootd
> Binary: rbootd
> Version: 2.0-10
> Maintainer: Martin Schulze 
> Build-Depends: libpcap-dev
> Architecture: any
> Standards-Version: 3.7.3
> Format: 1.0
> Files:
>  429a05a8dd8d1fbb67e3f7ecba2fda47 542 rbootd_2.0-10.dsc
>  bce823c223048e43dc42e4c88b6a31b6 27235 rbootd_2.0.orig.tar.gz
>  cfa43238ce43259a1d03d1cf99180a31 9541 rbootd_2.0-10.diff.gz
> Checksums-Sha256:
>  dbcd996647c72bc03b3d55b84ca5bac9836ad35f29522d3a23c04f2b8dac7757 542 
> rbootd_2.0-10.dsc
>  9df329b0e821b91d2513f251d6969b0cff3b75a3c4c0002a4530f966fdaaa8ba 9541 
> rbootd_2.0-10.diff.gz
>  2f5338d1e619e4ba3bcc2d93f942f785a6f75c71a3b35c04d8fbcb84fd868a18 27235 
> rbootd_2.0.orig.tar.gz
> Directory: pool/main/r/rbootd
> Priority: source
> Section: net
> 
> Package: rbootd
> Source: rbootd (2.0-10)
> Version: 2.0-10+b2
> Installed-Size: 55
> Maintainer: Martin Schulze 
> Architecture: amd64
> Depends: netbase (>= 3.00), libc6 (>= 2.14), libpcap0.8 (>= 0.9.8)
> Suggests: bootparamd, nfs-server
> Description-en: Remote Boot Daemon
>  The rbootd daemon is used for booting some HP workstations
>  over the network (such as the 9000/300 and 9000/400 series).
>  It can also boot PA RISC workstations.  It handles the first
>  stage of the boot sequence and can be used to start booting
>  Linux, NetBSD or HPUX.
> Description-md5: 0db2270ca1150fda750ff80d3e1fcf83
> Tag: admin::boot, interface::daemon, network::server, network::service,
>  role::program
> Section: net
> Priority: optional
> Filename: pool/main/r/rbootd/rbootd_2.0-10+b2_amd64.deb
> Size: 19274
> MD5sum: 93f1cf42f598974c47d6ed8ddb299854
> SHA256: 9a0017e320f9595b014d0c833fa5687f7b0b20ac28590501e1b42e188471f77a

Helge Deller adopted the package but forgot to add a close entry. I'm
henceforth closing this bug right now.

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#970146: O: python-public -- @public decorator for adding names to __all__

2020-09-12 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of python-public, Barry Warsaw ,
has retired.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: python-public
Binary: python3-public
Version: 0.5-1
Maintainer: Barry Warsaw 
Uploaders: Debian Python Modules Team 
,
Build-Depends: debhelper (>= 9), dh-python, python3-sphinx, python3-all, 
python3-pkg-resources, python3-setuptools
Architecture: all
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 63c0115ec2c9249892f2e92d18e2831c 2107 python-public_0.5-1.dsc
 7ada20af0339739b3480a9544aa3411a 13483 python-public_0.5.orig.tar.gz
 4abe2c541587f093f6cbe9e9d4eb11d8 210700 python-public_0.5-1.debian.tar.xz
Vcs-Browser: 
https://anonscm.debian.org/cgit/python-modules/packages/python-public.git
Vcs-Git: 
https://anonscm.debian.org/git/python-modules/packages/python-public.git
Checksums-Sha256:
 ea889d83406ca745958b29c467a47ae15dc2d2129d7145b78a3b432a35a4c2f9 2107 
python-public_0.5-1.dsc
 40a20d59bd64320888e81c21b43bd04d2187175f007bf6562c986f2830ac284a 13483 
python-public_0.5.orig.tar.gz
 4d59c2fea89f5834cc2568497e6b13990f9bf295098c5d23acd44c2df6576bdc 210700 
python-public_0.5-1.debian.tar.xz
Homepage: http://public.readthedocs.io/en/latest/
Package-List: 
 python3-public deb python optional arch=all
Testsuite: autopkgtest
Directory: pool/main/p/python-public
Priority: optional
Section: misc

Package: python3-public
Source: python-public
Version: 0.5-1
Installed-Size: 129
Maintainer: Barry Warsaw 
Architecture: all
Depends: python3:any (>= 3.4~)
Suggests: python-public-doc
Description-en: @public decorator for adding names to __all__
 Never add an explicit __all__ to your modules again!
Description-md5: 04e2197f11f5676bac14832f87ad2355
Homepage: http://public.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/python-public/python3-public_0.5-1_all.deb
Size: 24144
MD5sum: 86bc3e33e79187945d298caa336cdc84
SHA256: 30ac2cb2080c884da2255d5cd83976dc08d0de6fe59f7a261dd7a7a52b88fcf0


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#970145: O: python-mode -- Python mode for GNU Emacs and XEmacs

2020-09-12 Thread Pierre-Elliott Bécue
e: https://launchpad.net/python-mode/
Python-Version: 2.7
Tag: devel::lang:python, implemented-in::lisp, interface::commandline,
 role::plugin, role::program, suite::emacs
Section: python
Priority: optional
Filename: pool/main/p/python-mode/python-mode_6.2.3-1.1_all.deb
Size: 152156
MD5sum: a7c64b0a593e9527dc5406777aaf8860
SHA256: 53bac14a610945b1adf4943cc7e44dd6dfcbbcd7f7eac7f3517adb522f92aac0

Package: python-mode
Version: 1:6.2.3-1.4
Installed-Size: 1147
Maintainer: Barry Warsaw 
Architecture: all
Replaces: python-elisp
Provides: python-elisp
Depends: emacsen-common (>= 2.0.8), python2:any (<< 2.8), python2:any (>= 2.7~)
Recommends: pymacs (>= 0.22-6)
Suggests: pylint, python-ropemacs
Conflicts: python-elisp
Description-en: Python mode for GNU Emacs and XEmacs
 Provides a major mode for GNU Emacs and XEmacs to edit, debug, and develop
 Python programs and doctests.
 .
 If you install this with XEmacs 21, it will replace the included
 python-mode.el, which may or may not be a more recent version
 (use "C-h v py-version" to compare).
 .
 Since this package automagically loads after Python mode shipped with
 GNU emacs >= 22, installation of this package makes python-mode's
 mode the default for editing Python code in emacs.
Description-md5: 46a123e2d0b18646735f03ce79224393
Homepage: https://launchpad.net/python-mode/
Python-Version: 2.7
Tag: devel::lang:python, implemented-in::lisp, interface::commandline,
 role::plugin, role::program, suite::emacs
Section: python
Priority: optional
Filename: pool/main/p/python-mode/python-mode_6.2.3-1.4_all.deb
Size: 152528
MD5sum: 2cdd97bcaa755585eafb5dfa5acb3599
SHA256: 157bfe9fb8bb0aeb63cac29fd464ce72b85f315ff400f265d44f556834a7df85

Package: python-mode
Version: 1:6.2.3-1.1
Installed-Size: 1146
Maintainer: Barry Warsaw 
Architecture: all
Replaces: python-elisp, python1.5-elisp, python2.1-elisp, python2.2-elisp
Provides: python-elisp
Depends: emacsen-common (>= 2.0.8), python:any (<< 2.8), python:any (>= 2.7~)
Recommends: pychecker, pymacs (>= 0.22-6)
Suggests: pylint, python-ropemacs
Conflicts: python-elisp, python1.5-elisp, python2.1-elisp, python2.2-elisp
Description-en: Python mode for GNU Emacs and XEmacs
 Provides a major mode for GNU Emacs and XEmacs to edit, debug, and develop
 Python programs and doctests.
 .
 If you install this with XEmacs 21, it will replace the included
 python-mode.el, which may or may not be a more recent version
 (use "C-h v py-version" to compare).
 .
 Since this package automagically loads after Python mode shipped with
 GNU emacs >= 22, installation of this package makes python-mode's
 mode the default for editing Python code in emacs.
Description-md5: 46a123e2d0b18646735f03ce79224393
Homepage: https://launchpad.net/python-mode/
Python-Version: 2.7
Tag: devel::lang:python, implemented-in::lisp, interface::commandline,
 role::plugin, role::program, suite::emacs
Section: python
Priority: optional
Filename: pool/main/p/python-mode/python-mode_6.2.3-1.1_all.deb
Size: 152156
MD5sum: a7c64b0a593e9527dc5406777aaf8860
SHA256: 53bac14a610945b1adf4943cc7e44dd6dfcbbcd7f7eac7f3517adb522f92aac0


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934419: ITA: dhcpdump -- Parse DHCP packets from tcpdump

2020-07-30 Thread Pierre-Elliott Bécue
Le jeudi 30 juillet 2020 à 16:22:30+0800, Peter Ji a écrit :
> 
> X-Debbugs-CC: Pierre-Elliott Bécue 
> 
> Control: retitle -1 ITA: dhcpdump -- Parse DHCP packets from tcpdump
> Owner: peter_...@yeah.net
> 
> 
> 
> Dear Maintainer,
> 
> I'm interested in this package and would like to start my own Debian
> contribution with it.
> 
> I’ll change this to an ITA on my behalf for now, to signal that I am taking
> care of the package.
> 
> 
> The package description is:
> 
>  This package provides a tool for visualization of DHCP packets as
> 
>  recorded and output by tcpdump to analyze DHCP server responses.
> 
> 
> Regards,

The control: statement has to be the first thing in the mail body, so
the x-debbugs-cc prevented your control entry to work. Also, you have to
re-give the control: statement for each action you want the control
server to do, so your owner action wouldn't have worked anyway.

I've mailed the appropriate commands to the control server, no need to
resend.

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#965387: O: kanjipad -- handwriting recognition tool for Kanji

2020-07-20 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of kanjipad, Dafydd Harries ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: kanjipad
Binary: kanjipad
Version: 2.0.0-8
Maintainer: Dafydd Harries 
Build-Depends: libgtk2.0-dev, debhelper (>> 9), quilt
Architecture: any
Standards-Version: 3.9.3
Format: 3.0 (quilt)
Files:
 a270b1d6b013d377c04ea0400f0c8fbb 1177 kanjipad_2.0.0-8.dsc
 bdfe75534322840b3ff566e0a91c472d 75930 kanjipad_2.0.0.orig.tar.gz
 dfa878a21385c2fe19875a128aca1048 3556 kanjipad_2.0.0-8.debian.tar.gz
Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=collab-maint/kanjipad.git;a=summary
Vcs-Git: git://anonscm.debian.org/collab-maint/kanjipad.git
Checksums-Sha256:
 8b2d07bfb186b964dd5b7a22eb415edc81e787fcf26b8dcbefe0f5f1af89e09a 1177 
kanjipad_2.0.0-8.dsc
 28272f61ec09c607a3578e3626e9e4fd43d1d9d1e21cb64328745766d00ee9e1 75930 
kanjipad_2.0.0.orig.tar.gz
 1713c6f72df93626f2586778aaac89c6fbca230e2884f2f9a59d9c5592b990d6 3556 
kanjipad_2.0.0-8.debian.tar.gz
Package-List: 
 kanjipad deb x11 extra
Directory: pool/main/k/kanjipad
Priority: source
Section: x11

Package: kanjipad
Source: kanjipad (2.0.0-8)
Version: 2.0.0-8+b1
Installed-Size: 93
Maintainer: Dafydd Harries 
Architecture: amd64
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), 
libpango-1.0-0 (>= 1.14.0)
Recommends: fonts-ipafont-gothic | fonts-japanese-gothic
Description-en: handwriting recognition tool for Kanji
 Kanjipad translates drawings by the user into Kanji characters. Translated
 characters can be copied and pasted into other applications.
Description-md5: 1176760a183a8dc10e9d67a1578d027c
Tag: culture::japanese, implemented-in::c, interface::graphical,
 interface::x11, role::program, uitoolkit::gtk
Section: x11
Priority: optional
Filename: pool/main/k/kanjipad/kanjipad_2.0.0-8+b1_amd64.deb
Size: 33184
MD5sum: 2ae8d7e5115fa67d02723e95bf0071ca
SHA256: 1c67960dcc4d90a820a6f178bb96d12b2c33f16ce8d0e63b08537528c31553fe


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#965388: O: typespeed -- Zap words flying across the screen by typing them correctly

2020-07-20 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of typespeed, Dafydd Harries ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: typespeed
Binary: typespeed
Version: 0.6.5-2.1
Maintainer: Dafydd Harries 
Build-Depends: debhelper (>= 5), quilt (>= 0.46-7), libncurses5-dev, 
autotools-dev
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 38251d0f98269b4ab4369ae2e07659b2 1858 typespeed_0.6.5-2.1.dsc
 578102b418c7df84903d3e90df2e7483 254170 typespeed_0.6.5.orig.tar.gz
 a3845ca52cfb105526c72221171035e4 8112 typespeed_0.6.5-2.1.diff.gz
Vcs-Browser: http://git.debian.org/?p=collab-maint/typespeed.git
Vcs-Git: git://git.debian.org/git/collab-maint/typespeed
Checksums-Sha256:
 6525c2f90bd2eb5872dc4197ebda82c7307698369e43fa9a53aec1322f45f7b1 1858 
typespeed_0.6.5-2.1.dsc
 5c860385ceed8a60f13217cc0192c4c2b4705c3e80f9866f7d72ff306eb72961 254170 
typespeed_0.6.5.orig.tar.gz
 31a2e03b39b1a17c3b1716cab9d4750966088c2ae75621be1d833371ca1ba1a9 8112 
typespeed_0.6.5-2.1.diff.gz
Homepage: http://tobias.eyedacor.org/typespeed/
Package-List: 
 typespeed deb games optional arch=any
Directory: pool/main/t/typespeed
Priority: source
Section: games

Package: typespeed
Source: typespeed (0.6.5-2.1)
Version: 0.6.5-2.1+b3
Installed-Size: 198
Maintainer: Dafydd Harries 
Architecture: amd64
Depends: fileutils (>= 4.0-5) | coreutils (>> 5), libc6 (>= 2.14), libncurses6 
(>= 6), libtinfo6 (>= 6)
Conflicts: suidmanager (<< 0.50)
Description-en: Zap words flying across the screen by typing them correctly
 Typespeed is a game in which words fly across your screen. Your task is to
 zap the words by typing them before they cross the screen. If too many words
 get by you, the game is over.
Description-md5: e96cff21f40c078569c1ce9622c18e62
Homepage: http://tobias.eyedacor.org/typespeed/
Tag: game::typing, interface::text-mode, role::program, uitoolkit::ncurses,
 use::gameplaying, use::learning
Section: games
Priority: optional
Filename: pool/main/t/typespeed/typespeed_0.6.5-2.1+b3_amd64.deb
Size: 68580
MD5sum: e4bd56702d17d78fc95aab6724609033
SHA256: 40635625875e9fa2b3bc164cb16881080bfb443d0cd4f2c9aea62182a76bfae5


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#961349: ITP: sphinx-rst-builder -- A Sphinx builder for rST (reStructuredText) files

2020-05-23 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 

* Package name: sphinx-rst-builder
  Version : 0.0.3
  Upstream Author : David Fritzsche 
* URL : https://github.com/davidfritzsche/sphinx-rst-builder
* License : BSD-2-Clause
  Programming Lang: Python
  Description : A Sphinx builder for reST (reStructuredText) files

Sphinx extension to build reST (reStructuredText) files.

This extension is in particular useful to use in combination with the
autodoc extension to automatically generate documentation for use by any
rst parser (such as the GitHub wiki).

In itself, the extension is fairly straightforward – it takes the parsed
reST file from Sphinx and outputs it as reST.

This library is needed to build python-coverage 5.1's doc and would be
maintained under the DPMT


Bug#961348: ITP: sphinx-tabs -- Tabbed views for Sphinx

2020-05-23 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 

* Package name: sphinx-tabs
  Version : 1.1.13
  Upstream Author : Alex Collins 
* URL : https://github.com/djungelorm/sphinx-tabs
* License : MIT
  Programming Lang: Python
  Description : Tabbed views for Sphinx

Sphinx Tabs is a Sphinx extension that allows one to create tabbed
content in a Sphinx documentation built in HTML. The current features
are:
 - Simple tabs
 - Groupped tabs (synchronize the tabs between multiple areas of the
   page)
 - Code tabs

This package is a documentation requirement for python-coverage 5, and
provides features not built in the current sphinx releases. It would be
maintained in DPMT.


Bug#793354: ITP: pytest-services -- collection of fixtures and utility functions for py.test

2019-11-05 Thread Pierre-Elliott Bécue
Control: owner -1
Control: retitle -1 ITP: pytest-services -- collection of fixtures and utility 
functions for py.test

Le jeudi 23 juillet 2015 à 08:40:11+0200, Daniel Stender a écrit :
> Package: wnpp
> Severity: wishlist
> Owner: Daniel Stender 
> 
> * Package name: pytest-services
>   Version : 1.1.3
>   Upstream Author : Anatoly Bubenkov 
> * URL : https://github.com/pytest-dev/pytest-services
> * License : Expat
>   Programming Lang: Python
>   Description : collection of fixtures and utility functions for py.test
> 
> Another item from the pytest-dev team to enrich the py.test plugin collection 
> in
> Debian. This a collection of basic infrastructure and service fixtures and 
> utilites functions for writing test suites for py.test, please see the Github 
> page for details. The resulting binaries are going to be 
> python{,3}-pytest-services.

Cheers.

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#892907: ITP: python-pytest-vcr -- pytest plugin for managing python-vcr cassettes

2019-11-05 Thread Pierre-Elliott Bécue
Le mercredi 14 mars 2018 à 22:28:14+1100, Craig Small a écrit :
> Package: wnpp
> Severity: wishlist
> Owner: Craig Small 
> 
> * Package name: python-pytest-vcr
>   Version : 0.3.0
>   Upstream Author : Tomasz Kontusz
> * URL : https://pypi.python.org/pypi/pytest-vcr
> * License : MIT
>   Programming Lang: Python
>   Description : pytest plugin for managing python-vcr cassettes
> 
> Allows pytest-runner tests to use a simple decoration for their
> python-vcr tests. Requires python-pytest and python-vcr which
> are both already packaged.
> 
> This is required for testing the Mastodon python module which
> I am also going to ITP.
> 
> While I can maintain it, I excpect this will form under the DPMT
> and use their salsa project.

Hi Craig,

I created a salsa repo and packaged the thing. Do you wish me to add you
to uploaders?

With best regards,

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#756017: Partial packaging

2019-09-13 Thread Pierre-Elliott Bécue
Le mardi 08 septembre 2015 à 22:25:11-0700, Diane Trout a écrit :
> I have a packaging tree that I'm using at:
> https://github.com/detrout/python-bokeh
> 
> It can't be released to Debian until we find a solution for building BokehJS. 
> (And that it also needs a jquery 2.1.1).
> 
> But at least its a start.

Dear Diane,

It seems that bokeh 1.3.4 ships a version of BokehJS that is
non-minified and ready-to-use. Wouldn't that be a correct solution for
an initial packaging, even though one could wish to finish the proper
javascript package in a second time?

With best regards,

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934437: O: newmail -- Notificator for incoming mail

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of newmail, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: newmail
Binary: newmail
Version: 0.5-2
Maintainer: Martin Schulze 
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Files:
 79e8edd38ad88ce0e91cc00d0cdf043c 883 newmail_0.5-2.dsc
 062ec245f595a8dc803a968892bff0ff 17110 newmail_0.5.orig.tar.gz
 8dfb091d8a92fbcbc97f41ca867b6b5c 4003 newmail_0.5-2.diff.gz
Checksums-Sha256:
 c027702c43b77dfc6d07610e6c36647defac08a7aa2b0130d6bc2ba6b9c90123 883 
newmail_0.5-2.dsc
 6d99310137c75bd73df12c8d7e9420d619d1d4751d9d7edc48f275a4bf79bad0 17110 
newmail_0.5.orig.tar.gz
 c6e3f5022ba8053cfbf7e8b3aba249f3f1977f14cc84605e9bc7b560ce172173 4003 
newmail_0.5-2.diff.gz
Directory: pool/main/n/newmail
Priority: source
Section: mail

Package: newmail
Source: newmail (0.5-2)
Version: 0.5-2+b2
Installed-Size: 38
Maintainer: Martin Schulze 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: Notificator for incoming mail
 The newmail program usually puts itself in the background and watches
 mailbox files in order to report when new mail has been arrived.  The
 originator and subject will then be reported on the terminal it was
 started.  The output can also be integrated in graphical programs.
 .
 This package is inspired by the newmail program from the Elm mail system.
Description-md5: 49b0168ce625e668ce3031036ad2f541
Homepage: http://www.infodrom.org/projects/newmail/
Tag: interface::commandline, mail::notification, role::program,
 scope::utility, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/n/newmail/newmail_0.5-2+b2_amd64.deb
Size: 13068
MD5sum: b3db1531b33158221b513bfe
SHA256: 6e0b2ece40639f3a907df6454423f640ff49f60f2796a1f894c6bdde519da3a8


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934436: O: sendfile -- Simple Asynchronous File Transfer

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of sendfile, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: sendfile
Binary: sendfile
Version: 2.1b.20080616-5.3
Maintainer: Martin Schulze 
Build-Depends: libreadline-dev, autotools-dev
Architecture: any
Standards-Version: 3.5.2.0
Format: 1.0
Files:
 0e6039fefd3054d672e222612c0e5b7e 1700 sendfile_2.1b.20080616-5.3.dsc
 671cd95971c53066a9d0fa66ac04e813 343153 sendfile_2.1b.20080616.orig.tar.gz
 e15da70433f9a4dfecfdf2ea75fea09c 25366 sendfile_2.1b.20080616-5.3.diff.gz
Checksums-Sha256:
 e0dcd524988bf2df2cbad7fa2f473fe2101822301bfc20e8d03f0105ef852a66 1700 
sendfile_2.1b.20080616-5.3.dsc
 d13b643d50ec0b03f636b0f89bf95f4c9ea561ccf2091d8417af90f59bcd93fc 343153 
sendfile_2.1b.20080616.orig.tar.gz
 455b6167c265127d840dfe8db704203741de723137223ea0404be7c6344f0298 25366 
sendfile_2.1b.20080616-5.3.diff.gz
Package-List: 
 sendfile deb net optional arch=any
Directory: pool/main/s/sendfile
Priority: source
Section: net

Package: sendfile
Source: sendfile (2.1b.20080616-5.3)
Version: 2.1b.20080616-5.3+b3
Installed-Size: 552
Maintainer: Martin Schulze 
Architecture: amd64
Depends: libc6 (>= 2.14), libreadline7 (>= 6.0), openbsd-inetd | 
inet-superserver, perl | perl5, update-inetd, libdpkg-perl
Suggests: pgp-i
Description-en: Simple Asynchronous File Transfer
 Sendfile is an asynchronous file transfer service for the Internet,
 like the sendfile facility in Bitnet: Any user A can send files to
 another user B without B being active in any way.
 .
 The existing standard file transfer (ftp) is a synchronous service:
 The user must have access to an account on the sending and on the
 receiving site, too.
 .
 Sendfile for Unix, which is an implementation of the SAFT protocol
 (Simple Asynchronous File Transfer) now offers you a true
 asynchronous file transfer service for the Internet.  Virtually any
 form of file can be sent, including encrypted ones.  The SAFT
 protocol will be submitted as an RFC in the near future.
Description-md5: 544c219ea9ea2e5464e79b350c4ef1a4
Homepage: http://fex.rus.uni-stuttgart.de/saft/
Tag: interface::commandline, network::client, role::program,
 uitoolkit::ncurses, use::transmission, works-with::file
Section: net
Priority: optional
Filename: pool/main/s/sendfile/sendfile_2.1b.20080616-5.3+b3_amd64.deb
Size: 189186
MD5sum: e9c1505e3ef78bc592ec4254936834bc
SHA256: 8e601baca13db8718f5ed4d9ed5552d4b4b6ae947d98ae4a0ffcee45ecb9f902


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934433: O: rbootd -- Remote Boot Daemon

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of rbootd, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rbootd
Binary: rbootd
Version: 2.0-10
Maintainer: Martin Schulze 
Build-Depends: libpcap-dev
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Files:
 429a05a8dd8d1fbb67e3f7ecba2fda47 542 rbootd_2.0-10.dsc
 bce823c223048e43dc42e4c88b6a31b6 27235 rbootd_2.0.orig.tar.gz
 cfa43238ce43259a1d03d1cf99180a31 9541 rbootd_2.0-10.diff.gz
Checksums-Sha256:
 dbcd996647c72bc03b3d55b84ca5bac9836ad35f29522d3a23c04f2b8dac7757 542 
rbootd_2.0-10.dsc
 9df329b0e821b91d2513f251d6969b0cff3b75a3c4c0002a4530f966fdaaa8ba 9541 
rbootd_2.0-10.diff.gz
 2f5338d1e619e4ba3bcc2d93f942f785a6f75c71a3b35c04d8fbcb84fd868a18 27235 
rbootd_2.0.orig.tar.gz
Directory: pool/main/r/rbootd
Priority: source
Section: net

Package: rbootd
Source: rbootd (2.0-10)
Version: 2.0-10+b2
Installed-Size: 55
Maintainer: Martin Schulze 
Architecture: amd64
Depends: netbase (>= 3.00), libc6 (>= 2.14), libpcap0.8 (>= 0.9.8)
Suggests: bootparamd, nfs-server
Description-en: Remote Boot Daemon
 The rbootd daemon is used for booting some HP workstations
 over the network (such as the 9000/300 and 9000/400 series).
 It can also boot PA RISC workstations.  It handles the first
 stage of the boot sequence and can be used to start booting
 Linux, NetBSD or HPUX.
Description-md5: 0db2270ca1150fda750ff80d3e1fcf83
Tag: admin::boot, interface::daemon, network::server, network::service,
 role::program
Section: net
Priority: optional
Filename: pool/main/r/rbootd/rbootd_2.0-10+b2_amd64.deb
Size: 19274
MD5sum: 93f1cf42f598974c47d6ed8ddb299854
SHA256: 9a0017e320f9595b014d0c833fa5687f7b0b20ac28590501e1b42e188471f77a


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934428: O: xxgdb -- An X front-end to the GNU debugger gdb

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of xxgdb, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: xxgdb
Binary: xxgdb
Version: 1.12-17
Maintainer: Joey Schulze 
Build-Depends: debhelper (>= 7.1), dpatch, libxaw7-dev, libx11-dev, libxt-dev, 
x11proto-core-dev, xutils-dev
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 e77ce7b93b0312781e72c1f5b65422f7 992 xxgdb_1.12-17.dsc
 26f50e1b64d04cf80cba2132c910b693 115786 xxgdb_1.12.orig.tar.gz
 d1fb0137bb0c1d2c67203027ef785e3a 18219 xxgdb_1.12-17.diff.gz
Checksums-Sha256:
 4fe37f299793f68945928d2d73570c65aa28950230d571fafc4b184106502813 992 
xxgdb_1.12-17.dsc
 2a3413c1285af74042b4d66370d701f4c68eb207fc3d90463e544c9ed2fb8a4b 115786 
xxgdb_1.12.orig.tar.gz
 74cab6f9eb670ea2c3b87a2802ad1a1e563058498b73bb98414826da80d1e934 18219 
xxgdb_1.12-17.diff.gz
Directory: pool/main/x/xxgdb
Priority: source
Section: devel

Package: xxgdb
Source: xxgdb (1.12-17)
Version: 1.12-17+b2
Installed-Size: 170
Maintainer: Joey Schulze 
Architecture: amd64
Depends: gdb, libc6 (>= 2.14), libx11-6, libxaw7, libxt6
Description-en: An X front-end to the GNU debugger gdb
 xxgdb is a simple but powerful graphical interface to the GNU
 debugger gdb.  A more powerful (but slower and much bigger) interface
 is available in the ddd package.
Description-md5: 3bfda36542e8c682af6e97d0745b2385
Tag: devel::debugger, interface::graphical, interface::x11, role::program,
 scope::utility, uitoolkit::athena, use::checking, x11::application
Section: devel
Priority: optional
Filename: pool/main/x/xxgdb/xxgdb_1.12-17+b2_amd64.deb
Size: 62758
MD5sum: 0745f8c24060d761152945d59d404175
SHA256: 843f0f5dfeb0d1616447c4f91dee7131a67f8e37180156ec12e9f08e4fc563c8


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934426: O: uucpsend -- Alternative Frontend for UUCP Batching with INN

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of uucpsend, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: uucpsend
Binary: uucpsend
Version: 1.1-4.1
Maintainer: Martin Schulze 
Architecture: any
Standards-Version: 3.5.2
Format: 1.0
Files:
 beda04e50c23c5eecf30c45ab4f720b9 1729 uucpsend_1.1-4.1.dsc
 e671a49633953fe8ec9d1dba2a627df9 16227 uucpsend_1.1.orig.tar.gz
 a2b1ea2e248163a1bb17b0d28f798e34 4355 uucpsend_1.1-4.1.diff.gz
Checksums-Sha256:
 ecf1e9801644f1550a12c520e55e2d8dd02cd29f1fc8def7c824e8272b3b865e 1729 
uucpsend_1.1-4.1.dsc
 3447ff358e21c9927f4a35409218bf6f77c6caaceeed298bc15a8cb6dec065bc 16227 
uucpsend_1.1.orig.tar.gz
 42521420c9701a0a9a6f51df6c76e830288d97e22eadff6e521d091c9fdea5b0 4355 
uucpsend_1.1-4.1.diff.gz
Dgit: 7f6b9ebeb301563e43cb3b860849e95143f058d1 debian archive/debian/1.1-4.1 
https://git.dgit.debian.org/uucpsend
Package-List: 
 uucpsend deb news extra arch=any
Directory: pool/main/u/uucpsend
Priority: source
Section: news

Package: uucpsend
Version: 1.1-4.1
Installed-Size: 47
Maintainer: Martin Schulze 
Architecture: amd64
Depends: libc6 (>= 2.14), inn, uucp
Conflicts: inn2
Description-en: Alternative Frontend for UUCP Batching with INN
 This package provides some neat features to do UUCP batching.
 Partially it is logically based on send-uucp and nntpsend which were
 included in early versions of INN.
 .
 It is tested with INN 1 and may require tweaking with INN 2.
Description-md5: 152e50d2b51bcafe0cde226576cb6ba5
Tag: protocol::nntp, role::plugin, role::program, use::transmission,
 works-with::file
Section: news
Priority: optional
Filename: pool/main/u/uucpsend/uucpsend_1.1-4.1_amd64.deb
Size: 14666
MD5sum: e9f2c653ed785d225912e3a26290a653
SHA256: 9641b2ea948edf453bd193b2e2906ac9a268ce2363462161f43788a754c4e8c4


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934422: O: gerstensaft -- Frontend for Simple Asynchronous File Transfer

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of gerstensaft, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: gerstensaft
Binary: gerstensaft
Version: 0.3-4.2
Maintainer: Martin Schulze 
Build-Depends: libgtk2.0-dev, gettext
Architecture: any
Standards-Version: 3.5.0
Format: 1.0
Files:
 3f460784fafb207d0be88750a961003c 1735 gerstensaft_0.3-4.2.dsc
 199a0118bf48498cb14ed2275a9e2b29 46948 gerstensaft_0.3.orig.tar.gz
 0ab09e7594dd6623b3cbc3c40aacd792 9298 gerstensaft_0.3-4.2.diff.gz
Checksums-Sha256:
 254b6bbe84b86c42851fa15b8d2debb17db188d32717e02d65ab1babc2397a51 1735 
gerstensaft_0.3-4.2.dsc
 b1949666326f71ba28c7a3540602e0d548877af9892835c5affb62060b5c5a12 46948 
gerstensaft_0.3.orig.tar.gz
 066047ceb97e13664fb995335f6c16cae85eecbabcb34e40c68e48554baf60e1 9298 
gerstensaft_0.3-4.2.diff.gz
Homepage: http://www.infodrom.org/projects/gerstensaft/
Package-List: 
 gerstensaft deb net extra arch=any
Directory: pool/main/g/gerstensaft
Priority: source
Section: net

Package: gerstensaft
Version: 0.3-4.2
Installed-Size: 170
Maintainer: Martin Schulze 
Architecture: amd64
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.12), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 
2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango-1.0-0 (>= 
1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), 
sendfile
Description-en: Frontend for Simple Asynchronous File Transfer
 Gerstensaft is an easy to use graphical oriented frontend for
 sendfile(1).  It features sending files and directories and provides a
 history for addresses.
Description-md5: 3bc745a748e6c3d442dd711b77fd06b6
Homepage: http://www.infodrom.org/projects/gerstensaft/
Tag: interface::graphical, interface::x11, network::client, role::program,
 uitoolkit::gtk, use::downloading, x11::application
Section: net
Priority: optional
Filename: pool/main/g/gerstensaft/gerstensaft_0.3-4.2_amd64.deb
Size: 41156
MD5sum: 880da44e55f62847bef02f38b4b07197
SHA256: 04efea1bd2327d2341c4b39a4a1e28837b81563549e055246525d5b20d0b85b7


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934418: O: dbview -- View dBase III files

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of dbview, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: dbview
Binary: dbview
Version: 1.0.4-1
Maintainer: Martin Schulze 
Architecture: any
Standards-Version: 3.5.2
Format: 1.0
Files:
 dd1800fad94c06e3242a2eeb812408e3 518 dbview_1.0.4-1.dsc
 f77c9a85ca18dd1c80f72fcbc17c78ea 9857 dbview_1.0.4.orig.tar.gz
 aeb98b27fdea8ff582bd058b23ae6cf2 4195 dbview_1.0.4-1.diff.gz
Checksums-Sha256:
 f4606d5cf5c1f6385f7a756ddbfa7913668a2eeeb82b1c20f2ebb4c8b688d386 518 
dbview_1.0.4-1.dsc
 8d4a3fb90bc1e7be4c64b3d9b7c735c718c34c2c29cddcc6da4d76fed0d495a6 4195 
dbview_1.0.4-1.diff.gz
 bca41716e1ec0ce8833bcacfa17063f338b25f249f92ddb954c7d935e008cee7 9857 
dbview_1.0.4.orig.tar.gz
Directory: pool/main/d/dbview
Priority: source
Section: misc

Package: dbview
Source: dbview (1.0.4-1)
Version: 1.0.4-1+b2
Installed-Size: 34
Maintainer: Martin Schulze 
Architecture: amd64
Depends: libc6 (>= 2.3)
Description-en: View dBase III files
 Dbview is a little tool that will display dBase III and IV
 files. You can also use it to convert your old .dbf files
 for further use with Unix.
 .
 It wasn't the intention to write a freaking viewer and
 reinvent the wheel again. Instead dbview is intend to be
 used in conjunction with your favourite unix text utilities
 like cut, recode and more.
Description-md5: d61e727fcd6480d1917168bcd1d03d18
Tag: interface::commandline, role::program, scope::utility, use::converting,
 use::viewing, works-with::db
Section: misc
Priority: optional
Filename: pool/main/d/dbview/dbview_1.0.4-1+b2_amd64.deb
Size: 11812
MD5sum: 24d9a2f6d684fd76de5a80a189f18822
SHA256: b13d007db3d76370954c59e11fa47d9be831a3a7bafdb3f891446990768491d1


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934416: O: cgilib -- Simple CGI Library

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of cgilib, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: cgilib
Binary: cgilib
Version: 0.6-1.1
Maintainer: Martin Schulze 
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Files:
 d955406c625e69a45e2a6e2b1a53e876 1574 cgilib_0.6-1.1.dsc
 392f00a4ce90426606efcb6ce705fd75 25268 cgilib_0.6.orig.tar.gz
 b21373e74566c05f3751e00179a969c5 5187 cgilib_0.6-1.1.diff.gz
Checksums-Sha256:
 ff7d1bd968dc2d2b4499da8d7aa7cf5835102e045a0d7eb3a20f4ec8f9ba3ab4 1574 
cgilib_0.6-1.1.dsc
 b825a7ff413c02a758af1e54641d41f24099b9c54c4530b5e6edebe21d9640dd 25268 
cgilib_0.6.orig.tar.gz
 14936611c7fbab1e25d93bb6c7a9772518670ebc8d39b2324628620dee5a808b 5187 
cgilib_0.6-1.1.diff.gz
Package-List: 
 cgilib deb web optional arch=any
Directory: pool/main/c/cgilib
Priority: source
Section: web

Package: cgilib
Version: 0.6-1.1
Installed-Size: 91
Maintainer: Martin Schulze 
Architecture: amd64
Suggests: httpd
Conflicts: libcgi-dev
Description-en: Simple CGI Library
 This library provides a simple programming API to the Common Gateway
 Interface (CGI).  It features HTTP Redirect, provides read access to
 FORM variables, sets HTTP Cookies and reads them.
Description-md5: e6858716f1a5fe470806506faabdaf40
Tag: devel::lang:c, devel::library, implemented-in::c, protocol::http,
 role::app-data, role::devel-lib, role::program, web::cgi
Section: web
Priority: optional
Filename: pool/main/c/cgilib/cgilib_0.6-1.1_amd64.deb
Size: 35590
MD5sum: c501dc1081d27e713671316507213169
SHA256: c649b751e3738f1456aa3b0e348dc7d34b780c6625d8ee6f389d9400468f78cc


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934421: O: dtaus -- Paperless money transfer with German banks on floppies

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of dtaus, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: dtaus
Binary: dtaus
Version: 0.9-1.1
Maintainer: Martin Schulze 
Architecture: any
Standards-Version: 3.5.2
Format: 1.0
Files:
 4d8e9f1314b24dfccaded528edc47fa0 1563 dtaus_0.9-1.1.dsc
 0703e37f8ed303ceb2e78ece5650bf05 32294 dtaus_0.9.orig.tar.gz
 9f4e721f65e9f820a9ce5c20a713a742 4826 dtaus_0.9-1.1.diff.gz
Checksums-Sha256:
 98fc17d6358cb06db49ae7bed06c114afc90f65a155f5e9527e427c6d0a6d683 1563 
dtaus_0.9-1.1.dsc
 f056eb9abbf300db8828dc5472f54d6cbe496309d9185aba53efdcc8 32294 
dtaus_0.9.orig.tar.gz
 b873262a947ce63444ca56f3517a1a1465e1d2e6461ee5fd503d789a10e6857c 4826 
dtaus_0.9-1.1.diff.gz
Package-List: 
 dtaus deb misc extra arch=any
Directory: pool/main/d/dtaus
Priority: source
Section: misc

Package: dtaus
Version: 0.9-1.1
Installed-Size: 66
Maintainer: Martin Schulze 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: Paperless money transfer with German banks on floppies
 This package contains a library that can read and write German DTAUS
 files.  DTAUS is an acronym for DatenTraegerAUStausch.  It is used by
 German credit institutes in order to transfer commands for money
 exchanges between accounts.  This format is used both between banks
 and between banks and their customers.  One mainly wants to use it to
 be able to do automatic "Bankeinzuege".
 .
 This package probably will only be useful in Germany.
Description-md5: d7b43a6feac22917426cb7b11eb7fe2a
Tag: culture::german, field::finance, hardware::storage,
 interface::commandline, role::program, scope::application
Section: misc
Priority: optional
Filename: pool/main/d/dtaus/dtaus_0.9-1.1_amd64.deb
Size: 31734
MD5sum: ace3b0529b4599f238d7189ded1493df
SHA256: 9d04c92472eb460276a00e95a791d97e15f9e8c00ab29b7a300b5d52a5e7a4e9


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934419: O: dhcpdump -- Parse DHCP packets from tcpdump

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of dhcpdump, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: dhcpdump
Binary: dhcpdump
Version: 1.8-2.2
Maintainer: Joey Schulze 
Build-Depends: libpcap0.8-dev
Architecture: any
Standards-Version: 3.8.0.1
Format: 1.0
Files:
 ea5578a122434bd79247482d037d3699 1649 dhcpdump_1.8-2.2.dsc
 099c786997c424f196414f9575f1fb90 10740 dhcpdump_1.8.orig.tar.gz
 70fecd651c239729b4f11a11a0b5a055 4994 dhcpdump_1.8-2.2.diff.gz
Checksums-Sha256:
 e5ef652c0b3ae441309814d7630578f6a86cba58ab3eaabb68bca697f106bba8 1649 
dhcpdump_1.8-2.2.dsc
 6d5eb9418162fb738bc56e4c1682ce7f7392dd96e568cc996e44c28de7f77190 10740 
dhcpdump_1.8.orig.tar.gz
 d30b1ff63e746e2b223447700c0ab4392a11695593b2eebd8d95a66acfd9affa 4994 
dhcpdump_1.8-2.2.diff.gz
Package-List: 
 dhcpdump deb admin optional arch=any
Directory: pool/main/d/dhcpdump
Priority: source
Section: admin

Package: dhcpdump
Version: 1.8-2.2
Installed-Size: 50
Maintainer: Joey Schulze 
Architecture: amd64
Depends: libc6 (>= 2.3.4), libpcap0.8 (>= 0.9.8), tcpdump
Description-en: Parse DHCP packets from tcpdump
 This package provides a tool for visualization of DHCP packets as
 recorded and output by tcpdump to analyze DHCP server responses.
Description-md5: b4ad9f140ebb9a313823d1234c692b63
Tag: interface::commandline, network::scanner, protocol::dhcp, protocol::ip,
 role::program, scope::utility, use::viewing
Section: admin
Priority: optional
Filename: pool/main/d/dhcpdump/dhcpdump_1.8-2.2_amd64.deb
Size: 14744
MD5sum: 4a41a6badd6523993d4a062681865f6e
SHA256: 071e64798c6a71d3b65a95db77f12c1472847e3de0dc325a2047596aa9cb8015


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934423: O: gui-apt-key -- Graphical Key Manager for APT

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of gui-apt-key, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: gui-apt-key
Binary: gui-apt-key
Version: 0.4-2.2
Maintainer: Martin Schulze 
Build-Depends: gettext
Architecture: all
Standards-Version: 3.7.2.0
Format: 1.0
Files:
 ed1e11649385c25e8dcd78e97cdf6fd2 1617 gui-apt-key_0.4-2.2.dsc
 aed27ea9de94096f4615ddd0a056ccde 31325 gui-apt-key_0.4.orig.tar.gz
 9f1dac6ce676428d1d4b140a1313a323 13106 gui-apt-key_0.4-2.2.diff.gz
Checksums-Sha256:
 2ae228e519f43b5465ada55ffee6c6028b310e7f791819787cff606af8b3c6c7 1617 
gui-apt-key_0.4-2.2.dsc
 ca028b44e8e4dd243625a1d3e13b22cefc9fb0541bcd09bf9bef43dcf13db787 31325 
gui-apt-key_0.4.orig.tar.gz
 a046473a76ee4fd8f6e9f9de9aca8ed2a163fb41320b7a02848f7098b9bd875e 13106 
gui-apt-key_0.4-2.2.diff.gz
Package-List: 
 gui-apt-key deb admin optional arch=all
Directory: pool/main/g/gui-apt-key
Priority: source
Section: admin

Package: gui-apt-key
Version: 0.4-2.2
Installed-Size: 197
Maintainer: Martin Schulze 
Architecture: all
Depends: libgtk2-perl, liblocale-gettext-perl
Description-en: Graphical Key Manager for APT
 The graphical frontend to the apt-key utility (gak) provides an easy
 to use interface to maintain digital keys for APT.  They are required
 to authenticate Debian archives and prevent malicious packages to
 creep in.
Description-md5: 39b95e409a2b43b8220b548baed3b946
Homepage: http://www.infodrom.org/projects/gui-apt-key/
Tag: admin::package-management, interface::commandline, interface::graphical,
 interface::x11, role::program, scope::utility,
 security::authentication, suite::debian, suite::gnome, uitoolkit::gtk,
 use::checking, use::searching, x11::application
Section: admin
Priority: optional
Filename: pool/main/g/gui-apt-key/gui-apt-key_0.4-2.2_all.deb
Size: 27622
MD5sum: bae2d707ff139f8f78d916e87d498197
SHA256: 3e1dc12cb25b31af08fc9249d78efbf069361b19fff1e7e4f09bc9b6c761


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934420: O: dhcping -- DHCP Daemon Ping Program

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of dhcping, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: dhcping
Binary: dhcping
Version: 1.2-4.2
Maintainer: Martin Schulze 
Build-Depends: autotools-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Files:
 6372f650ce66ce7a34ce9be7a762dd5c 1617 dhcping_1.2-4.2.dsc
 c4b22bbf3446c8567e371c40aa552d5d 75485 dhcping_1.2.orig.tar.gz
 c77992eb6d1526c0fea4cce2fb019f69 31006 dhcping_1.2-4.2.diff.gz
Checksums-Sha256:
 66f5f8efe5e00aba19bbfdd2cb236137f05b17e44d819dbaa866fb32f5f7adfd 1617 
dhcping_1.2-4.2.dsc
 32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a 75485 
dhcping_1.2.orig.tar.gz
 f1263b3b9309506e7d74115e7e68b7eaa7d144dd4f3dc3347abf6cd41873f711 31006 
dhcping_1.2-4.2.diff.gz
Package-List: 
 dhcping deb admin optional arch=any
Directory: pool/main/d/dhcping
Priority: source
Section: admin

Package: dhcping
Version: 1.2-4.2
Installed-Size: 42
Maintainer: Martin Schulze 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: DHCP Daemon Ping Program
 This small tool provides an opportunity for a system administrator to
 perform a DHCP request to find out if a DHCP server is still running.
Description-md5: c1656353f4bd68e86cd8d21688eaf5ac
Tag: admin::monitoring, interface::commandline, network::scanner,
 protocol::dhcp, protocol::ip, role::program, scope::utility,
 use::scanning
Section: admin
Priority: optional
Filename: pool/main/d/dhcping/dhcping_1.2-4.2_amd64.deb
Size: 12960
MD5sum: fc8bcbad333a9646d39fb84c12ca1f3e
SHA256: 2c84d3bc90947a3d92fefae5de7e435c009eef126530649a60235ec712a5d271


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934424: O: mailto -- WWW Forms to Mail Gateway

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of mailto, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: mailto
Binary: mailto
Version: 1.3.2-3
Maintainer: Martin Schulze 
Architecture: any
Standards-Version: 3.6.1
Format: 1.0
Files:
 0a74d1d23c2683eee01a0e75c0463a7c 893 mailto_1.3.2-3.dsc
 87f2ac30b5133bcfca1ffd69ce8ab5e7 15751 mailto_1.3.2.orig.tar.gz
 06a551bcbae91d672feedcead1529071 14530 mailto_1.3.2-3.diff.gz
Checksums-Sha256:
 33d47fea5448f397e94f51fc87d99a890d674e1e8a12748ca36e43c19b41d2c8 893 
mailto_1.3.2-3.dsc
 74050d4dae4b3f32ba9f5069251394887b6f044f8c68ef49a0e350876d0d1c99 15751 
mailto_1.3.2.orig.tar.gz
 c5852b53ed0bf4203b816f72736b6a2abd827a8a0da6b0be14afefbfdbdae72c 14530 
mailto_1.3.2-3.diff.gz
Directory: pool/main/m/mailto
Priority: source
Section: web

Package: mailto
Source: mailto (1.3.2-3)
Version: 1.3.2-3+b2
Installed-Size: 43
Maintainer: Martin Schulze 
Architecture: amd64
Depends: apache | httpd, exim4 | mail-transport-agent, libc6 (>= 2.2.5)
Description-en: WWW Forms to Mail Gateway
 This package provides a CGI program that converts data submitted
 via a  web formular to simple mail which is sent to a given
 address.
Description-md5: 06ad4a2a040e61ebb41f90be6ba01cd7
Tag: implemented-in::c, interface::web, protocol::http, protocol::smtp,
 role::program, scope::utility, web::cgi, works-with::mail
Section: web
Priority: optional
Filename: pool/main/m/mailto/mailto_1.3.2-3+b2_amd64.deb
Size: 16802
MD5sum: eafadb8897d5e6cf8c9933597d19f3a6
SHA256: ff7bbb70a111921737faa39229c2202cc845662eab666120c3a3ae4931e5bf44


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934417: O: cvs-mailcommit -- Send CVS commitments via mail

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of cvs-mailcommit, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: cvs-mailcommit
Binary: cvs-mailcommit
Version: 1.19-2.1
Maintainer: Martin Schulze 
Architecture: all
Standards-Version: 3.6.1.0
Format: 3.0 (quilt)
Files:
 46c2bfafa9905e66871b30fab6718be2 1829 cvs-mailcommit_1.19-2.1.dsc
 72f6e697a3b3cbd398c9840bce8675bb 11241 cvs-mailcommit_1.19.orig.tar.gz
 04f9ffb4e072da793c2ad3d6c512c228 2748 cvs-mailcommit_1.19-2.1.debian.tar.xz
Checksums-Sha256:
 d6cc9477d6f5f2750ed080d5ea6a44c4d316b6c597d5d81d3f3774c72428aefc 1829 
cvs-mailcommit_1.19-2.1.dsc
 4e882554262dc09ede8082dd1b6371b15c4b0ecb4a57f529bd81b4b30c62ed8b 11241 
cvs-mailcommit_1.19.orig.tar.gz
 11db56cc79a7714f2c56610f804615f6b6c5f82b00ca7a1d5a80db54a1225fe1 2748 
cvs-mailcommit_1.19-2.1.debian.tar.xz
Dgit: 9b29aab9a43d61e65e4e361f5057882654b86dcb debian archive/debian/1.19-2.1 
https://git.dgit.debian.org/cvs-mailcommit
Package-List: 
 cvs-mailcommit deb utils optional arch=all
Directory: pool/main/c/cvs-mailcommit
Priority: source
Section: vcs

Package: cvs-mailcommit
Version: 1.19-2.1
Installed-Size: 29
Maintainer: Martin Schulze 
Architecture: all
Depends: postfix | mail-transport-agent, rcs
Description-en: Send CVS commitments via mail
 The cvs-mailcommit program is hooked into the CVS system via the
 loginfo file and helps people keep track of CVS repositories by
 distributing changes in a repository via mail.  This package is
 written in Perl.
Description-md5: fa14c6bd9547d070cf2fdbc89ca2118a
Tag: admin::logging, devel::rcs, implemented-in::perl,
 interface::commandline, role::program, scope::utility, works-with::mail
Section: vcs
Priority: optional
Filename: pool/main/c/cvs-mailcommit/cvs-mailcommit_1.19-2.1_all.deb
Size: 2
MD5sum: 37344d900e9b670104388f2ea1a6277d
SHA256: f14879ab4fedecb5be79631e8deb7a71b1055cb0448143b672b2dfaf523a8100


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#934415: O: cfingerd -- configurable finger daemon

2019-08-10 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of cfingerd, Martin Schulze ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: cfingerd
Binary: cfingerd
Version: 1.4.3-3.2
Maintainer: Martin Schulze 
Build-Depends: debhelper (>= 7)
Architecture: any
Standards-Version: 3.8.4
Format: 1.0
Files:
 5ae9a79274d72da84dc49c5404787a76 1606 cfingerd_1.4.3-3.2.dsc
 fe9365f811624248aa3df52c4a832fc7 99898 cfingerd_1.4.3.orig.tar.gz
 71066910245f8ee7218ba72aa7f41fd6 21233 cfingerd_1.4.3-3.2.diff.gz
Checksums-Sha256:
 5dcbe8ad0ea01167b5b5ea14210deb984de7cf5aee281ee02448eae9d3d0464a 1606 
cfingerd_1.4.3-3.2.dsc
 61b5efdbbe881fe35c39ca243fc11cf52d219a4f61104f1052a900fc7acb0fb0 99898 
cfingerd_1.4.3.orig.tar.gz
 8d0841e25ea199354c75048915ad5b75fa2b129de97686a684b08b10fca36964 21233 
cfingerd_1.4.3-3.2.diff.gz
Package-List: 
 cfingerd deb net extra arch=any
Directory: pool/main/c/cfingerd
Priority: source
Section: net

Package: cfingerd
Source: cfingerd (1.4.3-3.2)
Version: 1.4.3-3.2+b1
Installed-Size: 164
Maintainer: Martin Schulze 
Architecture: amd64
Provides: finger-server
Depends: libc6 (>= 2.14), update-inetd, netbase (>= 2.00)
Conflicts: finger-server
Description-en: configurable finger daemon
 This is a free replacement for standard finger daemons such as GNU
 fingerd and MIT fingerd.  Cfingerd can enable/disable finger services
 to individual users, rather than to all users on a given host.  It is
 able to respond to a finger request to a specified user by running a
 shell script (e.g., finger doorbell@mysite.mydomain might cause a
 sound file to be sent) rather than just a plain text file.
Description-md5: c59ae5f8fe9f252bf9fbf651bcf214b8
Homepage: http://www.infodrom.org/projects/cfingerd/
Tag: interface::daemon, network::server, network::service, protocol::finger,
 role::program, use::scanning, works-with::people
Section: net
Priority: optional
Filename: pool/main/c/cfingerd/cfingerd_1.4.3-3.2+b1_amd64.deb
Size: 74138
MD5sum: 7d1d15e038fd6252c0fa3016cca56c25
SHA256: 7792969edbfca332a78e173c00f5907c1453e50cc5d65d91786ab86fc80a3511


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930136: O: gnome-icon-theme -- GNOME Desktop icon theme

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of gnome-icon-theme, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: gnome-icon-theme
Binary: gnome-icon-theme
Version: 3.12.0-3
Maintainer: Josselin Mouette 
Uploaders: Jeremy Bicha , Laurent Bigonville 
, Michael Biebl , Sjoerd Simons 

Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10)
Build-Depends-Indep: gettext, intltool (>= 0.40.0), pkg-config, 
gtk-update-icon-cache, icon-naming-utils (>= 0.8.7), librsvg2-bin
Architecture: all
Standards-Version: 4.1.3
Format: 3.0 (quilt)
Files:
 950c4b74e5108abd7862f3e27cfc5273 2193 gnome-icon-theme_3.12.0-3.dsc
 f14bed7f804e843189ffa7021141addd 17742624 gnome-icon-theme_3.12.0.orig.tar.xz
 ee4e1694c18d39b2848a824c928e24f6 18044 gnome-icon-theme_3.12.0-3.debian.tar.xz
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-icon-theme
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-icon-theme.git
Checksums-Sha256:
 3fc090d7327736a3c5c50fbef32c23369c2b9ff7fe2c2aaee466beabd98c953e 2193 
gnome-icon-theme_3.12.0-3.dsc
 359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a 17742624 
gnome-icon-theme_3.12.0.orig.tar.xz
 c1a299fe4a6339cc3b2b9eb552d3691e9ac75074317769dfc7989a7f4b74f3d4 18044 
gnome-icon-theme_3.12.0-3.debian.tar.xz
Package-List: 
 gnome-icon-theme deb gnome optional arch=all
Directory: pool/main/g/gnome-icon-theme
Priority: source
Section: gnome

Package: gnome-icon-theme
Version: 3.12.0-3
Installed-Size: 15193
Maintainer: Josselin Mouette 
Architecture: all
Depends: hicolor-icon-theme, gtk-update-icon-cache, librsvg2-common
Enhances: nautilus (>= 2.2)
Description-en: GNOME Desktop icon theme
 This package contains the default icon theme used by the GNOME desktop.
 The icons are used in the panel menu, and in nautilus and other
 applications, to represent the different applications, files,
 directories, and devices.
Description-md5: 56f11bd9f2379f1c6d0184e53417015a
Multi-Arch: foreign
Tag: interface::graphical, interface::x11, made-of::icons, made-of::svg,
 role::app-data, role::program, suite::gnome, uitoolkit::gtk, x11::theme
Section: gnome
Priority: optional
Filename: pool/main/g/gnome-icon-theme/gnome-icon-theme_3.12.0-3_all.deb
Size: 9869120
MD5sum: 674c3cc5d9d388f89d48c0911ed92b32
SHA256: 8112a83e2758f42df01c2811d09e23d7fa7d0733826941f03cd4e509aeeaf23f


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930144: O: stardict-xmlittre -- French Littré dictionary for stardict

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of stardict-xmlittre, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: stardict-xmlittre
Binary: stardict-xmlittre
Version: 1:1.0-1
Maintainer: Josselin Mouette 
Build-Depends: cdbs, debhelper (>= 5)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 c461d9039cb24c2b2e7e03aaefa798b2 602 stardict-xmlittre_1.0-1.dsc
 0687d9179409f555a233595f2a40f91d 31447176 stardict-xmlittre_1.0.orig.tar.gz
 87f18f72b6630a19dbfe817b45b574f0 2004 stardict-xmlittre_1.0-1.diff.gz
Checksums-Sha256:
 a67ea36538aeb4e50eb9d6492a1f5d19cb6da8cad281b1a319d711403f76bbce 602 
stardict-xmlittre_1.0-1.dsc
 315e1716e2cc001e13ecfd1516f5b923493621d66619258b97af4eaa10f78cc7 2004 
stardict-xmlittre_1.0-1.diff.gz
 1c81a772014646c3fa39048a834297043c5f168ea40ac33503692d889c9d4ac6 31447176 
stardict-xmlittre_1.0.orig.tar.gz
Directory: pool/main/s/stardict-xmlittre
Priority: source
Section: text

Package: stardict-xmlittre
Version: 1:1.0-1
Installed-Size: 32095
Maintainer: Josselin Mouette 
Architecture: all
Recommends: stardict | stardict-gtk
Description-en: French Littré dictionary for stardict
 This package contains a XML version of the French language dictionary
 written by Émile Littré and published in 1863, suitable for the
 stardict dictionary software.
 .
 Despite its age, this dictionary now fallen in the public domain is
 still a widely used reference source for French language and
 litterature. It features 78,423 entries and 239,009 quotes from 3,910
 authors.
 .
 Homepage: http://francois.gannaz.free.fr/Littre/
Description-md5: 61f491e082f6b90c45091225230ff5f4
Tag: culture::french, made-of::dictionary, role::app-data
Section: text
Priority: optional
Filename: pool/main/s/stardict-xmlittre/stardict-xmlittre_1.0-1_all.deb
Size: 31453226
MD5sum: 1dc316f208cbf5001f6c774fd4a08387
SHA256: 919d1a14c66777c1270d75c9294dba189aab7c7d56e16ce474c0c7305e1f8b86


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930141: O: regionset -- view and modify the region code of DVD drives

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of regionset, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: regionset
Binary: regionset
Version: 0.1-3.1
Maintainer: Josselin Mouette 
Build-Depends: cdbs, debhelper (>= 9)
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 cb6f6bf9b8384fb120bfbfe427d06044 1629 regionset_0.1-3.1.dsc
 fea18ecae0c0c229bceab56ba46f4691 17095 regionset_0.1.orig.tar.gz
 679844dec465c88cb8bb0c4722a4b699 2405 regionset_0.1-3.1.diff.gz
Checksums-Sha256:
 c52f0ab29275c6d82d9906c7133383e59385bf183d18c65dac73f6a49c292d51 1629 
regionset_0.1-3.1.dsc
 acb6f2ae259750fa4db5b9f7b64ae83d9d7ac6ad96b070d976ef1ef2a660a6d5 17095 
regionset_0.1.orig.tar.gz
 30c6d9e30c80996038fd78ddb1352e448550c966468a80dcd31f6beaa5777468 2405 
regionset_0.1-3.1.diff.gz
Package-List: 
 regionset deb utils optional arch=any
Directory: pool/main/r/regionset
Priority: source
Section: utils

Package: regionset
Source: regionset (0.1-3.1)
Version: 0.1-3.1+b1
Installed-Size: 38
Maintainer: Josselin Mouette 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-en: view and modify the region code of DVD drives
 Regionset is a small utility which displays and sets
 the region/zone setting of a DVD drive, allowing it to decrypt
 the DVD's sold in this geographical zone. Hardware vendors
 often limit the number of such modifications, but it is
 necessary to set it at least once with a brand new drive.
 .
 URL: http://linvdr.org/projects/regionset/
Description-md5: d8c455345188c006e6bece483bf7ac4a
Tag: hardware::storage, hardware::storage:dvd, interface::commandline,
 role::program, scope::utility, security::cryptography, use::configuring
Section: utils
Priority: optional
Filename: pool/main/r/regionset/regionset_0.1-3.1+b1_amd64.deb
Size: 11534
MD5sum: 23885dbb4e8bd397d8a8eecb83c032af
SHA256: 0b35d070c3f35725d5342a7d7b3f1c93dfab433beac2315b2e374e3b47162d90


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930142: O: solarwolf -- Collect the boxes and don't become mad

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of solarwolf, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: solarwolf
Binary: solarwolf
Version: 1.5-2.2
Maintainer: Josselin Mouette 
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: python-all, dh-python
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 9643e2f1db1f88f3c84ce75226b2eb15 1809 solarwolf_1.5-2.2.dsc
 52fbed0a33c3c4c08d9dc0e533f90f8c 2045888 solarwolf_1.5.orig.tar.gz
 bb7908ac065c8d4a402ee26fc371e2e2 3751 solarwolf_1.5-2.2.diff.gz
Checksums-Sha256:
 df489ade34c390b27f1a2e5026cb50bd1f2ab9ac70cdc7636ad64d7a22c02dcc 1809 
solarwolf_1.5-2.2.dsc
 bd261c17e9aad6ab18925d74bbdeaf8e57d24e707c96f7073386561d8ebd219f 2045888 
solarwolf_1.5.orig.tar.gz
 8c93ab0f369acd6b487b93c23a72ffaecbdc3b80b3436ac00b6b45e22e0d99c1 3751 
solarwolf_1.5-2.2.diff.gz
Package-List: 
 solarwolf deb games optional arch=all
Directory: pool/main/s/solarwolf
Priority: source
Section: games

Package: solarwolf
Version: 1.5-2.2
Installed-Size: 2746
Maintainer: Josselin Mouette 
Architecture: all
Depends: python-pygame (>= 1.5.6), python:any (>= 2.7.5-5~)
Description-en: Collect the boxes and don't become mad
 Solarwolf is an action/arcade game written entirely in Python,
 featuring amazing graphics and cool music.
 It is originally based on the SolarFox game on the Atari 2600.
 .
 All this, yet the best feature of all is; it is a hecka lotta fun!
 The point of the game is to scramble through 48 levels of patterns,
 collecting all the boxes. The part that makes it tricky is avoiding
 the relentless hailstorm of fire coming at you from all directions.
 .
 URL: http://www.pygame.org/shredwheat/solarwolf/
Description-md5: 2bf532c7c91f5e67dd0a209e9fb800c7
Tag: game::arcade, implemented-in::python, interface::graphical,
 interface::x11, role::program, uitoolkit::sdl, use::gameplaying,
 x11::application
Section: games
Priority: optional
Filename: pool/main/s/solarwolf/solarwolf_1.5-2.2_all.deb
Size: 1895674
MD5sum: 3432b6edcaccdc19308fe477355acf16
SHA256: 9f1dbe299c59627c4a02f9fd57640ab21058d8e207ad47d9d8857c8a6cbdf928


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930139: O: pygtksourceview -- Python bindings for the GtkSourceView widget

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of pygtksourceview, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pygtksourceview
Binary: python-gtksourceview2
Version: 2.10.1-3
Maintainer: Josselin Mouette 
Uploaders: Debian GNOME Maintainers 
, Emilio Pozuelo Monfort 
, Martin Pitt , Sebastian Dröge 

Build-Depends: debhelper (>= 8), cdbs (>= 0.4.73), dh-autoreconf, 
gnome-pkg-tools (>= 0.10), python-all-dev (>= 2.6.6-3~), python-gobject-2-dev 
(>= 2.15.2), python-gtk2-dev (>= 2.8.0), libgtksourceview2.0-dev (>= 2.9.7), 
xsltproc, docbook-xsl, gtk-doc-tools (>= 1.4), python-gtk2-doc
Architecture: any
Standards-Version: 3.9.2
Format: 3.0 (quilt)
Files:
 d01401df5484d96b33985eb98c32c9ee 2194 pygtksourceview_2.10.1-3.dsc
 7a4dd87a515374637e1acf0b340eaa92 368703 pygtksourceview_2.10.1.orig.tar.gz
 6a858d22384a2ea467ed809df63072df 3220 pygtksourceview_2.10.1-3.debian.tar.xz
Checksums-Sha256:
 d1133dc73ac5dc7f1178e78340d6a4c80b753e3080573618a5c87cf9f92fa4bc 2194 
pygtksourceview_2.10.1-3.dsc
 2ae9356b0b189e7ebf61e366152aac0a471b17b4ddead5bf747bf4c912a0d698 368703 
pygtksourceview_2.10.1.orig.tar.gz
 51ef19746b126670c43c770f1b03de35615c1c148899a8f45f7212696d664c1c 3220 
pygtksourceview_2.10.1-3.debian.tar.xz
Package-List: 
 python-gtksourceview2 deb python optional arch=any
Directory: pool/main/p/pygtksourceview
Priority: source
Section: python

Package: python-gtksourceview2
Source: pygtksourceview
Version: 2.10.1-3
Installed-Size: 613
Maintainer: Josselin Mouette 
Architecture: amd64
Depends: python (<< 2.8), python (>= 2.7), libatk1.0-0 (>= 1.12.4), libc6 (>= 
2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), 
libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 
2.12.0), libgtksourceview2.0-0 (>= 2.10.0), libpango-1.0-0 (>= 1.14.0), 
libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), 
python-gobject-2 (>= 2.15.2), python-gtk2 (>= 2.8.0)
Suggests: libgtksourceview2.0-dev
Description-en: Python bindings for the GtkSourceView widget
 GtkSourceView is a text widget that extends the standard GTK+ 2.x text
 widget GtkTextView. It improves GtkTextView by implementing syntax
 highlighting and other features typical of a source editor.
 .
 This package contains the Python bindings for GtkSourceView, and allows
 to write Python programs that use the GtkSourceView widget.
Description-md5: cb1d31e181ccbd5cb097f8f4fb2b3960
Tag: role::shared-lib, uitoolkit::gtk
Section: python
Priority: optional
Filename: pool/main/p/pygtksourceview/python-gtksourceview2_2.10.1-3_amd64.deb
Size: 75320
MD5sum: 2a1446484fcbae1b9e636ebff5990aaf
SHA256: d2603a1eb2052a07e05ae8b7c298c137316aecdcf8d2b8d1425d62fe94d25d90


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930140: O: pymssql -- Python database access for MS SQL server and Sybase - Python 2

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of pymssql, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pymssql
Binary: python-pymssql, python3-pymssql
Version: 2.1.4+dfsg-1
Maintainer: Josselin Mouette 
Uploaders: Debian Python Modules Team 
, Geoffrey Thomas 

Build-Depends: debhelper (>= 9), python-all-dev (>= 2.7), python3-all-dev, 
freetds-dev (>= 0.95), dh-python, python-setuptools, python3-setuptools, cython 
(>= 0.19.1), cython3 (>= 0.19.1)
Architecture: any
Standards-Version: 4.3.0
Format: 3.0 (quilt)
Files:
 4191dbc6438eab0f3af64211d5dce672 1948 pymssql_2.1.4+dfsg-1.dsc
 338ccd4984e201a89a6562384569c288 135496 pymssql_2.1.4+dfsg.orig.tar.xz
 4c63fea4f60a7f40accc4e7f74ab8acc 3984 pymssql_2.1.4+dfsg-1.debian.tar.xz
Vcs-Browser: https://salsa.debian.org/python-team/modules/pymssql
Vcs-Git: https://salsa.debian.org/python-team/modules/pymssql.git
Checksums-Sha256:
 9b6ad21264344dfba4e00ba3910ab58d427bd7caa5dff33e64cc295e1c481714 1948 
pymssql_2.1.4+dfsg-1.dsc
 7516f435e7d026b42e5a4d8541a0b06c1ec372aecf6649856f57f71315ade5db 135496 
pymssql_2.1.4+dfsg.orig.tar.xz
 1d150dca7bb2945595158592cc994ffd24da8357731f76f5bf4903c32eac23da 3984 
pymssql_2.1.4+dfsg-1.debian.tar.xz
Homepage: https://github.com/pymssql/pymssql
Package-List: 
 python-pymssql deb python optional arch=any
 python3-pymssql deb python optional arch=any
Testsuite: autopkgtest-pkg-python
Directory: pool/main/p/pymssql
Priority: source
Section: python

Package: python-pymssql
Source: pymssql
Version: 2.1.4+dfsg-1
Installed-Size: 662
Maintainer: Josselin Mouette 
Architecture: amd64
Depends: libc6 (>= 2.14), libsybdb5 (>= 0.63), python (<< 2.8), python (>= 
2.7~), python:any (<< 2.8), python:any (>= 2.7~)
Description-en: Python database access for MS SQL server and Sybase - Python 2
 This package contains a Python module allowing direct access to
 Microsoft SQL server and Sybase databases. It is designed for
 simplicity and performance, and conforms to Python DB-API 2.0.
 .
 This package installs the library for Python 2.
Description-md5: 30004a50f55be4a0504afab7e4c6418e
Homepage: https://github.com/pymssql/pymssql
Section: python
Priority: optional
Filename: pool/main/p/pymssql/python-pymssql_2.1.4+dfsg-1_amd64.deb
Size: 205996
MD5sum: 101e2fc4699ec284e0627cfbb42322fc
SHA256: 86af79020d0ac14cb01a0d8563d3a95bd54e0e44c2b29f3612a4033f45ce2537

Package: python3-pymssql
Source: pymssql
Version: 2.1.4+dfsg-1
Installed-Size: 690
Maintainer: Josselin Mouette 
Architecture: amd64
Depends: libc6 (>= 2.14), libsybdb5 (>= 0.63), python3 (<< 3.8), python3 (>= 
3.7~)
Description-en: Python database access for MS SQL server and Sybase - Python 3
 This package contains a Python module allowing direct access to
 Microsoft SQL server and Sybase databases. It is designed for
 simplicity and performance, and conforms to Python DB-API 2.0.
 .
 This package installs the library for Python 3.
Description-md5: 5571f36696867ac10fb994cf2b71b5d2
Homepage: https://github.com/pymssql/pymssql
Section: python
Priority: optional
Filename: pool/main/p/pymssql/python3-pymssql_2.1.4+dfsg-1_amd64.deb
Size: 216820
MD5sum: 881b73e645fb07ea0fa6005f88a480f4
SHA256: da554ae70244213c3cf25ea34d0ec848b36224c1d57c029cc948ff347995f1a1


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930138: O: pygobject-2 -- deprecated static Python bindings for the GObject library

2019-06-07 Thread Pierre-Elliott Bécue
 libffi6 (>= 
3.0.4), libglib2.0-0 (>= 2.41.1), python-gobject-2 (= 2.28.6-13+b1)
Breaks: python-gobject-dbg (<< 2.90)
Description-en: deprecated static Python bindings for the GObject library 
(debug extension)
 GObject is an abstraction layer that allows programming with an object
 paradigm that is compatible with many languages. It is a part of Glib,
 the core library used to build GTK+ and GNOME.
 .
 This package contains the static Python bindings for gobject, glib, and gio.
 These are deprecated by dynamic gobject-introspection bindings (which are
 provided with the python-gobject package), and should not be used in newly
 written code. These static bindings just exist to provide backwards
 compatibility for GNOME 2 based software.
 .
 This package contains the extensions built for the Python debug interpreter.
Description-md5: e6a1625df110dc5a28fdb8c1b535ef9e
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/p/pygobject-2/python-gobject-2-dbg_2.28.6-13+b1_amd64.deb
Size: 588832
MD5sum: 42fc5898914d8cc9454819df938e5fd0
SHA256: 2cf02be6917d08b63977fe88797d3b886cd76750d0dfcbe0ced0dcdd074980f7


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930143: O: tessa -- simulation of 3D optical systems with the FDTD method

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of tessa, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: tessa
Binary: tessa, tessa-mpi
Version: 0.3.1-6.2
Maintainer: Josselin Mouette 
Build-Depends: debhelper (>= 10~), zlib1g-dev, libhdf5-serial-dev (>= 1.6.4-3), 
fftw3-dev, python (>= 2.6.6-3~), docbook-utils, mpi-default-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 ccd44bba4c6cfabe42a267e8639c9d2a 1781 tessa_0.3.1-6.2.dsc
 c167384ee9a79728d0fead0c86880712 117154 tessa_0.3.1.orig.tar.gz
 e4b6e99ef297aca84ed529b396ef34cc 2986 tessa_0.3.1-6.2.diff.gz
Checksums-Sha256:
 055a5b575f30bb31cfd3ed649fb7b3d1017b74a5f3a6da10dd9563bbce516b6c 1781 
tessa_0.3.1-6.2.dsc
 6905b0da2274b2f1988cf59c58e421fca80819cd2a37470bc47983ef6145b64d 117154 
tessa_0.3.1.orig.tar.gz
 a480977f9a0baa0accd412ba209b3997dfabf634edc16be7bccea5b1305f71ad 2986 
tessa_0.3.1-6.2.diff.gz
Package-List: 
 tessa deb science optional arch=any
 tessa-mpi deb science extra arch=any
Directory: pool/main/t/tessa
Priority: source
Section: science

Package: tessa
Source: tessa (0.3.1-6.2)
Version: 0.3.1-6.2+b2
Installed-Size: 149
Maintainer: Josselin Mouette 
Architecture: amd64
Depends: libc6 (>= 2.14), libfftw3-double3 (>= 3.3.5), libhdf5-103, zlib1g (>= 
1:1.1.4), python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), 
python-tables
Description-en: simulation of 3D optical systems with the FDTD method
 Tessa is a three-dimensional simulation software for optical systems at
 the wavelength scale, based on the finite differences time-domain method
 (FDTD). It focuses on simulating large, resonating structures, but can
 also be used to study propagating beams. It can simulate arbitrary
 dielectric and absorbing materials, and can be used on single
 workstations as well as clusters.
 .
 Tessa is believed to be terribly efficient.
 .
 URL: http://alioth.debian.org/projects/tessa/
Description-md5: 5a1938a48f0dbbb10be1521472eda9ed
Tag: field::physics, implemented-in::c, implemented-in::python,
 interface::commandline, role::program, scope::application,
 works-with::3dmodel
Section: science
Priority: optional
Filename: pool/main/t/tessa/tessa_0.3.1-6.2+b2_amd64.deb
Size: 48932
MD5sum: f8a22079cafad8d5d6e2fc8e7378835e
SHA256: f0a14d008df7764bdb478b0b591b21267bd969c4083b9a56a35e841c3c129a57

Package: tessa-mpi
Source: tessa (0.3.1-6.2)
Version: 0.3.1-6.2+b2
Installed-Size: 106
Maintainer: Josselin Mouette 
Architecture: amd64
Depends: libc6 (>= 2.14), libfftw3-double3 (>= 3.3.5), libhdf5-103, 
libopenmpi3, zlib1g (>= 1:1.1.4), tessa (= 0.3.1-6.2+b2), mpi-default-bin
Description-en: simulation of 3D optical systems using FDTD on MPI clusters
 Tessa is a three-dimensional simulation software for optical systems at
 the wavelength scale, based on the finite differences time-domain method
 (FDTD). It focuses on simulating large, resonating structures, but can
 also be used to study propagating beams. It can simulate arbitrary
 dielectric and absorbing materials, and can be used on single
 workstations as well as clusters.
 .
 This package is built with MPI support.
 .
 URL: http://alioth.debian.org/projects/tessa/
Description-md5: 386882eb34ec9422233f82a483d99039
Tag: field::physics, implemented-in::python, works-with::3dmodel
Section: science
Priority: optional
Filename: pool/main/t/tessa/tessa-mpi_0.3.1-6.2+b2_amd64.deb
Size: 39560
MD5sum: c129f5e1c6109c3dc9a8c47d20cf3fba
SHA256: 2d5a78ee4cd60d1dcebd632a4699ce9040f37497f97ec18bcf4c2fd332154a68


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#930137: O: nicotine -- graphical client for the SoulSeek peer-to-peer system

2019-06-07 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of nicotine, Josselin Mouette ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: nicotine
Binary: nicotine
Version: 1.2.16+dfsg-1.1
Maintainer: Josselin Mouette 
Build-Depends: debhelper (>= 5), gettext, python-all, dh-python
Architecture: all
Standards-Version: 3.8.2
Format: 3.0 (quilt)
Files:
 963b603782148f6255c157817ee1e08d 1760 nicotine_1.2.16+dfsg-1.1.dsc
 acde25825d9978a1b8f2e8854aa84cb4 1515262 nicotine_1.2.16+dfsg.orig.tar.bz2
 b5a53281b4270cb5cba5af048f543130 12612 nicotine_1.2.16+dfsg-1.1.debian.tar.xz
Checksums-Sha256:
 fe844c6096dae705e5fc9a8d20fefff6a0ea6c58b2a3fbffa47d72f3d4f29e87 1760 
nicotine_1.2.16+dfsg-1.1.dsc
 427c7bdf48a9e6eef0d06949d0ab4da5f15c068efd28e9f21e0d4e1886cfc8ad 1515262 
nicotine_1.2.16+dfsg.orig.tar.bz2
 3259ca194dd011ca3bd677cb6f56143a019bc6ec3a5bd10fd3f49bfa67f5144b 12612 
nicotine_1.2.16+dfsg-1.1.debian.tar.xz
Homepage: http://www.nicotine-plus.org/
Package-List: 
 nicotine deb net optional arch=all
Directory: pool/main/n/nicotine
Priority: source
Section: net

Package: nicotine
Version: 1.2.16+dfsg-1.1
Installed-Size: 3794
Maintainer: Josselin Mouette 
Architecture: all
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-gtk2 (>= 
2.10), python-glade2
Recommends: python-mutagen, python-geoip, python-notify, xdg-utils
Suggests: python-psyco, python-gnome2, python-sexy, python-dbus, python-gst0.10
Description-en: graphical client for the SoulSeek peer-to-peer system
 Nicotine is a client for SoulSeek, a light and efficient file sharing
 system, written in Python and using the GTK2 toolkit, based on the
 PySoulSeek project.
 .
 It features uploading, downloading, searching and chatting, with
 strict bandwidth control, and tries to look like PySoulSeek.
Description-md5: 85030482625bf2ef42a22fed7b28d186
Homepage: http://www.nicotine-plus.org/
Tag: implemented-in::python, interface::graphical, interface::x11,
 network::client, role::program, uitoolkit::gtk, use::chatting,
 use::downloading, use::searching, x11::application
Section: net
Priority: optional
Filename: pool/main/n/nicotine/nicotine_1.2.16+dfsg-1.1_all.deb
Size: 625932
MD5sum: 654cfb646cb1e30cfe79c65d3b78055b
SHA256: b477d0c80e01078b1ce60f2d9337ab50484bae3b48faadb9177da9b6ac2fe82e


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929556: O: wyrd -- text-based calendar application

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of wyrd, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: wyrd
Binary: wyrd
Version: 1.4.6-4
Maintainer: Kevin Coyner 
Uploaders: Rhonda D'Vine 
Build-Depends: debhelper (>= 9~), dh-ocaml, autotools-dev, camlp4, remind (>= 
03.00.24), libcurses-ocaml-dev
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 f8c9c57c3dd361a020985c1a14b732d7 1784 wyrd_1.4.6-4.dsc
 2fc561482fdac4daac0cb6735d934ebe 425829 wyrd_1.4.6.orig.tar.gz
 bad6213f28d75b950c3ba96120b6eea3 6684 wyrd_1.4.6-4.debian.tar.xz
Checksums-Sha256:
 59d06d1ea3a44c5f5efcc258b8d7d4c6dac9d35277786a69c40e85192eac4028 1784 
wyrd_1.4.6-4.dsc
 b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e 425829 
wyrd_1.4.6.orig.tar.gz
 084e9332a5efb07514d19890605ccf3a0e484806655c3985299d8a03c4a1a46b 6684 
wyrd_1.4.6-4.debian.tar.xz
Homepage: http://pessimization.com/software/wyrd/
Package-List: 
 wyrd deb utils optional arch=any
Directory: pool/main/w/wyrd
Priority: source
Section: utils

Package: wyrd
Source: wyrd (1.4.6-4)
Version: 1.4.6-4+b2
Installed-Size: 1760
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.17), libncursesw6 (>= 6), libtinfo6 (>= 6), remind (>= 
03.00.24), less
Description-en: text-based calendar application
 Wyrd acts as an ncurses-based frontend for remind, a scheduler
 application featuring sophisticated date calculation, moon phases,
 sunrise/sunset, Hebrew calendar, alarms, multilingual messages, and
 proper handling of holidays.
 .
 Wyrd displays reminders on a browsable time table along with a
 calendar and lets the user create new timed or untimed reminders.
 Using the remind backend, it is possible to convert the calendar to
 PostScript for printing and to synchronize it with Palm handhelds.
Description-md5: dbd2a766d1a34c6834503ae68ac51e2c
Homepage: http://pessimization.com/software/wyrd/
Tag: implemented-in::ocaml, interface::commandline, role::program,
 uitoolkit::ncurses, use::organizing
Section: utils
Priority: optional
Filename: pool/main/w/wyrd/wyrd_1.4.6-4+b2_amd64.deb
Size: 520236
MD5sum: 1dde10337eab1e1a9374fe2e65a9c978
SHA256: 331c1dbbf79949faf9c84c9ceba99abfdfdaf3efd29d2f2afb2999eeb958d9cd


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929555: O: ytree -- File manager for terminals

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of ytree, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ytree
Binary: ytree
Version: 1.94-2
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 7.4~), quilt (>= 0.46-7~), libncursesw5-dev, 
libreadline-dev
Architecture: any
Standards-Version: 3.8.4
Format: 3.0 (quilt)
Files:
 0f45fce8f5685e499761994266685cc3 1384 ytree_1.94-2.dsc
 ec1de8e477006a4b2bf4218e3d9b9776 121704 ytree_1.94.orig.tar.gz
 4871d26d4e5c2334facf357da815fab6 5736 ytree_1.94-2.debian.tar.xz
Checksums-Sha256:
 96d5bb321f9f319d7385a43001a5aafada139b330d6bf6a103bbfebaa4546822 1384 
ytree_1.94-2.dsc
 d6ab6983960108d1cc225dbacfc5ab1d3d0778555d7f70d36ec18c507148e020 121704 
ytree_1.94.orig.tar.gz
 516f3c028283ece171b9495a99dbbd35c8a177e93ace682445464279cd59911f 5736 
ytree_1.94-2.debian.tar.xz
Homepage: http://www.han.de/~werner/ytree.html
Package-List: 
 ytree deb utils optional arch=any
Directory: pool/main/y/ytree
Priority: source
Section: utils

Package: ytree
Source: ytree (1.94-2)
Version: 1.94-2+b1
Installed-Size: 201
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.14), libncursesw6 (>= 6), libreadline7 (>= 6.0), libtinfo6 
(>= 6)
Recommends: mime-support
Description-en: File manager for terminals
 This is a file manager that separates files from directories and allows you to
 select and manage files from different directories.  It works on black and
 white or color terminals and is UTF-8 locales aware.
Description-md5: 4881dc2e162084b8f7e7e9563dd73438
Homepage: http://www.han.de/~werner/ytree.html
Tag: interface::text-mode, role::program, scope::utility, uitoolkit::ncurses,
 use::browsing, use::organizing, works-with::file
Section: utils
Priority: optional
Filename: pool/main/y/ytree/ytree_1.94-2+b1_amd64.deb
Size: 80040
MD5sum: f5ba5c64a36fdc1125e562c9e928
SHA256: e3d3e386a6c504600adced93343b84d8efeea44e02adf5563c63660dd69c7d9e


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929554: O: wmcalclock -- dock.app which simply tells time and date

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of wmcalclock, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: wmcalclock
Binary: wmcalclock
Version: 1.25-16
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev, 
x11proto-core-dev
Architecture: any
Standards-Version: 3.9.7
Format: 3.0 (quilt)
Files:
 591a65d3731e4692db15088fcdb3f376 1379 wmcalclock_1.25-16.dsc
 a401ded0e1fee4bcc4623076159bca41 71574 wmcalclock_1.25.orig.tar.gz
 5614ca2c385ffe591ee4cbef9189d103 6140 wmcalclock_1.25-16.debian.tar.xz
Checksums-Sha256:
 0620c2f11d76c7f0852b6282c8f4e9bfb70be183b99fc393418b462686ca81e0 1379 
wmcalclock_1.25-16.dsc
 4b42b55bb7c1d7c58b5ee1f0058c683d3e4f3e3380d3a69c54a50b983c7c1b3f 71574 
wmcalclock_1.25.orig.tar.gz
 dc335f60e2f1bcc7d11ec9d2b45a90573534ce24636138861eff3125eac658bd 6140 
wmcalclock_1.25-16.debian.tar.xz
Package-List: 
 wmcalclock deb x11 optional arch=any
Directory: pool/main/w/wmcalclock
Priority: source
Section: x11

Package: wmcalclock
Version: 1.25-16
Installed-Size: 302
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.2.5), libx11-6, libxext6, libxpm4
Description-en: dock.app which simply tells time and date
 wmCalClock is a dock app specifically written for WindowMaker, but will work
 with other window managers.  It features antialiased text display with the
 ability to choose between different fonts and colors.  wmCalclock supports
 12, 24 and 30 hour time, Greenwich time, Greenwich Mean Sidereal Time, and
 Local Sidereal Time.
Description-md5: 329875c59a3915a367b63a9e65ceae15
Tag: implemented-in::c, interface::graphical, interface::x11, role::program,
 scope::utility, suite::gnustep, uitoolkit::xlib, use::timekeeping,
 x11::applet
Section: x11
Priority: optional
Filename: pool/main/w/wmcalclock/wmcalclock_1.25-16_amd64.deb
Size: 41656
MD5sum: 5e02c6c802364dffca7cd1cbaac18ca3
SHA256: 631b71346c9623b37585d759fdedf9296033272b6944f203a7c5ccf2a75a01e8


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929550: O: rpl -- utilitaire de recherche/remplacement récursif intelligent

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of rpl, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rpl
Binary: rpl
Version: 1.5.7-1
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
Architecture: all
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 78fe1639c108f7966b2e27d4777dbb3c 1352 rpl_1.5.7-1.dsc
 c578307a893ead5b0158cf0fb2bdfdda 12546 rpl_1.5.7.orig.tar.gz
 f627aa77f22be8c74e9cad8eb2510ff0 2932 rpl_1.5.7-1.debian.tar.xz
Checksums-Sha256:
 af86ec53ef6bfdd5d7e979f1fc0018a0cde6eee8cc4d68f20bfa05c3445957d5 1352 
rpl_1.5.7-1.dsc
 53e9ac5e82e034b7f58cf384eb435b5ddfbfa88695184c06947596f3bc1ce58d 12546 
rpl_1.5.7.orig.tar.gz
 cfa436203b8796e8c3970f3ba3675af673a170c954c95bfeef9c0d960d81ebb7 2932 
rpl_1.5.7-1.debian.tar.xz
Homepage: https://github.com/kcoyner/rpl/
Package-List: 
 rpl deb python optional arch=all
Directory: pool/main/r/rpl
Priority: source
Section: utils

Package: rpl
Version: 1.5.7-1
Installed-Size: 34
Maintainer: Kevin Coyner 
Architecture: all
Depends: python3:any (>= 3.2~)
Description-fr: utilitaire de recherche/remplacement récursif intelligent
 rpl est un utilitaire de remplacement de texte. Il remplace des chaînes de
 caractères par d'autres dans de multiples fichiers texte. Il peut travailler
 récursivement sur des répertoires et gère les limitations de recherche
 à des suffixes de fichiers.
Description-md5: cbe1606e04a37f556a7ac9f4b81cfcec
Homepage: https://github.com/kcoyner/rpl/
Tag: implemented-in::python, interface::commandline, role::program,
 scope::utility, works-with::text
Section: utils
Priority: optional
Filename: pool/main/r/rpl/rpl_1.5.7-1_all.deb
Size: 8522
MD5sum: 638ce6ffba6c9082641899a665ddde0b
SHA256: 41d5223b2c85fc6ae5f2b17ecb5d3dc0d8c650999f9b28955ef7fe493dafb07a


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929546: O: tnef -- outil pour décompresser les pièces jointes de type MIME application/ms-tnef

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of tnef, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: tnef
Binary: tnef
Version: 1.4.12-1.2
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 9), autotools-dev, quilt, dh-autoreconf
Architecture: any
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 14b2ab5d0c32a43e0dbe094298d71b3c 1884 tnef_1.4.12-1.2.dsc
 59d96464d8aa10349c02ca1edd47f0ac 8463407 tnef_1.4.12.orig.tar.gz
 cd3ca26f77e916f98b45601bd7186988 7380 tnef_1.4.12-1.2.debian.tar.xz
Checksums-Sha256:
 520449bdf8a10d7e8373df7c6bfa3c10ee0ba23f64fdea0d0ffc9d44435b84ba 1884 
tnef_1.4.12-1.2.dsc
 f7dea4c806d2263948ed027dbb8c593191f321b79c73816bb5608c957bc70254 8463407 
tnef_1.4.12.orig.tar.gz
 203994e6fe84fe1454e8e93e440cfe38bc8615bd78773f2f29883ab65c61c546 7380 
tnef_1.4.12-1.2.debian.tar.xz
Homepage: https://github.com/verdammelt/tnef
Package-List: 
 tnef deb text optional arch=any
Directory: pool/main/t/tnef
Priority: source
Section: text

Package: tnef
Version: 1.4.12-1.2
Installed-Size: 98
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.14)
Recommends: mime-support
Description-fr: outil pour décompresser les pièces jointes de type MIME 
application/ms-tnef
 TNEF est un programme pour décompresser les pièces jointes de type MIME
 application/ms-tnef. C’est typiquement une pièce jointe de seulement Microsoft.
 .
 Le programme TNEF permet de décompresser les pièces jointes encapsulées
 dans une pièce jointe TNEF, en évitant par conséquent la nécessité
 d’utiliser Microsoft Outlook pour afficher la pièce jointe.
Description-md5: b00b9af822a5a170742b5f2da1b92ccd
Homepage: https://github.com/verdammelt/tnef
Tag: implemented-in::c, interface::commandline, role::program,
 scope::utility, use::converting, use::viewing, works-with::mail
Section: text
Priority: optional
Filename: pool/main/t/tnef/tnef_1.4.12-1.2_amd64.deb
Size: 42432
MD5sum: d7897556350def3eca0810cdd7ec592d
SHA256: 4e59c945851e144efd471a306b81f89f1da1e379a6f8e5244400f4599409e25a


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929544: O: urlgrabber -- high-level URL transfer library

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of urlgrabber, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: urlgrabber
Binary: python-urlgrabber
Version: 3.10.2-1
Maintainer: Kevin Coyner 
Uploaders: Debian Python Modules Team 

Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), 
python-pycurl
Architecture: all
Standards-Version: 4.1.1
Format: 3.0 (quilt)
Files:
 f660b8aee06b35fc6097a644a49f37ab 2204 urlgrabber_3.10.2-1.dsc
 9fcf77af476a69da2718e827ea628c6f 84700 urlgrabber_3.10.2.orig.tar.gz
 5e0243d88dc3c191a096716c057b7399 8044 urlgrabber_3.10.2-1.debian.tar.xz
Vcs-Browser: 
https://anonscm.debian.org/cgit/python-modules/packages/urlgrabber.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/urlgrabber.git
Checksums-Sha256:
 9ee5a9652a2f628fbd2c97e08ce04f8bf2e2b44b9b8b358f867fbbf8834891ca 2204 
urlgrabber_3.10.2-1.dsc
 53691185e3d462bb0fa8db853a205ee79cdd4089687cddd22cabb8b3d4280142 84700 
urlgrabber_3.10.2.orig.tar.gz
 02d4c00ad05969ef374a3e354afb33f2748b675fb136eddfb9d14d75f87a3099 8044 
urlgrabber_3.10.2-1.debian.tar.xz
Homepage: http://urlgrabber.baseurl.org/
Dgit: c790fce2265c8e640d7284c941ae2c69b2d43b49 debian archive/debian/3.10.2-1 
https://git.dgit.debian.org/urlgrabber
Package-List: 
 python-urlgrabber deb python optional arch=all
Python-Version: >= 2.5
Directory: pool/main/u/urlgrabber
Priority: source
Section: python

Package: python-urlgrabber
Source: urlgrabber
Version: 3.10.2-1
Installed-Size: 218
Maintainer: Kevin Coyner 
Architecture: all
Provides: python2.7-urlgrabber
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pycurl
Description-en: high-level URL transfer library
 urlgrabber dramatically simplifies the fetching of files. It is designed to
 be used in programs that need common (but not necessarily simple)
 url-fetching features. This package provides both a binary and a module, both
 of the name urlgrabber.
 .
 It supports identical behavior for http://, ftp:// and file:/// URIs. It
 provides HTTP keepalive, byte ranges, regets, progress meters, throttling,
 retries, access to authenticated http/ftp servers, and proxies. Additionally
 it has the ability to treat a list of mirrors as a single source and to
 automatically switch mirrors if there is a failure.
Description-md5: ed0376fa018e769af685bd19feaa5af9
Homepage: http://urlgrabber.baseurl.org/
Tag: implemented-in::python, protocol::ftp, protocol::http, role::program,
 role::shared-lib, use::downloading
Section: python
Priority: optional
Filename: pool/main/u/urlgrabber/python-urlgrabber_3.10.2-1_all.deb
Size: 55280
MD5sum: 773d1a36b0c47ff01452e1c967a0788b
SHA256: c91553f50f9b68e9c4c752eff53e4799624c579a6b8a541edc88e49c1c7fb014


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929543: O: pyexcelerator -- module for reading/writing Excel spreadsheet files

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of pyexcelerator, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pyexcelerator
Binary: python-excelerator
Version: 0.6.4.1-3
Maintainer: Kevin Coyner 
Uploaders: Debian Python Modules Team 

Build-Depends: debhelper (>= 10), dh-exec, dh-python, python-all
Architecture: all
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 bc91f48c4ba50026c0d5cce988c71974 2074 pyexcelerator_0.6.4.1-3.dsc
 c4a7fd6c110113df24d04f6b2e7d752e 135431 pyexcelerator_0.6.4.1.orig.tar.gz
 e7069322094b363ee22eaecb7a789a15 5392 pyexcelerator_0.6.4.1-3.debian.tar.xz
Vcs-Browser: 
https://anonscm.debian.org/cgit/python-modules/packages/pyexcelerator.git
Vcs-Git: 
https://anonscm.debian.org/git/python-modules/packages/pyexcelerator.git
Checksums-Sha256:
 4f9977d9b7ba02bdb3a51143fcbbf55b5c118dc5d86b38a7e270872bc0f88bc6 2074 
pyexcelerator_0.6.4.1-3.dsc
 13f5239746a7727d1b19512f558aff06b0659e004b34358ec0a08f32a14a5a39 135431 
pyexcelerator_0.6.4.1.orig.tar.gz
 774cb34a088d5defe1625cf96c9774fa3ddd539a172b9abad486cf15baea8a7a 5392 
pyexcelerator_0.6.4.1-3.debian.tar.xz
Homepage: http://sourceforge.net/projects/pyexcelerator
Package-List: 
 python-excelerator deb python optional arch=all
Directory: pool/main/p/pyexcelerator
Priority: source
Section: python

Package: python-excelerator
Source: pyexcelerator
Version: 0.6.4.1-3
Installed-Size: 520
Maintainer: Kevin Coyner 
Architecture: all
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-antlr
Description-en: module for reading/writing Excel spreadsheet files
 pyExcelerator is a Python module that can generate Excel 97/2000/XP/2003
 spreadsheet files. It can also extract data from these files.  It supports
 Unicode in Excel files, and can use a variety of formatting features and
 printing options. It can dump Excel and OLE2 compound files.  Included are
 simple conversion tools py_xls2html, py_xls2csv and py_xls2txt.
Description-md5: 464f07ec307932753b64d97f0d26119f
Homepage: http://sourceforge.net/projects/pyexcelerator
Tag: devel::lang:python, devel::library, implemented-in::python,
 interface::commandline, role::devel-lib, role::program,
 role::shared-lib, scope::utility, works-with-format::html,
 works-with-format::plaintext, works-with::spreadsheet, works-with::text
Section: python
Priority: optional
Filename: pool/main/p/pyexcelerator/python-excelerator_0.6.4.1-3_all.deb
Size: 97432
MD5sum: b5a201c017e9af8269791484dd34f978
SHA256: 2e647a3c245326f696031a3d997bc40bb3b80ebdde2dd8d392cd068b31df281d


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929537: O: htmlgen -- Python library for the generation of HTML

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of htmlgen, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: htmlgen
Binary: python-htmlgen
Version: 2.2.2-12.3
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 5.0.37.2)
Build-Depends-Indep: dh-python, python-all-dev (>= 2.3.5-11), quilt
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 ed11f2620d977f54c3ff8134c58d851b 1735 htmlgen_2.2.2-12.3.dsc
 613306fb2533ffee114f247c7bca4dc9 316483 htmlgen_2.2.2.orig.tar.gz
 0bb1a6ae0713a2cf36e657923e139fc4 7964 htmlgen_2.2.2-12.3.diff.gz
Checksums-Sha256:
 9f270ad71e97b0f0f96908aa40e44595f81e07085c13ce19161d9411ce2f1a50 1735 
htmlgen_2.2.2-12.3.dsc
 8b9b4e92a68f31f22c95649e52eb1d7433c726897f6b1fc623e81b4c0659d3a0 316483 
htmlgen_2.2.2.orig.tar.gz
 f5008e0bec5620a326407cef769c18a5012a2266f41cb5112289e2a9276f54c0 7964 
htmlgen_2.2.2-12.3.diff.gz
Package-List: 
 python-htmlgen deb python optional arch=all
Python-Version: all
Directory: pool/main/h/htmlgen
Priority: source
Section: python

Package: python-htmlgen
Source: htmlgen
Version: 2.2.2-12.3
Installed-Size: 1326
Maintainer: Kevin Coyner 
Architecture: all
Replaces: htmlgen (<< 2.2.2-8.2), python2.3-htmlgen (<< 2.2.2-11), 
python2.4-htmlgen (<< 2.2.2-11)
Provides: python2.7-htmlgen
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-imaging
Conflicts: htmlgen (<< 2.2.2-8.2), python2.3-htmlgen (<< 2.2.2-11), 
python2.4-htmlgen (<< 2.2.2-11)
Description-en: Python library for the generation of HTML
 HTMLgen is a class library for the generation of HTML documents with
 Python scripts. It's used when you want to create HTML pages
 containing information which changes from time to time. For example
 you might want to have a page which provides an overall system summary
 of data collected nightly. Or maybe you have a catalog of data and
 images that you would like formed into a spiffy set of web pages for
 the world to browse. Python is a great scripting language for these
 tasks and with HTMLgen it's very straightforward to construct objects
 which are rendered into consistently structured web pages. Of course,
 CGI scripts written in Python can take advantage of these classes as
 well.
Description-md5: 4a8ee938aba79cbd46c738877f614c96
Tag: devel::lang:python, devel::library, implemented-in::python,
 interface::commandline, role::devel-lib, role::program, scope::utility,
 works-with-format::html, works-with::text
Section: python
Priority: optional
Filename: pool/main/h/htmlgen/python-htmlgen_2.2.2-12.3_all.deb
Size: 252088
MD5sum: 2fe4b273f5c43128bcd483778d4f6370
SHA256: 8f0692fb0a92d03a3de3a2e054b3fd62e53a621c606381edd362d7adf9202a2a


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929538: O: jpegpixi -- suppression de taches lumineuses d’images JPEG avec une perte minimale de qualité

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of jpegpixi, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: jpegpixi
Binary: jpegpixi
Version: 1.1.1-4.1
Maintainer: Kevin Coyner 
Build-Depends: cdbs, debhelper (>= 5), libjpeg-dev
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Files:
 ffc47a1ea1f60be67fd84af6384dfeb8 1719 jpegpixi_1.1.1-4.1.dsc
 c888abdb58ff63d634215d4d5b160d5d 155045 jpegpixi_1.1.1.orig.tar.gz
 f5f21eb467b8abe29166b66001608ec9 3497 jpegpixi_1.1.1-4.1.diff.gz
Checksums-Sha256:
 de11d02cdc8c3179ef428e828c723e2a8819e60360dd0a4f2a30a6d609449dea 1719 
jpegpixi_1.1.1-4.1.dsc
 e8507e07383d7b30b8ea9a7958f307b7a4ef38c80e6e2615460b07afd3407bed 155045 
jpegpixi_1.1.1.orig.tar.gz
 7975592014d9c4bcb2a98ffd5f52ee3cbdf037d3b7ef0f16122043afada3d85a 3497 
jpegpixi_1.1.1-4.1.diff.gz
Homepage: http://www.zero-based.org/software/jpegpixi/
Package-List: 
 jpegpixi deb graphics optional
Directory: pool/main/j/jpegpixi
Priority: source
Section: graphics

Package: jpegpixi
Source: jpegpixi (1.1.1-4.1)
Version: 1.1.1-4.1+b3
Installed-Size: 153
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.14), libjpeg62-turbo (>= 1.3.1)
Description-fr: suppression de taches lumineuses d’images JPEG avec une perte 
minimale de qualité
 Jpegpixi est un raccourci pour « JPEG pixel interpolator » (interpolateur
 de pixels JPEG). C’est un utilitaire en ligne de commande interpolant les
 pixels dans des images JFIF (communément appelées des « images JPEG »). Il
 est utile pour corriger des images d’un appareil photographique avec des
 imperfections de capteur (CCD).
 .
 Jpegpixi essaie autant que possible de conserver la qualité de l’image
 JFIF. La plupart des programmes graphiques décodent les images JFIF lors
 de leur chargement et les réencodent lors de leur enregistrement, ce qui
 conduit à une perte globale de qualité. Jpegpixi, à l’opposé, ne décode ni
 ne réencode l’image, mais manipule les données encodées de l’image. En
 faisant cela, il préserve les métadonnées EXIF.
Description-md5: 87496cf9310f616d2ff56ef6548573ec
Homepage: http://www.zero-based.org/software/jpegpixi/
Tag: field::astronomy, implemented-in::c, interface::commandline,
 role::program, scope::utility, works-with-format::jpg,
 works-with::image, works-with::image:raster
Section: graphics
Priority: optional
Filename: pool/main/j/jpegpixi/jpegpixi_1.1.1-4.1+b3_amd64.deb
Size: 64446
MD5sum: 74ac55abd96712c0d6ac46533c5427ae
SHA256: 31a2312743c5a658ef332c99b9992687df8e13e62d786095344e8b724f5964b9


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929542: O: photon -- générateur de galeries HTML statiques

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of photon, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: photon
Binary: photon
Version: 0.4.6-3.1
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), quilt (>= 0.48)
Architecture: all
Standards-Version: 3.9.1
Format: 3.0 (quilt)
Files:
 0e0226916165a5e4ce852983f34ff8c6 1756 photon_0.4.6-3.1.dsc
 d7836593c4ffb8fb5bba8ecb8b670d12 62754 photon_0.4.6.orig.tar.gz
 bdb2bbb6767591f4c18cd7a4f8af09a0 8650 photon_0.4.6-3.1.debian.tar.gz
Checksums-Sha256:
 adbf5e0f0b16398d78a02f7af516d00fa97655f1b4d85b14373bfcdff06b734a 1756 
photon_0.4.6-3.1.dsc
 f309a97541137cb8d25764ff951e59100d108897149d62f77ebce5f6d481728b 62754 
photon_0.4.6.orig.tar.gz
 1ef0085beede835d6c4d2541822e98262bc2f02af672b625e6dbfcd4b4e9af91 8650 
photon_0.4.6-3.1.debian.tar.gz
Homepage: http://www.saillard.org/programs_and_patches/photon/
Package-List: 
 photon deb graphics optional
Directory: pool/main/p/photon
Priority: source
Section: graphics

Package: photon
Version: 0.4.6-3.1
Installed-Size: 286
Maintainer: Kevin Coyner 
Architecture: all
Depends: python (>= 2.7), python (<< 2.8), python-imaging
Recommends: gimp, dcraw
Description-fr: générateur de galeries HTML statiques
 Il s’agit d’un générateur d'album de photos en Python de conception claire,
 exécuté à partir de la ligne de commande. La sortie HTML peut être
 configurée grâce à des modèles.
 .
 Fonctionnalités :
  – création de pages HTML statiques ;
  – présentation (utilisation de javascript optionnelle) ;
  – utilisation possible de Gimp pour redimensionner les images ;
  – navigation au clavier entre les images ;
  – fonctionnement dans n'importe quel navigateur (Mozilla, Netscape
Navigator 4.x, Konqueror, Opera) ;
  – commentaire possible pour chaque image (avec des balises HTML) ;
  – affichage possible d’informations sur l'image (si prise avec un appareil
photo numérique) ;
  – choix de la taille des vignettes par l'utilisateur ;
  – images produites pouvant être rapetissées ;
  – contrôle du nombre de vignettes par page.
Description-md5: 903f98430cd6523f520d1bb499a6ef3e
Homepage: http://www.saillard.org/programs_and_patches/photon/
Tag: implemented-in::python, interface::commandline, role::program,
 scope::utility
Section: graphics
Priority: optional
Filename: pool/main/p/photon/photon_0.4.6-3.1_all.deb
Size: 65160
MD5sum: 3e564d16eea2ef1185a8e14aa85453ee
SHA256: 1f15accce745485c48cf14bfcb9467990e746cacd868c9a816ffc8b2ee054ba5


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929540: O: mrename -- outil pour simplement et automatiquement renommer plusieurs fichiers

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of mrename, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: mrename
Binary: mrename
Version: 1.2-13
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 9), quilt (>= 0.63)
Architecture: all
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 d229016cab2ddf92494bc76e4c56a9e2 1332 mrename_1.2-13.dsc
 c10df409a45290381efccfd656a34d57 2036 mrename_1.2.orig.tar.gz
 c55061cbacd1b690e96efbed9cd394af 4812 mrename_1.2-13.debian.tar.xz
Checksums-Sha256:
 e7d0b69f95bc9046a7acbf2f69bda9dc338556a2a0b64d95cbc3717fff6ab690 1332 
mrename_1.2-13.dsc
 90526d151bd777540915020c3e9a76083a6f1552601d2a43f8a25b50828643d3 2036 
mrename_1.2.orig.tar.gz
 61850013b51fb4822583b22c88e7ea3ab3b398d9cb9d0140b1009480ace99b84 4812 
mrename_1.2-13.debian.tar.xz
Homepage: http://alfalinux.sourceforge.net/mrename.php3
Package-List: 
 mrename deb utils optional arch=all
Directory: pool/main/m/mrename
Priority: source
Section: utils

Package: mrename
Version: 1.2-13
Installed-Size: 23
Maintainer: Kevin Coyner 
Architecture: all
Description-fr: outil pour simplement et automatiquement renommer plusieurs 
fichiers
 Mass Rename est un simple jeu de deux scripts shell qui facilitent le
 déplacement, renommage ou la copie de plusieurs fichiers à la fois. Il
 permet essentiellement de renommer de manière simple et automatique de
 nombreux fichiers en utilisant un préfixe et un nombre progressif,
 personnalisables. Il permet également de modifier le format de renommage en
 modifiant simplement un des scripts. Il est simple, complet et efficace, et
 n'utilise que du code shell.
Description-md5: 514c4f318a159c36d2a7e87b0f7750d3
Homepage: http://alfalinux.sourceforge.net/mrename.php3
Tag: implemented-in::shell, interface::commandline, role::program,
 scope::utility, works-with::file
Section: utils
Priority: optional
Filename: pool/main/m/mrename/mrename_1.2-13_all.deb
Size: 6410
MD5sum: 9720c032fbf7ad00ffecaa6a18084f94
SHA256: 2e32cd94c9c2d53b184cf2204185a9c0a01df00e600b62961d0c4a1e55bcc8d8


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929536: O: bcrypt -- utilitaire multiplate-forme de chiffrement de fichier, utilisant blowfish (uniquement déchiffrement)

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of bcrypt, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: bcrypt
Binary: bcrypt
Version: 1.1-8.1
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 7.4~), libz-dev, dpatch
Architecture: any
Standards-Version: 3.8.3
Format: 1.0
Files:
 dd6914e40875c304ed48e5a398624a1f 1021 bcrypt_1.1-8.1.dsc
 1070660c40b574158d4c19a24f6dc6ae 36536 bcrypt_1.1.orig.tar.gz
 f4adb033c3113a8be8b4914770451430 7857 bcrypt_1.1-8.1.diff.gz
Checksums-Sha256:
 16b36eb90f343e236fef95110a886e89c02968d07032eb3c7b84b435c0d74dd3 1021 
bcrypt_1.1-8.1.dsc
 12c05b77c4a80a6d5ecda2ed9742627344c1729bc39b139059f435a47edebfbc 36536 
bcrypt_1.1.orig.tar.gz
 c3ec02e25d2eb1a9baa6d545b3193bd418c69f352eedd2f0c22163c156adc63e 7857 
bcrypt_1.1-8.1.diff.gz
Homepage: http://bcrypt.sourceforge.net/
Package-List: 
 bcrypt deb utils optional arch=any
Directory: pool/main/b/bcrypt
Priority: source
Section: utils

Package: bcrypt
Source: bcrypt (1.1-8.1)
Version: 1.1-8.1+b1
Installed-Size: 41
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Description-fr: utilitaire multiplate-forme de chiffrement de fichier, 
utilisant blowfish (uniquement déchiffrement)
 AVERTISSEMENT : uniquement pour le déchiffrement de paquet, le chiffrement
 étant
 désactivé. Consultez http://bugs.debian.org/700758.
 Bcrypt est un utilitaire multiplate-forme de chiffrement de fichier. Les
 fichiers chiffrés sont portables pour tous les processeurs et systèmes
 d’exploitation pris en charge. En plus des données chiffrées, bcrypt, par
 défaut écrasera le fichier d’entrée original avec n’importe quoi, trois fois de
 suite avant de le supprimer, dans le but de contrecarrer tout essai de
 récupération de données par des personnes pouvant accéder à votre ordinateur.
 Bcrypt utilise l’algorithme de chiffrement conçu par Bruce Schneier en 1993.
Description-md5: f8886897c7841e20a4ffaca10174c1c1
Homepage: http://bcrypt.sourceforge.net/
Tag: implemented-in::c, interface::commandline, role::program,
 scope::utility, security::cryptography
Section: utils
Priority: optional
Filename: pool/main/b/bcrypt/bcrypt_1.1-8.1+b1_amd64.deb
Size: 18862
MD5sum: 8be9c9f9b52f4392a484d91fa1bb1172
SHA256: a219aa6818b3b5de6ef48ff68e60a4f267b05413de711700ff536f0fdda22588


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929534: O: bbpager -- Pageur pour les gestionnaires de fenêtres blackbox et fluxbox

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of bbpager, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: bbpager
Binary: bbpager
Version: 0.4.7-5
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 9), libsm-dev, libx11-dev, libice-dev, libxt-dev, 
libbt-dev, libxext-dev, autotools-dev, quilt (>= 0.63)
Architecture: any
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 0be8a52ca4b1b3325f63d14c00509f27 1416 bbpager_0.4.7-5.dsc
 4eaa91a4d66130af2f7a09c25f917386 170575 bbpager_0.4.7.orig.tar.gz
 92555971340c81bc1d78113a36a33bb1 5940 bbpager_0.4.7-5.debian.tar.xz
Checksums-Sha256:
 fb8328664d59ab943cac04c450b5eef756b83208eb1a4e40098cdc29c161df63 1416 
bbpager_0.4.7-5.dsc
 e7063a8d65c25663f44e2769132053bd3f1b90f0d4b19a8d8aa2e5f028f0679d 170575 
bbpager_0.4.7.orig.tar.gz
 e446bba99feb2b6113284838a1e1f032c8c0ee68f9fe0da9f748eeedbe358878 5940 
bbpager_0.4.7-5.debian.tar.xz
Homepage: http://bbtools.sourceforge.net
Package-List: 
 bbpager deb x11 optional arch=any
Directory: pool/main/b/bbpager
Priority: source
Section: x11

Package: bbpager
Source: bbpager (0.4.7-5)
Version: 0.4.7-5+b1
Installed-Size: 118
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libbt0 (>= 0.70.1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libice6 (>= 
1:1.0.0), libsm6, libstdc++6 (>= 5.2), libx11-6, libxext6
Suggests: blackbox (>= 0.70) | openbox | fluxbox
Description-fr: Pageur pour les gestionnaires de fenêtres blackbox et fluxbox
 Pageur pour le gestionnaire de fenêtres Blackbox ou un de ses dérivés. Il
 supporte les styles habituels de Blackbox, déplace les fenêtres entre les
 bureaux et le placement optionnel dans la glissière Blackbox. Il est
 également possible de définir comment les bureaux sont affichés en
 définissant le nombre de lignes ou colonnes à utiliser.
Description-md5: bb8c06a4199066f36632b681cb5026f7
Homepage: http://bbtools.sourceforge.net
Tag: implemented-in::c++, interface::graphical, interface::x11,
 role::program, scope::utility, uitoolkit::xlib,
 works-with::software:running, x11::applet, x11::application
Section: x11
Priority: optional
Filename: pool/main/b/bbpager/bbpager_0.4.7-5+b1_amd64.deb
Size: 38768
MD5sum: ee0bdbf6c28204cf8295bbf9320e4224
SHA256: de2752552f56d4516dc96e41c73e63e0b65b9fc31a3c885da9e05c5bd73f534d


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929541: O: nmzmail -- indexation et recherche dans des courriels dans des dossiers « maildir »

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of nmzmail, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: nmzmail
Binary: nmzmail
Version: 1.1-2
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 9.2~), autotools-dev, dpkg-dev (>= 1.16.1~), 
libreadline-dev
Architecture: any
Standards-Version: 3.9.3
Format: 1.0
Files:
 f625292a4d7675740b0bcd7bebc40665 1382 nmzmail_1.1-2.dsc
 d049f3d54e4ef77a582a16e33d7ad560 94326 nmzmail_1.1.orig.tar.gz
 49b0471b73d243411830aad460feb59f 4181 nmzmail_1.1-2.diff.gz
Checksums-Sha256:
 1da4af9c2ad65424d35b87ed9de186e8987427aada5e2d1e84ac0531b22f4cce 1382 
nmzmail_1.1-2.dsc
 5cfddc89b4e99c8a320d5db655d3153e35bc4455f07c83f1978811477705c428 94326 
nmzmail_1.1.orig.tar.gz
 f1f0f9809fe1cf0c6274bd6c0911e5420c9f0f9be789bf72b343d5f6d61c6190 4181 
nmzmail_1.1-2.diff.gz
Homepage: http://www.ecademix.com/JohannesHofmann/nmzmail.html
Package-List: 
 nmzmail deb mail optional
Directory: pool/main/n/nmzmail
Priority: source
Section: mail

Package: nmzmail
Source: nmzmail (1.1-2)
Version: 1.1-2+b1
Installed-Size: 30
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.4), libreadline7 (>= 6.0), namazu2, namazu2-index-tools
Suggests: mutt
Enhances: mutt
Description-fr: indexation et recherche dans des courriels dans des dossiers « 
maildir »
 Le programme nmzmail est un outil, essentiellement destiné à être
 utilisé avec mutt, pour indexer et effectuer des recherches dans des
 dossiers « maildir ». Sur la base des résultats de requêtes à l'aide
 du moteur de recherche namazu2, nmzmail crée un dossier maildir
 contenant des liens symboliques vers les courriels correspondant à la
 recherche. Une macro mutt facilite l'utilisation depuis ce
 programme. Le programme nmzmail est analogue à mairix mais
 probablement plus simple d'utilisation car sa syntaxe de requête est
 celle de namazu2.
 .
 Fonctionnalités :
  - recherche rapide même dans de grandes quantités de courriels ;
  - construction incrémentale des index ;
  - intégration avec mutt ;
  - langage de requêtes riche mais simple, avec expressions régulières ;
  - historique des requêtes.
Description-md5: 8e18e71f0cd6d220de9b538d1eca6afc
Homepage: http://www.ecademix.com/JohannesHofmann/nmzmail.html
Tag: implemented-in::c, interface::text-mode, role::plugin, role::program,
 use::searching, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/n/nmzmail/nmzmail_1.1-2+b1_amd64.deb
Size: 9554
MD5sum: 062e87ea3226a138aa8aa8e2ee93ea72
SHA256: d1151bc95f5b76728cbfe17c12813320902084650a26dd5f1bbecb4e14bd3985


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929535: O: bbrun -- outil pour exécuter des commandes avec Blackbox/Fluxbox

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of bbrun, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: bbrun
Binary: bbrun
Version: 1.6-6.1
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 8), libxpm-dev, libgtk2.0-dev, dpatch
Architecture: any
Standards-Version: 3.9.1
Format: 1.0
Files:
 55dd4f17ed32740e8d291f78f2cdec17 1789 bbrun_1.6-6.1.dsc
 820960e3d52ddf2d5cf7e4ba51821bfd 21132 bbrun_1.6.orig.tar.gz
 e0b7fc39f8e9f6cd2c90e7e90152ca11 5564 bbrun_1.6-6.1.diff.gz
Checksums-Sha256:
 40f4ee84006c5413574ecb9cd6bc1752600b9f187a7136d7ea94414875eff385 1789 
bbrun_1.6-6.1.dsc
 d0af57276ec9191a94f8d20a2da69dc1818f410f23478f041334aef2d707559a 21132 
bbrun_1.6.orig.tar.gz
 165bd23e89902b15844dcace8f9d28c9104bd1bbd21ff33f9f5eb7a72820c04b 5564 
bbrun_1.6-6.1.diff.gz
Homepage: http://www.darkops.net/bbrun/
Package-List: 
 bbrun deb x11 optional arch=any
Directory: pool/main/b/bbrun
Priority: source
Section: x11

Package: bbrun
Source: bbrun (1.6-6.1)
Version: 1.6-6.1+b1
Installed-Size: 59
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 
2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libpango-1.0-0 (>= 
1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), 
libx11-6, libxext6, libxpm4
Suggests: blackbox (>= 0.60.1) | fluxbox
Description-fr: outil pour exécuter des commandes avec Blackbox/Fluxbox
 L'application bbrun est un outil petit mais très pratique. Il permet
 d'exécuter une commande rapidement dans un gestionnaire de fenêtres comme
 Blackbox. bbrun est très proche de la boîte de dialogue d'exécution de
 commande de KDE obtenue avec Alt+F2. Une fois lancé, il ne prend que très
 peu d'espace sur le bureau et s'accroche tout seul sur la partie droite de
 l'écran. Le dialogue pour exécuter une commande s'ouvre en cliquant sur la
 petite icône bbrun.
 .
 Il n'est pas indispensable d'avoir Blackbox pour faire fonctionner ce
 programme. Il sera semblable dans fluxbox mais aura un aspect différent
 dans les autres gestionnaires de fenêtres.
Description-md5: 15dd702ba73ba6d85ee2830acbdd54f5
Homepage: http://www.darkops.net/bbrun/
Tag: implemented-in::c, interface::graphical, interface::x11, role::program,
 scope::utility, uitoolkit::gtk, works-with::software:running,
 x11::applet
Section: x11
Priority: optional
Filename: pool/main/b/bbrun/bbrun_1.6-6.1+b1_amd64.deb
Size: 17722
MD5sum: ed94bc4bd3652fd42a3170c619600902
SHA256: 9ae5077e86054e823f12d052b2ca0e8d3220f5229c9c1a04ac27c3a072ab0f6d


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#929539: O: mailcheck -- recherche de courriels dans plusieurs boîtes aux lettres ou répertoires

2019-05-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of mailcheck, Kevin Coyner ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: mailcheck
Binary: mailcheck
Version: 1.91.2-2
Maintainer: Kevin Coyner 
Build-Depends: debhelper (>= 5.0), dpatch
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Files:
 3751d7628e505ad64fcb871e9ddf3180 578 mailcheck_1.91.2-2.dsc
 d2a3a22a65b1006d213d8cb3f4738070 15885 mailcheck_1.91.2.orig.tar.gz
 1fef8cb8ec2468845f355565f589905f 11163 mailcheck_1.91.2-2.diff.gz
Checksums-Sha256:
 335208cfa50599ca7b4085244b3dfc640e162cb043faabf4eda75a526d1d651c 578 
mailcheck_1.91.2-2.dsc
 30c8db7249e5780dc4d500a4dcb2da1f67139bb66585971f6448ac090b2dded0 11163 
mailcheck_1.91.2-2.diff.gz
 6ca6da5c9f8cc2361d4b64226c7d9486ff0962602c321fc85b724babbbfa0a5c 15885 
mailcheck_1.91.2.orig.tar.gz
Directory: pool/main/m/mailcheck
Priority: source
Section: mail

Package: mailcheck
Source: mailcheck (1.91.2-2)
Version: 1.91.2-2+b2
Installed-Size: 47
Maintainer: Kevin Coyner 
Architecture: amd64
Depends: libc6 (>= 2.14)
Description-fr: recherche de courriels dans plusieurs boîtes aux lettres ou 
répertoires
 Mailcheck est un outil simple et configurable qui permet de rechercher
 parmi de nombreuses boîtes aux lettres l’existence de nouveaux courriels.
 Il gère les boîtes aux lettres de style mbox et maildir pour la
 compatibilité avec la plupart des agents de transport de courriels. Il
 prend en charge aussi les boîtes aux lettres POP3 et IMAP distantes.
 .
 Page d’accueil : http://mailcheck.sourceforge.net/
Description-md5: 1686a353979e58dc7700d4ecd6a5ed19
Tag: implemented-in::c, interface::commandline, mail::notification,
 mail::pop, protocol::imap, protocol::pop3, role::program,
 scope::utility, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/m/mailcheck/mailcheck_1.91.2-2+b2_amd64.deb
Size: 14082
MD5sum: 0caf18ff88ce5ed728dd46db6d935807
SHA256: 73e6da478072df1218c3c5fc771d28ba6f040b29a0511013792d1e8da8ec5600


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#927951: O: openresolv -- management framework for resolv.conf

2019-04-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of openresolv, J.S.Junior ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: openresolv
Binary: openresolv
Version: 3.8.0-1
Maintainer: Jose dos Santos Junior 
Build-Depends: debhelper (>= 9)
Architecture: any
Standards-Version: 3.9.7
Format: 3.0 (quilt)
Files:
 08668d9d05338ebff9072e0c1d55ec07 1872 openresolv_3.8.0-1.dsc
 8eead6f2ee873f8d11f13af47e09e3a0 18388 openresolv_3.8.0.orig.tar.xz
 9015c25a3ce920558ed53a34d73d6e09 4808 openresolv_3.8.0-1.debian.tar.xz
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/openresolv.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/openresolv.git
Checksums-Sha256:
 33fa68fe2a97177e76a5a0078e8091bf02ad75b475f8b3bf80bddf708029b157 1872 
openresolv_3.8.0-1.dsc
 cf1c3c6fd6f54806808262e8a57cdf4f81fde0add782c0bccfa22f49a9d589bd 18388 
openresolv_3.8.0.orig.tar.xz
 e859244d38ed15dfb6acf64172dc585f7e59b4eb809b044e0fc54bd994e52474 4808 
openresolv_3.8.0-1.debian.tar.xz
Homepage: http://roy.marples.name/projects/openresolv/home
Package-List: 
 openresolv deb net optional arch=any
Directory: pool/main/o/openresolv
Priority: source
Section: net

Package: openresolv
Version: 3.8.0-1
Installed-Size: 91
Maintainer: Jose dos Santos Junior 
Architecture: amd64
Provides: resolvconf
Conflicts: resolvconf
Description-en: management framework for resolv.conf
 Allows multiple daemons to manage resolv.conf and configures
 local resolvers such as dnsmasq and unbound.
 .
 This package may require some manual configuration.
 Please read resolvconf(8) and resolvconf.conf(5) for detailed instructions.
Description-md5: 6e7537951e253b4f50975d1c54aa3407
Homepage: http://roy.marples.name/projects/openresolv/home
Section: net
Priority: optional
Filename: pool/main/o/openresolv/openresolv_3.8.0-1_amd64.deb
Size: 22870
MD5sum: 9952e73dc41bdfe83d5373d4d74418b2
SHA256: 408e1b1d0cf2f0f03fa212060ac7a711ebc24255e488ba38d9e7f884e212e21a


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#927949: O: fwlogwatch -- analyseur de journaux de pare-feu

2019-04-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of fwlogwatch, J.S.Junior ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: fwlogwatch
Binary: fwlogwatch
Version: 1.4-1
Maintainer: J.S.Junior 
Build-Depends: zlib1g-dev, debhelper (>= 9), flex, lsb-base (>= 3.2-13)
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 a8560e96d95dd29f2cc98f45e9a6ef07 1740 fwlogwatch_1.4-1.dsc
 b76bad368ea311677dabb0618ec6c8cf 128431 fwlogwatch_1.4.orig.tar.gz
 9c081764cb3d05815972e64e58fb795a 24768 fwlogwatch_1.4-1.debian.tar.xz
Checksums-Sha256:
 68f0ae7897bddeef787c5a4d51966d12d6776fa260d7ec238e955f8d42cea458 1740 
fwlogwatch_1.4-1.dsc
 784c667fc4b2cb45a551290aa31e176a98eedf87686e8f45e5e50794aa951c79 128431 
fwlogwatch_1.4.orig.tar.gz
 8f4d31f48fc785811f92cbad1d2f8211597bb69039bf058bedc6613bd7ae 24768 
fwlogwatch_1.4-1.debian.tar.xz
Homepage: http://fwlogwatch.inside-security.de/
Package-List: 
 fwlogwatch deb net optional arch=any
Directory: pool/main/f/fwlogwatch
Priority: source
Section: net

Package: fwlogwatch
Version: 1.4-1
Installed-Size: 474
Maintainer: J.S.Junior 
Architecture: amd64
Depends: postfix | mail-transport-agent, debconf (>= 1.2.0) | debconf-2.0, 
rsyslog | system-log-daemon, libc6 (>= 2.15), zlib1g (>= 1:1.1.4)
Description-fr: analyseur de journaux de pare-feu
 Fwlogwatch produit des rapports sommaires de journaux pour ipchains,
 netfilter/iptables, ipfilter, Cisco IOS et Cisco PIX sous forme textuelle
 ou HTML, et possède des tas d’options pour trouver et afficher les modèles
 correspondants dans les tentatives de connexion. Avec les données trouvées,
 il peut aussi générer des rapports d’incidents à partir de modèles et les
 expédier aux contacts de sites frauduleux ou des centres de coordination
 CERT. Enfin, il peut aussi être exécuté comme démon et rapporter les
 anomalies ou démarrer des contremesures.
Description-md5: 9fb0eca840377b5b84c214320b65b9ff
Homepage: http://fwlogwatch.inside-security.de/
Tag: interface::daemon, network::server, role::program,
 security::log-analyzer, use::scanning, works-with::logfile
Section: net
Priority: optional
Filename: pool/main/f/fwlogwatch/fwlogwatch_1.4-1_amd64.deb
Size: 151864
MD5sum: eb63f0d3b860ee8978bcbd7b3e735356
SHA256: 9b1e43e3cac3f45164188932cb265c30b4ba54285ac08375fedf1c2ebe006e16


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#927950: O: mini-httpd -- Small HTTP server

2019-04-25 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of mini-httpd, J.S.Junior ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: mini-httpd
Binary: mini-httpd
Version: 1.30-0.2
Maintainer: Jose dos Santos Junior 
Build-Depends: debhelper (>= 9), libssl-dev
Architecture: any
Standards-Version: 3.9.7
Format: 3.0 (quilt)
Files:
 5c03f3678a4f48d83f091394fa1624b3 2010 mini-httpd_1.30-0.2.dsc
 5b6c820cbc7adbb9a3ec733c997d908a 43889 mini-httpd_1.30.orig.tar.gz
 1250b77e54d6eb48e67c94713f5c4430 14708 mini-httpd_1.30-0.2.debian.tar.xz
Vcs-Browser: https://salsa.debian.org/debian/mini-httpd
Vcs-Git: https://salsa.debian.org/debian/mini-httpd.git
Checksums-Sha256:
 9ad8231bda19454015c0805f8577d612419edc0f1ee9ff7f44f5562fe667f78c 2010 
mini-httpd_1.30-0.2.dsc
 9c4481802af8dde2e164062185c279e9274525c3af93d014fdc0b80cf30bca6e 43889 
mini-httpd_1.30.orig.tar.gz
 deae465da61c420ef27ff516c57d6bccdd86d9bacc0f1e5f5e782fb4330a2a83 14708 
mini-httpd_1.30-0.2.debian.tar.xz
Homepage: http://www.acme.com/software/mini_httpd
Dgit: b179588dc075d421c3db3830a40397d66abf5524 debian archive/debian/1.30-0.2 
https://git.dgit.debian.org/mini-httpd
Package-List: 
 mini-httpd deb web optional arch=any
Directory: pool/main/m/mini-httpd
Priority: source
Section: httpd

Package: mini-httpd
Version: 1.30-0.2
Installed-Size: 122
Maintainer: Jose dos Santos Junior 
Architecture: amd64
Provides: httpd, httpd-cgi
Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.0)
Recommends: apache2-utils
Description-en: Small HTTP server
 mini-httpd implements all basic features of a HTTPD, including: GET,HEAD,POST
 methods, common MIME types, basic authentication, virtual hosting, CGI,
 directory listing, trailing-slash redirection, standard logging, custom error
 pages etc. It also can be configured to do SSL and IPv6.
Description-md5: cde209078834de0384dbd9b92617a9e0
Homepage: http://www.acme.com/software/mini_httpd
Section: httpd
Priority: optional
Filename: pool/main/m/mini-httpd/mini-httpd_1.30-0.2_amd64.deb
Size: 43584
MD5sum: d0939a8cf3d0690cb3fd9210ed6c49fa
SHA256: 54f6d2b8153e4477215a562db77effc6e7a030254c204e8432efad60d1892a92


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#924519: RFA: lsb -- Linux Standard Base init script functionality

2019-03-22 Thread Pierre-Elliott Bécue
Le vendredi 15 mars 2019 à 07:03:36-0300, eamanu15 a écrit :
> I add you, OdyX, on CC
> 
> El jue., 14 de mar. de 2019 a la(s) 12:19, eamanu15 
> (emmanuelaria...@gmail.com)
> escribió:
> 
> Hi OdyX,
> 
> I am interest to adopt/help on maintain lsb.
> 
> Do you have some idea/issue that where I can start?
> 
> Regards
> 
> --
> Arias Emmanuel
> http://eamanu.com
> Github/Gitlab; @eamanu
> Debian: @eamanu-guest

How fluent are you with Debian packaging?

I'm eager to sponsor your work, but I won't have much time to maintain
lsb by myself.

Best regards,

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.



Bug#925110: O: libtext-charwidth-perl -- Récupère la taille des caractères affichés sur le terminal

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of libtext-charwidth-perl, Anibal Monsalve Salazar 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libtext-charwidth-perl
Binary: libtext-charwidth-perl
Version: 0.04-7.1
Maintainer: Anibal Monsalve Salazar 
Build-Depends: debhelper (>= 7), perl (>= 5.8.0)
Architecture: any
Standards-Version: 3.9.2
Format: 3.0 (quilt)
Files:
 12a2fda3581a03b08b8081931856207c 1878 libtext-charwidth-perl_0.04-7.1.dsc
 fb42ffebd0b7bb32dbb61c2f18671952 8327 libtext-charwidth-perl_0.04.orig.tar.bz2
 b55b65f7d4de97e8591602e1b05d454b 3315 
libtext-charwidth-perl_0.04-7.1.debian.tar.bz2
Checksums-Sha256:
 57f252bd5680ead35c590610dad5dd63e1524688a21b87eb301c672edc7c3c6b 1878 
libtext-charwidth-perl_0.04-7.1.dsc
 2990c13c3f4a5479d7dbc5a94b86c23798cf0dc7df54ffe54e065f072558b6ed 8327 
libtext-charwidth-perl_0.04.orig.tar.bz2
 dff4fada5c342bfcd354612996b20db61c37c366624a6bd398bdaf3b285d4695 3315 
libtext-charwidth-perl_0.04-7.1.debian.tar.bz2
Homepage: http://search.cpan.org/search?module=Text::CharWidth
Package-List: 
 libtext-charwidth-perl deb perl required arch=any
Directory: pool/main/libt/libtext-charwidth-perl
Priority: source
Section: perl

Package: libtext-charwidth-perl
Source: libtext-charwidth-perl (0.04-7.1)
Version: 0.04-7.1+b1
Installed-Size: 43
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libc6 (>= 2.2.5), perl-base (>= 5.28.0-3), perlapi-5.28.0
Description-fr: Récupère la taille des caractères affichés sur le terminal
 Ce module permet au logiciel perl de connaître la taille des caractères et
 des chaînes affichées sur le terminal, en utilisant les fonctions
 wcwidth() et wcswidth() de libc.
 .
 Il fournit mbwidth(), mbswidth() et mnlen().
Description-md5: 155ed3cc0b2affad276a4e9bc4bfcabc
Homepage: http://search.cpan.org/search?module=Text::CharWidth
Tag: devel::lang:perl, devel::library, implemented-in::c,
 implemented-in::perl, role::devel-lib, role::program,
 use::text-formatting, works-with-format::plaintext, works-with::text
Section: perl
Priority: optional
Filename: 
pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-7.1+b1_amd64.deb
Size: 10004
MD5sum: e7adff4269ad5f96ea75ec9abce26def
SHA256: 569110d7f4cfba720d7e322ba1fa2e14b1176f32adf1df6f7cb81aace8b6d1e0


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925069: O: mpack -- Outils pour encoder et décoder des messages MIME

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of mpack, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: mpack
Binary: mpack
Version: 1.6-8.2
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~)
Architecture: any
Standards-Version: 3.9.3
Format: 3.0 (quilt)
Files:
 079b23aebeaa8957ea05ca10d8e6842f 1720 mpack_1.6-8.2.dsc
 bfa034470eaec36dd408bd011afdc7de 154494 mpack_1.6.orig.tar.bz2
 f5aee3bf3edc75730cf6c7324362ad20 9813 mpack_1.6-8.2.debian.tar.bz2
Checksums-Sha256:
 f86dc36086e0ba3c7b55c4b0fcae50aba3995496fdf6d64234221d2df8ea8335 1720 
mpack_1.6-8.2.dsc
 6309f13779d5d87abfa8bed157b7b3d5686bce46f42e41dc290ea977db214490 154494 
mpack_1.6.orig.tar.bz2
 bfd902cc39f8c7f2000d51fef7e6950f7707fe4ba9c22be2afa51fc03193b4b2 9813 
mpack_1.6-8.2.debian.tar.bz2
Homepage: ftp://ftp.andrew.cmu.edu/pub/mpack/
Package-List: 
 mpack deb mail optional arch=any
Directory: pool/main/m/mpack
Priority: source
Section: mail

Package: mpack
Version: 1.6-8.2
Installed-Size: 91
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libc6 (>= 2.14)
Suggests: mail-transport-agent, inews
Description-fr: Outils pour encoder et décoder des messages MIME
 Mpack et munpack sont des utilitaires pour encoder et décoder
 (respectivement) des fichiers binaires dans des courriels au format MIME
 (Multipurpose Internet Mail Extensions). Pour la compatibilité avec
 d'anciens formats de transfert de fichiers binaires, le programme munpack
 peut aussi décoder des messages au format uuencode « découpé »
 (« split-uuencoded format »).
Description-md5: 6101ce5c05ff67298326006e9ef48dc9
Homepage: ftp://ftp.andrew.cmu.edu/pub/mpack/
Tag: interface::commandline, role::program, scope::utility, use::storing,
 works-with::archive, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/m/mpack/mpack_1.6-8.2_amd64.deb
Size: 36374
MD5sum: 807004cdd88bad436a0080db114b2ed0
SHA256: 8e270a821154134a2e5de548e06a73d4733f3dbe958dd5541abe3e46343d522b


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925070: O: libtext-wrapi18n-perl -- Substitut internationalisé pour Text::Wrap

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of libtext-wrapi18n-perl, Anibal Monsalve Salazar 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libtext-wrapi18n-perl
Binary: libtext-wrapi18n-perl
Version: 0.06-7.1
Maintainer: Anibal Monsalve Salazar 
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: perl (>= 5.8.0)
Architecture: all
Standards-Version: 3.8.1
Format: 1.0
Files:
 e7e8d9c8e427af9b95b5c7b63a29d410 1979 libtext-wrapi18n-perl_0.06-7.1.dsc
 8f1a45d3adf86703e68fdb01523a2a9c 3797 libtext-wrapi18n-perl_0.06.orig.tar.gz
 292e53f96b116399a8b33c7718ffe619 3145 libtext-wrapi18n-perl_0.06-7.1.diff.gz
Checksums-Sha256:
 b31fef19757f72912788de69a200fe7e520efc3eb184aba22c67ccd9b3edea7e 1979 
libtext-wrapi18n-perl_0.06-7.1.dsc
 432c2a801efe9f12d631124c1163439eac4c99449ba13d80133c45ecacc627f5 3797 
libtext-wrapi18n-perl_0.06.orig.tar.gz
 609f46fe1443519aaf2ed9bdab8d0c9c0ba2cb5da6ec23120048431f733b37ef 3145 
libtext-wrapi18n-perl_0.06-7.1.diff.gz
Homepage: http://search.cpan.org/search?module=Text::WrapI18N
Package-List: 
 libtext-wrapi18n-perl deb perl required arch=all
Directory: pool/main/libt/libtext-wrapi18n-perl
Priority: source
Section: perl

Package: libtext-wrapi18n-perl
Version: 0.06-7.1
Installed-Size: 26
Maintainer: Anibal Monsalve Salazar 
Architecture: all
Depends: libtext-charwidth-perl
Description-fr: Substitut internationalisé pour Text::Wrap
 Ce module est une substitution pour Text::Wrap, qui supporte les
 caractères multi-octets comme UTF-8, EUP-JP, et GB2312, les caractères
 pleine largeur comme ceux d'asie de l'est, les caractères combinés tels
 que les signes diacritiques et le Thai, ainsi que les langages qui
 n'utilisent pas l'espace entre les mots, comme le chinois ou le japonais.
 .
 Il fournit wrap().
Description-md5: 7cfec94f97ab774b331a41f9dbcb99e1
Homepage: http://search.cpan.org/search?module=Text::WrapI18N
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
 use::text-formatting, works-with::text
Section: perl
Priority: optional
Filename: 
pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-7.1_all.deb
Size: 8644
MD5sum: 4f9e6311bcc82c5ee4f4a2ecc5e55f99
SHA256: fb2dae2b1381b17b135b4e3b66f67c71ee151c85a5b411cd3bd70942b7b280d6


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925057: O: libtextwrap -- text-wrapping library with i18n - development files

2019-03-19 Thread Pierre-Elliott Bécue
Size: 10952
MD5sum: 4fd97855daf639c628c0fb632bd69044
SHA256: 6626eee49a3ad10c596955f1180bee6c937f5e9ea1404085516a29010ab8bd23

Package: libtextwrap-dev
Source: libtextwrap
Version: 0.1-14.2
Installed-Size: 53
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: libtextwrap1 (<< 0.1-2)
Depends: libc6 (>= 2.4), libtextwrap1 (= 0.1-14.2)
Description-en: text-wrapping library with i18n - development files
 Text-wrapping (or line-folding) library for displaying a string on
 the terminal.  This supports i18n (internationalization), i.e,
 automatic locale-encoding detection, multibyte encoding (such as
 UTF-8, EUC-JP, and so on), fullwidth characters (occupying two
 columns per one character, like CJK Ideogram), combining characters
 (occupying zero columns per one character, like Thai and diacritical
 marks), and languages which do not use whitespaces between words
 (like Chinese and Japanese).
 .
 This package contains files needed for development using this
 library.
Description-md5: c51099bbc17a2a3b0334e07f4cd5e364
Homepage: http://libtextwrap.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtextwrap/libtextwrap-dev_0.1-14.2_amd64.deb
Size: 16196
MD5sum: e0c7e6bf3663c5e5f782ab2eb610b808
SHA256: 777ba9c51e91943a1ca9a72d92ad09e39c959684ba5b00c01debb911aeeb7b29

Package: libtextwrap1
Source: libtextwrap
Version: 0.1-14.2
Installed-Size: 35
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libc6 (>= 2.4)
Description-fr: Bibliothèque de décalage de texte avec i18n - exécution
 Bibliothèque de décalage de texte (ou escamotage de ligne) pour l'affichage
 d'une chaîne de caractères sur le terminal. Celle-ci supporte l'i18n
 (internationalisation), c'est-à-dire la détection automatique du codage de
 la langue, le codage multi-octet (comme UTF-8, EUC-JP, etc), les caractères
 à pleine largeur (qui occupent deux colonnes par caractère, comme
 l'idéogramme CJK), la combinaison de caractères (pas d'occupation de
 colonne pour un caractère, comme le Thai et les caractères diacritiques),
 et les langues qui n'utilisent pas de blancs entre les mots (comme le
 chinois et le japonais).
Description-md5: 89e2d4016bf3c5a25b2992b7772fafc9
Multi-Arch: same
Homepage: http://libtextwrap.sourceforge.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libt/libtextwrap/libtextwrap1_0.1-14.2_amd64.deb
Size: 10952
MD5sum: 4fd97855daf639c628c0fb632bd69044
SHA256: 6626eee49a3ad10c596955f1180bee6c937f5e9ea1404085516a29010ab8bd23


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925056: O: ssmtp -- extremely simple MTA to get mail off the system to a mail hub

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of ssmtp, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ssmtp
Binary: ssmtp
Version: 2.64-8
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), po-debconf, libgnutls-openssl-dev
Architecture: any
Standards-Version: 3.9.5
Format: 3.0 (quilt)
Files:
 2d9151bc46be620c9e078eaa2a836908 1819 ssmtp_2.64-8.dsc
 65b4e0df4934a6cd08c506cabcbe584f 52501 ssmtp_2.64.orig.tar.bz2
 4a7d0e81a160b32dff2311eedfb3e35d 37916 ssmtp_2.64-8.debian.tar.bz2
Vcs-Browser: http://git.debian.org/?p=ssmtp/ssmtp.git
Vcs-Git: git://git.debian.org/ssmtp/ssmtp.git
Checksums-Sha256:
 0b115e9b555a267d35d1fc81b7a245f0a1104085ead361b862b913836d961238 1819 
ssmtp_2.64-8.dsc
 22c37dc90c871e8e052b2cab0ad219d010fa938608cd66b21c8f3c759046fa36 52501 
ssmtp_2.64.orig.tar.bz2
 2ed9caf0a14d4d5a44837a4a76cd5c9a52e527e2eb7a300eb328d90cc97917f0 37916 
ssmtp_2.64-8.debian.tar.bz2
Homepage: http://packages.qa.debian.org/s/ssmtp.html
Package-List: 
 ssmtp deb mail extra arch=any
Directory: pool/main/s/ssmtp
Priority: source
Section: mail

Package: ssmtp
Source: ssmtp (2.64-8)
Version: 2.64-8+b2
Installed-Size: 2
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: mail-transport-agent
Provides: mail-transport-agent
Depends: libc6 (>= 2.14), libgnutls-openssl27 (>= 3.0-0), debconf | debconf-2.0
Conflicts: mail-transport-agent
Description-en: extremely simple MTA to get mail off the system to a mail hub
 A secure, effective and simple way of getting mail off a system to your
 mail hub. It contains no suid-binaries or other dangerous things - no mail
 spool to poke around in, and no daemons running in the background. Mail is
 simply forwarded to the configured mailhost. Extremely easy configuration.
 .
 WARNING: the above is all it does; it does not receive mail, expand aliases
 or manage a queue. That belongs on a mail hub with a system administrator.
Description-md5: 1a0ad197e535fe60ac8fbc4d6ec74458
Homepage: http://packages.qa.debian.org/s/ssmtp.html
Tag: interface::daemon, mail::transport-agent, network::server,
 protocol::smtp, role::program, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/s/ssmtp/ssmtp_2.64-8+b2_amd64.deb
Size: 54172
MD5sum: 6706a4758865afca5482472783ef2cd8
SHA256: 583e117ad9b631b1b65312073f0aef30a9f4938bb542b19429e8862ce983bc69


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925055: O: rdist -- remote file distribution client and server

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of rdist, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rdist
Binary: rdist
Version: 6.1.5-19
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), bison
Architecture: any
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 b0fee142b695da191ebc7da4c974f997 1708 rdist_6.1.5-19.dsc
 9d6daadcc2d3536a3dd92bdd2639cfa3 95637 rdist_6.1.5.orig.tar.bz2
 122a948f67720bb0aa34060dd33918d0 24884 rdist_6.1.5-19.debian.tar.xz
Checksums-Sha256:
 8184b455cb5d65962d4897d83c9b1cb6f4a4e08be3836878507a4be7d59d56df 1708 
rdist_6.1.5-19.dsc
 ee46d46c912cf4a7652a43744cde23ad05c23718fc97357a8d4f4c5c138ce7aa 95637 
rdist_6.1.5.orig.tar.bz2
 b364e50c57c921100390e8b7e0f9af10c40f178a8a2d19afa55c71c616463146 24884 
rdist_6.1.5-19.debian.tar.xz
Homepage: http://www.magnicomp.com/rdist/
Package-List: 
 rdist deb net optional arch=any
Directory: pool/main/r/rdist
Priority: source
Section: net

Package: rdist
Binary: rdist
Version: 6.1.5-18
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), bison
Architecture: any
Standards-Version: 3.9.3
Format: 3.0 (quilt)
Files:
 297e71d64ddfd729a3cc543d08238b1e 1723 rdist_6.1.5-18.dsc
 9d6daadcc2d3536a3dd92bdd2639cfa3 95637 rdist_6.1.5.orig.tar.bz2
 1921703d3ec483bcbf71348b743fb4c1 25548 rdist_6.1.5-18.debian.tar.bz2
Checksums-Sha256:
 3cff433a37b85263da4cc1307b3e200d3fe4df61321326258d3e6e798c59266f 1723 
rdist_6.1.5-18.dsc
 ee46d46c912cf4a7652a43744cde23ad05c23718fc97357a8d4f4c5c138ce7aa 95637 
rdist_6.1.5.orig.tar.bz2
 a35e09b2b0673b91657e65a3bd1720d2d47db34d31a5c6c169bad33382a08df5 25548 
rdist_6.1.5-18.debian.tar.bz2
Homepage: http://www.magnicomp.com/rdist/
Package-List: 
 rdist deb net optional
Directory: pool/main/r/rdist
Priority: source
Section: net

Package: rdist
Version: 6.1.5-19
Installed-Size: 171
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: netstd
Depends: libc6 (>= 2.15)
Description-en: remote file distribution client and server
 Rdist is a program to maintain identical copies of files over multiple hosts.
 It preserves the owner, group, mode, and mtime of files if possible and can
 update programs that are executing.
Description-md5: d6cd93b7fcf355e8971750bcbf052738
Homepage: http://www.magnicomp.com/rdist/
Tag: admin::file-distribution, implemented-in::c, network::client,
 network::server, protocol::ftp, role::program, use::synchronizing,
 works-with::file
Section: net
Priority: optional
Filename: pool/main/r/rdist/rdist_6.1.5-19_amd64.deb
Size: 79492
MD5sum: 5e3d0e1bed6f40288f048af9309e1ba4
SHA256: 08c03d138e8296716d4cf7473bf846ca24fe8838c2035dbf98e1a090954dc97f

Package: rdist
Version: 6.1.5-19
Installed-Size: 171
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: netstd
Depends: libc6 (>= 2.15)
Description-en: remote file distribution client and server
 Rdist is a program to maintain identical copies of files over multiple hosts.
 It preserves the owner, group, mode, and mtime of files if possible and can
 update programs that are executing.
Description-md5: d6cd93b7fcf355e8971750bcbf052738
Homepage: http://www.magnicomp.com/rdist/
Tag: admin::file-distribution, implemented-in::c, network::client,
 network::server, protocol::ftp, role::program, use::synchronizing,
 works-with::file
Section: net
Priority: optional
Filename: pool/main/r/rdist/rdist_6.1.5-19_amd64.deb
Size: 79492
MD5sum: 5e3d0e1bed6f40288f048af9309e1ba4
SHA256: 08c03d138e8296716d4cf7473bf846ca24fe8838c2035dbf98e1a090954dc97f


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925054: O: nfs4-acl-tools -- Commandline and GUI ACL utilities for the NFSv4 client

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of nfs4-acl-tools, Anibal Monsalve Salazar 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: nfs4-acl-tools
Binary: nfs4-acl-tools
Version: 0.3.3-3
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), autotools-dev, 
automake, libattr1-dev, libtool, libtool-bin
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 24d196f4124efc1483f8adbd38c6173c 1854 nfs4-acl-tools_0.3.3-3.dsc
 3115fa022403e2c361929c012b95146b 123575 nfs4-acl-tools_0.3.3.orig.tar.bz2
 3098455451ca89a6c406bbca385533d5 4104 nfs4-acl-tools_0.3.3-3.debian.tar.xz
Checksums-Sha256:
 6bd0b683abe93b68fb2bcde63b9e4fa770ddb7d867c54e0e84c72827c06ac3b3 1854 
nfs4-acl-tools_0.3.3-3.dsc
 ba2113b33bb103f238068a7b44cd6cff6c975c591413420f13bffdf361554c2f 123575 
nfs4-acl-tools_0.3.3.orig.tar.bz2
 ba11d2d852b3b2ab02a412bf0ecb5cf92e69da1bf1dd83ac4d6d8329d379eac3 4104 
nfs4-acl-tools_0.3.3-3.debian.tar.xz
Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
Package-List: 
 nfs4-acl-tools deb admin extra arch=any
Directory: pool/main/n/nfs4-acl-tools
Priority: source
Section: admin

Package: nfs4-acl-tools
Version: 0.3.3-3
Installed-Size: 102
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14)
Description-en: Commandline and GUI ACL utilities for the NFSv4 client
 This package contains commandline and GUI ACL utilities for the Linux
 NFSv4 client.
Description-md5: 3802040089c83b9a844e6d44bbfae56a
Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
Section: admin
Priority: optional
Filename: pool/main/n/nfs4-acl-tools/nfs4-acl-tools_0.3.3-3_amd64.deb
Size: 26196
MD5sum: 35730fd5f38f2b4181afb289fa2220ad
SHA256: 60db2987be2ba2a0ef2e12e63c0773238f1899ac5134a6f410e09af9b58eb722


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925059: O: rdate -- sets the system's date from a remote host

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of rdate, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rdate
Binary: rdate, rdate-udeb
Version: 1:1.2-6
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), autotools-dev, 
libbsd-dev (>= 0.1.5-3)
Architecture: any
Standards-Version: 3.9.5
Format: 3.0 (quilt)
Files:
 42af15f7a43a620ab21d8da601811ce6 1797 rdate_1.2-6.dsc
 81b4c205ade0cad4ea506e43ba506647 97272 rdate_1.2.orig.tar.bz2
 a9ab11c55f5625f6b95bf52c61b8b0b4 9716 rdate_1.2-6.debian.tar.xz
Checksums-Sha256:
 06758b9e9977a88a5f48d1c375f2cf1f7b422344b0408868a82ccb656f5319ac 1797 
rdate_1.2-6.dsc
 70e6ea66df18e873a661661b97e5f08369f92a1ec55b3a720fd99ead5a895d51 97272 
rdate_1.2.orig.tar.bz2
 d08377c3422394f692cccf4ee405e03fd70a62980a596d4e899ca2d60abd3b51 9716 
rdate_1.2-6.debian.tar.xz
Homepage: http://sourceforge.net/projects/openrdate/
Package-List: 
 rdate deb net optional arch=any
 rdate-udeb udeb debian-installer optional arch=any
Directory: pool/main/r/rdate
Priority: source
Section: net

Package: rdate
Version: 1:1.2-6
Installed-Size: 33
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: netstd
Depends: libbsd0 (>= 0.0), libc6 (>= 2.15)
Description-en: sets the system's date from a remote host
 rdate displays and sets the local date and time from the host name
 or address given as the argument. The time source may be an RFC 868
 TCP protocol server, which is usually implemented as a built-in
 service of inetd(8), or an RFC 2030 protocol SNTP/NTP server. By
 default, rdate uses the RFC 868 TCP protocol.
Description-md5: 49b1aaad184ecba2aad3b1f84ba645a6
Homepage: http://sourceforge.net/projects/openrdate/
Tag: interface::commandline, network::client, network::service,
 role::program, use::timekeeping
Section: net
Priority: optional
Filename: pool/main/r/rdate/rdate_1.2-6_amd64.deb
Size: 15374
MD5sum: c45cc34e12b417a5abfe7e3cd7713c89
SHA256: 4d6c4b98e32bdb94dbb76571b3a200d2ee552d2c37b3d3b921eddef93264fa9a


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925058: O: tnftp -- enhanced ftp client

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of tnftp, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: tnftp
Binary: tnftp
Version: 20130505-3
Maintainer: Anibal Monsalve Salazar 
Build-Depends: debhelper (>= 7), libncurses5-dev, libssl-dev, autotools-dev
Architecture: any
Standards-Version: 3.9.6
Format: 3.0 (quilt)
Files:
 f2de66788b02dfaee18fed3db5c884da 1742 tnftp_20130505-3.dsc
 32d3be1cb933dccc884edcf2a104cd9f 500348 tnftp_20130505.orig.tar.bz2
 2aba46b58733ede33e0813ad1aa86d99 6780 tnftp_20130505-3.debian.tar.xz
Checksums-Sha256:
 7ff7341ec56403064c29bb3b65c9b6f93c1a4ce5004e484b79185a4253ae4312 1742 
tnftp_20130505-3.dsc
 682449e82298378c17db7795f78a4bf64b6004d04b9c165f39a533b767bad848 500348 
tnftp_20130505.orig.tar.bz2
 386b663c175b6ab03af7747944fbdd6452d3efbd577ddc2beefd5e9edde17eba 6780 
tnftp_20130505-3.debian.tar.xz
Homepage: http://en.wikipedia.org/wiki/Tnftp
Package-List: 
 tnftp deb net optional arch=any
Directory: pool/main/t/tnftp
Priority: source
Section: net

Package: tnftp
Source: tnftp (20130505-3)
Version: 20130505-3+b3
Installed-Size: 357
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: lukemftp
Depends: libc6 (>= 2.14), libssl1.1 (>= 1.1.0), libtinfo6 (>= 6)
Conflicts: lukemftp
Description-en: enhanced ftp client
 tnftp is what many users affectionately call the enhanced ftp
 client in NetBSD (http://www.netbsd.org).
 .
 This package is a `port' of the NetBSD ftp client to other systems.
 .
 The enhancements over the standard ftp client in 4.4BSD include:
* command-line editing within ftp
* command-line fetching of URLS, including support for:
- http proxies (c.f: $http_proxy, $ftp_proxy)
- authentication
* context sensitive command and filename completion
* dynamic progress bar
* IPv6 support (from the WIDE project)
* modification time preservation
* paging of local and remote files, and of directory listings
  (c.f: `lpage', `page', `pdir')
* passive mode support, with fallback to active mode
* `set option' override of ftp environment variables
* TIS Firewall Toolkit gate ftp proxy support (c.f: `gate')
* transfer-rate throttling (c.f: `-T', `rate')
Description-md5: 1fd59b4fc4c14b40448f44fa1a25a8fd
Homepage: http://en.wikipedia.org/wiki/Tnftp
Tag: network::client, protocol::ftp, role::program, uitoolkit::ncurses,
 use::downloading, works-with::file
Section: net
Priority: optional
Filename: pool/main/t/tnftp/tnftp_20130505-3+b3_amd64.deb
Size: 174612
MD5sum: 6562a2a03cb32fd2bd3b04c30b76b4bf
SHA256: a7adb569ba30f5873fa7f6545a65bcf183ae88f54e4755c44e47a0bb137c8229


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925045: O: librpcsecgss -- header files and docs for librpcsecgss

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of librpcsecgss, Anibal Monsalve Salazar 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: librpcsecgss
Binary: librpcsecgss-dev, librpcsecgss3
Version: 0.19-7
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), dh-autoreconf, 
pkg-config, chrpath, libkrb5-dev, libgssglue-dev
Architecture: any
Standards-Version: 3.9.5
Format: 3.0 (quilt)
Files:
 4b3febd365f2c2ab0aefa6c40bb497af 1904 librpcsecgss_0.19-7.dsc
 137a198324ea26d4382d57b5dfbb8e14 269024 librpcsecgss_0.19.orig.tar.bz2
 89c4698697968552c558ff68549a8ce4 7332 librpcsecgss_0.19-7.debian.tar.xz
Checksums-Sha256:
 75b76421ba995b03b3f865949d469ef677636565456884053b960de24ba5cb66 1904 
librpcsecgss_0.19-7.dsc
 1db3f78078e81e1163a8d1a7a09b7dfed4ccad6e697f5f28282c8b47e67d7c95 269024 
librpcsecgss_0.19.orig.tar.bz2
 0066dfc16a7dbf05fae16d8e17354b30fc5ff929070202b4f70ba50ca3281311 7332 
librpcsecgss_0.19-7.debian.tar.xz
Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
Package-List: 
 librpcsecgss-dev deb libdevel optional arch=any
 librpcsecgss3 deb libs standard arch=any
Directory: pool/main/libr/librpcsecgss
Priority: source
Section: libs

Package: librpcsecgss-dev
Source: librpcsecgss (0.19-7)
Version: 0.19-7+b2
Installed-Size: 185
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: librpcsecgss3 (= 0.19-7+b2)
Description-en: header files and docs for librpcsecgss
 Contains the header files and documentation for librpcsecgss
 for use in developing applications that use the rpcsecgss library.
 .
 rpcsecgss allows secure rpc communication using the rpcsec_gss protocol.
Description-md5: 6543ed6c6ebd65567455083dbfb98c86
Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
Tag: devel::doc, devel::library, role::devel-lib, role::documentation
Section: libdevel
Priority: optional
Filename: pool/main/libr/librpcsecgss/librpcsecgss-dev_0.19-7+b2_amd64.deb
Size: 42928
MD5sum: 5b4fe11cb61e01a155e813370a674f60
SHA256: 2e7fbb71abfb3bd0d6b8a4c128475f53d4abcd39d3ce1f8b331ff36a55b15bdf

Package: librpcsecgss3
Source: librpcsecgss (0.19-7)
Version: 0.19-7+b2
Installed-Size: 87
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libc6 (>= 2.15), libgssglue1
Description-fr: Autorise la communication sécurisée RPC en utilisant le 
protocole rpcsec_gss
 librpcsecgss autorise la communication sécurisée via RPC en utilisant le
 protocole rpcsec_gss.
Description-md5: 718c44300eb1f20303460c6192e6a26a
Multi-Arch: same
Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libr/librpcsecgss/librpcsecgss3_0.19-7+b2_amd64.deb
Size: 32594
MD5sum: 20ea196699c90a1b8c95ddfbd53e5682
SHA256: f3632c094157d8cb424b3d5d04299bbb7675d264000941018f1c60f4f6c867eb


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925042: O: libx86 -- x86 real-mode library - development files

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of libx86, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libx86
Binary: libx86-dev, libx86-1, libx86-dbg
Version: 1.1+ds1-10.2
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9)
Architecture: any-i386 any-amd64
Standards-Version: 3.9.3
Format: 3.0 (quilt)
Files:
 655aeac102b5769227664227a71c4e8f 2039 libx86_1.1+ds1-10.2.dsc
 edbb9d096ead9a445295d13272f6b8ea 61969 libx86_1.1+ds1.orig.tar.bz2
 8cfc31cd6d82c1ffadc79523e0b284ec 5644 libx86_1.1+ds1-10.2.debian.tar.xz
Vcs-Browser: http://git.debian.org/?p=collab-maint/libx86.git
Vcs-Git: git://git.debian.org/git/collab-maint/libx86.git
Checksums-Sha256:
 c79cf6aa77d6e95f113978b4d78b8c9ff0066fcdf319f0b111c50131b252f173 2039 
libx86_1.1+ds1-10.2.dsc
 88036ba62465491b35cffa00dc6d9d07b6ee9610a41ae626779d264b418c8211 61969 
libx86_1.1+ds1.orig.tar.bz2
 218a96815a637f4685af93901306b599f6908e8dfdb4cfdde8d47cc10e1af2a4 5644 
libx86_1.1+ds1-10.2.debian.tar.xz
Homepage: http://www.codon.org.uk/~mjg59/libx86/
Package-List: 
 libx86-1 deb libs optional arch=any-i386,any-amd64
 libx86-dbg deb debug extra arch=any-i386,any-amd64
 libx86-dev deb libdevel optional arch=any-i386,any-amd64
Directory: pool/main/libx/libx86
Priority: source
Section: libs

Package: libx86-dev
Source: libx86
Version: 1.1+ds1-10.2
Installed-Size: 635
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libx86-1 (= 1.1+ds1-10.2)
Description-en: x86 real-mode library - development files
 A library to provide support for making real-mode calls x86 calls. On x86
 hardware, vm86 mode is used. On other platforms, x86 emulation is provided.
 .
 This package contains the development files for libx86.
Description-md5: 5a03e1cc60bcf7a789f71348ff2b423f
Homepage: http://www.codon.org.uk/~mjg59/libx86/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libx/libx86/libx86-dev_1.1+ds1-10.2_amd64.deb
Size: 74554
MD5sum: a6fdce1bfffbd01f2e903e05ef0ab2e7
SHA256: ce029489cd5eb22b9aef288cf90a74b34ef04ba67172bb7afc79917ca146bb31

Package: libx86-1
Source: libx86
Version: 1.1+ds1-10.2
Installed-Size: 265
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libc6 (>= 2.7)
Description-fr: bibliothèque temps-réel x86
 Ce paquet fournit une bibliothèque permettant de gérer les appels x86 temps
 réel. Sur les matériels x86, le mode vm86 est utilisé. Sur les autres
 plate-formes, une émulation x86 est fournie.
 .
 Ce paquet contient la bibliothèque partagée.
Description-md5: 1f1d01fce5eb3b4aedab0103a3f4bcdc
Multi-Arch: same
Homepage: http://www.codon.org.uk/~mjg59/libx86/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libx/libx86/libx86-1_1.1+ds1-10.2_amd64.deb
Size: 77056
MD5sum: 0cd15c3bd1b18235742a7c3ec21ca4de
SHA256: 7db64a08f1aeefc8b17419dee277583462eafe14d92289b1952feadfb4b17fbd

Package: libx86-dbg
Source: libx86
Version: 1.1+ds1-10.2
Installed-Size: 179
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libx86-1 (= 1.1+ds1-10.2)
Description-en: x86 real-mode library - debugging symbols
 A library to provide support for making real-mode calls x86 calls. On x86
 hardware, vm86 mode is used. On other platforms, x86 emulation is provided.
 .
 This package provides debugging symbols for libx86.
Description-md5: 1e41a84650f6fcdcec72f2ffa11236db
Multi-Arch: same
Homepage: http://www.codon.org.uk/~mjg59/libx86/
Build-Ids: 19e3a96800f31d59e29b6624faf572d12b15c106
Tag: role::debug-symbols
Section: debug
Priority: optional
Filename: pool/main/libx/libx86/libx86-dbg_1.1+ds1-10.2_amd64.deb
Size: 150174
MD5sum: 4ca22049ba2d3adce3c4f67fe95f4b73
SHA256: 5ddc63a866c899aa812487bb4d49aa0756bd95b757b0e5e9ea1d0b943c8f90b5


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925043: O: translate -- traduction de mots anglais en allemand et vice versa

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of translate, Anibal Monsalve Salazar 
,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: translate
Binary: translate
Version: 0.6-11
Maintainer: Anibal Monsalve Salazar 
Build-Depends: debhelper (>= 7)
Architecture: all
Standards-Version: 3.8.4
Format: 1.0
Files:
 47160189f3aa8a3c2bf4899b348b350f 1591 translate_0.6-11.dsc
 86341234c286fb3fdb06ab0206a54e6e 2193 translate_0.6.orig.tar.gz
 c041318dad45c339938f52ecec0ccb66 5237 translate_0.6-11.diff.gz
Checksums-Sha256:
 28c7431bf78d1d099bc75c0f3d09740412d6b808d48649a23bc331c98022aa6a 1591 
translate_0.6-11.dsc
 d4f2dd93568a22dbc0f6b3b8d9155a3ae9c22d942c2508aee42467712c5bb0d3 2193 
translate_0.6.orig.tar.gz
 cafe02848ffc841beaccdd562b132cd3db1ade22a23707eaf0f5cf06017a2b42 5237 
translate_0.6-11.diff.gz
Directory: pool/main/t/translate
Priority: source
Section: text

Package: translate
Version: 0.6-11
Installed-Size: 32
Maintainer: Anibal Monsalve Salazar 
Architecture: all
Depends: trans-de-en (>= 1.4-1)
Suggests: xtranslate
Description-fr: traduction de mots anglais en allemand et vice versa
 Ce paquet cherche un mot dans un fichier avec une traduction
 langue-vers-langue (les séparateurs de champs doivent être « :: ») et tient
 à jour les dictionnaires locaux. Il doit donc être facile d'ajouter de
 nouvelles langues, si vous avez un tel dictionnaire.
Description-md5: ab7f4897c2d26dad06e13b9cd8b9585a
Tag: culture::german, implemented-in::shell, interface::commandline,
 role::program, works-with::dictionary
Section: text
Priority: optional
Filename: pool/main/t/translate/translate_0.6-11_all.deb
Size: 6414
MD5sum: 2913ee48af7a3c174d5befdef8443769
SHA256: 07f06b8422fdf5d1c15de37be282fc195fa29ccfc8ebe5c687c6d639a0afd6cf


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925044: O: libtirpc -- transport-independent RPC library - development files

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of libtirpc, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libtirpc
Binary: libtirpc-dev, libtirpc3, libtirpc-common
Version: 1.1.4-0.4
Maintainer: Anibal Monsalve Salazar 
Build-Depends: debhelper (>= 9), autotools-dev, libtool, pkg-config, 
dh-autoreconf, libkrb5-dev
Architecture: any all
Standards-Version: 4.2.1
Format: 3.0 (quilt)
Files:
 6dbb20fc39afc8b12abf8b0d5eed2e9c 1951 libtirpc_1.1.4-0.4.dsc
 f5d2a623e9dfbd818d2f3f3a4a878e3a 510924 libtirpc_1.1.4.orig.tar.bz2
 138059f627d685ad0e34d30bb2e428a3 14016 libtirpc_1.1.4-0.4.debian.tar.xz
Checksums-Sha256:
 10ca97cba980470a87a9169f3f4e5a893cf31e69db752e21b008152b85a1cb16 1951 
libtirpc_1.1.4-0.4.dsc
 2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d 510924 
libtirpc_1.1.4.orig.tar.bz2
 87873dffdf4909fac6e2ac166f9570a6d6c471461bbe5e6e98828cdbe4f784ea 14016 
libtirpc_1.1.4-0.4.debian.tar.xz
Homepage: http://sourceforge.net/projects/libtirpc
Package-List: 
 libtirpc-common deb libs optional arch=all
 libtirpc-dev deb libdevel optional arch=any
 libtirpc3 deb libs optional arch=any
Directory: pool/main/libt/libtirpc
Priority: source
Section: libs

Package: libtirpc-dev
Source: libtirpc
Version: 1.1.4-0.4
Installed-Size: 764
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libtirpc3 (= 1.1.4-0.4)
Description-en: transport-independent RPC library - development files
 This package contains a port of Sun's transport-independent RPC library to
 Linux. The library is intended as a replacement for the RPC code in the GNU C
 library, providing among others support for RPC (and in turn, NFS) over IPv6.
 .
 This package contains the files needed for development against libtirpc.
Description-md5: 1e138bf6ab465b80331064d038e39cf1
Multi-Arch: same
Homepage: http://sourceforge.net/projects/libtirpc
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtirpc/libtirpc-dev_1.1.4-0.4_amd64.deb
Size: 201564
MD5sum: f4789b8870a982564058f5ecc80db7bf
SHA256: f25c13b0e9601041b6454fbb9e516d38ac437ee9b6ca6aab30564199e93604b6

Package: libtirpc3
Source: libtirpc
Version: 1.1.4-0.4
Installed-Size: 254
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Depends: libc6 (>= 2.16), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 
1.14+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), 
libtirpc-common (>= 1.1.4-0.4)
Breaks: nfs-common (<< 1:1.2.8-7), nfs-kernel-server (<< 1:1.2.8-7)
Description-fr: bibliothèque RPC indépendante de la couche de transport
 Ce paquet contient un portage pour Linux de la bibliothèque SUN RPC
 indépendante de la couche de transport. La bibliothèque peut remplacer le
 code RPC de la bibliothèque GNU C et fournit entre autres la
 gestion de RPC (et donc NFS) sur IPv6.
Description-md5: 604bfb6c9b5f2aed27c76dfa111bffcf
Multi-Arch: same
Homepage: http://sourceforge.net/projects/libtirpc
Section: libs
Priority: optional
Filename: pool/main/libt/libtirpc/libtirpc3_1.1.4-0.4_amd64.deb
Size: 93536
MD5sum: 396b717062afbc76cea56e44cd1ef36f
SHA256: dd74b68d5907123e1e74cf5b5c552fe31171ca21a1ed1a27ee14bcef006962e0

Package: libtirpc-common
Source: libtirpc
Version: 1.1.4-0.4
Installed-Size: 45
Maintainer: Anibal Monsalve Salazar 
Architecture: all
Replaces: libtirpc1, libtirpc3 (<< 1.1.4-0.1~)
Breaks: libtirpc1, libtirpc3 (<< 1.1.4-0.1~)
Description-en: transport-independent RPC library - common files
 This package contains a port of Sun's transport-independent RPC library to
 Linux. The library is intended as a replacement for the RPC code in the GNU C
 library, providing among others support for RPC (and in turn, NFS) over IPv6.
 .
 This package contains the netconfig configuration file as well as the
 assiciated manpage.
Description-md5: 9b86c97eacc152bd963ed4253256225d
Multi-Arch: foreign
Homepage: http://sourceforge.net/projects/libtirpc
Section: libs
Priority: optional
Filename: pool/main/libt/libtirpc/libtirpc-common_1.1.4-0.4_all.deb
Size: 16724
MD5sum: c7e5166779cfb06b139684dad02b4b59
SHA256: 38f290acff311eab9f3dc139e304fc4535dc3bf3b7ea2612e446c4a5a4c3ce63


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925046: O: rstatd -- displays uptime information for remote machines

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of rstatd, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rstatd
Binary: rstatd, rstat-client
Version: 4.0.1-9
Maintainer: Anibal Monsalve Salazar 
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9)
Architecture: any
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 4500acf9fa45ec26f481eaa35f11ef79 1756 rstatd_4.0.1-9.dsc
 382fa96a9a3d40bfe7a9892f52b8f365 73583 rstatd_4.0.1.orig.tar.bz2
 0f344c71c1be26e544b7ba9701677cd6 9560 rstatd_4.0.1-9.debian.tar.xz
Checksums-Sha256:
 6c3421b59e65bcf11d7d6f12421e62f216d73cb1add28d486c8d8e4e39aad783 1756 
rstatd_4.0.1-9.dsc
 054eb8dfee3b7badca6ad16613b3481b85b36cab1460a79b32aab9e666dbfe91 73583 
rstatd_4.0.1.orig.tar.bz2
 d875d4331837f489a42beee8f3657d5cbb1959c776f3ae61e6502374f4ab63f2 9560 
rstatd_4.0.1-9.debian.tar.xz
Homepage: http://rstatd.sourceforge.net/
Package-List: 
 rstat-client deb net optional arch=any
 rstatd deb net optional arch=any
Directory: pool/main/r/rstatd
Priority: source
Section: net

Package: rstatd
Version: 4.0.1-9
Installed-Size: 50
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: netstd
Depends: netbase, rpcbind | netbase (<< 4.00), update-inetd, openbsd-inetd | 
inet-superserver, libc6 (>= 2.7)
Description-en: displays uptime information for remote machines
 This allows other machines on your local network to get information about
 your computer - especially uptime.  This will allow you to use the rup(1)
 command.
Description-md5: fe5226d01db8b3af4b27e7f85d40d4b7
Homepage: http://rstatd.sourceforge.net/
Tag: admin::monitoring, interface::daemon, network::server, role::program,
 use::monitor
Section: net
Priority: optional
Filename: pool/main/r/rstatd/rstatd_4.0.1-9_amd64.deb
Size: 15390
MD5sum: 80915df5754c3e64c4471c808a7ba5b4
SHA256: 27417e40eab4b308a8cb8ac40058e3b77bb34757acf3a7dca87d67e34fcd588e

Package: rstat-client
Source: rstatd
Version: 4.0.1-9
Installed-Size: 55
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: netstd
Depends: libc6 (>= 2.4)
Description-en: client for rstatd
 This package contains rup(1) and rsysinfo(1), clients for rstatd.
Description-md5: e990ee2decd660442859182a9fb1669a
Homepage: http://rstatd.sourceforge.net/
Tag: admin::monitoring, interface::commandline, network::client,
 role::program, use::monitor
Section: net
Priority: optional
Filename: pool/main/r/rstatd/rstat-client_4.0.1-9_amd64.deb
Size: 14026
MD5sum: 8cf54bcc5482e5c6fe3b66cec8f6c5f1
SHA256: b997aa04d3c2903f8551daddb07da12b3ad04080f42b16b15ceb17493e5ae7b6


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


Bug#925033: O: rpcbind -- conversion de numéros de programmes RPC en adresses universelles

2019-03-19 Thread Pierre-Elliott Bécue
Package: wnpp

The current maintainer of rpcbind, Anibal Monsalve Salazar ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: rpcbind
Binary: rpcbind
Version: 1.2.5-0.3
Maintainer: Anibal Monsalve Salazar 
Build-Depends: debhelper (>= 11), pkg-config, libtirpc-dev (>= 1.0.2), 
libwrap0-dev, libsystemd-dev [linux-any]
Architecture: any
Standards-Version: 4.2.1
Format: 3.0 (quilt)
Files:
 257dace67d72a148477721e6e6818267 1482 rpcbind_1.2.5-0.3.dsc
 ed46f09b9c0fa2d49015f6431bc5ea7b 123502 rpcbind_1.2.5.orig.tar.bz2
 85ef339b777c113b8f8b4e1c86fbef4c 9872 rpcbind_1.2.5-0.3.debian.tar.xz
Checksums-Sha256:
 6da910e3e86d770b4284d4e0d225ec0425f519609cf1744f15e790919f7d00a2 1482 
rpcbind_1.2.5-0.3.dsc
 2ce360683963b35c19c43f0ee2c7f18aa5b81ef41c3fdbd15ffcb00b8bffda7a 123502 
rpcbind_1.2.5.orig.tar.bz2
 9a40813b361520152956a498bba91077f369c3368de77f2bd29716cd90fd060f 9872 
rpcbind_1.2.5-0.3.debian.tar.xz
Homepage: http://sourceforge.net/projects/rpcbind/
Package-List: 
 rpcbind deb net optional arch=any
Directory: pool/main/r/rpcbind
Priority: source
Section: net

Package: rpcbind
Version: 1.2.5-0.3
Installed-Size: 146
Maintainer: Anibal Monsalve Salazar 
Architecture: amd64
Replaces: libc-bin (<< 2.16)
Provides: portmap
Depends: libc6 (>= 2.14), libsystemd0, libtirpc3 (>= 1.0.2), libwrap0 (>= 
7.6-4~), lsb-base (>= 4.1+Debian3), adduser
Conflicts: portmap
Breaks: libc-bin (<< 2.16)
Description-fr: conversion de numéros de programmes RPC en adresses universelles
 L'utilitaire rpcbind est un serveur qui convertit les numéros de programmes
 RPC en adresses universelles.
Description-md5: 595a8e4c17168e18f4843c47dfec5895
Homepage: http://sourceforge.net/projects/rpcbind/
Tag: implemented-in::c, role::program, use::converting
Section: net
Priority: optional
Filename: pool/main/r/rpcbind/rpcbind_1.2.5-0.3_amd64.deb
Size: 46116
MD5sum: 9296ef586a84e7cb21620f30e49811b9
SHA256: 652b1d97d2d87907004f11ec7554ddd939dc7c353cdccc433ab32a8fe7c40c54


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.


signature.asc
Description: PGP signature


  1   2   >