[Pkg-voip-commits] r9954 - in /opal/trunk/debian: changelog rules
dedu-guest at alioth.debian.org
dedu-guest at alioth.debian.org
Thu Sep 13 13:51:25 UTC 2012
Author: dedu-guest
Date: Thu Sep 13 13:51:25 2012
New Revision: 9954
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9954
Log:
Remove hack when building simple application
Modified:
opal/trunk/debian/changelog
opal/trunk/debian/rules
Modified: opal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/changelog?rev=9954&op=diff
==============================================================================
--- opal/trunk/debian/changelog (original)
+++ opal/trunk/debian/changelog Thu Sep 13 13:51:25 2012
@@ -1,5 +1,6 @@
opal (3.10.7~dfsg-2) UNRELEASED; urgency=low
+ * Remove hack when building simple application
* Enable H263/4 codecs
-- Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr> Thu, 13 Sep 2012 10:09:01 +1000
Modified: opal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=9954&op=diff
==============================================================================
--- opal/trunk/debian/rules (original)
+++ opal/trunk/debian/rules Thu Sep 13 13:51:25 2012
@@ -10,10 +10,6 @@
UPFILENAME := opal_$(UPVERSION).orig.tar.gz
URL := http://aarnet.dl.sourceforge.net/sourceforge/opalvoip/opal-$(UPVERSION).tar.bz2
-# hack to get samples/simple compiled with new build system
-# no := here for we need evaluation at runtime!
-OPAL_LIBDIR=$(shell sed -n -e "/^OPAL_LIBDIR/s,^.*/,$(CURDIR)/,p" opal_defs.mak)
-
%:
dh $@ --parallel --with autotools_dev
@@ -25,8 +21,7 @@
dh_auto_configure -- --enable-samples --enable-spandsp
override_dh_auto_build:
- sed -e 's#^Libs: #Libs: -L$(OPAL_LIBDIR) #' opal.pc >samples/opal.pc
- dh_auto_build -- PKG_CONFIG_PATH=$(CURDIR)/samples opt docs
+ dh_auto_build -- opt docs
#override_dh_auto_test:
# if (samples/simple/obj*/simpleopal --help >/dev/null);then \
More information about the Pkg-voip-commits
mailing list