File: rules

package info (click to toggle)
alabaster 0.7.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 228 kB
  • sloc: python: 112; makefile: 3
file content (17 lines) | stat: -rwxr-xr-x 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#DH_VERBOSE = 1

export PYBUILD_NAME=alabaster

# main packaging script based on dh7 syntax
%:
	dh $@ --with python3 --buildsystem=pybuild

# To support python2.7 and python3, there are 2 ways to package:
#   * packaging with --buildsystem=pybuild (jessie and later)
#     https://wiki.debian.org/Python/Pybuild
#     https://wiki.debian.org/Python/LibraryStyleGuide
#
#   * packaging without --buildsystem=pybuild (wheezy)
#     https://wiki.debian.org/Python/AppStyleGuide
#