[Pkg-voip-commits] r4664 - in /pwlib/trunk/debian: changelog control control.in

kilian at alioth.debian.org kilian at alioth.debian.org
Tue Oct 2 09:51:04 UTC 2007


Author: kilian
Date: Tue Oct  2 09:51:04 2007
New Revision: 4664

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4664
Log:
* Add Replaces/Conflicts/Provides for old versions of plugins packages.

Modified:
    pwlib/trunk/debian/changelog
    pwlib/trunk/debian/control
    pwlib/trunk/debian/control.in

Modified: pwlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/trunk/debian/changelog?rev=4664&op=diff
==============================================================================
--- pwlib/trunk/debian/changelog (original)
+++ pwlib/trunk/debian/changelog Tue Oct  2 09:51:04 2007
@@ -1,8 +1,9 @@
 pwlib (1.10.10-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-
- -- Kilian Krause <kilian at debian.org>  Sat, 22 Sep 2007 16:38:01 +0200
+  * Add Replaces/Conflicts/Provides for old versions of plugins packages.
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 02 Oct 2007 11:50:02 +0200
 
 pwlib (1.10.10-1) unstable; urgency=low
 

Modified: pwlib/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/trunk/debian/control?rev=4664&op=diff
==============================================================================
--- pwlib/trunk/debian/control (original)
+++ pwlib/trunk/debian/control Tue Oct  2 09:51:04 2007
@@ -102,6 +102,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-v4l
+Replaces: libpt-plugins-v4l
+Provides: libpt-plugins-v4l
 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
@@ -111,6 +114,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-v4l2
+Replaces: libpt-plugins-v4l2
+Provides: libpt-plugins-v4l2
 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
@@ -119,6 +125,9 @@
 Package: libpt-1.10.10-plugins-avc
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-avc
+Replaces: libpt-plugins-avc
+Provides: libpt-plugins-avc
 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
@@ -127,6 +136,9 @@
 Package: libpt-1.10.10-plugins-dc
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-dc
+Replaces: libpt-plugins-dc
+Provides: libpt-plugins-dc
 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 
@@ -135,6 +147,9 @@
 Package: libpt-1.10.10-plugins-oss
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-oss
+Replaces: libpt-plugins-oss
+Provides: libpt-plugins-oss
 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
@@ -144,6 +159,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: alsa-base
+Conflicts: libpt-plugins-alsa
+Replaces: libpt-plugins-alsa
+Provides: libpt-plugins-alsa
 Description: Portable Windows Library Audio Plugin for the ALSA Interface
  This package contains the PWLib plugin for usage with the Advanced
  Linux Sound Architecture interface.  Install this package, if you

Modified: pwlib/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/trunk/debian/control.in?rev=4664&op=diff
==============================================================================
--- pwlib/trunk/debian/control.in (original)
+++ pwlib/trunk/debian/control.in Tue Oct  2 09:51:04 2007
@@ -102,6 +102,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-v4l
+Replaces: libpt-plugins-v4l
+Provides: libpt-plugins-v4l
 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
@@ -111,6 +114,9 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-v4l2
+Replaces: libpt-plugins-v4l2
+Provides: libpt-plugins-v4l2
 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
@@ -119,6 +125,9 @@
 Package: @@PACKAGE@@-plugins-avc
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-avc
+Replaces: libpt-plugins-avc
+Provides: libpt-plugins-avc
 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
@@ -127,6 +136,9 @@
 Package: @@PACKAGE@@-plugins-dc
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-dc
+Replaces: libpt-plugins-dc
+Provides: libpt-plugins-dc
 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 
@@ -135,6 +147,9 @@
 Package: @@PACKAGE@@-plugins-oss
 Architecture: any
 Depends: ${shlibs:Depends}
+Conflicts: libpt-plugins-oss
+Replaces: libpt-plugins-oss
+Provides: libpt-plugins-oss
 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
@@ -144,6 +159,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: alsa-base
+Conflicts: libpt-plugins-alsa
+Replaces: libpt-plugins-alsa
+Provides: libpt-plugins-alsa
 Description: Portable Windows Library Audio Plugin for the ALSA Interface
  This package contains the PWLib plugin for usage with the Advanced
  Linux Sound Architecture interface.  Install this package, if you




More information about the Pkg-voip-commits mailing list