forked from ros-infrastructure/rospkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stdeb.cfg
30 lines (29 loc) · 1.16 KB
/
stdeb.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[rospkg]
Debian-Version: 100
; rospkg-modules same version as in:
; - setup.py
; - src/rospkg/__init__.py
Depends: python-argparse, python-rospkg-modules (>= 1.2.10)
; rospkg-modules same version as in:
; - setup.py
; - src/rospkg/__init__.py
Depends3: python3-rospkg-modules (>= 1.2.10)
Conflicts: python3-rospkg
Conflicts3: python-rospkg
Suite: xenial yakkety zesty artful bionic cosmic disco eoan jessie stretch buster
Suite3: xenial yakkety zesty artful bionic cosmic disco eoan focal jessie stretch buster
Python2-Depends-Name: python
X-Python3-Version: >= 3.4
Setup-Env-Vars: SKIP_PYTHON_MODULES=1
[rospkg_modules]
Depends: python-catkin-pkg-modules, python-yaml, lsb-release
Depends3: python3-catkin-pkg-modules, python3-distro | python3 (<< 3.8), python3-yaml, lsb-release
Conflicts: python-rospkg (<< 1.1.0)
Conflicts3: python3-rospkg (<< 1.1.0)
Replaces: python-rospkg (<< 1.1.0)
Replaces3: python3-rospkg (<< 1.1.0)
Suite: xenial yakkety zesty artful bionic cosmic disco eoan jessie stretch buster
Suite3: xenial yakkety zesty artful bionic cosmic disco eoan focal jessie stretch buster
Python2-Depends-Name: python
X-Python3-Version: >= 3.4
Setup-Env-Vars: SKIP_PYTHON_SCRIPTS=1