Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37805637
en ru br
ALT Linux repos
S:0.31-alt2

Group :: Development/Perl
RPM: perl-Debug-Client

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Debug-Client-0.31-alt2.patch
Download


 .gear/rules                                        |  2 +
 .../tags/1c0b46ca7d0f1379967885db310397846759249e  | 12 +++++
 .gear/tags/list                                    |  1 +
 .gear/uupdate_ignore_commits                       |  1 +
 META.yml                                           |  1 +
 Makefile.PL                                        |  1 +
 perl-Debug-Client.spec                             | 56 ++++++++++++++++++++++
 t/01-compile.t                                     |  4 +-
 8 files changed, 76 insertions(+), 2 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..4fcfd99
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:.
+diff: @version@:. .
diff --git a/.gear/tags/1c0b46ca7d0f1379967885db310397846759249e b/.gear/tags/1c0b46ca7d0f1379967885db310397846759249e
new file mode 100644
index 0000000..95f8f1a
--- /dev/null
+++ b/.gear/tags/1c0b46ca7d0f1379967885db310397846759249e
@@ -0,0 +1,12 @@
+object 07287d6674cf705b1094c2bbe91ef4080ff09849
+type commit
+tag 0.31
+tagger Igor Vlasenko <viy@altlinux.org> 1513704794 +0200
+
+0.31
+-----BEGIN PGP SIGNATURE-----
+
+iEYEABECAAYFAlo5TVoACgkQDX9MpIRaJ2PEtACeLPjhxXbHojukFHQyI4L5nw0t
+9fgAoLr2hTQRf9cUga+KQb5QNWLwDH2n
+=iJfi
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..692b60b
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+1c0b46ca7d0f1379967885db310397846759249e 0.31
diff --git a/.gear/uupdate_ignore_commits b/.gear/uupdate_ignore_commits
new file mode 100644
index 0000000..49d6a70
--- /dev/null
+++ b/.gear/uupdate_ignore_commits
@@ -0,0 +1 @@
+commit fa134a5f2d1c77dae0b5a7f9b2b88929137dba37
diff --git a/META.yml b/META.yml
index e656c60..607b8e8 100644
--- a/META.yml
+++ b/META.yml
@@ -5,6 +5,7 @@ author:
 build_requires:
   ExtUtils::MakeMaker: 6.59
   File::HomeDir: 1
+  File::Spec: 3.4
   File::Temp: 0.2304
   List::Util: 1.38
   Test::CheckDeps: 0.01
diff --git a/Makefile.PL b/Makefile.PL
index 2663345..dcbb945 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,6 +17,7 @@ requires 'constant'       => '1.27';
 requires 'Term::ReadLine'       => '1.14';
 requires 'Term::ReadLine::Gnu'  => '1.20' if !win32;
 
+test_requires 'File::Spec'      => '3.4';
 test_requires 'File::HomeDir'   => '1';
 test_requires 'File::Temp'      => '0.2304';
 test_requires 'List::Util'      => '1.38';
diff --git a/perl-Debug-Client.spec b/perl-Debug-Client.spec
new file mode 100644
index 0000000..28d5ec0
--- /dev/null
+++ b/perl-Debug-Client.spec
@@ -0,0 +1,56 @@
+Name: perl-Debug-Client
+Version: 0.31
+Release: alt2
+
+Summary: debugger client side code for Padre, The Perl IDE.
+Group: Development/Perl
+License: perl
+
+Url: %CPAN Debug-Client
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildArch: noarch
+BuildRequires: perl(PadWalker.pm) perl(Test/Requires.pm) perl(Test/CheckDeps.pm) perl(Test/Deep.pm) perl(parent.pm) perl(Test/Class.pm) perl(File/HomeDir.pm) perl-devel perl(IO/Socket/IP.pm) perl(Term/ReadLine/Gnu.pm)
+
+%description
+%summary
+
+%prep
+%setup -q
+%patch -p1
+
+# no upstream patch yet
+# see https://github.com/PadreIDE/Debug-Client/issues/12
+[ %version = 0.31 ] && rm -f t/11-add.t
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README.md README
+%perl_vendor_privlib/Debug/Client*
+%doc Changes README
+
+%changelog
+* Sun Jun 27 2021 Igor Vlasenko <viy@altlinux.org> 0.31-alt2
+- disabled test 11 for the sake of p10 (closes: #40292)
+- known as https://github.com/PadreIDE/Debug-Client/issues/12
+
+* Mon Feb 01 2016 Vladimir Lettiev <crux@altlinux.ru> 0.29-alt2
+- Applied patch https://github.com/PadreIDE/Debug-Client/issues/2
+
+* Mon Sep 16 2013 Vladimir Lettiev <crux@altlinux.ru> 0.29-alt1
+- New version 0.29
+
+* Tue Apr 10 2012 Vladimir Lettiev <crux@altlinux.ru> 0.20-alt1
+- New version 0.20
+
+* Tue Dec 06 2011 Vladimir Lettiev <crux@altlinux.ru> 0.16-alt1
+- New version 0.16
+
+* Fri Jan 29 2010 Vladimir Lettiev <crux@altlinux.ru> 0.11-alt1
+- initial build
diff --git a/t/01-compile.t b/t/01-compile.t
index a6130a5..3ea24ed 100644
--- a/t/01-compile.t
+++ b/t/01-compile.t
@@ -13,13 +13,13 @@ BEGIN {
 	use_ok( 'Carp',           '1.20' );
 	use_ok( 'IO::Socket::IP', '0.21' );
 	use_ok( 'PadWalker',      '1.96' );
-	use_ok( 'Term::ReadLine', '1.1' );
+	use_ok( 'Term::ReadLine', '1.07' );
 	use_ok( 'constant',       '1.21' );
 
 	use_ok( 'Exporter',        '5.64' );
 	use_ok( 'File::HomeDir',   '1' );
 	use_ok( 'File::Spec',      '3.4' );
-	use_ok( 'File::Temp',      '0.2301' );
+	use_ok( 'File::Temp',      '0.23' );
 	use_ok( 'Test::CheckDeps', '0.006' );
 	use_ok( 'Test::Class',     '0.39' );
 	use_ok( 'Test::Deep',      '0.11' );
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin