Skip to content

Commit 6f9f1f5

Browse files
committed
First pass at creating package for Python3
1 parent fcaf19d commit 6f9f1f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Maintainer: Ralph Hempel <[email protected]>
33
Section: python
44
Priority: optional
55
Standards-Version: 3.9.5
6-
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python
6+
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 3.4), debhelper (>= 9), dh-python
77
VCS-Git: git://github.com/rhempel/ev3dev-lang-python.git
88
VCS-Browser: https://github.com/rhempel/ev3dev-lang-python
99

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Files: debian/*
22
License: MIT
3-
Copyright: 2015 Ralph Hempel <[email protected]>
3+
Copyright: 2016 Ralph Hempel <[email protected]>
44

55
Files: *
66
License: MIT
7-
Copyright: 2015 Ralph Hempel <[email protected]>
7+
Copyright: 2016 Ralph Hempel <[email protected]>
88
Copyright: 2015 Denis Demidov <[email protected]>
99
Copyright: 2015 Eric Pascual <[email protected]>
1010
Copyright: 2015 Anton Vanhoucke <[email protected]>

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export PYBUILD_NAME=python-ev3dev
55
VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: (.*),\1,p')
66

77
%:
8-
dh $@ --with python2 --buildsystem=pybuild
8+
dh $@ --with python3 --buildsystem=pybuild
99

1010
override_dh_auto_configure:
1111
echo VERSION > RELEASE-VERSION

0 commit comments

Comments
 (0)