--- ps3-utils-2.3.orig/debian/copyright +++ ps3-utils-2.3/debian/copyright @@ -0,0 +1,39 @@ + +This software was downloaded from: + + http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/ + +and/or the git repository at: + + git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git + +Upstream Author: + + Geoff Levand + +Copyright: + + Copyright (C) 2006,2007,2008 Sony Computer Entertainment Inc. + +License: + + This program 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; version 2 of the License. + + This program 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + On Debian systems, the complete text of this license can be found in + `/usr/share/common-licenses/GPL-2' + +The debian packaging is originally by Ben Collins for +Ubuntu, with later work by Colin Watson , before being +imported to Debian by Sean Finney . It should be +considered as licensed under the same terms as the accompanying software. --- ps3-utils-2.3.orig/debian/links +++ ps3-utils-2.3/debian/links @@ -0,0 +1,4 @@ +usr/bin/ps3-video-mode usr/bin/ps3videomode +usr/sbin/ps3-boot-game-os usr/sbin/boot-game-os +usr/share/man/man8/ps3-video-mode.8.gz usr/share/man/man8/ps3videomode.8.gz +usr/share/man/man8/ps3-boot-game-os.8.gz usr/share/man/man8/boot-game-os.8.gz --- ps3-utils-2.3.orig/debian/control +++ ps3-utils-2.3/debian/control @@ -0,0 +1,24 @@ +Source: ps3-utils +Section: admin +Priority: extra +Maintainer: Sean Finney +Standards-Version: 3.8.0 +Build-Depends: autoconf, automake, debhelper (>= 5), libtool, quilt +Homepage: http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ +Vcs-Git: git://git.debian.org/git/users/seanius/ps3/ps3-utils.git +Vcs-Browser: http://git.debian.org/?p=users/seanius/ps3/ps3-utils.git + +Package: ps3-utils +Architecture: powerpc +Depends: ${shlibs:Depends} +Conflicts: ps3pf-utils +Provides: ps3pf-utils +Replaces: ps3pf-utils +Description: Utilities for running Debian on a Sony Playstation 3 + This package contains a number of useful and essential utilities needed for + running Debian GNU/Linux on a Playstation 3 console. It includes: + * ps3-video-mode: display/change the video mode of the PS3. + * ps3-boot-game-os: reboot the system into the "Game OS". + * ps3-flash-util: read and manipulate the system flash ROM of the PS3. + * ps3-dump-bootloader: dump the "Other OS" bootloader image. + * ps3-rtc-init: initialize the Linux RTC diff value. --- ps3-utils-2.3.orig/debian/manpages +++ ps3-utils-2.3/debian/manpages @@ -0,0 +1,6 @@ +ps3-boot-game-os.8 +ps3-dump-bootloader.8 +ps3-flash-util.8 +ps3-rtc-init.8 +ps3-utils.8 +ps3-video-mode.8 --- ps3-utils-2.3.orig/debian/compat +++ ps3-utils-2.3/debian/compat @@ -0,0 +1 @@ +5 --- ps3-utils-2.3.orig/debian/rules +++ ps3-utils-2.3/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f + +export DH_OPTIONS + +CFLAGS := -O2 + +# Some special build options +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif + +# specify some options for quilt +QUILT_DIFF_OPTS=-p +QUILT_NO_DIFF_TIMESTAMPS=1 +export QUILT_DIFF_OPTS QUILT_NO_DIFF_TIMESTAMPS +include /usr/share/quilt/quilt.make + +# grab the value of our version so we can pass it to the bootstrap script +DVERS:=$(shell dpkg-parsechangelog | sed -ne 's,^Version: ,,p') + +# we'll want these files later, if we introduce the lib/-dev packages again. +DEVFILES:=debian/tmp/usr/include/*.h debian/tmp/usr/lib/*a + +configure: $(QUILT_STAMPFN) + ./bootstrap $(DVERS) + +build: build-stamp +build-stamp: configure + dh_testdir + ./configure --prefix=/usr --disable-shared + $(MAKE) CFLAGS="$(CFLAGS)" + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + # remove un-needed dev files + rm -f $(DEVFILES) + dh_install -X /usr/share/man --sourcedir=debian/tmp --fail-missing + touch install-stamp + +binary-indep: build install + +binary-arch: DH_OPTIONS=-a +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installman + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- ps3-utils-2.3.orig/debian/install +++ ps3-utils-2.3/debian/install @@ -0,0 +1,5 @@ +usr/bin/ps3-video-mode +usr/sbin/ps3-boot-game-os +usr/sbin/ps3-flash-util +usr/sbin/ps3-rtc-init +usr/sbin/ps3-dump-bootloader --- ps3-utils-2.3.orig/debian/changelog +++ ps3-utils-2.3/debian/changelog @@ -0,0 +1,74 @@ +ps3-utils (2.3-1) unstable; urgency=low + + * New upstream release. + * Previous make-clean-am-patch now obsoleted. + -Patch: make-clean-am-fix.patch + * Include /usr/sbin/ps3-rtc-init and /usr/sbin/ps3-dump-bootloader. + * Clean up uneeded files and make dh_install stricter with --fail-missing. + * Include (and document in package description) two more produced binaries + - ps3-dump-bootloader + - ps3-rtc-init + * Lintian fixes: + - Remove (s) for single author. + - Properly indent list in package description + + -- Sean Finney Fri, 31 Oct 2008 20:03:47 -0400 + +ps3-utils (2.2.0-1) unstable; urgency=low + + * Initial (Debian) Version. Based off of most recent ubuntu + ps3pf-utils package (closes: #501733). + * Rename source/binary package to reflect upstream naming. + * Add Conflicts/Replaces/Provides on old package name to ensure + smooth transition. + * Disable internal building of shared version of libps3-utils library + with slightly different approach to what was used in 2.0-2 that + does not require patching. + * Install manpages + * Update Standards-Version to 3.8.0 + * Add support for quilt patch-system + * Fix small typo in Makefile.am. + +Patch: make-clean-am-fix.patch + * Add Vcs headers in debian/control pointing to initial debian git repo + + -- Sean Finney Wed, 15 Oct 2008 11:31:54 -0400 + +ps3pf-utils (2.0-2) gutsy; urgency=low + + * Remove libps3-utils1 and libps3-utils-dev again, since the library + contains nothing of interest at the moment. Stop linking against it. + + -- Colin Watson Sat, 06 Oct 2007 00:37:47 +0100 + +ps3pf-utils (2.0-1) gutsy; urgency=low + + * Update to PS3 Linux Distributor's Starter Kit v1.4.1 (LP: #146229). + * Update debian/copyright. Refer to /usr/share/common-licenses/GPL-2. + * Drop our old patches, since none of them seem relevant any more. + * Remove debian/postinst and debian/prerm; debhelper will generate what it + needs itself. + * Fix bashism in bootstrap script. + * Run bootstrap so that we don't need to build-depend on the autotools. + * Update debian/rules since there's a configure script now. Make sure + executable autogenerated files stay executable despite dpkg-source. + * Use $(CURDIR) rather than $(PWD) in debian/rules. + * Add compatibility symlinks for boot-game-os and ps3videomode (of the + other old program names, find-other-os-flash is gone, and + other-os-flash-util's command-line handling changed as well as being + renamed to ps3-flash-util). + * Version debhelper build-dependency to match debian/compat. + * Create libps3-utils1 and libps3-utils-dev packages for the new ps3-utils + library. + + -- Colin Watson Sat, 06 Oct 2007 00:07:16 +0100 + +ps3pf-utils (1.0.9-1) feisty; urgency=low + + * Initial packaging. + * Include a stripped down ps3av.h for building ps3videomode. + * find-other-os-flash: + - Fix bashism's + - Check return value of other-os-flash-util to show errors reading + devices. This script needs to run as root. + + -- Ben Collins Fri, 16 Feb 2007 11:20:52 -0500 --- ps3-utils-2.3.orig/debian/gbp.conf +++ ps3-utils-2.3/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +upstream-branch = upstream-sid +debian-branch = debian-sid +debian-tag = debian/%(version)s +builder = debuild -i\.git/ -I.git + +[git-buildpackage] +sign-tags = True