diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-05-02 12:13:15 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-05-02 12:13:15 -0300 |
commit | d14937c34b510a3676649049d20b5e89b50e789d (patch) | |
tree | 1c371ff3ff810801114145a36b0f0842cf078c7d | |
parent | 83860e372832abb87f9a065d625ad8a589ffa5b0 (diff) |
Add missing build-depends. Closes #478231
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 22b373f91..c0c73e1c8 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.7.11") +AC_DEFINE_UNQUOTED(VERSION,"0.7.13") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index e8054bda4..cba6920eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.7.13) UNRELEASED; urgency=low + + * Add missing build-depends back from build-depends-indep field. + Closes: #478231 + + -- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 12:07:08 -0300 + apt (0.7.12) unstable; urgency=low [ Michael Vogt ] diff --git a/debian/control b/debian/control index 38985de88..a3c84d72a 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: important Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org> Standards-Version: 3.7.2.2 -Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5) -Build-Depends-Indep: debiandoc-sgml, docbook-utils (>= 0.6.12-1), xsltproc, docbook-xsl, xmlto +Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), debiandoc-sgml, docbook-utils (>= 0.6.12-1), xsltproc, docbook-xsl, xmlto XS-Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ Package: apt |