The following commit has been merged in the master branch:
commit d74ffbdaa7a49e11cb1787c21bff95d200725fec
Author: Andres Mejia <[email protected]>
Date:   Sat May 16 15:43:21 2009 -0400

    Add  in Depends field for binary packages. Silences lintian warning.

diff --git a/debian/control b/debian/control
index 73c666f..213d615 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ DM-Upload-Allowed: yes
 Package: libopenal-dev
 Section: libdevel
 Architecture: any
-Depends: libopenal1 (= ${binary:Version})
+Depends: libopenal1 (= ${binary:Version}), ${misc:Depends}
 Description: Software implementation of the OpenAL API (development files)
  OpenAL, the Open Audio Library, is a joint effort to create an open,
  vendor-neutral, cross-platform API for interactive, primarily spatialized
@@ -39,7 +39,7 @@ Description: Software implementation of the OpenAL API 
(development files)
 
 Package: libopenal1
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Software implementation of the OpenAL API (libraries)
  OpenAL, the Open Audio Library, is a joint effort to create an open,
  vendor-neutral, cross-platform API for interactive, primarily spatialized
@@ -67,7 +67,7 @@ Package: libopenal1-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libopenal1 (= ${binary:Version})
+Depends: libopenal1 (= ${binary:Version}), ${misc:Depends}
 Description: Software implementation of the OpenAL API (debugging symbols)
  OpenAL, the Open Audio Library, is a joint effort to create an open,
  vendor-neutral, cross-platform API for interactive, primarily spatialized

-- 
Packaging for openal-soft

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

Reply via email to