diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-07 01:11:01 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-07 01:11:01 +0000 |
commit | 8ba5ebf36993ac875a44b928a214ca0c97712e35 (patch) | |
tree | 367c97c24f603a7524eaba84eed5dede017a6d7b /debian/control | |
parent | 82914305ad8d7f9a15984d308f571768e70dcc9b (diff) | |
download | apt-8ba5ebf36993ac875a44b928a214ca0c97712e35.tar.gz |
Build-Depends on dh-autoreconf
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 48ff94c3..4d49d55a 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.9.3 Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 8.1.3~), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, - po4a (>= 0.34-2), autotools-dev, autoconf, automake + po4a (>= 0.34-2), autotools-dev, autoconf, automake, dh-autoreconf Build-Depends-Indep: doxygen, debiandoc-sgml Build-Conflicts: autoconf2.13, automake1.4 Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ |