Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Bump Standards-Version to 4.3.0, no changes.
· a5721906
Bas Couwenberg
authored
Dec 25, 2018
a5721906
Reorder dependencies, real packages first.
· 96230d30
Bas Couwenberg
authored
Dec 25, 2018
96230d30
Align copyright holders.
· 7511160a
Bas Couwenberg
authored
Dec 25, 2018
7511160a
Improve readability with empty lines in rules.
· f0532a20
Bas Couwenberg
authored
Dec 25, 2018
f0532a20
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
f0532a20
...
...
@@ -9,16 +9,16 @@ Build-Depends: debhelper (>= 11),
python3-all,
python3-setuptools,
python3-six
Standards-Version: 4.
2.1
Standards-Version: 4.
3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/trollsift
Vcs-Git: https://salsa.debian.org/debian-gis-team/trollsift.git
Homepage: https://github.com/pytroll/trollsift
Package: python3-trollsift
Architecture: all
Depends:
${misc:Depends}
,
Depends:
python3-six
,
${python3:Depends},
python3-six
${misc:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: String parser/formatter for PyTroll packages
...
...
debian/copyright
View file @
f0532a20
debian/rules
View file @
f0532a20
...
...
@@ -3,13 +3,13 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export
PYBUILD_NAME
=
trollsift
export
PYBUILD_NAME
=
trollsift
%
:
dh
$@
--with
python3
--buildsystem
=
pybuild
override_dh_auto_clean
:
dh_auto_clean
$(RM)
-r
*.egg-info