Skip to content

Commit

Permalink
add debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
notspiff committed Nov 5, 2018
1 parent 65d5db7 commit a20a306
Show file tree
Hide file tree
Showing 7 changed files with 101 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-screensaver-asteroids (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low

[ xbmc ]
* autogenerated dummy changelog

-- Arne Morten Kvarving <[email protected]> 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
23 changes: 23 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Source: kodi-screensaver-asteroids
Priority: extra
Maintainer: Arne Morten Kvarving <[email protected]>
Build-Depends: debhelper (>= 8.0.0), cmake, kodi-addon-dev,
libgl1-mesa-dev
Standards-Version: 3.9.5
Section: libs
Homepage: http://xbmc.org

Package: kodi-screensaver-asteroids
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Asteroids screensaver for Kodi
Asteroids screensaver for Kodi

Package: kodi-screensaver-asteroids-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: debug symbols for Asteroids screensaver for Kodi
debug symbols for Asteroids screensaver for Kodi

43 changes: 43 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: screensaver.asteroids

Files: *
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".


Files: debian/*
Copyright: 2013 Arne Morten Kvarving <[email protected]>
2013 wsnipex <[email protected]>
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".

Empty file added debian/docs
Empty file.
26 changes: 26 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/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-screensaver-asteroids-dbg

override_dh_auto_install:
dh_auto_install --destdir=debian/kodi-screensaver-asteroids

override_dh_installdocs:
dh_installdocs --link-doc=kodi-screensaver-asteroids

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 a20a306

Please sign in to comment.