add python3 package

This commit is contained in:
Frédéric Péters 2019-09-29 15:51:53 +02:00
parent cce728da56
commit e97322008b
3 changed files with 18 additions and 12 deletions

22
debian/control vendored
View File

@ -2,17 +2,14 @@ Source: xstatic-abrilfatface
Maintainer: Serghei Mihai <smihai@entrouvert.com>
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/abril-fatface
Package: python-xstatic-abrilfatface
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: AbrilFatFace 0.1 (XStatic packaging standard)
XStatic-AbrilFatFace
----------------
.
Description: AbrilFatFace (XStatic packaging standard)
AbrilFatFace packaged for setuptools (easy_install) / pip.
.
This package is intended to be used by **any** project that needs these files.
@ -22,6 +19,17 @@ Description: AbrilFatFace 0.1 (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-abrilfatface
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: AbrilFatFace (XStatic packaging standard) (Python 3 module)
AbrilFatFace 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`.

6
debian/rules vendored
View File

@ -1,8 +1,6 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Tue, 13 Mar 2018 18:00:25 +0100
export PYBUILD_NAME=xstatic-abrilfatface
%:
dh $@ --with python2 --buildsystem=pybuild
%:
dh $@ --with python2,python3 --buildsystem=pybuild

View File

@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '0.1' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi