Stop running autoreconf in debian/rules, and remove Build-Depends for

autoconf, automake, and libtool.
This commit is contained in:
Josh Triplett 2006-04-15 20:22:05 -07:00
parent cc075990f4
commit 8eedb4a487
3 changed files with 21 additions and 28 deletions

18
debian/changelog vendored
View File

@ -1,6 +1,12 @@
libxcb0 (0.9-1pre2v4) unstable; urgency=low 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
pre2v1:
* Split into libxcb0 and libxcb0-dev. * Split into libxcb0 and libxcb0-dev.
* Change control file for new packages. * Change control file for new packages.
* Add install and dirs files for new packages. * Add install and dirs files for new packages.
@ -14,16 +20,8 @@ libxcb0 (0.9-1pre2v4) unstable; urgency=low
* Update homepage URL in description and copyright.debian to * Update homepage URL in description and copyright.debian to
http://xcb.freedesktop.org, and put it in a Homepage: field in the http://xcb.freedesktop.org, and put it in a Homepage: field in the
description. description.
pre2v2:
* Add libxcb0-dbg package. * Add libxcb0-dbg package.
pre2v3:
* New upstream snapshot.
pre2v4:
* New upstream snapshot.
-- Josh Triplett <josh@freedesktop.org> Tue, 17 May 2005 12:53:53 -0700 -- Josh Triplett <josh@freedesktop.org> Tue, 17 May 2005 12:53:53 -0700
fd.o-xcb (0.9-1) unstable; urgency=low fd.o-xcb (0.9-1) unstable; urgency=low

3
debian/control vendored
View File

@ -2,8 +2,7 @@ Source: libxcb0
Priority: optional Priority: optional
Maintainer: XCB Developers <xcb@lists.freedesktop.org> Maintainer: XCB Developers <xcb@lists.freedesktop.org>
Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@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-Depends: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 4.1.76), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9)
Build-Conflicts: automake1.4, automake1.5, automake1.6
Standards-Version: 3.6.1 Standards-Version: 3.6.1
Bugs: mailto:xcb@lists.freedesktop.org Bugs: mailto:xcb@lists.freedesktop.org

4
debian/rules vendored
View File

@ -9,10 +9,6 @@ DEB_CONFIGURE_EXTRA_FLAGS = --with-opt
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include" DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include"
DEB_DH_STRIP_ARGS=--dbg-package=libxcb0 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 debian/copyright: debian/copyright.debian COPYING
cat $+ > $@ cat $+ > $@