Michael Fladischer
Michael Fladischer
Sure, that would make it way easier.
Yeah, changing this line worked for me. Now I can see the list of executeables. Still stuck on DOSBox Pure not accepting input from keyboard/mouse but this seems like an...
That depends on the [release of Debian](https://tracker.debian.org/pkg/mdbtools) you are using. Debian 11 (bullseye) was released with 0.9.1 and Debian 12 (bookworm) will ship at least 1.0.0. You can of course...
You have to install the odbc-mdbtools package which contains the actual ODBC driver shared object file (`libmdbodbc.so`). ``` apt install odbc-mdbtools ``` This should add a driver stanza to `/etc/odbcinst.ini`:...
I'm seeing this just as a Debian package maintainer. Right now I have to patch setup.py to change the package name and therefor the handling of a prospective Debian django_sendfile...
Yes, pysendfile is already [packaged for Debian](http://packages.debian.org/sid/python-sendfile) and thus already occupies the `sendfile` namespace. I'd file an Intention-to-package (ITP) bug within Debian stating that I would like to package django-sendfile...
Any news on this? I tried to come up with a namespace transitioning scheme but none of them seem to work without at least providing a `sendfile/__init__.py` from within the...
I checked my [package](http://ftp.at.debian.org/debian/pool/main/z/zsh-antigen/zsh-antigen_2.2.3-1_all.deb) in the Debian repository and it looks fine. The [package](https://launchpad.net/ubuntu/+archive/primary/+files/zsh-antigen_2.2.3-1_all.deb) in the Ubuntu repository is indeed malformed, which is strange as Ubuntu usually only copies the...
I have now pushed 2.2.3-4 to the Debian archive. This should fix the builds on Ubuntu.
@prateeka Ubuntu 20.04 was released in 2020, almost a year before I uploaded 2.2.3-4 to the Debian archive. You will have to take it to the Ubuntu bugtracker to have...