File: rules

package info (click to toggle)
pyhoca-cli 0.6.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 356 kB
  • sloc: python: 828; makefile: 27
file content (14 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# debian/rules file - for pyhoca-cli
# Based on sample debian/rules file - for GNU Hello (1.3).
# Copyright 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

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

override_dh_auto_clean:
	rm -Rf PyHoca_CLI.egg-info/
	-dh_auto_clean

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..