--- video-dvdrip-doc-20030223.orig/debian/changelog +++ video-dvdrip-doc-20030223/debian/changelog @@ -0,0 +1,12 @@ +video-dvdrip-doc (20030223-0.1) unstable; urgency=low + + * Change the package name to dvdrip-doc + + -- Christian Marillat Mon, 6 Sep 2004 13:46:37 +0200 + +video-dvdrip-doc (20030223-0.0) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Sun, 23 Feb 2003 19:21:48 +0100 + --- video-dvdrip-doc-20030223.orig/debian/doc-base +++ video-dvdrip-doc-20030223/debian/doc-base @@ -0,0 +1,9 @@ +Document: dvdrip-doc +Title: dvd::rip Manual +Author: Joern Reder +Abstract: Static HTML version of http://www2.exit1.org/dvdrip/doc/index.cipp +Section: Apps/Graphics + +Format: HTML +Index: /usr/share/doc/dvdrip-doc/html/index.html +Files: /usr/share/doc/dvdrip-doc/html/*.html --- video-dvdrip-doc-20030223.orig/debian/control +++ video-dvdrip-doc-20030223/debian/control @@ -0,0 +1,22 @@ +Source: video-dvdrip-doc +Section: doc +Priority: optional +Maintainer: Christian Marillat +Standards-Version: 3.6.1 +Build-Depends-Indep: debhelper (>> 3.4.4) + +Package: dvdrip-doc +Architecture: all +Conflicts: video-dvdrip-doc (<= 20030223-0.0) +Description: Documentation for dvd::rip + dvd::rip is a full featured DVD copy program written in Perl. It provides + an easy to use but feature-rich Gtk+ GUI to control almost all aspects of + the ripping and transcoding process. It uses the widely known video + processing swissknife transcode and many other Open Source tools. + +Package: video-dvdrip-doc +Architecture: all +Depends: dvdrip-doc +Description: Documentation for dvd::rip - dummy package + This package is simply an empty package to install the real dvdrip-doc + package who reflect the real name for this tool. --- video-dvdrip-doc-20030223.orig/debian/compat +++ video-dvdrip-doc-20030223/debian/compat @@ -0,0 +1 @@ +3 --- video-dvdrip-doc-20030223.orig/debian/copyright +++ video-dvdrip-doc-20030223/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Christian Marillat on +Sun, 23 Feb 2003 19:21:48 +0100. + +It was downloaded from http://www2.exit1.org/dvdrip + +Upstream Author: Joern Reder + +Copyright: 2001, 2002, 2003 Joern Reder + + This program is free software; you can redistribute it and/or modify it + under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later version, + or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL' and the Artistic + Licence in /usr/share/common-licenses/Artistic'. --- video-dvdrip-doc-20030223.orig/debian/rules +++ video-dvdrip-doc-20030223/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + +clean: + dh_testdir + dh_testroot + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs -A usr/share/doc/dvdrip-doc/html \ + usr/share/bug/dvdrip-doc usr/share/bug/video-dvdrip-doc + + cp *.html debian/dvdrip-doc/usr/share/doc/dvdrip-doc/html + cp -r img debian/dvdrip-doc/usr/share/doc/dvdrip-doc/html + + cp debian/bts debian/dvdrip-doc/usr/share/bug/dvdrip-doc/control + cp debian/bts debian/video-dvdrip-doc/usr/share/bug/video-dvdrip-doc/control + +# Prune empty directories + find debian -type d | xargs rmdir -p --ignore-fail-on-non-empty + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + 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 --- video-dvdrip-doc-20030223.orig/debian/bts +++ video-dvdrip-doc-20030223/debian/bts @@ -0,0 +1 @@ +Send-To: marillat@free.fr