r22468 - in /desktop/unstable/esound/debian: changelog control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Nov 29 12:17:35 UTC 2009


Author: pochu
Date: Sun Nov 29 12:17:35 2009
New Revision: 22468

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22468
Log:
* Let libesd0-dev depend on pkg-config. Closes: #558481.
* Standards-Version is 3.8.3, no changes needed.
* Let every package depend on ${misc:Depends}.

Modified:
    desktop/unstable/esound/debian/changelog
    desktop/unstable/esound/debian/control.in

Modified: desktop/unstable/esound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/changelog?rev=22468&op=diff
==============================================================================
--- desktop/unstable/esound/debian/changelog [utf-8] (original)
+++ desktop/unstable/esound/debian/changelog [utf-8] Sun Nov 29 12:17:35 2009
@@ -1,3 +1,11 @@
+esound (0.2.41-7) UNRELEASED; urgency=low
+
+  * Let libesd0-dev depend on pkg-config. Closes: #558481.
+  * Standards-Version is 3.8.3, no changes needed.
+  * Let every package depend on ${misc:Depends}.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 29 Nov 2009 13:01:22 +0100
+
 esound (0.2.41-6) unstable; urgency=low
 
   * Remove libesd-alsa0. Only build one package, libesd0. On Linux it 

Modified: desktop/unstable/esound/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/esound/debian/control.in?rev=22468&op=diff
==============================================================================
--- desktop/unstable/esound/debian/control.in [utf-8] (original)
+++ desktop/unstable/esound/debian/control.in [utf-8] Sun Nov 29 12:17:35 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Build-Depends: libaudiofile-dev (>= 0.2.3),
                libasound2-dev | not+linux-gnu,
                libwrap0-dev,
@@ -18,20 +18,25 @@
 
 Package: esound
 Architecture: any
-Depends: ${shlibs:Depends}, esound-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         esound-common (= ${source:Version})
 Description: Enlightened Sound Daemon - Support binaries
  This program is designed to mix together several digitized 
  audio streams for playback by a single device.
 
 Package: esound-clients
 Architecture: any
-Depends: ${shlibs:Depends}, esound-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         esound-common (= ${source:Version})
 Conflicts: libesd0 (<< 0.2.40-1), libesd-alsa0 (<< 0.2.40-1)
 Description: Enlightened Sound Daemon - clients
  Utilities that control and interact with the Enlightened Sound Daemon.
 
 Package: esound-common
 Architecture: all
+Depends: ${misc:Depends},
 Recommends: esound-clients
 Conflicts: libesd-alsa0
 Description: Enlightened Sound Daemon - Common files
@@ -43,7 +48,9 @@
 Package: libesd0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, esound-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         esound-common (= ${source:Version})
 Suggests: esound-clients, esound
 Conflicts: esound-clients (<< 0.2.36-1), libesd-alsa0
 Description: Enlightened Sound Daemon - Shared libraries
@@ -55,9 +62,11 @@
 Package: libesd0-dev
 Architecture: any
 Section: libdevel
-Depends: libesd0 (= ${binary:Version}), 
+Depends: ${misc:Depends},
+         libesd0 (= ${binary:Version}),
+         esound-common (= ${source:Version}),
          libaudiofile-dev (>= 0.1.5),
-         esound-common (= ${source:Version})
+         pkg-config
 Description: Enlightened Sound Daemon - Development files
  This program is designed to mix together several digitized 
  audio streams for playback by a single device.




More information about the pkg-gnome-commits mailing list