File: rules

package info (click to toggle)
libfixbuf 2.4.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,968 kB
  • sloc: xml: 16,398; ansic: 14,446; perl: 331; makefile: 155; sh: 10
file content (25 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -f config.log
	rm -f doc/doxygen_sqlite3.db
	rm -rf autoconf

override_dh_auto_build-indep:
	$(MAKE) docs

override_dh_install:
	sed -i "/dependency_libs/ s/'.*'/''/" debian/tmp/usr/lib/*/libfixbuf.la
	dh_install

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_missing:
	dh_missing --fail-missing