Bug#1076658: mkdocs: Trackers are included in mkdocs and readthedocs themes

2024-07-21 Thread Salvo "LtWorf" Tomaselli
Package: mkdocs
Version: 1.5.3+dfsg-1
Severity: normal
Tags: upstream
X-Debbugs-Cc: ltw...@debian.org

Dear Maintainer,

It would be very nice if you could patch away the trackers that are included in
the readthedocs and mkdocs themes.

To see the issue you can run: "git grep cloudflare" on the salsa repository dir

Basically, from the point of view of the package, those are static files. But
a website generated starting from those will have trackers.

I noticed because I generate the documentation for typedload using mkdocs and
my adblock was blocking things, while I was completely unaware of having added
any tracker at all.

The way that I fixed it in typedload is to use wget to download the asset
and then rewrite the url to point to the local copy.

I think in debian the proper way would be to depend on the package providing
the file, and adding a soft link to the file. Plus a patch to rewrite the url.

I see that there is a lintian override about this. Doing this would render the
override obsolete.

Thanks for your work.

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

Kernel: Linux 6.9.10-amd64 (SMP w/8 CPU threads; PREEMPT)
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 mkdocs depends on:
ii  fonts-font-awesome   5.0.10+really4.7.0~dfsg-4.1
ii  ghp-import   2.1.0-3
ii  libjs-bootstrap4 4.6.1+dfsg1-4
ii  libjs-jquery 3.6.1+dfsg+~3.5.14-1
ii  libjs-lunr   2.3.9~dfsg-2
ii  libjs-modernizr  3.13.0-0.1
ii  python3 [python3-supported-min]  3.12.4-1
ii  python3-click8.1.7-1
ii  python3-importlib-metadata   8.0.0-2
ii  python3-jinja2   3.1.3-1
ii  python3-livereload   2.6.3-2
ii  python3-lunr 0.7.0-1
ii  python3-markdown 3.6-1
ii  python3-markupsafe   2.1.5-1+b1
ii  python3-mergedeep1.3.4-3
ii  python3-packaging24.1-1
ii  python3-pathspec 0.12.1-1
ii  python3-pkg-resources70.3.0-2
ii  python3-platformdirs 4.2.1-1
ii  python3-pyyaml-env-tag   0.1-3
ii  python3-typing-extensions4.12.2-1
ii  python3-watchdog 3.0.0-1
ii  python3-yaml 6.0.1-2+b1
ii  sphinx-rtd-theme-common  2.0.0+dfsg-2

mkdocs recommends no packages.

Versions of packages mkdocs suggests:
pn  mkdocs-doc 
pn  nodejs 
ii  python3-babel  2.14.0-1

-- no debconf information



Bug#1074364: python3-dialog: Invalid escape sequence

2024-06-27 Thread Salvo "LtWorf" Tomaselli
Package: python3-dialog
Version: 3.5.1-4
Severity: minor
Tags: upstream
X-Debbugs-Cc: ltw...@debian.org

Since the switch to python3.12 as default, this message is printed:

/usr/lib/python3/dist-packages/dialog.py:3639: SyntaxWarning: invalid escape 
sequence '\s'


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

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

Versions of packages python3-dialog depends on:
ii  dialog   1.3-20240307-2
ii  libjs-sphinxdoc  7.2.6-9
ii  python3  3.12.2-1

python3-dialog recommends no packages.

Versions of packages python3-dialog suggests:
pn  python3-doc  

-- no debconf information



Bug#1073557: python3-motor: Fails to import and crashes the entire program

2024-06-17 Thread Salvo "LtWorf" Tomaselli
Package: python3-motor
Version: 2.3.0-3
Severity: grave
Tags: upstream
Justification: renders package unusable
X-Debbugs-Cc: ltw...@debian.org

Dear Maintainer,

the package no longer works.


import motor.motor_asyncio

ModuleNotFoundError: No module named 'pymongo.mongo_replica_set_client'

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

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

Versions of packages python3-motor depends on:
ii  python3  3.11.8-1
ii  python3-gridfs   4.7.3-1
ii  python3-pymongo  4.7.3-1

python3-motor recommends no packages.

Versions of packages python3-motor suggests:
ii  python3-aiohttp  3.9.5-1
ii  python3-tornado  6.4.1-1

-- no debconf information



Bug#1073196: python3-docker: It does not work with the new version of python3-requests

2024-06-14 Thread Salvo "LtWorf" Tomaselli
Package: python3-docker
Version: 6.1.3-0.1
Severity: grave
Tags: upstream
Justification: renders package unusable
X-Debbugs-Cc: ltw...@debian.org

It is fixed upstream here: https://github.com/docker/docker-py/pull/3257/files


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

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

Versions of packages python3-docker depends on:
ii  python33.11.8-1
ii  python3-distutils  3.12.3-3.1
ii  python3-packaging  24.0-1
ii  python3-requests   2.32.3+dfsg-1
ii  python3-urllib32.0.7-2
ii  python3-websocket  1.7.0-1

python3-docker recommends no packages.

python3-docker suggests no packages.

-- no debconf information



Bug#1071476: neochat: Neochat will not start, due to old kirigami-addons

2024-05-19 Thread Salvo "LtWorf" Tomaselli
Package: neochat
Version: 23.08.5-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: ltw...@debian.org

Dear Maintainer,

neochat won't start.

I have uploaded kirigami-addons, and made a new upload of neochat.

This bug is so that it will not migrate.

Best

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

Kernel: Linux 6.7.12-amd64 (SMP w/8 CPU threads; PREEMPT)
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 neochat depends on:
ii  kio 5.115.0-5
ii  libc6   2.38-11
ii  libcmark0.30.2  0.30.2-6+b1
ii  libkf5configcore5   5.115.0-2
ii  libkf5configgui55.115.0-2
ii  libkf5configwidgets55.115.0-2
ii  libkf5coreaddons5   5.115.0-2
ii  libkf5dbusaddons5   5.115.0-2
ii  libkf5i18n5 5.115.1-2
ii  libkf5kiocore5  5.115.0-5
ii  libkf5kiogui5   5.115.0-5
ii  libkf5kiowidgets5   5.115.0-5
ii  libkf5kirigami2-5   5.115.0-2
ii  libkf5notifications55.115.0-2
ii  libkf5sonnetcore5   5.115.0-2
ii  libkf5windowsystem5 5.115.0-2
ii  libqt5core5t64  5.15.10+dfsg-7.2+b1
ii  libqt5dbus5t64  5.15.10+dfsg-7.2+b1
ii  libqt5gui5t64   5.15.10+dfsg-7.2+b1
ii  libqt5keychain1 0.14.3-1
ii  libqt5multimedia5   5.15.10-2+b2
ii  libqt5network5t64   5.15.10+dfsg-7.2+b1
ii  libqt5qml5  5.15.10+dfsg-2+b2
ii  libqt5quick55.15.10+dfsg-2+b2
ii  libqt5quickcontrols2-5  5.15.10+dfsg-2+b2
ii  libqt5sql5-sqlite   5.15.10+dfsg-7.2+b1
ii  libqt5widgets5t64   5.15.10+dfsg-7.2+b1
ii  libquotient0.8  0.8.1.2-2
ii  libstdc++6  14.1.0-1
ii  qml-module-org-kde-kirigami-addons-labs-mobileform  0.11.0-1
ii  qml-module-org-kde-kirigami25.115.0-2
ii  qml-module-org-kde-kitemmodels  5.115.0-2
ii  qml-module-org-kde-kquickimageeditor0.3.0-1+b1
ii  qml-module-org-kde-notifications5.115.0-2
ii  qml-module-org-kde-purpose  5.115.0-2
ii  qml-module-org-kde-qqc2desktopstyle 5.115.0-2
ii  qml-module-org-kde-quickcharts  5.115.0-2
ii  qml-module-org-kde-sonnet   5.115.0-2
ii  qml-module-org-kde-syntaxhighlighting   5.115.0-2
ii  qml-module-qt-labs-platform 5.15.10+dfsg-2+b2
ii  qml-module-qt-labs-qmlmodels5.15.10+dfsg-2+b2
ii  qml-module-qtlocation   5.15.10+dfsg-3+b2
ii  qml-module-qtmultimedia 5.15.10-2+b2
ii  qml-module-qtqml5.15.10+dfsg-2+b2
ii  qml-module-qtqml-models25.15.10+dfsg-2+b2
ii  qml-module-qtquick-controls25.15.10+dfsg-2+b2
ii  qml-module-qtquick-layouts  5.15.10+dfsg-2+b2
ii  qml-module-qtquick-particles2   5.15.10+dfsg-2+b2
ii  qml-module-qtquick-window2  5.15.10+dfsg-2+b2
ii  qml-module-qtquick2 5.15.10+dfsg-2+b2

neochat recommends no packages.

neochat suggests no packages.

-- no debconf information



Bug#1071211: ITP: brightnesspicker -- Graphical tool to set the screen brightness on Xorg

2024-05-16 Thread Salvo "LtWorf" Tomaselli
Package: wnpp
Severity: wishlist
Owner: "Salvo \"LtWorf\" Tomaselli" 
X-Debbugs-Cc: debian-de...@lists.debian.org, ltw...@debian.org

* Package name: brightnesspicker
  Version : 1.0-1
  Upstream Contact: Salvo Tomaselli https://codeberg.org/ltworf/brightnesspicker
* License : AGPL
  Programming Lang: C++
  Description : Graphical tool to set the screen brightness on Xorg
 A little window with a slider for each screen which can be used to
 adjust the brightness of the screens.
 .
 This is useful on desktop machines that do not have adjustable backlight.


I use it on desktop machines, so I prefer if it's included in debian rather
than having to compile it when I am using a different system.

It is similar to https://github.com/lordamit/brightness for which there is an
ITP since 2019 but was never actually packaged.

I think it is easier to use since it just offers 1 slider per screen and that's 
it
rather than a number of options. So in case that one also ends up being 
packaged,
I'd personally prefer to keep using this one.

Unfortunately it is Xorg specific. For now I don't use wayland because of a 
number
of other things that do not work there. I guess there is some poorly documented
dbus call that it is possible to make in wayland to achieve the same goal.



Bug#1067123: ITP: alligator -- kde rss reader that works on mobile and desktop

2024-03-18 Thread Salvo "LtWorf" Tomaselli
Package: wnpp
Severity: wishlist
Owner: "Salvo \"LtWorf\" Tomaselli" 
X-Debbugs-Cc: debian-de...@lists.debian.org, ltw...@debian.org

* Package name: alligator
  Version : 24.02
  Upstream Contact: Tobias Fella 
* URL : https://invent.kde.org/network/alligator
* License : GPL
  Programming Lang: C++
  Description : kde rss reader that works on mobile and desktop
It's an RSS reader based on kirigami, so it can work also on small touch 
devices.



Bug#1065051: localslackirc: Warning about invalid syntax

2024-02-29 Thread Salvo "LtWorf" Tomaselli
Package: localslackirc
Version: 1.26-1
Severity: normal
X-Debbugs-Cc: ltw...@debian.org

Dear myself,

as a reminder, installing localslackirc on a machine where pypy is
also installed, this scary warning will be generated

Failed to byte-compile /usr/share/localslackirc/lsi-cli.py:   File 
"/usr/share/localslackirc/lsi-cli.py", line 102
match sys.argv[0].split('/')[-1]:
^
SyntaxError: invalid syntax. Perhaps you forgot a comma?

Failed to byte-compile /usr/share/localslackirc/control.py:   File 
"/usr/share/localslackirc/control.py", line 47
match command:
^
SyntaxError: invalid syntax. Perhaps you forgot a comma?


That is because pypy's version is older. So it should not try to byte compile 
for it at all.


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

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

Versions of packages localslackirc depends on:
ii  python3 3.11.6-1
ii  python3-typedload   2.27-1
ii  python3-websockets  10.4-1

Versions of packages localslackirc recommends:
ii  python3-emoji  2.8.0-1

localslackirc suggests no packages.

-- no debconf information



Bug#1064949: FTBFS: python3-attr

2024-02-27 Thread Salvo "LtWorf" Tomaselli
Package: python3-attr
Version: 23.2.0-1
Severity: serious
Tags: ftbfs
Justification: ftbfs
X-Debbugs-Cc: ltw...@debian.org

Dear Maintainer,

It seems that python3-attr cannot be built at the present moment.



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

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

Versions of packages python3-attr depends on:
ii  python3 [python3-supported-min]  3.11.6-1
ii  python3-importlib-metadata   4.12.0-1

python3-attr recommends no packages.

Versions of packages python3-attr suggests:
pn  python-attr-doc  

-- no debconf information
dpkg-buildpackage
dpkg-buildpackage: info: source package python-attrs
dpkg-buildpackage: info: source version 23.2.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Timo Röhling 
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building python-attrs using existing 
./python-attrs_23.2.0.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building python-attrs in python-attrs_23.2.0-1.debian.tar.xz
dpkg-source: info: building python-attrs in python-attrs_23.2.0-1.dsc
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:305: python3.12 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /tmp/python-attrs-23.2.0/.pybuild/cpython3_3.12_attr
* Building wheel...
Successfully built attrs-23.2.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
module
I: pybuild base:305: python3.11 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /tmp/python-attrs-23.2.0/.pybuild/cpython3_3.11_attr
* Building wheel...
Successfully built attrs-23.2.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
"installer" module
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/tmp/python-attrs-23.2.0'
PYTHONPATH=/tmp/python-attrs-23.2.0/.pybuild/cpython3_3.11_attr/build \
   http_proxy='127.0.0.1:9' \
   https_proxy='127.0.0.1:9' \
   python3 -m sphinx -N -b html docs/ 
/tmp/python-attrs-23.2.0/.pybuild/docs/html/
Running Sphinx v7.2.6
making output directory... done
myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, 
enable_extensions={'colon_fence', 'deflist', 'smartquotes'}, disable_syntax=[], 
all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), 
ref_domains=None, fence_as_directive=set(), number_code_blocks=[], 
title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, 
footnote_transition=True, words_per_minute=200, substitutions={}, 
linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, 
dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, 
mathjax_classes='tex2jax_process|mathjax_process|math|output_area', 
enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
loading intersphinx inventory from 
/usr/share/doc/python3-doc/html/objects.inv...
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 16 source files that are out of date
updating environment: [new config] 16 added, 0 changed, 0 removed
reading sources... [100%] why
/tmp/python-attrs-23.2.0/docs/changelog.md:5: WARNING: Unknown directive type: 
'towncrier-draft-entries' [myst.directive_unknown]
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [100%] why
generating indices... genindex py-modindex done
writing additional pages... search done
copying images... [100%] _static/attrs_logo.png
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 1 warning.

The HTML pages are in .pybuild/docs/html.
make[1]: Leaving directory '/tmp/python-attrs-23.2.0'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:305: cd 

Bug#1061594: bookworm-pu: package vasttrafik-cli/1.9-1

2024-01-26 Thread Salvo "LtWorf" Tomaselli
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: vasttrafik-...@packages.debian.org, ltw...@debian.org
Control: affects -1 + src:vasttrafik-cli

[ Reason ]
The tool is a client to a public API.

The provider of the API has shut down the public API used by that version and
made a new one.

https://developer.vasttrafik.se/news/3

The new version of the package that is in sid uses the new API.

I just want to bump. The changes are rather extensive, it does not make sense
to backport them.

[ Impact ]

Without this, the package is completely unusable.

[ Tests ]

I tried it manually.

[ Risks ]

There are some changes in how the data is shown.

I doubt someone was parsing that output in a script. Anyway such eventual
script is broken in any case.

[ Checklist ]
  [ ] *all* changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in (old)stable
  [X] the issue is verified as fixed in unstable

[ Changes ]

Major changes to use the new API. The command line is compatible but the
output shows more information, so it is not entirely identical.


ddiff.gz
Description: application/gzip


Bug#1061470: vasttrafik-cli: API is offline

2024-01-24 Thread Salvo "LtWorf" Tomaselli
Package: vasttrafik-cli
Version: 1.5-1
Severity: grave
Tags: upstream
Justification: renders package unusable
X-Debbugs-Cc: ltw...@debian.org

Dear myself.

The public API has completely changed.

There is no way to register new accounts and obtain tokens for the new API.

Until that is solved, this package is completely useless.


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

Kernel: Linux 6.6.11-amd64 (SMP w/8 CPU threads; PREEMPT)
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 vasttrafik-cli depends on:
ii  python3 3.11.6-1
ii  python3-typedload   2.27-1
ii  python3-wcwidth 0.2.5+dfsg1-1.1
ii  python3-xtermcolor  1.2.1-3

vasttrafik-cli recommends no packages.

vasttrafik-cli suggests no packages.

-- no debconf information



Bug#1055361: devscripts: dch should have a --oldstable flag, to match the --stable flag

2023-11-04 Thread Salvo "LtWorf" Tomaselli
Package: devscripts
Version: 2.23.6
Severity: wishlist
X-Debbugs-Cc: ltw...@debian.org

Dear Maintainer,

Since there is a --stable flag, a --oldstable flag would be useful.

dch is written in perl and I don't know any perl, so I doubt I can be of
assistance here.

-- Package-specific info:

--- /etc/devscripts.conf ---
Empty.

--- ~/.devscripts ---
Not present

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

Kernel: Linux 6.5.0-3-amd64 (SMP w/8 CPU threads; PREEMPT)
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 devscripts depends on:
ii  dpkg-dev  1.22.1
ii  fakeroot  1.32.1-1
ii  file  1:5.45-2
ii  gnupg 2.2.40-1.1
ii  gpgv  2.2.40-1.1
ii  libfile-dirlist-perl  0.05-3
ii  libfile-homedir-perl  1.006-2
ii  libfile-touch-perl0.12-2
ii  libfile-which-perl1.27-2
ii  libipc-run-perl   20231003.0-1
ii  libmoo-perl   2.005005-1
ii  libwww-perl   6.72-1
ii  patchutils0.4.2-1
ii  perl  5.36.0-9
ii  python3   3.11.4-5+b1
ii  sensible-utils0.0.20
ii  wdiff 1.2.2-6

Versions of packages devscripts recommends:
ii  apt 2.7.6
ii  curl8.4.0-2
ii  dctrl-tools 2.24-3+b1
ii  debian-keyring  2023.09.24
ii  dput1.1.3
ii  equivs  2.3.1
ii  libdistro-info-perl 1.7
ii  libdpkg-perl1.22.1
ii  libencode-locale-perl   1.05-3
ii  libgit-wrapper-perl 0.048-2
ii  libgitlab-api-v4-perl   0.27-1
pn  libjson-perl
ii  liblist-compare-perl0.55-2
ii  liblwp-protocol-https-perl  6.11-1
ii  libsoap-lite-perl   1.27-3
ii  libstring-shellquote-perl   1.04-3
ii  libtry-tiny-perl0.31-2
ii  liburi-perl 5.21-1
ii  licensecheck3.3.9-1
ii  lintian 2.116.3
ii  man-db  2.12.0-1
ii  patch   2.7.6-7
ii  pristine-tar1.50
ii  python3-apt 2.6.0
ii  python3-debian  0.1.49
ii  python3-magic   2:0.4.27-2
ii  python3-requests2.31.0+dfsg-1
ii  python3-unidiff 0.7.3-1
ii  python3-xdg 0.28-2
ii  strace  6.4-0.1
ii  unzip   6.0-28
ii  wget1.21.4-1+b1
ii  xz-utils5.4.4-0.1

Versions of packages devscripts suggests:
pn  adequate 
pn  at   
pn  autopkgtest  
pn  bls-standalone   
pn  bsd-mailx | mailx
ii  build-essential  12.10
pn  check-all-the-things 
pn  cvs-buildpackage 
ii  debhelper13.11.7
pn  diffoscope   
pn  disorderfs   
pn  dose-extra   
pn  duck 
pn  elpa-devscripts  
pn  faketime 
ii  gnuplot  5.4.4+dfsg1-2
ii  gnuplot-qt [gnuplot] 5.4.4+dfsg1-2+b2
pn  how-can-i-help   
ii  libauthen-sasl-perl  2.1700-1
pn  libdbd-pg-perl   
ii  libfile-desktopentry-perl0.22-3
pn  libterm-size-perl
ii  libtimedate-perl 2.3300-2
pn  libyaml-syck-perl
pn  mmdebstrap   
pn  mozilla-devscripts   
pn  mutt 
ii  openssh-client [ssh-client]  1:9.4p1-1
pn  piuparts 
pn  postgresql-client
pn  pristine-lfs 
pn  quilt
pn  ratt 
pn  reprotest
pn  svn-buildpackage 
pn  w3m  

-- no debconf information



Bug#1054466: bookworm-pu: package localslackirc/1.17-1.1

2023-10-24 Thread Salvo "LtWorf" Tomaselli
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: localslack...@packages.debian.org, tipos...@tiscali.it
Control: affects -1 + src:localslackirc

Slack now requires some headers to connect to the websocket, that were not
needed before.

This patch is to backport the sending of those headers, so that localslackirc
can connect to it.

[ Reason ]

I am backporting this so that localslackirc can be used by users on stable.

It is caused by slack doing changes on what they accept.

[ Impact ]

localslackirc is currently useless for most users on stable. Without
the fix it will remain useless.

[ Tests ]

I tried manually, there is no automated tests for this, since the slack
server is not open source.

[ Risks ]

The patch is fairly simple, I ran the code, I ran mypy for safety and all
seemed ok.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable

[ Changes ]

Send http headers to websocket connection.

[ Other info ]

There is no debian bug tracking this, because I just noticed the issue myself
and immediately fixed it upstream.

But I think it's worthy to backport it.
diff -Nru localslackirc-1.17/debian/changelog 
localslackirc-1.17/debian/changelog
--- localslackirc-1.17/debian/changelog 2022-10-15 12:17:10.0 +0200
+++ localslackirc-1.17/debian/changelog 2023-10-24 10:09:34.0 +0200
@@ -1,3 +1,9 @@
+localslackirc (1.17-1.1+deb12u1) bookworm; urgency=medium
+
+  * Backport patch to send authorization and cookie headers to the websocket
+
+ -- Salvo 'LtWorf' Tomaselli   Tue, 24 Oct 2023 10:09:34 
+0200
+
 localslackirc (1.17-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru localslackirc-1.17/debian/patches/authenticate_websocket.patch 
localslackirc-1.17/debian/patches/authenticate_websocket.patch
--- localslackirc-1.17/debian/patches/authenticate_websocket.patch  
1970-01-01 01:00:00.0 +0100
+++ localslackirc-1.17/debian/patches/authenticate_websocket.patch  
2023-10-24 10:09:34.0 +0200
@@ -0,0 +1,33 @@
+Description: Send token and cookie when connecting to the websocket as well
+ Now slack is requiring those headers to be set on the websocket as well.
+ .
+ They used to be needed just on the normal REST API calls.
+ .
+ The patch is a backport from upstream.
+ .
+ localslackirc (1.17-1.1+deb12u1) bookworm; urgency=medium
+ .
+   * Backport patch to send authorization and cookie headers to the websocket
+Author: Salvo 'LtWorf' Tomaselli 
+Origin: upstream
+Forwarded: not-needed
+Applied-Upstream: 1.19, 
https://github.com/ltworf/localslackirc/pull/426/commits/6a7eafb6d33b997ed61331e4f26264e6d4ddf66c
+Last-Update: 2023-10-24
+
+--- localslackirc-1.17.orig/slackclient/client.py
 localslackirc-1.17/slackclient/client.py
+@@ -124,7 +124,13 @@ class SlackClient:
+ timeout: in seconds
+ """
+ r = await self.login()
+-self._websocket = await wsconnect(r.url, close_timeout=0.2)
++headers = {
++'user-agent': 'localslackirc',
++'Authorization': f'Bearer {self._token}',
++}
++if self._cookie:
++headers['cookie'] = self._cookie
++self._websocket = await wsconnect(r.url, close_timeout=0.2, 
extra_headers=headers)
+ return r
+ 
+ 
diff -Nru localslackirc-1.17/debian/patches/series 
localslackirc-1.17/debian/patches/series
--- localslackirc-1.17/debian/patches/series1970-01-01 01:00:00.0 
+0100
+++ localslackirc-1.17/debian/patches/series2023-10-24 10:09:34.0 
+0200
@@ -0,0 +1 @@
+authenticate_websocket.patch


Bug#1054455: bullseye-pu: package weborf/0.17-3

2023-10-23 Thread Salvo "LtWorf" Tomaselli
Package: release.debian.org
Severity: normal
Tags: bullseye
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: web...@packages.debian.org, tipos...@tiscali.it
Control: affects -1 + src:weborf

I have found a denial of service in all versions of weborf.

It is tracked in #1054417 and solved in 1.0 upstream. 
https://github.com/ltworf/weborf/pull/88

The issue is fixed in unstable but remains in stable and oldstable.

[ Reason ]
The bug has been there undetected for years. The fix is minimal.

[ Impact ]
The denial of service and extremely unlikely but theoretically possible
remote execution issue will remain.

The issue exists only if the process has CGI enabled (not the default).

[ Tests ]

There are no automated tests covering the issue.

[ Risks ]

The patch is just 3 lines.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable

[ Changes ]

A patch to remove a memory allocation and copy, where I forgot a +1 in the copy.

The resulting code just reuses the same buffer instead of copying, which was not
needed to begin with.

[ Other info ]

Tracked in CVE-2023-46586
diff -Nru weborf-0.17/debian/changelog weborf-0.17/debian/changelog
--- weborf-0.17/debian/changelog2020-12-31 15:13:19.0 +0100
+++ weborf-0.17/debian/changelog2023-10-23 18:40:22.0 +0200
@@ -1,3 +1,9 @@
+weborf (0.17-4) bullseye; urgency=medium
+
+  * Backport patch from upstream to fix denial of service (Closes: 1054417)
+
+ -- Salvo 'LtWorf' Tomaselli   Mon, 23 Oct 2023 18:40:22 
+0200
+
 weborf (0.17-3) unstable; urgency=medium
 
   * Disable most of the test suite (flaky on debian builders)
diff -Nru weborf-0.17/debian/patches/cgi_buffer_fix.patch 
weborf-0.17/debian/patches/cgi_buffer_fix.patch
--- weborf-0.17/debian/patches/cgi_buffer_fix.patch 1970-01-01 
01:00:00.0 +0100
+++ weborf-0.17/debian/patches/cgi_buffer_fix.patch 2023-10-23 
18:40:22.0 +0200
@@ -0,0 +1,25 @@
+Description: Fix incorrect memory operation
+ The original code failed to take into account the space needed for the
+ null terminator.
+ .
+ The patch just avoids the copy altogether, because it was not needed.
+Author: Salvo "LtWorf" Tomaselli 
+Origin: upstream
+Bug: 
+Bug-Debian: https://bugs.debian.org/1054417
+Forwarded: not-needed
+Applied-Upstream: 1.0
+Last-Update: 2023-10-23
+
+--- weborf-0.19.orig/cgi.c
 weborf-0.19/cgi.c
+@@ -228,8 +228,7 @@ static inline void cgi_execute_child(con
+ environ = NULL; //Clear env vars
+ 
+ if (strlen(executor) == 0) {
+-executor = malloc(connection_prop->strfile_len + 1);
+-strncpy(executor, connection_prop->strfile, 
connection_prop->strfile_len);
++executor = connection_prop->strfile;
+ }
+ 
+ cgi_set_http_env_vars(connection_prop->http_param);
diff -Nru weborf-0.17/debian/patches/series weborf-0.17/debian/patches/series
--- weborf-0.17/debian/patches/series   2020-12-31 15:13:19.0 +0100
+++ weborf-0.17/debian/patches/series   2023-10-23 18:40:22.0 +0200
@@ -1,2 +1,3 @@
 0001-sleep_in_http
 002-disable_tests
+cgi_buffer_fix.patch


Bug#1054421: bookworm-pu: package weborf/0.19

2023-10-23 Thread Salvo "LtWorf" Tomaselli
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian@packages.debian.org
Usertags: pu
X-Debbugs-Cc: web...@packages.debian.org, tipos...@tiscali.it
Control: affects -1 + src:weborf

I have found a denial of service in all versions of weborf.

It is tracked in #1054417 and solved in 1.0 upstream. 
https://github.com/ltworf/weborf/pull/88

The issue is fixed in unstable but remains in stable and oldstable.

[ Reason ]
The bug has been there undetected for years. The fix is minimal.

[ Impact ]
The denial of service and extremely unlikely but theoretically possible
remote execution issue will remain.

The issue exists only if the process has CGI enabled (not the default).

[ Tests ]

There are no automated tests covering the issue.

[ Risks ]

The patch is just 3 lines.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable

[ Changes ]

A patch to remove a memory allocation and copy, where I forgot a +1 in the copy.

The resulting code just reuses the same buffer instead of copying, which was not
needed to begin with.

[ Other info ]

Tracked in CVE-2023-46586
diff -Nru weborf-0.19/debian/changelog weborf-0.19/debian/changelog
--- weborf-0.19/debian/changelog2022-10-15 12:57:06.0 +0200
+++ weborf-0.19/debian/changelog2023-10-23 18:38:21.0 +0200
@@ -1,3 +1,9 @@
+weborf (0.19-3) bookworm; urgency=medium
+
+  * Backport patch from upstream to fix denial of service (Closes: 1054417)
+
+ -- Salvo 'LtWorf' Tomaselli   Mon, 23 Oct 2023 18:38:21 
+0200
+
 weborf (0.19-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru weborf-0.19/debian/patches/cgi_buffer_fix.patch 
weborf-0.19/debian/patches/cgi_buffer_fix.patch
--- weborf-0.19/debian/patches/cgi_buffer_fix.patch 1970-01-01 
01:00:00.0 +0100
+++ weborf-0.19/debian/patches/cgi_buffer_fix.patch 2023-10-23 
18:38:15.0 +0200
@@ -0,0 +1,25 @@
+Description: Fix incorrect memory operation
+ The original code failed to take into account the space needed for the
+ null terminator.
+ .
+ The patch just avoids the copy altogether, because it was not needed.
+Author: Salvo "LtWorf" Tomaselli 
+Origin: upstream
+Bug: 
+Bug-Debian: https://bugs.debian.org/1054417
+Forwarded: not-needed
+Applied-Upstream: 1.0
+Last-Update: 2023-10-23
+
+--- weborf-0.19.orig/cgi.c
 weborf-0.19/cgi.c
+@@ -228,8 +228,7 @@ static inline void cgi_execute_child(con
+ environ = NULL; //Clear env vars
+ 
+ if (strlen(executor) == 0) {
+-executor = malloc(connection_prop->strfile_len + 1);
+-strncpy(executor, connection_prop->strfile, 
connection_prop->strfile_len);
++executor = connection_prop->strfile;
+ }
+ 
+ cgi_set_http_env_vars(connection_prop->http_param);
diff -Nru weborf-0.19/debian/patches/series weborf-0.19/debian/patches/series
--- weborf-0.19/debian/patches/series   2022-03-15 09:08:11.0 +0100
+++ weborf-0.19/debian/patches/series   2023-10-23 18:29:47.0 +0200
@@ -0,0 +1 @@
+cgi_buffer_fix.patch


Bug#1054417: weborf: Denial of service when executing cgi executables

2023-10-23 Thread Salvo "LtWorf" Tomaselli
Package: weborf
Version: 0.20
Severity: grave
Tags: patch upstream security
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

there is an error in the code to execute cgi.

Best


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

Kernel: Linux 6.5.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
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 weborf depends on:
ii  libc6  2.37-12
ii  libmagic1  1:5.45-2
ii  libssl33.0.11-1

weborf recommends no packages.

Versions of packages weborf suggests:
pn  php-cgi  

-- no debconf information
commit 49824204add55aab0568d90a6b1e7c822d32120d
Author: Salvo 'LtWorf' Tomaselli 
Date:   Wed Oct 11 23:48:19 2023 +0200

Solve issue with unterminated buffer

diff --git a/cgi.c b/cgi.c
index 08d664d..f8276b1 100644
--- a/cgi.c
+++ b/cgi.c
@@ -233,8 +233,7 @@ static inline void cgi_execute_child(connection_t* 
connection_prop,string_t* pos
 environ = NULL; //Clear env vars
 
 if (strlen(executor) == 0) {
-executor = malloc(connection_prop->strfile_len + 1);
-strncpy(executor, connection_prop->strfile, 
connection_prop->strfile_len);
+executor = connection_prop->strfile;
 }
 
 cgi_set_http_env_vars(connection_prop->http_param);


Bug#1054296: pass-otp: Man page does not document the URI format

2023-10-20 Thread Salvo "LtWorf" Tomaselli
Package: pass-otp
Version: 1.2.0-9
Severity: wishlist
Tags: patch upstream
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

I noticed that there is a URI needed to configure a seed, but that format is not
documented anywhere in the manpage.

I made a patch (which I've also sent upstream) to have some examples in the 
manpage
so that people can read how to configure their seeds.

Best

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

Kernel: Linux 6.5.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
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 pass-otp depends on:
ii  pass  1.7.4-6

Versions of packages pass-otp recommends:
ii  oathtool  2.6.9-1
ii  qrencode  4.1.1-1

Versions of packages pass-otp suggests:
pn  zbar-tools  

-- no debconf information
>From f93d3206c6f16f3ef3b7dafadd1e0156e1d64f8c Mon Sep 17 00:00:00 2001
From: Salvo 'LtWorf' Tomaselli 
Date: Sat, 21 Oct 2023 01:42:01 +0200
Subject: [PATCH] Add examples to manpage

I copied the more relevant examples from the README and put them in the
manpage, so that it should be possible to use the tool by learning its usage
from man.

Without the url format being documented it is not possible to use it.
---
 pass-otp.1 | 28 +++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/pass-otp.1 b/pass-otp.1
index 9bded0c..1928ebe 100644
--- a/pass-otp.1
+++ b/pass-otp.1
@@ -1,4 +1,4 @@
-.TH PASS-OTP 1 "2017 March 19" "Password store OTP extension"
+.TH PASS-OTP 1 "2023 September 21" "Password store OTP extension"
 
 .SH NAME
 pass-otp - A \fBpass\fP(1) extension for managing one-time-password (OTP) 
tokens.
@@ -113,6 +113,32 @@ information about this format, see the documentation at
 \fBhelp\fP, \fB\-h\fP, \fB\-\-help\fP
 Show usage message.
 
+.SH EXAMPLES
+
+.TP
+.B Insert new OTP seed
+$ pass otp insert totp-secret
+.br
+For totp the secret will be in the format: 
otpauth://totp/totp-secret?secret=AAA=totp-secret
+.TP
+.B To use your webcam to scan a QR code
+$ zbarcam -q --raw | pass otp insert totp-secret
+.TP
+.B To use your webcam to append to an existing passfile
+$ zbarimg -q --raw google-qrcode.png | pass otp append google/exam...@gmail.com
+.br
+If you have a clipboard management console tool such as `wl-clipboard` for
+Wayland installed, you can also select "Copy Image" in your favorite browser
+and run
+.br
+$ wl-paste | zbarimg -q --raw - | pass otp append google/exam...@gmail.com
+.TP
+.B Generate a 2FA code using seed
+$ pass otp totp-secret
+.TP
+.B Display a QR code for an OTP token:
+$ pass otp uri -q totp-secret
+
 .SH SEE ALSO
 .BR pass (1),
 .BR qrencode (1),
-- 
2.42.0



Bug#1052963: kdevelop: The new version in sid crashes very often for me

2023-09-26 Thread Salvo "LtWorf" Tomaselli
Package: kdevelop
Version: 4:23.08.1-2
Severity: important
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

The new version of kdevelop crashes very often, making it basically impossible
for me to use it, because it keeps crashing.

I did not find a kdevelop-dbg package to install to obtain the debug symbols,
but I guess there must be a way.

Reverting to the version in testing seems to solve the problem for me.

Please let me know what extra information you need and how to obtain it.


Best

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

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

Versions of packages kdevelop depends on:
ii  kdevelop-data 4:23.08.1-2
pn  kdevelop510-libs  
ii  kinit 5.107.0-1
ii  kio   5.107.0-1
ii  libapr1   1.7.2-3
ii  libaprutil1   1.6.3-1
ii  libastyle33.1-3+b1
ii  libc6 2.37-10
ii  libclang1-16  1:16.0.6-15
ii  libgcc-s1 13.2.0-4
ii  libgrantlee-templates5 [grantlee5-templates-5-2]  5.2.0-5
ii  libkasten4controllers05:0.26.13-1
ii  libkasten4core0   5:0.26.13-1
ii  libkasten4okteta2controllers0 5:0.26.13-1
ii  libkasten4okteta2core05:0.26.13-1
ii  libkasten4okteta2gui0 5:0.26.13-1
ii  libkf5archive55.107.0-1
ii  libkf5bookmarks5  5.107.0-1
ii  libkf5codecs5 5.107.0-1
ii  libkf5completion5 5.107.0-1
ii  libkf5configcore5 5.107.0-1
ii  libkf5configgui5  5.107.0-1
ii  libkf5configwidgets5  5.107.0-2
ii  libkf5coreaddons5 5.107.0-1
ii  libkf5crash5  5.107.0-1
ii  libkf5declarative55.107.0-1
ii  libkf5guiaddons5  5.107.0-1
ii  libkf5i18n5   5.107.0-1+b1
ii  libkf5iconthemes5 5.107.0-1+b1
ii  libkf5itemmodels5 5.107.0-1
ii  libkf5itemviews5  5.107.0-1
ii  libkf5jobwidgets5 5.107.0-1
ii  libkf5kiocore55.107.0-1
ii  libkf5kiofilewidgets5 5.107.0-1
ii  libkf5kiogui5 5.107.0-1
ii  libkf5kiowidgets5 5.107.0-1
ii  libkf5newstuff5   5.107.0-1
ii  libkf5parts5  5.107.0-1
ii  libkf5purpose-bin 5.107.0-1
ii  libkf5purpose55.107.0-1
ii  libkf5service-bin 5.107.0-1
ii  libkf5service55.107.0-1
ii  libkf5sonnetui5   5.107.0-1
ii  libkf5texteditor5 5.107.0-1
ii  libkf5textwidgets55.107.0-1
ii  libkf5threadweaver5   5.107.0-1
ii  libkf5widgetsaddons5  5.107.0-1
ii  libkf5xmlgui5 5.107.0-1+b1
ii  libkomparediff2-5 4:22.12.3-1
ii  libokteta3core0   5:0.26.13-1
ii  libokteta3gui05:0.26.13-1
ii  libprocesscore9   4:5.27.8-1
ii  libprocessui9 4:5.27.8-1
ii  libqt5core5a  5.15.10+dfsg-3
ii  libqt5dbus5   5.15.10+dfsg-3
ii  libqt5gui55.15.10+dfsg-3
ii  libqt5help5   5.15.10-5
ii  libqt5network55.15.10+dfsg-3
ii  libqt5qml55.15.10+dfsg-2
ii  libqt5quick5  5.15.10+dfsg-2
ii  libqt5quickwidgets5   5.15.10+dfsg-2
ii  libqt5widgets55.15.10+dfsg-3
ii  libqt5xml5  

Bug#1035782: nuitka: Nuitka should hard-depend on an earlier python version and thus be uninstallable

2023-05-09 Thread Salvo "LtWorf" Tomaselli
Package: nuitka
Version: 1.3.5+ds-1
Severity: grave
Tags: upstream
Justification: renders package unusable
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

this is what happens when I tried to run nuitka on localslackirc

nuitka3 --standalone localslackirc
Nuitka-Options:INFO: Used command line options: --standalone localslackirc
Nuitka:WARNING: The version '3.11' is not currently supported. Expect problems.
FATAL: The Python version '3.11' is not supported by '1.3.5', but an upcoming 
release will add it.

It seems the current version is completely incompatible with the version of 
python that is in debian

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

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

Versions of packages nuitka depends on:
ii  base-files   12.4
ii  ccache   4.8+really4.7.5-1
ii  g++  4:12.2.0-3
ii  gcc  4:12.2.0-3
ii  libzstd-dev  1.5.4+dfsg2-5
ii  patchelf 0.14.3-1+b1
ii  python3  3.11.2-1+b1
ii  python3-appdirs  1.4.4-3
ii  python3-dev  3.11.2-1+b1
ii  python3-glob20.5-6
ii  python3-jinja2   3.1.2-1
ii  scons4.4.0+dfsg-1
ii  zlib1g-dev   1:1.2.13.dfsg-1

Versions of packages nuitka recommends:
ii  gdb   13.1-2
ii  libfuse2  2.9.9-6+b1
ii  python3-lxml  4.9.2-1+b1
ii  python3-tqdm  4.64.1-1
ii  strace6.1-0.1

nuitka suggests no packages.

-- no debconf information



Bug#1031085: firejail-profiles: Steam no longer starts

2023-02-11 Thread Salvo 'LtWorf' Tomaselli
Package: firejail-profiles
Version: 0.9.72-2
Severity: normal
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

steam no longer starts after its latest update.

It seems to fail to access ~/.local/share/applications, but whitelisting that
path didn't seem to fix the issue.

Best

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

Kernel: Linux 6.1.0-3-amd64 (SMP w/8 CPU threads; PREEMPT)
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 firejail-profiles depends on:
ii  firejail  0.9.72-2

firejail-profiles recommends no packages.

firejail-profiles suggests no packages.

-- Configuration Files:
/etc/firejail/steam.profile changed:
include steam.local
include globals.local
noblacklist ${HOME}/.config/Epic
noblacklist ${HOME}/.config/Loop_Hero
noblacklist ${HOME}/.config/MangoHud
noblacklist ${HOME}/.config/ModTheSpire
noblacklist ${HOME}/.config/RogueLegacy
noblacklist ${HOME}/.config/RogueLegacyStorageContainer
noblacklist ${HOME}/.killingfloor
noblacklist ${HOME}/.klei
noblacklist ${HOME}/.local/share/3909/PapersPlease
noblacklist ${HOME}/.local/share/aspyr-media
noblacklist ${HOME}/.local/share/bohemiainteractive
noblacklist ${HOME}/.local/share/cdprojektred
noblacklist ${HOME}/.local/share/Colossal Order
noblacklist ${HOME}/.local/share/Dredmor
noblacklist ${HOME}/.local/share/applications
noblacklist ${HOME}/.local/share/FasterThanLight
noblacklist ${HOME}/.local/share/feral-interactive
noblacklist ${HOME}/.local/share/HotlineMiami
noblacklist ${HOME}/.local/share/IntoTheBreach
noblacklist ${HOME}/.local/share/Paradox Interactive
noblacklist ${HOME}/.local/share/PillarsOfEternity
noblacklist ${HOME}/.local/share/RogueLegacy
noblacklist ${HOME}/.local/share/RogueLegacyStorageContainer
noblacklist ${HOME}/.local/share/Steam
noblacklist ${HOME}/.local/share/SteamWorldDig
noblacklist ${HOME}/.local/share/SteamWorld Dig 2
noblacklist ${HOME}/.local/share/SuperHexagon
noblacklist ${HOME}/.local/share/Terraria
noblacklist ${HOME}/.local/share/vpltd
noblacklist ${HOME}/.local/share/vulkan
noblacklist ${HOME}/.local/share/applications
noblacklist ${HOME}/.mbwarband
noblacklist ${HOME}/.paradoxinteractive
noblacklist ${HOME}/.paradoxlauncher
noblacklist ${HOME}/.prey
noblacklist ${HOME}/.steam
noblacklist ${HOME}/.steampath
noblacklist ${HOME}/.steampid
noblacklist /sbin
noblacklist /usr/sbin
include allow-java.inc
include allow-python2.inc
include allow-python3.inc
include disable-common.inc
include disable-devel.inc
include disable-interpreters.inc
include disable-programs.inc
mkdir ${HOME}/.config/Epic
mkdir ${HOME}/.config/Loop_Hero
mkdir ${HOME}/.config/MangoHud
mkdir ${HOME}/.config/ModTheSpire
mkdir ${HOME}/.config/RogueLegacy
mkdir ${HOME}/.config/unity3d
mkdir ${HOME}/.killingfloor
mkdir ${HOME}/.klei
mkdir ${HOME}/.local/share/3909/PapersPlease
mkdir ${HOME}/.local/share/aspyr-media
mkdir ${HOME}/.local/share/bohemiainteractive
mkdir ${HOME}/.local/share/cdprojektred
mkdir ${HOME}/.local/share/Colossal Order
mkdir ${HOME}/.local/share/Dredmor
mkdir ${HOME}/.local/share/FasterThanLight
mkdir ${HOME}/.local/share/feral-interactive
mkdir ${HOME}/.local/share/HotlineMiami
mkdir ${HOME}/.local/share/IntoTheBreach
mkdir ${HOME}/.local/share/Paradox Interactive
mkdir ${HOME}/.local/share/PillarsOfEternity
mkdir ${HOME}/.local/share/RogueLegacy
mkdir ${HOME}/.local/share/Steam
mkdir ${HOME}/.local/share/SteamWorldDig
mkdir ${HOME}/.local/share/SteamWorld Dig 2
mkdir ${HOME}/.local/share/SuperHexagon
mkdir ${HOME}/.local/share/Terraria
mkdir ${HOME}/.local/share/vpltd
mkdir ${HOME}/.local/share/applications
mkdir ${HOME}/.local/share/vulkan
mkdir ${HOME}/.mbwarband
mkdir ${HOME}/.paradoxinteractive
mkdir ${HOME}/.paradoxlauncher
mkdir ${HOME}/.prey
mkdir ${HOME}/.steam
mkfile ${HOME}/.steampath
mkfile ${HOME}/.steampid
whitelist ${HOME}/.config/Epic
whitelist ${HOME}/.config/Loop_Hero
whitelist ${HOME}/.config/MangoHud
whitelist ${HOME}/.config/ModTheSpire
whitelist ${HOME}/.config/RogueLegacy
whitelist ${HOME}/.config/RogueLegacyStorageContainer
whitelist ${HOME}/.config/unity3d
whitelist ${HOME}/.killingfloor
whitelist ${HOME}/.klei
whitelist ${HOME}/.local/share/3909/PapersPlease
whitelist ${HOME}/.local/share/aspyr-media
whitelist ${HOME}/.local/share/bohemiainteractive
whitelist ${HOME}/.local/share/cdprojektred
whitelist ${HOME}/.local/share/Colossal Order
whitelist ${HOME}/.local/share/Dredmor
whitelist ${HOME}/.local/share/applications
whitelist ${HOME}/.local/share/FasterThanLight
whitelist ${HOME}/.local/share/feral-interactive
whitelist ${HOME}/.local/share/HotlineMiami
whitelist ${HOME}/.local/share/IntoTheBreach
whitelist ${HOME}/.local/share/Paradox Interactive
whitelist ${HOME}/.local/share/PillarsOfEternity

Bug#1029494: twine man page is broken

2023-01-23 Thread Salvo "LtWorf" Tomaselli
Package: twine
Version: 4.0.2-1
Severity: normal
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

man twine shows the entire changelog, and then the python API.

I'd like the man page in the command section to display the documentation of 
the command.

For programming API documentation there is an appropriate section in the man 
pages.

best

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (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 not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages twine depends on:
ii  libjs-sphinxdoc 5.3.0-3
ii  python3 3.11.1-1
ii  python3-importlib-metadata  4.12.0-1
ii  python3-keyring 23.9.3-2
ii  python3-pkginfo 1.8.2-2
ii  python3-readme-renderer 37.3-2
ii  python3-requests2.28.1+dfsg-1
ii  python3-requests-toolbelt   0.10.1-1
ii  python3-rfc3986 1.5.0-2
ii  python3-rich13.2.0-2
ii  python3-urllib3 1.26.12-1
ii  sphinx-rtd-theme-common 1.2.0~rc1+dfsg-1

twine recommends no packages.

twine suggests no packages.

-- no debconf information



Bug#1019290: ITP: parolottero-languages -- Project that holds the language packs for parolottero

2022-09-06 Thread Salvo 'LtWorf' Tomaselli
Package: wnpp
Severity: wishlist
Owner: Salvo 'LtWorf' Tomaselli 
X-Debbugs-Cc: debian-de...@lists.debian.org, tipos...@tiscali.it

* Package name: parolottero-languages
  Version : 0.3
  Upstream Author : Salvo 'LtWorf' Tomaselli 
* URL : https://github.com/ltworf/parolottero-languages/
* License : Various licenses: MIT, GPL, AGPL
  Programming Lang: Python, but it's mostly data
  Description : Project that holds the language packs for parolottero

Language packs for parolottero

I've split the parolottero project into the game itself and a separate project
for the language packs.

This is that project.

In this way they can be released separately. Game fixes and language fixes
are not necessarily related.

The languages itself come from firefox spellchecker or similar projects. The 
Makefile
converts them into a format that is good for parolottero.

The languages can have fixes which users of parolottero can report.



Bug#1014090: python3-poetry: Missing dependency on python3-cachecontrol

2022-06-30 Thread Salvo "LtWorf" Tomaselli
Package: python3-poetry
Version: 1.1.12+dfsg-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,
I installed poetry and this happened


$ poetry init
Traceback (most recent call last):
  File "/usr/bin/poetry", line 5, in 
from poetry.console import main
  File "/usr/lib/python3/dist-packages/poetry/console/__init__.py", line 1, in 

from .application import Application
  File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 7, 
in 
from .commands.about import AboutCommand
  File "/usr/lib/python3/dist-packages/poetry/console/commands/__init__.py", 
line 4, in 
from .check import CheckCommand
  File "/usr/lib/python3/dist-packages/poetry/console/commands/check.py", line 
2, in 
from poetry.factory import Factory
  File "/usr/lib/python3/dist-packages/poetry/factory.py", line 18, in 
from .repositories.pypi_repository import PyPiRepository
  File "/usr/lib/python3/dist-packages/poetry/repositories/pypi_repository.py", 
line 11, in 
from cachecontrol import CacheControl
ModuleNotFoundError: No module named 'cachecontrol'


Please fix the dependencies

Best

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

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

Versions of packages python3-poetry depends on:
ii  python3 3.10.4-1+b1
ii  python3-cachecontrol0.12.11-1
ii  python3-cachy   0.3.0-4
ii  python3-cleo0.8.1-4
ii  python3-clikit  0.6.2-3
ii  python3-html5lib1.1-3
ii  python3-importlib-metadata  4.6.4-1
ii  python3-lockfile1:0.12.2-2.2
ii  python3-packaging   21.3-1
ii  python3-pexpect 4.8.0-3
ii  python3-pkginfo 1.8.2-1
ii  python3-poetry-core 1.0.7-2
ii  python3-requests2.27.1+dfsg-1
ii  python3-requests-toolbelt   0.9.1-2
ii  python3-shellingham 1.4.0-1
ii  python3-tomlkit 0.9.2-1
ii  python3-virtualenv  20.15.0+ds-1

python3-poetry recommends no packages.

python3-poetry suggests no packages.

-- no debconf information



Bug#1013195: base-files: Please add AGPL-3 license

2022-06-18 Thread Salvo 'LtWorf' Tomaselli
Package: base-files
Version: 12.2
Severity: normal
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,
AGPL-3 license is not present in the base files.

This forces me to include verbatim the very long text of the license which
also gets duplicated if many binary packages are generated.

For ease of read from FTPmaster it would be preferrable to have the text
in base-files so that it can just be referenced.


Best

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

Kernel: Linux 5.18.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
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 base-files depends on:
ii  mawk [awk]  1.3.4.20200120-3+b1

base-files recommends no packages.

base-files suggests no packages.

-- no debconf information



Bug#1008919: phoc: Qt applications no longer receive any input

2022-04-04 Thread Salvo 'LtWorf' Tomaselli
Package: phoc
Version: 0.13.0-1
Severity: critical
Tags: upstream
Justification: breaks unrelated software
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

I'm reporting this from my desktop, so ignore all the attached info by 
reportbug.


After the last upgrade of phoc, any qt applications do not receive mouse input 
from
the touchscreen.

explosive-c4, parolottero are thus unplayable

telegram-desktop is unusable

The issue gets solved by downgrading phoc.


https://gitlab.com/mobian1/issues/-/issues/428

https://gitlab.gnome.org/World/Phosh/phoc/-/issues/261

I open this issue so people who haven't upgraded yet will be warned by 
apt-listbugs about this.

Thanks for your work, best.

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

Kernel: Linux 5.16.0-5-amd64 (SMP w/8 CPU threads; PREEMPT)
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 phoc depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-3
ii  gsettings-desktop-schemas42.0-1
ii  libc62.33-7
ii  libglib2.0-0 2.72.0-1
pn  libgnome-desktop-3-19
ii  libinput10   1.20.0-1
ii  libpixman-1-00.40.0-1
ii  libwayland-server0   1.20.0-1
pn  libwlroots10 
ii  libxcb1  1.14-3
ii  libxkbcommon01.4.0-1
pn  mutter-common

Versions of packages phoc recommends:
pn  phosh  

phoc suggests no packages.



Bug#1008598: python3-websockets: Does not work with python3.10

2022-03-29 Thread Salvo "LtWorf" Tomaselli
Package: python3-websockets
Version: 9.1-1
Severity: grave
Tags: upstream
Justification: renders package unusable
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

it seems that this library is calling functions with parameter that were 
deprecated and
are now removed in python3.10

Specifically, it looks like it passes loop= and tries to pass None after a 
certain version of
python.

However that does not work since the parameter does not exist at all.

This is making localslackirc fail to function, since it makes use of this 
library.

Best

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

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

Versions of packages python3-websockets depends on:
ii  python3  3.10.4-1

python3-websockets recommends no packages.

python3-websockets suggests no packages.

-- no debconf information



Bug#1008085: telegram-desktop: Please use system decorations by default, they make it buggy on pinephone

2022-03-22 Thread Salvo "LtWorf" Tomaselli
Package: telegram-desktop
Version: 3.6.1+ds-1
Severity: normal
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

the new version of telegram is enabling by default some weird client side
decoration.

What happens on a phinephone is that under the top bar with the clock and such
there is a completely useless gray bar and then the normal UI.

The problem is that when opening the on screen keyboard, the text input will be
hidden behind the on screen keyboard, so I have no idea of what I'm typing.

Disabling the client side decoration fixes it.

So I think it'd be more sensible to revert the upstream default to not having
them, since most users will probably not be able to figure out the workaround
for the issue.

Thanks for your work packaing this software.

Best

-- Package-specific info:

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

Kernel: Linux 5.16.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
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 telegram-desktop depends on:
ii  libabsl20210324 0~20210324.2-2
ii  libavcodec587:4.4.1-3+b2
ii  libavformat58   7:4.4.1-3+b2
ii  libavutil56 7:4.4.1-3+b2
ii  libc6   2.33-7
ii  libgcc-s1   12-20220319-1
ii  libglib2.0-02.72.0-1
ii  libglibmm-2.4-1v5   2.66.2-2+b1
ii  libhunspell-1.7-0   1.7.0-4
ii  libjpeg62-turbo 1:2.1.2-1
ii  libkf5waylandclient54:5.90.0-1
ii  liblz4-11.9.3-2
ii  libminizip1 1.1-8+b1
ii  libopenal1  1:1.19.1-2
ii  libopus01.3.1-0.1
ii  libqrcodegencpp11.7.0-2+b1
ii  libqt5core5a [qtbase-abi-5-15-2]5.15.2+dfsg-15
ii  libqt5gui5  5.15.2+dfsg-15
ii  libqt5network5  5.15.2+dfsg-15
ii  libqt5svg5  5.15.2-4
ii  libqt5waylandclient5 [qtwayland-client-abi-5-15-2]  5.15.2-4
ii  libqt5widgets5  5.15.2+dfsg-15
ii  librlottie0-1   0.1+dfsg-2
ii  libsigc++-2.0-0v5   2.10.4-2
ii  libssl1.1   1.1.1n-1
ii  libstdc++6  12-20220319-1
ii  libswresample3  7:4.4.1-3+b2
ii  libswscale5 7:4.4.1-3+b2
ii  libvpx7 1.11.0-2
ii  libx11-62:1.7.2-2+b1
ii  libxcb-keysyms1 0.4.0-1+b2
ii  libxcb-record0  1.14-3
ii  libxcb-screensaver0 1.14-3
ii  libxcb1 1.14-3
ii  libxcomposite1  1:0.4.5-1
ii  libxdamage1 1:1.1.5-2
ii  libxext62:1.3.4-1
ii  libxfixes3  1:6.0.0-1
ii  libxrandr2  2:1.5.2-1
ii  libxtst62:1.2.3-1
ii  libxxhash0  0.8.1-1
ii  qt5-image-formats-plugins   5.15.2-2+b1
ii  zlib1g  1:1.2.11.dfsg-3

Versions of packages telegram-desktop recommends:
ii  fonts-open-sans  1.11-2

telegram-desktop suggests no packages.

Versions of packages telegram-desktop is related to:
ii  xdg-desktop-portal   1.14.1-1
ii  xdg-desktop-portal-gtk [xdg-desktop-portal-backend]  1.14.0-1

-- no debconf information
[2022.03.22 09:12:55] Launched version: 3006001, install beta: [FALSE], alpha: 
0, debug mode: [FALSE]
[2022.03.22 09:12:55] Executable dir: /usr/bin/, name: telegram-desktop
[2022.03.22 09:12:55] Initial working dir: /home/salvo/
[2022.03.22 09:12:55] Working dir: /home/salvo/.local/share/TelegramDesktop/
[2022.03.22 09:12:55] Command line: /usr/bin/telegram-desktop --
[2022.03.22 09:12:55] Executable path before check: /usr/bin/telegram-desktop
[2022.03.22 09:12:55] Logs started
[2022.03.22 09:12:55] 

Bug#1007698: ITP: kasts -- kasts is a podcast client for desktop and mobile

2022-03-15 Thread Salvo "LtWorf" Tomaselli
Package: wnpp
Severity: wishlist
Owner: "Salvo \"LtWorf\" Tomaselli" 
X-Debbugs-Cc: debian-de...@lists.debian.org, tipos...@tiscali.it

* Package name: kasts
  Version : 22.02
  Upstream Author : Bart de Wries  (and others)
* URL : https://apps.kde.org/kasts/
* License : GPL-2
  Programming Lang: C++
  Description : kasts is a podcast client for desktop and mobile
   It is written using kirigami so it is suitable for various screen sizes.


I'm packaging it because mobian lacks a podcast client that works decently on a 
tiny
phone screen.

I created a salsa repository for maintaining it.

It should not be too hard, all dependencies are already packaged.

I will probably ask for sponsorship on IRC when the packaging is done.



Bug#1007157: gnome-sudoku menu entry is not shown on my pinephone

2022-03-12 Thread Salvo 'LtWorf' Tomaselli
Package: gnome-sudoku
Version: 1:40.2-1
Severity: normal
Tags: upstream patch
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

I use mobian on a pinephone and gnome-sudoku is not shown among the apps by 
default.

That's because the .desktop file lacks an entry to mark it as "phone friendly".

I attach a 1 line patch to correct the .desktop file.

Best

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

Kernel: Linux 5.16.0-3-amd64 (SMP w/8 CPU threads; PREEMPT)
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 gnome-sudoku depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-3
ii  libc62.33-7
ii  libcairo21.16.0-5
ii  libgcc-s112-20220302-1
ii  libgee-0.8-2 0.20.5-1
ii  libglib2.0-0 2.70.4-1
ii  libgtk-3-0   3.24.31-1
ii  libjson-glib-1.0-0   1.6.6-1
ii  libpango-1.0-0   1.50.4+ds-1
ii  libpangocairo-1.0-0  1.50.4+ds-1
ii  libqqwing2v5 1.3.4-1.1+b1
ii  libstdc++6   12-20220302-1

Versions of packages gnome-sudoku recommends:
pn  yelp  

gnome-sudoku suggests no packages.

-- no debconf information
Description: Show the app on phosh (mobian)
 This magic entry in the desktop file tells the mobian default launcher,
 phosh, that the application is optimised for a phone sized touchscreen and
 should be shown in the app menu.
Author: Salvo 'LtWorf' Tomaselli 

--- gnome-sudoku-40.2.orig/data/org.gnome.Sudoku.desktop.in
+++ gnome-sudoku-40.2/data/org.gnome.Sudoku.desktop.in
@@ -12,3 +12,4 @@ Categories=GNOME;GTK;Game;LogicGame;
 StartupNotify=true
 Version=1.0
 DBusActivatable=true
+X-Purism-FormFactor=Workstation;Mobile;


Bug#1007156: iagno menu entry is not shown on my pinephone

2022-03-12 Thread Salvo 'LtWorf' Tomaselli
Package: iagno
Version: 1:3.38.1-2
Severity: normal
Tags: patch upstream
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

I use mobian on a pinephone and iagno is not shown among the apps by default.

That's because the .desktop file lacks an entry to mark it as "phone friendly".

I attach a 1 line patch to correct the .desktop file.

Best

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

Kernel: Linux 5.16.0-3-amd64 (SMP w/8 CPU threads; PREEMPT)
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 iagno depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-3
ii  libc62.33-7
ii  libcairo21.16.0-5
ii  libgdk-pixbuf-2.0-0  2.42.6+dfsg-2
ii  libglib2.0-0 2.70.4-1
ii  libgsound0   1.0.3-2
ii  libgtk-3-0   3.24.31-1
ii  librsvg2-2   2.52.5+dfsg-3+b1

Versions of packages iagno recommends:
pn  yelp  

iagno suggests no packages.

-- no debconf information
Description: Show the app on phosh (mobian)
 This magic entry in the desktop file tells the mobian default launcher,
 phosh, that the application is optimised for a phone sized touchscreen and
 should be shown in the app menu.
Author: Salvo 'LtWorf' Tomaselli 

--- iagno-3.38.1.orig/data/org.gnome.Reversi.desktop.in
+++ iagno-3.38.1/data/org.gnome.Reversi.desktop.in
@@ -14,3 +14,4 @@ Type=Application
 Categories=GNOME;GTK;Game;BoardGame;
 StartupNotify=true
 DBusActivatable=true
+X-Purism-FormFactor=Workstation;Mobile;


Bug#1006156: ITP: parolottero -- compose words using a 4x4 grid of letters

2022-02-19 Thread Salvo "LtWorf" Tomaselli
Package: wnpp
Severity: wishlist
Owner: "Salvo \"LtWorf\" Tomaselli" 
X-Debbugs-Cc: debian-de...@lists.debian.org, tipos...@tiscali.it

* Package name: parolottero
  Version : 1.0
  Upstream Author : Salvo "LtWorf" Tomaselli 
* URL : https://github.com/ltworf/parolottero
* License : AGPL3
  Programming Lang: C++
  Description : compose words using a 4x4 grid of letters

It's a word game intended for mobile.

A grid is generated with random letters, and one drags the finger
or the mouse to make words, that are checked against a dictionary.

For now 3 languages are present, but adding more is quite trivial.

Intended mostly for my pinephone, but works also on desktop, though
it's a bit annoying to play with the mouse.



Bug#1006155: ITP: explosive-c4 -- four in a row game, mostly for phones, but works on desktop too

2022-02-19 Thread Salvo "LtWorf" Tomaselli
Package: wnpp
Severity: wishlist
Owner: "Salvo \"LtWorf\" Tomaselli" 
X-Debbugs-Cc: debian-de...@lists.debian.org, tipos...@tiscali.it

* Package name: explosive-c4
  Version : 1.0
  Upstream Author : Salvo "LtWorf" Tomaselli 
* URL : https://github.com/ltworf/explosive-c4
* License : AGPL3
  Programming Lang: C++
  Description : four in a row game, mostly for phones, but works on desktop 
too

It's a four in a row game, two players can play on the same machine or one can
play against the AI.

Made in Qt, originally for Android.

Since I now have a pinephone with mobian, I thought it might be a nice addition
to have, to the very few games available.



Bug#1005369: xserver-xorg-core: Breaks middle button trackpoint scrolling

2022-02-12 Thread Salvo "LtWorf" Tomaselli
Package: xserver-xorg-core
Version: 2:21.1.3-2
Severity: critical
Tags: upstream
Justification: breaks unrelated software
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

on thinkpads it is common to scroll by holding down the middle button and
pushing the trackpoint up or down.

After upgrading, this feature is broken.

Reverting to the version found in testing makes it work again.

In a wayland session it works (but my keyboard layout doesn't exist in wayland
so using it permanently is not a viable solution).

It is strange because the input drivers have not received an update, so I'm not
really sure of what the interaction is here.

Anyway, I'm creating this issue with a high priority in order to stop the 
package
from migrating and make scrolling suddenly unavailable to other people as well.

-- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 
[Iris Xe Graphics] [8086:9a49] (rev 01)

/etc/X11/xorg.conf does not exist.

Contents of /etc/X11/xorg.conf.d:
-
total 0

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 5.16.0-1-amd64 (debian-ker...@lists.debian.org) (gcc-11 (Debian 
11.2.0-16) 11.2.0, GNU ld (GNU Binutils for Debian) 2.37.90.20220130) #1 SMP 
PREEMPT Debian 5.16.7-2 (2022-02-09)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 50312 Feb 12 09:43 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[ 2.949] (--) Log file renamed from "/var/log/Xorg.pid-579.log" to 
"/var/log/Xorg.0.log"
[ 2.951] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[ 2.951] Current Operating System: Linux galatea 5.16.0-1-amd64 #1 SMP 
PREEMPT Debian 5.16.7-2 (2022-02-09) x86_64
[ 2.951] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.16.0-1-amd64 
root=UUID=2e600d3e-5bd5-43cd-b826-9213b7bafb99 ro quiet
[ 2.951] xorg-server 2:21.1.3-2 (https://www.debian.org/support) 
[ 2.951] Current version of pixman: 0.40.0
[ 2.951]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2.951] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2.951] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 12 09:43:40 
2022
[ 2.955] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2.956] (==) No Layout section.  Using the first Screen section.
[ 2.956] (==) No screen section available. Using defaults.
[ 2.956] (**) |-->Screen "Default Screen Section" (0)
[ 2.956] (**) |   |-->Monitor ""
[ 2.957] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2.957] (==) Automatically adding devices
[ 2.957] (==) Automatically enabling devices
[ 2.957] (==) Automatically adding GPU devices
[ 2.957] (==) Automatically binding GPU devices
[ 2.957] (==) Max clients allowed: 256, resource mask: 0x1f
[ 2.958] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 2.958]Entry deleted from font path.
[ 2.963] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 2.963] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2.963] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[ 2.963] (II) Loader magic: 0x55de5fae1f20
[ 2.963] (II) Module ABI versions:
[ 2.963]X.Org ANSI C Emulation: 0.4
[ 2.963]X.Org Video Driver: 25.2
[ 2.963]X.Org XInput driver : 24.4
[ 2.963]X.Org Server Extension : 10.0
[ 2.968] (++) using VT number 7

[ 2.968] (II) systemd-logind: logind integration requires -keeptty and 
-keeptty was not provided, disabling logind integration
[ 2.969] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2.969] (II) Platform probe for 
/sys/devices/pci:00/:00:02.0/drm/card0
[ 2.981] (--) PCI:*(0@0:2:0) 8086:9a49:17aa:22c9 rev 1, Mem @ 
0x603c00/16777216, 0x40/268435456, I/O @ 0x3000/64, BIOS @ 
0x/131072
[ 2.981] (II) LoadModule: "glx"
[ 2.983] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2.987] (II) Module glx: vendor="X.Org 

Bug#1001128: linux-image-5.15.0-2-amd64: Kernel crashes my GPU

2021-12-04 Thread Salvo "LtWorf" Tomaselli
Package: src:linux
Version: 5.15.5-1
Severity: critical
Tags: upstream
Justification: breaks the whole system
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

Basically the latest kernel has serious GPU issues.

It takes several minutes to open sddm, and then the video is all broken and
I can't login.

Going to a tty takes minutes, but after I'm there everything looks ok.

Restarting sddm it seems I can manage to login, but then the system
again takes minutes to load plasma, and actually plasmoids randomly
disappear, yakuake and krunner take minutes to appear, disappear randomly
and so on.

Basically my machine works fine under 5.14 but graphical session is
completely unusable under 5.15.

Let me know what extra information is needed, if any.

Best

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: LENOVO
product_name: 20W4008AMX
product_version: ThinkPad T15 Gen 2i
chassis_vendor: LENOVO
chassis_version: None
bios_vendor: LENOVO
bios_version: N34ET42W (1.42 )
board_vendor: LENOVO
board_name: 20W4008AMX
board_version: SDK0J40697 WIN

** Network interface configuration:
*** /etc/network/interfaces:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 11th Gen Core Processor Host 
Bridge/DRAM Registers [8086:9a14] (rev 01)
Subsystem: Lenovo 11th Gen Core Processor Host Bridge/DRAM Registers 
[17aa:22c9]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 

00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 
[Iris Xe Graphics] [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
Subsystem: Lenovo TigerLake-LP GT2 [Iris Xe Graphics] [17aa:22c9]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: i915
Kernel modules: i915

00:04.0 Signal processing controller [1180]: Intel Corporation TigerLake-LP 
Dynamic Tuning Processor Participant [8086:9a03] (rev 01)
Subsystem: Lenovo TigerLake-LP Dynamic Tuning Processor Participant 
[17aa:22c9]
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device_pci_legacy

00:06.0 PCI bridge [0604]: Intel Corporation 11th Gen Core Processor PCIe 
Controller [8086:9a09] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:07.0 PCI bridge [0604]: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI 
Express Root Port #1 [8086:9a25] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:07.2 PCI bridge [0604]: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI 
Express Root Port #2 [8086:9a27] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:0d.0 USB controller [0c03]: Intel Corporation Tiger Lake-LP Thunderbolt 4 
USB Controller [8086:9a13] (rev 01) (prog-if 30 [XHCI])
Subsystem: Lenovo Tiger Lake-LP Thunderbolt 4 USB Controller [17aa:22c9]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

00:0d.2 USB controller [0c03]: Intel Corporation Tiger Lake-LP Thunderbolt 4 
NHI #0 [8086:9a1b] (rev 01) (prog-if 40 [USB4 Host Interface])
Subsystem: Lenovo Tiger Lake-LP Thunderbolt 4 NHI [17aa:22c9]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
  

Bug#1000576: xserver-xorg-input-all: Please include other input drivers in dependencies

2021-11-25 Thread Salvo "LtWorf" Tomaselli
Package: xserver-xorg-input-all
Version: 1:7.7+23
Severity: critical
Justification: breaks unrelated software
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

because of libinput not behaving properly with my trackpoint, and the maintainer
refusing to add the necessary configuration options to make it behave like I
think it should behave, I never use the libinput driver and just remove it in
favour of synaptics.

However since xserver-xorg-input-all depends only on the libinput driver, what
happens is that the entire desktop task gets uninstalled when doing this 
operation,
which means that a lot of stuff that is completely unrelated and that I need
gets removed as well.

Please consider adding "| xserver-xorg-input-synaptics" in the dependency field,
so that my desktop environment doesn't get removed when I try to use the input
driver that works better for me.

Best

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

Kernel: Linux 5.15.0-1-amd64 (SMP w/4 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 xserver-xorg-input-all depends on:
ii  xserver-xorg-input-libinput  1.2.0-1

Versions of packages xserver-xorg-input-all recommends:
ii  xserver-xorg-input-wacom  0.34.99.1-1+b1

xserver-xorg-input-all suggests no packages.

-- no debconf information



Bug#1000314: witalian: Please add those words

2021-11-21 Thread Salvo 'LtWorf' Tomaselli
Package: witalian
Version: 1.10
Severity: wishlist
Tags: patch
X-Debbugs-Cc: tipos...@tiscali.it

Dear Maintainer,

since I'm working on a word game that uses witalian as source for words,
I have noticed that many terms are missing.

I attach a text file with some words to be added.

They should be fairly common and non controversial.

They come from: 
https://raw.githubusercontent.com/flodolo/dizionario-it/master/extension/dictionaries/it_IT.dic

and I used a script to diff, and then manually picked some more common among 
the diff.

I plan to go on in alfabetical order and submit other bugs with words to add to 
the list.

Best


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

Kernel: Linux 5.14.0-4-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 /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages witalian depends on:
ii  debconf [debconf-2.0]  1.5.79
ii  dictionaries-common1.28.12

witalian recommends no packages.

witalian suggests no packages.

-- debconf information:
  shared/packages-wordlist:
  witalian/languages: italiano (Italian)
abaco
abbacchiamento
abbacchiando
abbacchiare
abbacchiata
abbacchiato
abbacchiatura
abbacchio
abbacinamento
abbacinando
abbacinare
abbacinata
abbacinato
abbagliamento
abbarbicamento
abbarbicando
abbarbicare
abbarbicata
abbarbicato
abbassabile
abbattibile
abbattitore
abbattitrice
abbecedario
abbellimento
abbeveraggio
abbeveratoio
abbiateci
abbiatelo
abbiatemi
abbiatene
abbiatense
abbiatevi
abbinabile
abbinamento
abbindolamento
abbindolando
abbindolata
abbindolato
abbindolatore
abbindolatrice
abbonire
abbonita
abbonito
abbordabile
abbordaggio
abbordando
abbordare
abbordato
abbordatore
abbordatrice
abbottonando
abbottonare
abbottonata
abbottonato
abbottonatura
abbracciabile
abbracciamento
abbracciante
abbracciata
abbrancando
abbrancare
abbrancata
abbrancato
abbreviabile
abbreviamento
abbreviativa
abbreviativo
abbreviatore
abbreviatrice
abbreviatura
abbreviazione
abbrivando
abbrivare
abbrivata
abbrivato
abbrivio
abbrivo
abbrustolendo
abbrustolimento
abbrustolire
abbrustolita
abbrustolito
abbrutendo
abbrutimento
abbrutire
abbrutita
abbrutito
abbruttendo
abbruttire
abbruttita
abbruttito
abbuffando
abbuffare
abbuffata
abbuffato
abbuonando
abbuonare
abbuonato
abdicabile
abdicataria
abdicatario
abdicazione
abducente
abdurre
abduttiva
abduttivo
abduttore
abduzione
abecedario
abeliana
abeliano
aberrante
aberrare
aberrata
aberrato
aberrazione
abetaia
abietta
abiettezza
abietto
abiezione
ablativa
ablativo
ablatore
ablatoria
ablatorio
ablazione
abnegazione
abnorme
abolitiva
abolitivo
abolitore
abolitrice
abolizionismo
abolizionista
abolizionistica
abolizionistico
abominazione
abominio
aborigena
aborigeno
aborrano
aborrendo
aborrimento
aborrire
aborrita
aborro
aborrono
abortendo
abortire
abortista
abortita
abortito
abortiva
abortivo
abradendo
abradere
abrasero
abrasività
abrasivo
abrogabile
abrogativa
abrogativo
abrogatoria
abrogatorio
abrogazione
abrogazionista
abruzzese
absidata
absidato
abside
abusabile
abusivismo
abusività
acaricida
acaro
acca
accademica
accadimento
accadrai
accadranno
accadrebbero
accadrei
accadremmo
accadremo
accadreste
accadresti
accadrete
accadrò
accalappiacani
accalappiamento
accalappiando
accalappiare
accalappiata
accalappiato
accalappiatore
accalappiatrice
accalcando
accalcare
accalcata
accalcato
accaldando
accaldare
accaldata
accaldato
accaloramento
accanimento
accantonamento
accantonando
accantonare
accantonata
accantonato
accaparramento
accaparrando
accaparrare
accaparrata
accaparrato
accaparratore
accaparratrice
accapigliamento
accapigliando
accapigliare
accapigliato
accappatoio
accapponando
accapponare
accapponata
accapponato
accarezzamento
accarezzata
accarezzevole
accartocciabile
accartocciamento
accartocciando
accartocciare
accartocciata
accartocciato
accartocciatore
accartocciatrice
accartocciatura
accatastabile
accatastamento
accatastando
accatastare
accatastato
accattafieno
accattivando
accattivante
accattivare
accattivato
accattona
accattonaggio
accavallamento
accavallando
accavallare
accavallato
accavallatura
accecamento
accecatoio
accecatore
accecatura
acceleramento
accelerativa
accelerativo
acceleratore
acceleratoria
acceleratorio
acceleratrice
accendendo
accendibile
accentando
accentare
accentata
accentato
accentatura
accentazione
accentramento
accentratore
accentratrice
accentuale
accentuativa
accentuativo
accentuazione
accerchiabile
accerchiamento
accerchiando
accerchiante
accerchiare
accerchiata
accerchiatura
accertabile
accertabilità
accertamento
accertatore
accertatrice
accesero
accesissima
accesissimo
accessibilità
accessoriabile
accessoriando
accessoriare
accessoriata
accessoriato
accessorietà
accessorista
accezione
acchetamento
acchetando
acchetata
acchetato

Bug#998767: mkdocs: readthedocs theme is not self contained

2021-11-07 Thread Salvo 'LtWorf' Tomaselli
Package: mkdocs
Version: 1.1.2+dfsg-2
Severity: normal
Tags: upstream
X-Debbugs-Cc: tipos...@tiscali.it

Hello,

I use mkdocs for typedload (python3-typedload) and to generate the website from
markdown text files.

However I realised that my adblock in the browser complains, because the 
"readthedocs"
theme included with mkdocs uses css and js files from cloudflare and is not self
contained.


The js file in question is highlight.js, which seems to be present in copious 
copies in the
debian archive, mostly in documentation packages.

For me the ideal would be to align mkdocs with the other packages and vendor 
the file rather
than link it to an external domain I have no control over.

The even better solution would probably be to have a package with it, which can 
be symlinked by
all the packages which use the file.

Best

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

Kernel: Linux 5.14.0-3-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 /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mkdocs depends on:
ii  fonts-font-awesome   5.0.10+really4.7.0~dfsg-4.1
ii  libjs-bootstrap4 4.5.2+dfsg1-8
ii  libjs-jquery 3.5.1+dfsg+~3.5.5-7
ii  libjs-lunr   2.3.8~dfsg-3
ii  libjs-modernizr  2.6.2+ds1-4
ii  python3  3.9.7-1
ii  python3-click8.0.2-1
ii  python3-jinja2   3.0.1-2
ii  python3-livereload   2.6.3-2
ii  python3-markdown 3.3.4-1
ii  python3-pkg-resources58.2.0-1
ii  python3-tornado  6.1.0-1+b1
ii  python3-yaml 5.4.1-1
ii  sphinx-rtd-theme-common  1.0.0+dfsg-1

mkdocs recommends no packages.

Versions of packages mkdocs suggests:
pn  ghp-import  
pn  mkdocs-doc  
pn  nodejs  

-- no debconf information



Bug#815715: It is running now

2016-02-23 Thread Salvo 'LtWorf' Tomaselli
It seems that deleting the content of /var/spool/postfix fixed my issue



Bug#810704: reassign

2016-01-24 Thread Salvo 'LtWorf' Tomaselli
reassign 810704 sysv-rc
thanks

The file is not created by xinetd.

Upon removing, /usr/sbin/update-rc.d gets called to
disable xinetd and that is where the file is created.

See line 107 in /usr/sbin/update-rc.d

Thus, I don't think this bug is specific for xinetd.



Bug#810469: Closing

2016-01-09 Thread Salvo 'LtWorf' Tomaselli
tags 810469 wontfix
close 810469
thanks

The fortune package is listed in the recommends of the package. You
have chosen to not install them.

It is not a dependency because the tool can support other sources,
even though fortune is the default one.

Best



Bug#809748: Short description is part of long description

2016-01-04 Thread Salvo 'LtWorf' Tomaselli
Hello,

>From aptitude show typespeed:

> Descrizione: ncurses tool to test, train, and increase typing speed
> on arbitrary text input: 
>
>  * designed for intermediate to advanced level typists 
>  * assumes that you have already learned how to touch type 
>  * no lessons, no single words, no synthetic stuff 
>  * tab expansion, auto indentation and syntax support to train on code 
>  * reference speed robot (defaults to 100 WPM) 
>  * supports CPS, CPM, WPM, PPM, and CPH/KPH metrics 
>  * shows detailed statistics about speed and typos 
>  * helps to find and eliminate frequent typos 

The short description is part of the long description :)

I will ask for feedback on whether this needs to be changed or not.

Thanks for your report.



Bug#701152: works for me

2015-11-23 Thread Salvo 'LtWorf' Tomaselli
tags +moreinfo
thanks

Is this issue still occurring? It works for me



Bug#789434: Fixed upstream

2015-11-16 Thread Salvo 'LtWorf' Tomaselli
Upstream fixed both issues:
http://bugzilla.audacityteam.org/show_bug.cgi?id=1141
http://bugzilla.audacityteam.org/show_bug.cgi?id=1204

But the fix is on HEAD.



Bug#789434: me too

2015-11-15 Thread Salvo 'LtWorf' Tomaselli
I have the same problem. As a workaround I copy the name of the track from an 
external editor, then in the dialog box I right click and select 'delete', and 
then right click again and select 'paste'.
Doing this and touching the keyboard will just destroy my project.



Bug#743627: grub-splashimages: outdated README

2014-04-04 Thread Salvo 'LtWorf' Tomaselli
Package: grub-splashimages
Version: 1.2.3
Severity: minor

Dear Maintainer,
the README file of your package comes with a README file with outdated
instructions, since now the grub2 configuration is generated automatically
from /etc/default, so the file to modify to have an image is actually
located there.

Best

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

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

grub-splashimages depends on no packages.

grub-splashimages recommends no packages.

Versions of packages grub-splashimages suggests:
pn  grub  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#740943: transmission-daemon: test bug, there seems to be problems reporting bugs to this package

2014-03-06 Thread Salvo 'LtWorf' Tomaselli
Package: transmission-daemon
Version: 1
Severity: normal

Dear Maintainer,

this is a test bug, please ignore.


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

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#738723: systemd: manpages in the wrong package

2014-02-12 Thread Salvo 'LtWorf' Tomaselli
Source: systemd
Version: 204-7
Severity: normal

Dear Maintainer,
for some reason, the manpages concerning the library calls are installed by
the binary package systemd and not by the various libwhatever-dev packages.

Could you make them be installed in their relevant -dev package instead?

Best

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

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#736151: youtube-dl: Should not recommend mplayer

2014-01-20 Thread Salvo 'LtWorf' Tomaselli
Package: youtube-dl
Version: 2013.12.04-1
Severity: normal

Dear Maintainer,
the package should not recommend mplayer | mplayer2. There is a huge amount
of players able to play videos, it's not reasonable to list them all in 
recommends.

Moreover mplayer does not add any functionality to the package, if you check the
debian policy about depends/recommends/suggests, that should at best be a 
suggests
or disappear completely.

Regards


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

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages youtube-dl depends on:
ii  python2.7.5-5
ii  python-pkg-resources  2.0.2-1

Versions of packages youtube-dl recommends:
ii  libav-tools 6:9.10-2
ii  mplayer2 [mplayer]  2.0-701-gd4c5b7f-2
ii  rtmpdump2.4+20121230.gitdf6c518-1

youtube-dl suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735551: nginx does not start at installation

2014-01-16 Thread Salvo 'LtWorf' Tomaselli
Package: nginx
Version: 1.4.4-4
Severity: minor

Dear Maintainer,
nginx does not start at the moment of installation, like all the servers do
on Debian.

Bye


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

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nginx depends on:
ii  nginx-full  1.4.4-4

nginx recommends no packages.

nginx suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#727544: aptitude: symbol lookup error: aptitude: undefined symbol

2013-10-24 Thread Salvo 'LtWorf' Tomaselli
Package: aptitude
Version: 0.6.8.2-1.2
Severity: grave
Justification: renders package unusable

Dear Maintainer,
when running aptitude, with any parameters, i get this:

aptitude: symbol lookup error: aptitude: undefined symbol: 
_ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

I have just updated the following packages:
glx-alternative-mesa glx-alternative-nvidia glx-diversions libept1.4.12
libllvm3.3 libtxc-dxtn-s2tc0 python-apt python-apt-common python3-apt 

Before the update, aptitude was working fine.

Regards

-- Package-specific info:
Terminal: xterm
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:

aptitude linkage:
linux-vdso.so.1 (0x7fff7a3fe000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 
(0x7fc3c33ff000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fc3c31cf000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7fc3c2fa5000)
libsigc-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7fc3c2da)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7fc3c2aa)
libept.so.1.aptpkg4.12 = 
/usr/lib/x86_64-linux-gnu/libept.so.1.aptpkg4.12 (0x7fc3c2846000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7fc3c2463000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7fc3c224b000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7fc3c1f94000)
libboost_iostreams.so.1.54.0 = /usr/lib/libboost_iostreams.so.1.54.0 
(0x7fc3c1d7a000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fc3c1b5e000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7fc3c185a000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7fc3c155c000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7fc3c1346000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fc3c0f99000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7fc3c0d96000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7fc3c0b92000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7fc3c0981000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7fc3c097b000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7fc3c0772000)
/lib64/ld-linux-x86-64.so.2 (0x7fc3c3d78000)

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

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aptitude depends on:
ii  aptitude-common   0.6.8.2-1.2
ii  libapt-pkg4.120.9.12.1
ii  libboost-iostreams1.54.0  1.54.0-3
ii  libc6 2.17-93
ii  libcwidget3   0.5.16-3.4
ii  libept1.4.12  1.0.10
ii  libgcc1   1:4.8.2-1
ii  libncursesw5  5.9+20130608-1
ii  libsigc++-2.0-0c2a2.2.10-0.2
ii  libsqlite3-0  3.8.0.2-1
ii  libstdc++64.8.2-1
ii  libtinfo5 5.9+20130608-1
ii  libxapian22   1.2.15-2
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages aptitude recommends:
pn  apt-xapian-indexnone
pn  aptitude-doc-en | aptitude-doc  none
ii  libparse-debianchangelog-perl   1.2.0-1
ii  sensible-utils  0.0.9

Versions of packages aptitude suggests:
pn  debtags  none
ii  tasksel  3.17

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#707092: ifupdown: Fails to bring up any interface at boot

2013-05-07 Thread Salvo 'LtWorf' Tomaselli
Package: ifupdown
Version: 0.7.42
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

this is my  /etc/network/interfaces
 # The loopback network interface
 auto lo
 iface lo inet loopback
 
 # The primary network interface
 allow-hotplug eth1
 iface eth1 inet dhcp

at boot no interface goes up, no localhost and no eth1, I need to do it
manually, with root permissions, so if I was sharing the machine, someone
would have been unable to do anything.

Bye

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#702884: pulseaudio installed by mistake by something that pulled gstreamer, made all my sistem silent

2013-03-12 Thread Salvo 'LtWorf' Tomaselli
Package: pulseaudio
Version: 2.0-6
Severity: critical
Justification: breaks unrelated software

Dear Maintainer,
after installing kde-telepathy, amarok went silent.

so kde-telepathy uses gstreamer, and it installed pulseaudio as a dependence
then no audio could be heard (I suppose mplayer would still work but I did not
try).

To solve the problem I installed gstreamer0.10-alsa and removed pulseaudio.

I will spare you my rants, bye.

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (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

Versions of packages pulseaudio depends on:
ii  adduser   3.113+nmu3
ii  consolekit0.4.5-3.1
ii  libasound21.0.25-4
ii  libasound2-plugins1.0.25-2
ii  libc6 2.16-0experimental1
ii  libcap2   1:2.22-1.2
ii  libdbus-1-3   1.6.8-1
ii  libfftw3-33.3.2-3.1
ii  libgcc1   1:4.7.2-5
ii  libice6   2:1.0.8-2
ii  libltdl7  2.4.2-1.2
ii  liborc-0.4-0  1:0.4.16-2
ii  libpulse0 2.0-6
ii  libsamplerate00.1.8-5
ii  libsm62:1.2.1-2
ii  libsndfile1   1.0.25-5
ii  libspeexdsp1  1.2~rc1-7
ii  libstdc++64.7.2-5
ii  libsystemd-daemon044-10
ii  libsystemd-login0 44-10
ii  libtdb1   1.2.10-2
ii  libudev0  175-7.1
ii  libwebrtc-audio-processing-0  0.1-2
ii  libx11-6  2:1.5.0-1
ii  libx11-xcb1   2:1.5.0-1
ii  libxcb1   1.8.1-2
ii  libxtst6  2:1.2.1-1
ii  lsb-base  4.1+Debian9
ii  udev  175-7.1

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio  0.10.31-3+nmu1
pn  pulseaudio-module-x11 none
ii  rtkit 0.10-2

Versions of packages pulseaudio suggests:
pn  paman none
pn  paprefs   none
pn  pavucontrol   none
pn  pavumeter none
ii  pulseaudio-utils  2.0-6


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#695210: ITP: python-xtermcolor -- Python library for terminal color support

2012-12-05 Thread Salvo 'LtWorf' Tomaselli
Package: wnpp
Severity: wishlist
Owner: Salvo 'LtWorf' Tomaselli tipos...@tiscali.it

* Package name: python-xtermcolor
  Version : 1.2
  Upstream Author : Scott Frazer sfra...@broadinstitute.org
* URL : https://github.com/broadinstitute/xtermcolor/
* License : MIT
  Programming Lang: Python
  Description : Python library for terminal color support

Library with simple API to print colored text on terminals, it supports RGB and
ANSI colors.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662647: openvas-server: readme documentation severely outdated

2012-03-05 Thread Salvo 'LtWorf' Tomaselli
Package: openvas-server
Version: 2.0.3-4.1
Severity: normal

Dear Maintainer,
the readme file mentions a non-existing package and makes no mention at all of
the openvas-nvt-sync command.

bye

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

Kernel: Linux 3.2.7a (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openvas-server depends on:
ii  debconf [debconf-2.0]   1.5.41
ii  libc6   2.13-27
ii  libgcrypt11 1.5.0-3
ii  libglib2.0-02.30.2-6
ii  libgnutls26 2.12.16-1
ii  libgpg-error0   1.10-3
ii  libgpgme11  1.2.0-1.4
ii  libopenvas2 2.0.4-2.1
ii  libopenvasnasl2 2.0.2-2.1
ii  libpcap0.8  1.2.1-1
ii  libwrap07.6.q-23
ii  openssl 1.0.0g-1
ii  openvas-plugins-base [openvas-plugins]  1:20100705-2

openvas-server recommends no packages.

Versions of packages openvas-server suggests:
ii  openvas-client  2.0.5-1.1

-- Configuration Files:
/etc/openvas/openvasd.conf [Errno 13] Permesso negato: 
u'/etc/openvas/openvasd.conf'

-- debconf information:
  openvas-server/srvlifetime: 365
  openvas-server/califetime: 1460
  openvas-server/location:
  openvas-server/country:
  openvas-server/organization: OpenVAS
  openvas-server/province:
  openvas-server/certificate:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#646592: wicd-curses reports a confusing python backtrace if daemon is not running

2011-10-25 Thread Salvo 'LtWorf' Tomaselli
Package: wicd-curses
Version: 1.7.0+ds1-9
Severity: minor
Tags: patch upstream

Dear Maintainer,
when i start wicd-curses and the daemon is not running, i obtain a very very
ugly python backtrace instead of a nicely internationalized error message.

So i've done my 1st wicd patch (yeah) to fix that.


diff /usr/share/wicd/curses/wicd-curses.py curses/wicd-curses.py
1015a1016,1018
 '''
  Returns: True on success
 '''
1020a1024
 sys.exit(1)




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

Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wicd-curses depends on:
ii  python2.7.2-9
ii  python-urwid  1.0.0-2
ii  wicd-daemon   1.7.0+ds1-9

Versions of packages wicd-curses recommends:
ii  sudo  1.8.3-1

wicd-curses suggests no packages.

Versions of packages wicd-daemon depends on:
ii  adduser 3.113  
ii  dbus1.4.16-1   
ii  debconf [debconf-2.0]   1.5.41 
ii  iproute 20110629-1 
ii  iputils-ping3:20101006-1+b1
ii  isc-dhcp-client [dhcp3-client]  4.1.1-P1-17
ii  lsb-base3.2-28 
ii  net-tools   1.60-24.1  
ii  psmisc  22.14-1
ii  python  2.7.2-9
ii  python-dbus 0.84.0-2   
ii  python-gobject  2.28.6-5   
ii  python-wicd 1.7.0+ds1-9
ii  wireless-tools  30~pre9-6  
ii  wpasupplicant   0.7.3-5

wicd-daemon recommends no packages.

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.4.1-8

Versions of packages python-wicd depends on:
ii  python 2.7.2-9
ii  python2.6  2.6.7-4
ii  python2.7  2.7.2-7

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#619948: ftp.debian.org: 404 in link from qa.debian.org

2011-03-28 Thread Salvo 'LtWorf' Tomaselli
Package: ftp.debian.org
Severity: normal

At the current time in my qa page[1] i have a link[2] to new: 0.13-1 for the
package weborf.

That link to ftp-master is broken.
I've received the email to confirm the upload of the package.

Bye

[1] http://qa.debian.org/developer.php?login=tipos...@tiscali.it
[2] http://ftp-master.debian.org/new/weborf_0.13-1.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596195: unblock: weborf/0.12.3-1

2010-09-09 Thread Salvo 'LtWorf' Tomaselli
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock


Please unblock package weborf

The upstream release fixes RC bug #596112

unblock weborf/0.12.3-1

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

Kernel: Linux 2.6.34.6-era (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org