[Pkg-fonts-devel] Bug#808163: googlefontdirectory-tools: deprecation of python-support

Mattia Rizzolo mattia at debian.org
Wed Dec 16 17:21:48 UTC 2015


Package: googlefontdirectory-tools
Version: 20120309.1-1
Severity: serious
Tags: patch sid stretch
User: debian-python at lists.debian.org
Usertags: pysupport-deprecation

Dear Maintainer,

your package either depends on the python-support package.

python-support has been deprecated for some time (since 2011), and we're
currently in the process of removing it in favour of dh_python2.

Unfortunately your package went unnoticed till now, where we're on an
advanced state of the transition, with very few blocker, so I'm sorry
for the severity and the short notice of this bug report.

Attached there is a patch that is really enough to fix this, and I'd be
happy to do a minimal NMU of it.

Thanks!


-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  http://mapreri.org                              : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
-------------- next part --------------
diffstat for googlefontdirectory-tools-20120309.1 googlefontdirectory-tools-20120309.1

 changelog |    7 +++++++
 control   |    7 +++----
 rules     |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

diff -Nru googlefontdirectory-tools-20120309.1/debian/changelog googlefontdirectory-tools-20120309.1/debian/changelog
--- googlefontdirectory-tools-20120309.1/debian/changelog	2012-03-14 18:03:36.000000000 +0000
+++ googlefontdirectory-tools-20120309.1/debian/changelog	2015-12-16 17:13:45.000000000 +0000
@@ -1,3 +1,10 @@
+googlefontdirectory-tools (20120309.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build using dh-python instead of python-support.
+
+ -- Mattia Rizzolo <mattia at debian.org>  Wed, 16 Dec 2015 17:13:36 +0000
+
 googlefontdirectory-tools (20120309.1-1) unstable; urgency=low
 
   * New upstream release
diff -Nru googlefontdirectory-tools-20120309.1/debian/control googlefontdirectory-tools-20120309.1/debian/control
--- googlefontdirectory-tools-20120309.1/debian/control	2012-03-14 16:30:30.000000000 +0000
+++ googlefontdirectory-tools-20120309.1/debian/control	2015-12-16 17:13:19.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Fonts Task Force <pkg-fonts-devel at lists.alioth.debian.org>
 Uploaders: Martin Erik Werner <martinerikwerner at gmail.com>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8), python, dh-python
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/googlefontdirectory/
 Vcs-Git: git://git.debian.org/pkg-fonts/googlefontdirectory-tools.git
@@ -15,10 +15,9 @@
 Depends: fontforge-extras,
          fontforge-nox | fontforge,
          fonttools,
-         python,
          python-fontforge,
-         python-support (>= 0.90),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${python:Depends}
 Description: various tools for generating, analysing and manipulating font files
  This package contains a collection of tools used by the Google Font Directory
  to work with fonts.
diff -Nru googlefontdirectory-tools-20120309.1/debian/rules googlefontdirectory-tools-20120309.1/debian/rules
--- googlefontdirectory-tools-20120309.1/debian/rules	2012-03-14 17:02:34.000000000 +0000
+++ googlefontdirectory-tools-20120309.1/debian/rules	2015-12-16 17:13:33.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_install:
 	# Windows registry file and FontLab script is superfluous
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-fonts-devel/attachments/20151216/67a47262/attachment.sig>


More information about the Pkg-fonts-devel mailing list