Projet

Général

Profil

0001-debian-add-python3-gadjo-package-35494.patch

Frédéric Péters, 20 août 2019 21:46

Télécharger (2,58 ko)

Voir les différences:

Subject: [PATCH] debian: add python3-gadjo package (#35494)

 debian/control           | 7 ++++++-
 debian/py3dist-overrides | 4 ++++
 debian/pydist-overrides  | 3 +++
 debian/rules             | 4 +++-
 4 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 debian/py3dist-overrides
debian/control
2 2
Maintainer: Frederic Peters <fpeters@entrouvert.com>
3 3
Section: python
4 4
Priority: optional
5
Build-Depends: python-setuptools (>= 33), python-pkg-resources (>= 33), dh-python, dpkg-dev, python-all (>= 2.6.6-3), python2.7-dev, python-all-dev, debhelper (>= 9), python-django, inkscape, python-imaging, libjpeg-dev, zlib1g-dev, ruby-sass (>= 3.4)
5
Build-Depends: python-setuptools (>= 33), python-pkg-resources (>= 33), dh-python, dpkg-dev, python-all (>= 2.6.6-3), python2.7-dev, python-all-dev, python3-all, debhelper (>= 9), python-django, python3-django, inkscape, python-imaging, python3-imaging, libjpeg-dev, zlib1g-dev, ruby-sass (>= 3.4)
6 6
Standards-Version: 3.9.1
7 7

  
8 8
Package: python-gadjo
......
10 10
Depends: ${misc:Depends}, ${python:Depends}, python-django, libjs-jquery
11 11
Description: Base templates for management interfaces
12 12

  
13
Package: python3-gadjo
14
Architecture: all
15
Depends: ${misc:Depends}, ${python3:Depends}, python3-django, libjs-jquery
16
Description: Base templates for management interfaces (Python 3)
17

  
debian/py3dist-overrides
1
xstatic_font_awesome python3-xstatic-font-awesome
2
xstatic_opensans python3-xstatic-opensans
3
xstatic_jquery python3-xstatic-jquery
4
xstatic_jquery_ui python3-xstatic-jquery-ui
debian/pydist-overrides
1
xstatic_font_awesome python-xstatic-font-awesome
1 2
xstatic_opensans python-xstatic-opensans
3
xstatic_jquery python-xstatic-jquery
4
xstatic_jquery_ui python-xstatic-jquery-ui
debian/rules
1 1
#!/usr/bin/make -f
2 2

  
3
export PYBUILD_NAME=gadjo
4

  
3 5
%:
4
	dh $@ --with python2
6
	dh $@ --with python2,python3 --buildsystem=pybuild
5 7

  
6 8

  
7
-