[Pkg-voip-commits] r9108 - in /spandsp/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Jul 3 17:36:46 UTC 2011


Author: kilian
Date: Sun Jul  3 17:36:46 2011
New Revision: 9108

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9108
Log:
Fix link generation. Make removing the jquery.js always successful

Modified:
    spandsp/trunk/debian/changelog
    spandsp/trunk/debian/rules

Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=9108&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Sun Jul  3 17:36:46 2011
@@ -1,3 +1,9 @@
+spandsp (0.0.6~pre18-2) UNRELEASED; urgency=low
+
+  * Fix link generation. Make removing the jquery.js always successful
+
+ -- Kilian Krause <kilian at debian.org>  Sun, 03 Jul 2011 19:36:20 +0200
+
 spandsp (0.0.6~pre18-1) unstable; urgency=low
 
   [ Bjoern Boschman ]

Modified: spandsp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/rules?rev=9108&op=diff
==============================================================================
--- spandsp/trunk/debian/rules (original)
+++ spandsp/trunk/debian/rules Sun Jul  3 17:36:46 2011
@@ -32,7 +32,7 @@
 	dh_installchangelogs ChangeLog
 
 override_dh_link:
-	rm debian/libspandsp-doc/usr/share/doc/libspandsp-doc/api/html/jquery.js
+	$(RM) -f debian/libspandsp-doc/usr/share/doc/libspandsp-doc/api/html/jquery.js
 	dh_link
 
 get-orig-source:




More information about the Pkg-voip-commits mailing list