--- libdevel-calltrace-perl-1.2.orig/debian/rules +++ libdevel-calltrace-perl-1.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libdevel-calltrace-perl-1.2.orig/debian/compat +++ libdevel-calltrace-perl-1.2/debian/compat @@ -0,0 +1 @@ +7 --- libdevel-calltrace-perl-1.2.orig/debian/copyright +++ libdevel-calltrace-perl-1.2/debian/copyright @@ -0,0 +1,29 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Devel-CallTrace +Upstream-Contact: Jesse Vincent +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'. + --- libdevel-calltrace-perl-1.2.orig/debian/changelog +++ libdevel-calltrace-perl-1.2/debian/changelog @@ -0,0 +1,5 @@ +libdevel-calltrace-perl (1.2-1) unstable; urgency=low + + * Initial Release. (Closes: #482612) + + -- TANIGUCHI Takaki Fri, 04 Feb 2011 10:39:27 +0900 --- libdevel-calltrace-perl-1.2.orig/debian/watch +++ libdevel-calltrace-perl-1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Devel-CallTrace/ .*/Devel-CallTrace-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdevel-calltrace-perl-1.2.orig/debian/control +++ libdevel-calltrace-perl-1.2/debian/control @@ -0,0 +1,20 @@ +Source: libdevel-calltrace-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: TANIGUCHI Takaki +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Devel-CallTrace/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-calltrace-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-calltrace-perl/ + +Package: libdevel-calltrace-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Code tracer to follow function calls + There are a number of perl modules in the CPAN that are designed to + trace a program's execution as it runs. Each uses a different trick to + do its job, but none of them quite met my needs. The technique this + module uses is quite simple and seems to be quite robust.