File: rules

package info (click to toggle)
libfixbuf 2.4.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,024 kB
  • sloc: xml: 16,971; ansic: 14,447; perl: 338; makefile: 152; sh: 10
file content (21 lines) | stat: -rwxr-xr-x 380 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_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