From 79ca7d76089363ed913765f876292b733bbe588f Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 15 Apr 2006 19:20:47 -0700 Subject: [PATCH] Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf and automake. --- debian/changelog | 9 ++++++++- debian/control | 3 +-- debian/rules | 4 ---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2a816f5..be76be6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/debian/control b/debian/control index 8cb1bec..240dfdb 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: libdevel Priority: optional Maintainer: XCB Developers Uploaders: Jamey Sharp , Josh Triplett -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 diff --git a/debian/rules b/debian/rules index e997421..93b2b26 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $+ > $@ -- 2.34.1