[Pkg-voip-commits] r7723 - in /asterisk/trunk/debian: changelog rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Mon Oct 26 01:41:03 UTC 2009


Author: paravoid
Date: Mon Oct 26 01:41:02 2009
New Revision: 7723

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7723
Log:
Really ship MoH sounds, as mentioned in the rc1 upload.

Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=7723&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Mon Oct 26 01:41:02 2009
@@ -1,3 +1,9 @@
+asterisk (1:1.6.2.0~rc3-2) UNRELEASED; urgency=low
+
+  * Really ship MoH sounds, as mentioned in the rc1 upload.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Mon, 26 Oct 2009 03:40:00 +0200
+
 asterisk (1:1.6.2.0~rc3-1) unstable; urgency=low
 
   * New upstream RC.

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=7723&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Mon Oct 26 01:41:02 2009
@@ -23,10 +23,7 @@
 # show full gcc arguments instead of [CC] and [LD]
 BUILDFLAGS += NOISY_BUILD=yes
 
-# Force music files selection:
-BUILDFLAGS += MENUSELECT_MOH= \
-  ASTDATADIR=/usr/share/asterisk \
-  ASTVARRUNDIR=/var/run/asterisk \
+BUILDFLAGS += ASTDATADIR=/usr/share/asterisk ASTVARRUNDIR=/var/run/asterisk
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g
@@ -49,7 +46,7 @@
 
 # make sure we have 'fetch' . We need to have either wget or fetch
 # on the system. However it is generally not a good idea to actually
-# get remote tarballs at build time. So if nither wget nor fetch 
+# get remote tarballs at build time. So if neither wget nor fetch 
 # happen to be installed, the configure script will find a dummy
 # fetch script that always returns an error.
 FETCH_ENV = PATH=$$PATH:$(CURDIR)/debian/dummyprogs
@@ -94,7 +91,6 @@
 	dh_testdir
 	dh_testroot
 	
-	# Add here commands to clean up after the build process.
 	GREP=grep AWK=awk $(MAKE) distclean
 	-$(RM) -rf debian/build
 




More information about the Pkg-voip-commits mailing list