r11682 - packages/trunk/freealut/debian

Peter Pentchev roam-guest at alioth.debian.org
Sun Jan 23 03:09:41 UTC 2011


Author: roam-guest
Date: 2011-01-23 03:09:39 +0000 (Sun, 23 Jan 2011)
New Revision: 11682

Modified:
   packages/trunk/freealut/debian/changelog
   packages/trunk/freealut/debian/control
Log:
Add misc:Depends to the binary packages.


Modified: packages/trunk/freealut/debian/changelog
===================================================================
--- packages/trunk/freealut/debian/changelog	2011-01-23 03:03:11 UTC (rev 11681)
+++ packages/trunk/freealut/debian/changelog	2011-01-23 03:09:39 UTC (rev 11682)
@@ -6,6 +6,7 @@
   * Convert to the 3.0 (quilt) source format.
   * Update the control file:
     - drop the redundant "libs" section on the libalut0 package
+    - add misc:Depends to the binary packages
 
  -- Peter Pentchev <roam at ringlet.net>  Sat, 22 Jan 2011 15:24:20 +0200
 

Modified: packages/trunk/freealut/debian/control
===================================================================
--- packages/trunk/freealut/debian/control	2011-01-23 03:03:11 UTC (rev 11681)
+++ packages/trunk/freealut/debian/control	2011-01-23 03:09:39 UTC (rev 11682)
@@ -11,7 +11,7 @@
 
 Package: libalut0
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: OpenAL Utility Toolkit
  freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of
  portable functions which remove the annoying details of getting an audio
@@ -20,7 +20,8 @@
 Package: libalut-dev
 Section: libdevel
 Architecture: any
-Depends: libalut0 (= ${binary:Version}), libopenal-dev (>= 1:0.0.8-1)
+Depends: libalut0 (= ${binary:Version}), libopenal-dev (>= 1:0.0.8-1),
+	${misc:Depends}
 Description: OpenAL Utility Toolkit development files
  freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of
  portable functions which remove the annoying details of getting an audio




More information about the Pkg-games-commits mailing list