[SCM] Debian packaging of Alien-SDL CPAN distribution branch, master, updated. debian/1.430-2-3-g865fa78

Dominique Dumont dod at debian.org
Sat Feb 25 14:14:39 UTC 2012


The following commit has been merged in the master branch:
commit 2273502e1404fe33f07671941c65b9e64cc22323
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Feb 25 15:02:37 2012 +0100

    add new meta-package

diff --git a/debian/control b/debian/control
index 77057a9..a577cc8 100644
--- a/debian/control
+++ b/debian/control
@@ -60,3 +60,38 @@ Description: helper to get, build and use SDL libraries
  .
  This package provides Perl module Alien::SDL
 
+Package: libalien-sdl-dev-perl
+Architecture: all
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         freeglut3-dev,
+         libgl1-mesa-dev,
+         libjpeg8-dev,
+         libpng12-dev,
+         libsdl-gfx1.2-dev,
+         libsdl-image1.2-dev,
+         libsdl-mixer1.2-dev,
+         libsdl-pango-dev,
+         libsdl-ttf2.0-dev,
+         libsdl1.2-dev,
+         libsmpeg-dev,
+         libtiff4-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 a record of all native libs used when
+ building this package. This record is queried by other Perl SDL
+ application to know what native libraries are available. In order to
+ actually provide these libraries, libalien-sdl-perl package will
+ depend on a lot of lib packages (like libsdl-image1.2) even though it
+ does not uses them directly.
+ .
+ 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 meta
+ package depends on all packages used to build libalien-sdl-perl (and
+ on libalien-sdl-perl).
+

-- 
Debian packaging of Alien-SDL CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list