File: rules

package info (click to toggle)
steghide 0.5.1-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,440 kB
  • sloc: cpp: 13,302; ansic: 6,184; sh: 3,960; makefile: 384; yacc: 316; perl: 228; sed: 16
file content (16 lines) | stat: -rwxr-xr-x 491 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_install:
	dh_install
	rm -f $(CURDIR)/debian/steghide/usr/share/doc/steghide/INSTALL
	rm -f $(CURDIR)/debian/steghide/usr/share/doc/steghide/INSTALL.gz
	rm -f $(CURDIR)/debian/steghide/usr/share/doc/steghide/COPYING
	rm -f $(CURDIR)/debian/steghide/usr/share/doc/steghide/COPYING.gz
	rm -f $(CURDIR)/debian/steghide-doc/usr/share/doc/steghide-doc/html/jquery.js
override_dh_auto_test: