[Pkg-voip-commits] r4011 - pwlib/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Aug 12 09:36:37 UTC 2007


Author: kilian
Date: 2007-08-12 09:36:37 +0000 (Sun, 12 Aug 2007)
New Revision: 4011

Modified:
   pwlib/trunk/debian/changelog
   pwlib/trunk/debian/control
Log:
* Remove circular dependencies from plugins. (Closes: #437383)

Modified: pwlib/trunk/debian/changelog
===================================================================
--- pwlib/trunk/debian/changelog	2007-08-12 06:38:42 UTC (rev 4010)
+++ pwlib/trunk/debian/changelog	2007-08-12 09:36:37 UTC (rev 4011)
@@ -2,8 +2,9 @@
 
   * NOT RELEASED YET
   * Add dpkg-dev (>= 1.13.19) to Build-Deps to allow use of binary:Version.
+  * Remove circular dependencies from plugins. (Closes: #437383)
 
- -- Kilian Krause <kilian at debian.org>  Sat, 11 Aug 2007 16:05:37 +0200
+ -- Kilian Krause <kilian at debian.org>  Sun, 12 Aug 2007 11:35:57 +0200
 
 pwlib (1.10.7~dfsg1-4) unstable; urgency=high
 

Modified: pwlib/trunk/debian/control
===================================================================
--- pwlib/trunk/debian/control	2007-08-12 06:38:42 UTC (rev 4010)
+++ pwlib/trunk/debian/control	2007-08-12 09:36:37 UTC (rev 4011)
@@ -118,7 +118,7 @@
 Package: libpt-plugins-v4l
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${binary:Version})
+Depends: ${shlibs:Depends}
 Description: Portable Windows Library Video Plugin for Video4Linux
  This package contains the PWLib plugin for usage with Video4Linux
  devices.  Install this package, if you want to use a video device
@@ -127,7 +127,7 @@
 Package: libpt-plugins-v4l2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${binary:Version})
+Depends: ${shlibs:Depends}
 Description: Portable Windows Library Video Plugin for Video4Linux v2
  This package contains the PWLib plugin for usage with Video4Linux v2
  devices.  Install this package, if you want to use a video device
@@ -136,7 +136,7 @@
 
 Package: libpt-plugins-avc
 Architecture: any
-Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${binary:Version})
+Depends: ${shlibs:Depends}
 Description: PWLib Video Plugin for IEEE1394 (FireWire) AVC devices
  This package contains the PWLib plugin for usage with AVC devices
  on FireWire.  Install this package, if you want to use such a video
@@ -144,7 +144,7 @@
 
 Package: libpt-plugins-dc
 Architecture: any
-Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${binary:Version})
+Depends: ${shlibs:Depends}
 Description: PWLib Video Plugin for IEEE1394 (Firewire) DC Devices
  This package contains the PWLib plugin for usage with DC Devices
  on Firewire.  Install this package, if you want to use such a video 
@@ -152,7 +152,7 @@
 
 Package: libpt-plugins-oss
 Architecture: any
-Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${binary:Version})
+Depends: ${shlibs:Depends}
 Description: Portable Windows Library Audio Plugins for the OSS Interface
  This package contains the PWLib plugin for usage with the Open Sound
  System interface.  Install this package, if you are utilising this
@@ -160,7 +160,7 @@
 
 Package: libpt-plugins-alsa
 Architecture: any
-Depends: ${shlibs:Depends}, libpt-1.10.0 (= ${binary:Version})
+Depends: ${shlibs:Depends}
 Recommends: alsa-base
 Description: Portable Windows Library Audio Plugin for the ALSA Interface
  This package contains the PWLib plugin for usage with the Advanced




More information about the Pkg-voip-commits mailing list