[Git][debian-gis-team/trollsift][master] 4 commits: Bump Standards-Version to 4.3.0, no changes.

Bas Couwenberg gitlab at salsa.debian.org
Tue Dec 25 11:00:51 GMT 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / trollsift


Commits:
a5721906 by Bas Couwenberg at 2018-12-25T10:51:13Z
Bump Standards-Version to 4.3.0, no changes.

- - - - -
96230d30 by Bas Couwenberg at 2018-12-25T10:51:37Z
Reorder dependencies, real packages first.

- - - - -
7511160a by Bas Couwenberg at 2018-12-25T10:52:08Z
Align copyright holders.

- - - - -
f0532a20 by Bas Couwenberg at 2018-12-25T10:55:42Z
Improve readability with empty lines in rules.

- - - - -


3 changed files:

- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -5,7 +5,7 @@ Source: https://github.com/pytroll/trollsift
 
 Files: *
 Copyright: 2014-2018 trollsift Developers
-           2014 Panu Lahtinen, Hrobjartur Thorsteinsson
+                2014 Panu Lahtinen, Hrobjartur Thorsteinsson
 License: GPL-3+
 
 Files: debian/*


=====================================
debian/rules
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/compare/f2e72044589137742542264ec38b13972dd041f8...f0532a20d8b7dd2184e52e9e1008eebb71a3075a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollsift/compare/f2e72044589137742542264ec38b13972dd041f8...f0532a20d8b7dd2184e52e9e1008eebb71a3075a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181225/6eb81b93/attachment-0001.html>


More information about the Pkg-grass-devel mailing list