From: Josh Triplett Date: Sun, 16 Apr 2006 03:22:05 +0000 (-0700) Subject: Stop running autoreconf in debian/rules, and remove Build-Depends for X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=8eedb4a487dcede0e52849e36c4da13bdf0c8b51;p=free-sw%2Fxcb%2Flibxcb Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf, automake, and libtool. --- diff --git a/debian/changelog b/debian/changelog index 148dd94..a0501f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Tue, 17 May 2005 12:53:53 -0700 diff --git a/debian/control b/debian/control index 33c61c0..d019630 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: libxcb0 Priority: optional Maintainer: XCB Developers Uploaders: Jamey Sharp , Josh Triplett -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 diff --git a/debian/rules b/debian/rules index e81cbea..8a10683 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $+ > $@