diff options
Diffstat (limited to 'vdrmanager-0.2/debian/rules')
-rwxr-xr-x | vdrmanager-0.2/debian/rules | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vdrmanager-0.2/debian/rules b/vdrmanager-0.2/debian/rules deleted file mode 100755 index 2e942e5..0000000 --- a/vdrmanager-0.2/debian/rules +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 |