[Python-modules-commits] [wifi] 10/13: Change rules and dependencies for wifi-python-wrapper
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 7d2155a6f26244481e3d3f76ca3f291fc22f51ab
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Fri Aug 11 16:22:22 2017 -0500
Change rules and dependencies for wifi-python-wrapper
---
debian/control | 2 +-
debian/rules | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 817ea38..85beb52 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: Library wrappers around iwlist and /etc/network/interfaces. (Python
Package: wifi-python-wrapper
Section: utils
Architecture: all
-Depends: python3-wifi
+Depends: python3-wifi, ${misc:Depends}, ${python3:Depends}
Description: Command line wrapper for iwlist and /etc/network/interfaces.
A wrapper that makes it easier to connect to wifi networks
from the command line.
diff --git a/debian/rules b/debian/rules
index f4f683e..3aef1ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,3 @@ export PYBUILD_NAME=wifi
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_install:
- dh_auto_install
- #rm debian/python-gtts/usr/bin/wifi
- rm debian/python3-gtts/usr/bin/wifi
--
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