[Pkg-voip-commits] r7289 - in /linphone/trunk/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Thu May 28 21:31:27 UTC 2009


Author: msp
Date: Thu May 28 21:31:27 2009
New Revision: 7289

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7289
Log:
Fix "FTBFS twice in a row" Patch from Peter Green, thks
(Closes: #530728)

Modified:
    linphone/trunk/debian/changelog
    linphone/trunk/debian/rules

Modified: linphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/changelog?rev=7289&op=diff
==============================================================================
--- linphone/trunk/debian/changelog (original)
+++ linphone/trunk/debian/changelog Thu May 28 21:31:27 2009
@@ -1,3 +1,10 @@
+linphone (3.1.2-3) UNRELEASED; urgency=low
+
+  * Fix "FTBFS twice in a row" Patch from Peter Green, thks
+    (Closes: #530728)
+
+ -- Mark Purcell <msp at debian.org>  Fri, 29 May 2009 07:30:52 +1000
+
 linphone (3.1.2-2) unstable; urgency=low
 
   [ Kilian Krause ]

Modified: linphone/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/rules?rev=7289&op=diff
==============================================================================
--- linphone/trunk/debian/rules (original)
+++ linphone/trunk/debian/rules Thu May 28 21:31:27 2009
@@ -13,6 +13,9 @@
 FILENAME := linphone_$(UPVERSION).orig.tar.gz
 URL := http://mirrors.zerg.biz/nongnu/linphone/stable/sources/linphone-$(UPVERSION).tar.gz
 
+clean::
+	rm -fR oRTP/doc
+
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"
 	@@echo "Upstream version:        $(UPVERSION)"




More information about the Pkg-voip-commits mailing list