File: rules

package info (click to toggle)
backblaze-b2 1.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,288 kB
  • sloc: python: 10,230; sh: 149; makefile: 40
file content (16 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_NAME = backblaze-b2

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

override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
		PYBUILD_TEST_ARGS="{interpreter} setup.py nosetests" \
		LC_ALL=C.UTF-8 \
		dh_auto_test

override_dh_installchangelogs:
	dh_installchangelogs $(CURDIR)/debian/CHANGELOG