File: control

package info (click to toggle)
west 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: python: 10,357; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (2)
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
Source: west
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jakob Haufe <sur5r@debian.org>,
           Lena Voytek <lena@voytek.dev>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
Build-Depends-Indep: pybuild-plugin-pyproject,
                     python3,
                     python3-setuptools,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/zephyrproject-rtos/west
Vcs-Git: https://salsa.debian.org/python-team/packages/west.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/west

Package: west
Architecture: all
Depends: python3,
         ${misc:Depends},
         ${python3:Depends},
Description: Zephyr RTOS Project meta-tool
 West lets you manage multiple Git repositories under a single directory
 using a single file, called the west manifest file.
 .
 It is mainly used by the Zephyr RTOS project.