[smuxi: 1/8] Debian: fix build on Debian 8 (Jessie) and Ubuntu 15.04 (Vivid)



commit d6f227f15543e7d2c0998366b97ee031f673a43a
Author: Mirco Bauer <meebey meebey net>
Date:   Sat Mar 7 13:20:44 2015 +0100

    Debian: fix build on Debian 8 (Jessie) and Ubuntu 15.04 (Vivid)
    
    The libtoolizer binary was moved from the libtool package to a new libtool-bin
    package. Since the libtool-bin package does not exist on older Debian and Ubuntu
    versions we need to conditionally either use the libtool or libtool-bin package.

 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/debian/control b/debian/control
index 0bc5116..db29873 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends-Indep: cli-common-dev (>= 0.5.7),
  pkg-config,
  gettext,
  intltool,
- libtool,
+ libtool-bin | libtool (<< 1.3),
  autoconf,
  automake,
  autotools-dev


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]