Bug#916972: ITP: domoticz-plugin-zigate -- Domoticz plugin for the Zigate.fr Zigbee transceiver

2018-12-20 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
X-Debbugs-CC: patr...@pichon.me

The Domoticz home automation software is currently being prepared for
Debian:

https://bugs.debian.org/899058

The Zigate.fr USB stick is an inexpensive transceiver that allows
Domoticz to communicate directly with Zigbee devices (lamps, switches,
smart sockets, etc) without using a proprietary hub or bridge.

This plugin allows Domoticz to use the USB stick.

Upstream are coordinating fixes related to packaging in this issue:

https://github.com/sasu-drooz/Domoticz-Zigate/issues/299

License: GPL-3

https://github.com/sasu-drooz/Domoticz-Zigate/blob/stable/LICENSE.txt

I've tested the Domoticz package and this plugin on a Raspberry Pi 3
running Raspbian stretch.

I'll start maintaining a debian/sid packaging branch in this repository
shortly and post updates in the ITP as it becomes ready to use

https://gitlab.com/dpocock/domoticz-zigate

Regards,

Daniel

--
Debian Developer
https://danielpocock.com




Bug#899058: building for Raspbian on a Debian stretch host

2018-12-18 Thread Daniel Pocock


Here are the steps I followed to build Domoticz for Raspbian stretch
using a Debian workstation

Trying to compile on the Raspberry Pi fails due to insufficient RAM. 
The workstation has more RAM and cores for a much faster compile.




sudo apt install sbuild ubuntu-dev-tools qemu-user-static binfmt-support
aufs-dkms


If the aufs-dkms module fails to build with dkms, obtain it from Git. 
For example, if running a backports kernel 4.17:


mkdir -p ~/ws/aufs && cd ~/ws/aufs
git clone https://salsa.debian.org/janluca-guest/aufs-debian
git checkout debian/4.17+20180827-1
dpkg-buildpackage -rfakeroot -i.git -j24 -b --no-sign
sudo dpkg -i ../aufs-dkms_4.17+20180827-1_amd64.deb


Now the tools are ready:


mk-sbuild --arch=armhf --debootstrap-no-check-gpg
--debootstrap-mirror=http://archive.raspbian.org/raspbian stretch
su - $USER
mk-sbuild --arch=armhf --debootstrap-no-check-gpg
--debootstrap-mirror=http://archive.raspbian.org/raspbian stretch


mkdir -p ~/ws/domoticz
cd ~/ws/domoticz
wget https://archive.raspbian.org/raspbian.public.key
wget https://github.com/domoticz/domoticz/archive/4.9700.tar.gz
ln -s 4.9700.tar.gz domoticz_4.9700.orig.tar.gz
git clone https://gitlab.com/dpocock/domoticz-debian-raspbian/
cd domoticz-debian-raspbian
git checkout debian/backports/stretch
sbuild -A -d stretch-armhf --host=armhf --build=armhf
--extra-repository-key=`readlink -f ../raspbian.public.key`
--no-apt-update --no-apt-distupgrade -j24 .



To install the package on the Pi:

scp ../domoticz_4.9700-1_armhf.deb raspberrypi:/root
ssh pi@raspberrypi
sudo dpkg -i /root/domoticz_4.9700-1_armhf.deb




To install the Zigate plugin on the Pi:


sudo rm /usr/sbin/plugins
sudo ln -s /usr/lib/domoticz/plugins /usr/sbin/plugins   (Bug
workaround, or use the patch mentioned above)
cd /usr/lib/domoticz/plugins
git clone https://github.com/sasu-drooz/Domoticz-Zigate
cd Domoticz-Zigate
git checkout stable


Regards,

Daniel


--
Debian Developer
https://danielpocock.com



Bug#899058: disable upstream version popup

2018-12-15 Thread Daniel Pocock

There is a popup in the web interface announcing new upstream versions,
the text is "A new version of Domoticz is Available!"

This should probably be disabled for the package, as updates are managed
through Debian.

Is there a config option to disable the update check or does it require
a patch?

>From a privacy perspective it is also not a good idea for a package to
make un-necessary connections to upstream

Regards,

Daniel



Bug#899058: incomplete plugins path

2018-12-15 Thread Daniel Pocock


The binary appears to be compiled with the relative path "plugins/" for
plugins

The working directory is /usr/sbin and it creates an empty directory
/usr/sbin/plugins at startup

It doesn't use /usr/lib/domoticz/plugins so it doesn't discover any
plugins installed there.

As a workround, I created a symlink before starting the process,

    ln -s /usr/lib/domoticz/plugins /usr/sbin/plugins

but that is only a hack



Bug#899058: Raspbian build?

2018-11-20 Thread Daniel Pocock


Has anybody tried to build the package for Raspbian on the Raspberry Pi already?

Are all the dependencies already available there?



Bug#898259: RFP: vscode -- Microsoft Visual Studio Code

2018-05-09 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-outre...@lists.debian.org


Visual Studio Code regularly comes up in discussions.  Several GSoC
students have asked about using it for Python projects.

Upstream releases[1] the source code under an MIT license on Github

They also distribute binary versions that may or not be built from an
identical code base and contain other (non-free) license clauses.  The
differences are discussed[2] in Github.  It is suggested that the
difference between the source and binary version is like the difference
between chromium and chrome.

Various people have commented about the product sending[3] telemetry
data to the upstream but it is not clear if that happens if it is built
from the source but presumably that can be patched.

The FAQ also mentions[4] auto-updates, that also appears to be something
that would be unexpected for a package user.

There is some background information[5] about the product on Wikipedia.

Any feedback about the suitability of this software as a package or the
use of this software for free software development in general and
alternatives (whether packaged or not) would be welcome.

Regards,

Daniel


1. https://github.com/Microsoft/vscode/blob/master/LICENSE.txt
2. https://github.com/Microsoft/vscode/issues/60#issuecomment-161792005
3.
https://code.visualstudio.com/Docs/supporting/FAQ#_how-to-disable-telemetry-reporting
4.
https://code.visualstudio.com/Docs/supporting/FAQ#_how-do-i-opt-out-of-vs-code-autoupdates
5. https://en.wikipedia.org/wiki/Visual_Studio_Code



Bug#790814: evaluating Kanboard for mentoring

2018-05-05 Thread Daniel Pocock


On 05/05/18 15:56, Thomas Levine wrote:
> You did make it sound very appealing in comparison with those I tried
> that are available in Sandstorm. Please install it, and I will at least
> try it out.
> 
> It might save me enough time to be worth the effort to administrate it,
> though I would probably check with other hackers to see if anyone else
> wants to administrate it, and even then, I would probably do that only
> if other Debian GSoC projects were going to use it too.
> 



I had a look at the package[1] and it doesn't appear ready to use yet.
I made a quick attempt to make it work:

- created /etc/kanboard

- copied config.default.php to /etc/kanboard/config.php

- symlinked /usr/share/kanboard/config.php -> /etc/kanboard/config.php

- created /etc/kanboard/apache.conf:


Alias /kanboard /usr/share/kanboard/

Allow from all
Options -MultiViews
Require all granted
DirectoryIndex index.php


for inclusion into a VirtualHost

- in the config.php, I set DATA_DIR = /var/lib/kanboard

- created the directory:
  mkdir -p /var/lib/kanboard/data
  chown www-data.www-data /var/lib/kanboard/data

It still doesn't work, this appears in the log:

Fatal error:  require(): Failed opening required
'/usr/share/kanboard/app/../vendor/autoload.php'
(include_path='.:/usr/share/php:/usr/share/pear') in
/usr/share/kanboard/app/common.php on line 3


Most of the above steps should be done by the package itself.  If
anybody has time to help finish the package I'd be happy to install it
on the outreach-lab.debian.net server.  The package doesn't need to be
uploaded into Debian, just as long as the necessary changes are in a
clone of the Git repository so I can build the package myself.
Alternatively, maybe somebody can check with other teams using Kanboard
to see if they have packaged it in another repository or something.

Regards,

Daniel


1. https://salsa.debian.org/debian/kanboard



Bug#888896: RFP: redmine_agile -- Kanban / Agile board plugin for Redmine

2018-01-30 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
X-Debbugs-CC: pkg-ruby-extras-maintain...@lists.alioth.debian.org

Hi all,

I tested the redmine_agile plugin on a Debian stretch system.

I put notes about my experience with it here:

https://github.com/dpocock/redmine_agile/blob/master/Debian_Install.txt

and if anybody can give feedback about the process I used that would be
really helpful to anybody who tries to make a package.

Notice that the plugin includes a few hundred lines of non-free
JavaScript and until that is resolved it can't go into main.

The Ruby part of the plugin is GPLv2 code.

It also depends on one library, redmine_crm, which is also GPLv2

Regards,

Daniel



Bug#887127: RFP: leansdr -- Lightweight, portable software-defined radio with leandvb for DVB

2018-01-14 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-h...@lists.debian.org,p...@pabr.org


https://github.com/pabr/leansdr


License: GPL-3


I saw this demonstrated by Michel HB9DUG at RHL'18, it is also discussed
in Swiss ATV

http://home.swissatv.ch/2017/01/leandvb-quesako/



Bug#881379: feedback, setup

2018-01-11 Thread Daniel Pocock



Hi,

I tried it against DAViCal on Debian jessie and it appears to work.

One thing I notice is that it is not integrated with the standard
Address Book window the way SOGo Connector is.  So you can't go to the
Address Book window and click New to add a CardDAV address book.

You have to go to the Tools menu and look for the CardBook option, it
appears below Address Book on my Thunderbird.  Then it has its own
Address Book window and its own wizard for adding (remote) address books.

Regards,

Daniel



Bug#859678: ITP: registration-agent -- standalone SIP registration utility

2017-04-05 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: dan...@pocock.pro

https://github.com/resiprocate/registration-agent

License: BSD-3

Daemon process that sends SIP REGISTER requests, allowing the user to
specify an arbitrary Contact header where incoming calls will be directed.

This is useful for people who want to send a REGISTER request to their
ITSP telling it to send calls to their SIP proxy instead of a phone or
Asterisk server.



Bug#851490: O: virglrenderer -- virtual GPU for KVM virtualization

2017-01-15 Thread Daniel Pocock


On 15/01/17 16:50, Michael Tokarev wrote:
> 15.01.2017 18:10, Daniel Pocock пишет:
>> Package: wnpp
>> Severity: normal
>> X-Debbugs-CC: pkg-qemu-de...@lists.alioth.debian.org
>>
>>
>> For virgl support in qemu
>>
>> slides:
>>
>> http://www.linux-kvm.org/images/f/f3/01x08b-KVMGT-a.pdf
>>
>> http://www.linux-kvm.org/images/3/36/Kvm-forum-2013-virgilpres.pdf
>>
>> Upstream:
>>
>> https://virgil3d.github.io/
>>
>> This is a package worth retaining in Debian, but I personally haven't
>> had the time to update it in over 6 months and it would be better for
>> somebody who has time to follow upstream releases and test against qemu,
>> maybe somebody from the pkg-qemu-de...@lists.alioth.debian.org team.
> 
> Heck.. Maybe it was a bad idea to turn virgl on in qemu after all :)
> 

It's not necessarily bad, nobody has reported bugs against it so maybe
best to leave this version as it is



Bug#851490: O: virglrenderer -- virtual GPU for KVM virtualization

2017-01-15 Thread Daniel Pocock
Package: wnpp
Severity: normal
X-Debbugs-CC: pkg-qemu-de...@lists.alioth.debian.org


For virgl support in qemu

slides:

http://www.linux-kvm.org/images/f/f3/01x08b-KVMGT-a.pdf

http://www.linux-kvm.org/images/3/36/Kvm-forum-2013-virgilpres.pdf

Upstream:

https://virgil3d.github.io/

This is a package worth retaining in Debian, but I personally haven't
had the time to update it in over 6 months and it would be better for
somebody who has time to follow upstream releases and test against qemu,
maybe somebody from the pkg-qemu-de...@lists.alioth.debian.org team.

Regards,

Daniel



Bug#848537: angular-route packaging

2016-12-30 Thread Daniel Pocock


On 30/12/16 13:30, László Böszörményi (GCS) wrote:
> Hi Daniel,
> 
> Anything wrong with AngularJS packaging[1]? As angular-route is part
> of it, it's already packaged, see the file list[2] for
> angular-route.js .
> 
> Cheers,
> Laszlo/GCS
> [1] https://packages.qa.debian.org/a/angular.js.html
> [2] https://packages.debian.org/sid/all/libjs-angularjs/filelist
> 



I was looking through the dependencies for homer-ui and I had the
impression that this was a standalone dependency.

I just had a look at the source tree[1] again and I couldn't see where
it is referred to so maybe this RFP can be closed.

Regards,

Daniel

1. https://github.com/sipcapture/homer-ui/tree/master/lib



Bug#848656: O: ck -- Concurrency Kit

2016-12-19 Thread Daniel Pocock
Package: wnpp
Severity: normal

ck was briefly used as a dependency for Ganglia (Debian package: gmetad)
and so I made a package of it.

It is not being used by Ganglia any more so I am not maintaining the ck
package any more.

Regards,

Daniel



Bug#848539: RFP: sortable - JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/rubaxa/Sortable

License: MIT



Bug#848538: RFP: angular-ui-sortable - allows you to sort an array with drag & drop

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/angular-ui/ui-sortable

License: MIT



Bug#848534: RFP: angular-base64

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/ninjatronic/angular-base64

License: MIT



Bug#848537: RFP: angular-route

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/angular/angular.js/tree/master/src/ngRoute

License: MIT



Bug#848535: RFP: angular-dashboard-framework

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/angular-dashboard-framework/angular-dashboard-framework

License: MIT



Bug#848536: RFP: angular-local-storage

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/grevory/angular-local-storage

License: MIT



Bug#848532: RFP: angular-dialog-service

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/m-e-conroy/angular-dialog-service

License: MIT



Bug#848530: RFP: angular-input-dropdown

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/hannaholl/angular-input-dropdown

License: MIT



Bug#848531: RFP: angular-ui-tree

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/angular-ui-tree/angular-ui-tree

License: MIT



Bug#848533: RFP: angular-ui-router

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

http://angular-ui.github.com/

License: MIT



Bug#848528: RFP: filesaver

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/eligrey/FileSaver.js/

License: MIT



Bug#848525: RFP: ui-grid

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

http://ui-grid.info/

License: MIT



Bug#848527: RFP: mermaid

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://knsv.github.io/mermaid/

License: MIT



Bug#848529: RFP: angular-google-chart

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/angular-google-chart/angular-google-chart

License: MIT



Bug#848526: RFP: sweetalert

2016-12-17 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

http://t4t5.github.io/sweetalert/

License: MIT



Bug#838484: is Icinga legacy?

2016-10-17 Thread Daniel Pocock


The Sensu web site claims that their monitoring tool, Sensu, provides
"Monitoring that doesn't suck" and "reuse monitoring checks and plugins
from legacy monitoring tools like Nagios, Icinga, Zabbix, and many more"

Is Icinga/Icinga2 considered to be "legacy", or is that only the opinion
of the Sensu developers?

If it is legacy, is there anything else now in Debian that replaces it?

Has anybody made an objective comparison of Nagios, Icinga2 and Sensu?

I created an RFP bug[1] for evaluating Sesnu, any comments people could
submit there would be welcome.

Regards,

Daniel


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



Bug#838700: RFP: cubism - D3 plugin for visualizing time series

2016-09-23 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
X-Debbugs-Cc:
debian-de...@lists.debian.org,pkg-monitoring-maintain...@lists.alioth.debian.org,pkg-javascript-de...@lists.alioth.debian.org
Control: block 838697 by -1

https://square.github.io/cubism/

License: Apache

Needed for Ganglia 3.7.x

I may not personally have time to update ganglia-web and package the
three new JavaScript dependencies before stretch, if anybody else wants
to help with these packages it would be very welcome.

"Cubism.js is a D3 plugin for visualizing time series. Use Cubism to
construct better realtime dashboards, pulling data from Graphite, Cube
and other sources. Cubism is available under the Apache License on GitHub"



Bug#838698: RFP: protovis - composes custom views of data with simple marks such as bars and dots

2016-09-23 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
X-Debbugs-Cc:
debian-de...@lists.debian.org,pkg-monitoring-maintain...@lists.alioth.debian.org,pkg-javascript-de...@lists.alioth.debian.org
Control: block 838697 by -1

http://mbostock.github.io/protovis/

License: BSD

Needed for Ganglia 3.7.x

I may not personally have time to update ganglia-web and package the
three new JavaScript dependencies before stretch, if anybody else wants
to help with these packages it would be very welcome.

"Protovis composes custom views of data with simple marks such as bars
and dots. Unlike low-level graphics libraries that quickly become
tedious for visualization, Protovis defines marks through dynamic
properties that encode data, allowing inheritance, scales and layouts to
simplify construction. "


>From the upstream web site:

"Protovis is no longer under active development.

The final release of Protovis was v3.3.1 (4.7 MB). The Protovis team is
now developing a new visualization library, D3.js, with improved support
for animation and interaction. D3 builds on many of the concepts in
Protovis; for more details, please read the introduction and browse the
examples."

Is D3 a drop-in replacement for web applications that use protovis.js?
If so, no need to package protovis.js, as D3 is already available in Debian

https://packages.qa.debian.org/d/d3.html



Bug#838699: RFP: jstree - jquery plugin that provides interactive trees

2016-09-23 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
X-Debbugs-Cc:
debian-de...@lists.debian.org,pkg-monitoring-maintain...@lists.alioth.debian.org,pkg-javascript-de...@lists.alioth.debian.org
Control: block 838697 by -1


https://www.jstree.com/

License: MIT

Needed for Ganglia 3.7.x

I may not personally have time to update ganglia-web and package the
three new JavaScript dependencies before stretch, if anybody else wants
to help with these packages it would be very welcome.

"jsTree is jquery plugin, that provides interactive trees. It is
absolutely free, open source and distributed under the MIT license.
jsTree is easily extendable, themable and configurable, it supports HTML
& JSON data sources and AJAX loading."

Source:
https://github.com/vakata/jstree/



Bug#838484: RFP: sensu - monitoring framework

2016-09-21 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: dan...@pocock.pro
X-Debbugs-Cc: debian-de...@lists.debian.org
X-Debbugs-Cc: debian-r...@lists.debian.org

Upstream:

https://sensuapp.org
https://github.com/sensu

License:

Sensu Core is advertised[1] with the MIT License

There is also an enterprise version with a non-free license

Has anybody looked at the free version to see how it compares to other
free products in this space, such as Icinga2[2] and Nagios[3]?

Has anybody looked at the free version to see how many dependencies it
requires and whether they are all DFSG-compliant?

Has anybody observed the way they interact with the community, for
example, does the existence of the enterprise version mean they are
reluctant to accept enhancements to the free version that would compete
with the paid product?  I notice the free version is Ruby while the paid
version mentions Java/JVM runtime[1], so maybe the enterprise version is
a completely different codebase and can be treated as if it doesn't exist.

It uses a Ruby build system, upstream publishes packages built[4] with a
tool called Omnibus.  Can anybody familiar with Ruby comment on whether
this is helpful for official packaging?

This is also another example of a project encouraging people to install
their own PGP key and private repository URL into apt[5] rather than
publish an official package through Debian.



1. https://sensuapp.org/features#compare
2. https://packages.qa.debian.org/i/icinga2.html
3. https://packages.qa.debian.org/n/nagios3.html
4. https://github.com/sensu/sensu-build/blob/master/Rakefile
5.
https://sensuapp.org/docs/latest/platforms/sensu-on-ubuntu-debian#install-sensu-core-repository



Bug#837746: ITP: diff-match-patch -- Google Diff, Match and Patch

2016-09-14 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: dan...@pocock.pro

https://code.google.com/p/google-diff-match-patch/

License: Apache-2.0

Diff, Match and Patch in various programming languages including
JavaScript, Python, C++, Java, Lua and Objective C

There is already a python-diff-match-patch package in Debian, it is
built from a subset of the same source and in future it can be built
from this source package.



Bug#837662: ITP: homer-ui -- HOMER / SIPCapture node web UI

2016-09-13 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: dan...@pocock.pro

https://github.com/sipcapture/homer-ui

License: AGPL-3+

HOMER monitoring/analysis system (web UI)



Bug#837661: ITP: homer-api -- HOMER / SIPCapture node REST API

2016-09-13 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: dan...@pocock.pro

https://github.com/sipcapture/homer-api

License: AGPL-3+

HOMER monitoring/analysis system (service, REST API).



Bug#837165: ITP: captagent -- HOMER / SIPCapture agent

2016-09-09 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: dan...@pocock.pro

https://github.com/sipcapture/captagent

License: GPL-3+

Captures SIP and related data and forwards to HOMER monitoring system.



Bug#831651: ITP: postbooks-schema - schema files for PostBooks

2016-07-18 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Combine the source packages postbooks-schema-demo,
postbooks-schema-empty and postbooks-schema-quickstart into a single
source package postbooks-schema



Bug#816895: RFP: telify - Firefox / Iceweasel plugin, makes all phone numbers on a page clickable

2016-03-06 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

https://addons.mozilla.org/en-us/firefox/addon/telify/
http://www.codepad.de/en/software/firefox-add-ons/telify.html

Copied from web site:

Version:1.3.1
Updated:October 23, 2012
Works with: Mozilla Firefox 3.0 - 18.0
Mozilla Thunderbird 3.0 - 18.0
Platforms:  Windows, Mac OS X and Linux
Languages:  English, French, German
License:Creative Commons BY-ND


Note: BY-ND is a non-free license so this package should go in non-free,
not main:

https://lists.debian.org/debian-legal/2013/08/msg00015.html

unless somebody is willing to rewrite the code and release it under a
free license.



Bug#813657: progress?

2016-03-05 Thread Daniel Pocock


Can somebody please accept my request to join pkg-qemu so I can put the
virglrenderer repo under alioth:/git/pkg-qemu?



Bug#813657: progress?

2016-03-02 Thread Daniel Pocock


On 02/03/16 20:34, Martin Michlmayr wrote:
> * Daniel Pocock <dan...@pocock.pro> [2016-03-02 13:01]:
>> Have you heard about anybody starting on this package?
> 
> Michael Tokarev said he might package it.  I haven't heard from anyone
> else.
> 
> Unfortunately, I cannot answer any of the questions.  I'd like to use
> virgl and qemu but I have never done so yet.
> 


OK, I made a package, it is in NEW

I've applied to join pkg-qemu so I can put it under their Git on alioth



Bug#712159: non-free upload

2016-02-19 Thread Daniel Pocock


It appears these license terms are suitable for the non-free section
though, so I've uploaded the package there.

I would discourage people from using this for any new projects.  It is
used in the examples in the O'Reilly book Machine Learning for Hackers
so it is useful to make it available for people trying to follow those
examples.



Bug#815129: ITP: r-cran-nlp - Natural Language Processing Infrastructure

2016-02-18 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

https://cran.r-project.org/web/packages/NLP/index.html

Natural Language Processing Infrastructure

Basic classes and methods for Natural Language Processing.



Bug#815130: ITP: r-cran-lubridate - Make Dealing with Dates a Little Easier

2016-02-18 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

https://cran.r-project.org/web/packages/lubridate/index.html

Make Dealing with Dates a Little Easier

Functions to work with date-times and timespans: fast and user friendly
parsing of date-time data, extraction and updating of components of a
date-time (years, months, days, hours, minutes, and seconds), algebraic
manipulation on date-time and timespan objects. The 'lubridate' package
has a consistent and memorable syntax that makes working with dates easy
and fun.



Bug#815127: ITP: r-cran-arm

2016-02-18 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

https://cran.r-project.org/web/packages/arm/

arm: Data Analysis Using Regression and Multilevel/Hierarchical Models

R functions for processing 'lm', 'glm', 'svy.glm', 'merMod' and 'polr'
outputs.



Bug#815128: ITP: r-cran-glmnet - Lasso and Elastic-Net Regularized Generalized Linear Models

2016-02-18 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

https://cran.r-project.org/web/packages/glmnet/

glmnet: Lasso and Elastic-Net Regularized Generalized Linear Models

Extremely efficient procedures for fitting the entire lasso or
elastic-net regularization path for linear regression, logistic and
multinomial regression models, Poisson regression and the Cox model. Two
recent additions are the multiple-response Gaussian, and the grouped
multinomial. The algorithm uses cyclical coordinate descent in a
path-wise fashion, as described in the paper linked to via the URL below.



Bug#619347: Any progress with packaging Jappix?

2016-02-05 Thread Daniel Pocock
On 5 February 2016 20:12:13 CET, "W. Martin Borgert"  wrote:
>Hi,
>
>the link to mentors seems to be dead.
>Is there any progress with Jappix packaging?
>Are there any problems? Missing JS dependencies?
>

 I tested it briefly but haven't had time to do any more.



Bug#698412: ice4j: changing from ITP to RFP

2015-12-27 Thread Daniel Pocock


On 27/12/15 13:16, Lucas Nussbaum wrote:

> 
> A long time ago, you expressed interest in packaging ice4j. Unfortunately,
> it seems that it did not happen. In Debian, we try not to keep ITP bugs open
> for a too long time, as it might cause other prospective maintainers to
> refrain from packaging the software.
> 


This has been held back pending the upstream release of one dependency
and the packaging of some other dependencies, those tasks have been
getting done, just very slowly.



Bug#805777: turnserver.org package orphaned, supporting alternatives

2015-11-22 Thread Daniel Pocock

(please reply on the d...@jitsi.org list)

I've orphaned the turnserver.org package in Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805777

Two other TURN server packages with open source licenses are more
regularly updated and appear to have many more features now:

coTurn:
Web: https://github.com/coturn/coturn/
Package: https://packages.qa.debian.org/c/coturn.html

reTurn:
Web: http://www.resiprocate.org/ReTurn_Overview
Package: https://packages.qa.debian.org/r/resiprocate.html

Would it be more efficient for the Jitsi team to collaborate on the
development of one of these other projects?

Note that my decision to orphan the package was not based on anything
significantly bad about turnserver.org, it is just that every package I
maintain requires a certain amount of time and effort and when there are
two other viable packages already widely available I feel it is better
for me to contribute time to those things that need more urgent
attention, like the ice4j packaging or the telepathy-resiprocate[1] project.

Regards,

Daniel


1. http://danielpocock.com/enterprise-grade-sip-coming-to-telepathy



Bug#805777: O: turnserver -- STUN/TURN server for RTC NAT traversal and media relay

2015-11-22 Thread Daniel Pocock
Package: wnpp
X-Debbugs-CC:
pkg-voip-maintain...@lists.alioth.debian.org,em...@jitsi.org,s...@jitsi.org,lei...@linux.vnet.ibm.com

https://tracker.debian.org/pkg/turnserver

popcon stats:
https://qa.debian.org/popcon.php?package=turnserver

popcon stats for related packages:
https://qa.debian.org/popcon.php?package=resiprocate
https://qa.debian.org/popcon.php?package=coturn

There are two alternative packages (resiprocate-turn-server and coturn)
and both are more regularly maintained.

I feel that maintaining this package will take time away from other
activities that are more urgent so I am orphaning it.  If upstream or
anybody else wants to fully accept responsibility for maintaining the
package and fixing the RC bug[1] then I believe it would be suitable to
remain in Debian.

Regards,

Daniel


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



Bug#802684: ITP: radcli - RADIUS client library for C applications

2015-10-22 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock <dan...@pocock.pro>

Upstream:

  https://github.com/radcli/radcli

This is a fork of freeradius-client that is now being used in Fedora and
regularly maintained.



Bug#790956: ITP: node-bowser - JavaScript browser detection library

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/ded/bowser

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55965fe4.6040...@pocock.com.au



Bug#790959: ITP: node-events - Node EventEmitter

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/Gozala/events

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55966035.8020...@pocock.com.au



Bug#790954: ITP: node-merge - JavaScript utility for merging multiple objects into one

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/yeikos/js.merge

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55965f3b.2090...@pocock.com.au



Bug#790961: ITP: node-typedarray-to-buffer - JavaScript utility converting TypedArray to buffer without copy

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://github.com/feross/typedarray-to-buffer

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559662b6.7010...@pocock.pro



Bug#790962: ITP: node-util - NodeJS/JavaScript util module

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://github.com/defunctzombie/node-util

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559662fb.1000...@pocock.pro



Bug#790960: ITP: node-is-typedarray - JavaScript library checking if object is TypedArray

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://github.com/Gozala/events

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5596625b.30...@pocock.pro



Bug#790963: ITP: node-websocket - WebSocket implementation for NodeJS

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://github.com/theturtle32/WebSocket-Node

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5596633e.60...@pocock.pro



Bug#790965: ITP: node-sdp-transform - JavaScript parser/writer for Session Description Protocol

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://github.com/clux/sdp-transform

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559664ba.5040...@pocock.pro



Bug#790964: ITP: rtcninjajs - JavaScript abstraction layer for WebRTC API

2015-07-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://github.com/eface2face/rtcninja.js

License: MIT

Required for JsSIP package update


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5596647a.3020...@pocock.pro



Bug#776289: ITP: jsmpp - SMPP for Java

2015-01-26 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  http://jsmpp.org

License: Apache 2.0

This is a Java implementation of SMPP


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54c615e1.9020...@pocock.pro



Bug#769779: O: sipml5 -- JavaScript SIP stack

2014-11-16 Thread Daniel Pocock
Package: wnpp
X-Debbugs-CC:
diopmama...@doubango.org,pkg-voip-maintain...@lists.alioth.debian.org,pkg-javascript-de...@lists.alioth.debian.org

https://tracker.debian.org/pkg/sipml5

popcon stats:
https://qa.debian.org/popcon.php?package=sipml5

As my focus is now on the JSCommunicator[1] solution for WebRTC and its
packages[2], I'm not currently maintaining the SIPml5 package.

As WebRTC is an evolving technology this package is best supported by
upstream or somebody who is using it actively and able to update the
package promptly after upstream releases.

1. http://jscommunicator.org/
2. http://packages.qa.debian.org/j/jscommunicator.html


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/546892e3.7080...@pocock.pro



Bug#769173: RFA: libmusicbrainz5 -- Library to access the MusicBrainz.org database

2014-11-12 Thread Daniel Pocock
On 12/11/14 12:04, Sebastian Ramacher wrote:
 Control: owner -1 !
 Control: retitle -1 ITA: libmusicbrainz5 -- Library to access the 
 MusicBrainz.org database

 On 2014-11-11 22:31:56, Daniel Pocock wrote:
 Package: wnpp
 X-Debbugs-CC: debian-de...@lists.debian.org,
 pkg-multimedia-maintain...@lists.alioth.debian.org, a...@gently.org.uk,
 tjaal...@ubuntu.com

 https://tracker.debian.org/pkg/libmusicbrainz5

 libmusicbrainz5 is pulled into many GNOME desktops as a dependency,
 hence the high popcon stats:
 https://qa.debian.org/popcon.php?package=libmusicbrainz5

 There is currently an RC bug, a couple of non-free files crept in at
 some point, upstream has removed them but had to make API changes.
 Somebody adopting the package may need to consider a transition.

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

 This package relies on a web service API from MusicBrainz and somebody
 familiar with that may be able to support the package more easily.

 I think this is a very worthwhile package, it is part of the eco-system
 of open source alternatives to cloud-based music services.  I originally
 helped with this package to support the packaging of flactag.  However,
 I have a large portfolio of other packages where I have more in-depth
 experience and ongoing development work hence I'm putting this one
 up for adoption in the hope that somebody will focus on it.
 I will continue mainting the package in the Multimedia team if that's
 okay with you.

That's great - Timo has also been a maintainer and he informed me he is
dropping out too so you can remove both of our names from Uploaders

Andy Hawkins is one of the upstream developers, he is not a DD but he
has guest access on alioth and in the repository

Please also get in touch with #debian-release and mention the RC bug,
they may need some help getting that resolved for jessie.

I'm happy to continue maintaining the flactag package for now, Andy is
also upstream for that, it uses libmusicbrainz5


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5463440a.9020...@pocock.pro



Bug#769173: RFA: libmusicbrainz5 -- Library to access the MusicBrainz.org database

2014-11-11 Thread Daniel Pocock
Package: wnpp
X-Debbugs-CC: debian-de...@lists.debian.org,
pkg-multimedia-maintain...@lists.alioth.debian.org, a...@gently.org.uk,
tjaal...@ubuntu.com

https://tracker.debian.org/pkg/libmusicbrainz5

libmusicbrainz5 is pulled into many GNOME desktops as a dependency,
hence the high popcon stats:
https://qa.debian.org/popcon.php?package=libmusicbrainz5

There is currently an RC bug, a couple of non-free files crept in at
some point, upstream has removed them but had to make API changes.
Somebody adopting the package may need to consider a transition.

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

This package relies on a web service API from MusicBrainz and somebody
familiar with that may be able to support the package more easily.

I think this is a very worthwhile package, it is part of the eco-system
of open source alternatives to cloud-based music services.  I originally
helped with this package to support the packaging of flactag.  However,
I have a large portfolio of other packages where I have more in-depth
experience and ongoing development work hence I'm putting this one
up for adoption in the hope that somebody will focus on it.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5462804c.5090...@pocock.pro



Bug#761214: [Pkg-middleware-maintainers] was qpid-tools orphaned ?

2014-10-28 Thread Daniel Pocock
On 28 October 2014 12:03:50 GMT-07:00, Darryl L. Pierce mcpie...@gmail.com 
wrote:
I figured that Caijus had maintained and orphaned it when he retired
from
qpid-cpp. If I'm mistaken I apologize. I would like to help maintain it
though.

Darryl is part of pkg-middleware-maintainers

FYI, I'm travelling for a few more days, will only be able to look at this when 
I return
-- 
http://danielpocock.com


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/b5a2e78a-4d62-4aa3-8195-5b33327ef...@pocock.pro



Bug#559969: jslint can now be used for evil

2014-10-09 Thread Daniel Pocock



Mr Crockford has apparently given the Eclipse Foundation permission to
distribute jslint without the no evil clause.

A DFSG compliant jslint can be downloaded from the Eclipse site:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/tree/lib/jslint/jslint-2011-01-09.js

The jshint team are looking at whether they can rebase their code on it:

https://github.com/jshint/jshint/issues/1234#issuecomment-58564429


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5436e95c.6010...@pocock.pro



Bug#759539: ITP: drupal7-mod-jqueryi18nproperties - I18n library module for Drupal

2014-08-28 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://github.com/jquery-i18n-properties/drupal-mod-jqueryi18nproperties

License: GPLv2 or greater

This is a library descriptor for the Drupal system to recognise
jquery.i18n.properties.js installed on a Debian system and make it
available as a module within Drupal.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53fef9ce.9040...@pocock.pro



Bug#759547: ITP: drupal7-mod-fontawesome - FontAwesome library module for Drupal

2014-08-28 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

  https://www.drupal.org/project/fontawesome

License: GPLv2 or greater

This is a library descriptor for the Drupal system to recognise
Font Awesome installed on a Debian system and make it
available as a CSS library within Drupal.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53ff1434.5060...@pocock.pro



Bug#759014: RFP: bitcointrader -- Bitcoin trading application

2014-08-25 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256




On 23/08/14 21:42, Dmitry Smirnov wrote:
 Package: wnpp Severity: wishlist X-Debbugs-CC:
 debian-de...@lists.debian.org,pkg-bitcoin-de...@lists.alioth.debian.org

  Package name: bitcointrader Version: 1.07.99 Upstream Author: July
 IGHOR julyig...@gmail.com URL:
 https://github.com/JulyIGHOR/QtBitcoinTrader License: GPL-3+ with
 OpenSSL linking exception Description: Bitcoin trading application 
 QtBitcoinTrader is a front-end to cryptocurrency exchanges. It
 helps to open and cancel orders very fast and monitor data in real
 time. .

Could this link against the OpenMAMA packages to get real-time
currency rates?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJT+4j0AAoJEGxlgOd711bEcRYQAJrhgbXi4vY6BK0HDvReooC1
GXlPaNnRvLWeblyGqVKxsFX9Bnhq+YQM7ad3cPt07E0GCJe4TucETz8DpH1h0HaX
13+ustbPZ0zc2jIRQyU4pTCvj8n9hQgZhzTSo7Srd5VNkSrnh1reOCuzFYGbr4/c
R6VdxMFvJJV43UFN7JQKAFdl+M+VY+G87m7I+YX+E7GM4xgxGP3cpeENKniLs5Ae
nfHzy4EocA0ZGKd64uW/raV3e15XoxIWhW8FkElGmFBo9u4Y/VrwgRasfmjEXOiI
KrWZa09IscqeUJkEg3ZMP8ktqUgYdGliZiBINTFuWOrSPt6CrPFO2L3xiFyqSQ2j
AhKBtsjA7A/mAU9o58fSCDeXDAGWX7bmVUPugtw+uNbbFtkRBNAlGrfsiYLwm/0g
uRSQFY2UpGw/5XC9+4Jsv9+K+PCYlQj4A0QzRwZ+H4Ljavn7Xv6XnFJhC2pgFo64
B+kKHBB5uxpV513g67zDk0Jz+JPu3ipHqWnowVQs6kJWlohYdU/z1RrCFoFRPmHL
wCK0glAjxV/Ls17H+sGJGhrW8aN6gF99YaNQNv5hWMLSKj/RG3leDWUYfaeGcmzk
6poHlafO+Ac8jsfI4IjekxcSBIESxFcQ94hOAfVFM3Cu9LxIdKxemBzXWeRmFiAB
Te+ArxaxEG2zf2LDn99Y
=wfBh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53fb88f5.2050...@pocock.pro



Bug#752766: ITP: python-netsyslog - syslog network emitter and collector

2014-06-26 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

http://hacksaw.sourceforge.net/netsyslog/

Source:

https://github.com/dpocock/python-netsyslog

License: PSF-2


# This module is free software, and you may redistribute it and/or modify
# it under the same terms as Python itself, so long as this copyright
message
# and disclaimer are retained in their original form.
#
# IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
# SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
# THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.
#
# THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
# PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN AS IS BASIS,
# AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53ac0c63.4060...@pocock.pro



Bug#752780: ITP: syslog-nagios-bridge - generate Nagios alerts from Syslog events

2014-06-26 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

https://github.com/dpocock/syslog-nagios-bridge

Source:

https://github.com/dpocock/syslog-nagios-bridge

License: GPL-3


Depends on latest version of pynag (from Git) and python-netsyslog


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53ac27cc.3010...@pocock.pro



Bug#741258: libphonenumber packaging, libre2, ...

2014-06-24 Thread Daniel Pocock
On 24/06/14 13:04, Fredrik Roubert wrote:
 On Sat, Jun 14, 2014 at 3:16 PM, Fredrik Roubert roub...@google.com wrote:

 As of r671, these changes have now been committed upstream.
 Is there now anything else with which you need my help, in order to
 proceed with this?


The package is in the NEW queue:

https://ftp-master.debian.org/new.html

It can take a few weeks for the FTP masters to approve something in the
NEW queue

In the meantime, these other things are not on the critical path but are
a good idea:

- getting libre2 into wheezy-backports - then we can release
libphonenumber as a backport too

- updating the version number in debian/copyright in SVN (see the email
thread about version numbers) - this doesn't impact the official
packages because I fix up the version number manually when I build a
package to upload.  But if you set the version correctly in SVN, it will
be more convenient for users who want to build their own packages from SVN.

- packaging the JavaScript - I saw the reply about that, but I haven't
had time to do anything with that myself.  I may come back to that or
somebody else may contribute a patch.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53a96b9f.9030...@pocock.pro



Bug#741258: libphonenumber packaging, libre2, ...

2014-06-24 Thread Daniel Pocock


On 24/06/14 14:19, Fredrik Roubert wrote:
 On Tue, Jun 24, 2014 at 2:14 PM, Daniel Pocock dan...@pocock.pro wrote:
 
 - updating the version number in debian/copyright in SVN (see the email
 thread about version numbers) -
 
 There is currently no version number at all in debian/copyright. What
 is supposed to be there?
 

That is a typo - I meant debian/changelog


https://github.com/libphonenumber/libphonenumber/blob/master/debian/changelog#L1


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53a9a1d0.3000...@pocock.pro



Bug#741258: libphonenumber packaging, libre2, ...

2014-06-24 Thread Daniel Pocock


On 24/06/14 18:28, Fredrik Roubert wrote:
 On Tue, Jun 24, 2014 at 6:05 PM, Daniel Pocock dan...@pocock.pro wrote:
 
 I meant debian/changelog
 
 OK. What version number is supposed to be there? I thought you wrote
 that debian/changelog only should be updated when the packaging itself
 was updated, and the version number currently there is the version
 number of when the packaging files last were updated. How is it
 supposed to be done instead?
 


Please see this thread on the list:

https://groups.google.com/forum/#!topic/libphonenumber-discuss/wm0bw6nMEwc

What is there now is currently incorrect:

   6.1~svn668-1  6.1

as 6.1 has already been released.

You need to either use


   6.1+svn668-1

or

   6.2~svn668-1

or maybe

   7.0~svn668-1

I will always update it for official package builds, but having a
correct value in SVN makes it easier for people installing home-built
versions of the package.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53a9b5fa.7020...@pocock.pro



Bug#741258: libre2 - next steps

2014-06-13 Thread Daniel Pocock



Hi Stefano,

Thanks for uploading libre2 - I notice it has now propagated to testing:

   http://packages.qa.debian.org/r/re2.html

Would you consider releasing it to wheezy-backports?

Is this the same package in Fedora/EPEL and is it up to date for
libphonenumber to use?

   https://bugzilla.redhat.com/show_bug.cgi?id=868578

I notice GNOME's Evolution is supporting libphonenumber in some form
now, hopefully the GNOME team will be able to enable this eventually in
their packages for jessie:

https://github.com/GNOME/evolution-data-server/blob/master/m4/evo_phonenumber.m4

Regards,

Daniel


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/539b2f17.7020...@pocock.pro



Bug#750765: ITP: jquery-i18n-properties - lightweight jQuery internationalization plugin

2014-06-06 Thread Daniel Pocock
Package: wnpp
Severity: wishlist

Upstream:

http://code.google.com/p/jquery-i18n-properties/

Source:

http://code.google.com/p/jquery-i18n-properties/source/checkout

License:

Dual MIT and GPL

It is being used to provide i18n support in upcoming JSCommunicator
releases.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5391eb0e.7060...@pocock.pro



Bug#741258: libphonenumber packaging, libre2, ...

2014-06-02 Thread Daniel Pocock


On 02/06/14 12:25, Fredrik Roubert wrote:
 On 27/05/14 15:59, tony mancill wrote:
 
 * it has a build-dep on libre2-dev, which is currently only in
 experimental
 
 That's explained here:
 
 http://alioth.debian.org/scm/loggerhead/collab-maint/re2/trunk/view/head:/debian/README.Debian

Stefano, we are now at the point where another package needs to link
against re2 - could you please make an upload to unstable or add any
other comments about the situation?

I tried building libre2 manually on wheezy, one of the test cases failed:

obj/test/parse_test  FAIL; Output:
re2/testing/parse_test.cc:214: Check
failed: (string(tests[i].parse)) == (s)Regexp: \s
parse: cc{0x9-0xd 0x20} s: cc{0x9-0xa 0xc-0xd 0x20} flag=1676


 
 On Thu, May 29, 2014 at 8:43 PM, Daniel Pocock dan...@pocock.com.au wrote:
 
 Fredrik indicated upstream would welcome improvement to the packaging
 files.
 
 Yes, just send code reviews to me. Or, if they're about the
 CMakeLists.txt file, better to Philippe Liard
 philip.li...@gmail.com, who actually knows CMake ...

I've spent some time going over this.  Here is my diff - you could just
take my whole debian/* and dump it on top of yours (notice some files
renamed/moved):

   https://github.com/dpocock/libphonenumber/tree/debian

Rather than keeping this in debian/patches, you probably want to apply
this directly in SVN, I think this is the fix for the issue Tony noticed
with boost system:


https://github.com/dpocock/libphonenumber/blob/debian/debian/patches/0001-add-boost-system.patch

I also made an upload to mentors so it is easy for people to review
visually:

  https://mentors.debian.net/package/libphonenumber

Here are some things that need fixing in SVN:

- the content that was in debian/changelog should be in a top-level
ChangeLog file called changelog.txt - the debian/changelog file should
only be changed when somebody does an upload to Debian, it only needs to
mention things that change in the package (e.g. New upstream version,
or initial release of JavaScript sub-package)

- distribution of a source tarball - we can autogenerate source tarballs
from the tags in the github mirror:
   https://github.com/libphonenumber/libphonenumber/releases
or could somebody put source tarballs (without any binary JARs inside)
in the Google Code download page?
   http://code.google.com/p/libphonenumber/downloads/list

- remove binary JARs from SVN so they don't end up in the autogenerated
source tree (see the lintian alerts on the mentors link to see the
filenames)

- the typos


One thing stands out for me - the package numbering, e.g.
libphonenumber5, libphonenumber6, ...

The SONAME in the file appears correct:
$ objdump -p ./cpp/build/libphonenumber.so | grep SONAME
  SONAME   libphonenumber.so.6

If you change the ABI number regularly, then it will be hard to push
updates to stable distributions (e.g. Debian stable, Ubuntu LTS, EPEL).
 Ideally, if updates are just data changes (to recognize new area codes
and numbering plan changes) then they would be in some separate package
that can be distributed through $(stable)-updates - just like anti-virus
patterns, timezones, etc:
https://lists.debian.org/debian-volatile-announce/2012/msg0.html

The binary ABI and the developer API would stay the same for a given
Linux version.  I don't want to deter you from adding new features or
make it more tedious to support, but would it be possible to distribute
the pattern data separately in such a manner?

The other problem with the package name is that each time there is a new
package name anywhere in the control file (e.g. a libphonenumber7
package) then the next upload to Debian will need to go in the FTP NEW
queue for manual approval, that adds a delay of 1-4 weeks.  If the
package names haven't changed, then uploads to Debian (and propagation
to Ubuntu) happen automatically within a few hours.  Usually if this
happens no more than once per year it is OK.

If the version number is really significant, maybe the Java packages
should also be named libphonenumber${VERSION}-java?  Does anybody care
either way?

This source file:

   cpp/src/phonenumbers/test_metadata.cc

changes during the build.  If it is an auto-generated file, maybe it
should not be in SVN at all as it will always be recreated when needed?
 There are various other files like this (*.cc) that are not in SVN.

One thing I haven't look at yet is the JavaScript code - we should make
a libjs-phonenumber.deb package containing that code too.

I've done a first upload to the NEW queue today, there seems to be quite
a backlog there so I thought it would be good to get it in the queue
while we continue refining this.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/538c6f29.3090...@pocock.com.au



Bug#741258: libphonenumber packaging

2014-06-01 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 29/05/14 20:43, Daniel Pocock wrote:
 
 
 On 27/05/14 15:59, tony mancill wrote:
 On 05/26/2014 10:38 AM, Daniel Pocock wrote:
 
 Hi Laurent,
 
 I use libphonenumber too (it is in Lumicall, for example)
 
 Has anybody else responded about packaging it or did you start
 on it yourself? 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741258
 
 I notice upstream has debian/ artifacts in the repository: 
 https://code.google.com/p/libphonenumber/source/browse/trunk/debian




 
Can anybody comment on whether this is consistent with the current
 packaging standards for debian-java?
 
 Hi Daniel,
 
 The answer about packaging standards and whether the package
 could enter Debian is no, but it's a decent start.  I was able
 to get it built, noting the following.
 
 * it has a build-dep on libre2-dev, which is currently only in 
 experimental
 
 * it is currently a native package, but should be easy to
 convert
 
 * it's missing build-deps on: libboost-system, junit,
 ant-optional
 
 * I had to edit the CMakeLists.txt to add system as a Boost 
 component.
 
 * the resulting -java and -dev debs look okay, but the actual 
 runtime deb is empty (no .so files)
 
 * the build modifies one of the source files, and creates a few
 new ones.
 
 It would be nice to have something that links against it to test 
 with.
 
 
 Tony, thanks for all this feedback
 
 Fredrik indicated upstream would welcome improvement to the
 packaging files.
 
 I don't mind helping out with this and I can potentially pull out
 some of the code from Lumicall to provide a test case for the Java
 side of this.  I can imagine a project like Jitsi using it to
 handle tel: URIs too.
 
 I'm wondering if it should be maintained by simply
 mirroring/cloning the upstream repository or by building a Git
 repository with git-import-orig from the upstream source tarball?

As it changes frequently, my feeling is that we aim to get the
debian/* files into the upstream repository

 Fredrik, do you foresee moving from SVN to Git any time soon?  If
 not, I may set up a git mirror (I have a script that does this and
 keeps them in sync) and then I can make changes on a branch more
 easily.

I've now set up a mirror on github for Git users.  It is updated every
hour using sync2git.

The Github wiki and bug tracker is disabled to avoid confusion.  There
is a status message at the top of the page to inform people it is not
the official repository:

  https://github.com/libphonenumber/libphonenumber

- From there, I've created a fork where I will start updating the
debian/* files:

  https://github.com/dpocock/libphonenumber

and when they are ready, they can be merged back into SVN as a single
patch perhaps.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTi419AAoJEOm1uwJp1aqDlVwP/0E+OIanFhAQ28OxrNDxbBeM
fuXjpQjvKNU+ljRnmDQA5mwJMkQVrIe9klttLzBJ3NpSOWqWHOhqkVSiPC3EsA75
gDVaPwAGJrUc+Jb7n8s5zBFvVsGLFtoPuqM1+lwZCM+2vfrXf/IssEy7hGc/HvRi
/Qfg5rG6suCUCOnStY4q+CaK8TVNsdqEdPYqTFQYKwOIJ8cQbndkr7o4MFhkvC4R
0zuGH6vFfY8qSLLc7xd5KyAhKpUdm1sbK6UDKw0q0h2iCPr6aGBAq6pVURVmkXT1
rsQ0xRGGF57kVPGq712J5uQYSfNSXs5gDlNh7tQ6MTW77b1qjvpanQzo2E2HQPG+
E1BvjgWMwNxD1J2bZdDznH7M+QVpQPREDuoo/s6Pq0g5MvqQXA+4ZEdSPdteP8GT
FpXoqC0/X49gmWn+TDuggZQYf7edEjg0hJxYsYuja/gdQzPzkGHH75SluFx+Z8Fl
Xt+CXG532zTrT4PwTs4b65AHMTlsRbkqIjvEempNCkztzUKBXh4eVhRafDxcAuPy
VjEHjBoSdQlKYYZ4HC4orO70VsUjZE+ehUk6bqt5Fz3LMu3GG9A7bIMnPOLpZI7u
lG36+rYNo19ZjDU5XfbZydwWkVnT/PiVPEl0cYUcCFqmuyjHUDc5LAo7PbPZlG5m
qDXv6jT67Ky/PGT/VG0x
=AQCq
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/538b8d7d.8020...@pocock.com.au



Bug#741258: libphonenumber packaging

2014-05-29 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 27/05/14 15:59, tony mancill wrote:
 On 05/26/2014 10:38 AM, Daniel Pocock wrote:
 
 Hi Laurent,
 
 I use libphonenumber too (it is in Lumicall, for example)
 
 Has anybody else responded about packaging it or did you start on
 it yourself? 
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741258
 
 I notice upstream has debian/ artifacts in the repository: 
 https://code.google.com/p/libphonenumber/source/browse/trunk/debian


 
Can anybody comment on whether this is consistent with the current
 packaging standards for debian-java?
 
 Hi Daniel,
 
 The answer about packaging standards and whether the package could
 enter Debian is no, but it's a decent start.  I was able to get
 it built, noting the following.
 
 * it has a build-dep on libre2-dev, which is currently only in
 experimental
 
 * it is currently a native package, but should be easy to convert
 
 * it's missing build-deps on: libboost-system, junit, ant-optional
 
 * I had to edit the CMakeLists.txt to add system as a Boost
 component.
 
 * the resulting -java and -dev debs look okay, but the actual
 runtime deb is empty (no .so files)
 
 * the build modifies one of the source files, and creates a few new
 ones.
 
 It would be nice to have something that links against it to test
 with.
 

Tony, thanks for all this feedback

Fredrik indicated upstream would welcome improvement to the packaging
files.

I don't mind helping out with this and I can potentially pull out some
of the code from Lumicall to provide a test case for the Java side of
this.  I can imagine a project like Jitsi using it to handle tel:
URIs too.

I'm wondering if it should be maintained by simply mirroring/cloning
the upstream repository or by building a Git repository with
git-import-orig from the upstream source tarball?

Fredrik, do you foresee moving from SVN to Git any time soon?  If not,
I may set up a git mirror (I have a script that does this and keeps
them in sync) and then I can make changes on a branch more easily.

Regards,

Daniel

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTh3/kAAoJEOm1uwJp1aqD5I0P/iO2jI43/FRj1jA62U0iCur7
pOQC2j06ixdPzMwCG9jxCmZT1zNwVoGDjJ6SI9hPKsu92SlbUpuWyqX/3dqfPrx3
nCf0hrVtXm795NdZVW4cpPLYwocDSNvHzOoqrhcNlS8oPA2uDwiodEyThGU946LG
NBe0VZdt+//Oaspp8QhbxfhrpUIkfD7Nkfj4hyhYGT1OkUdRXkfnQYcrkBwJJtAo
y8ZZzwZMzPuSZUQ7BIm0oQlanEOhmb4L3Vc2g5kBLPcT0qNJx0n6LxvetwQFYR8v
bV1N25SQ/P4HCEkkJLfo7BxT1Drw3a8CvzWhZuvRVnMioMnjMNjPnAQBHDl7WlAp
xReEYDoqneKatyOK12x8HqCRJPKh7//GmuKSX/RafqJQ1LLiOdP0uQ6Nx+YKwvD+
KWdS3zLhk8c+h3HVImcuPytDUOzcoxeHkpwArP7lNVi7hc2xCk0rkpCa/UJUF4tY
g9doZ64Vvjr9/f0ERnweSwbi5MsAVNsv42xS5LrR5T4hbxb3aadSXXrSOrvGjuAO
GH4UFyAn3J0xPOoheszcYBGZMEg0y00DJPsRnJg1Pve+QPR9rhAOnGooXUs91zB2
O6Fh9gqAvwzUhldo//gU1smMseJqtznYhhIafGJOMNXY7qqNs32A9VhuqwcP/FTm
DhZPvQxypZt+nH257aLC
=UTfb
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53877fe5.4060...@pocock.com.au



Bug#741258: libphonenumber packaging

2014-05-26 Thread Daniel Pocock

Hi Laurent,

I use libphonenumber too (it is in Lumicall, for example)

Has anybody else responded about packaging it or did you start on it
yourself?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741258

I notice upstream has debian/ artifacts in the repository:
https://code.google.com/p/libphonenumber/source/browse/trunk/debian

Can anybody comment on whether this is consistent with the current
packaging standards for debian-java?

Regards,

Daniel


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53837c25.1060...@pocock.pro



Bug#732302: [Openmama-dev] QPID dependencies

2014-05-06 Thread Daniel Pocock
On 06/05/14 14:01, Darryl L. Pierce wrote:
 On Tue, May 06, 2014 at 01:20:02PM +0200, Daniel Pocock wrote:
 On 06/05/14 12:41, Frank Quinn wrote:
 Hi Daniel,

 It's actually neither of these - the library needs to be a package for Qpid 
 Proton:

 http://qpid.apache.org/releases/qpid-proton-0.7/index.html

 Unfortunately I can't seem to find anything for this library on those repos.

 Thanks for the feedback

 I see that somebody has started to work on an official package of
 qpid-proton for the Debian/Ubuntu world:

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

 This is the report in the mentors page:

 http://mentors.debian.net/package/qpid-proton

 Darryl, thanks for contributing this to Debian - have you had feedback
 from anybody about your work on this package?  Is anybody sponsoring it?
 Not as of yet, no, on either the feedback or sponsorship side of things.


Ok, I guess this can be looked at this as part of the OpenMAMA package
update to get your packaged sponsored

You have several wnpp bugs, I think the link I gave in the earlier email
is not the one you link in the changelog, so we could use this one instead:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732302

The lintian report (mentors.debian.net) shows a lot of 'E' and 'W'
messages.  It is hard for a sponsor to upload the package while those
exist.  If you can remove them, I could then sponsor it.  Many of them
are duplicates and some are quite easy to fix, e.g.

copyright-should-refer-to-common-license-file-for-apache-2
http://lintian.debian.org/tags/copyright-should-refer-to-common-license-file-for-apache-2.html

is basically telling you the debian/copyright file should refer to
/usr/share/common-licenses/Apache-2.0

Also, do you want to track the debian/* files in your qpid-proton
repository or would you like Debian to keep those in a Debian hosted Git
server?  For the latter, you just need to create a guest account on
http://alioth.debian.org and send me your username and we can work out a
way for you to put things in Git on alioth.

If you let me know about these things and cc the
debian-ment...@lists.debian.org mailing list and the bug we will get
this moving along.

Regards,

Daniel




Bug#746687: ITP: tbdialout - icedove extensions for click-to-dial

2014-05-02 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:

http://www.oak-wood.co.uk/oss/tbdialout

Source:

https://github.com/tipichris/TBDialOut

License:

MPL

Allows people to click phone numbers in the ThunderBird / icedove address book

Invokes the handler for sip: or tel: URIs based on some rules defined by the 
user.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5363a9a9.5070...@pocock.pro



Bug#745640: ITP: hazelcast - distributed cache

2014-04-23 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro
X-Debbugs-CC: debian-j...@lists.debian.org,debian-de...@lists.debian.org

(Would appreciate feedback from other Java users)

Brief: Hazelcast claims to be quite simple and powerful at the same
time.  Well documented.  Not using millions of dependencies from Maven,
all but two are already packaged.

Upstream:

  http://www.hazelcast.org

Source:

  https://github.com/hazelcast/hazelcast

License:

  Apache 2 License

Hazelcast is a clustering and highly scalable data distribution platform
for Java.

With its various distributed data structures, distributed caching
capabilities, elastic nature, memcache support, integration with Spring
and Hibernate and more importantly with so many happy users, Hazelcast
is feature-rich, enterprise-ready and developer-friendly in-memory data
grid solution.
Features:

Distributed implementations of java.util.{Queue, Set, List, Map}
Distributed implementation of java.util.concurrency.locks.Lock
Distributed implementation of java.util.concurrent.ExecutorService
Distributed MultiMap for one-to-many relationships
Distributed Topic for publish/subscribe messaging
Synchronous (write-through) and asynchronous (write-behind) persistence
Transaction support
Socket level encryption support for secure clusters
Second level cache provider for Hibernate
Monitoring and management of the cluster via JMX
Dynamic HTTP session clustering
Support for cluster info and membership events
Dynamic discovery, scaling, partitioning with backups and fail-over


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5357f6bb.1000...@pocock.pro



Bug#742996: wiki created

2014-04-03 Thread Daniel Pocock


There is now a wiki for evaluating the dependencies and build tools:

https://wiki.debian.org/PostBooks/WebPackaging


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/533d4fd3.6080...@pocock.pro



Bug#742996: RFP: xtuple-web - web and mobile access to PostBooks

2014-03-29 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.pro

Upstream:  http://www.xtuple.org

License: mixed: Apache, BSD, MIT, CPAL

Source:

Upstream has several source repositories under
  https://github.com/xtuple

The web client is in this repository:
  https://github.com/xtuple/xtuple

and some of the other repositories contain supporting content.

Comments:

- I currently co-maintain the main xTuple / PostBooks desktop (Qt-based)
client package, it is co-ordinated through the pkg-xtuple group:
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xtuple-maintainers

- the web client provides an alternative user interface to the same
PostgreSQL backend

- I am initially opening this bug as an RFP as there is work to be done
on dependencies (including build dependencies/tools) before this package
can be created

- some of the core dependencies (nodejs, postgresql-9.3-plv8) appear for
the first time in the next major Debian release (Jessie), making it
feasible to package this software

- information on dependencies can be discovered in these files:

https://github.com/xtuple/xtuple/blob/master/.gitmodules
https://github.com/xtuple/xtuple/blob/master/package.json
https://github.com/xtuple/xtuple/blob/master/npm-shrinkwrap.json
https://github.com/xtuple/xtuple/blob/master/scripts/install_xtuple.sh

- the next step is to build a wiki page with a table listing all the
dependencies, their licenses and their packaging status

- upstream appears to be targeting Ubuntu LTS so it should be possible
to find common ground on a lot of things


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53373875.8010...@pocock.pro



Bug#740848: ITP: loganalyzer - web tool for inspecting syslog data

2014-03-05 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  http://loganalyzer.adiscon.com

License:  GPL-3


Allows access to syslog data from files and databases through a web
interface.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53173a93.4080...@pocock.pro



Bug#740430: ITP: gmetric4j - Ganglia for Java

2014-03-01 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/ganglia/gmetric4j

License:



Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the Software), to
deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5311e21c.2070...@pocock.com.au



Bug#740431: ITP: jmxetric - Ganglia for Java (JMX)

2014-03-01 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/ganglia/jmxetric

License:



Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the Software), to
deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5311e234.6080...@pocock.com.au



Bug#740392: ITP: ck - Concurrency Kit

2014-02-28 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  http://concurrencykit.org/

License: BSD

This is a dependency for the latest Ganglia


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5311125e.3080...@pocock.com.au



Bug#737655: ITP: drupal7-mod-arbiter - ArbiterJS module for Drupal

2014-02-04 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/opentelecoms-org/drupal-mod-arbiterjs

License: GPLv2 or greater

A Drupal wrapper module for the ArbiterJS (libjs-arbiter)
publish/subscribe framework.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52f142d6.2060...@pocock.com.au



Bug#737500: ITP: arbiterjs - client-side pub/sub JavaScript library

2014-02-03 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  http://arbiterjs.com

License: MIT or GPL

Allows pub/sub interaction (loose coupling) between JavaScript modules
in a web page.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52ef5705.7080...@pocock.com.au



Bug#736499: ITP: drupal7-mod-drucall - DruCall module for Drupal

2014-01-24 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/opentelecoms-org/drucall

License: GPLv2 or greater

The DruCall SIP WebRTC calling module.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52e24f51.6000...@pocock.com.au



Bug#735098: ITP: drupal-mod-jssip - JsSIP library module for Drupal

2014-01-12 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/opentelecoms-org/drupal-mod-jssip

License: GPLv2 or greater

This is a library descriptor for the Drupal system to recognise the
JsSIP.js installed on a Debian system and make it available as a module
within Drupal.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52d2de29.9060...@pocock.com.au



Bug#735100: ITP: drupal-mod-jscommunicator - JSCommunicator library module for Drupal

2014-01-12 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  https://github.com/opentelecoms-org/drupal-mod-jscommunicator

License: GPLv2 or greater

This is a library descriptor for the Drupal system to recognise the
JSComm.js installed on a Debian system and make it available as a module
within Drupal.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52d2de49.1060...@pocock.com.au



Bug#734762: ITP: jscommunicator - HTML and JavaScript SIP phone

2014-01-09 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  http://jscommunicator.org

License: GPLv2 or greater

JSCommunicator is a full-featured phone, webcam and messaging
application built using HTML5 and JavaScript. No plugin is required to
use JSCommunicator, just a recent web browser with WebRTC support.
JSCommunicator is powered by the JSSIP SIP stack.

JsSIP is already packaged so JSCommunicator should run together with the
JsSIP package.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52cedc1a.9000...@pocock.com.au



Bug#714853: Status of the ITP?

2013-11-06 Thread Daniel Pocock


On 05/11/13 16:13, Andy Hawkins wrote:
 Hi all,
 
 On Tue, Nov 05, 2013 at 04:09:17PM +0100, Daniel Pocock wrote:
 I'm happy to help out but my primary focus is on my VoIP/RTC packages
 
 I thought that was the case, hence why I was keen for Sebastian to take over
 the packaging.
 
 Andy, did you end up receiving any signatures from any Debian people and
 would you want to be one of the named maintainers for the package?  I
 would be happy to send an email sponsoring a request for you to be
 granted upload privileges as a Debian Maintainer (it is half way to
 becoming Debian Developer)
 https://wiki.debian.org/DebianMaintainer
 
 No, I haven't done anything as regards getting my key signed or taking the
 first steps to officially joining the Debian project. In reality, I'm
 already way behind just maintining libmusicbrainz itself to be able to also
 take on the job of maintaining the package.
 
 Although there is a packaging team listed as the maintainer, there also
 needs to be at least one real person listed as an uploader.
 
 I'd suggest (assuming he's Ok with it) that Sebastian lists himself as an
 uploader on both libcaa and libmb.


That is perfectly OK for me.  Sebastian, thanks for offering to help out

 Then maybe I can get my finger out and actually update libmb to work with
 the recent changes to Musicbrainz's web service, and also address the XML
 licensing issue.


Just in case I've given the wrong impression: Debian is a volunteer
organisation.  Being a member of the community isn't an obligation (that
is even written in our constitution).  I still spend more time on
upstream stuff than any of my packages themselves.  I personally feel it
is really helpful to have good developers in the community even if you
can't commit to packaging tasks, just as long as you let people know
what you can and can't commit to.

FYI there is also a mini-debconf in the UK next week:

https://wiki.debconf.org/wiki/Miniconf-UK/2013

and it could be a good opportunity to see the fun social side of Debian
and/or get PGP signatures.  I won't be there myself unfortunately but I
may be around London again some time in December.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/527ab476.4010...@pocock.com.au



Bug#714853: Status of the ITP?

2013-11-05 Thread Daniel Pocock
On 05/11/13 15:08, Sebastian Ramacher wrote:
 I forgot to CC Timo and Daniel. So let's try this again:

 On 2013-11-05 15:06:50, Sebastian Ramacher wrote:
 Control: owner -1 !

 On 2013-11-05 13:41:57, Andy Hawkins wrote:
 Hi,

 On Tue, Nov 05, 2013 at 02:18:43PM +0100, Sebastian Ramacher wrote:
 I'd be willing to help you maintaing the package (we could do this under
 the Multimedia Team umbrella) or to take it over - whatever you
 prefer. If you have some packaging available already, this would be
 agood starting point.

 Just let me know what you prefer and I'll start working on it.
 I think it would be very helpful if you could take it over, I just don't
 seem to have the time to work on it to be able to get it into Debian.
 Okay, fine with me. I've set myself as owner of this ITP.

 Would you consider also taking over the packaging of libmusicbrainz? The two
 are related. libmusicbrainz is already in Debian, and I really need to find
 some time as upstream to update it and switch it to using libxml.

 git://anonscm.debian.org/collab-maint/libcoverart.git
 git://git.debian.org/git/pkg-multimedia/libmusicbrainz.git
 Yes, but let's check with Timo and Daniel first. They appear to be the
 current (?) maintainsers of libmusicbrainz5:

 Hi Timo, hi Daniel,

 after the upload of 5.0.1-2 the package as been moved to the
 Multimedia Team's repositories but there are no human uploaders left.
 Is anyone of you two still interested in maintaining libmusicbrainz5
 (under the team's umbrella)? I'd be be willing to help out if needed.


I'm happy to help out but my primary focus is on my VoIP/RTC packages

Andy, did you end up receiving any signatures from any Debian people and
would you want to be one of the named maintainers for the package?  I
would be happy to send an email sponsoring a request for you to be
granted upload privileges as a Debian Maintainer (it is half way to
becoming Debian Developer)
https://wiki.debian.org/DebianMaintainer

Although there is a packaging team listed as the maintainer, there also
needs to be at least one real person listed as an uploader.

Regards,

Daniel


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52790a1d.5030...@pocock.com.au



Bug#724589: ITP: postbooks-updater - manages PostBooks schema updates

2013-09-25 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

  http://www.xtuple.org

License: CPAL (derived from Mozilla)
 https://www.xtuple.com/CPAL

This is a utility from xTuple for managing updates to the PostBooks schema.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5242d869.8030...@pocock.com.au



  1   2   >