Bug#1076550: ITP: squashfs-mount -- setuid utility instead of FUSE for mounting squashfs files

2024-07-18 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: squashfs-mount
  Version : 1.0.0
  Upstream Author : Ben Cumming  Simon Pintarelli 
 Harmen Stoppels 
* URL : https://github.com/eth-cscs/squashfs-mount
* License : BSD-3-clause
  Programming Lang: C
  Description : setuid utility instead of FUSE for mounting squashfs files

squashfs-mount is a small setuid binary that effectively runs

mount -n -o loop,nosuid,nodev,ro -t squashfs [image] [mountpoint]

in a mount namespace and then executes the given command as the
invoking user.

squashfs-mount is used within the CSCS and the motivation for this utility is
described in the upstream README.

1. Bad performance compared to the Linux kernel. Using a 700MB gzip compressed
squashfs file containing GCC, the time to build a subset (2k targets) of LLVM
14.0.5:

squashfs-mount: 8m 9.52s;
squashfuse 0.1.103 / fuse 3.9.0: 12m 49.00s.

squashfuse has about 57% overhead compiling LLVM.

2. Inconvenient when scripting.



Re: Should singularity-container make it to next release?

2023-01-21 Thread Salvatore Bonaccorso
Hi Andreas,

[Note if you want direct input from the Debian security team it's
usually better to loop in the team email address directly rather the
general discussion list debian-security, adding team@s.d.o to
recipients]

On Mon, Jan 09, 2023 at 02:28:22PM +0100, Andreas Tille wrote:
> Hi,
> 
> it would be great if someone from Security Team might raise some
> opinion to this question.
> 
> Kind regards
> Andreas.
> 
> Am Mon, Jan 09, 2023 at 03:51:10PM +0530 schrieb Nilesh Patra:
> > Hi,
> > 
> > On Wed, Oct 12, 2022 at 09:38:27PM +0530, Nilesh Patra wrote:
> > > src:singularity-container was lying around in a bad shape for several 
> > > years
> > > and had missed 2 debian releases until me and Andreas picked it up again.
> > > It is currently in a reasonably good condition. I was excited to have it 
> > > in
> > > stable release again, but I have a couple of doubts over it.
> > > 
> > > 1. A little background:
> > > singularity-container sync the code from the upstream codebase for 
> > > sylabs[1]
> > > and there also exists a community-maintained fork called apptainer.
> > > Sylabs singularity CE seems to sync up a lot of code with apptainer in
> > > many releases. The apptainer community announcement page about the split 
> > > also
> > > hints towards saying similar stuff, but this is all the more confusing as 
> > > it is
> > > hard to draw a line b/w them.
> > > A while back, I found a reddit comment[4] from the current maintainer of 
> > > sylabs
> > > singularity which has a statement:
> > > 
> > > | At this point there it appears that Apptainer 1.0 will be very close
> > > | to SingularityCE 3.9 which we released recently, given
> > > | the picks from SingularityCE into the code base.
> > > 
> > > So I am absolutely confused if it makes sense to package apptainer at all 
> > > or
> > > should I just let it be?
> > > 
> > > 2. The _more_ important question:
> > > There are CVEs being discovered in singularity-container -- no biggie. 
> > > However, some
> > > of the CVE fixes are simply _hidden_ from the user view.
> > > As a concrete example, there was
> > > a "CVE-2021-33622" opened[5] against singularity-CE, and the only 
> > > information
> > > upstream provides is that it has been fixed in the 3.7.x of the community 
> > > edition
> > > but there is no information about _what_ the fix was.
> > > I tried asking upstream about this but did not get a pin-pointed reply[6] 
> > > and it
> > > appears that upstream is somewhat discrete about these.
> > > 
> > > A similar bug has been fixed in the latest release, CVE-2022-39237 
> > > here[7] but it
> > > does not say _what_ patch fixes it exactly.
> > > And the problem is that apptainer has addressed the exact same bug in
> > > its latest release and they too are un-clear about it[8].
> > > 
> > > So my fear is that: Once singularity-container hits stable release, and 
> > > there is
> > > a CVE being found. It'd be a hellhole for me/others to find what exactly
> > > fixed the CVE (unless it is being clearly stated), and apply that. The 
> > > only
> > > option left would be to upgrade the package to fix the CVE and I don't 
> > > know if
> > > release team would allow that.
> > > 
> > > And I don't see this problem getting fixed with apptainer as well, since 
> > > there
> > > are bugs that both the codebases would keep on inheriting from one 
> > > another.
> > > And thus I am not sure if this situation is OK for stable release or not.
> > > 
> > > OTOH, singularity is an important package and many users would be happy 
> > > to have
> > > it in stable -- I have even got a couple of bug reports/texts saying
> > > people are happy to see a new update of singularity.
> > 
> > I started this thread a while back, and decided to simply ask upstream 
> > about what their
> > opinion is[9]
> > It looks like the situation still not fully certain on whether to let 
> > singularity make it to stable
> > or not.
> > 
> > I'd appreciate if someone on the list could chime in and give an opinion on 
> > if they
> > consider it do-able or not for upcoming bookworm release.
> > 
> > I've kept upstream in CC to avoid ping-pong, and thanks David for a nice 
> > elaborate reply.
> > 
> > > [1]: https://github.com/sylabs/singularity
> > > [2]: https://github.com/apptainer/apptainer
> > > [3]: https://apptainer.org/news/community-announcement-20211130/
> > > [4]: 
> > > https://www.reddit.com/r/HPC/comments/r61bto/comment/hmspn72/?utm_source=share&utm_medium=web2x&context=3
> > > [5]: 
> > > https://support.sylabs.io/support/solutions/articles/4287130-3-5-8-security-release-cve-2021-33622-
> > > [6]: https://github.com/sylabs/singularity/issues/586
> > > [7]: https://github.com/sylabs/sif/security/advisories/GHSA-m5m3-46gj-wch8
> > > [8]: https://github.com/apptainer/apptainer/releases/tag/v1.1.2
> > [9]: 
> > https://github.com/sylabs/singularity/issues/1235#issuecomment-1375334909

So in my understanding of the above the situation around singularity-cont

Bug#1005216: RFP: libnet-amqp-rabbitmq-perl -- interact with RabbitMQ over AMQP using librabbitmq

2022-02-08 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libnet-amqp-rabbitmq-perl
  Version : 2.40009
  Upstream Author : Mark Ellis  Michael Stemle Jr. 

* URL : https://metacpan.org/release/Net-AMQP-RabbitMQ
* License : MPL
  Programming Lang: Perl
  Description : interact with RabbitMQ over AMQP using librabbitmq

Net::AMQP::RabbitMQ provides a simple wrapper around the librabbitmq library
that allows connecting, declaring exchanges and queues, binding and unbinding
queues, publishing, consuming and receiving events.

Error handling in this module is primarily achieve by Perl_croak (die). You
should be making good use of eval around these methods to ensure that you
appropriately catch the errors.

This description was automagically extracted from the module by dh-make-perl.

One problem might to be clarifying the copyright years in the source
and how to handle the embedded librabbitmq library and use instread
the system provided one.



Bug#996021: ITP: cvelib -- library and a command line interface for the CVE Services API

2021-10-10 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: cvelib
  Version : 0.4.0
  Upstream Author : Red Hat Security Response Team 
* URL : https://github.com/RedHatProductSecurity/cvelib
* License : Expat
  Programming Lang: Python
  Description : library and a command line interface for the CVE Services 
API

cvelib is a library and a command line interface to interact with the
MITRE CVE Services API, including functions to reserve one or more CVE
IDs for a CNA, filter and list reserved CVEs owned by a CNA, and
administration of user and tokes for a CNA.

This package installs the library for Python 3 and a CLI tool.



Bug#954239: RFP: python-b4 -- helper utility to work with patches made available via a public-inbox archive

2020-03-18 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist

* Package name: python-b4
  Version : v0.3.3 (or later)
  Upstream Author : Konstantin Ryabitsev 
* URL : https://git.kernel.org/pub/scm/utils/b4/b4.git
* License : GPL
  Programming Lang: Python
  Description : helper utility to work with patches made available via a 
public-inbox archive

This is a helper utility to work with patches made available via a
public-inbox archive like lore.kernel.org. It is written to make it
easier to participate in a patch-based workflows, like those used in
the Linux kernel development.

For the package name, not sure if python-b4 or b4 is more appropriate.

Regards,
Salvatore



Re: Bits from the DPL (August 2019)

2019-10-02 Thread Salvatore Bonaccorso
Hi Sam!

First of all thanks for your work you do as DPL, you put a lot of
energy, time and enthusiasm in it, and this is very visible!

On Tue, Oct 01, 2019 at 09:57:38AM -0400, Sam Hartman wrote:
> > "Holger" == Holger Levsen  writes:
> 
> 
> Holger> So to me this is more the consensus of those with the
> Holger> priveledge to read, process and repond to this mailinglist,
> Holger> yet there are many more people packaging software in Debian.
> 
> I'd say it is a consensus of those who prioritize participating in this
> discussion enough to do so, consented to by the rest of the project.
> If we get it sufficiently wrong people in the broader community will let
> us know.

I noticed the above, and while I'm usually rather silent on the
mailinglist I though it might be good to comment as well from my veryp
ersonal point of view.

For me it would be important to keep on track on new stuff happening
in Debian, but on the other side I have to admit that given the free
time is limited, even though the above, I rather prefer to work on the
things I'm in directly, are already quite involving and the free time
is not infinite. This does not mean that I would agree on such
conclusions, but rather in the light of what I have just written, that
I need to prioritize and simply do not have time to be involved in
these discussions (and not all are native english speakers).

I regularly just need to mark threads as read, which would be
important to follow, or longisher mails, because of lack of the needed
time to dedicate as well for that.

Regards,
Salvatore



Bug#939759: ITP: libnet-acme2-perl -- Client logic for the ACME (Let's Encrypt) protocol

2019-09-08 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libnet-acme2-perl
  Version : 0.32
  Upstream Author : Felipe Gasper
* URL : https://metacpan.org/release/Net-ACME2
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Client logic for the ACME (Let's Encrypt) protocol

Net::ACME2 implements client logic for the ACME (Automated Certificate
Management Environment) protocol, as standardized in RFC
8555|https://www.rfc-editor.org/rfc/rfc8555.txt and popularized by Let's
Encrypt|http://letsencrypt.org.

The package will be maintained under the umbrella of the Debian Perl Group.

-- 
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#930883: ITP: guider -- runtime performance analyzer tool

2019-06-21 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: guider
  Version : 3.9.5
  Upstream Author : Peace Lee
* URL : https://github.com/iipeace/guider/
* License : GPL
  Programming Lang: Python
  Description : runtime performance analyzer tool

Guider is a runtime performance analyzer tool measuring various
system resources and allowing to trace system behaviour.

The description itself will need to gain some improvement and a more
detailed description of the various commands which range from monitor,
profile and visualize.



Bug#907353: ITP: libcrypt-perl-perl -- Perl module implementing cryptography functions in pure Perl

2018-08-26 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcrypt-perl-perl
  Version : 0.29
  Upstream Author : Felipe Gasper with contributions from Mohammad S Anwar
* URL : https://metacpan.org/release/Crypt-Perl
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module implementing cryptography functions in pure Perl

Just as it sounds: cryptography with no non-core XS dependencies! This is
useful if you don't have access to other tools that do this work like
OpenSSL|http://openssl.org, CryptX, etc. Of course, if you do have access to
one of those tools, they may suit your purpose better.

See submodules for usage examples of:

 * Key generation
 * Key parsing
 * Signing & verification
 * Encryption & decryption
 * Import (Crypt::Perl::PK) from & export to JSON Web Key format
 * JWK thumbprints
 * Certificate Signing Request (PKCS #10) generation (Crypt::Perl::PKCS10)
 * SSL/TLS certificate (X.509) generation (Crypt::Perl::X509v3), including a
   broad variety of extensions

This description was automagically extracted from the module by dh-make-perl.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#900590: ITP: libppix-quotelike-perl -- module to parse Perl string literals and string-literal-like things

2018-06-01 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libppix-quotelike-perl
  Version : 0.005
  Upstream Author : Thomas R. Wyant III F
* URL : https://metacpan.org/release/PPIx-QuoteLike
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module to parse Perl string literals and 
string-literal-like things

This Perl class parses Perl string literals and things that are reasonably
like string literals. Its real reason for being is to find interpolated
variables for Perl::Critic|Perl::Critic policies and similar code.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Bug#888948: ITP: libmonitoring-icinga2-client-rest-perl -- Perl module providing REST integration with icinga2

2018-01-31 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libmonitoring-icinga2-client-rest-perl
  Version : 2.0.0
  Upstream Author : Johan Carlquist 
* URL : https://metacpan.org/release/Monitoring-Icinga2-Client-REST
* License : BSD
  Programming Lang: Perl
  Description : Perl module providing REST integration with icinga2

Monitoring::Icinga2::Client::REST is used to integrate with the REST API that
Icinga2 provides.

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.



Re: salsa.debian.net

2017-08-20 Thread Salvatore Bonaccorso
Hi Florian,

On Mon, Aug 21, 2017 at 06:50:06AM +0200, Florian Weimer wrote:
> I received some key SSH import notices from salsa.debian.net, but I
> didn't request anything.
> 
> Is this harmless, or is something fishy going on?

It looks this is the new collaboration server in replacement to
alioth: https://wiki.debian.org/Salsa .

I don't think there was yet an announcement yet, so maybe the SSH key
import mails were sent out not intentionally yet.

HTH,

Regards,
Salvatore



Bug#842736: RFP: libjira-rest-perl -- Perl module implementing a thin wrapper around JIRA's REST API

2016-10-31 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libjira-rest-perl
  Version : 0.012
  Upstream Author : Gustavo L. de M. Chaves 
* URL : https://metacpan.org/release/JIRA-REST
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module implementing a thin wrapper around JIRA's REST 
API

JIRA::REST implements a very thin wrapper around JIRA's REST API

The package should be maintained under the umbrella of the Debian Perl Group.



Bug#826143: ITP: libtest-regexp-perl -- Perl module to test regular expressions

2016-06-02 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libtest-regexp-perl
  Version : 2015110201
  Upstream Author : Abigail 
* URL : https://metacpan.org/release/Test-Regexp
* License : Expat
  Programming Lang: Perl
  Description : Perl module to test regular expressions

Test::Regexp is intended to test regular expressions. Given a subject
string and a regular expression (aka pattern), the module not only
tests whether the regular expression complete matches the subject
string, it performs a utf8::upgrade or utf8::downgrade on the subject
string and performs the tests again, if necessary. Furthermore, given
a pattern with capturing parenthesis, it checks whether all captures
are present, and in the right order. Both named and unnamed captures
are checked.

The package will be maintained under the umbrella of the Debian Perl Group.



Bug#813921: ITP: libcrypt-rsa-parse-perl -- Perl module to parse RSA keys

2016-02-06 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcrypt-rsa-parse-perl
  Version : 0.041
  Upstream Author : Felipe Gasper 
* URL : https://metacpan.org/release/Crypt-RSA-Parse
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to parse RSA keys

Crypt::RSA::Parse provides an interface for parsing RSA keys for useful
information.

The public keys are represented via the Crypt::RSA::Parse::Public class,
while private keys are represented via  Crypt::RSA::Parse::Private.

The package will be maintained under the umbrella of the Debian Perl Group,
and is required for the primary goal to package libprotocol-acme-perl.



Bug#813785: ITP: libcrypt-format-perl -- Perl interface to conversion utilities for encryption applications

2016-02-05 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libcrypt-format-perl
  Version : 0.06
  Upstream Author : Felipe Gasper 
* URL : https://metacpan.org/release/Crypt-Format
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl interface to conversion utilities for encryption 
applications

Crypt::Format provides an interface to a set of conversions for encryption
applications (der2pem, pem2der, normalize_pem).

The package will be maintained under the umbrella of the Debian Perl
Group. This tiny module is only needed as dependency for
libprotocol-acme-perl.



Bug#813556: ITP: libprotocol-acme-perl -- Perl Interface to the Let's Encrypt ACME API

2016-02-02 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org

* Package name: libprotocol-acme-perl
  Version : 0.11
  Upstream Author : Stephen Ludin 
* URL : https://metacpan.org/release/Protocol-ACME
* License : Artistic-2.0
  Programming Lang: Perl
  Description : Perl Interface to the Let's Encrypt ACME API

The Protocol::ACME is a class implementing an interface for the Let's Encrypt
ACME API.

NOTE: This code at this point is functional but should be considered 'alpha'
quality.

The class handles the protocol details behind provisioning a Let's Encrypt
certificate.

The package will be maintained under the umbrella of the Debian Perl Group.



Re: Debian PHP upgrade

2015-03-23 Thread Salvatore Bonaccorso
Hi,

On Mon, Mar 23, 2015 at 06:58:10AM +, Gareth Webb wrote:
> I would like to know when Debian will be releasing the next version
> of PHP? Currently there is a known security vulnerability in the
> current version of Debian, we not sure if we should wait for Debian
> to update it or if we need to move over to a new distribution that
> has this updated version of PHP?

Could you specify to which security vulnerability you are referring?
We track the currently known CVEs for php5 in

https://security-tracker.debian.org/tracker/source-package/php5

and there was a recent DSA for php5:

https://www.debian.org/security/2015/dsa-3198

Regards,
Salvatore


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150323075942.ga29...@lorien.valinor.li



Bug#779841: ITP: libmonitoring-plugin-perl -- family of perl modules to streamline writing Monitoring plugins

2015-03-05 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: 
debian-devel@lists.debian.org,debian-p...@lists.debian.org,pkg-nagios-de...@lists.alioth.debian.org

* Package name: libmonitoring-plugin-perl
  Version : 0.38
  Upstream Author : Monitoring Plugin Team 
* URL : https://metacpan.org/release/Monitoring-Plugin
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : family of perl modules to streamline writing Monitoring 
plugins

Monitoring::Plugin and its associated Monitoring::Plugin::* modules are a
family of perl modules to streamline writing Monitoring plugins. The main end
user modules are Monitoring::Plugin, providing an object-oriented interface
to the entire Monitoring::Plugin::* collection, and
Monitoring::Plugin::Functions, providing a simpler functional interface to a
useful subset of the available functionality.

The purpose of the collection is to make it as simple as possible for
developers to create plugins that conform the Monitoring Plugin guidelines
(https://www.monitoring-plugins.org/doc/guidelines.html).


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1425562630.10925.2197@lorien



Bug#759549: ITP: libclipboard-perl -- Perl module to copy and paste from Perl code

2014-08-28 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libclipboard-perl
  Version : 0.13
  Upstream Author : Ryan King 
* URL : https://metacpan.org/release/Clipboard
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to copy and paste from Perl code

Clipboard is a module for accessing the system's clipboard. It allows
retrieval/setting and works under X, Windows and MacOS


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1409226756.138498.2214@lorien



Re: Bits from the Security Team

2014-03-10 Thread Salvatore Bonaccorso
Hi,

On Sat, Mar 08, 2014 at 07:36:23PM +0100, Christoph Biedl wrote:
> Moritz Muehlenhoff wrote...
> 
> > Security archive
> > - 
> > 
> > * In order to avoid bottlenecks and to open up the security process
> >   further we're planning to allow maintainers which are not part of
> >   the security team to release security updates on their own. This
> >   applies to packages which have frequent vulnerabilities and where
> >   the maintainers are involved in the update process anyway.
> 
> The current model at least theoretically allows someone (read: the
> security team) to review the patch provided by the maintainer. I like
> that four-eyes principle and wouldn't want to give it away.
> 
> But perhaps you plan is rather about moving the task of the actual
> upload to the maintainer *after* some discussion? Or will you stand
> being surprising by an unannounced security upload? (This is none of
> my business, I'm just curious.)

Disclaimer: there is no actual implementation for this yet, so only a
comment on that: The idea is to have something like the DM upload
permissions. There are packages which recieve frequent updates trough
security, where already now the maintainer is the one doing all the
packaging work, has the most knowledge and testing tme, but then the
bottleneck to actual release the package is the load/time missing on
the team. As Moritz writes, this will apply only to some specific
packages.

Hope that clarifies,

Regards,
Salvatore


signature.asc
Description: Digital signature


Re: anonscm seems to be broken for SVN

2014-03-01 Thread Salvatore Bonaccorso
Hi Andrew,

On Sat, Mar 01, 2014 at 05:45:02PM -0500, Andrew Starr-Bochicchio wrote:
> On Sat, Mar 1, 2014 at 3:52 PM, Andreas Tille  wrote:
> >
> > On Sat, Mar 01, 2014 at 09:30:29PM +0100, Andreas Moog wrote:
> > > > Well, I actually do not really the difference.
> > >
> > > The anonscm URL is missing the /svn/ part.
> >
> > No, it is not.
> 
> It is though. Compare what you tried:

Only a short comment on that. Yes with /svn/ it works. Tought it
worked previously also with $protocol://anonscm.debian.org/$project/
as announced in [1] (for git and svn protocols).

 [1] https://lists.debian.org/debian-devel-announce/2011/05/msg9.html

So it would be great if that works again too.

Regards,
Salvatore


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140302062629.GA31353@eldamar.local



Bug#733418: ITP: liblexical-failure-perl -- Perl module for user-selectable lexically-scoped failure signaling

2013-12-28 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblexical-failure-perl
  Version : 0.04
  Upstream Author : Damian Conway 
* URL : https://metacpan.org/release/Lexical-Failure
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for user-selectable lexically-scoped failure 
signaling

Lexical::Failure sets up two new keywords: fail and ON_FAILURE, with which
you can quickly create modules whose failure signaling is lexcially scoped,
under the control of client code.

Normally, modules specify some fixed mechanism for error handling and require
client code to adapt to that policy. One module may signal errors by
returning undef, or perhaps some special "error object". Another may die or
croak on failure. A third may set a flag variable. A fourth may require the
client code to set up a callback, which is executed on failure.

If you are using all four modules, your own code now has to check for failure
in four different ways, depending on where the failing component originated.
If you would rather that all components throw exceptions, or all return
undef, you will probably have to write wrappers around 3/4 of them, to
convert from their "native" failure mechanism to your preferred one.

Note on the ITP: this module is required as dependency for the ITP for
librunning-commentary-perl.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1388263977.891216.29057@lorien



Bug#733412: ITP: libtest-effects-perl -- Perl module to test various effects at once

2013-12-28 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtest-effects-perl
  Version : 0.001003
  Upstream Author : Damian Conway 
* URL : https://metacpan.org/release/Test-Effects
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to test various effects at once

Test::Effects allows one to test all effects of some code to be tested
at once: return value, I/O, warnings, exceptions, etc.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1388260622.189254.6639@lorien



Bug#733219: ITP: libkeyword-simple-perl -- Perl module to define new keywords in pure Perl

2013-12-27 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libkeyword-simple-perl
  Version : 0.02
  Upstream Author : Lukas Mai 
* URL : https://metacpan.org/release/Keyword-Simple
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to define new keywords in pure Perl

Keyword::Simple allows to implement new keywords in pure Perl. To do
this, it is needed to write a module and call Keyword::Simple::define in
the import method. Any keywords defined this way will be available in
the lexical scope that's currently being compiled.

Note for the ITP: the long description might get some more attention to
be improved. The module is needed as dependency of Running::Commentary. 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1388139046.715544.24343@lorien



Bug#733212: ITP: librunning-commentary-perl -- Perl module to call system() with tracking messages

2013-12-26 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: librunning-commentary-perl
  Version : 0.05
  Upstream Author : Damian Conway 
* URL : https://metacpan.org/release/Running-Commentary
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to call system() with tracking messages

Running::Commentary provides a single subroutine: run() which is
designed to be a more informative and less error-prone replacement for
the built-in system(). run() acts like system(), except that it returns
true on success and false on failure, and it announces what it's doing.

It also provides a compile-time keyword: run_with with which you can set
lexically scoped default options for run().


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1388128845.160994.11953@lorien



Bug#725683: ITP: libdevel-callsite-perl -- Perl module to get caller return OP address and Perl interpreter context

2013-10-07 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdevel-callsite-perl
  Version : 0.07
  Upstream Author : Rocky Bernstein  (current maintainer), Ted 
Zlatanov , Ben Morrow
* URL : https://metacpan.org/release/Devel-Callsite/
* License : Artistic or GPL-2+
  Programming Lang: Perl
  Description : Perl module to get caller return OP address and Perl 
interpreter context

Devel::Callsite module provides subroutines to get the caller return OP
address and perl interpreter context.

The callsite() function returns the OP address of the caller, a number,
one level up from where it was called. It's useful for functions that
need to uniquely know where they were called, such as Every::every();
see Every. Or it can be used to pinpoint a location with finer
granularity than a line number (see
http://www.perlmonks.com/?node_id=987268). In conjunction with an OP
tree disassembly you can know exactly where the caller is located in
the Perl source.

The context() function returns the interpreter context as a number.
This is a fairly unique number together with the call site.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1381148878.537375.20347@lorien



Bug#720206: ITP: liblexical-var-perl -- Perl module for using static variables without namespace pollution

2013-08-19 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblexical-var-perl
  Version : 0.008
  Upstream Author : Andrew Main (Zefram) 
* URL : https://metacpan.org/release/Lexical-Var
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for using static variables without namespace 
pollution

Lexical::Var implements lexical scoping of subroutines. Although it can be
used directly, it is mainly intended to be infrastructure for modules that
manage namespaces.

This module influences the meaning of single-part subroutine names that
appear directly in code, such as "&foo" and "foo(123)". Normally, in the
absence of any particular declaration, these would refer to the subroutine of
that name located in the current package. A Lexical::Sub declaration can
change this to refer to any particular subroutine, bypassing the package
system entirely. A subroutine name that includes an explicit package part,
such as "&main::foo", always refers to the subroutine in the specified
package, and is unaffected by this module. A symbolic reference through a
string value, such as "&{'foo'}", also looks in the package system, and so is
unaffected by this module.

The types of name that can be influenced are scalar ("$foo"), array
("@foo"), hash ("%foo"), subroutine ("&foo"), and glob ("*foo").


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1376932513.545415.17745@elende



Re: Bug#719211: ITP: lnav -- nurses-based log file viewer

2013-08-12 Thread Salvatore Bonaccorso
Hi Chris

On Sat, Aug 10, 2013 at 06:42:13PM +1200, Chris Bannister wrote:
> On Fri, Aug 09, 2013 at 11:44:11AM +0200, Salvatore Bonaccorso wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Salvatore Bonaccorso 
> > 
> > * Package name: lnav
> >   Version : 0.5.0
> >   Upstream Author : Timothy Stack 
> > * URL : http://tstack.github.io/lnav/
> > * License : BSD
> >   Programming Lang: C++
> >   Description : nurses-based log file viewer
> 
> root@tal:~# apt-cache search ncurses | wc -l
> 147
> root@tal:~# apt-cache search nurses | wc -l
> 0
> root@tal:~#

Thanks for spotting this typo. I will fix this in the short
description of the package (not yet ready to upload).

Regards,
Salvatore


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130812072832.GA4917@eldamar.local



Bug#719211: ITP: lnav -- nurses-based log file viewer

2013-08-09 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: lnav
  Version : 0.5.0
  Upstream Author : Timothy Stack 
* URL : http://tstack.github.io/lnav/
* License : BSD
  Programming Lang: C++
  Description : nurses-based log file viewer

The log file navigator, lnav, is an enhanced log file viewer that   


takes advantage of any semantic information that can be gleaned from
the files being viewed, such as timestamps and log levels.  Using this
extra semantic information, lnav can do things like interleaving
messages from different files, generate histograms of messages over
time, and providing hotkeys for navigating through the file.  It is
hoped that these features will allow the user to quickly and
efficiently zero in on problems.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130809094411.22701.55681.report...@elende.valinor.li



Re: Bug#704054: /etc/environment.d

2013-03-27 Thread Salvatore Bonaccorso
Hi Thomas

On Thu, Mar 28, 2013 at 01:58:36PM +0800, Thomas Goirand wrote:
> On 03/27/2013 08:54 PM, adrelanos wrote:
> > Package: general
> > Severity: wishlist
> >
> > I'd like to have a /etc/environment.d folder. Contributing that code
> > shouldn't be hard for me. But I don't know where the would be the best
> > place to implement it and how?
> >
> > http://codesearch.debian.net tells, that many packages read
> > /etc/environment directly, not using some system mechanism to get the
> > contents of it, which makes the implementation harder.
> >
> > Asking all affected packages to read /etc/environment.d as well or to
> > start using a system function to do that seems unlikely?
> >
> > The most realistic option could be to write something similar to
> > resolvconf, i.e. creating a package which phrases /etc/environment.d
> > and dynamically creates /etc/environment.
> >
> > Please tell me what you think.
> I might sound silly, but ... what is /etc/environment for? What
> are the packages reading it, and for what use?

It is the default environment file for the pam_env.so module from
libpam-modules package. It allows (un)setting specific environment
variables. See for example for the su service, in the session
management group:

, [ /etc/pam.d/su ]
| [...]
| # This module parses environment configuration file(s)
| # and also allows you to use an extended config
| # file /etc/security/pam_env.conf.
| #
| # parsing /etc/environment needs "readenv=1"
| session   required   pam_env.so readenv=1
| # locale variables are also kept into /etc/default/locale in etch
| # reading this file *in addition to /etc/environment* does not hurt
| session   required   pam_env.so readenv=1 envfile=/etc/default/locale
| [...]
`

Regards,
Salvatore


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130328062004.ga7...@elende.valinor.li



Bug#703723: ITP: libvar-pairs-perl -- Perl module implementing OO iterators and pair constructors for variables

2013-03-22 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libvar-pairs-perl
  Version : 0.1.1
  Upstream Author : Damian Conway 
* URL : https://metacpan.org/release/Var-Pairs/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module implementing OO iterators and pair constructors 
for variables

Var::Pairs exports a small number of subroutines that add some Perl 6
conveniences to Perl 5. Specifically, the module exports several subroutines
that simplify interactions with key/value pairs in hashes and arrays.

Regards,
Salvatore


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1363979085.229485.20821@elende



Bug#700692: ITP: libcrypt-random-seed-perl -- Perl module providing strong randomness for seeding

2013-02-16 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: 
debian-devel@lists.debian.org,debian-p...@lists.debian.org,d...@debian.org

* Package name: libcrypt-random-seed-perl
  Version : 0.2
  Upstream Author : Dana A Jacobsen 
* URL : https://metacpan.org/release/Crypt-Random-Seed/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module providing strong randomness for seeding

Crypt::Random::Seed implements simple mechanism to get strong
randomness. The main purpose of this module is to provide a simple way
to generate a seed for a PRNG such as Math::Random::ISAAC, for use in
cryptographic key generation, or as the seed for an upstream module
such as Bytes::Random::Secure. Flags for requiring non-blocking sources
are allowed, as well as a very simple method for plugging in a source.

This package is needed to package Bytes::Random::Secure, used by
(Alt::)Crypt::RSA for the final Crypt::OpenPGP package.

Regards,
Salvatore


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1361005022.736362.26892@elende



Re: Packages with Depends, Recommends and Suggests on fuse-utils (in unstable)

2013-01-12 Thread Salvatore Bonaccorso
Hi Julien

On Sat, Jan 12, 2013 at 01:15:26PM +0100, Julien Cristau wrote:
> On Sat, Jan 12, 2013 at 11:39:45 +0100, Salvatore Bonaccorso wrote:
> 
> > Hi
> > 
> > As per dev-ref 7.1.1 about mass-bugfilling I'm writing first to
> > debian-devel.
> > 
> > In unstable fuse-utils transitional package was dropped, and this now
> > makes some packages uninstallable. Some Depends, Recommends or
> > Suggests still fuse-utils. Wheezy is not affected as it still contains
> > the fuse-utils transitional package.
> > 
> > I would fill the bugreports for packages with Depends and Recommends
> > on fuse-utils with severity serious. The one with Suggests to
> > fuse-utils with severity important.
> > 
> Nah, just file one serious bug against src:fuse for failing to build
> fuse-utils.

Yes this was also suggested by Ansgar, to let the src:fuse package
reintroduce the fuse-utils transitional package.

Thanks for the comment!

Regards,
Salvatore


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130112122212.GB9311@elende



Re: Packages with Depends, Recommends and Suggests on fuse-utils (in unstable)

2013-01-12 Thread Salvatore Bonaccorso
Hi

Cc'in explicitly Daniel Baumann (maintaner of fuse package)

On Sat, Jan 12, 2013 at 11:39:45AM +0100, Salvatore Bonaccorso wrote:
> As per dev-ref 7.1.1 about mass-bugfilling I'm writing first to
> debian-devel.
> 
> In unstable fuse-utils transitional package was dropped, and this now
> makes some packages uninstallable. Some Depends, Recommends or
> Suggests still fuse-utils. Wheezy is not affected as it still contains
> the fuse-utils transitional package.
> 
> I would fill the bugreports for packages with Depends and Recommends
> on fuse-utils with severity serious. The one with Suggests to
> fuse-utils with severity important.

Ansgar suggested on #debian-release to reintroduce the fuse-utils
transitional package in unstable until after the wheezy release. This
would be better in the the regard only one package needs an instant
fix (src:fuse).

Regards,
Salvatore


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130112122036.GA9311@elende



Packages with Depends, Recommends and Suggests on fuse-utils (in unstable)

2013-01-12 Thread Salvatore Bonaccorso
Hi

As per dev-ref 7.1.1 about mass-bugfilling I'm writing first to
debian-devel.

In unstable fuse-utils transitional package was dropped, and this now
makes some packages uninstallable. Some Depends, Recommends or
Suggests still fuse-utils. Wheezy is not affected as it still contains
the fuse-utils transitional package.

I would fill the bugreports for packages with Depends and Recommends
on fuse-utils with severity serious. The one with Suggests to
fuse-utils with severity important.

Attached is the dd-list for all three lists.

Regards,
Salvatore
Bernd Schubert 
   unionfs-fuse

Chris Lamb 
   mtpfs

Dario Minnucci 
   djmount

Debian LTSP Maintainers 
   ltspfs

Debian VSquare Team 
   fuse-umfuse-ext2
   fuse-umfuse-fat
   fuse-umfuse-iso9660

Dmitry E. Oboukhov 
   mhddfs

Filippo Giunchedi 
   fuse-umfuse-ext2 (U)
   fuse-umfuse-fat (U)
   fuse-umfuse-iso9660 (U)

Guido Trotter 
   fuse-umfuse-ext2 (U)
   fuse-umfuse-fat (U)
   fuse-umfuse-iso9660 (U)

Hendrik Sattler 
   obexfs

Julien Lavergne 
   ifuse

Louis Zuckerman 
   glusterfs (U)

Ludovico Gardenghi 
   fuse-umfuse-fat (U)

Ludovico Gardenghi 
   fuse-umfuse-ext2 (U)
   fuse-umfuse-iso9660 (U)

Matthias Albert 
   glusterfs (U)

Nick Andrik 
   acetoneiso

Patrick Matthäi 
   glusterfs

Sebastien Delafond 
   wikipediafs

Vagrant Cascadian 
   ltspfs (U)

Laszlo Boszormenyi (GCS) 
   ceph

Mario Izquierdo (mariodebian) 
   tcos

Michal Suchanek 
   httpfs2

NIIBE Yutaka 
   gfarm2fs

Osamu Tatebe 
   gfarm2fs (U)

Sage Weil 
   ceph (U)

Vincent Danjean 
   owfs

Bastian Kleineidam 
   libpam-mount



Bug#697942: ITP: libapp-prereqgrapher-perl -- generate dependency graph using Perl::PrereqScanner

2013-01-11 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libapp-prereqgrapher-perl
  Version : 0.6
  Upstream Author : Neil Bowers 
* URL : https://metacpan.org/release/App-PrereqGrapher/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : generate dependency graph using Perl::PrereqScanner

App::PrereqGrapher builds a directed graph of the prereqs or dependencies for
a file or module. It uses Perl::PrereqScanner to find the dependencies for
the seed, and then repeatedly calls Perl::PrereqScanner on those
dependencies, and so on, until all dependencies have been found.

It then saves the resulting graph to a file, using one of the five supported
formats. The default format is 'dot', the format used by the GraphViz graph
drawing toolkit.

If your code contains lines like:

require 5.006;

use 5.006;

Then you'll end up with a dependency labelled perl 5.006; this way you can
see where you're dependent on modules which require different minimum
versions of perl.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1357926442.868921.1557@elende



Bug#696979: ITP: pamtester -- utility program to test the PAM facility

2012-12-30 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: pamtester
  Version : 0.1.2
  Upstream Author : Moriyoshi Koizumi 
* URL : http://pamtester.sourceforge.net/
* License : BSD
  Programming Lang: C
  Description : utility program to test the PAM facility

Pamtester is a tiny utility program to test the pluggable authentication
modules (PAM) facility, which is a de facto standard of unified
authentication management mechanism in many unices and similar OSes
including Solaris, HP-UX, *BSD, MacOSX and Linux.
..
While specifically designed to help PAM module authors to test their
modules, that might also be handy for system administrators interested
in building a centralised authentication system using common standards
such as NIS, SASL and LDAP.

Some notes:
 - I know that the last upstream version was released back in 2005, so
   it's quite old. I think it might be a helpful utility for PAM
   tests.

 - Fedora/RedHat included pamtester too some time ago[1].

 [1]: https://bugzilla.redhat.com/show_bug.cgi?id=730815

 - In Debian there is at leat python-pam, which brings an example,
   doing something similar. But it seems upstream project is not
   reachable anymore (e.g. there should be a 0.5.0 release, but
   webpage is dead).
 
Regards,
Salvatore

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQ4BDMAAoJEHidbwV/2GP+o8EP/RY1y6/vblgAhcX5TvJgcG2L
9SGEcwBNrSeo5U8kmhIcKBV4AGOGEClk4Bv9+3of27jfxDxfIjC3OIw16WJVf0GT
TBuWoL6VtIa/AgeBUZodzqhI4O3wFXMEfUJD74ruxuyiimwaN+zcTmLfnVKqnK5P
2AR0YB4UU+m+/NCsRUYI8AKIALnbYBDSaTdf8GrT1PdpkdLxj2PYI+df7H11uPFG
cVt9y667Gl6D8UnoNNQzs4foM9tN9mwkUvSKv4eeydLXxqsxrr2zPSuQqwMXCxdp
PNbzSE7inmJ2GB8Wqo4dUd49WIOldzRyQp2PxJ7ja1/mGV0v582NYZ+T6zQJmP2q
h4Y+YlGJ70ELlVM5bNbyKfPtBZsf8aKP9lxUaPQ8hKOENoo15qHnimPlIfiv1Bbi
5O/hL/L7AJccdvBuZEvYBV+uGbape/8sWQy6LeDtJzadVOXoYr6/eQMpNpsNzHYJ
a7m8+yQCu/vlDixh1H2tUa0EjcBPiHTzZ+89MV9dMVJn5qIaIPoFILs0HwVvYLne
MKNWa7zvRVzlip10cbKfw9hAk2Y8xTsbLc6DBM1EwbHVtnomVokYUosWnf7Ga2cu
/4Er+/KDON2ftI6DBOMDtQrjvZwsYoMeES5GMxTgxHdwxk0vl61OrPKt5TQYZPLW
0Hl4pfpw6btfgpp9PYTH
=7wzG
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121230100051.16978.84496.report...@elende.valinor.li



Re: dpkg, symlinks, directories

2012-09-29 Thread Salvatore Bonaccorso
Hi Vincent

On Sat, Sep 29, 2012 at 11:59:38AM +0200, Vincent Bernat wrote:
> In roundcube package, I am turning existing directories to symlinks and
> symlinks into directories. It seems that dpkg does not like that:
> symlinks are not replaced with the appropriate directories. I didn't
> find anything about this in the documentation. How should I handle such
> cases?

This is indeed intentional, that dpkg never replaces directories with
symlinks if directory is present, see [1] and [2] (under 4.).

 [1]: http://bugs.debian.org/404850 
 [2]: 
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase

Andreas Beckmann recently is filling many of these bugs discovered by
piuparts runs (updating Squeeze -> Wheezy). Most common approach there
is to do the substitution in postinst, in case the directory is there.
See for example [3].

[3]: http://bugs.debian.org/687859

Does this helps?

Regards,
Salvatore


signature.asc
Description: Digital signature


Re: versioned dependency on the libhdf5-7 virtual package

2012-09-15 Thread Salvatore Bonaccorso
Hi Ivan

On Thu, Sep 13, 2012 at 08:07:57PM +0700, Ivan Shmakov wrote:
>   This issue was already discussed [1], and I've filed the
>   respective bug report [2] (to which there was no reply so far,
>   though), but now I see that there's a few more packages in
>   Wheezy with a dependency on libhdf5-7.  Consider, e. g.:
> 
> $ bzcat \
>   < http.debian.net/debian/dists/wheezy/main/binary-amd64/Packages.bz2 \
>   | gawk '/^Package: / { pkg = $2; } /Version: / { vers = $2; }
>   / libhdf5-7 \(/ { printf("%-23s %s\n", pkg, vers); }' 
> libhe5-hdfeos0  5.1.13.dfsg.1-3
> libhdf5-7-dbg   1.8.8-9
> libhdf5-dev 1.8.8-9
> cgns-convert3.1.3.4-1
> libnexus0   4.2.1-svn1614-1+b1
> libnexus0-java  4.2.1-svn1614-1+b1
> nexus-tools 4.2.1-svn1614-1+b1
> r-cran-hdf5 1.6.10-1
> tessa   0.3.1-6
> tessa-mpi   0.3.1-6
> udav0.7.1.2-3
> $ 
> 
>   Any chance this issue will be rectified?  (Or should I file bug
>   reports against these packages?)
> 
>   TIA.
> 
> [1] news:udlvci28as8@dr-wily.mit.edu
> http://permalink.gmane.org/gmane.linux.debian.science/5353
> [2] http://bugs.debian.org/680400

At least for udav it should be enough to schedule binNMU:

Control files: lines which differ (wdiff format)

Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), [-libhdf5-7 (>= 1.8.7),-] 
{+libhdf5-7,+} libmgl5 (>= 1.11), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 
4:4.5.3), libstdc++6 (>= 4.1.1)
Installed-Size: [-791-] {+758+}

Regards,
Salvatore


signature.asc
Description: Digital signature


Re: Renaming packages: maintscripts

2012-09-02 Thread Salvatore Bonaccorso
Hi Michael

On Sun, Sep 02, 2012 at 02:18:56PM +0400, Michael Tokarev wrote:
> It's been not once when I hit an issue described below.
> Now I hit it in one of the packages I maintain, but so
> far I can't figure out a good solution for it.
> 
> The issue is with package renaming and handling of dpkg
> maintscripts.
> 
> Having in mind typical renaming scenario: package A has
> been renamed to B, and transitional package A' has been
> created - dummy which merely depends on B, so that upgrades
> work fine.  B breaks A before the transitional version,
> so dependencies ensures that A and B aren't installed
> at the same time.
> 
> Everything works fine indeed till someone tries to install
> B on a system where A is installed, without upgrading A
> to A'.  Apt solves the Breaks by removing A, but not purging
> it.  So we're left with dpkg maintscripts from A.
> 
> And quite often, on purge, maintscripts removes config files
> (especially ucf-managed) and performs other cleanup.  But all
> that should not be done, since it will now break B!
> 
> Basically I want to ensure that if one installs package B to
> a system with A installed, A should be upgraded to A' at the
> same time.  This works when upgrading A to A' (satisfying A'
> dependency and installing B), but does not work when installing
> B alone when A is installed.
> 
> Only this way it is possible to work around old maintscripts
> in the renamed package.
> 
> But I don't see a way to satisfy this.  Something I didn't think
> of ?

I see in the paragraph above you talk about Breaks. Do you also have
an according Replaces in place? See [1] and [2].

 [1]: http://wiki.debian.org/Renaming_a_Package
 [2]: http://www.debian.org/doc/debian-policy/ch-relationships.html#s7.6.1

Does this helps?

Regards,
Salvatore


signature.asc
Description: Digital signature


Re: Bug#681944: ITP: libregexp-debugger-perl -- Perl module providing interactive run-time visualizations of regular expressions

2012-07-18 Thread Salvatore Bonaccorso
Hi Jonas

On Wed, Jul 18, 2012 at 05:26:19PM +0200, Jonas Smedegaard wrote:
> On 12-07-18 at 07:49am, Salvatore Bonaccorso wrote:
> >   Description : Perl module providing interactive run-time 
> > visualizations of regular expressions
> 
> Short description is quite long.

Yes, I should improve that as soon I have some better idea wha to
write :-)

> > Regexp::Debuger is a module that helps tame unruly regexes by providing live
>   ^^^
> 
> Looks like a typo: missing a "g" in Debugger.

Ups, yes. Will fix that.

> Sounds like a great Perl module :-D

Yes indeed! You can have a look at Damian's short presentation (search
for 'Damian Conway Regexp::Debugger YAPC::NA 2012').

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#681944: ITP: libregexp-debugger-perl -- Perl module providing interactive run-time visualizations of regular expressions

2012-07-17 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libregexp-debugger-perl
  Version : (not yet released)
  Upstream Author : Damian Conway 
* URL : http://search.cpan.org/dist/Regexp-Debugger/
* License : Artistic or GPL-1+ (but not yet released)
  Programming Lang: Perl
  Description : Perl module providing interactive run-time visualizations 
of regular expressions

Regexp::Debuger is a module that helps tame unruly regexes by providing live
interactive run-time visualizations of any regex in a Perl code. The debugger
allows one to  track capture variables, follow recursive subpattern matches,
set break-points within a regex match, and even step backwards through the
matching process to work out exactly where things started going so horribly
wrong.

This module is not yet published but will be probably after oscon[1].

 [1]: http://www.oscon.com/oscon2012/public/schedule/detail/23270

I will package it unter the Debian Perl Group umbrella.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1342591395.183946.22876@elende



Bug#674123: ITP: libdata-util-perl -- selection of utilities for data and data types

2012-05-23 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdata-util-perl
  Version : 0.59
  Upstream Author : Goro Fuji(gfx) .
* URL : http://search.cpan.org/dist/Data-Util/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : selection of utilities for data and data types

Data::Util provides utility functions for data and data types,
including functions for subroutines and symbol table hashes (stashes).

The implementation of this module is both Pure Perl and XS, so if
you have a C compiler, all the functions this module provides are
really faster.

This is a new dependency for libsvn-hooks-perl.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1337761444.338696.14688@elende



Bug#662797: ITP: libfile-inplace-perl -- Perl module to ease editing a file in-place

2012-03-06 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libfile-inplace-perl
  Version : 0.20
  Upstream Author : Chip Turner 
* URL : http://search.cpan.org/dist/File-Inplace/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to ease editing a file in-place

File::Inplace is a perl module intended to ease the common task of editing a
file in-place. Inspired by variations of perl's -i option, this module is
intended for somewhat more structured and reusable editing than command line
perl typically allows. File::Inplace endeavors to guarantee file integrity;
that is, either all of the changes made will be saved to the file, or none
will. It also offers functionality such as backup creation, automatic field
splitting per-line, automatic chomping/unchomping, and aborting edits
partially through without affecting the original file.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1331040995.66832.20692@elende



Re: alioth is down (again)

2012-01-29 Thread Salvatore Bonaccorso
Hi Andrew

On Sun, Jan 29, 2012 at 03:53:21PM -0500, Andrew Starr-Bochicchio wrote:
> On Sun, Jan 29, 2012 at 3:13 PM, Martin Zobel-Helas  wrote:
> > Hi,
> >
> > On Sun Jan 29, 2012 at 20:40:57 +0100, Poison Bit wrote:
> >> On Sun, Jan 29, 2012 at 2:15 PM, Stephen Gran  wrote:
> >>   Second, a suggestion or some brain dump about ideas on howto improve
> >> the issues communication:
> >>
> >>   I imagine the scenario, where some DD is trying to work from any
> >> place in the world. Nowadays, there are many points to check if a
> >> service is not working... is it my last upgrade? is it my last config
> >> change? is it my ISP? is it some intermediate ISP? is it the service
> >> that is really down? of course, this kind of email notifications are
> >> just fine to notify a known issue.
> >>
> >>    So I ask myself... the reason to do not run "any" public monitoring
> >> system, is much increase in the workload of the sysadmins ?  There are
> >> different approaches to do it...
> >
> > There is a monitoring, but it seems most DDs and non-DDs do not care and
> > start to pester the admins directly [1].
> >
> > URL and access to the monitoring is documented publicly.
> 
> Do you mean: http://db.debian.org/machines.cgi
> 
> If so, it's not reporting vasks as down, but that still seems to be
> the case. If you're referring to something else, I'd love to know
> about it.

Martin Zobel-Helas is probably refering to the DSA Wiki [1].

 [1] http://dsa.debian.org/

Hope that helps,
Salvatore


signature.asc
Description: Digital signature


Bug#653442: ITP: libglib-object-introspection-perl -- Perl module to dynamically create Perl language bindings

2011-12-28 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libglib-object-introspection-perl
  Version : 0.005
  Upstream Author : Emmanuele Bassi, Torsten Schönfel, muppet 
* URL : http://search.cpan.org/dist/Glib-Object-Introspection/
* License : LGPL-2.1+
  Programming Lang: Perl
  Description : Perl module to dynamically create Perl language bindings

Glib::Object::Introspection uses the gobject-introspection and libffi
projects to dynamically create Perl bindings for a wide variety of
libraries. Examples include gtk+, webkit, libsoup and many more.

Note: this module would be needed as dependency for libgtk3-perl Perl module.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1325070723.45398.11359@elende



Bug#646623: ITP: libtap-formatter-html-perl -- TAP Test Harness output delegate for html output

2011-10-25 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtap-formatter-html-perl
  Version : 0.09
  Upstream Author : Steve Purkis 
* URL : http://search.cpan.org/dist/TAP-Formatter-HTML/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : TAP Test Harness output delegate for html output

TAP::Formatter::HTML provides HTML output formatting for TAP::Harness (a
replacement for Test::Harness. It is largely based on ideas from
TAP::Test::HTMLMatrix (which was built on Test::Harness and thus had a few
limitations - hence this module). For sample output, see:

http://www.spurkis.org/TAP-Formatter-HTML/test-output.html

This module is targeted at all users of automated test suites. It's meant to
make reading test results easier, giving you a visual summary of your test
suite and letting you drill down into individual failures.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1319572658.756464.17439@elende



Bug#645621: ITP: libnet-ssh-perl-perl -- Perl module implementing a Perl client interface to SSH

2011-10-17 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libnet-ssh-perl-perl
  Version : 1.34
  Upstream Author : David Robins 
* URL : http://search.cpan.org/dist/Net-SSH-Perl/
* License : GPL-1+ or Artistic
  Programming Lang: Perl
  Description : Perl module implementing a Perl client interface to SSH

Net::SSH::Perl is an all-Perl module implementing an SSH (Secure Shell)
client. It is compatible with both the SSH-1 and SSH-2 protocols.

Net::SSH::Perl enables you to simply and securely execute commands on remote
machines, and receive the STDOUT, STDERR, and exit status of that remote
command. It contains built-in support for various methods of authenticating
with the server (password authentication, RSA challenge-response
authentication, etc.). It completely implements the I/O buffering, packet
transport, and user authentication layers of the SSH protocol, and makes use
of external Perl libraries (in the Crypt:: family of modules) to handle
encryption of all data sent across the insecure network. It can also read
your existing SSH configuration files (/etc/ssh_config, etc.), RSA identity
files, DSA identity files, known hosts files, etc.

This module is needed as dependency for libvirt-tck (#645059) testsuite.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1318856315.198900.10098@elende



Bug#645233: ITP: libaccessors-perl -- Perl module to create accessor methods in caller's package

2011-10-13 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libaccessors-perl
  Version : 1.01
  Upstream Author : Steve Purkis 
* URL : http://search.cpan.org/dist/accessors/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to create accessor methods in caller's package

The accessors pragma lets you create simple accessors at compile-time.

This saves you from writing them by hand, which tends to result in
cut-n-paste errors and a mess of duplicated code. It can also help you reduce
the ammount of unwanted direct-variable access that may creep into your
codebase when you're feeling lazy. accessors was designed with laziness in
mind.

Method-chaining accessors are generated by default. Note that you can still
use accessors::chained directly for reasons of backwards compatability.

See accessors::classic for accessors that always return the current value if
you don't like method chaining.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1318527696.995800.5491@elende



Bug#644958: ITP: libconfig-record-perl -- Perl module for configuration file access

2011-10-10 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: 
debian-devel@lists.debian.org,debian-p...@lists.debian.org,a...@sigxcpu.org

* Package name: libconfig-record-perl
  Version : 1.1.2
  Upstream Author : Daniel P. Berrange 
* URL : http://search.cpan.org/dist/Config-Record/
* License : GPL-2+
  Programming Lang: Perl
  Description : Perl module for configuration file access

Config::Record provides an API for loading and saving of simple configuration
file records. Entries in the configuration file are essentially key, value
pairs, with the key and values separated by a single equals symbol. The key
consists only of alphanumeric characters. There are three types of values:
scalar values, array values and hash values.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1318315544.67615.26711@elende



Bug#639829: ITP: libio-prompter-perl -- Perl module to prompt for input, read it, clean it, return it

2011-08-30 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libio-prompter-perl
  Version : 0.001001
  Upstream Author : Damian Conway 
* URL : http://search.cpan.org/dist/IO-Prompter/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to prompt for input, read it, clean it, return 
it

IO::Prompter exports a single subroutine, prompt, that prints a prompt (but
only if the program's selected input and output streams are connected to a
terminal), then reads some input, then chomps it, and finally returns an
object representing that text.

The prompt() subroutine expects zero-or-more arguments.

Any argument that starts with a hyphen (-) is treated as a named option (many
of which require an associated value, that may be passed as the next
argument). See "Summary of options" and "Options reference" for details of
the available options.

Any other argument that is a string is treated as (part of) the prompt to be
displayed. All such arguments are concatenated together before the prompt is
issued. If no prompt string is provided, the string '> ' is used instead.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1314722647.638033.3451@elende



Bug#629996: ITP: libnet-dropbox-api-perl -- Perl module providing a dropbox API interface

2011-06-09 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libnet-dropbox-api-perl
  Version : 1.6
  Upstream Author : Lenz Gschwendtner 
* URL : http://search.cpan.org/dist/Net-Dropbox-API/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module providing a dropbox API interface

Net::Dropbox::API is a perl interface to the Dropbox API. The Dropbox
API is a OAuth based API.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1307687020.637497.20340@elende



Bug#615038: ITP: libbrowser-open-perl -- Perl module to open a browser in a given URL

2011-02-24 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libbrowser-open-perl
  Version : 0.03
  Upstream Author : Pedro Melo 
* URL : http://search.cpan.org/dist/Browser-Open/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to open a browser in a given URL

The functions optionaly exported by Browser::Open allows you to open URLs in
the user browser.
.
A set of known commands per OS-name is tested for presence, and the first one
found is executed. With an optional parameter, all known commands are
checked.
.
The "open_browser" uses the system() function to execute the command. If you
want more control, you can get the command with the "open_browser_cmd" or
"open_browser_cmd_all" functions and then use whatever method you want to
execute it.

Note: This module is needed for updated libapp-nopaste-perl module.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1298618328.891023.30601@elende



Bug#609057: ITP: gsh -- remote shell multiplexor

2011-01-05 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: gsh
  Version : 0.3.1
  Upstream Author : Guillaume Chazarain 
* URL : http://guichaz.free.fr/gsh
* License : GPL-2+
  Programming Lang: Python
  Description : remote shell multiplexor

Group Shell (also called gsh) is a remote shell multiplexor. It lets you
control many remote shells at once in a single shell. Unlike other
commands dispatchers, it is interactive, so shells spawned on the remote
hosts are persistent. It requires only a SSH server on the remote hosts,
or some other way to open a remote shell.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110105211317.26016.27671.report...@elende.valinor.li



Bug#607815: ITP: libapp-rad-perl -- Perl module for rapid and easy creation of command line applications

2010-12-22 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libapp-rad-perl
  Version : 1.04
  Upstream Author : Breno G. de Oliveira 
* URL : http://search.cpan.org/dist/App-Rad/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for rapid and easy creation of command line 
applications

App::Rad aims to be a simple yet powerful framework for developing your
command-line applications. It can easily transform your Perl one-liners into
reusable subroutines than can be called directly by the user of your program.

It also tries to provide a handy interface for your common command-line
tasks. If you have a feature request to easen out your tasks even more,
please drop me an email or a RT feature request.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1293031524.927074.8...@elende



Bug#607469: ITP: libnet-vnc-perl -- Perl module implementing a simple VNC client

2010-12-18 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libnet-vnc-perl
  Version : 0.37
  Upstream Author : Leon Brocard a...@astray.com, Chris Dolan clo...@cpan.org
* URL : http://search.cpan.org/dist/Net-VNC/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module implementing a simple VNC client

Virtual Network Computing (VNC) is a desktop sharing system which uses the
RFB (Remote FrameBuffer) protocol to remotely control another computer.
Net::VNC acts as a VNC client and communicates to a VNC server using the RFB
protocol, allowing you to capture the screen of the remote computer.

This module dies upon connection errors (with a timeout of 15 seconds) and
protocol errors.

This implementation is based largely on the RFB Protocol Specification,
http://www.realvnc.com/docs/rfbproto.pdf. That document has an error in the
DES encryption description, which is clarified via
http://www.vidarholen.net/contents/junk/vnc.html.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1292695541.53175.8...@elende



Bug#602802: ITP: nodau -- simple console based note taking program

2010-11-08 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: nodau
  Version : 0.2
  Upstream Author : Lisa Milne 
* URL : http://sandbox.ltmnet.com/nodau
* License : GPL-3
  Programming Lang: C++
  Description : simple console based note taking program


Nodau is a simple console based note taking program, it allows you to
easily create, edit, and view notes, and search them by name or date.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101108101546.3591.84371.report...@elende.valinor.li



Bug#601899: ITP: liblist-maker-perl -- Perl module to generate more sophisticated lists than just $a..$b

2010-10-30 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblist-maker-perl
  Version : 0.0.5
  Upstream Author : Damian Conway  
* URL : http://search.cpan.org/dist/List-Maker/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module to generate more sophisticated lists than just 
$a..$b

The List::Maker module hijacks Perl's built-in file globbing syntax (< *.pl >
and glob '*.pl') and retargets it at list creation.

The rationale is simple: most people rarely if ever glob a set of files, but
they have to create lists in almost every program they write. So the list
construction syntax should be easier than the filename expansion syntax.

Alternatively, you can load the module with an explicit name, and it creates
a subroutine of that name that builds the same kinds of lists for you
(leaving the globbing mechanism unaltered).



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1288469966.166980.11...@elende



Bug#601788: ITP: libdata-show-perl -- Dump data structures with name and point-of-origin

2010-10-29 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdata-show-perl
  Version : 0.001002
  Upstream Author : Damian Conway 
* URL : http://search.cpan.org/dist/Data-Show/
* License : FIXME
  Programming Lang: Perl
  Description : Dump data structures with name and point-of-origin

Data::Show provides a simple wrapper around the Data::Dump module.

A call to show data-dumps its arguments, prefaced by a divider line that
reports the arguments and the file and line from which show() was called.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1288371854.428060.31...@elende



Re: Any information if Marcela Tiznado (m...@debian.org) still around? (package 'when')

2010-10-12 Thread Salvatore Bonaccorso
Hi Asheesh

On Tue, Oct 12, 2010 at 01:13:24AM -0400, Asheesh Laroia wrote:
> On Fri, 8 Oct 2010, Salvatore Bonaccorso wrote:
>
>> Any Ideas how I can proceede?
>
> Hi Salvatore,
>
> That's a long diff! I'm swamped right now.
>
> I would suggest asking the debian-qa team, either by joining their email  
> list and asking them there, or by joining the IRC channel. More at  
> http://wiki.debian.org/qa.debian.org/Join
>
> It's really good of you to provide updates to packages whose maintainers  
> seem to have gone missing. That can be a thankless task, so I want to be  
> sure to say thanks right now. (-:
>
> In particular, Salvatore, you should take a look at  
> http://wiki.debian.org/qa.debian.org/MIATeam and the "Fixed  
> ping-intervals" that it establishes.

I had an email reply from Marcela (cc'ed), and she gave when up to
adoption. I uploaded the new version now, and would like to thank
Marcela for the work so far!

Thank you and bests
Salvatore


signature.asc
Description: Digital signature


Re: Any information if Marcela Tiznado (m...@debian.org) still around? (package 'when')

2010-10-08 Thread Salvatore Bonaccorso
Hi Marcela, hi all

On Fri, Aug 06, 2010 at 04:59:42PM +0200, Salvatore Bonaccorso wrote:
> Since beginning of june I'm trying to reach Marcela for the 'when'
> package. The last reply I got from her was on 2nd of june, replying on
> my request of updating 'when' package if possible, and she said, if I
> want, that I can prepare a package and she would sponsor it.
> 
> I uploaded the package to mentors.d.n [1], which updates the packaging
> and fixes some of the bugs in BTS, in particular new upstream version
> and the 'should be Architecture:all' bug, and some others [2].
> 
> Since then I did not get any reply anymore from Marcela, does someone
> know if she is still around? It is not my intention to hijack the
> package, so I'm fine to remove myself from Uploaders or so, but would
> be great if some of the bugs there can be fixed, even if not RC bugs.
> 
> Any hints on how I could procede? I know, as now squeeze is anyway is
> frozen, it may be impossible anyway to get updated and fixed package
> in squeeze, but that could be tried in accord to the release-team.
> 
>  [1] 
> http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=when
>  [2] http://bugs.debian.org/when

Its now some months since beginning of june. I have prepared in the
meanwhile a new usptream version 1.2.21, but I do not know how to best
proceede. I'm not fine with 'hijacking' the package but if Marcela is
not interested anymore in maintaining it I would gladly take over the
maintainership. For the package I only added myself to Uploaders and
asked Marcela if she is interested to have a co-maint for it.

I once got a just in August that Marcela is currently busy but will
have a look at the package I prepared, but then heard again anything
from her.

The package fixes e.g. the 'should be Architecture:all' bug and others
as mentioned above.

Here is the full changelog of the changes I applied. I know that
anyway now it is not anymore possible to have this updated version in
squeeze, as now already to late.

when (1.1.21-1) unstable; urgency=low

  * New upstream release (Closes: #583646).
- Adds option to not display e.g. periodic items (Closes: #439115).
  * Add myself to Uploaders.
  * Bump compat level to 7. Simplify debian/rules to tiny format.
  * Convert to '3.0 (quilt)' source package format.
  * debian/control:
- Architecture: all as package contains only architecture-independent
  files (Closes: #451606).
- Add Homepage field to source package stanza.
- Correct long description of package (Closes: #503271).
- Add ${perl:Depends} substitution variable for dh_perl in Depends field.
- Bump versioned dependency on debhelper to debhelper (>= 7.0.50) for
  override targets.
  * debian/rules: override target for dh_auto_test to no run the tests.
  * Don't install README anymore.
  * Add fix_517481_typo_in_localization.patch to fix a typo in localization
for spanish translations. Thanks to Mauro Lizaur 
for reporting (Closes: #517481).
  * Bump Standards-Version to 3.9.1.
  * Add debian/watch only explaining in comments that new upstream version
currently cannot be monitored.
  * debian/copyright:
- Update debian/copyright to revision 135 of format-specification in
  DEP5 for machine readable copyright file.
- Update copyright years and add alternate licensing to
  Artistic license.
    - Explicit point to the GPL-1 text in common-licenses as by Debian
  Policy 3.9.1.
- Refer to Debian systems in general.

 -- Salvatore Bonaccorso   Fri, 08 Oct 2010 
08:47:53 +0200

Any Ideas how I can proceede? 

Bests
Salvatore


signature.asc
Description: Digital signature


Re: problem with cowbuilder and ccache in sid

2010-09-09 Thread Salvatore Bonaccorso
Hi Christoph

On Thu, Sep 09, 2010 at 06:24:36PM +0200, Christoph Goehre wrote:
> since the last update run in my sid cowbuilder, ccache didn't work fine.
> So, how to debug? I just print out the $PATH and $CCACHE_DIR vars with
> debian/rules and I wounder. It looks like this:
> 
> sid cowbuilder:
>  PATH is: /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games   
>  CCACHE_DIR is: /var/cache/pbuilder/ccache
> 
> squeeze cowbilder:
>  PATH is: /usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
>  CCACHE_DIR is: /var/cache/pbuilder/ccache
> 
> Well, somebody is eating /u/l/ccache. The configuration files for both
> cowbuilder are equal.
> 
> And the most strange think: If I open a shell after the build process
> (via B11screen), the $PATH in sid looks good (with /u/l/ccache)!?
> 
> Anybody around with the same or similar problem?

Did you had also sudo in the update? If yes, see the NEWS file, there
was a change regarding the handling of $HOME and $MAIL. See:

http://packages.qa.debian.org/s/sudo/news/20100908T204747Z.html

Does this helps?

Bests
Salvatore


signature.asc
Description: Digital signature


Re: Bug#594897: ITP: icinga -- A host/service/network monitoring framework forked from Nagios

2010-08-30 Thread Salvatore Bonaccorso
Hi Daniel

On Mon, Aug 30, 2010 at 03:53:16PM +0200, Daniel Keyhani wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Daniel Keyhani 
> 
> 
> * Package name: icinga
>   Version : 1.0.2
>   Upstream Author : Icinga Development Team 
> * URL : http://www.icinga.org/
> * License : GPL
>   Programming Lang: C
>   Description : A host/service/network monitoring framework forked from 
> Nagios
> 
> Icinga is an enterprise grade open source monitoring system which keeps watch 
> over a network and any 
> conceivable network resource, notifies the user of errors and recoveries, and 
> generates performance 
> data for reporting. Scalable and extensible, Icinga can monitor complex, 
> large environments across 
> dispersed locations. In a nutshell, Icinga allows you to:
> 
> Monitor – any network and all its resources
> 
> * Network services: SMTP, POP3, HTTP, SNMP, NNTP, PING, etc.
> * Host resources: CPU load, disk utilization, system logs, etc
> * Server components: Switches, routers, temperature and humidity sensors, 
> etc
> 
> Notify – when issues arise and are resolved
> 
> * Through any channel (Email, SMS, phone call, etc)
> * Escalate alerts to other users or communication channels
> * Fine tune notification settings (accounting for dependencies between 
> hosts & services)
> 
> Report – on performance and plan ahead
> 
> * Capacity utilization to plan for growth
> * Chart graphs with addons like PNP or Grapher
> 
> Icinga is a fork of Nagios and is backward compatible. So, Nagios 
> configurations, plugins and addons 
> can all be used with Icinga. Though Icinga retains all the existing features 
> of its predecessor, it 
> builds on them to add many long awaited patches and features requested by the 
> user community.
> 
> = (the above text copy-pasted from the icinga.org About page =
> 
> I propose to package the files from the main Icinga source distribution as 
> follos:
> 
> icingameta-package which installs icinga-core and icinga-cgi
> icinga-core   core icinga binary and basic configuratio
> icinga-cgi"old" cgi web interface, arch-dependent files, depends on 
> icinga-html
> icinga-html   "old" cgi web interface, arch-independent files (HTML, JS etc.)
> icinga-ido2db ido2db daemon and configuration for interfacing with an RDBMS 
> (optional)
> icinga-apiPHP API required for operation of the new web interface 
> (optional)
> 
> Packaging and creation of basic config for icinga-core is essentially done. 
> The icinga-cgi
> package needs work - the webapp best practices site appears to be 
> unavailable, and so far
> the CGI binaries and their config are merely copied to appropriate locations. 
> The
> icinga-ido2db package is ready, but I plan to use debconf to configure it 
> appropriately
> for the RDBMS in use (mysql and pgsql are supported). The icinga-api package 
> is untested so far.
> 
> Lintian reports a licensing problem due to GPL code linked with OpenSSL; this 
> is due to the
> compiled-in optional SSL support for the idomod to ido2db communication. I 
> will try to have
> the license changed appropriately, depending on whether this code uses the 
> Nagios license
> or is Icinga-specific code, or build without SSL support. I may eventually 
> patch in GNUTLS
> support if I do the latter.

Please note that icinga is already packaged for Debian:

rmadison icinga
icinga |1.0.2-1 |   testing | source, amd64, armel, hppa, i386, 
ia64, mips, mipsel, powerpc, s390, sparc
icinga |1.0.2-1 |  unstable | source, alpha, amd64, armel, hppa, 
i386, ia64, mips, mipsel, powerpc, s390, sparc
icinga |1.0.3-1 |  experimental | source, alpha, amd64, armel, i386, 
ia64, mipsel, s390, sparc

HTH, bests
Salvatore


signature.asc
Description: Digital signature


Re: Any information if Marcela Tiznado (m...@debian.org) still around? (package 'when')

2010-08-06 Thread Salvatore Bonaccorso
Hi all

On Fri, Aug 06, 2010 at 04:59:42PM +0200, Salvatore Bonaccorso wrote:
> Since beginning of june I'm trying to reach Marcela for the 'when'
> package. The last reply I got from her was on 2nd of june, replying on
> my request of updating 'when' package if possible, and she said, if I
> want, that I can prepare a package and she would sponsor it.
> 
> I uploaded the package to mentors.d.n [1], which updates the packaging
> and fixes some of the bugs in BTS, in particular new upstream version
> and the 'should be Architecture:all' bug, and some others [2].
> 
> Since then I did not get any reply anymore from Marcela, does someone
> know if she is still around? It is not my intention to hijack the
> package, so I'm fine to remove myself from Uploaders or so, but would
> be great if some of the bugs there can be fixed, even if not RC bugs.
> 
> Any hints on how I could procede? I know, as now squeeze is anyway is
> frozen, it may be impossible anyway to get updated and fixed package
> in squeeze, but that could be tried in accord to the release-team.

I just got a reply from her, that real-life is taking her at the
moment really busy, but she is still around.

Bests and thanks!
Salvatore


signature.asc
Description: Digital signature


Any information if Marcela Tiznado (m...@debian.org) still around? (package 'when')

2010-08-06 Thread Salvatore Bonaccorso
Hi Marcela, hi all

I'm Cc'ing Marcela.

Since beginning of june I'm trying to reach Marcela for the 'when'
package. The last reply I got from her was on 2nd of june, replying on
my request of updating 'when' package if possible, and she said, if I
want, that I can prepare a package and she would sponsor it.

I uploaded the package to mentors.d.n [1], which updates the packaging
and fixes some of the bugs in BTS, in particular new upstream version
and the 'should be Architecture:all' bug, and some others [2].

Since then I did not get any reply anymore from Marcela, does someone
know if she is still around? It is not my intention to hijack the
package, so I'm fine to remove myself from Uploaders or so, but would
be great if some of the bugs there can be fixed, even if not RC bugs.

Any hints on how I could procede? I know, as now squeeze is anyway is
frozen, it may be impossible anyway to get updated and fixed package
in squeeze, but that could be tried in accord to the release-team.

 [1] 
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=when
 [2] http://bugs.debian.org/when

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#587214: ITP: libppix-utilities-perl -- Perl module containing extensions to PPI

2010-06-26 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libppix-utilities-perl
  Version : 1.01
  Upstream Author : Elliot Shank 
* URL : http://search.cpan.org/dist/PPIx-Utilities/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module containing extensions to PPI

This is a collection of functions for dealing with PPI objects, many of which
originated in Perl::Critic. They are organized into modules by the kind of
PPI class they relate to, by replacing the "PPI" at the front of the module
name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in
PPIx::Utilities::Node.

Note: libppix-utilities-perl will be needed as dependency for updated
  libperl-critic- perl module and thus needs to be packaged.




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1277548172.512264.28...@elende



Bug#586750: ITP: libregexp-grammars-perl -- Perl module to add grammatical parsing features to Perl 5.10 regexes

2010-06-22 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libregexp-grammars-perl
  Version : 1.002
  Upstream Author : Damian Conway 
* URL : http://search.cpan.org/dist/Regexp-Grammars/
* License : Perl (Artistic or GPL-1+)
  Programming Lang: Perl
  Description : Perl module to add grammatical parsing features to Perl 
5.10 regexes

Regexp::Grammars adds a small number of new regex constructs that can be used
within Perl 5.10 patterns to implement complete recursive-descent parsing.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1277195569.381249.12...@elende



Bug#580650: ITP: libgraph-easy-as-svg-perl -- Output a Graph::Easy as Scalable Vector Graphics (SVG)

2010-05-07 Thread Salvatore Bonaccorso
Package: wnpp
Owner: Salvatore Bonaccorso 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libgraph-easy-as-svg-perl
  Version : 0.23
  Upstream Author : Copyright (C) 2004 - 2008 by Tels L<http://bloodgate.com>
* URL : http://search.cpan.org/dist/Graph-Easy-As_svg/
* License : GPL-2+
  Programming Lang: Perl
  Description : Output a Graph::Easy as Scalable Vector Graphics

Graph::Easy::As_svg contains just the code for converting a Graph::Easy object
to a SVG (Scalable Vector Graphics) text.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1273239709.886243.4...@elende



Bug#560279: ITP: libenv-path-perl -- Perl module implementing advanced operations on path variables

2009-12-09 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libenv-path-perl
  Version : 0.18
  Upstream Author : David Boyce 
* URL : http://search.cpan.org/dist/Env-Path/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module implementing advanced operations on path 
variables

 Env::Path presents an object-oriented interface to path variables, defined as
 that subclass of environment variables which name an ordered list of
 filesystem elements separated by a platform-standard separator.
 .
 Env::Path is for cases where you need to insert or remove interior path 
entries,
 strip redundancies, operate on a pathvar without having to know whether the 
current
 platform uses ":" or ";", operate on a pathvar which may have a different name 
on
 different platforms, etc.

Note: This module is needed as dependency for 'cope'.



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



Bug#556440: ITP: tuxcmd-modules-unrar -- unrar VFS module for tuxcmd file manager

2009-11-15 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: tuxcmd-modules-unrar
  Version : 0.6.70
  Upstream Author : TomáB?atek
* URL : http://tuxcmd.sourceforge.net/download.php
* License : GPL and non-free RAR license
  Programming Lang: C/C++
  Description : unrar VFS module for tuxcmd file manager

 This package contains additional unrar VFS module for tuxcmd.
 . 
  *  read-only support for RAR archives
  *  full support for Unix file and directory permissions
  *  password protected archives are supported
  *  can handle self-extracting .exe archives (when renamed
 to .rar)

Note:
Upstream for tuxcmd splitted now up tuxcmd-modules into a
tuxcmd-modules and tuxcmd-modules-unrar part. This will alow to keep
tuxcmd-modules in main (previously I repackaged tuxcmd-modules to
remove non-free parts) and have an additional tuxcmd-modules-unrar,
which should be in non-free. This furthermore closes a whishlist
bugreport (#533569).



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



Re: RFC: DEP-3: Patch Tagging Guidelines

2009-07-04 Thread Salvatore Bonaccorso
Hi Charles

On Sat, Jul 04, 2009 at 10:55:13PM +0900, Charles Plessy wrote:
> Le Sat, Jul 04, 2009 at 02:58:28AM +0200, gregor herrmann a écrit :
> > 
> > Maybe I'm too lazy but I'd rather use
> > Bug: #123456
> > Bug_CPAN: #12345
> 
> Note that for Sourceforge, it seems that more than one number is required. For
> instance, for the bug 1215086, only the second of the below URLs work:
> https://sourceforge.net/tracker/?func=detail&aid=1215086
> https://sourceforge.net/tracker/?func=detail&aid=1215086&group_id=133157&atid=726404

Having only the bugnumber should work too, but the URL is then:
https://sourceforge.net/support/tracker.php?aid=1215086

Hope that helps,
Kind regards
Salvatore


signature.asc
Description: Digital signature


Bug#532839: ITP: libcrypt-rsa-perl -- Perl module implementing the RSA public-key cryptosystem

2009-06-11 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libcrypt-rsa-perl
  Version : 1.97
  Upstream Author : Vipul Ved Prakash 
* URL : http://search.cpan.org/dist/Crypt-RSA/
* License : Artistic | GPL-1+
  Programming Lang: Perl
  Description : Perl module implementing the RSA public-key cryptosystem

 Crypt::RSA is a pure-perl, cleanroom implementation of the RSA
 public-key cryptosystem. It uses Math::Pari(3), a perl interface to the
 blazingly fast PARI library, for big integer arithmetic and number
 theoretic computations.
 .
 Crypt::RSA provides arbitrary size key-pair generation, plaintext-aware
 encryption (OAEP) and digital signatures with appendix (PSS). For
 compatibility with SSLv3, RSAREF2, PGP and other applications that
 follow the PKCS #1 v1.5 standard, it also provides PKCS #1 v1.5
 encryption and signatures.
 .
 Crypt::RSA is structured as bundle of modules that encapsulate different
 parts of the RSA cryptosystem. The RSA algorithm is implemented in
 Crypt::RSA::Primitives(3). Encryption schemes, located under
 Crypt::RSA::ES, and signature schemes, located under Crypt::RSA::SS, use
 the RSA algorithm to build encryption/signature schemes that employ
 secure padding. (See the note on Security of Padding Schemes.)
 .
 The key generation engine and other functions that work on both
 components of the key-pair are encapsulated in Crypt::RSA::Key(3).
 Crypt::RSA::Key::Public(3) & Crypt::RSA::Key::Private(3) provide
 mechanisms for storage & retrival of keys from disk, decoding & encoding
 of keys in certain formats, and secure representation of keys in memory.
 Finally, the Crypt::RSA module provides a convenient, DWIM wrapper
 around the rest of the modules in the bundle.



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



Bug#532532: ITP: libacme-progressbar-perl -- Perl module providing a s simple progress bar

2009-06-09 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libacme-progressbar-perl
  Version : 1.125
  Upstream Author : Ricardo SIGNES 
* URL : http://search.cpan.org/dist/Acme-ProgressBar/
* License : Artistic | GPL-1+
  Programming Lang: Perl
  Description : Perl module providing a simple progress bar
 Acme::ProgressBar provides a simple solution designed to provide accurate
 countdowns. No progress bar object needs to be created, and all the
 calculation of progress through total time required is handled by the module
 itself.



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



Bug#532268: ITP: yapet -- Yet Another Password Encryption Tool

2009-06-07 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: yapet
  Version : 0.3
  Upstream Author : Rafael Ostertag 
* URL : http://www.guengel.ch/myapps/yapet/
* License : GPL-3+
  Programming Lang: C++
  Description : Yet Another Password Encryption Tool

Yapet is a curses based password encryption tool using the Blowfish
encryption algorithm to store password records encrypted on disk. Its
primary aim is to provide a safe way to store passwords in a file on
disk while having a small footprint.



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



Bug#532028: ITP: libtest-kwalitee-perl -- a perl module to test the quality of your distribution

2009-06-05 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libtest-kwalitee-perl
  Version : 1.01
  Upstream Author : chromatic 
* URL : http://search.cpan.org/dist/Test-Kwalitee/
* License : Perl
  Programming Lang: Perl
  Description : a perl module to test the quality of your distribution
 Kwalitee is an automatically-measurable gauge of how good your software is.
 That's very different from quality, which a computer really can't measure in
 a general sense. (If you can, you've solved a hard problem in computer
 science.)
 .
 In the world of the CPAN, the CPANTS project (CPAN Testing Service; also a
 funny acronym on its own) measures Kwalitee with several metrics. If you plan
 to release a distribution to the CPAN -- or even within your own organization
 -- testing its Kwalitee before creating a release can help you improve your
 quality as well.
 .
 Test::Kwalitee and a short test file will do this for you automatically.



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



Bug#531763: ITP: liblatex-driver-perl -- driver module that encapsulates the details of formatting a LaTeX document

2009-06-03 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: liblatex-driver-perl
  Version : 0.08
  Upstream Author : Andrew Ford 
* URL : http://search.cpan.org/dist/LaTeX-Driver-0.08/
* License : Perl
  Programming Lang: Perl
  Description : driver module that encapsulates the details of formatting a 
LaTeX document

 The LaTeX::Driver module encapsulates the details of invoking the Latex
 programs to format a LaTeX document. Formatting with LaTeX is complicated;
 there are potentially many programs to run and the output of those programs
 must be monitored to determine whether further processing is required.
 .
 LaTeX::Driver runs the required commands in the directory specified, either
 explicitly with the dirname option or implicitly by the directory part of
 basename, or in the current directory. As a result of the processing up to a
 dozen or more intermediate files are created. These can be removed with the
 cleanup method.
 .
 The LaTeX::Driver module takes care of running and re-running latex on
 a LaTeX document so that forward references, tables of contents, and
 lists of figures and tables are resolved.  It will also run bibtex and
 makeindex if it detects that a bibliography or in index have been
 specified, and will re-run latex again one or more times until the
 formatting of the document has stabilized.



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



Bug#531761: ITP: liblatex-encode-perl -- Perl module to encode characters for LaTeX formatting

2009-06-03 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: liblatex-encode-perl
  Version : 0.03
  Upstream Author : Andrew Ford 
* URL : http://search.cpan.org/dist/LaTeX-Encode/
* License : Perl
  Programming Lang: Perl
  Description : Perl module to encode characters for LaTeX formatting

 LaTeX::Encode provides a function to encode text that is to be formatted with
 LaTeX. It encodes characters that are special to LaTeX or that are
 represented in LaTeX by LaTeX commands.
 .
 The special characters are: \ (command character), { (open group), } (end
 group), & (table column separator), # (parameter specifier), % (comment
 character), _ (subscript), ^ (superscript), ~ (non-breakable space), $
 (mathematics mode).
 .
 Note that some of the LaTeX commands for characters are defined in the LaTeX
 textcomp package. If your text includes such characters, you will need to
 include the following lines in the preamble to your LaTeX document.
 .
  \usepackage[T1]{fontenc}
  \usepackage{textcomp}

This Perl module is needed to fullfill the csv2pdf requirements in
liblatex-table-perl.



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



Bug#531456: ITP: libmoose-policy-perl -- module to specify your project-wide or even company-wide Moose meta-policy

2009-06-01 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libmoose-policy-perl
  Version : 0.03
  Upstream Author : Stevan Little 
* URL : http://search.cpan.org/dist/Moose-Policy-0.03/
* License : Perl
  Programming Lang: Perl
  Description : module to specify your project-wide or even company-wide 
Moose meta-policy

 Moose::Policy allows you to specify your project-wide or even company-wide
 Moose meta-policy.
 .
 Most all of Moose's features can be customized through the use of custom
 metaclasses, however fiddling with the metaclasses can be hairy.
 Moose::Policy removes most of that hairiness and makes it possible to cleanly
 contain a set of meta-level customizations in one easy to use module.
 .
 This is still an release of this module and it should not be considered to be
 complete by any means. It is very basic implemenation at this point and will
 likely get more feature-full over time, as people request features. So if you
 have a suggestion/need/idea, please speak up.

Note: This Perl module is needed as for the ITP: liblatex-table-perl package.



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



Bug#531377: ITP: libconfigreader-simple-perl -- simple configuration file parser

2009-05-31 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libconfigreader-simple-perl
  Version : 1.27
  Upstream Author : brian d foy 
* URL : http://search.cpan.org/dist/ConfigReader-Simple-1.27/
* License : Perl
  Programming Lang: Perl
  Description : simple configuration file parser

ConfigReader::Simple reads and parses simple configuration files. It is
designed to be smaller and simpler than the ConfigReader module and is
more suited to simple configuration files.



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



Bug#531334: ITP: liblatex-table-perl -- Perl extension for the automatic generation of LaTeX tables

2009-05-31 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: liblatex-table-perl
  Version : 0.9.15
  Upstream Author : Markus Riester 
* URL : http://search.cpan.org/dist/LaTeX-Table/
* License : Perl
  Programming Lang: Perl
  Description : Perl extension for the automatic generation of LaTeX tables

 LaTeX::Table is a Perl extension for the automatic generation of LaTeX. tables
 .
 LaTeX makes professional typesetting easy. Unfortunately, this is not
 entirely true for tables and the standard LaTeX table macros have a rather
 limited functionality. LaTeX::Table supports many CTAN packages and hides the
 complexity of using them behind an easy and intuitive API.
 .
 Features:
 .
 This module supports multipage tables via the xtab or the longtable package.
 For publication quality tables, it uses the booktabs package. It also supports
 the tabularx and tabulary packages for nicer fixed-width tables. Furthermore, 
it
 supports the colortbl package for colored tables optimized for presentations.
 The powerful new ctable package is supported and especially recommended when
 footnotes are needed. LaTeX::Table ships with some predefined, good looking
 "THEMES".



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



Bug#531200: ITP: libtest-mockrandom-perl -- Replaces random number generation with non-random number generation

2009-05-30 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libtest-mockrandom-perl
  Version : 1.00
  Upstream Author : David A. Golden 
* URL : http://search.cpan.org/dist/Test-MockRandom/
* License : Perl
  Programming Lang: Perl
  Description : Replaces random number generation with non-random number 
generation

 This perhaps ridiculous-seeming module was created to test routines that
 manipulate random numbers by providing a known output from rand. Given a
 list of seeds with srand, it will return each in turn. After seeded
 random numbers are exhausted, it will always return 0. Seed numbers must
 be of a form that meets the expected output from rand as called with no
 arguments -- i.e. they must be between 0 (inclusive) and 1 (exclusive).
 In order to facilitate generating and testing a nearly-one number, this
 module exports the function oneish, which returns a number just
 fractionally less than one.
 .
 Depending on how this module is called with use, it will export rand to
 a specified package (e.g. a class being tested) effectively overriding
 and intercepting calls in that package to the built-in rand. It can also
 override rand in the current package or even globally. In all of these
 cases, it also exports srand and oneish to the current package in order
 to control the output of rand.

Rationale: This Perl module is used for testing during build of
libmath-random-oo-perl. This will also be commited to the pkg-perl svn
repository

Kind regards
Salvatore 



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



Bug#531180: ITP: libmath-random-oo-perl -- Consistent object-oriented interface for generating random numbers

2009-05-30 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: libmath-random-oo-perl
  Version : 0.21
  Upstream Author : David A Golden 
* URL : http://search.cpan.org/dist/Math-Random-OO/
* License : Perl
  Programming Lang: Perl
  Description : Consistent object-oriented interface for generating random 
numbers

 CPAN contains many modules for generating random numbers in various ways and
 from various probability distributions using pseudo-random number generation
 algorithms or other entropy sources. (The /"SEE ALSO" section has some
 examples.) Unfortunately, no standard interface exists across these modules.
 Math::Random::OO defines an abstract interface for random number generation.
 Subclasses of this model will implement specific types of random number
 generators or will wrap existing random number generators.
 .
 This consistency will come at the cost of some efficiency, but will enable
 generic routines to be written that can manipulate any provided random number
 generator that adheres to the interface. E.g., a stochastic simulation could
 take a number of user-supplied parameters, each of which is a
 Math::Random::OO subclass object and which represent a stochastic variable
 with a particular probability distribution.

Note: Package would be added to the pkg-perl group repository.



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



Bug#530937: ITP: config-grammar-perl -- grammar-based user-friendly config parser

2009-05-28 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: config-grammar-perl
  Version : 1.10 
  Upstream Author : David Schweikert da...@schweikert.ch>
* URL : http://search.cpan.org/dist/Config-Grammar/
* License : Perl
  Programming Lang: Perl
  Description : grammar-based user-friendly config parser

Config::Grammar is a module to parse configuration files. The
configuration may consist of multiple-level sections with assignments
and tabular data. The parsed data will be returned as a hash containing
the whole configuration. Config::Grammar uses a grammar that is supplied
upon creation of a Config::Grammar object to parse the configuration
file and return helpful error messages in case of syntax errors. Using
the makepod method you can generate documentation of the configuration
file format.
..
The maketmpl method can generate a template configuration file. If your
grammar contains regexp matches, the template will not be all that
helpful as Config::Grammar is not smart enough to give you sensible
template data based in regular expressions. The related function
maketmplmin generates a minimal configuration template without examples,
regexps or comments and thus allows an experienced user to fill in the
configuration data more efficiently.



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



Bug#528740: ITP: w2do -- simple text-based todo manager

2009-05-14 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: w2do
  Version : 2.2.1
  Upstream Author : Jaromir Hradilek 
* URL : http://w2do.blackened.cz
* License : GPL, FDL
  Programming Lang: Perl
  Description : simple text-based todo manager

 w2do is a simple to use yet efficient command-line todo manager
 written in Perl.
 .
 Features:
  * Well-arranged, fully filterable, plain text or coloured tabular
output.
  * Support for group, due date and priority categories.
  * Capable of managing multiple todo lists.
  * Detailed statistics with visual progress representation.
  * Completely command driven and therefore suitable for usage in
scripts.
  * Export to HTML 4.01 Strict via w2html utility.
  * Export to plain text via w2text utility.



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



Bug#519413: ITP: bosh -- browse output of processes

2009-03-12 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: bosh
  Version : 0.5
  Upstream Author : Alex Sisson 
* URL : http://bosh.sourceforge.net/
* License : GPL
  Programming Lang: C
  Description : browse output of processes

bosh stands for browsable output shell. This is a bit of a misnomer
because it isn't really a shell. What is does is store the output of a
specified program in a buffer, and provides a simple curses interface
to browse this buffer. Actions can be configured which can make use of
the contents of the currently selected line.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)



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



Bug#512220: ITP: mumbles -- plugin-driven notification system for GNOME

2009-01-18 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso 

* Package name: mumbles
  Version : 0.4
  Upstream Author : dot_j 
* URL : http://www.mumbles-project.org/
* License : GPL
  Programming Lang: Python
  Description : plugin-driven notification system for GNOME

Mumbles is a plugin-driven, DBus based notification system written for
the GNOME desktop. Similar to libnotify notifications and Growl for
Mac OS X, Mumbles aims to provide a modern notification system for the
GNU/Linux desktop. It includes plugins for applications such as
Pidgin, Firefox, and Thunderbird, Growl network notification support,
and themes.

Upstream ships a debian/ directory in tar.gz so probably the sources
needs repackaging, to have a "cleaner" Debian diff.gz.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)



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



Re: Bug#508725: ITP:pmwiki -- easy of use wiki-based system

2008-12-14 Thread Salvatore Bonaccorso
On Sun, Dec 14, 2008 at 08:46:39PM +0100, Salvatore Bonaccorso wrote:
>[...]
> Note that, there is a "long-standing" ITP for pmwiki, maybe you can
> merge them, it's http://bugs.debian.org/330117 and a RFP which is
> merged with #330117 (http://bugs.debian.org/471816).

Sorry ... RFP, not ITP.

Kind regards
Salvatore
-- 
  .-.  Debian GNU/Linux -- The power of freedom ------
  oo|  Salvatore Bonaccorso  Email: salvatore.bonacco...@gmail.com
 /`'\  GPG key ID: 0x518DA394http://arda.homelinux.org/~salvi/
(\_;/) Fingerprint: 346C D422 1366 FA52 D898  5666 BD45 6753 518D A394


signature.asc
Description: Digital signature


Re: Bug#508725: ITP:pmwiki -- easy of use wiki-based system

2008-12-14 Thread Salvatore Bonaccorso
Hi Kristian Paul

On Sun, Dec 14, 2008 at 02:16:37PM -0500, Cristian Paul Peñaranda Rojas wrote:
> X-Debbugs-CC: debian-devel@lists.debian.org
> Package: pmwiki
> Severity: wishlist
> Owner: cristian paul peñaranda rojas 
> 
> * Package name  : pmwiki
>   Version   : 2.2.0
>   Upstream Author : Patrick R. Michaud 
> * URL   : http://www.pmwiki.org
>   License   : GPL
>   Programming Lang: PHP
> 
> Description: easy of use wiki-based system
>  PmWiki is designed to be easy to install and customize as an engine for
> creating professional web sites with one to any number of content authors.
> The software focuses on ease-of-use, so people with little IT or wiki
> experience will be able to put it to use. Also extemely extensible
> and customizable

Note that, there is a "long-standing" ITP for pmwiki, maybe you can
merge them, it's http://bugs.debian.org/330117 and a RFP which is
merged with #330117 (http://bugs.debian.org/471816).

Kind regards
Salvatore
-- 
  .-.  Debian GNU/Linux -- The power of freedom --
  oo|  Salvatore Bonaccorso  Email: salvatore.bonacco...@gmail.com
 /`'\  GPG key ID: 0x518DA394http://arda.homelinux.org/~salvi/
(\_;/) Fingerprint: 346C D422 1366 FA52 D898  5666 BD45 6753 518D A394


signature.asc
Description: Digital signature


Bug#508082: ITP: tuxcmd-modules -- vfs modules for tuxcmd file manager

2008-12-07 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso <[EMAIL PROTECTED]>

* Package name: tuxcmd-modules
  Version : 0.6.50
  Upstream Author : Tomáš Bžatek <[EMAIL PROTECTED]>
* URL : http://tuxcmd.sourceforge.net/
* License : GPL
  Programming Lang: C, C++
  Description : VFS modules for tuxcmd file manager

This package contains additional VFS modules for tuxcmd. It 
provides the modules for GVFS and zip plugins.

 * GVFS plugin: read/write access to network resources (FTP, 
   SSH/SFTP, SMB, WebDAV) 
 * zip plugin:
   - full read/write support for ZIP archives
   - full support for Unix file and directory permissions
   - password protection support (read/write)
   - statically linked in one module, no external libraries needed 
 

tuxcmd-modules should provide these additional modules for the existing
ITP http://bugs.debian.org/498513 which I haven't requested to upload
yet (but is on mentors.debian.net awaiting a sponsor and feedback).

The package would not contain also the other modules, so the original
upstream tarball has to be repackaged and exlude at least the
libarchive and unrar directories.

Are there any suggestion or feedback to this request?

Kind regards
Salvatore

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)



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



Re: Trying to get in touch with Daniel Glassey about Bibledit package

2008-02-07 Thread Salvatore Bonaccorso
Hi

On Mon, Dec 17, 2007 at 10:38:07PM +1000, Kahunapule Michael Johnson wrote:
> I've been trying to contact Daniel Glassey, the last-listed maintainer
> of the Bibledit Debian package. This package has fallen significantly
> behind the development of Bibledit. Daniel has not answered my emails,
> and the last posting I have seen from him on a mailing list was a couple
> of months ago. If for some reason he is not able to continue with Debian
> package maintenance for Bibledit, I would like to help...
> 
> Does anyone know where Daniel can be reached? Is he OK? Or is it just
> that my email has been swallowed whole by a spam filter or something?

I'm not a Debian Developer. But I also would like to ask, if someone
knows if Daniel Glassey is ok?

Best Regards,
Salvatore


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



Re: reporting BTS spam easily from Mutt

2008-01-08 Thread Salvatore Bonaccorso
Hi 

On Mon, Jan 07, 2008 at 03:29:21PM +0100, Amaya wrote:
> Hamish Moffatt wrote:
> > In case it's useful to anyone, here's a quick hack I put together for
> > easy BTS spam reporting from mutt.
> 
> That is incredibly useful, is tehre any similar tool to report spam
> delivered through the Debian Mailing Lists?
> 
> Sorry if this has been answered before, I am just starting to keep up
> with mail backlog.

In "Bits of the listmasters" in October 2007, there was some idea how
to help against spam on lists.

http://lists.debian.org/debian-devel-announce/2007/10/msg4.html

There Martin Zobel-Helas wrote the following:
---[snip]---
[...]
   * Report spam that gets to you through our filters to
 [EMAIL PROTECTED] Please leave all the headers
 untouched. The best method is to bounce (as in mutt) them. There is a
 plugin for thunder^Wicesomething to do that at
 http://mailredirect.mozdev.org/ . DO NOT do this automagically. If
 you want to help us, you must make personally sure that the things
 you report are REALLY spam.
[...]
---[snap]---

Is this, what you are looking for?

Best regards,
Salvatore


signature.asc
Description: Digital signature