r2071 - in vdr/vdr-plugin-sysinfo/trunk: . debian debian/patches

Thomas Günther tom-guest at costa.debian.org
Thu Mar 23 19:14:16 UTC 2006


Author: tom-guest
Date: 2006-03-23 19:14:15 +0000 (Thu, 23 Mar 2006)
New Revision: 2071

Added:
   vdr/vdr-plugin-sysinfo/trunk/debian/
   vdr/vdr-plugin-sysinfo/trunk/debian/changelog
   vdr/vdr-plugin-sysinfo/trunk/debian/compat
   vdr/vdr-plugin-sysinfo/trunk/debian/control
   vdr/vdr-plugin-sysinfo/trunk/debian/copyright
   vdr/vdr-plugin-sysinfo/trunk/debian/docs
   vdr/vdr-plugin-sysinfo/trunk/debian/install
   vdr/vdr-plugin-sysinfo/trunk/debian/patches/
   vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list
   vdr/vdr-plugin-sysinfo/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
   vdr/vdr-plugin-sysinfo/trunk/debian/patches/02_sysinfo.sh-path.dpatch
   vdr/vdr-plugin-sysinfo/trunk/debian/rules
Log:
Load newtrunk into vdr/vdr-plugin-sysinfo/trunk.


Added: vdr/vdr-plugin-sysinfo/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/changelog	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/changelog	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,6 @@
+vdr-plugin-sysinfo (0.0.4a-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 12 Mar 2006 15:00:00 +0200
+

Added: vdr/vdr-plugin-sysinfo/trunk/debian/compat
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/compat	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/compat	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1 @@
+4

Added: vdr/vdr-plugin-sysinfo/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/control	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/control	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,16 @@
+Source: vdr-plugin-sysinfo
+Section: misc
+Priority: extra
+Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
+Uploaders: Thomas Günther <tom at toms-cafe.de>, Tobias Grimm <tg at e-tobi.net>, Thomas Schmidt <tschmidt at debian.org>
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.3.41-1), dpatch
+Standards-Version: 3.6.2
+
+Package: vdr-plugin-sysinfo
+Architecture: any
+Depends: ${shlibs:Depends}, ${vdr:Depends}, lm-sensors
+Conflicts: ${vdr:Conflicts}
+Description: Plugin for vdr to display hardware monitoring data
+ This plugin displays hardware monitoring data identified by lm-sensors,
+ such as CPU and mainboard temperature, CPU and system fan speed.
+XB-VDR-Patchlevel: ${vdr:Patchlevel}

Added: vdr/vdr-plugin-sysinfo/trunk/debian/copyright
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/copyright	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/copyright	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,11 @@
+This package was debianized by Thomas Günther <tom at toms-cafe.de> on
+Sun, 12 Mar 2006 15:00:00 +0200.
+
+It was downloaded from http://kikko77.altervista.org/
+
+Upstream Author: kikko77 <kikko77 at altervista.org>
+
+Copyright:
+
+It may be redistributed under the terms of the GNU GPL, Version 2
+found on Debian systems in the file /usr/share/common-licenses/GPL .

Added: vdr/vdr-plugin-sysinfo/trunk/debian/docs
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/docs	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/docs	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1 @@
+README

Added: vdr/vdr-plugin-sysinfo/trunk/debian/install
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/install	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/install	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,2 @@
+libvdr-sysinfo.so.*    usr/lib/vdr/plugins/
+script/sysinfo.sh      usr/share/vdr-plugin-sysinfo/

Added: vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,2 @@
+01_Makefile-fPIC-fix
+02_sysinfo.sh-path

Added: vdr/vdr-plugin-sysinfo/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,20 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+
+## Makefile-fPIC-fix patch
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adds -fPIC to Makefile to fix potential FTBFS.
+
+ at DPATCH@
+diff -urNad /usr/src/cvs/vdrdevel-plugin-rotor/Makefile vdrdevel-plugin-rotor/Makefile
+--- /usr/src/cvs/vdrdevel-plugin-rotor/Makefile	Sun May 16 15:48:12 2004
++++ vdrdevel-plugin-rotor/Makefile	Sat Sep 11 00:28:18 2004
+@@ -18,7 +18,7 @@
+ ### The C++ compiler and options:
+ 
+ CXX      ?= g++
+-CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
++CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
+ 
+ ### The directory environment:
+ 

Added: vdr/vdr-plugin-sysinfo/trunk/debian/patches/02_sysinfo.sh-path.dpatch
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/patches/02_sysinfo.sh-path.dpatch	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/patches/02_sysinfo.sh-path.dpatch	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_sysinfo.sh-path.dpatch by Thomas Günther <tom at toms-cafe.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Set path of sysinfo.sh.
+
+ at DPATCH@
+--- sysinfo-0.0.4a/sysinfoosd.c
++++ sysinfo-0.0.4a/sysinfoosd.c
+@@ -0,0 +1 @@
++#define SYSINFO_SH "/usr/share/vdr-plugin-sysinfo/sysinfo.sh"
+@@ -215 +216 @@
+-	ExecShellCmd("sysinfo.sh cputemp", cTemp);
++	ExecShellCmd(SYSINFO_SH" cputemp", cTemp);
+@@ -217 +218 @@
+-	ExecShellCmd("sysinfo.sh mbtemp", cTemp);
++	ExecShellCmd(SYSINFO_SH" mbtemp", cTemp);
+@@ -224 +225 @@
+-	ExecShellCmd("sysinfo.sh cpufan", cTemp);
++	ExecShellCmd(SYSINFO_SH" cpufan", cTemp);
+@@ -226 +227 @@
+-	ExecShellCmd("sysinfo.sh mbfan", cTemp);
++	ExecShellCmd(SYSINFO_SH" mbfan", cTemp);
+@@ -237 +238 @@
+-	ExecShellCmd("sysinfo.sh vidspace", cTemp);
++	ExecShellCmd(SYSINFO_SH" vidspace", cTemp);

Added: vdr/vdr-plugin-sysinfo/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/rules	2006-03-23 19:13:55 UTC (rev 2070)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/rules	2006-03-23 19:14:15 UTC (rev 2071)
@@ -0,0 +1,97 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+# Set VDR=vdr or VDR=vdrdevel - vdrdevel always uses dpatch
+VDR=$(shell dh_listpackages | grep "^vdr.*-" | head -n 1 | sed -e "s/-.*//")
+ifeq ($(VDR), vdrdevel)
+    DPATCH=yes
+endif
+
+# To use dpatch uncomment the following line and set Build-Depends to dpatch
+DPATCH=yes
+
+ifdef DPATCH
+include /usr/share/dpatch/dpatch.make
+else
+patch:
+patch-stamp:
+unpatch:
+endif
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+	$(MAKE) all DVBDIR=/usr VDRDIR=/usr/include/$(VDR) LIBDIR=.
+	touch build-stamp
+
+clean: clean-patched unpatch
+clean-patched:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) -o .dependencies clean
+	rm -f libvdr-*.so.*
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_install
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf
+	dh_installdocs
+	dh_installexamples
+#	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs HISTORY
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	/usr/lib/$(VDR)-dev/patchlevel.sh subst
+	/usr/lib/$(VDR)-dev/dependencies.sh
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure \
+        clean-patched patch unpatch


Property changes on: vdr/vdr-plugin-sysinfo/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-vdr-dvb-changes mailing list