Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs does the...
[free-sw/xcb/libxcb] / debian / changelog
index eb40998..ef0583c 100644 (file)
@@ -1,4 +1,4 @@
-libxcb0 (0.9-3) UNRELEASED; urgency=low
+libxcb (0.9-3) experimental; urgency=low
 
   * Stop running autoreconf in debian/rules, and remove Build-Depends for
     autoconf, automake, and libtool.
@@ -11,8 +11,16 @@ libxcb0 (0.9-3) UNRELEASED; urgency=low
     * Install headers to /usr/include/X11, not /usr/X11R6/include/X11.
     * Pre-Depends: x11-common (>= 1:1.09).
   * Create library, -dev, and -dbg packages for each new extension library.
-
- -- Josh Triplett <josh@freedesktop.org>  Thu, 27 Apr 2006 21:13:50 -0700
+  * 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.
+
+ -- Josh Triplett <josh@freedesktop.org>  Sat, 29 Apr 2006 15:57:15 -0700
 
 libxcb0 (0.9-2) unstable; urgency=low