File: downgrade_GD%3A%3AGraph.diff

package info (click to toggle)
request-tracker5 5.0.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 80,796 kB
  • sloc: javascript: 191,917; perl: 88,458; sh: 1,433; makefile: 489; python: 37; php: 15
file content (29 lines) | stat: -rw-r--r-- 816 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From e866c61c9d7aa382ee5af1a45a2fc7f23bc00b15 Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Mon, 8 May 2023 22:44:11 +1200
Subject: Downgrade dependency on GD::Graph to >= 1.54

In Debian, we already have the fix for the XBM failing tests, which
is the only significant change in 1.56.

I'm keeping this patch to simplify backports to Bookworm.

Forwarded: not-needed
Patch-Name: downgrade_GD::Graph.diff
---
 etc/cpanfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/cpanfile b/etc/cpanfile
index 78bfd5c8..5e3fab7f 100644
--- a/etc/cpanfile
+++ b/etc/cpanfile
@@ -206,7 +206,7 @@ feature 'graphviz' => sub {
 
 feature 'gd' => sub {
     requires 'GD';
-    requires 'GD::Graph', '>= 1.56';
+    requires 'GD::Graph', '>= 1.54';
     requires 'GD::Text';
 };