File: rules

package info (click to toggle)
debgpt 0.7.7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,068 kB
  • sloc: python: 6,149; makefile: 34
file content (17 lines) | stat: -rwxr-xr-x 392 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
export PYBUILD_NAME=debgpt

%:
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_auto_build:
	$(MAKE) debgpt.1

override_dh_auto_test:
	# The test is skipped because it requires network access.
	true

execute_after_dh_auto_install:
	mkdir -p debian/debgpt/usr/share/doc/debgpt/
	install -m0644 CHANGELOG.md debian/debgpt/usr/share/doc/debgpt/changelog-full.md