--- libmp4-info-perl-1.08.orig/debian/control +++ libmp4-info-perl-1.08/debian/control @@ -0,0 +1,18 @@ +Source: libmp4-info-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 4.0.2) +Build-Depends-Indep: perl (>= 5.8.0-7) +Maintainer: Michael Ablassmeier +Standards-Version: 3.7.2 + +Package: libmp4-info-perl +Architecture: all +Depends: ${perl:Depends} +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.08.orig/debian/changelog +++ libmp4-info-perl-1.08/debian/changelog @@ -0,0 +1,14 @@ +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.08.orig/debian/rules +++ libmp4-info-perl-1.08/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 + + 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.08.orig/debian/compat +++ libmp4-info-perl-1.08/debian/compat @@ -0,0 +1 @@ +4 --- libmp4-info-perl-1.08.orig/debian/watch +++ libmp4-info-perl-1.08/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.cpan.org/modules/by-module/MP4/MP4-Info-(.*)\.tar\.gz --- libmp4-info-perl-1.08.orig/debian/copyright +++ libmp4-info-perl-1.08/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.