Skip to content

Commit

Permalink
add debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
notspiff committed Mar 8, 2015
1 parent 0f506ec commit dad10e7
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 0 deletions.
7 changes: 7 additions & 0 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kodi-audiodecoder-modplug (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low

[ kodi ]
* autogenerated dummy changelog

-- Arne Morten Kvarving <cptspiff@gmail.com> Sat, 01 Jun 2013 00:59:22 +0200

1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
21 changes: 21 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Source: kodi-audiodecoder-modplug
Priority: extra
Maintainer: Arne Morten Kvarving <cptspiff@gmail.com>
Build-Depends: debhelper (>= 8.0.0), cmake, kodi-audiodecoder-dev,
kodi-addon-dev, libkodiplatform-dev, libmodplug-dev
Standards-Version: 3.9.2
Section: libs

Package: kodi-audiodecoder-modplug
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Modplug audio decoder for Kodi
Modplug audio decoder for Kodi

Package: kodi-audiodecoder-modplug-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: debug symbols for Modplug audio decoder for Kodi
debug symbols for Modplug audio decoder for Kodi
22 changes: 22 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: audiodecoder.modplug
Source: <url://example.com>

Files: *
Copyright: 2005-2013 Team XBMC
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".
25 changes: 25 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/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 $@

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

override_dh_strip:
dh_strip --dbg-package=kodi-audiodecoder-modplug-dbg

override_dh_auto_install:
dh_auto_install --destdir=debian/kodi-audiodecoder-modplug

override_dh_installdocs:
dh_installdocs --link-doc=kodi-audiodecoder-modplug
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit dad10e7

Please sign in to comment.