Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37038693
en ru br
Репозитории ALT
S:0.4.2-alt3
5.1: 0.4.1-alt1
4.1: 0.1.1-alt2
4.0: 0.1.1-alt2
3.0: 0.1-alt1.1
+backports:0.1.1-alt0.M30.1
www.altlinux.org/Changes

Группа :: Архивирование/Создание CD
Пакет: dvdbackup

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: dvdbackup_0.4.1-1.diff
Скачать


--- dvdbackup-0.4.1.orig/debian/rules
+++ dvdbackup-0.4.1/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
--- dvdbackup-0.4.1.orig/debian/README.Debian
+++ dvdbackup-0.4.1/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 <sgran@debian.org>, Mon,  7 Jul 2003 13:59:36 -0400
--- dvdbackup-0.4.1.orig/debian/compat
+++ dvdbackup-0.4.1/debian/compat
@@ -0,0 +1 @@
+7
--- dvdbackup-0.4.1.orig/debian/dvdbackup.install
+++ dvdbackup-0.4.1/debian/dvdbackup.install
@@ -0,0 +1 @@
+debian/tmp/usr
--- dvdbackup-0.4.1.orig/debian/watch
+++ dvdbackup-0.4.1/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://sf.net/dvdbackup/dvdbackup-(.*)\.tar\.gz
+
--- dvdbackup-0.4.1.orig/debian/changelog
+++ dvdbackup-0.4.1/debian/changelog
@@ -0,0 +1,198 @@
+dvdbackup (0.4.1-1) unstable; urgency=high
+
+  * New upstream release
+    + Fixes offset bug, which results in wrong .vob files (Closes: #529073).
+    + German translation; thanks to Chris Leick (Closes: #531568).
+    + Fixes grammatical errors (Closes: #530708).
+  * debian/control:
+    - Update my e-mail address.
+    - Use longer description for dvdbackup-dbg.
+  * debian/copyright: Refer to GPL-3 instead of versionless GPL.
+  * Switch to debhelper 7.
+  * Update debian/copyright to Debian Enhancement Proposals 5.
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Tue, 09 Jun 2009 02:11:29 +0200
+
+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 <sgran@debian.org>  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 <sgran@debian.org>  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 <sgran@debian.org>  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 <sgran@debian.org>  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 <sgran@debian.org>  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
+    <mstoll@sus.mcgill.ca> (closes: #376065)
+
+ -- Stephen Gran <sgran@debian.org>  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 <sgran@debian.org>  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 <sgran@debian.org>  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 <ted@midg3t.net> 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 <sgran@debian.org>  Thu, 18 May 2006 23:50:44 +0100
+
+dvdbackup (0.1.1-6) unstable; urgency=low
+
+  * Stop using UDFFindFile (patch from Bj|rn Englund
+    <d4bjorn@dtek.chalmers.se>) (closes: #365637)
+
+ -- Stephen Gran <sgran@debian.org>  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 <sgran@debian.org>  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 <attila.salamon-patch@chello.hu>
+    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 <sgran@debian.org>  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 <sgran@debian.org>  Wed, 19 Jan 2005 00:14:11 -0500
+
+dvdbackup (0.1.1-2) unstable; urgency=low
+
+  * Typo fixups in source (Thanks Michael Shields <shields@msrl.com> for
+    patch) (closes: #266500)
+  * Also inspired me to hunt for typos and problems in manpage.
+
+ -- Stephen Gran <sgran@debian.org>  Sat, 28 Aug 2004 12:33:43 -0400
+
+dvdbackup (0.1.1-1) unstable; urgency=low
+
+  * New upstream version (closes: #249421)
+
+ -- Stephen Gran <sgran@debian.org>  Fri, 21 May 2004 00:31:25 -0400
+
+dvdbackup (0.1-6) unstable; urgency=low
+
+  * Change suggests to libdvdcss2 (closes: #247986)
+
+ -- Stephen Gran <sgran@debian.org>  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 <jim@jtan.com> for
+    the patch. (closes: #224944)
+
+ -- Stephen Gran <sgran@debian.org>  Sat,  8 May 2004 09:33:40 -0400
+
+dvdbackup (0.1-4) unstable; urgency=low
+
+  * Typo fix in README (closes: #215484)
+
+ -- Stephen Gran <sgran@debian.org>  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 <sgran@debian.org>  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 <sgran@debian.org>  Sun,  3 Aug 2003 11:20:59 -0400
+
+dvdbackup (0.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Stephen Gran <sgran@debian.org>  Mon,  7 Jul 2003 13:59:36 -0400
+
--- dvdbackup-0.4.1.orig/debian/control
+++ dvdbackup-0.4.1/debian/control
@@ -0,0 +1,33 @@
+Source: dvdbackup
+Section: video
+Priority: optional
+Maintainer: Stephen Gran <sgran@debian.org>
+Uploaders: Benjamin Drung <bdrung@ubuntu.com>
+Build-Depends: cdbs, debhelper (>= 7), 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
+ 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.
+ .
+ This package contains the stripped debugging symbols from dvdbackup.
--- dvdbackup-0.4.1.orig/debian/copyright
+++ dvdbackup-0.4.1/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=54
+Name: dvdbackup
+Contact: Benjamin Drung <benjamin.drung@gmail.com>
+Source: http://dvdbackup.sourceforge.net/
+
+Files: *
+Copyright: 2002, Olaf Beck <olaf_sc@yahoo.com>
+           2008-2009, Benjamin Drung <benjamin.drung@gmail.com>
+License: GPL-3+
+ 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.
+ .
+ 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 full text of the GNU General Public License
+ can be found in the `/usr/share/common-licenses/GPL-3' file.
+
+Files: debian/*
+Copyright: 2003-2009, Stephen Gran <sgran@debian.org>
+           2008-2009, Benjamin Drung <bdrung@ubuntu.com>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License
+ can be found in the `/usr/share/common-licenses/GPL-3' file.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin