[Python-modules-commits] [wifi] 03/13: Add homepage and update description
Ethan Ward
ethanward-guest at moszumanska.debian.org
Fri Aug 11 22:30:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository wifi.
commit a63f2517a52764ea04543acb5654c45044982af8
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Wed Aug 2 16:14:39 2017 -0500
Add homepage and update description
---
debian/control | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 604f544..03c8af7 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 10),
python3-setuptools,
python3-vcversioner
Standards-Version: 4.0.0
+Homepage: https://pypi.python.org/pypi/wifi
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/inflection.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/inflection.git
@@ -23,15 +24,17 @@ Package: python-wifi
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
-Description: Library wrappers around iwlist and /etc/network/interfaces.
- This package contains the module for Python 2.x. Wifi
- provides a wrapper for iwlist and /etc/network/interfaces
+Description: Library wrappers around iwlist and /etc/network/interfaces. (Python 2)
+ Wifi provides a wrapper for iwlist and /etc/network/interfaces
that makes it easier to connect to WiFi networks.
+ .
+ This package contains the module for Python 2.
Package: python3-wifi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: Library wrappers around iwlist and /etc/network/interfaces.
- This package contains the module for Python 2.x. Wifi
- provides a wrapper for iwlist and /etc/network/interfaces
+Description: Library wrappers around iwlist and /etc/network/interfaces. (Python 3)
+ Wifi provides a wrapper for iwlist and /etc/network/interfaces
that makes it easier to connect to WiFi networks.
+ .
+ This package contains the module for Python 3.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/wifi.git
More information about the Python-modules-commits
mailing list