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

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Feb 24 10:22:47 UTC 2009


Author: tzafrir-guest
Date: Tue Feb 24 10:22:47 2009
New Revision: 6809

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6809
Log:
Properly clean h323, as disclean doesn't.

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=6809&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Tue Feb 24 10:22:47 2009
@@ -5,6 +5,7 @@
     authentication (Closes: #513413).
   * Patch fix_fxo_alarm: Fix Zaptel FXO alarm detection on startup 
    (Closes: #516838).
+  * Properly clean h323, as disclean doesn't.
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 21 Feb 2009 16:08:59 +0200
 

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=6809&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Tue Feb 24 10:22:47 2009
@@ -133,7 +133,9 @@
 	dh_testdir
 	dh_testroot
 	
-	# Add here commands to clean up after the build process.
+	# Asterisk deletes channels/h323/Makefile in 'distclean' and later
+	# (in 'clean') cleans channels/h323 if it exists.
+	if [ -r channels/h323/Makefile ]; then make -C channels/h323 clean; fi
 	$(MAKE) distclean
 	-$(RM) -rf debian/build
 




More information about the Pkg-voip-commits mailing list