Bug#728676: ITP: ddrescueview -- Graphical viewer for GNU ddrescue log files

2015-05-12 Thread Graham Inggs
Package: wnpp
Severity: wishlist

* Package name: ddrescueview
  Version : 0.4
  Upstream Author : Martin Bittermann 
* URL : http://ddrescueview.sourceforge.net/
* License : GPL-3.0+
  Programming Lang: Object Pascal / Lazarus
  Description : Graphical viewer for GNU ddrescue log files

This small tool allows the user to graphically examine ddrescue's log
files in a user friendly GUI application. The Main window displays a
block grid with each block's color representing the block types it
contains. Many people know this type of view from defragmentation
programs.
.
GNU ddrescue [1] is a data recovery tool, already packaged in Debian
as gddrescue [2].
.
The ddrescueview package will be maintained by the Debian Pascal
packaging team and a git repository has already been created on Alioth
[3].

[1] http://www.gnu.org/software/ddrescue/ddrescue.html
[2] https://packages.qa.debian.org/g/gddrescue.html
[3] http://anonscm.debian.org/cgit/pkg-pascal/ddrescueview.git

Regards
Graham


-- 
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/CAM8zJQvv=YAwqhpr6B+gFXvq2T9f=ik2pc9xfdeffwfo6sd...@mail.gmail.com



Bug#785083: ITP: golang-loggo -- Alternative logging library for Go

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-loggo
  Version : 0.0~git20150330
  Upstream Author : Tim Penhey
* URL : https://github.com/juju/loggo
* License : LGPL-3
  Programming Lang: Go
  Description : Alternative logging library for Go

Loggo is an alternative logging library for Go. It doesn't use the
built-in Go log library, but instead offers a replacement.


-- 
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/20150512073725.18223.31979.report...@ozlabs.org



Bug#785086: ITP: golang-bugsnag-panicwrap -- Go library for catching and handling panics in Go applications

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-bugsnag-panicwrap
  Version : 0.0~git2014
  Upstream Author : Conrad Irwin, Mitchell Hashimoto
* URL : https://github.com/bugsnag/panicwrap
* License : MIT
  Programming Lang: Go
  Description : Go library for catching and handling panics in Go 
applications

Go library for catching and handling panics in Go applications
panicwrap is a Go library that re-executes a Go binary and monitors
stderr output from the binary for a panic. When it find a panic,
it executes a user-defined handler function. Stdout, stderr, stdin,
signals, and exit codes continue to work as normal, making the existence
of panicwrap mostly invisble to the end user until a panic actually
occurs.


-- 
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/20150512075240.22046.79818.report...@ozlabs.org



Bug#785087: ITP: golang-go-simplejson -- Go package to interact with arbitrary JSON

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-go-simplejson
  Version : 0.4.3~git20150401
  Upstream Author : Matt Reiferson
* URL : https://github.com/bitly/go-simplejson
* License : MIT
  Programming Lang: Go
  Description : Go package to interact with arbitrary JSON

go-simplejson is a Go package to read, write and assert facts
about arbitrary JSON.


-- 
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/20150512080940.26759.48573.report...@ozlabs.org



Re: Proposal: enable stateless persistant network interface names

2015-05-12 Thread Jonathan Dowland
On Mon, May 11, 2015 at 07:40:38PM +0200, Karsten Merker wrote:
> On Mon, May 11, 2015 at 09:29:21AM +0100, Jonathan Dowland wrote:
> > On Fri, May 08, 2015 at 11:03:55PM +0200, Marc Haber wrote:
> > > On Fri, 8 May 2015 13:33:06 -0700, j...@joshtriplett.org wrote:
> > > >There are much better alternatives for most common cases.
> > > 
> > > For example being?
> > 
> > ufw is quite nice.
> 
> AFAICS (please correct me if I am wrong) ufw appears to be
> designed for simple "block all access from everywhere on all
> interfaces and explicitly allow exceptions for a few services
> from everywhere" setups, but anything more complex appears to be
> out of its scope.
> 
> So while it is surely nice and useful for the use case it was
> designed for, I cannot see it as a replacement for traditional
> iptables scripts if your setup is even slightly more complex.

The thread I was replying to was 'common cases'. UFW indeed can't do
more complex things, but it is more sophisticated than your summary:
it can do rate limiting and various other things beyond simple
deny-by-default. I wasn't proposing it as a replacement for bare
iptables in all cases.


-- 
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/20150512084714.ga14...@chew.redmars.org



Re: Heads up: Upcoming dpkg-buildpackage -j precedence change

2015-05-12 Thread Jonathan Dowland
On Mon, May 11, 2015 at 08:40:16PM +0200, Guillem Jover wrote:
> $ make -jN -f debian/rules build
> 
> and
> 
> $ DEB_BUILD_OPTIONS=parallel=N debian/rules build

I prefer the latter behaviour but the former brevity. Would you consider
something like -J in dpkg-buildpackage adjusting parallel= in
DEB_BUILD_OPTIONS, and perhaps in the future phasing out -j?

> Actually Makefiles that do not support parallel builds and do not
> declare so with .NOTPARALLEL: are buggy, because upstreams do not
> have any standardized opt-in way to honor a parallel build request.

Now that rules files have to be makefiles; I wonder if this should be clarified
in policy, one way or the other. That is: should debian/rules be assumed to
support parallel building by default, or not? I imagine the saner default for
us would be not (even though I am a big fan of parallel builds).

-- 
Jonathan Dowland


-- 
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/20150512090227.gb14...@chew.redmars.org



Bug#785089: ITP: libzia -- Sharable and platform-dependent library for Tucnak

2015-05-12 Thread Colin Tuckley
Package: wnpp
Severity: wishlist
Owner: Colin Tuckley 

* Package name: libzia
  Version : 4.00
  Upstream Author : ok1zia 
* URL : http://tucnak.nagano.cz
* License : GPL-2
  Programming Lang: C
  Description : Sharable and platform-dependent library for Tucnak
 Libzia contains platform abstraction layer for tucnak package.
 It also contains common usable functions for other projects.

This package (and Tucnak which depends on it) will be packaged
by the Debian Hamradio Maintainers team.


-- 
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/20150512092440.27961.59810.reportbug@grenache



Re: upgrading to jessie on container with old kernel

2015-05-12 Thread Ondřej Surý
On Sun, May 3, 2015, at 05:47, Gunnar Wolf wrote:
> Brian May dijo [Sat, May 02, 2015 at 09:39:50AM +]:
> > Hello,
> > 
> > If I upgrade a Jessie openvz container on my proxmox box, systemd fails to
> > start up. This is no surprise, the kernel seems to be rather old:
> > 
> > root@scrooge:/# uname -a
> > Linux scrooge 2.6.32-26-pve #1 SMP Mon Oct 14 08:22:20 CEST 2013 i686
> > GNU/Linux
> > 
> > Obviously, I should have set things up not to install systemd before I did
> > the upgrade. However, I want to fix this container. So, lets try:
> > (...)
> > For this particular case, when reproduced today, the solution seems to be
> > simple:
> > 
> > ln -sf /bin/true /bin/systemctl
> > apt-get remove systemd-sysv
> > 
> > Is this the thing I should be filling bug reports about?
> 
> Hi,
> 
> I know your report is WRT OpenVZ containers. I believe this to be
> useful, anyway, as the root causes are the same: I upgraded during the
> past few days a number of LXC containers (and have several more
> pending to upgrade).
> 
>https://wiki.debian.org/LXC#Incompatibility_with_systemd
> 
> In short, you have to install sysvinit-core in your container-based
> systems, as the host does not have the needed bits to run systemd.

That's probably not true in a general case, since I am running LXC on
jessie (LXC+systemd in host and systemd in guest) and I have been
running this with backported systemd and lxc on wheezy before jessie was
release.

Perhaps it might be a true for hosts not running systemd?

Cheers,
-- 
Ondřej Surý 
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


--
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/1431426213.2625424.266506865.2e703...@webmail.messagingengine.com



Re: Q: why binary-log by systemd-journald is not enabled by default?

2015-05-12 Thread Piotr Ożarowski
[Hideki Yamane, 2015-05-10]
> On Sun, 10 May 2015 00:56:43 -0300
> Henrique de Moraes Holschuh  wrote:
> > And I wish it would keep /var/log/dmesg (and its rotation).  That thing is
> > really useful for user support when dealing with kernel and boot issues.
> 
>  Is it enough to ask users to exec "sudo journalctl"?

IMO a better idea is to add them to systemd-journal group
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
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/20150512111008.go2...@sar0.p1otr.com



Re: Q: why binary-log by systemd-journald is not enabled by default?

2015-05-12 Thread Tom H
On Tue, May 12, 2015 at 7:10 AM, Piotr Ożarowski  wrote:
> [Hideki Yamane, 2015-05-10]
>> On Sun, 10 May 2015 00:56:43 -0300
>> Henrique de Moraes Holschuh  wrote:
>>>
>>> And I wish it would keep /var/log/dmesg (and its rotation).  That thing is
>>> really useful for user support when dealing with kernel and boot issues.
>>
>> Is it enough to ask users to exec "sudo journalctl"?
>
> IMO a better idea is to add them to systemd-journal group

Shouldn't "systemd-*" groups be reserved for systemd system accounts?


th@localhost:~$ grep systemd /etc/passwd
systemd-timesync:x:100:104:systemd Time
Synchronization,,,:/run/systemd:/bin/false
systemd-network:x:101:105:systemd Network
Management,,,:/run/systemd/netif:/bin/false
systemd-resolve:x:102:106:systemd Resolver,,,:/run/systemd/resolve:/bin/false
systemd-bus-proxy:x:103:107:systemd Bus Proxy,,,:/run/systemd:/bin/false

th@localhost:~$ grep systemd /etc/group
systemd-journal:x:102:
systemd-journal-remote:x:103:
systemd-timesync:x:104:
systemd-network:x:105:
systemd-resolve:x:106:
systemd-bus-proxy:x:107:


I can run "journalctl" as non-root because I'm a member of "adm".


th@localhost:~$ id
uid=1000(th) gid=1000(th)
groups=1000(th),4(adm),27(sudo),46(plugdev),115(lpadmin)

th@localhost:~$ journalctl
-- Logs begin at Tue 2015-05-12 08:19:51 EDT, end at Tue 2015-05-12
08:34:59 EDT. --
May 12 08:19:51 localhost.localdomain systemd-journal[232]: Runtime
journal is using 8.0M (max allowed 78.9M, trying to leave 118.4M free
of 781.2M available → current limit 78.9M).
May 12 08:19:51 localhost.localdomain systemd-journal[232]: Runtime
journal is using 8.0M (max allowed 78.9M, trying to leave 118.4M free
of 781.2M available → current limit 78.9M).
May 12 08:19:51 localhost.localdomain kernel: Initializing cgroup subsys cpuset
May 12 08:19:51 localhost.localdomain kernel: Initializing cgroup subsys cpu
May 12 08:19:51 localhost.localdomain kernel: Initializing cgroup subsys cpuacct



It's set up by "systemd-tmpfiles-setup.service".


th@localhost:~$ grep '/run/log/journal' /usr/lib/tmpfiles.d/*
/usr/lib/tmpfiles.d/systemd.conf:z /run/log/journal 2755 root
systemd-journal - -
/usr/lib/tmpfiles.d/systemd.conf:Z /run/log/journal/%m ~2750 root
systemd-journal - -
/usr/lib/tmpfiles.d/systemd.conf:a+ /run/log/journal/%m - - - - d:group:adm:r-x
/usr/lib/tmpfiles.d/systemd.conf:A+ /run/log/journal/%m - - - - group:adm:r-x

th@localhost:~$ grep '/var/log/journal' /usr/lib/tmpfiles.d/*
/usr/lib/tmpfiles.d/systemd.conf:z /var/log/journal 2755 root
systemd-journal - -
/usr/lib/tmpfiles.d/systemd.conf:z /var/log/journal/%m 2755 root
systemd-journal - -
/usr/lib/tmpfiles.d/systemd.conf:a+ /var/log/journal/%m - - - - d:group:adm:r-x
/usr/lib/tmpfiles.d/systemd.conf:A+ /var/log/journal/%m - - - - group:adm:r-x


--
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/CAOdo=sye7ppyqc_gcu2afaft_-anvkp6vuq-vxh2tgaaoaz...@mail.gmail.com



Re: Q: why binary-log by systemd-journald is not enabled by default?

2015-05-12 Thread Felipe Sateler
On Tue, 12 May 2015 09:08:25 -0400, Tom H wrote:

> 
> I can run "journalctl" as non-root because I'm a member of "adm".
> 

This works either if you followed README.Debian for persistent logging or 
using systemd from experimental. It will not work in a default jessie 
system.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771980



-- 
Saludos,
Felipe Sateler


-- 
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/misvt7$4a7$1...@ger.gmane.org



Re: Q: why binary-log by systemd-journald is not enabled by default?

2015-05-12 Thread Michael Biebl
Am 12.05.2015 um 15:08 schrieb Tom H:
> On Tue, May 12, 2015 at 7:10 AM, Piotr Ożarowski  wrote:
>> [Hideki Yamane, 2015-05-10]
>>> On Sun, 10 May 2015 00:56:43 -0300
>>> Henrique de Moraes Holschuh  wrote:

 And I wish it would keep /var/log/dmesg (and its rotation).  That thing is
 really useful for user support when dealing with kernel and boot issues.
>>>
>>> Is it enough to ask users to exec "sudo journalctl"?
>>
>> IMO a better idea is to add them to systemd-journal group
> 
> Shouldn't "systemd-*" groups be reserved for systemd system accounts?
> 

systemd-journal was added for this very purpose to grant unprivileged
users read access to the journal.

So it's absolutely correct to use in this case.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?




signature.asc
Description: OpenPGP digital signature


Re: Proposal: enable stateless persistant network interface names

2015-05-12 Thread Vincent Lefevre
On 2015-05-11 18:04:14 +0200, Marc Haber wrote:
> In IPv6, routers advertise prefixes. If a new prefix comes, end
> systems configured for SLAAC will allocate an IP address in this
> prefix and begin to use it.

On this subject, end systems under Debian are configured for SLAAC
by default. :-(

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


-- 
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/20150512150833.ga26...@ypig.lip.ens-lyon.fr



Bug#785131: ITP: jackson-dataformat-xml -- fast and powerful JSON library for Java -- XML dataformat

2015-05-12 Thread Markus Koschany
Package: wnpp
Severity: wishlist
Owner: Markus Koschany 

* Package name: jackson-dataformat-xml
  Version : 2.5.3
  Upstream Author : FasterXML, LLC, Seattle, USA 
* URL : https://github.com/FasterXML/jackson-dataformat-xml
* License : Apache-2.0
  Programming Lang: Java
  Description : fast and powerful JSON library for Java -- XML dataformat

Data format extension for Jackson to offer alternative support for
serializing POJOs (Plain Old Java Objects) as XML and deserializing
XML as POJOs. Support was implemented on top of Stax API
(javax.xml.stream), by implementing core Jackson Streaming API types
like JsonGenerator, JsonParser and JsonFactory.

jackson-dataformat-xml is a new build-dependency for apache-log4j2 and
will be maintained by the Java Team.


-- 
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/20150512152750.30134.86691.reportbug@conan



Bug#785133: ITP: jboss-jms-api -- Java(TM) Message Service (JMS) 1.1 API

2015-05-12 Thread Markus Koschany
Package: wnpp
Severity: wishlist
Owner: Markus Koschany 

* Package name: jboss-jms-api
  Version : 1.0.1
  Upstream Author : Oracle and/or its affiliates
* URL : https://github.com/jboss/jboss-jms-api_spec
* License : GPL-2-with-classpath-exception
  Programming Lang: Java
  Description : Java(TM) Message Service (JMS) 1.1 API

The JMS API stands for Java Message Service Application Programming
Interface, and it is used by applications to send asynchronous
business-quality messages to other applications. In the messaging
world, messages are not sent directly to other applications. Instead,
messages are sent to destinations, known as queues or topics. The JMS
API is the standardized interface to a JMS provider, sometimes called
a Message Oriented Middleware (MOM) system.

jboss-jms-api is a new build-dependency for apache-log4j2 and will be
maintained by the Java Team.


-- 
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/20150512153929.30403.38842.reportbug@conan



Re: Q: any reason for debian-policy non-i18n-ed?

2015-05-12 Thread Gunnar Wolf
Hideki Yamane dijo [Sun, May 10, 2015 at 01:13:10PM +0900]:
> Hi,
> 
>  Why debian-policy has not been gettexted?
>  Just a curious :)

I would add to Marc's and Christian's answers that the Policy has to
be kept up to date. Sometimes translations linger a bit behind the
original text, and that is detrimental for the Policy to work: When we
say "Policy 3.9.7 is released", if we follow only a given translation,
it will take time to catch up and be available.

Of course, the Policy is versioned. We will know that our copy of the
Policy follows only 3.9.3. But I do feel it would hamper the Policy's
normative role.


signature.asc
Description: Digital signature


Bug#785137: ITP: fwupdate -- Tools to manage UEFI firmware updates

2015-05-12 Thread Daniel Jared Dominguez

Package: wnpp
Severity: wishlist
Owner: Daniel Jared Dominguez 

* Package name: fwupdate
  Version : 0.2
  Upstream Author : Peter Jones 
* URL : https://github.com/rhinstaller/fwupdate
* License : GPL
  Programming Lang: C
  Description : Tools to manage UEFI firmware updates

fwupdate provides a simple command line interface to the UEFI firmware 
updates.



--
Jared Domínguez
Infrastructure Software Engineering
Dell | Enterprise Solutions Group


--
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/20150512155832.ga11...@dell.com



Re: Q: why binary-log by systemd-journald is not enabled by default?

2015-05-12 Thread Andreas Metzler
Michael Biebl  wrote:
[...]
> systemd-journal was added for this very purpose to grant unprivileged
> users read access to the journal.

> So it's absolutely correct to use in this case.

Hello,

If that is the only purpose of the group, why doesn't systemd
re-use adm instead of adding another group?

cu Andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
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/hvp92c-ic3@argenau.downhill.at.eu.org



Re: Q: why binary-log by systemd-journald is not enabled by default?

2015-05-12 Thread Michael Biebl
Am 12.05.2015 um 19:30 schrieb Andreas Metzler:
> Michael Biebl  wrote:
> [...]
>> systemd-journal was added for this very purpose to grant unprivileged
>> users read access to the journal.
> 
>> So it's absolutely correct to use in this case.
> 
> Hello,
> 
> If that is the only purpose of the group, why doesn't systemd
> re-use adm instead of adding another group?

From [1]:

* The journal files are now owned by a new group
  "systemd-journal", which exists specifically to allow access
  to the journal, and nothing else. Previously, we used the
  "adm" group for that, which however possibly covers more
  than just journal/log file access. This new group is now
  already used by systemd-journal-gatewayd to ensure this
  daemon gets access to the journal files and as little else
  as possible. Note that "make install" will also set FS ACLs
  up for /var/log/journal to give "adm" and "wheel" read
  access to it, in addition to "systemd-journal" which owns
  the journal files. We recommend that packaging scripts also
  add read access to "adm" + "wheel" to /var/log/journal, and
  all existing/future journal files. To normal users and
  administrators little changes, however packagers need to
  ensure to create the "systemd-journal" system group at
  package installation time.



[1]
http://lists.freedesktop.org/archives/systemd-devel/2013-March/009496.html


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: Proposal: enable stateless persistant network interface names

2015-05-12 Thread Marc Haber
On Tue, 12 May 2015 17:08:33 +0200, Vincent Lefevre
 wrote:
>On 2015-05-11 18:04:14 +0200, Marc Haber wrote:
>> In IPv6, routers advertise prefixes. If a new prefix comes, end
>> systems configured for SLAAC will allocate an IP address in this
>> prefix and begin to use it.
>
>On this subject, end systems under Debian are configured for SLAAC
>by default. :-(

I consider that a feature.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834


--
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/e1ysgq7-00049m...@swivel.zugschlus.de



Bug#785160: ITP: debian-hamradio -- Debian Hamradio Pure Blend Metapackages

2015-05-12 Thread Iain R. Learmonth
Package: wnpp
Severity: wishlist
Owner: "Iain R. Learmonth" 

* Package name: debian-hamradio
  Version : 0.1
  Upstream Author : Debian Hamradio Maintainers 
* URL : http://blends.debian.org/hamradio/
* License : BSD-3-clause
  Description : Debian Hamradio Pure Blend Metapackages

These metapackages will install packages for tasks contained in the
Debian Hamradio Pure Blend.


-- 
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/20150512220423.13880.51940.reportbug@orbiter



Re: upgrading to jessie on container with old kernel

2015-05-12 Thread Brian May
On Tue, 12 May 2015 at 20:23 Ondřej Surý  wrote:

> That's probably not true in a general case, since I am running LXC on
> jessie (LXC+systemd in host and systemd in guest) and I have been
> running this with backported systemd and lxc on wheezy before jessie was
> release.
>
> Perhaps it might be a true for hosts not running systemd?
>

If the host is already running systemd, then obviously your kernel must
have the required support for systemd already, and you won't have any
problems.


Bug#785166: ITP: golang-bmizerany-assert -- Assertions library for Go tests

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-bmizerany-assert
  Version : 0.0~r60
  Upstream Author : Blake Mizerany and Keith Rarick
* URL : https://github.com/bmizerany/assert
* License : MIT
  Programming Lang: Go
  Description : Assertions library for Go tests

Assertions library for writing tests in the Go language.


-- 
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/20150513033025.29310.37143.report...@ozlabs.org



Bug#785167: ITP: golang-bugsnag-go -- Automatic panic monitoring for Go applications

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-bugsnag-go
  Version : 1.0.3
  Upstream Author : Conrad Irwin
* URL : https://github.com/bugsnag/bugsnag-go
* License : MIT
  Programming Lang: Go
  Description : Automatic panic monitoring for Go applications

The Bugsnag Notifier for Golang gives you instant notification of
panics, or unexpected errors, in your golang app. Any unhandled panics
will trigger a notification to be sent to a bugsnag.com account.


-- 
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/20150513034311.31908.96101.report...@ozlabs.org



Bug#785168: ITP: golang-revel -- High productivity, full-stack web framework for the Go language

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-revel
  Version : 0.12.0
  Upstream Author : Rob Figueiredo
* URL : http://revel.github.io
* License : MIT
  Programming Lang: Go
  Description : High productivity, full-stack web framework for the Go 
language

Revel is a web framework that builds on top of the high-perfomance
Go HTTP server.  It provide routing, parameter parsing, validation,
templating, caching and a testing framework.


-- 
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/20150513040831.5004.14898.report...@ozlabs.org



Bug#785169: ITP: golang-gocolorize -- Stateful ANSI coloring for Go

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-gocolorize
  Version : 1.0.0
  Upstream Author : Aaron Torres
* URL : https://github.com/agtorre/gocolorize
* License : MIT
  Programming Lang: Go
  Description : Stateful ANSI coloring for Go

Gocolorize is a package that allows Go programs to provide ANSI
coloring in a stateful manner. Gocolorize is ideal for logging
or cli applications.


-- 
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/20150513042532.12037.72532.report...@ozlabs.org



Bug#785172: ITP: golang-redigo -- Go client for Redis

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-redigo
  Version : 0.0~git20150302
  Upstream Author : Gary Burd
* URL : https://github.com/garyburd/redigo/
* License : Apache-2.0
  Programming Lang: Go
  Description : Go client for Redis

Redigo is a Go client for the Redis database.


-- 
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/20150513045245.18640.84937.report...@ozlabs.org



Bug#785174: ITP: golang-gomemcache -- Go memcached client library

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-gomemcache
  Version : 0.0~git20141109
  Upstream Author : Brad Fitz
* URL : https://github.com/bradfitz/gomemcache
* License : Apache-2.0
  Programming Lang: Go
  Description : Go memcached client library

gomemcache is a memcache client library for the Go programming
language.


-- 
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/20150513050541.23242.42821.report...@ozlabs.org



Bug#785175: ITP: golang-go-cache -- Go library for in-memory key/value store similar to memcached

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-go-cache
  Version : 0.0~git20150304
  Upstream Author : Patrick Mylund Nielsen
* URL : https://patrickmn.com/projects/go-cache/
* License : MIT
  Programming Lang: Go
  Description : Go library for in-memory key/value store similar to 
memcached

go-cache is an in-memory key:value store/cache similar to memcached
that is suitable for applications running on a single machine. Its
major advantage is that, being essentially a thread-safe
map[string]interface{} with expiration times, it doesn't need to
serialize or transmit its contents over the network


-- 
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/20150513051410.25651.30264.report...@ozlabs.org



Bug#785176: ITP: golang-robfig-config -- golang-robfig-config

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-robfig-config
  Version : 0.0~git20141208
  Upstream Author : Rob Figueiredo
* URL : https://github.com/robfig/config
* License : MPL-2.0
  Programming Lang: Go
  Description : golang-robfig-config

Go library implementing a basic configuration file parser language
which provides a structure similar to what you would find on
Microsoft Windows INI files.


-- 
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/20150513052839.30486.8933.report...@ozlabs.org



Bug#785179: ITP: golang-pathtree -- Go library for fast lookups using trees

2015-05-12 Thread Tim Potter
Package: wnpp
Severity: wishlist
Owner: Tim Potter 

* Package name: golang-pathtree
  Version : 0.0~git20140121
  Upstream Author : Rob Figueiredo
* URL : https://github.com/robfig/pathtree
* License : MIT
  Programming Lang: Go
  Description : Go library for fast lookups using trees

Go library implementing a tree for fast path lookup.


-- 
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/20150513063144.16718.21398.report...@ozlabs.org