Bug#894068: ocrmypdf: New dependency on PyMuPDF for v6.0.0

2018-05-18 Thread Sean Whitton
Hello,

On Fri, May 18 2018, James R. Barlow wrote:

> I ended up deciding to remove PyMuPDF (apart from optional tests in
> the test suite, anyway) from the next major release of ocrmypdf - I'll
> still need your support with some new dependencies, but I think I've
> found a solution that should more acceptable to Debian and will work
> better for me as well.

Thanks for letting me know -- good news!

-- 
Sean Whitton



Bug#894068: marked as done (ocrmypdf: New dependency on PyMuPDF for v6.0.0)

2018-05-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 May 2018 15:41:21 -0700
with message-id 

and subject line Re: Bug#894068: ocrmypdf: New dependency on PyMuPDF for v6.0.0
has caused the Debian Bug report #894068,
regarding ocrmypdf: New dependency on PyMuPDF for v6.0.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
894068: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ocrmypdf
Version: v6.0.0
Severity: serious
Tags: newcomer
Justification: fails to build from source (but built successfully in the past)

Dear Sean,

In v6.0.0, which addresses and hopefully fixes #888917, I have introduced a
new dependency on PyMuPDF (Python bindings for MuPDF).  Unfortunately PyMuPDF
isn't available in Debian as yet (I have checked there is no python3-pymupdf).

The build procedure should go like this:

  - download/unpack MuPDF to mupdf/
  - download/unpar PyMuPDF to pymupdf/
  - cp pymupdf/fitz/_mupdf_config.h mupdf/include/mupdf/fitz/config.h
  - export CFLAGS=-fPIC 
  - make HAVE_X11=no HAVE_GLFW=no HAVE_GLUT=no
  - patch pymupdf/setup.py to point library_dirs and include_dirs to the
output of mupdf/ build

The reason for this circumlocution is that the vendor of MuPDF, Artifex, 
does not provide or support dynamic libraries or a stable ABI, and 
compiling the Python bindings requires a dynamic library.  Perhaps as a way
to warn people about their stance, they don't enable -fPIC by default and
link their application statically.

This means that unfortunately, one cannot link to libmupdf-dev (and 
actually, I'm not sure if libmupdf-dev serves any purpose at all, unless 
it were rebuilt with -fPIC).  Certainly if the maintainers of this 
package could be persuaded to build it with -fPIC that would make this 
much easier.

I did try to build with it with Debian sid against the libmupdf-dev 
library. The error, as with Ubuntu, is:
  relocation R_X86_64_PC32 against symbol `fz_empty_irect' can not be 
used when making a shared object; recompile with -fPIC

The make options and replacement of the header file in mupdf are all 
disabling features unnecessary for PyMuPDF's purposes. It shrinks the 
binary from 30 MB to 3 MB.

The PyMuPDF developers describe their build process here:
https://github.com/rk700/PyMuPDF/wiki/Ubuntu-Installation-Experience

I'm happy to help with the packaging of this dependency, and I got it the
process working for Python binary wheels already.  However, I don't really
know much about Debian processes and policy.

Regards,
James

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

Kernel: Linux 4.4.119-boot2docker (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968), LANGUAGE=C 
(charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

Versions of packages ocrmypdf depends on:
pn  ghostscript   
pn  icc-profiles-free 
pn  liblept5  
ii  python3   3.6.5~rc1-1
pn  python3-cffi-backend-api-max  
pn  python3-cffi-backend-api-min  
pn  python3-img2pdf   
pn  python3-pil   
ii  python3-pkg-resources 39.0.1-1
pn  python3-pypdf2
pn  python3-reportlab 
pn  python3-ruffus
pn  qpdf  
pn  tesseract-ocr 
ii  zlib1g1:1.2.8.dfsg-5

Versions of packages ocrmypdf recommends:
pn  unpaper  

Versions of packages ocrmypdf suggests:
pn  img2pdf  
pn  ocrmypdf-doc 
pn  python-watchdog  
--- End Message ---
--- Begin Message ---
Hi Sean,

I ended up deciding to remove PyMuPDF (apart from optional tests in the
test suite, anyway) from the next major release of ocrmypdf - I'll still
need your support with some new dependencies, but I think I've found a
solution that should more acceptable to Debian and will work better for me
as well.

-James


On Sat, 31 Mar 2018 at 08:45 Sean Whitton  wrote:

> Hello,
>
> On Sat, Mar 31 2018, James R Barlow wrote:
>
> > Hello Sean,
> >
> > As promised ocrmypdf v6.1.2 makes pymupdf optional but recommended. My
> > continuous integration tests check with and without pymupdf.
> >
> > The only major regression without pymupdf is that with all of:
> > 1) an input file containing a mix of scanned and born digital files
> > 2) --skip-text (not default)
> > 3) --output-type pdf (not 

Bug#841404: marked as done (RFP: PyMuPDF -- python binding for mupdf)

2018-05-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 May 2018 15:41:21 -0700
with message-id 

and subject line Re: Bug#894068: ocrmypdf: New dependency on PyMuPDF for v6.0.0
has caused the Debian Bug report #894068,
regarding RFP: PyMuPDF -- python binding for mupdf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
894068: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: PyMuPDF
  Version : 1.9.2
  Upstream Author : Ruikai Liu, Jorj X. McKie
* URL : https://github.com/rk700/PyMuPDF
* License : GPL
  Programming Lang: C
  Description : python binding for mupdf

This is version 1.9.2 of PyMuPDF (formerly python-fitz), a Python
binding which supports MuPDF 1.9a - "a lightweight PDF and XPS
viewer".
MuPDF can access files in PDF, XPS, OpenXPS and EPUB (e-book) formats,
and it is known for its top performance and high rendering quality.
With PyMuPDF you therefore can also access files with extensions
*.pdf, *.xps, *.oxps or *.epub from your Python scripts.

--

I'll package this under the python group.
--- End Message ---
--- Begin Message ---
Hi Sean,

I ended up deciding to remove PyMuPDF (apart from optional tests in the
test suite, anyway) from the next major release of ocrmypdf - I'll still
need your support with some new dependencies, but I think I've found a
solution that should more acceptable to Debian and will work better for me
as well.

-James


On Sat, 31 Mar 2018 at 08:45 Sean Whitton  wrote:

> Hello,
>
> On Sat, Mar 31 2018, James R Barlow wrote:
>
> > Hello Sean,
> >
> > As promised ocrmypdf v6.1.2 makes pymupdf optional but recommended. My
> > continuous integration tests check with and without pymupdf.
> >
> > The only major regression without pymupdf is that with all of:
> > 1) an input file containing a mix of scanned and born digital files
> > 2) --skip-text (not default)
> > 3) --output-type pdf (not default)
> > the output file can grow extremely large compared to the input. Past
> > versions of ocrmypdf have had this issue for a long time, and now it will
> > produce a warning.
> >
> > So it should be ready for Debian.
>
> I will start working on the new packaging.  Thank you for the new
> release.
>
> --
> Sean Whitton
>
--- End Message ---


Processed: multimc: block ITP 898972 by RFS 899057

2018-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 898972 by 899057
Bug #898972 [wnpp] ITP: multimc -- An unofficial program to manage Minecraft 
instances with ease
898972 was not blocked by any bugs.
898972 was not blocking any bugs.
Added blocking bug(s) of 898972: 899057
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
898972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: multimc: block ITP 861615 by RFS 899057

2018-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 861615 by 899057
Bug #861615 [wnpp] ITP: multimc -- A free, open source launcher for Minecraft
861615 was blocked by: 861634
861615 was not blocking any bugs.
Added blocking bug(s) of 861615: 899057
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
861615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861615
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle to RFP: python-django-dynamic-scraper -- Manage Scrapy spiders through Django

2018-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 854975 RFP: python-django-dynamic-scraper -- Manage Scrapy spiders 
> through Django
Bug #854975 [wnpp] ITP: python-django-dynamic-scraper -- Manage Scrapy spiders 
through Django
Changed Bug title to 'RFP: python-django-dynamic-scraper -- Manage Scrapy 
spiders through Django' from 'ITP: python-django-dynamic-scraper -- Manage 
Scrapy spiders through Django'.
> noowner 854975
Bug #854975 [wnpp] RFP: python-django-dynamic-scraper -- Manage Scrapy spiders 
through Django
Removed annotation that Bug was owned by Michael Fladischer .
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
854975: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Request for Package crelay

2018-05-18 Thread Victoria Ivanova
Hello,
I would like to make request for a package. Is it possible to take
this one: https://github.com/ondrej1024/crelay? I think this one is
really useful.

I don't know whether I have written the RFP totally correct so if
something important is missing, please if possible let me know.

Thank you in advance

 Sincerely

 Victoria Ivanova



Bug#847766: marked as done (RFP: calamares-settings-debian -- Calamares settings for installing a default Debian system)

2018-05-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 May 2018 20:10:42 +
with message-id 
and subject line Bug#847766: fixed in calamares-settings-debian 10.0.2-1
has caused the Debian Bug report #847766,
regarding RFP: calamares-settings-debian -- Calamares settings for installing a 
default Debian system
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
847766: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847766
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Jonathan Carter 

* Package name: calamares-settings-debian
  Version : 9.0-1
  Upstream Author : Jonathan Carter 
* URL : https://gitlab.com/highvoltage/calamares-settings-debian
* License : ISC
  Programming Lang: Shell / json
  Description : Calamares settings for installing a default Debian system

Calamares is an installer framework that provides a graphical user interface
for installing Linux distributions.
.
This package provides a theme and settings to install a Debian system.
.
Derivatives of Debian can use this as an example to ship settings for their
systems.
--- End Message ---
--- Begin Message ---
Source: calamares-settings-debian
Source-Version: 10.0.2-1

We believe that the bug you reported is fixed in the latest version of
calamares-settings-debian, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 847...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Carter  (supplier of updated 
calamares-settings-debian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Apr 2018 18:06:34 +0200
Source: calamares-settings-debian
Binary: calamares-settings-debian
Architecture: source all
Version: 10.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Jonathan Carter 
Changed-By: Jonathan Carter 
Description:
 calamares-settings-debian - Debian theme and settings for the Calamares 
Installer
Closes: 847766
Changes:
 calamares-settings-debian (10.0.2-1) unstable; urgency=medium
 .
   * Initial release (Closes: #847766)
Checksums-Sha1:
 b43150706e67f6203f1bab1731c72e877086fe7c 2082 
calamares-settings-debian_10.0.2-1.dsc
 eee38d010969b8fc03b740cfc72c404cb622bd3c 469050 
calamares-settings-debian_10.0.2.orig.tar.gz
 faa62ba9189ddd21c99483c4d13e9b61c84ee848 2108 
calamares-settings-debian_10.0.2-1.debian.tar.xz
 3a8d43b105486f187f4c629a2af80e88de71a123 230388 
calamares-settings-debian_10.0.2-1_all.deb
 fc59fb32390c3f69afaf3be50fcd9208d4535bf1 5565 
calamares-settings-debian_10.0.2-1_amd64.buildinfo
Checksums-Sha256:
 576b30f67690ad78e35472639b7c58ca40d55f15e7e4ec6c4f88c2938066c2d8 2082 
calamares-settings-debian_10.0.2-1.dsc
 290dbc6d31c6cf6b9668c961c1ff649d8a82dc182e1a5ea62939603030548772 469050 
calamares-settings-debian_10.0.2.orig.tar.gz
 c1dd3995eeaadf9a2826b304d57e222aa09aca32299c9b5e4ef300ce6d75bbc0 2108 
calamares-settings-debian_10.0.2-1.debian.tar.xz
 670208c961a95df72e5fb7af235600b829546921a981a480774deaf8121ff9d6 230388 
calamares-settings-debian_10.0.2-1_all.deb
 7272fc44a9bb101e339be77346ef45e31f38c3415fcc5cbb8f51acba21a15ea1 5565 
calamares-settings-debian_10.0.2-1_amd64.buildinfo
Files:
 cc4b0e616e88d0137cd38d659278cc32 2082 utils optional 
calamares-settings-debian_10.0.2-1.dsc
 8cec03b54ce16018cb5a69aa80100884 469050 utils optional 
calamares-settings-debian_10.0.2.orig.tar.gz
 c88b66967a3ffd402372f105f0f36ea9 2108 utils optional 
calamares-settings-debian_10.0.2-1.debian.tar.xz
 ba430356f7b4aec4d91d0c70b9f3267d 230388 utils optional 
calamares-settings-debian_10.0.2-1_all.deb
 985d31169c2ee55de85c0de534c03cdc 5565 utils optional 
calamares-settings-debian_10.0.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCgAtFiEExyA8CpIGcL+U8AuxsB0acqyNyaEFAlr4IvEPHGpjY0BkZWJp
YW4ub3JnAAoJELAdGnKsjcmh0fUP/j1hwibW+lsQggdw/bYGbO/LMiTgOW/obb9i
47dlFmidGvImwVKeiAed+UUiI8UHM6G0RMAXALwnYFkaDSbr0eyyJMl0KSAuomnz
TNarWHNYo9LF7TOc/rbJkti5A2ukkRDZb/pGLxExxcWrKmoJu+NvkGwGV/GX+bOr

Bug#899061: ITP: libredis-fast-perl -- fast perl binding for Redis database

2018-05-18 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber 

* Package name: libredis-fast-perl
  Version : 0.21
  Upstream Author : Ichinose Shogo 
* URL : https://github.com/shogo82148/Redis-Fast
* License : perl
  Programming Lang: perl
  Description : fast perl binding for Redis database

Redis::Fast is a wrapper around Salvatore Sanfilippo's hiredis C client.
It is compatible with Redis.pm.

This version supports protocol 2.x (multi-bulk) or later of Redis
available at https://github.com/antirez/redis/.

It is being packaged as dependency for the new version of torrus and
will be maintained inside the pkg-perl group.



Bug#899059: ITP: libgit-raw-perl -- Perl bindings to the Git linkable library (libgit2)

2018-05-18 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber 

* Package name: libgit-raw-perl
  Version : 0.79
  Upstream Author : Alessandro Ghedini 
* URL : https://github.com/jacquesg/p5-Git-Raw
* License : perl, part are explicitly "GPL-1 or Artistic"
  Programming Lang: perl
  Description : Perl bindings to the Git linkable library (libgit2)

libgit2 is a pure C implementation of the Git core methods provided as a
re-entrant linkable library designed to be fast and portable with a
solid API. This module provides Perl bindings to the libgit2 API.

The package is needed as a dependency for libgit-objectstore-perl which
is in turn a dependency of the new version of torrus. It will be
maintained as part of the pkg-perl group



Bug#899058: ITP: domoticz -- Home automation system

2018-05-18 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto 

* Package name: domoticz
  Version : 3.8153
  Upstream Author : https://github.com/domoticz/domoticz/graphs/contributors
* URL : http://www.domoticz.com/
* License : GPLv3
  Programming Lang: C, C++, JavaScript
  Description : Home automation system

Domoticz is a Home Automation System that lets you monitor and configure
various devices like: Lights, Switches, various sensors/meters like
Temperature, Rain, Wind, UV, Electra, Gas, Water and much more.
Notifications/Alerts can be sent to any mobile device.

The package will be maintained at https://salsa.debian.org/debian/domoticz
It might be used in FreedomBox as there are no other home automation
packages currently in Debian.
Co-maintainers are welcome.



Bug#899056: ITP: r-bioc-dirichletmultinomial -- Dirichlet-Multinomial Mixture Model Machine Learning for Microbiome Data

2018-05-18 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-bioc-dirichletmultinomial
  Version : 1.22.0
  Upstream Author : Martin Morgan 
* URL : https://bioconductor.org/packages/DirichletMultinomial/
* License : LGPL-3
  Programming Lang: GNU R
  Description : Dirichlet-Multinomial Mixture Model Machine Learning for 
Microbiome Data
 Dirichlet-multinomial mixture models can be used to describe variability
 in microbial metagenomic data. This package is an interface to code
 originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-dirichletmultinomial
This package is a dependency for r-bioc-tfbstools.



Bug#899055: ITP: libgit-objectstore-perl -- abstraction layer for Git::Raw and libgit2

2018-05-18 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber 

* Package name: libgit-objectstore-perl
  Version : 0.007
  Upstream Author : Stanislav Sinyagin 
* URL : https://github.com/ssinyagin/p5-Git-ObjectStore
* License : perl
  Programming Lang: perl
  Description : abstraction layer for Git::Raw and libgit2

This module provides an abstraction layer on top of Git::Raw, a Perl
wrapper for libgit2, in order to use a bare Git repository as an object
store. The objects are written into a mempack, and then flushed to disk,
so thousands of objects can be created without polluting your filesystem
and exhausting its inode pool.

The package is a dependency of the new version of torrus and will be
maintained inside the pkg-perl team



Bug#899053: ITP: r-bioc-keggrest -- GNU R client-side REST access to KEGG

2018-05-18 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-bioc-keggrest
  Version : 1.20.0
  Upstream Author : Dan Tenenbaum
* URL : https://bioconductor.org/packages/KEGGREST/
* License : Artistic-2.0
  Programming Lang: GNU R
  Description : GNU R client-side REST access to KEGG
 A package that provides a client interface to the KEGG
 REST server. Based on KEGGSOAP by J. Zhang, R. Gentleman, and
 Marc Carlson, and KEGG (Python package) by Aurelien Mazurie.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-keggrest
This package is a dependency of r-bioc-tfbstools.



Bug#899052: ITP: r-bioc-seqlogo -- GNU R sequence logos for DNA sequence alignments

2018-05-18 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-bioc-seqlogo
  Version : 1.46.0
  Upstream Author : Oliver Bembom
* URL : https://bioconductor.org/packages/seqLogo/
* License : GPL-2+
  Programming Lang: GNU R
  Description : GNU R sequence logos for DNA sequence alignments
 seqLogo takes the position weight matrix of a DNA
 sequence motif and plots the corresponding sequence logo as
 introduced by Schneider and Stephens (1990).

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-seqlogo
This package is a dependency of r-bioc-tfbstools.



Bug#899049: ITP: lv2bm -- Benchmark CLI tool for LV2 plugins

2018-05-18 Thread Víctor Cuadrado Juan
I have packaged it, ready for a review/sponsor. It lives at:
https://salsa.debian.org/multimedia-team/lv2bm


-- 
Víctor Cuadrado Juan   m...@viccuad.me

PGP key ID: 4096R: 0xA2591E231E251F36
Key fingerprint: E3C5 114C 0C5B 4C49 BA03  0991 A259 1E23 1E25 1F36
My signed E-Mails are trustworthy.



signature.asc
Description: OpenPGP digital signature


Bug#899051: ITP: r-bioc-seqlogo -- GNU R sequence logos for DNA sequence alignments

2018-05-18 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-bioc-seqlogo
  Version : 1.46.0
  Upstream Author : Oliver Bembom
* URL : https://bioconductor.org/packages/seqLogo/
* License : GPL-2+
  Programming Lang: GNU R
  Description : GNU R sequence logos for DNA sequence alignments
 seqLogo takes the position weight matrix of a DNA
 sequence motif and plots the corresponding sequence logo as
 introduced by Schneider and Stephens (1990).

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-seqlogo
This package is a dependency for r-bioc-tfbstools.



Bug#899049: ITP: lv2bm -- Benchmark CLI tool for LV2 plugins

2018-05-18 Thread Víctor Cuadrado Juan
Package: wnpp
Severity: wishlist
Owner: Víctor Cuadrado Juan 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: lv2bm
  Version : 1.0
  Upstream Author : Ricardo Crudo 
Filipe Coelho 
* URL : https://github.com/moddevices/lv2bm
* License : GPL-2+,GPL-3+,ISC
  Programming Lang: C++
  Description : Benchmark CLI tool for LV2 plugins

Features:
- - Allows one to select which LV2 URIs to test
- - Uses minimum, maximum and default control values to run the plugins
- - Has a full test mode which check all combinations for discrete controls
- - The output shows the JACK load percent
- - Allows one to select the input signal to use on the plugins test
- - Allows one to save the output of the plugins to a FLAC file
- - Can be used along with valgrind to detect plugin memory issues

I intend to use this package for implementing and autopkgtest autodep8 test for
all packages that provide `lv2-plugin`.

I plan to maintain it under the Multimedia-Team umbrella, yet I am only a DM at
the moment, so I'm looking for a sponsor.

Cheers,


- --

Víctor Cuadrado Juan   m...@viccuad.me

PGP key ID: 4096R: 0xA2591E231E251F36
Key fingerprint: E3C5 114C 0C5B 4C49 BA03  0991 A259 1E23 1E25 1F36
My signed E-Mails are trustworthy.

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEELLKv6mdE0z94m2FAIj8VylqvDngFAlr/DqEACgkQIj8Vylqv
DniGsQf+JZ9/gDuWDJiStVlpuMhJGDJ0QftmdxUa6XfLGmZG3uS89Q4eEdnW1kr2
H5TjJwoyY33A+ZYfZsC9LjK1Brp9T1y6kgngxt9U3QwNoePDNYMpU9hrztYnMnRp
bai28mkTEdntnqlQ4zsa46LpEPXMpGxrSZvl+XgnrK4YdO3lOw9+0Hx9+W+9cj0A
OM94AUokHR2qwyxo3S7JUqELWa9abORrFeMGQ3Ygq2N7U/E1JMUHHknLpMk+x5X+
0gt9d7W6dPlLYRCopvujyYiyajk/hQzcwEBTkYhP/+NT8snK463V5pySw8KtgvV8
ICWOkto0allikapRLf2Oxhnsni8m2Q==
=QZH7
-END PGP SIGNATURE-


Bug#899046: ITP: r-cran-tfmpvalue -- GNU R P-Value Computation for Position Weight Matrices

2018-05-18 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-tfmpvalue
  Version : 0.0.8
  Upstream Author : Ge Tan 
* URL : https://cran.r-project.org/package=TFMPvalue
* License : GPL-2
  Programming Lang: GNU R
  Description : GNU R P-Value Computation for Position Weight Matrices
 In putative Transcription Factor Binding Sites (TFBSs) identification
 from sequence/alignments, it is interesting to obtain the significance
 of certain match score. TFMPvalue provides the accurate calculation of
 P-value with score threshold for Position Weight Matrices, or the score
 with given P-value. This package is an interface to code originally made
 available by Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol
 Biol:2, 15.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-tfmpvalue
This package is a dependency of r-bioc-tfbstools which is in the interest
of the Debian Med team.



Processed: ITA: bindgraph -- DNS statistics RRDtool frontend for BIND9

2018-05-18 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 ITA: bindgraph -- DNS statistics RRDtool frontend for BIND9
Bug #838074 [wnpp] O: bindgraph -- DNS statistics RRDtool frontend for BIND9
Changed Bug title to 'ITA: bindgraph -- DNS statistics RRDtool frontend for 
BIND9' from 'O: bindgraph -- DNS statistics RRDtool frontend for BIND9'.

-- 
838074: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838074
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#838074: ITA: bindgraph -- DNS statistics RRDtool frontend for BIND9

2018-05-18 Thread Juri Grabowski
Owner: deb...@jugra.de
User: gratuxri-guest
Control: retitle -1 ITA: bindgraph -- DNS statistics RRDtool frontend for BIND9



Processed: limit package to wnpp, tagging 898642

2018-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> tags 898642 + pending
Bug #898642 [wnpp] ITP: libpdl-vectorvalued-perl -- utilities for vector-valued 
PDLs
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
898642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898642
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#898996: ITP: vagrant-hostmanager -- A plugin for Vagrant which manages entries in the hosts file for guests and, optionally, the host system

2018-05-18 Thread Kienan Stewart
I've uploaded a first pass at creating a package on mentors.debian.net: 
https://mentors.debian.net/package/vagrant-hostmanager

Please let me know if you have any feedback.

Thanks,
Kienan


signature.asc
Description: PGP signature


Bug#838074: ITA: bindgraph -- DNS statistics RRDtool frontend for BIND9

2018-05-18 Thread Juri Grabowski


signature.asc
Description: PGP signature


Bug#898996: ITP: vagrant-hostmanager -- A plugin for Vagrant which manages entries in the hosts file for guests and, optionally, the host system

2018-05-18 Thread Kienan Stewart
Package: wnpp
Severity: wishlist
Owner: Kienan Stewart 

* Package name: vagrant-hostmanager
  Version : 1.8.8
  Upstream Author : Shawn Dalen, Paulo Bittencourt, Seth Reeser, and 
contributors
* URL : 
https://github.com/devopsgroup-io/vagrant-hostmanager/graphs/contributors
* License : MPL-2.0
  Programming Lang: Ruby
  Description : A plugin for Vagrant which manages entries in the hosts 
file for guests and, optionally, the host system

>From the project description: vagrant-hostmanager is a Vagrant plugin that 
>manages the hosts file on guest machines (and optionally the host). Its goal 
>is to enable resolution of multi-machine environments deployed with a cloud 
>provider where IP addresses are not known in advance.

Without using a plugin like this, host entries must be managed manually - 
especially when using dynamic IP allocation. Host entries in guests could be 
managed by provisioners in Vagrant files, or possibly some type of dnsmasq 
configurations. These options are either labour-intensive or complex.

There are some other vagrant plugins that provide similar functionality, such 
as vagrant-hosts (https://github.com/oscar-stack/vagrant-hosts) which is 
limited to static IPs. From what I've seen, there are no packages presently in 
debian that offer similar

I don't know ruby particularly well, nor the internals of vagrant plugins. I 
plan to maintain the package by following upstream releases.

I will need a sponsor for the package.

Thanks,
Kienan



Bug#838416: Bug#782654: Bug#838416: ITP: bazel -- Fast and correct automated build system by Google

2018-05-18 Thread Chris Lamb
Chris Lamb wrote:

> Kyle Moffett wrote:
> 
> > > Well, if you could package Bazel… :)
> > 
> > Unfortunately, there's more work than just "packaging" Bazel.  Just to
> > package Bazel, the open issues are:
> 
> […]
> 
> Oh! My smiley was meant to represent how packaging Bazel is not a simple
> task and thus imply you were delaying for no obvious reason! Apologies
> that did not come across via email.
> 
> > But... even with that, Bazel cannot be used to _build_ a Debian
> > package, because it does not create Debian-policy-compliant binaries
> 
> Oh, can you elaborate on this?
> 
> > [...]
> 
> Thanks so much for clarifying the other issues; very useful for myself
> and for others coming across this bug report.
> 
> If your opinionn should, for example, Roughtime try and rewrite the build
> system in the meantime/long-term?

Gentle ping on this?


Best wishes,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Processed: retitle to RFP: python-verboselogs -- Verbose logging level for Python's logging module

2018-05-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 853810 RFP: python-verboselogs -- Verbose logging level for Python's 
> logging module
Bug #853810 [wnpp] ITP: python-verboselogs -- Verbose logging level for 
Python's logging module
Changed Bug title to 'RFP: python-verboselogs -- Verbose logging level for 
Python's logging module' from 'ITP: python-verboselogs -- Verbose logging level 
for Python's logging module'.
> noowner 853810
Bug #853810 [wnpp] RFP: python-verboselogs -- Verbose logging level for 
Python's logging module
Removed annotation that Bug was owned by Gaurav Juvekar 
.
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
853810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#585580: marked as done (RFP: nautilus-ideviceinfo -- nautilus extension showing extended Idevice (Iphone/Ipod/Ipad) information)

2018-05-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 May 2018 10:19:59 +
with message-id 
and subject line closing RFP: nautilus-ideviceinfo -- nautilus extension 
showing extended Idevice (Iphone/Ipod/Ipad) information
has caused the Debian Bug report #585580,
regarding RFP: nautilus-ideviceinfo -- nautilus extension showing extended 
Idevice (Iphone/Ipod/Ipad) information
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
585580: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585580
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Julien Lavergne 

* Package name: nautilus-ideviceinfo
  Version : 0.1.0
  Upstream Author : Nikias Bassen, Martin Szulecki, Bastien Nocera
* URL : http://www.libimobiledevice.org/
* License : GPL2+, BSD
  Programming Lang: C
  Description : nautilus extension showing extended Idevice
(Iphone/Ipod/Ipad) information

Nautilus-iDeviceInfo is a nautilus extension showing extended device
information in the nautilus properties dialog. It shows details like
serial number, software version, baseband/modem firmware version, and
storage usage (with nice eye candy).


--- End Message ---
--- Begin Message ---
RFP 585580 has no visible progress for a long time, so closing.--- End Message ---


Bug#884253: GPXsee package

2018-05-18 Thread Tino Mettler
Hi,

I'd like to see a GPXsee package in Debian, too. Is there any progress
or a preliminary package that I could test?

Regards,
Tino



Bug#898980: ITP: tup -- fast build system

2018-05-18 Thread Dmitry Bogatov

Package: wnpp
Severity: wishlist
Owner: Dmitry Bogatov 

* Package name : tup
  Version  : 0.7.6-1
  Upstream Author  : 2005-2016 Mike Shal 
* Url  : http://gittup.org/tup
* Licenses : public-domain,BSD-3-clause,GPL-2+,BSD-2-clause,BSD-1-clause
  Programming Lang : C
  Section  : devel

 Tup is a file-based build system for Linux, OSX, and Windows. It
 takes as input a list of file changes and a directed acyclic graph
 (DAG). It then processes the DAG to execute the appropriate commands
 required to update dependent files. Updates are performed with very
 little overhead since tup implements powerful build algorithms to
 avoid doing unnecessary work. This means you can stay focused on your
 project rather than on your build system.

 I plan to maintain this package myself, keeping debianization in following
 Git repository:

 https://salsa.debian.org/iu-guest/tup.git