--- ogmrip-video-copy-0.4.orig/debian/changelog +++ ogmrip-video-copy-0.4/debian/changelog @@ -0,0 +1,56 @@ +ogmrip-video-copy (0.4-dmo1ubuntu2) focal; urgency=medium + + * d/rules: Don't override dh_builddeb to use bzip2 compression. Fixes FTBFS. + + -- Logan Rosen Sun, 01 Mar 2020 00:03:20 -0500 + +ogmrip-video-copy (0.4-dmo1ubuntu1) trusty; urgency=low + + * Merge from deb-multimedia + * Use dh-autoreconf + * Add -f to rm in rules file, fixes ftbfs + + -- Jackson Doak Tue, 19 Nov 2013 07:49:00 +1100 + +ogmrip-video-copy (0.4-dmo1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 19 May 2012 13:10:19 +0200 + +ogmrip-video-copy (0.3-0.1) unstable; urgency=low + + * Move to dh. + + -- Christian Marillat Sat, 07 Jan 2012 13:14:00 +0100 + +ogmrip-video-copy (0.3-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 24 Dec 2009 15:07:40 +0100 + +ogmrip-video-copy (0.2-0.2) unstable; urgency=low + + * Build with --disable-static. + + -- Christian Marillat Sun, 09 Aug 2009 22:54:46 +0200 + +ogmrip-video-copy (0.2-0.1) unstable; urgency=low + + * Build-Depends on latest libogmrip -0.2 for libdvdread-dev. + + -- Christian Marillat Mon, 20 Jul 2009 19:24:29 +0200 + +ogmrip-video-copy (0.2-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 20 Jul 2009 10:14:09 +0200 + +ogmrip-video-copy (0.1-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Mon, 25 Aug 2008 17:16:56 +0200 + --- ogmrip-video-copy-0.4.orig/debian/compat +++ ogmrip-video-copy-0.4/debian/compat @@ -0,0 +1 @@ +9 --- ogmrip-video-copy-0.4.orig/debian/control +++ ogmrip-video-copy-0.4/debian/control @@ -0,0 +1,16 @@ +Source: ogmrip-video-copy +Section: utils +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Christian Marillat +Bugs: mailto:marillat@deb-multimedia.org +Homepage: http://ogmrip.sourceforge.net/en/plugins.html +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9), libogmrip-dev (>= 0.13.8), dh-autoreconf + +Package: ogmrip-video-copy +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ogmrip +Description: ogmrip plugin to extract DVD track + This plugin should be used to extract a title from a DVD without any + encoding. --- ogmrip-video-copy-0.4.orig/debian/copyright +++ ogmrip-video-copy-0.4/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Christian Marillat on +Mon, 25 Aug 2008 17:16:56 +0200. + +It was downloaded from http://ogmrip.sourceforge.net/en/plugins.html + +Upstream Author: + + Olivier Rolland + +Copyright: + + Copyright © 2008 Olivier Rolland + +License: + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA. + +The Debian packaging is (C) 2008, Christian Marillat and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- ogmrip-video-copy-0.4.orig/debian/rules +++ ogmrip-video-copy-0.4/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf + +override_dh_auto_configure: + dh_auto_configure -- \ + --disable-static + +override_dh_auto_install: + dh_auto_install + rm -f debian/ogmrip-video-copy/usr/lib/*/ogmrip/video-plugins/*.la + +override_dh_makeshlibs: --- ogmrip-video-copy-0.4.orig/debian/source/format +++ ogmrip-video-copy-0.4/debian/source/format @@ -0,0 +1 @@ +1.0 --- ogmrip-video-copy-0.4.orig/debian/watch +++ ogmrip-video-copy-0.4/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/ogmrip/ogmrip-video-copy-(.*)\.tar\.gz