This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libcode-tidyall-perl.
commit c5c46dbb67a6b8102de8ded2ce434f2efa6e3167 Author: Jonas Smedegaard <[email protected]> Date: Sat Nov 21 16:23:54 2015 +0100 Drop patch 1001: SHA1 avoidance now done upstream. --- debian/patches/1001_Use_Digest::SHA.patch | 32 ------------------------------- debian/patches/README | 3 --- debian/patches/series | 1 - 3 files changed, 36 deletions(-) diff --git a/debian/patches/1001_Use_Digest::SHA.patch b/debian/patches/1001_Use_Digest::SHA.patch deleted file mode 100644 index 1eabcb0..0000000 --- a/debian/patches/1001_Use_Digest::SHA.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/lib/Code/TidyAll.pm -+++ b/lib/Code/TidyAll.pm -@@ -7,7 +7,7 @@ - qw(abs2rel basename can_load dirname dump_one_line mkpath read_dir read_file rel2abs tempdir_simple uniq write_file); - use Code::TidyAll::Result; - use Date::Format; --use Digest::SHA1 qw(sha1_hex); -+use Digest::SHA qw(sha1_hex); - use File::Find qw(find); - use File::Zglob; - use List::MoreUtils qw(uniq); ---- a/lib/Code/TidyAll/Cache.pm -+++ b/lib/Code/TidyAll/Cache.pm -@@ -1,6 +1,6 @@ - package Code::TidyAll::Cache; - $Code::TidyAll::Cache::VERSION = '0.20'; --use Digest::SHA1 qw(sha1_hex); -+use Digest::SHA qw(sha1_hex); - use Code::TidyAll::Util qw(dirname mkpath read_file write_file); - use Moo; - ---- a/lib/Code/TidyAll/Git/Prereceive.pm -+++ b/lib/Code/TidyAll/Git/Prereceive.pm -@@ -3,7 +3,7 @@ - use Code::TidyAll; - use Code::TidyAll::Util qw(dirname realpath tempdir_simple read_file write_file); - use Capture::Tiny qw(capture); --use Digest::SHA1 qw(sha1_hex); -+use Digest::SHA qw(sha1_hex); - use IPC::System::Simple qw(capturex run); - use Moo; - use Try::Tiny; diff --git a/debian/patches/README b/debian/patches/README deleted file mode 100644 index 80c1584..0000000 --- a/debian/patches/README +++ /dev/null @@ -1,3 +0,0 @@ -0xxx: Grabbed from upstream development. -1xxx: Possibly relevant for upstream adoption. -2xxx: Only relevant for official Debian release. diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index feb0c5b..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -1001_Use_Digest::SHA.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
