File: control

package info (click to toggle)
gnome-builder 3.38.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,876 kB
  • sloc: ansic: 245,145; python: 5,119; xml: 2,068; sh: 383; ruby: 205; cpp: 64; makefile: 61; cs: 20; javascript: 13
file content (95 lines) | stat: -rw-r--r-- 3,758 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gnome-builder
Section: editors
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: appstream-util,
               at-spi2-core <!nocheck>,
               ca-certificates <!nocheck>,
               dbus <!nocheck>,
               python3-gi (>= 3.22.0),
               python3:any,
               debhelper-compat (= 12),
               desktop-file-utils,
               dh-sequence-gir,
               dh-sequence-gnome,
               dh-sequence-python3,
               exuberant-ctags,
               gnome-pkg-tools,
               gobject-introspection (>= 1.48.0),
               libclang-dev,
               libdazzle-1.0-dev (>= 3.37.0),
               libdevhelp-dev (>= 3.20.0),
               libenchant-2-dev,
               libflatpak-dev (>= 0.6.9) [amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x hppa powerpc powerpcspe ppc64],
               libgit2-glib-1.0-dev (>= 0.28.0.1),
               libgladeui-dev,
               libjsonrpc-glib-1.0-dev (>= 3.30.1),
               libsoup2.4-dev,
               libglib2.0-dev (>= 2.65.0),
               libgspell-1-dev (>= 1.2.0),
               libgtk-3-dev (>= 3.22.1),
               libgtksourceview-4-dev (>= 4.0.0),
               libjson-glib-dev (>= 0.1.0),
               libpango1.0-dev (>= 1.38.0),
               libpcre3-dev,
               libpeas-dev (>= 1.22.0),
               libpolkit-gobject-1-dev (>= 0.105),
               libtemplate-glib-1.0-dev (>= 3.28.0),
               libvala-dev,
               libvte-2.91-dev (>= 0.46),
               libwebkit2gtk-4.0-dev (>= 2.26),
               libxml2-dev (>= 2.9.0),
               llvm,
               llvm-dev,
               meson (>= 0.54.0),
               mm-common,
               sysprof (>= 3.37.1) [linux-any],
               valac (>= 0.40),
               xauth <!nocheck>,
               xvfb <!nocheck>,
# Don't (re)build libide api docs for now:
#               gtk-doc-tools,
Rules-Requires-Root: no
Standards-Version: 4.5.0
X-Ubuntu-Use-Langpack: yes
Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-builder
Vcs-Git: https://salsa.debian.org/gnome-team/gnome-builder.git
Homepage: https://wiki.gnome.org/Apps/Builder

Package: gnome-builder
Architecture: any
Depends: exuberant-ctags,
         gir1.2-ggit-1.0 (>= 0.28.0.1),
         gir1.2-glib-2.0 (>= 1.62.0),
         gir1.2-gtk-3.0 (>= 3.22.1),
         gir1.2-gtksource-4 (>= 4.0.0),
         gir1.2-jsonrpc-1.0 (>= 3.30.1),
         gir1.2-peas-1.0 (>= 1.22.0),
         gir1.2-webkit2-4.0 (>= 2.8.4),
         python3-gi,
         libvala-dev,
         clang,
         ${gir:Depends},
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: build-essential,
            flatpak-builder [amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x hppa powerpc powerpcspe ppc64],
            gettext,
            meson,
            pkg-config,
            python3-jedi,
            python3-lxml,
            sysprof (>= 3.33.4) [linux-any],
            valgrind [amd64 arm64 armhf i386 mips mips64 mips64el mipsel powerpc ppc64 ppc64el s390x x32]
Description: IDE for GNOME
 Builder is a new IDE for GNOME that is focused on bringing the power of
 our platform to more developers than ever before.
 .
 Builder attempts to be an IDE for writing software for GNOME. It does not try
 to be a generic IDE, but one specialized for GNOME application developers.