--- libmp4-info-perl-1.13.orig/debian/changelog +++ libmp4-info-perl-1.13/debian/changelog @@ -0,0 +1,67 @@ +libmp4-info-perl (1.13-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sun, 03 Jan 2021 15:45:37 +0100 + +libmp4-info-perl (1.13-1) unstable; urgency=low + + * New upstream release + * Bump compat version + * Bump Standards Version + + -- Michael Ablassmeier Sun, 08 Aug 2010 23:05:02 +0200 + +libmp4-info-perl (1.12-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with Perl 5.10. Closes: #467815 + + -- Mark Hymers Sat, 05 Apr 2008 21:09:02 +0100 + +libmp4-info-perl (1.12-2) unstable; urgency=low + + * Add libio-string-perl to depends aswell .. + + -- Michael Ablassmeier Wed, 28 Feb 2007 11:18:17 +0100 + +libmp4-info-perl (1.12-1) unstable; urgency=low + + * New upstream release + * Add libio-string-perl to Build-Depends-Indep + + -- Michael Ablassmeier Wed, 28 Feb 2007 11:11:48 +0100 + +libmp4-info-perl (1.11-1) unstable; urgency=low + + * New upstream release + + -- Michael Ablassmeier Thu, 28 Sep 2006 09:37:36 +0200 + +libmp4-info-perl (1.10-1) unstable; urgency=low + + * New upstream release + + -- Michael Ablassmeier Wed, 19 Jul 2006 09:46:53 +0200 + +libmp4-info-perl (1.09-1) unstable; urgency=low + + * New upstream release + + -- Michael Ablassmeier Thu, 22 Jun 2006 07:56:07 +0200 + +libmp4-info-perl (1.08-1) unstable; urgency=low + + * New upstream release + * Small change for watch file + * Conforms with new Standards Version + + -- Michael Ablassmeier Tue, 9 May 2006 10:21:45 +0200 + +libmp4-info-perl (1.07-1) unstable; urgency=low + + * Initial Release. (Closes: #365817) + + -- Michael Ablassmeier Wed, 3 May 2006 08:32:01 +0200 + --- libmp4-info-perl-1.13.orig/debian/compat +++ libmp4-info-perl-1.13/debian/compat @@ -0,0 +1 @@ +5 --- libmp4-info-perl-1.13.orig/debian/control +++ libmp4-info-perl-1.13/debian/control @@ -0,0 +1,18 @@ +Source: libmp4-info-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.0-7), libio-string-perl +Maintainer: Michael Ablassmeier +Standards-Version: 3.8.3 + +Package: libmp4-info-perl +Architecture: all +Depends: ${perl:Depends}, libio-string-perl +Description: Fetch info from MPEG-4 files + This module can be used to extract tag and meta information from MPEG-4 + audio (AAC) and video files. It is designed as a drop-in replacement + for MP3::Info. + . + Note that this module does not allow you to update the information in MPEG-4 + files. --- libmp4-info-perl-1.13.orig/debian/copyright +++ libmp4-info-perl-1.13/debian/copyright @@ -0,0 +1,17 @@ +This is the debian package for the MP4-Info module. +It was created by Michael Ablassmeier . + +The upstream author is: Jonathan Harris + +This module is Copyright 2004, 2005, Jonathan Harris + +License: + +This library is free software; you can redistribute it and/or modify it under +the same terms as Perl itself. + +Check the perl license in /usr/share/doc/perl/copyright. + +You can also read the General Public License and the Artistic License +in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic +respectively. --- libmp4-info-perl-1.13.orig/debian/rules +++ libmp4-info-perl-1.13/debian/rules @@ -0,0 +1,66 @@ +#!/usr/bin/make -f + +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-Wall -O2 -g" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + [ ! -f Makefile ] || $(MAKE) realclean + + dh_clean build-stamp install-stamp + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs + dh_perl + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libmp4-info-perl-1.13.orig/debian/watch +++ libmp4-info-perl-1.13/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.cpan.org/modules/by-module/MP4/MP4-Info-(.*)\.tar\.gz