[Pkg-voip-commits] [asterisk] 01/01: ship the aelparse utility

Jeremy Lainé sharky at moszumanska.debian.org
Thu Aug 7 10:57:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

sharky pushed a commit to branch master
in repository asterisk.

commit 4c5b482a8ebeebcc781baa4fdd57ff53abf69764
Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Thu Aug 7 12:28:11 2014 +0200

    ship the aelparse utility
---
 debian/changelog                     |  1 +
 debian/patches/aelparse_enable.patch | 14 ++++++++++++++
 debian/patches/series                |  1 +
 debian/rules                         |  1 -
 4 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2acf1f2..4dc4b7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 asterisk (1:11.11.0~dfsg-2) UNRELEASED; urgency=medium
 
   * Fix loading lua modules from pbx_lua (Closes: #756425).
+  * Ship the aelparse utility (Closes: #747866).
 
  -- Jeremy Lainé <jeremy.laine at m4x.org>  Thu, 07 Aug 2014 09:57:33 +0200
 
diff --git a/debian/patches/aelparse_enable.patch b/debian/patches/aelparse_enable.patch
new file mode 100644
index 0000000..9ab4cb7
--- /dev/null
+++ b/debian/patches/aelparse_enable.patch
@@ -0,0 +1,14 @@
+Enable the aelparse application.
+
+diff --git a/utils/utils.xml b/utils/utils.xml
+index 58d2932..79162f5 100644
+--- a/utils/utils.xml
++++ b/utils/utils.xml
+@@ -1,6 +1,6 @@
+ <category name="MENUSELECT_UTILS" displayname="Utilities" positive_output="yes">
+   <member name="aelparse">
+-	<defaultenabled>no</defaultenabled>
++	<defaultenabled>yes</defaultenabled>
+ 	<support_level>extended</support_level>
+   </member>
+   <member name="astcanary">
diff --git a/debian/patches/series b/debian/patches/series
index 93d9c2d..711845d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -32,3 +32,4 @@ smsq_enable.patch
 smsq_manpage.patch
 escape_manpage_hyphen.patch
 pbx_lua_regression.patch
+aelparse_enable.patch
diff --git a/debian/rules b/debian/rules
index 43edf4f..b4c15b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,7 +130,6 @@ SUBPACKS_EXTRA_DIRS_MOD = $(SUBPACKS_EXTRA_DIRS:%=%/usr/lib/asterisk/modules)
 override_dh_auto_install:
 	$(FETCH_ENV) dh_auto_install -- $(BUILDFLAGS) samples
 	cp -a configs $(CURDIR)/debian/tmp/usr/share/asterisk/conf
-	$(RM) -f $(CURDIR)/debian/tmp/usr/sbin/aelparse
 	$(RM) -f $(CURDIR)/debian/tmp/usr/sbin/conf2ael
 	$(RM) -f $(CURDIR)/debian/tmp/usr/sbin/muted
 	$(RM) -f $(CURDIR)/debian/tmp/usr/sbin/streamplayer

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list