diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-09-14 20:47:17 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-09-14 20:47:17 +0300 |
commit | d8489bcb53297055af4d30e3e7214bbf87c4fdb7 (patch) | |
tree | 93ce844ac26657ae1c7a6bc1e22952bd11c9fa6b /debian | |
parent | 9d7c1b58e70251cc77e3eabb7c35a0bf79cb5350 (diff) | |
download | vdr-plugin-webvideo-d8489bcb53297055af4d30e3e7214bbf87c4fdb7.tar.gz vdr-plugin-webvideo-d8489bcb53297055af4d30e3e7214bbf87c4fdb7.tar.bz2 |
Fix Debian package build scripts
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/vdr-plugin-webvideo.install | 2 |
2 files changed, 2 insertions, 4 deletions
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/ |