[Xcb-commit] xcb
Josh Triplett
josh at kemper.freedesktop.org
Sat Apr 29 16:09:09 PDT 2006
xcb/debian/changelog | 3 +++
xcb/debian/rules | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
diff-tree 816afca1e7d7f55097cd1e32cbc78dae72e70f32 (from 018a25de70aef37bf83dbc4b53d08dd8bd304d37)
Author: Josh Triplett <josh at freedesktop.org>
Date: Sat Apr 29 16:09:06 2006 -0700
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.
diff --git a/xcb/debian/changelog b/xcb/debian/changelog
index 88ed456..ef0583c 100644
--- a/xcb/debian/changelog
+++ b/xcb/debian/changelog
@@ -14,6 +14,9 @@ libxcb (0.9-3) experimental; urgency=low
* Drop library version from source package name.
* Add a Section field for the source package in debian/control.
* 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.
* Set distribution to experimental.
diff --git a/xcb/debian/rules b/xcb/debian/rules
index e04faa5..15d097a 100755
--- a/xcb/debian/rules
+++ b/xcb/debian/rules
@@ -27,7 +27,6 @@ DEB_DBG_PACKAGE_libxcbxvmc0=libxcbxvmc0-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS = --with-opt
DEB_MAKE_CHECK_TARGET=check
debian/copyright: debian/copyright.debian COPYING
More information about the xcb-commit
mailing list