Compare commits
2 Commits
pkg/dev/ri
...
baa56616bd
Author | SHA1 | Date | |
---|---|---|---|
baa56616bd | |||
b82480f5d6 |
6
debian/control
vendored
6
debian/control
vendored
@ -1,12 +1,12 @@
|
|||||||
Source: tiramisu
|
Source: python3-tiramisu3
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Cadoles <contact@cadoles.com>
|
Maintainer: Cadoles <contact@cadoles.com>
|
||||||
Build-depends: debhelper (>=11), python3-all, python3-setuptools
|
Build-depends: debhelper (>=11), python3-all, python3-setuptools, dh-python
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Homepage: https://framagit.org/tiramisu/tiramisu.git
|
Homepage: https://framagit.org/tiramisu/tiramisu.git
|
||||||
|
|
||||||
Package: tiramisu
|
Package: python3-tiramisu3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Pre-Depends: dpkg, python3, ${misc:Pre-Depends}
|
Pre-Depends: dpkg, python3, ${misc:Pre-Depends}
|
||||||
Depends: ${python:Depends}, ${misc:Depends}
|
Depends: ${python:Depends}, ${misc:Depends}
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -3,8 +3,9 @@
|
|||||||
# output every command that modifies files on the build system.
|
# output every command that modifies files on the build system.
|
||||||
#DH_VERBOSE = 1
|
#DH_VERBOSE = 1
|
||||||
|
|
||||||
export PYBUILD_NAME = tiramisu
|
export PACKAGE_DST=tiramisu3
|
||||||
export PYBUILD_DISABLE_python3 = test
|
export PYBUILD_NAME=python3-tiramisu3
|
||||||
|
export PYBUILD_DISABLE_python3=test
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
Reference in New Issue
Block a user