--- ogmrip-oggz-0.3.orig/debian/changelog +++ ogmrip-oggz-0.3/debian/changelog @@ -0,0 +1,37 @@ +ogmrip-oggz (0.3-dmo1ubuntu1) trusty; urgency=low + + * Merge from deb-multimedia + * Add -f to rm in debian/rules, fixes ftbfs + * Use dh-autoreconf + + -- Jackson Doak Tue, 19 Nov 2013 07:16:51 +1100 + +ogmrip-oggz (0.3-dmo1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 19 May 2012 13:22:59 +0200 + +ogmrip-oggz (0.2-0.1) unstable; urgency=low + + * Move to dh. + + -- Christian Marillat Sat, 07 Jan 2012 13:04:08 +0100 + +ogmrip-oggz (0.2-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 25 Dec 2009 18:35:56 +0100 + +ogmrip-oggz (0.1-0.1) unstable; urgency=low + + * Build with --disable-static. + + -- Christian Marillat Sun, 09 Aug 2009 22:52:50 +0200 + +ogmrip-oggz (0.1-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Mon, 20 Jul 2009 10:20:21 +0200 --- ogmrip-oggz-0.3.orig/debian/compat +++ ogmrip-oggz-0.3/debian/compat @@ -0,0 +1 @@ +9 --- ogmrip-oggz-0.3.orig/debian/control +++ ogmrip-oggz-0.3/debian/control @@ -0,0 +1,15 @@ +Source: ogmrip-oggz +Section: video +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-oggz +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, oggz-tools +Description: OGG container support for OGMRip + A plugin for OGMRip which adds support for the OGG container. --- ogmrip-oggz-0.3.orig/debian/copyright +++ ogmrip-oggz-0.3/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Christian Marillat on +Mon, 20 Jul 2009 10:20:21 +0200. + +It was downloaded from http://ogmrip.sourceforge.net/en/plugins.html + +Upstream Author: + + Olivier Rolland + +Copyright: + + Copyright © 2008-2009 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: + + Copyright © 2009 Christian Marillat + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- ogmrip-oggz-0.3.orig/debian/rules +++ ogmrip-oggz-0.3/debian/rules @@ -0,0 +1,17 @@ +#!/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-oggz/usr/lib/*/ogmrip/container-plugins/*.la + +override_dh_builddeb: + dh_builddeb -- -Zbzip2 + +override_dh_makeshlibs: --- ogmrip-oggz-0.3.orig/debian/source/format +++ ogmrip-oggz-0.3/debian/source/format @@ -0,0 +1 @@ +1.0 --- ogmrip-oggz-0.3.orig/debian/watch +++ ogmrip-oggz-0.3/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/ogmrip/ogmrip-oggz-(.*)\.tar\.gz