[Python-modules-commits] [python-gammu] 01/01: Cleanup debian/control
Michal Cihar
nijel at moszumanska.debian.org
Mon Jan 15 12:38:20 UTC 2018
This is an automated email from the git hooks/post-receive script.
nijel pushed a commit to branch master
in repository python-gammu.
commit 11125f2cbf1b504dae67874a9d0ea03baf457004
Author: Michal Čihař <michal at cihar.com>
Date: Mon Jan 15 13:38:03 2018 +0100
Cleanup debian/control
Signed-off-by: Michal Čihař <michal at cihar.com>
---
debian/control | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index e8f84bb..71c97c8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,16 @@ Source: python-gammu
Maintainer: Michal Čihař <nijel at debian.org>
Section: python
Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3),
- python3-setuptools,
- python-all-dev (>= 2.6.6-3),
- python3-all-dev,
- debhelper (>= 9),
- libgammu-dev (>= 1.37.90),
- pkg-config,
- libdbd-sqlite3,
- dh-python
-Standards-Version: 4.1.3
+Build-Depends: python-setuptools,
+ python3-setuptools,
+ python-all-dev,
+ python3-all-dev,
+ debhelper (>= 9),
+ libgammu-dev (>= 1.37.90),
+ pkg-config,
+ libdbd-sqlite3,
+ dh-python
+Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-gammu.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-gammu.git
Homepage: http://wammu.eu/python-gammu/
@@ -20,7 +20,9 @@ X-Python3-Version: >= 3.2
Package: python-gammu
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
Description: Python module to communicate with mobile phones (Python 2)
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...
@@ -29,7 +31,9 @@ Description: Python module to communicate with mobile phones (Python 2)
Package: python3-gammu
Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
Description: Python module to communicate with mobile phones (Python 3)
This provides gammu module, that can work with any phone Gammu
supports - many Nokias, Siemens, Alcatel, ...
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gammu.git
More information about the Python-modules-commits
mailing list