[debian-edu-commits] debian-edu/ 07/11: wrap-and-sort

Dominik George natureshadow-guest at moszumanska.debian.org
Sun Dec 3 17:01:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository thonny.

commit 2a2e837a36cacdd22797f8512832a669aac38486
Author: Dominik George <nik at naturalnet.de>
Date:   Sun Dec 3 17:41:08 2017 +0100

    wrap-and-sort
---
 debian/control | 23 +++++++++++++++--------
 debian/install |  4 ++--
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index ef60d30..ce543ad 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,16 @@ Source: thonny
 Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team at lists.alioth.debian.org>
 Uploaders:
  Aivar Annamaa <aivar.annamaa at gmail.com>,
- Dominik George <nik at naturalnet.de>
+ Dominik George <nik at naturalnet.de>,
 Section: devel
 Priority: optional
-Build-Depends: dh-python, python3-setuptools, python3-all, python3-jedi, python3-tk, debhelper (>= 10)
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python3-all,
+ python3-jedi,
+ python3-setuptools,
+ python3-tk,
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-edu/pkg-team/thonny.git
 Vcs-Git: https://anonscm.debian.org/cgit/debian-edu/pkg-team/thonny.git
@@ -14,12 +20,13 @@ Testsuite: autopkgtest
 
 Package: thonny
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         python3-tk,
-         python3-pip,
-         python3-venv,
-         python3-jedi (>= 0.9.0)
+Depends:
+ python3-jedi (>= 0.9.0),
+ python3-pip,
+ python3-tk,
+ python3-venv,
+ ${misc:Depends},
+ ${python3:Depends},
 Description: Python IDE for beginners
  Thonny is a simple Python IDE with features useful for learning programming.
  .
diff --git a/debian/install b/debian/install
index a903fa4..522d1de 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,3 @@
-thonny/res/thonny.png usr/share/icons/hicolor/256x256/apps
-packaging/linux/org.thonny.Thonny.desktop usr/share/applications
 packaging/linux/org.thonny.Thonny.appdata.xml usr/share/metainfo
+packaging/linux/org.thonny.Thonny.desktop usr/share/applications
+thonny/res/thonny.png usr/share/icons/hicolor/256x256/apps

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/thonny.git



More information about the debian-edu-commits mailing list