Skip to content

Commit

Permalink
fix debian dir
Browse files Browse the repository at this point in the history
  • Loading branch information
seahawk1986 committed Jun 7, 2013
1 parent 871faab commit c0c6aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: xbmc-addon-xvdr
Section: misc
Priority: extra
Maintainer: Alexander Pipelka <alexander.pipelka@gmail.com>
Build-Depends: debhelper (>= 5), cdbs
Build-Depends: debhelper (>= 5), cdbs, zlib1g-dev, autotools-dev, libtool
Standards-Version: 3.8.0

Package: xbmc-addon-xvdr
Expand Down
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
dh $@

override_dh_auto_configure:
sh autogen.sh
dh_auto_configure -- --prefix=/usr/lib/xbmc

override_dh_auto_build:
dh_auto_build -- all $(MAKE_OPTIONS)

override_dh_auto_clean:
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS) ||:

override_dh_shlibdeps:
dpkg-shlibdeps -Tdebian/xbmc-addon-xvdr.substvars $(CURDIR)/debian/xbmc-addon-xvdr/usr/lib/xbmc/addons/pvr.vdr.xvdr/XBMC_VDR_xvdr.pvr

0 comments on commit c0c6aa8

Please sign in to comment.