Bug#1039456: apt-xapian-index: missing depedency on python3-six

2023-06-25 Thread Alexandre Detiste
Package: apt-xapian-index
Version: 0.53
Severity: normal

apt-xapian-index uses python3-six in a single place
but forget to declare a depedency on it

apt-xapian-index would better be ported
to properly use the "io" module dirrectly
(one line change)

$ grep ' six' /bin -r 2>/dev/null | grep import
/bin/axi-cache:from six import StringIO
$ dpkg -S axi-cache
apt-xapian-index: /usr/bin/axi-cache

Greetings,


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

Kernel: Linux 6.1.0-9-amd64 (SMP w/6 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apt-xapian-index depends on:
ii  python3 3.11.2-1+b1
ii  python3-apt 2.6.0
ii  python3-debian  0.1.49
ii  python3-xapian  1.4.22-1

apt-xapian-index recommends no packages.

Versions of packages apt-xapian-index suggests:
ii  python3-xdg  0.28-2

-- no debconf information



Bug#1049936: planner: please outdate obsolete dependency on Gtk2

2023-08-16 Thread Alexandre Detiste
Package: planner
Version: 0.14.91-2
Severity: important
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: gtk2 oldlibs
X-Debbugs-Cc: pkg-gnome-maintain...@lists.alioth.debian.org
Control: block 947713 by -1

Hi,

This package is erroneously pulling in Gtk2.
It works fine without "gir1.2-gtk-2.0",
even after having deleted it's contents.

Please consider replacing "gir1.2-gtk-2.0" by "gir1.2-gtk-3.0"
in the dependencies.

Greetings,




$ ldd /usr/bin/planner | grep -i g[dt]k
libgtk-3.so.0 => /lib/x86_64-linux-gnu/libgtk-3.so.0 
(0x7f62b020)
libgdk-3.so.0 => /lib/x86_64-linux-gnu/libgdk-3.so.0 
(0x7f62b0a1a000)
libgdk_pixbuf-2.0.so.0 => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 
(0x7f62b0039000)

$ apt show planner | grep ^Depends | tr ' ' '\n' | grep -i g[dt]k
gir1.2-gtk-2.0
libgdk-pixbuf-2.0-0
libgtk-3-0


$ dpkg -L gir1.2-gtk-2.0:amd64 | grep typelib | sudo xargs rm -v
'/usr/lib/x86_64-linux-gnu/girepository-1.0/Gdk-2.0.typelib' supprimé
'/usr/lib/x86_64-linux-gnu/girepository-1.0/GdkX11-2.0.typelib' supprimé
'/usr/lib/x86_64-linux-gnu/girepository-1.0/Gtk-2.0.typelib' supprimé


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

Kernel: Linux 6.4.0-2-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages planner depends on:
ii  gir1.2-gtk-2.0   2.24.33-2-> KO!
ii  libatk1.0-0  2.48.3-1
ii  libc62.37-7
ii  libcairo-gobject21.16.0-7
ii  libcairo21.16.0-7
ii  libgail-3-0  3.24.38-2
ii  libgda-5.0-4 5.2.10-3
ii  libgdk-pixbuf-2.0-0  2.42.10+dfsg-1+b1
ii  libglib2.0-0 2.77.1-2
ii  libgtk-3-0   3.24.38-2-> OK!
ii  libpango-1.0-0   1.50.14+ds-1
ii  libpangocairo-1.0-0  1.50.14+ds-1
ii  libxml2  2.9.14+dfsg-1.3
ii  libxslt1.1   1.1.35-1
ii  planner-data 0.14.91-2
ii  python3-gi   3.44.1-2
ii  shared-mime-info 2.2-1

Versions of packages planner recommends:
pn  planner-doc  

planner suggests no packages.

-- no debconf information


Bug#1052496: zope.i18nmessageid: please package v6.0.1 and drop dependency on six

2023-09-23 Thread Alexandre Detiste
Source: zope.i18nmessageid
Version: 5.0.1-2
Severity: normal
User: python3-...@packages.debian.org
Usertags: python3-six-removal

The python3-six library is one of the last remaining crumbs
of the lengthy python2->3 migration and is deprecated.

Please package v6.0.1 which remove usage of this helper library.
https://github.com/zopefoundation/zope.i18nmessageid/pull/36/files

Thanks




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

Kernel: Linux 6.4.0-4-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)



Bug#1057450: apt-xapian-index: systemd fails to start apt-xapian-index.service

2023-12-05 Thread Alexandre Detiste
Hi,

Le mar. 5 déc. 2023 à 10:57, Giacomo Mulas  a écrit :
>  which appears to hint at a bug in the python script.

Yes, this package is mostly unmaintained and needs a lot of work:

https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=apt-xapian-index
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index

My QA upload only addressed some easy matters.

> If useful, I'm willing to help testing this.

I would be happy to review your fixes &
add more type annotations if that helps;
but be aware that this project needs more than quick fixes,
much more like a big overall.

Greetings



Bug#786453: New version 20180515 cannot be downloaded

2023-12-07 Thread Alexandre Detiste
https://web.archive.org/web/20220529104942/http://www.hoicher.de/hoichess/download/

-> tourney_manager-20180515.tar.gz



Bug#1061113: RM: python-fswrap -- ROM dead upstream, lowpopcon, RC buggy, orphaned

2024-01-18 Thread Alexandre Detiste
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: python-fsw...@packages.debian.org, Yogeswaran Umasankar

Control: affects -1 + src:python-fswrap

Hi Yogeswaran,

I greatly appreciate your recent work,
but I don't think you or I or anybody
should waste more time on this package.

Thus I ask it's removal.

Greetings,

Alexandre


- dead upstream since 2014
  https://github.com/hyde/fswrap

- low popcon
  https://qa.debian.org/popcon.php?package=python-fswrap

- no user left in Debian
   (I cannot check build-dependencies here but I'm confident...)
$ apt rdepends python3-fswrap
python3-fswrap
Reverse Depends:

- only exists in Debian & derivatives:
 https://repology.org/project/python:fswrap/packages


Greetings,



> Could you please provide me feedback for 'python-fswrap',
> and consider sponsoring it?

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928542

> Control: retitle 928542 ITA: python-fswrap -- unified object oriented 
> interface to file system objects
> Owner: Yogeswaran Umasankar 
> Hi,
> I would like to adopt this package, and maintain it under Debian Python Team.
> Cheers!



Bug#784259: lgc-pg segfaults when run headless

2015-05-04 Thread Alexandre Detiste
Package: lgc-pg
Version: 1.2.6-1
Severity: normal

Dear Maintainer,

I see that lgc-pg uses libSDL for it's imager manipulation.

If run headless, it will segfault;
I see that when run normally it opens a window
for a fraction of a second.

I guess somewhere there is an unchecked SDL return code.

This behaviour could also be documented.

Alexandre Detiste

/tmp $ lgc-pg -s raw/ -d result/
LGeneral Converter for Panzer General (DOS version) v1.2.6
Copyright 2002-2012 Michael Speck
Released under GNU GPL
---
Settings:
  Source: raw/
  Destination: result/
  Target: pg
  Full Campaign
  Use Individual Palettes
  Apply PG unit modifications
Segmentation fault



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.19.0-trunk-amd64 (SMP w/6 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lgc-pg depends on:
ii  libc62.19-18
ii  libsdl1.2debian  1.2.15-11

lgc-pg recommends no packages.

Versions of packages lgc-pg suggests:
pn  lgeneral  

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150504163018.1376.64445.reportbug@antec



Bug#782118: OpenSuSe snapshot

2024-11-27 Thread Alexandre Detiste
The SuSE patch says it fix the 64 bit problem

https://build.opensuse.org/package/show/openSUSE:Factory/lifelines



Bug#503500: url

2024-12-02 Thread Alexandre Detiste
http://braingames.jorito.net/mog/downloads/mog.src_0.63-1548.tgz



Bug#1088867: RM: python-cliapp -- RoQA; obsolete, unmaintained upstream

2024-12-02 Thread Alexandre Detiste
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: python-cli...@packages.debian.org
Control: affects -1 + src:python-cliapp
User: ftp.debian@packages.debian.org
Usertags: remove
Control: tag -1 moreinfo

Dear FTP Masters,


This framework was only used by cmdtest,
which I'll ask removal too right away.

Greetings

---

There's more discussion here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087699

[Lars Wirzenius]
> I haven't used, developed, or maintained cliapp as upstream in many
> years, either. It's dead. I do not intend to ever touch the package,
> as upstream, in any way, for any reason. There is no public upstream
> Git repository. I with Debian would remove it or else that someone
> takes over the project as upstream.



Bug#1088737: RM: xflip -- ROP; obsolete on wayland display, broken for +10 years

2024-11-30 Thread Alexandre Detiste
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: xf...@packages.debian.org, Joachim Breitner 
Control: affects -1 + src:xflip
User: ftp.debian@packages.debian.org
Usertags: remove

Hi,

This old package remained as a historical curiosity.

Something that would takes hours to get fixed and
...then nothing (it doesn't _sees_ wayland windows).

Please remove it from the archive.

Greetings

Alexandre


> From: Joachim Breitner 
> To: Enrico Zini , 749...@bugs.debian.org
> Subject: Re: Bug#749899: xflip and meltdown are almost too fast to be noticed
> Date: Fri, 30 May 2014 23:57:55 +0200
> [Message part 1 (text/plain, inline)]
> Hi,
>
> ...
>
> I had taken over xflip mainly for sentimental reasons, and by now they
> can be called historical. Maybe we should just drop them, or find
> someone who re-implements them in half a day, using modern APIs
> (compositing) and stuff. But that’s unlikely me.
>
> Greetings,
> Joachim


Bug#1091326: xsok: the save/restore feature is broken

2024-12-23 Thread Alexandre Detiste
Package: xsok
Version: 1.02-20
Severity: important

The save & restore features depends ont the .postinst / .postrm scripts
that were removed in commit 19f5b04c0a686e20a985aa5d3a7235eb612dbcf6

Now the game says:

"Saving of game FAILED. Could not open file."



Bug#1092434: xscavenger: FTBFS: make: *** [debian/rules:99: stamp-binary] Error 1

2025-01-08 Thread Alexandre Detiste
I can do that.

As Simon said when we requested Salsa admin to move 40+ orphaned games from
debian/ dir to games/: our games need human Uploaders, so Patrice would
need to adopt the game (ie: add himself as Uploader)

Greetings and thanks for the heads up

Le mer. 8 janv. 2025, 23:01, Santiago Vila  a écrit :

> > If you can fix that I will gladly upload a fixed package
> > (with credit to you, of course).
>
> Hmm, I see you are a member of Debian Games. A better
> idea would be to ask someone else in the team to
> be your sponsor.
>
> (Cc:ing Alexandre in case he wants to care about this,
> since he also uploaded pentobi).
>
> Thanks.
>