--- libdevel-profile-perl-1.05.orig/debian/watch +++ libdevel-profile-perl-1.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Devel-Profile/ .*/Devel-Profile-?(\d.*)\.tar\.gz --- libdevel-profile-perl-1.05.orig/debian/rules +++ libdevel-profile-perl-1.05/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh_testdir + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + if [ -e Makefile ]; then $(MAKE) realclean; fi + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install PREFIX=$(CURDIR)/debian/libdevel-profile-perl/usr + [ ! -d $(CURDIR)/debian/libdevel-profile-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libdevel-profile-perl/usr/lib/perl5 + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs CHANGES + #dh_installman blib/man3/*.3pm + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libdevel-profile-perl-1.05.orig/debian/changelog +++ libdevel-profile-perl-1.05/debian/changelog @@ -0,0 +1,12 @@ +libdevel-profile-perl (1.05-2) unstable; urgency=low + + * ftp-master wants to bloat the copyright file with info that's already + in the Homepage field. Ok, done. + + -- Joey Hess Sun, 30 Mar 2008 16:00:40 -0400 + +libdevel-profile-perl (1.05-1) unstable; urgency=low + + * First release. + + -- Joey Hess Fri, 21 Mar 2008 16:26:24 -0400 --- libdevel-profile-perl-1.05.orig/debian/compat +++ libdevel-profile-perl-1.05/debian/compat @@ -0,0 +1 @@ +5 --- libdevel-profile-perl-1.05.orig/debian/control +++ libdevel-profile-perl-1.05/debian/control @@ -0,0 +1,20 @@ +Source: libdevel-profile-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Joey Hess +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Devel-Profile/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-profile-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/ + +Package: libdevel-profile-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: a Perl code profiler + Devel::Profile is a Perl code profiler. It collects information on the + execution time of a Perl script and of the subs in that script. This + information can be used to determine which subroutines are using the most + time and which subroutines are being called most often. --- libdevel-profile-perl-1.05.orig/debian/copyright +++ libdevel-profile-perl-1.05/debian/copyright @@ -0,0 +1,8 @@ +This is a Debian prepackaged version of the Devel::Profile perl profiler +module. It was downloaded from http://search.cpan.org/dist/Devel-Profile/ + +Files: * +Copyright: (c) 2002 by Jeff Weisberg +License: Artistic + The full text to the Artistic License is in + /usr/share/common-licenses/Artistic