r74704 - in /trunk/libdevel-dprof-perl/debian: ./ changelog compat control copyright libdevel-dprof-perl.docs rules source/ source/format watch

dom at users.alioth.debian.org dom at users.alioth.debian.org
Wed May 18 18:04:03 UTC 2011


Author: dom
Date: Wed May 18 18:02:59 2011
New Revision: 74704

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74704
Log:
[svn-inject] Applying Debian modifications (20110228.00-1) to trunk

Added:
    trunk/libdevel-dprof-perl/debian/
    trunk/libdevel-dprof-perl/debian/changelog
    trunk/libdevel-dprof-perl/debian/compat
    trunk/libdevel-dprof-perl/debian/control
    trunk/libdevel-dprof-perl/debian/copyright
    trunk/libdevel-dprof-perl/debian/libdevel-dprof-perl.docs
    trunk/libdevel-dprof-perl/debian/rules   (with props)
    trunk/libdevel-dprof-perl/debian/source/
    trunk/libdevel-dprof-perl/debian/source/format
    trunk/libdevel-dprof-perl/debian/watch

Added: trunk/libdevel-dprof-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/changelog?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/changelog (added)
+++ trunk/libdevel-dprof-perl/debian/changelog Wed May 18 18:02:59 2011
@@ -1,0 +1,5 @@
+libdevel-dprof-perl (20110228.00-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #627114)
+
+ -- Dominic Hargreaves <dom at earth.li>  Wed, 18 May 2011 17:53:27 +0000

Added: trunk/libdevel-dprof-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/compat?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/compat (added)
+++ trunk/libdevel-dprof-perl/debian/compat Wed May 18 18:02:59 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libdevel-dprof-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/control?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/control (added)
+++ trunk/libdevel-dprof-perl/debian/control Wed May 18 18:02:59 2011
@@ -1,0 +1,26 @@
+Source: libdevel-dprof-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominic Hargreaves <dom at earth.li>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Devel-DProf/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-dprof-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-dprof-perl/
+
+Package: libdevel-dprof-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: a deprecated Perl code profiler
+ The Devel::DProf package is a Perl code profiler. This will collect
+ 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. This
+ information can also be used to create an execution graph of the script,
+ showing subroutine relationships.
+ .
+ Devel::DProf is deprecated. It is recommended that you install and use
+ Devel::NYTProf (in the package libdevel-nytprof-perl) instead, as it
+ offers significantly improved profiling and reporting.

Added: trunk/libdevel-dprof-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/copyright?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/copyright (added)
+++ trunk/libdevel-dprof-perl/debian/copyright Wed May 18 18:02:59 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: The Perl 5 Porters
+Source: http://search.cpan.org/dist/Devel-DProf/
+Name: Devel-DProf
+
+Files: *
+Copyright: The Perl 5 Porters
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Dominic Hargreaves <dom at earth.li>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libdevel-dprof-perl/debian/libdevel-dprof-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/libdevel-dprof-perl.docs?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/libdevel-dprof-perl.docs (added)
+++ trunk/libdevel-dprof-perl/debian/libdevel-dprof-perl.docs Wed May 18 18:02:59 2011
@@ -1,0 +1,2 @@
+README
+Todo

Added: trunk/libdevel-dprof-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/rules?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/rules (added)
+++ trunk/libdevel-dprof-perl/debian/rules Wed May 18 18:02:59 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdevel-dprof-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/source/format?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/source/format (added)
+++ trunk/libdevel-dprof-perl/debian/source/format Wed May 18 18:02:59 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdevel-dprof-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dprof-perl/debian/watch?rev=74704&op=file
==============================================================================
--- trunk/libdevel-dprof-perl/debian/watch (added)
+++ trunk/libdevel-dprof-perl/debian/watch Wed May 18 18:02:59 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Devel-DProf/   .*/Devel-DProf-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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