diff options
| author | Holger Schvestka <hotzenplotz5@gmx.de> | 2011-07-13 23:06:43 +0200 |
|---|---|---|
| committer | Holger Schvestka <hotzenplotz5@gmx.de> | 2011-07-13 23:06:43 +0200 |
| commit | 60a565d32e65880a89ebb94a38b712172ce2680c (patch) | |
| tree | 9eff516b0c34fcc43dfc6d17ec127692711b8df5 /debian/rules | |
| parent | 3049ae76983337cfc736ddcf4f1855fa22e3fd66 (diff) | |
| download | vdr-plugin-dynamite-60a565d32e65880a89ebb94a38b712172ce2680c.tar.gz vdr-plugin-dynamite-60a565d32e65880a89ebb94a38b712172ce2680c.tar.bz2 | |
debian dir
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2be06f6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.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 + + |
