summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 3e4fe88e5805ebae83b553b267dc072653ac0c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- --htmldir=/usr/share/doc/libdvdcss-dev/html

execute_after_dh_auto_install:
	# removing unused files
	rm -f debian/tmp/usr/lib/*/libdvdcss.la
	rm -rf debian/tmp/usr/share/doc/libdvdcss

override_dh_installchangelogs:
	dh_installchangelogs NEWS