File: rules

package info (click to toggle)
unrar-free 1%3A0.0.1%2Bcvs20140707-4
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 832 kB
  • ctags: 1,032
  • sloc: sh: 3,466; ansic: 2,890; makefile: 14
file content (17 lines) | stat: -rwxr-xr-x 391 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --program-transform-name="s/unrar/unrar-free/"

override_dh_auto_build:
	dh_auto_build
	docbook-to-man debian/unrar-free.sgml > unrar-free.1