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

gregor herrmann gregoa at debian.org
Tue Dec 4 17:23:29 UTC 2012


The following commit has been merged in the master branch:
commit 140a4be403cfb048a4e82bf294f4101970bf21d9
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 4 18:18:34 2012 +0100

    Adjust build and runtime dependencies to allow other OpenGL implementations.
    
    Thanks: Jerome Vouillon for the bug report.
    Closes: #695027

diff --git a/debian/control b/debian/control
index 33dca7d..ab9d12f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: freeglut3-dev,
                      libcapture-tiny-perl,
                      libfile-sharedir-perl,
                      libfile-which-perl,
-                     libgl1-mesa-dev,
+                     libgl1-mesa-dev | libgl-dev,
                      libjpeg8-dev,
                      libpng12-dev,
                      libsdl-gfx1.2-dev,
@@ -35,7 +35,7 @@ Depends: ${misc:Depends},
          libcapture-tiny-perl,
          libfile-sharedir-perl,
          libfile-which-perl,
-         libgl1-mesa-glx,
+         libgl1-mesa-glx | libgl1,
          libjpeg8,
          libpng12-0,
          libsdl-gfx1.2-4,
@@ -68,7 +68,7 @@ Depends: ${misc:Depends},
          ${perl:Depends},
          freeglut3-dev,
          libalien-sdl-perl (= ${binary:Version}),
-         libgl1-mesa-dev,
+         libgl1-mesa-dev | libgl-dev,
          libjpeg8-dev,
          libpng12-dev,
          libsdl-gfx1.2-dev,

-- 
Debian packaging of Alien-SDL CPAN distribution



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