Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf
[free-sw/xcb/proto] / debian / rules
1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/rules/debhelper.mk
4 include /usr/share/cdbs/1/class/autotools.mk
5
6 DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include"
7
8 debian/copyright: debian/copyright.debian COPYING
9         cat $+ > $@
10
11 clean::
12         -rm -f debian/copyright
13
14 common-install-prehook-arch common-install-prehook-indep:: debian/copyright