From: Josh Triplett Date: Sun, 16 Apr 2006 02:20:47 +0000 (-0700) Subject: Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ca7d76089363ed913765f876292b733bbe588f;p=free-sw%2Fxcb%2Fproto Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf and automake. --- 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 $+ > $@