r1117 - vdr/vdr-plugin-femon/trunk/debian

Thomas Schmidt tschmidt at costa.debian.org
Wed Aug 31 21:19:42 UTC 2005


Author: tschmidt
Date: 2005-08-31 21:19:41 +0000 (Wed, 31 Aug 2005)
New Revision: 1117

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

Modified: vdr/vdr-plugin-femon/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-femon/trunk/debian/changelog	2005-08-31 20:59:28 UTC (rev 1116)
+++ vdr/vdr-plugin-femon/trunk/debian/changelog	2005-08-31 21:19:41 UTC (rev 1117)
@@ -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 18:35:22 +0200
 

Modified: vdr/vdr-plugin-femon/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-femon/trunk/debian/control	2005-08-31 20:59:28 UTC (rev 1116)
+++ vdr/vdr-plugin-femon/trunk/debian/control	2005-08-31 21:19:41 UTC (rev 1117)
@@ -8,9 +8,9 @@
 
 Package: vdr-plugin-femon
 Architecture: any
-Depends: ${shlibs:Depends}, vdr (>=1.3.31-1)
-Conflicts: vdr (>=1.3.31.99)
+Depends: ${shlibs:Depends}, ${vdr:Depends}
+Conflicts: ${vdr:Conflicts}
 Description: DVB frontend status monitor plugin for vdr
  DVB Frontend Status Monitor is a plugin that displays a few signal
  quality parameters of the tuned channel on your screen.
-XB-VDR-Patchlevel: ${patchlevel}
+XB-VDR-Patchlevel: ${vdr:Patchlevel}

Modified: vdr/vdr-plugin-femon/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-femon/trunk/debian/rules	2005-08-31 20:59:28 UTC (rev 1116)
+++ vdr/vdr-plugin-femon/trunk/debian/rules	2005-08-31 21:19:41 UTC (rev 1117)
@@ -89,6 +89,7 @@
 	dh_installdeb
 	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