--- ripmake-1.39.orig/debian/changelog +++ ripmake-1.39/debian/changelog @@ -0,0 +1,61 @@ +ripmake (1.39-0.1) unstable; urgency=low + + * Change architecture to all. + + -- Christian Marillat Sun, 25 Sep 2005 14:16:55 +0200 + +ripmake (1.39-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 13 Sep 2004 14:49:33 +0200 + +ripmake (1.38-0.0) unstable; urgency=low + + * New upstream release. + * Need to depends on chapplin 1.10 + + -- Christian Marillat Thu, 1 Apr 2004 01:10:37 +0200 + +ripmake (1.37-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 14 Feb 2004 21:44:44 +0100 + +ripmake (1.36-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 21 Sep 2003 22:57:15 +0200 + +ripmake (1.35-0.1) unstable; urgency=low + + * Forgot to add dependency on mpglen + + -- Christian Marillat Fri, 5 Sep 2003 10:24:07 +0200 + +ripmake (1.35-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 5 Sep 2003 10:08:35 +0200 + +ripmake (1.34-0.1) unstable; urgency=low + + * Of course should depends on transcode + + -- Christian Marillat Mon, 21 Jul 2003 14:07:16 +0200 + +ripmake (1.34-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 10 May 2003 20:03:11 +0200 + +ripmake (1.33-1) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Tue, 25 Feb 2003 17:33:27 +0100 + --- ripmake-1.39.orig/debian/copyright +++ ripmake-1.39/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Christian Marillat on +Tue, 25 Feb 2003 17:33:27 +0100. + +It was downloaded from http://www.lallafa.de/bp/ripmake.html + +Upstream Author: Christian Vogelgsang + +Copyright: 2002 Christian Vogelgsang + + 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; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. --- ripmake-1.39.orig/debian/control +++ ripmake-1.39/debian/control @@ -0,0 +1,18 @@ +Source: ripmake +Section: graphics +Priority: optional +Maintainer: Christian Marillat +Standards-Version: 3.6.2 +Build-Depends: debhelper (>> 4) + +Package: ripmake +Architecture: all +Depends: ${perl:Depends}, mpglen, chaplin (>= 1.10), pgmfindclip, transcode +Description: an automatic command line ripping makefile generator for transcode + A tool which automatically (i.e. with as few user interaction as possible) + selects the best parameters for a given ripping task. It should inspect the + source (e.g. a DVD or an AVI file), extract all important information, + calculate the missing parameters and generate a parameter set for transcode + that will create an output file of high quality. + . + http://www.lallafa.de/bp/ripmake.html --- ripmake-1.39.orig/debian/rules +++ ripmake-1.39/debian/rules @@ -0,0 +1,49 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs usr/bin usr/share/bug/ripmake + + cp ripmake-* debian/ripmake/usr/bin/ripmake + chmod 0755 debian/ripmake/usr/bin/ripmake + + cp debian/bts debian/ripmake/usr/share/bug/ripmake/control + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_link + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_shlibdeps + 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 --- ripmake-1.39.orig/debian/bts +++ ripmake-1.39/debian/bts @@ -0,0 +1 @@ +Send-To: marillat@free.fr --- ripmake-1.39.orig/debian/compat +++ ripmake-1.39/debian/compat @@ -0,0 +1 @@ +4