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

debian/changelog
debian/control
debian/rules

index 2a816f5..be76be6 100644 (file)
@@ -1,4 +1,11 @@
-xcb-proto (0.9-1pre2v2) unstable; urgency=low
+xcb-proto (0.9-3) UNRELEASED; urgency=low
+
+  * Stop running autoreconf in debian/rules, and remove Build-Depends for
+    autoconf and automake.
+
+ -- Josh Triplett <josh@freedesktop.org>  Sat, 15 Apr 2006 19:20:07 -0700
+
+xcb-proto (0.9-2) unstable; urgency=low
 
   * Change Architecture from any to all; these protocol descriptions are
     architecture-independent.
index 8cb1bec..240dfdb 100644 (file)
@@ -3,8 +3,7 @@ Section: libdevel
 Priority: optional
 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
-Build-Depends: cdbs, debhelper (>= 4.0.0), autoconf, automake1.9 | automaken
-Build-Conflicts: automake1.4, automake1.5, automake1.6
+Build-Depends: cdbs, debhelper (>= 4.0.0)
 Standards-Version: 3.6.1
 Bugs: mailto:xcb@lists.freedesktop.org
 
index e997421..93b2b26 100755 (executable)
@@ -5,10 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include"
 
-debian/stamp-autotools-files:
-       autoreconf -v --install
-       touch debian/stamp-autotools-files
-
 debian/copyright: debian/copyright.debian COPYING
        cat $+ > $@