Stop running autoreconf in debian/rules, and remove Build-Depends for
authorJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 03:22:05 +0000 (20:22 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 16 Apr 2006 03:22:05 +0000 (20:22 -0700)
autoconf, automake, and libtool.

debian/changelog
debian/control
debian/rules

index 148dd94..a0501f3 100644 (file)
@@ -1,28 +1,26 @@
-libxcb0 (0.9-1pre2v4) unstable; urgency=low
-
-  pre2v1:
-    * Split into libxcb0 and libxcb0-dev.
-      * Change control file for new packages.
-      * Add install and dirs files for new packages.
-    * Update Build-Depends for renaming of fd.o-xau, fd.o-xproto, and
-      fd.o-xcb-proto.
-    * Remove fd.o prefix from package name.
-    * Change Maintainer to xcb@lists.freedesktop.org, move myself to
-      Uploaders, and add Jamey Sharp to Uploaders.  Update copyright.debian
-      accordingly.
-    * Add Bugs field pointing to xcb@lists.freedesktop.org.
-    * Update homepage URL in description and copyright.debian to
-      http://xcb.freedesktop.org, and put it in a Homepage: field in the
-      description.
-
-  pre2v2:
-    * Add libxcb0-dbg package.
-  
-  pre2v3:
-    * New upstream snapshot.
-
-  pre2v4:
-    * New upstream snapshot.
+libxcb0 (0.9-3) UNRELEASED; urgency=low
+
+  * Stop running autoreconf in debian/rules, and remove Build-Depends for
+    autoconf, automake, and libtool.
+
+ -- Josh Triplett <josh@freedesktop.org>  Sat, 15 Apr 2006 19:20:07 -0700
+
+libxcb0 (0.9-2) unstable; urgency=low
+
+  * Split into libxcb0 and libxcb0-dev.
+    * Change control file for new packages.
+    * Add install and dirs files for new packages.
+  * Update Build-Depends for renaming of fd.o-xau, fd.o-xproto, and
+    fd.o-xcb-proto.
+  * Remove fd.o prefix from package name.
+  * Change Maintainer to xcb@lists.freedesktop.org, move myself to
+    Uploaders, and add Jamey Sharp to Uploaders.  Update copyright.debian
+    accordingly.
+  * Add Bugs field pointing to xcb@lists.freedesktop.org.
+  * Update homepage URL in description and copyright.debian to
+    http://xcb.freedesktop.org, and put it in a Homepage: field in the
+    description.
+  * Add libxcb0-dbg package.
 
  -- Josh Triplett <josh@freedesktop.org>  Tue, 17 May 2005 12:53:53 -0700
 
index 33c61c0..d019630 100644 (file)
@@ -2,8 +2,7 @@ Source: libxcb0
 Priority: optional
 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
-Build-Depends: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 4.1.76), pkg-config, autoconf, automake1.9 | automaken, libtool, xsltproc, check, binutils (>= 2.12.90.0.9)
-Build-Conflicts: automake1.4, automake1.5, automake1.6
+Build-Depends: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 4.1.76), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9)
 Standards-Version: 3.6.1
 Bugs: mailto:xcb@lists.freedesktop.org
 
index e81cbea..8a10683 100755 (executable)
@@ -9,10 +9,6 @@ DEB_CONFIGURE_EXTRA_FLAGS = --with-opt
 DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include"
 DEB_DH_STRIP_ARGS=--dbg-package=libxcb0
 
-debian/stamp-autotools-files:
-       autoreconf -v --install
-       touch debian/stamp-autotools-files
-
 debian/copyright: debian/copyright.debian COPYING
        cat $+ > $@