[Pkg-cli-apps-commits] [smuxi] 01/02: removing libtool from Depends
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Tue Apr 21 20:04:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository smuxi.
commit 7b6d23eaa30a2670cfd367ea8aa1731241e55d43
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: Tue Apr 21 21:44:48 2015 +0200
removing libtool from Depends
---
debian/autogen.sh | 16 ----------------
debian/control | 1 -
2 files changed, 17 deletions(-)
diff --git a/debian/autogen.sh b/debian/autogen.sh
index aafea31..c8bbb18 100755
--- a/debian/autogen.sh
+++ b/debian/autogen.sh
@@ -10,7 +10,6 @@ CONFIGURE=configure.ac
: ${INTLTOOLIZE=intltoolize}
: ${LIBTOOLIZE=libtoolize}
: ${ACLOCAL=aclocal}
-: ${LIBTOOL=libtool}
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
@@ -48,16 +47,6 @@ DIE=0
}
}
-(grep "^AC_PROG_LIBTOOL" $CONFIGURE >/dev/null) && {
- ($LIBTOOL --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "**Error**: You must have \`libtool' installed to compile $PROJECT."
- echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"
- echo "(or a newer version if it is available)"
- DIE=1
- }
-}
-
if test "$DIE" -eq 1; then
exit 1
fi
@@ -81,11 +70,6 @@ if grep "^IT_PROG_INTLTOOL" $CONFIGURE >/dev/null; then
$INTLTOOLIZE --copy --force --automake
fi
-(grep "^AC_PROG_LIBTOOL" $CONFIGURE >/dev/null) && {
- echo "Running $LIBTOOLIZE ..."
- $LIBTOOLIZE --force --copy
-}
-
echo "Running $ACLOCAL $aclocalinclude ..."
$ACLOCAL $aclocalinclude
diff --git a/debian/control b/debian/control
index 24a7a81..0f07f55 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,6 @@ Build-Depends-Indep: cli-common-dev (>= 0.5.7),
pkg-config,
gettext,
intltool,
- libtool,
libtool-bin,
autoconf,
automake,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/smuxi.git
More information about the Pkg-cli-apps-commits
mailing list