add debian packaging scripts

This commit is contained in:
Christopher Roy Bratusek 2015-07-11 18:35:59 +02:00
parent 508db8e375
commit cea5e04a3f
7 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,11 @@
libruntimeiospatch (1.5.2-1nano) unstable; urgency=low
* New upstream release
-- Christopher Roy Bratusek <nano@jpberlin.de> Sat, 11 Jul 2015 18:35:38 +0200
libruntimeiospatch (1.5.1-1nano) unstable; urgency=low
* Initial release
-- Christopher Roy Bratusek <nano@tuxfamily.org> Sun, 19 Jan 2014 19:00:03 +0100

View File

@ -0,0 +1 @@
9

View File

@ -0,0 +1,14 @@
Source: libruntimeiospatch
Section: devel
Priority: optional
Maintainer: Christopher Roy Bratusek <nano@jpberlin.de>
Build-Depends: debhelper (>= 8.0.0), devkitppc-amd64 | devkitppc-i686, libogc
Standards-Version: 3.9.4
Homepage: http://www.nanolx.org/homebrew/libruntimeiospatch
Package: libruntimeiospatch
Architecture: all
Depends: devkitppc-amd64 | devkitppc-i686, libogc
Conflicts: libogc-runtimeiospatch
Description: Wii/vWii development library for homebrew
A library providing necessary functions for patching IOS at runtime using HW_AHBPROT.

View File

@ -0,0 +1,32 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libruntimeiospatch
Source: http://www.nanolx.org/homebrew/libruntimeiospatch
Files: *
Copyright: 2010 Joseph Jordan <joe.ftpii@psychlaw.com.au>
2012-2013 damysteryman
2012-2013 Christopher Bratusek <nano@jpberlin.de>
2013 DarkMatterCore
2014 megazig
License: GPL-2.0+
Files: debian/*
Copyright: 2014 Christopher Roy Bratusek <nano@jpberlin.de>
License: GPL-2.0+
License: GPL-2.0+
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".

View File

@ -0,0 +1 @@
README

13
libruntimeiospatch/debian/rules Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE=1
%:
dh $@
override_dh_auto_install:
mkdir -p $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/lib/wii
mkdir -p $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/include
cp $(CURDIR)/libruntimeiospatch.a $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/lib/wii/
cp $(CURDIR)/source/runtimeiospatch.h $(CURDIR)/debian/libruntimeiospatch/opt/devkitpro/libogc/include/

View File

@ -0,0 +1 @@
3.0 (quilt)