File: rules

package info (click to toggle)
rss2email 1%3A3.9-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,520 kB
  • ctags: 405
  • sloc: python: 2,008; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_python3:
	# Workaround to ignore r2e-migrate (see #719236)
	dh_python3 --ignore-shebangs
	sed -i '1s,.*,#! /usr/bin/python3,' debian/rss2email/usr/bin/r2e