File: rules

package info (click to toggle)
repopush 0.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 388; sh: 162; makefile: 58; xml: 2
file content (16 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh '$@'

override_dh_auto_test:
	env SKIP_TOX=1 dh_auto_test

override_dh_auto_install:
	dh_auto_install --destdir '$(CURDIR)/debian/repopush' -- \
		PREFIX=/usr \
		MANDIR=/usr/share/man/man \
		INSTALL_PROGRAM='install -m 755' \
		INSTALL_DATA='install -m 644'