[mutt] 01/04: Reorder Build-Deps, remove automake/libtool
Faidon Liambotis
paravoid at moszumanska.debian.org
Tue Jul 5 10:15:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
paravoid pushed a commit to branch experimental
in repository mutt.
commit 7b5c3fffb299a80e869ea16717be65f146d8f164
Author: Faidon Liambotis <paravoid at debian.org>
Date: Tue Jul 5 13:02:48 2016 +0300
Reorder Build-Deps, remove automake/libtool
dh-autoreconf pulls in automake and libtool, remove those explicit
build-deps, as they only reason we need them is for autoreconf anyway.
While at it, reorder our build-deps and put them into multiple lines.
---
debian/control | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 6db9942..9a8441b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,24 @@ Maintainer: Antonio Radici <antonio at dyne.org>
Uploaders: Christoph Berg <myon at debian.org>,
Matteo F. Vescovi <mfv at debian.org>,
Faidon Liambotis <paravoid at debian.org>
-Build-Depends: automake, debhelper (>= 9), dh-autoreconf,
- docbook-xml, docbook-xsl, w3m, gawk, gettext, libgnutls28-dev,
- libgpgme11-dev, libidn11-dev, libkrb5-dev, libncurses5-dev, libncursesw5-dev,
- libsasl2-dev, libtool, pkg-config, xsltproc, zlib1g-dev,
- libtokyocabinet-dev [!hurd-i386], libgdbm-dev [hurd-i386]
+Build-Depends: debhelper (>= 9), dh-autoreconf,
+ docbook-xml,
+ docbook-xsl,
+ gawk,
+ gettext,
+ libgnutls28-dev,
+ libgpgme11-dev,
+ libidn11-dev,
+ libkrb5-dev,
+ libncurses5-dev,
+ libncursesw5-dev,
+ libsasl2-dev,
+ pkg-config,
+ w3m,
+ xsltproc,
+ zlib1g-dev,
+ libtokyocabinet-dev [!hurd-i386],
+ libgdbm-dev [hurd-i386]
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-mutt/mutt.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mutt/mutt.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git
More information about the pkg-mutt-commits
mailing list