summaryrefslogtreecommitdiff
path: root/debian/rules
blob: ecfccf56312de6ab29360aca223e61facb790cde (plain)
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

%:
	dh $@

override_dh_update_autotools_config:
	cp -a /usr/share/misc/config.guess /usr/share/misc/config.sub .

override_dh_autoreconf:
	./autogen.sh

override_dh_auto_configure:
	./configure --prefix=/opt/emacs-snapshot --with-x-toolkit=lucid

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:

override_dh_auto_test: