Re: pbuilder, convert svg-png

2014-03-17 Thread Trent W. Buck
Felix Natter fnat...@gmx.net writes: When the build calls: convert -background none -geometry !48x48 \ freeplane_framework/script/freeplane.svg 48x48/freeplane.png Since imagemagick is just calling it anyway, suggest upstream use rsvg-convert directly, avoiding a gratuitous Build-Depends:

Bug#741914: RFS: osmpbf/1.3.3-2

2014-03-17 Thread Bas Couwenberg
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package osmpbf Package name: osmpbf Version : 1.3.3-2 Upstream Author : Scott A. Crosby sc...@sacrosby.com URL : http://github.com/scrosby/OSM-binary License :

Bug#741644: RFS: keyringer/0.3.2-1 -- Distributed secret management using GnuPG and Git

2014-03-17 Thread intrigeri
Hi, Silvio Rhatto wrote (14 Mar 2014 20:43:23 GMT) : I am looking for a sponsor for release 0.3.2-1 of keyringer. Great! Here's a quick code review of the changes since 0.2.9. I'm not convinced that the key expiry check does not introduce more severe regressions than it improves the UX. Let's

Question about a licensing problem

2014-03-17 Thread Gert Wollny
Dear all, one of my colleagues, Oscar (in the CC) recently got a software paper accepted that proposes a Multivariate Bayesian Image Segmentation Tool that can be used for Brain MR segmentation. Our plan is to package this for Debian, but we have a licensing problem: The software makes use

Re: Question about a licensing problem

2014-03-17 Thread Paul Wise
My approach would be to ask upstream to revert back to the GPL. If they refuse then look for an alternative free implementation. If none exists revert back to using and packaging the GPL version. Also work on some patches to improve the GPL version and send them upstream. If upstream refuses to

Re: Question about a licensing problem

2014-03-17 Thread Albert van der Horst
Gert Wollny schreef: Dear all, one of my colleagues, Oscar (in the CC) recently got a software paper accepted that proposes a Multivariate Bayesian Image Segmentation Tool that can be used for Brain MR segmentation. Our plan is to package this for Debian, but we have a licensing problem:

Re: Question about a licensing problem

2014-03-17 Thread Thibaut Paumard
Le 17/03/2014 13:34, Albert van der Horst a écrit : one version, 2.21 is GPL, but already for reasonable sized brain image data the code crashes, and the way the code is written there is no easy way to fix this, and hence, Oscar went with version 3.0, which works. However, version 3.0 comes

Re: DEP8 tests using the built package source

2014-03-17 Thread Antonio Terceiro
Adding the autopkgtest-devel list to involve the current maintainers. On Sun, Mar 16, 2014 at 11:27:06PM +0100, Stephen Kitt wrote: (Hi Ian, I'm adding you to the discussion since I'm talking about changes to DEP8. I've snipped the exchanges but I hope you can get the gist of it without

Re: Question about a licensing problem

2014-03-17 Thread Albert van der Horst
Thibaut Paumard schreef: Le 17/03/2014 13:34, Albert van der Horst a écrit : one version, 2.21 is GPL, but already for reasonable sized brain image data the code crashes, and the way the code is written there is no easy way to fix this, and hence, Oscar went with version 3.0, which works.

Re: Question about a licensing problem

2014-03-17 Thread Andreas Tille
Hi Gert, On Mon, Mar 17, 2014 at 01:17:04PM +0100, Gert Wollny wrote: ... * My first course of action would be to ask the authors of maxflow to relicense. I remember to have seen a nice example letter one of the Debian-med pages for doing just that, but right now I can't find it. Anyone

public extension linked with libpython* vs. -Wl,-no-undefined

2014-03-17 Thread Nico Schlömer
Hi all, I'm building a package with Python support and would like to reduce the number of warnings that dh_python2 gives me. One of them is public extension linked with libpython2.7 for a number of libraries. It is true that libpython2.7 is linked into them, $ readelf -d /path/to/_ML.so

Re: public extension linked with libpython* vs. -Wl,-no-undefined

2014-03-17 Thread Mathieu Malaterre
On Mon, Mar 17, 2014 at 3:49 PM, Nico Schlömer nico.schloe...@gmail.com wrote: $ readelf -d /path/to/_ML.so [...] 0x0001 (NEEDED) Shared library: [libpython2.7.so.1.0] [...] but when I don't, builds with -Wl,-no-undefined will fail. Well then do not use

Bug#741339: marked as done (RFS: sbnc/1.3.9-1 [ITA])

2014-03-17 Thread Debian Bug Tracking System
Your message dated Mon, 17 Mar 2014 16:31:15 + with message-id e1wparx-000167...@quantz.debian.org and subject line closing RFS: sbnc/1.3.9-1 [ITA] has caused the Debian Bug report #741339, regarding RFS: sbnc/1.3.9-1 [ITA] to be marked as done. This means that you claim that the problem has

Re: public extension linked with libpython* vs. -Wl,-no-undefined

2014-03-17 Thread Jakub Wilk
* Nico Schlömer nico.schloe...@gmail.com, 2014-03-17, 15:49: I'm building a package with Python support and would like to reduce the number of warnings that dh_python2 gives me. One of them is public extension linked with libpython2.7 for a number of libraries. It is true that libpython2.7

Bug#741985: RFS: spatialite/4.1.1-6

2014-03-17 Thread Bas Couwenberg
Package: sponsorship-requests Severity: normal Dear mentors, As part of the SpatiaLite transition am I looking for a sponsor for my package spatialite. https://release.debian.org/transitions/html/libspatialite5.html Please refer to the thread on debian-gis@ for more information on this

watch file help

2014-03-17 Thread Matt Zagrabelny
Greetings, I am attempting to write a watch file, but am hitting some issues. I thought I would start with a pretty simple regex to grab the static upstream version: % cat debian/watch version=3 https://launchpad.net/ocsinventory-server/stable-2.1/2.1/+download/OCSNG_UNIX_SERVER-(2.1).tar.gz

Re: watch file help

2014-03-17 Thread Daniel Lintott
On 17/03/14 22:21, Matt Zagrabelny wrote: Greetings, I am attempting to write a watch file, but am hitting some issues. I thought I would start with a pretty simple regex to grab the static upstream version: % cat debian/watch version=3

Re: public extension linked with libpython* vs. -Wl,-no-undefined

2014-03-17 Thread Nico Schlömer
Understood, thanks! I'll just ignore the warnings of the type ``` dpkg-shlibdeps: warning: debian/python-pytrilinos/usr/lib/python2.7/dist-packages/PyTrilinos/NOX/_Abstract.so contains an unresolvable reference to symbol PyString_FromFormat: it's probably a plugin. ``` then. Cheers, Nico On

Re: Question about a licensing problem

2014-03-17 Thread Craig Small
On Mon, Mar 17, 2014 at 01:17:04PM +0100, Gert Wollny wrote: one version, 2.21 is GPL, but already for reasonable sized brain image data the code crashes, and the way the code is written there is no easy way to fix this, and hence, Oscar went with version 3.0, which works. If the API is the

Bug#741644: RFS: keyringer/0.3.2-1 -- Distributed secret management using GnuPG and Git

2014-03-17 Thread Silvio Rhatto
Em Mon, Mar 17, 2014 at 10:29:12AM +0100, intrigeri escreveu: Silvio Rhatto wrote (14 Mar 2014 20:43:23 GMT) : I am looking for a sponsor for release 0.3.2-1 of keyringer. Great! Here's a quick code review of the changes since 0.2.9. Thanks for the review :) I'm not convinced that the key

Re: public extension linked with libpython* vs. -Wl,-no-undefined

2014-03-17 Thread Russ Allbery
Nico Schlömer nico.schloe...@gmail.com writes: Understood, thanks! I'll just ignore the warnings of the type ``` dpkg-shlibdeps: warning: debian/python-pytrilinos/usr/lib/python2.7/dist-packages/PyTrilinos/NOX/_Abstract.so contains an unresolvable reference to symbol PyString_FromFormat:

Bug#741914: marked as done (RFS: osmpbf/1.3.3-2)

2014-03-17 Thread Debian Bug Tracking System
Your message dated Tue, 18 Mar 2014 04:25:22 + with message-id e1wplac-0002si...@quantz.debian.org and subject line closing RFS: osmpbf/1.3.3-2 has caused the Debian Bug report #741914, regarding RFS: osmpbf/1.3.3-2 to be marked as done. This means that you claim that the problem has been