File: rules

package info (click to toggle)
libcerf 1.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,784 kB
  • sloc: sh: 11,065; ansic: 2,189; f90: 252; makefile: 58
file content (15 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with autoreconf --dbg-package=libcerf1-dbg

override_dh_auto_configure:
	dh_auto_configure -- --docdir=/usr/share/doc/libcerf-doc 

override_dh_clean:
	#this directory is not used for the build and thus not mentioned
	#in the copyright file
	rm -rf fortran
	dh_clean