Build-dep on autotools-dev for the config.guess / .sub updates to work.

This commit is contained in:
Loïc Minier
2009-04-09 12:23:30 +00:00
parent eaf993aa29
commit 4b3fa60057
3 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View File

@ -62,6 +62,9 @@ gtk+2.0 (2.16.0-2) UNRELEASED; urgency=low
- upstream git change to fix a timestamp issue leading to get nautilus.
dialog opening sometime unfocussed for example (lp: #333366)
[ Loic Minier ]
* Build-dep on autotools-dev for the config.guess / .sub updates to work.
-- Sebastian Dröge <slomo@debian.org> Sat, 04 Apr 2009 07:30:56 +0200
gtk+2.0 (2.16.0-1) experimental; urgency=low

1
debian/control vendored
View File

@ -6,6 +6,7 @@ Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.o
Build-Depends: debhelper (>= 5.0.22),
gettext,
pkg-config,
autotools-dev,
libglib2.0-dev (>= 2.19.7),
libpango1.0-dev (>= 1.20),
libatk1.0-dev (>= 1.13.0),

1
debian/control.in vendored
View File

@ -6,6 +6,7 @@ Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 5.0.22),
gettext,
pkg-config,
autotools-dev,
libglib2.0-dev (>= 2.19.7),
libpango1.0-dev (>= 1.20),
libatk1.0-dev (>= 1.13.0),