r17925 - in /trunk/libdevel-profile-perl/debian: ./ changelog compat control copyright rules watch

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Fri Mar 21 20:26:08 UTC 2008


Author: joeyh
Date: Fri Mar 21 20:26:07 2008
New Revision: 17925

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17925
Log:
debianisation

Added:
    trunk/libdevel-profile-perl/debian/
    trunk/libdevel-profile-perl/debian/changelog
    trunk/libdevel-profile-perl/debian/compat
    trunk/libdevel-profile-perl/debian/control
    trunk/libdevel-profile-perl/debian/copyright
    trunk/libdevel-profile-perl/debian/rules   (with props)
    trunk/libdevel-profile-perl/debian/watch

Added: trunk/libdevel-profile-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/changelog?rev=17925&op=file
==============================================================================
--- trunk/libdevel-profile-perl/debian/changelog (added)
+++ trunk/libdevel-profile-perl/debian/changelog Fri Mar 21 20:26:07 2008
@@ -1,0 +1,5 @@
+libdevel-profile-perl (1.05-1) UNRELEASED; urgency=low
+
+  * First release.
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 21 Mar 2008 16:15:33 -0400

Added: trunk/libdevel-profile-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/compat?rev=17925&op=file
==============================================================================
--- trunk/libdevel-profile-perl/debian/compat (added)
+++ trunk/libdevel-profile-perl/debian/compat Fri Mar 21 20:26:07 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdevel-profile-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/control?rev=17925&op=file
==============================================================================
--- trunk/libdevel-profile-perl/debian/control (added)
+++ trunk/libdevel-profile-perl/debian/control Fri Mar 21 20:26:07 2008
@@ -1,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 <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+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.

Added: trunk/libdevel-profile-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/copyright?rev=17925&op=file
==============================================================================
--- trunk/libdevel-profile-perl/debian/copyright (added)
+++ trunk/libdevel-profile-perl/debian/copyright Fri Mar 21 20:26:07 2008
@@ -1,0 +1,8 @@
+This is a Debian prepackaged version of the Devel::Profile perl profiler
+module.
+
+Files: *
+Copyright: (c) 2002 by Jeff Weisberg
+License: Artistic
+ The full text to the Artistic License is in
+ /usr/share/common-licenses/Artistic

Added: trunk/libdevel-profile-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/rules?rev=17925&op=file
==============================================================================
--- trunk/libdevel-profile-perl/debian/rules (added)
+++ trunk/libdevel-profile-perl/debian/rules Fri Mar 21 20:26:07 2008
@@ -1,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

Propchange: trunk/libdevel-profile-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdevel-profile-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-profile-perl/debian/watch?rev=17925&op=file
==============================================================================
--- trunk/libdevel-profile-perl/debian/watch (added)
+++ trunk/libdevel-profile-perl/debian/watch Fri Mar 21 20:26:07 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Devel-Profile/ .*/Devel-Profile-?(\d.*)\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list