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

Dominique Dumont dod at debian.org
Wed Feb 22 11:35:48 UTC 2012


The following commit has been merged in the master branch:
commit d3156d23d8721574caafa462e0c553a0ea9f0220
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Feb 22 12:35:26 2012 +0100

    added missing runtime dependencies. For Alien::* modules, the runtime dep on native libs must be kept in sync with the build-time dep on lib*-dev packages, lest Alien::SDL will lie about what's available on users's machine

diff --git a/debian/control b/debian/control
index 14b93a6..6f1e92f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,7 @@ Build-Depends-Indep: freeglut3-dev,
                      libsmpeg-dev,
                      libtext-patch-perl,
                      libtiff4-dev,
-                     perl (>= 5.11.1) | libfile-path-perl (>= 2.08),
-                     perl (>= 5.11.4) | libfile-fetch-perl (>= 0.24),
-                     perl (>= 5.11.3) | libmodule-build-perl (>= 0.36)
+                     perl (>= 5.11.4) 
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libalien-sdl-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libalien-sdl-perl.git
@@ -36,7 +34,18 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          libcapture-tiny-perl,
          libfile-sharedir-perl (>= 1.00),
-         libfile-which-perl
+         libfile-which-perl,
+         libgl1-mesa-glx,
+         libjpeg8,
+         libpng12-0,
+         libsdl-gfx1.2-4,
+         libsdl-image1.2,
+         libsdl-mixer1.2,
+         libsdl-pango1,
+         libsdl-ttf2.0-0,
+         libsdl1.2,
+         libsmpeg0,
+         libtiff4
 Description: helper to get, build and use SDL libraries
  This package can be used to detect and get configuration 
  settings from an installed SDL and related libraries. Based on 

-- 
Debian packaging of Alien-SDL CPAN distribution



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