Skip to content

Commit

Permalink
Python certbot apache is required with recent certbot package
Browse files Browse the repository at this point in the history
* close #2
* With wheezy only certbot is required, with more recent on jessie and later, certbot is splitted
  • Loading branch information
camlafit committed Aug 29, 2017
1 parent 052ba0f commit 8f4e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package:
--license GPLv3 \
--category admin \
--architecture all \
--depends "debconf, alternc (>= 3.2), certbot" \
--depends "debconf, alternc (>= 3.2), certbot, certbot ( <= 8 ) | python-certbot-apache" \
--deb-config "debian/config" \
--deb-templates "debian/config.templates" \
--chdir src \
Expand Down

0 comments on commit 8f4e7be

Please sign in to comment.