Skip to content

Commit

Permalink
added debian build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pipelka committed Sep 1, 2011
1 parent 898a589 commit a0867f4
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ autotools
config.*
libtool
Makefile
xbmc-addon-xvdr-*.tar.gz
6 changes: 6 additions & 0 deletions debian/.gitignore
@@ -0,0 +1,6 @@
stamp-patched
*.log
*.substvars
patched
files
xbmc-addon-xvdr
5 changes: 5 additions & 0 deletions debian/changelog
@@ -0,0 +1,5 @@
xbmc-addon-xvdr (0.9.0-1) unstable; urgency=low

* debianized

-- Alexander Pipelka <alexander.pipelka@gmail.com> Thu, 1 Sep 2011 10:24:00 +0200
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
5
12 changes: 12 additions & 0 deletions debian/control
@@ -0,0 +1,12 @@
Source: xbmc-addon-xvdr
Section: misc
Priority: extra
Maintainer: Alexander Pipelka <alexander.pipelka@gmail.com>
Build-Depends: debhelper (>= 5), cdbs
Standards-Version: 3.8.0

Package: xbmc-addon-xvdr
Architecture: any
Depends: ${shlibs:Depends}
Description: XVDR addon for XBMC
This addon allows XBMC to connect to VDR Server running the XVDR plugin.
4 changes: 4 additions & 0 deletions debian/copyright
@@ -0,0 +1,4 @@
Copyright:

It may be redistributed under the terms of the GNU GPL, Version 2
found on Debian systems in the file /usr/share/common-licenses/GPL .
1 change: 1 addition & 0 deletions debian/dirs
@@ -0,0 +1 @@
usr/lib/xbmc/addons/pvr.vdr.xvdr
1 change: 1 addition & 0 deletions debian/docs
@@ -0,0 +1 @@
README
16 changes: 16 additions & 0 deletions debian/rules
@@ -0,0 +1,16 @@
#! /usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
dh $@

override_dh_auto_configure:
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)
1 change: 1 addition & 0 deletions debian/source/format
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit a0867f4

Please sign in to comment.