Replies: 1 comment 1 reply
-
|
It was a means to getting a default install working out of the box for most people. I know debian supports depending on a webserver with a default if none is already installed. So we could try that. I think it's something like It would need some testing to get the correct syntax. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thank you for this project. I had a question about the python3-patchman Debian package.
Why is apache2 a hard dependency for python3-patchman? From what I can tell, python3-patchman.install only installs the example apache configuration.
I'm already using nginx on the server, so having apache2 installed automatically seems unnecessary.
Would it be possible to move apache2 to
Recommends? Another option is to split the installation to another package, likepython3-patchman-apache2, that would be optionally installed the configuration file to keep that functionality. Also, redis-server could be moved toSuggests.Thanks
Beta Was this translation helpful? Give feedback.
All reactions