File: rules.in

package info (click to toggle)
ucx 1.18.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,248 kB
  • sloc: ansic: 153,069; cpp: 71,668; sh: 11,380; java: 2,962; makefile: 1,935; asm: 297; xml: 51
file content (22 lines) | stat: -rwxr-xr-x 694 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

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

%:
	dh $@ 

override_dh_auto_configure:
	@top_top_srcdir@/contrib/configure-release --prefix=/usr --enable-examples --with-java=no
	chmod +x debian/rules

override_dh_shlibdeps:
	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info

override_dh_auto_clean: