From 815ab891bdf8c81ca311a4f8434269cd77430de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 20 Aug 2019 22:10:04 +0200 Subject: [PATCH] add python3 package --- debian/control | 13 +++++++++++-- debian/rules | 7 +++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 5881dcc..ca49b79 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xstatic-opensans Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-setuptools, python3-all, debhelper (>= 9) Standards-Version: 3.9.6 Homepage: https://fonts.google.com/specimen/Open+Sans @@ -17,6 +17,15 @@ Description: Open Sans (XStatic packaging standard) It intentionally does **not** provide any extra code except some metadata **nor** has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like. + +Package: python3-xstatic-opensans +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Open Sans (XStatic packaging standard) (Python 3 module) + Open Sans icons packaged for setuptools (easy_install) / pip. . - You can find more info about the xstatic packaging way in the package `XStatic`. + This package is intended to be used by **any** project that needs these files. . + It intentionally does **not** provide any extra code except some metadata + **nor** has any extra requirements. You MAY use some minimal support code from + the XStatic base package, if you like. diff --git a/debian/rules b/debian/rules index c66301f..5c8418d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.5 at -# Thu, 23 Jun 2016 23:26:15 +0200 export PYBUILD_NAME=xstatic-opensans -%: - dh $@ --with python2 --buildsystem=pybuild + +%: + dh $@ --with python2,python3 --buildsystem=pybuild