File: control

package info (click to toggle)
libalien-sdl-perl 1.446-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,580 kB
  • sloc: perl: 1,317; ansic: 130; makefile: 4
file content (82 lines) | stat: -rw-r--r-- 3,117 bytes parent folder | download | duplicates (2)
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
Source: libalien-sdl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.421100-2),
               perl
Build-Depends-Indep: freeglut3-dev,
                     libarchive-extract-perl | perl (<< 5.17.0),
                     libarchive-zip-perl,
                     libcapture-tiny-perl,
                     libfile-sharedir-perl,
                     libfile-which-perl,
                     libgl1-mesa-dev | libgl-dev,
                     libjpeg-dev,
                     libpng-dev,
                     libsdl-gfx1.2-dev,
                     libsdl-image1.2-dev,
                     libsdl-mixer1.2-dev,
                     libsdl-net1.2-dev,
                     libsdl-pango-dev,
                     libsdl-ttf2.0-dev,
                     libsdl1.2-dev,
                     libsmpeg-dev,
                     libtext-patch-perl,
                     libtiff-dev
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalien-sdl-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libalien-sdl-perl.git
Homepage: https://metacpan.org/release/Alien-SDL

Package: libalien-sdl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcapture-tiny-perl,
         libfile-sharedir-perl,
         libfile-which-perl
Description: helper to get, build and use SDL libraries
 Perl's idea of a metapackage to provide C library dependencies for
 Perl SDL application.
 .
 When building from source, this package can be used to detect and get
 configuration settings from an installed SDL and related libraries. As
 a binary package, it provides on native libs used when
 building this package.
 .
 This package provides Perl module Alien::SDL

Package: libalien-sdl-dev-perl
Architecture: all
Depends: ${misc:Depends},
         freeglut3-dev,
         libalien-sdl-perl (= ${binary:Version}),
         libgl1-mesa-dev | libgl-dev,
         libjpeg-dev,
         libpng-dev,
         libsdl-gfx1.2-dev,
         libsdl-image1.2-dev,
         libsdl-mixer1.2-dev,
         libsdl-net1.2-dev,
         libsdl-pango-dev,
         libsdl-ttf2.0-dev,
         libsdl1.2-dev,
         libsmpeg-dev,
         libtiff-dev
Description: helper  to build  Perl program using SDL libraries
 Perl's idea of a metapackage to provide C library dependencies for
 Perl SDL application.
 .
 When building from source, this package can be used to detect and get
 configuration settings from an installed SDL and related libraries. As
 a binary package, it provides information on native libs used when
 building this package.
 .
 Regarding the native C libraries, all packages built with
 libalien-sdl-perl must have at least the same build dependencies than
 libalien-sdl-perl. Since this list if not fun to maintain, this
 metapackage depends on all packages used to build libalien-sdl-perl
 (and also depends on libalien-sdl-perl).