File: control

package info (click to toggle)
glib-d 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: makefile: 5
file content (46 lines) | stat: -rw-r--r-- 1,737 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
# 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: glib-d
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper (>= 12),
               dh-dlang (>= 0.6.2),
               gir-to-d (>= 0.22),
               gnome-pkg-tools (>= 0.10),
               libgirepository1.0-dev (>= 1.56),
               libglib2.0-dev (>= 2.56),
               meson (>= 0.46)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnome-team/glib-d
Vcs-Git: https://salsa.debian.org/gnome-team/glib-d.git
Homepage: https://github.com/gtkd-developers/GlibD

Package: libglibd-2.0-0
Architecture: any
Depends: libglib2.0-0 (>= 2.56),
         ${misc:Depends},
         ${shlibs:Depends}
Description: GLib library of C routines - D bindings
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library.
 .
 This package contains bindings to GLib for software written in D.

Package: libglibd-2.0-dev
Architecture: any
Section: libdevel
Depends: libglibd-2.0-0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: GLib library of C routines - development files for D
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library.
 .
 This package contains development files needed to write applications in
 the D programming language that use GLib.