python2 for python-gramps-4.0.x; python3 for python-gramps-4.1.x
This commit is contained in:
parent
a10a9af0e2
commit
2f190df9d5
3
debian/README.Debian
vendored
3
debian/README.Debian
vendored
@ -3,8 +3,7 @@ gramps for Debian
|
|||||||
|
|
||||||
This is the Debian package of the 4.0 series of GRAMPS.
|
This is the Debian package of the 4.0 series of GRAMPS.
|
||||||
|
|
||||||
It is a major update of Gramps to enable a switch to Python 3 as the default interpreter,
|
It is a major update of Gramps to upgrade to GTK 3. A switch was also made to distutils from autotools.
|
||||||
and to upgrade to GTK 3. A switch was also made to distutils from autotools.
|
|
||||||
|
|
||||||
The 4.0 series of Gramps is being packaged for the experimental distribution until all dependencies are available
|
The 4.0 series of Gramps is being packaged for the experimental distribution until all dependencies are available
|
||||||
and it proves stable.
|
and it proves stable.
|
||||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -1,18 +1,17 @@
|
|||||||
Source: gramps
|
Source: gramps
|
||||||
Section: gnome
|
Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Ross Gammon <rossgammon@mail.dk>
|
Maintainer: Ross Gammon <rossgammon@mail.dk>
|
||||||
Build-Depends-Indep: libxml-parser-perl, gettext, python3-all, intltool, dh-python, python3-setuptools
|
Build-Depends-Indep: libxml-parser-perl, gettext, python, intltool, dh-python, python-setuptools
|
||||||
Build-Depends: debhelper (>= 9.0.0)
|
Build-Depends: debhelper (>= 9.0.0)
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Vcs-Git: git://anonscm.debian.org/collab-maint/gramps.git
|
Vcs-Git: git://anonscm.debian.org/collab-maint/gramps.git
|
||||||
Vcs-browser: http://anonscm.debian.org/git/collab-maint/gramps.git
|
Vcs-browser: http://anonscm.debian.org/git/collab-maint/gramps.git
|
||||||
Homepage: http://www.gramps-project.org/
|
Homepage: http://www.gramps-project.org/
|
||||||
X-Python3-Version: >= 3.2
|
|
||||||
|
|
||||||
Package: gramps
|
Package: gramps
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python3:Depends}, librsvg2-2, xdg-utils, python-gobject (>= 3.3.2), gir1.2-gtk-3.0, python3-gi-cairo, python3-bsddb3, ${misc:Depends}
|
Depends: ${python:Depends}, librsvg2-2, xdg-utils, python-gobject (>= 3.3.2), gir1.2-gtk-3.0, python-gi-cairo, python-bsddb3, ${misc:Depends}
|
||||||
Recommends: graphviz, python-pyicu
|
Recommends: graphviz, python-pyicu
|
||||||
Suggests: ttf-freefont, python-gtkspell, rcs, python3-pil.imagetk, python-pygoocanvas, python-webkit, gir1.2-gexiv2-0.4
|
Suggests: ttf-freefont, python-gtkspell, rcs, python3-pil.imagetk, python-pygoocanvas, python-webkit, gir1.2-gexiv2-0.4
|
||||||
Description: Genealogical research program
|
Description: Genealogical research program
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -5,18 +5,18 @@ DH_VERBOSE=1
|
|||||||
export PYBUILD_NAME=gramps
|
export PYBUILD_NAME=gramps
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python --buildsystem=pybuild
|
||||||
|
|
||||||
# Override auto test because upstream do not use the standard unittest discover
|
# Override auto test because upstream do not use the standard unittest discover
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
|
|
||||||
# Override of auto_build to force python 3
|
# Override of auto_build to force python 3
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
python3 setup.py build
|
python setup.py build
|
||||||
|
|
||||||
# Override of auto_install to force python 3
|
# Override of auto_install to force python 3
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
python3 setup.py install --root=debian/gramps --install-layout=deb
|
python setup.py install --root=debian/gramps --install-layout=deb
|
||||||
# Remove duplicate copyright information
|
# Remove duplicate copyright information
|
||||||
rm debian/gramps/usr/share/doc/gramps/COPYING
|
rm debian/gramps/usr/share/doc/gramps/COPYING
|
||||||
# Remove install file as it is not needed by package users
|
# Remove install file as it is not needed by package users
|
||||||
|
Loading…
x
Reference in New Issue
Block a user