mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 10:08:01 +02:00
Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf
and automake.
This commit is contained in:
parent
3adad9d9cb
commit
79ca7d7608
3 changed files with 9 additions and 7 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
|
@ -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 <josh@freedesktop.org> 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.
|
||||
|
|
|
|||
3
debian/control
vendored
3
debian/control
vendored
|
|
@ -3,8 +3,7 @@ Section: libdevel
|
|||
Priority: optional
|
||||
Maintainer: XCB Developers <xcb@lists.freedesktop.org>
|
||||
Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
|
||||
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
|
||||
|
||||
|
|
|
|||
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -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 $+ > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue