Bug#1041298: debdelta doesn't work as advertised.

2023-07-16 Thread shirish शिरीष
}
The following packages will be upgraded:
  fonts-liberation fonts-liberation2 libcjson1 libgeos-c1v5
libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3
libplexus-compiler-java libwine-development libxnvctrl0 libyajl2
openjdk-17-dbg openjdk-17-demo openjdk-17-doc openjdk-17-jdk
  openjdk-17-jdk-headless openjdk-17-jre openjdk-17-jre-headless
python3-nbformat python3-tifffile python3-zeroconf
23 packages upgraded, 2 newly installed, 1 to remove and 13 not upgraded.
Need to get 482 MB/485 MB of archives. After unpacking 1,871 kB will be used.
Do you want to continue? [Y/n/?] n
Abort.

Just to make sure that this is not a false bug. I used aptitude to
show me the package size of fonts-liberation-sans-narrow as well as
libgeos3.12. Both are less than 1 MB. I even tried fonts-liberation
package and that too is only 5 MB. So seems debdelta-upgrade doesn't
function, dunno why :(

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages debdelta depends on:
ii  binutils  2.40.90.20230705-1
ii  bzip2 1.0.8-5+b1
ii  libbz2-1.01.0.8-5+b1
ii  libc6 2.37-5
ii  python3   3.11.4-5
ii  python3-requests  2.28.1+dfsg-1
ii  zlib1g1:1.2.13.dfsg-1

Versions of packages debdelta recommends:
ii  bsdiff   4.3-23
ii  gnupg2   2.2.40-1.1
ii  gpg-agent [gnupg-agent]  2.2.40-1.1
ii  python3-apt  2.6.0
ii  python3-debian   0.1.49
ii  xdelta   1.1.3-10.4
ii  xdelta3  3.0.11-dfsg-1.2
ii  xz-utils [lzma]  5.4.1-0.2

Versions of packages debdelta suggests:
pn  debdelta-doc  

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1036637: Having compilation instructions would make things a lot easier.

2023-07-10 Thread shirish शिरीष
At bottom :-

On 10/07/2023, shirish शिरीष  wrote:
> Dear Oliver,
>
> I tried to locally compile the software using the build instructions
> shared at -
>
> https://codeberg.org/klartext/plio/src/branch/main/doc/buildinstall.md
>
> I just wanted to try make without using any special fonts or anything so did
> -
>
>  ~/games/plio/src$ make
> gcc -c -Wall -W  main.c
> In file included from dircontents.h:23,
>  from collection.h:23,
>  from main.c:23:
> image.h:18:10: fatal error: FreeImage.h: No such file or directory
>18 | #include 
>   |  ^
> compilation terminated.
> make: *** [Makefile.objects:140: main.o] Error 1
>
> Git log shows me the following -
>
> commit 4ac01b38108f206f29d4f570edc7d1fedb43f91b
> Author: Oliver Bandel 
> Date:   Mon Jun 19 02:14:55 2023 +0200
>
> commands.c: more doxy-documentation added
>
> Looking forward to help.
>
> --
>   Regards,
>   Shirish Agarwal  शिरीष अग्रवाल
>   My quotes in this email licensed under CC 3.0
> https://creativecommons.org/licenses/by-nc/3.0/
> https://flossexperiences.wordpress.com
>
> E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C
>

Was able to fix the issues by installing libfreeimage-dev and was able
to fix the font issue by writing #define FONT_NAME
"/usr/share/fonts/truetype/oxygen/OxygenMono-Regular.ttf"

Maybe you can add that one as a commit. I haven't found
roboto-mono.ttf at least in Debian :(

While there are quite a few mono spaced fonts. I have shared a few
that have been installed on my system (not the whole bunch)  -

https://paste.debian.net/1285488/

One issue that I found out is maximizing the Window is an issue. I use
mate as my window-manager. I do not have the key that you shared for
maximizing window. If possible, would like the minimize, maximize and
close that we have in MATE window manager. Sharing a screenshot of the
same.

Looking forward to updates.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C


Bug#1036637: Having compilation instructions would make things a lot easier.

2023-07-10 Thread shirish शिरीष
Dear Oliver,

I tried to locally compile the software using the build instructions
shared at -

https://codeberg.org/klartext/plio/src/branch/main/doc/buildinstall.md

I just wanted to try make without using any special fonts or anything so did -

 ~/games/plio/src$ make
gcc -c -Wall -W  main.c
In file included from dircontents.h:23,
 from collection.h:23,
 from main.c:23:
image.h:18:10: fatal error: FreeImage.h: No such file or directory
   18 | #include 
  |  ^
compilation terminated.
make: *** [Makefile.objects:140: main.o] Error 1

Git log shows me the following -

commit 4ac01b38108f206f29d4f570edc7d1fedb43f91b
Author: Oliver Bandel 
Date:   Mon Jun 19 02:14:55 2023 +0200

commands.c: more doxy-documentation added

Looking forward to help.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1040671: RFP: bottles -- Bottles gaming environment comes preconfigured to play a large number of windows games in linux

2023-07-08 Thread shirish शिरीष
Package: wnpp
Severity: wishlist

* Package name: bottles
  Version : 51.6
  Upstream Contact: s...@mirko.pm
* URL : https://github.com/bottlesdevs
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : Bottles gaming environment comes preconfigured to
play a large number of windows games in linux

Bottles introduces a new way to handle Windows prefixes using
environments, a combination of ready-to-use settings, libraries and
dependencies.

Choose between Gaming and Software environment based on the type of
software you want to start.

More advanced users can choose the Custom environment to configure the
bottle on their own.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#877601: 5 years and still the website is down, I did see a sourceforge.net page although not sure whether it's the same or not.

2023-02-28 Thread shirish शिरीष
Hi,

Saw this today again -

$ curl -I http://www.adel.nursat.kz/
curl: (6) Could not resolve host: www.adel.nursat.kz

The last interaction on this bug was in 2017.

I did see a sourceforge.net domain for same/similar project but the
name seems different, dunno.

https://sourceforge.net/p/apwg/wiki/Home/

Looking forward to know more.
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1023180: pdfcrack doesn't respect the -n or -m flags

2022-10-31 Thread shirish शिरीष
Package: pdfcrack
Version: 0.19-3
Severity: normal

Dear Maintainer,
I am trying to bruteforce a document sent to me whose password doesn't
match. For this I used pdfcrack.

Now I do not know whether it is because it is version 1.5 or whatever
the password doesn't work. I used the following link to understand how
pdfcrack works.

https://www.maketecheasier.com/recover-lost-pdf-passwords-linux/

Now while I could do a wordlist, first I tried using -n as shared in
the manpage -

 -n, --minpw=INTEGER
  Skip trying passwords shorter than INTEGER

As can be seen it says and IIUC, it means it will skip passwords lover
than the number given -

$ pdfcrack -f document.pdf -n=09
PDF version 1.5
Security Handler: Standard
V: 2
R: 3
P: -1068
Length: 128
Encrypted Metadata: True
FileID: 0
U=
O=
Average Speed: 48106.7 w/s. Current Word: 'qrbd'
^CCaught signal 2!
Trying to save state...
Successfully saved state to savedstate.sav!

Now, as the file is sensitive in nature, I have removed the FileID as
well as whatever hashes were generated by the file.

Now the thing is, the current word or password it tries to hack is
'grbd' which is only 6 letters and not 9. IIUC, what I did above is
have 9 letters instead of 6, what am I doing wrong?



-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages pdfcrack depends on:
ii  libc6  2.35-4

pdfcrack recommends no packages.

Versions of packages pdfcrack suggests:
ii  atril [pdf-viewer] 1.26.0-1
ii  evince [pdf-viewer]43.0-1
ii  okular [pdf-viewer]4:22.04.3-1
ii  qpdfview [pdf-viewer]  0.4.18+ds-9

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1018604: Missing chrome or resource URL: resource://gre/modules/UpdateListener.jsm

2022-08-28 Thread shirish शिरीष
Package: firefox-esr
Version: 102.2.0esr-1
Severity: normal

Dear Maintainer,

I have had firefox-esr crash after this update a few times. While
running it I came across -

Missing chrome or resource URL: resource://gre/modules/UpdateListener.jsm
Missing chrome or resource URL: resource://gre/modules/UpdateListener.sys.mjs

I have no clue what is being missed, please have a look into it,
thanks in advance.

-- Package-specific info:


-- Addons package information

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages firefox-esr depends on:
ii  debianutils  5.7-0.3
ii  fontconfig   2.13.1-4.4
ii  libasound2   1.2.7.2-1
ii  libatk1.0-0  2.38.0-1
ii  libc62.34-4
ii  libcairo-gobject21.16.0-6
ii  libcairo21.16.0-6
ii  libdbus-1-3  1.14.0-2
ii  libdbus-glib-1-2 0.112-2
ii  libevent-2.1-7   2.1.12-stable-5+b1
ii  libffi8  3.4.2-4
ii  libfontconfig1   2.13.1-4.4
ii  libfreetype6 2.12.1+dfsg-3
ii  libgcc-s112.1.0-8
ii  libgdk-pixbuf-2.0-0  2.42.9+dfsg-1
ii  libglib2.0-0 2.72.3-1+b1
ii  libgtk-3-0   3.24.34-3
ii  libnspr4 2:4.34-1
ii  libnss3  2:3.81-2
ii  libpango-1.0-0   1.50.9+ds-1
ii  libstdc++6   12.1.0-8
ii  libvpx7  1.12.0-1
ii  libx11-6 2:1.8.1-2
ii  libx11-xcb1  2:1.8.1-2
ii  libxcb-shm0  1.15-1
ii  libxcb1  1.15-1
ii  libxcomposite1   1:0.4.5-1
ii  libxdamage1  1:1.1.5-2
ii  libxext6 2:1.3.4-1
ii  libxfixes3   1:6.0.0-1
ii  libxrandr2   2:1.5.2-2+b1
ii  libxtst6 2:1.2.3-1.1
ii  procps   2:3.3.17-7+b1
ii  zlib1g   1:1.2.11.dfsg-4.1

Versions of packages firefox-esr recommends:
ii  libavcodec58  7:4.4.2-1+b3
ii  libavcodec59  7:5.1-2+b1

Versions of packages firefox-esr suggests:
ii  fonts-lmodern  2.005-1
ii  fonts-stix [otf-stix]  1.1.1-4.1
ii  libcanberra0   0.30-10
ii  libgssapi-krb5-2   1.20-1
ii  pulseaudio 15.0+dfsg1-4+b1

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1014040: Please package updated yt-dlp 2022.06.29

2022-06-29 Thread shirish शिरीष
Package: yt-dlp
Version: 2022.06.22.1-1
Severity: normal

Dear Maintainer,
Please package yt-dlp 2022.06.29 if possible -

https://github.com/yt-dlp/yt-dlp/releases/tag/2022.06.29

The latest release fixes quite a few issues including -

* [extractor/youtube] Mark videos as fully watched by
[Brett824](https://github.com/Brett824)

The above is from
https://github.com/yt-dlp/yt-dlp/commit/9d339c41e25b1a77495cebe3fbdc95e2cb837776

Looking forward to the new release and thank you for your maintainance
as well as speed in handling requests :)

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages yt-dlp depends on:
ii  python33.10.4-1+b1
ii  python3-brotli 1.0.9-2+b3
ii  python3-certifi2020.6.20-1
ii  python3-mutagen1.45.1-3
ii  python3-pkg-resources  59.6.0-1.2
ii  python3-pycryptodome   3.11.0+dfsg1-3
ii  python3-websockets 10.2-1

Versions of packages yt-dlp recommends:
ii  ca-certificates  20211016
ii  curl 7.83.1-2
ii  ffmpeg   7:4.4.2-1+b3
ii  python3-xattr [python3-pyxattr]  0.9.9-1
ii  rtmpdump 2.4+20151223.gitfa8646d.1-2+b2
ii  wget 1.21.3-1+b2

Versions of packages yt-dlp suggests:
ii  bidiv  1.5-6
ii  mpv0.34.1-1+b2
ii  phantomjs  2.1.1+dfsg-2+b2

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1005127: Please see the discussion at https://github.com/yt-dlp/yt-dlp/issues/3764

2022-06-22 Thread shirish शिरीष
Hi there,

See the discussion at https://github.com/yt-dlp/yt-dlp/issues/3764

Specifically -

I'm in favor of dropping it now, and when 3.7 reaches EOL, we drop
that then too, and so on (with some advance warning). We should not be
expected to support EOL python versions, especially as yt-dlp is an
internet-based application and EOL python versions do not receive
security updates.

https://github.com/yt-dlp/yt-dlp/issues/3764#issuecomment-1129658860

Hope the above gives the answer.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1013332: watch file and yt-dlp new release 22.06.22.1

2022-06-21 Thread shirish शिरीष
Package: yt-dlp
Version: 2022.05.18-1
Severity: wishlist

Dear Maintainer,
There doesn't seem to be a watch file for yt-dlp otherwise it would
have shown up on https://tracker.debian.org/pkg/yt-dlp. The other
thing is yt-dlp just released a new release, please add that -

https://github.com/yt-dlp/yt-dlp/releases/tag/2022.06.22.1

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages yt-dlp depends on:
ii  python33.10.4-1+b1
ii  python3-brotli 1.0.9-2+b3
ii  python3-certifi2020.6.20-1
ii  python3-mutagen1.45.1-3
ii  python3-pkg-resources  59.6.0-1.2
ii  python3-pycryptodome   3.11.0+dfsg1-3
ii  python3-websockets 10.2-1

Versions of packages yt-dlp recommends:
ii  ca-certificates  20211016
ii  curl 7.83.1-2
ii  ffmpeg   7:4.4.2-1+b3
ii  mpv  0.34.1-1+b2
ii  python3-xattr [python3-pyxattr]  0.9.9-1
ii  rtmpdump 2.4+20151223.gitfa8646d.1-2+b2
ii  wget 1.21.3-1+b2

Versions of packages yt-dlp suggests:
pn  libfribidi-bin | bidiv  
ii  phantomjs   2.1.1+dfsg-2+b2

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1009310: copyright file conflict between two packages node-babel and node-babel-types

2022-04-11 Thread shirish शिरीष
Package: node-babel-types
Version: 6.26.0+repack-4
Severity: normal

Dear Maintainer,
Got this while trying to upgrade node-babel -

Unpacking node-babel7 (7.17.8+~cs214.260.191-2) ...
dpkg: error processing archive
/tmp/apt-dpkg-install-cLw40Y/12-node-babel7_7.17.8+~cs214.260.191-2_all.deb
(--unpack):
 trying to overwrite '/usr/share/doc/node-babel-types/copyright',
which is also in package node-babel-types 6.26.0+repack-4

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages node-babel-types depends on:
ii  node-babel7-runtime [node-babel-runtim  7.17.8+~cs214.260.191-2
ii  node-esutils2.0.3-3
ii  node-lodash 4.17.21+dfsg+~cs8.31.198.20210220-5
ii  node-to-fast-properties 3.0.1-2
ii  nodejs  16.13.2+really14.19.1~dfsg-6

node-babel-types recommends no packages.

node-babel-types suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1008290: Unable to install node-babel7 because the same file is present in another binary.

2022-03-25 Thread shirish शिरीष
Package: node-babel7
Version: 7.17.6+~cs214.260.190-1
Severity: normal

Dear Maintainer,
Got the following while upgrading today -

Unpacking node-babel7 (7.17.8+~cs214.260.191-2) over
(7.17.6+~cs214.260.190-1) ...
dpkg: error processing archive
/tmp/apt-dpkg-install-dogkWA/60-node-babel7_7.17.8+~cs214.260.191-2_all.deb
(--unpack):
 trying to overwrite '/usr/share/doc/node-babel-types/copyright',
which is also in package node-babel-types 6.26.0+repack-4

$ aptitude search node-babel7
Bu  node-babel7  - Babel
command line
i A node-babel7-runtime  - Babel
modular runtime helpers
p   node-babel7-standalone   - Standalone
build of Babel for use in browsers and other non-No

Please fix the same, thank you.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages node-babel7 depends on:
ii  node-ampproject-remapping 2.1.2+~cs4.7.20-1
ii  node-babel-plugin-add-module-exports  1.0.4+dfsg1~cs5.8.0-3
ii  node-babel7-runtime   7.17.8+~cs214.260.191-2
ii  node-browserslist 4.20.0+~cs5.1.3-1
ii  node-chalk4.1.2-1
ii  node-clone-deep   4.0.1-3
ii  node-commander9.1.0-1
ii  node-convert-source-map   1.8.0+~1.5.2-1
ii  node-core-js  3.8.2-3
ii  node-debug4.3.3+~cs4.1.7-1
ii  node-esutils  2.0.3-3
ii  node-find-cache-dir   3.3.2+~3.2.1-1
ii  node-fs-readdir-recursive 1.1.0-2
ii  node-glob 7.2.1+~cs7.6.15-1
ii  node-globals  13.12.1-1
ii  node-js-tokens7.0.0-1
ii  node-jsesc3.0.2+~3.0.1-1
ii  node-json52.2.0+dfsg-1
ii  node-lodash   4.17.21+dfsg+~cs8.31.198.20210220-5
ii  node-lodash-packages  4.17.21+dfsg+~cs8.31.198.20210220-5
ii  node-make-dir 3.1.0-2
ii  node-quick-lru5.1.1-1
ii  node-regenerator-transform0.14.5-4
ii  node-regexpu-core 4.8.0-4
ii  node-resolve  1.20.0+~cs5.27.9-1
ii  node-semver   7.3.5+~7.3.8-1
ii  node-slash3.0.0-2
ii  node-source-map   0.7.0++dfsg2+really.0.6.1-9
ii  node-source-map-support   0.5.21+ds+~0.5.4-1
ii  node-to-fast-properties   3.0.1-2
ii  node-v8flags  3.2.0-3
ii  nodejs12.22.10~dfsg-2

node-babel7 recommends no packages.

node-babel7 suggests no packages.

-- no debconf information
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1006821: adequate reports broken symlink for tor

2022-03-05 Thread shirish शिरीष
Package: tor
Version: 0.4.6.10-1
Severity: normal

User : debian...@lists.debian.org
Usertags : broken-symlink adequate

Dear Maintainer,
While upgrading was hit by broken symlinks of tor. On further
investigation, got this info. Please see and fix the same.

$ adequate tor
tor: broken-symlink /etc/sv/tor/log/supervise -> /run/runit/supervise/tor.log
tor: broken-symlink /etc/sv/tor/supervise -> /run/runit/supervise/tor


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages tor depends on:
ii  adduser 3.118
ii  libc6   2.33-7
ii  libcap2 1:2.44-1
ii  libevent-2.1-7  2.1.12-stable-1
ii  liblzma55.2.5-2
ii  libseccomp2 2.5.3-2
ii  libssl1.1   1.1.1m-1
ii  libsystemd0 250.3-2
ii  libzstd11.4.8+dfsg-3
ii  lsb-base11.1.0
ii  runit-helper2.10.3
ii  zlib1g  1:1.2.11.dfsg-2

Versions of packages tor recommends:
ii  logrotate3.19.0-2
ii  tor-geoipdb  0.4.6.10-1
ii  torsocks 2.3.0-3

Versions of packages tor suggests:
pn  apparmor-utils   
pn  mixmaster
pn  nyx  
ii  obfs4proxy   0.0.13-1
ii  socat1.7.4.1-3
ii  torbrowser-launcher  0.3.5-2

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1004324: yt-dlp gives wrong version info.

2022-01-24 Thread shirish शिरीष
Package: yt-dlp
Version: 2022.01.21-1
Severity: normal

Dear Maintainer,

I updated today and got the new version -

$ apt-cache policy yt-dlp
yt-dlp:
  Installed: 2022.01.21-1
  Candidate: 2022.01.21-1
  Version table:
 *** 2022.01.21-1 900
900 http://deb.debian.org/debian testing/main amd64 Packages
100 http://deb.debian.org/debian unstable/main amd64 Packages
100 /var/lib/dpkg/status

But when I asked it it's version number, that is what it replied -

$ yt-dlp --version
2021.12.27

There seems to be confusion in yt-dlp as to what version it is. Please fix.


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages yt-dlp depends on:
ii  python33.9.7-1
ii  python3-mutagen1.45.1-2
ii  python3-pkg-resources  58.2.0-1
ii  python3-pycryptodome   3.11.0+dfsg1-3
ii  python3-websockets 9.1-1

Versions of packages yt-dlp recommends:
ii  ca-certificates  20210119
ii  curl 7.81.0-1
ii  ffmpeg   7:4.4.1-3
ii  mpv  0.34.1-1+b1
ii  python3-pyxattr  0.7.2-2
ii  rtmpdump 2.4+20151223.gitfa8646d.1-2+b2
ii  wget 1.21.2-2+b1

Versions of packages yt-dlp suggests:
pn  libfribidi-bin | bidiv  
ii  phantomjs   2.1.1+dfsg-2+b2

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
https://creativecommons.org/licenses/by-nc/3.0/
https://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1003779: RFP: ffsubsync -- Language-agnostic automatic synchronization of subtitles with video, so that subtitles are aligned to the correct starting point within the video.

2022-01-15 Thread shirish शिरीष
Package: wnpp
Severity: wishlist

* Package name: ffsubsync
  Version : 0.4.17
  Upstream Author : Stephen Macke 
* URL : https://github.com/smacke/ffsubsync
* License : (MIT)
  Programming Lang: (Python2-3.)
  Description : Language-agnostic automatic synchronization of
subtitles with video, so that subtitles are aligned to the correct
starting point within the video.

(Include the long description here.)

Please also include as much relevant information as possible.
For example, consider answering the following questions:
 - why is this package useful/relevant? is it a dependency for
   another package? do you use it? if there are other packages
   providing similar functionality, how does it compare?
 - how do you plan to maintain it? inside a packaging team
   (check list at https://wiki.debian.org/Teams)? are you
   looking for co-maintainers? do you need a sponsor?


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/


E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1003263: why does guake warn about a non-existing custom_command.json file ?

2022-01-06 Thread shirish शिरीष
Package: guake
Version: 3.8.1-1
Severity: normal

Dear Maintainer,

I get the following in the .xsession-errors.

Custom file does not exit: /home/shirish/.config/guake/custom_command.json

And have no idea why it is like that. Is it a bug or not ???

FWIW, I haven't made any file like that. Is such a file needed, if
yes, for what ???

The manpage says nothing about it and sadly there is no section 8 so
I'm at wits end.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages guake depends on:
ii  dbus-user-session [default-dbus-session-bus]  1.12.20-3
ii  dbus-x11 [dbus-session-bus]   1.12.20-3
ii  dconf-gsettings-backend [gsettings-backend]   0.40.0-2
ii  gir1.2-glib-2.0   1.70.0-2
ii  gir1.2-gtk-3.03.24.31-1
ii  gir1.2-keybinder-3.0  0.3.2-1.1
ii  gir1.2-notify-0.7 0.7.9-3
ii  gir1.2-pango-1.0  1.48.10+ds1-1
ii  gir1.2-vte-2.91   0.66.2-1
ii  gir1.2-wnck-3.0   40.0-2
ii  libglib2.0-bin2.70.2-1
ii  libutempter0  1.2.1-2
ii  python3   3.9.7-1
ii  python3-cairo 1.20.1-3
ii  python3-dbus  1.2.18-3+b1
ii  python3-gi3.42.0-3
ii  python3-gi-cairo  3.42.0-3
ii  python3-pbr   5.6.0-2

guake recommends no packages.

Versions of packages guake suggests:
ii  numix-gtk-theme  2.6.7-6

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#998194: This bug got fixed by guake 3.8.1

2022-01-05 Thread shirish शिरीष
Dear Maintainer,

This got fixed by guake 3.8.1, Please close the bug, thank you :)

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#1002875: fixed via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001933#76

2021-12-31 Thread shirish शिरीष
fixed 1002875
thanks



Bug#1002875: RFP:yt-dlp -- It is a fork of youtube-dl but with more fixes and features

2021-12-30 Thread shirish शिरीष
Package: wnpp
Severity: wishlist

* Package name: yt-dlp
  Version : 2021.12.27
  Upstream Author : Name 
* URL : https://github.com/yt-dlp/yt-dlp
* License : (unlicense)
  Programming Lang: Python or rather Python3
  Description : It is a fork of youtube-dl but with more fixes and features

(Include the long description here.)

Please also include as much relevant information as possible.
For example, consider answering the following questions:
 - why is this package useful/relevant? is it a dependency for
   another package? do you use it? if there are other packages
   providing similar functionality, how does it compare?

   I have been trying it out and it does have more features than plain
youtube-dl. Also, it has been getting more commits than youtube-dl.
Seems the package/utility has been there for around 6-7 months now.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#998203: yakuake's icon does not come in mate notification area

2021-11-02 Thread shirish शिरीष
On 01/11/2021, Diederik de Haas  wrote:
> On Monday, 1 November 2021 11:57:52 CET shirish शिरीष wrote:
>> Because there is no notification, it is difficult to know when Yakuake
>> has started or not.
>
> AFAIK it's always started as soon as you log in.
> I would actually find an item in the notification area/systray a
> regression/bug
> as it's meant to be out of your way/sight, but available when you need it
> (via
> F12 by default).
> It could be that it does actually put out a notification via the
> notification
> system (ie a 'popup'), but I have disabled that as I found even that
> annoying.
>
> So the answer to 'when is it available?' is: Always.


I am on defaults, so no, no notification, otherwise would have not
filed the bug. Thank you anyays :)

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#998203: yakuake's icon does not come in mate notification area

2021-11-01 Thread shirish शिरीष
At bottom :-

On 01/11/2021, Diederik de Haas  wrote:
> On Sunday, 31 October 2021 23:42:13 CET shirish शिरीष wrote:
>> I am running yakuake on Debian-mate. But it seems that in the
>> notification area for some reason yakuake is not seen :( . Sharing a
>> screenshot of the notification area.
>
> I'm running fully KDE and I don't have a notification entry for yakuake and
> in
> System Tray Settings there isn't an entry for yakuake either, so I'm
> inclined
> to think it's working as intended. Konsole doesn't have an entry either.
> If I'm misunderstanding your bug report, can you clarify what you think you
>
> are missing?

Aha, I was expecting it to work like guake does. So this seems more
like an upstream issue rather than something at the distribution
level.

Because there is no notification, it is difficult to know when Yakuake
has started or not. What guake does is that it notifies you at the
start of session that it is available, and you can use it by using
F12. The same as yakuake. I am/was trying this as guake has its own
issue which I reported yesterday, making the package pretty much
unusable (I use tabs a lot in terminal.) for me. #998194

Thank you for the clarification :)

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#998209: yakuake 21.08.0 has a very old changelog

2021-10-31 Thread shirish शिरीष
Package: yakuake
Version: 21.08.0-1
Severity: normal

Dear Maintainer,
Yakuake has a very old upstream changelog and nothing after it. There
is no way for a user to know what the changes have been between two
major releases or even minor releases. This makes it harder to know
what has been fixed and what will be fixed. I have already filed the
bug upstream at https://bugs.kde.org/show_bug.cgi?id=444743

Please use this and bug as a re-director to the bug I filed upstream
so people know and any response upstream is also collected here.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages yakuake depends on:
ii  kio5.86.0-1
ii  konsole-kpart  4:21.08.2-1
ii  libc6  2.32-4
ii  libkf5archive5 5.86.0-1
ii  libkf5configcore5  5.86.0-1
ii  libkf5configgui5   5.86.0-1
ii  libkf5configwidgets5   5.86.0-1
ii  libkf5coreaddons5  5.86.0-1
ii  libkf5crash5   5.86.0-1
ii  libkf5dbusaddons5  5.86.0-1
ii  libkf5globalaccel-bin  5.86.0-1
ii  libkf5globalaccel5 5.86.0-1
ii  libkf5i18n55.86.0-1
ii  libkf5iconthemes5  5.86.0-1
ii  libkf5kiocore5 5.86.0-1
ii  libkf5newstuff55.86.0-3
ii  libkf5newstuffcore55.86.0-3
ii  libkf5notifications5   5.86.0-1
ii  libkf5notifyconfig55.86.0-1
ii  libkf5parts5   5.86.0-1
ii  libkf5service-bin  5.86.0-1
ii  libkf5service5 5.86.0-1
ii  libkf5waylandclient5   4:5.86.0-1
ii  libkf5widgetsaddons5   5.86.0-1
ii  libkf5windowsystem55.86.0-1
ii  libkf5xmlgui5  5.86.0-1
ii  libqt5core5a   5.15.2+dfsg-12
ii  libqt5dbus55.15.2+dfsg-12
ii  libqt5gui5 5.15.2+dfsg-12
ii  libqt5widgets5 5.15.2+dfsg-12
ii  libqt5x11extras5   5.15.2-2
ii  libstdc++6 11.2.0-10
ii  libx11-6   2:1.7.2-2+b1

yakuake recommends no packages.

yakuake suggests no packages.

-- no debconf information


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#998203: yakuake's icon does not come in mate notification area

2021-10-31 Thread shirish शिरीष
Package: yakuake
Version: 21.08.0-1
Severity: normal

Dear Maintainer,
I am running yakuake on Debian-mate. But it seems that in the
notification area for some reason yakuake is not seen :( . Sharing a
screenshot of the notification area.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages yakuake depends on:
ii  kio5.86.0-1
ii  konsole-kpart  4:21.08.2-1
ii  libc6  2.32-4
ii  libkf5archive5 5.86.0-1
ii  libkf5configcore5  5.86.0-1
ii  libkf5configgui5   5.86.0-1
ii  libkf5configwidgets5   5.86.0-1
ii  libkf5coreaddons5  5.86.0-1
ii  libkf5crash5   5.86.0-1
ii  libkf5dbusaddons5  5.86.0-1
ii  libkf5globalaccel-bin  5.86.0-1
ii  libkf5globalaccel5 5.86.0-1
ii  libkf5i18n55.86.0-1
ii  libkf5iconthemes5  5.86.0-1
ii  libkf5kiocore5 5.86.0-1
ii  libkf5newstuff55.86.0-3
ii  libkf5newstuffcore55.86.0-3
ii  libkf5notifications5   5.86.0-1
ii  libkf5notifyconfig55.86.0-1
ii  libkf5parts5   5.86.0-1
ii  libkf5service-bin  5.86.0-1
ii  libkf5service5 5.86.0-1
ii  libkf5waylandclient5   4:5.86.0-1
ii  libkf5widgetsaddons5   5.86.0-1
ii  libkf5windowsystem55.86.0-1
ii  libkf5xmlgui5  5.86.0-1
ii  libqt5core5a   5.15.2+dfsg-12
ii  libqt5dbus55.15.2+dfsg-12
ii  libqt5gui5 5.15.2+dfsg-12
ii  libqt5widgets5 5.15.2+dfsg-12
ii  libqt5x11extras5   5.15.2-2
ii  libstdc++6 11.2.0-10
ii  libx11-6   2:1.7.2-2+b1

yakuake recommends no packages.

yakuake suggests no packages.

-- no debconf information


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C


Bug#998194: Guake 3.8.0 unable to use CTRL+T for new Tab

2021-10-31 Thread shirish शिरीष
Package: guake
Version: 3.8.0-1
Severity: normal

Dear Maintainer,

I upgraded to guake 3.8.0-1 today. After upgrading, I rebooted the
system as I wanted to have a fresh session. Unfortunately, in the new
session, guake is not responding well. Especially the shortcut, CTRL+T
seems to come up like this on the console -

^T

In the previous version, it worked well. Just to see if whether my
combo was broken or not. I used mate terminal. In it, CTRL+Shift+Tab
is the shortcut I have kept there, it perhaps might be the default.
Anyways, there it works. So it doesn't seem to be a hardware issue.

On looking through the .xsession-errors file, came across a bunch of these -

Loading Gnome schema from: /usr/share/glib-2.0/schemas
Schema from old guake version detected, regenerating schema
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 177, in
activate_name_owner
return self.get_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 361, in get_name_owner
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652,
in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name
'org.guake3.RemoteControl': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/guake/main.py", line 451, in main
remote_object = bus.get_object(DBUS_NAME, DBUS_PATH)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 241, in get_object
return self.ProxyObjectClass(self, bus_name, object_path,
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 182, in
activate_name_owner
self.start_service_by_name(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 277, in
start_service_by_name
return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652,
in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.ServiceUnknown: The name
org.guake3.RemoteControl was not provided by any .service files
Compiling schema: /usr/share/glib-2.0/schemas
gpgconf: warning: can not open list file
/home/shirish/.gnupg/dirmngr_ldapservers.conf: No such file or
directory
gpgconf: warning: can not open list file
/home/shirish/.gnupg/dirmngr_ldapservers.conf: No such file or
directory
Failed to create file
“/usr/share/glib-2.0/schemas/gschemas.compiled.X52WB1”: Permission
denied
Schema in non user-editable location, attempting to continue
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 177, in
activate_name_owner
return self.get_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 361, in get_name_owner
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652,
in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name
'org.guake3.RemoteControl': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/guake/main.py", line 451, in main
remote_object = bus.get_object(DBUS_NAME, DBUS_PATH)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 241, in get_object
return self.ProxyObjectClass(self, bus_name, object_path,
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 182, in
activate_name_owner
self.start_service_by_name(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 277, in
start_service_by_name
return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652,
in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.ServiceUnknown: The name
org.guake3.RemoteControl was not provided by any .service files

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/guake/guake_app.py", line 125,
in __init__
try_to_co

Bug#968738: seems kotlin is now in NEW

2021-09-05 Thread shirish शिरीष
Hi all,

According to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892842#67,
it seems Kotlin is now in NEW. So maybe we may get kotlin soon :)

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#993617: Unable to play any video streaming site using Firefox 91

2021-09-03 Thread shirish शिरीष
  libx11-xcb1  2:1.7.2-1
ii  libxcb-shm0  1.14-3
ii  libxcb1  1.14-3
ii  libxcomposite1   1:0.4.5-1
ii  libxdamage1  1:1.1.5-2
ii  libxext6 2:1.3.3-1.1
ii  libxfixes3   1:5.0.3-2
ii  libxrender1  1:0.9.10-1
ii  procps   2:3.3.17-5
ii  zlib1g   1:1.2.11.dfsg-2

Versions of packages firefox-esr recommends:
ii  libavcodec58  7:4.4-5

Versions of packages firefox-esr suggests:
ii  fonts-lmodern  2.004.5-6.1
ii  fonts-stix [otf-stix]  1.1.1-4.1
ii  libcanberra0   0.30-7+b1
ii  libgssapi-krb5-2   1.18.3-7
ii  pulseaudio 14.2-2

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#993548: Please update tree-styletab to 3.8.12 from upstream for firefox 91-esr

2021-09-02 Thread shirish शिरीष
Package: xul-ext-treestyletab
Version: 3.5.20-1
Severity: wishlist

Dear Maintainer,
We need the latest version of TST to work with Firefox 91. So if
possible, put it on the experimental archive so those of us who want
to see how it works can use the same and provide feedback, both here
as well as upstream. The upstream release can be found out at -

https://github.com/piroor/treestyletab

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages xul-ext-treestyletab depends on:
ii  webext-treestyletab  3.5.20-1

xul-ext-treestyletab recommends no packages.

xul-ext-treestyletab suggests no packages.

-- no debconf information





-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#740594: xdelta3: have an upstream changelog with xdelta3

2021-06-09 Thread shirish शिरीष
At bottom :-

On 18/05/2021, Romain Porte  wrote:
> Hi,
>
> On Mon, 3 Mar 2014 15:45:20 +0530
> =?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?=  wrote:
>
>> Package: xdelta3
>> Version: 3.0.8-dfsg-1
>> Severity: normal
>>
>> Dear Maintainer,
>> There is/was no upstream changelog with xdelta3. The only changelog is
>> the debian changelog which doesn't tell/share what changes were made
>> in a new release.
>
> This seems like an issue with upstream not providing a changelog. I
> think it would be quite time-consuming for the maintainer to maintain an
> upstream changelog themself. Anyway, since this package is not moving
> that much sinche 2017 or so, maybe we can close this bug (or mark as
> wontfix?).
>
> Bests,
>
> Romain.
>
> --
> To unsubscribe, send mail to 740594-unsubscr...@bugs.debian.org.
>

That is upto you, although don't think it should be that hard when you
have git log. Just having git log in a nice way would probably be more
than enough of a changelog but that is upto you. I believe it is
something like git log --pretty or some switch like that which perhaps
just needs to be outputted into changelog and gzipped.

If and when it does get updated, just get the new one on top of it
with the version number.

But again, I leave it in your expert ends as to what you think is
best. If you feel won't fix is the answer, go ahead no issues :(

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#976678: I actually hit it yesterday -

2021-01-02 Thread shirish शिरीष
Hi all,

I ran into the same bug/issue yesterday -

Setting up python3 (3.9.1-1) ...
running python rtupdate hooks for python3.9...
/usr/share/dstat/dstat_mysql_keys.py:41: SyntaxWarning: 'str' object
is not callable; perhaps you missed a comma?
  if op.debug > 1: print('%s: exception' (self.filename, e))
/usr/share/dstat/dstat_squid.py:48: SyntaxWarning: 'str' object is not
callable; perhaps you missed a comma?
  if op.debug > 1: print('%s: exception' (self.filename, e))
running python post-rtupdate hooks for python3.9...

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#977341: adequate reports broken symlink for node-core-js

2020-12-13 Thread shirish शिरीष
Package: node-core-js
Version: 3.8.1-1
Severity: normal

User : debian...@lists.debian.org
Usertags : broken-symlink adequate

Dear Maintainer,
While upgrading I was hit by a broken symlink of node-core-js. On
further investigation got the following, please fix it -

$ adequate node-core-js
node-core-js: broken-symlink /usr/share/nodejs/core-js-pure/scripts ->
../core-js/scripts

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

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

Versions of packages node-core-js depends on:
ii  node-browserslist  4.14.7+~cs9.12.69-1
ii  node-semver7.3.4-1
ii  nodejs 12.19.0~dfsg-1

node-core-js recommends no packages.

node-core-js suggests no packages.

-- no debconf information

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#970196: Getting the same at my end and also in archlinux

2020-09-25 Thread shirish शिरीष
Hi all,
Have got the same bug at my end. Also see similar report in archlinux as well -

https://bugs.archlinux.org/task/67978

1.
Sandbox: unsupported fd-relative fstatat(32, "", 0x7FFE49DBD7B0, 4096)
Sandbox: seccomp sandbox violation: pid 75078, tid 75078, syscall 262,
args 32 140293624582910 140730137565104 4096 4096 1.
Sandbox: unsupported fd-relative fstatat(38, "", 0x7FFE49DBABA0, 4096)
Sandbox: seccomp sandbox violation: pid 75078, tid 75078, syscall 262,
args 38 140293624582910 140730137553824 4096 4096 1.
Sandbox: unsupported fd-relative fstatat(38, "", 0x7FFE49DBABA0, 4096)
Sandbox: seccomp sandbox violation: pid 75078, tid 75078, syscall 262,
args 38 140293624582910 140730137553824 4096 4096 1.

As can be seen, the culprit seems to be the same syscall 262 which is
mentioned in the archlinux bug. Maybe something can be done about it ?

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#970196:

2020-09-25 Thread shirish शिरीष
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#959488: qbittorrent logo on the systemtray looks odd

2020-05-02 Thread shirish शिरीष
Package: qbittorrent
Version: 4.2.4-1
Severity: normal

Dear Maintainer,

The qbittorrent logo on the systray looks odd. It looks almost as if
it has been squeezed from both sides. I dunno if it's the logo which
has an issue or it's qt. This is on mate-desktop btw.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qbittorrent depends on:
ii  geoip-database  20191224-2
ii  libboost-system1.67.0   1.67.0-17+b1
ii  libc6   2.30-4
ii  libgcc-s1   10-20200418-1
ii  libqt5core5a5.12.5+dfsg-10
ii  libqt5dbus5 5.12.5+dfsg-10
ii  libqt5gui5  5.12.5+dfsg-10
ii  libqt5network5  5.12.5+dfsg-10
ii  libqt5widgets5  5.12.5+dfsg-10
ii  libqt5xml5  5.12.5+dfsg-10
ii  libssl1.1   1.1.1g-1
ii  libstdc++6  10-20200418-1
ii  libtorrent-rasterbar10  1.2.5-1+b1
ii  python3 3.8.2-3
ii  zlib1g  1:1.2.11.dfsg-2

qbittorrent recommends no packages.

Versions of packages qbittorrent suggests:
ii  qbittorrent-dbg  4.2.4-1

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C


Bug#959220: adequate informs about obsolete-conffile in torbrowser-launcher

2020-04-30 Thread shirish शिरीष
Package: torbrowser-launcher
Version: 0.3.2-10
Severity: normal
User: debian...@lists.debian.org
Usertags : obsolete-conffile adequate

Dear Maintainer,
Adequate informed me of two obsolete conffiles while upgrading
torbrowser-launcher. One of them from November 2016. Please let me
know if any more info. is needed and fix it :)

$ adequate torbrowser-launcher
torbrowser-launcher: obsolete-conffile /etc/apparmor.d/local/torbrowser.Tor.tor
torbrowser-launcher: obsolete-conffile
/etc/apparmor.d/local/torbrowser.Browser.firefox

The second one is from November 2016.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages torbrowser-launcher depends on:
ii  ca-certificates   20190110
ii  libdbus-glib-1-2  0.110-5
ii  python3   3.8.2-3
ii  python3-gpg   1.13.1-6
ii  python3-pyqt5 5.14.2+dfsg-1+b1
ii  python3-requests  2.23.0+dfsg-2
ii  python3-socks 1.6.8+dfsg-1

Versions of packages torbrowser-launcher recommends:
ii  tor  0.4.2.7-1

Versions of packages torbrowser-launcher suggests:
ii  apparmor  2.13.4-1+b1

-- Configuration Files:
/etc/apparmor.d/local/torbrowser.Browser.firefox changed:
owner /{dev,run}/shm/org.mozilla.* rw,


-- no debconf information


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#959194: ../../../gobject/gsignal.c:3599: signal name 'selection_changed' is invalid for instance '0x7f024b2fbad0' of type 'MaiAtkType13b'

2020-04-30 Thread shirish शिरीष
Package: firefox-esr
Version: 68.7.0esr-1
Severity: normal

Dear all,

I always get the above in a firefox session.

-- Package-specific info:


-- Addons package information

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firefox-esr depends on:
ii  debianutils   4.9.1
ii  fontconfig2.13.1-4
ii  libasound21.2.2-2.1
ii  libatk1.0-0   2.36.0-2
ii  libc6 2.30-4
ii  libcairo-gobject2 1.16.0-4
ii  libcairo2 1.16.0-4
ii  libdbus-1-3   1.12.16-2
ii  libdbus-glib-1-2  0.110-5
ii  libevent-2.1-72.1.11-stable-1
ii  libffi7   3.3-4
ii  libfontconfig12.13.1-4
ii  libfreetype6  2.10.1-2
ii  libgcc-s1 10-20200418-1
ii  libgdk-pixbuf2.0-02.40.0+dfsg-4
ii  libglib2.0-0  2.64.2-1
ii  libgtk-3-03.24.18-1
ii  libjsoncpp1   1.7.4-3.1
ii  libnspr4  2:4.25-1
ii  libnss3   2:3.49.1-1
ii  libpango-1.0-01.44.7-4
ii  libsqlite3-0  3.31.1-5
ii  libstartup-notification0  0.12-6
ii  libstdc++610-20200418-1
ii  libx11-6  2:1.6.9-2
ii  libx11-xcb1   2:1.6.9-2
ii  libxcb-shm0   1.14-2
ii  libxcb1   1.14-2
ii  libxcomposite11:0.4.5-1
ii  libxdamage1   1:1.1.5-2
ii  libxext6  2:1.3.3-1+b2
ii  libxfixes31:5.0.3-2
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1+b3
ii  procps2:3.3.16-4
ii  zlib1g1:1.2.11.dfsg-2

Versions of packages firefox-esr recommends:
ii  libavcodec58  7:4.2.2-1+b1

Versions of packages firefox-esr suggests:
ii  fonts-lmodern  2.004.5-6
ii  fonts-stix [otf-stix]  1.1.1-4
ii  libcanberra0   0.30-7
ii  libgssapi-krb5-2   1.17-7
ii  libgtk2.0-02.24.32-4
ii  pulseaudio 13.0-5

-- no debconf information
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#958949: firefox-esr gives me warnings about sandbox violations, no idea what to make of it

2020-04-26 Thread shirish शिरीष
Package: firefox-esr
Version: 68.7.0esr-1
Severity: normal

Dear Maintainer,
I get warnings such as these -

Sandbox: seccomp sandbox violation: pid 1699426, tid 1699426, syscall
315, args 1699426 140347346664256 56 0 17 140347346664256.

Now the only thing which comes on mozillawiki is this link [1] which
appears not to have written to the casual user. Shouldn't any
violation in userspace should be a matter of security team as well. I
would like to hear your thoughts on the matter before involving the
security team hence reporting it in the archive first. FWIW, I get the
warnings both in regular firefox session as well as in --safe-mode.
[2]

1. https://wiki.mozilla.org/Security/Sandbox/Seccomp
2. $ firefox --safe-mode

-- Package-specific info:


-- Addons package information

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firefox-esr depends on:
ii  debianutils   4.9.1
ii  fontconfig2.13.1-4
ii  libasound21.2.2-2.1
ii  libatk1.0-0   2.36.0-2
ii  libc6 2.30-4
ii  libcairo-gobject2 1.16.0-4
ii  libcairo2 1.16.0-4
ii  libdbus-1-3   1.12.16-2
ii  libdbus-glib-1-2  0.110-5
ii  libevent-2.1-72.1.11-stable-1
ii  libffi7   3.3-4
ii  libfontconfig12.13.1-4
ii  libfreetype6  2.10.1-2
ii  libgcc-s1 10-20200418-1
ii  libgdk-pixbuf2.0-02.40.0+dfsg-4
ii  libglib2.0-0  2.64.2-1
ii  libgtk-3-03.24.18-1
ii  libjsoncpp1   1.7.4-3.1
ii  libnspr4  2:4.25-1
ii  libnss3   2:3.49.1-1
ii  libpango-1.0-01.44.7-4
ii  libsqlite3-0  3.31.1-5
ii  libstartup-notification0  0.12-6
ii  libstdc++610-20200418-1
ii  libx11-6  2:1.6.9-2
ii  libx11-xcb1   2:1.6.9-2
ii  libxcb-shm0   1.14-2
ii  libxcb1   1.14-2
ii  libxcomposite11:0.4.5-1
ii  libxdamage1   1:1.1.5-2
ii  libxext6  2:1.3.3-1+b2
ii  libxfixes31:5.0.3-2
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1+b3
ii  procps2:3.3.16-4
ii  zlib1g1:1.2.11.dfsg-2

Versions of packages firefox-esr recommends:
ii  libavcodec58  7:4.2.2-1+b1

Versions of packages firefox-esr suggests:
ii  fonts-lmodern  2.004.5-6
ii  fonts-stix [otf-stix]  1.1.1-4
ii  libcanberra0   0.30-7
ii  libgssapi-krb5-2   1.17-7
ii  libgtk2.0-02.24.32-4
ii  pulseaudio 13.0-5

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#958466: Get a java.lang.NullPointerException when starting the app.

2020-04-22 Thread shirish शिरीष
Package: biglybt
Version: 2.3.0.0-1
Severity: normal

Dear Maintainer,
Got the following java.lang.Nullpointerexception even though the
window is displayed -

DEBUG::Wed Apr 22 17:43:57 IST
2020::com.biglybt.core.util.DebugLight::printStackTrace::35:
  java.lang.NullPointerException
at 
com.biglybt.update.CoreUpdateChecker.doUsageStats(CoreUpdateChecker.java:89)
at 
com.biglybt.ui.swt.update.UpdateMonitor$5.runSupport(UpdateMonitor.java:466)
at com.biglybt.core.util.AERunnable.run(AERunnable.java:36)
at com.biglybt.core.util.DelayedEvent$1.perform(DelayedEvent.java:48)
at com.biglybt.core.util.TimerEvent.runSupport(TimerEvent.java:133)
at com.biglybt.core.util.AERunnable.run(AERunnable.java:36)
at com.biglybt.core.util.ThreadPool.runIt(ThreadPool.java:328)
at 
com.biglybt.core.util.ThreadPool$threadPoolWorker.run(ThreadPool.java:723)
at com.biglybt.core.util.AEThread2$threadWrapper.run(AEThread2.java:317)


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages biglybt depends on:
ii  libbcprov-java   1.61-1
ii  libcommons-cli-java  1.4-1
ii  libswt-cairo-gtk-4-jni   4.13.0-1
ii  libswt-gtk-4-java4.13.0-1
ii  libswt-webkit-gtk-4-jni  4.13.0-1

biglybt recommends no packages.

biglybt suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#958464: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava12

2020-04-22 Thread shirish शिरीष
Package: biglybt
Version: 2.3.0.0-1
Severity: normal

Dear Maintainer,
Got the following while launching biglybt -

$ biglybt
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
com.biglybt.core.util.spi.AENameServiceJava12
(file:/usr/share/java/biglybt-core.jar) to field
java.net.InetAddress.nameService
WARNING: Please consider reporting this to the maintainers of
com.biglybt.core.util.spi.AENameServiceJava12
WARNING: Use --illegal-access=warn to enable warnings of further
illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Perhaps this has already been shared upstream, still sharing it.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages biglybt depends on:
ii  libbcprov-java   1.61-1
ii  libcommons-cli-java  1.4-1
ii  libswt-cairo-gtk-4-jni   4.13.0-1
ii  libswt-gtk-4-java4.13.0-1
ii  libswt-webkit-gtk-4-jni  4.13.0-1

biglybt recommends no packages.

biglybt suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#952913: even I experienced the same issue, both in JRE 13 and 14

2020-04-22 Thread shirish शिरीष
Dear Emmanuel,

I found the same issue with it, also couple of other issues for which
I will bug reports separately.  I found it both on openjdk13 as well
as openjdk-14 ea on Debian testing.  Hope this satisfies you.

Here are the things you asked for -

Subject: asdf
Package: biglybt
Version: 2.3.0.0-1
Severity: normal

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages biglybt depends on:
ii  libbcprov-java   1.61-1
ii  libcommons-cli-java  1.4-1
ii  libswt-cairo-gtk-4-jni   4.13.0-1
ii  libswt-gtk-4-java4.13.0-1
ii  libswt-webkit-gtk-4-jni  4.13.0-1

biglybt recommends no packages.

biglybt suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#958155: please package the new version of Guake 3.7.0 and fix the debian/watchfile

2020-04-18 Thread shirish शिरीष
Package: guake
Version: 3.6.3-2
Severity: wishlist

Dear Maintainer,

Upstream has released guake 3.7.0. See
https://github.com/Guake/guake/releases/tag/3.7.0

While it has few fixes and things, dunno if its requirements for VTE
and GTK has also changed or not, probably for the better. I wasn't
able to find anything on upstream as readthedocs on guake is stale

https://guake.readthedocs.io/en/latest/user/installing.html#install-from-source

Currently what we use is -

Guake not running, starting it
Guake Terminal 3.6.3
VTE 0.60.1
Gtk 3.24.18

This is from my .xsession-errors file, hence I know it's correct.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages guake depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.36.0-1
ii  gir1.2-glib-2.0  1.64.1-1
ii  gir1.2-gtk-3.0   3.24.18-1
ii  gir1.2-keybinder-3.0 0.3.2-1+b1
ii  gir1.2-notify-0.70.7.9-1
ii  gir1.2-pango-1.0 1.44.7-3
ii  gir1.2-vte-2.91  0.60.1-1
ii  gir1.2-wnck-3.0  3.36.0-1
ii  libglib2.0-bin   2.64.1-1
ii  libutempter0 1.1.6-5
ii  python3  3.8.2-3
ii  python3-cairo1.16.2-2+b1
ii  python3-dbus 1.2.16-1
ii  python3-gi   3.36.0-1+b1
ii  python3-pbr  5.4.3-2

guake recommends no packages.

Versions of packages guake suggests:
pn  numix-gtk-theme  

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#958154: some .desktop files not appearing in mate-panel launcher, .xsession-errors complaints, don't know why

2020-04-18 Thread shirish शिरीष
Package: mate-panel
Version: 1.24.0-2
Severity: normal

Dear Maintainer,

I see the following in my .xsession-errors file -

Unable to open desktop file /usr/share/applications/leafpad.desktop
for panel launcher: No such file or directory
Unable to open desktop file /home/shirish/Desktop/featherpad.desktop
for panel launcher: No such file or directory

I suspect it is from -

~/.config/mate/panel2.d/default/launchers$ ls
sol-1.desktop

but as can be seen only solitaire has a desktop file therein. Why the
others don't have when I have a bunch of shortcuts on the panel, I
have no idea.

Also the solitare desktop entry looks old -

~/.config/mate/panel2.d/default/launchers$ ls -lh sol-1.desktop
-rwxr-xr-x 1 shirish shirish 13K Mar 17  2018 sol-1.desktop

Another thing,

leafpad is no longer in the system and has been removed from Debian
archives as it hadn't aged well.

https://tracker.debian.org/pkg/leafpad

so why the reference is still there ?

featherpad is still very much there as can be seen in my other mail
just sent few minutes back.

So seems something is not right, can you help out in figuring what is wrong ?

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-panel depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.36.0-1
ii  libatk1.0-0  2.36.0-2
ii  libc62.30-4
ii  libcairo21.16.0-4
ii  libgdk-pixbuf2.0-0   2.40.0+dfsg-4
ii  libglib2.0-0 2.64.1-1
ii  libgtk-3-0   3.24.18-1
ii  libgtk-layer-shell0  0.1.0-3
ii  libice6  2:1.0.9-2
ii  libmate-desktop-2-17 1.24.0-2
ii  libmate-menu21.24.0-1
ii  libmate-panel-applet-4-1 1.24.0-2
ii  libmateweather1  1.24.0-1
ii  libpango-1.0-0   1.44.7-3
ii  librda0  0.0.5-1
ii  librsvg2-2   2.48.2-1
ii  libsm6   2:1.2.3-1
ii  libwnck-3-0  3.36.0-1
ii  libx11-6 2:1.6.9-2
ii  libxrandr2   2:1.5.1-1
ii  mate-desktop 1.24.0-2
ii  mate-menus   1.24.0-1
ii  mate-panel-common1.24.0-2
ii  mate-polkit  1.24.0-2
ii  menu-xdg 0.6

mate-panel recommends no packages.

mate-panel suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#958153: ** (mate-screensaver:6895): CRITICAL **: 08:38:23.438: matemenu_tree_get_root_directory: assertion 'tree->loaded' failed

2020-04-18 Thread shirish शिरीष
Package: mate-screensaver
Version: 1.24.0-1
Severity: normal

Dear Maintainer,
Got the following in my .xsession-errors file. I have seen similar
messages cropping up other days as well. No idea what it means, but
thought you should know about it. The CRITICAL bit worries me.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-screensaver depends on:
ii  dbus-x11 1.12.16-2
ii  libc62.30-4
ii  libcairo21.16.0-4
ii  libdbus-1-3  1.12.16-2
ii  libdbus-glib-1-2 0.110-5
ii  libgdk-pixbuf2.0-0   2.40.0+dfsg-4
ii  libgl1   1.3.1-1
ii  libglib2.0-0 2.64.1-1
ii  libgtk-3-0   3.24.18-1
ii  libmate-desktop-2-17 1.24.0-2
ii  libmate-menu21.24.0-1
ii  libmatekbd4  1.24.0-1
ii  libnotify4   0.7.9-1
ii  libpam0g 1.3.1-5
ii  libpango-1.0-0   1.44.7-3
ii  librda0  0.0.5-1
ii  libsystemd0  245.4-3
ii  libx11-6 2:1.6.9-2
ii  libxext6 2:1.3.3-1+b2
ii  libxklavier165.4-4
ii  libxss1  1:1.2.3-1
ii  libxxf86vm1  1:1.1.4-1+b2
ii  mate-desktop-common  1.24.0-2
ii  mate-screensaver-common  1.24.0-1
ii  mate-session-manager 1.24.0-2

Versions of packages mate-screensaver recommends:
ii  mate-power-manager  1.24.0-2

Versions of packages mate-screensaver suggests:
pn  rss-glx
ii  xscreensaver-data  5.42+dfsg1-1

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956942: in my .xsession-errors file -

2020-04-18 Thread shirish शिरीष
Hi Intigeri! ,

Some more minor things which appear in my .xsession-errors as well -

Cannot reach the daemon's D-Bus service. Let' wait 1 seconds before
retrying. at /usr/share/perl5/App/Parcimonie/Applet.pm line 206.
Cannot reach the daemon's D-Bus service. Let' wait 4 seconds before
retrying. at /usr/share/perl5/App/Parcimonie/Applet.pm line 206.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#934880: this needs to be fixed as it also starts showing up in .xsession-errors

2020-04-18 Thread shirish शिरीष
Dear Maintainer,

This is still unresolved and continues to haunt us even this day -

Sharing the credentials of the package via reportbug

Package: mate-media
Version: 1.24.0-1
Severity: normal

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-media depends on:
ii  libc6 2.30-4
ii  libcairo2 1.16.0-4
ii  libcanberra-gtk3-00.30-7
ii  libcanberra0  0.30-7
ii  libgdk-pixbuf2.0-02.40.0+dfsg-4
ii  libglib2.0-0  2.64.1-1
ii  libgtk-3-03.24.18-1
ii  libmate-desktop-2-17  1.24.0-2
ii  libmate-panel-applet-4-1  1.24.0-2
ii  libmatemixer0 1.24.0-1
ii  libpango-1.0-01.44.7-3
ii  libxml2   2.9.10+dfsg-4
ii  mate-desktop-common   1.24.0-2
ii  mate-media-common 1.24.0-1

Versions of packages mate-media recommends:
ii  alsa-utils   1.2.2-1
ii  sound-theme-freedesktop  0.8-2

mate-media suggests no packages.

-- no debconf information

Now it continues to haunt us by sharing the info. on  .xsession-errors -

x-session-manager[4417]: WARNING: Could not launch application
'mate-volume-control-status-icon.desktop': Unable to start
application: Failed to execute child process
“mate-volume-control-status-icon” (No such file or directory)

Please fix this as and when possible.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#958148: unsetenv() is not thread-safe and should not be used after threads are created

2020-04-18 Thread shirish शिरीष
Package: marco
Version: 1.24.0-1
Severity: normal

Dear Maintainer,
I was looking at my .xsession-erros when came across the following lines -

Window manager warning: Log level 128: unsetenv() is not thread-safe
and should not be used after threads are created

It took me just a minute to know via neofetch that my WM is marco

DE: MATE
WM: Metacity (Marco)

Sharing the lines relevant from neofetch.

Can you please see what the issue is and please fix this. Please ask
me if you need any more info.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages marco depends on:
ii  libc62.30-4
ii  libcairo21.16.0-4
ii  libgdk-pixbuf2.0-0   2.40.0+dfsg-4
ii  libglib2.0-0 2.64.1-1
ii  libgtk-3-0   3.24.18-1
ii  libmarco-private21.24.0-1
ii  libpango-1.0-0   1.44.7-3
ii  libx11-6 2:1.6.9-2
ii  marco-common 1.24.0-1
ii  mate-desktop-common  1.24.0-2
ii  zenity   3.32.0-5

marco recommends no packages.

marco suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956942: [Pkg-privacy-maintainers] Bug#956942: parcimonie reports a Gdk-Critical bit in my .xsession-errors file

2020-04-17 Thread shirish शिरीष
Reply in-line :-

On 17/04/2020, intrigeri  wrote:
> Control: severity -1 minor
> Control: tag -1 + upstream
>
> Hi shirish!
>

 Hi integri!

> shirish शिरीष (2020-04-17):
>> Got the following in my .xsession-errors -
>>
>> (parcimonie-applet:9438): Gdk-CRITICAL **: 07:46:21.767:
>> gdk_window_thaw_toplevel_updates: assertion
>> 'window->update_and_descendants_freeze_count > 0' failed
>
> Thanks for your input.
>
> I'm decreasing severity because:
>
>  - I suppose this has no impact on functionality/usability of
>parcimonie-applet. Please correct me if that's wrong.
>
>  - parcimonie-applet is deprecated and unsupported upstream.
>I'm on the verge of removing it entirely.
>See parcimonie-applet(1p) for details and ideas for the future.
>
> Cheers!

I think you forgot to add the part that it's part of parcimonie . Btw
in my mate-desktop, the applet doesn't seem to run -

$ parcimonie-applet
*** unhandled exception in callback:
***   Gtk3::StatusIcon::position_menu: passed too few parameters
(expected 4, got 2) at /usr/share/perl5/App/Parcimonie/Applet.pm line
162.
***  ignoring at /usr/share/perl5/Gtk3.pm line 572.

I am not sure what I am supposed to do here and what sort of
window/applet it should show when you are trying to launch it.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956942: parcimonie reports a Gdk-Critical bit in my .xsession-errors file

2020-04-16 Thread shirish शिरीष
Package: parcimonie
Version: 0.11.0-2
Severity: normal

Dear Maintainer,

Got the following in my .xsession-errors -

(parcimonie-applet:9438): Gdk-CRITICAL **: 07:46:21.767:
gdk_window_thaw_toplevel_updates: assertion
'window->update_and_descendants_freeze_count > 0' failed

Please fix the same.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages parcimonie depends on:
ii  dirmngr 2.2.20-1
ii  gnupg   2.2.20-1
ii  libclone-perl   0.43-2
ii  libconfig-general-perl  2.63-1
ii  libfile-homedir-perl1.004-1
ii  libfile-which-perl  1.23-1
ii  libgnupg-interface-perl 0.52-11
ii  libipc-system-simple-perl   1.30-1
ii  liblist-moreutils-perl  0.416-1+b5
ii  libmoo-perl 2.004000-1
ii  libmoox-late-perl   0.016-1
ii  libmoox-options-perl4.103-3
ii  libmoox-strictconstructor-perl  0.011-1
ii  libnamespace-clean-perl 0.27-1
ii  libpath-tiny-perl   0.108-1
ii  libtime-duration-parse-perl 0.15-1
ii  libtry-tiny-perl0.30-1
ii  libtype-tiny-perl   1.010001-1
ii  libtypes-path-tiny-perl 0.006-1
ii  perl5.30.0-9

Versions of packages parcimonie recommends:
ii  libglib-perl3:1.329.2-1
ii  libgtk3-perl0.037-1
ii  liblocale-gettext-perl  1.07-4
ii  libnet-dbus-glib-perl   0.33.0-3+b2
ii  libnet-dbus-perl1.2.0-1
ii  libpango-perl   1.227-3+b2
ii  libtime-duration-perl   1.21-1
ii  tor 0.4.2.7-1

parcimonie suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956941: .xsession-errors log show caja emitting a gtk-warning as failed to register client

2020-04-16 Thread shirish शिरीष
Package: caja
Version: 1.24.0-1
Severity: normal

Dear Maintainer,

Got the following, was browsing my .xsession-errors file. This is a
new session, so unless mate is running some old configuration
somewhere, which I would investigate if that is the matter, although
you would have to help me.

I did come across this in .xsession-errors file -

(caja:9423): Gtk-WARNING **: 07:45:37.360: Failed to register client:
GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to
register client

Please let me know if any more info. is needed.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages caja depends on:
ii  caja-common   1.24.0-1
ii  desktop-file-utils0.24-1
ii  gvfs  1.44.1-1
ii  libatk1.0-0   2.36.0-2
ii  libc6 2.30-4
ii  libcairo-gobject2 1.16.0-4
ii  libcairo2 1.16.0-4
ii  libcaja-extension11.24.0-1
ii  libexempi82.5.1-1
ii  libexif12 0.6.21-6
ii  libgail-3-0   3.24.18-1
ii  libgdk-pixbuf2.0-02.40.0+dfsg-4
ii  libglib2.0-0  2.64.1-1
ii  libglib2.0-bin2.64.1-1
ii  libglib2.0-data   2.64.1-1
ii  libgtk-3-03.24.18-1
ii  libice6   2:1.0.9-2
ii  libmate-desktop-2-17  1.24.0-2
ii  libnotify40.7.9-1
ii  libpango-1.0-01.44.7-3
ii  libpangocairo-1.0-0   1.44.7-3
ii  libselinux1   3.0-1+b1
ii  libsm62:1.2.3-1
ii  libx11-6  2:1.6.9-2
ii  libxml2   2.9.10+dfsg-4
ii  mate-desktop  1.24.0-2
ii  shared-mime-info  1.15-1

Versions of packages caja recommends:
ii  gvfs-backends  1.44.1-1

Versions of packages caja suggests:
ii  engrampa1.24.0-2
ii  gstreamer1.0-tools  1.16.2-2
ii  meld3.20.2-1

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#952806: FWIW, cbindgen 0.14.1-1 is already in sid/unstable and perhaps will migrate to testing if tomorrow or day after rust-libc migrates

2020-04-14 Thread shirish शिरीष
Hi there,

See [1] and [2]

1. https://tracker.debian.org/pkg/rust-libc

2. https://tracker.debian.org/pkg/rust-cbindgen

You can thank Andrej Shadura and Peter Michael Green, while the credit
for the second goes to Sylvestre Ledru.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956521: Got a SyntaxWarning while upgrading python3-fitsio

2020-04-12 Thread shirish शिरीष
Package: python3-fitsio
Version: 1.1.1+dfsg-1+b1
Severity: minor

Dear Maintainer,
Got a SyntaxWarning while upgrading python3-fitsio today, please fix it.

Setting up python3-fitsio (1.1.1+dfsg-1+b1) ...
/usr/lib/python3/dist-packages/fitsio/hdu/table.py:234: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  if data.shape is ():

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-fitsio depends on:
ii  libc6   2.30-4
ii  libcfitsio8 3.470-4
ii  python3 3.8.2-2
ii  python3-numpy [python3-numpy-abi9]  1:1.17.4-5

python3-fitsio recommends no packages.

python3-fitsio suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956519: SyntaxWarning about python3-pycryptodome while upgrading the package

2020-04-12 Thread shirish शिरीष
Package: python3-pycryptodome
Version: 3.6.1-3+b1
Severity: minor

Dear Maintainer,
Got the following statement/error while upgrading python3-cryptodome
today in testing -

Setting up python3-pycryptodome (3.6.1-3+b1) ...
/usr/lib/python3/dist-packages/Cryptodome/SelfTest/Random/test_random.py:103:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if sys.version_info[0] is 3:

  Please fix the same as shared by python3.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-pycryptodome depends on:
ii  libc62.30-4
ii  python3  3.8.2-2

python3-pycryptodome recommends no packages.

python3-pycryptodome suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956392: python3-numba gives SyntaxWarning while upgrading

2020-04-10 Thread shirish शिरीष
Package: python3-numba
Version: 0.48.0-1+b1
Severity: normal

Dear Maintainer,

See the following -

Setting up python3-numba (0.48.0-1+b1) ...
/usr/lib/python3/dist-packages/numba/tests/test_listimpl.py:110:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif i is -1:

Please fix the above issue.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-numba depends on:
ii  libc6   2.30-4
ii  libgcc-s1   10-20200324-1
ii  libgomp110-20200324-1
ii  libstdc++6  10-20200324-1
ii  libtbb2 2020.1-2
ii  python3 3.8.2-2
ii  python3-llvmlite0.31.0-1+b1
ii  python3-numpy [python3-numpy-abi9]  1:1.17.4-5
ii  python3-pkg-resources   44.0.0-1

Versions of packages python3-numba recommends:
ii  numba-doc  0.48.0-1

Versions of packages python3-numba suggests:
pn  nvidia-cuda-toolkit  

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956236: SyntaxWarnings with updated python3-imexam

2020-04-08 Thread shirish शिरीष
Package: python3-imexam
Version: 0.8.1-2+b1
Severity: normal


Dear Maintainer,
Got a few SyntaxWarnings while updating python3-imexam. Please fix
them whenever possible -

Setting up python3-gammapy (0.16-1+b1) ...
/usr/lib/python3/dist-packages/gammapy/cube/fov.py:52: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  if self.method is "fit":
Setting up python3-imexam (0.8.1-2+b1) ...
/usr/lib/python3/dist-packages/imexam/imexamine.py:715: SyntaxWarning:
"is not" with a literal. Did you mean "!="?
  if fitform.name is not "Polynomial1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:743: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  if fitform.name is "Gaussian1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:747: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "Moffat1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:750: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "MexicanHat1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:753: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "Polynomial1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:757: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "AiryDisk2D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:767: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  if fitform.name is "AiryDisk2D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:798: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  if fitform.name is "Gaussian1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:808: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "Moffat1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:816: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "MexicanHat1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:822: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "Polynomial1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:827: SyntaxWarning:
"is" with a literal. Did you mean "=="?
  elif fitform.name is "AiryDisk2D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:1087:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if fitform.name is "Gaussian1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:1103:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif fitform.name is "Moffat1D":
/usr/lib/python3/dist-packages/imexam/imexamine.py:1118:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif fitform.name is "MexicanHat1D":

  Please fix the above if possible.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-imexam depends on:
ii  libc6   2.30-4
ii  libxpa1 2.1.19-1
ii  python3 3.8.2-2
ii  python3-astropy 4.0-4
ii  python3-matplotlib  3.1.2-2

Versions of packages python3-imexam recommends:
ii  ipython3   7.13.0-1
ii  python3-ginga  3.0.0-1
ii  python3-scipy  1.3.3-3
ii  saods9 8.1+repack-1
ii  xpa-tools  2.1.19-1

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

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#956021: Syntax warnings while upgrading python3-pandas

2020-04-06 Thread shirish शिरीष
Package: python3-pandas
Version: 0.25.3+dfsg-9
Severity: normal

Dear Maintainer,
I got the following Syntax Warnings while upgrading python3-pandas.
Please fix them -

Setting up python3-pandas (0.25.3+dfsg-9) ...
/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py:241:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  False if (keys[0] is "A" and keys[1] is "A") else drop  # noqa: F632
/usr/lib/python3/dist-packages/pandas/tests/frame/test_alter_axes.py:241:
SyntaxWarning: "is" with a literal. Did you mean "=="?
 False if (keys[0] is "A" and keys[1] is "A") else drop  # noqa: F632

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-pandas depends on:
ii  python33.8.2-2
ii  python3-dateutil   2.7.3-3
ii  python3-numpy  1:1.17.4-5
ii  python3-pandas-lib 0.25.3+dfsg-9
ii  python3-pkg-resources  44.0.0-1
ii  python3-six1.14.0-2
ii  python3-tz 2019.3-1

Versions of packages python3-pandas recommends:
ii  python3-bs4 4.8.2-1
ii  python3-html5lib1.0.1-2
ii  python3-lxml4.5.0-1
ii  python3-matplotlib  3.1.2-2
ii  python3-numexpr 2.7.1-1
ii  python3-openpyxl3.0.3-1
ii  python3-scipy   1.3.3-3
ii  python3-tables  3.6.1-2
ii  python3-xlrd1.1.0-5
ii  python3-xlwt1.3.0-3

Versions of packages python3-pandas suggests:
pn  python-pandas-doc
pn  python3-statsmodels  

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#919202: the issue is still pending

2020-04-05 Thread shirish शिरीष
Dear Maintainer,

Even with epiphany-browser update the issue is still update -

epiphany-browser-data: broken-symlink
/usr/share/epiphany-browser/mime-types-permissions.xml ->
/etc/gnome/epiphany/mime-types-permissions.xml

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#932747: apt-get: AppStream system cache updated, failing on APT::Update::Post-Invoke-Success

2020-04-02 Thread shirish शिरीष
at bottom :-

On 02/04/2020, Matthias Klumpp  wrote:


>
> In the case of newer Debian releases, the issue is actually a regression
> in GNOME Software, which is fixed now, once again.
>
> Cheers,
>  Matthias
>
Dear Matthias,
I do have gnome-software 3.36.0-1 as well as gnome-software-common
both the same version. Using $ sudo appstreamcli refresh --force
--verbose I am getting things such as -

** (appstreamcli:2002138): DEBUG: 02:51:00.351: Metadata ignored:
Detected colliding IDs: system/os/package/fontmatrix.desktop was
already added with the same priority.

These I guess I can understand but -

** (appstreamcli:2002138): DEBUG: 02:51:00.463: WARNING: Ignored
component 'org.videolan.VLC': The component is invalid.
** (appstreamcli:2002138): DEBUG: 02:51:00.755: WARNING: Ignored
component 'com.calibre_ebook.calibre': The component is invalid.
** (appstreamcli:2002138): DEBUG: 02:51:00.782: WARNING: Ignored
component 'org.gnome.Podcasts': The component is invalid.
** (appstreamcli:2002138): DEBUG: 02:51:00.918: WARNING: Ignored
component 'org.kde.kdenlive': The component is invalid.
** (appstreamcli:2002138): DEBUG: 02:51:00.951: WARNING: Ignored
component 'inkscape.desktop': The component is invalid.

There are many such components which it says are invalid. Why they are
invalid, it doesn't say. I have just shared a few, there are many like
that.

Looking forward to guidance.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#955525: Multiple Syntax warnings while upgrading python3-astroquery

2020-04-01 Thread shirish शिरीष
Package: python3-astroquery
Version: 0.4+dfsg-2
Severity: normal

Dear Maintainer,
Came across several syntaxwarnings, please fix them so it works well
with python3.

Setting up python3-astroquery (0.4+dfsg-2) ...
/usr/lib/python3/dist-packages/astroquery/jplhorizons/core.py:1087:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if (self.query_type is 'ephemerides' and
/usr/lib/python3/dist-packages/astroquery/jplhorizons/core.py:1094:
SyntaxWarning: "is" with a literal. Did you mean "=="?
elif (self.query_type is 'elements' and
/usr/lib/python3/dist-packages/astroquery/jplhorizons/core.py:1099:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif (self.query_type is 'vectors' and
/usr/lib/python3/dist-packages/astroquery/jplhorizons/core.py:1231:
SyntaxWarning: "is" with a literal. Did you mean "=="?
 if self.query_type is 'ephemerides' and 'a-mass' in data.colnames:
/usr/lib/python3/dist-packages/astroquery/jplhorizons/core.py:1235:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.query_type is 'ephemerides':
/usr/lib/python3/dist-packages/astroquery/jplhorizons/core.py:1237:
SyntaxWarning: "is" with a literal. Did you mean "=="?
 elif self.query_type is 'elements':
/usr/lib/python3/dist-packages/astroquery/jplhorizons/core.py:1239:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif self.query_type is 'vectors':
/usr/lib/python3/dist-packages/astroquery/jplhorizons/tests/test_jplhorizons.py:201:
SyntaxWarning: 'tuple' object is not callable; perhaps you missed a
comma?

Hopefully this can be fixed or perhaps already fixed upstream.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-astroquery depends on:
ii  python3   3.8.2-2
ii  python3-astropy   4.0-4
ii  python3-bs4   4.8.2-1
ii  python3-html5lib  1.0.1-2
ii  python3-keyring   18.0.1-2
ii  python3-requests  2.22.0-2
ii  python3-six   1.14.0-2
ii  python3-tk3.8.2-2

python3-astroquery recommends no packages.

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

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#954420: confirming the same at my end

2020-03-28 Thread shirish शिरीष
Dear Maintainer,

Getting the same message at my end as well -

/usr/bin/debdelta-upgrade:5386: DeprecationWarning: isAlive() is
deprecated, use is_alive() instead
  while patching_thread.isAlive() or ('a' in DEB_POLICY and no_delta):

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#955182: The homepage given is not available nor accessible anymore.

2020-03-27 Thread shirish शिरीष
Package: python3-l20n
Version: 4.0.0~a1-5
Severity: normal

Dear Maintainer,
The homepage given when you use aptitude show python3-l20n doesn't
exist and isn't accessible anymore. I tried the following -

$ curl http://l20n.org/
curl: (6) Could not resolve host: l20n.org

$ curl https://l20n.org/
curl: (6) Could not resolve host: l20n.org

As can be seen the l20n.org is no longer there. Please fix and share
the correct hyperlink.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-l20n depends on:
ii  python3  3.8.2-2
ii  python3-six  1.14.0-2

python3-l20n recommends no packages.

python3-l20n suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#955181: Subject: adequate reports broken symlink for libjs-sprintf-js

2020-03-27 Thread shirish शिरीष
Package: libjs-sprintf-js
Version: 1.1.2+ds1-1
Severity: normal

User : debian...@lists.debian.org
Usertags : broken-symlink adequate

Dear Maintainer,
I was installing some binaries when I came across the following -

libjs-sprintf-js: broken-symlink
/usr/share/doc/libjs-sprintf-js/examples/angular.min.js ->
../../../javascript/angular.js/angular.min.js

$ cd /usr/share/doc/javascript
bash: cd: /usr/share/doc/javascript: No such file or directory

I did try a few combinations but none of the combinations worked.
Please fix the same.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

libjs-sprintf-js depends on no packages.

Versions of packages libjs-sprintf-js recommends:
ii  javascript-common  11

Versions of packages libjs-sprintf-js suggests:
pn  libjs-angularjs  

-- no debconf information

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#946449: qbittorrent: New upstream release (4.2.1)

2020-03-27 Thread shirish शिरीष
Reply in-line :-

On 27/03/2020, jim_p  wrote:
> Package: qbittorrent
> Version: 4.1.7-1+b2
> Followup-For: Bug #946449
>
> I know about tracker.debian.org. However, it does not show if there is a
> new
> version for all the packages. E.g. there is no such info for conky, so I
> opened
> an bug report asking for an update, because the package in the repo is
> already
> 1 major version behind.

For that the debian/watch file needs to be done/configured correctly.

Sharing qbittorrent's watch file

https://salsa.debian.org/debian/qbittorrent/-/blob/master/debian/watch

This is something you can take up with the maintainer of conky and see
if he can fix something there. I know the package but unfamiliar with
how it works.


> Also, as I have seen from other packages, the maintainers seem to ignore
> its
> presence completely and they simply leave their packages without updates.
> That
> is the only reason I open bug reports like this one, to draw some attention
> and
> eventually get the packages updated.
>
> As for the changes on qbittorrent 4.2.x, I have mentioned the most
> important
> one at the very top: the use of libtorrent 1.2.x. The rest are trivial for
> me,
> but they can be found in its site
> https://www.qbittorrent.org/news.php
>

What we need to do is figure out the depends, build-depends as well as
reverse-depends to see what needs to be fixed in order in order for
libtorrent 1.2.x to be ok in Debian. I did that in the past once or twice,
even tried to build it but failed but tried enough so the maintainer had no
option but to package the new version.

I guess if we do some of the hard work then the maintainer also gets
interested. This is how it works. My memory is not as sharp but you could
see what I did probably in old qbittorent reports, been a long long-time user
of the package.

>
> -- System Information:
> Debian Release: bullseye/sid
>   APT prefers testing
>   APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 5.4.0-4-amd64 (SMP w/2 CPU cores)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
> TAINT_UNSIGNED_MODULE
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
> LANGUAGE=en_US:en (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>

Just a slightly OT question , why are you using a tainted kernel ?

Have an nvidia card or some other thing, just curious .

> Versions of packages qbittorrent depends on:
> ii  geoip-database 20191224-2
> ii  libboost-system1.67.0  1.67.0-17
> ii  libc6  2.30-2
> ii  libgcc-s1 [libgcc1]10-20200324-1
> ii  libgcc11:10-20200324-1
> ii  libqt5core5a   5.12.5+dfsg-9
> ii  libqt5dbus55.12.5+dfsg-9
> ii  libqt5gui5 5.12.5+dfsg-9
> ii  libqt5network5 5.12.5+dfsg-9
> ii  libqt5widgets5 5.12.5+dfsg-9
> ii  libqt5xml5 5.12.5+dfsg-9
> ii  libstdc++6 10-20200324-1
> ii  libtorrent-rasterbar9  1.1.13-1.1+b1
> ii  python 2.7.17-2
> ii  zlib1g 1:1.2.11.dfsg-2
>
> qbittorrent recommends no packages.
>
> Versions of packages qbittorrent suggests:
> pn  qbittorrent-dbg  
>
> -- no debconf information
>
> --
> To unsubscribe, send mail to 946449-unsubscr...@bugs.debian.org.
>

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#946449: qbittorrent: New upstream release (4.2.1)

2020-03-27 Thread shirish शिरीष
at bottom :-

On 27/03/2020, jim_p  wrote:
> Package: qbittorrent
> Version: 4.1.7-1+b2
> Followup-For: Bug #946449
>
> Fyi, qbittorrent was updated to v4.2.2 on March 24th.
>

Ah, thank you for sharing, it would have been better if you had shared
that upstream released a new version on March 24th. This is/was shared
by debian/watch file. See https://tracker.debian.org/pkg/qbittorrent
which ensures
that the DD/DM is knows the change. If there is some notable changes
in this release,
please do share that.

>
> -- System Information:
> Debian Release: bullseye/sid
>   APT prefers testing
>   APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 5.4.0-4-amd64 (SMP w/2 CPU cores)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
> TAINT_UNSIGNED_MODULE
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
> LANGUAGE=en_US:en (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages qbittorrent depends on:
> ii  geoip-database 20191224-2
> ii  libboost-system1.67.0  1.67.0-17
> ii  libc6  2.30-2
> ii  libgcc-s1 [libgcc1]10-20200324-1
> ii  libgcc11:10-20200324-1
> ii  libqt5core5a   5.12.5+dfsg-9
> ii  libqt5dbus55.12.5+dfsg-9
> ii  libqt5gui5 5.12.5+dfsg-9
> ii  libqt5network5 5.12.5+dfsg-9
> ii  libqt5widgets5 5.12.5+dfsg-9
> ii  libqt5xml5 5.12.5+dfsg-9
> ii  libstdc++6 10-20200324-1
> ii  libtorrent-rasterbar9  1.1.13-1.1+b1
> ii  python 2.7.17-2
> ii  zlib1g 1:1.2.11.dfsg-2
>
> qbittorrent recommends no packages.
>
> Versions of packages qbittorrent suggests:
> pn  qbittorrent-dbg  
>
> -- no debconf information
>
> --
> To unsubscribe, send mail to 946449-unsubscr...@bugs.debian.org.
>


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#949641: This has been fixed upstream by commit ba38b44

2020-03-26 Thread shirish शिरीष
Hi there,

Upstream fixed the specific issue sometime back, see
https://github.com/translate/translate/commit/ba38b4465f555863df7640c156abb23cc219222c

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#949641: maybe you can fix this with either the same patch or something similar to what Andrej Shadura did in #948560

2020-03-25 Thread shirish शिरीष
Dear Maintainer,

See #948560 . The commit referenced therein is the one which is also
suggested by the error itself. Just use = instead of is wherever it is
mentioned.

I did have a look at
https://salsa.debian.org/l10n-team/translate-toolkit/-/blob/master/translate/convert/prop2po.py

And it seems they need fixing a the lines that have been mentioned. I
have also asked upstream to fix the same at their end too.

See https://github.com/translate/translate/issues/3957

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#954351: can you look into this a bit more.

2020-03-23 Thread shirish शिरीष
at bottom :-

On 23/03/2020, shirish शिरीष  wrote:
> Dear Giovanni,
>
> I casually looked at
> https://github.com/rareylab/RingDecomposerLib/archive/v1.1.3_rdkit.tar.gz..
> First of all the correct link should be
> https://github.com/rareylab/RingDecomposerLib/archive/v1.1.3_rdkit.tar.gz
>  (notice the absence of ..)
>
> I couldn't find either RDKitUtils or the cmake file that you hve
> mentioned. There are a bunch of  cmakelists.tdt but nothing which goes
> to line 153.
>
> Could you please look into it.
>
> --
>   Regards,
>   Shirish Agarwal  शिरीष अग्रवाल
>   My quotes in this email licensed under CC 3.0
> http://creativecommons.org/licenses/by-nc/3.0/
> http://flossexperiences.wordpress.com
>
> E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C
>

please disregard the above, the issue is with rdkit, hence filing it
with upstream.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#954351: can you look into this a bit more.

2020-03-23 Thread shirish शिरीष
Dear Giovanni,

I casually looked at
https://github.com/rareylab/RingDecomposerLib/archive/v1.1.3_rdkit.tar.gz..
First of all the correct link should be
https://github.com/rareylab/RingDecomposerLib/archive/v1.1.3_rdkit.tar.gz
 (notice the absence of ..)

I couldn't find either RDKitUtils or the cmake file that you hve
mentioned. There are a bunch of  cmakelists.tdt but nothing which goes
to line 153.

Could you please look into it.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#949339: was able to side-step this but unable to install freecad because python3-pyside2uic is still at 5.13.2-2.2 unlike others which do have an experimental version 5.14.0-1~exp1

2020-03-20 Thread shirish शिरीष
Dear all,
I was able to side-step this one a bit as I was able to download all
the experimental versions of pytside2 binaries except
python3-pyside2uic which is still at 5.13.2-2.2 and hence unable to
install freecad.

$ sudo aptitude install freecad-python3
The following NEW packages will be installed:
  freecad-common{a} freecad-python3 python3-pyside2uic{a}
0 packages upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/4,889 kB of archives. After unpacking 40.6 MB will be used.
Do you want to continue? [Y/n/?] n
Abort.

$ apt-cache policy python3-pyside2uic
python3-pyside2uic:
  Installed: (none)
  Candidate: 5.13.2-2.2
  Version table:
 5.13.2-2.2 100
100 http://deb.debian.org/debian unstable/main amd64 Packages

Maybe have a 5.14.0-1~exp1 version in experimental too so we could
install freecad while this gets fixed in the pending upload (whenever
that happens.)

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#932617: any update on this as I still got it today with the update (again)

2020-03-19 Thread shirish शिरीष
Replying in-line  :-

On 19/03/2020, mario.limoncie...@dell.com  wrote:
> 1.3.9.2?  You mean 1.3.9-2?
>
> They were supposed to be removed about 5 months ago.  The preinst, postrm,
> and postinst has the stuff for doing these:
> https://salsa.debian.org/efi-team/fwupd/-/blob/debian/debian/fwupd.preinst
> https://salsa.debian.org/efi-team/fwupd/-/blob/debian/debian/fwupd.postrm
> https://salsa.debian.org/efi-team/fwupd/-/blob/debian/debian/fwupd.postinst
>

Yup, I meant 1.3.9-2 . Interestingly, I got the following when trying
to purge fwupd -

$ sudo aptitude purge fwupd fwupd-amd64-signed libflashrom1 libftdi1-2
libfwupdplugin1 -y
The following packages will be REMOVED:
  fwupd{p} fwupd-amd64-signed{pu} libflashrom1{pu} libftdi1-2{pu}
libfwupdplugin1{pu}
0 packages upgraded, 0 newly installed, 5 to remove and 9 not upgraded.
Need to get 0 B of archives. After unpacking 6,853 kB will be freed.
(Reading database ... 795030 files and directories currently installed.)
Removing fwupd-amd64-signed (1.3.9+2) ...
Removing fwupd (1.3.9-2) ...
Removing libflashrom1:amd64 (1.2-5) ...
Removing libftdi1-2:amd64 (1.4-2+b1) ...
Removing libfwupdplugin1:amd64 (1.3.9-2) ...
Processing triggers for libc-bin (2.30-2) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
(Reading database ... 794637 files and directories currently installed.)
Purging configuration files for fwupd-amd64-signed (1.3.9+2) ...
Purging configuration files for fwupd (1.3.9-2) ...
dpkg: warning: while removing fwupd, directory '/var/lib/fwupd' not
empty so not removed
dpkg: warning: while removing fwupd, directory '/var/cache/app-info'
not empty so not removed
Processing triggers for dbus (1.12.16-2) ...
==  How can you help?  (doc: https://wiki.debian.org/how-can-i-help ) ==

-  Show old opportunities as well as new ones: how-can-i-help --old  -

/var/lib/fwupd$ ls -lh
total 24K
-rw-r--r-- 1 root root  16K Oct 14 19:23 pending.db
drwxr-xr-x 2 root root 4.0K Oct 14 19:23 pki
drwxr-xr-x 3 root root 4.0K Oct 14 19:23 remotes.d

While I manually removed /var/lib/fwupd/ entries and sub-directories I
am/was unsure about the contents of /var/cache/app-info/cache/ so left
them as they are.

/var/cache/app-info/cache$ ls -lh
total 28M
-rwxr-xr-x 1 root root 13M Dec 21 06:23 C.cache
-rwxr-xr-x 1 root root 15M Mar 19 21:07 en_IN.cache

This time when installing fwupd adequate didn't tell anything which
means there is still an issue when you try to upgrade from the old
version to the new but NO issue when you install it afresh.



>
>

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#932617: any update on this as I still got it today with the update (again)

2020-03-19 Thread shirish शिरीष
Hi all,

See -

$ adequate fwupd
fwupd: obsolete-conffile /etc/dbus-1/system.d/org.freedesktop.fwupd.conf
fwupd: obsolete-conffile /etc/fwupd/remotes.d/fwupd.conf

I wanna try fwupd but once the above obsolete conffiles are removed. I
do know it's a work in progress but still. FWIW, the package got
updated to 1.3.9.2

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#954207: getting gtk3 warnings of glib version too old after update

2020-03-18 Thread shirish शिरीष
at bottom :-

On 18/03/2020, Changwoo Ryu  wrote:
> Hi,
>
> 2020년 3월 18일 (수) 오후 11:24, shirish शिरीष 님이 작성:
>>
>> Package: ibus-gtk3
>> Version: 1.5.22-1
>> Severity: normal
>>
>> Dear Maintainer,
>>
>> I am getting the following GTK3 warnings while running any gtk3 aware
>> app.
>>
>> (gedit:255189): Gtk-WARNING **: 19:47:32.240: GModule
>> (/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so)
>> initialization check failed: GLib version too old (micro mismatch)
>
> I don't see this warning message. This happens when your glib version
> is older than the version which ibus-gtk3 was built with. It's a
> typical compatibility check.
>
>> Could you please look into the above and fix it. I am not sure which
>> glib version to report it too if it pertains to that, whether
>> libglib2.0-0 2.62.5-1 or something else.
>
> According to buildd.d.o, ibus-gtk3:amd64 1.5.22-1 has been built with
> glib 2.64.1-1. It shouldn't print such warning with glib 2.62.5-1.
>
> Please make sure if you were really running ibus 1.5.22-1 and glib
> 2.62.5-1.
>
>> -- System Information:
>> Debian Release: bullseye/sid
>>   APT prefers testing
>>   APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
>> 'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
>> 'experimental-debug')
>> Architecture: amd64 (x86_64)
>>
>> Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
>> Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
>> (charmap=UTF-8)
>> Shell: /bin/sh linked to /usr/bin/dash
>> Init: systemd (via /run/systemd/system)
>> LSM: AppArmor: enabled
>>
>> Versions of packages ibus-gtk3 depends on:
>> ii  libc6   2.30-2
>> ii  libglib2.0-02.62.5-1
>> ii  libgtk-3-0  3.24.14-1
>> ii  libibus-1.0-5   1.5.22-1
>> ii  libpango-1.0-0  1.42.4-8
>>
>

Dear Changwoo,

Here are the details you needed -

$ apt-cache policy ibus-gtk3
ibus-gtk3:
  Installed: 1.5.22-1
  Candidate: 1.5.22-1
  Version table:
 *** 1.5.22-1 900
900 http://deb.debian.org/debian testing/main amd64 Packages
100 http://deb.debian.org/debian unstable/main amd64 Packages
100 /var/lib/dpkg/status

$ apt-cache policy libglib2.0-0
libglib2.0-0:
  Installed: 2.62.5-1
  Candidate: 2.62.5-1
  Version table:
 2.64.1-1 100
100 http://deb.debian.org/debian unstable/main amd64 Packages
 *** 2.62.5-1 900
900 http://deb.debian.org/debian testing/main amd64 Packages
100 /var/lib/dpkg/status

I hope and guess that this will go away when libglib2.0-0 2.64.1-1
migrates to testing. I am going to wait the necessary 2-3 days it will
take for the new version of libglib2.0-0 to migrate by itself.

Ideally, it should have put the package back or in non-upgradable, not
installable mode till libglib2.0-0 2.64.1-1  doesn't migrate over.

It is more annonyance rather than anything else but could have issues
with genuine users of the package.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#954207: getting gtk3 warnings of glib version too old after update

2020-03-18 Thread shirish शिरीष
Package: ibus-gtk3
Version: 1.5.22-1
Severity: normal

Dear Maintainer,

I am getting the following GTK3 warnings while running any gtk3 aware app.

(gedit:255189): Gtk-WARNING **: 19:47:32.240: GModule
(/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so)
initialization check failed: GLib version too old (micro mismatch)

(gedit:255189): Gtk-WARNING **: 19:47:32.240: Loading IM context type
'ibus' failed

(gedit:255189): Gtk-WARNING **: 19:47:32.259: GModule
(/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so)
initialization check failed: GLib version too old (micro mismatch)

(gedit:255189): Gtk-WARNING **: 19:47:32.259: Loading IM context type
'ibus' failed

(gedit:255189): Gtk-WARNING **: 19:47:32.285: GModule
(/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so)
initialization check failed: GLib version too old (micro mismatch)

(gedit:255189): Gtk-WARNING **: 19:47:32.285: Loading IM context type
'ibus' failed

Could you please look into the above and fix it. I am not sure which
glib version to report it too if it pertains to that, whether
libglib2.0-0 2.62.5-1 or something else.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ibus-gtk3 depends on:
ii  libc6   2.30-2
ii  libglib2.0-02.62.5-1
ii  libgtk-3-0  3.24.14-1
ii  libibus-1.0-5   1.5.22-1
ii  libpango-1.0-0  1.42.4-8

ibus-gtk3 recommends no packages.

ibus-gtk3 suggests no packages.

-- no debconf information


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#954122: adequate informs about broken-symlink for gulp

2020-03-16 Thread shirish शिरीष
Package: gulp
Version: 4.0.2-6
Severity: normal

User: debian...@lists.debian.org
Usertags : broken-symlink adequate

Dear Maintainer,

Adequate informed me that gulp has a broken-symlink. Please fix it.

$ adequate gulp
gulp: broken-symlink /usr/share/bash-completion/completions/gulp ->
../../nodejs/gulp/node_modules/gulp-cli/completion/bash

The symlink path seems to be incorrect and should instead have been perhaps -

/usr/share/nodejs/gulp-cli/completion$ ls
bash  fish  powershell  README.md  zsh

Please fix the same accordingly.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gulp depends on:
ii  node-archy   1.0.0-3
ii  node-arr-flatten 1.1.0-1
ii  node-chalk   2.4.2-1
ii  node-chokidar3.3.1-2
ii  node-concat-stream   1.6.2-1
ii  node-defaults1.0.3-1
ii  node-deprecated  0.0.1-1
ii  node-es6-weak-map2.0.2-1
ii  node-find-up 4.1.0-2
ii  node-for-own 1.0.0-1
ii  node-get-value   1:3.0.1-3
ii  node-globule 1.3.0-1
ii  node-gulp-util   3.0.7-1
ii  node-interpret   1.0.1-1
ii  node-is-unc-path 1.0.0-1
ii  node-liftoff 3.1.0-4
ii  node-minimist1.2.5-1
ii  node-normalize-package-data  2.5.0-1
ii  node-orchestrator0.3.8-1
ii  node-parse-json  5.0.0-2
ii  node-pinkie-promise  2.0.1-1
ii  node-pretty-hrtime   1.0.3-1
ii  node-semver  7.1.3-1
ii  node-set-blocking2.0.0-1
ii  node-string-width2.1.1-1
ii  node-tildify 2.0.0-1
ii  node-v8flags 3.1.2-3
ii  node-vinyl-fs3.0.3-4
ii  node-y18n4.0.0-2
ii  node-yargs-parser18.1.0-1
ii  nodejs   10.17.0~dfsg-2

gulp recommends no packages.

gulp suggests no packages.

-- no debconf information

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#953758: OpenType support missing for "Open Sans", script 17

2020-03-12 Thread shirish शिरीष
Package: telegram-desktop
Version: 1.9.14+ds-2
Severity: normal

Dear Maintainer,

Get the following whenever I run telegram-desktop -

$ telegram-desktop
  OpenType support missing for "Open Sans Semibold", script 11
  OpenType support missing for "Open Sans", script 11
  OpenType support missing for "Open Sans Semibold", script 17
  OpenType support missing for "Open Sans", script 17
  OpenType support missing for "Open Sans", script 17

Can the good people of Debian solve it :)

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
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  libavcodec58  7:4.2.2-1+b1
ii  libavformat58 7:4.2.2-1+b1
ii  libavutil56   7:4.2.2-1+b1
ii  libc6 2.29-10
ii  libdbusmenu-qt5-2 0.9.3+16.04.20160218-2+b1
ii  libgcc-s1 10-20200304-1
ii  liblz4-1  1.9.2-2
ii  liblzma5  5.2.4-1+b1
ii  libminizip1   1.1-8+b1
ii  libopenal11:1.19.1-1+b1
ii  libopus0  1.3-1+b1
ii  libqrcodegencpp1  1.5.0-2
ii  libqt5core5a [qtbase-abi-5-12-5]  5.12.5+dfsg-9
ii  libqt5dbus5   5.12.5+dfsg-9
ii  libqt5gui55.12.5+dfsg-9
ii  libqt5network55.12.5+dfsg-9
ii  libqt5widgets55.12.5+dfsg-9
ii  librlottie0-1 0~git20190721.24346d0+dfsg-2+b1
ii  libssl1.1 1.1.1d-2
ii  libstdc++610-20200304-1
ii  libswresample37:4.2.2-1+b1
ii  libswscale5   7:4.2.2-1+b1
ii  libx11-6  2:1.6.9-2
ii  libxxhash00.7.2-1
ii  qt5-image-formats-plugins 5.12.5-1
ii  zlib1g1:1.2.11.dfsg-2

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

telegram-desktop suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#953077: adequate informs obsolete-conffile for mate-settings-daemon when it upgrades it

2020-03-03 Thread shirish शिरीष
Package: mate-settings-daemon
Version: 1.24.0-2
Severity: normal

User: debian...@lists.debian.org
Usertags : obsolete-conffile@adequate

Dear Maintainer,
I got the following obsolete-conffile complaint by adequate while
upgrading. Please fix the same -

mate-settings-daemon: obsolete-conffile
/etc/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-settings-daemon depends on:
ii  libc62.29-10
ii  libcairo21.16.0-4
ii  libcanberra-gtk3-0   0.30-7
ii  libdbus-1-3  1.12.16-2
ii  libdbus-glib-1-2 0.110-5
ii  libdconf10.34.0-2
ii  libfontconfig1   2.13.1-2+b1
ii  libgdk-pixbuf2.0-0   2.40.0+dfsg-2
ii  libglib2.0-0 2.62.5-1
ii  libgtk-3-0   3.24.13-1
ii  libmate-desktop-2-17 1.24.0-2
ii  libmatekbd4  1.24.0-1
ii  libmatemixer01.24.0-1
ii  libnotify4   0.7.9-1
ii  libnspr4 2:4.24-1
ii  libnss3  2:3.49.1-1
ii  libpolkit-gobject-1-00.105-26
ii  libpulse013.0-5
ii  librda0  0.0.5-1
ii  libx11-6 2:1.6.9-2
ii  libxi6   2:1.7.9-1
ii  libxklavier165.4-4
ii  mate-desktop-common  1.24.0-2
ii  mate-polkit  1.24.0-2
ii  mate-settings-daemon-common  1.24.0-2
ii  x11-xserver-utils7.7+8

mate-settings-daemon recommends no packages.

mate-settings-daemon suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#953007: featherpad looses the title-bar and I cannot use the minimize, maximize, resize and close buttons

2020-03-02 Thread shirish शिरीष
Package: featherpad
Version: 0.12.1-1
Severity: normal

Dear Maintainer,
With featherpad I loose the title-bar and I cannot use the minimize,
maximize, resize and close buttons. Please let me know if you need
more info.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages featherpad depends on:
ii  libc62.29-10
ii  libgcc-s1 [libgcc1]  10-20200222-1
ii  libgcc1  1:10-20200222-1
ii  libhunspell-1.7-01.7.0-2+b1
ii  libqt5core5a 5.12.5+dfsg-8
ii  libqt5gui5   5.12.5+dfsg-8
ii  libqt5network5   5.12.5+dfsg-8
ii  libqt5printsupport5  5.12.5+dfsg-8
ii  libqt5svg5   5.12.5-2
ii  libqt5widgets5   5.12.5+dfsg-8
ii  libqt5x11extras5 5.12.5-1
ii  libstdc++6   10-20200222-1
ii  libx11-6 2:1.6.8-1

Versions of packages featherpad recommends:
ii  featherpad-l10n  0.12.1-1
ii  libglib2.0-bin   2.62.5-1

featherpad suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#952564: please get the latest libaom v1.0.0-errata1-avif to archives, even if only to experimental.

2020-02-25 Thread shirish शिरीष
Package: libaom0
Version: 1.0.0.errata1-3
Severity: wishlist

Dear Maintainer,
Thank you for maintaining libaom0 . Could you please share the latest
version of the encoder and decoder along with the documentation. I did
look at the salsa repo. and am not sure if we have the latest version
of the codec which was released on 12th December. If it was, then the
naming convention should have followed what upstream is following,
isn't it ?

Looking forward to clarification if I'm in the wrong.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libaom0 depends on:
ii  libc6  2.29-10

libaom0 recommends no packages.

libaom0 suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#946449: I did file a wishlist bug for libtorrent-rasterbar 1.2.4 which would in turn get the new version built. #952447

2020-02-25 Thread shirish शिरीष
Dear all,

FWIW, I did file a wishlist bug for libtorrent-rasterbar 1.2.4 which
would in turn get the new version built. #952447 . I do hope the
maintainers/developers would take it in the consideration. I did have
upstream conversation with the developer as well and he had shared
that both qbittorrent and libtorrent-rasterbar9 had been python3 ready
since 1.11 itself. So let's just an eye on what the
developers/maintainers think about it, hopefully we will get the new
version soonish. Even if it is in experimental, that would be good
enough.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#952447: upgrade libtorrent-rasterbar to version 1.2.4 from 1.1.13

2020-02-24 Thread shirish शिरीष
Package: libtorrent-rasterbar9
Version: 1.1.13-1.1+b1
Severity: wishlist

Dear Maintainer,

Pleae upgrade to the latest update of libtorrent-rasterbar 1.2.4 . You
can see the changes shared at [1] . I am open to testing the new
version as perhaps some others may well be as well.

1. http://libtorrent.org/upgrade_to_1.2-ref.html

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libtorrent-rasterbar9 depends on:
ii  libboost-system1.67.0  1.67.0-17
ii  libc6  2.29-10
ii  libgcc-s1 [libgcc1]10-20200211-1
ii  libgcc11:10-20200211-1
ii  libssl1.1  1.1.1d-2
ii  libstdc++6 10-20200211-1

libtorrent-rasterbar9 recommends no packages.

Versions of packages libtorrent-rasterbar9 suggests:
ii  libtorrent-rasterbar-dbg  1.1.13-1.1+b1

-- no debconf information
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#948552: any update on the soname issue in libschroedinger-maeparser1

2020-02-23 Thread shirish शिरीष
Dear all,

Any update on the soname issue in getting the
libschroedinger-maeparser1 issue resolved, just pinging. It's the only
reason for not installing openbabel.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#951678: adequate reports obsolete-conffile while it is upgraded

2020-02-19 Thread shirish शिरीष
Package: mate-applets
Version: 1.24.0-1
Severity: normal

User: debian...@lists.debian.org
Usertags : obsolete-conffile@adequate

I got the following obsolete-conffile warning while upgrading mate-applets -

~$ adequate mate-applets
mate-applets: obsolete-conffile
/etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf

Please fix it.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-applets depends on:
ii  gsettings-desktop-schemas  3.34.0-2
ii  gvfs   1.42.2-1
ii  libatk1.0-02.34.1-1
ii  libc6  2.29-10
ii  libcairo2  1.16.0-4
ii  libcpupower2   5.4.19-1
ii  libdbus-glib-1-2   0.110-5
ii  libgdk-pixbuf2.0-0 2.40.0+dfsg-2
ii  libglib2.0-0   2.62.4-2
ii  libgtk-3-0 3.24.13-1
ii  libgtksourceview-3.0-1 3.24.11-2
ii  libgtop-2.0-11 2.40.0-2
ii  libgucharmap-2-90-71:12.0.1-2
ii  libiw3030~pre9-13+b1
ii  libmate-panel-applet-4-1   1.24.0-1
ii  libmateweather11.24.0-1
ii  libnotify4 0.7.8-1
ii  libpango-1.0-0 1.42.4-7
ii  libpangocairo-1.0-01.42.4-7
ii  libpolkit-gobject-1-0  0.105-26
ii  libupower-glib30.99.11-1
ii  libwnck-3-03.32.0-1
ii  libx11-6   2:1.6.8-1
ii  libxml22.9.4+dfsg1-8
ii  mate-applets-common1.24.0-1
ii  mate-panel 1.24.0-1

Versions of packages mate-applets recommends:
ii  mate-media   1.24.0-1
ii  mate-polkit  1.24.0-1
ii  mate-system-monitor  1.24.0-1

mate-applets suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#951622: featherpad is unable to open a .txt file and says file not found while pluma is able to and even cat does.

2020-02-18 Thread shirish शिरीष
Package: featherpad
Version: 0.12.1-1
Severity: normal

Dear Maintainer,

I had made a .txt file which is/was visible with other editors and
even cat but featherpad claims to say the file is not found. I am
attaching the .txt file as well as the fp.conf which is in ~/.config/

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages featherpad depends on:
ii  libc62.29-10
ii  libgcc-s1 [libgcc1]  10-20200211-1
ii  libgcc1  1:10-20200211-1
ii  libhunspell-1.7-01.7.0-2+b1
ii  libqt5core5a 5.12.5+dfsg-8
ii  libqt5gui5   5.12.5+dfsg-8
ii  libqt5network5   5.12.5+dfsg-8
ii  libqt5printsupport5  5.12.5+dfsg-8
ii  libqt5svg5   5.12.5-2
ii  libqt5widgets5   5.12.5+dfsg-8
ii  libqt5x11extras5 5.12.5-1
ii  libstdc++6   10-20200211-1
ii  libx11-6 2:1.6.8-1

Versions of packages featherpad recommends:
ii  featherpad-l10n  0.12.1-1
ii  libglib2.0-bin   2.62.4-2

featherpad suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C
General
Unique ID: 
6513718343436012467748006650727696220 (0x4E67F1BFAE94B21E88429D1492D075C)
Complete name: Chicken Girls S01E06 (Stronger in 
Numbers) 720p WEB X264 Solar.mkv
Format   : Matroska
Format version   : Version 4
File size: 215 MiB
Duration : 16 min 52 s
Overall bit rate : 1 780 kb/s
Encoded date : UTC 2020-01-30 12:46:55
Writing application  : mkvmerge v43.0.0 ('The 
Quartermaster') 64-bit
Writing library  : libebml v1.3.10 + libmatroska v1.5.2

Video
ID   : 1
Format   : AVC
Format/Info  : Advanced Video Codec
Format profile   : High@L3.1
Format settings  : CABAC / 5 Ref Frames
Format settings, CABAC   : Yes
Format settings, Reference frames: 5 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 16 min 52 s
Bit rate : 1 649 kb/s
Width: 1 280 pixels
Height   : 720 pixels
Display aspect ratio : 16:9
Frame rate mode  : Constant
Frame rate   : 23.976 (24000/1001) FPS
Color space  : YUV
Chroma subsampling   : 4:2:0
Bit depth: 8 bits
Scan type: Progressive
Bits/(Pixel*Frame)   : 0.075
Stream size  : 199 MiB (93%)
Default  : Yes
Forced   : No
Color range  : Limited
Color primaries  : BT.709
Transfer characteristics : BT.709
Matrix coefficients  : BT.709

Audio
ID   : 2
Format   : AAC LC
Format/Info  : Advanced Audio Codec Low Complexity
Codec ID : A_AAC-2
Duration : 16 min 52 s
Bit rate : 128 kb/s
Channel(s)   : 2 channels
Channel layout   : L R
Sampling rate: 48.0 kHz
Frame rate   : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size  : 15.5 MiB (7%)
Title: English
Language : English
Default  : Yes
Forced   : No

Text
ID   : 3
Format   : UTF-8
Codec ID : S_TEXT/UTF8
Codec ID/Info: UTF-8 Plain Text
Duration : 16

Bug#950522: adequate reports obsolete conffile while upgrading pulseaudio

2020-02-02 Thread shirish शिरीष
Package: libpulse0
Version: 13.0-4
Severity: normal
Usertags: obsolete-conffile adequate

Dear Maintainer,

Got the following obsolete conffile while upgrading pulseaudio

$ libpulse0:amd64: obsolete-conffile
/etc/pulse/client.conf.d/00-disable-autospawn.conf

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libpulse0 depends on:
ii  libasyncns0  0.8-6+b1
ii  libc62.29-9
ii  libdbus-1-3  1.12.16-2
ii  libsndfile1  1.0.28-6
ii  libsystemd0  244.1-1
ii  libwrap0 7.6.q-30
ii  libxcb1  1.13.1-2

libpulse0 recommends no packages.

Versions of packages libpulse0 suggests:
ii  pulseaudio  13.0-4

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#950521: In pulseaudio 13.0-4 adequate shares about a broken symlink

2020-02-02 Thread shirish शिरीष
Package: pulseaudio
Version: 13.0-4
Severity: normal
Usertags : broken-symlink adequate

Dear Maintainer,
There seems to be something wrong with pulseaudio. I got the following
while upgrading which also was confirmed by adequate.

$adequate pulseaudio
pulseaudio: broken-symlink
enable/etc/pulse/client.conf.d/01--autospawn.conf ->
/run/pulseaudio-enable-autospawn

As can be seen /etc/default/pulseaudio also does not exist. I have no
clue what happened.

-- Package-specific info:
File '/etc/default/pulseaudio' does not exist

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pulseaudio depends on:
ii  adduser  3.118
ii  init-system-helpers  1.57
ii  libasound2   1.2.1.2-2
ii  libasound2-plugins   1.2.1-1
ii  libc62.29-9
ii  libcap2  1:2.27-1
ii  libdbus-1-3  1.12.16-2
ii  libgcc1  1:9.2.1-25
ii  libice6  2:1.0.9-2
ii  libltdl7 2.4.6-11
ii  liborc-0.4-0 1:0.4.31-1
ii  libpulse013.0-4
ii  libsm6   2:1.2.3-1
ii  libsndfile1  1.0.28-6
ii  libsoxr0 0.1.3-1
ii  libspeexdsp1 1.2~rc1.2-1.1
ii  libstdc++6   9.2.1-25
ii  libsystemd0  244.1-1
ii  libtdb1  1.4.2-3
ii  libudev1 244.1-1
ii  libwebrtc-audio-processing1  0.3-1+b1
ii  libx11-6 2:1.6.8-1
ii  libx11-xcb1  2:1.6.8-1
ii  libxcb1  1.13.1-2
ii  libxtst6 2:1.2.3-1
ii  lsb-base 11.1.0
ii  pulseaudio-utils 13.0-4

Versions of packages pulseaudio recommends:
ii  dbus-user-session1.12.16-2
ii  libpam-systemd [logind]  244.1-1
ii  rtkit0.12-4

Versions of packages pulseaudio suggests:
pn  paman
pn  paprefs  
ii  pavucontrol  4.0-1
pn  pavumeter
ii  udev 244.1-1

-- no debconf information


-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#949641: Got SyntaxWarnings while upgrading python3-translate

2020-01-22 Thread shirish शिरीष
Package: python3-translate
Version: 2.5.0-1
Severity: normal

Dear Maintainer,

Got the following warnings while upgrading -

Setting up python3-translate (2.5.0-1) ...
/usr/lib/python3/dist-packages/translate/convert/prop2po.py:73:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if pounit is "discard":
/usr/lib/python3/dist-packages/translate/convert/prop2po.py:119:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if origpo is "discard":
/usr/lib/python3/dist-packages/translate/convert/prop2po.py:137:
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if translatedpo is "discard":

Please fix the same.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-translate depends on:
ii  gettext 0.19.8.1-10
ii  libexttextcat-data  3.4.5-1
ii  python3 3.7.5-3
ii  python3-six 1.13.0-1

Versions of packages python3-translate recommends:
ii  python3-aeidon1.7-1
ii  python3-bs4   4.8.2-1
ii  python3-chardet   3.0.4-4
ii  python3-diff-match-patch  2018-2
ii  python3-enchant   2.0.0-2
ii  python3-iniparse  0.4-3
ii  python3-l20n  4.0.0~a1-4
ii  python3-levenshtein   0.12.0-3+b2
ii  python3-lxml  4.4.2-1
ii  python3-phply 1.2.5-4
ii  python3-pycountry 19.8.18+ds1-2
ii  python3-ruamel.yaml   0.15.89-3+b1
ii  python3-simplejson3.16.0-2+b1
ii  python3-vobject   0.9.6.1-0.2
ii  python3-xapian1.4.12-2+b1

Versions of packages python3-translate suggests:
pn  python3-cheroot
pn  python3-subversion 
pn  translate-toolkit-doc  

-- no debconf information



-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#947882: had gone the same warning at my end too -

2020-01-06 Thread shirish शिरीष
Dear all,
Had got the same issue at my end as well. The same syntax version
statements as shared by Chrstian Cottsche , Maybe somebody can like to
the upstream commit which fixed the issue upstream.


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#948139: host is told as a deprecated utility in bind9-host although it's not.

2020-01-04 Thread shirish शिरीष
Package: bind9-host
Version: 1:9.11.5.P4+dfsg-5.1+b1
Severity: normal

Dear Maintainer,
Bind9-host package description says host is a deprecated utility
whereas it seems it's not. See [1] . I also had a private mail
exchange with Ondrej (a DD) who also shared that the utility is not
deprecated.

 $ aptitude show bind9-host=1:9.11.5.P4+dfsg-5.1+b1
Package: bind9-host
Version: 1:9.11.5.P4+dfsg-5.1+b1
State: installed
Automatically installed: no
Priority: standard
Section: net
Maintainer: Debian DNS Team 
Architecture: amd64
Uncompressed Size: 369 k
Compressed Size: 271 k
Filename: pool/main/b/bind9/bind9-host_9.11.5.P4+dfsg-5.1+b1_amd64.deb
Checksum-FileSize: 271156
MD5Sum: 8cd326a23a51acdb773df5b7dce76060
SHA256: 977287c7212e9d3e671b85fdd04734b4908fe86d4b3581e47fb86d8b27cfdb3b
Archive: testing
Depends: libbind9-161 (= 1:9.11.5.P4+dfsg-5.1+b1), libdns1104 (=
1:9.11.5.P4+dfsg-5.1+b1), libisc1100 (=1:9.11.5.P4+dfsg-5.1+b1),
libisccfg163 (= 1:9.11.5.P4+dfsg-5.1+b1), liblwres161 (=
1:9.11.5.P4+dfsg-5.1+b1), libc6 (>= 2.14), libcap2 (>= 1:2.10),
libcom-err2 (>= 1.43.9), libfstrm0 (>= 0.2.0), libgeoip1,
libgssapi-krb5-2 (>= 1.6.dfsg.2), libidn2-0 (>= 2.0.0), libjson-c4 (>=
0.13.1), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>=1.6.dfsg.2),
liblmdb0 (>= 0.9.6), libprotobuf-c1 (>= 1.0.0), libssl1.1 (>= 1.1.0),
libxml2 (>= 2.6.27)
Provides: host
Description: DNS lookup utility (deprecated)
 This package provides /usr/bin/host, a simple utility (bundled with
the BIND 9.X sources) which can be used for converting domain names to
IP addresses and the reverse.

 This utility is deprecated, use dig or delv from the dnsutils package.
Homepage: https://www.isc.org/downloads/bind/

I also see it is not deprecated because there seem to be new releases
of it and upstream seems to be giving new releases as well.  -

$ apt-cache policy bind9-host
bind9-host:
  Installed: 1:9.11.5.P4+dfsg-5.1+b1
  Candidate: 1:9.11.5.P4+dfsg-5.1+b1
  Version table:
 1:9.15.7-1 100
100 http://cdn-fastly.deb.debian.org/debian experimental/main
amd64 Packages
 1:9.11.14+dfsg-1 100
100 http://cdn-fastly.deb.debian.org/debian unstable/main amd64 Packages
 *** 1:9.11.5.P4+dfsg-5.1+b1 900
900 http://cdn-fastly.deb.debian.org/debian testing/main amd64 Packages
100 /var/lib/dpkg/status

So please fix the package description so this confusion is no more.

1. 
https://unix.stackexchange.com/questions/560284/why-host-from-bind9-host-is-was-deprecated-and-when/560305#560305

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages bind9-host depends on:
ii  libbind9-161  1:9.11.5.P4+dfsg-5.1+b1
ii  libc6 2.29-3
ii  libcap2   1:2.27-1
ii  libcom-err2   1.45.4-1
ii  libdns11041:9.11.5.P4+dfsg-5.1+b1
ii  libfstrm0 0.6.0-1+b1
ii  libgeoip1 1.6.12-5
ii  libgssapi-krb5-2  1.17-6
ii  libidn2-0 2.2.0-2
ii  libisc11001:9.11.5.P4+dfsg-5.1+b1
ii  libisccfg163  1:9.11.5.P4+dfsg-5.1+b1
ii  libjson-c40.13.1+dfsg-6
ii  libk5crypto3  1.17-6
ii  libkrb5-3 1.17-6
ii  liblmdb0  0.9.22-1
ii  liblwres161   1:9.11.5.P4+dfsg-5.1+b1
ii  libprotobuf-c11.3.2-1+b1
ii  libssl1.1 1.1.1d-2
ii  libxml2   2.9.4+dfsg1-8

bind9-host recommends no packages.

bind9-host suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#930774: any idea when guile-2.2 will be fixed ?

2020-01-02 Thread shirish शिरीष
at bottom :-

On 02/01/2020, Rob Browning  wrote:
> shirish शिरीष  writes:
>
>> Just saw this, any idea when this FTFBS will be fixed. Somebody even
>> shared a patch, maybe that fixes the issue.
>
> I'll plan to investigate this weekend.  (I've been unfortunately
> preoccupied with python 3 related messes for a while.)
>

Ah, thank you fixing any python 3 messes as well. Well aware of the
transition happening. Haven't hit any major road-blocks yet, so all is
good :)

> Thanks
> --
> Rob Browning
> rlb @defaultvalue.org and @debian.org
> GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
> GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#947868: NEWS.gz of libvte-2.91-0 is outdated

2020-01-01 Thread shirish शिरीष
Package: libvte-2.91-0
Version: 0.58.2-1
Severity: normal

Dear maintainer,
News.gz of libvte-2.91-0 is outdated, please put all upstream changes
in NEWS.gz from https://gitlab.gnome.org/GNOME/vte/ .

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libvte-2.91-0 depends on:
ii  libatk1.0-0  2.34.1-1
ii  libc62.29-3
ii  libcairo21.16.0-4
ii  libfribidi0  1.0.7-1.1
ii  libglib2.0-0 2.62.3-2
ii  libgnutls30  3.6.11.1-2
ii  libgtk-3-0   3.24.13-1
ii  libpango-1.0-0   1.42.4-7
ii  libpangocairo-1.0-0  1.42.4-7
ii  libpcre2-8-0 10.34-7
ii  libstdc++6   9.2.1-21
ii  libvte-2.91-common   0.58.2-1
ii  zlib1g   1:1.2.11.dfsg-1+b1

libvte-2.91-0 recommends no packages.

libvte-2.91-0 suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#930774: any idea when guile-2.2 will be fixed ?

2019-12-31 Thread shirish शिरीष
Hi all,

Just saw this, any idea when this FTFBS will be fixed. Somebody even
shared a patch, maybe that fixes the issue.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#947307: you could have used

2019-12-28 Thread shirish शिरीष
Dear Sebastian,

I was about to write the same bug-report. You could have used

User: debian...@lists.debian.org
Usertags: obsolete-conffile adequate

So debian-qa also comes to know about it. Anyways hopefully the
ibverbs-providers package would be fixed.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#947594: adequate reports broken-symlinks while upgrading rustc

2019-12-28 Thread shirish शिरीष
Package: rustc
Version: 1.39.0+dfsg1-4
Severity: normal
Usertags: broken-symlink adequate

Dear Maintainer,

Adequate informed me of a broken-symlink while upgrading rustc.

$ adequate rustc
rustc: broken-symlink /usr/bin/rust-lld -> lld-9

Please fix the issues involved.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages rustc depends on:
ii  binutils  2.33.1-6
ii  gcc   4:9.2.1-3.1
ii  libc6 2.29-3
ii  libc6-dev [libc-dev]  2.29-3
ii  libgcc1   1:9.2.1-21
ii  libllvm9  1:9.0.1-2
ii  libstd-rust-dev   1.39.0+dfsg1-4
ii  libstdc++69.2.1-21

Versions of packages rustc recommends:
ii  cargo 0.40.0-2
ii  rust-gdb  1.39.0+dfsg1-4

Versions of packages rustc suggests:
pn  lld-9 
pn  rust-doc  
pn  rust-src  

-- no debconf information

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#947593: broken symlink on rust-gdb manpage

2019-12-28 Thread shirish शिरीष
Package: rust-gdb
Version: 1.39.0+dfsg1-4
Severity: normal
Usertags: broken-symlink adequate

Dear Maintainer,
While upgrading today adequate informed me that the manpage has a
broken symlink.

$ adequate rust-gdb
rust-gdb: broken-symlink /usr/share/man/man1/rust-gdb.1.gz -> gdb.1.gz

Could you please fix this ?

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages rust-gdb depends on:
ii  gdb  8.3.1-1

rust-gdb recommends no packages.

Versions of packages rust-gdb suggests:
pn  gdb-doc  

-- no debconf information

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#946979: any update to having a debian...@lists.debian.org ?

2019-12-26 Thread shirish शिरीष
Hi all,

This would be good to have so people can know updates or whatever is
happening about nodejs or any of the javascript packages without
having to scour the tens to hundreds of notifications/packages to get
to the interesting discussions which could be shared widely.

Looking forward to the new mailing list and see progress being made to
nodejs and other packages on which it depends.

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#932747: there is no patch shared by the reporter and got the same error at my end too.

2019-12-23 Thread shirish शिरीष
Dear all,

At [1] the original reporter mentioned a patch but neither linked to a
patch or anything else for that matter. I was hit by it today on
bullseye .  Sharing the details as under -

Package: appstream
Version: 0.12.9-1
Severity: normal

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages appstream depends on:
ii  libappstream4  0.12.9-1
ii  libc6  2.29-3
ii  libglib2.0-0   2.62.3-2

appstream recommends no packages.

Versions of packages appstream suggests:
ii  apt-config-icons  0.12.9-1
ii  curl  7.67.0-2

-- no debconf information

I also saw this archlinux bug which had the same error [2] and to my
horror I got a whole bunch of metadata ignored due to colliding ids to
ignored component . Sharing an example of an ignored component. Please
fix if possible.

** (appstreamcli:529457): DEBUG: 09:22:14.426: WARNING: Ignored
component 'org.darktable.Darktable': The component is invalid.

1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932747#5
2. https://bbs.archlinux.org/viewtopic.php?id=228129
3.  #apptreamcli refresh-cache --force --verbose
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#947157: adequate reports broken-symlinks for supervise

2019-12-21 Thread shirish शिरीष
Package: tor
Version: 0.4.2.5-1
Severity: normal
Usertags: broken-symlink adequate

Dear all,
Adequate informed me of the broken symlinks while upgrading tor.

shirish@debian:"22 Dec 2019 10:36:52" ~$ adequate tor
tor: broken-symlink /etc/sv/tor/log/supervise -> /run/runit/supervise/tor.log
tor: broken-symlink /etc/sv/tor/supervise -> /run/runit/supervise/tor

Please fix the same.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tor depends on:
ii  adduser 3.118
ii  libc6   2.29-3
ii  libcap2 1:2.27-1
ii  libevent-2.1-7  2.1.11-stable-1
ii  liblzma55.2.4-1+b1
ii  libseccomp2 2.4.2-2
ii  libssl1.1   1.1.1d-2
ii  libsystemd0 244-3
ii  libzstd11.4.4+dfsg-1
ii  lsb-base11.1.0
ii  runit-helper2.8.14
ii  zlib1g  1:1.2.11.dfsg-1+b1

Versions of packages tor recommends:
ii  logrotate3.15.1-2
ii  tor-geoipdb  0.4.2.5-1
ii  torsocks 2.3.0-2+b1

Versions of packages tor suggests:
pn  apparmor-utils   
pn  mixmaster
ii  obfs4proxy   0.0.8-1
ii  socat1.7.3.3-2
pn  tor-arm  
ii  torbrowser-launcher  0.3.2-4

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#909740: I am guessing #909740 is what is stopping from having a libsdl2-mixer-dev transition

2019-12-16 Thread shirish शिरीष
Hi all,

Please CC me when answering this mail, thank you.

I have been trying for sometime now to understand why libsdl2-mixer
isn't the default. I tried various things to find about it. For e.g.
the multimedia mailing lists [1] but as it tracks not just sdl2 but
various other multimedia packages so that didn't work. I tried
transitions [2] but even in that big list of planned transitions it
isn't mentioned anywhere. I then tried the wiki but there is no page
for either SDL or libsdl or anything but only an old document from
2012 [3] if the wiki is to be believed, maybe that needs to go a
massive change as well. The only thing which made any sense was this
bug which I tracked from the pkg-sdl-maintainers list [4] .

I also tried to use two methods to see which all packages depend upon
libsdl-mixer1.2 to see which will give me the results.

The first one I tried was -

$ aptitude why libsdl-mixer1.2

This gave so many packages I didn't know what to make of it.

Even apt-rdepends -b libsdl-mixer-1.2 gives so many options seems it
will be a long haul to do anything like that :(

1. https://lists.debian.org/debian-multimedia/2019/
2. https://release.debian.org/transitions/
3. https://wiki.debian.org/Teams/DebianSdlGroup
4. https://alioth-lists.debian.net/pipermail/pkg-sdl-maintainers/

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#933264: don't think the new kotlin and hence new gradle will come soon.

2019-12-15 Thread shirish शिरीष
Dear Martin,

Don't think it wil happen soon, although would be delighted to be proved wrong.

>From what I understand, there seems to be issues with kotlin's
packaging or some sources in kotlin's source package. See Emmanuel
Buorg's reply to a similar asked by me couple of months ago. [1] .

Although no reason to lose hope just yet as there was another small
update to gradle in sid and now in testing today [2]

I am guessing we either have to wait for the java-team to move forward
or if you have any programming/packaging skills and wish to contribute
such skills then you can start by asking the java-team [3] . Looking
forward to any news and updates on kotlin as and when possible :)

1. https://lists.debian.org/debian-java/2019/10/msg7.html
2. 
https://tracker.debian.org/news/1085795/accepted-gradle-441-10-source-into-unstable/
3. https://java.debian.net/

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#946778: broken-symlink found by adequate in python3-paste MochiKit.js

2019-12-15 Thread shirish शिरीष
Package: python3-paste
Version: 3.2.3+dfsg1-1
Severity: normal

Usertags: broken-symlink adequate
User: debian...@lists.debian.org

Dear Maintainer,
Adequate informed me that there is a broken symlink in python3-paste.

$ adequate python3-paste
python3-paste: broken-symlink
/usr/lib/python3/dist-packages/paste/evalexception/media/MochiKit.packed.js
-> ../../../../../../share/javascript/mochikit/MochiKit.js

Please fix the same.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-paste depends on:
ii  python33.7.5-1
ii  python3-pkg-resources  41.2.0-1
ii  python3-six1.13.0-1
ii  python3-tempita0.5.2-5

Versions of packages python3-paste recommends:
ii  python3-openssl  19.0.0-1

Versions of packages python3-paste suggests:
pn  httpd-wsgi 
pn  libapache2-mod-python  
pn  libapache2-mod-scgi
pn  libjs-mochikit 
pn  python3-pastedeploy

-- no debconf information

-- 
  Regards,
      Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#946737: please update maven to 3.6.3

2019-12-14 Thread shirish शिरीष
Package: maven
Version: 3.6.2-1
Severity: wishlist

Dear Maintainer,
Seems maven has been updated to 3.6.3 and seems to have some bug-fixes
as can be seen from
http://maven.apache.org/docs/3.6.3/release-notes.html . It would be
nice if we can have it in debian.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages maven depends on:
ii  default-jre-headless [java7-runtime-headless] 2:1.11-72
ii  libjansi-java 1.18-1
ii  libmaven3-core-java   3.6.2-1
ii  libwagon-file-java3.3.3-1
ii  libwagon-http-shaded-java 3.3.3-1
ii  openjdk-11-jre-headless [java7-runtime-headless]  11.0.5+10-2
ii  openjdk-14-jre-headless [java7-runtime-headless]  14~19-1

maven recommends no packages.

maven suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



Bug#946707: guake seems to be deleting and adding letters on its own.

2019-12-14 Thread shirish शिरीष
Package: guake
Version: 3.6.3-2
Severity: normal

Dear Maintainer,

For some reason it seems when hyperlinks are copy-pasted on the
CLI/terminal emulator it sometimes deletes or adds letters to it.


For e.g. I had been trying -

$ youtube-dl -c -f 22 QPbWC_ZinNE

Now the whole URL from where the hash been taken us -

https://www.youtube.com/watch?v=QPbWC_ZinNE=PLHqSuWJSw8SAbt-xWXQ_dPkMvvaOJei47=8=0s

Now for some reason when I delete or backspace keys I get at times the
hash like -

$youtube-dl -c -f 22 htQPbWC_ZinNE

OR

$youtube-dl -c -f 23 bWC_ZinNE

such kind of things keep happening and I have to do it couple of times
to get it right. The best way is to copy and paste it to featherpad
and then copy and paste the results. It seems to work but that is only
a workaround.

Please let me know if you need any more info.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages guake depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.34.0-1
ii  gir1.2-glib-2.0  1.62.0-2
ii  gir1.2-gtk-3.0   3.24.13-1
ii  gir1.2-keybinder-3.0 0.3.2-1+b1
ii  gir1.2-notify-0.70.7.8-1
ii  gir1.2-pango-1.0 1.42.4-7
ii  gir1.2-vte-2.91  0.58.2-1
ii  gir1.2-wnck-3.0  3.32.0-1
ii  libglib2.0-bin   2.62.3-2
ii  libutempter0 1.1.6-4
ii  python3  3.7.5-1
ii  python3-cairo1.16.2-2
ii  python3-dbus 1.2.14-1
ii  python3-gi   3.34.0-3
ii  python3-pbr  5.4.3-2

guake recommends no packages.

Versions of packages guake suggests:
pn  numix-gtk-theme  

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C



  1   2   3   4   5   6   7   8   9   10   >