diff --git a/libruntimeiospatch/debian/changelog b/libruntimeiospatch/debian/changelog new file mode 100644 index 0000000..9efd0bd --- /dev/null +++ b/libruntimeiospatch/debian/changelog @@ -0,0 +1,11 @@ +libruntimeiospatch (1.5.2-1nano) unstable; urgency=low + + * New upstream release + + -- Christopher Roy Bratusek Sat, 11 Jul 2015 18:35:38 +0200 + +libruntimeiospatch (1.5.1-1nano) unstable; urgency=low + + * Initial release + + -- Christopher Roy Bratusek Sun, 19 Jan 2014 19:00:03 +0100 diff --git a/libruntimeiospatch/debian/compat b/libruntimeiospatch/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/libruntimeiospatch/debian/compat @@ -0,0 +1 @@ +9 diff --git a/libruntimeiospatch/debian/control b/libruntimeiospatch/debian/control new file mode 100644 index 0000000..206f14f --- /dev/null +++ b/libruntimeiospatch/debian/control @@ -0,0 +1,14 @@ +Source: libruntimeiospatch +Section: devel +Priority: optional +Maintainer: Christopher Roy Bratusek +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. diff --git a/libruntimeiospatch/debian/copyright b/libruntimeiospatch/debian/copyright new file mode 100644 index 0000000..62d200b --- /dev/null +++ b/libruntimeiospatch/debian/copyright @@ -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 + 2012-2013 damysteryman + 2012-2013 Christopher Bratusek + 2013 DarkMatterCore + 2014 megazig +License: GPL-2.0+ + +Files: debian/* +Copyright: 2014 Christopher Roy Bratusek +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 + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". \ No newline at end of file diff --git a/libruntimeiospatch/debian/docs b/libruntimeiospatch/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/libruntimeiospatch/debian/docs @@ -0,0 +1 @@ +README diff --git a/libruntimeiospatch/debian/rules b/libruntimeiospatch/debian/rules new file mode 100755 index 0000000..f3b756a --- /dev/null +++ b/libruntimeiospatch/debian/rules @@ -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/ diff --git a/libruntimeiospatch/debian/source/format b/libruntimeiospatch/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/libruntimeiospatch/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)