Skip to content

Commit b242d15

Browse files
committed
Fix Debian package files and add copyright
1 parent f9054c2 commit b242d15

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ __pycache__
33
*.swp
44
dist
55
*.egg-info
6-
RELEASE-VERSION
76
ev3dev/version.py

debian/control

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ Source: python-ev3dev
22
Maintainer: Ralph Hempel <[email protected]>
33
Section: python
44
Priority: optional
5+
Standards-Version: 3.9.5
56
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python
6-
Standards-Version: 3.9.1
7+
VCS-Git: git://github.com/rhempel/ev3dev-lang-python.git
8+
VCS-Browser: https://github.com/rhempel/ev3dev-lang-python
79

810
Package: python-ev3dev
911
Architecture: all
1012
Depends: ${misc:Depends}, ${python:Depends}
1113
Description: Python language bindings for ev3dev
12-
14+
This package is a pure Python binding to the peripheral
15+
devices on hardware that is supported by ev3dev.org - a
16+
minimal Debian distribution optimized for the LEGO
17+
MINDSTORMS EV3.

debian/copyright

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Files: debian/*
2+
License: MIT
3+
Copyright: 2015 Ralph Hempel <[email protected]>
4+
5+
Files: *
6+
License: MIT
7+
Copyright: 2015 Ralph Hempel <[email protected]>
8+
Copyright: 2015 Denis Demidov <[email protected]>
9+
Copyright: 2015 Eric Pascual <[email protected]>
10+
Copyright: 2015 Anton Vanhoucke <[email protected]>
11+
12+
License: MIT
13+
Permission is hereby granted, free of charge, to any person obtaining a
14+
copy of this software and associated documentation files (the "Software"),
15+
to deal in the Software without restriction, including without limitation
16+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
17+
and/or sell copies of the Software, and to permit persons to whom the
18+
Software is furnished to do so, subject to the following conditions:
19+
.
20+
The above copyright notice and this permission notice shall be included
21+
in all copies or substantial portions of the Software.
22+
.
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
24+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
26+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
27+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
28+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
29+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name='python-ev3dev',
77
version=git_version(),
88
description='Python language bindings for ev3dev',
9-
author='Ralph Hempel'
9+
author='Ralph Hempel',
1010
author_email='[email protected]',
1111
license='MIT',
1212
url='https://github.com/rhempel/ev3dev-lang-python',

0 commit comments

Comments
 (0)