File: rules

package info (click to toggle)
r-bioc-ebseq 1.38.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,984 kB
  • sloc: sh: 16; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.bib" -exec chmod -x \{\} \;