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
  
     | 
    
      Source: gitlab-rulez
Section: devel
Priority: optional
Maintainer: Dylan Aïssi <daissi@debian.org>
Uploaders: Frédéric Danis <frederic.danis@collabora.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-gitlab,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.7.0
Homepage: https://gitlab.apertis.org/infrastructure/gitlab-rulez
Vcs-Browser: https://salsa.debian.org/debian/gitlab-rulez
Vcs-Git: https://salsa.debian.org/debian/gitlab-rulez.git
Rules-Requires-Root: no
Package: gitlab-rulez
Architecture: all
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: tool to help setting up GitLab repository
 Compute and apply changes to the settings of the projects in a
 GitLab instance based on a set of YAML rules.
 
     |