[Python-modules-commits] [wifi] 04/11: Use wrap-and-sort and change arch
Ethan Ward
ethanward-guest at moszumanska.debian.org
Tue Jul 25 19:08:23 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 38b37c48ebd2fa8082da36f6da403c838ae3307d
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Tue Jul 25 13:05:21 2017 -0500
Use wrap-and-sort and change arch
---
debian/control | 12 ++++++------
debian/copyright | 10 +++++-----
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index ad03227..d62511f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,13 @@ Uploaders: Mycroft Devs <devops at mycroft.ai>
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
- python3-all,
- python-setuptools,
python-pytest-runner,
- python3-pytest-runner,
+ python-setuptools,
python-vcversioner,
- python3-vcversioner,
- python3-setuptools
+ python3-all,
+ python3-pytest-runner,
+ python3-setuptools,
+ python3-vcversioner
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/inflection.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/inflection.git
@@ -30,7 +30,7 @@ Description: Command line tool and library wrappers around iwlist and /etc/netwo
can be used from python.
Package: python3-wifi
-Architecture: any
+Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Command line tool and library wrappers around iwlist and /etc/network/interfaces.
This package contains the module for Python 3.x. Wifi
diff --git a/debian/copyright b/debian/copyright
index 51cfe78..8b06193 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,19 +30,19 @@ License: MIT-style
SOFTWARE.
License: BSD-2-Clause
- Redistribution and use in source and binary forms, with or without
+ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
- 1. Redistributions of source code must retain the above copyright notice,
+ 1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
+ notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
--
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