Source: jdcal Version: 1.0-1 Severity: serious Tags: patch Control: affects -1 python-jdcal python3-jdcal
python-jdcal and python3-jdcal lack the dependencies they should have. Fix: --- debian/control.old 2017-07-06 13:43:34.000000000 +0000 +++ debian/control 2017-07-06 13:43:58.000000000 +0000 @@ -10,7 +10,7 @@ Package: python-jdcal Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, ${python:Depends} Description: Julian dates from proleptic Gregorian and Julian calendars This module contains functions for converting between Julian dates and calendar dates. @@ -22,7 +22,7 @@ Package: python3-jdcal Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: Julian dates from proleptic Gregorian and Julian calendars This module contains functions for converting between Julian dates and calendar dates.