--- libdevel-backtrace-perl-0.12.orig/debian/control +++ libdevel-backtrace-perl-0.12/debian/control @@ -0,0 +1,25 @@ +Source: libdevel-backtrace-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.7), libtest-pod-perl, + libtest-pod-coverage-perl, libclass-accessor-perl, libstring-escape-perl +Maintainer: Debian Perl Group +Uploaders: Roberto C. Sanchez , + gregor herrmann , Rene Mayorga +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Devel-Backtrace/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-backtrace-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-backtrace-perl/ + +Package: libdevel-backtrace-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl, + libstring-escape-perl +Description: Object-oriented backtrace + Devel::Backtrace provides methods for accessing backtrace information, i.e. + it allows to see the "route" through a script. It returns short or detailed + information about backtrace points as strings. + . + The included Devel::DollarAt module gives some additional functionality to + the $@ scalar, i.e. it makes interpreting exceptions easier. --- libdevel-backtrace-perl-0.12.orig/debian/rules +++ libdevel-backtrace-perl-0.12/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libdevel-backtrace-perl-0.12.orig/debian/watch +++ libdevel-backtrace-perl-0.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Devel-Backtrace/ .*/Devel-Backtrace-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libdevel-backtrace-perl-0.12.orig/debian/changelog +++ libdevel-backtrace-perl-0.12/debian/changelog @@ -0,0 +1,73 @@ +libdevel-backtrace-perl (0.12-1) unstable; urgency=low + + [ Tim Retout ] + * debian/copyright: Fix 'at your opinion' typo. + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Rene Mayorga ] + * New upstream release + * debian/control + + use debhelper version 7 + + remove libmodule-build-perl from B-D-I, dh7 prefers MakeMaker + + update my email address + * debian/rules; refresh it, using dh-make-perl -R + * debian/copyright: + + update the proposal format + + mention individual debian/* copyright info based on debian/changelog + + -- Rene Mayorga Wed, 28 Jan 2009 20:30:22 -0600 + +libdevel-backtrace-perl (0.11-1) unstable; urgency=low + + [ Rene Mayorga ] + * New upstream release + * debian/control: + + Bump Standards-Version to 3.8.0 (No changes needed) + + Add myself to uploaders + * refresh debian/rules with dh-make-perl -R; remove some comments + from template + * Add Copyright from upstream to debian/copyright and add stanza to Debian + perl group + + [ gregor herrmann ] + * debian/control: change my email address. + + -- Rene Mayorga Mon, 07 Jul 2008 23:59:10 -0600 + +libdevel-backtrace-perl (0.10-2) unstable; urgency=low + + * Extend long description, thanks to Gerfried Fuchs for the bug report + (closes: #475995). + * debian/rules: remove some comments; don't install README any more (just + a text version of the inline POD documentation). + + -- gregor herrmann Mon, 14 Apr 2008 16:55:58 +0200 + +libdevel-backtrace-perl (0.10-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann Wed, 02 Apr 2008 21:46:23 +0200 + +libdevel-backtrace-perl (0.09-1) unstable; urgency=low + + [ Roberto C. Sanchez ] + * Added watch file. + * New upstream release. + * Place Debian packaging in PD to match module license. + + [ gregor herrmann ] + * debian/copyright: adapt according to upstream changes. + * Add /me to Uploaders. + * debian/rules: minor updates. + + -- Roberto C. Sanchez Sun, 30 Mar 2008 15:24:45 -0400 + +libdevel-backtrace-perl (0.05-1) unstable; urgency=low + + * Initial Release (Closes: #471574). + + -- Roberto C. Sanchez Tue, 18 Mar 2008 20:49:50 -0400 --- libdevel-backtrace-perl-0.12.orig/debian/compat +++ libdevel-backtrace-perl-0.12/debian/compat @@ -0,0 +1 @@ +7 --- libdevel-backtrace-perl-0.12.orig/debian/libdevel-backtrace-perl.examples +++ libdevel-backtrace-perl-0.12/debian/libdevel-backtrace-perl.examples @@ -0,0 +1 @@ +examples/* --- libdevel-backtrace-perl-0.12.orig/debian/copyright +++ libdevel-backtrace-perl-0.12/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Christoph Bussenius +Upstream-Source: http://search.cpan.org/dist/Devel-Backtrace/ +Upstream-Name: Devel-Backtrace + +Files: * +Copyright: © 2007 Christoph Bussenius +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: © 2008 Roberto C. Sanchez + © 2008 gregor herrmann +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'