debianize for dh_python2 support
svn: r21822
This commit is contained in:
parent
a88de7bf8a
commit
97782082d5
13
debian/control
vendored
13
debian/control
vendored
@ -1,20 +1,15 @@
|
|||||||
Source: gramps
|
Source: gramps
|
||||||
Maintainer: Gramps Development Team <benny.malengier@gmail.com>
|
Maintainer: Gramps Development Team
|
||||||
Section: python
|
Section: python
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends-Indep: libxml-parser-perl, gettext, intltool
|
Build-Depends-Indep: libxml-parser-perl, gettext, intltool
|
||||||
Build-Depends: debhelper (>= 7), python-support (>= 0.8.4)
|
Build-Depends: python-all (>= 2.7.0), debhelper (>= 7.4.3)
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.9.1
|
||||||
Homepage: http://www.gramps-project.org/
|
Homepage: http://www.gramps-project.org/
|
||||||
XS-Python-Version: current
|
|
||||||
|
|
||||||
Package: python-gramps
|
Package: gramps
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python:Depends}, python-gobject (>= 3.3.2)
|
Depends: ${misc:Depends}, ${python:Depends}, python-gobject (>= 3.3.2)
|
||||||
Recommends: python-pyicu, python-osmgpsmap, graphviz, xdg-utils
|
|
||||||
Suggests: ttf-freefont, python-enchant, python-gtkspell, gexiv2
|
|
||||||
XB-Python-Version: ${python:Versions}
|
|
||||||
Provides: ${python:Provides}
|
|
||||||
Description: Gramps (Genealogical Research and Analysis Management
|
Description: Gramps (Genealogical Research and Analysis Management
|
||||||
Programming System) is a full featured genealogy program supporting
|
Programming System) is a full featured genealogy program supporting
|
||||||
a Python based plugin system.
|
a Python based plugin system.
|
||||||
|
19
debian/rules
vendored
19
debian/rules
vendored
@ -1,22 +1,9 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
# This file was automatically generated by stdeb 0.6.0 at
|
# This file was automatically generated by stdeb 0.6.0+git at
|
||||||
# Wed, 27 Mar 2013 14:11:45 +0100
|
# Sun, 31 Mar 2013 16:54:38 +0200
|
||||||
|
|
||||||
# Unset the environment variables set by dpkg-buildpackage. (This is
|
|
||||||
# necessary because distutils is brittle with compiler/linker flags
|
|
||||||
# set. Specifically, packages using f2py will break without this.)
|
|
||||||
unexport CPPFLAGS
|
|
||||||
unexport CFLAGS
|
|
||||||
unexport CXXFLAGS
|
|
||||||
unexport FFLAGS
|
|
||||||
unexport LDFLAGS
|
|
||||||
|
|
||||||
#exports specified using stdeb Setup-Env-Vars:
|
|
||||||
export DH_OPTIONS=--buildsystem=python_distutils
|
|
||||||
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@ --with python2 --buildsystem=python_distutils
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user