summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 0eba72f0822ce97c65f8823cf9638dc06c303367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh $@

override_dh_update_autotools_config:

override_dh_autoreconf:
	./autogen.sh

override_dh_auto_configure:
	./configure --prefix=/usr/local --with-x-toolkit=lucid

override_dh_usrlocal:

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

# ensure .elc files are newer than their counterparts to prevent
# recursive load errors with jka-compr.el (see #803462)
override_dh_strip_nondeterminism: