r1132 - vdr/vdr-plugin-streamdev/trunk/debian
Thomas Schmidt
tschmidt at costa.debian.org
Thu Sep 1 19:11:26 UTC 2005
Author: tschmidt
Date: 2005-09-01 19:11:25 +0000 (Thu, 01 Sep 2005)
New Revision: 1132
Modified:
vdr/vdr-plugin-streamdev/trunk/debian/changelog
vdr/vdr-plugin-streamdev/trunk/debian/control
vdr/vdr-plugin-streamdev/trunk/debian/rules
Log:
vdr-plugin-streamdev: use dependencies.sh and new patchlevel.sh
Modified: vdr/vdr-plugin-streamdev/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/changelog 2005-09-01 19:06:44 UTC (rev 1131)
+++ vdr/vdr-plugin-streamdev/trunk/debian/changelog 2005-09-01 19:11:25 UTC (rev 1132)
@@ -3,8 +3,9 @@
* NOT RELEASED YET
* Thomas Schmidt <tschmidt at debian.org>
- - Depend/Build-Depend on vdr (>=1.3.31-1)
- - Conflict with vdr (>=1.3.31.99)
+ - Build-Depend on vdr (>=1.3.31-1)
+ - Use dependencies.sh from vdr-dev to set vdr dependencies and
+ conflicts to the right vdr version when building the package
-- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sun, 28 Aug 2005 19:40:15 +0200
Modified: vdr/vdr-plugin-streamdev/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/control 2005-09-01 19:06:44 UTC (rev 1131)
+++ vdr/vdr-plugin-streamdev/trunk/debian/control 2005-09-01 19:11:25 UTC (rev 1132)
@@ -8,24 +8,24 @@
Package: vdr-plugin-streamdev-client
Architecture: any
-Depends: vdr (>=1.3.31-1), ${shlibs:Depends}
-Conflicts: vdr-plugin-streamdev, vdr (>=1.3.31.99)
+Depends: ${vdr:Depends}, ${shlibs:Depends}
+Conflicts: vdr-plugin-streamdev, ${vdr:Conflicts}
Replaces: vdr-plugin-streamdev
Description: Plugin to vdr that lets the software play streams
This plugin for vdr lets the software stream videos into
the network. You can interconnect several vdrs that way
or watch those streams with special client apps like video
lan client or mplayer. This is the client part.
-XB-VDR-Patchlevel: ${patchlevel}
+XB-VDR-Patchlevel: ${vdr:Patchlevel}
Package: vdr-plugin-streamdev-server
Architecture: any
-Depends: vdr (>=1.3.31-1), ${shlibs:Depends}
-Conflicts: vdr-plugin-streamdev, vdr (>=1.3.31.99)
+Depends: ${vdr:Depends}, ${shlibs:Depends}
+Conflicts: vdr-plugin-streamdev, ${vdr:Conflicts}
Replaces: vdr-plugin-streamdev
Description: Plugin to vdr that lets the software stream
This plugin for vdr lets the software stream videos into
the network. You can interconnect several vdrs that way
or watch those streams with special client apps like video
lan client or mplayer. This is the server part.
-XB-VDR-Patchlevel: ${patchlevel}
+XB-VDR-Patchlevel: ${vdr:Patchlevel}
Modified: vdr/vdr-plugin-streamdev/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/rules 2005-09-01 19:06:44 UTC (rev 1131)
+++ vdr/vdr-plugin-streamdev/trunk/debian/rules 2005-09-01 19:11:25 UTC (rev 1132)
@@ -89,6 +89,7 @@
# dh_perl
dh_shlibdeps
/usr/lib/$(VDR)-dev/patchlevel.sh subst
+ /usr/lib/$(VDR)-dev/dependencies.sh
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the pkg-vdr-dvb-changes
mailing list