r1135 - vdr/vdr-plugin-vdrcd/trunk/debian

Thomas Schmidt tschmidt at costa.debian.org
Thu Sep 1 19:21:08 UTC 2005


Author: tschmidt
Date: 2005-09-01 19:21:08 +0000 (Thu, 01 Sep 2005)
New Revision: 1135

Modified:
   vdr/vdr-plugin-vdrcd/trunk/debian/changelog
   vdr/vdr-plugin-vdrcd/trunk/debian/control
   vdr/vdr-plugin-vdrcd/trunk/debian/rules
Log:
vdr-plugin-vdrcd: use dependencies.sh and new patchlevel.sh

Modified: vdr/vdr-plugin-vdrcd/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-vdrcd/trunk/debian/changelog	2005-09-01 19:16:19 UTC (rev 1134)
+++ vdr/vdr-plugin-vdrcd/trunk/debian/changelog	2005-09-01 19:21:08 UTC (rev 1135)
@@ -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:43:47 +0200
 

Modified: vdr/vdr-plugin-vdrcd/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-vdrcd/trunk/debian/control	2005-09-01 19:16:19 UTC (rev 1134)
+++ vdr/vdr-plugin-vdrcd/trunk/debian/control	2005-09-01 19:21:08 UTC (rev 1135)
@@ -8,9 +8,9 @@
 
 Package: vdr-plugin-vdrcd
 Architecture: any
-Depends: ${shlibs:Depends}, vdr (>=1.3.31-1), vdr-plugin-dvd, vdr-plugin-vcd
+Depends: ${shlibs:Depends}, ${vdr:Depends}, vdr-plugin-dvd, vdr-plugin-vcd
 Suggests: vdr-plugin-mp3
-Conflicts: vdr (>=1.3.31.99)
+Conflicts: ${vdr:Conflicts}
 Description: Mediadetection Plugin for vdr
  This Plugin tries to identify the type of a Media Disc 
  inserted into your CD-ROM/DVD drive. If the type of media 
@@ -21,4 +21,4 @@
  .
  This also works if you have the MPEG- files stored 
  directly in the root of the disc, starting with 001.vdr.
-XB-VDR-Patchlevel: ${patchlevel}
+XB-VDR-Patchlevel: ${vdr:Patchlevel}

Modified: vdr/vdr-plugin-vdrcd/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-vdrcd/trunk/debian/rules	2005-09-01 19:16:19 UTC (rev 1134)
+++ vdr/vdr-plugin-vdrcd/trunk/debian/rules	2005-09-01 19:21:08 UTC (rev 1135)
@@ -88,6 +88,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