[SCM] Debian packaging of libgstreamer-perl branch, master, updated. 4fff3b4c0f4f768fdf08c831f5bf2f087b2159ec

Alessandro Ghedini al3xbio at gmail.com
Wed Feb 8 18:36:10 UTC 2012


The following commit has been merged in the master branch:
commit 592ff255c892e9af4d75b2a3b5456505fb08f02d
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Feb 8 19:21:38 2012 +0100

    Build depend and recommend gstreamer0.10-alsa on Linux only
    
    Thanks: Pino Toscano <pino at debian.org>
    Closes: 659150

diff --git a/debian/control b/debian/control
index bdcd3f0..df963ed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libgstreamer-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8), perl,
- gstreamer0.10-alsa,
+ gstreamer0.10-alsa [linux-any],
  gstreamer0.10-plugins-base,
  libextutils-depends-perl,
  libextutils-pkgconfig-perl,
@@ -19,7 +19,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgstreamer-
 Package: libgstreamer-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib-perl
-Recommends: gstreamer0.10-plugins-base, gstreamer0.10-alsa
+Recommends: gstreamer0.10-plugins-base, gstreamer0.10-alsa [linux-any]
 Description: Perl interface to the GStreamer media processing framework
  libgstreamer-perl allows a Perl developer to use the GStreamer libraries
  in a perlish way, freeing the programmer from any memory management and

-- 
Debian packaging of libgstreamer-perl



More information about the Pkg-perl-cvs-commits mailing list