Source: graphviz
Version: 2.40.1-2
Tags: patch

Ubuntu packaged graphviz 2.40.1 before Debian and before the python3
package rename.

Trivial patch below.

Thanks,
Jeremy Bicha


>From ffb4d6003cce6b3612c91c15077144b8da42d604 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@ubuntu.com>
Date: Sat, 24 Mar 2018 21:40:47 -0400
Subject: [PATCH] Bump Breaks/Replaces for python-gv rename

---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 63748c1..a8d3dd2 100644
--- a/debian/control
+++ b/debian/control
@@ -118,8 +118,8 @@ Architecture: any
 Section: python
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
-Breaks: libgv-python (<< 2.40.1-0~)
-Replaces: libgv-python (<< 2.40.1-0~)
+Breaks: libgv-python (<< 2.40.1-1~)
+Replaces: libgv-python (<< 2.40.1-1~)
 Provides: libgv-python, ${python:Provides}
 Description: Python bindings for graphviz
  Graphviz is a set of graph drawing tools. See the description of the graphviz
@@ -132,8 +132,8 @@ Architecture: any
 Section: python
 Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
 XB-Python-Version: ${python3:Versions}
-Breaks: libgv-python (<< 2.40.1-0~)
-Replaces: libgv-python (<< 2.40.1-0~)
+Breaks: libgv-python (<< 2.40.1-1~)
+Replaces: libgv-python (<< 2.40.1-1~)
 Provides: ${python3:Provides}
 Description: Python3 bindings for graphviz
  Graphviz is a set of graph drawing tools. See the description of the graphviz

Reply via email to