debian/0000755000000000000000000000000012140274253007166 5ustar debian/watch0000644000000000000000000000015612101263654010221 0ustar version=3 https://metacpan.org/release/Devel-ebug/ .*/Devel-ebug-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000241412140272261011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Brock Wilcox Source: https://metacpan.org/release/Devel-ebug/ Upstream-Name: Devel-ebug Files: * Copyright: 2005-2008, Leon Brocard 2011-2013, Brock Wilcox License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Peter Makholm 2008, Jose Luis Rivas 2008, 2012, gregor herrmann 2010, Ansgar Burchardt 2010, Salvatore Bonaccorso 2012-2013, Florian Schlichting 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 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 version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000450212140274253010572 0ustar Source: libdevel-ebug-perl Maintainer: Debian Perl Group Uploaders: Martín Ferrari , gregor herrmann , Jose Luis Rivas , Ansgar Burchardt , Salvatore Bonaccorso , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1) Build-Depends-Indep: libtest-expect-perl, libdevel-stacktrace-perl, libproc-background-perl, libstring-koremutake-perl, libclass-accessor-chained-perl, perl, libpadwalker-perl, netbase, libtest-pod-perl, libyaml-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-ebug-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-ebug-perl.git Homepage: https://metacpan.org/release/Devel-ebug/ Package: libdevel-ebug-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdevel-stacktrace-perl, libclass-accessor-chained-perl, perl, libpadwalker-perl, libproc-background-perl, libstring-koremutake-perl, libyaml-perl, netbase Description: simple, extensible Perl debugger Devel::ebug is a simple and extensible Perl debugger with a clean API. Using this module, you may easily write a Perl debugger to debug your programs. Alternatively, it comes with an interactive debugger, ebug. . Perl's current debugger is currently 2,600 lines of magic and special cases. The code is nearly unreadable: fixing bugs and adding new features is fraught with difficulties. The debugger has no test suite which has caused breakage with changes that couldn't be properly tested. It will also not debug regexes. Devel::ebug is aimed at fixing these problems and delivering a replacement debugger which provides a well-tested simple programmatic interface to debugging programs. This makes it easier to build debuggers on top of Devel::ebug, be they console-, curses-, GUI- or Ajax-based. debian/compat0000644000000000000000000000000211706077047010375 0ustar 8 debian/changelog0000644000000000000000000001430112140274253011037 0ustar libdevel-ebug-perl (0.55-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Imported Upstream version 0.55 * Bumped Module::Build dependency to 0.40 | perl (>= 5.17.1) * Email change: Florian Schlichting -> fsfs@debian.org * Updated and merged upstream copyright paragraphs * Bumped Standards-Version to 3.9.4 (no change) * Removed duplicate build-dependency on perl -- Florian Schlichting Wed, 01 May 2013 22:03:19 +0200 libdevel-ebug-perl (0.53-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ gregor herrmann ] * New upstream release. * Switch to debhelper compatibility level 8. Remove "--buildsystem=perl_build" from debian/rules, default now. * Build-depend on Module::Build 0.38. * Remove patches, both applied upstream. * debian/copyright: update Maintainer, add new copyright holder, update years of packaging copyright. [ Florian Schlichting ] * Imported Upstream version 0.53 (closes: #655710). * Changed dependency from libyaml-syck-perl to libyaml-perl. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Added myself to uploaders and copyright. -- Florian Schlichting Sat, 10 Mar 2012 19:42:19 +0100 libdevel-ebug-perl (0.49-3) unstable; urgency=low * Add myself to Uploaders. * Add fix_593012_ftbfs_yaml_syck_1_12.patch patch to fix FTBFS with libyaml-syck-perl 1.12 (Closes: #593012). * Refresh debian/copyright: Explicitly refer to GPL-1 license text in common-licenses as by Debian Policy 3.9.1. * debian/control: - Drop alternate Build-Depends on perl (>= 5.10) | libmodule-build-perl as stable has already the required versions and oldstable is gone. - Remove Build-Depends-Indep on perl and add perl to Build-Depends for Module::Build. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Tue, 17 Aug 2010 15:53:46 +0200 libdevel-ebug-perl (0.49-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Remove Peter Makholm from Uploaders. (Closes: #580315) * Fix test failure with perl 5.12.0 due to changes to wantarray. Thanks to Niko Tyni for the patch. (Closes: #578942) + new patch: perl-5.12.patch * debian/control: Make build-dep on perl unversioned. * debian/copyright: Formatting changes for current DEP-5 proposal. * Add myself to Uploaders. * Bump Standards-Version to 3.8.4. * Use source format 3.0 (quilt). * Use tiny debian/rules. [ gregor herrmann ] * Add perl >= 5.10 as an alternative build dependency to libmodule-build-perl. -- Ansgar Burchardt Sun, 16 May 2010 00:01:30 +0900 libdevel-ebug-perl (0.49-1) unstable; urgency=low [ Martín Ferrari ] * Updating my email address [ Jose Luis Rivas ] * New upstream release * debian/copyright: Updated a little bit according to wiki.debian.org/Proposals/CopyrightFormat * debian/control: + bumped to 3.8.0, changes already applied. + Added me as uploader. * debian/patches/Makefile.PL.patch: + Updated so apply to the new Makefile.PL * Switched to debhelper v7, updated debian/rules, debian/compat and debian/control debhelper dependency to >=7. [ gregor herrmann ] * debian/copyright: update years of upstream copyright; editorial changes. * debian/control: - change my email address - remove cdbs build dependencies; replaced by dh7 - short description: don't start with a capital letter - long desciption: remove spurious last line which looked like a copy&paste error * Remove patches and quilt from build dependencies, dh7 handles the build just fine. Remove also debian/README.source. * debian/rules: call `perl Build install' manually to work around installation of .packlist file. -- Jose Luis Rivas Sat, 01 Nov 2008 22:43:04 -0430 libdevel-ebug-perl (0.48-3) unstable; urgency=low * Don't install empty /usr/lib/perl5 directory. * debian/rules: delete /usr/lib/perl5 only if it exists. * Add libtest-pod-perl and libyaml-perl to build dependencies; the former enables additional tests, the latter is needed for perl 5.10 (closes: #467159). * Set Standards-Version to 3.7.3 (no changes needed). * Set debhelper compatibility level to 6. * Split out changes to Build.PL and Makefile.PL into proper patches and manage them with quilt. * Minimal changes to short and long description, thanks linda. * debian/watch: slightly improve regexp for matching upstream releases. * debian/copyright: remove dh-make-perl boilerplates, switch to new format. * Add /me to Uploaders. -- gregor herrmann Sat, 23 Feb 2008 15:17:24 +0100 libdevel-ebug-perl (0.48-2) unstable; urgency=low [ Martín Ferrari ] * Added missing build-deps (Closes: #448687 -- FTBFS: test failures). * Added myself to uploaders. [ Peter Makholm ] * Added netbase to deps and build-deps /etc/protocols is needed to use protocol name when opening a new inet socket. This fix is less intrusive than patching the module to use protocol numbers. -- Peter Makholm Tue, 13 Nov 2007 09:59:53 +0000 libdevel-ebug-perl (0.48-1) unstable; urgency=low [ Peter Makholm ] * Initial Release. (Closes: #446066) [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields (source stanza). * Add watch file. -- Peter Makholm Sat, 13 Oct 2007 19:07:33 +0000 debian/source/0000755000000000000000000000000011706077047010477 5ustar debian/source/format0000644000000000000000000000001411706077047011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611706077047010256 0ustar #!/usr/bin/make -f %: dh $@