[Pkg-voip-commits] r1218 - in asterisk-sounds-extra/trunk: . debian

Mark Purcell msp at costa.debian.org
Fri Feb 3 12:13:40 UTC 2006


Author: msp
Date: 2006-02-03 12:13:40 +0000 (Fri, 03 Feb 2006)
New Revision: 1218

Modified:
   asterisk-sounds-extra/trunk/Makefile
   asterisk-sounds-extra/trunk/debian/changelog
Log:
releasing version 1.2.1-1

Modified: asterisk-sounds-extra/trunk/Makefile
===================================================================
--- asterisk-sounds-extra/trunk/Makefile	2006-02-03 12:08:46 UTC (rev 1217)
+++ asterisk-sounds-extra/trunk/Makefile	2006-02-03 12:13:40 UTC (rev 1218)
@@ -117,9 +117,12 @@
 FORCE:
 
 update:
-	@if [ -d CVS ]; then \
+	@if [ -d .svn ]; then \
+		echo "Updating from Subversion..."; \
+		svn update -q; \
+	elif [ -d CVS ]; then \
 		echo "Updating from CVS..."; \
 		cvs -q -z3 update -Pd; \
 	else \
-		echo "Not CVS"; \
+		echo "Not under version control"; \
 	fi

Modified: asterisk-sounds-extra/trunk/debian/changelog
===================================================================
--- asterisk-sounds-extra/trunk/debian/changelog	2006-02-03 12:08:46 UTC (rev 1217)
+++ asterisk-sounds-extra/trunk/debian/changelog	2006-02-03 12:13:40 UTC (rev 1218)
@@ -1,3 +1,9 @@
+asterisk-sounds-extra (1.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Fri,  3 Feb 2006 23:08:36 +1100
+
 asterisk-sounds-extra (1.2.0-2) unstable; urgency=low
 
   * Enhances: asterisk




More information about the Pkg-voip-commits mailing list