/usr/share/debmake/extra0/rules is in debmake 4.2.9-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #!/usr/bin/make -f
# You must remove unused comment lines for the released package.
### See debhelper(7) (uncomment to enable)
### This is an autogenerated template for debian/rules.
###
### Output every command that modifies files on the build system.
#export DH_VERBOSE = 1
###
### Copy some variable definitions from pkg-info.mk and vendor.mk
### under /usr/share/dpkg/ to here if they are useful.
###
@EXPORT@### main packaging script based on dh7 syntax
%:
dh $@ @DHWITH@ @DHBUILDSYSTEM@
### debmake generated override targets
@OVERRIDE@
|