Codebase list python-pampy / f6521bb
Use pybuild for building package. Ondřej Nový 4 years ago
4 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
22 * Convert git repository from git-dpm to gbp layout
33 * Use debhelper-compat instead of debian/compat.
44 * Drop Python 2 support.
5 * Use pybuild for building package.
56
67 -- Ondřej Nový <onovy@debian.org> Wed, 08 Aug 2018 09:12:56 +0200
78
44 Uploaders:
55 Mike Gabriel <sunweaver@debian.org>
66 Build-Depends:
7 cdbs (>= 0.4.90~),
87 debhelper-compat (= 10),
98 python3-all,
109 python3-setuptools,
+0
-1
debian/python3-pampy.install less more
0 usr/lib/python3*
00 #!/usr/bin/make -f
11
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/python-distutils.mk
2 export PYBUILD_NAME=pampy
3
4 %:
5 dh $@ --with python3 --buildsystem=pybuild
46
57 get-orig-source:
68 uscan --noconf --force-download --rename --download-current-version --destdir=..