Bug#1082503: python3-sh: package description shows example for Python 2

2024-09-21 Thread Daniele Forsi
Package: python3-sh
Version: 1.14.2-1
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the description of python3-sh contains an example that uses a "print" statement
that worked with Python 2 but doesn't work with Python 3:
  from sh import ifconfig
  print ifconfig("eth0")

i.e. there must be round parens around the argument of print:
  from sh import ifconfig
  print(ifconfig("eth0"))

greetings,
Daniele



Bug#1075890: golang-github-thecreeper-go-notify-dev: https link in package description is broken

2024-07-07 Thread Daniele Forsi
Package: golang-github-thecreeper-go-notify-dev
Version: 0.2.0-4
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

this link to the specification in the description of the package gives a 404 
error:
https://developer.gnome.org/notification-spec

greetings,
Daniele



Bug#1075840: svxlink-server: Incorrect .service enabled

2024-07-06 Thread Daniele Forsi
Hello Chris,

are you asking that the 3 packages (svxlink, svxreflector, remotetrx)
be installed
and only svxlink be enabled?

I'd rather not enable any of those services automatically because the
result is the same, that is, if the system has only one audio card and
a user installs the task hamradio-all, then no other software can use
the audio, which IMHO is unexpected.

We discussed the audio issue in the thread
https://lists.debian.org/debian-hams/2024/03/msg00035.html
but we didn't come to a decision

-- 
73 de IU5HKX Daniele



Bug#1073790: cqrlog should depend on mariadb instead of mysql

2024-06-19 Thread Daniele Forsi
Christoph Berg wrote:

> (If this were PostgreSQL I would tell you that depending is wrong
> since you can access databases across the network, but I guess mysql
> doesn't work like that in this context.)

yes, in this context it is supposed to use only a local database
because cqrlog spawn a database server rooted in the home directory of
the user and this doesn't seem to be configurable in the preferences.

When running cgrlog I see this with "ps":
/usr/sbin/mysqld
--defaults-file=/home/ham/.config/cqrlog/database/mysql.cnf
--datadir=/home/ham/.config/cqrlog/database/
--socket=/home/ham/.config/cqrlog/database/sock --port=64000

-- 
73 de IU5HKX Daniele



Bug#1062742: libzia: NMU diff for 64-bit time_t transition

2024-02-24 Thread Daniele Forsi
Hello Steve,

please don't put version numbers in the package descriptions:

> Description: sharable and platform-dependent library for Tucnak
>- libzia contains the platform abstraction layer for the tucnak package.
>+ libzia-4.36 contains the platform abstraction layer for the tucnak package.
>  Tucnak is a VHF/UHF/SHF logging program for hamradio contests.

In cases like this it adds work for translators with a loss for users,
who aren't supposed to look for version numbers like this in
*descriptions* anyway.
Currently this description is translated only to Danish, but as soon
as the package with this change gets uploaded, that description
reverts to the English version:
https://ddtp.debian.org/ddt.cgi?desc_id=229880

-- 
73 de IU5HKX Daniele



Bug#1061670: gcc-14: long package description of {cpp,g++}-14-for-{build,host} has literal arch_gnu

2024-01-28 Thread Daniele Forsi
Package: gcc-14
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainers,

the long package description of
cpp-14-for-build cpp-14-for-host g++-14-for-build g++-14-for-host

contains the string "arch_gnu" instead of "the build" or "the host".
Eg:

...the preprocessor configured for arch_gnu architecture...

...This package contains C++ cross-compiler for arch_gnu architecture...

The short package descriptions contain the correct text.

greetings,
Daniele



Bug#1057953: nss-myhostname: different IP address between man page and package description

2023-12-10 Thread Daniele Forsi
Package: libnss-myhostname
Version: 254.5-1
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the package description says:
> It returns all locally configured public IP addresses or -- if
> none are configured, the IPv4 address 127.0.1.1

the man page says:
> The local, configured hostname is resolved to [...] the IPv4 address 127.0.0.2
and the example shows 127.0.0.2 

Do they refer to different things?

greetings,
Daniele



Bug#1056200: libstring-binary-interpolation-perl: broken package description

2023-11-18 Thread Daniele Forsi
Package: libstring-binary-interpolation-perl
Severity: important
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the example in the description of this package reads:
 my $binary = "ABCE";
which doesn't explain how to use ,thi smodule, while the original example 
contains:
 my $binary = "ABC${b01000100}E";

greetings,
Daniele



Bug#1054347: gnuradio-doc: wrong filename in package description

2023-10-22 Thread Daniele Forsi
Package: gnuradio-doc
Version: 3.10.8.0-1
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

tha package description refers to this file:
file:///usr/share/doc/gnuradio-doc/html/index.htnl

however the extension should be html instead of htnl.

regards,
Daniele



Bug#1050382: libusbgx-dev: package description wrongly refers to libpng

2023-08-23 Thread Daniele Forsi
Package: libusbgx-dev
Version: 0.2.0-2
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the last line of the description of the package libusbgx-dev reads:
This package contains the header and development files needed to build programs 
and packages using libpng.

however the name of the library should be libusbgx instead of libpng.

thanks,
Daniele



Bug#1031107: libcatmandu-exporter-table-perl: short package description is wrapped to long description

2023-02-11 Thread Daniele Forsi
Package: libcatmandu-exporter-table-perl
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the last word of the short description ("format") is on the first line of the 
long descriptoin.

For exaple see:

$ apt-cache show libcatmandu-exporter-table-perl
[...]
Description-en: Catmandu modules for exporting data in tabular MultiMarkdown
 format
 Catmandu::Exporter::Table provides modules for exporting data in tabular
 MultiMarkdown format.

or https://packages.debian.org/en/sid/libcatmandu-exporter-table-perl

thanks,
Daniele



Bug#1026849: ax25-apps: ax25mond(8) manual page contains wrong name

2023-01-06 Thread Daniele Forsi
Hello Nate,

I fixed the wrong name (and some spelling errors) in Salsa:
https://salsa.debian.org/debian-hamradio-team/ax25-apps

What is the address of the upstream git repository that you tested?

--
73 de IU5HKX Daniele



Bug#1024787: python3-setuptools-gettext: error in package description

2022-11-24 Thread Daniele Forsi
Package: python3-setuptools-gettext
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the package description says that this program "compiles them to .po files and 
installs them."
but actually it compiles to .mo files.

thanks,
Daniele



Bug#1014017: soundmodem: Fails to build with HID support

2022-10-23 Thread Daniele Forsi
Hello Alan,

I committed your patch to configure.ac in a branch and I think that we
should merge it to master:
https://salsa.debian.org/debian-hamradio-team/soundmodem/-/tree/hidraw

I didn't commit your patch to ptt.c yet.
What happens if we drop the check for hiddevinfo.product for C-Media entirely?

You changed the test to work with your hardware, which is fine, but it
seems that there are many more CM108s out there (I have one with ID
0d8c:013c).
I'm copying the list from https://usb-ids.gowdy.us/read/UD/0d8c so it
is archived with this bug report.

Id Name
0001 Audio Device
0002 Composite Device
0003 Sound Device
0004 CM6631A Audio Processor
0005 Blue Snowball
0006 Storm HP-USB500 5.1 Headset
000c Audio Adapter
000d Composite Device
000e Audio Adapter (Planet UP-100, Genius G-Talk)
0012
0014 Audio Adapter (Unitek Y-247A)
001f CM108 Audio Controller
0029
0102 CM106 Like Sound Device
0103 CM102-A+/102S+ Audio Controller
0104 CM103+ Audio Controller
0105 CM108 Audio Controller
0107 CM108 Audio Controller
010f CM108 Audio Controller
0115 CM108 Audio Controller
0134
0139 Multimedia Headset [Gigaware by Ignition L.P.]
013c CM108 Audio Controller
0201 CM6501
5000 Mass Storage Controller
5200 Mass Storage Controller(0D8C,5200)
b213 USB Phone CM109 (aka CT2000,VPT1000)

--
73 de IU5HKX Daniele



Bug#1022545: wishlist: please enable CONFIG_LEDS_USER

2022-10-23 Thread Daniele Forsi
Source: linux
Version: 5.10.140-1
Severity: wishlist
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainers,

please considser building the uleds module (CONFIG_LEDS_USER=m).

The kernel documentation says:
> The uleds driver supports userspace LEDs. This can be useful for testing
> triggers and can also be used to implement virtual LEDs.

My use case is a PC with two on-board ethernet ports and only one activity LED 
on its front panel.

thanks,
Daniele

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.19.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1021567: python3-backoff: truncated package description

2022-10-10 Thread Daniele Forsi
Package: python3-backoff
Version: 1.11.1-2
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the last line of the package description is truncated:
> Decorators support both regular functions for synchronous code and

According to the RADME it should be:
> Decorators support both regular functions for synchronous code and asyncio's 
> coroutines for asynchronous code.

thanks,
Daniele



Bug#1019340: Segfaults on startup

2022-10-06 Thread Daniele Forsi
Christoph Berg wrote:

> Is it just broken for me and Bernhard, or for most people?

the version from package 4.36-2 works for me, with "LC_ALL=C tucnak"
and without LC_ALL set

-- 
73 de IU5HKX Daniele



Bug#1018299: electronics-radio-dev: recommends/suggests packages were removed from Debian

2022-08-28 Thread Daniele Forsi
Package: electronics-radio-dev
Version: 0.3
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

electronics-radio-dev recommends this package that isn't available in Debian:
https://tracker.debian.org/pkg/gsmc [2020-10-21] gsmc REMOVED from testing

electronics-radio-dev suggests these packages that aren't available in Debian:
https://tracker.debian.org/pkg/linsmith [2019-10-06] Removed 0.99.31-1 from 
unstable
https://tracker.debian.org/pkg/qucs [2012-06-12] qucs REMOVED from testing
https://tracker.debian.org/pkg/xsmc-calc [2014-06-12] xsmc-calc REMOVED from 
testing

thanks,
Daniele

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.18.0-4-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages electronics-radio-dev depends on:
ii  electronics-tasks  0.3

Versions of packages electronics-radio-dev recommends:
ii  antennavis  0.3.1-4+b1
pn  gsmc
ii  meep1.23.0-2
ii  nec2c   1.3-4+b1
ii  openems 0.0.35+git20190103.6a75e98+dfsg.1-3.1+b1
ii  transcalc   0.14-7
ii  xnec2c  1:4.3.4-1
ii  yagiuda 1.19-10

Versions of packages electronics-radio-dev suggests:
pn  linsmith   
pn  qucs   
pn  xsmc-calc  

-- debconf-show failed



Bug#1018249: tasksel: add a way to optionally install suggested packages

2022-08-27 Thread Daniele Forsi
Package: tasksel
Version: 3.70
Severity: wishlist
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

some tasks install packages that suggest other packagesm but there isn't
a way to install or remove the suggested packages with tasksel, unless
the configuration of APT itself contains
APT::Install-Suggests "true";
in which case tasksel installs and removes also the suggested packages.
I would find this feature especially useful for hamradio-* and electronics-*
but I wouldn't like to enable globally for every apt invocation.

Please consider adding a command line option that enables intallation and
removal of suggested packages (eg. --enable-suggest or --enable-suggested).

thanks,
Daniele



Bug#1018220: OSError: Cannot initialize new instance of inotify, Errno=Too many open files (EMFILE)

2022-08-27 Thread Daniele Forsi
Package: lintian-brush
Version: 0.128
Severity: important
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

lintian-brush is unable to process quisk.


Steps to reproduce:

git clone g...@salsa.debian.org:debian-hamradio-team/quisk.git
cd quisk
lintian-brush


Actual result:

Traceback (most recent call last):
  File "/usr/bin/lintian-brush", line 33, in 
sys.exit(load_entry_point('lintian-brush==0.128', 'console_scripts', 
'lintian-brush')())
  File "/usr/lib/python3/dist-packages/lintian_brush/__main__.py", line 333, in 
main
overall_result = run_lintian_fixers(
  File "/usr/lib/python3/dist-packages/lintian_brush/__init__.py", line 1081, 
in run_lintian_fixers
dirty_tracker = get_dirty_tracker(
  File "/usr/lib/python3/dist-packages/lintian_brush/__init__.py", line 1006, 
in get_dirty_tracker
return DirtyTracker(local_tree, subpath)
  File "/usr/lib/python3/dist-packages/breezy/dirty_tracker.py", line 67, in 
__init__
self._wm = WatchManager()
  File "/usr/lib/python3/dist-packages/pyinotify.py", line 1764, in __init__
raise OSError(err % self._inotify_wrapper.str_errno())
OSError: Cannot initialize new instance of inotify, Errno=Too many open files 
(EMFILE)


The repository is at:
commit 597fa17b15f63d9524b9d61a5c82c128c35d78f1
tag: debian/4.2.2-1


Thanks for looking into this,
Daniele


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.18.0-4-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lintian-brush depends on:
ii  devscripts   2.22.2
ii  python3  3.10.6-1
ii  python3-breezy   3.2.2-2+b1
ii  python3-debian   0.1.46
ii  python3-debmutate0.54
ii  python3-distro-info  1.1
ii  python3-dulwich  0.20.44-1+b1
ii  python3-iniparse 0.5-1
ii  python3-iso8601  1.0.2-1
ii  python3-ruamel.yaml  0.17.16-1
ii  python3-tqdm 4.64.0-2
ii  python3-upstream-ontologist  0.1.25-2

Versions of packages lintian-brush recommends:
ii  debhelper13.9
ii  decopy   0.2.4.7-0.2
ii  dos2unix 7.4.3-1
ii  gpg  2.2.35-3
ii  lintian  2.115.2
ii  ognibuild0.0.13-1
ii  python3-asyncpg  0.25.0-2+b1
ii  python3-bs4  4.11.1-1
ii  python3-docutils 0.17.1+dfsg-2
ii  python3-levenshtein  0.12.2-2+b2
ii  python3-lxml 4.9.1-1+b1
ii  python3-markdown 3.4.1-1
ii  python3-pyinotify0.9.6-2
ii  python3-semver   2.10.2-3
ii  python3-tomlkit  0.9.2-1

Versions of packages lintian-brush suggests:
ii  brz-debian 2.8.69
pn  git-buildpackage   
pn  gnome-pkg-tools
ii  po-debconf 1.0.21+nmu1
pn  postgresql-common  

-- no debconf information



Bug#1018200: antennavis recommends nec which isn't available anymore

2022-08-26 Thread Daniele Forsi
Package: antennavis
Version: 0.3.1-4+b1
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

antennavis has "Recommends: nec" but nec was removed from Debian:
https://tracker.debian.org/pkg/nec

thanks,
Daniele



Bug#1017807: python-amply: broken link to homepage in debian/control

2022-08-20 Thread Daniele Forsi
Source: python-amply
Version: 0.1.4-2
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the address https://github.com/willu47/python-amply set in debian/control 
returns error 404

it seems that the working address is without the word "python": 
https://github.com/willu47/amply

thanks,
Daniele



Bug#1017069: qsstv: desktop file and icon missing from .deb

2022-08-12 Thread Daniele Forsi
Package: qsstv
Version: 9.5.8-2+b1
Severity: normal
Owner: dfo...@gmail.com
X-Debbugs-Cc: dfo...@gmail.com

Dear Team members,

qsstv isn't visible in the applications menu because the .desktop file and the 
icon aren't included in version 9.5.8-2+b1.
Looking at p.d.o., the .desktop file was included in 9.4.4-3 (but not the icon) 
and both were included in 9.2.6+repack-1.

File list in 9.5.8-2:
/usr/bin/qsstv
/usr/share/doc/qsstv/README.Debian
/usr/share/doc/qsstv/changelog.Debian.amd64.gz
/usr/share/doc/qsstv/changelog.Debian.gz
/usr/share/doc/qsstv/copyright
/usr/share/doc/qsstv/examples/CQ_1.templ
/usr/share/doc/qsstv/examples/CQ_2.templ
/usr/share/doc/qsstv/examples/comment.templ
/usr/share/doc/qsstv/examples/im_reply.templ
/usr/share/doc/qsstv/examples/simple_replay.templ
/usr/share/man/man1/qsstv.1.gz

File list in 9.2.6+repack-1:
/usr/bin/qsstv
/usr/share/applications/qsstv.desktop
/usr/share/doc/qsstv/README.Debian
/usr/share/doc/qsstv/changelog.Debian.gz
/usr/share/doc/qsstv/changelog.gz
/usr/share/doc/qsstv/copyright
/usr/share/doc/qsstv/examples/CQ_1.templ
/usr/share/doc/qsstv/examples/CQ_2.templ
/usr/share/doc/qsstv/examples/comment.templ
/usr/share/doc/qsstv/examples/im_reply.templ
/usr/share/doc/qsstv/examples/simple_replay.templ
/usr/share/man/man1/qsstv.1.gz
/usr/share/qsstv/qsstv.png

Thanks,
Daniele



Bug#1016767: aardvark-dns: incomplete package description

2022-08-06 Thread Daniele Forsi
Package: aardvark-dns
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

I think that the description of this package is missing the word "Podman", 
where it says 
"...designed to work with but is..." the README.md says "...designed to work 
with Podman but is..."

thanks for your work in Debian,
Daniele



Bug#1005046: lintian: [false positive] very-long-line-length-in-source-file for pictures and sounds

2022-02-05 Thread Daniele Forsi
Package: lintian
Version: 2.114.161
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

for package js8call, Lintian warns about very long lines for PNG, ICO and WAV 
files.
I think that in these caseethe warning should be suppressed because they aren't 
source files for a programming language.

Here is the list of warnings from https://lintian.debian.org/sources/js8call 
which contains also valid warnings about COPYING and README:

 very-long-line-length-in-source-file 1243 > 512 
[icons/Darwin/JS8Call.iconset/icon_128x...@2x.png:65]
 very-long-line-length-in-source-file 1243 > 512 
[icons/Darwin/JS8Call.iconset/icon_256x256.png:65]
 very-long-line-length-in-source-file 1243 > 512 
[icons/Darwin/wsjt.iconset/icon_128x...@2x.png:65]
 very-long-line-length-in-source-file 1243 > 512 
[icons/Darwin/wsjt.iconset/icon_256x256.png:65]
 very-long-line-length-in-source-file 1322 > 512 [Configuration.ui:2912]
 very-long-line-length-in-source-file 13389 > 512 
[icons/windows-icons/installer_logo.bmp:16]
 very-long-line-length-in-source-file 1404 > 512 
[icons/Darwin/JS8Call.iconset/icon_256x...@2x.png:85]
 very-long-line-length-in-source-file 1404 > 512 
[icons/Darwin/JS8Call.iconset/icon_512x512.png:85]
 very-long-line-length-in-source-file 1404 > 512 
[icons/Darwin/wsjt.iconset/icon_256x...@2x.png:85]
 very-long-line-length-in-source-file 1404 > 512 
[icons/Darwin/wsjt.iconset/icon_512x512.png:85]
 very-long-line-length-in-source-file 1828 > 512 [artwork/js8call_icon.png:270]
 very-long-line-length-in-source-file 1828 > 512 
[icons/Darwin/JS8Call.iconset/icon_512x...@2x.png:270]
 very-long-line-length-in-source-file 1828 > 512 
[icons/Darwin/wsjt.iconset/icon_512x...@2x.png:270]
 very-long-line-length-in-source-file 1844 > 512 [artwork/splash.png:448]
 very-long-line-length-in-source-file 1869 > 512 [contrib/Commander TCPIP 
Mesages.pdf:538]
 very-long-line-length-in-source-file 2122 > 512 
[artwork/installer_logo.svg.png:111]
 very-long-line-length-in-source-file 21517 > 512 [media/tests/A_2_3.wav:607]
 very-long-line-length-in-source-file 21517 > 512 [media/tests/A_3_3.wav:607]
 very-long-line-length-in-source-file 21655 > 512 [media/tests/A_1_4.wav:658]
 very-long-line-length-in-source-file 21655 > 512 [media/tests/A_2_5.wav:658]
 very-long-line-length-in-source-file 21793 > 512 [media/tests/A_2_6.wav:3276]
 very-long-line-length-in-source-file 23065 > 512 [media/tests/A_2_1.wav:677]
 very-long-line-length-in-source-file 2348 > 512 [COPYING:75]
 very-long-line-length-in-source-file 2770 > 512 [icons/Darwin/DragNDrop 
Background.png:46]
 very-long-line-length-in-source-file 2932 > 512 [media/tests/A_2_9.wav:4399]
 very-long-line-length-in-source-file 521 > 512 [README:14]
 very-long-line-length-in-source-file 525 > 512 
[icons/Darwin/JS8Call.iconset/icon_16...@2x.png:7]
 very-long-line-length-in-source-file 525 > 512 
[icons/Darwin/JS8Call.iconset/icon_32x32.png:7]
 very-long-line-length-in-source-file 525 > 512 
[icons/Darwin/wsjt.iconset/icon_16...@2x.png:7]
 very-long-line-length-in-source-file 525 > 512 
[icons/Darwin/wsjt.iconset/icon_32x32.png:7]
 very-long-line-length-in-source-file 557 > 512 [js8.mod:1]
 very-long-line-length-in-source-file 659 > 512 [js8params.mod:1]
 very-long-line-length-in-source-file 678 > 512 
[icons/Darwin/JS8Call.iconset/icon_128x128.png:5]
 very-long-line-length-in-source-file 678 > 512 
[icons/Darwin/wsjt.iconset/icon_128x128.png:5]
 very-long-line-length-in-source-file 678 > 512 [icons/Unix/js8call_icon.png:5]
 very-long-line-length-in-source-file 68143 > 512 
[icons/windows-icons/js8call.ico:1]
 very-long-line-length-in-source-file 900 > 512 
[contrib/LDPC/peg-128-80-reg3.pchk:3]
 very-long-line-length-in-source-file 99895 > 512 [media/tests/E_1_1.wav:1513]
 very-long-line-length-in-source-file 99895 > 512 [media/tests/E_2_1.wav:1513]


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

Kernel: Linux 5.15.0-3-amd64 (SMP w/8 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lintian depends on:
ii  binutils2.37.90.20220130-2
ii  bzip2   1.0.8-5
ii  diffstat1.64-1
ii  dpkg1.21.1
ii  dpkg-dev1.21.1
ii  file1:5.41-2
ii  gettext 0.21-4
ii  gpg 2.2.27-3
ii  intltool-debian 0.35.0+20060710.5
ii  libapt-pkg-perl 0.1.40
ii  libarchive-zip-perl 1.68-1
ii  libcapture-tiny-perl0.48-1
ii  libclass-xsaccessor-perl1.19-3+b7
ii  libclone-perl   0.45-1+b1
ii  libconfig-tiny-perl 2.28-1
ii  libconst-fast-perl  0.014-1.1
ii  libc

Bug#1004621: libctf0: wrong package description

2022-01-30 Thread Daniele Forsi
Package: libctf0
Version: 2.37.90.20220123-2
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the long package description reads:
> This package includes the libctf-nobfd shared library.

however this package contains the libctf shared libray instead.

thanks,
Daniele

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

Kernel: Linux 5.15.0-3-amd64 (SMP w/8 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libctf0 depends on:
ii  libbinutils  2.37.90.20220123-2
ii  libc62.33-5
ii  zlib1g   1:1.2.11.dfsg-2

libctf0 recommends no packages.

libctf0 suggests no packages.

-- no debconf information



Bug#1003487: iwyu: wrong depends

2022-01-10 Thread Daniele Forsi
Package: iwyu
Version: 8.17-1
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the Depends line for package version 8.17-1 is:
Depends: libc6 (>= 2.32), libclang-cpp13 (>= 1:13.0.0), libllvm13, libstdc++6 
(>= 11), clang | clang-4.0 | clang-5.0 | clang-6.0 | clang-7 | clang-8 | 
clang-9 | clang-10 | clang-11 | clang-12 | clang-13, python3

however this version is compiled to work clang-13 only:
iwyu --version
include-what-you-use 0.17 based on Debian clang version 13.0.0-9+b2


In fact if I uninstall clang-13, then iwyu doesn't find any include installed 
for the other versions of clang (11 and 12) that are currently provided by 
Debian testing.


thanks,
Daniele


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

Kernel: Linux 5.15.0-2-amd64 (SMP w/8 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages iwyu depends on:
ii  clang   1:13.0-54
ii  clang-111:11.1.0-4+b2
ii  clang-121:12.0.1-17+b1
ii  clang-131:13.0.0-9+b2
ii  libc6   2.33-1
ii  libclang-cpp13  1:13.0.0-9+b2
ii  libllvm13   1:13.0.0-9+b2
ii  libstdc++6  11.2.0-13
ii  python3 3.9.7-1

iwyu recommends no packages.

iwyu suggests no packages.

-- no debconf information



Bug#1003485: libjs-jquery-fixedtableheader: home page returns error 404

2022-01-10 Thread Daniele Forsi
Source: libjs-jquery-fixedtableheader
Version: 1.0.3-3.1
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the URL listed for this package 
https://www.mustafaozcan.net/en/jQuery-Fixed-Table-Header-Plugin/ returns a 404.
The home page points to the Github account of the author which contains this 
repository 
https://github.com/mustafaozcan/jquery.fixedtableheader

thanks,
Daniele



Bug#1003212: hamexam: package description contains broken URL

2022-01-06 Thread Daniele Forsi
Package: hamexam
Version: 1.7.0-3
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the long package description of hamexam contains the URL
http://www.arrl.org/licensing-preparation-exams
which returns a 404 error.

The most recent snapshot of that page that I found on archive.org is
https://web.archive.org/web/20130620150623/http://www.arrl.org/licensing-preparation-exams
it shows that the page was under the section "Licensing, Education & Training"
and I suggest either to change the URL to the address of that page, which was
and still is
http://www.arrl.org/licensing-education-training
or to remove that sentence from the package description.

thanks,
Daniele

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

Kernel: Linux 5.15.0-2-amd64 (SMP w/8 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

hamexam depends on no packages.

Versions of packages hamexam recommends:
ii  eog   41.1-1
ii  gwenview  4:21.08.2-1

hamexam suggests no packages.

-- no debconf information



Bug#1001246: libcaf-doc: package libcaf-doc has the same short description as libcaf-dev

2021-12-06 Thread Daniele Forsi
Package: libcaf-doc
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the short description for libcaf-doc end with "development files2 buut it 
probably
should end with "docuemntation":

$ apt-cache search libcaf
[...]
libcaf-dev - Implementation of the Actor Model in C++, development files
libcaf-doc - Implementation of the Actor Model in C++, development files
[...]


thanks,
Daniele



Bug#998204: j2cli: Short package description is truncated

2021-10-31 Thread Daniele Forsi
Package: j2cli
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the package description as seen on the web site 
https://packages.debian.org/en/source/sid/j2cli
is truncated, and also from a terminal:

$ apt-cache search j2cli
j2cli - Command line tool for templating in shell-scripts, leveraging

thanks,
Daniele



Bug#997093: jack-mixer: short description says "application" while long description says "library"

2021-10-23 Thread Daniele Forsi
Package: jack-mixer
Severity: wishlist
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

please clarify the package description:
the long descriptions says that the package installs the library,
while it seems that it installs the complete application.

thanks,
Daniele



Bug#997077: packages.debian.org: can't download archives due to Mixed Content

2021-10-23 Thread Daniele Forsi
Package: www.debian.org
Severity: normal
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

trying to download .deb files or .tar.gz files from p.d.o. with Chromium 
Versione 93.0.4577.82 silently fails.

For example, go to https://packages.debian.org/sid/amd64/gnokii/download and 
click to a dowlaod link,
the download doesn't start, but the  browser's console shows this message:
Mixed Content: The site at 'https://packages.debian.org/' was loaded over a 
secure connection, but
the file at 
'http://ftp.it.debian.org/debian/pool/main/g/gnokii/gnokii_0.6.30+dfsg-1.3_all.deb'
was loaded over an insecure connection. This file should be served over HTTPS. 
This download has
been blocked. See 
https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more 
details.

thanks,
Daniele



Bug#994851: electronics-radio-dev: add atlc to the list of packages

2021-09-21 Thread Daniele Forsi
Package: electronics-radio-dev
Version: 0.3
Severity: wishlist
X-Debbugs-Cc: dfo...@gmail.com

Please consider adding atlc to the list of packages installed by 
electronics-radio-dev.
atlc depends on atlc-examples.

atlc - Arbitrary Transmission Line Calculator

https://packages.debian.org/sid/atlc

thanks,
Daniele

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

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages electronics-radio-dev depends on:
ii  electronics-tasks  0.3

Versions of packages electronics-radio-dev recommends:
ii  antennavis  0.3.1-4+b1
ii  gsmc1.2.1-1
ii  meep1.17.1-1
ii  nec2c   1.3-4+b1
ii  openems 0.0.35+git20190103.6a75e98+dfsg.1-3
ii  transcalc   0.14-7
ii  xnec2c  1:4.1.1-2
ii  yagiuda 1.19-9+b1

Versions of packages electronics-radio-dev suggests:
pn  linsmith   
pn  qucs   
pn  xsmc-calc  

-- no debconf information



Bug#994099: twclock: improve .desktop file

2021-09-12 Thread Daniele Forsi
Ervin Hegedüs wrote:

> this was the lintian tag why I removed the Exec:
>
> https://lintian.debian.org/tags/command-in-menu-file-and-desktop-file

that lintian pages tells to remove the menu file
/usr/share/menu/twclock not the Exec line

-- 
73 de IU5HKX Daniele



Bug#994099: twclock: improve .desktop file

2021-09-11 Thread Daniele Forsi
> it looks like you forgot the attachment.

you are right, here it is
(reportbug doesn't complain if you type the wrong filename: it just
prompts again for a filename!)

-- 
73 de IU5HKX Daniele
--- twclock.desktop.orig	2020-05-22 15:57:34.0 +0200
+++ twclock.desktop	2021-09-11 20:13:41.033571003 +0200
@@ -3,8 +3,10 @@
 Name[en_US]=twclock
 Comment=World Clock and CW ID for Ham Radio Operators
 Comment[en_US]=World Clock and CW ID for Ham Radio Operators
+Comment[it_IT]=Orologio mondiale e ID CW per radioamatori
+Exec=twclock
 Icon=twclock.png
 Terminal=false
 Type=Application
-Categories=Utility;HamRadio
+Categories=Clock;Utility;HamRadio;Motif
 Keywords=Clock;Alarm;ham;radio;


Bug#994099: twclock: improve .desktop file

2021-09-11 Thread Daniele Forsi
Package: twclock
Version: 3.5-1+b1
Severity: normal
Tags: patch
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

I'm attaching a patch tested under KDE that adds to twclok.desktop:
* an Exec line otherwise there is no  entry visible in the menu of the desktop 
environment
* an Italian translation for Comment
* two more categories (Clock and Motif)

thanks,
Daniele

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

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages twclock depends on:
ii  libc6  2.31-17
ii  libpulse0  14.2-2
ii  libxm4 2.3.8-3
ii  libxpm41:3.5.12-1
ii  libxt6 1:1.2.0-1

twclock recommends no packages.

twclock suggests no packages.

-- no debconf information



Bug#991732: python3-pcbasic: package description says Python2 instead of 3

2021-07-31 Thread Daniele Forsi
Package: python3-pcbasic
Severity: minor
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

the short package descriptoin says "Python2", but this package is for Python 3.
IMO, "Python 3" and "python3" would be correct, "Python3" is a thing that do 
not exist, just like "Python2".

tanks,
Daniele



Bug#989309: kgames: kcanfield and kspider fail to start

2021-05-31 Thread Daniele Forsi
Package: kgames
Version: 1.0-2.1
Severity: important
X-Debbugs-Cc: dfo...@gmail.com

Dear maintainer,

kcanfield doesn't start, when running it from the terminal I get:
Error: Shell widget kcanfield has zero width and/or height

kspider doesn't start, when running it from the terminal I get:
Error: Shell widget kspider has zero width and/or height

The other games in this package work as expected when run from the same 
terminal.

-- System Information:
Debian Release: 11.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-6-amd64 (SMP w/2 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kgames depends on:
ii  libc6 2.31-12
ii  libx11-6  2:1.7.1-1
ii  libxaw7   2:1.0.13-1.1
ii  libxmu6   2:1.1.2-2+b3
ii  libxpm4   1:3.5.12-1
ii  libxt61:1.2.0-1

kgames recommends no packages.

kgames suggests no packages.

-- debconf-show failed



Bug#989263: libvolk2-bin: incomplete package description

2021-05-30 Thread Daniele Forsi
Package: libvolk2-bin
Version: 2.4.1-2
Severity: wishlist
X-Debbugs-Cc: dfo...@gmail.com

the package description says "This package includes the volk_profile tool."
but it contains also these tools:
volk-config-info
volk_modtool

thanks,
Daniele



Bug#988479: py3status: missing word (and periods) in long package description

2021-05-13 Thread Daniele Forsi
Package: py3status
Severity: minor

Dear Maintainer,

the package description says:
> using one of the available shipped with py3status

while the README.rst at https://github.com/ultrabug/py3status says:
> using one of the available modules shipped with py3status

Also, I would add a full stop at the end of each of the last two sentences:

> No extra configuration file needed, i3status' one will be used directly
> This is the Python3 package

> No extra configuration file needed, i3status' one will be used directly.
> This is the Python3 package.


thanks,
Daniele



Bug#985842: solo-python: please clarify package description

2021-03-24 Thread Daniele Forsi
Package: solo-python
Severity: minor

Dear Maintainer,

package description says "rest the key" , is that a typo for "reset the key"?

thanks,
Daniele



Bug#985682: nim-kexpr-dev: broken long package description

2021-03-21 Thread Daniele Forsi
Package: nim-kexpr-dev
Severity: minor

Dear Maintainer,

the long package description reads:
> This panim wrapper for Heng Li's kexpr math expression library.

instead of something like this:
This package contains the nim wrapper for Heng Li's kexpr math expression 
library.


thanks,
Daniele



Bug#974642: phosh-games: Errors in package description (missing words/letters?)

2021-03-13 Thread Daniele Forsi
Package: phosh-games
Followup-For: Bug #974642

Also, to be consistent with other phosh packages the short description should 
read:
GNOME/Phosh mobile Environment -- games


Daniele



Bug#984676: rt5-db-sqlite: package description refers to version 4 instead of 5

2021-03-06 Thread Daniele Forsi
Package: rt5-db-sqlite
Severity: minor

Dear Maintainer,

package description says: "This package provides the 4 series of RT." but it 
provides version 5.

thanks,
Daniele



Bug#983693: hoel: package descriptions wrongly say PostgreSQL is barely supported

2021-02-28 Thread Daniele Forsi
Source: hoel
Severity: minor

Dear Maintainer,

please consider updating package descriptions removing the word "barely" since 
support for
PostgreSQL seems to be fully functional since this commit
https://github.com/babelouest/hoel/commit/88d3b66a3f7c793dd6c62af925b30b94ab248073#diff-b335630551682c19a781af

thanks,
Daniele



Bug#969659: whipper: truncated short package description

2020-09-06 Thread Daniele Forsi
Package: whipper
Severity: normal

Dear Maintainer,

the short package description says: "CD-DA ripper based" while the long package 
description says "...CD-DA ripper based on the morituri project..." (no need to 
repeat identical words)

thanks,
Daniele



Bug#969626: ruby-jekyll-readme-index: wrong package description

2020-09-06 Thread Daniele Forsi
Package: ruby-jekyll-readme-index
Severity: normal

Dear Maintainer,

the package description for ruby-jekyll-readme-index is the same as the 
description of ruby-jekyll-remote-theme:

ruby-jekyll-readme-index  
plugin for building Jekyll sites with any GitHub-hosted theme
A Jekyll plugin for building Jekyll sites with any publicly GitHub-hosted 
theme. A branch, tag, or commit can also be specified.

https://packages.debian.org/en/sid/ruby-jekyll-readme-index
https://packages.debian.org/en/sid/ruby-jekyll-remote-theme

thanks,
Daniele



Bug#969540: librust-directories-1-dev: short package description is too long

2020-09-04 Thread Daniele Forsi
Package: librust-directories-1-dev
Severity: normal

Dear Maintainer,

the short package description is not suitable to be shown on a single line 
because it is 341 characters long :
"Tiny mid-level library that provides platform-specific standard locations of 
directories for config, cache and other data on Linux, Windows and macOS by 
leveraging the mechanisms defined by the XDG base/user directory specifications 
on Linux, the Known Folder API on Windows, and the Standard Directory 
guidelines on macOS - Rust source code"


The policy says:
"The single line synopsis should be kept brief—certainly under 80 characters."
https://www.debian.org/doc/debian-policy/ch-binary.html#the-single-line-synopsis

thanks for you work in Debian,
Daniele


Bug#968285: pcb-rnd-export-extra: incomplete list of plugins

2020-08-12 Thread Daniele Forsi
Package: pcb-rnd-export-extra
Severity: normal

Dear Maintainer,

the desription lists "fidocadj, ipc-356-d, direct printing with lpr" but the 
package contains also other plugins tha caa be added to the list:

/usr/lib/pcb-rnd/plugins/export_oldconn.pup
/usr/lib/pcb-rnd/plugins/export_oldconn.so
/usr/lib/pcb-rnd/plugins/export_stl.pup
/usr/lib/pcb-rnd/plugins/export_stl.so

thank you,
Daniele



Bug#968197: node-d3-contour: short description of package is truncated

2020-08-10 Thread Daniele Forsi
Package: node-d3-contour
Severity: normal

Dear Maintainer,

the short description of node-d3-contour is truncated and continues to the 
first line of the long description.
For example see:
https://packages.debian.org/sid/node-d3-contour

or:
$ apt-cache show node-d3-contour
[...]
Description-en: Computes contour polygons by applying marching
 squares to a rectangular array.
 .
 Computes contour polygons by applying marching squares to a
 rectangular array of numeric values.
[...]

I think that the description line should end without a full stop like the 
majority of short descriptions):
Description-en: computes contour polygons by applying marching squares to a 
rectangular array

$ grep "^Description-en: .*\\.$" 
/var/lib/apt/lists/ftp.it.debian.org_debian_dists_testing_main_i18n_Translation-en
 | wc -l
306

The majority of descriptions start with a capital letter but this includes also 
proper nouns
$ grep "^Description-en: [A-Z]" 
/var/lib/apt/lists/ftp.it.debian.org_debian_dists_testing_main_i18n_Translation-en
 | wc -l
35889
$ grep "^Description-en: [a-z]" 
/var/lib/apt/lists/ftp.it.debian.org_debian_dists_testing_main_i18n_Translation-en
 | wc -l
19066
$ grep "^Description-en: " 
/var/lib/apt/lists/ftp.it.debian.org_debian_dists_testing_main_i18n_Translation-en
 | wc -l
55263


Thank you for your work in Debian,
Daniele



Bug#948624: soapysdr0.7-module-all doesn't depend on soapysdr0.7-module-mirisdr and soapysdr0.7-module-rfspace

2020-01-10 Thread Daniele Forsi
Package: soapysdr0.7-module-all
Version: 0.7.1-3
Severity: normal

Dear Maintainer,

installing teh soapysdr-module-all or teh soapysdr0.7-module-all package 
doesn't install
soapysdr0.7-module-mirisdr and soapysdr0.7-module-rfspace

thanks,
Daniele

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-3-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages soapysdr0.7-module-all depends on:
ii  soapysdr0.7-module-airspy 0.1.2-2
ii  soapysdr0.7-module-audio  0.1.1-2
ii  soapysdr0.7-module-bladerf0.4.1-2
ii  soapysdr0.7-module-hackrf 0.3.3-3
ii  soapysdr0.7-module-lms7   19.04.0+dfsg-3
ii  soapysdr0.7-module-osmosdr0.2.5-3
ii  soapysdr0.7-module-redpitaya  0.1.1-2
ii  soapysdr0.7-module-remote 0.5.1-2
ii  soapysdr0.7-module-rtlsdr 0.3.0-2
ii  soapysdr0.7-module-uhd0.3.6-2

soapysdr0.7-module-all recommends no packages.

soapysdr0.7-module-all suggests no packages.

-- no debconf information



Bug#946755: task-xfce-desktop: recommends xfce4-mixer which isn't available

2019-12-15 Thread Daniele Forsi
Package: task-xfce-desktop
Version: 3.55
Severity: normal

Dear Maintainer,

the package xfce4-mixer was removed from Debian some time ago
https://tracker.debian.org/pkg/xfce4-mixer

This recommends can be dropped because now the audio controls are handled by 
xfce4-pulseaudio-plugin which is already installed as a dependency of xfce4.

thanks,
Daniele

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-3-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8), 
LANGUAGE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages task-xfce-desktop depends on:
ii  lightdm   1.26.0-6+b1
ii  task-desktop  3.55
ii  tasksel   3.55
ii  xfce4 4.14

Versions of packages task-xfce-desktop recommends:
ii  atril 1.22.2-1
ii  dbus-user-session [default-dbus-session-bus]  1.12.16-2
ii  dbus-x11 [dbus-session-bus]   1.12.16-2
ii  hunspell-en-us1:2018.04.16-1
ii  hyphen-en-us  2.8.8-7
ii  libreoffice   1:6.3.3-3
ii  libreoffice-gtk2  1:6.3.3-3
ii  libreoffice-help-en-us1:6.3.3-3
ii  light-locker  1.8.0-3
ii  mousepad  0.4.2-1
ii  mythes-en-us  1:6.3.3-1
ii  network-manager-gnome 1.8.24-1
ii  orca  3.34.1-1
ii  parole1.0.4-1
ii  quodlibet 4.2.1-1
ii  synaptic  0.84.8
ii  system-config-printer 1.5.12-1
ii  tango-icon-theme  0.8.90-7
ii  xfce4-goodies 4.12.6
pn  xfce4-mixer   
ii  xfce4-power-manager   1.6.5-2
ii  xfce4-terminal0.8.8-1+b1
ii  xsane 0.999-7

task-xfce-desktop suggests no packages.

-- no debconf information



Bug#939732: hibiscus: syntax error in package descriptions

2019-09-08 Thread Daniele Forsi
Source: hibiscus
Severity: wishlist

Dear Maintainer,

the long descriptions for hibiscus and hibiscus-doc do not have a proper
separation bewteen paragraphs because the dot ins't on a line by itself,
ie the line:
 configured). .
should be split in two:
 configured).
 .

This is the current long description:
 A Java based, platform independent (running on Linux, Windows, OS X, OpenBSD,
 OpenSolaris) homebanking application, that uses the German FinTS/HBCI
 standard. All data (accounts, transactions, addresses, ..) are stored
 encrypted into an embedded database (H2) by default or on a MySQL server (if
 configured). .
 Hibiscus runs as a plugin within the Jameica framework as either a typical
 desktop application or headless in server mode.

and it is rendered as single paragraph, eg. in 
https://packages.debian.org/en/buster/hibiscus

You could also change MySQL to MySQL/MariaDB.

thanks,
Daniele



Bug#939025: fswatch: package description contains a small error

2019-08-31 Thread Daniele Forsi
Source: fswatch
Severity: minor

Dear Maintainer,

the package description says "fswatch implements four kinds of monitors" but
then it lists five monitors; I'd rather drop the number: "fswatch implements
the following kinds of monitors".

thanks,
Daniele



Bug#935906: debian-cloud-images: possibily incomplete package description

2019-08-27 Thread Daniele Forsi
Package: debian-cloud-images
Severity: normal

Dear Maintainer,

I think that this package would be easier to find if the description included
the names such as Microsoft, Amazon, Google.

Also, the last line of the list of supported clouds is:
 * helpful for creating images to be used
which isn't a cloud and maybe it should say for what purpose the image can
be used.

thanks,
Daniele



Bug#935423: rabbitvcs-thunar: wrong short description for package

2019-08-22 Thread Daniele Forsi
Package: rabbitvcs-thunar
Severity: normal

Dear Maintainer,

the short description for rabbitvcs-thunar is the same as rabbitvcs-gedit:
Gedit extension for RabbitVCS

thank you,
Daniele



Bug#928361: prometheus-bind-exporter: wrong package description

2019-05-02 Thread Daniele Forsi
Package: prometheus-bind-exporter
Severity: minor

Dear Maintainer,

the long package description for prometheus-bind-exporter is:
"Prometheus exporter for PostgreSQL server metrics, written in Go."
ie almost the same as prometheus-postgres-exporter.

Thanks,
Daniele



Bug#927253: libgnuradio-iqbalance3.7.11: truncated package description and broken home page link

2019-04-16 Thread Daniele Forsi
Package: libgnuradio-iqbalance3.7.11
Version: 0.37.2-11+b3
Severity: wishlist

Dear Maintainer,

the description says "It's composed of two subblocks:" but the list of the 
blocks is missing.

The https://cgit.osmocom.org/gr-iqbal/tree/MANIFEST.md file from upstream has 
this text:
It's composed of two main block:
 - *fix* : Given a phase and amplitude error, it will correct a complex signal
 - *optimize*: Attempts to auto-detect the phase and amplitude error to feed to
   the fix block above


The homepage link in the .dsc file isn't working, the current address seems to 
be https://cgit.osmocom.org/gr-iqbal/ without /cgit/ in the path.


thanks,
Daniele



Bug#926796: bochs recommends the package createdisk which isn't available

2019-04-10 Thread Daniele Forsi
Source: bochs
Severity: minor

Dear Maintainer,

bochs recommends bximage | createdisk but createdisk was removed from Debian
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314669

thank you,
Daniele



Bug#921833: gir1.2-xmlb-1.0: long package description refers to wrong package

2019-02-09 Thread Daniele Forsi
Package: gir1.2-xmlb-1.0
Severity: minor

Dear Maintainer,

the first line of the long package description for gir1.2-xmlb-1.0 refers to 
libfwupd:
> This package provides the introspection data for libfwupd.

thank you for your work on Debian,
Daniele



Bug#919414: elpa-nose: Missing name of miinor mode in package description

2019-01-15 Thread Daniele Forsi
Package: elpa-nose
Severity: minor

Dear Maintainer,

apparently the short description is missing the name of the minor mode after 
the verb "called":
> Also `nose.el' adds a minor mode called that is used to manage

thank you,
Daniele



Bug#917792: librte-pmd-ccp18.11: Typo in short description

2018-12-30 Thread Daniele Forsi
Package: librte-pmd-ccp18.11
Severity: minor

Dear Maintainer,

the short description has "cpp" instead of "ccp":
> Data Plane Development Kit (librte-pmd-cpp runtime library)

thanks,
Daniele



Bug#905484: rawtran-doc: wrong package description

2018-08-05 Thread Daniele Forsi
Package: rawtran-doc
Severity: minor

Dear Maintainer,

the description for rawtran-doc is "Documentation of Munipack" but it should be 
"Documentation of Rawtran"

thanks,
Daniele



Bug#903906: xcite: package description says "hello emacs addon"

2018-07-16 Thread Daniele Forsi
Source: xcite
Severity: minor

Dear Maintainer,

the package description says:
> The hello emacs addon has been elpafied...

while it should more likely say:
The xcite addon has been elpafied.

Thank you,
Daniele



Bug#898131: fbb: xfbbC lost ncurses support after rebuild

2018-05-10 Thread Daniele Forsi
Package: fbb
Version: 7.07-3
Followup-For: Bug #898131

That did not fix the problem because the macro doesn't search for ncurses if it 
has found ncursesw before.

A fix is simply passing --without-ncursesw to dh_auto_configure however AFAICT 
this package only includes curses.h, so look at the attached diff instead.
The resulting binary is linked against libncurses, is that correct?
ldd debian/fbb/usr/sbin/xfbbC
linux-vdso.so.1 (0x7ffcfff5b000)
libncurses.so.6 => /lib/x86_64-linux-gnu/libncurses.so.6 
(0x7f0fa17fc000)
libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 
(0x7f0fa15cf000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7f0fa123c000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f0fa0e82000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f0fa0c7e000)
/lib64/ld-linux-x86-64.so.2 (0x7f0fa1c2a000)

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

Kernel: Linux 4.13.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8), 
LANGUAGE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fbb depends on:
ii  libax25  0.0.12-rc4-2
ii  libc62.27-3
ii  libncurses6  6.1+20180210-2
ii  libtinfo66.1+20180210-2

fbb recommends no packages.

Versions of packages fbb suggests:
pn  fbbdoc  

-- no debconf information
diff -ur fbb-7.07.old/configure.ac fbb-7.07/configure.ac
--- fbb-7.07.old/configure.ac   2018-05-10 14:33:30.0 +0200
+++ fbb-7.07/configure.ac   2018-05-10 12:43:25.151348491 +0200
@@ -116,7 +116,7 @@
 AC_MSG_WARN([ncurses not found.])
 AC_MSG_WARN([xfbbC will be built with terminal mode.])
 esac
-AM_CONDITIONAL(HAVE_NCURSES, test x$ax_cv_ncurses = xyes)
+AM_CONDITIONAL([HAVE_CURSES], test "$ax_cv_curses" = yes)
 AC_SUBST(CURSES_LIB)
 
 # Checks for header files.
diff -ur fbb-7.07.old/debian/rules fbb-7.07/debian/rules
--- fbb-7.07.old/debian/rules   2015-05-09 15:53:21.0 +0200
+++ fbb-7.07/debian/rules   2018-05-10 12:26:06.660211952 +0200
@@ -2,3 +2,6 @@
 
 %:
dh $@ --with autoreconf
+
+override_dh_auto_configure:
+   dh_auto_configure -- --without-ncursesw --without-ncurses
diff -ur fbb-7.07.old/src/Makefile.am fbb-7.07/src/Makefile.am
--- fbb-7.07.old/src/Makefile.am2015-02-04 01:03:12.0 +0100
+++ fbb-7.07/src/Makefile.am2018-05-10 12:36:09.341385419 +0200
@@ -80,7 +80,7 @@
 
 xfbbd_LDADD = libxfbbd.a $(AX25_LIB)
 
-if HAVE_NCURSES
+if HAVE_CURSES
 xfbbC_SOURCES = md5c.c terminal.c xfbbC.c
 xfbbC_LDADD = @CURSES_LIB@
 else


Bug#885927: xdemorse: file xdemorse.glade missing from package

2017-12-31 Thread Daniele Forsi
Package: xdemorse
Version: 3.4-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

xdemorse fails to start.
When running it from a terminal it prints the following messages:

Xdemorse: failed to add objects to builder:
Failed to open file “/home/daniele/.xdemorse/xdemorse.glade”: No such file or 
directory
[...]

in fact the glade file isn't available in the package, copying it from the 
upstream tarball makes the program start.

thanks,
Daniele

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

Kernel: Linux 4.13.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8), 
LANGUAGE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xdemorse depends on:
ii  libasound2  1.1.3-5
ii  libc6   2.25-5
ii  libcairo2   1.15.8-3
ii  libgdk-pixbuf2.0-0  2.36.11-1
ii  libglib2.0-02.54.2-4
ii  libgtk-3-0  3.22.26-2

xdemorse recommends no packages.

xdemorse suggests no packages.

-- no debconf information


Bug#881499: barbican-api: short package description is the same as python-barbican

2017-11-12 Thread Daniele Forsi
Package: barbican-api
Severity: minor

Dear Maintainer,

the short description of barbican-api in Sid and Buster looks worng, it is
OpenStack Key Management Service - Python files
while in the previous versions it was
OpenStack Key Management Service - API Server

e.g. see:
https://packages.debian.org/source/sid/barbican
https://packages.debian.org/en/source/stretch/barbican

thank you,
Daniele



Bug#864149: python-hkdf: missing text from package descriptions

2017-06-04 Thread Daniele Forsi
Source: python-hkdf
Severity: minor

Dear Maintainer,

package descriptions for python-hkdf and python3-hkdf say
"This module implements the HMAC Key Derivation function, defined at"
but the link is missing.

thank you,
Daniele



Bug#861082: cf-python: python-cf

2017-04-24 Thread Daniele Forsi
Source: cf-python
Severity: normal

Dear Maintainer,

the home page links point to http://cfpython.bitbucket.org/ which redirects to
the home page of BitBucket, whit nothing about this package.

I think that the link now is https://cfpython.bitbucket.io

thanks,
Daniele



Bug#859275: python-overpy: please clarify package description "the while strength"

2017-04-01 Thread Daniele Forsi
Source: python-overpy
Severity: wishlist

Dear Maintainer,

while translating the descriptions for the python-overpy and python3-overpy 
packages I couldn't understand
the meaning of the word "while" or if it was was a typo:

> Overpy is an advanced Python wrapper that allows you to query the 
> OpenStreetMap Overpass APIs
> using the while strength of their query language.


BTW there is also a space before the full stop at the end of the descriptions: 
> version of overpy .

thanks,
Daniele



Bug#858487: fuzzywuzzy: Package descriptions have "Token sort" twice

2017-03-22 Thread Daniele Forsi
Source: fuzzywuzzy
Severity: minor

Dear Maintainer,

package descriptions for both Python 2 and Python 3 versions have the words 
"Token sort" twice,
but it seems to me that the second one should be "Token set":

[...]
  - Token sort: This approach involves tokenizing the string in question,
sorting the tokens alphabetically, and then joining them back into a
string.
  - Token sort: A slightly more flexible approach. Tokenize both strings, but
instead of immediately sorting and comparing, split the tokens into two
groups: intersection and remainder.
[...]

thanks,
Daniele



Bug#848994: vagrant-cachier: package description says "this magical snippet"

2016-12-21 Thread Daniele Forsi
Package: vagrant-cachier
Severity: wishlist

Dear Maintainer,

package description says "this magical snippet" but the link visible in the 
README.md
isn't available in plain text.

thanks,
Daniele



Bug#848251: slop: missing list indent in package description

2016-12-15 Thread Daniele Forsi
Package: slop
Severity: wishlist

Dear Maintainer,

this part of the package description:

 * Supports simple arguments:
 * Change selection rectangle border size.
 * Select X display.
 * Set padding size, even negative padding sizes!
 * Set click tolerance for if you have a shaky mouse.
 * Set the color of the selection rectangles to match your theme!
   (Even supports transparency!)
 * Remove window decorations from selections.
 * Supports OpenGL hardware acceleration.
 * Supports textured themes.
 * Supports programmable shaders.
 * Supports a magnifying glass.

is missing the indent which is present in the README.md:

 * Supports simple arguments:
   * Change selection rectangle border size.
   * Select X display.
   * Set padding size, even negative padding sizes!
   * Set click tolerance for if you have a shaky mouse.
   * Set the color of the selection rectangles to match your theme!
 (Even supports transparency!)
 * Remove window decorations from selections.
 * Supports OpenGL hardware acceleration.
 * Supports textured themes.
 * Supports programmable shaders.
 * Supports a magnifying glass.

Thanks,
Daniele



Bug#847670: metaphlan2: package descriptions has wrong references to markers_info.txt.bz2

2016-12-10 Thread Daniele Forsi
Package: metaphlan2
Severity: wishlist

Dear Maintainer,

while translating the package description for metaphlan2 I found this sentence

> the
> marker information file can be found at src/utils/markers_info.txt.bz2
> or here

however that file in Debian is installed at 
/usr/share/metaphlan2/utils/markers_info.txt.bz2
and the hyperlink which is available in the README.md is not visible in this 
description.

You may want also to fix the semi-colons in the last 3 items of the bulleted 
list.

The same issues are also in the description of metaphlan2-data.

Thanks,
Daniele



Bug#845998: uwsgi: package descriptions mention OpenJDK 7 instead of 8

2016-11-27 Thread Daniele Forsi
Source: uwsgi
Severity: minor

Dear Maintainer,

while revising package translations, I saw that the following packages mention
"OpenJDK 7" in the short description and "Java 7" in the long description:
uwsgi-plugin-jvm-openjdk-8
plugin Java per uWSGI (OpenJDK 7)
uwsgi-plugin-jwsgi-openjdk-8
plugin JWSGI per uWSGI (OpenJDK 7)
uwsgi-plugin-ring-openjdk-8
plugin Closure/Ring per uWSGI (OpenJDK 7)
uwsgi-plugin-servlet-openjdk-8
plugin JWSGI per uWSGI (OpenJDK 7)

while the package name and the "depends" suggest that it should be 8 instead of 
7.

thanks,
Daniele



Bug#841791: drumgizmo: [EngineFactory] Unsupported input engine 'test'

2016-10-23 Thread Daniele Forsi
Package: drumgizmo
Version: 0.9.10-1
Severity: normal

Dear Maintainer,

man page and usage string both show "test" among the available input
engines, however trying to use it fails with an error message:
$ drumgizmo --inputengine test 
[EngineFactory] Unsupported input engine 'test'
Invalid input engine: test

thanks,
Daniele

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 4.7.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages drumgizmo depends on:
ii  libasound21.1.2-1
ii  libc6 2.24-3
ii  libexpat1 2.2.0-1
ii  libgcc1   1:6.2.0-6
ii  libglib2.0-0  2.50.1-1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20150825git1ed50c92~dfsg-2+b1
ii  libsmf0   1.3-2+b2
ii  libsndfile1   1.0.27-1
ii  libstdc++66.2.0-6
ii  libx11-6  2:1.6.3-1
ii  libzita-resampler11.3.0-2

drumgizmo recommends no packages.

Versions of packages drumgizmo suggests:
pn  dgedit  

-- no debconf information



Bug#841734: /etc/init.d/exim4: usage string reports the "what" options which doesn't exist

2016-10-22 Thread Daniele Forsi
Package: exim4-base 
Version: 4.87-3+b1
Severity: normal
File: /etc/init.d/exim4

Dear Maintainer,

running "/etc/init.d/exim4" prints
Usage: /etc/init.d/exim4 {start|stop|restart|reload|status|what|force-stop}
but the "what" option isn't handled in that script.

Exim version 4.87 #2 built 08-May-2016 12:03:10



Bug#841468: sorl-thumbnail: Python 2 package lists pgmagick while Python 3 doesn't

2016-10-20 Thread Daniele Forsi
Source: sorl-thumbnail
Severity: minor

Dear Maintainer,

while translating and revising the translations for this package's
descriptions I found that in the Python 3 version "pgmagick" is missing:

python-sorl-thumbnail
 * Pluggable Engine support (PIL, pgmagick, ImageMagick, GraphicsMagick,
   or Wand)

python3-sorl-thumbnail
 * Pluggable Engine support (PIL, ImageMagick, GraphicsMagick, or Wand)

I see that python3-sorl-thumbnail contains a pgmagick_engine.py file so
I think this omission is an error.

thanks,
Daniele



Bug#839685: python-rjsmin: typos in package description

2016-10-03 Thread Daniele Forsi
Source: python-rjsmin
Severity: minor

Dear Maintainer,

there are two typos in the package description of python-rjsmin and 
python3-rjsmin.

In the third item of the list of the second paragraph:

>   are not converted to spaces (nor to)

the part "nor to" should be "nor to \n", according to 
http://opensource.perlig.de/rjsmin/

In the fourth paragraph there are two closed parens:

> (for huge inputs))

thanks,
Daniele



Bug#820616: python3-glance-store: package description refers to Python 2.x instead of Python 3

2016-04-10 Thread Daniele Forsi
Package: python3-glance-store
Severity: minor

Dear Maintainer,

while reviewing the translation for this package's description I saw that it 
says "2.x" while it should probably say "3":
> This package contains the Python 2.x module for the Glance's stores.

thanks,
Daniele



Bug#819432: tandem-mass: non working URL in package descriptions

2016-03-28 Thread Daniele Forsi
Source: tandem-mass
Severity: minor

Dear Maintainer,

description for tandem-mass and for tandem-mass-dbg contains the line:

\fI`http://www.thegpm.org/docs/X_series_output_form.pdf'\fR.

which looks like a copy and paste from the man page and makes the URL not 
working from the pdo web site:
https://packages.debian.org/en/sid/tandem-mass
https://packages.debian.org/en/sid/tandem-mass-dbg

thanks,
Daniele



Bug#815983: nodejs: Program received signal SIGILL on i686

2016-02-28 Thread Daniele Forsi
Hello,

this is the output of cat /proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
stepping: 10
microcode   : 0x1
cpu MHz : 1004.448
cache size  : 256 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fdiv_bug: no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pse36 mmx fxsr sse
bugs:
bogomips: 2008.89
clflush size: 32
cache_alignment : 32
address sizes   : 36 bits physical, 32 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
stepping: 10
microcode   : 0x1
cpu MHz : 1004.448
cache size  : 256 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fdiv_bug: no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pse36 mmx fxsr sse
bugs:
bogomips: 2009.11
clflush size: 32
cache_alignment : 32
address sizes   : 36 bits physical, 32 bits virtual
power management:

-- 
Daniele Forsi



Bug#815983: nodejs: Program received signal SIGILL on i686

2016-02-26 Thread Daniele Forsi
Package: nodejs
Version: 4.3.1~dfsg-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

running nodejs with or without arguments on a Pentium III results in an illegal 
instruction fault:
$ LANG= gdb nodejs
[...]
Program received signal SIGILL, Illegal instruction.
0x083ceefb in v8::internal::(anonymous namespace)::Flag::IsDefault 
(this=0x8a49870 )
at ../deps/v8/src/flags.cc:122
122 ../deps/v8/src/flags.cc: No such file or directory.
(gdb) bt
#0  0x083ceefb in v8::internal::(anonymous namespace)::Flag::IsDefault 
(this=0x8a49870 )
at ../deps/v8/src/flags.cc:122
#1  v8::internal::ComputeFlagListHash () at ../deps/v8/src/flags.cc:556
#2  0x083cf1fe in v8::internal::FlagList::EnforceFlagImplications () at 
../deps/v8/src/flags.cc:572
#3  0x0861ad1a in v8::internal::V8::InitializeOncePerProcessImpl () at 
../deps/v8/src/v8.cc:67
#4  0x08738ec8 in v8::base::CallOnceImpl (once=0x8a4f2b0 
, 
init_func=0x861ad10 , 
arg=0x0) at ../deps/v8/src/base/once.cc:37
#5  0x0861ae31 in v8::base::CallOnce (init_func=, 
once=) at ../deps/v8/src/base/once.h:86
#6  v8::internal::V8::InitializeOncePerProcess () at ../deps/v8/src/v8.cc:107
#7  v8::internal::V8::Initialize () at ../deps/v8/src/v8.cc:43
#8  0x0826dadb in v8::V8::Initialize () at ../deps/v8/src/api.cc:5345
#9  0x086c6c8f in node::Start (argc=1, argv=0x8a560f8) at ../src/node.cc:4163
#10 0x0825897b in main (argc=1, argv=0xb2e4) at ../src/node_main.cc:44
(gdb)

-- System Information:
Debian Release: stretch/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 4.3.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nodejs depends on:
ii  libc62.21-8
ii  libgcc1  1:5.3.1-8
ii  libicu55 55.1-7
ii  libssl1.0.2  1.0.2f-2
ii  libstdc++6   5.3.1-8
ii  libuv1   1.8.0-1
ii  zlib1g   1:1.2.8.dfsg-2+b1

nodejs recommends no packages.

nodejs suggests no packages.

-- no debconf information



Bug#815780: node-array-equal: example in package description is not easily readable

2016-02-24 Thread Daniele Forsi
Package: node-array-equal
Severity: wishlist

Dear Maintainer,

while translating this package's description I noticed that it isn't easily 
readable on the web because the two lines with assert()'s are reflown as per 
the Debian policy
https://packages.debian.org/en/sid/node-array-equal

You can either add another paragraph split "." between the two:

 This node module check whether two arrays are equal:
 .
 var equals = require('array-equal')
 .
 assert(equals([1, 2, 3], [1, 2, 3])) // => true
 .
 assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
 .
 Node.js is an event-based server-side JavaScript engine.

Or you can join all three lines in a single paragraph indented with a space so 
that it isn't reflown:
 This node module check whether two arrays are equal:
 . 
  var equals = require('array-equal')
  assert(equals([1, 2, 3], [1, 2, 3])) // => true   
  assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
 . 
 Node.js is an event-based server-side JavaScript engine.

Or you can do both things: three indented paragraphs.
In the current web site packages.debian.org, indented lines are rendered with a 
monospaced font which helps to set aside the code sample from the rest.

Separated paragraphs are easier to deal with when updating translations, but in 
this case the code sample will be copied verbatim so it doesn't make a big 
difference.

Note also that in the first line an "s" is missing, ie "This node module check" 
should read "This node module checks".

thanks,
Daniele



Bug#813996: libmirisdr0: swapped short package description for libmirisdr0 and libmirisdr-dev

2016-02-07 Thread Daniele Forsi
Package: libmirisdr0
Version: 0.0.4.59ba37-4
Severity: minor

Dear Maintainer,

the short description for libmirisdr0 says "development files" while the short 
description for libmirisdr-dev says "library".
E.g. see https://packages.debian.org/en/source/sid/libmirisdr
The long descriptions are ok.

thanks,
Daniele



Bug#813824: libccp4: imperfections in package descriptions

2016-02-05 Thread Daniele Forsi
Source: libccp4
Severity: wishlist

Dear Maintainer,

while translating the description for one binary package created from libccp4 I 
saw that the paragraph about CMTZ is aligned, while the following paragraphs 
are missing one leading space so the indent isn't aligned with the text in 
previous line:
  * CMTZ library -- Contains a variety of functions for manipulating
the data structure, for example adding crystals, datasets or
columns. The data structure can be dumped to an output MTZ data
file.
 .
  * CMAP library -- Functions defining the C-level API for accessing
   CCP4 map files.
 .
  * CSYM library -- a collection of functions centered around a data
   file syminfo.lib which is auto-generated from sgtbx (the Space
   Group Toolbox of cctbx).
 .
  * CCP4 utility library -- many utility functions which either give
   specific CCP4 or platform independent functionality.
 .
  * CCP4 Parser library -- provides CCP4-style parsing, as used for
   processing keywords of CCP4 programs, MTZ header records, etc.
 .
  * CCP4 resizable arrays -- defines an object and methods which looks
   just like a simple C array, but can be resized at will without
   incurring excessive overheads. This package contains the shared
   library components needed for programs that have been compiled with
   the libccp4 library.
 
Also the part about "CCP4 resizable arrays" ends with the sentence "This 
package contains..." which is identical for all packages which is wrong, while 
the last paragraph (that I didn't paste above) tells correctly about the 
content of each package.

thanks,
Daniele



Bug#813794: haskell-hxt: duplicated words in short descriptions

2016-02-05 Thread Daniele Forsi
Source: haskell-hxt
Severity: minor

Dear Maintainer,

the -doc package has the word "documentation" repeated twice and -prof package 
has the words "profiling libraries" repeated twice:

libghc-hxt-doc   xml toolkit for Haskell (documentation); documentation

libghc-hxt-prof  xml toolkit for Haskell (profiling library); profiling 
libraries

eg. see:
https://packages.debian.org/en/source/sid/haskell-hxt

thanks,
Daniele



Bug#813714: libcamp0.7-dev: package description refers to VXL, possibly in error

2016-02-04 Thread Daniele Forsi
Package: libcamp0.7-dev
Severity: wishlist

Dear Maintainer,

while translating the description of this package we found that the last line:
 This package contains the development files needed to build you own VXL apps.

refers to an apparently unrelated library and in fact is almost identical to 
the last lines of libvxl1-dev:
 This package contains the development files needed to build your own
 VXL applications.

Will appreciate if you could either fix the description or add some 
explaination as to their relation.

thanks,
Daniele



Bug#813612: libfsntfs-utils: wrong package description

2016-02-03 Thread Daniele Forsi
Package: libfsntfs-utils
Severity: normal

Dear Maintainer,

the short description for this package (libfsntfs-utils) is
"Tools to access the BitLocker Drive Encryption format."
that is the same description as libbde-utils

thanks,
Daniele



Bug#813605: kicad-doc-de: short description says "English" instead of "German"

2016-02-03 Thread Daniele Forsi
Package: kicad-doc-de
Severity: minor

Dear Maintainer,

while translating package descriptions, I saw that the short description of 
kicad-doc-de says:
> Kicad help files (English)

and the long description says:
> This package provides documentation for Kicad in German. 

while most documents are actually in German, the getting_started_in_kicad.* 
files are in English.

Thanks,
Daniele



Bug#813099: haskell-numeric-extras: package descriptions contain only placeholder text

2016-01-29 Thread Daniele Forsi
Source: haskell-numeric-extras
Severity: minor

Dear Maintainer,

the short and the long descriptions of the 3 packages built from this source 
package do not contain actual decsriptions, they contain the words
"Short description of numeric-extras" and "Long description of numeric-extras".

quoting from https://packages.debian.org/en/source/sid/haskell-numeric-extras

> Source Package: haskell-numeric-extras (0.1-1)
>
> The following binary packages are built from this source package:
>
> libghc-numeric-extras-dev
> Short description of numeric-extras
> libghc-numeric-extras-doc
> Short description of numeric-extras; documentation
> libghc-numeric-extras-prof
> Short description of numeric-extras; profiling libraries

thanks,
Daniele



Bug#813090: haskell-wai-handler-launch: short descriptions for -doc and -prof packages contain placeholder text

2016-01-29 Thread Daniele Forsi
Source: haskell-wai-handler-launch
Severity: minor

Dear Maintainer,

the short description for libghc-wai-handler-launch-doc says:
Short description of wai-handler-launch; documentation

and for libghc-wai-handler-launch-prof says:
Short description of wai-handler-launch; profiling libraries

eg. see https://packages.debian.org/en/source/sid/haskell-wai-handler-launch

thanks,
Daniele



Bug#812934: octicons: typo in package description

2016-01-27 Thread Daniele Forsi
Source: octicons
Severity: minor

Dear Maintainer,

the long description of the octicons package says "octions" instead of  
"octicons":
> GitHub's "octions" webfont

thank you,
Daniele



Bug#812640: python-genpy: package description mentions Lisp instead of Python

2016-01-25 Thread Daniele Forsi
Package: python-genpy
Severity: minor

Dear Maintainer,

while translating the description for this package I saw that it says
> genpy is a python program that generates ROS messages and service code for 
> Lisp.

but I think that it shoud read "...for Python."

thanks,
Daniele



Bug#811416: php-composer-semver: last word of short description is at beginning of long description

2016-01-18 Thread Daniele Forsi
Package: php-composer-semver
Severity: minor

Dear Maintainer,

the short description ends with "and" and the word "validation" is show at the 
beginning of the long description, as you can see at
https://packages.debian.org/en/sid/php-composer-semver
which is slightly confusing.

In the output of apt-cache show php-composer-semver it is less confusing but 
still the short description is clearly truncated:
> Description-en: Semver library that offers utilities, version constraint 
> parsing and
>  validation
>  This library has been split away from Composer.
>  .
>  Composer helps you declare, manage and install dependencies of PHP projects,
>  ensuring you have the right stack everywhere.

joining the word "validation" with the previous line brings the length to 79 
chars, so it should be fine.

thanks,
Daniele



Bug#811179: libjs-simple-fmt: package description says "type-testing" instead of "string formatting"

2016-01-16 Thread Daniele Forsi
Package: libjs-simple-fmt
Severity: minor

Dear Maintainer,

both short and long description say "type-testing"

> maximally minimal type-testing library (JavaScript lib)

> Maximally minimal type-testing library

instead of "string formatting"

thanks,
Daniele



Bug#810807: python-restless-doc: package description refers to Python 3 instead of Python 2

2016-01-12 Thread Daniele Forsi
Package: python-restless-doc
Severity: minor

Dear Maintainer,

the last line of the description of this package reads:

> This package provides the Python 3.x module.

instead of "Python 2"

thanks,
Daniele



Bug#810806: python3-googlecloudapis: package description refers to Python 2 instead of Python 3

2016-01-12 Thread Daniele Forsi
Package: python3-googlecloudapis
Severity: minor

Dear Maintainer,

the last line of the description of this package reads:

> This package provides the Python 2.x version.

instead of "Python 3"

thanks,
Daniele



Bug#810805: python3-socketpool: package description refers to Python 2 instead of Python 3

2016-01-12 Thread Daniele Forsi
Package: python3-socketpool
Severity: minor

Dear Maintainer,

the last line of the description of this package reads:

> This package for Python 2.

instead of "Python 3", and it's missing "is for" or something else, like
"This package is for Python 3."
(in this case better add "is for" also in python-socketpool


thanks,



  1   2   >