mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-25 22:08:17 +02:00
* Change Build-Depends on x-dev to x11proto-core-dev.
* Install headers to /usr/include/X11, not /usr/X11R6/include/X11.
* Pre-Depends: x11-common (>= 1:1.09).
16 lines
362 B
Makefile
Executable file
16 lines
362 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
DEB_DH_INSTALL_SOURCEDIR=debian/tmp
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/autotools.mk
|
|
|
|
DEB_CONFIGURE_EXTRA_FLAGS = --with-opt
|
|
|
|
debian/copyright: debian/copyright.debian COPYING
|
|
cat $+ > $@
|
|
|
|
clean::
|
|
-rm -f debian/copyright
|
|
|
|
common-install-prehook-arch common-install-prehook-indep:: debian/copyright
|