From d8489bcb53297055af4d30e3e7214bbf87c4fdb7 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Tue, 14 Sep 2010 20:47:17 +0300 Subject: Fix Debian package build scripts --- debian/rules | 4 +--- debian/vdr-plugin-webvideo.install | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 44d5f4a..01c7339 100755 --- a/debian/rules +++ b/debian/rules @@ -11,10 +11,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/class/python-distutils.mk -DEB_COMPRESS_EXCLUDE := .py - DEB_MAKE_BUILD_TARGET := all-noinstall VDRDIR=/usr/include/vdr -DEB_MAKE_INSTALL_TARGET := install-vdr-plugin install-python VDRDIR=/usr/include/vdr PREFIX=$(CURDIR)/debian/tmp/usr VDRPLUGINDIR=$(CURDIR)/debian/tmp/usr/lib/vdr/plugins VDRPLUGINCONFDIR=$(CURDIR)/debian/tmp/var/lib/vdr/plugins VDRLOCALEDIR=$(CURDIR)/debian/tmp/usr/share/locale +DEB_MAKE_INSTALL_TARGET := install-vdr-plugin install-python DESTDIR=$(CURDIR)/debian/tmp/ PREFIX=/usr VDRDIR=/usr/include/vdr VDRPLUGINDIR=/usr/lib/vdr/plugins VDRLOCALEDIR=/usr/share/locale VDRPLUGINCONFDIR=/var/lib/vdr/plugins DEB_MAKE_CHECK_TARGET = DEB_INSTALL_CHANGELOGS_ALL = HISTORY diff --git a/debian/vdr-plugin-webvideo.install b/debian/vdr-plugin-webvideo.install index b9cecb7..0cf0829 100644 --- a/debian/vdr-plugin-webvideo.install +++ b/debian/vdr-plugin-webvideo.install @@ -3,4 +3,4 @@ debian/tmp/usr/share/locale debian/tmp/var/lib/vdr/plugins/webvideo debian/plugin.webvideo.conf etc/vdr/plugins/ src/vdr-plugin/mime.types var/lib/vdr/plugins/webvideo/ -examples/webvi.plugin.conf var/lib/vdr/plugins/webvideo/ +debian/webvi.plugin.conf var/lib/vdr/plugins/webvideo/ -- cgit v1.2.3