Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs does the right thing on its own, and correctly handles DEB_BUILD_OPTS.
This commit is contained in:
parent
911ae3fbdd
commit
105c6d67e6
|
@ -14,6 +14,9 @@ libxcb (0.9-3) experimental; urgency=low
|
||||||
* Drop library version from source package name.
|
* Drop library version from source package name.
|
||||||
* Add a Section field for the source package in debian/control.
|
* Add a Section field for the source package in debian/control.
|
||||||
* Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
|
* Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
|
||||||
|
* Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules;
|
||||||
|
cdbs does the right thing on its own, and correctly handles
|
||||||
|
DEB_BUILD_OPTS.
|
||||||
* Remove Bugs field in control, so bugs go to the Debian BTS.
|
* Remove Bugs field in control, so bugs go to the Debian BTS.
|
||||||
* Set distribution to experimental.
|
* Set distribution to experimental.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ DEB_DBG_PACKAGE_libxcbxvmc0=libxcbxvmc0-dbg
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include /usr/share/cdbs/1/class/autotools.mk
|
include /usr/share/cdbs/1/class/autotools.mk
|
||||||
|
|
||||||
DEB_CONFIGURE_EXTRA_FLAGS = --with-opt
|
|
||||||
DEB_MAKE_CHECK_TARGET=check
|
DEB_MAKE_CHECK_TARGET=check
|
||||||
|
|
||||||
debian/copyright: debian/copyright.debian COPYING
|
debian/copyright: debian/copyright.debian COPYING
|
||||||
|
|
Loading…
Reference in New Issue