diff --git a/debian/control b/debian/control index 0988898..da3242e 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: xstatic-josefinsans Maintainer: Serghei Mihai 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://www.fontsquirrel.com/fonts/Josefin-Sans Package: python-xstatic-josefinsans Architecture: all Depends: ${misc:Depends}, ${python:Depends} -Description: Open Sans (XStatic packaging standard) - Open Sans icons packaged for setuptools (easy_install) / pip. +Description: Josefin Sans (XStatic packaging standard) + Josefin Sans font packaged for setuptools (easy_install) / pip. . This package is intended to be used by **any** project that needs these files. . @@ -19,4 +19,17 @@ Description: Open Sans (XStatic packaging standard) the XStatic base package, if you like. . You can find more info about the xstatic packaging way in the package `XStatic`. + +Package: python3-xstatic-josefinsans +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Josefin Sans (XStatic packaging standard) (Python 3 module) + Josefin Sans font packaged for setuptools (easy_install) / pip. . + 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. + . + You can find more info about the xstatic packaging way in the package `XStatic`. diff --git a/debian/rules b/debian/rules index 6f22743..5414703 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,6 @@ #!/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-josefinsans -%: - dh $@ --with python2 --buildsystem=pybuild +%: + dh $@ --with python2,python3 --buildsystem=pybuild