diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-15 20:22:05 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-15 20:22:05 -0700 |
commit | 8eedb4a487dcede0e52849e36c4da13bdf0c8b51 (patch) | |
tree | 5a397336cb983e029870fa2dca6a7ca38263f6bb /debian | |
parent | cc075990f4fc2ed09c708036569049ddd24605ac (diff) |
Stop running autoreconf in debian/rules, and remove Build-Depends for
autoconf, automake, and libtool.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 48 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 24 insertions, 31 deletions
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 <josh@freedesktop.org> 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 <josh@freedesktop.org> 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 <xcb@lists.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-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 $+ > $@ |