File: rules

package info (click to toggle)
jp2a 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,076 kB
  • sloc: ansic: 2,244; sh: 159; makefile: 51
file content (14 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# Fix lintian package-installs-into-obsolete-dir
execute_after_dh_auto_install:
	dh_installdirs usr/share/bash-completion/completions/
	mv debian/jp2a/etc/bash_completion.d/jp2a \
           debian/jp2a/usr/share/bash-completion/completions/
	rm -rf debian/jp2a/etc