Skip to content

Commit

Permalink
updated buildfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Aug 23, 2012
1 parent 962481a commit db747fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ lib/Rex/Gearman.pm
lib/Rex/TaskList/Gearman.pm
Makefile.PL
MANIFEST This list of files
t/01.t
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Maintainer: Jan Gehring <jan.gehring@gmail.com>
Build-Depends: debhelper (>= 7),
rex (>=0.32.0)
perl (>= 5.10.0),
libjson-xs-perl,
libgearman-client-perl
libjson-xs-perl
Standards-Version: 3.9.1
Homepage: http://rexify.org/

Expand All @@ -17,5 +16,6 @@ Depends: ${misc:Depends},
rex (>= 0.32.0),
libjson-xs-perl,
libyaml-perl,
libgearman-client-perl
libgearman-client-perl.
gearman
Description: Distributed Rex with Gearman
2 changes: 1 addition & 1 deletion doc/distributed-rex.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: perl-Net-SSH2
BuildRequires: rex >= 0.32.0
BuildRequires: perl-Gearman-Client
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: rex >= 0.32.0
Requires: perl >= 5.8.0
Requires: perl-JSON-XS
Requires: perl-Gearman-Client
Requires: gearmand

%description
Rex is a tool to ease the execution of commands on multiple remote
Expand Down
3 changes: 3 additions & 0 deletions t/01.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
use Test::More tests => 1;

ok(1==1);

0 comments on commit db747fb

Please sign in to comment.