Project

General

Profile

Download (350 Bytes) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / debian / rules @ debian-debian

1
#! /usr/bin/make -f
2

    
3
# SPDX-License-Identifier: CC0-1.0
4

    
5
# Hydrilla builder's debian/rules file
6
#
7
# Copyright (C) 2021,2022 Wojtek Kosior
8
#
9
# Available under the terms of Creative Commons Zero v1.0 Universal.
10

    
11
export DH_VERBOSE = 1
12
export PYBUILD_NAME = hydrilla.builder
13
export PYBUILD_TEST_PYTEST = 1
14

    
15
%:
16
	dh $@ --with python3 --buildsystem=pybuild
(8-8/8)