You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now DriveShare's Debian package uses some conventions that prevent it from being accepted into the Debian archive. Namely, this involves installing dataserv-client via pip as a postinst hook.
If dataserv-client could be packaged using dh-virtualenv, it could be packaged appropriately for the Debian archive and thus DriveShare could remove the need to perform the aforementioned steps.
This would allow for both DataServ and DriveShare to be published to the Debian archive and would enable installation on Debian based distros via:
apt-get install driveshare
and/or
apt-get install dataserv-client
The text was updated successfully, but these errors were encountered:
Right now DriveShare's Debian package uses some conventions that prevent it from being accepted into the Debian archive. Namely, this involves installing
dataserv-client
viapip
as apostinst
hook.If
dataserv-client
could be packaged using dh-virtualenv, it could be packaged appropriately for the Debian archive and thus DriveShare could remove the need to perform the aforementioned steps.This would allow for both DataServ and DriveShare to be published to the Debian archive and would enable installation on Debian based distros via:
and/or
The text was updated successfully, but these errors were encountered: