[SCM] specimen/master: Disable LASH support, rationale follows:
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Apr 7 12:12:35 UTC 2011
The following commit has been merged in the master branch:
commit a2357705245243ae0d1d5cee776f126f9e0602e5
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Apr 7 14:08:02 2011 +0200
Disable LASH support, rationale follows:
- It's broken.
- We're going to remove lash in favor of ladish.
diff --git a/debian/control b/debian/control
index fbbe6a2..7d32fef 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 7.0.50~),
libxml2-dev (>= 2.6.11),
libsndfile1-dev (>= 1.0.10),
libasound2-dev (>= 1.0.8),
- liblash-dev,
libgnomecanvas2-dev
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/pkg-multimedia/specimen.git
diff --git a/debian/rules b/debian/rules
index 68df646..26ebbe5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ LDFLAGS+=-Wl,--as-needed
%:
dh --with autotools_dev $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-lash
--
specimen packaging
More information about the pkg-multimedia-commits
mailing list