This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository roary.
commit db4c92002c8d3fa4627ab92794419dd7f4af9564 Author: Sascha Steinbiss <[email protected]> Date: Sat Apr 30 11:01:34 2016 +0000 fix log message --- debian/changelog | 1 + debian/patches/fix_log_message.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0bf0fa6..7f39541 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ roary (3.6.1+dfsg-2) unstable; urgency=medium + * Use correct argument format for easy_init to get rid of warning message. * Bump Standards-Version. -- Sascha Steinbiss <[email protected]> Sat, 30 Apr 2016 10:52:10 +0000 diff --git a/debian/patches/fix_log_message.patch b/debian/patches/fix_log_message.patch new file mode 100644 index 0000000..4a474c8 --- /dev/null +++ b/debian/patches/fix_log_message.patch @@ -0,0 +1,18 @@ +--- a/lib/Bio/Roary/CommandLine/Common.pm ++++ b/lib/Bio/Roary/CommandLine/Common.pm +@@ -19,7 +19,7 @@ + sub _build_logger + { + my ($self) = @_; +- Log::Log4perl->easy_init(level => $ERROR); ++ Log::Log4perl->easy_init($ERROR); + my $logger = get_logger(); + return $logger; + } +@@ -54,4 +54,4 @@ + }; + + no Moose; +-1; +\ No newline at end of file ++1; diff --git a/debian/patches/series b/debian/patches/series index 7f4bae5..0e009c0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ rename_R_script.patch +fix_log_message.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/roary.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
