Bug#695984: ITP: ruby-bcat -- pipe to browser utility

2012-12-15 Thread Hideki Yamane
Package: wnpp
Severity: wishlist
Owner: Hideki Yamane 
X-Debbugs-CC: debian-devel@lists.debian.org, 
pkg-ruby-extras-maintain...@lists.alioth.debian.org

   Package name: ruby-bcat
Version: 0.6.2
Upstream Author: 2010-2011 Ryan Tomayko 
URL: http://rtomayko.github.com/bcat/
License: MIT
 
Description: pipe to browser utility
 bcat utility reads from standard input, or one or more files, and pipes 
 output into a web browser.



-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
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/20121215172613.35aea823e26ad5e0b9cb3...@debian.or.jp



Re: unsafe use of gpg

2012-12-15 Thread Peter Samuelson

[Timo Juhani Lindfors]
> Peter Samuelson  writes:
> > Note that this adds a keyring to the current list. If the intent
> > is to use the specified keyring alone, use --keyring along with
> > --no-default-keyring.
> 
> You probably read "man gpg" but gpgv is simpler:
> 
> gpgv: Invalid option "--no-default-keyring"

You're right, in gpgv, it appears you _can't_ suppress the default
keyring, ~/.gnupg/trustedkeys.gpg.  So either ensure that this file
does not exist, or set HOME or GNUPGHOME or --homedir to a location
where it will not exist.

Peter


-- 
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/20121215161254.go4...@p12n.org



Bug#696006: ITP: tinyos -- operating system for sensor motes and embedded devices

2012-12-15 Thread Sebastian Reichel
Package: wnpp
Severity: wishlist
Owner: Sebastian Reichel 

* Package name: tinyos
  Version : 2.1.2
  Upstream Author : TinyOS Team
* URL : http://tinyos.net/
* License : BSD
  Programming Lang: nesC
  Description : operating system for sensor motes and embedded devices

TinyOS is an open source, BSD-licensed operating system
designed for low-power wireless devices, such as those
used in sensor networks, ubiquitous computing, personal
area networks, smart buildings, and smart meters.
..
The package will generate a tinyos-source binary
package.


-- 
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/20121215170327.12682.48006.reportbug@earth.universe



Bug#696007: ITP: tinyos-tools -- development tools for TinyOS

2012-12-15 Thread Sebastian Reichel
Package: wnpp
Severity: wishlist
Owner: Sebastian Reichel 

* Package name: tinyos-tools
  Version : 1.4.2
  Upstream Author : TinyOS Team
* URL : http://tinyos.net
* License : BSD
  Programming Lang: C, Perl, Python
  Description : development tools for TinyOS

TinyOS is an open source, BSD-licensed operating system
designed for low-power wireless devices, such as those
used in sensor networks, ubiquitous computing, personal
area networks, smart buildings, and smart meters.
..
This package contains the development tools for
TinyOS.


-- 
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/20121215170703.13047.44348.reportbug@earth.universe



Re: Bug#696006: ITP: tinyos -- operating system for sensor motes and embedded devices

2012-12-15 Thread John Paul Adrian Glaubitz
On Sat, Dec 15, 2012 at 06:03:27PM +0100, Sebastian Reichel wrote:
> The package will generate a tinyos-source binary
> package.

What exactly does the package do? Does it download the current
upstream source and builds it for deployment?

What's the advantage of having this as a package in Debian? Can it be
used for something on a running Debian system?

Cheers,

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


-- 
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/20121215180601.ga2...@physik.fu-berlin.de



Re: Bug#696006: ITP: tinyos -- operating system for sensor motes and embedded devices

2012-12-15 Thread Sebastian Reichel
On Sat, Dec 15, 2012 at 07:06:01PM +0100, John Paul Adrian Glaubitz wrote:
> On Sat, Dec 15, 2012 at 06:03:27PM +0100, Sebastian Reichel wrote:
> > The package will generate a tinyos-source binary
> > package.
> 
> What exactly does the package do? Does it download the current
> upstream source and builds it for deployment?

No. The source is included in the package. Similar to the
linux-source package.

> What's the advantage of having this as a package in Debian? Can it be
> used for something on a running Debian system?

In short:

The package is needed for developing TinyOS based applications for
small embedded devices as found in sensor networks.

A bit more descriptive:

TinyOS is not like a normal operating system. As mentioned in the
description it's intended to be used on very small devices.
Since these have very little memory/processing power a normal
operating system kernel (e.g. Linux) cannot be used on them.

The solution of TinyOS is having a very small operating system,
which is statically linked together with the user written software
into one big binary. This binary is then uploaded to the
microcontroller.

-- Sebastian


signature.asc
Description: Digital signature


Re: Bug#696006: ITP: tinyos -- operating system for sensor motes and embedded devices

2012-12-15 Thread tony mancill
On 12/15/2012 10:29 AM, Sebastian Reichel wrote:
> On Sat, Dec 15, 2012 at 07:06:01PM +0100, John Paul Adrian Glaubitz wrote:
>> On Sat, Dec 15, 2012 at 06:03:27PM +0100, Sebastian Reichel wrote:
>>> The package will generate a tinyos-source binary
>>> package.
>>
>> What exactly does the package do? Does it download the current
>> upstream source and builds it for deployment?
> 
> No. The source is included in the package. Similar to the
> linux-source package.
> 
>> What's the advantage of having this as a package in Debian? Can it be
>> used for something on a running Debian system?
> 
> In short:
> 
> The package is needed for developing TinyOS based applications for
> small embedded devices as found in sensor networks.
> 
> A bit more descriptive:
> 
> TinyOS is not like a normal operating system. As mentioned in the
> description it's intended to be used on very small devices.
> Since these have very little memory/processing power a normal
> operating system kernel (e.g. Linux) cannot be used on them.
> 
> The solution of TinyOS is having a very small operating system,
> which is statically linked together with the user written software
> into one big binary. This binary is then uploaded to the
> microcontroller.

I did some development TinyOS during my graduate work and I think
packaging it for Debian is a great idea.  Having the source and other
tools packaged makes Debian more attractive as a development platform
for TinyOS developers, researchers, and students.  Or more to the point,
the convenience of having it packaged makes organizations that support
those users more likely to opt for Debian as a platform.  (When I was
working with it, it was relative chaos with some folks working under
Wine and the rest of team spread across different distributions,
everyone installing tinyos and the toolchain by hand.)

Thank you for considering packaging this for Debian.
tony



signature.asc
Description: OpenPGP digital signature


Bug#696021: ITP: libdatetime-tiny-perl -- lightweight datetime object module

2012-12-15 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdatetime-tiny-perl
  Version : 1.4
  Upstream Author : Adam Kennedy 
* URL : https://metacpan.org/release/DateTime-Tiny/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : lightweight datetime object module

DateTime::Tiny is a most prominent member of the DateTime::Tiny suite of time
modules.

It implements an extremely lightweight object that represents a datetime.


-- 
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/20121215215323.ga19...@jadzia.comodo.priv.at



Bug#696024: ITP: libclass-forward-perl -- class dispatcher that handles namespaces like paths

2012-12-15 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libclass-forward-perl
  Version : 0.8
  Upstream Author : Al Newkirk 
* URL : https://metacpan.org/release/Class-Forward/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : class dispatcher that handles namespaces like paths

Class::Forward is designed to simply return class names or dispatch method
calls using shorthand. It uses file-system path specification conventions to
match against class namespaces.


-- 
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/20121215222355.ga19...@jadzia.comodo.priv.at



Bug#696027: ITP: liblinux-epoll-perl -- perl epoll module for O(1) multiplexing

2012-12-15 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann 
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblinux-epoll-perl
  Version : 0.7
  Upstream Author : Leon Timmermans 
* URL : https://metacpan.org/release/Linux-Epoll/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : perl epoll module for O(1) multiplexing

Epoll is a multiplexing mechanism that scales up O(1) with number of watched
files. Linux::Epoll is a callback style epoll module, unlike other epoll
modules available on CPAN.


-- 
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/20121215224050.ga18...@jadzia.comodo.priv.at



Re: Bug#695850: ITP: libteam -- library for controlling team network device

2012-12-15 Thread Andrew Shadura
Hello,

On Fri, 14 Dec 2012 00:21:43 +1100
Dmitry Smirnov  wrote:

> Upstream Author: Jiri Pirko 

Jiří Pírko, please. He's Czech: https://www.ohloh.net/accounts/jiripirko

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Bug#696038: ITP: compat-wireless-3.5.4 -- backported linux wireless drivers

2012-12-15 Thread Jayen Ashar
Package: wnpp
Severity: wishlist
Owner: Jayen Ashar 

* Package name: compat-wireless-3.5.4
  Version : 1-snp
  Upstream Author : Linux Wireless team 
* URL : http://linuxwireless.org/
* License : This work is a subset of the Linux kernel as such we keep 
the kernel's Copyright practice. Some files have their own copyright and in 
those cases the license is mentioned in the file. All additional work made to 
building this package is licensed under the GPLv2. 
  Programming Lang: C
  Description : backported linux wireless drivers

These packages contain the source code of the wireless drivers from a newer
linux kernel.  These drivers have been backported to be compatible with
every kernel >= 2.6.26.  These packages allow building of binary packages
through the use of module-assistant.


-- 
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/20121216041029.13132.42483.report...@eeyore.cse.unsw.edu.au



Re: Status of circular dependencies in Sid

2012-12-15 Thread Petter Reinholdtsen

[Ian Jackson]
>There is still nothing per se wrong with circular dependencies

[Thorsten Glaser]
> Actually, I’m hitting an APT bug during dist-upgrades right now for
> packages with circular dependencies, usually two (perl with
> perl-modules, and g++-$version with its library), when they are
> indirectly depended on by a package with Important: yes set, as was
> recommended for metapackages which should not be considered by APT
> for automatic removal.

A similar issue with libqt4-dbus is blocking upgrades of a desktop
installation from squeeze to wheezy the last two weeks (as detected by
jenkins.debian.net).  See http://bugs.debian.org/655382 > and
related BTS reports for the details.

I really hope we can get rid of the circular package dependencies. :)

-- 
Happy hacking
Petter Reinholdtsen


--
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/2fl62428rn7@login2.uio.no