[SCM] Debian packaging of libgstreamer-interfaces-perl branch, master, updated. fe66310bfa97baf06f1a3960e4066b70f136dbfa

Salvatore Bonaccorso carnil at debian.org
Fri Feb 10 07:27:33 UTC 2012


The following commit has been merged in the master branch:
commit 4b938bd71e6853ee1dfe7dc52a420bdfe9064ab0
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Feb 10 08:19:54 2012 +0100

    Simplify versioned (Build-)Depends
    
    Change versioned (Build-)Depends on packages which are already satisfied
    in Squeeze to unversioned (Build-)Depends.

diff --git a/debian/control b/debian/control
index 5409253..e2d90d1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: libgstreamer-interfaces-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libgstreamer-plugins-base0.10-dev (>= 0.10.12),
+Build-Depends: debhelper (>= 7), libgstreamer-plugins-base0.10-dev,
  gstreamer0.10-plugins-base, libgstreamer0.10-dev,
- libextutils-depends-perl (>= 0.205), libextutils-pkgconfig-perl (>= 1.07), 
- libglib-perl (>= 1.180), libgstreamer-perl, perl,
+ libextutils-depends-perl, libextutils-pkgconfig-perl,
+ libglib-perl, libgstreamer-perl, perl,
  gstreamer0.10-alsa [linux-any], alsa-utils [linux-any]
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Radici <antonio at dyne.org>,
@@ -17,9 +17,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgstreamer-
 Package: libgstreamer-interfaces-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
-  libgstreamer-perl, libglib-perl (>= 1.180),
-  libextutils-depends-perl (>= 0.205), libextutils-pkgconfig-perl (>= 1.07),
-  gstreamer0.10-plugins-base, libgstreamer-plugins-base0.10-0 (>= 0.10.12)
+  libgstreamer-perl, libglib-perl,
+  libextutils-depends-perl, libextutils-pkgconfig-perl,
+  gstreamer0.10-plugins-base, libgstreamer-plugins-base0.10-0
 Description: Perl interface to the GStreamer Interfaces library
  GStreamer::Interfaces provides access to some of the interfaces 
  in the GStreamer Interfaces library. Currently, that's 

-- 
Debian packaging of libgstreamer-interfaces-perl



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