mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-12 21:12:32 +00:00
use python3 (#51)
This commit is contained in:
10
debian/control
vendored
10
debian/control
vendored
@@ -4,10 +4,11 @@ Priority: extra
|
||||
Maintainer: m.eik michalke <meik.michalke@hhu.de>
|
||||
Build-Depends:
|
||||
debhelper (>= 7),
|
||||
dh-python,
|
||||
autotools-dev,
|
||||
intltool,
|
||||
libglib2.0-dev,
|
||||
python,
|
||||
python3 (>= 3.5),
|
||||
libtool,
|
||||
libjansson-dev
|
||||
Standards-Version: 3.9.5
|
||||
@@ -30,7 +31,7 @@ Section: libdevel
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
python (>= 2.7),
|
||||
python3 (>= 3.5),
|
||||
libsearpc1 (= ${binary:Version})
|
||||
Conflicts: seafile
|
||||
Description: Development files for the libsearpc1 package.
|
||||
@@ -49,9 +50,10 @@ Package: python-searpc
|
||||
Section: python
|
||||
Multi-Arch: foreign
|
||||
Architecture: all
|
||||
Depends: ${python:Depends},
|
||||
Depends: ${python3:Depends},
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
${misc:Depends},
|
||||
python3-future
|
||||
Description: simple and easy-to-use C language RPC framework
|
||||
Searpc handles the serialization/deserialization part of RPC, the
|
||||
transport part is left to users.
|
||||
|
2
debian/python-searpc.install
vendored
2
debian/python-searpc.install
vendored
@@ -1 +1 @@
|
||||
usr/lib/python*/dist-packages/pysearpc/*.py
|
||||
usr/lib/python*/site-packages/pysearpc/*.py
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@@ -2,7 +2,7 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
%:
|
||||
dh $@ --with python2 --with autotools_dev --builddirectory=build
|
||||
dh $@ --with python3 --with autotools_dev --builddirectory=build
|
||||
|
||||
override_dh_auto_configure:
|
||||
./autogen.sh
|
||||
|
Reference in New Issue
Block a user