File: rules

package info (click to toggle)
video-downloader 0.12.24-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 884 kB
  • sloc: python: 1,898; xml: 24; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 438 bytes parent folder | download | duplicates (2)
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

TMPDIR=$(CURDIR)/debian/video-downloader

%:
	dh $@

execute_after_dh_fixperms:
	chmod a-x $(TMPDIR)/usr/share/video-downloader/video_downloader/downloader/__init__.py


execute_after_dh_install:
	PYTHONDONTWRITEBYTECODE=1 DESTDIR=$(TMPDIR) /usr/bin/help2man --name=video-downloader --version-string=$(DEB_VERSION_UPSTREAM) $(TMPDIR)/usr/bin/video-downloader > video-downloader.1