[SCM] Debian packaging of allegro4.4 branch, master, updated. 47c054503b3aab3669893448eecf9fdaaade953a

Andreas Rönnquist gusnan at gusnan.se
Sat Mar 31 20:16:52 UTC 2012


The following commit has been merged in the master branch:
commit 9d9fab95c89349cc0322bac852ac2efceba87b4f
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date:   Sat Mar 31 21:49:24 2012 +0200

    Fix the depends

diff --git a/debian/control b/debian/control
index 59d0994..df34f37 100644
--- a/debian/control
+++ b/debian/control
@@ -126,7 +126,7 @@ Package: liballegrogl
 Section: libs
 Architecture: any
 Pre-Depends: multiarch-support
-Depends: ${misc:Depends}, liballegro4.4 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, liballegro4.4 (= ${binary:Version})
 Description: library to mix OpenGL graphics with Allegro routines
  AllegroGL is an Allegro add-on that allows you to use OpenGL alongside 
  Allegro -- you use OpenGL for your rendering to the screen, and Allegro for 
@@ -172,7 +172,7 @@ Package: libjpgalleg
 Section: libs
 Architecture: any
 Pre-Depends: multiarch-support
-Depends: ${misc-depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: JPG loading addon for Allegro 4
  This add-on for Allegro will allow you to load and save JPG images using 
  standard Allegro image handling functions as if they were normal bitmaps.
@@ -181,7 +181,7 @@ Package: libjpgalleg-dev
 Section: libdevel
 Architecture: any
 Pre-Depends: multiarch-support
-Depends: ${misc-depends}
+Depends: ${misc:depends}
 Description: JPG loading addon for Allegro 4
  This add-on for Allegro will allow you to load and save JPG images using 
  standard Allegro image handling functions as if they were normal bitmaps.
@@ -190,7 +190,7 @@ Package: libloadpng
 Section: libs
 Architecture: any
 Pre-Depends: multiarch-support
-Depends: ${misc-depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: PNG loading addon for Allegro 4
  This add-on for Allegro will allow you to load and save PNG images using 
  standard Allegro image handling functions as if they were normal bitmaps.
@@ -199,7 +199,7 @@ Package: libloadpng-dev
 Section: libdevel
 Architecture: any
 Pre-Depends: multiarch-support
-Depends: ${misc-depends}
+Depends: ${misc:depends}
 Description: PNG loading addon for Allegro 4
  This add-on for Allegro will allow you to load and save PNG images using 
  standard Allegro image handling functions as if they were normal bitmaps.

-- 
Debian packaging of allegro4.4



More information about the Pkg-games-commits mailing list