The following commit has been merged in the master branch:
commit b84db7c424619e46cd8fb2371169bdf46dba22a3
Author: Andreas Rönnquist <[email protected]>
Date:   Sat Mar 31 22:01:14 2012 +0200

    Fix misc:Depends capitalization

diff --git a/debian/control b/debian/control
index df34f37..d9f5074 100644
--- a/debian/control
+++ b/debian/control
@@ -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.
@@ -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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to