Bug#968954: Parallel processing - Becoming more urgent with rapidly increasing multi-core CPUs

2020-09-05 Thread Jeff
This is a non-trivial problem, which I have been working towards for some time. There is also a large danger of bugs (i.e. race conditions) which cannot be reproduced on different systems. Many of the libraries, such as tesseract, already are multi-threaded. Several of the algorithms in

Bug#968918: Threshold function is extremely slow - Unusable - possible regression

2020-09-04 Thread Jeff
Thanks for the report. https://github.com/ImageMagick/ImageMagick/issues/1819 doesn't mention performance problems, just corruption in the image. I can't reproduce your problem. The threshold tool works fine for me with or without conversion to PNG first. Please start gscan2pdf from the

Bug#966807: libpaper-dev: Typo in the paperinfo(3) man page

2020-08-02 Thread Jeff Norden
to notice, unless (like me) you are lazy and copy/paste from the man page into your program. Then gcc quicly finds the typo :-). -Jeff -- System Information: Debian Release: 10.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel

Bug#965153: gscan2pdf: "fails to open device" for Epson NX100

2020-07-17 Thread Jeff
The changes between 2.3.0 and 2.8.0/1 (at least as far as opening the scanner are concerned) were to cache the list of devices, in order to save a few seconds searching for them - on most systems they are identical every time. On some systems, the device names change due to the USB IDs changing.

Bug#965097: firejail: Firejail Disables U2F/WebAuthn By Default

2020-07-16 Thread Jeff Root
Package: firejail Version: 0.9.58.2-2 Severity: normal Dear Maintainer, * What led up to the situation? Upgraded from Debian 9 to Debian 10. * What exactly did you do (or not do) that was effective (or ineffective)? Kept fiddling with Yubikey libs, u2f libs. Unistall, purge,

Bug#963953: cpanminus depends on 'make' to work - but installing cpanminus does not install 'make'.

2020-06-29 Thread Jeff
Package: cpanminus Version: 1.7044-1 Severity: normal Dear Maintainer, * apt-get install -y cpanminus; cpanminus --sudo File::chown * --> cpanminus fails to install module, and warns that I probably need to install make * apt-get install -y make * cpanminus --sudo File::chown ->

Bug#514380: libpdf-api2-perl: corrupts certain PNMs when embedding them

2020-06-20 Thread Jeff
This patch fixes things for me, adapted from: https://github.com/PhilterPaper/Perl-PDF-Builder/commit/0c38fe27a1641216bda30fecdb42af356035d23e diff --git a/lib/PDF/API2/Content.pm b/lib/PDF/API2/Content.pm index b82cc36..756b735 100644 --- a/lib/PDF/API2/Content.pm +++ b/lib/PDF/API2/Content.pm

Bug#514380: libpdf-api2-perl: corrupts certain PNMs when embedding them

2020-06-19 Thread Jeff
Investigating this, the corruption depends upon the geometry of the image - it is possible to crop the image to a size that is not corrupted in the PDF. e.g. the pnm after this cropping option is not corrupted: convert corrupt_no_compression.pnm -crop 790x400+500+900

Bug#962151: Failure to save: unitialized value $SETTINGS{"ps_backend"}

2020-06-04 Thread Jeff
Thanks for the report. This fixes things for me. I'll release it next week. Regards Jeff diff --git a/bin/gscan2pdf b/bin/gscan2pdf index f2e8d492..d81a12d3 100755 --- a/bin/gscan2pdf +++ b/bin/gscan2pdf @@ -2757,6 +2757,7 @@ sub save_button_clicked_callback { } when ('ps

Bug#959963: qterminal: Bump request to 0.15.0

2020-05-07 Thread Jeff Lang
Package: qterminal Version: 0.14.1-1+b1 Severity: wishlist I would like to request a package for qterminal 0.15.0 as it includes several bug fixes and a feature to disable menu bar accelerators, which can be highly annoying in the current version. -- System Information: Distributor ID: Kali

Bug#955017: evince: Apparmor profile breaks print preview

2020-04-04 Thread Jeff
by the same change as #954013. Print previews from > gimp and eog also work fine with 3.36.0-2. 3.36.0-2 just hit testing. Confirmed. Bug fixed. Thanks for your work. Regards Jeff signature.asc Description: OpenPGP digital signature

Bug#955017: evince: Apparmor profile breaks print preview

2020-03-27 Thread Jeff
On 27/03/2020 12:18, Simon McVittie wrote: > Steps to reproduce: > - Launch gedit > - Type some text > - Open the menu (button with 3 horizontal lines) > - Click the printer icon > - Click Preview I'm still on 3.36.0-1. I'll try again when -2 hits testing. Interestingly, from gedit, the preview

Bug#951216: poppler-utils: pdfinfo incorrectly reports date metadata under reprotest

2020-02-19 Thread Jeff
Strangely, the dummy package built fine (i.e. only reproducibility problems, not build-chain problems) on a Mint 19.3-based machine, which allowed me to try out Vagrant's suggestions[1]: > This *should* vary only time: > reprotest --variations=-all,+time > and and only timezome: > reprotest

Bug#951216: poppler-utils: pdfinfo incorrectly reports date metadata under reprotest

2020-02-14 Thread Jeff
> Can I suggest two things at this point? First, could you attach your > generated test.pdf to this bug so that we are completely on the same > page and using the exactly the same file? Secondly, perhaps you could > systematically alter the settings of reprotest in order to identify > which is the

Bug#950982: RFP: golang-openprivacy-openrpivacy-log-dev -- Simple configurable logging tool

2020-02-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: golang-openprivacy-openrpivacy-log-dev Version : 1.0.0 Upstream Author : Open Privacy Research Society * URL : https://git.openprivacy.ca/openprivacy/log * License : MIT Programming Lang: go Description :

Bug#947148: Open MPI and libltdl

2020-01-28 Thread Jeff Squyres (jsquyres)
tting back from lt_dlopen() invalid? All we can tell from this test is that it's not NULL. Specifically: I'm not sure that calling lt_dlerror() will return anything meaningful if there has been no error. -- Jeff Squyres jsquy...@cisco.com

Bug#949638: tesseract: uses -march=native

2020-01-24 Thread Jeff Breidenbach
of SIMD instructions like AVX2. There's been an enormous amount of back & forth on this topic in upstream over the years, so I'd like to take this bug there and let them weigh in. Jeff

Bug#949616:

2020-01-23 Thread Jeff
On 23/01/2020 12:31, Jeff wrote: > Nope. Runs fine on my Raspberry Pi. Next try Qemu. I've just created a arm64 VM using the instructions here (testing, not stretch): https://translatedcode.wordpress.com/2017/07/24/installing-debian-on-qemus-64-bit-arm-virt-board/ Unfortunately for

Bug#949616:

2020-01-23 Thread Jeff
On 23/01/2020 12:14, Jeff wrote: > I'll see if I can reproduce this on a Raspberry Pi. Nope. Runs fine on my Raspberry Pi. Next try Qemu. signature.asc Description: OpenPGP digital signature

Bug#949616:

2020-01-23 Thread Jeff
> I'm at a loss here, as I'm not familiar with perl or this package. The > upstream homepage (http://gscan2pdf.sourceforge.net/) asks to file > bugs in debian. Are > you able to help? Thanks for the report. I'll see if I can reproduce this on a Raspberry Pi. signature.asc Description: OpenPGP

Bug#948232: upower: K800 Keyboard + Performance MX incorrect battery reporting

2020-01-05 Thread Jeff Townsend
Package: upower Version: 0.99.11-1 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I was getting incorrect battery % reporting for Logitech Performance MX and K800 with a unifying reciever from

Bug#942062: liblept5: Please add Multi-Arch support

2020-01-04 Thread Jeff Breidenbach
leptonica-progs also?

Bug#946951: can't start wine: chdir to /run/user/1000/wine/server-805-14c0be6 : No such file or directory

2019-12-22 Thread Jeff Smith
BACKGROUND: Debian's wine build applies temporary-directory.patch which modifies libwine to change the location of wineserver's temp dir. WHAT CHANGED: With wine commit fe13f7a3b0d0ad709676aa046cb4c9da260900cf create_server_dir() quit depending on wine_get_server_dir() from libwine. This was a

Bug#946282: wireguard broken by iptables 1.8.4

2019-12-06 Thread Jeff King
On Fri, Dec 06, 2019 at 05:48:40PM -0500, Daniel Kahn Gillmor wrote: > Upstream commit 884b6e36e6af0c6fa5b9467ccc8c2e2e4477bc95 should fix this > empty line problem, if i'm understanding it correctly. That commit is > part of 0.0.20191206, which i've just uploaded to unstable. Could you > try

Bug#946282: wireguard broken by iptables 1.8.4

2019-12-06 Thread Jeff King
Package: wireguard Version: 0.0.20191127-2 Severity: normal Since upgrading to iptables 1.8.4, I can't bring use wg-quick to bring up an interface anymore. Here's a simple config that reproduces the problem: [Interface] Address = 10.0.1.1 PrivateKey =

Bug#934107: Importing with --import=file.pdf does not import anything

2019-10-15 Thread Jeff
On 10/08/2019 00:52, martin f krafft wrote: > Confirmed that this fixes things. Any chance of adding --import-all=* to > avoid the dialog asking me which pages to import? Want a new issue? I've added this for the next release. signature.asc Description: OpenPGP digital signature

Bug#942081: utox: segfault on setting proxy settings

2019-10-09 Thread Jeff Cliff
Package: utox Version: 0.17.1-1 Severity: normal Dear Maintainer, Attempting to turn on the proxy settings results in a segfault 1) navigate to advanced settings 2) put ip address for localhost into settings field, port in port field (can't confirm whether or not proxy is working since...it

Bug#932939: Confirmed bug 932939

2019-09-30 Thread Jeff
Confirmed the same. Sep 30 23:40:50 debconf: Setting debconf/language to en Sep 30 23:40:50 kernel: [ 140.827798] main-menu[16157]: segfault at 1 ip 7f2eeec81554 sp 7ffdd0809cc8 error 4 in libc.so.6[7f2eeec11000+148000] Sep 30 23:40:50 kernel: [ 140.827811] Code: 1f 80 00 00 00 00 66 0f

Bug#940808: resolved issue

2019-09-20 Thread Jeff
resolved issue by installing updated version via flatpack as it was not yet updated in kali reositories

Bug#940808: gimp: File Open Image immediately crashes

2019-09-19 Thread Jeff Brown
Package: gimp Version: 2.10.8-2+b1 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** On several attempts to open different image files from the file menu of the program and also from the right click menu of any image program

Bug#684128: Bug 684128, GB vs GiB

2019-08-13 Thread Jeff Norden
on the net-install cd, for use in a shell (or ctrl-alt-f2). But that might be a pain, given that fdisk now has its own shared libs. Just my 2c. -Jeff

Bug#934107: Importing with --import=file.pdf does not import anything

2019-08-09 Thread Jeff
Thanks for the report. This fixes things for me for the next release. diff --git a/bin/gscan2pdf b/bin/gscan2pdf index 9334d605..12e138a6 100755 --- a/bin/gscan2pdf +++ b/bin/gscan2pdf @@ -498,8 +498,7 @@ sub parse_arguments { 'device=s' => \@device, 'test=s%' => \$test,

Bug#932605: ssmtp: tls reads do not handle new session tickets

2019-07-21 Thread Jeff King
Package: ssmtp Version: 2.64-8+b2 Severity: normal Tags: patch upstream During a TLS1.3 session, the client may see "post-handshake new session tickets". The SSL_read() emulation done by GnuTLS returns a zero-byte read for this case, and ssmtp thinks the session has been hung up. For instance,

Bug#929906: RFP: node-evacuated-event-kit -- Simple library for implementing and consuming evented APIs

2019-06-02 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-event-kit Version : 2.5.0 Upstream Author : Microsoft Github * URL : https://github.com/atom/event-kit * License : MIT Programming Lang: coffeescript Description : Simple library for implementing and

Bug#929858: RFP: node-evacuated-eslint-plugin-eslint-plugin -- An ESLint plugin for linting ESLint plugins

2019-06-01 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-eslint-plugin-eslint-plugin Version : 1.4.0 Upstream Author : Teddy Katz * URL : http://cmyhduydktnean34wvcvs2ezfb2yvtesw3tm3bpetlem3bs22mvqo4qd.onion/ * License : MIT Programming Lang:

Bug#929817: RFP: node-evacuated-aok -- Extensible JavaScript test suite

2019-05-31 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-aok Version : 1.9.0 Upstream Author : Ryan Van Etten * URL : http://n6ikmdnlc2lvfeycj4e3tk2wpmpth6ta5mpfemvlfiiowty2dxlbfkqd.onion/ * License : MIT Programming Lang: javascript Description

Bug#928989: linux-image-4.19.0-4-amd64: CVE-2019-11815

2019-05-14 Thread Jeff Cliff
Package: src:linux Version: 4.19.28-2 Severity: grave Tags: security Justification: user security hole Dear Maintainer, An issue was discovered in rds_tcp_kill_sock in net/rds/tcp.c in the Linux kernel before 5.0.8. There is a race condition leading to a use-after-free, related to net

Bug#928768: RFP: node-evacuated-buffered-spawn -- Buffered child_process

2019-05-10 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-buffered-spawn Version : 3.3.2 Upstream Author : IndigoUnited (http://indigounited.com) * URL : http://mpoj2jpjwpg6kujuacpjircdmiaedpatewdprjd5gkzuoub7hij263ad.onion/ * License : MIT

Bug#928697: RFP: node-evacuated-ethereum-client-binaries -- verifies/downloads ethereum client binaries

2019-05-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-ethereum-client-binaries Version : 1.6.4 Upstream Author : Ramesh Nair * URL : http://g4o3i3uhqv2isv7yztojz3xc44zc5ncb5jklojm3qx7jaoadqvu4jtyd.onion/ * License : MIT Programming Lang:

Bug#928674: RFP: evacuated-gulp -- a toolkit that helps you automate painful or time-consuming tasks in your development workflow.

2019-05-08 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: evacuated-gulp Version : 4.0.0.1 Upstream Author : Gulp Team (http://gulpjs.com/) * URL : http://f5eiybw5nxwr4t22k4n5lhwamudqsa3xp5hq33hiahogs4oa47ucl6id.onion/ * License : MIT Programming Lang: javascript

Bug#928625: RFP: node-evacuated-commonjs-everywhere -- browser bundler with source maps from the minified JS bundle to the original source

2019-05-07 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-commonjs-everywhere Version : 0.9.7 Upstream Author : Michael Ficarra * URL : http://rvqbgg7e5mjcdpplull5qaj6cqeyqcgudglhqcjl7kl25i2fvkkmm5ad.onion/ * License : 3-Clause-BSD Programming Lang:

Bug#926634: Delays opening dialogs, possibly related to defunct fc-list process

2019-04-16 Thread Jeff
Please also apply this patch, as otherwise the sub-process will hang if the output is larger than 65kb. I'm guessing that this was the source of the bug - that waitpid() did not catch the process as the output was large. diff --git a/lib/Gscan2pdf/Document.pm b/lib/Gscan2pdf/Document.pm index

Bug#927185: RFP: node-evacuated-vm-browserify -- vm module for the browser

2019-04-15 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-vm-browserify Version : 1.0.1 Upstream Author : James Halliday * URL : http://kpwhxwyq4zuzbj3ampma4w2362ytgauluj4wfymuypzsenkk3z7vmxqd.onion/ * License : MIT Programming Lang: javascript

Bug#926910: RFP: node-evacuated-prettier-eslint-cli -- CLI for prettier-eslint

2019-04-11 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-prettier-eslint-cli Version : 0.0.0-semantically-released Upstream Author : Kent C. Dodds * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-prettier-eslint-cli/ * License : MIT

Bug#926905: RFP: librust-evacuated-fdlimit-dev -- Rust raise file limit

2019-04-11 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: librust-evacuated-fdlimit-dev Version : 0.1.1 Upstream Author : NikVolf * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-fdlimit/ * License : GPL-3.0 Programming Lang: Rust Description :

Bug#926902: RFP: golang-salsa-themusicgod1-guest-bigcache-dev -- Efficient cache for gigabytes of data written in Go

2019-04-11 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: golang-salsa-themusicgod1-guest-bigcache-dev Version : 1 Upstream Author : BigCache contributors * URL : https://salsa.debian.org/themusicgod1-guest/bigcache * License : Apache 2.0 Programming Lang: go

Bug#926899: RFP: node-evacuated-functional-red-black-tree -- A purely functional red-black tree data structure (in javascript)

2019-04-11 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-functional-red-black-tree Version : 1.0.1 Upstream Author : Mikola Lysenko * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-functional-red-black-tree/ * License : MIT Programming

Bug#926634: Delays opening dialogs, possibly related to defunct fc-list process

2019-04-10 Thread Jeff
Please apply these two patches, which should fix the UTF-8 characters in the font names, and prevent the zombie process, and let me know if the problem with the delay still occurs. Regards Jeff diff --git a/lib/Gscan2pdf/Dialog/Save.pm b/lib/Gscan2pdf/Dialog/Save.pm index 04fac57b..e4ee5def

Bug#926759: RFP: evacuated-property-accessors -- A mixin for declaring property accessors

2019-04-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: evacuated-property-accessors Version : 1.1.3 Upstream Author : Nathan Sobo * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-property-accessors/ * License : Expat Programming Lang: javascript

Bug#926754: RFP: node-evacuated-eol -- end of line api

2019-04-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-eol Version : 0.9.1 Upstream Author : Ryan Van Etten * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-eol/ * License : MIT Programming Lang: javascript Description : end of

Bug#926745: RFP: golang-salsa-themusicgod1-guest-go-duktape-dev -- Duktape JavaScript engine bindings for Go

2019-04-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: golang-salsa-themusicgod1-guest-go-duktape-dev Version : v3 Upstream Author : Oleg Lebedev * URL : https://salsa.debian.org/themusicgod1-guest/golang-salsa-themusicgod1-guest-go-duktape-dev * License : expat

Bug#926741: RFP: node-evacuated-mocha -- simple, flexible, fun test framework - Node.js module

2019-04-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-mocha Version : 5.2.0 Upstream Author : TJ Holowaychuk * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-mocha * License : MIT Programming Lang: javascript Description :

Bug#926686: RFP: node-evacuated-deep-extend -- Recursive object extending

2019-04-08 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-deep-extend Version : 0.6.0 Upstream Author : Viacheslav Lotsmanov * URL : https://salsa.debian.org/themusicgod1-guest/node-evacuated-deep-extend/ * License : Expat Programming Lang: javascript

Bug#926679: RFP: node-evacuated-elsint-config-prettier -- Turns off all rules that are unnecessary or might conflict with Prettier

2019-04-08 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-elsint-config-prettier Version : 2.9.0 Upstream Author : Simon Lydell * URL : https://salsa.debian.org/themusicgod1-guest/node-evacuated-elsint-config-prettier/ * License : MIT Programming Lang:

Bug#926677: RFP: node-evacuated-electron-download -- downloads an electron release zip

2019-04-08 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-electron-download Version : 4.1.0 Upstream Author : max ogden * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-electron-download * License : BSD-3-Clause Programming Lang:

Bug#926616: CVE-2018-3750: Prototype Pollution

2019-04-07 Thread Jeff Cliff
Package: node-deep-extend Version: 0.4.1-1 Severity: important Dear Maintainer, As per the ubuntu bug report: from https://snyk.io/vuln/npm:deep-extend:20180409 : deep-extend "all the listed modules can be tricked into modifying the prototype of "Object" when the attacker control part of

Bug#926370: RFP: ethereum-harmony -- Ethereum Independent Peer

2019-04-04 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: ethereum-harmony Version : 2.0 Upstream Author : Ether.Camp Inc. (US) * URL : https://salsa.debian.org/themusicgod1-guest/ethereum-harmony/ * License : GPLv3 Programming Lang: java Description : Ethereum

Bug#926340: RFP: node-evacuated-chai-string -- Strings comparison matchers for chai

2019-04-03 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-chai-string Version : 1.4.0 Upstream Author : Oleg Nechiporenko * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-chai-string/ * License : MIT Programming Lang: javascript

Bug#926284: RFP: node-evacuated-tweetnacl-js -- node-evacuated-tweetnacl-js

2019-04-02 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-tweetnacl-js Version : 1.0.0 Upstream Author : TweetNaCl-js contributors * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-tweetnacl-js * License : Public Domain/UnLicense

Bug#926142: RFP: node-evacuated-pathwatcher -- path watcher nodejs module

2019-03-31 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-pathwatcher Version : 8.0.1 Upstream Author : Github, inc. * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-pathwatcher * License : MIT Programming Lang: javascript Description

Bug#925949: RFP: node-evacuated-wide-align -- Wide-character aware text alignment function

2019-03-28 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-evacuated-wide-align Version : 1.1.3 Upstream Author : Rebecca Turner * URL : https://salsa.debian.org/themusicgod1-guest/evacuated-wide-align * License : ISC Programming Lang: javascript Description

Bug#925623: RFP: karma -- A simple tool that allows you to execute JavaScript code in multiple real browsers.

2019-03-27 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: karma Version : 2.0.2 Upstream Author : Vojta Jína * URL : https://notabug.org/makenotabuggreatagain/karma * License : MIT Programming Lang: Javascript Description : A simple tool that allows you to

Bug#925553: audacity: segfault in NumericTextCtrl::ValueToControls() ()

2019-03-26 Thread Jeff Cliff
Package: audacity Version: 2.2.2-1+b1 Severity: normal Dear Maintainer, What I did: ssh -X (hostname) //ssh'd to remote host on network audacity // ran audacity on remote host with broadcast of UI to local host recorded audio // hit red record button What happened:

Bug#925366: RFP: node-watchify -- watch mode for browserify builds

2019-03-23 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-watchify Version : 3.11.0 Upstream Author : James Halliday * URL : https://salsa.debian.org/themusicgod1-guest/watchify * License : MIT Programming Lang: javascript Description : watch mode for

Bug#925181: RFP: node-rifraf -- A simple requestAnimationFrame wrapper/polyfill with added iteratee creator

2019-03-20 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-rifraf Version : 2.0.3 Upstream Author : Aaron McCall * URL : https://salsa.debian.org/themusicgod1-guest/rifraf * License : MIT Programming Lang: javascript Description : A simple

Bug#924951: RFP: node-underscore-deep-extend -- A deepExtend implementation for underscore, lodash and friends

2019-03-18 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-underscore-deep-extend Version : 1.1.5 Upstream Author : Kurt Milam (http://xioup.com) * URL : https://salsa.debian.org/themusicgod1-guest/underscoreDeepExtend * License : MIT Programming Lang: javascript

Bug#924443: RFP: node-mock-fs -- Configurable mock for the fs module

2019-03-12 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-mock-fs Version : 8.2.3 Upstream Author : Tim Schaub (http://tschaub.net/) * URL : https://salsa.debian.org/themusicgod1-guest/mock-fs * License : MIT Programming Lang: javascript Description :

Bug#923895: RFP: node-cuint -- C-like unsigned integers for Javascript

2019-03-06 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-cuint Version : 0.2.2 Upstream Author : Pierre Curto * URL : https://salsa.debian.org/themusicgod1-guest/cuint * License : MIT Programming Lang: javascript Description : C-like unsigned integers for

Bug#923767: RFP: node-runas -- Run command synchronously

2019-03-04 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-runas Version : 3.1.1 Upstream Author : Microsoft * URL : https://salsa.debian.org/themusicgod1-guest/ * License : MIT Programming Lang: c Description : Run command synchronously Launches a new

Bug#923705: RFP: node-parse5 -- HTML parsing/serialization toolset for Node.js

2019-03-03 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-parse5 Version : 437d060b Upstream Author : Ivan Nikulin * URL : https://salsa.debian.org/themusicgod1-guest/parse5/ * License : MIT Programming Lang: javascript Description : HTML

Bug#923630: RFP: node-eslint-plugin-react -- React specific linting rules for ESLint

2019-03-02 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-eslint-plugin-react Version : 7.9.1 Upstream Author : Yannick Croissant * URL : https://notabug.org/makenotabuggreatagain/eslint-plugin-react * License : MIT Programming Lang: javascript Description

Bug#923616: RFP: node-os-timesync -- nodejs package to check whether NTP time sync is enabled in OS settings

2019-03-02 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-os-timesync Version : 1.0.9 Upstream Author : felix lange * URL : https://salsa.debian.org/themusicgod1-guest/os-timesync * License : MIT Programming Lang: javascript Description : nodejs package to

Bug#922941: RFP: node-eslump -- Fuzz testing JavaScript parsers and suchlike programs.

2019-02-21 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-eslump Version : 1.6.2 Upstream Author : Simon Lydell * URL : http://zr4zqgxlhgljst3kuqu7azx43w6p7ezsb6kgh2msg7pkwvoiairffwid.onion/dir * License : MIT Programming Lang: javascript Description :

Bug#922921: RFP: node-socks -- A simple SOCKS implementation and demo proxy in nodejs

2019-02-21 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-socks Version : 0.1.0 Upstream Author : Gert Van Gool * URL : http://kpeg6pch3dxlxfgejngjgpigdyuwigjicffvenohanelvk2mmsijxpid.onion/dir * License : MIT Programming Lang: javascript Description : A

Bug#922887: RFP: cwtch -- Privacy Preserving Infrastructure for Asynchronous, Decentralized, Multi-Party, and Metadata Resistant Applications

2019-02-21 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: cwtch Version : alpha Upstream Author : openprivacy.ca * URL : https://git.openprivacy.ca * License : MIT Programming Lang: go Description : Privacy Preserving Infrastructure for Asynchronous,

Bug#922716: RFP: node-gulp-spawn-mocha -- a plugin for gulp which runs Mocha tests in a separate process from the gulp process.

2019-02-19 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-spawn-mocha Version : 5.0.1 Upstream Author : Kenneth Powers * URL : http://kldvekwm4tgy2es6h245d2dfbqrtioldwbakrvxcy3yptsorf6q6vmyd.onion/dir?ci=tip * License : MIT Programming Lang: javascript

Bug#922419: RFP: node-karma-firefox-launcher -- A Karma plugin. Launcher for Firefox/Chrome

2019-02-15 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-karma-firefox-launcher Version : 1.1.0 Upstream Author : Google, Inc. * URL : https://notabug.org/makenotabuggreatagain/karma-firefox-launcher * License : MIT Programming Lang: javascript Description

Bug#921659: RFP: node-gulp-prompt -- For gulp to utilize the Inquirer.js prompt Library

2019-02-07 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-prompt Version : 1.1.0 Upstream Author : Simon Paitrault & the Gulp-Prompt Contributors * URL : https://notabug.org/makenotabuggreatagain/gulp-prompt * License : MIT Programming Lang: javascript

Bug#921604: RFP: python-srht-meta -- sr.ht core account services

2019-02-06 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: python-srht-meta Version : 0.21.5 Upstream Author : Drew DeVault ( @s...@cmpwn.com ) * URL : https://git.sr.ht/~sircmpwn/meta.sr.ht * License : Affero GPLv3 Programming Lang: python/javascript Description

Bug#921582: RFP: node-stream-spec -- executable specification for stream

2019-02-06 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-stream-spec Version : 0.3.6 Upstream Author : Dominic Tarr * URL : https://notabug.org/makenotabuggreatagain/stream-spec * License : MIT Programming Lang: javascript Description : executable

Bug#920873: RFP: python3-srht -- core sr.ht shared code

2019-01-29 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: python3-srht Version : 1.0.0 Upstream Author : Drew DeVault ( @SirCmpwn@mastodon.social ) * URL : https://git.sr.ht/~sircmpwn/core.sr.ht * License : BSD-3-Clause Programming Lang: python & javascript

Bug#920871: RFP: node-xo -- JavaScript happiness style linter

2019-01-29 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-xo Version : 0.21.1 Upstream Author : Sindre Sorhus * URL : https://notabug.org/makenotabuggreatagain/xo/ * License : MIT Programming Lang: javascript Description : JavaScript happiness style

Bug#917033: RFP: node-gulp-rtlcss -- Gulp plugin that uses RTL CSS to convert LTR CSS to RTL

2018-12-21 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-rtlcss Version : 1.3.0 Upstream Author : jjlharrison * URL : https://notabug.org/themusicgod1/makenotabuggreatagain/gulp-rtlcss * License : MIT Programming Lang: javascript Description :

Bug#916667: RFP: node-gulp-replace -- A string replace plugin for gulp

2018-12-16 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-replace Version : 1.0.0 Upstream Author : Larry Davis * URL : https://notabug.org/makenotabuggreatagain/gulp-replace * License : MIT Programming Lang: javascript Description : A string replace

Bug#916664: RFP: node-gulp-watch -- File watcher that uses super-fast chokidar and emits vinyl objects.

2018-12-16 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-watch Version : 5.0.1 Upstream Author : (c) 2014 Vsevolod Strukchinsky * URL : https://notabug.org/makenotabuggreatagain/gulp-watch * License : Expat Programming Lang: javascript Description :

Bug#916391: RFP: python3-seesaw -- An asynchronous toolkit for distributed web processing

2018-12-13 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: python3-seesaw Version : 0.10.0 Upstream Author : The Internet Archive * URL : https://pypi.org/project/seesaw/ * License : WTFPL Programming Lang: python Description : An asynchronous toolkit for

Bug#916031: Runs unpaper multiple times unnecessarily

2018-12-11 Thread Jeff
Thanks for the log file. If you look at it, you can see tha unpaper is only called four times - or at least up until the point at which it is cut off - you seem to have posted it before quitting gscan2pdf, and thus the bottom is missing. I suspect that the extra processes you are seeing are due

Bug#916011: Blank dialog — Can't locate object method "vbox" via package "Gtk3::Dialog"

2018-12-11 Thread Jeff
Thanks for the report. The error message was enough for me to find and fix the problem - vbox() calls left over from gtk+-2. You'll see the fix in the next release. signature.asc Description: OpenPGP digital signature

Bug#916196: RFP: node-octokit-rest -- NSA/Microsoft GitHub REST API client for JavaScript

2018-12-11 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-octokit-rest Version : 16.2.0 Upstream Author : Cloud9 IDE, Inc. (Mike de Boer), Octokit Contributors * URL : https://notabug.org/makenotabuggreatagain/octokit-rest * License : MIT Programming Lang:

Bug#916097: RFP: node-gulp-print -- gulp plugin that prints names of files

2018-12-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-print Version : 5.0.0 Upstream Author : Alex Gorbatchev * URL : https://notabug.org/makenotabuggreatagain/gulp-print * License : MIT Programming Lang: javascript Description : gulp plugin that

Bug#916094: RFP: node-gulp-notify -- send messages based on Vinyl Files or Errors using node-notifier

2018-12-09 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-notify Version : 3.2.0 Upstream Author : Mikael Brevik * URL : https://notabug.org/makenotabuggreatagain/gulp-notify/ * License : MIT Programming Lang: javascript Description : send messages

Bug#915814: RFP: node-better-console -- drop-in replacement for node's default console

2018-12-06 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-better-console Version : 1.0.1 Upstream Author : Mohsen * URL : https://notabug.org/makenotabuggreatagain/better-console * License : 3-clause BSD license Programming Lang: javascript Description :

Bug#915498: RFP: node-gulp-help -- Check for duplicates in the stream and filter them or throw an error

2018-12-03 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-help Version : 1.6.1 Upstream Author : Chris Montgomery * URL : https://notabug.org/makenotabuggreatagain/gulp-help * License : MIT Programming Lang: javascript Description : Check for

Bug#915490: RFP: node-gulp-dedupe -- Check for duplicates in the stream and filter them

2018-12-03 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-dedupe Version : efd9e149eb Upstream Author : Marat Abdullin * URL : https://notabug.org/makenotabuggreatagain/gulp-dedupe * License : MIT Programming Lang: javascript Description : Check for

Bug#915489: RFP: node-gulp-copy -- Copy source files to new destination

2018-12-03 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-copy Version : 4.0.1 Upstream Author : Klaas Cuvelier * URL : https://notabug.org/makenotabuggreatagain/gulp-copy * License : MIT Programming Lang: javascript Description : Copy source files to

Bug#915486: RFP: node-gulp-concat-css -- node tool for concatenating css files

2018-12-03 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-concat-css Version : 3.1.0 Upstream Author : Mario Casciaro * URL : https://notabug.org/makenotabuggreatagain/gulp-concat-css * License : MIT Programming Lang: javascript Description : node

Bug#913951: tesseract-ocr: Legacy engine not directly usable because of missing files

2018-12-03 Thread Jeff Breidenbach
are like you, and want to use the Tesseract 3 engine in Debian? Thanks, Jeff

Bug#915067: RFP: node-gulp-debug -- Debug Vinyl file streams to see what files are run through your Gulp pipeline

2018-11-29 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-gulp-debug Version : 4.0.0 Upstream Author : Sindre Sorhus * URL : https://notabug.org/makenotabuggreatagain/gulp-debug/ * License : MIT Programming Lang: javascript Description : Debug Vinyl file

Bug#915062: RFP: node-semantic-ui -- UI component framework based around useful principles from natural language

2018-11-29 Thread Jeff Cliff
Package: wnpp Severity: wishlist * Package name: node-semantic-ui Version : 2.3.1 Upstream Author : jack * URL : https://notabug.org/makenotabuggreatagain/Semantic-UI * License : MIT Programming Lang: javascript Description : UI component framework

Bug#914551: tootle: segfaults in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0

2018-11-24 Thread Jeff Cliff
Package: tootle Version: 0.2.0-1 Severity: normal Dear Maintainer, after having being running all night and exhibiting bug #911075 and then having a manual refresh (user icon->refresh) tootle segfaulted. #0 0x7f3b48d999f5 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #1

<    1   2   3   4   5   6   7   8   9   10   >