File: rules

package info (click to toggle)
osc 0.169.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,396 kB
  • sloc: python: 21,456; sh: 1,853; perl: 366; xml: 157; csh: 14; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with python3,bash-completion --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_clean:
	# Exclude testsuite data
	dh_clean --exclude=foo.orig

override_dh_auto_install:
	dh_auto_install
	# Give the binary sane name
	mv $(CURDIR)/debian/osc/usr/bin/osc-wrapper.py $(CURDIR)/debian/osc/usr/bin/osc