Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Reorder dependencies, misc:Depends last.
· b9df2cd7
Bas Couwenberg
authored
Dec 25, 2018
b9df2cd7
Align copyright holders.
· 8edbaa13
Bas Couwenberg
authored
Dec 25, 2018
8edbaa13
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
8edbaa13
...
...
@@ -18,8 +18,8 @@ Homepage: https://github.com/pytroll/pytroll-schedule
Package: python3-trollsched
Architecture: all
Depends: ${
misc
:Depends},
${
python3
:Depends}
,
Depends: ${
python3
:Depends},
${
misc
:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Scheduling satellite passes in Python
...
...
debian/copyright
View file @
8edbaa13