File: rules

package info (click to toggle)
python-cogapp 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 332 kB
  • sloc: python: 3,081; makefile: 55
file content (15 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=cogapp
%:
	dh $@ --with python3 --buildsystem=pybuild

# There's already a /usr/bin/cog in the Debian archive, so I rename this to
# "cogapp"
override_dh_auto_install:
	dh_auto_install
	mv debian/python3-cogapp/usr/bin/cog debian/python3-cogapp/usr/bin/cogapp

# The test suite is currently broken
override_dh_auto_test:
	true