File: rules

package info (click to toggle)
gallery-dl 1.25.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,908 kB
  • sloc: python: 44,051; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=gallery-dl
export PYBUILD_DISABLE_python3=test

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

override_dh_installchangelogs:
	DEB_BUILD_OPTIONS=notrimdch dh_installchangelogs CHANGELOG.md

override_dh_clean:
	rm -rf gallery_dl.egg-info
	dh_clean