diff options
| author | Midas <vdrportal_midas@gmx.de> | 2011-07-21 07:40:35 +0200 |
|---|---|---|
| committer | Midas <vdrportal_midas@gmx.de> | 2011-07-21 07:40:35 +0200 |
| commit | 393b71268991b320406f1fd38bb5cf04663a7ae8 (patch) | |
| tree | 3cedffc421aa2429e340530c86f4211c5013a1c5 /debian/rules | |
| parent | bacf88d79eac8dec11cbb53bd1efa5992b63fc01 (diff) | |
| download | vdr-plugin-sleeptimer-393b71268991b320406f1fd38bb5cf04663a7ae8.tar.gz vdr-plugin-sleeptimer-393b71268991b320406f1fd38bb5cf04663a7ae8.tar.bz2 | |
Support of keymacros.conf and several other new
features. Internationalization. Repaired COPYING.
Bugfixes. Debian directory.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2e942e5 --- /dev/null +++ b/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +# include /usr/share/cdbs/1/rules/dpatch.mk + +DEB_INSTALL_CHANGELOGS_ALL = HISTORY + +MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \ + LOCALEDIR=debian/tmp/usr/share/locale + +common-build-arch:: + $(MAKE) all $(MAKE_OPTIONS) + +cleanbuilddir:: + $(MAKE) -o .dependencies clean $(MAKE_OPTIONS) + rm -f libvdr-*.so.* + +common-binary-predeb-arch:: + sh /usr/share/vdr-dev/dependencies.sh |
