--- dumphd-0.61.orig/debian/README.Debian +++ dumphd-0.61/debian/README.Debian @@ -0,0 +1,13 @@ + + +I'm unable to find a working solution to include the support for the BDVM +debugger a la debian. dumphd is unable to load the bdvmdbg files if +installed in /usr/share + +The only solution is to copy all files from /usr/share/bdvmdbg to ~/.dumphd + +cp -r /usr/share/bdvmdbg/* ~/.dumphd + +The support for the ~/.dumphd directory has been added since dumphd 0.61-0.3 + +Christian --- dumphd-0.61.orig/debian/changelog +++ dumphd-0.61/debian/changelog @@ -0,0 +1,43 @@ +dumphd (0.61-0.4ubuntu1) lucid; urgency=low + + * Demote aacskeys from Depends to Suggests. + + -- Alessio Treglia Sun, 31 Jan 2010 11:39:03 +0100 + +dumphd (0.61-0.4) unstable; urgency=low + + * Should be architecture all. + + -- Christian Marillat Tue, 08 Dec 2009 09:11:05 +0100 + +dumphd (0.61-0.3) unstable; urgency=low + + * Improve the dumphd launch script. Now dumphd go to ~/.dumphd directory + on startup. + * Added a note in README.Debian on how to install bdvmdbg files. + * Added a menu file. + + -- Christian Marillat Mon, 07 Dec 2009 11:06:15 +0100 + +dumphd (0.61-0.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules build the package in binary-arch target not binary-indep. + + -- Christian Marillat Sun, 29 Nov 2009 18:46:24 +0100 + +dumphd (0.61-0.1) unstable; urgency=low + + * Add java-runtime virtual package with sun-java6-jre in Depends. + * Install KEYDB.cfg as example file. + * Remove java.library.path definition in shell scripts. + * Should depends on aacskeys. + * Arch is only amd64 and i386. + + -- Christian Marillat Sun, 29 Nov 2009 17:12:17 +0100 + +dumphd (0.61-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Sat, 28 Nov 2009 17:07:57 +0100 --- dumphd-0.61.orig/debian/watch +++ dumphd-0.61/debian/watch @@ -0,0 +1,23 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php dumphd-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/dumphd-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/dumphd-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/dumphd/dumphd-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html dumphd-(.*)\.tar\.gz --- dumphd-0.61.orig/debian/control +++ dumphd-0.61/debian/control @@ -0,0 +1,32 @@ +Source: dumphd +Section: video +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Christian Marillat +Homepage: http://forum.doom9.org/showpost.php?p=966851&postcount=1 +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7) + +Package: dumphd +Architecture: all +Depends: ${misc:Depends}, default-jre | java2-runtime +Suggests: aacskeys +Description: HD-DVD/Blu-Ray decrypter + Decrypt HD DVD and Blu-ray movies and store on your HDD. + o Dual-Core supported decryption of EVO / M2TS files (for harddisk to + o harddisk speed records ;o)) + o Support for every pack type of an EVO (including in-place decryption of + o ADV_PCKs, excluding Sequence Key Sections) + o Decryption of every ARF protection type + o Multiple files (currently CLI only) or complete disc mode + o Usage of a key database to get the decryption keys or direct retrieval of + o the keys off the source disc + o Supports HD-DVDs for Standard / Advanced Content (but not both on the same + o disc), Blu-Ray ROM BDMV + o Experimental Blu-Ray Recordable support (with multiple CPS Units, BDMV, + o BDAV with Aux Directories and Thumbnails) + o Automatic BD+ removal using the BDVM Debugger or manually by supplying a + o correct Conversion Table (currently CLI only) + o Streaming output of EVO / M2TS files to stdout + o Very much console output for free ;o) + o GUI --- dumphd-0.61.orig/debian/rules +++ dumphd-0.61/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + dh_installdirs -A usr/bin usr/share/dumphd + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs usr/bin usr/share/dumphd + + cp debian/acapacker.sh debian/dumphd/usr/bin/acapacker + cp debian/dumphd.sh debian/dumphd/usr/bin/dumphd + cp debian/packscanner.sh debian/dumphd/usr/bin/packscanner + cp DumpHD.jar debian/dumphd/usr/share/dumphd + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs Readme.txt + dh_installchangelogs + dh_installexamples KEYDB.cfg + dh_installmenu + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- dumphd-0.61.orig/debian/copyright +++ dumphd-0.61/debian/copyright @@ -0,0 +1,27 @@ +This work was packaged for Debian by: + + Christian Marillat on Sat, 28 Nov 2009 17:07:57 +0100 + +It was downloaded from http://forum.doom9.org/showpost.php?p=966851&postcount=1 + +Upstream Author: + + KenD00 + +Copyright: + + Copyright © 2007-2009 KenD00 + +License: + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-3; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. + +The Debian packaging is: + + Copyright © 2009 Christian Marillat + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- dumphd-0.61.orig/debian/menu +++ dumphd-0.61/debian/menu @@ -0,0 +1,2 @@ +?package(dumphd):needs="X11" section="Applications/Video"\ + title="dumphd" command="/usr/bin/dumphd" --- dumphd-0.61.orig/debian/packscanner.sh +++ dumphd-0.61/debian/packscanner.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +java -server -Djava.library.path=/usr/share/dumphd -cp DumpHD.jar dumphd.util.PackScanner "$@" --- dumphd-0.61.orig/debian/acapacker.sh +++ dumphd-0.61/debian/acapacker.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +java -server -Djava.library.path=/usr/share/dumphd -cp DumpHD.jar dumphd.core.ACAPacker "$@" --- dumphd-0.61.orig/debian/compat +++ dumphd-0.61/debian/compat @@ -0,0 +1 @@ +7 --- dumphd-0.61.orig/debian/dumphd.sh +++ dumphd-0.61/debian/dumphd.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +OLDPWD=`pwd` + +if [ ! -d $HOME/.dumphd ]; then + mkdir $HOME/.dumphd +fi + +cd $HOME/.dumphd + +java -server -jar /usr/share/dumphd/DumpHD.jar "$@" + +cd $OLDPWD