File: rules

package info (click to toggle)
odt2txt 0.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 236 kB
  • sloc: ansic: 1,628; makefile: 106; sh: 10
file content (13 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- DESTDIR=debian/odt2txt/usr
	mv debian/odt2txt/usr/bin/odt2txt \
	   debian/odt2txt/usr/bin/odt2txt.odt2txt
	mv debian/odt2txt/usr/share/man/man1/odt2txt.1 \
	debian/odt2txt/usr/share/man/man1/odt2txt.odt2txt.1