Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request xbmc#51 from wsnipex/master
Browse files Browse the repository at this point in the history
add debian packaging
  • Loading branch information
a1rwulf committed Sep 13, 2016
2 parents 9e88033 + a260f14 commit 263aa84
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 0 deletions.
7 changes: 7 additions & 0 deletions debian/changelog.in
@@ -0,0 +1,7 @@
kodi-peripheral-joystick (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low

[ kodi ]
* autogenerated dummy changelog

-- Team Kodi <dummy@kodi.tv> Sat, 01 Jun 2013 00:59:22 +0200

1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
8
21 changes: 21 additions & 0 deletions debian/control
@@ -0,0 +1,21 @@
Source: kodi-peripheral-joystick
Priority: extra
Maintainer: wsnipex <wsnipex@a1.net>
Build-Depends: debhelper (>= 9.0.0), cmake, libkodiplatform-dev (>= 17.0.0),
kodi-addon-dev, kodi-peripheral-dev, pkg-config, libp8-platform-dev, libpcre3-dev
Standards-Version: 3.9.6
Section: libs

Package: kodi-peripheral-joystick
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Joystick peripheral addon for Kodi
Joystick peripheral addon for Kodi

Package: kodi-peripheral-joystick-dbg
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Joystick peripheral addon for Kodi, debug symbols
debug symbols for joystick peripheral addon for Kodi
22 changes: 22 additions & 0 deletions debian/copyright
@@ -0,0 +1,22 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: peripheral.joystick
Source: https://github.com/kodi-game/peripheral.joystick

Files: *
Copyright: 2005-2016 Team Kodi
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
2 changes: 2 additions & 0 deletions debian/kodi-peripheral-joystick.install
@@ -0,0 +1,2 @@
usr/lib/*/kodi/addons
usr/share/kodi/addons
22 changes: 22 additions & 0 deletions debian/rules
@@ -0,0 +1,22 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

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

%:
dh $@ --parallel

override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1

override_dh_strip:
dh_strip -pkodi-peripheral-joystick --dbg-package=kodi-peripheral-joystick-dbg

override_dh_installdocs:
dh_installdocs --link-doc=kodi-peripheral-joystick
1 change: 1 addition & 0 deletions debian/source/format
@@ -0,0 +1 @@
3.0 (native)

0 comments on commit 263aa84

Please sign in to comment.