File: rules

package info (click to toggle)
png%2B%2B 0.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 4,412 kB
  • sloc: cpp: 3,070; makefile: 111; sh: 51
file content (10 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- all docs

override_dh_auto_install:
	$(MAKE) PREFIX=$(CURDIR)/debian/libpng++-dev/usr install-headers