debian/0000755000000000000000000000000012217601023007160 5ustar debian/rules0000755000000000000000000000027512217601023010244 0ustar #!/usr/bin/make -f TEST_FILES = $(filter-out t/00-check-deps.t t/01-compile.t,$(shell echo t/*.t)) %: dh $@ override_dh_auto_test: TERM=dumb dh_auto_test -- TEST_FILES="$(TEST_FILES)" debian/control0000644000000000000000000000277612217601023010577 0ustar Source: libdebug-client-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Fabrizio Regalli , gregor herrmann , Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libfile-homedir-perl (>= 0.98), libio-socket-ip-perl (>= 0.21), libpadwalker-perl, libterm-readline-gnu-perl, libtest-class-perl (>= 0.36), libtest-deep-perl (>= 0.108), libtest-requires-perl (>= 0.07), perl (>= 5.17.3) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdebug-client-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdebug-client-perl.git Homepage: https://metacpan.org/release/Debug-Client/ Package: libdebug-client-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libio-socket-ip-perl (>= 0.21), libpadwalker-perl, libterm-readline-gnu-perl, perl (>= 5.17.3) Description: module to debug Perl programs remotely Debug::Client is a Perl module designed to facilitate remote debugging of your Perl software. Its interface consists of connecting to a remote Perl session, permitting manipulation of breakpoints and providing stack traces or variable values where needed. debian/source/0000755000000000000000000000000012217601023010460 5ustar debian/source/format0000644000000000000000000000001412217601023011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000761612217601023011044 0ustar libdebug-client-perl (0.29-1) unstable; urgency=low * New upstream release. * Update (build) dependencies. * Drop patch fix-term-readline-load. The relevant code was changed upstream in a different way. -- gregor herrmann Sun, 22 Sep 2013 16:43:26 +0200 libdebug-client-perl (0.26-2) unstable; urgency=low * Added patch to fix Term::ReadLine load. Also fixes "padre: FTBFS: dh_auto_test: make -j1 test returned exit code 2" (Closes: #713433) -- Dominique Dumont Sat, 20 Jul 2013 10:39:35 +0200 libdebug-client-perl (0.26-1) unstable; urgency=low * New upstream release. Fixes "FTBFS with perl 5.18: given is experimental" (Closes: #711438) * Replace patch to skip tests by using TEST_FILES in debian/rules. * Add more build dependencies. * Prefer libterm-readline-gnu-perl over libterm-readline-perl-perl. * Run test suite under TERM=dumb. * Update years of upstream and packaging copyright. -- gregor herrmann Fri, 07 Jun 2013 21:59:29 +0200 libdebug-client-perl (0.25-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 [ Dominique Dumont ] * Imported Upstream version 0.25 * added patch to relax too strict versioned dependencies * control: bumped standard-version. Removed redundant recommended dep * control: added dep on libio-socket-ip-perl >= 0.21 -- Dominique Dumont Wed, 08 May 2013 09:08:07 +0200 libdebug-client-perl (0.20-1) unstable; urgency=low * New upstream release 0.18. * Update years of upstream and packaging copyright. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Add build dependencies on libtest-class-perl and libterm-readline- perl-perl. * New upstream release 0.20. * (Build-)depend on perl (>= 5.13.10) for Carp 1.20. -- gregor herrmann Fri, 13 Apr 2012 16:35:39 +0200 libdebug-client-perl (0.16-1) unstable; urgency=low [ Fabrizio Regalli ] * Imported Upstream version 0.16 [ Dominique Dumont ] + copyright: added bowtie in (c) list. Cleanup GPL-1 text * control: + added dod to uploaders + added dependency on libpadwalker-perl and libterm-readline-perl-perl -- Dominique Dumont Sun, 22 Jan 2012 17:35:20 +0100 libdebug-client-perl (0.15-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Remove fix-pod.patch, applied upstream. * Update build and runtime dependencies. * Add /me to Uploaders. -- gregor herrmann Sat, 26 Nov 2011 18:38:25 +0100 libdebug-client-perl (0.12-1) unstable; urgency=low [ Fabrizio Regalli ] * New upstream release * Upgrade d/compat to 8 * Removed quilt (>= 0.46-7) as Build-Depends * Bump to 3.9.2 Standards-Version * Added myself to Uploaders and Copyright * Removed no more necessary README.source file * Switch to 3.0 quilt format * Updated Format-Specification url in d/copyright * Updated path for license on Debian system in d/copyright * Removed '--with-quilt' from d/rules * Updated copyright year * Changed debhelper version to (>= 8) * Install eg/* as examples * Added libfile-homedir-perl dependency [ gregor herrmann ] * Update years of copyright for inc/*. -- Fabrizio Regalli Tue, 26 Jul 2011 11:02:52 +0200 libdebug-client-perl (0.11-1) unstable; urgency=low * Initial Release (Closes: #563131) -- Jonathan Yu Thu, 31 Dec 2009 00:06:12 -0500 debian/compat0000644000000000000000000000000212217601023010356 0ustar 8 debian/libdebug-client-perl.examples0000644000000000000000000000000512217601023014704 0ustar eg/* debian/copyright0000644000000000000000000000260712217601023011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Debug-Client Upstream-Contact: Gabor Szabo Source: https://metacpan.org/release/Debug-Client/ Files: * Copyright: 2008-2013, Gabor Szabo 2011-2013, Kevin Dawson License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2011, Fabrizio Regalli 2012-2013, gregor herrmann 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'. debian/watch0000644000000000000000000000016612217601023010214 0ustar version=3 https://metacpan.org/release/Debug-Client/ .*/Debug-Client-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$