JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
530 stars 60 forks source link

packaging this project for Debian #220

Open eighthave opened 1 year ago

eighthave commented 1 year ago

I'm a Debian Developer working as part of the Debian Android Tools Team, and I'm considering getting this library included in Debian. First, is that interesting to the maintainers? Does it make sense? On first look, it makes sense to me given our struggles with the AOSP code layout and structure.

I don't really need anything from the maintainers to do this, I'm mostly checking in. I might want to upstream some patches to make packaging easier.

Also, if you're interested in other Python implementation of AOSP things, in the name of automation, I also work on https://gitlab.com/fdroid/sdkmanager/

JeffLIrion commented 1 year ago

I'm considering getting this library included in Debian.

I'm not too familiar with Debian, can you please clarify what this means. Are you talking about getting this included so that all users have this package pre-installed? Or making it so that it could be installed using a package manager?

eighthave commented 1 year ago

I'm talking about getting it included in Debian as a package, so users can install it with the package manager, e.g. apt-get install python3-adb-shell.

JeffLIrion commented 1 year ago

Sorry for the slow reply! You can feel free to include this in Debian.