--- dvdbackup-0.4.orig/debian/rules +++ dvdbackup-0.4/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + --- dvdbackup-0.4.orig/debian/dvdbackup.install +++ dvdbackup-0.4/debian/dvdbackup.install @@ -0,0 +1 @@ +debian/tmp/usr --- dvdbackup-0.4.orig/debian/README.Debian +++ dvdbackup-0.4/debian/README.Debian @@ -0,0 +1,19 @@ +dvdbackup for Debian +-------------------- + +This program does not itself burn dvd's - you'll need to use another program +such as dvdrecord for that. dvdbackup also does not yet support splitting +a dvd9 image into two dvd5 images, although the author is working on it. It +also does not create all the parts of a valid DVD file system if they are not +already present. Extracting only one title set, for instance, will leave you +with VOB files only. Programs like dvdauthor are the answer to this problem. + +If you have access to dvd9's, or are burning an image that will fit on a +dvd5, the simplest way is: +dvdbackup -M -i/dvd -o /PATH/TO/BACKUP/ -nTITLE_OF_DVD +genisoimage -dvd-video -o ISONAME.iso /PATH/TO/BACKUP/ +dvdrecord speed=1 -dao dev=0,0,0 ISONAME.iso + +Happy burning! + + -- Stephen Gran , Mon, 7 Jul 2003 13:59:36 -0400 --- dvdbackup-0.4.orig/debian/watch +++ dvdbackup-0.4/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://sf.net/dvdbackup/dvdbackup-(.*)\.tar\.gz + --- dvdbackup-0.4.orig/debian/compat +++ dvdbackup-0.4/debian/compat @@ -0,0 +1 @@ +5 --- dvdbackup-0.4.orig/debian/copyright +++ dvdbackup-0.4/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Stephen Gran on +Mon, 7 Jul 2003 13:59:36 -0400. + +It was originally downloaded from http://dvd-create.sourceforge.net/ but +is now available from http://dvdbackup.sourceforge.net/ + +Upstream Authors: Olaf Beck + Benjamin Drung + +Copyright: + +/* + * Copyright (C) 2002 Olaf Beck + * Copyright (C) 2008-2009 Benjamin Drung + * + * 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; either version 3 of the License, or + * (at your option) any later version. + * + * 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. + */ + +On Debian systems, the complete text of the GNU General Public +License can be found in the file ‘/usr/share/common-licenses/GPL’. --- dvdbackup-0.4.orig/debian/changelog +++ dvdbackup-0.4/debian/changelog @@ -0,0 +1,183 @@ +dvdbackup (0.4-1) unstable; urgency=low + + [ Benjamin Drung ] + * New upstream version + * debian/control: + - Update Debian Standards-Version to 3.8.1 + - Add Homepage and Vcs-{Browser,Svn} fields + - Add myself to Uploaders + - Add cdbs to Build-Depends + - Add ${misc:Depends} to Depends + - Build-Depends on newer libdvdread-dev (Closes: #516825) + - dvdbackup-dev needs to depend on same version of dvdbackup + - Adjust section to the new sections in Debian + * Add newline to the end of debian/watch + * debian/rules: Switch to cdbs (Closes: #506600) + * debian/dvdbackup.{dirs,docs,manpages}: Removed + * debian/dvdbackup.install: Updated for cdbs + * debian/copyright: Updated year and corrected link to GPL + + [ Stephen Gran ] + * Prep for release + + -- Stephen Gran Fri, 27 Mar 2009 10:41:51 -0400 + +dvdbackup (0.2-2) unstable; urgency=low + + * Pass CFLAGS to build system, don't override them + + -- Stephen Gran Tue, 01 Apr 2008 23:19:25 +0100 + +dvdbackup (0.2-1) unstable; urgency=low + + * New upstream version + * Mandatory switches are now gone (closes: #469337, #470049) + * Update debian/copyright to reflect new upstream + * Update debian/rules to reflect new build system + + -- Stephen Gran Tue, 11 Mar 2008 02:09:51 +0000 + +dvdbackup (0.1.1-12) unstable; urgency=low + + * Output an error message when DVDOpen fails (closes: #464520) + + -- Stephen Gran Mon, 03 Mar 2008 02:26:03 +0000 + +dvdbackup (0.1.1-11) unstable; urgency=low + + * dvdbackup-dbg Depends on dvdbackup (closes: #463179) + * s/mkisofs/genisoimage/g (closes: #415770) + * Handle short reads from DVDReadBlocks (closes: #419670) + * Handle broken ifo/bup files (closes: #467075) + * Modify Build-Depends to not use the -1 revision + * Update Standards Version (no changes) + + -- Stephen Gran Sun, 02 Mar 2008 17:44:38 +0000 + +dvdbackup (0.1.1-10) unstable; urgency=low + + * Fix AUTHOR attribution in manpage (closes: #376987) + * Apply broken block handling patch from Martin Stolle + (closes: #376065) + + -- Stephen Gran Sun, 17 Sep 2006 14:05:00 +0100 + +dvdbackup (0.1.1-9) unstable; urgency=low + + * Change Priority: for -dbg package to match override field. + + -- Stephen Gran Thu, 13 Jul 2006 16:13:11 +0100 + +dvdbackup (0.1.1-8) unstable; urgency=low + + * Don't save the output of `pwd` in a variable - at least some of the + buildds run with sudo, and this will probably fail on those. I have no + idea why this hasn't failed yet, but no point continuing. + + -- Stephen Gran Tue, 6 Jun 2006 00:29:45 +0100 + +dvdbackup (0.1.1-7) unstable; urgency=medium + + * The wiki-wacky-oaxtepec release + * Patch from Ted Percival to fix overflow in + DVDGetFileSet (closes: #366092) + - urgency is medium for this bugfix + * Add -dbg package, so it's easier to find these things in the future + This requires increasing versioned dep on debhelper + * Actually pass CFLAGS to make. Duh. (closes: #367101) + * Upgrade to Standards-Version 3.7.2 (no changes) + + -- Stephen Gran Thu, 18 May 2006 23:50:44 +0100 + +dvdbackup (0.1.1-6) unstable; urgency=low + + * Stop using UDFFindFile (patch from Bj|rn Englund + ) (closes: #365637) + + -- Stephen Gran Thu, 4 May 2006 00:20:45 +0100 + +dvdbackup (0.1.1-5) unstable; urgency=low + + * Relax permissions on created files and directories + (closes: #363589) + + -- Stephen Gran Thu, 20 Apr 2006 18:39:29 +0100 + +dvdbackup (0.1.1-4) unstable; urgency=low + + * Update to 3.6.2 (no changes necessary) + * patch from Salamon Attila + to fix offset errors in VOM creation. (closes: #342949) + Should also close #319631, but I'll wait for confirmation. + * Add notes to READMEs and manpage that dvdbackup does not itself create all + the bits necessary to burn a single titleset to dvd - you'll still need + something like dvdauthor for that. (closes: #341483) + * Fix manpage typo + + -- Stephen Gran Thu, 29 Dec 2005 22:44:38 +0000 + +dvdbackup (0.1.1-3) unstable; urgency=low + + * Manpage and help output fixups (closes: #288765) + - remove obsolete SEE ALSO + - better document -n switch in both -h output and manpage + - properly escape all hyphens + + -- Stephen Gran Wed, 19 Jan 2005 00:14:11 -0500 + +dvdbackup (0.1.1-2) unstable; urgency=low + + * Typo fixups in source (Thanks Michael Shields for + patch) (closes: #266500) + * Also inspired me to hunt for typos and problems in manpage. + + -- Stephen Gran Sat, 28 Aug 2004 12:33:43 -0400 + +dvdbackup (0.1.1-1) unstable; urgency=low + + * New upstream version (closes: #249421) + + -- Stephen Gran Fri, 21 May 2004 00:31:25 -0400 + +dvdbackup (0.1-6) unstable; urgency=low + + * Change suggests to libdvdcss2 (closes: #247986) + + -- Stephen Gran Sat, 8 May 2004 09:33:47 -0400 + +dvdbackup (0.1-5) unstable; urgency=low + + * Fix possible FPE on DVD's with only one title set. Thanks to Emmanuel + Charpentier for finding the bug and thanks to Jim Paris for + the patch. (closes: #224944) + + -- Stephen Gran Sat, 8 May 2004 09:33:40 -0400 + +dvdbackup (0.1-4) unstable; urgency=low + + * Typo fix in README (closes: #215484) + + -- Stephen Gran Sun, 12 Oct 2003 21:39:58 -0400 + +dvdbackup (0.1-3) unstable; urgency=low + + * Add real Makefile and use optimization and warnings. + (closes: #204929) + * Bump Standards Version to 3.6.1 - no changes + + -- Stephen Gran Tue, 12 Aug 2003 16:33:10 -0400 + +dvdbackup (0.1-2) unstable; urgency=low + + * Fix up debian/rules so autobuilders don't fail. + Stupid, stupid me. (closes: #203770) + * Bump Standards Version to 3.6.0 - no changes. + + -- Stephen Gran Sun, 3 Aug 2003 11:20:59 -0400 + +dvdbackup (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Stephen Gran Mon, 7 Jul 2003 13:59:36 -0400 + --- dvdbackup-0.4.orig/debian/control +++ dvdbackup-0.4/debian/control @@ -0,0 +1,28 @@ +Source: dvdbackup +Section: video +Priority: optional +Maintainer: Stephen Gran +Uploaders: Benjamin Drung +Build-Depends: cdbs, debhelper (>= 5.0), libdvdread-dev (>= 4.1.3-4) +Standards-Version: 3.8.1 +Homepage: http://dvdbackup.sourceforge.net +Vcs-Svn: svn://svn.debian.org/svn/pkg-dvdbackup/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-dvdbackup/trunk/ + +Package: dvdbackup +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libdvdcss2 +Description: tool to rip DVD's from the command line + dvdbackup will extract all (or optionally only selected) titles as found + on the dvd. It will structure the extracted files in a format suitable for + burning at a later time with genisoimage and dvdrecord. Has the advantage of + being very easy to use, small, and fast. + +Package: dvdbackup-dbg +Architecture: any +Section: debug +Priority: extra +Depends: dvdbackup (= ${binary:Version}), ${misc:Depends} +Description: debug files for dvdbackup + This package contains the stripped debugging symbols from dvdbackup.