Stop running autoreconf in debian/rules, and remove Build-Depends for
autoconf, automake, and libtool.
This commit is contained in:
parent
cc075990f4
commit
8eedb4a487
|
@ -1,28 +1,26 @@
|
|||
libxcb0 (0.9-1pre2v4) unstable; urgency=low
|
||||
libxcb0 (0.9-3) UNRELEASED; 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.
|
||||
* Stop running autoreconf in debian/rules, and remove Build-Depends for
|
||||
autoconf, automake, and libtool.
|
||||
|
||||
pre2v2:
|
||||
* Add libxcb0-dbg package.
|
||||
|
||||
pre2v3:
|
||||
* New upstream snapshot.
|
||||
-- Josh Triplett <josh@freedesktop.org> Sat, 15 Apr 2006 19:20:07 -0700
|
||||
|
||||
pre2v4:
|
||||
* New upstream snapshot.
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 $+ > $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue