File: control

package info (click to toggle)
gitlabracadabra 1.12.0
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,768 kB
  • sloc: python: 10,217; javascript: 112; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download
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
31
32
Source: gitlabracadabra
Section: admin
Priority: optional
Maintainer: Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-github,
               python3-gitlab,
               python3-html5lib,
               python3-jsonschema,
               python3-packaging,
               python3-pygit2,
               python3-semantic-version,
               python3-setuptools,
               python3-vcr
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://gitlab.com/gitlabracadabra/gitlabracadabra#readme
Vcs-Browser: https://gitlab.com/gitlabracadabra/gitlabracadabra
Vcs-Git: https://gitlab.com/gitlabracadabra/gitlabracadabra.git
Testsuite: autopkgtest-pkg-python

Package: gitlabracadabra
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Configure GitLab from a YAML file
 GitLab'racadabra is a way to configure a GitLab instance
 from a YAML configuration, using the API.
 .
 It is able to create GitLab's groups, projects, users and application
 settings.