File: control

package info (click to toggle)
giblib 1.2.4-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,528 kB
  • sloc: sh: 7,923; ansic: 2,121; makefile: 35
file content (36 lines) | stat: -rw-r--r-- 1,126 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
Source: giblib
Section: libdevel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Build-Depends: debhelper (>= 11),
               libfreetype6-dev,
               libimlib2-dev,
               libltdl3-dev,
               libx11-dev
Standards-Version: 4.1.4.1
Homepage: http://linuxbrit.co.uk/giblib/
Vcs-Git: https://salsa.debian.org/eric/giblib.git
Vcs-Browser: https://salsa.debian.org/eric/giblib

Package: giblib-dev
Architecture: any
Depends: giblib1 (= ${binary:Version}),
         libfreetype6-dev,
         libimlib2-dev,
         libx11-dev,
         ${misc:Depends}
Description: headers for giblib
 headers and static libraries for giblib, a library of handy stuff.
 .
 giblib contains an imlib2 wrapper to avoid the context stuff,
 doubly-linked lists and font styles.

Package: giblib1
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: wrapper library for imlib2, and other stuff
 giblib is a library of handy stuff. Contains an imlib2 wrapper to avoid the
 context stuff, doubly-linked lists and font styles.