[libgit-repository-perl] 03/06: Drop Git-Repository-1.315-git-2.5.2-compat.patch
gregor herrmann
gregoa at debian.org
Wed Dec 2 20:07:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libgit-repository-perl.
commit 6b4c999c8965e906a6b2908dfb4d3f5e614e94b6
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Dec 2 21:00:53 2015 +0100
Drop Git-Repository-1.315-git-2.5.2-compat.patch
which was taken from upstream bug tracker.
---
.../Git-Repository-1.315-git-2.5.2-compat.patch | 36 ----------------------
debian/patches/series | 1 -
2 files changed, 37 deletions(-)
diff --git a/debian/patches/Git-Repository-1.315-git-2.5.2-compat.patch b/debian/patches/Git-Repository-1.315-git-2.5.2-compat.patch
deleted file mode 100644
index f186ec1..0000000
--- a/debian/patches/Git-Repository-1.315-git-2.5.2-compat.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 05f7008aa3ae32c8556e7907c65d9d16bebaabd9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
-Date: Mon, 21 Sep 2015 16:47:51 +0200
-Subject: [PATCH] git-2.5.2 test suite compatibility fix
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The latest version of git altered the error message `git log -1' prints
-on empty repositories. This patch extends the test to deal with this
-situation.
-
-Signed-off-by: Petr Šabata <contyk at redhat.com>
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=107219
-Bug-Debian: https://bugs.debian.org/801499
----
- t/24-errors.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/24-errors.t b/t/24-errors.t
-index 7d7f2ee..aeb2c58 100644
---- a/t/24-errors.t
-+++ b/t/24-errors.t
-@@ -56,7 +56,7 @@ my @tests = (
- { test_repo => [],
- cmd => [qw( log -1 )],
- exit => 128,
-- dollar_at => qr/^fatal: bad default revision 'HEAD' /,
-+ dollar_at => qr/^fatal: (?:bad default revision 'HEAD' |your current branch 'master' does not have any commits yet)/,
- },
-
- # create the empty tree
---
-2.4.3
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d74da3d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Git-Repository-1.315-git-2.5.2-compat.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgit-repository-perl.git
More information about the Pkg-perl-cvs-commits
mailing list