Skip to content

Commit 35b2c94

Browse files
dlechWasabiFan
authored andcommitted
debian: update control file for ev3dev-lang-python 2.x (#482)
This changes the name of the debian package so that the 2.x version can be installed at the same time as the 1.x version. Also update git: to https:
1 parent 6af0b14 commit 35b2c94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

debian/control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Source: python-ev3dev
1+
Source: python-ev3dev2
22
Maintainer: Ralph Hempel <[email protected]>
33
Section: python
44
Priority: optional
5-
Standards-Version: 3.9.5
5+
Standards-Version: 3.9.8
66
Build-Depends: python3-setuptools (>= 0.6b3), python3-all (>= 3.4), debhelper (>= 9), dh-python, python3-pillow
7-
VCS-Git: git://github.com/rhempel/ev3dev-lang-python.git
8-
VCS-Browser: https://github.com/rhempel/ev3dev-lang-python
7+
VCS-Git: https://github.com/ev3dev/ev3dev-lang-python.git
8+
VCS-Browser: https://github.com/ev3dev/ev3dev-lang-python
99

10-
Package: python3-ev3dev
10+
Package: python3-ev3dev2
1111
Architecture: all
1212
Depends: ${misc:Depends}, ${python3:Depends}
1313
Description: Python language bindings for ev3dev

0 commit comments

Comments
 (0)