diff options
author | Michael Biebl <biebl@debian.org> | 2007-06-11 22:33:00 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2007-06-11 22:33:00 +0000 |
commit | b0779b4fd670a6eb05d54f56249089955efbd11f (patch) | |
tree | 53370babd2151c59820f202cc53f4e829549c37c | |
parent | 56fd2f6011327c6984fd8ecb6f8a457af5a02c9f (diff) | |
download | dbus-b0779b4fd670a6eb05d54f56249089955efbd11f.tar.gz |
* debian/control
+ Add build dependency on autotools-dev for up-to-date config.{guess,sub}
files.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@1517 ceb527fc-18e6-0310-9fe2-813c157c29e7
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e60ce500..cb937d92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ dbus (1.1.0-1) UNRELEASED; urgency=low + Suppress error messages about nonexistent or unreadable files. (Closes: #426296) + Do not fail on grep errors. (Closes: #423380) + * debian/control + + Add build dependency on autotools-dev for up-to-date config.{guess,sub} + files. -- Michael Biebl <biebl@debian.org> Wed, 06 Jun 2007 15:39:23 +0200 diff --git a/debian/control b/debian/control index 054eb2b9..f591d06d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Sjoerd Simons <sjoerd@debian.org>, Sebastian Dröge <slomo@debian.org>, Michael Biebl <biebl@debian.org> -Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libexpat-dev, doxygen, docbook-utils, xmlto, libx11-dev, libselinux1-dev +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), autotools-dev, libexpat-dev, doxygen, docbook-utils, xmlto, libx11-dev, libselinux1-dev Standards-Version: 3.7.2 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus |