[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-fonts-devel] Bug#877165: RFS: fonttools 3.15.1-3



Hi,

On Wed, Oct 04, 2017 at 05:24:19PM +0800, Yao Wei wrote:
> On Wed, Oct 04, 2017 at 11:23:06AM +0200, Rene Engelhard wrote:
> > Those changes are in alioth are broken.
> 
> Please git pull again. The changes are just in.

Can't yet push myself as I am not (yet) in pkg-fonts, so here's what
would be needed still. Please apply (git-am) :)

Regards,

Rene


>From dba8986fd336058934b6c036dede4b0fadfeae63 Mon Sep 17 00:00:00 2001
From: Rene Engelhard <rene@rene-engelhard.de>
Date: Wed, 4 Oct 2017 11:41:17 +0200
Subject: [PATCH 1/4] fix E: fonttools: python-script-but-no-python-dep

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1dc2c7b..3e53e0a 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,7 @@ Description: Converts OpenType and TrueType fonts to and from XML
  This is the sphinx documentation of the fontTools package.
 
 Package: fonttools
-Depends: python3-fonttools, ${misc:Depends}
+Depends: python3, python3-fonttools, ${misc:Depends}
 Architecture: all
 Breaks: fonttools (<< 3.15.1-1)
 Description: Converts OpenType and TrueType fonts to and from XML
-- 
2.11.0

>From deb6109bfafb05d11e3b4c89fa9ea3f3d2b228ef Mon Sep 17 00:00:00 2001
From: Rene Engelhard <rene@rene-engelhard.de>
Date: Wed, 4 Oct 2017 11:41:47 +0200
Subject: [PATCH 2/4] remove useless Breaks: (W: fonttools:
 package-relation-with-self breaks: fonttools (<< 3.15.1-1)

---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3e53e0a..6acd1ce 100644
--- a/debian/control
+++ b/debian/control
@@ -72,7 +72,6 @@ Description: Converts OpenType and TrueType fonts to and from XML
 Package: fonttools
 Depends: python3, python3-fonttools, ${misc:Depends}
 Architecture: all
-Breaks: fonttools (<< 3.15.1-1)
 Description: Converts OpenType and TrueType fonts to and from XML
  FontTools/TTX is a library to manipulate font files from Python.
  It supports reading and writing of TrueType/OpenType fonts, reading
-- 
2.11.0

>From 0d1f042fb5f35b79597708a438e2429cfc99e0c8 Mon Sep 17 00:00:00 2001
From: Rene Engelhard <rene@rene-engelhard.de>
Date: Wed, 4 Oct 2017 11:42:22 +0200
Subject: [PATCH 3/4] fix sections (-doc -> doc, python*-* -> python)

---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 6acd1ce..8ed034e 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
 
 Package: python3-fonttools
+Section: python
 Architecture: all
 Depends:
  python3-numpy,
@@ -37,6 +38,7 @@ Description: Converts OpenType and TrueType fonts to and from XML
  This is the Python 3 version of the fontTools package.
 
 Package: python-fonttools
+Section: python
 Architecture: all
 Depends:
  python-numpy,
@@ -54,6 +56,7 @@ Description: Converts OpenType and TrueType fonts to and from XML
  This is the Python 2 version of the fontTools package.
 
 Package: python-fonttools-doc
+Section: doc
 Architecture: all
 Depends:
  ${sphinxdoc:Depends},
-- 
2.11.0

>From 7e2c7f49ca8f966b9ffc3af25edf10eae77c1a26 Mon Sep 17 00:00:00 2001
From: Rene Engelhard <rene@rene-engelhard.de>
Date: Wed, 4 Oct 2017 11:43:28 +0200
Subject: [PATCH 4/4] remove unneeded empty line in changelog

---
 debian/changelog | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index df174f3..4dfa67b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,6 @@ fonttools (3.15.1-3) unstable; urgency=medium
   * Change the section from fonts to devel
   * Set Standards-Version to 4.1.1
 
-
  -- Yao Wei (魏銘廷) <mwei@lxde.org>  Tue, 03 Oct 2017 11:52:42 +0800
 
 fonttools (3.15.1-2) unstable; urgency=medium
-- 
2.11.0


Reply to: