[rex] 03/05: d/changelog: new upstream version d/patches: removed, applied by upstream

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue May 19 12:23:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

malex-guest pushed a commit to branch master
in repository rex.

commit 67e7ac5719f426486ccaa77e1828a9292f38b963
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Wed Apr 29 14:13:55 2015 +0200

    d/changelog: new upstream version
    d/patches: removed, applied by upstream
---
 debian/changelog                       |  6 +++
 debian/patches/adjust-pod-syntax.patch | 18 ---------
 debian/patches/fix_syntax.patch        | 72 ----------------------------------
 debian/patches/series                  |  2 -
 4 files changed, 6 insertions(+), 92 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f223543..4d27a6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rex (1.1.0-1) UNRELEASED; urgency=medium
+
+  * Imported Upstream version 1.1.0
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de>  Wed, 29 Apr 2015 14:11:45 +0200
+
 rex (1.0.0-1) UNRELEASED; urgency=low
 
   TODO:
diff --git a/debian/patches/adjust-pod-syntax.patch b/debian/patches/adjust-pod-syntax.patch
deleted file mode 100644
index b834919..0000000
--- a/debian/patches/adjust-pod-syntax.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Alex Mestiashvili <alex at biotec.tu-dresden.de>
-Description: add a NAME and DESCRIPTION section to POD
-Forwarded: https://github.com/RexOps/Rex/issues/598
---- rex.orig/bin/rex
-+++ rex/bin/rex
-@@ -20,7 +20,11 @@
- 
- =pod
- 
--=head1 (R)?ex - (Remote)? Execution
-+=head1 NAME
-+
-+(R)?ex - (Remote)? Execution
-+
-+=head1 DESCRIPTION
- 
- Rex is a tool to ease the execution of commands on multiple remote servers. You can define small tasks, chain tasks to batches, link them with servers or server groups, and execute them easily in your terminal.
- 
diff --git a/debian/patches/fix_syntax.patch b/debian/patches/fix_syntax.patch
deleted file mode 100644
index 1459ced..0000000
--- a/debian/patches/fix_syntax.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-Description: fix syntax errors
-Author: Alex Mestiashvili <alex at biotec.tu-dresden.de>
-Forwarded: https://github.com/RexOps/Rex/issues/598
---- rex.orig/lib/Rex/Commands.pm
-+++ rex/lib/Rex/Commands.pm
-@@ -732,7 +732,7 @@
- 
- =item do_task($task)
- 
--Call $task from an other task. It will establish a new connection to the server defined in $task and then execute $task there.
-+Call $task from another task. It will establish a new connection to the server defined in $task and then execute $task there.
- 
-  task "task1", "server1", sub {
-    say "Running on server1";
-@@ -1859,7 +1859,7 @@
- 
- default - the default behaviour.
- 
--asis - will print every single parameter in its own line. This is usefull if you want to print the output of a command.
-+asis - will print every single parameter in its own line. This is useful if you want to print the output of a command.
- 
- =cut
- 
---- rex.orig/lib/Rex/Commands/Iptables.pm
-+++ rex/lib/Rex/Commands/Iptables.pm
-@@ -164,7 +164,7 @@
- 
- =item redirect_port($in_port, $option)
- 
--Redirect $in_port to an other local port.
-+Redirect $in_port to another local port.
- 
-  task "redirects", sub {
-    redirect_port 80 => 10080;
---- rex.orig/lib/Rex/Commands/Pkg.pm
-+++ rex/lib/Rex/Commands/Pkg.pm
-@@ -744,7 +744,7 @@
- 
- =item package_provider_for $os => $type;
- 
--To set an other package provider as the default, use this function.
-+To set another package provider as the default, use this function.
- 
-  user "root";
- 
---- rex.orig/lib/Rex/Commands/Service.pm
-+++ rex/lib/Rex/Commands/Service.pm
-@@ -392,7 +392,7 @@
- 
- =item service_provider_for $os => $type;
- 
--To set an other service provider as the default, use this function.
-+To set another service provider as the default, use this function.
- 
-  user "root";
- 
---- rex.orig/bin/rex
-+++ rex/bin/rex
-@@ -99,11 +99,11 @@
- 
- =head2 Rexfile
- 
--If you run I<rex> it will read the file I<Rexfile> in the current working directory. A Rexfile consists 3 major parts.
-+If you run I<rex> it will read the file I<Rexfile> in the current working directory. A Rexfile consists of 3 major parts.
- 
- =head3 Authentication and Configuration
- 
--In that part you define the user and password you want to use to log into your servers. You can even define timeouts or the paralellism of task exexecution.
-+In that part you define the user and password you want to use to log into your servers. You can even define timeouts or the paralellism of task execution.
- 
- =head4 Simple Authentication
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c6eb42d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-adjust-pod-syntax.patch
-fix_syntax.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/rex.git



More information about the Pkg-perl-cvs-commits mailing list